.shop_page_wrapper {
}

.shop_page_wrapper .products_list_wrapper{
    margin-top: 25px;
}

.shop_page_wrapper .main_content_wrapper {
}

.shop_page_wrapper .archive_sidebar_holder {
}

.plp_opt_holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.plp_opt_holder .catalog_order_inline{
    width: 68%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background-color: var(--color8);
    padding: 15px 20px;
    border-radius: 11px;
    border: 1px solid var(--color7);
    order: 2;
}
.plp_opt_holder .catalog_order_inline .order_label{
    font-family: 'peyda_medium';
    font-size: 16px;
    margin-left: 15px;
}
.plp_opt_holder .catalog_order_inline .order_links{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.plp_opt_holder .catalog_order_inline .order_link{
    font-size: 16px;
    font-family: 'peyda_light';
}
.plp_opt_holder .catalog_order_inline .order_link.active{
    color: var(--color1);
    font-family: 'peyda_bold';
}

.plp_opt_holder .woocommerce-notices-wrapper {
    width: 100%;
    order: 1;
}

.plp_opt_holder .woocommerce-result-count {
    width: 20%;
    color: var(--color1);
    order: 4;
    font-family: 'yekanbakh_bold';
    font-size: 18px;
    min-height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: none;
}

.plp_opt_holder .woocommerce-ordering {
    width: 35%;
    order: 3;
}

.plp_opt_holder .woocommerce-ordering select {
    width: 100%;
    background-color: var(--color5);
    border: 1px solid var(--color7);
    font-size: 14px;
    max-width: 100%;
    padding: 10px 7px;
    min-height: 56px;
    border-radius: 12px;
    color: var(--color6);
    transition: all 0.3s linear;
}

.plp_opt_holder .woocommerce-ordering select:focus {
    outline: none;
    border: 1px solid var(--color1);
}

.plp_opt_holder .woocommerce-ordering select option {
}

.shop_page_wrapper .products_list_holder {
    margin-top: 25px;
}

.shop_page_wrapper .archive_product_item {
    margin-bottom: 50px;
    position: relative;
}
.shop_page_wrapper .plp_sidebar_wrapper{
    position: sticky;
    top: 10px;
}
.shop_page_wrapper .plp_sidebar_content {
    background-color: var(--color8);
    border: 1px solid var(--color7);
);
    border-radius: 16px;
    padding: 15px;
}

.shop_page_wrapper .plp_sidebar_content .plp_filters {
}

.shop_page_wrapper .plp_sidebar_content .plp_filter_switches {
}

.shop_page_wrapper .plp_sidebar_content .filter_switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--color7);
}

.shop_page_wrapper .plp_sidebar_content .filter_switch .switch_title {
    display: inline-block;
    font-family: 'yekanbakh_medium';
    font-size: 16px;
    color: var(--text1);
}

.shop_page_wrapper .plp_sidebar_content .filter_switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.shop_page_wrapper .plp_sidebar_content .filter_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.shop_page_wrapper .plp_sidebar_content .filter_switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    background-color: var(--color7);
    -webkit-transition: .4s;
    transition: .4s;
}

.shop_page_wrapper .plp_sidebar_content .filter_switch .slider::before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.shop_page_wrapper .plp_sidebar_content .filter_switch input:checked + .slider {
    background-color: var(--color1);
}

.shop_page_wrapper .plp_sidebar_content .filter_switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.shop_page_wrapper .plp_sidebar_content .filter_switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.shop_page_wrapper .widget {
    border-bottom: 1px solid var(--color7);
}

.shop_page_wrapper .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.shop_page_wrapper .widget:last-child .woocommerce-widget-layered-nav-list{
    margin-bottom: 0;
}

.shop_page_wrapper .widget .widget-title {
    position: relative;
    color: var(--color5);
    font-size: 16px;
    font-family: 'peyda_medium';
    cursor: pointer;
    margin-bottom: 15px;
    padding: 15px;
    background-color: var(--color1);
    border-radius: 12px;
    text-align: center;
}

.shop_sidebar_filter {
    background-color: var(--color1);
    padding: 10px 15px;
    min-height: 60px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--color5);
    z-index: 9;
    border: 2px solid var(--color5);
    width: 30%;
    order: 2;
}

