/*
Theme Name: BesTsoft
Version: 1.1
Author: Mettevo
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
html, body {
    overflow-x: hidden;
}

body {
    position: relative
}

body {
    /* overflow-x: hidden; */
    width: 100%;
    /* font-display: swap; */
}

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap'); */

html {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
    /* font-display: swap; */
}

h1 {
    line-height: 156%;
}

h1.pages-title {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

h2 {
    font-weight: normal;
    font-size: 1.14rem;
    line-height: 1.57rem;
}

h3 {
    font-weight: 600;
}

a {
    text-decoration: none;
    color: #383838;
    transition: color 0.4s linear;
}

a:hover {
    color: #007FAC;
}

a:active, a:focus, input, input:active, input:focus, textarea:active, textarea:focus, button, button:active, button:focus, .slick-initialized .slick-slide:active, .slick-initialized .slick-slide:focus {
    outline: none;
    
}

input[type="checkbox"].current {
    pointer-events: none;
}

/* Blog pagination */

#blog-pagination.pagination {gap: 0 10px;}

#blog-pagination .page-numbers {
    padding: 0.5em;
    font-size: 1em;
}


#blog-pagination .page-numbers:not([class="page-numbers dots"]):hover,
#blog-pagination .page-numbers.current {background: rgba(35,167,224,.15);}

#blog-pagination .next.page-numbers,
#blog-pagination .prev.page-numbers {
    font-size: 0;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
}

#blog-pagination .next.page-numbers:after {transform: scale(-1,1);}

#blog-pagination .next.page-numbers:after,
#blog-pagination .prev.page-numbers:after {
    content: '\2190';
    display: block;
    font-size: 1vw;
    padding: 0.5em;
    line-height: 0.5;
}

/* Blog searchform */

    .home-search-form {}

    .home-search-form > div {
        display: grid;
        grid-template-columns: 1fr max-content;
        
    }

    .home-search-form input[type="search"]:focus::placeholder {font-size: 0;}

    .home-search-form input:not([type="hidden"]) {
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0 15px;
    }

    .home-search-form input[type="search"] {
        border-radius: 5px 0 0 5px;
        border: 1px solid #000;
        border-right: unset;
        color: #000;
    }

    .home-search-form input[type="submit"] {
        background-color: #00A8C3;
        border-radius: 0 5px 5px 0;
        width: fit-content;
        border: 1px solid #00A8C3;
        color: #FFF;
        cursor: pointer;
        text-align: center;
    }

    .home-search-form input[type="submit"]:hover {background-color: #009AB3;}


.cont {
    max-width: 1440px;
    padding: 0 100px;
    width: 100%;
    margin: 0 auto;
}

header {
    height: 60px;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}

header .cont {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

header .cont .burger {
    display: none;
}

header .cont ul {
    display: flex;
    width: 70%;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    height: 100%;
}

header .cont ul li a, header .cont ul li span {
    font-size: 0.9rem;
    margin-right: 10px;
}

.current-menu-item span {
    /* pointer-events: none; */
    opacity: 0.8;
}

header .cont ul li.current-menu-item span {
    color: #6E6E6E;
    opacity: 0.8;
    cursor: auto;
}

header .cont ul li {
    list-style-type: none;
}

header .cont > div {
    width: 12%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px;	
}

header .cont > div.dgwt-wcas-search-wrapp {
    max-width: 230px;
}

.head__logo-section {
    height: 130px;
}

.head__logo-section .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.head__logo-section .contact_block {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.head__logo-section .contact_block .contact_block_item {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.head__logo-section .contact_block .contact_block_item .tel, .head__logo-section .contact_block .contact_block_item .cart, .head__logo-section .contact_block .contact_block_item .chat {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.22);
    margin-right: 10px;
    padding: 6px;
    transition: all 0.4s linear;
    background-image: url(/wp-content/themes/bestsoft/img/sprite.svg);
}

.head__logo-section .contact_block .contact_block_item .tel {
    background-position: -706px 48px;
}

.head__logo-section .contact_block .contact_block_item .chat {
    background-position: -1235px 51px;
}

.head__logo-section .contact_block .contact_block_item .cart {
    background-position: -1203px 52px;
}

.head__logo-section .contact_block .contact_block_item a {
    color: #6C6C6C;
    position: relative;
}

.head__logo-section .contact_block .contact_block_item:hover a {
    color: #007FAC;
}

.head__logo-section .contact_block .contact_block_item:hover img {
    box-shadow: none;
}

.head__logo-section .contact_block .contact_block_item p span {
    color: #007FAC;
    font-weight: 600;
}


.widget_shopping_cart_content-wrap {
    /* position: absolute; */
    right: 0;
    top: 0;
    /* display: none; */
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(151, 176, 181, 0.38);
    padding: 15px;
    z-index: 10;
    min-width: 500px;
    position: relative;
}

.woocommerce .widget_shopping_cart_content-wrap button.button#place_order {
    margin-top: 15px;
    display: block;
    margin-left: auto;
}

.widget_shopping_cart_content {
    width: 100%;
}

.head__logo-section .widget_shopping_cart_content-wrap {
    position: absolute;
    display: none;
    z-index: 11;
    max-width: 600px;
}

.chat {
    cursor: pointer;
}

.widget_shopping_cart_content-wrap .disabled a.btn.alt, .widget_shopping_cart_content-wrap p.disabled + form.clear-cart, .woocommerce .widget_shopping_cart_content-wrap button.button#place_order.disabled, .woocommerce-order-pay form#order_review .form-row #place_order.disabled, .chat.disabled {
    pointer-events: none !important;
    opacity: 0.3;
}

.woocommerce .widget_shopping_cart_content-wrap button.button#place_order.disabled {
    background-color: #007FAC;
}

.widget_shopping_cart_content-wrap .quantity {
    padding: 0 0 0 0.5em;
    height: 100%;
}

.widget_shopping_cart_content-wrap .quantity .qty {
    width: 2.131em;
    text-align: center;
    border: none;
    height: 100%;
}

.minicart-price {
    font-weight: 600;
}

.check {
    display: block;
    position: static;
    width: 100%;
}

.cont.index p.cart-head {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #383838;
}

.widget_shopping_cart_content li, .check li {
    border-bottom: 1px solid #F0F0F0;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce .widget_shopping_cart_content ul.cart_list li a:nth-child(2), .woocommerce .widget_shopping_cart_content ul.product_list_widget li a:nth-child(2), .widget_shopping_cart_content ul.cart_list li a:nth-child(2), .woocommerce .check ul.cart_list li a:nth-child(2), .woocommerce .check ul.product_list_widget li a:nth-child(2), .widget_shopping_cart_content ul.cart_list li a:nth-child(2) {
    display: flex;
    align-items: center;
    width: 65%;
    font-weight: 600;
}

.widget_shopping_cart_content li a.remove, .check li a.remove {
    order: 8;
}

.widget_shopping_cart_content .quant_custom, .check .quant_custom {
    width: 15%;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    font-weight: 600;
    color: #383838;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget_shopping_cart_content span.quantity, .check span.quantity {
    width: 10%;
    text-align: center;
}

.widget_shopping_cart_content .quant_custom a, .check .quant_custom a {
    cursor: pointer;
}

.widget_shopping_cart_content ul.cart_list li .quant_custom a:nth-child(2), .check ul.cart_list li .quant_custom a:nth-child(2) {
    width: auto;
    margin: 0;
}

.widget_shopping_cart_content span.amount, .check span.amount {
    font-weight: 600;
    font-size: 1rem;
}

.woocommerce .widget_shopping_cart_content ul.cart_list li a.remove, .widget_shopping_cart_content a.remove, .woocommerce .widget_shopping_cart_content ul.product_list_widget li a.remove, .woocommerce .check ul.cart_list li a.remove, .check a.remove, .woocommerce .check ul.product_list_widget li a.remove {
    color: transparent !important;
    background: #6C6C6C;
    width: 16px;
    height: 18px;
	-webkit-mask-image: url(/wp-content/themes/bestsoft/img/del.svg);
    -webkit-mask-size: contain;
    border-radius: 0;
    cursor: pointer;
    margin-right: 5px;
}

.widget_shopping_cart_content p.total, .check p.total {
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.widget_shopping_cart_content p.total strong, .check p.total strong {
    color: #9C9C9C;
}

.widget_shopping_cart_content p.total .amount, .check p.total .amount {
    color: #007FAC;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img, .widget_shopping_cart_content ul.product_list_widget li img {
    width: 61px;
    height: 84px;
    order: -1;
    margin-right: 10px;
    float: left;
    object-fit: contain;
    object-position: center;
}

.widget_shopping_cart_content-wrap a.btn.alt, .widget_shopping_cart_content-wrap form.clear-cart {
    width: 30%;
    min-width: 170px;
    margin-left: 20px;
    float: right;
    display: inline-block;
    text-align: center;
}

.widget_shopping_cart_content-wrap form.clear-cart button {
    padding: 10px;
    color: #6C6C6C;
    text-decoration: underline;
    font-weight: 600;
    font-size: 1.14rem;
    line-height: 1.57rem;
    background-color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.4s linear;
}

.widget_shopping_cart_content-wrap form.clear-cart button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151;
    border: none;
}

.woocommerce-mini-cart-item .qty-input {
    width: 40px;
    text-align: center;
    border: none;
    padding: 2px;
    margin: 0;
    height: 25px;
}
.woocommerce-mini-cart-item .qty-input,
.woocommerce-mini-cart-item .qty-input {
    margin: 0;
}

.woocommerce-mini-cart-item .btnMinus, 
.woocommerce-mini-cart-item .btnPlus {
    cursor: pointer;
    padding: 0 5px;
}

.woocommerce-mini-cart-item .inactive {
    color: #999;
    padding: 0 5px;
}

.widget_shopping_cart_content-wrap.visible {
    display: block;
}

.woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before, .woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before, .woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before, .woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before, .woocommerce-page ul.cart_list li::after, .woocommerce-page ul.cart_list li::before, .woocommerce-page ul.product_list_widget li::after, .woocommerce-page ul.product_list_widget li::before {
    display: none;
}

header .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background: #F2F2F2;
    border-radius: 15px;
    padding: 5px 32px;
    border: none;
    /* width: 151.76px; */
    height: 28.05px;
}

header .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    font-size: 14px;
    line-height: 19px;
    color: #383838;
    font-style: normal;
}

header .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    left: 88%;
    fill: #007FAC;
}

.dgwt-wcas-preloader {
    left: 0;
}

.profile-link {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    color: #007FAC;
    position: relative;
}

.profile-link .profile-img {
    width: 34px;
    min-width: 34px;
    height: 21px;
    background-image: url(/wp-content/themes/bestsoft/img/sprite.svg);
    background-position: -618px 42px;
    margin-right: 5px;
}

.profile .profile_sub-menu {
    display: none;
    position: absolute;
    top: 59px;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 6;
    border: 1px solid #CCCCCC;
    padding: 16px 10px;
}

.profile .profile_sub-menu a {
    display: block;
    color: #797979;
}

.profile .profile_sub-menu a {
    margin-bottom: 10px;
}

.profile .profile_sub-menu a:last-child {
    margin-bottom: 0;
}

.profile .profile_sub-menu a:hover {
    color: #007FAC;
}

header .profile:hover .profile_sub-menu {
    display: block;
}

.profile-link:hover .arr {
    transform: rotate(180deg);
    padding-right: 5px;
    padding-left: 8px;
}

.profile-link .arr {
    padding: 0 8px 0 5px;
    background-image: url(/wp-content/themes/bestsoft/img/sprite.svg);
    background-position: -744px 33px;
    width: 21px;
    height: 5px;
}

.head__menu-section {
    width: 100%;
    height: 60px;
    background: #00A8C3;
}

.head__menu-section .cont, .head__menu-section .cont .menu {
    height: 100%;
}

.head__menu-section .cont ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    align-items: center;
}

.head__menu-section .cont ul li {
    list-style-type: none;
    height: 100%;
    flex-grow: 1;
    transition: all 0.4s linear;
    cursor: pointer;
    position: relative;
    margin: 0 10px;
    /* z-index: 16; */
}

.head__menu-section .cont ul li.current-menu-item {
    background: #009AB3;
}

.head__menu-section .cont ul > li.current-menu-item > span {
    text-decoration: underline;
}

