/** Shopify CDN: Minification failed

Line 278:52 Expected ":"

**/
.collections-section {
    overflow: hidden;
}

.collection-heading {
    margin-bottom: 20px;
}

.collection-item {
    width: 100%;
    flex: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 0;
    transition: all .5s ease-in-out;
}

.collection-item .media_wrapper {
    border-radius: 20px;
}

.collection-item.is-selected {
    z-index: 1;
}

.collection-item.is-selected .shop-now {
    opacity: 1;
}

.shop-now {
    position: absolute;
    top: 30px;
    right: -30px;
    background-color: var(--body_alternate_bg);
    padding: 12px;
    z-index: 1;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.shop-now::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--body_text_color_xlight);
    border-radius: 50%;
    transform: scale(1.2);
}


/* Drawer Style  */

.collection-filter-wrapper {
    /* border-bottom: 1px solid rgb(var(--borderColor)); */
    padding: 12px 0 12px;
}

.collection-filter-wrapper [data-filter-label="Color"]+.collection-filter-item {
    padding-top: 15px;
}
.col-filter-item-wrap ul {
  max-height: 300px;
  overflow-y: scroll !important;
}
.col-filter-item-wrap {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.col-filter-item-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  height: 20px;
  background: linear-gradient(0deg, rgba(235,235,235,0) 0%, rgba(235,235,235,0.2) 100%);
}
.col-filter-item-wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  height: 20px;
  background: linear-gradient(0deg, rgba(235,235,235,0.2) 0%, rgba(235,235,235,0) 100%);
}

.col-filter-item-wrap ul li:last-child {
  margin-bottom: 10px;
}


.collection-filter-wrapper .checkbox-input {
  border: 1px solid black;
  border-radius: 3px;
}


.collection-filter-title {
    position: relative;
    display: flex;
    font-size: 13px;
    font-weight: 600;
}

.collection-filter-icon {
    margin-left: auto;
    transition: all 0.4s ease;
    color: rgb(var(--textColor));
}

.collection-filter-icon svg {
    width: 11px;
    height: auto;
}

.collection-filter-wrapper[open] .collection-filter-icon {
    transform: rotate(180deg);
}

.collection-box {
    position: relative;
}

.slideshow-section+.collection-box .collection-contents {
    padding-top: 70px;
}

.count-numb {
    margin-left: auto;
}

.collection-filter-value {
    display: flex;
    flex-wrap: wrap;
}

.collection-filter-value .filter-hand-icon {
    font-size: 13px;
    padding-right: 10px;
}

.product-filter-active {
    padding: 10px 40px;
}

.btn.applynow {
    background-color: var(--button_sec_color);
    color: var(--button_sec_bg);
}


/* Colllection page Css */

.collection-wrapper {
    --sidebar-minwidth: 300px;
    position: relative;
}

.collection-contents {
  width: 100%;
}
.collection-contents .row {
  /*width: calc(100% - 300px);*/
  max-width: 1110px;
  width: 100%;
}

.joii-col-row-container {
  display: flex;
  justify-content: center;
}
.collection-filter-sidebar-details {
  margin-right: 20px;
}
.joii-toggle-filters-wrapper {
  padding-left: unset !important;
}

.filter-inner-box {
    height: 100%;
    overflow-y: auto;
    /*background: rgb(var(--alternateBackground));*/
    background: white;
    border: 1px solid rgb(229,229,229);
    border-radius: 15px;
}


/* Sub Categories */

.sub-categories-main {
    padding: 20px 0;
    background: rgb(var(--alternateBackground));
}

.sub-categories-item {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 5px;
}

.sub-categories-card {
    display: grid;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgb(var(--background));
    box-shadow: 0 1px 2px #2428351a;
    grid-template-columns: 0.4fr 1fr;
    gap: 10px;
}

.sub-categories-img {
    border-radius: var(--imageRadius);
    overflow: hidden;
    border: 1px solid rgb(var(--borderColor));
    position: relative;
    width: 100%;
}

.sub-categories-cont .hyperlink svg {
    margin-left: 4px;
}


/* sortby Details */

.filter-sortby-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-top: 20px;
}

.Product-result {
    display: inline-block;
    opacity: 0.5;
}

.collection-sortby-wrapper {
    position: relative;
    /*padding: 22px 22px 15px;*/
}

.collection-sortby-inner {
    position: relative;
}

.collection-sortby-wrapper .collection-sortby-detail .custom-checkbox {
    padding-left: 0px;
}

