/*===== COLLECTION ========================================*/
.layout-collections .breadcrumb-shop {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .collection.main-container {
    padding-left: 30px; } }

.collection-alert-no {
  font-size: 14px;
  padding: 10px 0; }

.collection-alert-no p {
  margin: 0; }

.collection-banner {
  position: relative; }
  .collection-banner:before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.wrapper-breadcrumb .collection-banner img:not(.lazyloaded) {
  min-height: 220px; }

.wrapper-breadcrumb .collection-banner img {
  display: block;
  margin: auto; }

.wrapper-breadcrumb .collection-heading h1 {
  font-size: 42px;
  font-weight: 500;
  color: var(--shop-color-title);
  margin: 0; }

.collection-heading__content h1 {
  margin: 0;
  font-size: 24px; }

@media (max-width: 991px) {
  .collection-heading__content .heading-box {
    width: 50%; }
    .collection-heading__content .heading-box .filter-box:not(.noBorder) {
      position: relative;
      height: 38px;
      line-height: 36px;
      width: 100%;
      font-size: 13px;
      font-weight: 600;
      padding: 0 40px 0 10px;
      cursor: pointer;
      border: 1px solid var(--shop-color-border);
      border-radius: 0; } }

.collection-heading__content .heading-box .title-filter {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer; }

.collection-heading__content .heading-box svg {
  width: 16px;
  height: 16px;
  stroke: var(--shop-color-text);
  margin-left: 5px; }

@media (max-width: 991px) {
  .collection-heading__content .heading-sortbyfilter {
    width: 50%; } }

