h2 {
  font-size: 24px;
}

.view-all-link {
  color: #1A443D;
}
.view-all-link img {
  width: 7px;
  position: relative;
  top: -1px;
  left: 1px;
}

.tab-section .nav-link.active {
  color: #000;
  border-bottom: 1px solid #000 !important;
}
.tab-section .nav-link {
  color: #56635B;
  border: none !important;
  border-bottom: 1px !important;
  font-family: "Inter-SemiBold";
}

.product-section .product-list {
  border: 1px solid #E1E1E1;
  padding: 12px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.product-section .product-list a {
  text-decoration: none;
  color: #56635B;
}
.product-section .product-list .star-container i {
  color: #FFB427;
}
.product-section .product-list .name {
  color: #1A443D;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 28px;
}
.product-section .product-list .price {
  color: #56635B;
}
.product-section .product-list .price strong {
  color: #1A443D;
  font-size: 16px;
}
.product-section .product-list .price span {
  text-decoration: line-through;
}
.product-section .product-list .content {
  color: #56635B;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
}
.product-section .product-list .add-to-cart {
  border: 1px solid #1A443D;
  color: #1A443D;
  border-radius: 5px;
  display: flex;
  gap: 8px;
  width: 110px;
}
.product-section .product-list .add-to-cart img {
  max-width: 20px;
}
.product-section .product-list .number-div {
  border: 1px solid #1A443D;
  color: #1A443D;
  border-radius: 5px;
}
.product-section .product-list .line {
  background: #E1E1E1;
  height: 1px;
  width: 500px;
  margin: 5px -12px;
  transition: 0.5s;
}
.product-section .product-list .offer {
  width: -moz-max-content;
  width: max-content;
  background: #1A443D;
  padding: 0px 10px;
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.product-section .product-list .wishlist {
  line-height: 32px;
  border: 1px solid #BFBFBF;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
}
.product-section .product-list .image-container img.product-img {
  max-width: 235px;
  height: 200px;
  width: auto;
  transition: 0.5s;
}
.product-section .product-list .enquire-now {
  border: 1px solid #1A443D !important;
  color: #1A443D;
  width: 100%;
}
.product-section .product-list .variants {
  position: relative;
  padding-left: 12px;
}
.product-section .product-list .variants::before {
  border-radius: 100%;
  content: "";
  position: absolute;
  background: #D0E2E7;
  width: 8px;
  height: 8px;
  left: 0;
  top: 10px;
}
.product-section .product-list:hover {
  border-color: #306046;
}
.product-section .product-list:hover .line {
  background: #306046;
}
.product-section .product-list:hover .image-container img.product-img {
  transform: scale(1.1);
}

.outer {
  margin: 0 auto;
  max-width: 800px;
}

#big .item {
  margin: 2px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  max-height: 500px;
}

#thumbs .item {
  background: #C9C9C9;
  height: 70px;
  line-height: 70px;
  margin: 2px;
  color: #FFF;
  border-radius: 7px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #E1E1E1;
}

#thumbs .current .item {
  background: #FF5722;
}

.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

#big.owl-theme {
  position: relative;
  padding-left: 120px;
}

#big .owl-stage-outer {
  background: #E1E1E1;
  border-radius: 5px;
}
#big .owl-stage-outer img {
  width: auto;
  max-height: 500px;
  max-width: 100%;
  margin: auto;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
  background: #333;
  width: 22px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
}

#big.owl-theme .owl-prev {
  left: 130px;
}

#big.owl-theme .owl-next {
  right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
  background: #333;
}

div#thumbs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  overflow-y: auto;
}

div#thumbs .owl-stage {
  display: contents;
}

div#thumbs .owl-item {
  width: 100% !important;
  margin-bottom: 5px;
}

.product-detail {
  padding-left: 80px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.product-detail .width-cn {
  width: 450px;
}
.product-detail .product-price {
  font-size: 21px;
}
.product-detail .select-now {
  cursor: pointer;
}
.product-detail .select-now::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #000000;
  height: 2px;
  bottom: 4px;
}
.product-detail h1 {
  font-size: 24px;
}
.product-detail .add-to-cart {
  background: #1A443D;
  color: #fff;
  padding: 5px 50px;
}
.product-detail .enquire-now {
  color: #1A443D;
  border: 1px solid #1A443D;
  padding: 9px 50px;
}
.product-detail .wishlist {
  border: 1px solid #E1E1E1;
  padding: 5px 20px;
  border-radius: 5px;
}
.product-detail .wishlist i {
  color: #4F4F4F;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.product-detail .save {
  color: #3F9439;
}
.product-detail .product-price span {
  margin-left: 15px;
  color: #9B9B9B;
  text-decoration: line-through;
}

@media screen and (max-width: 1199px) {
  .product-detail {
    padding-left: 10px;
  }
  div#thumbs {
    width: 80px;
  }
  #big.owl-theme {
    padding-left: 90px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .width-cn {
    width: 100%;
  }
  .product-detail .add-to-cart {
    padding: 5px 20px;
  }
  .product-detail .enquire-now {
    padding: 9px 20px;
  }
  .product-detail .wishlist {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail {
    padding-left: 0;
  }
  .product-detail .product-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .product-section .product-list .add-to-cart {
    width: 100%;
    display: initial;
    margin-top: 5px;
  }
  .product-section .product-list .add-to-cart img {
    display: initial;
  }
  .product-detail .enquire-now {
    padding: 5px 8px;
    font-size: 12px;
    padding-top: 9px;
  }
  .product-detail .add-to-cart {
    padding: 5px 8px;
    font-size: 12px;
  }
  .product-detail .wishlist {
    padding: 5px 12px;
  }
}