.head__menu-section .cont ul > li > ul li.current-menu-item {
    background: rgba(35, 167, 224, 0.15);
}

.head__menu-section .cont ul > li > ul li.current-menu-item span {
    text-decoration: none;
}

.head__menu-section .cont > ul > li > a, .head__menu-section .cont > ul > li > span {
    color: #fff;
    /* font-weight: 600; */
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    height: calc(100% - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 5px;
    margin-bottom: 5px;
}

.head__menu-section .cont ul li .sub-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 16;
    background-color: #fff;
    top: 60px;
    width: 100%;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
}

.head__menu-section .cont ul li .sub-menu li {
    display: block;
    width: 100%;
    height: 40px;
    transition: all 0.4s linear;
}

.head__menu-section .cont ul li .sub-menu li:hover {
    background: rgba(35, 167, 224, 0.15);
}


.head__menu-section .cont ul li .sub-menu li a, .head__menu-section .cont ul li .sub-menu li span {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 5%;
    color: #383838;
}

.head__menu-section .cont ul li:hover .sub-menu {
    display: flex;
}

.head__menu-section .cont ul li:hover {
    background: #009AB3;
}

.logo_block .logo {
    width: 171px;
    height: 30px;
    background-image: url(/wp-content/themes/bestsoft/img/sprite.svg);
    background-position: 807px -17px;
}

.single-product footer {
    margin-top: 50px;
}

footer {
    width: 100%;
    background: #26292D;
    padding: 50px 0 100px;
    border-bottom: 40px solid #222529;
}

footer .cont {
    display: flex;
    justify-content: space-between;
}

footer .cont > div {
    flex-grow: 1;
    max-width: 25%;
}

footer .cont div ul li {
    list-style-type: none;
}

footer .cont div ul li .sub-menu {
    display: none;
}

