.hero-img {
  aspect-ratio: 1.7808;
  max-height: 772px;
  margin-top: -90px;
}
@media (max-width: 991px) {
  .hero-img {
    margin-top: -80px;
  }
}
.hero-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
  -webkit-mask-image: url("/assets/img/whatsapp_stores/home_decor/hero-img-mask.png");
  mask-image: url("/assets/img/whatsapp_stores/home_decor/hero-img-mask.png");
  aspect-ratio: 1.69;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.hero-img .hero-img-vector {
  aspect-ratio: 1.69;
  -webkit-mask-image: url("/assets/img/whatsapp_stores/home_decor/hero-img-mask.png");
  mask-image: url("/assets/img/whatsapp_stores/home_decor/hero-img-mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

.category-section {
  margin-top: -130px;
}
@media (max-width: 1400px) {
  .category-section {
    margin-top: -100px;
  }
}
@media (max-width: 1280px) {
  .category-section {
    margin-top: -80px;
  }
}
@media (max-width: 991px) {
  .category-section {
    margin-top: -50px;
  }
}
.category-section .category-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.category-section .category-slider .slick-slide {
  padding: 0 15px;
}
.category-section .category-slider .slick-list {
  max-width: 1029px;
  margin: 0 auto;
}
.category-section .category-slider .slick-dots {
  bottom: -20px !important;
}
.category-section .category-slider .category-box {
  background: linear-gradient(180deg, #d3d3d3 0%, rgba(211, 211, 211, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  border-radius: 150px 150px 0px 0px;
  max-width: 215px;
  margin: 0 auto;
  padding: 76px 32px 0px 32px;
}
@media (max-width: 575px) {
  .category-section .category-slider .category-box {
    padding: 50px 20px 0px 20px;
  }
}
.category-section .category-slider .category-box p {
  white-space: normal;
  word-break: keep-all;
}
.category-section .category-slider .category-box .category-img {
  max-width: 165px;
  max-height: 228px;
  aspect-ratio: 0.7236;
  margin-bottom: 17px;
}
.category-section .category-slider .category-box .category-img img {
  aspect-ratio: 0.7236;
}
@media (max-width: 576px) {
  .category-section .category-slider .category-box .category-img {
    margin-bottom: 10px !important;
  }
}

.product-section {
  margin-bottom: 90px;
}
@media (max-width: 575px) {
  .product-section {
    margin-bottom: 50px;
  }
}
.product-section .product-card {
  border-radius: 30px;
  box-shadow: none;
  padding: 25px;
}
.product-section .product-card .product-img {
  aspect-ratio: 0.98;
  margin-bottom: 12px;
}
.product-section .product-card .product-img img {
  aspect-ratio: 0.98;
}
.product-section .product-col:nth-child(1) .product-card {
  background-color: #eaebf4;
}
.product-section .product-col:nth-child(2) .product-card {
  background-color: #deebe7;
}
.product-section .product-col:nth-child(3) .product-card {
  background-color: #e9dfe5;
}
.product-section .product-col:nth-child(4) .product-card {
  background-color: #d8d9da;
}
.product-section .product-col:nth-child(5) .product-card {
  background-color: #eeeeee;
}
.product-section .product-col:nth-child(6) .product-card {
  background-color: #e9f4f7;
}
.product-section .product-col:nth-child(7) .product-card {
  background-color: #f2eee3;
}
.product-section .product-col:nth-child(8) .product-card {
  background-color: #f0e2e4;
}

.view-more {
  margin-bottom: 135px;
}
@media (max-width: 991px) {
  .view-more {
    margin-bottom: 80px;
  }
}
.view-more .view-more-button {
  padding: 10px 10px;
  color: #19496A;
  background-color: #dddddd;
  border-radius: 15px;
  transition: 0.3s all ease-in-out;
  border-bottom: 6px solid #19496A;
}
@media (max-width: 991px) {
  .view-more .view-more-button {
    padding: 10px 15px;
    border-radius: 10px;
  }
  .view-more .view-more-button svg {
    width: 18px;
  }
}
.view-more .view-more-button:hover {
  background-color: #ffffff;
  transition: 0.3s all ease-in-out;
}

.mb-100px {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mb-100px {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .mb-100px {
    margin-bottom: 60px;
  }
}

.items-section {
  margin-bottom: 200px;
}
@media (max-width: 575px) {
  .items-section {
    margin-bottom: 40px;
  }
}
.items-section .product-card {
  border-radius: 30px;
  box-shadow: none;
  padding: 25px;
}
.items-section .product-card .product-img {
  aspect-ratio: 0.98;
  margin-bottom: 12px;
}
.items-section .product-card .product-img img {
  aspect-ratio: 0.98;
}
.items-section .product-col:nth-child(1) .product-card, .items-section .product-col:nth-child(9) .product-card {
  background-color: #deebe7;
}
.items-section .product-col:nth-child(2) .product-card {
  background-color: #e9dfe5;
}
.items-section .product-col:nth-child(3) .product-card {
  background-color: #d8d9da;
}
.items-section .product-col:nth-child(4) .product-card {
  background-color: #e9f4f7;
}
.items-section .product-col:nth-child(5) .product-card {
  background-color: #f2eee3;
}
.items-section .product-col:nth-child(6) .product-card {
  background-color: #f0e2e4;
}
.items-section .product-col:nth-child(7) .product-card {
  background-color: #eeeeee;
}
.items-section .product-col:nth-child(8) .product-card {
  background-color: #eaebf4;
}
.items-section .product-col:nth-child(10) .product-card {
  background-color: #f0e2e4;
}
.items-section .product-col:nth-child(11) .product-card {
  background-color: #e9f4f7;
}
.items-section .product-col:nth-child(12) .product-card {
  background-color: #deebe7;
}
.items-section .items-tabs .tabs-heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #C7C7C7;
}
.items-section .items-tabs .form-control {
  border-radius: 10px;
  background-color: #dddddd;
  border: none !important;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: normal;
  padding: 14px;
}
.items-section .items-tabs .form-control::-moz-placeholder {
  color: #000000;
  text-align: start;
}
.items-section .items-tabs .form-control::placeholder {
  color: #000000;
  text-align: start;
}
.items-section .items-tabs .form-control:focus {
  box-shadow: none;
  outline: none;
}
.items-section .items-tabs .min-max-value .form-control {
  color: #000000;
  border-radius: 6px !important;
}
.items-section .items-tabs .min-max-value .form-control::-moz-placeholder {
  color: #000000;
  text-align: center;
}
.items-section .items-tabs .min-max-value .form-control::placeholder {
  color: #000000;
  text-align: center;
}
.items-section .items-tabs .apply-btn {
  border-radius: 6px;
}
.items-section .items-tabs .heading-text {
  padding-bottom: 5px;
  position: relative;
}
.items-section .items-tabs .heading-text::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  background-color: #4C4C4C;
  width: 65%;
  height: 1px;
}
.items-section .items-tabs .form-check-input {
  box-shadow: none !important;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-color: #19496A;
  margin-left: -32px;
  background-color: #ffffff;
}
.items-section .items-tabs .form-check-input:focus {
  border-color: #19496A;
}
.items-section .items-tabs .form-check-input:checked {
  background-color: #19496A;
  border-color: #19496A;
}
.items-section .items-tabs .form-check {
  padding-left: 33px;
}
.items-section .items-tabs .btn {
  padding: 6px 10px !important;
  max-width: 100% !important;
}
.items-section .items-tabs .slider-container {
  height: 42px;
}
.items-section .items-tabs .slider-range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  top: 27px;
  height: 8px;
  background: #bfbfbf;
  border-radius: 10px;
  pointer-events: none;
}
.items-section .items-tabs .slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 17px;
  width: 17px;
  background: #19496A;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  z-index: 2;
  position: relative;
}
.items-section .items-tabs .slider-range::after {
  content: attr(data-value);
  position: absolute;
  top: -30px;
  left: var(--tooltip-left, 0px);
  transform: translateX(-50%);
  color: #535353;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  z-index: 5;
  pointer-events: none;
}
.items-section .items-tabs .search-icon {
  position: absolute;
  top: 10px;
  left: 14px;
  margin: auto;
}
.items-section .items-tabs .color-section .color-box-main .color-box {
  width: 23px;
  height: 23px;
  min-width: 23px;
  border-radius: 50%;
}
.items-section .items-tabs .color-section .color-box-main .color-box:nth-child(1) {
  background-color: #000000;
}
.items-section .items-tabs .color-section .color-box-main .color-box:nth-child(2) {
  background-color: #1b7ccb;
}
.items-section .items-tabs .color-section .color-box-main .color-box:nth-child(3) {
  background-color: #8e8e8e;
}
.items-section .items-tabs .color-section .color-box-main .color-box:nth-child(4) {
  background-color: #cf3b31;
}
.items-section .items-tabs .color-section .color-box-main .color-box:nth-child(5) {
  background-color: #414141;
}
.items-section .items-tabs .color-section .color-box-main .color-box:nth-child(6) {
  background-color: #f5ec39;
}
.items-section .items-tabs .color-section .color-box-main .color-box:nth-child(7) {
  background-color: #19496a;
}
.items-section .items-tabs .size-box {
  border: 1px solid #535353 !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
}
.items-section .pagination {
  gap: 20px;
}
.items-section .page-item .page-link {
  border-bottom: 3px solid #19496A;
  background-color: #dddddd;
  color: #19496A;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 10px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  box-shadow: none !important;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .items-section .page-item .page-link {
    font-size: 16px;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
@media (max-width: 575px) {
  .items-section .page-item .page-link {
    font-size: 14px;
    width: 100px;
    height: 45px;
    min-width: 36px;
  }
}
.items-section .page-item .page-link:hover, .items-section .page-item .page-link.active {
  background-color: #19496A;
  color: #ffffff;
  border: none !important;
  border-bottom: 3px solid #dddddd !important;
}
.items-section .disabled {
  color: #C7C7C7 !important;
  cursor: default;
}
.items-section .arrow-page {
  border: 2px solid #19496A;
  background-color: #19496A;
  color: #ffffff;
  width: 64px;
  height: 64px;
  min-width: 64px;
  box-shadow: none !important;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .items-section .arrow-page {
    font-size: 16px;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
@media (max-width: 575px) {
  .items-section .arrow-page {
    font-size: 14px;
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
}
.items-section .prev {
  margin-right: 40px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 575px) {
  .items-section .prev {
    margin-right: 0px;
  }
  .items-section .prev svg {
    height: 16px;
  }
}
.items-section .prev:hover {
  color: #C7C7C7;
}
.items-section .next {
  margin-left: 40px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 575px) {
  .items-section .next {
    margin-left: 0px;
  }
  .items-section .next svg {
    height: 16px;
  }
}
.items-section .next:hover {
  color: #C7C7C7;
}

.modal ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.modal ::-webkit-scrollbar-track {
  background: #ffffff;
}
.modal ::-webkit-scrollbar-thumb {
  background: #C7C7C7;
}
.modal .gap-20 {
  gap: 20px;
}
.modal .modal-dialog {
  max-width: 1113px;
}
.modal .modal-dialog .modal-content {
  margin: 12px;
  padding: 32px 20px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content {
    margin: 0;
  }
}
.modal .modal-dialog .modal-content .btn-primary {
  color: #19496A !important;
  background-color: #dddddd !important;
  border: none !important;
  border-bottom: 3px solid #19496A !important;
}
.modal .modal-dialog .modal-content .btn-primary:hover, .modal .modal-dialog .modal-content .btn-primary:focus, .modal .modal-dialog .modal-content .btn-primary.active {
  color: #ffffff !important;
  background-color: #19496A !important;
  border-bottom: 3px solid #dddddd !important;
}
.modal .modal-dialog .modal-content .modal-body .table-details {
  border-radius: 20px;
}
.modal .modal-dialog .modal-content .modal-body .table-details h2 {
  padding: 15px 20px;
  background-color: #19496A;
  color: #ffffff;
  line-height: 1.5;
  border-radius: 20px 20px 0px 0px;
}
.modal .modal-dialog .modal-content .modal-body .table-details .total-details {
  padding: 0px 20px;
}
.modal .modal-dialog .modal-content .modal-body .table-details .order-btn {
  border-radius: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px !important;
}
.modal .modal-dialog .modal-content .modal-body .table-details thead th {
  padding: 15px 20px;
  background-color: #19496A;
  color: #ffffff !important;
}
.modal .modal-dialog .modal-content .modal-body .table-details tbody tr td {
  background-color: #f4f5f7;
}
.modal .modal-dialog .modal-content .modal-body .table-details tbody td {
  padding: 16px;
  border-bottom: 1px solid #C7C7C7;
}
.modal .modal-dialog .modal-content .modal-body .table-details .product-card-box .product-img {
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 10px;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .table-details .product-card-box .product-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  border-radius: 10px;
}
.modal .modal-dialog .modal-content .modal-body .table-details .product-card-box .product-img img {
  aspect-ratio: 1;
  border-radius: 10px;
}
.modal .modal-dialog .modal-content .modal-body .table-details .count-btn {
  padding: 10px 13px;
  border-radius: 30px;
  background-color: #19496A;
  max-width: 118px;
  height: 47px;
}
.modal .modal-dialog .modal-content .modal-body .table-details .count-btn .count-box {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.modal .modal-dialog .modal-content .modal-body .table-details .count-btn .count-box svg {
  min-width: 18px;
  cursor: pointer;
  color: #19496A;
}

.modal-backdrop {
  background-color: rgba(54, 54, 54, 0.8980392157);
}

.header {
  padding-top: 20px;
  padding-bottom: 30px;
}

.item-details-section {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .item-details-section {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .item-details-section {
    margin-top: 40px;
  }
}
.item-details-section .item-details-card .details-img {
  aspect-ratio: 0.7885;
  background-color: #dcdcdc;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .item-details-section .item-details-card .details-img {
    max-width: 496px;
    max-height: 629px;
  }
}
@media (min-width: 992px) {
  .item-details-section .item-details-card .left-slider {
    max-width: 150px !important;
  }
}
.item-details-section .item-details-card .slider-nav {
  margin-top: -5px;
  margin-bottom: -5px;
}
.item-details-section .item-details-card .slider-nav .slick-slide {
  padding: 5px 0;
}
@media (max-width: 576px) {
  .item-details-section .item-details-card .slider-nav .slick-slide {
    padding: 0 5px;
  }
}
.item-details-section .item-details-card .thumbnail-img {
  aspect-ratio: 1;
  background-color: #dcdcdc;
  border-radius: 30px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .item-details-section .item-details-card .thumbnail-img {
    max-width: 125px;
    max-height: 125px;
  }
}
@media (min-width: 992px) {
  .item-details-section .details-desc {
    max-width: 514px;
  }
}
.item-details-section .saved {
  background-color: rgba(140, 202, 146, 0.2);
  border: 1px solid #8cca92;
  color: #8cca92;
  max-width: 227px;
  min-width: 227px;
  padding: 8px 10px;
  border-radius: 110px;
}
.item-details-section .color-box {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.item-details-section .color-box.active, .item-details-section .color-box:hover {
  width: 36px;
  height: 36px;
  min-width: 36px;
}
.item-details-section .color-box:nth-child(1) {
  background-color: #000000;
}
.item-details-section .color-box:nth-child(2) {
  background-color: #1b7ccb;
}
.item-details-section .color-box:nth-child(3) {
  background-color: #8e8e8e;
}
.item-details-section .color-box:nth-child(4) {
  background-color: #cf3b31;
}
.item-details-section .color-box:nth-child(5) {
  background-color: #414141;
}
.item-details-section .color-box:nth-child(6) {
  background-color: #f5ec39;
}
.item-details-section .color-box:nth-child(7) {
  background-color: #19496a;
}
.item-details-section .count-btn {
  padding: 9px 10px;
  border-radius: 30px;
  background-color: #19496A;
  max-width: 120px;
}
.item-details-section .count-btn .count-box {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.item-details-section .count-btn .count-box svg {
  min-width: 18px;
  cursor: pointer;
  color: #19496A;
}
.item-details-section .add-to-cart-btn {
  color: #19496A !important;
  background-color: #dddddd !important;
  border: none !important;
  border-bottom: 3px solid #19496A !important;
}
.item-details-section .add-to-cart-btn:hover, .item-details-section .add-to-cart-btn:focus, .item-details-section .add-to-cart-btn.active {
  color: #ffffff !important;
  background-color: #19496A !important;
  border-bottom: 3px solid #dddddd !important;
}

.recommended-product-section {
  margin-bottom: 285px;
}
@media (max-width: 575px) {
  .recommended-product-section {
    margin-bottom: 150px;
  }
}
.recommended-product-section .product-slider {
  margin-left: -10px;
  margin-right: -10px;
}
.recommended-product-section .product-slider .slick-slide {
  padding: 0 10px;
}
.recommended-product-section .product-slider .slick-slide .product-card {
  border-radius: 30px;
  box-shadow: none;
  padding: 25px;
}
.recommended-product-section .product-slider .slick-slide .product-card .product-img {
  aspect-ratio: 0.98;
  margin-bottom: 12px;
}
.recommended-product-section .product-slider .slick-slide .product-card .product-img img {
  aspect-ratio: 0.98;
}
.recommended-product-section .product-slider .slick-slide.product-col .product-card-1 {
  background-color: #eaebf4;
}
.recommended-product-section .product-slider .slick-slide.product-col .product-card-2 {
  background-color: #deebe7;
}
.recommended-product-section .product-slider .slick-slide.product-col .product-card-3 {
  background-color: #e9dfe5;
}
.recommended-product-section .product-slider .slick-slide.product-col .product-card-4 {
  background-color: #d8d9da;
}
.recommended-product-section .product-slider .slick-slide.product-col .product-card-5 {
  background-color: #eaebf4;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Roboto-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/Roboto-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-display: swap;
}
body {
  font-family: "Roboto";
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

.btn {
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 10px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  color: #ffffff !important;
  background-color: #19496A !important;
  border: 1px solid #19496A !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  color: #19496A !important;
  background-color: #ffffff !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .mb-20 {
    margin-bottom: 15px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .px-50 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .px-50 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ps-45 {
  padding-left: 45px !important;
}

.mb-22 {
  margin-bottom: 22px;
}
@media (max-width: 576px) {
  .mb-22 {
    margin-bottom: 16px;
  }
}

.fs-14 {
  font-size: 14px;
}
@media (max-width: 575px) {
  .fs-14 {
    font-size: 13px;
  }
}

.fs-16 {
  font-size: 16px;
}
@media (max-width: 575px) {
  .fs-16 {
    font-size: 14px;
  }
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 575px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-20 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .fs-20 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .fs-20 {
    font-size: 16px;
  }
}

.fs-24 {
  font-size: 24px;
}
@media (max-width: 991px) {
  .fs-24 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .fs-24 {
    font-size: 16px;
  }
}

.fs-28 {
  font-size: 28px;
}
@media (max-width: 991px) {
  .fs-28 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .fs-28 {
    font-size: 20px;
  }
}

.fs-30 {
  font-size: 30px;
}
@media (max-width: 991px) {
  .fs-30 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .fs-30 {
    font-size: 24px;
  }
}

.row-gap-30px {
  row-gap: 30px;
}
@media (max-width: 576px) {
  .row-gap-30px {
    row-gap: 20px;
  }
}

.text-gray {
  color: #999999 !important;
}

.text-primary {
  color: #19496A !important;
}

.text-black-100 {
  color: #535353 !important;
}

a {
  text-decoration: none;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  padding: 0;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 8px;
  background-color: #C7C7C7;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  width: 24px;
  height: 8px;
}
.slick-dots li.slick-active button {
  width: 24px;
  height: 8px;
  background-color: #19496A;
}

.slick-arrow {
  width: 46px;
  min-width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #19496A;
  position: absolute;
  border: 1px solid #19496A !important;
  z-index: 1;
  top: 40%;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1803921569);
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .slick-arrow {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
.slick-arrow svg {
  fill: #ffffff;
  transition: 0.3s all ease-in-out;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow.active {
  background-color: #ffffff;
}
.slick-arrow:hover svg, .slick-arrow:focus svg, .slick-arrow.active svg {
  fill: #19496A;
}
.slick-arrow.prev-arrow {
  left: 0;
}
.slick-arrow.next-arrow {
  right: 0;
  left: auto;
}

.main-content {
  max-width: 1300px;
  min-height: 100vh;
  background-image: url("/assets/img/whatsapp_stores/home_decor/body-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
}

.nav-top {
  padding-top: 20px;
  z-index: 1050;
}
@media (max-width: 991px) {
  .nav-top {
    padding-top: 10px;
  }
}

.navbar {
  padding: 10px 20px;
  background-color: #F4F5F7;
  backdrop-filter: blur(4px);
  border-radius: 15px;
  opacity: 0.8;
  border-radius: 150px;
}
@media (max-width: 991px) {
  .navbar {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 12px 14px;
  }
}
.navbar .navbar-brand {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #000000;
}
@media (max-width: 575px) {
  .navbar .navbar-brand {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.navbar .language-dropdown .dropdown-item {
  padding: 4px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}
.navbar .language-dropdown .dropdown-item:hover {
  background-color: #19496A;
  color: #ffffff !important;
}
.navbar .language-dropdown .dropdown-item .flag {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 4px;
}
.navbar .language-dropdown .flag {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .navbar .language-dropdown .flag {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}
.navbar .language-dropdown .dropdown-btn {
  border: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .navbar .language-dropdown .dropdown-btn {
    font-size: 14px;
    gap: 6px;
    padding: 0 22px 0 0;
  }
}
.navbar .language-dropdown .dropdown-arrow {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  width: 25px;
  height: 25px;
}
@media (max-width: 991px) {
  .navbar .language-dropdown .dropdown-arrow {
    width: 16px;
  }
}
.navbar .language-dropdown .dropdown-menu {
  right: 0;
  left: auto;
  max-width: 70px;
  min-width: 70px;
  margin-top: 10px;
}
.navbar .add-to-cart-btn {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 10px;
  background-color: #19496A;
  border: none;
}
.navbar .add-to-cart-btn svg {
  fill: #ffffff;
  width: 28px;
  height: 28px;
}
.navbar .add-to-cart-btn .cart-count {
  background-color: #72BF78;
  width: 16px;
  height: 16px;
  color: #000000;
  top: 6px;
  right: 7px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .navbar .add-to-cart-btn .cart-count {
    top: 2px;
    right: 2px;
  }
}
@media (max-width: 991px) {
  .navbar .add-to-cart-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .navbar .add-to-cart-btn svg {
    width: 22px;
  }
}
@media (max-width: 360px) {
  .navbar .add-to-cart-btn {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .navbar .add-to-cart-btn svg {
    width: 17px;
  }
}

footer {
  padding: 28px 30px;
  background-color: #19496A;
}
@media (max-width: 991px) {
  footer {
    padding: 15px;
  }
}

.section-heading {
  position: relative;
  margin-bottom: 15px;
}
.section-heading h4 {
  font-size: 38px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  color: #19496A;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1200px) {
  .section-heading h4 {
    font-size: 24px;
    bottom: 27px;
  }
}
@media (max-width: 991px) {
  .section-heading h4 {
    font-size: 24px;
    bottom: 8px;
  }
}
@media (max-width: 575px) {
  .section-heading h4 {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .section-heading h4 {
    font-size: 12px;
    bottom: 4px;
  }
}

.gradient-stroke-text {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.gradient-stroke-text text {
  font-size: 80px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  fill: none;
  stroke: url(#textGradient);
  stroke-width: 0.5;
}
@media (max-width: 991px) {
  .gradient-stroke-text text {
    stroke-width: 1.5;
  }
}
@media (max-width: 400px) {
  .gradient-stroke-text text {
    stroke-width: 2.5;
  }
}

.body-vector {
  pointer-events: none;
}

.pwa-support {
  width: 100%;
  max-width: 400px;
  height: auto !important;
  position: fixed !important;
  bottom: 20px;
  z-index: 99999 !important;
  background: white;
  padding: 24px;
  border-radius: 32px;
  box-shadow: 0 7px 8px 0 #848181, 0 0px 11px 0 #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pwa-support .pwa-heading {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.pwa-support .pwa-text {
  margin-bottom: 16px;
  font-size: 0.875rem !important;
}

.pwa-install-button {
  border-radius: 15px !important;
  color: #ffffff;
  background-color: #19496A;
  border: 1px solid #19496A;
}
.pwa-install-button:hover, .pwa-install-button:focus, .pwa-install-button.active {
  color: #ffffff;
}

.pwa-cancel-button {
  background-color: #adb5bd !important;
  color: #000000 !important;
  border-radius: 15px !important;
  padding: 9px 26px !important;
  border: none !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
}
.pwa-cancel-button:hover {
  background-color: #d1d5db !important;
  border: none !important;
  color: #000000 !important;
}

.modal-dialog.news-modal {
  max-width: 500px;
  width: 100%;
}

#newsLetter-content {
  padding: 1.75rem;
  border-radius: 0.475rem;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.newsmodal-title {
  color: #19496A;
}

.email-input {
  max-width: 400px;
  margin: 0 auto;
  color: #5e6278 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.email-input input {
  flex-grow: 1;
  margin-right: 0.5rem;
}
.email-input .btn {
  padding: 5px 10px !important;
}

.newsmodal-header {
  position: relative;
}
.newsmodal-header .btn-close {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(30%) sepia(20%) saturate(200%) hue-rotate(0deg) brightness(95%) contrast(95%);
}

#email-send {
  background: #19496A !important;
  color: white !important;
  font-size: 15px !important;
  border: none !important;
  border-radius: 8px !important;
}

.count-product {
  right: -6px;
  top: -2px;
}

.custom-select-box {
  padding: 13px 13px 13px 15px;
  background-color: #dddddd;
  border-radius: 10px;
  color: #999999 !important;
}

.custom-select-options {
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  background-color: white;
  border-top: none;
  border-radius: 5px;
  overflow-y: auto;
  display: none;
  z-index: 10;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 991px) {
  .custom-select-options {
    top: 49px !important;
  }
}
@media (max-width: 576px) {
  .custom-select-options {
    top: 48px !important;
  }
}

.custom-select-option {
  padding: 10px;
  cursor: pointer;
}

.custom-select-option:hover {
  background-color: #19496A;
  color: #ffffff !important;
}

.text-pointer {
  cursor: pointer;
}

.table-details #cartItemsCloth .btn {
  border-radius: 80px !important;
  padding: 6px 12px;
  color: #000000;
}

.home-decor-white-bg {
  background-color: #ffffff;
}

.home-decor-white {
  color: #ffffff !important;
}

.home-decor-padding {
  padding: 0px 5px 0px 5px;
}

.no-items-found {
  min-height: 500px;
}
@media (max-width: 576px) {
  .no-items-found {
    min-height: 300px;
  }
}

.product-section {
  margin-bottom: 49px;
}
@media (max-width: 575px) {
  .product-section {
    margin-bottom: 24px;
  }
}
.product-section .product-card .product-details {
  padding: 10px 10px 13px 10px;
}
