.archive-intro {
    padding-top: 48px;
}

.archive-intro.child-term {
    background: linear-gradient(120deg, rgba(20, 36, 56, 1) 0%, rgba(11, 64, 110, 1) 20%, rgba(20, 36, 56, 1) 59%, rgba(20, 36, 56, 1) 87%, rgba(11, 64, 110, 1) 100%);
    margin-bottom: 32px;
    padding-bottom: 48px;
}

.intro-head {
    display: flex;
    text-align: right;
    gap: 36px;

}

.intro-head>img {
    margin-bottom: -170px;
}

.child-term.archive-intro.with-img {
    margin-bottom: 154px;

}

.intro-head .section-title {
    align-self: center;
    margin-bottom: 0;
    padding-top: 22px;
}

.wrap-order {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 13px 17px;
    border: 1px solid #D7E1EB;
    flex: 0 0 100%;
    margin-bottom: 18px;
}

.widget-sort-product {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item-sort {
    position: relative;
}

li.item-sort.chosen a {
    color: var(--color2);
}

li.item-sort:hover a {
    color: var(--color2);
}

.woocommerce-widget-sort-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.item-sort a {
    font-size: 12px;
    line-height: 20px;
    color: var(--color1);
}

.widget-title-sort {
    display: flex;
    align-items: center;
    color: var(--color1);
    font-size: 14px;
    line-height: 20px;
}

.widget-title-sort i {
    font-size: 24px;
    margin-left: 8px;
    color: var(--color3);
}

.count-product {
    color: var(--color1);
    font-size: 14px;
}

.count-product span:first-child {
    font-size: 18px;
}

.woocommerce-ordering-mobile {
    border: none;
    box-shadow: 0px 6.31px 37.84px 0px #99999933;
    background: #fff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    flex: 0 0 100%;
}

.woocommerce-ordering-mobile .orderby {
    display: block;
    width: 100%;
    background: #fff;
    height: 60px;
    padding-right: 10px;
    color: #272829;
    font-family: inherit;
    margin: 0;
    border: none;
}

.woocommerce-ordering-mobile i {
    position: absolute;
    color: var(--color1);
    font-size: 21px;
    top: 21px;
    right: 19px;
}

.form-check.custom-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    background: #DDC8AF59;
    margin-bottom: 14px;
}

.form-check.custom-checkbox .form-check-label {
    background: #FFFFFF;
    height: 50px;
    color: var(--color1);
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0 14px;
    border-radius: 8px;
}

.form-check.custom-checkbox .form-check-input {
    display: none;
}

.form-check.custom-checkbox span.checkmark {
    width: 36px;
    height: 20px;
    background-color: #E0E0E1;
    border-radius: 2.5rem;
    cursor: pointer;
    position: relative;
}

.form-check.custom-checkbox span.checkmark::after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    left: 2px;
    top: auto;
    bottom: 50%;
    position: absolute;
    transform: translateY(50%);
}

.form-check.custom-checkbox span.checkmark.checked {
    background-color: #E0B3A2;
}

.form-check.custom-checkbox span.checkmark.checked::after {
    background-color: #fff;
    left: 100%;
    right: 2px;
}

.widget_layered_nav_filters {
    background: #DDC8AF4D;
    padding: 20px;
    margin-bottom: 14px;
}

.widget_layered_nav_filters .widget-title {
    margin-bottom: 10px;
}

.widget_layered_nav_filters ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.widget_layered_nav_filters ul li a {
    height: 40px;
    min-width: 72px;
    background: var(--color1);
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 5px 10px 5px 14px;
}

.widget_layered_nav_filters ul li a:after {
    content: "\e918";
    font-family: 'icomoon';
    font-size: 11px;
}

.widget_layered_nav_filters ul li a:hover {
    background: var(--color2);
}

