.shop__page-layout {
    padding-top: 35px;
    padding-bottom: 80px;
}
.shop__page-layout .shop__page-breadcrumbs-col {
    margin-left: -15px;
}
.shop__page-layout .shop__page-products-count-col {
    padding-left: 0px;
}
.shop__page-layout .shop__page-products-all {
    display: block!important
}
.shop__page-layout .close__filter {
    transition: 0.5s;
    cursor: pointer;
}
.shop__page-layout .shop__filter-closed {
    transform: rotate(180deg);
    transition: 0.5s;
}
.shop__page-layout .clear__filters-btn {
    display: none;
}
.shop__page-layout .products {
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px;
    padding-right: 0;
}
.shop__page-layout .shop__filter-checkbox {
    padding: 12px;
}
.shop__page-layout .shop__filter-checkbox input {
    width: 18px;
    height: 18px;
    border: 1.5px solid #09295B!important;
    border-radius: 3.1875px;
}
.shop__page-layout .woocommerce-result-count,
.shop__page-layout .woocommerce-ordering,
.shop__page-layout .orderby {
    display: none;
}
.shop__page-layout .sort__block select {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    max-width: 360px;
    width: 100%;
    height: 48px;
    padding: 14px 12px;
    appearance: none;
    -webkit-appearance: none;
}
.shop__page-layout .shop__filter-radio-label {
    padding: 12px;
    padding-right: 0;
}
.shop__page-layout .shop__filter-radio-label input[type="radio"] {
    border: 0.15em solid #09295B;
    color: #09295B;
    width: 18px;
    height: 18px;
}
.shop__page-layout .wp-block-woocommerce-filter-wrapper .wp-block-heading {
    color: #151617;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 142%;
    letter-spacing: 0.1px;
}
.shop__page-layout .wc-block-components-price-slider__range-input-progress {
    background: #0B3D8B;
}
.shop__page-layout .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 72px;
    color: #343434;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    letter-spacing: 0.3px;
    border-radius: 10px!important;
    border: 1px solid #E8E8E8!important;
    background: #FFF!important;
    padding: 10px 12px;
}
.shop__page-layout .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount [type="text"] {
    display: none;  
}
.shop__page-layout .widget-area .wp-block-heading {
    position: relative;
}
.shop__page-layout .widget-area .wp-block-heading::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 5px;
    width: 12px;
    height: 7px;
    background-image: url(../../img/icons/arrows/arrow-open.svg);
    background-size: 12px 7px;
    background-repeat: no-repeat;
    transition: 0.5s;
    cursor: pointer;
}
.shop__page-layout .widget-area .shop__arrow-closed::before {
    transform: rotate(180deg);
    transition: 0.5s;
}
.shop__page-layout .selected__filters {
    /* margin-bottom: 15px; */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.shop__page-layout .selected__filter {
    position: relative;
    padding: 4px 10px;
    border-radius: 8px;
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    color: #667085;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop__page-layout .selected__filter-delete {
    width: 24px;
    height: 24px;
    background-image: url(../../img/icons/product/delete.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.shop__page-layout .shop__filter-inputs,
.shop__filters-mobile-overlay .shop__filter-inputs {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.shop__page-layout .shop__filter-inputs input,
.shop__filters-mobile-overlay .shop__filter-inputs input {
    max-width: 110px;
    width: 100%;
    /* width: 64px; */
    height: 44px;
    border-radius: 10px;
    border: 1px solid var(--Stroke-dark, #E8E8E8);
    background: var(--Background-white, #FFF);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    appearance: none;
}
.shop__page-layout .shop__filter-inputs-divider,
.shop__filters-mobile-overlay .shop__filter-inputs-divider {
    width: 10px;
    height: 1px;
    background: #9FA5B1;
    margin-right: 8px;
    margin-left: 8px;
}
.shop__page-layout .shop__price-btn,
.shop__filters-mobile-overlay .shop__price-btn {
    margin-left: 8px;
    max-width: 96px;
    width: 100%;
}
/* Styles for the price input container */
.shop__page-layout .shop__filter-range,
.shop__filters-mobile-overlay .shop__filter-range {
    margin-bottom: 20px;
}
.price-input-container { 
    width: 100%; 
} 
.price-input .price-field { 
    display: flex; 
    margin-bottom: 22px; 
} 
.price-field span { 
    margin-right: 10px; 
    margin-top: 6px; 
    font-size: 17px; 
} 
.price-field input { 
    flex: 1; 
    height: 35px; 
    font-size: 15px; 
    font-family: "DM Sans", sans-serif; 
    border-radius: 9px; 
    text-align: center; 
    border: 0px; 
    background: #e4e4e4; 
} 
.price-input { 
    width: 100%; 
    font-size: 19px;
    color: #555; 
} 
  
/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.slider-container { 
    width: 100%; 
}
.slider-container { 
    height: 6px; 
    position: relative; 
    background: #e4e4e4; 
    border-radius: 5px;
} 
.slider-container .price-slider { 
    height: 100%; 
    left: 0%; 
    right: 0%; 
    position: absolute; 
    border-radius: 5px; 
    background: #09295B; 
    /* background: none; */
} 
.range-input { 
    position: relative; 
} 
.range-input input { 
    position: absolute; 
    width: 100%; 
    height: 5px; 
    background: none; 
    border: none;
    top: -6px; 
    pointer-events: none; 
    cursor: pointer; 
    -webkit-appearance: none; 
} 
/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb { 
    height: 12px; 
    width: 12px; 
    border-radius: 4px; 
    background: #09295B; 
    pointer-events: auto; 
    -webkit-appearance: none; 
} 
.tax-product_cat .select2-container .select2-dropdown {
    margin-top: 0px!important; 
}
.shop__filters-mobile-overlay {
    display: none;
    background: #FFFFFF;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 20;
}
.shop__filters-mobile-overlay .brand__form-mobile {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shop__filters-mobile-overlay .wc-block-components-filter-reset-button {
    display: none;
}
.shop__filters-mobile-overlay .shop__filters-mobile-header {
    padding: 18px;
    filter: drop-shadow(0px 4px 8px rgba(142, 141, 208, 0.16));
    background-color: #FFFFFF;
}
.shop__filters-mobile-overlay .close__shop-filters img {
    width: 16px;
    height: 16px;
}
.shop__filters-mobile-overlay .shop__filters-mobile-content {
    padding: 18px;
    /* height: 560px; */
    overflow-y: scroll;
}
.brand__form-mobile .shop__filter-mobile input {
    width: 18px;
    height: 18px;
    border: 1.5px solid #09295B!important;
    border-radius: 3.19px;
}
.brand__form-mobile .shop__filter-mobile input[type="radio"] {
    width: 18px;
    height: 18px;
}
.brand__form-mobile .shop__filter-mobile:last-child .shop__filter-content{
    margin-top: 16px;
    row-gap: 26px;
    display: grid;
    padding-left: 6px;
}
.shop__filters-mobile-overlay .shop__filter-checkbox {
    padding: 12px;
    padding-left: 6px;
}
.shop__filters-mobile-overlay .shop__filters-mobile-action {
    border-top: 1px solid #F0F6FF;
    padding: 16px;
}
.shop__filters-mobile-overlay .shop__filters-mobile-action .w-45 {
    width: 48%;
    font-size: 16px;
}
#products__section .product__block-col {
    margin-bottom: 20px;
}
.product__filters-mobile-col { 
    max-height: 109px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.shop__filters-mobile {
    column-gap: 15px;
    margin-bottom: 25px; 
}
.shop__filters-mobile .select2{
    width: 50%!important;
    max-width: inherit!important;
}
.shop__filters-mobile .btn-white{
    padding: 11px 16px 11px 12px;
}

#account__orders-section .account__orders-control {
    column-gap: 15px;
}
.select2-container {
    outline: none; 
    width: 100%;
}
.select2-container .select2-dropdown {  
    margin-top: 40px;
    border-radius: 10px!important; 
    border: 1px solid #E8E8E8;  
}
.select2-container .select2-dropdown .select2-search{
    display: none!important; 

}
.select2-results__option {
    height: 40px;
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    font-style: normal; 
    padding-left: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    color: #343434;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: flex;
    align-items: center;
    width: 15px;
    top: calc(50% - 0px);
    right: 10px;
    height: 8px;
    position: absolute;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "";
    background-image: url('../../img/icons/account/switch-blue.svg');
    width: 15px;
    height: 8px;
    background-size: cover;
    display: block;
    background-repeat: round;
    transition: 0.5s;
}
.select2-container--open .select2-selection__arrow:before{
    transform: rotate(180deg);
    transition: 0.5s;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0; 
}
.select2-container .select2-selection {
    border-radius: 10px!important;
    height: 48px;
    align-items: center;
    display: flex;
    border: 1px solid #E8E8E8;
    font-family: 'Montserrat';
    font-style: normal;  
}
.select2-container .select2-results__options {
    border-radius: 10px!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #F8F9FB;
    color: #343434;
}
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: transparent;
}
/* Last viewed section */
#last__viewed-section {
    background-color: #F5F9FF!important;
}
@media screen and ( min-width: 2160px ) {
    .shop__page-layout .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
        max-width: 103px;
    }
    ul.products.columns-4 li.product {
        max-width: 206px;
    }
    .shop__page-layout .products {
        gap: 16px;
    }
}
@media screen and ( min-width: 960px ) and ( max-width: 1200px ) {
    .shop__page-layout .selected__filters {
        margin-left: 100px;
    }
}
@media screen and ( max-width: 992px ) {
    .shop__value {
        display: none;
    }
}
@media screen and ( min-width: 961px ) {
    .reviewed-products-link {
        display: none!important;  
    }
}
@media screen and ( min-width: 960px ) {
    .shop__page-layout .shop__filters-mobile {
        display: none!important;
    }
    .shop__page-layout { 
        margin: 0 30px;
    }
    .shop__page-layout .selected__filters {
        width: 100%!important;
    }
    .shop__page-layout-top, .shop__page-layout-value {
        margin-left: -12px;
    }
    .shop__page-layout .shop__page-products-all {
        display: flex!important;
    }
    .selected__filters-mobile {
        display: none!important;
    }
}

@media screen and ( min-width: 960px ) and ( max-width: 960px ){
    .shop__page-layout .shop__page-breadcrumbs-col {
        padding-left: 0;
    }
    .shop__page-layout .shop__page-products-count-col {
        padding-left: 0!important;
    }
}

@media screen and ( max-width: 960px ) {  
    #products__section .product__block-list { 
        column-gap: 10px;  
    }
    #products__section .product__block-list > .product__block-col {
        width: calc(25% - 8px);
        padding: 0;
    }
    .shop__page-title {
        display: none;
    }
    .shop__page-breadcrumbs-col {
        padding-left: 15px;
    }
    /* Last viewed section */
    #last__viewed-section {
        padding-left: 16px;
        padding-right: 16px;
    }
    .shop__page-layout .shop__page-products-count-col p {
        width: max-content;
    }
    .shop__page-layout .shop__page-products-count-col {
        padding: 0 12px;
        margin-bottom: 15px;
    }
    .shop__page-layout .shop__page-products-chips {
        padding: 0 12px;
        /* width: 100%!important;  */
    }
    .shop__page-layout .shop__page-products-chips .selected__filters {
        width: 100%!important; 
    }
    
    .shop__filter-block .producer { 
        padding: 12px 0;
    }
    .shop__page-layout .products {
        padding-left: 0;
    }
    .tax-product_cat .select2-container .select2-dropdown {
        padding: 6px 0!important; 
    }
}

