body {
  position: relative;
}
.main-logo {
  height: 50px;
  width: auto;
}
.customEle-responsive-nav .logo {
  padding-top: 5px;
}
.main-logo-sm {
  height: 32px;
  width: auto;
}
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#page-loader svg {
  height: 75px;
  width: 75px;
}
.max-container {
  max-width: 1600px;
  margin: 0 auto;
}
.main_category {
  --bs-gutter-y: 1.5rem !important;
}
.main_category_box {
  position: relative;
}
.main_category_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
  opacity: 0.5;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.main_category_box:hover::before {
  opacity: 1;
}
.main_category_box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
}
.main_category_box .content {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 25px 25px 0;
  text-align: right;
}
.main_category_box .content h3 {
  margin-bottom: 0;
  transition: 0.5s;
  transform: translateY(12px);
  font-size: 30px;
  font-weight: 700;
  z-index: 2;
  position: relative;
}
.main_category_box .content .default-btn {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  z-index: 2;
  position: relative;
}
.main_category_box:hover .content h3 {
  transform: translateY(-30px);
}
.main_category_box:hover .content .default-btn {
  background-color: var(--var-primary-color);
  color: #ffffff;
  border-color: var(--var-primary-color);
  opacity: 1;
  visibility: visible;
  transform: translateY(-15px);
}
/* .main_category_box .default-btn {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transform: translateY(35px);
}
.main_category_box:hover .default-btn {
  background-color: #f53f85;
  color: #ffffff;
  border-color: #f53f85;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
} */
.sale-tag {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: var(--var-primary-color);
  color: #ffffff;
  text-align: center;
  z-index: 2;
  padding: 1px 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.new-tag {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: green;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  padding: 1px 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.hot-tag {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: red;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  padding: 1px 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.payment_option_img {
  width: auto;
}
.whatsapp_floating_icon {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 5;
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition-duration: 300ms;
}
@media screen and (max-width: 767px) {
  .whatsapp_floating_icon {
    bottom: 75px;
  }
}
.whatsapp_floating_icon:hover {
  scale: 1.1;
}

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* Product Styling */
.product-breadcrum {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #555;
}

.product-breadcrum li {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.product-breadcrum li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}

.product-breadcrum li a:hover {
  color: #ff4081; /* change to your brand color */
}

.product-breadcrum li i {
  font-size: 16px;
  color: #999;
  margin: 0 2px;
}

.old-price {
  font-size: 14px;
}
.new-price {
  padding-left: 5px;
  font-size: 18px;
}
.price-discount {
  margin-left: 10px;
  font-size: 18px;
  background-color: #e5f2e5;
  color: green;
  padding: 5px 10px;
  position: relative;
  overflow: hidden;
}
.price-discount::before {
  animation: shine 2.5s ease-out infinite;
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -10px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -10px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.products-details-accordion p,
.products-details-accordion li {
  color: #000000 !important;
  margin-bottom: 10px;
  font-size: 16px;
}
#prodHtmlContent table {
  width: 100%;
  font-size: 16px;
}
#prodHtmlContent table td {
  padding: 5px;
}
.products-size-header {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 60px;
  margin-bottom: 10px;
}
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color) !important;
}
.products-size-header a,
.text-stylo {
  color: var(--var-primary-color) !important;
}
.products-size-header a:hover {
  font-weight: bold;
}
.mobile-cart-section {
  background: #ffffff;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px -10px 15px,
    rgba(0, 0, 0, 0.12) 0px -5px 10px, rgba(0, 0, 0, 0.09) 0px -2px 4px;
  padding-top: 7px;
}
.mobile-cart-section ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.mobile-cart-section ul li {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.mobile-cart-section ul li button {
  width: 100%;
  height: 45px;
  display: block;
  line-height: 32px;
  border: 1px solid #eeeeee;
  color: #858585;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.mobile-cart-section ul li button:hover,
.mobile-cart-section ul li button:focus {
  border-color: var(--var-primary-color);
  color: var(--var-primary-color);
}
.mobile-cart-section ul li.active button {
  border-color: var(--var-primary-color);
  color: var(--var-primary-color);
}
.mobile-cart-section ul li button.disabledLink {
  pointer-events: none;
  opacity: 0.5;
  background-color: #f5f5f5;
  color: #c0c0c0;
  border-color: #dddddd;
  cursor: not-allowed;
}
.toast-success {
  background-color: black !important;
}
.toast {
  opacity: 1 !important;
}
/* Sidebar code */
.bx.icon-single {
  font-size: 1.8rem;
  color: #000;
}

#sidebar {
  background: #fff;
  height: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  overflow: auto;
  position: fixed;
  transition: 0.4s ease-in-out;
  width: 84%;
  z-index: 5001;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  padding: 1rem;
}

#sidebar.active {
  left: 0;
}

#sidebar .sidebar-header {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1rem;
}

#sidebar ul.components {
  padding: 1rem 0 0.7rem;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 1rem;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar .list-unstyled {
  margin-bottom: 0px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1rem;
  display: block;
  color: #000;
}

#sidebar ul li a:hover {
  color: var(--var-primary-color);
  background: #fff;
}

