/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #590100;
    border-radius: 2px;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #590100;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}




.checount-page-info-block {
    display: none;
}

.title-block-elements-kit {
    font-size: 12px;
    letter-spacing: -.5px;
    margin: 0;
}

.elements-kit-product-list {
    list-style: none;
    margin: 0;
    padding: 0;

}

.elements-kit-product-list li {}

.elements-kit-product-list li>a {}

.elements-kit-product-list li>a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.elements-kit-product-list .product-kit-img-thumb-wrapper {
    margin-right: 10px;
}

.elements-kit-product-list .product-kit-img-thumb-wrapper img {
    height: 60px;
    width: auto;
}

.elements-kit-product-list .title-kit-element-product {
    font-weight: 600;
}



.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item):focus,
.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item):hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item):focus .variable-item-span,
.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item):hover .variable-item-span {
    -webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
}



.single_add_to_cart_button:after {
    border: 1px solid #590100;
    border-left-color: #590100;
}

.quick-shop-form .woocommerce-variation-price {
    width: 100%;
    display: none;
}

.quick-shop-form .awooc-custom-order {
    display: none;
}

.quick-shop-form li.variable-item .quick-shop-add-cart-variant-btn {
    margin: 0;
    padding: 0;
    background: none;
    margin-left: 10px;
    transition: .3s all;
    border-radius: 100%;
    position: relative;
    z-index: 2;
}

.quick-shop-form li.variable-item .quick-shop-add-cart-variant-btn.loading::after {
    opacity: 1;
    transition: opacity .25s ease;
    animation: wd-rotate 450ms infinite linear;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    z-index: 1;
    border: 1px solid rgba(156, 22, 64, 0.3);
    border-left-color: #590100;
    border-radius: 100%;
}

.quick-shop-form li.variable-item .quick-shop-add-cart-variant-btn:hover {
    background: #590100;
}

.quick-shop-form li.variable-item .quick-shop-add-cart-variant-btn img {
    width: 20px;
    height: auto;
}

.quick-shop-wrapper .woocommerce-variation-add-to-cart {
    position: unset !important;
}

.quick-shop-form button.single_add_to_cart_button.button.alt {
    background-color: unset !important;
    background-image: url(/wp-content/themes/woodmart-child/img/plus.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 15px;
    z-index: 1;
    width: 18px;
    height: 18px;
    background-position: center;
    margin: 0;
    display: none;
}

.anime-go-to-cart {
    display: block;
    width: 32px;
    height: 32px;
    background: #590100;
    border-radius: 100%;
    position: fixed;
    top: 0;
    left: -5px;
    z-index: 999;
}

.quick-shop-wrapper .variation-swatch-selected .variations {
    margin-bottom: 0;
}

.quick-shop-wrapper form.variations_form.cart.wvs-loaded {
    margin-top: 0px;
}

.quick-shop-form button.single_add_to_cart_button.button.alt::before {
    opacity: 0 !important;
}

.quick-shop-form .woo-variation-items-wrapper .variable-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.quick-shop-form .woo-variation-items-wrapper ul.variable-items-wrapper li.variable-item.button-variable-item,
.quick-shop-form .woo-variation-items-wrapper ul.variable-items-wrapper li.variable-item.color-variable-item {
    width: 100% !important;
    justify-content: space-between !important;
}

.quick-shop-form .woo-variation-items-wrapper ul.variable-items-wrapper li.variable-item.color-variable-item .variable-item-span {
    margin: auto;
    width: 100px !important;
}


.quick-shop-form .woo-variation-items-wrapper ul.variable-items-wrapper li.variable-item.color-variable-item:not(.radio-variable-item):last-child {
    margin-right: 4px;
}

.quick-shop-form .woo-variation-items-wrapper ul.variable-items-wrapper li.variable-item.button-variable-item[aria-checked="false"] {
    border: solid 1px #000 !important;
    margin: 4px;
}

.quick-shop-form .woo-variation-items-wrapper ul.variable-items-wrapper li.variable-item.button-variable-item span {
    font-size: 14px !important;
}

.quick-shop-wrapper table.variations .reset_variations {
    display: none !important;
}

.quick-shop-form .woocommerce-variation-availability {
    display: none;
}

.quick-shop-form button.single_add_to_cart_button.button.alt i {
    display: none;
}

.plus-action-products-btns-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.logo-brand-wrapper {
    width: 150px;
    margin-right: 15px;
}

.logo-brand-name {
    display: none;
}

.berocket_brand_description img {
    margin-right: 10px;
    width: 100% !important;
    height: auto !important;
}

.berocket_brand_description {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.breand-category-wrapper {
    display: block;
    background: #F5F5F5;
    padding: 10px;
}

.breand-category-wrapper .owl-nav {}

.breand-category-wrapper.owl-theme .owl-nav [class*=owl-] {
    background: rgba(252, 240, 239, 1);
    color: #590100;
    height: 28px;
    margin: auto;
}

.breand-category-wrapper .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px 0 0;
}

.breand-category-wrapper .owl-nav .owl-prev:after {
    content: "\f114";
    font-family: "woodmart-font";
}

.breand-category-wrapper .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0 0 10px;
}