.shop_sidebar_filter::before {
    content: '\e919';
    font-family: 'icon';
    font-size: 20px;
    color: var(--color1);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color5);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-left: 10px;
    transition: all 0.3s linear;
}


/* Basic styling for categories */
.widget_product_categories {
}

.widget_product_categories .product-categories {
}

.widget_product_categories .cat-item {
    position: relative;
    border-bottom: 1px solid var(--color7);
    padding: 20px 0;
    display: block;
}

.widget_product_categories .cat-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.widget_product_categories .cat-item a {
    display: block;
    color: var(--text1);
    font-size: 16px;
    transition: all 0.3s linear;
}

.widget_product_categories .cat-item a:hover, .widget_product_categories .cat-item.open > a {
    color: var(--color2);
}

.widget_product_categories .cat-item.cat-parent {
}

.widget_product_categories .cat-item.cat-parent a {
}

.widget_product_categories .cat-item.cat-parent .children {
}

.widget_product_categories .cat-item.cat-parent .children .cat-item {
    padding-bottom: 10px;
}

.widget_product_categories .cat-item.cat-parent .children a {font-size: 15px;}

.widget_product_categories .cat-item.cat-parent .children .category-toggle-icon {
    transform: rotate(0);
}

.widget_product_categories .cat-item.cat-parent .children .cat-item.open .category-toggle-icon {
    transform: rotate(180deg);
}

.widget_product_categories .cat-item.cat-parent .category-toggle-icon::before {
    content: '\e932';
    font-family: 'icon';
    font-size: 14px;
    color: var(--color1);
    display: flex;
    justify-content: center;
    background-color: var(--color5);
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    transform: rotate(90deg);
    transform-origin: center;
    transition: all 0.3s linear;
}

.widget_product_categories .product-categories {
}

.widget_product_categories .cat-parent > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: var(--text1);
    text-decoration: none;
}