.collection-heading__content .collection-filter-tags {
  margin: 20px 0 50px; }
  @media (max-width: 991px) {
    .collection-heading__content .collection-filter-tags {
      margin: 20px 0 30px; } }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 10px 0;
    color: #5d5d5d;
    background: #fff;
    border: 1px solid #dadada;
    font-size: 13px;
    display: none;
    padding: 2px 32px 2px 10px; }
    .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.opened ~ .filter_tags {
      margin-left: 10px; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding: 2px 10px; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all span {
    color: var(--shop-color);
    border-bottom: 1px solid var(--shop-color); }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags span.filter_tags_remove {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: flex;
    display: -ms-flex; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.opened {
    display: inline-block; }

.collection-desc {
  position: relative;
  padding-bottom: 30px;
  margin-top: 12px; }
  .collection-desc__view {
    font-weight: 500;
    margin: 12px 0 0;
    display: none;
    padding: 30px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), #f8f8f8); }
    .collection-desc__view span {
      display: inline-block;
      padding: 5px 0;
      text-decoration: underline;
      cursor: pointer; }
  .collection-desc.is-expandable .collection-desc__view {
    display: block; }
  .collection-desc.is-expandable .collection-desc__info {
    height: 100px;
    overflow: hidden; }

.collection-heading .collection-heading__content .line-collection-content {
  border-bottom: 1px solid #dfe2e6;
  padding-top: 20px;
  padding-bottom: 20px; }

/*
   --------------------------------------------------------------------------------
   COLLECTION
   --------------------------------------------------------------------------------
*/
.layout-collections .section-collection {
  padding: 30px 0 40px; }

.layout-collections .toolbar-products {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  margin-bottom: 30px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative; }
  .layout-collections .toolbar-products.is-visible {
    align-items: flex-start; }
  .layout-collections .toolbar-products h1 {
    font-size: 22px;
    margin: 0;
    padding-right: 15px; }
  .layout-collections .toolbar-products .head-title {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (min-width: 992px) {
      .layout-collections .toolbar-products .head-title {
        max-width: calc(100% - 250px); } }
  .layout-collections .toolbar-products .product-sort {
    position: relative;
    margin-left: auto; }
    @media (max-width: 991px) {
      .layout-collections .toolbar-products .product-sort {
        width: 50%; } }
    .layout-collections .toolbar-products .product-sort .title {
      position: relative;
      font-size: 14px; }
      @media (max-width: 991px) {
        .layout-collections .toolbar-products .product-sort .title {
          font-size: 13px;
          display: block;
          width: 100%;
          margin: 0; } }
    .layout-collections .toolbar-products .product-sort .text {
      margin-left: 15px;
      min-width: 210px;
      min-height: 30px;
      line-height: 33px;
      border: 1px solid #e3e5e5;
      display: inline-block;
      border-radius: 2px;
      padding: 0 15px;
      background: #f1f2f2;
      color: var(--shop-color);
      font-weight: bold; }
      @media (max-width: 991px) {
        .layout-collections .toolbar-products .product-sort .text {
          min-width: 160px;
          min-height: 36px;
          line-height: 36px;
          margin-left: 4px;
          padding: 0 10px;
          width: auto;
          display: block;
          min-width: unset;
          border-radius: unset; } }
    .layout-collections .toolbar-products .product-sort .icon {
      position: absolute;
      right: 10px;
      top: calc(50% - 10px);
      fill: var(--shop-color); }
    .layout-collections .toolbar-products .product-sort .icon svg {
      display: block;
      width: 20px;
      height: 100%;
      margin: auto; }
    .layout-collections .toolbar-products .product-sort:hover .sort-by-content {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); }
  .layout-collections .toolbar-products .sort-by-content {
    position: absolute;
    width: 210px;
    top: calc(100% - 10px);
    right: 0;
    z-index: 9;
    background: #fff;
    border: 1px #dde1ef solid;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: transform 0.3s ease; }
    @media (max-width: 991px) {
      .layout-collections .toolbar-products .sort-by-content {
        width: 100%;
        right: -4px; } }
    .layout-collections .toolbar-products .sort-by-content li {
      position: relative;
      cursor: pointer;
      padding: 4px 10px 4px 0;
      font-size: 14px;
      color: var(--shop-color); }
      .layout-collections .toolbar-products .sort-by-content li:before {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        margin: auto;
        z-index: 1;
        width: 12px;
        height: 6px;
        border: 1.5px solid var(--shop-color);
        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 .toolbar-products .sort-by-content li:hover:before, .layout-collections .toolbar-products .sort-by-content 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); }

.layout-collections .collection-desctext {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e7e7e7; }

@media (max-width: 1199px) and (min-width: 992px) {
  .layout-collections .col-lg-cus5 {
    flex: 0 0 auto;
    width: 33.333333%; } }

@media (max-width: 991px) {
  .layout-collections .section-collection {
    padding: 15px 0 20px; }
  .layout-collections .toolbar-products .head-title {
    margin-bottom: 15px;
    width: 100%; }
  .layout-collections .toolbar-products h1 {
    font-size: 18px; }
  .layout-collections .toolbar-products .product-count {
    font-size: 13px; }
  .layout-collections .toolbar-products .sort-by-content li {
    font-size: 12px; } }

.checkbox-list li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 25px;
  cursor: pointer; }
  @media (max-width: 992px) {
    .checkbox-list li {
      line-height: 1.1; } }

.checkbox-list li label {
  cursor: pointer;
  color: var(--shop-color-title); }

.checkbox-list input[type='checkbox'],
.checkbox-list input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  vertical-align: top;
  width: 16px;
  height: 16px;
  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: 0;
  width: 16px;
  height: 16px;
  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: 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-list input[type='checkbox']:checked:after,
.checkbox-list input[type='radio']:checked:after {
  background: var(--shop-color); }

.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); }

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

.filter-inner .filter-head {
  font-size: 26px;
  font-weight: 700;
  color: var(--shop-color-title); }

.filter-inner .filter-head p {
  margin: 0;
  color: var(--shop-color-title);
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede; }

.filter-inner .layered_filter_title {
  text-transform: uppercase;
  color: var(--shop-color-title); }