footer .cont a, footer .cont span {
    color: #FFFFFF;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

footer .cont a:hover {
    color: #00A8C3;
}

footer .cont img.logo {
    margin-bottom: 20px;
    max-width: 170px;
    max-height: 30px;
}

footer .cont > div p {
    color: #FFFFFF;
    margin-bottom: 10px;
}

footer .cont > div p span {
    font-size: 0.72rem;
    line-height: 1rem;
}

footer .cont > div form p {
    display: flex;
    margin-top: 10px;
}

.wpcf7-form-control-wrap {
    max-width: 82%;
}

.screen-reader-response {
    display: none;
}

.wpcf7 input[type="email"] {
    max-width: 100%;
    background: #595959;
    padding: 10px;
    border: none;
    outline: none;
    height: 40px;
}

.wpcf7 input[type="email"]::placeholder {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}

footer .cont > div form p input[type="submit"] {
    width: 100%;
    height: 100%;
    border: none;
    background: #007FAC;
    background-image: url(/wp-content/themes/bestsoft/img/send.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    color: transparent;
    transition: background-size 0.2s ease-in;
    cursor: pointer;
}

footer .cont > div form p span.subscribe__button {
    max-width: 18%;
}

footer .cont > div form p input[type="submit"]:hover {
    background: #007FAC;
    background-image: url(/wp-content/themes/bestsoft/img/send.svg);
    background-repeat: no-repeat;
    background-position: center center;
    color: transparent;
    background-size: 70%;
}


/* blog section */

.home.cont {
    display: flex;
    padding-bottom: 50px;
}

.home.cont .home-blog {
    width: 70%;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.home.cont .home-filters form div, .filter form div div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.news_card {
    width: 48%;
    /* min-width: 260px; */
    background: #FFFFFF;
    box-shadow: none;
    border: 1px solid #E9E9E9;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.3s ease-in;
}

.news_card:hover {
    box-shadow: 0px 0px 11px rgba(151, 176, 181, 0.29);
}

.news_card img {
    width: 100%;
    height: 200px;
    /* object-fit: cover;
    object-position: center; */
    margin-bottom: 10px;
    object-fit: cover;
}

.news_card span, .news_card p {
    font-size: 0.86rem;
    line-height: 1.14rem;
    padding: 0 20px;
}

.home.cont .home-blog .singlenews, .home.cont .home-blog .singlenews span, .home.cont .home-blog .singlenews p, .home.cont .home-blog .singlenews li {
    font-size: 1rem;
    line-height: 1.36rem;
    margin-bottom: 10px;
}

.home.cont .home-blog .singlenews h2, .home.cont .home-blog .singlenews h3, .home.cont .home-blog .singlenews h4, .home.cont .home-blog .singlenews h5, .home.cont .home-blog .singlenews h6 {
    margin-bottom: 10px;
}

.home.cont .home-blog .singlenews p {
    text-align: justify;
}

.news_card span.date, .home.cont .home-blog .singlenews span.date {
    color: #9A9A9A;
    font-size: 0.86rem;
    display: block;
}


.home.cont .home-blog .singlenews h1 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 147.6%;
}

.home.cont .home-blog .singlenews ol {
    padding-left: 20px;
}

.home.cont .home-blog .singlenews ul {
    padding-left: 10px;
}

.home.cont .home-blog .singlenews ul li {
    list-style-type: none;
}

.home.cont .home-blog .singlenews ul li:before {
    content: '';
    display: inline-block;
    background: #007FAC;
    border-radius: 50%;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    vertical-align: middle;
}

.aligncenter,
.alignleft,
.alignright {
    display: table;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    margin-left: auto;
}

.news_card p.newstitle {
    padding: 4px 20px;
    font-weight: 600;
    font-size: 1.17em;
    line-height: 1.3em;
}

.news_card a.more {
    width: 100%;
    display: block;
    background-color: #fff;
    border-top: 1px solid #007FAC;
    padding: 20px;
    font-size: 1.14rem;
    line-height: 1.57rem;
    font-weight: 600;
    color: #007FAC;
    margin-top: 20px;
    transition: all 0.4s linear;
}

.news_card a.more:hover {
    background: #007FAC;
    color: #fff;
}

.home.cont .pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 30px;
}

.home.cont .pagination .prev a:before, .home.cont .pagination .next a:after, .accordion .pagination .prev:before, .accordion .pagination .next:after {
    content: '';
	-webkit-mask-image: url(/wp-content/themes/bestsoft/img/blog_arr.svg);
    width: 7px;
    height: 12px;
    background: #525252;
    display: inline-block;
    margin: 0 9px;
    vertical-align: middle;
    transition: all 0.4s linear;
}

.home.cont .pagination .next a:after, .accordion .pagination .next:after {
    transform: rotate(180deg);
}

.home.cont .pagination .prev a:hover:before, .home.cont .pagination .next a:hover:after, .accordion .pagination .prev:hover:before, .accordion .pagination .next:hover:after {
    background: #007FAC;
}

.home.cont .home-filters {
    width: 30%;
    padding-right: 30px;
}

.home.cont .home-filters ul li {
    list-style-type: none;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.home.cont .home-filters ul li a {
    color: #525252;
}

.home.cont .home-filters ul li a:hover {
    color: #007FAC;
}

.termname {
    font-size: 1.17em;
    margin-bottom: 23px;
    cursor: pointer;
    width: 100%;
    display: block;
    position: relative;
    border: none;
    font-weight: normal;
    padding: 0;
    color: #000;
}

.front-filt {
    display: block;
    position: relative;
    color: #404040;
    font-weight: 600;
    border-bottom: 1px solid #DBDBDB;
    width: 100%;
    padding: 8px 0;
    cursor: auto;
    pointer-events: none;
    margin-bottom: 23px;
    font-size: 1.14rem;
    line-height: 1.57rem;
}

.front-filt svg {
    margin-right: 12px;
}

.termname:after {
    content: '';
    display: block;
    height: 5px;
    width: 8px;
    background: #7D7D7E;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.4s linear;
    /* transform: rotate(180deg); */
}

/* .home.cont .home-filters h2.front-filt:after, h2.front-filt:after {
  display: none;
} */

.termname.toggled:after {
    transform: rotate(180deg);
}

.home.cont .home-filters .filter-cat form div.inactive, .home.cont .home-filters .filter-cat form div.deactive, .filter form div.inactive, .filter form div.deactive, .filter form div.inact {
    pointer-events: none;
    opacity: 0.5;
}

.inactive input, .deactive label, .inact label {
    pointer-events: none;
}

.home.cont .home-filters .filter-cat form div label, .filter form div label {
    display: flex;
    align-items: center;
}

/* .filter input {
  vertical-align: middle;
} */

.home.cont .home-filters .filter-cat form div:last-of-type, .filter form div div:last-of-type, .home.cont .home-filters form div:last-of-type {
    margin-bottom: 25px;
}

.home-filters ul div label, .home-filters form div label, .filt-inner div label {
    color: #333333;
    cursor: pointer;
    opacity: 0.9;
    transition: all 0.3s linear;
}

.home-filters ul div label:hover, .home-filters form div label:hover, .filt-inner div label:hover {
    color: #000;
    opacity: 1;
}

/* filters hide default */
.home-filters ul, .home.cont .home-filters form div.filt-inner, .filt-inner {
    display: none;
    margin-bottom: 0;
}

/* .home.cont .home-filters .filter-cat li:before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #C4C4C4;
  border-radius: 2px;
  margin-right: 10px;
} */

.cont.breadcrumbs {
    padding-top: 15px;
    padding-bottom: 30px;
    width: 100%;
}

.woocommerce-checkout .cont.breadcrumbs, .woocommerce-account .cont.breadcrumbs {
    padding-bottom: 15px;
}

.home.cont .home-blog .singlenews {
    width: 100%;
}

.home.cont .home-blog .singlenews img {
    width: 100%;
    /* max-height: 400px;
    object-fit: contain; */
    margin-bottom: 10px;
    margin-top: 10px;
}

/* front page */

.slick-initialized .slick-slide {
    display: flex !important;
    margin: 0 15px 20px !important;
}

.slick-initialized .slick-slide.hidden {
    display: none !important;
}

.cont.blogposts {
    margin-bottom: 10px !important;
}

.cont.blogposts .block-heading, .mostsales .block-heading, .block-heading {
    font-size: 1.14rem;
    line-height: 1.57rem;
    display: block;
    width: 100%;
    font-weight: 600;
    padding: 8px 0;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 40px;
    position: relative;
    color: #404040;
}

.mostsales p.product_title {
    margin-bottom: 1px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.36rem;
    border: none;
    padding: 5px 10px;
}

h1.cat-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 2rem;
    width: 100%;
    margin-bottom: 30px;
    color: #7D7D7E;
    /* text-align: center; */
}

.slick-slider .slick-arrow {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 6;
    -webkit-mask-image: url(/wp-content/themes/bestsoft/img/blog_arr.svg);
    width: 20px;
    height: 20px;
    display: block;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 40%;
    color: transparent;
    background: #9C9C9C;
    cursor: pointer;
    transition: background 0.4s linear;
    transform: rotate(180deg);
    border: none;
}

.slick-slider .slick-arrow:hover {
    background: #007FAC;
}

.slick-slider .slick-arrow.slick-prev {
    right: 40px;
    transform: rotate(360deg);
}

.slick-slider:after {
    content: '';
    display: block;
    height: 20px;
    width: 1px;
    background-color: #DBDBDB;
    margin-left: 10px;
    position: absolute;
    top: -70px;
    right: 29px;
}

.banners_slider.slick-slider:after {
    display: none;
}

.mostsales .front.slick-initialized .slick-slide {
    flex-wrap: wrap;
    margin: 0 15px;
    /* justify-content: space-around; */
}

.mostsales .front.slick-initialized .slick-slide .prod_card {
    width: 30%;
    min-width: 260px;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 3%;
    /* max-height: 360px; */
    height: 400px;
}

.mostsales .front.slick-initialized .slick-slide .prod_card:nth-child(3n) {
    margin-right: 0;
}

.mostsales .front.slick-initialized .slick-slide .prod_card .woocommerce-product-rating .star-rating {
    margin: 0;
}

.mostsales .front.slick-initialized .slick-slide .prod_card:nth-child(even) {
    margin-bottom: 0;
}

.home .woocommerce {
    margin-top: 100px;
    margin-bottom: 20px;
}

.home .woocommerce.dgwt-wcas-suggestions-wrapp, .dgwt-wcas-suggestions-wrapp {
    margin: 0;
    margin-top: 17px;
}

.home .mostsales, .cont.blogposts {
    margin-top: 30px;
    margin-bottom: 0;
}

.home .woocommerce.mostsales {
    margin-top: 0;
}

.home .mostsales.filter-cont {
    margin-top: 0;
    margin-bottom: 0;
}

.home .woocommerce.dgwt-wcas-search-wrapp {
    margin-top: 0;
    margin-bottom: 0;
    width: 10%;
    padding-left: 0;
}

.front-top {
    display: flex;
}

.front-top .filter {
    width: 27%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.front-top .mostsales {
    width: 70%;
}

.banners_slider {
    margin-top: 40px;
    height: 300px;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s linear;
}

.banners_slider.slick-initialized .slick-slide {
    margin: 0 !important;
    height: 300px;
}

.banners_slider.slick-initialized .slick-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.small-banners {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.small-banners .card {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(151, 176, 181, 0.24);
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin: 0 auto 10px;
    max-width: 320px;
    width: 100%; */
    margin-bottom: 10px;
}

.small-banners .card a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.small-banners .card img {
    max-height: 75%;
    max-width: 100%;
}

.small-banners .card p {
    margin-top: 5px;
    color: #525252;
}

.seo_block {
    margin-top: 30px;
    margin-bottom: 30px;
}

.seo_block h1 {
    margin-bottom: 15px;
}

.seo_block p {
    margin-bottom: 5px;
}

.seo_block ol, .seo_block ul {
    padding-left: 15px;
}

/* product */

.woocommerce span.onsale, span.onsale {
    background-image: url(/wp-content/themes/bestsoft/img/sprite.svg);
    background-position: -540px -10px;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 53.58px;
    height: 53.58px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -.5em;
    left: auto;
    z-index: 2;
}

.woocommerce .woocommerce-breadcrumb {
    margin-top: 15px;
    margin-bottom: 50px;
}

div.product p.price del, .archive li.product span.price del span.amount {
    opacity: 1;
    color: #6C6C6C;
    text-decoration-color: #F74B19;
    font-size: 1.14rem;
    line-height: 1.57rem;
    margin-right: 10px;
}

div.product p.price, .woocommerce div.product span.price, .archive li.product span.amount, .woocommerce div.product ins span.amount {
    font-size: 1.14rem;
    line-height: 1.57rem;
    font-weight: bold;
    color: #007FAC;
}

ins {
    text-decoration: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button.alt, button.button.alt, a.btn.alt, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button, .woocommerce a.button, .woocommerce table.my_account_orders .button.pay, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover {
    background-color: #007FAC;
    font-weight: 600;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding: 10px 20px;
    border-radius: 0;
    transition: all 0.4s linear;
    border: 1px solid #007FAC;
    cursor: pointer;
}

.woocommerce-variation.single_variation .woocommerce-variation-availability {
    display: none;
}

.woocommerce div.product form.cart .variations select {
    padding: 5px;
    border-radius: 0;
    outline: 0 !important;
}

.woocommerce div.product form.cart .variations tbody tr {
    display: flex;
    flex-direction: column;
}

.woocommerce div.product form.cart .variations tbody tr td.label {
    margin-bottom: 10px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce button.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce button.button.alt.cart, button.button.alt:hover, a.btn.alt:hover, .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover, .woocommerce a.button:hover, .woocommerce table.my_account_orders .button.pay:hover {
    background: rgba(0, 127, 172, 0.05);
    border: 1px solid #007FAC;
    color: #007FAC;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* flex-direction: row-reverse; */
}

form.checkout .woocommerce-error li {
    display: list-item;
}

.woocommerce-order-pay .woocommerce-error li {
    display: block;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    width: 100%;
    margin-bottom: 10px;
}

.single-product.woocommerce button.button.alt.cart {
    margin-right: 15px;
}

.breadcrumbs a, .breadcrumbs {
    font-size: .92rem;
    color: #767676;
}

.woocommerce .woocommerce-breadcrumb a:hover, .breadcrumbs a:hover {
    color: #007FAC;
}


.star-rating {
    font-family: star
}

.woocommerce .star-rating span::before {
    font-family: star;
    color: #FFD232;
}

a.woocommerce-review-link {
    color: #9A9A9A;
}

.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
    max-height: 300px;
}

p.key {
    bottom: -1rem;
    right: 1rem;
    /* height: 30%; */
    height: 60px;
    width: 60px;
    position: absolute;
    /* width: 27%;
    min-width: 60px; */
    background-color: #00A8C3;
/*mask-image: url(/wp-content/themes/bestsoft/img/sprite.svg);
mask-repeat: no-repeat;
mask-position: -285px 0;
mask-size: contain;*/ /* или 90% */	
    -webkit-mask-image: url(/wp-content/themes/bestsoft/img/sprite.svg);
    /* -webkit-mask-size: 90%; */
    -webkit-mask-repeat: no-repeat;
    z-index: 3; 
    /* -webkit-mask-size: contain; */
    -webkit-mask-position: -285px 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery p.key {
    /* height: 40%; */
    bottom: -1rem;
    right: -2rem;
}

.woocommerce div.product .related div.images.woocommerce-product-gallery p.key {
    /* height: 50%; */
    bottom: 0;
}

div.images.woocommerce-product-gallery {
    position: relative;
}

.woocommerce div.product div.images img {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    object-position: center;
}

.woocommerce div.product div.summary {
    width: 45%;
    margin-right: 3%;
}

.woocommerce-product-details__short-description p {
    font-size: 0.86rem;
    margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 5px;
}

.woocommerce div.product .product_title, .woocommerce .prod_card p.product_title {
    margin-bottom: 1px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.36rem;
    width: 100%;
}

.prod_card .summary {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.prod_card .summary form, .mostsales .single_inform, .mostsales .preorder {
    width: 100%;
    display: flex !important;
    align-self: flex-end !important;
}

.mostsales .single_inform, .mostsales .preorder {
    justify-content: center;
}

.prod_card .summary .woocommerce-product-rating {
    width: 100%;
    height: 20px;
    display: flex;
    align-self: flex-end;
}

.related .prod_card .summary .woocommerce-product-rating {
    height: auto;
}

.prod_card .summary p.stock, .prod_card .summary p.price {
    height: 30px;
    display: flex;
    align-self: flex-end;
}

.woocommerce .related.mostsales .slick-initialized .slick-slide.prod_card .summary > p.product_title {
    padding: 0;
}

.woocommerce div.product p.stock {
    font-size: 0.86rem;
    margin-bottom: 15px;
    color: #18A826;
}

p.stock {
    font-size: 0.86rem;
    color: #18A826;
}

.woocommerce div.product p.stock.out-of-stock, p.stock.out-of-stock {
    color: #EB5757;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: 100px;
}

.related.products, .woocommerce div.product .woocommerce-tabs {
    width: 100%;
}

.woocommerce div.product p.price {
    margin-bottom: 20px;
}

.prod_guarantees {
    width: 25%;
}

.prod_guarantees > div {
    display: grid;
    grid-column-gap: 5px;
    grid-template-columns: 50px 1fr;
    grid-template-rows: auto auto;
}

.prod_guarantees > div .pr {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    width: 48px;
    height: 40px;
    background-image: url(/wp-content/themes/bestsoft/img/sprite.svg);
}

.prod_guarantees > div .pr1 {
    background-position: 195px -6px;
}

.prod_guarantees > div .pr2 {
    background-position: 125px -8px;
}

.prod_guarantees > div .pr3 {
    background-position: 70px -6px;
    width: 32px;
    padding-left: 4px;
}

.prod_guarantees > div .pr4 {
    background-position: 38px -12px;
    width: 38px;
    padding-left: 4px;
}

.prod_guarantees > div .pr5 {
    background-position: -205px -10px;
}

.prod_guarantees > div p.pr-heading {
    font-size: 1rem;
    line-height: 1.36rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.prod_guarantees > div p {
    font-size: 0.86rem;
    line-height: 1.14rem;
    margin-bottom: 7px;
}

.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info, .filter + p.woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-NoticeGroup ul {
    /* position: fixed;
    top: 320px;
    left: 25%;
    z-index: 12;
    width: 50%; */
    background-color: #fff;
    /* border: none!important;
    box-shadow: 0px 0px 8px rgba(151, 176, 181, 0.38); */
    text-align: center;
    border-top-color: #00A8C3;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none;
}

#reviews {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

#reviews .clear {
    display: none;
}

#reviews #comments {
    width: 65%;
    border-right: 1px solid #F0F0F0;
}

#reviews #review_form_wrapper, .woocommerce-verification-required {
    width: 30%;
}

.woocommerce div.product .woocommerce-tabs .panel {
    font-size: 1rem;
    line-height: 1.36rem;
}

.woocommerce div.product .woocommerce-tabs .panel p, .woocommerce div.product .woocommerce-tabs .panel li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.woocommerce div.product .woocommerce-tabs .panel h2, .woocommerce div.product .woocommerce-tabs .panel h3, .woocommerce div.product .woocommerce-tabs .panel h4, .woocommerce div.product .woocommerce-tabs .panel h5, .woocommerce div.product .woocommerce-tabs .panel h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel h2, .woocommerce div.product .woocommerce-tabs .panel h3, .woocommerce div.product .woocommerce-tabs .panel h4, .woocommerce div.product .woocommerce-tabs .panel h5, .woocommerce div.product .woocommerce-tabs .panel h6 {
    font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs .panel ol {
    padding-left: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel ul {
    padding-left: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel ul li {
    list-style-type: none;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li:before {
    content: '';
    display: inline-block;
    background: #007FAC;
    border-radius: 50%;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    vertical-align: middle;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #007FAC;
    padding: 0 0 0 0.4em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 600;
    font-size: 1.14rem;
    line-height: 1.57rem;
    color: #007FAC !important;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 10px 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: rgba(0, 127, 172, 0.1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: #fff;
    cursor: pointer;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel ol {
    padding-right: 2rem;
    padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    margin: 0;
}

.woocommerce .comment_container > img {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: none;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #F0F0F0;
    border-radius: 0;
}

.woocommerce .comment-text .star-rating {
    float: none;
    /* width: 100%; */
    text-align: left;
    margin-bottom: 5px;
}

.woocommerce .comment-text .meta {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.woocommerce .comment-text .meta .woocommerce-review__dash, .woocommerce .comment-form-cookies-consent {
    display: none;
}

.woocommerce .comment-text .meta .woocommerce-review__author {
    color: #383838;
    font-size: 1rem;
}

.woocommerce .comment-text .meta .woocommerce-review__published-date {
    color: #9A9A9A;
    font-size: 0.86rem;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    font-size: 0.86rem;
    line-height: 1.14rem;
}

.woocommerce .woocommerce-verification-required a.button.alt {
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.woocommerce #comments nav.woocommerce-pagination ul {
    margin-top: 3rem;
    border: none;
}

.woocommerce #comments nav.woocommerce-pagination ul li {
    border-right: none;
}

.woocommerce #comments nav.woocommerce-pagination ul li span, .woocommerce #comments nav.woocommerce-pagination ul li a {
    display: block;
    width: 22.29px;
    height: 22.29px;
    border-radius: 50%;
    padding: 0.2rem;
}

.woocommerce #comments nav.woocommerce-pagination ul li span.current {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
}

.woocommerce #comments nav.woocommerce-pagination ul li a.next, .woocommerce #comments nav.woocommerce-pagination ul li a.prev {
    position: relative;
    color: transparent;
}

.woocommerce #comments nav.woocommerce-pagination ul li a.next:hover, .woocommerce #comments nav.woocommerce-pagination ul li a.prev:hover, .woocommerce #comments nav.woocommerce-pagination ul li a.next:focus, .woocommerce #comments nav.woocommerce-pagination ul li a.prev:focus {
    background-color: #fff;
}

.woocommerce #comments nav.woocommerce-pagination ul li a.next:before, .woocommerce #comments nav.woocommerce-pagination ul li a.prev:after {
    content: '';
    display: block;
    width: 22.29px;
    height: 22.29px;
    background: #9C9C9C;
    position: absolute;
    transition: all 0.4s linear;
    transform: rotate(-90deg);
    top: 0;
    left: 0;
}

.woocommerce #comments nav.woocommerce-pagination ul li a.prev:after {
    transform: rotate(90deg);
}

.woocommerce #comments nav.woocommerce-pagination ul li a.next:hover:before, .woocommerce #comments nav.woocommerce-pagination ul li a.prev:hover:after {
    background-color: #007FAC;
}



.woocommerce #comments nav.woocommerce-pagination-full ul {
    margin-top: 3rem;
    border: none;
}

.woocommerce #comments nav.woocommerce-pagination-full ul li {
    border-right: none;
}

