
.woocommerce ul.products li.product {
    padding: 7px !important
}


.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 49%;
    border-radius: 10px;
    height: 300px;
    overflow: hidden;
    margin-left: 0;
    margin-bottom: 9px;
    transition-duration: .1s;
}

.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n+1), .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n+1) {
    margin-left: 6px;
}


.woocommerce ul.products:not(.list) li.product {
    animation-name: swichmode;
    animation-duration: .7s
}

.woocommerce ul.products:not(.list) li.product:first-child {
    animation-name: none
}


.top-category-archive-page h2 {
    font-size: 14px;
    margin: 10px 13px 0 0;
    color: var(--text-light)
}

.top-category-archive-page .swiper-slide ul {
    padding: 10px 15px;
    line-height: 2
}

.top-category-archive-page .swiper-slide li a {
    color: #666;
    font-size: 12px
}

.page-template ul.jcaa_attr_select li, .archive ul.jcaa_attr_select li, .post-type-archive ul.jcaa_attr_select li {
    margin: 0
}
.archive ul.jcaa_attr_select li span {
    padding: 0;
    width: 15px;
}


.variations ul.jcaa_attr_select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    font-size: 10px;
    text-align: left;
    padding: 10px 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: calc(100vw - 110px);
}

.jcaa_active_attr .jcaa_attr_option div {
    border: 1px solid
}

.jcaa_attr_option div {
    width: 20px;
    height: 20px;
    border-radius: 25px
}

.ngr-filter-product-button {
    text-align: right;
    font-size: 22px;
    width: 50%;
    padding: 10px 0;
    border: 1px solid var(--ngr-gray);
    border-left: 0;
    padding-right: 15px;
}
.ngr-filter-product-button span {
    text-align: right;
    font-size: 11px;
    padding: 5px 0;
    vertical-align: top;
    line-height: 26px;
    margin-right: 15px;
}
.woocommerce .woocommerce-ordering::before {
    content: "\f160";
    font-family: 'Font Awesome 5 Pro';
    text-align: center;
    font-size: 22px;
}

.ngr-filter-product-button.close {
    background-color: var(--primary);
    color: #fff;
    animation: pulse 2s infinite;
    transform: scale(0.7)
}

.product-filter-modal .ngr_filter:last-child {
    margin-bottom: 130px
}

.product-filter-modal {
    position: fixed;
    background-color: var(--light-element-bg);
    z-index: -1;
    left: 0;
    right: 0;
    visibility: hidden;
    overflow-y: auto;
    max-height: 85vh;
    transition-duration: .3s;
    bottom: 0;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 -4px 15px rgba(51, 51, 51, 0.19);
    padding: 10px 25px 105px
}

.product-filter-modal.open {
    z-index: 99;
    visibility: visible;
    animation: slideUpLarge .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.product-filter-modal:not(.open) {
    animation: slideDownLarge .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.ngr-filter-product-button.close .fa-sliders-h::before {
    content: "\f00d";
    color: #fff
}

.woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 0;
    left: 15px;
    background-color: var(--primary);
    color: var(--text-inbox);
    font-size: 10px;
    border-radius: 0 0 15px 15px;
    margin: 0;
    padding: 0
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 2;
    -webkit-box-orient: vertical;
    max-height: 58px
}


.woocommerce-products-header {
    text-align: center;
    background-color: var(--night-element-bg);
    padding: 1px;
    margin-top: -8px;
}

h1.woocommerce-products-header__title.page-title {
    font-size: 16px;
    color: var(--text-night);
    margin: 10px 15px;
}

.active-filter .widget_layered_nav_filters {
    padding: 7px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 20px
}

.active-filter .widget_layered_nav_filters h2 {
    font-size: 12px;
    font-weight: 400
}

.active-filter .widget_layered_nav_filters ul li {
    font-size: 12px;
    margin: 10px;
    border: 1px solid #ddd;
    padding: 6px 15px;
    border-radius: 6px
}

.ui-widget-content {
    background-color: #fff;
    border: 1px double #ddd;
    border-radius: 1em
}

.ui-slider-horizontal {
    height: 4px
}

.ui-slider {
    position: relative;
    text-align: right;
    margin: 20px .5em
}

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

.ui-slider-handle {
    background-color: #fff;
    border: 2px solid #aaa;
    width: 13px;
    height: 13px;
    cursor: auto;
    transition-duration: .3s;
    top: -6px;
    position: absolute;
    z-index: 2;
    border-radius: 1em;
    outline: 0;
    margin-left: -.5em;
    background-color: #fff;
    border: 2px solid var(--primary);
    width: 26px;
    height: 26px;
    cursor: auto;
    transition-duration: .1s;
    top: -13px;
    box-shadow: inset 0 0 5px var(--primary);
}

.product-filter-modal .ngr_filter .price_slider_wrapper .price_label {
    text-align: center;
    direction: rtl;
    margin-top: 20px
}

.product-filter-modal .ngr_filter {
    margin-bottom: 45px
}

.product-filter-modal .ngr_filter h2 {
    font-size: 15px;
    margin-bottom: 30px
}

.wc-layered-nav-rating .star-rating {
    float: right
}


.product-filter-modal .ngr_filter > ul {
    padding-right: 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    position: relative;
    padding: 9px 7px
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
    padding: 5px 25px 5px 5px
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background-position: -193px -81px;
    border: 1px solid #d4dbde;
    border-radius: 2px
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 12px;
    width: 12px;
    height: 11px;
    border: 1px solid #fff;
    border-radius: 1px;
    background-color: #1ca2bd
}

.product-filter-modal .ngr_filter .price_slider_wrapper .price_label {
    text-align: center;
    direction: rtl;
    margin-top: 20px
}

.product-filter-modal .ngr_filter .price_slider_wrapper button {
    width: 30%;
    display: block;
    margin: 0 auto;
    background-color: var(--secondry);
    color: #fff;
    font-weight: 400;
    border-radius: 25px
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    border-radius: 1em;
    outline: 0;
    margin-left: -.5em
}

.view-mode {
    float: left;
    padding: 4px 8px;
}

.theme-negar.woocommerce .woocommerce-ordering, .theme-negar.woocommerce-page .woocommerce-ordering {
    margin-right: 0 !important;
    width: 50%;
    height: 53px;
    padding: 10px 0;
    border: 1px solid var(--ngr-gray);
    text-align: center;
    float: right;
}

.view-mode i.active {
    color: var(--text-light);
    opacity: unset;
}

.view-mode i {
    font-size: 20px;
    vertical-align: middle;
    padding: 5px;
    color: #86868b;
    opacity: 0.3;
}

.woocommerce ul.products li.product a img {
    transition-duration: .3s;
    max-width: 180px;
    margin: 0 auto;
}

.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    background-color: var(--light-element-bg);
}