.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 {
  /*
   .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_group-subtitle.action-group:after {
   transform: translateY(-50%) rotate(225deg);
   bottom: -10px;
   }
*/ }
  .filter-inner .filter_group .filter_group_block {
    position: relative; }
  .filter-inner .filter_group .filter_group-subtitle {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0 15px;
    cursor: pointer;
    border-bottom: 1px solid rgba(36, 36, 36, 0.15);
    color: var(--shop-color-title);
    font-family: var(--font-title-theme); }
    .filter-inner .filter_group .filter_group-subtitle:after {
      position: absolute;
      background-color: #799aa1;
      content: '';
      height: 3px;
      width: 50px;
      left: 0;
      bottom: -2px; }
    @media (max-width: 992px) {
      .filter-inner .filter_group .filter_group-subtitle {
        padding: 0;
        font-size: 14px;
        line-height: 45px; } }
  .filter-inner .filter_group .filter_group-subtitle:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 24px;
    height: 24px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(#000, #000), transparent;
    background-position: center;
    background-size: 50% 1px , 1px 50%;
    background-repeat: no-repeat; }
  .filter-inner .filter_group .filter_group-subtitle.action-group:before {
    background: linear-gradient(#000, #000), linear-gradient(#000, #000), transparent;
    background-position: center;
    background-size: 50% 1px , 1px 50%;
    background-repeat: no-repeat; }
  .filter-inner .filter_group .filter_group-content {
    padding: 10px 0; }
    .filter-inner .filter_group .filter_group-content .checkbox-list {
      padding-top: 10px; }

.filter-current {
  margin-bottom: 40px;
  display: none; }
  .filter-current .filter-subtitle {
    font-size: 15px;
    font-weight: 700;
    color: var(--shop-color);
    margin-right: 15px;
    white-space: nowrap; }
  .filter-current .list-tags {
    display: flex;
    flex-flow: wrap;
    gap: 7px 0;
    /*@media (max-width: 992px) {flex-wrap: wrap;} */ }
  .filter-current .list-tags .filter_tags {
    position: relative;
    font-size: 13px;
    display: none;
    padding: 6px 30px 6px 6px;
    margin-right: 7px;
    border: 1px solid #e3e5e5;
    border-radius: 2px;
    background: #f1f2f2;
    color: var(--shop-color);
    white-space: nowrap;
    overflow-x: auto;
    min-height: 35px; }
    @media (max-width: 992px) {
      .filter-current .list-tags .filter_tags {
        margin-top: 7px; } }
    .filter-current .list-tags .filter_tags::-webkit-scrollbar {
      width: 0;
      height: 0; }
    .filter-current .list-tags .filter_tags span.filter_tags_remove {
      position: absolute;
      right: 4px;
      top: 8px;
      width: 14px;
      height: 14px;
      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: 6px 15px;
      text-align: center; }
      .filter-current .list-tags .filter_tags.filter_tags_remove_all span {
        color: var(--shop-color);
        border-bottom: 1px solid var(--shop-color); }
  @media (min-width: 992px) {
    .filter-current.is-show {
      width: 100%;
      display: flex;
      /*align-items: center;*/ } }
  @media (max-width: 991px) {
    .filter-current {
      order: 9;
      width: 100%;
      margin-bottom: 0; }
    .filter-current.is-show {
      display: block; }
      .filter-current.is-show + .filter-content {
        top: calc(100% - 55px); }
    .filter-current .filter-subtitle {
      font-size: 18px;
      display: none; } }

.checkbox-sortby li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 25px; }
  .checkbox-sortby li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    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); }
  .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: flex;
  gap: 5px; }

.filter-price__range {
  padding: 20px 12px 25px 5px; }

.filter-price .noUi-target {
  height: 3px;
  background: var(--shop-color);
  border: 0;
  box-shadow: none !important; }

.filter-price .noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  right: -10px;
  top: -6px;
  border-radius: 0;
  border: 2px solid var(--shop-color);
  cursor: e-resize;
  background: white; }
  .filter-price .noUi-horizontal .noUi-handle:before, .filter-price .noUi-horizontal .noUi-handle:after {
    display: none; }

.filter-price .noUi-connect {
  background: var(--shop-color); }

.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-price .noUi-handle {
  box-shadow: none !important; }

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