.breand-category-wrapper .owl-nav .owl-next:after {
    content: "\f113";
    font-family: "woodmart-font";
}

.breand-category-wrapper::after {
    clear: both;
    content: '';
    display: block;
}

.breand-category-link {
    float: left;
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    width: 100%;
}

.breand-category-link img {
    height: 100px;
    width: auto !important;
    margin: 0 auto 10px;
    display: block;
    float: none;
    text-align: center;
}

.breand-category-link span {
    display: block;
    text-align: center;
}

.elements-grid .wd-add-btn,
.wd-hover-standard .wd-add-btn {
    position: absolute;
    top: 35px;
    right: 32px;
    transition: all .3s ease;
    transform: translateX(0) translateZ(0);
}

.product-grid-item:hover .wd-add-btn,
.wd-hover-standard:hover .wd-add-btn {
    opacity: 1;
    transform: translateY(0) translateZ(0);
}

.elements-grid .wd-add-btn a.button,
.wd-hover-standard .wd-add-btn a.button {
    border-radius: 100%;
    padding: 0;
    width: 25px;
    height: 25px;
    font-size: 12px;
    opacity: 1;
    background: none;
    border: none;
}

.elements-grid .wd-add-btn a.button img,
.wd-hover-standard .wd-add-btn a.button img {}

.product-grid-item:hover .wd-add-btn a.button,
.wd-hover-standard:hover .wd-add-btn a.button {
    opacity: 1;
    transition: opacity .15s ease;

}

.product-grid-item .wd-add-btn a.button:hover,
.wd-hover-standard .wd-add-btn a.button:hover {
    background: none;
}

.wd-sub-menu>li>a {
    min-height: 32px;
    font-size: 12px;
}

.wd-sub-menu li a {

    font-size: 12px;
}

li.has-images .wd-dropdown-menu {
    width: 600px;
}

.wd-dropdown-menu.wd-design-default {
    border-radius: 10px;
}

.wd-sub-menu>li {
    float: left;
    width: 30%;
    padding-right: 15px;
}

.menu-images-sub-menu {
    float: right !important;
    width: 40% !important;
    padding-left: 10px;
    margin-bottom: 40px;

}

.menu-images-sub-menu img {
    border-radius: 10px;
}

.seil-product-blocks-wrapper {
    padding: 10px;
    border-radius: 10px;
    border: solid 2px rgba(252, 240, 239, 1);
    margin: 20px 0;
}

.seil-product-blocks-wrapper .action-title {
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #b41340;
    line-height: 1.4;

    font-family: "Montserrat",
        Arial,
        Helvetica,
        sans-serif;
    text-align: left;
}


.top-seil-block-wrapper {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
}

.top-seil-block-wrapper span {}

.top-seil-block-wrapper span:nth-child(2) {
    opacity: .3;
}

.middle-seil-block-wrapper {
    margin-bottom: 30px;
    font-size: 14px;
}

.bottom-seil-block-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bottom-seil-block-wrapper .left {
    padding-right: 10px;
}

.bottom-seil-block-wrapper .img-product-sell {
    width: 160px;
    border-radius: 10px;
}

.bottom-seil-block-wrapper .right {
    padding-left: 10px;
}

.bottom-seil-block-wrapper .right .top {
    font-size: 14px;
    position: relative;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
    font-family: "Montserrat",
        Arial,
        Helvetica,
        sans-serif;
    text-align: left;
    margin-bottom: 0;
    margin-bottom: 30px;
}

.bottom-seil-block-wrapper .right .bottom {}

.bottom-seil-block-wrapper .right .bottom .title-label {
    font-size: 14px;
    position: relative;
    font-weight: 800;
    color: #333333;
    line-height: 1.4;
    font-family: "Montserrat",
        Arial,
        Helvetica,
        sans-serif;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
}

.bottom-seil-block-wrapper .right .bottom .old_price {
    opacity: .3;
    text-decoration: line-through;
    font-size: 14px;
}

