@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-only-s {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .desktop-only-s {
    display: none !important;
  }
}

.main-container {
  max-width: 1200px;
  margin: auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 7px;
}
@media only screen and (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 23px;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.js-fixed {
  overflow: hidden;
}

.js-block {
  display: block !important;
}

.js-flex {
  display: flex !important;
}

.js-none {
  display: none !important;
}

.top-cold-content {
  width: 100%;
  padding-bottom: 40px;
  padding-right: 26px;
}
.top-cold-content .top-cold-content-full {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.top-cold-content .container-read-more {
  display: flex;
  align-items: center;
  padding-top: 8px;
  cursor: pointer;
}
.top-cold-content .expanded {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: unset;
}

*::-moz-selection {
  background: #fdcdca;
}

*::selection {
  background: #fdcdca;
}

.breadcrumbs-section {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.breadcrumbs-section .breadcrumbs-item {
  line-height: 1.5;
  margin-right: 5px;
  font-size: 10px;
  font-family: "Arial";
  font-weight: 400;
}
.breadcrumbs-section .breadcrumbs-item .breadcrumbs-link {
  font-weight: 400;
  font-size: 10px;
  font-family: "Arial";
  color: #000;
}
.breadcrumbs-section .breadcrumbs-item .breadcrumbs-link:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .top-title-section {
    border-bottom: 1px solid #eaeaea;
  }
}
.top-title-section .title-wrapper-section .title-wrapper .page-title {
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.26px;
  color: #000;
  font-size: 18px;
  font-family: "Montserrat";
}
@media (max-width: 767.98px) {
  .top-title-section .title-wrapper-section .title-wrapper .page-title {
    font-size: 15px;
    letter-spacing: 0.8px;
  }
}
.top-title-section .top-cold-content {
  font-size: 14px;
  line-height: 18px;
  font-family: "Arial";
  font-weight: 400;
  text-align: justify;
}
.top-title-section .top-cold-content .read-more {
  cursor: pointer;
  text-align: center;
}
.top-title-section .top-cold-content .read-more:hover {
  text-decoration: underline;
}

.products .sorting-section-wrapper {
  margin-left: 16px;
}
.products .sorting-section-wrapper .selected-number {
  font-weight: 400;
  font-style: normal;
  min-height: 36px;
  letter-spacing: 0.36px;
  margin-top: 2px;
}
.products .sorting-section-wrapper .sorting-section-desktop {
  display: flex;
}
.products .sorting-section-wrapper .sorting-section-desktop .sorting select {
  padding-right: 20px;
  background-color: transparent;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-size: 12px;
  font-family: "Arial";
  font-weight: 400;
  line-height: 1.5;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZD0nTTggMTAuNWEuNzUxLjc1MSAwIDAgMS0uNTUtLjI0TDQuMiA2Ljc2QS43NS43NSAwIDEgMSA1LjMgNS43NEw4IDguNjQ4bDIuNy0yLjkwOGEuNzUuNzUgMCAxIDEgMS4xIDEuMDIxbC0zLjI1IDMuNWEuNzUxLjc1MSAwIDAgMS0uNTUuMjR6Jy8+PC9zdmc+);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 100%;
  margin-right: 20px;
}
.products .sorting-section-wrapper .sorting-section-desktop .sorting select:hover {
  text-decoration: underline;
}
.products .sorting-section-wrapper .sorting-section-desktop .sorting select.sortBy {
  width: auto;
}
.products .sorting-section-wrapper .sorting-section-desktop .sorting select.sortNumber {
  width: 80px;
}
.products .sorting-section-wrapper .sorting-section-desktop .sorting select option {
  text-align: right;
  font-family: "Arial";
}
@media (max-width: 767.98px) {
  .products .sorting-section-wrapper .sorting-section-desktop .sorting select {
    background-image: none;
    background-color: transparent;
    margin-right: 0;
  }
}
.products .sorting-section-wrapper .sorting-section-mobile {
  display: flex;
  margin-top: 4px;
  padding-right: 16px;
}
.products .sorting-section-wrapper .sorting-section-mobile .filter-sort-btn {
  padding-left: 22px;
}
.products .sorting-section-wrapper .sorting-section-mobile .filter-sort-btn:hover {
  text-decoration: underline;
}
.products .sorting-section-wrapper .sorting-section-mobile .filter-sort-btn select {
  background-color: transparent;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  padding-left: 20px;
  font-size: 12px;
  font-family: "Arial";
  font-weight: 400;
  line-height: 1.5;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 64px;
  cursor: pointer;
}
.products .sorting-section-wrapper .sorting-section-mobile .filter-sort-btn select:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .products .sorting-section-wrapper .sorting-section-mobile {
    margin-top: 0;
  }
}