.woocommerce #comments nav.woocommerce-pagination-full ul li span, .woocommerce #comments nav.woocommerce-pagination-full ul li a {
    display: block;
    width: 22.29px;
    height: 22.29px;
    border-radius: 50%;
    padding: 0.2rem;
}

.woocommerce #comments nav.woocommerce-pagination-full ul li span.current {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
}

.woocommerce #comments nav.woocommerce-pagination-full ul li a.next, .woocommerce #comments nav.woocommerce-pagination-full ul li a.prev {
    position: relative;
    color: transparent;
}

.woocommerce #comments nav.woocommerce-pagination-full ul li a.next:hover, .woocommerce #comments nav.woocommerce-pagination-full ul li a.prev:hover, .woocommerce #comments nav.woocommerce-pagination-full ul li a.next:focus, .woocommerce #comments nav.woocommerce-pagination-full ul li a.prev:focus {
    background-color: #fff;
}

.woocommerce #comments nav.woocommerce-pagination-full ul li a.next:before, .woocommerce #comments nav.woocommerce-pagination-full ul li a.prev:after {
    content: '';
    display: block;
    width: 22.29px;
    height: 22.29px;
    background: #9C9C9C;
    position: absolute;
    transition: all 0.4s linear;
    transform: rotate(-90deg);
    top: 0;
    left: 0;
}

.woocommerce #comments nav.woocommerce-pagination-full ul li a.prev:after {
    transform: rotate(90deg);
}

.woocommerce #comments nav.woocommerce-pagination-full ul li a.next:hover:before, .woocommerce #comments nav.woocommerce-pagination-full ul li a.prev:hover:after {
    background-color: #007FAC;
}




















#reviews .comment-notes {
    display: none;
}


#reviews #review_form_wrapper {
    text-align: center;
}

#reviews #review_form_wrapper .rev-heading {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1.17em;
}

#reviews #review_form_wrapper #reply-title {
    font-size: 0.86rem;
    margin-bottom: 4rem;
    display: block;
    color: #6C6C6C;
}

#reviews #review_form_wrapper .comment-form-rating {
    display: flex;
}

#reviews #review_form_wrapper .comment-form-rating label {
    color: #6C6C6C;
    display: block;
    margin-right: 20px;
}

#reviews #review_form_wrapper textarea, #reviews #review_form_wrapper input {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #DBDBDB;
    width: 100%;
    outline: none !important;
}

#reviews #review_form_wrapper textarea::placeholder, #reviews #review_form_wrapper input::placeholder {
    color: #DBDBDB;
}

.woocommerce #review_form #respond .form-submit input {
    display: block;
    font-weight: 600;
    font-size: 1.14rem;
    line-height: 1.57rem;
    background-color: #007FAC;
    border: 1px solid #007FAC;
    transition: all 0.4s linear;
    border-radius: 0;
    color: #fff;
    margin-top: 30px;
}


.woocommerce #review_form #respond .form-submit input:hover {
    background: #fff;
    color: #007FAC;
}

.slick-initialized .slick-slide.prod_card, .prod_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.3s ease-in;
    box-shadow: none;
    border: 1px solid #E9E9E9;
    position: relative;
}

.prod_card_outofstock {
    position: absolute;
    inset: 0;
    background: rgba(173, 216, 230, 0.4);
    z-index: 2;
    pointer-events: none;
}

.slick-initialized .slick-slide.prod_card, .prod_card_outofstock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.3s ease-in;
    box-shadow: none;
    border: 1px solid #E9E9E9;
}

.slick-initialized .slick-slide.prod_card:hover, .prod_card:hover {
    box-shadow: 0px 0px 11px rgba(151, 176, 181, 0.29);
}

.slick-initialized .slick-slide.prod_card div.images.woocommerce-product-gallery, .prod_card div.images.woocommerce-product-gallery {
    width: 100%;
    height: 200px;
    opacity: 1 !important;
    margin-bottom: 15px;
}

.slick-initialized .slick-slide.prod_card div.images.woocommerce-product-gallery img, .prod_card div.images.woocommerce-product-gallery img {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    object-fit: contain;
}

.mostsales .slick-track {
    padding-top: 20px;
    padding-bottom: 20px;
}

.slick-initialized .slick-slide.prod_card .quantity {
    display: none;
}

.mostsales h1 a {
    font-size: 1rem;
    line-height: 156%;
}

.mostsales .slick-initialized .slick-slide.prod_card h1, .mostsales .slick-initialized .slick-slide.prod_card .woocommerce-product-rating, .mostsales .slick-initialized .slick-slide.prod_card .summary > p, .mostsales .prod_card h1, .mostsales .prod_card .woocommerce-product-rating, .mostsales .prod_card .summary > p {
    padding: 5px 10px;
}

.mostsales .slick-initialized .slick-slide.prod_card .summary > p.stock, .mostsales .slick-initialized .slick-slide.prod_card .summary > p.price, .mostsales .prod_card .summary > p.stock, .mostsales .prod_card .summary > p.price {
    display: flex;
    width: 48%;
    /* margin-bottom: 20px; */
}

.mostsales .prod_card .summary > p.stock {
    width: 40%;
}

.mostsales .prod_card .summary > p.price {
    width: 56%;
}

.mostsales .slick-initialized .slick-slide.prod_card .summary > p.stock, .mostsales .prod_card .summary > p.stock {
    padding-right: 0;
}

.mostsales .slick-initialized .slick-slide.prod_card .summary > p.price, .mostsales .prod_card .summary > p.price {
    padding-left: 5px;
    text-align: right;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 1rem;
    color: #007FAC;
}

.mostsales .slick-initialized .slick-slide.prod_card .summary > p.price del, .mostsales .prod_card .summary > p.price del {
    color: #6C6C6C;
    text-decoration-color: #F74B19;
}

p.price del {
    padding-right: 5px;
}

.mostsales form.cart, .mostsales .single_inform, .mostsales .preorder {
    display: flex;
    height: 44px;
    /* margin-top: 5px; */
}

.woocommerce .mostsales form.cart button.button.alt.cart, .mostsales form.cart button.button.alt.cart {
    margin-right: 0;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.mostsales form.cart button.button.alt.oneclick, .mostsales button.button.single_inform, .mostsales button.button.preorder {
    padding: 10px 5px;
    font-size: 1.14rem;
    line-height: 1.57rem;
    border: 1px solid #007FAC;
    background-color: #007FAC;
    color: #fff;
    flex-grow: 1;
    /* border-top: 1px solid #C4C4C4; */
    text-align: center;
    overflow: hidden;
}

.mostsales form.cart {
    overflow: hidden;
}

.mostsales form.cart button.button.alt.cart:hover div {
    transform-origin: top center;
    animation-name: swing;
    animation-duration: 2s;
    animation-fill-mode: both;
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.mostsales a.select-variable {
    padding: 10px 5px;
    font-size: 1.14rem;
    line-height: 1.57rem;
    font-weight: bold;
    background-color: #007FAC;
    color: #fff;
    flex-grow: 1;
    border: none;
    /* border-top: 1px solid #C4C4C4; */
    text-align: center;
    width: 199%;
    transition: all 0.6s linear;
}

.mostsales a.select-variable:hover {
    transform: scale(1.05);
}

.single_variation_wrap .price {
    display: block;
    margin-bottom: 10px;
}

.mostsales form.cart button.button.alt.cart {
    max-width: 65px;
}

.mostsales button.button.single_inform, .mostsales button.button.preorder {
    width: 100%;
}

/* .mostsales form.cart button.button.alt:first-of-type {
  border-right: 1px solid #C4C4C4;
} */

.mostsales form.cart button.button.alt img, .mostsales form.cart button.button.alt .buy {
    margin: 0 auto;
}

.mostsales form.cart button.button.alt .buy {
    background-image: url(/wp-content/themes/bestsoft/img/sprite.svg);
    background-position: 317px 45px;
    width: 21px;
    height: 18px;
    display: block;
}


/* .mostsales button.button.single_inform:hover,
 .mostsales button.button.preorder:hover, */
.mostsales form.cart button.button.alt.oneclick:hover {
    transform: scale(1.05);
    padding: 10px 5px;
}


/* .mostsales form.cart button.button.alt:first-of-type:hover {
  border-right: 1px solid #C4C4C4;
} */

.related.mostsales {
    margin-top: 15px;
    margin-bottom: 10px;
}

.related .products.columns-4 .prod_card {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.related .slick-track {
    display: flex;
}

.related .slick-initialized .slick-slide.prod_card div.images.woocommerce-product-gallery {
    width: 35%;
    max-height: 150px;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 10px;
}

.related .slick-initialized .slick-slide.prod_card .related-add {
    width: 100%;
}

.related .slick-initialized .slick-slide.prod_card .related-add form.cart {
    margin-bottom: 0;
}

.related .slick-initialized .slick-slide.prod_card {
    height: 100% !important;
}

.mostsales.related .slick-initialized .slick-slide.prod_card h1 {
    padding: 0;
}

.mostsales.related .slick-initialized .slick-slide.prod_card .summary > p.stock, .mostsales.related .slick-initialized .slick-slide.prod_card .summary > p.price {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.14rem;
    line-height: 1.57rem;
}

.mostsales.related .slick-initialized .slick-slide.prod_card .summary > p.stock {
    margin-bottom: 7px;
    font-size: 0.9rem;
    line-height: 1.1rem;
}

.woocommerce .related div.summary {
    width: 60%;
    padding: 10px;
}

.related.mostsales .slick-initialized .slick-slide.prod_card .woocommerce-product-rating {
    padding: 0;
    padding-top: 10px;
    margin-bottom: 0;
}

.related .slick-initialized .slick-slide.prod_card div.images.woocommerce-product-gallery img {
    height: 150px;
    width: 100%;
}

.woocommerce div.product .related div.summary {
    margin-bottom: 0;
}

.woocommerce-product-gallery__wrapper img.to_cart {
    animation: tocart 1.5s linear;
}


@keyframes tocart {
    0% {
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
        opacity: 1;
        position: relative;
        z-index: 6;
    }
    60% {
        opacity: 0;
    }
    100% {
        transform: translate(1400%, -1000%);
        width: 10%;
        height: 10%;
        opacity: 0;
    }
}

/* popup */

input.hidden, .hidden {
    display: none !important;
}

.popup-inform, .popup-preorder, .login_overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.login_overlay {
    display: block;
}

form#login p.status, form#register p.status, form#forgot_password p.status {
    display: none;
    color: #007FAC;
}

.popup-body, form#login, form#register, form#forgot_password {
    width: 320px;
    /* min-height: 380px; */
    max-width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(151, 176, 181, 0.38);
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form#login, form#register, form#forgot_password {
    display: none;
    /* min-height: 280px; */
    position: fixed;
    z-index: 99999;
    left: calc(50% - 160px);
    top: calc(50% - 140px);
    text-align: center;
}

form#forgot_password {
    min-height: 180px;
    top: calc(50% - 90px);
}

.popup-body > span, .widget_shopping_cart_content-wrap > span, form#login a.close, form#register a.close, form#forgot_password a.close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #525252;
    width: 2px;
    height: 15px;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 10;
    display: block;
}

.popup-body > span:after, .widget_shopping_cart_content-wrap > span:after, form#login a.close:after, form#register a.close:after, form#forgot_password a.close:after {
    content: '';
    display: block;
    background: #525252;
    width: 2px;
    height: 15px;
    transform: rotate(-90deg);
    z-index: 10;
}

.popup-body p.popup-heading, form#login p.popup-heading, form#register p.popup-heading, form#forgot_password p.popup-heading {
    font-size: 1.14rem;
    line-height: 1.57rem;
    color: #383838;
    margin-bottom: 10px;
    text-align: center;
    width: 90%;
}

.popup-body p, form#login p, form#register p, form#forgot_password p {
    font-size: 0.86rem;
    line-height: 1.14rem;
    color: #6C6C6C;
    margin-bottom: 15px;
}