.whb-header-bottom {
    margin-top: 20px;
}

.wd-buttons .wd-action-btn>a {

    height: auto !important;
}

.top-mobile-nav-block-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.show-in-mobile {
    display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    font-size: 0;
}

button.more-short-description {
    color: #590100;
    font-weight: 900 !important;
    display: block;
    background: none;
    padding: 0;
    margin: 10px 0;
    text-decoration: none;
    text-transform: none;
}

button.more-short-description:hover {
    background: none;
    box-shadow: none;
}

.product-images .breand_singl_product_wrapper {
    display: none;
}

.berocket_brand_description .text {
    display: none;
}

.woocommerce-product-rating {}

#billing_nova_poshta_region_field {
    width: 100%;
    order: 6;
}

#billing_nova_poshta_region_field label {
    display: none;
}

#billing_nova_poshta_city_field {
    width: 100%;
    order: 7;
}

#billing_nova_poshta_city_field label {
    display: none;
}

#billing_nova_poshta_warehouse_field {
    width: 100%;
    order: 8;
}

#billing_nova_poshta_warehouse_field label {
    display: none;
}

.product-image-summary .breand_singl_product_wrapper {}

.product-grid-item .product-element-top {
    min-height: 245px;
}

.product-grid-item .wd-entities-title {
    min-height: 85px;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.mobile-singl-product-image-wrapper {
    display: none;
}

.wd-header-mobile-nav .wd-tools-icon:before {
    background-color: #FFF8EC ;
    color: black;
    border-radius: 100%;
    padding: 6px 11.25px;
}



p.stock.in-stock:before {
    content: "";
    background-image: url('/wp-content/themes/woodmart-child/img/check-product.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}

.wd-wishlist-icon>a:before {
    font-size: 0 !important;
    background-image: url('/wp-content/themes/woodmart-child/img/heart2.png');
    width: 30px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.breand_singl_product_wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}


.img-breand-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.img-breand-singl-product {
    width: auto;
    height: 50px;
}

.summary-inner>.wd-action-btn {
    margin-right: 10px;
}

.go-to-telegram-btn {
    margin: 0 0 23px 0;
    padding: 15px 30px;
    border-radius: 5px;
    min-width: 226px;
}

.go-to-telegram-btn i {}

.br_brand_shop_container .berocket_brand_post_image_name {
    color: #6e6e6e;
    font-weight: 300;
}

.product-grid-item .go-to-telegram-btn {
    display: none;
}

.woocommerce-variation-add-to-cart.variations_button .single_add_to_cart_button {}

.checkout-order-review .button.btn_select_gift_in_coupon {
    width: 100%;
    margin-bottom: 10px;
}

.close-gift-popup-icon::before {
    font-size: 10px;
    content: "\f112";
    font-weight: 600;
    width: 14px;
    height: 14px;
    font-family: "woodmart-font";
}

.products>.type-product.outofstock .product-labels {
    display: none!important;
}
.type-product.outofstock .product-labels {
    display: none!important;
}


.products>.type-product.outofstock {
    position: relative!important;
}
.type-product.outofstock {
    position: relative!important;
}

.products>.type-product.outofstock::before {
    background: rgba(252, 240, 239, 1) !important;
    content: '' !important;


}
.type-product.outofstock::before {
    background: rgba(252, 240, 239, 1) !important;
    content: '' !important;


}

.products>.type-product.outofstock img {
    opacity: .3 !important;
}

.type-product.outofstock img {
    opacity: .3 !important;
}

/* .products>.type-product.outofstock a {
    color: #c8c8c8 !important;
} */


.products>.type-product.outofstock .price>span {
    color: #c8c8c8 !important;
}
.type-product.outofstock .price>span {
    color: #c8c8c8 !important;
}



.single-product .out-of-stock.product-label {
    display: none !important;
}
.out-of-stock.product-label {
    display: none !important;
}

.button.btn_select_gift_in_coupon {
    background-color: #FFF8EC;
    color: #9C1640;
    border-radius: 5px;
}

.br_brand_count {
    display: none !important;
}

.woocommerce-checkout-payment {
    border: solid 1px #952740;
    padding: 10px;
    border-radius: 10px;
}

.wd-side-hidden.wd-opened .widget-title {
    position: relative;
}

/* .wd-side-hidden.wd-opened .widget-title::before {
    content: '';
    background-image: url(/wp-content/themes/woodmart-child/img/oval.png);
    position: absolute;
    left: -20px;
    top: -20px;
    background-size: cover;
    width: 133px;
    height: 60px;
    z-index: -1;
} */
.wgb-popup .wgb-popup-header::before {
    display: none !important;
}

.wd-side-hidden.wd-opened::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f8f8f8;
    border-radius: 5px;
    background-color: #F5F5F5;
}

.wd-side-hidden.wd-opened::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.wd-side-hidden.wd-opened::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px #f8f8f8;
    background-color: #D62929;
}


.wgb-popup-box .wgb-popup-body .wgb-popup-content .wgb-popup-posts::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f8f8f8;
    border-radius: 5px;
    background-color: #F5F5F5;
}

