.layout-collections {
  background-color: #F9F9F9; }
  .layout-collections .breadcrumb-shop {
    background-color: transparent; }
  .layout-collections .collection-banner {
    padding-top: 20px; }
  .layout-collections .bg-white-aside-cate {
    padding: 40px 0; }
  .layout-collections .aside-cate-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
    .layout-collections .aside-cate-heading h3 {
      font-size: 64px;
      font-weight: 300;
      color: var(--shop-color-main);
      text-transform: uppercase;
      margin: 0; }
  .layout-collections .col-cate-slider.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100%/3);
    width: calc(100%/3); }
    @media (min-width: 992px) {
      .layout-collections .col-cate-slider.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100%/8);
        width: calc(100%/8); } }
  .layout-collections .col-cate-slider .col-cate-item {
    border-radius: 8px;
    background: #FCF8F0;
    text-align: center;
    padding: 20px 0; }
    .layout-collections .col-cate-slider .col-cate-item a img {
      aspect-ratio: 1;
      width: auto;
      height: auto;
      object-fit: contain; }
    .layout-collections .col-cate-slider .col-cate-item a span {
      margin: 20px 0 0;
      color: #666;
      font-size: 18px;
      font-weight: 300;
      display: block; }
  .layout-collections .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-head p {
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--shop-color-main);
    margin: 0 0 32px; }
  .layout-collections .section-collection {
    margin-top: 32px; }
  .layout-collections .main-container .toolbar-products {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px; }
    .layout-collections .main-container .toolbar-products .head-title .count {
      font-size: 16px;
      font-weight: 300; }
    .layout-collections .main-container .toolbar-products .product-sort {
      position: relative; }
      .layout-collections .main-container .toolbar-products .product-sort .title {
        border-radius: 4px;
        background: #F2F2F2;
        margin: 0;
        padding: 11px 17px;
        cursor: pointer; }
        .layout-collections .main-container .toolbar-products .product-sort .title .text {
          display: none; }
        .layout-collections .main-container .toolbar-products .product-sort .title .icon {
          padding-left: 10px; }
      .layout-collections .main-container .toolbar-products .product-sort .sort-by-content {
        background: #fff;
        border: 1px solid var(--shop-color-border);
        border-top: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        top: calc(100% + 10px);
        z-index: 999;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        padding: 5px 10px;
        min-width: 180px; }
        .layout-collections .main-container .toolbar-products .product-sort .sort-by-content li {
          position: relative;
          cursor: pointer;
          padding: 4px 10px 4px 25px; }
          .layout-collections .main-container .toolbar-products .product-sort .sort-by-content li::before {
            content: "";
            position: absolute;
            left: 5px;
            top: 10px;
            margin: auto;
            z-index: 1;
            width: 12px;
            height: 6px;
            border: 1.5px solid var(--shop-color-main);
            border-top-style: none;
            border-right-style: none;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            -webkit-transform: rotate(-45deg) scale(0, 0);
            -moz-transform: rotate(-45deg) scale(0, 0);
            -ms-transform: rotate(-45deg) scale(0, 0);
            -o-transform: rotate(-45deg) scale(0, 0);
            transform: rotate(-45deg) scale(0, 0); }
          .layout-collections .main-container .toolbar-products .product-sort .sort-by-content li.active::before, .layout-collections .main-container .toolbar-products .product-sort .sort-by-content li:hover::before {
            -webkit-transform: rotate(-45deg) scale(1, 1);
            -moz-transform: rotate(-45deg) scale(1, 1);
            -ms-transform: rotate(-45deg) scale(1, 1);
            -o-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1); }
      .layout-collections .main-container .toolbar-products .product-sort:hover .sort-by-content {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
  .layout-collections .main-container .banner-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
    .layout-collections .main-container .banner-wrapper img {
      transition: transform 0.3s ease;
      width: 100%;
      height: auto; }
    .layout-collections .main-container .banner-wrapper .banner-overlay-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      text-decoration: none; }
    .layout-collections .main-container .banner-wrapper:hover img {
      transform: scale(1.02); }
  .layout-collections .collection-tab-style .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; }
    .layout-collections .collection-tab-style .section-title h3 {
      font-size: 30px;
      font-weight: 300;
      margin: 0;
      text-transform: uppercase; }
    .layout-collections .collection-tab-style .section-title .sectionHeading-action {
      display: flex;
      gap: 50px;
      align-items: center; }
  .layout-collections .collection-tab-style .menu-col {
    display: flex;
    gap: 10px;
    margin-bottom: 30px; }
    .layout-collections .collection-tab-style .menu-col li a {
      display: block;
      border-radius: 3px;
      background: #FCF8F0;
      padding: 10px 20px;
      color: #494949;
      font-weight: 400; }
      .layout-collections .collection-tab-style .menu-col li a.active, .layout-collections .collection-tab-style .menu-col li a:hover {
        background-color: #9F5D2F;
        color: #fff; }
  @media (min-width: 992px) {
    .layout-collections .collection-tab-style .tab-result .tab-pane .col-product-tab-slider, .layout-collections .collection-tab-style .tab-result .tab-pane .col-product-tab-material-slider {
      overflow: visible; } }
  .layout-collections .collection-tab-style .tab-result .tab-pane .col-product-tab-slider.swiper:not(.swiper-initialized, .swiper-initialized) .swiper-wrapper .swiper-slide, .layout-collections .collection-tab-style .tab-result .tab-pane .col-product-tab-material-slider.swiper:not(.swiper-initialized, .swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100%/2);
    width: calc(100%/2); }
    @media (min-width: 992px) {
      .layout-collections .collection-tab-style .tab-result .tab-pane .col-product-tab-slider.swiper:not(.swiper-initialized, .swiper-initialized) .swiper-wrapper .swiper-slide, .layout-collections .collection-tab-style .tab-result .tab-pane .col-product-tab-material-slider.swiper:not(.swiper-initialized, .swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100%/4.1);
        width: calc(100%/4.1); } }
  .layout-collections .collection-desc {
    background-color: #fff; }
    @media (min-width: 1200px) {
      .layout-collections .collection-desc .container-fluid {
        padding-left: 200px;
        padding-right: 200px; } }
    .layout-collections .collection-desc__info {
      position: relative;
      overflow: hidden;
      transition: max-height 0.3s ease-in-out; }
      .layout-collections .collection-desc__info.collapsed {
        max-height: 200px; }
        .layout-collections .collection-desc__info.collapsed:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 50px;
          background: linear-gradient(transparent, rgba(255, 255, 255, 0.9));
          pointer-events: none; }
      .layout-collections .collection-desc__info.expanded {
        max-height: none; }
        .layout-collections .collection-desc__info.expanded:after {
          display: none; }
    .layout-collections .collection-desc .collection-desc__view {
      background: #FCF8F0;
      border: 1px solid var(--shop-color-main);
      color: var(--shop-color-main);
      text-transform: none;
      cursor: pointer;
      margin: 0; }

