@media (min-width: 1200px) {
  .col-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.product__list__wrapper .product__item {
  padding: 0;
}

/* ----------------------------------- Other Pages Styles ----------------------------------- */

/*--------------------------------------------------------------
# Category Parent Page
--------------------------------------------------------------*/

.category {
  background: #f7f7f7;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(
    --cz-breadcrumb-divider,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333d4c' viewBox='0 0 24 24'%3E%3Cpath d='M8.381 5.381a.874.874 0 0 1 1.237 0l6 6a.874.874 0 0 1 0 1.237l-6 6a.874.874 0 1 1-1.237-1.237L13.763 12 8.381 6.619a.874.874 0 0 1 0-1.237z'/%3E%3C/svg%3E")
  );
  height: 1.125em;
  line-height: 2em;
  margin-right: 5px;
  padding-right: 0;
  width: 1.125em;
}

.breadcrumbs-single a,
.breadcrumbs-single li.active {
  color: #313131;
  /* font-size: 16px; */
  line-height: 1.4;
}

.breadcrumbs-single a {
  color: #797979;
}

.category__wrapper {
  margin-bottom: 30px;
}

.category__wrapper h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.brand__list__wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eceae8;
  color: #313131;
  width: 69px;
  height: 57px;
  font-weight: 600;
  font-size: 18px;
}

.brand__item img {
  width: 100%;
  object-fit: contain;
}

.category__item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.category__thumb {
  width: 45%;
  border-radius: 12px;
}

.category__thumb::before {
  padding-top: 132%;
}

.category__content {
  flex: 1;
}

.category__content h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.58;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.category__content h6 a {
  display: block;
  color: black;
}

.category__content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 4px;
  color: #737373;
}

.category__content li {
  line-height: 2;
}

.category__content a {
  display: block;
  color: #313131;
  line-height: 2;
}
.category__content a:hover {
  color: var(--color-primary);
}

.search__brands {
  margin-bottom: 60px;
}

.group-title-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.title-wrapper h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.18;
  text-transform: uppercase;
  margin-bottom: 0;
}

.button-wrapper .btn-custom {
  border-color: black;
}

.search__item a {
  position: relative;
  display: block;
}

.search__img__brand {
  position: absolute;
  z-index: 1;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.search__img {
  border-radius: 12px;
}

.search__img::before {
  padding-top: 132%;
}

.search__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.overlay .search__img::after {
  background: #00000033;
}

.search__keyword__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}

.search__keyword__list a {
  display: block;
  padding: 4px 17px;
  border-radius: 30px;
  background: #f1f1f1;
  color: #313131;
}