.wgb-popup-box .wgb-popup-body .wgb-popup-content .wgb-popup-posts::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.wgb-popup-box .wgb-popup-body .wgb-popup-content .wgb-popup-posts::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px #f8f8f8;
    background-color: #D62929;
}



img.checkout_coupon.checount-img-coupone-decor {
    float: left;
    width: 50%;
    padding-right: 10%;
    margin: 0;
    border: none;
    margin-top: 45px;
}

.coupont-order-row .checkout_coupon {
    width: 50%;
    float: left;
}

.warning-pelivery {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    text-align: center;
    font-weight: 400;
}

body .select2-container--default .select2-selection--single {
    border-radius: 5px;
}

.warning-pelivery span {}

tr.cart-subtotal {
    display: none;
}

.woocommerce-shipping-methods {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.woocommerce-shipping-methods li {
    width: 49%;
    margin: 0;
}

.woocommerce-shipping-methods input {
    display: none;
}

.woocommerce-shipping-methods label {
    background-color: #fff;
    color: #590100;
    text-align: center;
    padding: 10px;
    width: 100%;
    box-shadow: 3px 3px 13px #590100;
    cursor: pointer;
    border-radius: 5px;
    min-height: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.wc-urk-shipping-form-group {
    display: none;
}

.woocommerce-shipping-methods label.active {
    background-color: #590100;
    color: #fff;
    font-weight: 600;
    box-shadow: none;
}

.shop_table td.product-name>.quantity {
    display: none;
}

.shop_table td.product-name>.remove {
    display: none;
}


.cart-subtotal th,
.order-total th {
    text-align: right;
}

.shop_table thead th {
    font-size: 14px;
}

.shop_table td.product-name {
    font-size: 12px;
}

.shop_table td.product-thumbnail img {
    min-width: 50px;
    max-width: 50px;
}

.cart-action-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cart-action-wrapper .coupon label {
    font-weight: 800;
    text-align: left;
    margin-bottom: 10px;
}

.cart-action-wrapper .coupon button {
    width: 100%;
    margin-top: 10px;
}

.cart-action-wrapper .left {
    width: 300px;
}

.cart-action-wrapper .right {
    width: calc(100% - 300px);
}

.cart-action-wrapper .button.go-to {
    background-color: #590100;
    color: #fff;
    border-radius: 5px;
}

.news-item-link a::before {
    content: "\f100";
}

.user-last-news-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: "Jost", Arial, Helvetica, sans-serif !important;
}

.user-last-news-container header h3 {
    font-family: "Jost", Arial, Helvetica, sans-serif;
}

.user-last-news-container .grid-x>article {
    position: relative;
}

.user-last-news-container .grid-x>article img {
    border-radius: 15px;
}

.user-last-news-container .grid-x .wpucv-post-meta>time {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px;
    background: rgba(136, 136, 136, 0.12);
    border-radius: 15px 0 0 0;
    font-weight: 900;
    font-family: "Jost", Arial, Helvetica, sans-serif;
}

.user-last-news-container .grid-x>article .wpucv-post-title {
    font-family: "Jost", Arial, Helvetica, sans-serif;
}

.user-last-news-container .grid-x>article .wpucv-excerpt {
    font-family: "Jost", Arial, Helvetica, sans-serif;
}

.user-last-news-container .grid-x>article .wpucv-button {
    font-family: "Jost", Arial, Helvetica, sans-serif;
}



.woocommerce-account #comments {
    display: none;
}




.user-last-news-container .article-title {}

.user-last-news-container .article-title {}

#billing_country_field {
    display: none;
}

.coupont-order-row .woocommerce-form-coupon-toggle {
    text-align: left;
}

.coupont-order-row .checkout_coupon {
    margin: 20px auto 30px;
}

#ship-to-different-address>label {
    font-weight: 700;
    font-family: "Jost", Arial, Helvetica, sans-serif;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.form-row-wide {
    width: 100%;
}

#billing_first_name_field {
    order: 0;
}