.widget_layered_nav {
    overflow: hidden;
    background: linear-gradient(180deg, #DDC8AF 45px, rgba(119, 108, 94, 0) 45px);
    border: 1px solid #DDC8AF;
    padding: 14px;
    margin-bottom: 14px;
}

.widget_layered_nav .widget-title {
    display: flex;
    align-items: center;
    line-height: 30px;
    margin: 0;
    justify-content: space-between;
    padding: 10px 20px;
    z-index: 0;
    transition: .4s;
    background: #FFFFFF33;
    backdrop-filter: blur(20px);
    border-radius: 8px;
    position: relative;
    font-size: 16px;
    color: var(--color1);
    cursor: pointer;
}

.widget.widget-side.widget_product_categories li.cat-item .cat-title {
    position: relative;
}

.widget.widget-side.widget_product_categories li.cat-item .cat-title .caticon {
    font-size: 0.75rem;
    width: 28px;
    height: 28px;
    color: var(--color2);
}

.widget.widget-side.widget_product_categories li.cat-item {
    padding: 0.25rem;
}

.widget-side.widget_product_categories ul.product-categories {
    padding-bottom: 1rem;
}

.price_slider_wrapper .ui-slider .ui-slider-handle:before {
    content: '\e904';
    font-family: icomoon;
    font-size: 8px;
    color: #fff;
}

.price_slider_wrapper .ui-slider .ui-slider-handle:last-child::before {
    transform: rotate(-180deg);
}

.price_slider_wrapper .ui-slider .ui-slider-handle:hover {
    background: var(--color2);
}

.price_slider_wrapper {
    position: relative;
    margin-top: 35px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    position: relative;
    height: 8px;
    margin: 18px 18px 65px 5px;
    background: #66686933;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 8px;
    background-color: var(--color1);
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--color1);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    z-index: 2;
    width: 20px;
    height: 20px;
    cursor: ew-resize;
    outline: 0;
    top: -6px;
    margin-left: -5px;
    background: var(--color1);
    border-radius: 6px;
    position: absolute;
    transition: all 0.4s;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#sidebar-shop .widget.woocommerce-widget-layered-nav:not(.widget-size-filter) ul li a {
    color: var(--color1);
    position: relative;
    display: flex;
    font-size: 14px;
    line-height: 1;
    padding: 14px 0;
    align-items: center;
    width: 100%;
    gap: 4px;
    position: relative;
}

#sidebar-shop .widget.woocommerce-widget-layered-nav ul li a:hover {
    color: var(--color2);
}

.price_label .from,
.price_label .to {
    position: absolute;
    color: #252525;
    font-size: 12px;
    top: 34px;
    visibility: visible;
    line-height: 12px;
}

.price_label .to {
    right: 0;
}

.price_label .from {
    left: 0;
}

.price_slider_amount {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 14px;
}

.price_input_amount_wrap .input--wrapper {
    position: relative;
    max-height: 40px;
}

.price_input_amount_wrap {
    margin-top: 12px;
}

.price_input_amount_wrap .input--wrapper:before {
    content: 'تومان';
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    color: #8E8E8E;
}

input#min_price,
input#max_price {
    display: block !important;
    border-radius: 12px;
    border: 1px solid #4D4E5066;
    background: #fff;
    min-height: 52px;
    padding: 7px 12px 0;
    color: #272829;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;

}

.price_slider_amount label {
    display: block;
    color: #34353699;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 5px;
}


.price_slider_amount>button {
    margin: 6px auto 0;
}

.price_slider_amount .row-btn {
    margin-top: 12px;
}

#max_price:focus,
#min_price:focus {
    border: 1px solid var(--color2);
}

.woocommerce-widget-layered-nav:not(.widget-size-filter) a::before {
    content: "";
    background-color: #fff;
    width: 16px !important;
    height: 16px !important;
    transition: 0.3s;
    border-radius: 3px;
    border: 1.5px solid #DDC8AF
}

li.woocommerce-widget-layered-nav-list__item.chosen a:before,
li.woocommerce-widget-layered-nav-list__item a:hover:before,
li.woocommerce-widget-layered-nav-list__item a.is-selected:before {

    background-color: #DDC8AF
}


.widget-title .caticon {
    color: var(--color1);
    font-size: 11px;
    display: flex;
    align-items: center;
    transition: 0.4s ease;
    line-height: 1;
}

.widget-title .caticon.active {
    color: var(--color1);
    transform: rotate(180deg);
    transform-origin: center;
}

.widget-title:hover .caticon {
    color: var(--color2);
}

form.woocommerce-ordering .orderby-list button.selected,
.widget.widget-side.widget_ordering button:hover,
.widget.widget-side.widget_ordering button.selected {
    color: var(--color2);
}

.term-item {
    border: 1px solid #EBEBEB;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 9px;
    position: relative;
}

.term-item::before {
    content: '';
    width: 24px;
    height: 24px;
    background: #2DB67E1A;
    border-radius: 50px;
    position: absolute;
    bottom: 21px;
    right: 12px;
}

.term-item img {
    max-width: 36px;
    max-height: 36px;
}

.term-title {
    color: #313131;
    font-size: 16px;
    font-family: var(--main_font);
    line-height: 28px;
    min-height: 56px;
    display: flex;
    align-items: center;
}

