/**
Theme Name: DM Keramika
Author: Webitto
Description: Custom theme for DM Keramika website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dm-keramika
Template: astra
*/

.ast-sticky-add-to-cart.bottom .stock {
	font-weight: 500;
    margin-bottom: 0;
    margin-right: 20px;
}

.woocommerce div.product .stock {
    font-weight: 500;
}

.woocommerce div.product .stock.out-of-stock {
    color: #d40c0c;
}

.ast-sticky-add-to-cart.bottom .stock.in-stock {
	color: #77a464;
}

.woocommerce div.product .stock[class*="backorder"],
.ast-sticky-add-to-cart.bottom .stock[class*="backorder"]{
	color: #c5a403;
}

.woocommerce div.product .product_meta .posted_in {
    display: none;
}

body.single-product .ast-woocommerce-container .summary .product-links .icon-arrow {
    margin-top: 2px;
}

.woocommerce div.product .product_meta .sku {
    font-weight: 700;
    color: var(--e-global-color-primary);
}


.woocommerce .ast-woocommerce-container ul.products li.product {
    border-bottom-right-radius: 2.4rem;
    border-top-left-radius: 2.4rem;
    overflow: hidden;
}

.ast-woocommerce-container .ast-article-single.product span.woocommerce-Price-currencySymbol,
.woocommerce .ast-woocommerce-container ul.products li.product span.woocommerce-Price-currencySymbol {
    text-transform: uppercase;
    font-weight: 500;
}

.ast-woocommerce-container .ast-article-single.product span.woocommerce-Price-currencySymbol {
    font-size: 1rem;
}

.woocommerce .ast-woocommerce-container ul.products li.product span.woocommerce-Price-currencySymbol {
    font-size: 0.8rem;
}


body.page-template-default.page-id-3559 .ast-single-entry-banner,
body.page-template-default.page-id-6634 .ast-single-entry-banner,
body.page-template-default.page-id-6665 .ast-single-entry-banner {
	display: none;
}

#adminmenu li.wp-menu-separator {
    display: none;
}