/*---- Global ----*/
.page-links {
  list-style: none;
}

.page-links li {
  display: inline-block;
  font-size: 15px;
}

.page-links li a svg {
  width: 16px;
  height: 25px;
}

.page-links svg {
  vertical-align: bottom;
}

body {
  background-color: var(--fifth-color);
}

#category-header {
  padding-top: 50px;
  padding-bottom: 15px;
}
#category-header h1 {
  font-size: clamp(1.375rem, 1.0669rem + 0.9859vw, 2.25rem);
  margin-bottom: 0px;
}

#category-main {
  min-height: 50vh;
}

#products-header {
  height: 420px;
  width: 100%;
  background-image: url("../../../images/146187.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
#products-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#products-header .overlay-second {
  position: absolute;
  right: 0px;
  left: 0px;
  z-index: 2;
  bottom: -40%;
}
#products-header .h-content {
  height: 100%;
}
#products-header .h-content h1 {
  font-weight: 800 !important;
  font-size: clamp(2rem, 1.3838rem + 1.9718vw, 3.75rem);
}
#products-header .h-content .d-flex {
  height: 100%;
  position: relative;
  z-index: 999;
  color: var(--main-color);
}

#filters {
  position: sticky;
  top: 140px;
  border-radius: 4px;
}
#filters .filter-section-name {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#filters li {
  border-radius: 4px;
  margin-bottom: 5px;
  transition: all 0.1s linear;
  list-style: none;
}
#filters li a {
  display: block;
  padding: 5px 0px;
  color: #555555;
  font-weight: 500 !important;
  font-size: 16px;
}
#filters li i {
  width: 25px;
  font-size: 18px;
  text-align: center;
  margin-right: 7px;
}
#filters li:hover a {
  color: var(--main-color);
}
#filters li.active .check-box {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
#filters li.active .check-box svg {
  fill: #fff;
}
#filters ul {
  margin-bottom: 0px;
}
#filters hr {
  margin-bottom: 5px;
  margin-top: 5px;
  border-top: none;
  border-bottom: 1px solid #dee2e6 !important;
}
#filters #ul-category li:last-child {
  margin-bottom: 0px !important;
}
#filters .check-box {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 1px #eee;
  border-radius: 3px;
  position: relative;
}
#filters .check-box svg {
  position: absolute;
  top: 0px;
  width: 14px;
  height: 14px;
}

#header-show {
  padding-top: 45px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--fifth-color);
}

#show-product .sub-images .owl-dots {
  display: none;
}
#show-product .sub-images .owl-stage-outer {
  max-height: 135px !important;
}
#show-product h1 {
  font-size: clamp(1.25rem, 0.8099rem + 1.4085vw, 2.5rem);
  font-weight: 600;
}
#show-product #related-products {
  padding-bottom: 20px;
}
#show-product #related-products .related-product-box {
  background-color: #fff;
  border-radius: var(--border-radius);
}
#show-product #related-products .related-product-box .title {
  font-size: clamp(1.375rem, 1.1989rem + 0.5634vw, 1.875rem);
}
#show-product #related-products .related-product-box .item-content {
  padding: 25px;
  border-top: 1px dashed #eee;
}
#show-product #related-products .related-product-box .image {
  padding: 10px;
}
#show-product #related-products .related-product-box img {
  border-radius: var(--border-radius);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.table-responsive td {
  white-space: normal !important;
}
@media (max-width: 767.98px) {
  .table-responsive .table-striped td,
  .table-responsive .table-striped tr {
    background-color: #fff;
  }
  .table-responsive .table {
    display: block;
    width: 100%;
  }
  .table-responsive .table tbody {
    display: block;
  }
  .table-responsive .table tbody tr {
    display: block;
    margin-bottom: 1.5rem;
  }
  .table-responsive .table tbody tr td {
    display: block;
    width: 100%;
    padding: 0px;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
  }
}

@media (max-width: 500px) {
  #products-header {
    padding-top: 100px;
    height: 320px;
  }
}/*# sourceMappingURL=products.css.map */