.tag-link-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tag-link-list .tag-link {
    background: var(--color1);
    color: #fff;
    padding: 3px 14px;
    font-size: 12px;
}

.tag-link-list .tag-link:hover {
    background: var(--color2);
}

.section-tag-links {
    margin-bottom: 24px;
}

.section-cat.archive-intro {
    padding-bottom: 56px;
}

.archive-description {
    margin: 64px 0 88px;
}

.archive-content {
    border: 1px solid #E9EAEB;
    padding: 32px 24px;
}

.orderby__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 5px;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.widget-title.main-widget i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E21F261A;
    color: var(--color1);
    border-radius: 50%;
}

.more-tax-desc {
    margin-top: 20px;
    color: var(--color2);
    display: flex;
    align-items: center;
    gap: 6px;
}

.more-tax-desc:hover {
    color: var(--color1);
}

.widget-title.main-widget .caticon {
    left: 16px;
}

.widgetArrow {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -4px;
    top: 8px;
    transition: 0.4s ease;
    width: 20px;
    height: 20px;
    font-size: 9px;
    transform: rotate(90deg);
    color: #272829;
}

.cat-item .widgetArrow {
    top: 11px;
}

.widgetArrow:hover {
    color: var(--color2);
}

.widgetArrow:before {
    content: '\e92c';
    font-family: icomoon;
    transform: rotate(-90deg);
    display: inline-block;
}

.widgetArrow.active {
    transform: rotate(-90deg);
    color: var(--color1);
}

.sidebar-inner {
    padding: 24px 16px 24px;
}

.sidebar-inner .widget {
    margin-bottom: 12px;
}

.sidebar-inner .widget-side:last-child {
    margin-bottom: 0 !important;
}

.sidebar-inner .widget-title h4 {
    font-family: var(--main_font);
}

.widget-title .title {
    pointer-events: none;
}



form.woocommerce-order-form {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 4px;
    font-size: 16px;
}






.checkbox {
    font-size: 16px;
    font-family: var(--main_font);
    line-height: 32px;
    color: #252525;
    position: relative;
    display: flex;
    align-items: center;
}






.sidebar-inner .widget-side:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(102, 104, 105, 0.2);
}

.sidebar-inner .widget-side.widget_product_categories {
    padding-bottom: 0;
}

.woocommerce-ordering-mobile {
    position: relative;
    width: calc(100% - 80px);
}

.navigation-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.woocommerce-ordering-mobile .orderby {
    display: block;
    width: 100%;
    height: 66px;
    color: #212121;
    font-family: inherit;
    appearance: none;
    -moz-appearance: none;
    background: rgb(255 196 54 / 22%);
    padding: 18px 70px 18px 30px;
    border-radius: 6px;
    border: none;
}

.stuck-switch-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.woocommerce-ordering-mobile i {
    position: absolute;
    color: #212121;
    font-size: 23px;
    top: 14px;
    right: 14px;
    pointer-events: none;
    z-index: 1;
    clip-path: polygon(25% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0 25%);
    width: 42px;
    height: 38px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-ordering-mobile::after {
    content: '\e916';
    font-family: icomoon;
    transform: rotate(0deg);
    font-size: 13px;
    display: inline-block;
    z-index: 0;
    transition: 0.4s;
    position: absolute;
    left: 17px;
    top: 19px;
    pointer-events: none;
    color: var(--color1)
}



#sidebar-shop .widget.woocommerce-widget-layered-nav ul {
    list-style: none;
    margin: 0;
    background: #DDC8AF33;
    padding: 16px;
    margin-top: 11px;
}

.widget-size-filter ul.woocommerce-widget-layered-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.widget-size-filter li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1.5px solid #DDC8AF;
    border-radius: 3px;
    transition: 0.4s ease;
    font-size: 14px;
    padding-top: 6px;
}

.widget-size-filter li a:hover,
.widget-size-filter li.chosen a {
    border-color: var(--color1);
}

#sidebar-shop .widget.woocommerce-widget-layered-nav:not(.widget-size-filter) ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #FFFFFFCC;
}

#sidebar-shop .widget.woocommerce-widget-layered-nav ul li:last-child {
    border-bottom: 0;
}



#sidebar-shop .widget.woocommerce-widget-layered-nav ul li.chosen a,
#sidebar-shop .widget.woocommerce-widget-layered-nav ul li:hover a {
    color: var(--color1);
}

.wc-filter-actions {
    display: flex;
    gap: 11px;
}

.filter-btn {
    border-radius: 0;
    flex-grow: 1;
}

.filter-btn:hover i {
    transform: rotate(0);
}

.price_slider_amount>.price_label {
    font-size: 0;
}