.popup-body .wpcf7 {
    max-width: 100%;
}

.wpcf7 input[type="email"], .popup-body input, form#login input, form#register input, form#forgot_password input {
    max-width: 100%;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    padding: 10px;
}

form#login input, form#register input, form#forgot_password input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.wpcf7 input[type="email"].wpcf7-not-valid, .popup-body input.wpcf7-not-valid {
    border: 1px solid red;
}

.popup-body input::placeholder, .wpcf7 input[type="email"]::placeholder {
    color: #9A9A9A;
}

.popup-body span.checkbox {
    display: inline-block;
}

span.wpcf7-list-item {
    margin-left: 0;
    display: flex;
    align-items: center;
}

span.wpcf7-list-item span {
    font-size: 0.6rem;
    padding-left: 10px;
}

.wpcf7 input[type="submit"] {
    background: #007FAC;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #007FAC;
    transition: all 0.4s linear;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #fff;
    color: #007FAC;
}

.popup-body form p:last-of-type {
    margin-bottom: 0;
}

.popup-body form.sent > p {
    display: none;
}

form#login a.lost {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    font-size: 0.86rem;
}

form#login input[type="submit"], form#register input[type="submit"], form#forgot_password input[type="submit"] {
    background: #007FAC;
    cursor: pointer;
    color: #fff;
    border: 1px solid #007FAC;
    margin-bottom: 0;
    transition: all 0.4s linear;
}

form#login input[type="submit"]:hover, form#register input[type="submit"]:hover, form#forgot_password input[type="submit"]:hover {
    color: #007FAC;
    background-color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 1.14rem;
    line-height: 1.57rem;
    text-align: center;
}

footer .wpcf7 form.sent .wpcf7-response-output {
    font-size: 0.86rem;
    color: #fff;
    font-weight: normal;
}

footer div.wpcf7 .ajax-loader {
    display: none;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    max-width: 100%;
    margin: 0;
    border: none;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.6rem;
    text-align: center;
    color: red;
}

div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}


/* checkout */

form.checkout {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 160px;
}

form.checkout > div {
    width: 50%;
}

form.checkout .woocommerce-NoticeGroup-checkout {
    width: 100%;
}

form.checkout .woocommerce-NoticeGroup-checkout {
    margin-bottom: 30px;
}

form.checkout .woocommerce-NoticeGroup-checkout .woocommerce-error, .woocommerce-info {
    background-color: #fff;
    border-top-color: #404040;
}

.woocommerce-info {
    width: 100%;
    margin-bottom: 40px;
}


form.checkout .woocommerce-NoticeGroup-checkout .woocommerce-error::before, .woocommerce-info::before {
    color: #007FAC;
}

form.checkout .col2-set {
    display: flex;
    flex-direction: column;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    padding-right: 40px;
}


.woocommerce .check button.button.alt {
    margin-left: auto;
    display: block;
    margin-top: 10px;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text, .entity input, .woocommerce-checkout .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    padding: 10px;
    width: 100%;
    outline: none;
    height: 37px;
    border-radius: 0;
}

#billing_country_field .woocommerce-input-wrapper > strong {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    display: block;
    padding: 7px 10px;
    border: 1px solid #DBDBDB;
    height: 37px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 19px;
}

.entity {
    margin-top: 30px;
    display: none;
}

.woocommerce-checkout .checkout .col-2 .entity .form-row-first {
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container .select2-selection--single {
    margin: 0;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce form .form-row {
    width: 50%;
    display: inline-block;
}

.woocommerce form .form-row.row-kaspi {
    width: 100%;
    display: none;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text::placeholder, .woocommerce-checkout .woocommerce form .form-row textarea::placeholder {
    color: #9A9A9A;
}

#delivery_points {
    width: 100%;
}

.woocommerce-checkout .woocommerce table.shop_table {
    border: 0;
    margin: 0;
    border-radius: 0;
}

.woocommerce-checkout .woocommerce-shipping-totals.shipping {
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout .woocommerce-shipping-totals.shipping ul#shipping_method {
    display: flex;
    justify-content: space-between;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border: 0;
    font-weight: normal;
    padding: 0;
}

.woocommerce-checkout p.form-heading {
    color: #404040;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.14rem;
    line-height: 1.57rem;
}

.woocommerce-checkout p.form-heading.subhead {
    font-size: 1rem;
    line-height: 1.3rem;
}

.woocommerce-checkout span {
    color: #6C6C6C;
    font-size: 0.86rem;
}

.woocommerce form .form-row.create-account {
    width: 100%;
}

.woocommerce-checkout span.inactive {
    opacity: 0.7;
    font-size: 1rem;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    margin-top: 30px;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
    display: none;
}

#payment ul {
    background: #fff;
}

#payment .form-row.place-order, #payment ul:before, #payment ul:after {
    display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    flex-wrap: wrap;
    padding: 0;
}

.woocommerce-checkout.woocommerce-order-pay #payment ul.payment_methods {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
    width: 50%;
}

.woocommerce-checkout #payment div.payment_box {
    display: block !important;
    max-width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    padding-left: 2.3em;
    color: #6C6C6C;
    font-size: 0.86rem;
}


.woocommerce-checkout.woocommerce-order-pay .woocommerce table.shop_table tfoot tr:first-child {
    display: none;
}

/* .woocommerce-order-pay .woocommerce-error {
  display: none;
} */

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

/* thank you page */

.woocommerce-order-received .woocommerce-order h2 {
    color: #007FAC;
    text-transform: uppercase;
    font-size: 1.7rem;
    line-height: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-order-received .woocommerce-order h2 svg {
    margin-right: 10px;
}

.woocommerce-order-received .woocommerce-order p {
    text-align: center;
}

.woocommerce-order-received .woocommerce-order .check-order-review {
    margin-top: 40px;
    text-align: left;
    margin-bottom: 30px;
}

.woocommerce-order-received .woocommerce-order {
    margin-bottom: 100px;
}

.woocommerce-order-received h2.woocommerce-order-details__title, .woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table.woocommerce-table--order-details, .woocommerce-order-received p.order-again, .woocommerce-order-received .woocommerce .woocommerce-customer-details, .woocommerce-order-received .woocommerce-order-details > h4 {
    display: none;
}

.woocommerce .woocommerce-customer-details address, .woocommerce .woocommerce-customer-details address p {
    border: none;
    text-align: left !important;
    padding: 0;
}

/* .woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table thead {
  display: none;
} */

.woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table tr, .woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table thead tr {
    display: flex;
}

.woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table tr td, .woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table thead th {
    flex-grow: 1;
    width: 50% !important;
}

.woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table thead th span, .woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table thead th strong {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #404040;
    font-size: 1rem;
}

.woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table {
    margin-top: 30px;
}

.woocommerce-order-received .woocommerce table.shop_table th, .woocommerce-order-received .woocommerce table.shop_table td {
    padding: 0;
    border: none;
}

.woocommerce-order-received .woocommerce-order h2.woocommerce-order-downloads__title {
    margin-top: 30px;
    margin-bottom: 0;
}

/* view order */

.woocommerce-view-order .woocommerce table.shop_table {
    border: none;
    border-radius: 0;
}

.woocommerce-view-order .woocommerce table.shop_table thead {
    display: none;
}

.woocommerce-view-order mark {
    color: #fff;
    background-color: #007FAC;
    padding: 5px;
}

.woocommerce-view-order .woocommerce-order-details {
    margin-top: 20px;
}

.woocommerce-view-order .woocommerce table.shop_table td {
    padding: 2px 0;
    border-top: none;
}

.woocommerce-view-order .woocommerce table.shop_table tfoot tr:first-child {
    display: none;
}

.woocommerce-view-order .woocommerce .woocommerce-customer-details address {
    padding: 0;
    border: none;
    line-height: 1.8rem;
}

.woocommerce-view-order .cont.index .woocommerce-MyAccount-content > p {
    line-height: 200%;
}


/* category & shop */

/* #primary + .mostsales {
  margin-bottom: 50px;
} */


.archive #main {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
}

.archive .mostsales:last-of-type {
    margin-bottom: 50px;
}

.archive #main .woocommerce-breadcrumb {
    width: 100%;
}

.archive #main .filter {
    width: 27%;
    margin-right: 3%;
}

.archive #main .products {
    width: 70%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .archive #main .products {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 567px) {
    .archive #main .products {
        grid-template-columns: 1fr;
    }
}

.archive #main .products.slick-slider {
    position: relative;
    padding-top: 30px;
}

.archive #main .products.slick-slider .slick-arrow.slick-prev, .archive #main .products.slick-slider .slick-arrow.slick-next {
    top: 0;
}

.woocommerce nav.woocommerce-pagination, .pagination {
    width: 100%;
    text-align: center;
}

.pagination {
    margin-top: 10px;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    padding: 10px 5px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: rgba(35, 167, 224, 0.15);
}

.archive #main .products:before, .archive #main .products:after {
    display: none;
}

.archive #main .products .prod_card {
    margin-bottom: 20px;
    height: 420px;
    min-width: 235px;
}

.seotext {
    padding: 0 20px;
    max-height: 200px;
    overflow-y: scroll;
    margin-bottom: 30px;
    margin-top: 10px;
}

/* FAQ page */

.accordion__block {
    position: relative;
    margin-bottom: 20px;
    padding: 13px 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(151, 176, 181, 0.21);
    cursor: pointer;
}

.accordion__inner {
    padding: 13px 0;
    color: #525252;
}

.accordion__inner img {
    max-width: 100%;
}

.accordion__inner p, .accordion__inner li {
    font-size: 0.86rem;
    margin-bottom: 5px;
}

.accordion__inner h2, .accordion__inner h3, .accordion__inner h4, .accordion__inner h5, .accordion__inner h6 {
    font-weight: 600;
    margin: 10px 0;
}

.accordion__inner ul, .accordion__inner ol {
    padding-left: 20px;
}

.accordion__block > span {
    content: '';
    display: block;
    height: 7px;
    width: 12px;
    background: #7D7D7E;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.4s linear;
}

.accordion__block > p {
    color: #383838;
    font-weight: 600;
    transition: all 0.4s linear;
}

.accordion__block.active > p, .accordion__block:hover > p {
    color: #007FAC;
}

.accordion__block.active > span {
    background: #007FAC;
    transform: rotate(180deg);
}

.accordion {
    padding-bottom: 100px;
}

.accordion .pagination {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.accordion .pagination .dots, .accordion .pagination a.page-numbers {
    display: none;
}

.accordion .pagination a.page-numbers.next, .accordion .pagination a.page-numbers.prev {
    display: block;
}

.accordion .pagination span {
    opacity: 0;
}

/* .accordion .pagination span, .accordion .pagination a {
  margin: 0 5px;
} */

/* OPT PAGE */

.cont.opt {
    display: flex;
    margin-bottom: 100px;
}

.cont.opt .opt-text {
    width: 35%;
    margin-right: 5%;
}

.cont.opt .opt-text img {
    max-width: 100%;
}

.cont.opt .opt-text p, .cont.opt .opt-text li {
    /* font-size: 0.86rem; */
    margin-bottom: 5px;
}

.cont.opt .opt-text h2, .cont.opt .opt-text h3, .cont.opt .opt-text h4, .cont.opt .opt-text h5, .cont.opt .opt-text h6 {
    font-weight: 600;
    margin: 10px 0;
}

.cont.opt .opt-text ul, .cont.opt .opt-text ol {
    padding-left: 20px;
}

.cont.opt .opt-form {
    width: 60%;
}

.cont.opt .opt-form form {
    display: flex;
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(151, 176, 181, 0.21);
    width: 100%;
    align-items: center;
    position: relative;
}

.cont.opt .opt-form form .opt-img {
    width: 50%;
    /* height: 100%; */
    max-width: 200px;
    height: 200px;
    margin-right: 40px;
    background-image: url(/wp-content/uploads/2020/07/form.jpg);
    background-repeat: no-repeat;
}

.cont.opt .wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 0.8rem;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    max-width: 100%;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    padding: 10px;
    margin-bottom: 15px;
}

footer .wpcf7 input[type="email"] {
    margin-bottom: 0;
}

.wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
    border: 1px solid red;
}

.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
    color: #9A9A9A;
}

