/*
Theme Name: Woodmart Child
Description: Child theme for Woodmart
Author: Sergy Chervov <s.chervov@nanagency.ru>
Template: woodmart
*/


.product-price .woocommerce-price-bv,.product-total .woocommerce-price-bv  {
    font-size: 14px;
    color: #272236;
    display: block;
    padding: 0;
    min-width: 65px;
}

.woocommerce-price-bv {
    padding-left: 15px;
    font-size: 16px;
    color: #272236;
}

.products .woocommerce-price-bv {
    font-size: 13px;
}

.elementor-element .elementor-element .wd-button-wrapper a.btn-style-rectangle:hover {
    background-color: #333;
    color: #fff;
}
nav[class*="-pagination"] li .current {
    background-color: #272236;
}

.woocommerce-mini-cart__buttons .checkout, .cart-totals-inner .checkout-button {
    background-color: #D11D53;
}
.woocommerce-mini-cart__buttons .checkout:hover {
    color: #D11D53;
    background-color: #fff;
}
.price .amount, .amount {
    color: #272236;
}

.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
    background-color: #D11D53 !important;
}

.product-label.onsale {
    background-color: #D11D53;
}

.wd-add-cart-icon > a.product-noprice::before {
    content: "\f11a";
}

.elementor-icon.elementor-social-icon svg{
    width: 2em;
    height: 2em;
}

#countrySelector{
    color: #ffffff;
    text-align: right;
}
#countrySelector > option{
    color: #333333;
}
.wd-header-cats.wd-style-1 .menu-opener::after {
    padding-left: 10px;
}
.wd-header-cats.wd-style-1 .menu-opener-icon {
    display: none;
}

.wd-header-cats.wd-style-1 .wd-dropdown-cats {
    min-width:170px;
}
.wd-header-cats.wd-style-1 span.menu-opener {
    min-width:80px;
}
.wd-nav-vertical.wd-design-default > li:is(.wd-opened, :hover) > a {
    background: none;
}
.product-subtotal .woocommerce-price-bv {
    display: block;
}