.sidebar-banner {
    display: block;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease;
}

.sidebar-banner img {
    width: 100%;
    border-radius: 1.5rem;
}


.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.page-numbers {
    width: 100%;
}


.page-numbers li {
    margin: 0 8px;
}

.page-numbers li a,
.page-numbers li span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #DDC8AF;
    background: #EDE1D4;
    line-height: 1;
    font-size: 16px;
    color: var(--color1);
    transition: 0.4s ease;
    border-radius: 12px;
    padding-top: 4px;
}

.page-numbers li span,
.page-numbers li a:hover {
    background: #DDC8AF;
    color: var(--color1);

}

.page-numbers li .next.page-numbers,
.page-numbers li .prev.page-numbers {
    font-size: 30px;
    border: none;
    background: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
}

/* .page-numbers li .prev.page-numbers {
	margin-left: 15px;
}
.page-numbers li .next.page-numbers {
	margin-right: 15px;
} */
.page-numbers li .next.page-numbers:hover,
.page-numbers li .prev.page-numbers:hover {
    filter: drop-shadow(0px 0px 3px #DDC8AF);
}

.sticky-buttons {
    display: none;
}

.woocommerce-error {
    background: rgba(227, 30, 36, 0.10);
    border-color: rgba(227, 30, 36, 0.30);
    color: #8A0D12;
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    backdrop-filter: blur(6px);
}



@media screen and (max-width: 1199.99px) {
    .count-product {
        display: none;
    }
}

@media screen and (max-width: 991.99px) {
    #footer {
        padding-bottom: 4rem;
    }

    #sidebar-shop {
        box-shadow: 0px 6.31px 37.84px 0px #99999933;
        border-radius: 0;
        padding: 96px 24px 16px;
        width: 300px;
        position: fixed;
        z-index: 11;
        background: #fff;
        right: -100%;
        top: 0;
        max-height: 100%;
        overflow: auto;
        transition: 0.4s ease;
    }

    #sidebar-shop.active {
        right: 0;
    }

    .sticky-buttons {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1;
        height: 80px;
        display: flex;
        align-items: center;
        transition: 0.4s ease;
        box-shadow: 4px 0px 4px 0px #00000040;
    }

    .shop-buttons {
        display: flex;
        gap: 9px;
    }

    .shop-buttons .button {
        border-radius: 0;
        flex-grow: 1;
    }

    .shop-buttons .button i {
        transform: none;
    }

    .wc-filter-actions {
        display: flex;
        gap: 11px;
        position: sticky;
        bottom: -17px;
        background: #fff;
        padding: 10px 0;
    }
}

@media screen and (max-width: 767.99px) {
    .section-tag-links .section-title {
        text-align: center;
    }
    .intro-head {
        gap: 16px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .intro-head>img {
        margin-bottom: 0;
    }

    .child-term.archive-intro.with-img {
        margin-bottom: 36px;
        padding-bottom: 24px;
    }

    #sidebar-shop {
        padding: 78px 24px 16px;
    }

    .mobile-widget-sort {
        background: #FFFFFF;
        border-radius: 16px 16px 0 0;
        padding: 24px 32px 28px;
        position: fixed;
        bottom: -100%;
        right: 0;
        left: 0;
        z-index: 11;
        transition: 0.4s ease;
    }

    .mobile-widget-sort.active {
        bottom: 0
    }

    .mobile-widget-sort .woocommerce-widget-sort-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .mobile-widget-sort .item-sort:before {
        background: #FFFFFF;
        width: 18px;
        content: '';
        height: 18px;
        border: 1px solid #DDC8AF;
        display: inline-block;
        border-radius: 3px;
        margin-left: 4px;
        vertical-align: -6px;
    }

    .mobile-widget-sort .item-sort a {
        font-size: 16px;
        line-height: 20px;
        color: var(--color1);
    }

    .mobile-widget-sort .item-sort.chosen:before {
        background: #DDC8AF;
    }

    .mobile-widget-sort .widget-title-sort {
        font-size: 20px;
        margin-bottom: 12px;
        line-height: 32px;
        position: relative;
    }

    .mobile-widget-sort .close-sort {
        width: 32px;
        height: 32px;
        border-radius: 10px;
        background: var(--color1);
        color: #fff;
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
    }
}

@media screen and (min-width: 992px) {

    .sidebar-inner {
        padding: 12px 21px;

    }

    .sidebar-wrap {
        margin-bottom: 24px;
        overflow: hidden;
    }

    .archive-content {
        max-width: 80%;
        margin: 0 auto;
    }

    .archive-description {
        margin: 80px 0 104px;
    }
}

