.sidebar-menu > ul > li:not(:last-child){
    margin-bottom: 40px;
}
.sidebar-menu ul li a{
    color: #252C32;
    transition: all .3s ease-in-out;
}

.sidebar-menu ul li a:hover{
    color: #2B438D;
}
.sidebar-menu > ul > li > a{
    font-family: 'TucsonTwo';
    font-size: 16px;
}
.sidebar-menu > ul ul{
    margin-left: 0 !important;
    margin-top: 10px;
}
.sidebar-menu > ul > li > ul li:not(:last-child){
    margin-bottom: 10px;
}
.drop-menu-item__link > a,
.sidebar-menu > ul > li > ul > li > a{
    text-transform: uppercase;
}
.sidebar-menu > ul > li > ul > li > ul,
.drop-menu-container{
    display: none;
    padding: 0 24px;
}
.drop-menu-item__link{
    position: relative;
    padding-right: 25px;
}
.drop-menu-item .drop-menu-item__link:after{
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-right: 2px solid #252C32;
    border-bottom: 2px solid #252C32;
    transition: all .3s ease-in-out;
}

.drop-menu-item.active .drop-menu-item__link:after{
    transform: rotate(-135deg);
}

.custom-select-orderby{
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    outline: none;
    font-family: 'Tenor Sans';
    font-size: 14px;
    line-height: 24px;
    padding-right: 24px;
    width: 100%;
}
.select-wrap{
    position: relative;
}
.select-wrap:after{
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 12px;
    margin-top: -3px;
    border-bottom: 1px solid #202631;
    border-right: 1px solid #202631;
    transform: rotate(45deg) translateY(-50%);
    transition: all 0.4s ease-in-out;
    transform-origin: 50% 0;
}
.storefront-sorting{
    display: flex;
}
@media screen and (max-width: 767px){
    .storefront-sorting{
        flex-direction: column;
    }
    .storefront-sorting .woocommerce-ordering{
        width: 100%;
    }
    .products-per-page{
        margin-left: 0 !important;
    }
}
.storefront-sorting .woocommerce-ordering{
    margin-left: auto;
    margin-right: 0;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb{
    width: 9px;
    height: 9px;
    border-radius: 0;
    border: none;
    background-color: #202631;
    margin: -2.25px 0 0 0;
}
.wc-block-components-price-slider__range-input-progress{
    --range-color: #202631;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{
    color: #9AA6AC;
    padding: 9px 12px;
    background-color: #ffffff;
    border: 1px solid #DDE2E4;
    border-radius: 0 !important;
    box-shadow: none;
    max-width: 50% !important;
}

.wc-block-components-price-slider{
    display: flex;
    flex-direction: column;
}
.wc-block-components-price-slider__range-input-wrapper{
    order: 2;
}
.wc-block-components-price-slider__controls{
    order: 1;
}
.wc-block-components-price-slider__actions{
    order: 3;
}
.products-resalts + *{
    margin-top: 35px;
    margin-bottom: 0 !important;
}
.storefront-sorting .woocommerce-pagination{
    float: none;
    margin: auto;
}
.storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers{
    border: 1px solid #E5E3DF;
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 3px 11px !important;
    transition: all .3s ease-in-out;
    display: initial;
}
.storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers:hover,
.storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.current{
    color: #ffffff !important;
    background-color: #2B438D !important;
    border-color: #2B438D !important;
}
.storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.next{}
.storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.prev{}

.storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.next:after,
.storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.prev:after{
    display: none;
}
.single-product div.product .related{
    display: none;
}
.sku_wrapper{
    color: #BFBABA;
    margin-bottom: 0;
    display: block;
}
.storefront-breadcrumb_custom .storefront-breadcrumb{
    display: block;
    margin-bottom: 0;
}
.btn-blue{
    min-width: 200px;
    text-align: center;
    display: inline-block;
    padding: 7px 11px;
    border: 1px solid #2B438D;
    background-color: #2B438D;
    color: #ffffff;
    transition: all .3s ease-in-out;
    font-family: 'Tenor Sans';
    font-size: 16px;
}

.btn-blue:hover{
    border: 1px solid #FADF12;
    background-color: #FADF12;
    color: #2B438D;
}

.additional_information_tab{
    display: none !important;
}

.address ul{
    margin: 0;
    margin-top: 10px;
}
.address ul li:not(:last-child){
    margin-bottom: 10px;
}
.woocommerce-variation.single_variation{
    display: none !important;
}
.bottom-row .copyright a{
    color: #FADF12 !important;
    text-decoration: none;
}
.bottom-row .copyright a:hover{
    color: #ffffff !important;
}

.product-description{
    margin-top: 16px;
}

.product-description strong{
    font-weight: bold;
}
/*20.04.26*/
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.row.row_justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 1023px) {
    .row {
        margin: 0 -4px;
    }
}

