.furstore-section-collection-tabs nav {
  display: block;
}
.furstore-section-collection-tabs ul {
  margin-top: 0;
  margin-bottom: 0;
}
.furstore-section-collection-tabs ul ul {
  margin-bottom: 0;
}
.furstore-section-collection-tabs .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.furstore-section-collection-tabs .no-gutters > .col,
.furstore-section-collection-tabs .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.furstore-section-collection-tabs .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .furstore-section-collection-tabs .btn {
    transition: none;
  }
}
.furstore-section-collection-tabs .btn:focus,
.furstore-section-collection-tabs .btn:hover {
  text-decoration: none;
}
.furstore-section-collection-tabs .btn.focus,
.furstore-section-collection-tabs .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.furstore-section-collection-tabs .btn.disabled,
.furstore-section-collection-tabs .btn:disabled {
  opacity: 0.65;
}
.furstore-section-collection-tabs .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.furstore-section-collection-tabs a.btn.disabled {
  border: none;
  padding: 0;
  margin: 0;
}
.furstore-section-collection-tabs fieldset:disabled a.btn {
  pointer-events: none;
}
.furstore-section-collection-tabs .dropdown {
  position: relative;
}
.furstore-section-collection-tabs .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.furstore-section-collection-tabs .dropdown-toggle:empty::after {
  margin-left: 0;
}
.furstore-section-collection-tabs .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.furstore-section-collection-tabs .dropdown-menu-right {
  right: 0;
  left: auto;
}
.furstore-section-collection-tabs .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.furstore-section-collection-tabs .dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.furstore-section-collection-tabs .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.furstore-section-collection-tabs .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.furstore-section-collection-tabs .dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.furstore-section-collection-tabs .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.furstore-section-collection-tabs .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.furstore-section-collection-tabs .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.furstore-section-collection-tabs .dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.furstore-section-collection-tabs .dropleft .dropdown-toggle::after {
  display: none;
}
.furstore-section-collection-tabs .dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.furstore-section-collection-tabs .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.furstore-section-collection-tabs .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.furstore-section-collection-tabs .dropdown-menu[x-placement^=bottom],
.furstore-section-collection-tabs .dropdown-menu[x-placement^=left],
.furstore-section-collection-tabs .dropdown-menu[x-placement^=right],
.furstore-section-collection-tabs .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}
.furstore-section-collection-tabs .dropdown-menu.show {
  display: block;
}
.furstore-section-collection-tabs .input-group > .custom-file,
.furstore-section-collection-tabs .input-group > .custom-select,
.furstore-section-collection-tabs .input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.furstore-section-collection-tabs .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.furstore-section-collection-tabs .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.furstore-section-collection-tabs .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.furstore-section-collection-tabs .nav-link:focus,
.furstore-section-collection-tabs .nav-link:hover {
  text-decoration: none;
}
.furstore-section-collection-tabs .nav-link.disabled {
  color: #6c757d;
}
.furstore-section-collection-tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.furstore-section-collection-tabs .tab-content > .tab-pane {
  display: none;
}
.furstore-section-collection-tabs .tab-content > .active {
  display: block;
}
.furstore-section-collection-tabs .media {
  display: flex;
  align-items: flex-start;
}
.furstore-section-collection-tabs .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.furstore-section-collection-tabs .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.furstore-section-collection-tabs .mt-15 {
  margin-top: 15px !important;
}
.furstore-section-collection-tabs .mb-15 {
  margin-bottom: 15px !important;
}
.furstore-section-collection-tabs .mb-30 {
  margin-bottom: 30px !important;
}
.furstore-section-collection-tabs .mt-35 {
  margin-top: 35px !important;
}
.furstore-section-collection-tabs .mb-60 {
  margin-bottom: 60px !important;
}
.furstore-section-collection-tabs .spacing-0 .sp-item,
.furstore-section-collection-tabs .spacing-0 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-0 > [class*=col-],
.furstore-section-collection-tabs .spacing-0 > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.furstore-section-collection-tabs .spacing-5 .sp-item,
.furstore-section-collection-tabs .spacing-5 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-5 > [class*=col-],
.furstore-section-collection-tabs .spacing-5 > [class*=col] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.furstore-section-collection-tabs .spacing-10 .sp-item,
.furstore-section-collection-tabs .spacing-10 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-10 > [class*=col-],
.furstore-section-collection-tabs .spacing-10 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}
.furstore-section-collection-tabs .spacing-15 .sp-item,
.furstore-section-collection-tabs .spacing-15 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-15 > [class*=col-],
.furstore-section-collection-tabs .spacing-15 > [class*=col] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.furstore-section-collection-tabs .spacing-20 .sp-item,
.furstore-section-collection-tabs .spacing-20 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-20 > [class*=col-],
.furstore-section-collection-tabs .spacing-20 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}
.furstore-section-collection-tabs .spacing-25 .sp-item,
.furstore-section-collection-tabs .spacing-25 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-25 > [class*=col-],
.furstore-section-collection-tabs .spacing-25 > [class*=col] {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.furstore-section-collection-tabs .spacing-30 .sp-item,
.furstore-section-collection-tabs .spacing-30 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-30 > [class*=col-],
.furstore-section-collection-tabs .spacing-30 > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}
.furstore-section-collection-tabs .spacing-35 .sp-item,
.furstore-section-collection-tabs .spacing-35 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-35 > [class*=col-],
.furstore-section-collection-tabs .spacing-35 > [class*=col] {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.furstore-section-collection-tabs .spacing-40 .sp-item,
.furstore-section-collection-tabs .spacing-40 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-40 > [class*=col-],
.furstore-section-collection-tabs .spacing-40 > [class*=col] {
  padding-left: 20px;
  padding-right: 20px;
}
.furstore-section-collection-tabs .spacing-45 .sp-item,
.furstore-section-collection-tabs .spacing-45 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-45 > [class*=col-],
.furstore-section-collection-tabs .spacing-45 > [class*=col] {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.furstore-section-collection-tabs .spacing-50 .sp-item,
.furstore-section-collection-tabs .spacing-50 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-50 > [class*=col-],
.furstore-section-collection-tabs .spacing-50 > [class*=col] {
  padding-left: 25px;
  padding-right: 25px;
}
.furstore-section-collection-tabs .spacing-55 .sp-item,
.furstore-section-collection-tabs .spacing-55 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-55 > [class*=col-],
.furstore-section-collection-tabs .spacing-55 > [class*=col] {
  padding-left: 27.5px;
  padding-right: 27.5px;
}
.furstore-section-collection-tabs .spacing-60 .sp-item,
.furstore-section-collection-tabs .spacing-60 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-60 > [class*=col-],
.furstore-section-collection-tabs .spacing-60 > [class*=col] {
  padding-left: 30px;
  padding-right: 30px;
}
.furstore-section-collection-tabs .spacing-65 .sp-item,
.furstore-section-collection-tabs .spacing-65 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-65 > [class*=col-],
.furstore-section-collection-tabs .spacing-65 > [class*=col] {
  padding-left: 32.5px;
  padding-right: 32.5px;
}
.furstore-section-collection-tabs .spacing-70 .sp-item,
.furstore-section-collection-tabs .spacing-70 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-70 > [class*=col-],
.furstore-section-collection-tabs .spacing-70 > [class*=col] {
  padding-left: 35px;
  padding-right: 35px;
}
.furstore-section-collection-tabs .spacing-75 .sp-item,
.furstore-section-collection-tabs .spacing-75 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-75 > [class*=col-],
.furstore-section-collection-tabs .spacing-75 > [class*=col] {
  padding-left: 37.5px;
  padding-right: 37.5px;
}
.furstore-section-collection-tabs .spacing-80 .sp-item,
.furstore-section-collection-tabs .spacing-80 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-80 > [class*=col-],
.furstore-section-collection-tabs .spacing-80 > [class*=col] {
  padding-left: 40px;
  padding-right: 40px;
}
.furstore-section-collection-tabs .spacing-85 .sp-item,
.furstore-section-collection-tabs .spacing-85 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-85 > [class*=col-],
.furstore-section-collection-tabs .spacing-85 > [class*=col] {
  padding-left: 42.5px;
  padding-right: 42.5px;
}
.furstore-section-collection-tabs .spacing-90 .sp-item,
.furstore-section-collection-tabs .spacing-90 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-90 > [class*=col-],
.furstore-section-collection-tabs .spacing-90 > [class*=col] {
  padding-left: 45px;
  padding-right: 45px;
}
.furstore-section-collection-tabs .spacing-95 .sp-item,
.furstore-section-collection-tabs .spacing-95 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-95 > [class*=col-],
.furstore-section-collection-tabs .spacing-95 > [class*=col] {
  padding-left: 47.5px;
  padding-right: 47.5px;
}
.furstore-section-collection-tabs .spacing-100 .sp-item,
.furstore-section-collection-tabs .spacing-100 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-100 > [class*=col-],
.furstore-section-collection-tabs .spacing-100 > [class*=col] {
  padding-left: 50px;
  padding-right: 50px;
}
.furstore-section-collection-tabs .spacing-105 .sp-item,
.furstore-section-collection-tabs .spacing-105 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-105 > [class*=col-],
.furstore-section-collection-tabs .spacing-105 > [class*=col] {
  padding-left: 52.5px;
  padding-right: 52.5px;
}
.furstore-section-collection-tabs .spacing-110 .sp-item,
.furstore-section-collection-tabs .spacing-110 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-110 > [class*=col-],
.furstore-section-collection-tabs .spacing-110 > [class*=col] {
  padding-left: 55px;
  padding-right: 55px;
}
.furstore-section-collection-tabs .spacing-115 .sp-item,
.furstore-section-collection-tabs .spacing-115 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-115 > [class*=col-],
.furstore-section-collection-tabs .spacing-115 > [class*=col] {
  padding-left: 57.5px;
  padding-right: 57.5px;
}
.furstore-section-collection-tabs .spacing-120 .sp-item,
.furstore-section-collection-tabs .spacing-120 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-120 > [class*=col-],
.furstore-section-collection-tabs .spacing-120 > [class*=col] {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .furstore-section-collection-tabs .spacing-xxl-0 .sp-item,
  .furstore-section-collection-tabs .spacing-xxl-0 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xxl-0 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xxl-0 > [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
  .furstore-section-collection-tabs .spacing-xxl-5 .sp-item,
  .furstore-section-collection-tabs .spacing-xxl-5 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xxl-5 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xxl-5 > [class*=col] {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .furstore-section-collection-tabs .spacing-xxl-10 .sp-item,
  .furstore-section-collection-tabs .spacing-xxl-10 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xxl-10 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xxl-10 > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .furstore-section-collection-tabs .spacing-xxl-15 .sp-item,
  .furstore-section-collection-tabs .spacing-xxl-15 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xxl-15 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xxl-15 > [class*=col] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .furstore-section-collection-tabs .spacing-xxl-20 .sp-item,
  .furstore-section-collection-tabs .spacing-xxl-20 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xxl-20 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xxl-20 > [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .furstore-section-collection-tabs .spacing-xxl-25 .sp-item,
  .furstore-section-collection-tabs .spacing-xxl-25 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xxl-25 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xxl-25 > [class*=col] {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .furstore-section-collection-tabs .spacing-xxl-30 .sp-item,
  .furstore-section-collection-tabs .spacing-xxl-30 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xxl-30 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xxl-30 > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .furstore-section-collection-tabs .spacing-xxl-35 .sp-item,
  .furstore-section-collection-tabs .spacing-xxl-35 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xxl-35 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xxl-35 > [class*=col] {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .furstore-section-collection-tabs .spacing-xxl-40 .sp-item,
  .furstore-section-collection-tabs .spacing-xxl-40 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xxl-40 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xxl-40 > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .furstore-section-collection-tabs .spacing-xxl-45 .sp-item,
  .furstore-section-collection-tabs .spacing-xxl-45 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xxl-45 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xxl-45 > [class*=col] {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .furstore-section-collection-tabs .spacing-xxl-50 .sp-item,
  .furstore-section-collection-tabs .spacing-xxl-50 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xxl-50 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xxl-50 > [class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .furstore-section-collection-tabs .spacing-xxl-55 .sp-item,
  .furstore-section-collection-tabs .spacing-xxl-55 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xxl-55 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xxl-55 > [class*=col] {
    padding-left: 27.5px;
    padding-right: 27.5px;
  }
  .furstore-section-collection-tabs .spacing-xxl-60 .sp-item,
  .furstore-section-collection-tabs .spacing-xxl-60 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xxl-60 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xxl-60 > [class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .furstore-section-collection-tabs .spacing-lg-0 .sp-item,
  .furstore-section-collection-tabs .spacing-lg-0 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-lg-0 > [class*=col-],
  .furstore-section-collection-tabs .spacing-lg-0 > [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
  .furstore-section-collection-tabs .spacing-lg-5 .sp-item,
  .furstore-section-collection-tabs .spacing-lg-5 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-lg-5 > [class*=col-],
  .furstore-section-collection-tabs .spacing-lg-5 > [class*=col] {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .furstore-section-collection-tabs .spacing-lg-10 .sp-item,
  .furstore-section-collection-tabs .spacing-lg-10 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-lg-10 > [class*=col-],
  .furstore-section-collection-tabs .spacing-lg-10 > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .furstore-section-collection-tabs .spacing-lg-15 .sp-item,
  .furstore-section-collection-tabs .spacing-lg-15 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-lg-15 > [class*=col-],
  .furstore-section-collection-tabs .spacing-lg-15 > [class*=col] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .furstore-section-collection-tabs .spacing-lg-20 .sp-item,
  .furstore-section-collection-tabs .spacing-lg-20 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-lg-20 > [class*=col-],
  .furstore-section-collection-tabs .spacing-lg-20 > [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .furstore-section-collection-tabs .spacing-lg-25 .sp-item,
  .furstore-section-collection-tabs .spacing-lg-25 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-lg-25 > [class*=col-],
  .furstore-section-collection-tabs .spacing-lg-25 > [class*=col] {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .furstore-section-collection-tabs .spacing-lg-30 .sp-item,
  .furstore-section-collection-tabs .spacing-lg-30 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-lg-30 > [class*=col-],
  .furstore-section-collection-tabs .spacing-lg-30 > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .furstore-section-collection-tabs .spacing-lg-35 .sp-item,
  .furstore-section-collection-tabs .spacing-lg-35 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-lg-35 > [class*=col-],
  .furstore-section-collection-tabs .spacing-lg-35 > [class*=col] {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .furstore-section-collection-tabs .spacing-lg-40 .sp-item,
  .furstore-section-collection-tabs .spacing-lg-40 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-lg-40 > [class*=col-],
  .furstore-section-collection-tabs .spacing-lg-40 > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .furstore-section-collection-tabs .spacing-lg-45 .sp-item,
  .furstore-section-collection-tabs .spacing-lg-45 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-lg-45 > [class*=col-],
  .furstore-section-collection-tabs .spacing-lg-45 > [class*=col] {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .furstore-section-collection-tabs .spacing-lg-50 .sp-item,
  .furstore-section-collection-tabs .spacing-lg-50 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-lg-50 > [class*=col-],
  .furstore-section-collection-tabs .spacing-lg-50 > [class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .furstore-section-collection-tabs .spacing-lg-55 .sp-item,
  .furstore-section-collection-tabs .spacing-lg-55 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-lg-55 > [class*=col-],
  .furstore-section-collection-tabs .spacing-lg-55 > [class*=col] {
    padding-left: 27.5px;
    padding-right: 27.5px;
  }
  .furstore-section-collection-tabs .spacing-lg-60 .sp-item,
  .furstore-section-collection-tabs .spacing-lg-60 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-lg-60 > [class*=col-],
  .furstore-section-collection-tabs .spacing-lg-60 > [class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .furstore-section-collection-tabs .spacing-md-0 .sp-item,
  .furstore-section-collection-tabs .spacing-md-0 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-md-0 > [class*=col-],
  .furstore-section-collection-tabs .spacing-md-0 > [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
  .furstore-section-collection-tabs .spacing-md-5 .sp-item,
  .furstore-section-collection-tabs .spacing-md-5 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-md-5 > [class*=col-],
  .furstore-section-collection-tabs .spacing-md-5 > [class*=col] {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .furstore-section-collection-tabs .spacing-md-10 .sp-item,
  .furstore-section-collection-tabs .spacing-md-10 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-md-10 > [class*=col-],
  .furstore-section-collection-tabs .spacing-md-10 > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .furstore-section-collection-tabs .spacing-md-15 .sp-item,
  .furstore-section-collection-tabs .spacing-md-15 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-md-15 > [class*=col-],
  .furstore-section-collection-tabs .spacing-md-15 > [class*=col] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .furstore-section-collection-tabs .spacing-md-20 .sp-item,
  .furstore-section-collection-tabs .spacing-md-20 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-md-20 > [class*=col-],
  .furstore-section-collection-tabs .spacing-md-20 > [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .furstore-section-collection-tabs .spacing-md-25 .sp-item,
  .furstore-section-collection-tabs .spacing-md-25 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-md-25 > [class*=col-],
  .furstore-section-collection-tabs .spacing-md-25 > [class*=col] {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .furstore-section-collection-tabs .spacing-md-30 .sp-item,
  .furstore-section-collection-tabs .spacing-md-30 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-md-30 > [class*=col-],
  .furstore-section-collection-tabs .spacing-md-30 > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .furstore-section-collection-tabs .spacing-sm-0 .sp-item,
  .furstore-section-collection-tabs .spacing-sm-0 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-sm-0 > [class*=col-],
  .furstore-section-collection-tabs .spacing-sm-0 > [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
  .furstore-section-collection-tabs .spacing-sm-5 .sp-item,
  .furstore-section-collection-tabs .spacing-sm-5 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-sm-5 > [class*=col-],
  .furstore-section-collection-tabs .spacing-sm-5 > [class*=col] {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .furstore-section-collection-tabs .spacing-sm-10 .sp-item,
  .furstore-section-collection-tabs .spacing-sm-10 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-sm-10 > [class*=col-],
  .furstore-section-collection-tabs .spacing-sm-10 > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .furstore-section-collection-tabs .spacing-sm-15 .sp-item,
  .furstore-section-collection-tabs .spacing-sm-15 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-sm-15 > [class*=col-],
  .furstore-section-collection-tabs .spacing-sm-15 > [class*=col] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .furstore-section-collection-tabs .spacing-sm-20 .sp-item,
  .furstore-section-collection-tabs .spacing-sm-20 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-sm-20 > [class*=col-],
  .furstore-section-collection-tabs .spacing-sm-20 > [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .furstore-section-collection-tabs .spacing-sm-25 .sp-item,
  .furstore-section-collection-tabs .spacing-sm-25 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-sm-25 > [class*=col-],
  .furstore-section-collection-tabs .spacing-sm-25 > [class*=col] {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .furstore-section-collection-tabs .spacing-sm-30 .sp-item,
  .furstore-section-collection-tabs .spacing-sm-30 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-sm-30 > [class*=col-],
  .furstore-section-collection-tabs .spacing-sm-30 > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .furstore-section-collection-tabs .spacing-xs-0 .sp-item,
  .furstore-section-collection-tabs .spacing-xs-0 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xs-0 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xs-0 > [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
  .furstore-section-collection-tabs .spacing-xs-5 .sp-item,
  .furstore-section-collection-tabs .spacing-xs-5 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xs-5 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xs-5 > [class*=col] {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .furstore-section-collection-tabs .spacing-xs-10 .sp-item,
  .furstore-section-collection-tabs .spacing-xs-10 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xs-10 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xs-10 > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .furstore-section-collection-tabs .spacing-xs-15 .sp-item,
  .furstore-section-collection-tabs .spacing-xs-15 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xs-15 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xs-15 > [class*=col] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .furstore-section-collection-tabs .spacing-xs-20 .sp-item,
  .furstore-section-collection-tabs .spacing-xs-20 > [class*=" col-"],
  .furstore-section-collection-tabs .spacing-xs-20 > [class*=col-],
  .furstore-section-collection-tabs .spacing-xs-20 > [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.furstore-section-collection-tabs .spacing-1 .sp-item,
.furstore-section-collection-tabs .spacing-1 > [class*=" col-"],
.furstore-section-collection-tabs .spacing-1 > [class*=col-],
.furstore-section-collection-tabs .spacing-1 > [class*=col] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}
.furstore-section-collection-tabs .pointer {
  cursor: pointer;
}
.furstore-section-collection-tabs .respone_image {
  position: relative;
  padding-top: 100% !important;
}
.furstore-section-collection-tabs .respone_image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #f5f5f5;
  -o-object-fit: cover;
  object-fit: cover;
}
.furstore-section-collection-tabs .slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.furstore-section-collection-tabs .slick-slider .slick-arrow {
  cursor: pointer;
}
.furstore-section-collection-tabs .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.furstore-section-collection-tabs .slick-list:focus {
  outline: 0;
}
.furstore-section-collection-tabs .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.furstore-section-collection-tabs .slick-slider .slick-list,
.furstore-section-collection-tabs .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.furstore-section-collection-tabs .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.furstore-section-collection-tabs .slick-track:after,
.furstore-section-collection-tabs .slick-track:before {
  content: "";
  display: table;
}
.furstore-section-collection-tabs .slick-loading .slick-track {
  visibility: hidden;
}
.furstore-section-collection-tabs .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.furstore-section-collection-tabs [dir=rtl] .slick-slide {
  float: right;
}
.furstore-section-collection-tabs .slick-slide img {
  display: block;
}
.furstore-section-collection-tabs .slick-slide.slick-loading img {
  display: none;
}
.furstore-section-collection-tabs .slick-slide.dragging img {
  pointer-events: none;
}
.furstore-section-collection-tabs .slick-initialized .slick-slide {
  display: block;
}
.furstore-section-collection-tabs .slick-loading .slick-slide {
  visibility: hidden;
}
.furstore-section-collection-tabs .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.furstore-section-collection-tabs .slick-arrow.slick-hidden {
  display: none;
}
.furstore-section-collection-tabs .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: capitalize;
  border-radius: var(--button-radius);
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.17s linear, background-color 0.17s linear, border-color 0.17s linear;
  width: initial;
  min-width: 45px;
  height: 45px;
  color: #fff;
  background-color: var(--color-primary);
  /* border: 2px solid var(--color-primary); */
}
.furstore-section-collection-tabs .btn:hover {
  background-color: #b23641e6;
}
.furstore-section-collection-tabs .btn.btn-secondary {
  color: var(--color-primary);
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--color-primary);
}
.furstore-section-collection-tabs .btn.btn-secondary:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
@media (min-width: 1200px) {
  .furstore-section-collection-tabs .btn {
    font: 400 14px var(--font-family);
    padding: 10px 25px;
  }
  .furstore-section-collection-tabs .btn.btn-secondary {
    font: 400 1.6rem var(--font-family);
  }
  .furstore-section-collection-tabs .btn.btn-medium {
    min-width: 160px;
    height: 50px;
  }
  .furstore-section-collection-tabs .btn.btn-large {
    min-width: 200px;
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .furstore-section-collection-tabs .btn {
    font: 600 14px var(--font-family);
    min-width: 60px;
    height: 36px;
  }
  .furstore-section-collection-tabs .btn.btn-secondary {
    font: 400 1rem var(--font-family);
  }
  .furstore-section-collection-tabs .btn.btn-medium {
    min-width: 112px;
    height: 35px;
  }
  .furstore-section-collection-tabs .btn.btn-large {
    min-width: 140px;
    height: 42px;
  }
}
.furstore-section-collection-tabs .btn.disabled,
.furstore-section-collection-tabs .btn[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.furstore-section-collection-tabs .btn:focus {
  outline: 0;
  box-shadow: none;
}
.furstore-section-collection-tabs .title_section {
  margin-bottom: 4rem;
}
.furstore-section-collection-tabs .title_section p {
  margin-bottom: 0;
}
.furstore-section-collection-tabs .title_section .title p {
  font-weight: 700;
  font-size: clamp(24px, 1.9vw, 36px);
  font-family: var(--title-font-family);
  line-height: 1;
}
.furstore-section-collection-tabs .title_section .sub_title {
  font-size: 16px;
  font-weight: 400;
  max-width: 1550px;
}
.furstore-section-collection-tabs .title_section .sub_title strong {
  font-weight: 600;
}
.furstore-section-collection-tabs .title_section .desc {
  font-size: 2.4rem;
  max-width: 845px;
}
.furstore-section-collection-tabs .title_section .desc strong {
  font-weight: 600;
}
.furstore-section-collection-tabs .title_section.text-center .desc,
.furstore-section-collection-tabs .title_section.text-center .sub_title {
  margin-left: auto;
  margin-right: auto;
}
.furstore-section-collection-tabs .title_section.text-right .desc,
.furstore-section-collection-tabs .title_section.text-right .sub_title {
  margin-left: auto;
}
html[dir="rtl"] .furstore-section-collection-tabs .title_section.text-right .desc,
html[dir="rtl"] .furstore-section-collection-tabs .title_section.text-right .sub_title {
  margin-right: auto;
  margin-left: initial;
}
@media (max-width: 1199px) {

  .furstore-section-collection-tabs .title_section .sub_title {
    font-size: clamp(1.3rem, 16px, 1.6rem);
  }
}
@media (max-width: 767px) {
  .furstore-section-collection-tabs .title_section {
    text-align: center !important;
    margin-bottom: 2rem;
  }
}
.furstore-section-collection-tabs .categories__sidebar .block__content .level2 > .subCategory {
  padding-left: 35px;
}
html[dir="rtl"] .furstore-section-collection-tabs .categories__sidebar .block__content .level2 > .subCategory {
  padding-right: 35px;
  padding-left: initial;
}
.furstore-section-collection-tabs .categories__sidebar .block__content .level2 > .subCategory .cateItem:before {
  display: none;
}
.furstore-section-collection-tabs .collection-carousel:not(.slick-initialized) {
  overflow: hidden;
}
@media (max-width: 575px) {
  .furstore-section-collection-tabs .collection-carousel[data-unslick=true] {
    overflow: initial;
  }
}
.furstore-section-collection-tabs .collection-carousel .slick-track,
.furstore-section-collection-tabs .nov-slick-carousel .slick-track,
.furstore-section-collection-tabs .nov-slick-navfor-carousel .slick-track {
  display: flex;
}
.furstore-section-collection-tabs .collection-carousel .slick-track .slick-slide,
.furstore-section-collection-tabs .nov-slick-carousel .slick-track .slick-slide,
.furstore-section-collection-tabs .nov-slick-navfor-carousel .slick-track .slick-slide {
  height: auto;
}
.furstore-section-collection-tabs .collection-carousel[data-row="1"] {
  flex-wrap: nowrap;
}
.furstore-section-collection-tabs .collection-carousel[data-row="1"].slick-initialized,
.furstore-section-collection-tabs .nov-slick-carousel[data-row="1"].slick-initialized,
.furstore-section-collection-tabs .nov-slick-navfor-carousel[data-row="1"].slick-initialized {
  display: block;
}
.furstore-section-collection-tabs .collection-carousel[data-items="1"]:not(.slick-initialized) .item,
.furstore-section-collection-tabs .nov-slick-carousel[data-items="1"]:not(.slick-initialized) .item,
.furstore-section-collection-tabs .nov-slick-navfor-carousel[data-items="1"]:not(.slick-initialized) .item {
  display: none;
}
.furstore-section-collection-tabs .collection-carousel[data-items="1"]:not(.slick-initialized) .item:first-child,
.furstore-section-collection-tabs .nov-slick-carousel[data-items="1"]:not(.slick-initialized) .item:first-child,
.furstore-section-collection-tabs .nov-slick-navfor-carousel[data-items="1"]:not(.slick-initialized) .item:first-child {
  display: block;
}
@media (min-width: 768px) {
  .furstore-section-collection-tabs .collection-carousel[data-row="2"] .slick-slide > div,
  .furstore-section-collection-tabs .nov-slick-carousel[data-row="2"] .slick-slide > div,
  .furstore-section-collection-tabs .nov-slick-navfor-carousel[data-row="2"] .slick-slide > div {
    height: 50%;
  }
  .furstore-section-collection-tabs .collection-carousel[data-row="3"] .slick-slide > div,
  .furstore-section-collection-tabs .nov-slick-carousel[data-row="3"] .slick-slide > div,
  .furstore-section-collection-tabs .nov-slick-navfor-carousel[data-row="3"] .slick-slide > div {
    height: 33.33333%;
  }
  .furstore-section-collection-tabs .collection-carousel[data-row="4"] .slick-slide > div,
  .furstore-section-collection-tabs .nov-slick-carousel[data-row="4"] .slick-slide > div,
  .furstore-section-collection-tabs .nov-slick-navfor-carousel[data-row="4"] .slick-slide > div {
    height: 25%;
  }
}
@media (max-width: 767px) {
  .furstore-section-collection-tabs .collection-carousel[data-row_mobile="2"] .slick-slide > div,
  .furstore-section-collection-tabs .nov-slick-carousel[data-row_mobile="2"] .slick-slide > div,
  .furstore-section-collection-tabs .nov-slick-navfor-carousel[data-row_mobile="2"] .slick-slide > div {
    height: 50%;
  }
  .furstore-section-collection-tabs .collection-carousel[data-row_mobile="3"] .slick-slide > div,
  .furstore-section-collection-tabs .nov-slick-carousel[data-row_mobile="3"] .slick-slide > div,
  .furstore-section-collection-tabs .nov-slick-navfor-carousel[data-row_mobile="3"] .slick-slide > div {
    height: 33.33333%;
  }
  .furstore-section-collection-tabs .collection-carousel[data-row_mobile="4"] .slick-slide > div,
  .furstore-section-collection-tabs .nov-slick-carousel[data-row_mobile="4"] .slick-slide > div,
  .furstore-section-collection-tabs .nov-slick-navfor-carousel[data-row_mobile="4"] .slick-slide > div {
    height: 25%;
  }
}
.furstore-section-collection-tabs .slick-slider .slick-dots {
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.furstore-section-collection-tabs .slick-slider .slick-dots li {
  margin: 0 5px;
}
.furstore-section-collection-tabs .slick-slider .slick-dots li button {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: var(--text-color);
  font-size: 0;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s;
  display: block;
}
.furstore-section-collection-tabs .slick-slider .slick-dots li button::before {
  display: none;
}
.furstore-section-collection-tabs .slick-slider .slick-dots li:hover button {
  transform: scale(1.2, 1.2);
}
.furstore-section-collection-tabs .slick-slider .slick-dots li.slick-active button {
  background-color: var(--color-primary);
}
.furstore-section-collection-tabs .slick-slider.slick-dotted {
  margin-bottom: 0;
}
.furstore-section-collection-tabs .slick-slider.dot-abs .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
html[dir="rtl"] .furstore-section-collection-tabs .slick-slider.dot-abs .slick-dots {
  right: 50%;
  left: initial;
}
html[dir="rtl"] .furstore-section-collection-tabs .slick-slider.dot-abs .slick-dots {
  transform: translateX(50%);
}
.furstore-section-collection-tabs .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background-color: var(--color-primary);
  border: 1px solid #fff;
  transition: all 0.3s;
  border-radius: 100%;
  -ms-box-shadow: 4px 4px 6px rgba(var(--color-shadow), 0.1);
  -o-box-shadow: 4px 4px 6px rgba(var(--color-shadow), 0.1);
  box-shadow: 4px 4px 6px rgba(var(--color-shadow), 0.1);
}
.furstore-section-collection-tabs .slick-slider .slick-arrow:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2b2b2b;
}
.furstore-section-collection-tabs .slick-slider .slick-arrow.arrow-prev {
  left: 30px;
}
html[dir="rtl"] .furstore-section-collection-tabs .slick-slider .slick-arrow.arrow-prev {
  right: 30px;
  left: initial;
}
.furstore-section-collection-tabs .slick-slider .slick-arrow.arrow-next {
  right: 30px;
}
html[dir="rtl"] .furstore-section-collection-tabs .slick-slider .slick-arrow.arrow-next {
  left: 30px;
  right: initial;
}
.furstore-section-collection-tabs .slick-slider .slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.furstore-section-collection-tabs .slick-slider.grid--view-items .slick-arrow {
  top: 38%;
  opacity: 0;
}
.furstore-section-collection-tabs .slick-slider.grid--view-items:hover .slick-arrow {
  opacity: 1;
}
.furstore-section-collection-tabs .slick-slider.grid--view-items:hover .slick-arrow.arrow-prev {
  left: -5px;
}
html[dir="rtl"] .furstore-section-collection-tabs .slick-slider.grid--view-items:hover .slick-arrow.arrow-prev {
  right: -5px;
  left: initial;
}
.furstore-section-collection-tabs .slick-slider.grid--view-items:hover .slick-arrow.arrow-next {
  right: -5px;
}
html[dir="rtl"] .furstore-section-collection-tabs .slick-slider.grid--view-items:hover .slick-arrow.arrow-next {
  left: -5px;
  right: initial;
}
.furstore-section-collection-tabs .nov-slide-mobile.slick-dotted {
  padding-bottom: 15px;
}
.furstore-section-collection-tabs .nov-slide-mobile .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
html[dir="rtl"] .furstore-section-collection-tabs .nov-slide-mobile .slick-dots {
  right: 50%;
  left: initial;
}
html[dir="rtl"] .furstore-section-collection-tabs .nov-slide-mobile .slick-dots {
  transform: translateX(50%);
}
.furstore-section-collection-tabs .distance.wow {
  visibility: hidden;
}
.furstore-section-collection-tabs .header-settings .item {
  margin-bottom: 35px;
  font-size: 18px;
}
.furstore-section-collection-tabs .header-settings .nov-lang-cur .dropdown-toggle {
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 10px 20px;
}
.furstore-section-collection-tabs .header-settings .nov-lang-cur .dropdown-toggle:hover {
  background-color: #f1f1f1;
  color: #222;
}
.furstore-section-collection-tabs .slick-slide > div:last-child .item-product {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .furstore-section-collection-tabs .collection-carousel.row,
  .furstore-section-collection-tabs .nov-slick-carousel.grid--view-items.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .furstore-section-collection-tabs .collection-carousel.row .item.col,
  .furstore-section-collection-tabs .collection-carousel.row .sp-item,
  .furstore-section-collection-tabs .nov-slick-carousel.grid--view-items.row .item.col,
  .furstore-section-collection-tabs .nov-slick-carousel.grid--view-items.row .sp-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.furstore-section-collection-tabs .item-product {
  border-radius: var(--product-corner-radius);
  margin-bottom: 2rem;
}
.furstore-section-collection-tabs .item-product .thumbnail-container {
  position: relative;
  border-radius: var(--product-corner-radius);
  transform: translateZ(0);
  overflow: hidden;
}
.furstore-section-collection-tabs .item-product .thumbnail-container img {
  margin: 0 auto;
}
.furstore-section-collection-tabs .item-product .thumbnail-container.has-multiimage .product__thumbnail {
  transition: opacity 0.5s linear;
}
.furstore-section-collection-tabs .item-product .thumbnail-container > a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.furstore-section-collection-tabs .item-product .thumbnail-container .product__thumbnail-second {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all 0.5s linear;
}
html[dir="rtl"] .furstore-section-collection-tabs .item-product .thumbnail-container .product__thumbnail-second {
  right: 50%;
  left: initial;
}
html[dir="rtl"] .furstore-section-collection-tabs .item-product .thumbnail-container .product__thumbnail-second {
  transform: translateX(50%);
}
.furstore-section-collection-tabs .item-product .product__info {
  position: relative;
}
.furstore-section-collection-tabs .item-product .product__title a {
  font-size: clamp(14px, 0.95vw, 18px);
  display: block;
  color: #000;
  margin-bottom: 5px;
}
.furstore-section-collection-tabs .item-product .product__title a:hover {
  color: var(--color-primary);
}
.furstore-section-collection-tabs .item-product .btn-default.style-1 {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  background-color: #fff;
  border: 1px solid #fff;
}
.furstore-section-collection-tabs .item-product .btn-default.style-1:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.furstore-section-collection-tabs .item-product .btn-default svg {
  stroke: var(--color-primary);
  width: 14px;
}
.furstore-section-collection-tabs .item-product .btn-default:hover svg {
  stroke: #fff;
}
.furstore-section-collection-tabs .item-product .option-label {
  font-size: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  color: var(--title-text-color);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 100%;
  text-align: left;
}
html[dir="rtl"] .furstore-section-collection-tabs .item-product .option-label {
  text-align: right;
}
.furstore-section-collection-tabs .item-product .option-label.label-color {
  padding: 0;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .furstore-section-collection-tabs .item-product .option-label {
    margin-top: 0;
  }
}

.furstore-section-collection-tabs .item-product .btn-default {
  color: var(--color-primary);
  background-color: #fff;
  border: 1px solid #fff;
}
.furstore-section-collection-tabs .item-product .btn-default:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.furstore-section-collection-tabs .item-product .btn-default.style-2ÃƒÂ¢Ã‹â€ Ã¢â‚¬Å¡ {
  height: 41px;
  color: var(--color-primary);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  text-transform: capitalize;
  position: absolute;
  width: calc(100% - 20px);
  bottom: 0;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s;
}
.furstore-section-collection-tabs .item-product .btn-default.style-2:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
@media (min-width: 768px) {
  .furstore-section-collection-tabs .item-product:hover .thumbnail-container.has-multiimage .product__thumbnail {
    opacity: 0;
  }
  .furstore-section-collection-tabs .item-product:hover .thumbnail-container.has-multiimage .product__thumbnail-second {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1.2);
  }
}
.furstore-section-collection-tabs .grid--view-items .item-product {
  position: relative;
  transition: 0.3s;
  text-align: center;
}
.furstore-section-collection-tabs .grid--view-items .item-product .product__info {
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 10px;
}
.furstore-section-collection-tabs .item-product.product-style-2 .product__title {
  transition: transform 0.3s;
}
.furstore-section-collection-tabs .item-product.product-style-2:hover .product__title {
  transform: translateY(-25px);
}
.furstore-section-collection-tabs .item-product.product-style-2:hover .btn-default.style-2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(-15px);
}
.furstore-section-collection-tabs {
  overflow: hidden;
}
.furstore-section-collection-tabs .nav-tabs {
  position: relative;
  border: none;
}
.furstore-section-collection-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
}
.furstore-section-collection-tabs .nav-tabs .nav-item:not(:last-child) {
  margin-right: 8rem;
}
html[dir="rtl"] .furstore-section-collection-tabs .nav-tabs .nav-item:not(:last-child) {
  margin-left: 8rem;
  margin-right: initial;
}
.furstore-section-collection-tabs .nav-tabs .nav-link {
  font-size:clamp(14px, 0.85vw, 16px);
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s;
  padding: 0;
  line-height: 1;
  border: none;
  position: relative;
}
.furstore-section-collection-tabs .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  border-radius: 5px;
  transition: width 0.2s linear;
}
.furstore-section-collection-tabs .nav-tabs .nav-link.active:after {
  width: 100%;
}
@media (max-width: 767px) {
  .furstore-section-collection-tabs .nav-tabs {
    overflow-x: scroll;
    overflow-y: hidden;
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    -moz-justify-content: initial !important;
    -ms-justify-content: initial !important;
    justify-content: initial !important;
    -ms-flex-pack: initial !important;
    padding: 1px;
    scrollbar-width: none;
  }
  .furstore-section-collection-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 575px) {
  .furstore-section-collection-tabs .nav-tabs .nav-item:not(:last-child) {
    margin-right: 15px;
  }
  html[dir="rtl"] .furstore-section-collection-tabs .nav-tabs .nav-item:not(:last-child) {
    margin-left: 15px;
    margin-right: initial;
  }
}
.furstore-section-collection-tabs .product-tabs-content .tab-content {
  display: none;
}
.furstore-section-collection-tabs .product-tabs-content .tab-content.active {
  display: block;
}
.furstore-section-collection-tabs .product-tabs-content > .tab-pane {
  display: block;
}
.furstore-section-collection-tabs .collection-carousel .slick-dots {
  position: static;
  transform: none;
  margin-top: 40px;
  justify-content: center;
}
.furstore-section-collection-tabs .collection-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .furstore-section-collection-tabs .mt-35 {
    margin-top: 15px !important;
  }
}
@media (min-width: 1200px) {
  .furstore-section-collection-tabs .collection-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3,1fr);
    margin: 0;
  }
  .furstore-section-collection-tabs .collection-grid .item-product {
    margin-bottom: 0;
  }
  .furstore-section-collection-tabs .collection-grid .block:not(:first-child) .thumbnail-container > a {
    width: 100%;
    margin: auto;
    position: relative;
    display: block;
    overflow: hidden;
  }
  .furstore-section-collection-tabs .collection-grid .block:first-child {
    /* grid-row-start: 1; */
    /* grid-column-start: 3; */
    /* grid-row-end: 3; */
    /* grid-column-end: 5; */
  }
  .furstore-section-collection-tabs .collection-grid .block:nth-child(2) {
    /* grid-row-start: 1; */
    /* grid-column-start: 1; */
    /* grid-row-end: 2; */
    /* grid-column-end: 2; */
  }
  .furstore-section-collection-tabs .collection-grid .block:nth-child(3) {
    /* grid-row-start: 2; */
    /* grid-column-start: 1; */
    /* grid-row-end: 4; */
    /* grid-column-end: 2; */
  }
  .furstore-section-collection-tabs .collection-grid .block:nth-child(4) {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
  }
  .furstore-section-collection-tabs .collection-grid .block:nth-child(5) {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
  }
  .furstore-section-collection-tabs .collection-grid .block:nth-child(6) {
    grid-row-start: 1;
    grid-column-start: 5;
    grid-row-end: 2;
    grid-column-end: 6;
  }
  .furstore-section-collection-tabs .collection-grid .block:nth-child(7) {
    grid-row-start: 1;
    grid-column-start: 6;
    grid-row-end: 2;
    grid-column-end: 7;
  }
  .furstore-section-collection-tabs .collection-grid .block:nth-child(8) {
    grid-row-start: 2;
    grid-column-start: 5;
    grid-row-end: 3;
    grid-column-end: 6;
  }
  .furstore-section-collection-tabs .collection-grid .block:nth-child(9) {
    grid-row-start: 2;
    grid-column-start: 6;
    grid-row-end: 3;
    grid-column-end: 7;
  }
}
@media (max-width: 1199px) {
  .furstore-section-collection-tabs .collection-grid .block {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    /* padding: 0 15px; */
  }
  .furstore-section-collection-tabs .collection-grid .block:first-child {
    /* flex: 0 0 100%; */
    /* max-width: 100%; */
  }
}
@media (max-width: 992px) {
  .furstore-section-collection-tabs .collection-grid {
    margin: 0 -7.5px;
  }
  .furstore-section-collection-tabs .collection-grid .block {
    padding: 0 7.5px;
  }
  .furstore-section-collection-tabs .collection-grid .block .thumbnail-container > a {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .furstore-section-collection-tabs .nav-mobile__title {
    padding: 15px 25px;
    font-size: clamp(14px, 0.85vw, 16px);
    font-weight: 700;
    border-radius: 5px;
    background-color: #f1f1f1;
  }
  .furstore-section-collection-tabs .nav-mobile__title:after {
    margin-left: 10px;
  }
  html[dir="rtl"] .furstore-section-collection-tabs .nav-mobile__title:after {
    margin-right: 10px;
    margin-left: initial;
  }
  .furstore-section-collection-tabs .nav-mobile {
    min-width: 155px;
    margin-bottom: 20px;
  }
  .furstore-section-collection-tabs .dropdown-menu {
    padding: 0;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .furstore-section-collection-tabs .dropdown-menu .nav-link {
    padding: 10px 25px;
  }
}
@media (min-width: 1366px) {
  .furstore-section-collection-tabs .slick-arrow {
    top: 43%;
  }
}
@media (max-width: 767px) {
  .furstore-section-collection-tabs .nov-mobile-block .slick-list {
    overflow: initial;
  }
}
html[dir="rtl"] .furstore-section-collection-tabs .nav {
  padding-right: 0;
}
html[dir="rtl"] .furstore-section-collection-tabs .account-list.dropdown-menu {
  left: 0 !important;
}
html[dir="rtl"] .list-unstyled {
  padding-right: 0;
}
html[dir="rtl"] .furstore-section-collection-tabs .account-list.dropdown-menu {
  right: inherit !important;
  left: 0 !important;
}
@media (max-width: 500px) {
  .furstore-section-collection-tabs .collection-grid .block .thumbnail-container > a {
    width: 100%;
  }
    .furstore-section-collection-tabs .collection-grid .block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .furstore-section-collection-tabs .mt-35 {
    margin-top: 5px !important;
  }
}