#sidebar ul li.active > a,
#sidebar a[aria-expanded="true"] {
  color: var(--var-primary-color);
  background-color: rgba(var(--var-primary-color-rgb), 0.1);
  border-radius: 6px;
  padding: 10px;
}

ul.social-icons {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

ul.social-icons li {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0;
}

#sidebar ul.social-icons li a {
  font-size: 24px;
}
#sidebar .accordion-button,
#sidebar .accordion-body {
  padding: 10px;
}
#sidebar .accordion-button:not(.collapsed) {
  color: var(--var-primary-color);
  background-color: rgba(var(--var-primary-color-rgb), 0.1);
}
#sidebar .list-group-item {
  padding: 0px;
}
.customEle-responsive-menu .action_button {
  font-size: 28px;
  position: relative;
  line-height: 1;
}
.customEle-responsive-menu .action_button a {
  display: inline-block;
  position: relative;
  color: #000000;
}
.customEle-responsive-menu .action_button a span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 13.9px;
  border-radius: 50%;
  color: #ffffff;
  background-color: var(--var-primary-color);
  font-size: 10px;
  font-weight: 600;
}
.headerMarquee {
  display: flex;
  overflow: hidden;
}
.headerMarqueeContent {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: 5px;
}
.marqueeScroll {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeScroll 20s linear infinite;
}
.marqueeScroll p {
  display: inline-block;
  padding: 0px 20px;
  margin-bottom: 0px;
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.marqueeScroll:hover {
  animation-play-state: paused;
}
.marqueeScroll p:hover {
  transform: scale(1.1);
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}
@keyframes marqueeScroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.ribbonWrap {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 3;
}
.ribbon {
  width: 120px;
  font-size: 12px;
  text-align: center;
  padding: 3px 0;
  background: var(--var-primary-color);
  color: #fff;
  position: absolute;
  transform: rotate(-45deg);
  right: -17%;
  left: -26%;
  top: 20%;
}
.ribbonWrap:after,
.ribbonWrap:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #015050;
  position: absolute;
  z-index: -1;
}
.ribbonWrap:before {
  top: 0;
  right: 17px;
}
.ribbonWrap:after {
  bottom: 17px;
  left: 0;
}
.newProductsSlides .owl-nav {
  position: absolute !important;
  top: -50px; /* Adjust this value to position above the carousel */
  right: 0;
  width: auto !important;
  text-align: right;
  margin: 0 !important;
  z-index: 10;
}
@media (max-width: 767px) {
  .newProductsSlides .owl-nav {
    display: none !important;
  }
}
.newProductsSlides .owl-nav button {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  display: inline-block !important;
  margin: 0 5px !important;
  background: #f8f9fa !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 28px !important;
  text-align: center !important;
  color: #333 !important;
  transition: all 0.3s ease !important;
}

/* Hover effects for navigation buttons */
.newProductsSlides .owl-nav button:hover {
  background: var(--var-primary-color) !important;
  color: #fff !important;
  border-color: var(--var-primary-color) !important;
  transform: translateY(-2px);
}

/* Remove default button styles */
.newProductsSlides .owl-nav button.owl-prev,
.newProductsSlides .owl-nav button.owl-next {
  font-size: 12px !important;
}
.noProducts {
  text-align: center;
  padding: 70px 0px;
}
.noProducts img {
  height: 300px;
  width: auto;
  margin-bottom: 20px;
}
.custom-action-btn {
  display: inline-block;
  border: none;
  padding: 10px 30px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
.custom-action-btn:hover {
  color: #ffffff;
  scale: 1.01;
}
.custom-action-btn:not(:disabled):not(.disabled) {
  background-size: 200% 100%;
  animation: shimmer 5s infinite linear;
}

.custom-action-btn:disabled,
.custom-action-btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #bbbbbb;
  border-color: #999999;
  color: #666666;
  pointer-events: none;
  background-image: none;
}

.cart-add-btn {
  background-color: var(--var-primary-color) !important;
}
.cart-add-btn:not(:disabled):not(.disabled) {
  background-image: linear-gradient(
    -45deg,
    var(--var-primary-color) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    var(--var-primary-color) 100%
  );
}

.customQtySelect {
  max-width: 65px;
  float: right;
}

.select-size-btn {
  background-color: #1b1a1a !important;
}
.select-size-btn:not(:disabled):not(.disabled) {
  background-image: linear-gradient(
    -45deg,
    #1b1a1a 0%,
    rgba(255, 255, 255, 0.4) 50%,
    #1b1a1a 100%
  );
}
.goto-cart-btn {
  background-color: #006110 !important;
}
.goto-cart-btn:not(:disabled):not(.disabled) {
  background-image: linear-gradient(
    -45deg,
    #006110 0%,
    rgba(255, 255, 255, 0.4) 50%,
    #006110 100%
  );
}
.theme-btn {
  background-color: var(--var-primary-color) !important;
}
.theme-btn:not(:disabled):not(.disabled) {
  background-image: linear-gradient(
    -45deg,
    var(--var-primary-color) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    var(--var-primary-color) 100%
  );
}