/*SIDEBAR*/
.checkbox-list li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 40px;
  cursor: pointer; }

.checkbox-list li label {
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 0; }

.checkbox-list input[type='checkbox'], .checkbox-list input[type='radio'] {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0;
  vertical-align: top;
  width: 24px;
  height: 24px;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.checkbox-list input[type='checkbox']:after, .checkbox-list input[type='radio']:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #cedadd;
  cursor: pointer;
  border-radius: 2px; }

.checkbox-list input[type='checkbox']:before, .checkbox-list input[type='radio']:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  margin: auto;
  z-index: 1;
  width: 10px;
  height: 5px;
  border: 2px solid #ffffff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0); }

.checkbox-list input[type='checkbox']:checked:after, .checkbox-list input[type='radio']:checked:after {
  background: var(--shop-color-main); }

.checkbox-list input[type='checkbox']:checked:before, .checkbox-list input[type='radio']:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1); }

.checkbox-list li:hover {
  color: var(--shop-color-main); }

.checkbox-list li:hover input[type='checkbox']:after {
  border-color: var(--shop-color-main); }

.filter-inner .filter-head {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px; }

.filter-inner .filter-head p {
  margin: 0; }

.filter-inner .layered_filter_title {
  text-transform: uppercase; }

.filter-inner .layered_filter_title .title_filter {
  margin: 0;
  font-weight: 600;
  font-size: 14px; }