.wpcf7 form p.preform-text {
    margin-bottom: 20px;
    color: #6C6C6C;
    margin-top: 5px;
}

.cont.opt .opt-form form.invalid .wpcf7-response-output {
    position: absolute;
    bottom: 15px;
}

/* page all review */

.reviews-page {
    margin-bottom: 100px;
}

.reviews-page .pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.reviews-page .pagination a.page-numbers {
    display: none;
}

.reviews-page .pagination span {
    opacity: 0;
}

.reviews-page .pagination .page-numbers.prev, .reviews-page .pagination .page-numbers.next {
    display: flex;
    align-items: center;
}

.reviews-page .pagination .page-numbers.prev:before, .reviews-page .pagination .page-numbers.next:after {
    content: '';
    width: 7px;
    height: 12px;
    background: #525252;
    display: inline-block;
    margin: 0 9px;
    vertical-align: middle;
    transition: all 0.4s linear;
}

.reviews-page .pagination .page-numbers.next:after {
    transform: rotate(180deg);
}

.reviews-page .pagination .page-numbers.prev:hover:before, .reviews-page .pagination .page-numbers.next:hover:after {
    background: #007FAC;
}

.reviews-page .rev-card .review_container {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #DBDBDB;
}

.reviews-page .rev-card .review_container.reply {
    margin-left: 5%;
    padding-left: 15px;
}

.reviews-page.woocommerce .rev-card .star-rating {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.reviews-page.woocommerce .rev-card .review-author-name {
    color: #383838;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}

.reviews-page.woocommerce .rev-card em.review-date {
    color: #9A9A9A;
    font-style: normal;
    font-size: 0.86rem;
    line-height: 1.14rem;
}

.reviews-page.woocommerce .rev-card .review-text {
    margin-top: 10px;
    /* color: #383838;
    font-size: 0.86rem;
    line-height: 1.14rem; */
}

.reviews-page.woocommerce .rev-card button {
    background: none;
    border: none;
    margin-top: 10px;
    color: #515151;
    cursor: pointer;
}

.reviews-page.woocommerce .rev-card button:hover {
    color: #00A8C3;
}

/* contact page */

.contact #map {
    width: 100%;
    height: 100%;
    min-height: 600px;
    position: relative;
    top: -140px;
}

.contact .cont-form {
    display: flex;
    align-items: center;
    width: 80%;
    height: 100%;
    max-width: 720px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(151, 176, 181, 0.21);
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 25px;
    padding-top: 40px;
    padding-left: 0;
}

.contact .cont-form .wpcf7 form.sent .wpcf7-response-output {
    font-weight: normal;
    font-size: 0.8rem;
}

.contact .cont-form > div:last-child {
    width: 60%;
}

.contact .cont-form > div.cont-fields {
    position: relative;
    height: 80%;
    width: 50%;
    min-height: 340px;
    left: -10%;
    background: #007FAC;
    box-shadow: 0px 0px 8px rgba(151, 176, 181, 0.8);
    display: flex;
    flex-direction: column;
    padding: 10% 30px;
    justify-content: space-around;
}

.contact .cont-form > div.cont-fields img {
    max-width: 25px;
    max-height: 25px;
    margin-right: 20px;
}

.contact .cont-form > div.cont-fields a, .contact .cont-form > div.cont-fields p {
    display: flex;
    align-items: center;
    color: #F7F7F7;
}

.contact .cont-form > div.cont-fields a:hover {
    transition: all 0.4s linear;
    opacity: 0.6;
}

/* delivery page */

.delivery {
    margin-top: 50px;
    margin-bottom: 100px;
}

.delivery_card {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.delivery_card img {
    width: 30%;
    max-width: 300px;
}

.delivery_card:nth-child(even) img {
    order: 3;
}

.delivery_card .text {
    width: 60%;
}

.delivery_card .text p {
    /* font-size: 0.86rem;
    line-height: 154.5%; */
    margin-top: 5px;
}

/* default page */

.cont.index {
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: calc(100vh - 743px);
}

.cont.index ul, .cont.index ol {
    padding-left: 20px;
}

.cont.index ul.cart_list {
    padding-left: 0;
}

.cont.index p, .cont.index li {
    margin-bottom: 5px;
}

.cont.index h2, .cont.index h3, .cont.index h4, .cont.index h5, .cont.index h6 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* 404 */

.page404 {
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: center;
}

.page404 h1 {
    margin-bottom: 13px;
}

.page404 a {
    cursor: pointer;
    display: block;
    margin-top: 10px;
}

/* my account */

.woocommerce-account .woocommerce {
    display: flex;
}

.woocommerce-account.page-id-12 .woocommerce {
    flex-wrap: wrap;
}

.woocommerce-account.page-id-12 .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-account.page-id-12 .woocommerce-error li, .woocommerce-account.page-id-12 .woocommerce-info li, .woocommerce-account.page-id-12 .woocommerce-message li {
    display: block;
}

.woocommerce-account.woocommerce-lost-password .woocommerce-message {
    border-top-color: #00A8C3;
    background-color: #fff;
    width: 100%;
}

.woocommerce-account.woocommerce-lost-password .cont.index {
    margin-bottom: 100px;
}

.cont.index .woocommerce-MyAccount-navigation {
    width: 30%;
}

.cont.index .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}

.cont.index .woocommerce-MyAccount-navigation li {
    list-style-type: none;
    margin-bottom: 20px;
}

.cont.index .woocommerce-MyAccount-navigation li.is-active a {
    color: #007FAC;
    cursor: auto;
}

.woocommerce-account .cont.index .woocommerce form .form-row input.input-text, .woocommerce-account .cont.index .woocommerce form .form-row textarea {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    padding: 12px;
    width: 100%;
}

.woocommerce-account .cont.index .woocommerce form .form-row input[type="password"] {
    padding-right: 25px;
}

.woocommerce-account .cont.index .woocommerce form .form-row input[type="password"]::placeholder {
    font-size: 0.7rem;
    opacity: 0.8;
}

form.woocommerce-EditAccountForm {
    display: flex;
    justify-content: space-between;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
    max-width: 700px;
    margin-bottom: 100px;
    float: left;
}

.woocommerce-account .woocommerce-MyAccount-content button.button {
    width: 100%;
    /* height: 47px; */
}

form.woocommerce-EditAccountForm > div {
    width: 47%;
    max-width: 300px;
}

.woocommerce-account .cont.index .woocommerce form .form-row {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.woocommerce-password-hint {
    font-size: 0.65rem;
    line-height: 0.7rem;
}

.woocommerce table.my_account_orders {
    border: none;
}


.woocommerce table.my_account_orders .button.view, .woocommerce table.my_account_orders .button.cancel {
    display: none;
}

.woocommerce table.my_account_orders.shop_table td {
    padding: 15px 0;
    border-top: none;
}

.woocommerce table.my_account_orders.shop_table td span.red {
    color: #EB5757;
}

.woocommerce table.my_account_orders.shop_table td span.grey {
    color: #9c9c9c;
}

.woocommerce table.my_account_orders.shop_table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 30px;
}

.woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-status {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F0F0F0;
}

.woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-actions {
    width: 100%;
    text-align: right;
    padding: 0;
}

.woocommerce table.my_account_orders.shop_table tr.woocommerce-orders-table__row--status-pending td.woocommerce-orders-table__cell-order-actions, .woocommerce table.my_account_orders.shop_table tr.woocommerce-orders-table__row--status-failed td.woocommerce-orders-table__cell-order-actions {
    padding: 15px 0;
}


.woocommerce table.shop_table tbody:first-child tr:first-child td.woocommerce-orders-table__cell-order-status {
    border-top: 1px solid #F0F0F0;
}

.woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-status img {
    width: 100px;
    max-height: 100px;
    margin-right: 10px;
    object-fit: contain;
}

.woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-status a {
    font-weight: 600;
    text-align: left;
}

.woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-status a span {
    font-weight: normal;
}

.woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-status > div > div {
    display: flex;
    margin-bottom: 10px;
}

.woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-status > div > div:last-child {
    margin-bottom: 0;
}

.woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-status > div > div > p a:first-child {
    /* display: flex;
    flex-direction: column;
    margin-bottom: 10px; */
    display: block;
    margin: 10px 0;
}

.woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-status > div > p:last-child {
    margin-bottom: 0;
}

.woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-number a, .woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-date {
    color: #9C9C9C;
}

.woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-number a:hover {
    color: #007FAC;
}

.woocommerce-order-pay form#order_review {
    max-width: 800px;
    margin: 0 auto;
}

.woocommerce-order-pay form#order_review table thead {
    display: none;
}

.woocommerce-order-pay form#order_review table.shop_table td {
    border-top: none;
    padding: 10px 0;
}

.woocommerce-order-pay form#order_review table.shop_table td.product-subtotal, .woocommerce-order-pay form#order_review table.shop_table td.product-total {
    text-align: right;
}

.woocommerce-order-pay form#order_review table.shop_table td.product-quantity strong {
    font-weight: normal;
}

.woocommerce-order-pay form#order_review table.shop_table td span.amount {
    font-weight: 600;
    color: #222529;
    font-size: 1rem;
}

.woocommerce-order-pay form#order_review #payment {
    background: transparent;
}

.woocommerce-order-pay form#order_review .form-row {
    width: 100%;
    padding: 0;
}

.woocommerce-order-pay form#order_review .form-row #place_order {
    display: block;
    margin: 20px auto;
    float: none;
    width: 100%;
}

.woocommerce-account .cont.index .woocommerce form .form-row.hidden {
    display: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    height: 100%;
}

iframe {
    height: 600px;
}

.slick-track, .slick-list, .slick-slide, .slick-slide {
    height: 100%;
}

#loadmore {
    display: none;
}

@media screen and (max-width: 1400px) {
    .archive #main .products {
        justify-content: space-around;
    }

    .archive #main .products .prod_card {
        height: 440px;
    }

    .mostsales .front.slick-initialized .slick-slide {
        justify-content: space-between;
    }

    .mostsales .front.slick-initialized .slick-slide .prod_card {
        width: 45%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1200px) {
    header .cont > div.dgwt-wcas-search-wrapp {
        max-width: 120px;
    }

    header .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
        left: 82%;
    }

    .dgwt-wcas-search-wrapp {
        min-width: 150px;
    }

    header .cont ul li a, header .cont ul li span {
        margin-right: 5px;
    }

    .head__logo-section .cont, header .cont, .head__menu-section .cont {
        padding: 0 15px;
    }

    .woocommerce > .cont {
        padding: 0 15px;
    }

    form.checkout {
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 50px;
    }

    form.checkout > div {
        width: 100%;
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        padding-right: 0;
    }

    form.checkout > div:first-child {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .mostsales .front.slick-initialized .slick-slide .prod_card {
        min-width: 240px;
    }

    .mostsales form.cart button.button.alt.oneclick, .mostsales button.button.single_inform, .mostsales button.button.preorder {
        font-size: 1rem;
        line-height: 1.3rem;
    }
}

@media screen and (max-width: 900px) {
    .home .woocommerce.dgwt-wcas-search-wrapp, header .cont > div.dgwt-wcas-search-wrapp {
        display: none;
    }

    header .cont ul {
        width: 85%;
    }

    footer .cont {
        flex-direction: column;
        /* flex-wrap: wrap; */
        /* max-height: 300px; */
    }

    footer .cont > div {
        max-width: 35%;
    }

    footer .cont > div:first-child {
        order: -2;
    }

    footer .cont > div:nth-child(3) {
        order: -1;
    }

    .mostsales .front.slick-initialized .slick-slide .prod_card {
        height: 425px;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        display: none;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: #fff;
    }

    .woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-status > div > div > p {
        text-align: left;
    }
}

