.btn, .button, [type=button], [type=submit], button {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #4C4C4C;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}
.widget-title{
    font-size: 18px;
    color: #AD2526;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 600;
}
.sidebar .categories ul.no-bullets li{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.sidebar .categories ul.no-bullets ul{
    flex: 1 1 auto;
    padding-left: 15px;
    width: 100%;
    margin-top: 0;
}
.sidebar .categories ul.no-bullets a{
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5px;
    width: calc(100% - 30px);
    text-decoration: none;
    text-transform: uppercase;
    color: #4C4C4C;
}
.widget-content .wd-cats-toggle{
    position: absolute;
    top: 7px;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #BBB;
    text-align: center;
    font-weight: 600;
    font-size: 8px;
    line-height: 22px;
    cursor: pointer;
    transition: all .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.widget-content .wd-cats-toggle:after{
    content: '\f078';
    font-family: "Font Awesome 6 Pro";
}
.widget-content .wd-cats-toggle:hover{
    background-color: #F9F9F9;
    color: #4C4C4C;
}
.sidebar .categories ul.no-bullets ul.sub_menu{
    display: none;
}
.sidebar .categories ul.no-bullets>li.active .sub_menu{
    display: block;
}
.widget-content .no-bullets{
    margin-bottom: -5px;
}
.sidebar_tags .sidebar_widget{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(119, 119, 119, .2);
}
.ui-slider .ui-slider-range{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -1px;
    height: 2px;
    background: #E7E7E7;
}
.ui-widget-content {
    height: 20px;
    border: none;
    margin-bottom: 20px;
    background: 0 0;
    cursor: pointer;
}
.sidebar .categories ul.no-bullets ul.sub_menu .sub_menu-lv2{
    display: none;
}
.sidebar_tags .filter-price .ui-slider-handle{
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    outline: 0;
    border: none;
    border-radius: 0;
    background: 0 0;
    background-color: transparent !important;
    cursor: ew-resize;
}
.sidebar_tags .filter-price .ui-slider-handle:after{
    content: "";
    display: inline-block;
    width: 4px;
    height: 15px;
    background-color: rgb(51,51,51);
}
.filter-options-title{
    margin-bottom: 20px;
}
.sidebar_tags .filter-price .values-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter_ranger {
    margin-bottom: 10px;
    color: #717171;
    display: flex;
}
.filter_ranger span{
    color: #2d2a2a;
    font-weight: 600;
}
#filter-by-price {
    margin-bottom: 10px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 0;
    color: #333;
    background-color: #f7f7f7;
}
.filter-collection .filter-list{
    padding-left: 0;
    max-height: 250px;
    overflow-y: auto;
}
.filter-collection .filter-list a{
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    padding-left: 24px;
    padding-right: 0;
    margin-bottom: 15px;
}
.filter-collection .filter-list a:before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #D8D8D8;
    vertical-align: middle;
    transition: all .2s ease;
    position: absolute;
    left: 0;
}
.filter-collection .filter-list a span{
    font-size: 14px;
    color: #727272;
}
.widget-title h5{
    font-weight: 600;
}
.filter-options-item.filter-price {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(119, 119, 119, .2);
}
.filter-list a.color-filter-active:before,.filter-list a.size-filter-active:before{
    content: "\f00c";
    background-color: rgb(51, 51, 51);
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    border-color: rgb(51, 51, 51);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.filters-toolbar__item:not(:first-child){
    margin-left: 30px;
    margin-bottom: 20px;
}
.grid-list li {
    display: inline-flex;
    margin-right: 12px;
    vertical-align: middle;
    font-size: 19px;
    line-height: 1;
    opacity: .3;
}
.main-content .toolbar-inner{
    display: flex;
    justify-content: end;
}
.filters-toolbar__item select{
    background-position: right 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    appearance: none;
}
.filters-toolbar__item .custom-dropdown select{
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 5px;
    max-width: 200px;
    height: auto;
    border: 1px solid grey;
    border-radius: 15px;
    background-position: right 0 top 50%;
    color: #4C4C4C;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    font-weight: 600;
    line-height: 1.2;
    font-size: inherit;
    cursor: pointer;
    background-color: unset;
}
.content-product-list .product-image{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.content-product-list .product-image img{
    width: 100%;
    max-height: 365px;
    object-fit: cover;
}
.details{
    text-align: center;
}
.details .product_title a{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 18px;
}
.details .product-price{
    font-size: 14px;
}
.details .product-price .product-price-old{
    color: black;
    margin-right: 10px;
    text-decoration-color:black;
    text-decoration: line-through;
    font-weight: bold;
}
.details .product-price .product-price-current{
    color: #ad2526 ;
    font-size: 15px;
    font-weight: bold;
}
.ajax_block_product{
    margin-bottom: 20px;
}
.grid-list li.selected{
    opacity: 0.9;
}
.filter-color{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(119, 119, 119, .2);
}
.filter-collection{
    margin-bottom: 30px;
}
.box_paginator{
    margin-top: 40px;
}
.box_paginator .pagination{
    justify-content: center;
}
.box_paginator .pagination li a{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    min-width: 32px;
    height: 34px;
    color: #2d2a2a;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    transition: all .2s ease;
}
.box_paginator .pagination li.active a{
    background-color: rgb(51,51,51);
    color: #fff;
    text-align: center;
}
.product_related{
    background-color: #FFF7F0;
    margin: 30px 0px 0px 0px;
    padding: 40px 0px 50px 0px;
}
.product_related .title_block{
    color: #AD2526;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}
.widget-content .wd-cats-toggle.toggle-active{
    transform: rotate(180deg);
}
body .select2-container--default .select2-selection--single {
    padding: 0 15px;
    height: 42px;
    text-align: left;
    font-size: 14px;
    line-height: 38px;
}
body .select2-container--default .select2-selection {
    border: 2px solid rgba(129,129,129,.2);
    border-radius: 0;
    background-color: #fff;
    transition: border-color .4s ease;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: unset;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow, select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 10px !important;
    background-position: right 1px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}
body .select2-container--default.select2-container{
    width: 100%!important;
}body .select2-container--default .select2-dropdown {
     border-width: 2px;
     border-color: rgba(129,129,129,.2);
     border-radius: 0;
     background-color: #FFF;
 }
body .select2-container--default .select2-search--dropdown {
    position: relative;
    padding: 18px;
    border-bottom: 2px solid rgba(129,129,129,.2);
    background-color: #F9F9F9;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0 15px;
    height: 42px;
    border: 2px solid rgba(129,129,129,.2);
    background-color: #FFF;
    background-image: none;
    color: #777;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F2F2F2;
    color: #333;
}
body .select2-container--default .select2-results__option[aria-selected=true] {
    color: #FFF;
    font-weight: 600;
    background-color: rgb(51,51,51);
}
body .select2-container--default .select2-results__option {
    padding: 10px 18px;
}
.overlay_chir {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none !important;
}
.open_drawerF .overlay_chir {
    display: block !important;
}


.toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    cursor: pointer;
}
.open-filter i{
    font-size: 19px;
    font-weight: 700;
}
.open-filter span{
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}


.list-filter {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 100;
    max-width: 345px;
    border-right: 1px solid #e9e9e9;
    transition: all .4s cubic-bezier(.46,.01,.32,1);
    -ms-transform: translateX(-360px);
    -webkit-transform: translateX(-360px);
    transform: translateX(-360px);
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    height: 100vh;
    overflow-y: auto;
}
.open_drawerF .list-filter {
    transform: translateX(0px);
}



@media (min-width: 768px) {
    .widget-content-mobile,.filter-list-mobile{
        display: none;
    }
}
@media (max-width: 1024px) {
    .main-content .toolbar-inner .collection-view-as {
        display: none;
    }
}
@media (max-width: 768px) {
    .filters-toolbar__item .custom-dropdown select{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        border: none;
        background-image: none;
        font-weight: 400;
        font-size: 16px;
        color: transparent!important; ;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
    }
    .filters-toolbar__item .custom-dropdown{
        position: relative;
        z-index: 1;
        width: 30px;
        height: 30px;
        text-align: center;
        margin-top: 0;
    }
    .filters-toolbar__item .custom-dropdown:after{
        content: '\f883';
        color: #2d2a2a;
        font-size: 20px;
        font-family: "Font Awesome 6 Pro";
    }
    .widget-content,.filter-list{
        display: none;
    }
}