.filter-inner .layered_filter_title .title_filter .icon-filter {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
  .filter-inner .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 30px;
    fill: #909097;
    stroke: #909097;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

.filter-inner .layered_filter_container {
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.filter-inner .layered_filter_container .layered_filter_group {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%; }

.filter-inner .filter_group:not(:last-child) {
  border-bottom: 1px solid #B8B6AF;
  margin: 0 0 15px;
  padding-bottom: 15px; }

.filter-inner .filter_group .filter_group_block {
  position: relative; }

.filter-inner .filter_group .filter_group-subtitle {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  padding: 0;
  cursor: pointer; }

.filter-inner .filter_group .filter_group-subtitle:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  height: 8px;
  width: 8px;
  border-color: #666;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s ease;
  display: none; }

.filter-inner .filter_group .filter_group-subtitle:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='7' viewBox='0 0 14 7' fill='none'%3E%3Cpath d='M1 0.800049L7 5.80005L13 0.800049' stroke='%232B2B2B' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 0.800049L7 5.80005L13 0.800049' stroke='%23151515' stroke-opacity='0.2' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 0.800049L7 5.80005L13 0.800049' stroke='%23151515' stroke-opacity='0.2' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 0.800049L7 5.80005L13 0.800049' stroke='%23151515' stroke-opacity='0.2' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 0.800049L7 5.80005L13 0.800049' stroke='%23151515' stroke-opacity='0.2' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  text-align: center;
  transform: rotate(0);
  transition: .3s all linear; }

.filter-inner .filter_group .filter_group-subtitle.action-group:after {
  transform: translateY(-50%) rotate(225deg);
  bottom: -10px; }

.filter-inner .filter_group .filter_group-subtitle.action-group:before {
  transform: rotate(180deg); }

.filter-inner .filter_group .filter_group-content {
  padding: 15px 0 0; }

.filter-current {
  margin-bottom: 40px;
  display: none; }
  .filter-current .filter-subtitle {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px; }
  .filter-current .list-tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 15px 0 0 0;
    color: #5d5d5d;
    font-size: 13px;
    display: none;
    padding: 2px 10px 3px 24px; }
    .filter-current .list-tags .filter_tags span.filter_tags_remove {
      position: absolute;
      left: 4px;
      top: 4px;
      width: 16px;
      height: 16px;
      cursor: pointer; }
      .filter-current .list-tags .filter_tags span.filter_tags_remove svg {
        width: 16px;
        height: 16px;
        vertical-align: inherit; }
    .filter-current .list-tags .filter_tags.opened {
      display: block; }
    .filter-current .list-tags .filter_tags.filter_tags_remove_all {
      cursor: pointer;
      border: 0;
      padding: 2px 5px; }
      .filter-current .list-tags .filter_tags.filter_tags_remove_all span {
        color: var(--shop-color-main);
        border-bottom: 1px solid var(--shop-color-main); }
  @media (min-width: 992px) {
    .filter-current.is-show {
      display: block; } }
  @media (max-width: 991px) {
    .filter-current.is-show.is-mb {
      display: block; }
    .filter-current .filter-subtitle {
      font-size: 18px; } }

