.active-filters ul li:hover,
.filter-tag li a:hover,
.filter-tag li.active a {
  color: var(--white-color);
}
.filter_wrapper .js-facet-remove,
.sorter-wrapper .collection-product-count {
  font-size: var(--font_size_minus2);
}
.range-price-filter .price-range .range-slider:focus, .range-price-filter .price-range .range-slider:focus-visible {
    border: none !important;
    outline: none !important;
}

.tag-nav .tag-nav-item {
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #5A5A5A;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.tag-nav .tag-nav-item.active {
  background: var(--base-color);
  color: #fff;
}
.tag-nav {
    padding: 0 0 30px;
}

#main-collection-product-grid {
  margin-top: 50px;
}
.collection-wrap .product-box,
.empty-filter,
.filter_wrapper {
  margin-bottom: 30px;
}
.product-content-right-part {
  padding-left: 60px;
}
.product-content-right-part .loading-overlay {
  right: 0;
}
.product-content-left-part {
  padding-right: 60px;
}
.filter_wrapper .size .filter-label {
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  border: 1px solid var(--extra-medium-gray);
  border-radius: 100%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.filter_wrapper .size .facet-checkbox:hover .filter-label,
.filter_wrapper
  .size
  li
  .facet-checkbox
  input[type="checkbox"]:checked
  ~ .filter-label {
  border-color: var(--dark-color);
  color: var(--white-color);
  background-color: var(--dark-color);
}
.filter_wrapper .swatches-hover input[type="checkbox"] + .color-bg:after,
.filter_wrapper .swatches-hover input[type="checkbox"] + .null-bg:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid var(--white-color);
  position: absolute;
  left: 1px;
  top: 1px;
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.filter_wrapper
  .swatches-hover
  input[type="checkbox"]:checked
  + .color-bg:after,
.filter_wrapper .swatches-hover input[type="checkbox"]:checked + .null-bg:after,
.filter_wrapper .swatches-hover:hover .color-bg:after,
.filter_wrapper .swatches-hover:hover .null-bg:after,
.filter_wrapper .swatches-hover:hover input[type="checkbox"] + .color-bg:after,
.filter_wrapper
  .swatches-hover:hover
  input[type="checkbox"]:checked
  + .color-bg:after,
.filter_wrapper
  .swatches-hover:hover
  input[type="checkbox"]:checked
  + .null-bg:after {
  opacity: 1;
}
.filter_wrapper .swatches-hover input[type="checkbox"]:checked .color-white,
.filter_wrapper .swatches-hover input[type="checkbox"]:checked + .color-bg,
.filter_wrapper .swatches-hover input[type="checkbox"]:checked + .color-white,
.filter_wrapper .swatches-hover input[type="checkbox"]:checked + .null-bg,
.filter_wrapper
  .swatches-hover
  input[type="checkbox"][value="White"]:checked
  + .color-bg {
  transform: scale(1.2);
}
.filter_wrapper .color-bg,
.filter_wrapper .null-bg {
  width: 28px;
  height: 28px;
}
.filter_wrapper .swatches-hover .color-bg:after,
.filter_wrapper .swatches-hover .null-bg:after,
.filter_wrapper .swatches-hover input[type="checkbox"] + .color-bg:after,
.filter_wrapper
  .swatches-hover
  input[type="checkbox"]:checked
  + .color-bg:after,
.filter_wrapper
  .swatches-hover
  input[type="checkbox"]:checked
  + .null-bg:after {
  width: 26px;
  height: 26px;
}
,
.filter_wrapper
  .swatches-hover
  input[type="checkbox"]:checked
  + .color-white:after,
.filter_wrapper .swatches-hover input[type="checkbox"]:checked + .null-bg:after,
.filter_wrapper
  .swatches-hover
  input[type="checkbox"][value="White"]:checked
  + .color-bg:after,
.filter_wrapper
  .swatches-hover
  input[type="checkbox"][value="White"]:checked
  + .null-bg:after,
.filter_wrapper
  .swatches-hover:hover
  input[type="checkbox"]
  + .color-white:after,
.filter_wrapper
  .swatches-hover:hover
  input[type="checkbox"][value="White"]
  + .color-bg:after {
  left: 0;
  top: 0;
}
.filter_wrapper li {
  font-size: var(--font_size_minus1);
  line-height: normal;
  margin-bottom: 8px;
  list-style: none;
}
.active-filters ul li,
.filter-tag a,
.filter_wrapper li .count {
  font-size: var(--font_size_minus3);
}
.filter_wrapper li .count {
  margin-left: 5px;
  opacity: 0.8;
}
.filter-tag li,
.filter_wrapper li:last-child,
.product-sidebar .product-slider-wrap .product-box {
  margin-bottom: 0;
}
.filter_wrapper .color li,
.filter_wrapper .size li {
  display: inline-block;
  padding: 3px;
}
.filter_wrapper .color .filter-list,
.filter_wrapper .size .filter-list {
  margin-left: -4px;
  margin-right: -4px;
}
.filter_wrapper li .facet-checkbox input,
.product-variants .variant-option .color-filter input {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 6px;
  left: 4px;
  opacity: 0;
}
.filter_wrapper li .facet-checkbox input[type="checkbox"],
.product-variants .variant-option .color-filter input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.filter_wrapper
  .js-filter:not(.size)
  li
  .facet-checkbox
  input[type="checkbox"]
  + .radio-label:before {
  content: "";
  background: var(--white-color);
  border-radius: 100%;
  border: 1px solid var(--extra-medium-gray);
  width: 18px;
  height: 18px;
  cursor: pointer;
  text-align: center;
  transition: 0.2s ease-in-out;
}
.filter-tag a,
.filter_wrapper li .facet-checkbox.color-filter .color-white,
.filter_wrapper li .facet-checkbox.color-filter [value="White"] + .color-bg,
.filter_wrapper li .facet-checkbox.color-filter [value="White"] + .null-bg {
  border: 1px solid var(--extra-medium-gray);
}
.filter_wrapper .js-facet-remove {
  line-height: normal;
  font-weight: var(--font-weight-500);
  text-align: center;
  display: inline-block;
  margin-top: -3px;
  border: 1px solid #fff;
  transition: 0.2s ease-in-out;
  color: var(--dark-color);
  border-bottom: 1px solid;
  margin-left: 5px;
}
.filter_wrapper .js-facet-remove:hover {
  background-color: transparent;
  color: var(--dark-color);
}
.filter_wrapper
  .js-filter:not(.size)
  li
  .facet-checkbox
  input[type="checkbox"]:checked
  + .radio-label:before,
.filter_wrapper
  .js-filter:not(.size)
  li:hover
  .facet-checkbox
  input[type="checkbox"]
  + .radio-label:before {
  background-color: var(--dark-color);
  border-color: var(--dark-color);
  box-shadow: inset 0 0 0 4px var(--white-color);
}
.filter_wrapper
  .js-filter:not(.size)
  li
  .facet-checkbox
  input[type="checkbox"]:disabled
  + .radio-label:before,
.filter_wrapper
  .js-filter:not(.size)
  li:hover
  .facet-checkbox
  input[type="checkbox"]:disabled
  + .radio-label:before {
  border-color: var(--extra-medium-gray);
  background-color: transparent;
}
.filter_wrapper .js-filter:not(.size) li .facet-checkbox.disabled,
.filter_wrapper .js-filter:not(.size) li:hover .facet-checkbox.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.filter_wrapper li .facet-checkbox.color-filter .color-white:after,
.filter_wrapper li .facet-checkbox.color-filter .null-bg:after,
.filter_wrapper
  li
  .facet-checkbox.color-filter
  input[type="checkbox"]:checked[value="White"]
  + .null-bg:after,
.filter_wrapper li .facet-checkbox.color-filter:hover .color-white:after,
.filter_wrapper li .facet-checkbox.color-filter:hover .null-bg:after,
.filter_wrapper
  li
  .facet-checkbox.color-filter:hover
  input[type="checkbox"]:checked[value="White"]
  + .null-bg:after {
  color: var(--base-color);
}
.collection-list a.active,
.collection-list a:hover,
.filter_wrapper
  .js-filter:not(.size)
  li
  .facet-checkbox
  input[type="checkbox"]:checked
  ~ .filter-label,
.filter_wrapper .js-filter:not(.size) li:hover .filter-label,
.product-sidebar .product-slider-wrap .product-title:hover,
.sorter-wrapper .sorting .select-items li.selected,
.sorter-wrapper .sorting .select-items li:hover {
  color: var(--dark-color);
}
.filter_wrapper li .facet-checkbox.color-filter.disabled .color-bg {
  opacity: 0.5;
}
.filter_wrapper li .facet-checkbox.color-filter.disabled:hover .color-bg,
.filter_wrapper li .facet-checkbox.color-filter.disabled:hover .null-bg {
  transform: scale(1);
}
.filter_wrapper .js-filter:not(.size) li .disabled .filter-label,
.filter_wrapper li:hover .disabled .filter-label {
  color: #8f8f8f;
}
.filter_wrapper li label input[type="checkbox"] + .radio-label:empty:before,
.hongo-column-switch a span:last-child {
  margin-right: 0;
}
.filter_wrapper .filter-list .facet-checkbox,
.product-variants .variant-option .color-filter {
  position: relative;
  cursor: pointer;
}
.filter_wrapper .active-filters .filter-title,
.filter_wrapper .color .count,
.filter_wrapper .color .filter-label,
.filter_wrapper .size .count,
.product-sidebar .product-slider-wrap .swiper-button-next:after,
.product-sidebar .product-slider-wrap .swiper-button-prev:after {
  display: none;
}
.filter_wrapper .active-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filter_wrapper .filter-list .radio-label {
  position: relative;
  line-height: normal;
  display: flex;
}
.filter_wrapper .filter-title {
  line-height: var(--font_size);
  font-weight: var(--font-weight-500);
  margin-bottom: 15px;
  color: var(--dark-color);
}
.active-filters ul li,
.filter-tag a,
.filter-tag li {
  line-height: normal;
}
.collapsible-filters .filter_wrapper .filter-title {
  cursor: pointer;
  margin-bottom: 0;
  padding: 25px 0;
  display: flex;
  align-items: center;
}
.collapsible-filters .filter_wrapper .filter-title svg {
  width: 13px;
}
.collapsible-filters .filter_wrapper .filter-title + div,
.collapsible-filters .filter_wrapper .filter-title + ul {
  display: block;
  margin-bottom: 25px;
}
.collapsible-filters .filter_wrapper .js-filter.color .filter-list,
.collapsible-filters .filter_wrapper .js-filter.size .filter-list {
  margin-bottom: 17px;
}
.collapsible-filters .filter_wrapper .collection-list,
.collapsible-filters .filter_wrapper > div:not(:last-child) {
  padding-bottom: 0;
  margin-bottom: 0;
}
.filter_wrapper .filter-title i,
.filter_wrapper .filter-title svg {
  font-size: var(--font_size_minus5);
  transition: transform 0.3s;
}
.filter_wrapper .filter-title.filter-active svg {
  transform: rotateX(180deg);
}
.filter_wrapper .js-filter:not(.size) li .filter-label {
  margin-left: 10px;
  transition: 0.2s ease-in-out;
}
.filter_wrapper > div:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--extra-medium-gray);
}
.active-filters ul li:hover,
.filter-tag li a:hover,
.filter-tag li.active a,
.hongo-column-switch a.active span {
  background-color: var(--dark-color);
  border-color: var(--dark-color);
}
.filter_wrapper .brand .filter-list,
.filter_wrapper .product-type .filter-list {
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
}
.filter_wrapper .brand .filter-list::-webkit-scrollbar,
.filter_wrapper .product-type .filter-list::-webkit-scrollbar {
  width: 4px;
}
.filter_wrapper .brand .filter-list::-webkit-scrollbar-thumb,
.filter_wrapper .product-type .filter-list::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}
.filter_wrapper .brand .filter-list::-webkit-scrollbar-thumb:hover,
.filter_wrapper .product-type .filter-list::-webkit-scrollbar-thumb:hover {
  background: #8b8b8b;
}
.filter-tag a {
  border-radius: 3px;
  padding: 4px 15px;
  margin: 0 6px 6px 0;
  display: inline-block;
}
.collection-list a {
  display: block;
}