.woocommerce .woocommerce-ordering select {
    font-family: inherit;
    padding: 5px 0;
    font-size: 11px;
    border: 0;
    text-indent: 5px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiM2NjY2NjYiLz4KICA8L2c+Cjwvc3ZnPgo=) !important;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto;
    background-color: transparent;
    color: var(--text-light);
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    direction: ltr;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--primary);
    color: var(--text-inbox);
    border-radius: 5px;
    box-shadow: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    float: unset;
    margin: 3px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 1.8;
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
    background-color: var(--light-element-bg);
}


ul.products li.product a.added_to_cart.wc-forward {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    background-color: var(--secondry);
    color: #fff;
    padding: 10px;
    z-index: 9;
    text-align: center;
    border-radius: 15px 0 0
}

.term-description {
    text-align: justify;
    padding: 10px 35px
}

li.product.type-product.outofstock img {
    filter: blur(1px);
}

.theme-negar li.outofstock a.avn-loop-add-to-cart:before {
    content: '\f00d';
}


.theme-negar li.outofstock a.avn-loop-add-to-cart:before {
    content: '\f00d';
}

.theme-negar li.outofstock a.avn-loop-add-to-cart {
    background-color: #c2c2c2;
}


.woocommerce .woocommerce-ordering select {
    padding: 5px 0 5px 0;
    background-image: unset !important;
    width: 75%;
}
.woocommerce .woocommerce-ordering select::-ms-expand{
    display: none;
}

.post-type-archive-product .whatsapp-btn-fix {
    bottom: 120px;
    right: 6px;
    width: 45px;
    height: 45px;
}

@keyframes swichmode {
    from {
        filter: opacity(0)
    }

    to {
        filter: opacity(1)
    }
}


a.ngr-filter-product-button .fa-times {
    position: absolute;
    z-index: 99999;
    left: 30px;
    background-color: red;
    color: #fff;
    border-radius: 100%;
    padding: 10px;
    width: 42px;
    text-align: center;
}

ul.products .countdown-left {
    position: absolute;
    right: 0;
    left: 70px;
    top: 0;
    height: 24px;
    background-color: rgba(224, 50, 78, 0.15);
    color: #e0324e;
    padding-top: 1px;
    border-radius: 6px 0 0 6px;
}
ul.products .countdown-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
ul.products .countdown-period {
    display: none;
}
ul.products .countdown-section {
    border: 0 !important;
    margin: 0 2px;
}
ul.products .countdown-section:before {
    content: ':';
    margin-left: 4px;
}
ul.products .countdown-section.secs:before {
    content: '';
}

.page-description {
    padding: 24px 18px;
}

.woocommerce-subcategories > ul {
    padding-right: 0;
    margin-top:12px
}

.woocommerce-subcategories .subcategory {
    width: 140px;
    background-color: var(--ngr-gray);
    border-radius: 12px;
    padding: 12px 0;
    margin-left: 12px;
    text-align: center;
}

.woocommerce-subcategories .subcategory img {
    max-height: 85px;
    mix-blend-mode: multiply;
}

[data-theme="dark"] .woocommerce-subcategories .subcategory img {
    mix-blend-mode: normal;
}

.woocommerce-subcategories .subcategory h3 {
    text-align: center;
    margin-top: 16px;
    font-size: 13px;
}