.widget_product_categories .category-toggle-icon {
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.widget_product_categories .children {
    overflow: hidden;
    height: 0;
    transition: all 0.3s ease;
}

.widget_product_categories .cat-item.open > .children {
    display: block;
    margin-top: 20px;
    padding: 10px;
    background-color: #d1d1d1;
    transition: all 0.3s linear;
    border-radius: 12px;
}

.widget_product_categories .cat-item.open .category-toggle-icon {
    transform: rotate(180deg);
}

.woocommerce-widget-layered-nav {
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {padding: 10px;background-color: var(--color4);border-radius: 10px;margin-bottom: 20px;}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item {
    position: relative;
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item:first-child{
    margin-top: 0;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a {
    display: inline-flex;
    color: var(--text1);
    font-size: 16px;
    padding-right: 20px;
    transition: all 0.3s linear;
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a:hover {
    color: var(--color2);
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a::before {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 100%;
    border: 2px solid var(--color1);
    position: absolute;
    top: 15px;
    right: 0;
    transition: all 0.3s linear;
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a:hover:before {
    border-color: var(--color2);
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item.chosen a::before {
    background-color: var(--color2);
    border-color: var(--color2);
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item.chosen {
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item .count {
    font-size: 16px;
    color: var(--text1);
    display: inline-block;
    float: left;
}

.widget_price_filter {
}

.widget_price_filter form {
    position: relative;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
}

.widget_price_filter .price_slider_wrapper {
    position: relative;
}

.widget_price_filter .price_slider {
    position: relative;
    background-color: #ddd;
    border-radius: 1em;
    border: 0;
    margin: 25px 0 50px;
    height: 2px;
    text-align: right;
}

.widget_price_filter .price_slider .ui-slider-range {
    
);
    position: absolute;
    top: 0;
    height: 100%;
    background-color: var(--color2);
    border-radius: 10px;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
}

.widget_price_filter .price_slider .ui-slider-handle {position: absolute;}
.widget_price_filter .price_slider .ui-slider-handle::before{
    content: '\e914';
    font-family: icon;
    font-size: 16px;
    min-width: 25px;
    min-height: 25px;
    background-color: var(--color1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 30px;
    top: -11px;
    right: -10px;
    z-index: 9;
    color: var(--color5);
    transform: rotate(90deg);
}
.widget_price_filter .price_slider .ui-slider-handle:first-of-type::before{right: -16px;}

.widget_price_filter .price_slider .ui-slider-handle:last-of-type{
   
}

.widget_price_filter .price_slider .ui-slider-handle:last-of-type::before{
    transform: rotate(-90deg);
}

.widget_price_filter .price_slider_amount {
    margin-top: 55px;
    text-align: center;
}

.widget_price_filter .price_slider_amount .screen-reader-text {
    font-size: 14px;
    margin: 0;
    width: 100%;
    height: auto;
    position: relative !important;
    color: var(--text1);
    clip-path: none;
    margin-bottom: 5px;
    text-align: right;
}

.widget_price_filter .price_slider_amount input {
    display: block !important;
    width: 100%;
    min-height: 45px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 10px;
    transition: all 0.3s linear;
}

.widget_price_filter .price_slider_amount input:focus {
    outline: none;
    border-color: var(--color2);
}

.widget_price_filter .price_slider_amount button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
);
    background-color: var(--color5);
    color: var(--color1);
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 12px;
    border: 1px solid var(--color1);
    margin: 20px 0;
}

.widget_price_filter .price_slider_amount button::after {
    content: '\e90e';
    font-family: 'icon';
    font-size: 18px;
    color: var(--color1);
    display: block;
    margin-right: 8px;
}

.widget_price_filter .price_slider_amount .price_label {
    font-size: 0;
}

.widget_price_filter .price_slider_amount .price_label span {
    position: absolute;
    top: 20px;
    font-size: 14px;
}

.widget_price_filter .price_slider_amount .price_label span.from {
    left: 0;
}

.widget_price_filter .price_slider_amount .price_label span.to {
    right: 0;
}

.widget_brand_thumbnails{}
.widget_brand_thumbnails .brand-thumbnails{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.widget_brand_thumbnails .brand-thumbnails li{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 1% !important;
}
.widget_brand_thumbnails .brand-thumbnails li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 13px;
    min-height: 50px;
    background-color: var(--color8);
    border-radius: 7px;
    transition: all 0.3s linear;
}
.widget_brand_thumbnails .brand-thumbnails li a:hover{
    background-color: var(--color1);
}
.widget_brand_thumbnails .brand-thumbnails li a img{}



.shop_page_wrapper .sidebar_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color8);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 19px;
}

.shop_page_wrapper .sidebar_head .sidebar_title {
    font-size: 18px;
    color: var(--color5);
}

.shop_page_wrapper .sidebar_head .sidebar_close {
}

.shop_page_wrapper .sidebar_head .sidebar_close::before {
    content: "\e927";
    font-family: 'icon';
    font-size: 25px;
    color: #ff0000;
    display: flex;
    justify-content: center;
    background-color: #ffe8e8;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.shop_page_wrapper .widget-image-wrapper{
    margin-top: 20px;
}
.shop_page_wrapper .widget_media_image{}
.shop_page_wrapper .widget_media_image .widget-title{
    background-color: var(--color4);
    border-radius: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.shop_page_wrapper .widget_media_image .widget-title::after{
    display: none;
}
.shop_page_wrapper .widget_media_image a{
    display: block;
}
.shop_page_wrapper .widget_media_image img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}


/* Small screens: less than 576px */
@media (max-width: 575.98px) {

    .shop_page_wrapper .archive_product_item{}
    .shop_page_wrapper .product_item{}
    .shop_page_wrapper .product_item .product_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
    .shop_page_wrapper .product_content .product_img_holder{
    width: 50%;
}
    .shop_page_wrapper .product_content .product_img_holder img{}
    .shop_page_wrapper .product_content .product_info_holder{
    width: 49%;
}
    .shop_page_wrapper .product_content .product_info_holder .product_title{}
    .shop_page_wrapper .product_content .product_info_holder .product_title a{
    text-align: right;
}
    .shop_page_wrapper .product_content .product_info_holder .product_temperature_holder{
    justify-content: flex-start;
}
    .shop_page_wrapper .product_content .product_more_holder{
    width: 100%;
}

}

/* Medium screens: 576px to 767px */
@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (max-width: 767.98px) {
    .shop_page_wrapper .archive_sidebar_holder {
        position: fixed;
        right: -110%;
        top: 0;
        background: #fff;
        z-index: 9999;
        padding: 30px;
        width: 100%;
        transition: all 0.6s;
        box-shadow: 0 0 12px #00000057;
        -webkit-box-shadow: 0 0 12px #00000057;
        -moz-box-shadow: 0 0 12px #00000057;
        height: 100%;
        overflow-y: auto;
    }

    .shop_page_wrapper .archive_sidebar_holder.active {
        right: 0;
        transition: all 0.3s linear;
    }
}

@media (min-width: 768px) {

    .archive_faq_holder .faq_title {
        font-size: 32px;
        margin-bottom: 35px;
    }
    .plp_opt_holder .woocommerce-result-count{
}
    .plp_opt_holder .woocommerce-ordering{
    width: 45%;
}
    .plp_opt_holder .woocommerce-ordering select{
    font-size: 16px;
}

}

/* Large screens: 768px to 991px */
@media (min-width: 768px) and (max-width: 991.98px) {
    .archive_faq_holder {
        margin-top: 50px;
    }

}

@media (min-width: 992px) {
    .shop_page_wrapper .main_content_wrapper {
        margin-top: 30px;
    }

    .plp_opt_holder .woocommerce-ordering select {
        width: 100%;
    }

    .shop_page_wrapper .archive_product_item {
        margin-bottom: 60px;
    }

.shop_page_wrapper .products_list_holder {
    margin-top: 30px;
}
.plp_opt_holder .woocommerce-result-count{
    width: 10%;
}





}

/* Extra large screens: 992px to 1199px */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .plp_opt_holder .catalog_order_inline{
        width: 77%;
        padding: 15px 10px;
    }
    .plp_opt_holder .catalog_order_inline .order_label{
        margin-left: 10px;
    }
    .plp_opt_holder .catalog_order_inline .order_links{
        gap: 7px;
    }

}

/* Extra extra large screens: 1200px and up */
@media (min-width: 1200px) {
    .plp_opt_holder .woocommerce-ordering{
    width: 35%;
}
}

/* --------------------------------------------------------------------
   Pagination (BEM-friendly styling)
   -------------------------------------------------------------------- */
.shop_page_wrapper .woocommerce-pagination,
.shop_page_wrapper .plp-pagination {
    margin: 30px 0 10px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.shop_page_wrapper .woocommerce-pagination .page-numbers,
.shop_page_wrapper .plp-pagination__list {
    display: inline-flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.shop_page_wrapper .woocommerce-pagination .page-numbers li,
.shop_page_wrapper .plp-pagination__item {
    display: inline-flex;
}

.shop_page_wrapper .woocommerce-pagination .page-numbers a,
.shop_page_wrapper .woocommerce-pagination .page-numbers span,
.shop_page_wrapper .plp-pagination__link {
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid var(--color1);
    background: var(--color5);
    color: var(--text1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    transition: all 0.2s ease-in-out;
}

.shop_page_wrapper .woocommerce-pagination .page-numbers a:hover,
.shop_page_wrapper .plp-pagination__link:hover {
    border-color: var(--color1);
    color: var(--color1);
    transform: translateY(-2px);
}

.shop_page_wrapper .woocommerce-pagination .page-numbers .current,
.shop_page_wrapper .plp-pagination__link--current {
    background: var(--color1);
    color: var(--color5);
    border-color: var(--color1);
}

.shop_page_wrapper .woocommerce-pagination .page-numbers .dots,
.shop_page_wrapper .plp-pagination__link--dots {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    color: var(--text1);
    cursor: default;
}

@media (max-width: 575.98px) {
    .shop_page_wrapper .woocommerce-pagination .page-numbers,
    .shop_page_wrapper .plp-pagination__list {
        gap: 6px;
    }

    .shop_page_wrapper .woocommerce-pagination .page-numbers a,
    .shop_page_wrapper .woocommerce-pagination .page-numbers span,
    .shop_page_wrapper .plp-pagination__link {
        min-width: 38px;
        height: 40px;
        font-size: 14px;
    }
}