@media screen and ( max-width: 959px ) {
    .shop__page-layout .shop__page-products-chips .selected__filters {
        width: 100%!important; 
    }
    .shop__page-layout .shop__page-products-chips .desktop__filters {
        display: none!important;
    }
    .selected__filters-desktop {
        display: none!important;
    }
}

@media screen and ( max-width: 768px ) {
    #products__section .product__block-list > .product__block-col {
        width: calc(33% - 5px);
    }
    .brand__form .product__block-col {
        width: 50%;
    }
    .shop__page-layout {
        padding-top: 30px;
    }
    .shop__page-layout .shop__filters-mobile {
        margin-bottom: 30px;
    }
    .shop__page-layout .shop__filters-btn {
        padding: 11px 44px;
        font-family: Montserrat;
    } 
    #last__viewed-section {
        padding-left: 0px;
        padding-right: 0px;
    }
     
}
@media screen and ( max-width: 425px ) {
    .shop__page-layout .selected__filter {
        margin-bottom: 10px;
    }
    .shop__page-layout .filter__select-sort {
        appearance: none;
        -webkit-appearance: none;
        padding-left: 8px;
        padding-right: 38px;
        background-image: url(../../img/icons/product/arrow-select.svg);
        background-size: 24px 24px;
        background-repeat: no-repeat;
        background-position: 95%;
    }
    .shop__page-layout .filter__select-sort::-ms-expand {
        display: none;
    }
    .shop__filters-mobile-overlay .shop__filter-radio-label:first-child {
        margin-top: 0!important; 
    }
    .shop__filters-mobile-overlay .shop__filter-radio-label {
        margin-bottom: 0!important;
        padding-left: 0!important; 
    }
    .shop__filters-mobile-overlay .wp-block-heading {
        position: relative;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 142%;
        letter-spacing: 0.1px;
        color: #151617;
    }
    .shop__filters-mobile-overlay .wp-block-heading::before {
        position: absolute;
        content: "";
        right: 0px;
        top: 5px;
        width: 12px;
        height: 7px;
        background-image: url(../../img/icons/arrows/arrow-open.svg);
        background-size: 12px 7px;
        background-repeat: no-repeat;
        transition: 0.5s;
        cursor: pointer;
    }
    .shop__filters-mobile-overlay .widget-area .shop__arrow-closed::before {
        transform: rotate(180deg);
        transition: 0.5s;
    }
    .shop__filters-mobile-overlay .shop__filters-mobile-content {
        display: flex;
        flex-direction: column;
    }
    .shop__filters-mobile-overlay .shop__filters-mobile-content .brand__form,
    .shop__filters-mobile-overlay .shop__filters-mobile-content .widget-area {
        order: -1;
    }
}
@media screen and ( max-width: 420px ) {
    .tax-product_cat .select2-container .select2-dropdown .select2-results__options li:first-child {
        height: 50px;
    }
    .tax-product_cat .select2-container .select2-dropdown .select2-results__options li:second-child {
        padding-top: 0;
        padding-bottom: 0;
        height: 34px;
    }
    .tax-product_cat .select2-container .select2-dropdown .select2-results__options li:nth-child(3) {
        height: 50px;
    }
    .tax-product_cat .select2-container .select2-dropdown .select2-results__options li:nth-child(4) {
        height: 50px;
    }
    .tax-product_cat .select2-container .select2-dropdown .select2-results__options li:nth-child(5) {
        height: 50px;
    }
}