.mobile {
    display: none !important;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 0.86rem;
    }

    .cont {
        padding: 0 15px;
    }

    .cont.blogposts {
        margin-bottom: 20px;
    }

    .small-banners.mobile {
        margin-bottom: 50px;
    }

    .small-banners .card:nth-child(3), .small-banners .card:nth-child(4) {
        display: none;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .front-top {
        flex-wrap: wrap;
    }

    .front-top .filter, .home .mostsales.filter-cont {
        width: 100%;
        margin-right: 0;
    }

    .home .woocommerce, .home .mostsales.filter-cont {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .home .woocommerce.dgwt-wcas-suggestions-wrapp {
        margin: 0;
        margin-top: 17px;
    }

    .head__menu-section {
        height: auto;
        background: none;
    }

    .head__menu-section .cont ul {
        flex-wrap: wrap;
    }

    .head__menu-section .cont > ul > li {
        margin: 0;
        width: calc(50% - 5px);
        margin-bottom: 10px;
        background: #00A8C3;
    }

    .head__menu-section .cont > ul > li:nth-child(odd) {
        margin-right: 10px;
    }

    /* .head__menu-section .cont ul li:last-child, .head__menu-section .cont ul li:nth-last-child(2) {
      margin-bottom: 0;
    } */
    .head__menu-section .cont > ul > li > a, .head__menu-section .cont > ul > li > span {
        border: none;
        padding: 20px 10px;
        margin: 0;
        max-height: 60px;
        text-align: center;
    }

    .banners_slider, .banners_slider.slick-initialized .slick-slide img {
        height: 175px;
        object-fit: contain;
    }

    .head__logo-section .contact_block .contact_block_item p, .head__logo-section .contact_block .contact_block_item:first-child {
        display: none;
    }

    .head__logo-section .contact_block .contact_block_item {
        position: relative;
    }

    .head__logo-section .contact_block .contact_block_item span.mobile {
        font-size: 9px;
        color: #007FAC;
        position: absolute;
        z-index: 5;
        right: 12px;
        top: 0;
    }

    header .cont {
        position: relative;
    }

    header .cont .burger {
        display: flex;
        flex-direction: column;
        height: 20px;
    }

    header .cont .burger span {
        display: block;
        height: 4px;
        width: 25px;
        background: #007FAC;
        margin-bottom: 4px;
        transition: all 0.4s linear;
    }

    header .cont .burger span:last-child {
        margin-bottom: 0;
    }

    header .cont ul {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 99;
        background-color: #fff;
        height: auto;
        width: 100%;
        padding: 15px 0;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    }

    header .cont ul li {
        display: block;
        width: 100%;
        height: 40px;
        transition: all 0.4s linear;
    }

    header .cont ul li:hover {
        background: rgba(35, 167, 224, 0.15);
    }

    header .cont ul li a, header .cont ul li span {
        font-size: 1rem;
        width: 100%;
        height: 100%;
        display: block;
        padding: 10px 15px;
        /* text-align: center; */
        color: #383838;
    }

    header .cont .burger.active span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: rotate(45deg);
    }

    header .cont .burger.active span:last-child {
        display: none;
    }

    header .cont .burger.active span:first-child {
        transform: rotate(-45deg);
    }

    .head__logo-section {
        height: 80px;
    }

    .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info, .filter + p.woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-NoticeGroup ul {
        width: 90%;
        left: 5%;
    }

    .cont.breadcrumbs {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .woocommerce .woocommerce-breadcrumb {
        margin-bottom: 15px;
    }

    .cont.index {
        margin-top: 15px;
    }

    .head__menu-section .cont ul li .sub-menu li {
        margin: 0;
    }

    .head__menu-section .cont ul li .sub-menu li a {
        padding: 10px;
        /* text-align: center; */
    }

    .home.cont {
        flex-direction: column;
    }

    .home.cont .home-filters {
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .home.cont .home-blog {
        width: 100%;
    }

    .cont.accordion {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    /* header .cont > div.profile {
      width: 30%;
    }
    .profile-link {
      justify-content: flex-end;
    } */
    .profile .profile_sub-menu a {
        text-align: center;
    }

    .profile .profile_sub-menu {
        right: -14px;
        min-width: 140px;
    }

    .archive #main {
        flex-direction: column;
    }

    .archive #main .filter {
        width: 100%;
        margin-bottom: 20px;
    }

    .archive #main .products {
        width: 100%;
        justify-content: space-around;
    }

    .archive #main .products .prod_card {
        width: 47%;
    }

    .woocommerce div.product {
        margin-top: 20px;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        width: 35%;
        margin-right: 5%;
    }

    .woocommerce div.product div.summary {
        width: 60%;
        margin-right: 0;
    }

    .prod_guarantees {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .prod_guarantees > div {
        width: 30%;
        display: flex;
        flex-direction: column;
        margin-right: 10px;
    }

    .prod_guarantees > div:last-child {
        margin-right: 0;
    }

    .prod_guarantees > div .pr {
        margin-bottom: 5px;
    }

    iframe {
        height: 400px;
    }

    .woocommerce-order-received .woocommerce-order .check-order-review {
        margin-bottom: 50px;
    }

    .page404 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    header .cont > div:last-child {
        width: 30%;
    }

    .mostsales .front.slick-initialized .slick-slide {
        justify-content: space-around;
    }

    .mostsales .front.slick-initialized .slick-slide .prod_card {
        min-width: 260px;
        margin-right: 0;
    }

    .front-filt + form {
        display: none;
    }

    .woocommerce-order-received .woocommerce-order {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 600px) {
    .accordion__inner ul, .accordion__inner ol {
        padding-left: 15px;
    }

    .head__logo-section .contact_block .contact_block_item {
        margin-left: 10px;
    }

    .logo_block {
        width: 160px;
        max-width: 100%;
    }

    .logo_block a, .logo_block img {
        max-width: 100%;
    }

    .widget_shopping_cart_content-wrap {
        min-width: 380px;
        max-width: 120%;
    }

    .mostsales .front.slick-initialized .slick-slide .prod_card, .mostsales .front.slick-initialized .slick-slide .prod_card:nth-child(even) {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }

    .slick-initialized .slick-slide {
        margin: 0 10px 10px !important;
    }

    header .cont > div {
        padding: 0;
    }

    .profile-link .arr {
        display: none;
    }

    footer .cont > div {
        max-width: 320px;
    }

    footer .cont > div:nth-child(2), footer .cont > div:nth-child(3) {
        display: none;
    }

    footer .cont > div:first-child {
        margin-bottom: 20px;
    }

    .widget_shopping_cart_content li, .check li {
        flex-wrap: wrap;
        padding-bottom: 15px;
    }

    .widget_shopping_cart_content ul.cart_list li a:nth-child(2), .widget_shopping_cart_content ul.cart_list li a:nth-child(2) {
        width: 100%;
    }

    .widget_shopping_cart_content .quant_custom, .check .quant_custom, .widget_shopping_cart_content span.quantity, .check span.quantity {
        width: 25%;
    }

    .widget_shopping_cart_content-wrap a.btn.alt, .widget_shopping_cart_content-wrap form.clear-cart {
        min-width: 140px;
        margin-left: 0;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
    }

    .widget_shopping_cart_content-wrap form.clear-cart button {
        padding: 0;
    }

    .home.cont .home-blog {
        padding-bottom: 30px;
    }

    .home.cont {
        padding-bottom: 50px;
    }

    .news_card {
        width: 100%;
    }

    .accordion__block > span {
        top: 15px;
        right: 10px;
    }

    .accordion__block {
        padding: 10px 20px;
    }

    .accordion__inner {
        padding: 5px 0;
    }

    .cont.opt {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .cont.opt .opt-text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cont.opt .opt-form {
        width: 100%;
    }

    .cont.opt .opt-form form {
        flex-direction: column-reverse;
        align-items: center;
        padding: 10px;
    }

    .cont.opt .opt-form form img {
        margin-right: 0;
    }

    .delivery {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .delivery_card {
        flex-direction: column;
    }

    .delivery_card:nth-child(even) img {
        order: -1;
    }

    .delivery_card .text {
        width: 100%;
        margin-top: 20px;
    }

    .delivery_card img {
        width: 100%;
    }

    .cont.contact {
        margin-top: 20px;
    }

    .contact .cont-form {
        width: 100%;
        padding: 0;
        flex-direction: column;
        margin-top: 20px;
    }

    .contact .cont-form > div.cont-fields {
        height: 100%;
        width: 100%;
        position: static;
        padding: 20px;
        min-height: 240px;
        margin-bottom: 20px;
    }

    .contact .cont-form > div:last-child {
        width: 100%;
    }

    .contact #map {
        top: 0;
        min-height: 450px;
        margin-bottom: 50px;
    }

    .reviews-page {
        margin-bottom: 50px;
    }

    .reviews-page .pagination {
        margin-top: 20px;
    }

    .archive #main .products .prod_card {
        width: 100%;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        width: 60%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .woocommerce div.product div.summary {
        width: 100%;
    }

    .prod_guarantees {
        flex-wrap: wrap;
    }

    .prod_guarantees > div {
        width: calc(50% - 10px);
    }

    .prod_guarantees > div:nth-child(even) {
        margin-right: 0;
    }

    .related .slick-initialized .slick-slide.prod_card div.images.woocommerce-product-gallery {
        width: 100%;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery p.key, p.key {
        right: 1rem;
        bottom: 0;
        height: 60px;
        width: 60px;
        /* width: 20%; */
    }

    .mostsales.related .slick-initialized .slick-slide.prod_card .summary > p.stock, .mostsales.related .slick-initialized .slick-slide.prod_card .summary > p.price {
        width: 49%;
        display: inline-block;
    }

    .mostsales.related .slick-initialized .slick-slide.prod_card .summary > p.price {
        text-align: right;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 10px 20px;
    }

    .woocommerce-checkout .woocommerce-shipping-totals.shipping ul#shipping_method, .woocommerce-checkout #payment ul.payment_methods {
        flex-direction: column;
        margin-top: 20px;
    }

    .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
        margin-top: 0;
    }

    .woocommerce-checkout #payment ul.payment_methods li {
        width: 100%;
    }

    form.checkout .widget_shopping_cart_content-wrap {
        max-width: 100%;
        min-width: 200px;
    }

    .woocommerce .widget_shopping_cart_content ul.cart_list li a:nth-child(2), .woocommerce .widget_shopping_cart_content ul.product_list_widget li a:nth-child(2), .widget_shopping_cart_content ul.cart_list li a:nth-child(2), .woocommerce .check ul.cart_list li a:nth-child(2), .woocommerce .check ul.product_list_widget li a:nth-child(2), .widget_shopping_cart_content ul.cart_list li a:nth-child(2) {
        width: 100%;
    }

    .widget_shopping_cart_content ul.cart_list li .quant_custom a:nth-child(2), .check ul.cart_list li .quant_custom a:nth-child(2) {
        width: auto;
        margin: 0;
    }

    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce form .form-row {
        width: 100%;
    }

    #reviews {
        flex-direction: column;
    }

    #reviews #comments {
        width: 100%;
    }

    #reviews #review_form_wrapper, .woocommerce-verification-required, .woocommerce div.product .woocommerce-tabs .panel p.woocommerce-verification-required {
        width: 100%;
        margin-top: 20px;
    }

    .woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table td {
        width: 100%;
        text-align: left !important;
    }

    .woocommerce div.product form.cart .variations select {
        width: 100%;
    }

    .archive #main .products .prod_card {
        height: auto;
    }

    .woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table tr, .woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table thead tr {
        flex-wrap: wrap;
    }

    .woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table tr td, .woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table thead th {
        width: 100% !important;
    }

    .woocommerce-order-received .woocommerce-order a, .woocommerce-order-received td {
        margin: 5px 0;
        display: block;
    }

    .prod_card .summary p.stock, .prod_card .summary p.price {
        height: 45px;
        padding: 15px 10px;
    }
}

@media screen and (max-width: 480px) {
    .banners_slider {
        margin-top: 10px;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        width: 100%;
        padding: 20px;
    }

    /* p.key {
      width: 20%;
      right: 0.5rem;
    } */
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 0.9rem;
    }

    form.woocommerce-EditAccountForm {
        flex-direction: column;
    }

    form.woocommerce-EditAccountForm > div {
        width: 100%;
        max-width: 100%;
    }

    .woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-status {
        flex-direction: column;
        align-items: normal;
    }

    .woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-status .status {
        margin-top: 10px;
    }

    .woocommerce table.my_account_orders.shop_table tr.woocommerce-orders-table__row--status-pending td.woocommerce-orders-table__cell-order-actions {
        padding-top: 0;
    }

    .head__logo-section .widget_shopping_cart_content-wrap {
        right: -15px;
    }

    iframe {
        height: 200px;
    }

    .woocommerce-view-order .woocommerce table.shop_table tfoot tr {
        display: flex;
        flex-direction: column;
    }

    .woocommerce-view-order .woocommerce table.shop_table tfoot tr td {
        width: 100%;
    }

    .mostsales.related h2 {
        padding-right: 50px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        display: flex;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        flex-grow: 1;
        text-align: center;
    }

    .home .woocommerce, .home .mostsales.filter-cont {
        margin-top: 10px;
    }
}