.search__keyword__list a:hover {
  background: linear-gradient(258.65deg, #f97316 1.13%, #dc2626 75.01%);
  color: white;
}

.product-new {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.product__slider .product__thumb__brand img {
  width: auto;
  display: inline-block;
}

.product__slider button {
  background: black !important;
  color: white !important;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.product__slider button.owl-next {
  left: inherit;
  right: -30px;
}

.product__slider button.disabled {
  display: none;
}

.cat__item a {
  text-align: center;
  display: block;
  color: #313131;
}

.cat__thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
}

.cat__thumb::before {
  padding-top: 100%;
}

.cat__thumb img {
  object-fit: contain;
}

.cat__control .swiper-button-next::after,
.cat__control .swiper-button-prev::after {
  display: none;
}

.cat__control .swiper-button-next,
.cat__control .swiper-button-prev {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: black;
  color: white;
  left: -16px;
  line-height: 0;
}
.cat__control .swiper-button-next i,
.cat__control .swiper-button-prev i {
  margin-left: 1px;
}

.cat__control .swiper-button-next {
  left: inherit;
  right: -16px;
}

.cat__item.active a,
.cat__item a:hover {
  background: linear-gradient(90deg, #dc2626 0%, #f97316 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cat__item.active .cat__thumb img,
.cat__item a:hover img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(37%) saturate(7472%)
    hue-rotate(352deg) brightness(101%) contrast(95%);
}

.cat__content h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  text-transform: capitalize;
  margin-bottom: 0;
}

.filter__bar {
  margin-bottom: 42px;
}

.filter__bar,
.filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.filter__bar .result {
  font-weight: 600;
  font-size: 15px;
  line-height: 2;
}

.filter__bar .title {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

.filter-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 6px;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 1px solid black;
}

.filter-item select {
  border: none;
  font-size: 13px;
}

.filter-item select:focus {
  box-shadow: none;
}

@media (max-width: 991px) {
  .title-wrapper h2 {
    font-size: 28px;
  }

  .filter__bar {
    gap: 12px;
    flex-wrap: wrap;
  }

  .filters {
    flex-wrap: nowrap;
  }

  .brand__list__wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .group-title-button {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
  }

  .search__keyword__list li {
    min-width: 48%;
    max-width: calc(48% - 12px);
    flex: 0 0 calc(48% - 12px);
  }

  .search__keyword__list li:last-child {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .search__keyword__list a {
    text-align: center;
    font-size: 12px;
    line-height: 2;
  }

  .product__slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
  }

  .product__slider button {
    position: relative;
    left: 0;
    transform: translateY(0);
  }

  .product__slider button.owl-next {
    right: 0;
  }

  .product__slider button.disabled {
    display: inline-block;
  }

  .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .cat__control {
    margin-top: 12px;
    min-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 8px;
  }

  .cat__control .swiper-button-next,
  .cat__control .swiper-button-prev {
    position: unset;
    margin-top: 0;
  }
}

.catalog-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 12px;
}

.product__details__info .catalog-list {
  grid-template-columns: repeat(auto-fill, minmax(150px, 186px));
}

.catalog-card__cover {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.catalog-card__cover img {
  display: block;
  width: 100%;
  aspect-ratio: 0.72;
  object-fit: cover;
}

.catalog-card__badge {
  position: absolute;
  right: 0;
  bottom: 38px;
  padding: 7px 13px;
  border-radius: 5px 0 0 5px;
  background: #d7382f;
  font-size: 12px;
}

.catalog-card__download {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7px;
  background: rgba(20, 20, 20, .88);
  text-align: center;
  font-size: 12px;
}

.catalog-card__name {
  margin-top: 7px;
  color: #555;
  font-size: 13px;
  line-height: 1.35;
}

.catalog-show-more {
  width: 100%;
  margin-top: 20px;
  padding: 7px 15px;
  border: 1px solid #222;
  border-radius: 20px;
  background: #fff;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Category Child Page
--------------------------------------------------------------*/

.wrapper__sidebar:not(:last-child) {
  margin-bottom: 12px;
}

.wrapper__sidebar .multi-collapse {
  margin-top: 12px;
}

.wrapper-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f6f4;
  padding: 6px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.78;
  text-transform: capitalize;
}

.catalog__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.catalog__thumb {
  border: 1px solid #eaeaea;
}

.catalog__thumb::before {
  padding-top: 120%;
}

.catalog__thumb__file {
  position: relative;
  margin-bottom: 3px;
}

.catalog__file {
  position: absolute;
  bottom: 12px;
  right: 16px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 10px;
  background: linear-gradient(258.65deg, #f97316 1.13%, #dc2626 75.01%);
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}

.catalog__item a {
  display: block;
  color: #737373;
  font-size: 12px;
}

.catalog__content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.catalog__item a:hover .catalog__content {
  background: linear-gradient(90deg, #dc2626 0%, #f97316 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wrapper__sidebar .general-btn a {
  width: 100%;
  padding: 2px 0;
  line-height: 1.7;
}

.brand__search {
  margin-bottom: 12px;
}

.brand__search input {
  border-radius: 4px;
  font-size: 15px;
}

.brand__search input:focus {
  box-shadow: none;
  border-color: #f3f3f3;
}

.brand__list__check {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 6px;
  padding-left: 8px;
  margin-right: 8px;
}

.brand__list__check::-webkit-scrollbar {
  width: 7px;
}

.brand__list__check::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 4px;
}

.brand__letter {
  font-weight: 700;
  font-size: 16px;
  color: black;
}

.form-check-input:checked {
  background-color: #dc2626;
  border-color: #dc2626;
}

.form-check-input:focus {
  box-shadow: none;
  outline: unset;
}

.range-slider {
  position: relative;
  height: 20px;
  margin: 0 6px 1.5rem;
}

.range-slider .track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background: #e2e2e2;
  transform: translateY(-50%);
  border-radius: 2px;
}

.range-slider .track-fill {
  position: absolute;
  top: 50%;
  height: 3px;
  background: #bbb;
  transform: translateY(-50%);
  border-radius: 2px;
}

.range-slider input[type="range"] {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
  background: none;
  pointer-events: none;
  margin: 0;
}

.price-input-row {
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.9rem;
}

.price-input-row .prefix {
  padding: 0.65rem 0.9rem;
  color: #999;
  font-weight: 600;
  border-right: 1px solid #e2e2e2;
  white-space: nowrap;
}

.price-input-row input {
  border: none;
  padding: 10px 14px;
  color: #1a1a1a;
  width: 100%;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #1a1a1a;
  cursor: pointer;
  border: none;
}

.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #1a1a1a;
  cursor: pointer;
  border: none;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}
.range-slider input[type="range"]::-moz-range-track {
  background: transparent;
}

.price__filter button {
  width: 100%;
  border-radius: 10px;
  background: black;
  color: white;
}

.form-switch {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.78;
}

.product-quantity {
  font-size: 16px;
  line-height: 1.78;
}

.sort-select {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 1.78;
}

.sort-select .name {
  white-space: nowrap;
}

.sort-select select {
  border: none;
  font-weight: 600;
}

.sort-select select:focus {
  box-shadow: none;
}

.collection__banner {
  padding: 9px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.wrapper__collection {
  text-transform: uppercase;
}

.wrapper__collection h6 {
  font-weight: 400;
  line-height: 1.78;
}

.wrapper__collection h5 {
  line-height: 1.5;
  color: black;
}

.wrapper__collection p {
  margin-bottom: 0;
  line-height: 2.15;
}

.collection__thumb::before {
  padding-top: 50%;
}

.link-page .pagination {
  flex-wrap: wrap;
  gap: 8px;
}

.link-page .disabled > .page-link {
  background-color: transparent;
  color: #d7d8da;
}

.link-page .disabled > .page-link i {
  color: #cccccc;
}

.link-page .page-link {
  border-radius: 6px;
  color: #777777;
}

.link-page .active > .page-link,
.link-page .page-link:hover {
  background-color: transparent;
  border-color: black;
  color: black;
}

/* filter */
.filter__list button {
  display: block;
  border: 0;
  background: unset;
  width: 100%;
  text-align: left;
  position: relative;
  padding-left: 1.4375rem;
  padding-top: 0.315rem;
  padding-bottom: 0.315rem;
}
.filter__list button::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #d7d8d9;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.filter__list button.active::before {
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/icon-check.svg);
  background-size: 70%;
  background-position: center;
  background-color: #fff;
  border-color: #0a0a0a;
}
/* filter */