@media screen and (min-width: 1200px) {
    #sidebar-shop.active {
        box-shadow: none;
    }

    #sidebar-shop .sidebar-close {
        display: none;
    }


    #sidebar {
        position: unset;
        right: auto;
        overflow-y: unset;
        background: transparent;
    }

    #sidebar .sidebar-close {
        display: none;
    }
}

#sidebar-shop .widget.woocommerce-widget-layered-nav ul li .count {
    display: none !important;
}



@media screen and (max-width:768px) {
    .shop-cards .product-hr {
        display: flex;
        gap: 0.5rem;
    }

    .shop-cards .product-hr .product-link img {
        height: 100%;
    }

    .shop-cards .product-hr .product-link {
        flex: 0 0 35%;
        max-width: 35%;
        position: relative;
    }

    .shop-cards .product-hr .product-info {
        height: auto;
        flex: 0 0 60%;
        max-width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;

    }

    .shop-cards .product-hr.product-item {
        min-height: auto;
        margin-bottom: 0;
    }

    .shop-cards .product-hr.product-item .product-color-swatches {
        position: unset;
        gap: 6px;
        margin-top: auto;
        flex-direction: row;
        margin-right: 20px;
    }

    .shop-cards .product-hr.product-item .product-color-swatch {
        margin-right: -20px;
    }

    .shop-cards .product-hr.product-item .product-color-more {
        color: #fff;

        margin-right: -26px;
        margin-top: -16px;
    }

    .shop-cards .product-hr.product-item .on-sale {
        display: none;
    }

    .shop-cards .product-hr.product-item .product-item-price {
        margin-top: 10px;
    }

    .shop-cards .product-hr.product-item .product-image {
        margin-bottom: 0;
    }
}

/* sidebar mobile */
#sidebar-0 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    background: #fff;
    z-index: 999;
    transition: 0.3s;
    width: 100%;
    border-top: 8px solid #CDF4F0;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
}

#sidebar-0.active {
    right: 0;
}

.widget.widget-side.widget_ordering {
    position: relative;
    padding-top: 12px;
}

form.woocommerce-ordering .orderby-list button,
.widget.widget-side.widget_ordering button {
    background: transparent;
    border: none;
    font-family: inherit;
    padding: 0.25rem;
    font-size: 14px;
    width: 100%;
    text-align: right;
    transition: 0.3s
}

form.woocommerce-ordering ul.orderby-list {
    margin-top: 12px;
}

form.woocommerce-ordering {
    display: none;
}

.sidebar-mobile-filsor .woocommerce-ordering {
    display: block;
    background: #fff;
    right: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
    width: 100%;
    bottom: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    z-index: 2;
    max-height: 290px;
    overflow: auto;
    margin: 0 0 0 -1px;
    left: 0;
    border-radius: 6px;
    border: 1px solid var(--color1);
    padding: 10px;
}

.orderby-form:hover .woocommerce-ordering {
    visibility: visible;
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width:1199.99px) {
    .sidebar-shop-mobile {
        position: fixed;
        z-index: 5;
        bottom: 0;
        width: 100%;
        background: linear-gradient(90deg, #2A2A86 0%, #12123B 100%);
        padding: 1rem;
    }

    .sidebar-shop-mobile-inner {
        position: relative;
    }

    .sidebar-shop-mobile::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/pattern.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.03;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

    .sidebar-mobile-checkbox {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }

    .sidebar-mobile-filsor {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        justify-content: space-between;
    }

    .sidebar-mobile-filsor>span {
        flex: 0 0 49%;
        padding: 2px 6px;
    }

    .sidebar-mobile-filsor span {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #414142;
        background-color: #fff;
        width: 100%;
        border-radius: 6px;

        cursor: pointer;
        position: relative;
    }

    .sidebar-mobile-filsor span i {
        color: var(--color1);
    }

    .sidebar-mobile-filter {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 5555555;
        background-color: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 1rem;
        overflow-y: scroll;
        right: -100%;
        overflow-x: hidden;
        transition: right 0.3s ease-in-out;
    }

    .mobile-filter-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: var(--color2);
        color: #fff;
        font-size: 1.125rem;
        width: 100%;
        padding: 1rem;
        border-radius: 6px;
    }

    .sidebar-shop-mobile .widget-title {
        position: relative;
    }

    .sidebar-shop-mobile-inner .widget-title .caticon {
        top: 0;
    }

    .woocommerce-widget-layered-nav-list li {
        position: relative;
    }


}

@media screen and (max-width:992px) {}