body {
  background-color: #fff;
}

.search-field {
  width: 60vw;
  max-width: 300px;
}

.fixed-navbar {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 3;
  background: var(--bs-body-bg);
}

.announcement-container * {
  margin: 0px;
}

.icons {
  width: 1.3rem;
  height: 1.3rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo {
  width: 6rem;
}

.heading {
  position: relative;
}
.heading:after {
  content: "";
  width: 20px;
  background: #e13b3f;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.heading-left {
  position: relative;
}
.heading-left:after {
  content: "";
  width: 20px;
  background: #e13b3f;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.home-icon {
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mw-100 {
  min-width: 100px;
}

#subscribe-us .modal-content {
  background-image: url(../../../images/shop_newsletter_popup.jpeg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.btn-add-wishlist.filled svg {
  fill: #e13b3f;
}
.btn-add-wishlist svg {
  fill: #000;
}

.product-container:hover .prd-img-container .hover-container {
  visibility: visible;
}
.product-container .prd-img-container {
  height: 306px;
  position: relative;
}
.product-container .prd-img-container .hover-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}
.product-container .prd-img-container .hover-container .view-btn {
  background-color: rgba(226, 124, 124, 0.7019607843);
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.product-container .prd-img-container .hover-container .view-btn:hover {
  background-color: #e13b3f;
}
.product-container .prd-img-container .hover-container .wishlist-btn {
  text-decoration: none;
  position: absolute;
  right: 10px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
}
.product-container .prd-img-container .hover-container .wishlist-btn.filled svg {
  fill: #e13b3f;
}
.product-container .prd-img-container .hover-container .wishlist-btn svg {
  fill: #000;
}
.product-container .prd-img-container .hover-container .wishlist-btn:hover {
  background-color: #e13b3f;
}
.product-container .prd-img-container .hover-container .wishlist-btn:hover svg {
  fill: #fff;
}
.product-container .prd-img-container img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f4f4f4;
}
.product-container .prd-desc-container {
  margin: 0.5rem;
}

.btn-variant {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}
.btn-variant:hover {
  border: 1px solid #e13b3f;
  color: #e13b3f;
  background-color: #fff;
}
.btn-variant.selected {
  border: 2px solid #e13b3f;
  color: #e13b3f;
}

.small-product-container {
  height: 160px;
}
.small-product-container img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f4f4f4;
}

.ratings {
  color: #c3c5c9;
}

[data-star] {
  text-align: left;
  font-style: normal;
  display: inline-block;
  position: relative;
  unicode-bidi: bidi-override;
}

[data-star]::before {
  display: block;
  content: "\f005\f005\f005\f005\f005";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  min-width: 80px;
  color: #c3c5c9;
}

[data-star]::after {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f005\f005\f005\f005\f005";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  width: 0;
  color: #ff8c00;
  overflow: hidden;
  height: 100%;
}

[data-star^="0.1"]::after {
  width: 2%;
}

[data-star^="0.2"]::after {
  width: 4%;
}

[data-star^="0.3"]::after {
  width: 6%;
}

[data-star^="0.4"]::after {
  width: 8%;
}

[data-star^="0.5"]::after {
  width: 10%;
}

[data-star^="0.6"]::after {
  width: 12%;
}

[data-star^="0.7"]::after {
  width: 14%;
}

[data-star^="0.8"]::after {
  width: 16%;
}

[data-star^="0.9"]::after {
  width: 18%;
}

[data-star^="1"]::after {
  width: 20%;
}

[data-star^="1.1"]::after {
  width: 22%;
}

[data-star^="1.2"]::after {
  width: 24%;
}

[data-star^="1.3"]::after {
  width: 26%;
}

[data-star^="1.4"]::after {
  width: 28%;
}

[data-star^="1.5"]::after {
  width: 30%;
}

[data-star^="1.6"]::after {
  width: 32%;
}

[data-star^="1.7"]::after {
  width: 34%;
}

[data-star^="1.8"]::after {
  width: 36%;
}

[data-star^="1.9"]::after {
  width: 38%;
}

[data-star^="2"]::after {
  width: 40%;
}

[data-star^="2.1"]::after {
  width: 42%;
}

[data-star^="2.2"]::after {
  width: 44%;
}

[data-star^="2.3"]::after {
  width: 46%;
}

[data-star^="2.4"]::after {
  width: 48%;
}

[data-star^="2.5"]::after {
  width: 50%;
}

[data-star^="2.6"]::after {
  width: 52%;
}

[data-star^="2.7"]::after {
  width: 54%;
}

[data-star^="2.8"]::after {
  width: 56%;
}

[data-star^="2.9"]::after {
  width: 58%;
}

[data-star^="3"]::after {
  width: 60%;
}

[data-star^="3.1"]::after {
  width: 62%;
}

[data-star^="3.2"]::after {
  width: 64%;
}

[data-star^="3.3"]::after {
  width: 66%;
}

[data-star^="3.4"]::after {
  width: 68%;
}

[data-star^="3.5"]::after {
  width: 70%;
}

[data-star^="3.6"]::after {
  width: 72%;
}

[data-star^="3.7"]::after {
  width: 74%;
}

[data-star^="3.8"]::after {
  width: 76%;
}

[data-star^="3.9"]::after {
  width: 78%;
}

[data-star^="4"]::after {
  width: 80%;
}

[data-star^="4.1"]::after {
  width: 82%;
}

[data-star^="4.2"]::after {
  width: 84%;
}

[data-star^="4.3"]::after {
  width: 86%;
}

[data-star^="4.4"]::after {
  width: 88%;
}

[data-star^="4.5"]::after {
  width: 90%;
}

[data-star^="4.6"]::after {
  width: 92%;
}

[data-star^="4.7"]::after {
  width: 94%;
}

[data-star^="4.8"]::after {
  width: 96%;
}

[data-star^="4.9"]::after {
  width: 98%;
}

[data-star^="5"]::after {
  width: 100%;
}

.discount {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 5px;
  color: #fff;
  background-color: #e27c7c;
  font-size: 0.7rem;
  z-index: 2;
}

footer {
  color: #fff;
}

.qty-input {
  color: #000;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
  background: #fff;
  border: 1px solid #e2e2e2;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}

.courier-img {
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(200, 100, 100, 0.5) !important;
}

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

.stars i {
  font-size: 30px;
  transition: all 0.2s;
  cursor: pointer;
}
.stars i svg {
  fill: #b5b8b1;
}
.stars i.active {
  transform: scale(1.2);
}
.stars i.active svg {
  fill: #ffb851;
}

.print-area {
  width: 220mm;
  margin: auto;
}

.scroll-top-btn {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e27c7c;
  cursor: pointer;
  padding: 8px 13px;
  border-radius: 4px 4px 0px 0px;
}
.scroll-top-btn svg {
  fill: #fff;
}

.flash-nav .nav-link {
  background-color: var(--bs-dark);
  color: #fff;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .product-container .prd-img-container {
    height: 164px;
  }
  .small-product-container {
    height: 135px;
  }
}/*# sourceMappingURL=custom.css.map */