.collection-filters__field .radio-label {
    position: relative;
    background: var(--white-color);
    border: 1px solid var(--extra-medium-gray);
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-align: center;
    transition: 0.2s ease-in-out;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collection-filters__field .custom-option.selected .radio-label, .collection-filters__field .custom-option:hover .radio-label{
  border-color:var(--base-color);
}
.collection-filters__field .selected .radio-label:before, .collection-filters__field .custom-option:hover .radio-label:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    text-align: center;
    transition: 0.2s ease-in-out;
    border-radius: 2px;
    background: var(--base-color);
}

.active-filters ul li a {
  position: relative;
  transition: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.active-filters ul li {
  display: inline-block;
  padding: 4px 12px 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: var(--dark-color);
  font-weight: var(--font-weight-500);
  transition: 0.2s ease-in-out;
  border-radius: 3px;
  background: #f1f1f1;
}
.active-filters ul li a:after {
  content: "\ea02";
  font-family: feather;
  margin-left: 3px;
}
.active-filters ul li a label {
  font-weight: var(--font-weight-500);
  color: var(--dark-color);
}
.active-filters .btn {
  margin-top: 30px;
}
.hongo-column-switch {
  margin-left: 12px;
}
.hongo-column-switch a {
  border: 1px solid var(--extra-medium-gray);
  padding: 2px;
  display: inline-block;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hongo-column-switch a span {
  width: 2px;
  height: 10px;
  border: 1px solid var(--dark-color);
  background-color: var(--dark-color);
  margin-right: 2px;
  display: inline-block;
}
.hongo-column-switch a.active {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.hongo-column-switch a:not(:last-child) {
  margin-right: 8px;
}
.collection--empty .sorter-wrapper,
.product-sidebar .title-btn-wrap,
.sorter-wrapper {
  margin-bottom: 20px;
}
.sorter-wrapper .select-label,
.sorter-wrapper .sort-by {
  font-size: var(--font_size_minus1);
  position: relative;
  cursor: pointer;
  color: var(--dark-color);
  font-weight: var(--font-weight-500);
}
.sorter-wrapper .select {
    line-height: normal;
}
.sorter-wrapper .sort-by {
  color: var(--body-text-color);
  font-weight: var(--font-weight-400);
}
.sorter-wrapper .select-label svg {
  margin-left: 8px;
  fill: var(--dark-color);
  transition: 0.3s ease-in-out;
  width: 13px;
  margin-top: -2px;
}
.sorter-wrapper .active .select-label svg {
  transform: rotate(180deg);
}
.sorter-wrapper .sorting .select-items {
  background-color: #fff;
  opacity: 1;
  padding: 24px;
  list-style: none;
  right: 0;
  min-width: 270px;
  width: min-content;
  position: absolute;
  top: calc(100% + 24px);
  transform: translateZ(0);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  z-index: 91;
  transition: 0.2s ease-in-out;
  border-radius: 15px;
}
.sorter-wrapper .sorting .active .select-items {
  opacity: 1;
  top: calc(100% + 5px);
  visibility: visible;
}
.sorter-wrapper .sorting .select-items li {
  font-size: var(--font_size_minus1);
  line-height: var(--font_size_plus12);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  transition: 0.25s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid #EFEFEF;
  border-width: 1px 0 0;
  padding: 8px 0;
}
.sorter-wrapper .sorting .select-items li:nth-child(2){
  border:0;
  padding-top:0;
}
.sorter-wrapper .sorting .select-items li:last-child{
  padding-bottom:0;
}

.sorter-wrapper .sorting .select-items .close-btn svg {
    margin: 0 !important;
    padding: 0 !important;
    width: 24px !important;
}

.product-sidebar .custom-block-wrap > div {
  margin-top: 40px;
}
.product-sidebar .custom-block-wrap .custome-sidebar-title {
  font-size: var(--font_size_plus1);
  line-height: var(--font_size_plus1);
  font-weight: var(--font-weight-500);
  color: var(--dark-color);
}
.product-sidebar .custom-block-wrap p {
  margin-bottom: 15px;
}
.product-sidebar .custom-block-wrap > div .swiper {
  padding-right: 1px;
}
.product-sidebar .product-slider-wrap .swiper-button-next,
.product-sidebar .product-slider-wrap .swiper-button-prev {
  position: inherit;
  color: var(--dark-color);
  width: auto;
  height: auto;
  font-size: var(--font_size_plus1);
  margin-top: 0;
}
.product-sidebar .product-slider-wrap .swiper-button-next {
  margin-left: 10px;
}
.product-sidebar .product-slider-wrap .product-title {
  color: var(--dark-color);
  font-weight: var(--font-weight-500);
  width: 100%;
}
.product-sidebar .product-slider-wrap .product-footer {
  padding: 15px 0 0;
}
.product-sidebar .product-slider-wrap .price {
  font-size: var(--font_size_minus1);
  line-height: var(--font_size_plus5);
}
.product-sidebar .collection-filters .filter_wrapper .color .filter-list {
  margin-left: 0;
}
.price-range-wrapper {
  display: inline-block;
  width: 100%;
}
#CollectionFiltersForm {
  padding: 0 5px;
  margin: 0 -5px;
}
.range-price-filter .price-range {
  --color: #232323;
  background: linear-gradient(
    90deg,
    #dfdfdf var(--range-from),
    var(--color) var(--range-from),
    var(--color) var(--range-to),
    #dfdfdf var(--range-to)
  );
  border-radius: 4px;
  height: 3px;
  margin: 8px 0 13px;
  position: relative;
}
.range-price-filter {
  padding: 0 5px;
}
.range-price-filter .price-range .range-slider {
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  height: 5px;
  outline: 0;
  padding: 0;
  pointer-events: none;
  vertical-align: top;
  width: 100%;
}
.range-price-filter .price-range .range-slider.range-slider-max {
  right: 0;
  position: absolute;
  top: 0;
}
.price-range .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 3px solid var(--dark-color);
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.price-range .range-slider::-webkit-slider-runnable-track {
  background: var(--extra-medium-gray);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  height: 5px;
  width: 100%;
  transform: scale(1.02);
}
.price-range .range-slider::-moz-range-thumb {
  border: none;
  border-radius: 100%;
  cursor: pointer;
}
.price-range .range-slider::-moz-range-progress {
  background-color: rgba(0, 0, 0, 0.7);
}
.price-range .range-slider::-moz-range-track {
  background-color: var(--extra-medium-gray);
}
.price-range .range-slider::-webkit-slider-runnable-track {
  background: 0 0;
}
.price-range .range-slider::-moz-range-progress,
.price-range .range-slider::-moz-range-track {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  height: 5px;
  width: 100%;
  background: 0 0;
}
.price-range .range-slider::-webkit-slider-thumb {
  pointer-events: auto;
  height: 16px;
  background-color: #fff;
  margin-top: -7px;
  width: 16px;
  transform: scale(1.02);
}
.price-range .range-slider.range-slider-max::-webkit-slider-thumb {
  margin-left: 0;
}
.price-range .range-slider.range-slider-min::-webkit-slider-thumb {
  margin-left: 2px;
}
.price-range .range-slider::-moz-range-thumb {
  pointer-events: auto;
  box-shadow: inset 0 0 0 3px #000;
  height: 17px;
  background-color: #fff;
  margin-top: -7px;
  width: 17px;
}
.range-price-filter .price-lable {
  font-size: var(--font_size_minus1);
  line-height: normal;
  color: var(--body-text-color);
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.range-price-filter .price-lable .label {
  margin-right: 5px;
}
.off-canvas-filter + div .sorter-wrapper .swich-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.off-canvas-filter::-webkit-scrollbar {
  width: 6px;
}
.off-canvas-filter::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}
.off-canvas-filter::-webkit-scrollbar-thumb:hover {
  background: #8b8b8b;
}
#main-collection-product-grid.collection--empty {
  min-height: 450px;
  margin-top: 0;
}
.empty-filter .empty-filter-text a {
  line-height: 18px;
  font-weight: var(--font-weight-600);
  color: var(--dark-color);
  border-bottom: 1px solid;
  display: inline-block;
}
body.sticky.transparent.active-filter:not(.sticky-active) {
  overflow: hidden !important;
}
@media (min-width: 1200px) {
  .filter-btn i,
  .off-canvas-filter .sidebar-filter-close,
  .off-canvas-filter + div .sorter-wrapper .filter-btn {
    display: inline-block;
  }
  .filter-btn,
  .sidebar-filter-close {
    color: var(--dark-color);
    line-height: normal;
    display: none;
  }
  .filter-btn {
    margin-top: 0;
    cursor: pointer;
    font-weight: var(--font-weight-500);
    font-size: var(--font_size_minus3);
    margin-right: 20px;
    transition: 0.3s ease-in-out;
    border: 1px solid #e4e4e4;
    padding: 5px 12px;
    border-radius: 3px;
  }
  .filter-btn i {
    margin-right: 4px;
  }
  .off-canvas-filter {
    background-color: var(--white-color);
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 99991;
    height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
    overflow-y: auto;
    width: 320px;
    padding: 40px 30px 30px;
    transition: 0.4s ease-in-out;
  }
  .active-filter {
    overflow: hidden;
  }
  .active-filter .off-canvas-filter {
    left: 0;
  }
  .sidebar-filter-close {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    padding: 6px 9px;
  }
  .sidebar-filter-close i {
    font-weight: var(--font-weight-700);
  }
  .product-sidebar-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(56, 55, 55, 0.9);
    opacity: 1;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 9999;
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .active-filter .product-sidebar-overlay {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1399px) {
  .product-content-right-part {
    padding-left: 30px;
  }
  .filter_wrapper > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .filter_wrapper .filter-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .filter_heading p {
    flex-direction: row-reverse;
    justify-content: flex-end !important;
}
  .product-content-right-part {
    padding-left: 15px;
  }
  #main-collection-product-grid {
    margin-top: 30px;
  }
  .sorter-wrapper .swich-wrapper {
    order: 1;
  }
  .filter-btn {
    font-size: var(--font_size_minus4);
    line-height: var(--font_size);
    font-weight: var(--font-weight-500);
    color: var(--white-color);
    margin-top: 0;
    cursor: pointer;
    background-color: var(--dark-color);
    margin-right: 20px;
    transition: 0.3s ease-in-out;
    padding: 11px 14px;
    border-radius: 3px;
  }
  .filter-btn i {
    margin-right: 5px;
    display: inline-block;
  }
  .product-sidebar {
    background-color: var(--white-color);
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 99991;
    height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
    overflow-y: auto;
    width: 320px;
    padding: 40px 25px 30px;
    transition: 0.4s ease-in-out;
  }
  .active-filter {
    overflow: hidden;
  }
  .active-filter .product-sidebar {
    left: 0;
  }
  .sidebar-filter-close {
    color: var(--dark-color);
    line-height: normal;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 32px;
    text-decoration: none;
    padding: 6px 9px;
  }
  .sidebar-filter-close i {
    font-weight: var(--font-weight-700);
  }
  .product-sidebar-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(56, 55, 55, 0.9);
    opacity: 1;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 9999;
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .active-filter .product-sidebar-overlay {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .tag-nav .tag-nav-item {
    padding: 6px 12px;
    font-size: 14px;
  }
  .tag-nav {
    padding: 30px 0 0;
}
  .tag-nav {
    padding: 16px 0;
    border-top: 1.5px solid #efefef;
}
  .sorter-wrapper .sorting .select.position-relative {
    position: unset !important;
}
  .collection-filters__field .active .select-items-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    left: 0;
    top: 0;
}
  .sorter-wrapper .collection-product-count,
  .sorter-wrapper .sort-by {
    display: none;
  }
  .hongo-column-switch,
  .off-canvas-filter + div .sorter-wrapper .swich-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .filter-btn {
    margin-right: 15px;
  }
  .sorter-wrapper .filter-select {
    width: auto;
  }
}
@media (max-width: 359px) {
  .sorter-wrapper .filter-select {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .off-canvas-filter + div .sorter-wrapper .swich-wrapper {
    margin: 0;
  }
}

.filter_heading p {
  column-gap: 10px;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--base-color);
  justify-content: space-between;
}
.filter_wrapper .filter-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 13px;
  color: var(--base-color);
  text-transform:capitalize;
}
.filter_wrapper > div:not(:first-child) {
  padding-bottom: 16px;
}
.filter_wrapper > div:not(:last-child) {
  margin-bottom: 16px;
}
.filter_wrapper li .count {
  opacity: 1 !important;
  color: var(--base-color);
}
.filter_wrapper .js-filter:not(.size) li .filter-label,
.range-price-filter .price-lable {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 13px;
  color: var(--base-color);
}
.collection .pagi-progress,
.collection .pegi-product-count {
  display: none;
}
.filter_wrapper .filter-list .facet-checkbox {
  justify-content: space-between !important;
}
.filter_wrapper li {
  margin-bottom: 10px;
}
.filter_wrapper
  .js-filter:not(.size)
  li
  .facet-checkbox
  input[type="checkbox"]
  + .radio-label:before {
  border-radius: 4px;
}
.product-content-right-part {
  padding-left: 17px;
}
.input-group .btn {
  z-index: 1;
}
div#load-more-btn {
  padding-top: 32px;
}
.product-grid .col.product-box {
    width: calc(33.33% - 28px);
    margin: 0 14px;
    border-radius: 10px;
  height:100%;
}
.collection .shop-minimalist .box-inner {
    border: 1px solid #efefef;
}
#main-collection-product-grid {
  margin: 0px -14px !important;
  row-gap: 26px;
  align-items: flex-end;
}
.collection-product-count.light {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.61;
  color: var(--base-color);
}
#CollectionProductGrid .filter_wrapper {
  margin-bottom: 16px;
}
.sorter-wrapper .select-label {
  font-size: 16px;
  color: var(--base-color);
  position: relative;
  padding-left: 30px;
}
.collection .sorter-wrapper .select-label:before {
  content: "";
  background-image: url("/cdn/shop/files/Vector_4.svg?v=1718361863");
  height: 9px;
  width: 17.5px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  position: absolute;
  top: 5px;
  padding-left: 30px;
}
.filter_wrapper .filter-list .facet-checkbox {
  padding-left: 17px;
  padding-right: 20px;
}
.filter_wrapper > div:not(:first-child) {
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.filter_heading {
  padding: 0 0 20px;
  margin: 0 0 24px;
}
.filter_wrapper .filter-title {
  background: #eaeaea;
  padding: 17px 18px 16px;
  border-radius: 10px 10px 0px 0px;
}
#load-more-btn .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 0.75;
  border: 0;
  padding: 14px 31.8px;
  border-radius: 8px;
  min-width: auto;
  min-height: auto;
  background: var(--base-color);
  color: #fff;
  text-transform: uppercase;
}
.price-range-wrapper {
  padding-right: 20px;
  padding-left: 15px;
}
#CollectionFiltersForm .filter-tags {
  padding-left: 17px;
  padding-right: 14px;
}
@media screen and (min-width: 768px) {
  .mb_show {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .filter_heading p {
    font-size: 16px;
    font-weight: 500;
}
  .collection .sorter-wrapper .select-items .select-label:before {
    top: 12px;
}
  .filter_wrapper .filter-title {
    font-size: 16px;
    padding: 12px 18px;
  }
  .filter_wrapper .js-filter:not(.size) li .filter-label,
  .range-price-filter .price-lable {
    font-size: 14px;
  }
  .filter_wrapper .filter-list .facet-checkbox {
    flex-direction: row-reverse;
    justify-content: flex-end !important;
    gap: 8px;
  }
  .collection .sorter-wrapper {
    position: fixed;
    bottom: 53px;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
    z-index: 99;
    background: #f7f7f7;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #d7dde0;
  }
  .collection .sorter-wrapper .filter-btn {
    width: 50%;
    height: 100%;
    background: transparent;
    color: var(--base-color);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 0;
  }
  .collection .sorter-wrapper .ms-auto.filter-select.order-4 {
    padding: 5px 0px;
    margin: 0 !important;
    text-align: center;
    width: 50%;
    height: 100%;
    border-left: 1px solid #d7dde0;
  }
  .badge-wrap,
  .shop-grid li .shop-grid-details {
    z-index: 1;
  }
  .collection-page .mobile-sticky-menu {
    box-shadow: 0 0;
  }
  .collection .sorter-wrapper .select-label {
    color: var(--base-color);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
  }
  .sorter-wrapper .sorting .select-items li:nth-child(2) {
      border-width: 1px 0 0;
      padding-top: 15px;
  }
  .sorter-wrapper .sorting .select-items li {
    padding: 15px 0;
    font-size: 14px;
    line-height: normal;
}
  .sorter-wrapper .sorting .active .select-items .select-label svg{
    display:block;
  }
  .sorter-wrapper .select-label svg {
    display: none;
  }
  .sorter-wrapper .sorting .active .select-items {
    top: -360px;
    border-radius: 15px 15px 0 0;
    padding:30px 24px;
}
  .sorter-wrapper .sorting .select-items {
    width: 100%;
    background: #f7f7f7 !important;
  }
  #main-collection-product-grid {
    margin: 0 -3px !important;
    row-gap: 15px;
  }
  .product-grid .col.product-box {
    width: calc(50% - 6px);
    margin: 0 3px;
  }
  .shop-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
  .swich-wrapper.mb_show {
    gap:12px;
}
  .collection-product-count.light {
    font-size: 14px;
  }
  .collection_banner_subheading {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .collection_banner_heading {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .collection_banner_rte p {
    font-size: 15px;
  }
  #load-more-btn .btn:hover {
    background: transparent;
  }
  #load-more-btn .btn {
    border: 0;
    min-height: auto;
    min-width: auto;
    font-size: 14px;
    color: var(--base-color);
    text-decoration: underline;
    padding: 0;
    background: transparent;
}
  div#load-more-btn {
    padding-top: 40px;
  }
  .collection-page .copyright-text {
    margin-bottom: 40px;
  }
}