.sidebar {
  font-size: 12px;
}
.sidebar .category-div {
  font-family: "Montserrat";
  font-size: 12px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.84px;
  -webkit-text-size-adjust: 100%;
  color: #000;
  line-height: 1.5;
}
.sidebar .nav-list-item:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .sidebar {
    display: none;
  }
}

.products-list {
  letter-spacing: 0.4px;
}
.products-list .product-link {
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 1023.98px) {
  .products-list .product-link {
    font-size: 12px;
  }
}
.products-list .product-image-wrapper {
  padding-bottom: 22px;
}
@media (max-width: 767.98px) {
  .products-list .product-image-wrapper {
    padding-bottom: 5px;
  }
}
.products-list .product-image-wrapper .image-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: opacity 0.1s ease 0s;
  opacity: 0;
}
.products-list .product-image-wrapper:hover .image-hover {
  opacity: 1;
}
.products-list .quick-view-btn {
  transform: translateX(-45%) translateY(600%);
  transition: opacity 0.35s ease;
  border: 1px solid #ccc;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.85;
  background-color: #ffffff;
  font-family: "Arial";
  font-weight: 600;
}
.products-list .quick-view-btn:hover {
  color: #000;
  text-decoration: underline;
}
.products-list .tag-wrapper {
  z-index: 1;
}
.products-list .tag-wrapper .wrapper {
  margin: 0 auto;
  background: hsla(0, 0%, 95%, 0.8);
  border: 1px solid transparent;
  opacity: 1;
  max-width: 240px;
  padding: 4px 5px;
  line-height: 1.5;
}
.products-list .tag-wrapper .top-line span {
  font-weight: 700;
  line-height: 17px;
  font-size: 11.5px;
  padding-bottom: 3px;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: inherit;
  vertical-align: middle;
  font-family: "Arial";
  font-weight: 600;
}
.products-list .tag-wrapper .bottom-line {
  font-family: "Arial";
  font-weight: 400;
  color: #000;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
.products-list .title {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  margin: 1px 0;
  text-overflow: ellipsis;
}
.products-list .desc {
  font-family: "Arial";
  font-size: 12px;
  margin: 1px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.products-list .label {
  transform: translateX(-50%) translateY(-100%);
  z-index: 3;
  border-radius: 0.5714285714rem;
  font-family: "Arial";
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.0214285714rem;
  white-space: nowrap;
}
.products-list .label.new {
  background-color: hsla(0, 0%, 100%, 0.85);
  letter-spacing: 0.7px;
  font-size: 10px;
  font-weight: 400;
  font-family: "Montserrat";
  transition-duration: 0.25s;
  text-transform: uppercase;
  border: 1px solid #000;
  line-height: 1.25;
  border-radius: 6px;
}
.products-list .label.new:hover {
  transition-timing-function: ease-in-out;
  background-color: #000;
  color: #ffffff;
}
.products-list .product-general {
  font-family: "Arial";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.products-list .product-general li span:not(:first-of-type) {
  content: ": ";
  padding-left: 1p;
}
.products-list .price-wrapper {
  font-size: 12px;
}
.products-list .price-wrapper .new-price {
  color: #961c1c;
  padding: 0 3.5px 0 0;
  display: inline-block;
  line-height: 1.5;
}
.products-list .price-wrapper .old-price {
  padding: 0 0px 0 3.5px;
  line-height: 1.5;
  color: #717171;
  text-decoration: line-through;
}

.pagination {
  font-family: "Arial";
}
.pagination .separator {
  display: none;
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .pagination .separator {
    display: block;
  }
}
.pagination .page {
  color: #717171;
  font-size: 14px;
}
.pagination .page:hover {
  color: #000;
}
.pagination .page.active {
  color: #000;
}
.pagination .page.mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .pagination .page.mobile {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .pagination .page {
    margin-right: 3px;
  }
}
.pagination .arrow-prev {
  cursor: pointer;
}
.pagination .arrow-prev:hover {
  border-color: #e4e4e4;
  background-color: #e4e4e4;
  border-radius: 50%;
  border-width: 2px;
}
.pagination .arrow-next {
  rotate: 90deg;
  cursor: pointer;
}
.pagination .arrow-next:hover {
  border-color: #e4e4e4;
  background-color: #e4e4e4;
  border-radius: 50%;
  border-width: 2px;
}
.pagination ul li {
  font-size: 14px;
  font-family: "Arial";
  cursor: pointer;
}
.pagination ul li.active {
  text-decoration: underline;
}
.pagination ul li:hover {
  text-decoration: underline;
}
.pagination ul li.separator {
  letter-spacing: 0.9px;
}

.bottom-content-section {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}
.bottom-content-section h3 {
  font-family: "Arial";
  font-weight: 600;
  font-size: 16px;
}
.bottom-content-section .ls-links a:hover {
  text-decoration: underline;
}

.fallback-title {
  font-weight: 600;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 10px;
  display: inline-block;
}

.black-friday-banner .main-title,
.black-friday-banner .pre-title, .cyber-monday-banner .main-title,
.cyber-monday-banner .pre-title {
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .black-friday-banner .top-title-section, .cyber-monday-banner .top-title-section {
    padding-right: 18px;
    padding-bottom: 18px;
  }
}
.black-friday-banner .countdown-wrap, .cyber-monday-banner .countdown-wrap {
  display: flex;
  font-family: "Arial";
  text-align: center;
  min-height: 67px;
  padding: 0 32px;
}
.black-friday-banner .countdown, .cyber-monday-banner .countdown {
  display: flex;
}
.black-friday-banner .countdown::after, .cyber-monday-banner .countdown::after {
  content: ":";
  display: flex;
  align-items: end;
  padding: 0 16px;
  font-size: 42px;
  font-family: "Arial";
}
.black-friday-banner .countdown-wrap > .countdown:last-child::after, .cyber-monday-banner .countdown-wrap > .countdown:last-child::after {
  content: none;
}
.black-friday-banner .countdown__label, .cyber-monday-banner .countdown__label {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.black-friday-banner .countdown__number, .cyber-monday-banner .countdown__number {
  font-size: 42px;
  letter-spacing: 4px;
  font-family: "Arial";
  padding-top: 28px;
  display: block;
}
.black-friday-banner.banner-content, .cyber-monday-banner.banner-content {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
.black-friday-banner .pre-title, .cyber-monday-banner .pre-title {
  font-family: "Arial";
  font-size: 20px;
  letter-spacing: 6px;
}
.black-friday-banner .main-title, .cyber-monday-banner .main-title {
  font-family: "Arial";
  font-size: 48px;
  letter-spacing: 12px;
  line-height: 48px;
}
.black-friday-banner .subtitle, .cyber-monday-banner .subtitle {
  font-family: "Arial";
  font-size: 16px;
}
@media (max-width: 1024px) {
  .black-friday-banner .countdown-wrap, .cyber-monday-banner .countdown-wrap {
    padding: 0;
    min-height: 54px;
  }
  .black-friday-banner.banner-content, .cyber-monday-banner.banner-content {
    padding: 32px;
  }
  .black-friday-banner .pre-title, .cyber-monday-banner .pre-title {
    letter-spacing: 3px;
  }
  .black-friday-banner .main-title, .cyber-monday-banner .main-title {
    letter-spacing: 8px;
  }
  .black-friday-banner .countdown__label,
  .black-friday-banner .pre-title,
  .black-friday-banner .subtitle, .cyber-monday-banner .countdown__label,
  .cyber-monday-banner .pre-title,
  .cyber-monday-banner .subtitle {
    font-size: 14px;
  }
  .black-friday-banner .countdown::after,
  .black-friday-banner .countdown__number,
  .black-friday-banner .main-title, .cyber-monday-banner .countdown::after,
  .cyber-monday-banner .countdown__number,
  .cyber-monday-banner .main-title {
    font-size: 32px;
    line-height: 32px;
  }
  .black-friday-banner .countdown__number, .cyber-monday-banner .countdown__number {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .black-friday-banner .countdown-wrap, .cyber-monday-banner .countdown-wrap {
    min-height: 44px;
  }
  .black-friday-banner .banner-title-wrap, .cyber-monday-banner .banner-title-wrap {
    text-align: center;
  }
  .black-friday-banner.banner-content, .cyber-monday-banner.banner-content {
    flex-direction: column;
    gap: 24px;
    margin-right: 18px;
  }
  .black-friday-banner .main-title, .cyber-monday-banner .main-title {
    margin-bottom: 12px;
    letter-spacing: 6px;
  }
  .black-friday-banner .subtitle, .cyber-monday-banner .subtitle {
    line-height: 16px;
  }
  .black-friday-banner .countdown__label,
  .black-friday-banner .pre-title,
  .black-friday-banner .subtitle, .cyber-monday-banner .countdown__label,
  .cyber-monday-banner .pre-title,
  .cyber-monday-banner .subtitle {
    font-size: 12px;
  }
  .black-friday-banner .countdown::after,
  .black-friday-banner .countdown__number,
  .black-friday-banner .main-title, .cyber-monday-banner .countdown::after,
  .cyber-monday-banner .countdown__number,
  .cyber-monday-banner .main-title {
    font-size: 24px;
    line-height: 24px;
  }
  .black-friday-banner .countdown::after, .cyber-monday-banner .countdown::after {
    padding: 0 12px 5px 12px;
  }
}

.black-friday-banner.banner-content {
  background: linear-gradient(to right, #000 0, rgba(0, 0, 0, 0.64) 100%);
}

.cyber-monday-banner.banner-content {
  background: linear-gradient(to right, #001a33 0%, rgba(0, 26, 51, 0.64) 100%);
}

@media (max-width: 767.98px) {
  .filters {
    background-color: #ffffff;
    opacity: 0;
    transition: max-height 0.6s ease, opacity 0.3s ease;
  }
  .filters.active {
    opacity: 1;
    overflow-y: scroll;
  }
}
.filters .filters-wrapper {
  border-bottom: 1px solid #e4e4e4;
  font-family: "Arial";
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper {
    border-bottom: none;
  }
}
.filters .filters-wrapper .filter-box .filter-title {
  font-size: 12px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .filter-box .filter-title {
    line-height: 18px;
  }
}
.filters .filters-wrapper .filter-box .filter-title.active .arrow-img {
  transform: rotate(180deg);
}
.filters .filters-wrapper .filter-box .filter-title .count-number {
  font-size: 12px;
}
.filters .filters-wrapper .filter-box .filter-title .count-number .count-mobile {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .filter-box .filter-title .count-number .count-mobile {
    font-weight: 400;
    font-family: "Arial";
  }
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .filter-box .filter-title {
    background-color: #f3f3f3;
    font-size: 12px;
    font-family: "Arial";
  }
}
.filters .filters-wrapper .filter-box .filter-list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: 0 1px 5.5px 0.5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .filter-box .filter-list {
    border: none;
    background-color: none;
    box-shadow: none;
  }
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.designer {
  overflow-y: scroll;
  overflow-x: hidden;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.designer .checkbox:checked + span {
  text-decoration: underline;
  color: #000;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.designer .filter-item {
  font-family: "Arial";
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  color: #717171;
  text-transform: uppercase;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.designer .filter-item.disabled {
  cursor: default;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.designer .filter-item.disabled span {
  text-decoration: line-through;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.designer span {
  cursor: pointer;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.designer span:hover {
  color: #000;
  text-decoration: underline;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.size {
  font-family: "Arial";
  font-size: 12px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.size .filter-item {
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  color: #000;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  letter-spacing: 0;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.size .filter-item.checked {
  background-color: #000;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.size .filter-item:hover {
  border-color: transparent;
  background-color: #e4e4e4;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.size .filter-item input {
  cursor: pointer;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.size .filter-item input:hover {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.size .filter-item:hover label {
    background: none;
    border: none;
  }
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.size .filter-item.disabled {
  color: #6e6e6e;
  background-color: #f4f4f4;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.size .filter-item.disabled .checkbox-label::before {
  content: "";
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #919191;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.size .filter-item.disabled:hover input {
  cursor: default !important;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color {
  overflow-y: scroll;
  overflow-x: hidden;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .filter-item input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .filter-item .image-pattern {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .filter-item .checkbox-label {
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  border: 2px solid #e4e4e4;
  background: #000;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .filter-item .checkbox-label span {
  color: #000;
  font-family: "Arial";
  font-size: 12px;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .filter-item:hover label {
  box-shadow: 0 0 0 0.0714285714rem #000;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .filter-item:hover span {
  text-decoration: underline;
  cursor: pointer;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .filter-item.disabled label {
  opacity: 0.5;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .filter-item.disabled label span {
  text-decoration: line-through;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .checkbox:checked ~ label {
  box-shadow: 0 0 0 1px #000;
}
.filters .filters-wrapper .filter-box .filter-list .list-wrapper .ul-list.color .checkbox:checked ~ label span {
  text-decoration: underline;
}
.filters .filters-wrapper .filter-box .filter-list .bottom-buttons {
  /* .done-btn {
     font-family: $font-montserrat;
     border: 2px;
     font-weight: 400;
     font-size: 12px;
     line-height: 1.5;
     transition: all 0.25s ease-in-out;
     border-style: solid;
     letter-spacing: 0.07em;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     white-space: normal;
     background-color: $color-black;
     color: $color-white;
     cursor: pointer;
     border: 2px solid $color-black;

     &:hover {
       border-color: #949494;
       background-color: $color-white;
       color: $color-black;
     }
   } */
}
.filters .filters-wrapper .filter-box .filter-list .bottom-buttons .clear-btn {
  text-decoration: underline;
  font-family: "Arial";
  font-size: 12px;
  cursor: pointer;
}
.filters .filters-wrapper .filter-box .filter-list .bottom-buttons .clear-btn:hover {
  text-decoration: none;
}
.filters .filters-wrapper .filter-box .filter-item-title {
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.84px;
}
.filters .filters-wrapper .reset-btn {
  font-family: "Arial";
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.filters .filters-wrapper .reset-btn:hover {
  text-decoration: none;
}
.filters .bottom-btn-mobile {
  background-color: #ffffff;
}
.filters .bottom-btn-mobile .clear-all-btn {
  border: 2px solid #000;
  font-weight: 400;
  font-family: "Montserrat";
  background-color: #000;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.43;
  transition: all 0.25s ease-in-out;
  letter-spacing: 0.98px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
}
.filters .bottom-btn-mobile .clear-all-btn:hover {
  border-color: #000;
  background-color: #ffffff;
  color: #000;
}
.filters .bottom-btn-mobile .done-btn {
  font-weight: 400;
  border: 2px solid #000;
  font-size: 14px;
  line-height: 1.43;
  transition: all 0.25s ease-in-out;
  letter-spacing: 0.98px;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}
.filters .bottom-btn-mobile .done-btn:hover {
  border-color: #717171;
  background-color: rgba(0, 0, 0, 0.1019607843);
  color: #717171;
}