@media screen and (max-width: 375px) {
    .widget_shopping_cart_content-wrap {
        min-width: 320px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 10px;
    }
}

.related {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.slider_product, .slider {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.slider_product.front {
    opacity: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

@media screen and (max-width: 1024px) {
    .slider_product.front {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 567px) {
    .slider_product.front {
        grid-template-columns: 1fr;
    }
}

.blogposts .slider {
    opacity: 1;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    display: none;
}

.archive-products-wrapper {
    width: 70%;
    height: 100%;
}

.archive .archive-products-wrapper .products {
    width: 100% !important;
}

.default-prod-image img {
    /*width: 100%;*/
    /*height: 100%;*/
}

.singlenews h2 {
    font-weight: bold;
    font-size: 1.5em;
}

.status .resend {
    padding: 5px 7px;
    color: white;
    background: #007FAC;
    cursor: pointer;
    border: 1px solid #007FAC;
    margin: auto;
    transition: all 0.4s linear;
}

.status .resend:hover {
    background-color: white;
    color: #007FAC
}

#register .status {
    display: flex!important;
    flex-direction: column;
    gap: 10px;
}
/* Делаем трек флекс-контейнером */
.reviews .slick-track {
  display: flex !important;
  align-items: stretch !important; /* растягиваем слайды по высоте */
  flex-wrap: wrap !important;      /* чтобы при адаптиве слайды переносились */
}

/* Каждый слайд тоже должен быть флекс-элементом */
.reviews .slick-slide {
  display: flex !important;
  align-items: stretch !important;
  height: auto !important; /* убираем фиксированную высоту, которую может задавать Slick */
}

/* Сами карточки делаем флекс-колонкой, чтобы внутренняя структура растягивалась */
.reviews .review-card {
  display: flex;
  flex-direction: column;
  width: 90%; /* в слайдере пусть карточка занимает всю ширину слайда */
}
	.testiblock {
	  max-width: 1440px;
	  padding: 0 100px;
	  width: 100%;
	  margin: 0 auto;
		margin-top: 0px;
		margin-bottom: 0px;
	}
    .reviews {
      display: flex;
      justify-content: center;  /* Выравниваем по центру */
      align-items: flex-start;  /* Верхнее выравнивание по вертикали */
      gap: 20px;               /* Расстояние между карточками */
      padding: 40px;           /* Отступы вокруг всего блока */
      flex-wrap: wrap;         /* При узком экране карточки перейдут на новую строку */
    }

    /* Стили для каждой карточки */
    .review-card {
      width: 320px;              
      background-color: #fff;     
      border-radius: 10px;        
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      overflow: hidden;           
      position: relative;         
    }

    /* Шапка карточки */
    .review-card-header {
      background-color: #1E3A63;  /* тёмно-синий фон шапки */
      color: #fff;
      padding: 15px 20px;
      position: relative;         
    }
    .review-card-header h2 {
      margin: 0;
      font-size: 1.1rem;
      font-weight: 600;
    }

    /* Аватар в правом верхнем углу шапки */
    .avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 2px solid #fff;    
      object-fit: cover;
      position: absolute;
      top: 10px;
      right: 10px;
    }

    /* Основная часть карточки */
    .review-card-body {
      padding: 20px;
    }

    /* Верхний блок: иконка бренда слева, звёзды справа */
    .brand-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 15px;
    }
    /* Круглая иконка бренда */
    .brand-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 1px solid #ccc; 
      background-color: #f9f9f9;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      color: #999;
    }

    /* Рейтинг звёзд */
    .stars {
      font-size: 1.2rem;
      color: #f2c839; /* золотистый цвет звёзд */
    }

    /* Текст отзыва */
    .review-card-body p {
      margin: 0;
      font-size: 0.95rem;
      line-height: 1.4;
      color: #333;
    }
	
	.promptip {
 
  z-index: 99;
  border: 1px solid gray;
  padding: 6px;
  border-radius: 15px;
 
  background: lightgray;
}
.promotions {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: #fff;
  padding: 1rem;
  width: 100%;
  margin-bottom: 1.5rem;
}

.promotions h2 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
}

.promotions-list {
  display: flex;
  flex-wrap: wrap;         /* Чтобы карточки переносились на новую строку при нехватке места */
  gap: 1rem;              /* Промежутки между карточками */
}

.promo-item {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  min-width: 160px;       /* Минимальная ширина карточки */
  flex: 1 1 auto;         /* Карточки растягиваются равномерно */
}

.promo-icon {
  margin-right: 0.5rem;
}

.promo-icon img {
  display: block;
  width: 40px;
  height: 40px;
}

.promo-text strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.promo-text span {
  font-size: 0.9rem;
  color: #555;
}
.chanchat span {
  bottom: 10px !important;
  position: relative;
}
	.chanimg {
  width: 40px;
  height: 40px;
  margin-right:15px;
}
.chanchat a {
  font-size: 18px;
  padding: 5px;
  gap: 10px;
}
	 .sidebar {
		width: 100%;
		right: -150%;  /* Полностью скрыт за экраном */
		border-radius: 0;
	  }
	/* Определение переменных для удобства настройки */
	:root {
	  --sidebar-bg: #ffffff;
	  --sidebar-width: 320px;
	  --sidebar-shadow: rgba(0, 0, 0, 0.15);
	  --accent-color: #FF5252;
	  --transition-duration: 0.4s;
	  --close-button-size: 24px;
	}

	/* Стили для сайдбара */
	.sidebar {
	  position: fixed;
	  top: 0;
	  right: calc(-1 * var(--sidebar-width)); /* Изначально скрыт за экраном */
	  width: var(--sidebar-width);
	  height: 100%;
	  background: var(--sidebar-bg);
	  box-shadow: -4px 0 12px var(--sidebar-shadow);
	  border-top-left-radius: 8px;
	  border-bottom-left-radius: 8px;
	  transition: right var(--transition-duration) ease-in-out;
	  z-index: 1000;
	  padding: 20px;
	  overflow-y: auto;
	}

	/* Класс для отображения сайдбара */
	.sidebar.open {
	  right: 0;
	}

	/* Заголовок и список внутри сайдбара */
	.sidebar h2 {
	  font-size: 1.5rem;
	  margin-bottom: 15px;
	  color: #333;
	  border-bottom: 1px solid #ddd;
	  padding-bottom: 10px;
	}

	.sidebar ul {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	  top: 10%;
	  position: relative;
	}

	.sidebar ul li {
	  margin: 10px 0;
	  padding: 10px;
	  background: #f7f7f7;
	  border-radius: 4px;
	  cursor: pointer;
	  transition: background var(--transition-duration);
	}

	.sidebar ul li:hover {
	  background: #eaeaea;
	}

	/* Кнопка закрытия сайдбара */
	#closeSidebar {
	  position: absolute;
	  top: 7%;
	  right: 20%;
	  width: var(--close-button-size);
	  height: var(--close-button-size);
	  background: transparent;
	  border: none;
	  font-size: 1.5rem;
	  cursor: pointer;
	  color: #666;
	}



	/* Адаптация для мобильных устройств */
	@media (max-width: 768px) {
	  .sidebar {
		width: 100%;
		right: -150%;  /* Полностью скрыт за экраном */
		border-radius: 0;
	  }
	  
	  .sidebar.open {
		right: 0;
	  }
	  
	  #closeSidebar {
		top: 10px;
		right: 10px;
	  }
	}
	

  .prod_card .dwr-key-notice {
    left: 35% !important;
    margin-top: 7px !important;
    position: relative;
  }

.woocommerce-mini-cart-rating .star-rating::before {
	display:none !important;
}



.saleprice {
  font-size: 1rem !important;
  margin-left: 7px !important;
}

.mostsales .key {
  bottom: 10px;
}
@media (max-width: 600px) {
  .mostsales.related .slick-initialized .slick-slide.prod_card .summary > p.stock, .mostsales.related .slick-initialized .slick-slide.prod_card .summary > p.price {
    width: 100%;
    display: inline-block;
  }
  .testiblock {
	padding: 0px;
}
}

.cart-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.cart-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.cart-popup.active {
    display: block;
    animation: fadeIn 0.2s ease-out forwards;
}

.cart-popup.active .cart-popup-overlay {
    animation: fadeIn 0.2s ease-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.cart-popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    max-width: 800px;
    width: 90%;
    z-index: 10000;
    animation: slideIn 0.3s ease-out 0.1s forwards;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translate(-50%, -45%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.cart-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.cart-popup-title {
    margin: 0 0 20px;
    font-size: 20px;
    color: #333;
}

.cart-popup-info {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cart-popup-image {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}

.cart-popup-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-popup-details {
    flex-grow: 1;
}

.cart-popup-description {
    margin-bottom: 15px;
    color: #666;
}

.cart-popup-price {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.cart-popup-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-popup-quantity span {
    color: #666;
}

.cart-popup-quantity .qty-input {
    width: 60px;
    height: 30px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}

.cart-popup-buttons {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.cart-popup-buttons .button {
    flex: 1;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

.continue-shopping {
    background: #f0f0f0;
    color: #333;
}

.checkout-now {
    background: #007FAC;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .cart-popup-info {
        flex-direction: column;
    }
    
    .cart-popup-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
}

.cart-popup-quantity span {
    color: #666;
}

.cart-popup-quantity .qty-value {
    font-weight: bold;
    color: #333;
}


.product-category-banner {
    margin: 20px 0 50px;
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.product-category-banner .banner-wrapper {
    width: 100%;
    height: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-category-banner .banner-text {
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
    .product-category-banner .banner-wrapper {
        height: 60px;
    }
    
    .product-category-banner .banner-text {
        font-size: 18px;
        padding: 5px 10px;
    }
}

.category-archive-banner {
    max-width: 970px;
    max-height: 90px;
    position: absolute;
    top: 40px;
	bottom: 40px;
    right: 0;
}

.category-archive-banner .banner-wrapper {
    height: 90px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-archive-banner .banner-text {
    color: #fff;
    text-align: center;
    padding: 15px 30px;
    font-size: 32px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
    .category-archive-banner {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto 20px;
    }
    .category-archive-banner .banner-wrapper {
    }
    
    .category-archive-banner .banner-text {
        font-size: 24px;
        padding: 10px 20px;
    }
}

.header-banner {
    max-width: 468px;
    height: 60px;
    position: relative;
}
.header-banner__content {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  padding: 0px 20px;
  text-align: center;
  transform: translateY(-50%);
}
.category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 30px;
}

.category-header h1.cat-title {
    margin: 0;
    flex-shrink: 0;
}

.category-header .category-archive-banner {
    margin: 0;
    flex-grow: 1;
    max-width: none;
}

.category-header .category-archive-banner .banner-wrapper {
    height: 90px;
}



@media (max-width: 768px) {
    .category-header {
        flex-direction: column;
        gap: 15px;
    }
    
    .category-header .category-archive-banner .banner-wrapper {
        height: 60px;
    }
    
    .category-header .category-archive-banner .banner-text {
        font-size: 18px;
    }
}

.woocommerce-product-gallery {
	display: block !important;
}
.dwr-key-notice {
  bottom: 30px;
  position: relative;
  left: 50px;
  color: white;
}
@media(max-width: 768px){
	.dwr-key-notice {
		left: 85px;
	}
}
.seo-h1 h1{
    font-size: 17px;
    font-weight: 600;
    line-height: 2rem;
    width: 100%;
    color: #7D7D7E;
	margin-bottom: 30px;
    /* text-align: center; */
}

.fixed-language-switcher {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  background: white;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.welcomePopup {
    position: fixed;
    top: 1px;
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    font-family: sans-serif;
    font-size: 1.5rem;
    animation: fadeIn 0.3s ease-out;
    max-width: 320px;  
}

.welcomePopup button {
    margin-left: 15px;
    background: #fff;
    color: #4CAF50;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.1rem;
}

@keyframes fadeIn {
    from {opacity: 0; transform: translateY(-10px);}
    to {opacity: 1; transform: translateY(0);}
}