.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 991px) {
    .col {
        padding: 0 4px;
    }
}
.col.col_1 {
    width: 8.3333%;
}
.col.col_2 {
    width: 16.666%;
}
.col.col_3 {
    width: 25%;
}
.col.col_4 {
    width: 33.3%;
}
.col.col_5 {
    width: 41.666667%;
}
.col.col_6 {
    width: 50%;
}
.col.col_7 {
    width: 58.333333%;
}
.col.col_8 {
    width: 66.666667%;
}
.col.col_9 {
    width: 75%;
}
.col.col_10 {
    width: 83.333333%;
}
.col.col_11 {
    width: 91.666667%;
}
.col.col_12 {
    width: 100%;
}
@media (max-width: 1700px) {
    .col.col_full-desktop-1 {
        width: 8.3333%;
    }
    .col.col_full-desktop-2 {
        width: 16.66%;
    }
    .col.col_full-desktop-3 {
        width: 25%;
    }
    .col.col_full-desktop-4 {
        width: 33.3%;
    }
    .col.col_full-desktop-5 {
        width: 41.666667%;
    }
    .col.col_full-desktop-6 {
        width: 50%;
    }
    .col.col_full-desktop-7 {
        width: 58.333333%;
    }
    .col.col_full-desktop-8 {
        width: 66.666667%;
    }
    .col.col_full-desktop-9 {
        width: 75%;
    }
    .col.col_full-desktop-10 {
        width: 83.333333%;
    }
    .col.col_full-desktop-11 {
        width: 91.666667%;
    }
    .col.col_full-desktop-12 {
        width: 100%;
    }
}
@media (max-width: 1520px) {
    .col.col_hd-desktop-1 {
        width: 8.3333%;
    }
    .col.col_hd-desktop-2 {
        width: 16.66%;
    }
    .col.col_hd-desktop-3 {
        width: 25%;
    }
    .col.col_hd-desktop-4 {
        width: 33.3%;
    }
    .col.col_hd-desktop-5 {
        width: 41.666667%;
    }
    .col.col_hd-desktop-6 {
        width: 50%;
    }
    .col.col_hd-desktop-7 {
        width: 58.333333%;
    }
    .col.col_hd-desktop-8 {
        width: 66.666667%;
    }
    .col.col_hd-desktop-9 {
        width: 75%;
    }
    .col.col_hd-desktop-10 {
        width: 83.333333%;
    }
    .col.col_hd-desktop-11 {
        width: 91.666667%;
    }
    .col.col_hd-desktop-12 {
        width: 100%;
    }
}
@media (max-width: 1400px) {
    .col.col_big-desktop-1 {
        width: 8.3333%;
    }
    .col.col_big-desktop-2 {
        width: 16.66%;
    }
    .col.col_big-desktop-3 {
        width: 25%;
    }
    .col.col_big-desktop-4 {
        width: 33.3%;
    }
    .col.col_big-desktop-5 {
        width: 41.666667%;
    }
    .col.col_big-desktop-6 {
        width: 50%;
    }
    .col.col_big-desktop-7 {
        width: 58.333333%;
    }
    .col.col_big-desktop-8 {
        width: 66.666667%;
    }
    .col.col_big-desktop-9 {
        width: 75%;
    }
    .col.col_big-desktop-10 {
        width: 83.333333%;
    }
    .col.col_big-desktop-11 {
        width: 91.666667%;
    }
    .col.col_big-desktop-12 {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .col.col_desktop-1 {
        width: 8.3333%;
    }
    .col.col_desktop-2 {
        width: 16.66%;
    }
    .col.col_desktop-3 {
        width: 25%;
    }
    .col.col_desktop-4 {
        width: 33.3%;
    }
    .col.col_desktop-5 {
        width: 41.666667%;
    }
    .col.col_desktop-6 {
        width: 50%;
    }
    .col.col_desktop-7 {
        width: 58.333333%;
    }
    .col.col_desktop-8 {
        width: 66.666667%;
    }
    .col.col_desktop-9 {
        width: 75%;
    }
    .col.col_desktop-10 {
        width: 83.333333%;
    }
    .col.col_desktop-11 {
        width: 91.666667%;
    }
    .col.col_desktop-12 {
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .col.col_middle-desktop-1 {
        width: 8.3333%;
    }
    .col.col_middle-desktop-2 {
        width: 16.66%;
    }
    .col.col_middle-desktop-3 {
        width: 25%;
    }
    .col.col_middle-desktop-4 {
        width: 33.3%;
    }
    .col.col_middle-desktop-5 {
        width: 41.666667%;
    }
    .col.col_middle-desktop-6 {
        width: 50%;
    }
    .col.col_middle-desktop-7 {
        width: 58.333333%;
    }
    .col.col_middle-desktop-8 {
        width: 66.666667%;
    }
    .col.col_middle-desktop-9 {
        width: 75%;
    }
    .col.col_middle-desktop-10 {
        width: 83.333333%;
    }
    .col.col_middle-desktop-11 {
        width: 91.666667%;
    }
    .col.col_middle-desktop-12 {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .col.col_tab-3 {
        width: 25%;
    }
    .col.col_tab-4 {
        width: 33.3%;
    }
    .col.col_tab-5 {
        width: 41.666667%;
    }
    .col.col_tab-6 {
        width: 50%;
    }
    .col.col_tab-7 {
        width: 58.333333%;
    }
    .col.col_tab-8 {
        width: 66.666667%;
    }
    .col.col_tab-9 {
        width: 75%;
    }
    .col.col_tab-10 {
        width: 83.333333%;
    }
    .col.col_tab-11 {
        width: 91.666667%;
    }
    .col.col_tab-12 {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .col.col_mob-3 {
        width: 25%;
    }
    .col.col_mob-4 {
        width: 33.3%;
    }
    .col.col_mob-6 {
        width: 50%;
    }
    .col.col_mob-8 {
        width: 66.666667%;
    }
    .col.col_mob-12 {
        width: 100%;
    }
}
@media screen and (max-width: 579px) {
    .col.col_mob-p-12 {
        width: 100%;
    }
}

.container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}
.container-middle {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 980px;
    width: 100%;
}
@media (max-width: 1200px) {
    .container {
        max-width: calc(100% - 80px);
    }
    .container-middle {
        max-width: 768px;
    }
}
@media screen and (max-width: 1023px) {
    .container {
        max-width: calc(100% - 32px);
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .container-middle {
        max-width: 100%;
    }
}
.contact-section{
    padding: 80px 0;
    min-height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-form-block-form{
    position: relative;
}
.contact-form-block-form .row, .contact-success .row {
    margin: 0 -4px;
}
.contact-form-block-form .col, .contact-success .col {
    padding: 0 4px;
}
.contact-form-block-form {
    margin: auto;
}
.contact-form-block-form > *:not(:last-child){
    margin-bottom: 16px;
}

.contact-form-block-form.text-center{
    text-align: center;
}

.contact-form-block-form div{
    text-align: center;
}
.contact-form-block-form .yellow-btn{
    text-align: center;
    display: inline-block;
}
.contact-form-block-form h1,
.contact-form-block-form h2,
.contact-form-block-form h3,
.contact-form-block-form h4,
.contact-form-block-form h5,
.contact-form-block-form h6{
    color: #000;
    font-size: 32px;
    font-family: 'TucsonTwo';
    text-transform: uppercase;
    text-align: center;
}
/*20.04.26*/