.select-sortby-value {
    display: inline-block;
    padding: 8px 25px 8px 12px;
    background-color: rgb(var(--alternateBackground));
    border-radius: 8px;
    border: 1px solid rgb(var(--inputBorder));
    font-size: var(--smallText);product-card-wrapper
    position: relative;
    width: 100%;
    margin: 15px 0 0;
    /*min-height: 44px;*/
    min-height: 25px;
    display: flex;
    align-items: center
}

.select-sortby-value svg {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    opacity: .5;
    width: 9px;
    height: 6px;
    transition: all .5s ease;
}

.collection-sortby-detail {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgb(var(--alternateBackground));
    box-shadow: 0 10px 25px #0000001a;
    border-radius: 0 0 6px 6px;
}

.collection-sortby-detail .custom-checkbox label {
    margin: 0;
    display: block;
    font-size: var(--smallText);
    color: rgb(var(--textColor));
    padding: 8px 12px;
}

input.checkmark-input[checked]+label {
    background: rgb(var(--background));
}

.collection-sortby-detail .custom-checkbox:hover label {
    background: rgb(var(--background));
}

.collection-sortby-inner[open] svg {
    transform: rotate(180deg) translateY(50%);
}

.filter-drawer-title {
    display: flex;
    align-items: center;
}

.filter-drawer-title span {
    margin-right: 9px;
}

.filter-drawer-title span svg {
    width: 15px;
    height: auto;
}


/* .color-option .variant-option .option:after {
    width: 0;
    height: 0;
} */

.filter-drawer-form {
    padding: 0 22px 22px;
    height: calc(100% - 120px);
    overflow-y: auto;
}

span.collection-filter-icon svg path {
    opacity: 0.4;
}

.product-card-main .section-heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}

.section-header .header {
    box-shadow: 0px 10px 8px -15px rgba(0, 0, 0, 0.5);
}

.applied__filters {
    display: flex;
    flex-wrap: wrap;
}

.product-card-wrapper .applied__filters {
    margin: 0 0 15px 0;
}

.product-card-main {
    padding: 0 20px 35px;
}

.applied__filter-link {
    display: inline-flex;
    align-items: center;
    font-size: var(--smallText);
    background: #fff;
    border-radius: 6px;
    margin-bottom: 8px;
    margin-right: 8px;
    text-align: center;
    position: relative;
    padding: 6px 10px;
    border: 1px solid #CFD9E0;
    color: var(--textColor);
}

.applied__filter-link span {
    display: inline-block;
    margin-right: 5px;
    line-height: 1;
}

.header-nav .navigation-wrapper {
    padding: 0 0 0 7px;
}

.applied__filter-link.clear_filter {
    background: var(--filter_clear_bg);
}

.product-options.color-option .product-selector-option-list {
    display: flex;
}

.collection-card .collection-img img {
    width: 100%;
    display: block;
}

.collection_detail {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
}

.collection-card {
    position: relative;
}

.collection-contents .promotion-card {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: var(--productRadius);
}

.promotion-card-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    right: 0;
    left: 0;
    background: rgba(var(--opacityColor), var(--backgroundOpacity));
    max-height: 100%;
    overflow: auto;
}

.promotion-card-desc {
    padding-top: 6px;
}

.collection_products .product-card-item {
    padding: 0;
    margin-bottom: 20px;
}

.infinte-scroll.laod-more {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px 0 0 0;
}

.price-range-value {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    margin-top: 20px;
    margin-bottom: 8px;
}

.price-range-value .field {
    width: 100%;
}

.price-range-value .field input {
    text-align: left;
    font-size: var(--text);
    border-radius: 50px;
    max-width: 90%;
    background: transparent;
    border: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    color: var(--inputColor);
}

.price-range-value .field input::placeholder {
    color: var(--inputColor);
}

.filter-currency {
    margin-right: 5px;
    color: var(--inputColor);
}

.price-range-value .field-wrapper {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid rgb(var(--inputBorder));
    border-radius: 100px;
}

.priceslider-range-bar {
    position: absolute;
    width: 100%;
    height: 3px;
    top: -3px;
    background: none;
    border: 0;
    padding: 0;
    min-height: auto;
    margin: 0;
    pointer-events: none;
    -webkit-appearance: none;
}

.sr-slider {
    height: 3px;
    position: relative;
    background: #ddd;
    margin-top: 20px;
}