#billing_last_name_field {
    order: 1;
}

#birth_date_field {
    order: 2;
}

#billing_phone_field {
    order: 3;
}

#billing_email_field {
    order: 4;
}

.delivery-types-wrapper {
    order: 5;
    width: 100%;
    background-color: #F8F8F8;
    padding: 20px 10px 30px;
    position: relative;
    margin: 30px 0;
    font-weight: 700;
}

.delivery-types-wrapper::before {
    top: -10px;
    background-position: -3px -5px, 0 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(farthest-side, rgba(0, 0, 0, 0) 6px, #f8f8f8 0);
    background-size: 15px 15px;
}

.delivery-types-wrapper ul#shipping_method {
    margin-top: 30px;
}

.delivery-types-wrapper ul#shipping_method li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
}

#shipping_country_field {
    display: none;
}



.delivery-types-wrapper ul#shipping_method li:last-child {
    border: none;

}

.delivery-types-wrapper ul#shipping_method li input {
    top: 0;
}

.delivery-types-wrapper ul#shipping_method li label::before,
.delivery-types-wrapper ul#shipping_method li label::after {
    display: none;
}

.delivery-types-wrapper ul#shipping_method li label {
    display: flex;
    flex-direction: row;
}

#billing_city_field {
    order: 6;
}

#billing_address_1_field {
    order: 7;
}

.coupont-order-row {
    max-width: 100%;
    width: 100%;
}

.coupont-order-row td {
    max-width: 100%;
    width: 100%;
}