.filter-color .checkbox-list li label {
  border: 1px solid #eaeaea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  float: left;
  position: relative;
  font-size: 0;
  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: 50%;
  left: 50%;
  height: 9px;
  width: 18px;
  z-index: 99;
  border: 2px solid white;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

.filter-size .checkbox-list {
  display: flex;
  flex-wrap: wrap; }
  .filter-size .checkbox-list li {
    margin: 0 5px 5px 0;
    line-height: normal;
    padding: 0; }
  .filter-size .checkbox-list li label {
    border: 1px solid #eaeaea;
    min-width: 40px;
    min-height: 40px;
    border-radius: 4px;
    padding: 0 5px;
    position: relative;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--shop-color-title);
    font-weight: 500;
    cursor: pointer; }
    .filter-size .checkbox-list li label:hover {
      background: var(--shop-color);
      color: #fff; }
  .filter-size .checkbox-list input[type="checkbox"] {
    display: none; }
  .filter-size .checkbox-list input[type="checkbox"]:checked + label {
    background: var(--shop-color);
    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-title);
  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 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.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 (max-width: 991px) {
  .product-filter-mb {
    margin-right: 5px;
    align-items: center;
    font-size: 14px;
    width: calc(50% - 5px);
    border: 1px solid #e3e5e5;
    display: inline-flex;
    padding: 0 15px;
    background: #f1f2f2;
    color: var(--shop-color);
    font-weight: bold;
    justify-content: space-between;
    min-height: 36px;
    line-height: 36px;
    border-radius: unset; }
    .product-filter-mb p {
      margin-right: 7px;
      margin-bottom: 0; }
  .filter-content {
    display: none;
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    right: 0;
    border-top: 1px solid #dedede;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    background: #f1f2f2;
    border-radius: unset;
    padding: 10px 0 0; }
    .filter-content .filter-head {
      display: none; }
    .filter-content .filter-options {
      flex: 1 1 auto;
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      padding: 0 15px;
      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;
      display: none; }
      .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);
        border: 1px solid var(--shop-color); }
      .filter-content .filter-footer .btn-filter-clear {
        color: #000000;
        background-color: #f3f4f6;
        border: 1px solid #e5e7eb; }
    .filter-content.show-filter {
      display: block; }
    .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 .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; } }

.collection-searchform {
  margin-bottom: 15px; }
  .collection-searchform #inputCollectionSearch {
    width: 100%;
    padding: 10px 10px 10px 0;
    border: unset;
    border-bottom: 1px solid var(--shop-color);
    outline: none;
    background: unset; }
    .collection-searchform #inputCollectionSearch:focus, .collection-searchform #inputCollectionSearch:active {
      outline: none; }
  .collection-searchform #search-collection-btn {
    position: absolute;
    right: 0;
    top: 0; }
    .collection-searchform #search-collection-btn svg {
      width: 20px;
      fill: var(--shop-color); }

.collection-widget .widget-title {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 0 15px;
  cursor: pointer;
  border-bottom: 1px solid rgba(36, 36, 36, 0.15);
  color: var(--shop-color-title);
  font-family: var(--font-title-theme);
  margin-bottom: 30px; }
  .collection-widget .widget-title:after {
    position: absolute;
    background-color: #799aa1;
    content: '';
    height: 3px;
    width: 50px;
    left: 0;
    bottom: -2px; }

@media (max-width: 992px) {
  .collection-widget {
    padding-bottom: 30px; }
    .collection-widget.collection-featured {
      display: none; } }

.list-widget-product .item-widget {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  .list-widget-product .item-widget .item--image {
    flex: 0 0 100px; }
  .list-widget-product .item-widget .item-information {
    flex: 1; }
    .list-widget-product .item-widget .item-information .item--name a {
      display: inline-block;
      font-weight: 700;
      color: #070c1f;
      line-height: 1.4;
      font-size: 14px;
      margin-bottom: 5px; }
    .list-widget-product .item-widget .item-information .item--price .price-original,
    .list-widget-product .item-widget .item-information .item--price .price {
      display: block; }
    .list-widget-product .item-widget .item-information .item--price .price-original {
      font-size: 13px; }
    .list-widget-product .item-widget .item-information .item--price .price {
      font-size: 15px; }

.list-widget-tags {
  display: flex;
  gap: 5px; }
  .list-widget-tags .tag-item a {
    font-size: 16px !important;
    padding: 2px 15px;
    margin: 0 10px 10px 0;
    border: 1px solid #242424;
    transition: 0.3s all; }
    .list-widget-tags .tag-item a:hover {
      color: white;
      border-color: var(--shop-color);
      background: var(--shop-color); }