.sr-slider .progress {
    background: #399935;
    position: absolute;
    display: block;
    height: 100%;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #399935;
    width: 20px;
    height: 20px;
}

.mall-slider-handles {
    position: relative;
}

.collection-banner-image {
    height: var(--mainBannerHeight);
    position: relative;
}

.collection-banner-image .media_wrapper {
    height: 100%;
}

.collection-banner-image .media_wrapper img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sidebar_filters_disabled .collection-contents {
    margin-left: 0;
    width: 100%;
}

.collection-banner-image:before {
    content: "";
    background: rgba(var(--opacityColor), var(--backgroundOpacity));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.collection-page-banner {
    position: relative;
}

.collection-page-banner .section-description {
    padding: 10px 0 0 0;
}

.collection-page-banner .section-description p {
    color: rgb(var(--collectionContent));
}

.collection_shown {
    padding-bottom: 0 !important;
}

.product-card-wrapper {
    padding-bottom: 50px;
}

.collection-contents .product-selector-option {
    padding-bottom: 0;
}

.collection-list-topbar {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: rgb(var(--textColor));
    color: rgb(var(--background));
    padding: 15px 10px;
    z-index: 6;
    left: 0;
    box-shadow: 0 4px 14px #00000040;
    transition: .4s ease;
}

.nav-open .collection-list-topbar {
    z-index: 2;
}

.collection-list-filtersbar {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
}

.collection-list-filtersbar .filterby {
    flex-grow: 1;
    text-align: center;
}

.collection-list-filtersbar .sortby {
    flex-grow: 1;
    text-align: center;
}

.filterby-box .filter-item {
    display: block;
    color: rgb(var(--background));
}

.filter-icon svg {
    fill: currentColor;
    vertical-align: middle;
    margin: 0;
}

.filter-icon {
    margin-right: 10px;
}

.filter-drawer-form .collection-filter-wrapper:last-child {
    border-bottom: 0;
}

.applied__filter-link svg {
    display: block;
}

.filter-close-mobile {
    display: none;
}


/* .collection-filter-sidebar .color-option .variant-option {
	margin-bottom: 5px;
	width: 26px;
	height: 26px;
	min-width: 26px;
	padding: 4px;
	margin-right: 5px;
} */

.promotion-card-image {
    background: var(--background);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: var(--cardRadius) var(--cardRadius) 0 0;
}

.product-card-wrapper>.container {
    padding-top: 50px;
    max-width: 100%;
}

.page-banner-content-box+.container {
    padding-top: 0;
}

.filter-drawer-head {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(var(--borderColor));
    margin-bottom: 10px;
}

.collection-sortby-item+.collection-sortby-item {
    border-top: 1px dashed rgb(var(--borderColor));
}

@media (min-width: 768px) {
    .filter-drawer-head {
        padding: 25px 0px;
    }
    .sub-categories-item {
        width: 25%;
        flex: 0 0 25%;
    }
    .product-card-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/* formerly min 1025px */
@media (min-width: 1441px) {
    .searchbar-main-box {display: none;}
    /* .collection-contents {
        margin-left: var(--sidebar-minwidth);
        width: calc(100% - var(--sidebar-minwidth));
    } */
    .collection-filter-sidebar {
        left: 0;
        /*background-color: rgb(var(--alternateBackground));*/
        max-width: var(--sidebar-minwidth);
        min-width: var(--sidebar-minwidth);
        position: sticky;
        top: calc(var(--dynamicheaderHeight, 0px) + 0px);
        padding-bottom: 20px;
        border-right: 1px solid rgb(var(--borderColor));
        border-bottom: 1px solid rgb(var(--borderColor));
    }
    .collection-filter-sidebar-details {
        height: 100%;
    }
    .collection-list-topbar {
        display: none;
    }
    .collection-wrapper {
        display: flex;
        /* gap: 30px; */
    }
    .sub-categories-main {
        padding: 20px 20px;
    }
}

@media (min-width: 1200px) {
    .sub-categories-main {
        padding: 20px 20px;
    }
    .product-card-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .sub-categories-item {
        width: 20%;
        flex: 0 0 20%;
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    .collection-contents .promotion-card .section-title {
        padding: 15px 20px;
    }
}
/* formerly max 1024px */
@media (max-width: 1440px) {
    .product-card-wrapper {
        padding-bottom: 20px;
    }
    .collection-filter-sidebar {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        visibility: hidden;
        transition: .2s ease;
        opacity: 0;
        pointer-events: none;
        display: flex;
        z-index: 99;
    }
    .collection-filter-sidebar.sidebar-visible {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }
    .collection-list-filtersbar .detail-expand {
        position: fixed;
        bottom: 0;
        top: unset;
        left: 0;
        width: 100%;
        background: rgb(var(--alternateBackground));
        padding: 20px 15px;
    }
    .collection-sortby-inner[open] .detail-expand {
        transform: translateY(0);
    }
    .collection-sortby-inner[open] .sortby-heading-box svg {
        transform: none;
    }
    .sortby-heading-box {
        display: flex;
        background: rgb(var(--background));
        padding: 12px 20px;
        border-radius: 8px;
        margin-bottom: 10px;
        justify-content: space-between;
        align-items: center;
    }
    .filter-close-mobile {
        width: 14px;
        height: 14px;
        cursor: pointer;
        display: block;
    }
    .collection-sortby-item .custom-checkbox.radio-box label {
        margin: 0;
        color: rgb(var(--textColor));
        width: 100%;
        padding: 8px;
        border-radius: 6px;
    }
    .collection-sortby-inner li.collection-sortby-item {
        padding: 0;
        margin: 0;
    }
    .collection-sortby-inner .custom-checkbox.radio-box {
        padding-left: 0;
    }
    .collection-sortby-wrapper {
        display: none;
    }
    .collection-filter-sidebar>.filter-close-mobile {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(var(--textColor));
        z-index: 0;
        opacity: .5;
    }
    .filter-inner-box {
        position: relative;
        z-index: 99;
        transform: translate(-100%);
        transition: .8s ease;
        width: 100%;
        max-width: 350px;
    }
    .filter-inner-box {
        transform: unset;
    }
    .filter-inner-box .color-option .variant-option {
        margin-bottom: 5px;
        width: 24px;
        height: 24px;
        min-width: 24px;
        padding: 4px;
        margin-right: 6px;
    }
    .collection-contents .promotion-card .section-title {
        padding: 15px 15px;
    }
    .filter-close-mobile svg {
        width: 100%;
        height: 100%;
    }
    .collection-sortby-inner[open] svg {
        transform: none;
    }
    .collection-list-filtersbar.sorting-true .filterby {
        border-right: 1px solid rgb(var(--background));
    }
}

@media screen and (max-width:767px) {
    .collection_products .product-card-item {
        margin-bottom: 10px;
    }
    .product-card-wrapper [data-collection-products] .col-6 {
        padding: 0 5px;
    }
    .product-card-wrapper [data-collection-products] {
        margin: 0 -5px;
    }
    .collection-contents .promotion-card .section-title {
        padding: 10px 10px;
    }
    .sub-categories-card {
        grid-template-columns: 0.3fr 1fr;
    }
    .product-card-wrapper>.container {
        padding-top: 20px;
    }
}


.page-banner.overlay-text .page-banner-content {overflow-y: visible;}
.page-banner-content-box {
  padding: unset !important;
}
.page-banner-title {
  font-weight: 700;
  padding: 0 50px;
  font-size: 40px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .page-banner-title {
    font-size: 22px;
    line-height: 22px;
  }
}

.joii-col-desktop-banner {display: block;}
.joii-col-mobile-banner {display: none;}
@media screen and (max-width: 500px) {
  .col-text-center-mobile {text-align: center;}
  .joii-col-desktop-banner {display: none;}
  .joii-col-mobile-banner {display: block;}
}
@media screen and (min-width: 501px) {
  .page-banner-content {max-width: 65%;}
}

@media screen and (min-width: 1441px) {
  .product-card-wrapper {
    padding: unset;
  }
  .product-card-wrapper>.container-md {
    padding: unset;
  }
}


@keyframes slideInRight {
  0% { transform: translateX(-200px); }
  90% { transform: translateX(-50); }
  95% { transform: translateX(-10); }
  100% { transform: translateX(0); }
}
@keyframes sidebarSlideInRight {
  0% { 
    transform: translateX(-200px); 
    opacity: 0;
  }
  90% { transform: translateX(-50); }
  95% { transform: translateX(-10); }
  100% { 
    transform: translateX(0); 
    opacity: 1;
  }
}

@media screen and (max-width: 1440px) {
  #Collection-filter-sidebar {
    width: 90%;
  }
  .filter-inner-box {
    border-radius: 0px 15px 15px 0px;
  }
  .sidebar-visible .filter-inner-box {
    transform: translateX(0);
    /*aniimation: slideInRight ease-out .5s;*/
  }
}

.joii-collection-filters {}
.collection-filter-item .sr-slider {display: none;}

.collection-sortby-wrapper {
  display: flex;
  gap: 1rem;
}
.collection-sortby-title {
  min-width: 160px;
}
.select-sortby-value {margin: unset !important;}
.collection-sortby-wrapper .heading-font {align-content: center;}



.joii-product-filter-bar {
  display: flex;
  /*align-items: center;*/
  align-items: flex-start;
  margin-left: 30px;
}
.joii-product-filter-bar-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.joii-product-filter-bar>*:not(span) {
  position: relative;
  /*padding: 22px 22px 15px;*/
}
.joii-product-filter-bar .applied__filters {margin: unset;}
.select-sortby-value.joii-toggle-filters {
  padding: 2px;
  cursor: pointer;
  gap: 5px;
}
.select-sortby-value.joii-toggle-filters span {
  padding: 6px 10px;
}
.collection-sortby-wrapper {
  padding: unset;
  align-items: center;
}

.joii-collection-bar-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.joii-product-filter-bar {
  font-size: var(--smallText);
  margin-top: 20px;
  gap: 20px;
}
.joii-repeat-filter {
  padding: 8px 12px;
  font-size: var(--smallText);
  background-color: rgb(var(--alternateBackground));
  border-radius: 8px;
  border: 1px solid rgb(var(--inputBorder));
}
.joii-repeat-filter-checkbox {background: #f9f9f9;}


#Collection-filter-sidebar {
  min-width: 0;
  width: 0;
  overflow: hidden;
  transition: width .8s ease;
  border: unset;
}
#Collection-filter-sidebar * {
  flex-wrap: nowrap;
  text-wrap: nowrap;
  overflow: hidden;
}
#Collection-filter-sidebar.active {
  width: 300px;
}
#joii-toggle-filters {}
#joii-filter-checkbox-repeat-and-save {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 15px;
  border: 1px solid #d1d1d1;
  cursor: pointer;
  padding: 2px;
  text-align: center;
  align-items: center;
}