/*--------------------------------------------------------------
# Product Detail Page
--------------------------------------------------------------*/

.image-large::before {
  padding-top: 80%;
}

.swiper-thumbs .swiper-button-prev::after,
.swiper-thumbs .swiper-button-next::after {
  display: none;
}

.swiper-thumbs .swiper-button-next {
  margin-top: 0;
  background-color: #f7f7f7;
  color: black;
  height: 100%;
  transform: translateY(-50%);
  right: 0;
}

.swiper-thumb {
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid transparent;
}

.swiper-thumb.active,
.swiper-thumb.swiper-slide-thumb-active {
  border-color: #919191;
}

.product__details__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product__brand__img {
  padding: 16px 7px;
  border: 1px solid #e0e0e0;
  width: 140px;
  height: 108px;
}

.product__brand__img img {
  width: 100%;
  object-fit: contain;
}

.product__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product__details__text h5 {
  color: black;
  line-height: 1.6;
  margin-bottom: 4px;
}

.product__designer {
  color: #737373;
  line-height: 1.7;
  margin-bottom: 20px;
}

.product__designer span {
  color: black;
}

.product__details__text p {
  margin-bottom: 10px;
}

.product__details__actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.product__details__actions a.btn-custom {
  display: flex;
  width: 100%;
  min-height: 44px;
  background: #ffe869;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product__details__actions a.btn-custom img {
  position: absolute;
  left: 20px;
  height: 26px;
}

.login-link {
  color: #313131;
}

.login-link a {
  color: #ffb254;
  font-weight: 500;
  text-decoration: underline;
}

.product__details__save {
  font-size: 12px;
  line-height: 1.87;
  text-transform: uppercase;
  margin-bottom: 58px;
}

.product__details__save button {
  width: 100%;
  background-color: transparent;
  text-transform: uppercase;
}

.product__details__card {
  padding: 20px 24px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}

.product__brand__header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.product__brand__content h5 {
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.product__about__actions,
.product__brand__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.product__about__actions a {
  flex: 1;
  width: 100%;
  background: #f2f2f2;
  border-color: #f2f2f2;
  text-align: center;
}

.product__grid__item {
  width: 91px;
  height: 83px;
}

.product__grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__nav__control {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 12px;
}

.product__nav__control .swiper-button-disabled {
  color: #a6a6a6;
}

.product__brand__footer {
  margin: 0;
  flex-wrap: inherit;
}

.product__brand__footer a {
  color: #313131;
  text-transform: uppercase;
  text-decoration: underline;
}

.nav-button-prev,
.nav-button-next {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__details__overview {
  margin-top: 50px;
}

.product__details__overview h6 {
  color: black;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
}

.product__details__overview a.brand-link {
  display: inline-block;
  color: #9e9e9e;
  text-decoration: underline;
  margin-bottom: 16px;
}

.product__details__overview ul {
  list-style: none;
  padding: 0;
}

.product__details__overview li {
  color: #737373;
  margin-bottom: 4px;
}

.product__details__overview li:last-child {
  /* margin-bottom: 0; */
}

.product__details__overview li span {
  color: black;
}

.product__details__overview a.detail {
  font-weight: 600;
  color: black;
  text-decoration: underline;
}

.product__details__info .accordion-item {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.product__details__info .accordion-item:last-of-type {
  border-bottom: none;
}

.product__details__info .accordion-button {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  color: black;
  font-weight: 600;
  font-size: 20px;
}

.product__details__info .accordion-button:focus,
.product__details__info .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.product__details__info .accordion-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .product__about__actions a {
    flex: inherit;
  }

  .product__brand__header {
    gap: 16px;
  }

  .product__brand__img {
    width: auto;
  }
}

@media (max-width: 767px) {
  .product__brand__header {
    flex-wrap: wrap;
    gap: 12px;
  }
}
