/*
Theme Name: Anvogue
Theme URI: https://anvogue.presslayouts.com/landing
Author: PressLayouts Team
Author URI: https://presslayouts.com
Description: Anvogue is ThemeForest WordPress Premium Theme.
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Version: 3.2.0
License: Themeforest Commercial Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: anvogue
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
Anvogue WordPress Theme, (C) 2024 PressLayouts.com
Anvogue is distributed under the terms of the Envato.

 DO NOT ADD YOUR CSS TO THIS FILE - IT WILL BE LOST
 To add your own CSS, use a child theme anvogue-child
 
 CSS file is in "assets/css"
*/

/* Peida kõik "cart-subtotal" read igal pool */
.cart-subtotal {
    display: none !important;
}
/* Peida toote laoseisu progressbar blokk */
.pls-product-stock-progressbar {
    display: none !important;
}
/* Peida "In Stock" / laoseisurida kõikjal */
p.stock.in-stock {
    display: none !important;
}
/* Peida kõik "Buy It Now" quick buy nupud */
.pls-quick-buy {
    display: none !important;
}
/* Peida tootekood (SKU) kõigil toodetel */
.sku_wrapper {
    display: none !important;
}
/* Peida "Lisainfo" TAB nupp ülevalt */
li.additional_information_tab {
    display: none !important;
}

/* Peida "Lisainfo" sisu-paneel */
.woocommerce-Tabs-panel--additional_information {
    display: none !important;
}

/* Peida akordioniversioon "Lisainfo" (mobiilivaade) */
.accordion-title.title-additional_information {
    display: none !important;
}

/* Peida "Arvustused" TAB nupp ülevalt */
li.reviews_tab {
    display: none !important;
}

/* Peida "Arvustused" sisu-paneel */
.woocommerce-Tabs-panel--reviews {
    display: none !important;
}

/* Peida akordioni "Arvustused" (mobiilivaade) */
.accordion-title.title-reviews {
    display: none !important;
}

/* Add padding to the Checkout Order Summary block */
.wp-block-woocommerce-checkout-order-summary-block {
    padding: 25px !important;
}

/* Optional: Adjust for mobile screens so it doesn't take up too much space */
@media (max-width: 767px) {
    .wp-block-woocommerce-checkout-order-summary-block {
        padding: 15px !important;
    }
}