.joii-repeat-filter {
  display: flex;
  gap: 1rem;
}
.joii-repeat-filter label {margin-bottom: unset;}

@media screen and (max-width: 1440px) {
  .joii-product-filter-bar {display: none;}
}

.joii-col-subcat {
  /*padding: 6px 10px;*/
  cursor: pointer;
  white-space: nowrap;
  text-wrap: nowrap;
  padding: 10px 20px;
  background:#344d80;
  color: #fff;
  border-radius: 10px;
  border-radius: 100vw;
  transition: all .4s ease;
  font-weight: 500;
  letter-spacing: -.01em;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 14px;
  line-height: 17px;
  flex: none;
}
.joii-col-subcat:hover {
  background: #2a6694;
}
.joii-col-subcategories {
  margin-top: 20px;
  display: flex;
  gap: 10px 20px;
  /*position: absolute;*/
  /*bottom: 10px;*/
  /*max-width: 100%;*/
  /*overflow-x: scroll;*/
  flex-wrap: wrap;
}
.joii-product-filter-bar {
  flex-wrap: nowrap;
  white-space: nowrap;
  text-wrap: nowrap;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

@keyframes slideInRight {
  0% { transform: translateX(-200px); }
  90% { transform: translateX(-50); }
  95% { transform: translateX(-10); }
  100% { transform: translateX(0); }
}
@keyframes sidebarSlideInRight {
  0% { 
    transform: translateX(-200px); 
    opacity: 0;
  }
  90% { transform: translateX(-50); }
  95% { transform: translateX(-10); }
  100% { 
    transform: translateX(0); 
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .joii-col-subcategories {
    flex-wrap: nowrap;
    flex: 0 0 auto;
    padding: 0 10px;
    animation: slideInRight ease-out .5s;
    gap: 10px;
  }
  .joii-collection-bar-wrapper {
    touch-action: pan-x;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    /*animation: slideInRight ease-in-out 1s;*/
  }
  .joii-col-subcat {
    flex: 0 0 auto;
    font-size: 12px;
  }
  
}

@media screen and (max-width: 1440px) {
  #Collection-filter-sidebar {
    width: 90%;
  }
  .filter-inner-box {
    border-radius: 0px 15px 15px 0px;
  }
  .joii-collection-filters .sidebar-visible .filter-inner-box {
    aniimation: slideInRight ease-out .5s;
  }
}