.woocommerce-form-login-toggle>.woocommerce-info {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

.checout-login-btn {
    font-size: 16px;
    text-decoration: none !important;
    padding-bottom: 5px;
    border-bottom: solid 1px;
    transition: .3s all;
    opacity: .6;
}

.checout-login-btn:hover,
.checout-login-btn.active {
    opacity: 1;
}

.cart-widget-side .widget_shopping_cart_content {
    justify-content: space-between;
}

.login.hidden-form {
    margin: 20px auto 40px;
}

.product-label.onsale {
    position: relative;
    background-color: unset;
    padding: 0;
}

.product-label.best {
    position: relative;
    background-color: unset;
    padding: 0;
}

.product-label.gift {
    position: relative;
    background-color: unset;
    padding: 0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item img {
    height: auto;
}

.product-label.onsale .val {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.product-label.new {
    position: relative;
    background-color: unset;
    padding: 0;
}

.product-label.onsale img {
    height: 50px;
    width: 50px;
}

.label-img {}

.single_add_to_cart_button i {
    font-size: 18px;
    margin-right: 10px;
}

.variations-tables-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.variations-tables-wrapper>.left {
    width: 100%;
    margin-bottom: 25px;
}

.variations-tables-wrapper>.left .price {
    font-size: 22px;
}

.product-image-summary .variations {
    margin-bottom: 0;
    margin-top: 0 !important;
}

.summary-inner>p.stock {
    display: none;
}




.wd-side-hidden.wd-opened {
    left: 0;
    margin: auto;
    right: 0;
    padding: 10px;
    height: 100%;
    max-height: 60vh;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;

}

.cart-widget-side .woocommerce-mini-cart__total {
    margin-top: 0;
    text-align: center;
    width: 300px;
    margin: 20px auto 20px;
    font-weight: 900;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons>a {
    width: 48%;
    margin: 0;
    padding: 10px;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons>a:nth-child(1) {
    background: #fff;
    border: solid 1px #590100;
    color: #590100;
}

.wd-logo img {
    padding-top: 47px;
    margin-top: 10px;
}

@media(min-width:1025px) {
    .breand-category-link span {
        min-height: 40px;
        display: block;


    }

    .product-grid-item .wd-add-btn-replace .add-to-cart-loop:before {
        content: "";

    }

    .product-grid-item .wd-add-btn-replace .add-to-cart-loop:hover span {
        transform: unset;
    }


}



@media(max-width:1280px) {
    table.woocommerce-checkout-review-order-table td {
        padding: 10px 5px;
    }
}

@media(max-width:1180px) {
    table.woocommerce-checkout-review-order-table td span.woocommerce-Price-amount.amount {
        font-size: 12px;
    }
}

@media(max-width:1100px) {
    .shop_table thead th {
        font-size: 11px;
    }
}

@media(max-width:1025px) {

    .elements-grid .wd-add-btn a:nth-child(2).button,
    .wd-hover-standard .wd-add-btn a:nth-child(2).button {
        display: none !important;
    }

    .product-grid-item .added_to_cart {
        display: none !important;
    }

    .elements-grid .wd-add-btn,
    .wd-hover-standard .wd-add-btn {

        right: 22px;

        transform: translateX(0) translateZ(0);
    }

    .elements-grid .wd-add-btn a.button,
    .wd-hover-standard .wd-add-btn a.button {
        opacity: 1;
    }

    .wd-logo img {
        margin-top: 0px;
        margin-bottom: 10px;
        padding-top: 0 !important;
    }

    .variations_form .variations tr:last-child td {
        padding-bottom: 20px;
    }

    .variations-tables-wrapper {
        flex-wrap: wrap;
    }

    .variations-tables-wrapper>.left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .mobile-nav.wd-side-hidden.wd-opened,
    .sidebar-container.wd-side-hidden.wd-opened {
        left: 0;
        margin: auto;
        right: unset;
        padding: 0;
        height: 100%;
        max-height: unset;
/*         width: max-content; */
/*         max-width: unset; */
        border-radius: 0;
        border: none;
/*         overflow-y: auto; */
    }
	.wd-nav-mobile .wd-sub-menu>li {

    width: 100%;

}

/*     .mobile-nav.wd-side-hidden.wd-opened .wd-nav-mob-tab.wd-style-underline {
        display: none;
    } */

    .woocommerce-result-count {
        display: none !important;
    }
}

@media(max-width:1024px) {
    .whb-header-bottom .searchform {
        width: 100%;
        position: relative;

    }

    .whb-header-bottom .searchform.wd-style-with-bg input[type="text"] {
        border-radius: 5px 0 0 5px;
    }

    .whb-header-bottom .searchform.wd-style-with-bg .searchsubmit {
        border-radius: 0 5px 5px 0;
    }

    .whb-header-bottom .wd-dropdown.wd-opened {
        right: unset;
        left: 0;
    }

    .whb-header-bottom .wd-search-form {
        flex-wrap: wrap;
    }

    .whb-header-bottom .search-results-wrapper {
        position: relative;
        width: 100%;
        float: left;
    }

    .whb-header-bottom .whb-flex-row .whb-column {
        flex-wrap: wrap;
        width: 100%;
    }

    .wd-header-nav {
        width: 100%;
    }

    .whb-header-bottom ul.menu.wd-nav {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .whb-header-bottom ul.menu.wd-nav span {
        white-space: nowrap;
        text-transform: none;
    }

    .whb-header-bottom ul.menu.wd-nav img {
        display: none;
    }

    .whb-header-bottom .wd-nav>li>a {
        padding-right: 15px;
        padding-left: 15px;

    }

    .infografics-row .owl-nav {}

    .infografics-row .owl-nav .owl-prev {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0 10px 0 0;
    }

    .infografics-row .owl-nav .owl-prev:after {
        content: "\f114";
        font-family: "woodmart-font";
    }

    .infografics-row .owl-nav .owl-next {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0 0 0 10px;
    }

    .infografics-row .owl-nav .owl-next:after {
        content: "\f113";
        font-family: "woodmart-font";
    }
}

@media(max-width:980px) {
    .breand-category-link span {

        min-height: 40px;
    }

    .woocommerce-checkout-review-order-table th.product-remove {
        font-size: 0;
    }
}

@media(max-width:768px) {


    .main-footer-row-wrapper>.elementor-container>div {
        width: 100% !important;
    }

    .go-to-telegram-btn {
        width: 100%;
    }

    .gift-tr .product-quantity,
    .gift-tr .product-subtotal {
        display: none;
    }

    .shop_table thead th.product-price,
    table.woocommerce-checkout-review-order-table td.product-price {
        display: none;
    }

    .cart-action-wrapper .button.go-to {
        margin-top: 10px;
    }
}

@media(max-width:660px) {
    img.checkout_coupon.checount-img-coupone-decor {
        padding: 10px;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .coupont-order-row .checkout_coupon {
        width: 100%;
        margin: 0;
        padding: 10px;
    }

    table.woocommerce-checkout-review-order-table td.product-thumbnail {}

    .shop_table thead th:nth-child(2) {}

    .cart-action-wrapper {
        flex-wrap: wrap
    }

    .cart-action-wrapper .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .cart-action-wrapper .right {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}

@media(max-width:500px) {
    .wgb-popup-box .wgb-popup-body .wgb-popup-content .wgb-popup-posts .wgb-popup-post-item {
        width: 50%;
    }

    header .wd-nav>li.menu-item-has-children>a:after {
        display: none;
    }

    .quick-shop-wrapper .quick-shop-close>a {
        font-size: 0 !important;
    }

    .elements-grid .wd-add-btn,
    .wd-hover-standard .wd-add-btn {
        right: 20px;
    }

    .elements-grid .wd-add-btn a.button,
    .wd-hover-standard .wd-add-btn a.button {

        width: 25px;
        height: 25px;

    }

    .berocket_brand_description {
        align-items: center;
        flex-wrap: wrap;
    }

    .logo-brand-name {
        display: flex;
        font-size: 22px;
        font-weight: 600;
    }

    .berocket_brand_description img {
        margin-right: 10px;
        width: 90px !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .logo-brand-wrapper {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .shop_table.woocommerce-checkout-review-order-table tr {
        max-width: 100%;
        display: block;
    }

    .shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal {
        display: none;
    }

    .shop_table.woocommerce-checkout-review-order-table tr.order-total {
        position: relative;
        display: block;
        text-align: right;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .shop_table.woocommerce-checkout-review-order-table tr.order-total th {
        width: 80px;
    }

    .shop_table.woocommerce-checkout-review-order-table tr.order-total td {
        width: auto;
    }

    .checkout-order-review {
        order: -1;
    }

    table.woocommerce-checkout-review-order-table td.product-remove {
        display: none;
    }

    img.checkout_coupon.checount-img-coupone-decor {
        width: 60%;
        margin-left: auto;
        display: block;
        float: none;
        margin-right: auto;
    }

    .coupont-order-row .checkout_coupon>p:nth-child(1) {
        display: none;
    }

    .woocommerce-form-coupon-toggle>.woocommerce-info {
        display: none;
    }

    .coupont-order-row .checkout_coupon {
        width: 100%;
    }

    .shop_table.woocommerce-checkout-review-order-table .tfoot {
        width: 320px;
    }

    .button.btn_select_gift_in_coupon {
        width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce-checkout-payment {
        margin-bottom: 20px;
        border: none;
        background-color: #F8F8F8;
        position: relative;
        border-radius: 0 0 10px 10px;
    }

    .woocommerce-checkout-payment .show-in-mobile {
        display: block;
        text-transform: none;
        font-size: 11px;
        font-weight: 700;
        font-family: inherit;
    }

    .woocommerce-checkout-payment::before {
        top: -10px;
        background-position: -3px -5px, 0 0;
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 10px;
        background-color: transparent;
        background-image: radial-gradient(farthest-side, rgba(0, 0, 0, 0) 6px, #f8f8f8 0);
        background-size: 15px 15px;
    }

    .wd-logo img[src$=".svg"] {
        max-width: 100px !important;
    }

    .product-image-summary .breand_singl_product_wrapper {
        display: block;
        text-align: center;
        font-size: 0;
    }

    .product-image-summary .breand_singl_product_wrapper a {
        font-size: 12px;
    }

    .product-grid-item .product-element-top {
        min-height: 143px;
        margin-bottom: 0 !important;
    }


    body.single-product .product-image-summary-inner .col-12.product-images {
        display: none;
    }

    body.single-product .col-12.product-images.mobile-singl-product-image-wrapper {
        display: block;
    }

    body.single-product .col-12.product-images.mobile-singl-product-image-wrapper .woocommerce-product-gallery .col-12:nth-child(2) {
        display: none;
    }

    .product_meta .breand_singl_product_wrapper {
        display: none !important;
    }

    .product_meta {
        border: none !important;
        text-align: center;
    }

    .stock-status {
        border: none !important;
        width: 50%;
        float: left;
        text-align: center;
    }

    .woocommerce-product-rating {
        display: block;
        text-align: center;
    }

    .summary-inner>.price {
        float: left;
        width: 50%;
        margin-top: -5px !important;
        margin-bottom: 30px;

    }

    .variations_form .variations label {
        width: 100% !important;
        text-align: center;
        justify-content: center;
    }

    .woodmart-show-product-gallery {
        display: none !important;
    }

    .breand_singl_product_wrapper {
        margin-top: 40px;
        align-items: center;
        justify-content: center;
    }

    body.single-product h1.product_title {
        text-align: center;
    }

    .summary-inner>.price,
    .wd-scroll-content>.price {
        text-align: center;
    }

    .img-breand-wrapper {
        display: none;
    }

    .product-image-summary .product-images-inner .woocommerce-product-gallery .col-12:nth-child(3) {}

    body.tax-berocket_brand .main-page-wrapper {
        padding-top: 0;
        margin-top: -80px;
    }

    .br_widget_brand_element_slider {
        width: 49%;
    }

    .wd-hover-quick .wd-add-btn {
        position: relative !important;
    }

    .wd-hover-quick .add-to-cart-loop span {
        display: block !important;
        color: #fff;
    }

    .wd-hover-quick .add-to-cart-loop {
        width: 100% !important;
        height: auto !important;
        color: #fff !important;
        background: #590100 !important;
    }

    .wd-hover-quick .add-to-cart-loop:before {
        transform: none;
        display: none !important;
    }

    .wd-table-wrapper {
        overflow: hidden;
    }

    table.woocommerce-checkout-review-order-table td.product-total {
        font-size: 10px;
    }

    .woocommerce-checkout-review-order-table {
        overflow: hidden;
    }

    form.woocommerce-checkout.row.container {
        margin: 0;
        padding: 0px;

    }

    .shop_table td.product-name {
        font-size: 10px;
    }

    .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
        flex-direction: column;
        width: 95% Im !important;
    }

    .widget_shopping_cart_content .woocommerce-mini-cart__buttons>a {
        width: 100%;
        margin-bottom: 10px;
    }

    .cart-widget-side .woocommerce-mini-cart__total {
        width: 100%;
    }

    .wd-add-btn-replace .add-to-cart-loop:before {
        font-size: 0 !important;
    }


    .wd-add-btn a.added_to_cart.wc-forward {
        display: block !important;
        padding: 8px;
        min-height: 38px;
    }

    .elements-grid .wd-add-btn a.added_to_cart.wc-forward:nth-child(2),
    .wd-hover-standard .wd-add-btn a.added_to_cart.wc-forward:nth-child(2) {
        display: none !important;
    }

    .wd-add-btn-replace .add-to-cart-loop:after {
        display: none !important;
    }

    .whb-header-bottom {
        margin-top: 0;
    }

    .whb-header-bottom-inner {
        height: 80px !important;
        max-height: 80px !important;
    }

    .whb-header-bottom .wd-search-form {
        flex-wrap: wrap;
        background: #fff;
        width: calc(100% + 10px);
        position: relative;
        left: -5px;
        display: block;
        max-width: unset;
        min-width: calc(100% + 20px);
        top: -1px;
        padding-left: 0;
        padding-right: 0;
    }

    header .searchform .searchsubmit {
        right: unset;
        left: 15px;
    }


    header .searchform input[type="text"] {
        font-size: 15px;
        background: none;
        box-shadow: none;
        border: none;
        padding-left: 65px;
        padding-right: 0;
    }

    .top-seil-block-wrapper {}

    .middle-seil-block-wrapper {
        font-size: 12px;
    }

    .bottom-seil-block-wrapper .right .top {
        font-size: 12px;
    }

    .bottom-seil-block-wrapper .right {
        padding-left: 0;
    }

    .bottom-seil-block-wrapper .left {
        padding-right: 0;
    }
}

@media(max-width:420px) {



    table.woocommerce-checkout-review-order-table td {
        padding: 10px 2px;
    }

    table.woocommerce-checkout-review-order-table td span.woocommerce-Price-amount.amount {
        font-size: 10px;
    }

    table.woocommerce-checkout-review-order-table td span {
        font-size: 10px;
    }
}

@media(max-width:380px) {
    .shop_table thead th {
        font-size: 10px;
        padding: 10px 2px;
    }

    .checkout-order-review {
        padding: 10px;
    }

    .wd-logo img[src$=".svg"] {
        max-width: 70px !important;
        margin-top: 0;
    }
}

@media(max-width:320px) {
    .wd-logo img[src$=".svg"] {
        max-width: 60px !important;
    }

    table.woocommerce-checkout-review-order-table div.quantity input[type="number"] {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    table.woocommerce-checkout-review-order-table div.quantity input[type="button"] {
        padding: 0 5px;
        min-width: 20px;
        height: 20px;
    }

    table.woocommerce-checkout-review-order-table td span.woocommerce-Price-amount.amount {
        font-size: 9px;
    }

    table.woocommerce-checkout-review-order-table td span {
        font-size: 9px;
    }

    .shop_table td.product-name {
        font-size: 8px;
    }
}


.tabs-layout-tabs .tabs li a {
    position: relative;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 10px;
    color: inherit;
    text-transform: none!important;
    font-weight: inherit;
    font-size: 16px;
    opacity: .7;
}

	.wgb-popup-box .wgb-popup-body .wgb-popup-content .wgb-popup-posts .wgb-popup-post-item .wgb-popup-post-thumbnail {

    border-bottom: 0px!important;

}