/* Shimmer animation keyframes */
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.animate-spin {
  height: 20px;
  margin-left: 5px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.offer-area img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  object-position: left;
}
.step-wizard {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.step-wizard-list {
  background: #fff;
  color: #333;
  list-style-type: none;
  border-radius: 10px;
  display: flex;
  padding: 30px 10px;
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 0px;
}

.step-wizard-item {
  padding: 0 20px;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.step-wizard-item + .step-wizard-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  background: var(--var-primary-color);
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  z-index: -10;
}

.progress-count {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  color: transparent;
}

.progress-count:after {
  content: "";
  height: 40px;
  width: 40px;
  background: var(--var-primary-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -10;
}

.progress-count:before {
  content: "";
  height: 10px;
  width: 20px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%) rotate(-45deg);
  transform-origin: center center;
}

.progress-label {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.current-item .progress-count:before,
.current-item ~ .step-wizard-item .progress-count:before {
  display: none;
}

.current-item ~ .step-wizard-item .progress-count:after {
  height: 10px;
  width: 10px;
}

.current-item ~ .step-wizard-item .progress-label {
  opacity: 0.5;
}

.current-item .progress-count:after {
  background: #fff;
  border: 2px solid var(--var-primary-color);
}

.current-item .progress-count {
  color: var(--var-primary-color);
}

.cart-wrapper {
  background-color: #f8f9fa;
  padding: 12px 0px;
  margin-bottom: 70px;
  border-radius: 12px;
}

.product-card {
  background: white;
  border-radius: 12px;
  transition: transform 0.2s;
  position: relative;
}

.product-card:hover {
  transform: translateY(-2px);
  background: rgba(var(--var-primary-color-rgb), 0.05);
}

.product-card-alt {
  background: white;
  border-radius: 12px;
  transition: transform 0.2s;
  position: relative;
}

.quantity-input {
  width: 60px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 6px;
}

.product-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.summary-card {
  background: white;
  border-radius: 12px;
  position: sticky;
  top: 20px;
}

.checkout-btn {
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  border: none;
  transition: transform 0.2s;
}

.checkout-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #4f46e5, #4338ca);
}

.remove-btn {
  color: #888;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 5px;
  right: 0px;
}

.remove-btn:hover {
  color: #991b1b;
}
.remove-btn svg {
  height: 20px;
}

.quantity-btn {
  height: 28px;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #bebebe;
  border: none;
  transition: all 0.2s;
}

.quantity-btn:hover {
  background: #e5e7eb;
}

.discount-badge {
  display: inline;
  background: #dcfce7;
  color: #166534;
  font-size: 0.875rem;
  padding: 4px 8px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .discount-badge {
    display: block;
    width: 95px;
  }
}
.customModalClose {
  position: absolute;
  top: 10px;
  right: 10px;
}
.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 1.5rem;
  padding: 0px;
}
.empty_cart {
  height: 50px;
  width: 50px;
  margin-bottom: 20px;
}
.cursor-pointer {
  cursor: pointer;
}
.address-card {
  transition: all 0.2s;
}
.address-card.selected {
  border: 1px dotted var(--var-primary-color);
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.2);
  background-color: rgba(var(--var-primary-color-rgb), 0.05);
}
.address-card:hover {
  transform: translateY(-2px);
  background: rgba(var(--var-primary-color-rgb), 0.05);
}
.paymentIcon {
  height: 30px;
  display: inline;
}
.main-banner {
  position: relative;
  overflow: hidden;
}
.main-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  /* background: rgba(0, 0, 0, 0.3); */
}
.zoom-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.1);
  transition: transform 1s ease-out;
  z-index: -1;
}

.zoom-bg-layer.zoom-out-active {
  transform: scale(1);
}

.main-banner-content h1 {
  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); */
}
.main-banner-content span,
.main-banner-content p {
  letter-spacing: 3px;
  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); */
}

.myAccountContainer {
  background: #ffffff;
  padding: 40px 0px 70px;
}
.order-card {
  background: white;
  border-radius: 12px;
}
.orderImg {
  height: 100px;
  width: 100px;
}
.email_otp_btn {
  background-color: transparent;
  border: 0px;
}
.google_policy p {
  font-size: 12px;
}
.grecaptcha-badge {
  visibility: hidden !important;
}

.size-select-modal .modal-dialog {
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0px;
  width: 100vw;
  transition: none;
  z-index: 1060;
  pointer-events: auto;
}

.size-select-modal .modal-content {
  border-radius: 0;
  background: #fff;
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.15);
}

.size-select-modal .modal-body {
  padding: 1.5rem 1rem;
}

@media (min-width: 576px) {
  .size-select-modal .modal-dialog {
    max-width: 100vw !important;
  }
  #loginModal .modal-dialog {
    max-width: 80vw !important;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    width: 800px !important;
  }
}
.modal_size_guide_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .old-price {
    font-size: 14px;
  }
  .new-price {
    font-size: 15px;
  }
  .single-products-box .products-content h3 a {
    font-size: 15px;
  }
  .price-discount {
    font-size: 15px;
  }
}
