/**
* Theme Name: Olars Child
* Description: This is a child theme of Olars, generated by Merlin WP.
* Author: <a href="https://themelexus.com/">Themelexus Team</a>
* Template: olars
* Version: 1.0.10
*/


.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: 1px solid #d5d8dc !important;
}

.new-label{
	background-color: #877469;
}


.elementor-products-grid ul.products.elementor-grid li.product {
    flex: 0 0 100%;
    max-width: 100%;
}

.elementor-add-to-cart.elementor-product-simple button.woosw-btn{
    display: none;
}

.single-product .elementor-add-to-cart .single_add_to_cart_button::before {
    font-family: olars-icon;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: 10px;
    font-size: 18px;
    font-variant: normal;
}

body.hide-quantity.single-product div.product form.cart .quantity{
	display: none;
}