.checkbox-sortby li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 25px; }
  .checkbox-sortby li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    border-radius: 2px;
    cursor: pointer; }
  .checkbox-sortby li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0); }
  .checkbox-sortby li.active:after {
    background: var(--shop-color-main); }
  .checkbox-sortby li.active:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }

.filter-price__value {
  text-align: center;
  display: none; }
  .filter-price__value #smooth-steps-values {
    background: #f5f5fa;
    padding: 10px 35px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600; }

.filter-price__range {
  padding: 40px 22px 45px 12px; }

.filter-price .noUi-target {
  height: 6px;
  background: #e5e5e5;
  border: 0;
  box-shadow: none; }

.filter-price .noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  right: -10px;
  top: -7px;
  border-radius: 10px;
  border-color: #000;
  cursor: e-resize; }
  .filter-price .noUi-horizontal .noUi-handle:before, .filter-price .noUi-horizontal .noUi-handle:after {
    display: none; }

.filter-price .noUi-connect {
  background: #333333; }

.filter-price .noUi-value-horizontal {
  font-size: 13px;
  font-weight: 500; }

.filter-price .noUi-tooltip {
  font-size: 12px;
  padding: 2px 5px;
  background-color: #f2f2f2; }

.filter-price .noUi-marker-horizontal.noUi-marker-large {
  height: 10px;
  margin-left: 0; }

.filter-color .checkbox-list li {
  margin: 0 14px 15px 0;
  line-height: normal;
  float: left;
  padding: 0; }

.filter-color .checkbox-list li label {
  border: 1px solid #eaeaea;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  float: left;
  position: relative;
  font-size: 0 !important;
  margin-left: 0;
  margin-bottom: 0; }

.filter-color .checkbox-list input[type="checkbox"] {
  display: none; }

.filter-color .checkbox-list input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 8px;
  height: 6px;
  width: 12px;
  z-index: 99;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.filter-color .checkbox-list input[type="checkbox"]:checked + label {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px var(--shop-color-border); }

.filter-size2 .checkbox-list {
  display: flex;
  flex-wrap: wrap; }
  .filter-size2 .checkbox-list li {
    margin: 0 14px 15px 0;
    line-height: normal;
    padding: 0; }
  .filter-size2 .checkbox-list li label {
    border: 1px solid #eaeaea;
    min-width: 45px;
    min-height: 45px;
    border-radius: 4px;
    padding: 0 15px;
    position: relative;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 500;
    cursor: pointer; }
    .filter-size2 .checkbox-list li label:hover {
      background: #000;
      color: #fff; }
  .filter-size2 .checkbox-list input[type="checkbox"] {
    display: none; }
  .filter-size2 .checkbox-list input[type="checkbox"]:checked + label {
    background: #000;
    color: #fff; }

.tree-menu li a {
  padding: 5px 5px 5px 0;
  color: #666;
  line-height: 26px;
  font-size: 12px; }

.tree-menu > li > a {
  color: var(--shop-color-text);
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px; }

.tree-menu li.has-child ul {
  display: none; }

.tree-menu li.has-child:first-child ul {
  display: block; }

.tree-menu li.has-child > ul {
  padding-left: 15px; }

.tree-menu li a .icon-control {
  font-size: 8px;
  position: relative;
  top: -2px; }
  .tree-menu li a .icon-control svg {
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s; }

.tree-menu li.menu-uncollapsed .icon-control svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.filter-footer {
  display: none; }

.product-filter-mb {
  display: none; }

@media (min-width: 992px) {
  .sticky-sidebar {
    top: 70px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  .sticky-gallery, .sticky-info {
    top: 30px;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  body.scroll-body-up .sticky-gallery, body.scroll-body-up .sticky-info {
    top: 80px; } }

/*RESPONSIVE*/
@media (max-width: 991px) {
  .layout-collections .collection-banner {
    padding-top: 12px; }
  .layout-collections .aside-cate-heading {
    justify-content: center;
    margin-bottom: 24px; }
    .layout-collections .aside-cate-heading h3 {
      font-size: 26px; }
  .layout-collections .bg-white-aside-cate {
    padding: 40px 0 24px; }
  .layout-collections .col-cate-slider .col-cate-item {
    padding: 16px 0; }
    .layout-collections .col-cate-slider .col-cate-item a img {
      width: 48px;
      height: 48px; }
    .layout-collections .col-cate-slider .col-cate-item a span {
      font-size: 14px;
      margin-top: 12px; }
  .layout-collections .section-collection {
    margin-top: 24px; }
    .layout-collections .section-collection .toolbar-products {
      margin-bottom: 24px; }
      .layout-collections .section-collection .toolbar-products .product-sort .title {
        padding: 7.5px 14.5px; }
      .layout-collections .section-collection .toolbar-products .product-sort .sort-by-content {
        min-width: 100%; }
  .layout-collections .collection-tab-style .section-title h3 {
    font-size: 28px;
    text-align: center; }
  .layout-collections .collection-tab-style .menu-col {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto hidden;
    width: 100%; }
  .layout-collections .collection-tab-style .sectionHeading-action {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 24px 0 0; }
    .layout-collections .collection-tab-style .sectionHeading-action .swiper-arrow {
      margin-top: 0; }
  /*SIDEBAR*/
  .product-filter-mb {
    display: block; }
    .product-filter-mb p {
      margin: 0; }
  .filter-content {
    display: none;
    position: fixed;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1010;
    overflow: hidden; }
    .filter-content .filter-inner {
      position: absolute;
      height: 100%;
      width: 85%;
      max-width: 480px;
      background: #ffffff;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      flex-direction: column;
      -webkit-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
      display: flex;
      flex-wrap: nowrap;
      overflow: hidden; }
    .filter-content .filter-head {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      padding: 12px 15px;
      background: #fff;
      color: #000;
      font-size: 22px;
      border-bottom: 1px solid var(--shop-color-border); }
      .filter-content .filter-head .btn-filter-close svg {
        width: 17px;
        height: 100%;
        margin: 0 auto;
        cursor: pointer; }
    .filter-content .filter-options {
      flex: 1 1 auto;
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      padding: 10px 15px 10px;
      border-bottom: 1px solid var(--shop-color-border); }
    .filter-content .filter-footer {
      padding: 10px 5px 12px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .filter-content .filter-footer .btn-filter {
        display: block;
        position: relative;
        padding: 10px 15px;
        margin: 0 6px;
        border-radius: 2px;
        -ms-flex: 0 0 calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        outline: none;
        cursor: pointer; }
      .filter-content .filter-footer .btn-filter-apply {
        color: #ffffff;
        background-color: var(--shop-color-main);
        border: 1px solid var(--shop-color-main); }
      .filter-content .filter-footer .btn-filter-clear {
        color: #000000;
        background-color: #f3f4f6;
        border: 1px solid #e5e7eb; }
    .filter-content.show-filter .overlays-rgba {
      pointer-events: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: rgba(0, 0, 0, 0.5); }
    .filter-content.show-filter .filter-inner {
      pointer-events: auto;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
  .filter-price__value {
    display: block;
    padding-right: 15px; }
  .filter-price__range {
    padding: 20px 22px 50px 12px; }
  .filter-price .noUi-tooltip {
    display: none; }
  .filter-price .noUi-value-horizontal:nth-child(4) {
    padding-right: 55px; }
  .filter-size .checkbox-list li {
    margin: 0 8px 8px 0; }
  .filter-color .checkbox-list li {
    margin: 0 8px 8px 0; }
  .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter-head p {
    margin: 0;
    font-size: 26px; }
  .sidebar-left .sticky-sidebar .filter-content .filter-inner .filter_group .filter_group-subtitle {
    font-size: 16px; }
  .sidebar-left .sticky-sidebar .filter-content .filter-inner .checkbox-list li label {
    font-size: 14px; } }
