@font-face {
  font-family: "GeneralSans-Extralight";
  src:
    url("../fonts/GeneralSans-Extralight.woff2") format("woff2"),
    url("../fonts/GeneralSans-Extralight.woff") format("woff"),
    url("../fonts/GeneralSans-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans-ExtralightItalic";
  src:
    url("../fonts/GeneralSans-ExtralightItalic.woff2") format("woff2"),
    url("../fonts/GeneralSans-ExtralightItalic.woff") format("woff"),
    url("../fonts/GeneralSans-ExtralightItalic.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "GeneralSans-Light";
  src:
    url("../fonts/GeneralSans-Light.woff2") format("woff2"),
    url("../fonts/GeneralSans-Light.woff") format("woff"),
    url("../fonts/GeneralSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans-LightItalic";
  src:
    url("../fonts/GeneralSans-LightItalic.woff2") format("woff2"),
    url("../fonts/GeneralSans-LightItalic.woff") format("woff"),
    url("../fonts/GeneralSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "GeneralSans-Regular";
  src:
    url("../fonts/GeneralSans-Regular.woff2") format("woff2"),
    url("../fonts/GeneralSans-Regular.woff") format("woff"),
    url("../fonts/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans-Italic";
  src:
    url("../fonts/GeneralSans-Italic.woff2") format("woff2"),
    url("../fonts/GeneralSans-Italic.woff") format("woff"),
    url("../fonts/GeneralSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "GeneralSans-Medium";
  src:
    url("../fonts/GeneralSans-Medium.woff2") format("woff2"),
    url("../fonts/GeneralSans-Medium.woff") format("woff"),
    url("../fonts/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans-MediumItalic";
  src:
    url("../fonts/GeneralSans-MediumItalic.woff2") format("woff2"),
    url("../fonts/GeneralSans-MediumItalic.woff") format("woff"),
    url("../fonts/GeneralSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "GeneralSans-Semibold";
  src:
    url("../fonts/GeneralSans-Semibold.woff2") format("woff2"),
    url("../fonts/GeneralSans-Semibold.woff") format("woff"),
    url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans-SemiboldItalic";
  src:
    url("../fonts/GeneralSans-SemiboldItalic.woff2") format("woff2"),
    url("../fonts/GeneralSans-SemiboldItalic.woff") format("woff"),
    url("../fonts/GeneralSans-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "GeneralSans-Bold";
  src:
    url("../fonts/GeneralSans-Bold.woff2") format("woff2"),
    url("../fonts/GeneralSans-Bold.woff") format("woff"),
    url("../fonts/GeneralSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans-BoldItalic";
  src:
    url("../fonts/GeneralSans-BoldItalic.woff2") format("woff2"),
    url("../fonts/GeneralSans-BoldItalic.woff") format("woff"),
    url("../fonts/GeneralSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "GeneralSans-Variable";
  src:
    url("../fonts/GeneralSans-Variable.woff2") format("woff2"),
    url("../fonts/GeneralSans-Variable.woff") format("woff"),
    url("../fonts/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans-VariableItalic";
  src:
    url("../fonts/GeneralSans-VariableItalic.woff2") format("woff2"),
    url("../fonts/GeneralSans-VariableItalic.woff") format("woff"),
    url("../fonts/GeneralSans-VariableItalic.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: italic;
}

* {
  box-sizing: border-box;
  font-family: "GeneralSans-Medium", sans-serif;
  
}

a {
  text-decoration: none;
  color: #000;
}

p {
  font-family: "GeneralSans-Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  vertical-align: middle;
}

h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 80px;
}

.product_banner_section {
  background: url("../assets/images/product-detail/banner-image.png") no-repeat
    center center/cover;
  padding: 50px 0;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 20px;
}

.product_banner_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.banner_content h1 {
  font-family: "General Sans", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 77px;
  vertical-align: middle;
  text-transform: capitalize;
  color: #011149;
}

.banner_content p {
  font-family: "GeneralSans-Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 153%;
  letter-spacing: 1%;
  vertical-align: middle;
  margin-bottom: 20px;
  color: #000000;
}

.banner_content {
  max-width: 39%;
  color: #fff;
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeInLeft 1s ease-in-out forwards;
  padding-left: 45px;
  box-sizing: border-box;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.banner_images {
  max-width: 45%;
}

.banner_images img {
  width: 80%;
  height: auto;
  display: block;
}

.banner_content span {
  color: #a76a29;
  font-size: 42px;
  line-height: 77px;
}

.btn-shop {
  display: inline-block;
  padding: 5px 20px;
  background-color: #011149;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-family: "General Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  transition: background 0.3s ease-in-out;
  border: none;
  cursor: pointer;
  width: 60%;
}

.btn-shop:hover {
  background-color: #98c104;
}

.filter a {
  display: inline-block;
  padding: 5px 20px;
  background-color: #011149;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-family: "GeneralSans-Medium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  transition:
    background 0.3s,
    transform 0.2s;
  border: none;
  cursor: pointer;
  width: 20%;
  transition: background 0.3s ease-in-out;
}

section.product_list_section {
  padding: 40px 0pc;
}

/* Product List Styling */
.product-list-section {
  padding: 40px;
  background-color: #fff;
}

.product-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5%;
  padding-top: 40px;
  flex-wrap: wrap;
}

.product-item {
  background: #fff;
  text-align: center;
  width: 21%;
}

.product-image {
  position: relative;
  background-color: #D3DCFF;
  height: 290px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 100%;
  max-width: 130px;
  height: auto;
}

.bestseller {
  position: absolute;
  top: 20px;
  left: 0px;
  background-color: #dd6b30;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 0px 20px 20px 0px;
}

h3 {
  font-family: "General Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  vertical-align: middle;
}

.price {
  font-family: "General Sans", sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: left;
}

.old-price {
  text-decoration: line-through;
  color: #95aaa5;
  margin-left: 10px;
}

.btn_list {
  display: block;
  width: 100%;
  padding: 5px 20px;
  background-color: #98c104;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-family: "GeneralSans-Medium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 20px;
  transition: background 0.3s ease-in-out;
}

button.btn_list:hover {
  background-color: #011149 !important;
  color: #fff;
}

.btn:hover {
  background-color: #74a82b;
}

.product-details {
  text-align: left;
}

.product_sub_list {
  width: 50%;
}

.row {
  display: flex;
  justify-content: space-between;
}

.product_sub_container {
  width: 50%;
  padding-top: 40px;
}

.product_sub_container img {
  width: 100%;
}

.product_sub_container img {
  width: 100%;
  border-radius: 10px;
  max-height: 435px;
}

.product_sub_list li.product-item {
  width: 44%;
}

.product_sub_list .product-list {
  flex-wrap: nowrap;
  width: 94%;
  justify-content: space-around;
}

.product-page {
  margin: 0em auto;
  max-width: 90%;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding-bottom: 30px;
}
.main {
  margin: 0em auto;
  max-width: 90%;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #011149;
  color: #011149;
  font-weight: 500;
  cursor: pointer;
}

.page.active {
  background-color: #011149;
  color: white;
  border: none;
}

.dots {
  color: #011149;
  font-weight: bold;
  cursor: default;
}

a.page:hover {
  background-color: #011149;
  color: #fff;
}

/* Hidden popup initially */
.filter-popup {
  position: fixed;
  top: 0;
  left: -100%;
  width: 40%;
  height: 100%;
  /*  height: 100%;
    overflow: auto; */
  background: white;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease-in-out;
  z-index: 1001;
  padding: 20px;
  overflow-y: auto;
  border-radius: 0px 6px 6px 0px;
  -webkit-border-radius: 0px 6px 6px 0px;
}

/* Show popup */
.filter-popup.active {
  left: 0;
}

/* Overlay background */
.overlay-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
}

/* Show overlay */
.overlay-filter.active {
  visibility: visible;
  opacity: 1;
}

/* Close button */
#close-filter {
  position: absolute;
  top: 25px;
  left: 10px;
  background-color: #D3DCFF;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Accordion styles */
.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  font-weight: bold;
  padding: 12px;
  cursor: pointer;
  position: relative;
}

.accordion-body {
  padding: 0px 10px 10px 10px;
  display: none;
}

.accordion-item.active .accordion-body {
  display: block;
}

/* Toggle switch */
.toggle-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

/* Switch styles */
.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: #0f574e;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #dfdfdf;
}

input:checked + .slider:before {
  transform: translateX(14px);
}

/* Filter buttons */
.filter-buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-top: 55px;
  position: fixed;
  width: 34%;
  bottom: 0;
  background-color: #ffffff;
}

.clear-btn,
.apply-btn {
  border: none;
  cursor: pointer;
  gap: 12px;
  border-radius: 30px;
  width: 40%;
  padding: 5px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
}

.clear-btn {
  background: #ffffff;
  border: 1px solid #011149;
}

.apply-btn {
  background: #0f574e;
  color: white;
}

/* Accordion Header */
.accordion-header {
  font-weight: bold;
  padding: 12px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
  text-transform: capitalize;
}

/* Arrow Icon */
.arrow-icon {
  width: 9px;
  transition: transform 0.3s ease;
}

/* Rotate Arrow When Active */
.accordion-item.active .arrow-icon {
  transform: rotate(180deg);
}

.accordion-body label {
  display: block;
  font-weight: 400;
  font-size: 19px;
  line-height: 38px;
  text-transform: capitalize;
  font-family: "GeneralSans-Regular", sans-serif;
}

/* Style the checkbox */
.accordion-body input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 0.8px solid #95AAA5;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  background-color: white; /* default background */
}

/* When checked */
.accordion-body input[type="checkbox"]:checked {
  background-color: #011149;
  border-color: #011149;
  
}

/* Show image instead of ✔ */
.accordion-body input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 8px;
  background-image: url('../assets/images/products/tick.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
}


.filter-content h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
}

.toggle-section label {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
  text-transform: capitalize;
}

.price-slider {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

/* Full track (inactive gray range) */
.price-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  background: #D3DCFF;
  border-radius: 4px;
  outline: none;
  position: absolute;
  pointer-events: none;
}

/* Active range (green when right circle moves) */
.price-slider .active-range {
  height: 2px;
  background: #011149;
  /* Green active section */
  position: absolute;
  border-radius: 4px;
  pointer-events: none;
  z-index: 2;
}

/* Thumb (circle) styling - both circles identical */
.price-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: white;
  /* White background */
  border: 2px solid #011149;
  /* Green border */
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  pointer-events: auto;
  z-index: 3;
}

.price-slider .fixed-thumb {
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #ddefec;
  border-radius: 50%;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.price-inputs {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 20px;
  align-items: baseline;
}

.price-box input {
  border: none !important;
  padding: 10px 6px;
  text-align: right;
  outline: none !important;
  color: #95aaa5;
  min-width: 70%;
  font-size: 17px;
}

.price-box {
  display: flex;
  justify-content: space-between;
  border: solid 1px #000;
  border: 0.5px solid #95aaa5;
  padding: 5px 10px;
  border-radius: 5px;
  width: 44%;
  align-items: center;
}

.price-box label {
  font-size: 16px;
  color: #95aaa5;
}

.price-inputs span {
  color: #95aaa5;
}

/*============== product details =================*/
.product_row {
  display: flex;
  width: 100%;
}

.product_col_01 {
  display: flex;
  gap: 20px;
  width: 70%;
  border-right: 0.5px solid #95aaa5;
}

.product_col_02 {
  width: 30%;
}

.product_left_content {
  width: 50%;
  padding: 0px 12px;
}

.detail_descrip {
  padding-top: 20px;
}

/**slide product**/
.product-gallery {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}

.main-image {
  width: 100%;
  height: 500px;
  background: #D3DCFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.main-image img {
  width: 250px;
  height: auto;
}

.thumbnail-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.thumbnail-container {
  width: 474px !important;
  overflow: hidden;
}

.product-box {
  padding: 10px 40px;
  width: 60% !important;
  background-color: #D3DCFF;
}

button.next_btns {
  position: absolute;
  right: 0px;
}

button.prev_btns {
  position: absolute;
  left: 0px;
  z-index: 99;
}

.qty {
  padding: 10px 0px 1px 0px;
}

.thumbnails {
  display: flex;
  gap: 10px;
  transition: transform 0.3s ease-in-out;
}

.thumbnail {
  width: 63px !important;
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
  transition:
    transform 0.3s,
    border 0.3s;
}

.product-box {
  padding: 10px 40px;
  width: 100% !important;
  background-color: #D3DCFF;
  width: 100% !important;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.3s ease-in-out;
  cursor: pointer;
}

.product-box .thumbnail.active {
  transform: scale(1.1);
}

.product-box:has(.thumbnail.active) {
  border: 1px solid #011149;
  background-color: #ffffff;
}

.thumbnail-wrapper button {
  background-color: #011149 !important;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  height: 26px !important;
  width: 26px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumbnail-wrapper button img {
  width: 7px;
}
.thumbnails.owl-carousel.owl-loaded.owl-drag {
  width: 93%;
  margin: 0 auto;
}
.thumbnails.owl-carousel .owl-nav button.owl-prev {
  left: -9px;
}

/*-end--*/
.product_left_content h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 25px;
  padding-bottom: 10px;
  font-family: "GeneralSans-Semibold", sans-serif;
}

.price-tag {
  font-family: "General Sans", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.old-price-tag {
  text-decoration: line-through;
  color: #95aaa5;
  margin-left: 10px;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-decoration: line-through;
}

span.tax {
  font-family: "General Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  vertical-align: top;
  text-transform: capitalize;
}

.select-options {
  margin: 15px 0;
}

.option-group {
  display: flex;
  gap: 10px;
  padding: 0px 0px 10px 0px;
}

.option-group input[type="radio"] {
  display: none;
}

.option-group label {
  padding: 8px 12px;
  background: #ffffff;
  border-radius: 50px;
  cursor: pointer;
  min-width: 100px;
  color: #011149;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #011149;
  transition: background 0.3s ease-in-out;
}

.option-group input[type="radio"]:checked + label {
  background-color: #011149;
  color: #fff;
}

.color-options {
  display: flex;
  gap: 10px;
}

.color-option {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #ccc;
}

/* Quantity Section */
.detail-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  width: 100px;
  padding: 1px 5px;
  border: 0.5px solid #000000;
  border-radius: 20px;
}

.quantity-btn {
  background: #ffffff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  color: #000000;
}

.quantity-value {
  font-size: 16px;
  font-weight: 500;
  font-family: "GeneralSans-Medium", sans-serif;
  color: #000000;
}

.product_left_content label {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  vertical-align: middle;
  font-family: "GeneralSans-Medium", sans-serif;
}

.action-buttons {
  display: flex;
  gap: 10px;
  width: 80%;
}

.btn {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.add-to-bag {
  border: 1px solid #011149;
  color: #011149;
  padding: 14px 20px;
  border-radius: 30px;
  background-color: #fff;
}

.buy-now {
  color: #fff;
  background: #011149;
  border-radius: 30px;
}

button.btn.add-to-bag:hover {
  color: #fff;
}

.detail_descrip span {
  font-family: "General Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
}

.owl-carousel.owl-theme.owl-cart-slider .item {
  background: #D3DCFF;
  border-radius: 5px;
  display: flex;
}

.product-box-img img {
  width: 75px !important;
}

.product-box-img {
  width: 35%;
  height: 145px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 15px;
}

.btn-well button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 28px;
}

.well-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-well img {
  width: 9px;
}

.price-tag {
  font-size: 15px;
}

.product-box-content span.old-price-tag {
  font-size: 15px;
}

.product-box-content .add-to-bag {
  border: 1px solid #011149;
  color: #011149;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: transparent;
  font-size: 16px;
  margin-top: 10px;
}

.product-box-content h3 {
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  padding-top: 10px;
}

.button.btn.add-to-bag:hover {
  background-color: #74a82b;
}

button.btn.add-to-bag:hover {
  background-color: #74a82b;
}

.product-box-content h4 {
  font-size: 20px;
}

/*-tab-*/
.tab-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* Tab Header */
.tab-header {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 20px;
}

.tab-link {
  padding: 12px 0px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  transition: color 0.3s ease-in-out;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}

.tab-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0;
  height: 3px;
  background-color: #98c104;
  transform: translateX(-50%);
  transition: width 0.3s ease-in-out;
}

.tab-link.active::after {
  width: 100%;
}

.custom-tab-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

section.product-tab-list {
  padding: 60px 0px 0px 0px;
  margin: 0em auto;
  max-width: 90%;
}

/*--faq--*/
section.faq-section {
  padding: 0px 0px 50px 0px;
}

.faq_accordion_container {
  margin: 0 auto;
  width: 70%;
}

.faq_accordion .faq_accordion_item {
  margin-bottom: 10px;
}

.faq_accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 20px 10px;
  border-radius: 5px;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background-color: #D3DCFF;
  outline: none;
}

.faq_accordion button:hover,
.faq_accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.faq_accordion button:hover::after,
.faq_accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.faq_accordion button .faq_accordion_title {
  padding: 1em 1.5em 1em 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}

.faq_accordion button .faq_accordion_icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}

.faq_accordion button .faq_accordion_icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 10px;
  width: 15px;
  background: url(../assets/images/product-detail/down-arrow.png) no-repeat
    center center;
  background-size: contain;
  transition: transform 0.3s ease;
}

span.faq_accordion_title img {
  padding-right: 15px;
}

/* Rotate the arrow when expanded */
.faq_accordion button[aria-expanded="true"] .faq_accordion_icon {
  transform: rotate(180deg);
}

.faq_accordion button[aria-expanded="true"] {
  color: #03b5d2;
}

.faq_accordion button[aria-expanded="true"] .faq_accordion_icon::after {
  width: 0;
}

.faq_accordion .faq_accordion_content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 300ms ease-in-out,
    opacity 300ms ease-in-out,
    padding 200ms ease-in-out;
  padding: 0 35px;
}

.faq_accordion button[aria-expanded="true"] + .faq_accordion_content {
  opacity: 1;
  max-height: 500px;
  padding: 20px 35px;
}

.faq_accordion_container h2 {
  text-align: center;
  font-weight: 600;
  font-size: 38px;
  line-height: 80px;
  text-align: center;
}

section.product-buy-section {
  margin: 0em auto;
  max-width: 90%;
}

/*--maquee slider----*/
.marquee-slider .item img {
  width: 80px;
  height: auto;
}

.product-marquee .marquee-slider .owl-stage {
  display: flex;
  width: max-content !important;
  animation: marquee-scroll 50s linear infinite;
}

.product-marquee .marquee-slider .owl-stage-outer {
  overflow: hidden;
}

.product-marquee .marquee-slider:hover .owl-stage {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0%);
  }
}

section.product-marquee {
  background-color: #f1f1f1;
}

.marquee-wrapper .item {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px 0px;
}

/*----Related products---*/
section.Related_products {
  margin: 0em auto;
  max-width: 90%;
  padding: 40px 0px;
}

section.Related_products h2 {
  text-align: center;
}

.related_products_slider .owl-prev,
.related_products_slider .owl-next {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  background: #011149 !important;
}

.related_products_slider .owl-prev {
  left: 0px !important;
}

.related_products_slider .owl-prev img,
.related_products_slider .owl-next img {
  width: 70%;
  height: auto;
}

.related_products_slider .product-item {
  background: #fff;
  text-align: center;
  width: 95%;
}

.related_products_slider .owl-dots.disabled,
.related_products_slider .owl-nav.disabled {
  display: block !important;
}

.related_products_slider .owl-nav button.owl-next {
  right: -20px;
}

.product-details h3 {
  line-height: 40px;
  font-family: "GeneralSans-Medium", sans-serif;
}

section.Related_products button:hover {
  background: #98c104 !important;
}

/*---faq right---*/
.delivery_info_container {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-bottom: 30px;
}

.delivery_info_accordion .delivery_info_accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.delivery_info_accordion
  .delivery_info_accordion-item
  button[aria-expanded="true"] {
  border-bottom: none;
}

.delivery_info_accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.delivery_info_accordion button:hover,
.delivery_info_accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.delivery_info_accordion button .delivery_info_accordion-title {
  padding: 1em 1.5em 1em 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgb(0, 0, 0);
}

.delivery_info_icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.delivery_info_icon {
  background-image: url("../assets/images/product-detail/down-arrow.png");
}

/* Open state arrow (upward) */
.delivery_info_accordion button[aria-expanded="true"] .delivery_info_icon {
  background-image: url("../assets/images/product-detail/down-arrow.png");
  transform: translateY(-50%) rotate(180deg);
}

.delivery_info_accordion button[aria-expanded="true"] {
  color: #03b5d2;
}

.delivery_info_accordion
  button[aria-expanded="true"]
  .delivery_info_icon::after {
  width: 0;
}

.delivery_info_accordion
  button[aria-expanded="true"]
  + .delivery_info_accordion-content {
  opacity: 1;
  max-height: 460px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  padding: 10px 0px;
}

.delivery_info_accordion .delivery_info_accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 200ms linear,
    max-height 200ms linear;
  will-change: opacity, max-height;
}

button#delivery_info_accordion-button-1 {
  background-color: #D3DCFF;
  padding: 15px 20px;
  border-radius: 10px 10px 0px 0px;
  border: solid 1.2px #e3e3e3;
}

.delivery_info_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: solid 1px #000000;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
}

.delivery_info_list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 10px;
  border-bottom: 1px solid #ddd;
}

.delivery_info_header {
  font-weight: bold;
  color: #028174;
  background: #f5f5f5;
}

.delivery_info_label {
  font-weight: normal;
}

.delivery_info_list li:last-child {
  border-bottom: none;
}

span.delivery_info_accordion-title img {
  padding: 0px 20px;
}

#delivery_info_accordion-button-1[aria-expanded="true"] {
  border: 1px solid #1d1e1e;
  border-radius: 3px;
}

.delivery-shipping {
  background-color: #D3DCFF;
  display: flex;
  gap: 20px;
  padding: 15px 6px;
  margin-left: 20px;
  border-radius: 10px;
  align-items: center;
}

.delivery-shipping img {
  padding-left: 15px;
}

.delivery-shipping span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "GeneralSans-Variable", sans-serif;
}

.delivery_info_accordion .delivery_info_accordion-item:last-child {
  border-bottom: none;
}

.img_delivery img {
  border-radius: 20px;
  width: 100%;
  padding-bottom: 10px;
}

.delivery_info_accordion
  button[aria-expanded="true"]
  + .delivery_info_accordion-content.fst {
  border: none;
  padding: 0;
}

.payment-options {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  gap: 20px;
}

.faq_accordion_item button {
  outline: none;
  transition: color 0.3s ease-in-out;
}

.faq_accordion_item button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background-color: #dad9d9;
  transition:
    width 0.4s ease-in-out,
    left 0.4s ease-in-out;
}

.faq_accordion_item button:hover::before {
  width: 100%;
  left: 0;
}

.price-tag strong {
  font-size: 22px;
}

.product_left_content .price-tag {
  font-size: 22px;
}

.detail_descrip strong {
  font-family: "GeneralSans-Regular", sans-serif;
}

.product-box-content .price-tag strong {
  font-size: 16px;
}

ul.delivery_info_list li span {
  font-family: "GeneralSans-Variable", sans-serif;
  font-weight: 400;
}

.lg-none {
  display: none;
}

.sm-none {
  display: block;
}

.filter img {
  padding-right: 10px;
}

/* ========MY cart========== */

.cart_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cart_container {
  display: flex;
  gap: 60px;
  padding-bottom: 80px;
}

.cart_products {
  flex: 2;
}

.cart_product {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.cart_product_img {
  width: 140px;
  height: 180px;
  background-color: #f5f5f5;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart_product_img img {
  width: 69px;
  height: auto;
}

.cart_product_details {
  flex: 1;
}

.cart_product_name {
  margin-bottom: 15px;
  display: inline-block;
  font-family: "GeneralSans-Semibold", sans-serif;
  font-weight: 600;
  font-size: 26px;
}

.cart_product_weight {
  font-family: "GeneralSans-Medium", sans-serif;
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 4px;
  margin-top: 10px;
}

.cart_product_weight span {
  font-weight: 600;
  color: #011149;
}

.detail-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.quantity-value {
  width: 30px;
  text-align: center;
}

.cart_btn_remove {
  background: 0;
  border: 0;
  cursor: pointer;
  font-size: 19px;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  font-family: "GeneralSans-Medium", sans-serif;
  font-weight: 500;
  color: #000;
}

.cart_product_prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 100px;
}

.cart_product_original_price {
  color: #999;
  text-decoration: line-through;
}

.cart_summary {
  flex: 1;
  padding: 5px 20px 20px 20px;
  border-radius: 12px;
  height: fit-content;
  border: 1px solid #011149;
}

.cart_summary_row.cart_summary_total span {
  text-align: right;
  font-family: "GeneralSans-Medium", sans-serif;
  font-weight: 600;
  display: block;
}

.cart_coupon {
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #011149;
  border-radius: 30px;
  padding: 4px 20px;
}

.cart_coupon_input {
  flex: 1;
  padding: 10px;
  border: none !important;
  outline: none !important;
  border-radius: 4px 0 0 4px;
  font-family: "GeneralSans-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.cart_btn_apply {
  padding: 10px 0px;
  background-color: transparent;
  color: #011149;
  border: 0;
  cursor: pointer;
}

.cart_summary_row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.cart_tax_note {
  font-size: 12px;
  color: #000000;
  margin-top: 0px;
}

.cart_btn_checkout {
  width: 100%;
  padding: 20px;
  background-color: #4caf50;
  color: #fff;
  border: 0;
  cursor: pointer;
  background-color: #011149;
  border-radius: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  transition: background 0.3s ease-in-out;
}

.cart_btn_checkout:hover {
  background-color: #74a82b;
}

button.cart_btn_remove img {
  width: 17px;
}

h2.cart_summary_title {
  font-size: 30px;
  line-height: 70px;
  text-align: center;
}

.cart_product_prices span {
  font-family: "GeneralSans-Semibold", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.cart_quty {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.cart_quty span {
  font-family: "GeneralSans-Medium", sans-serif;
  font-weight: 500;
  font-size: 19px;
}

.cart_summary_row span {
  font-family: "GeneralSans-Variable", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

span.cart_product_original_price {
  font-weight: 500;
  font-family: "GeneralSans-Medium", sans-serif;
}

span.cart_inr {
  color: #011149;
  font-weight: 500;
}

span._cart_disscount {
  color: #dd6b30;
  font-size: 20px;
  font-weight: 500;
}

.tax_span span {
  color: #011149;
}

.cart_tax_note {
  font-family: "GeneralSans-Variable", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
section.checkout_sections h1.account_title {
  padding-top: 3px;
}
.breadcrumb {
  list-style: none;
  display: flex;
  padding: 0px 0 10px 0;
  margin: 0;
  margin-top: 20px;
}

.breadcrumb li {
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
}

.breadcrumb li a {
  font-family: "GeneralSans-Medium", sans-serif;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 20px;
  font-weight: 500;
  color: #011149;
}

.breadcrumb li + li:before {
  content: "/";
  padding: 0 10px;
  color: #999;
}

/* Lock Image Styling */
.lock-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.popup-box {
  background: white;
  border-radius: 10px;
  text-align: center;
  width: 75%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Close Button */
.close-btn {
  align-items: center;
  position: absolute;
  top: 25px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #011149;
  background-color: #ececec;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Show Popup */
.popup-overlay.active {
  display: flex;
}

.gift-selection h2 {
  font-size: 24px;
}

.popup-box h2 {
  font-size: 24px;
  border-bottom: 1px solid #011149;
}

.gift-container {
  display: flex;
  gap: 20px;
  padding-bottom: 30px;
}

.gift-item {
  text-align: center;
  width: 33.33%;
}

.gift-image {
  position: relative;
  width: 75%;
  overflow: hidden;
  border-radius: 10px;
}

.gift-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.lock-icon {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

.gift-btn {
  margin-top: 10px;
  padding: 8px 16px;
  border: 2px solid #008000;
  background: white;
  color: #008000;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  font-family: "GeneralSans-Medium", sans-serif;
  cursor: pointer;
}

.gift-btn:hover {
  background: #008000;
  color: white;
}

.unlock-text {
  margin-top: 20px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  font-family: "GeneralSans-Medium", sans-serif;
}

/* Progress Bar Container */
.progress-container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  position: relative;
}

/* Progress Bar Track */
.progress-bar {
  position: relative;
  width: 100%;
  height: 15px;
  background: #D3DCFF;
  border-radius: 20px 0px 0px 20px;
  margin-top: 20px;
}

.progress-fill {
  width: 20%;
  height: 100%;
  background: #98c104;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.4s ease-in-out;
}

/* Progress Steps */
.progress-steps {
  display: flex;
  justify-content: space-between;
  width: 60%;
  position: absolute;
  top: 13px;
  left: 51%;
  transform: translateX(-50%);
}

.step {
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #888;
  font-family: "GeneralSans-Variable", sans-serif;
  font-weight: 500;
  line-height: 50px;
}

.step::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #011149;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border: 2px solid white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transition: background 0.4s ease-in-out;
}

.step::after {
  content: "";
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.step.active::before {
  background: #011149;
}

.lock-icon img {
  width: 20px;
  height: auto;
}

.lockIcon:hover .lock-icon {
  background-color: #c4e9ae;
}

ul.gift_row {
  overflow: auto;
  display: flex;
  padding-top: 25px;
  flex-wrap: wrap;
  max-height: 460px;
}

ul li {
  list-style-type: none;
}

ul.gift_row li {
  width: 25%;
  padding-bottom: 27px;
}

ul.gift_row li a img {
  width: 100%;
  height: 230px;
  border-radius: 5px;
}

.footer_popup {
  box-shadow: 0px -4px 22.1px 0px #0111493b;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.free_gift {
  background: #e6fd9078;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding-left: 5px;
}

.free_gift p {
  color: #011149;
  font-weight: 500;
  width: 80%;
  text-align: center;
}

button.gift-btn.add {
  display: block;
  width: 30%;
  margin-top: 20px;
  margin-left: 30px;
}

ul.gift_row li a {
  width: 80%;
  display: block;
  text-align: left;
  margin: 0 auto;
}

.done-btn {
  margin-top: 10px;
  padding: 12px 16px;
  border: 2px solid #008000;
  cursor: pointer;
  background-color: #011149;
  color: #fcfcfc;
  border-radius: 50px;
  font-weight: 500;
  font-family: "GeneralSans-Medium", sans-serif;
  cursor: pointer;
  min-width: 170px;
}

.done-btn:hover {
  background: #008000;
  color: white;
}

.footer_popup p {
  font-weight: 500;
}

.footer_popup p span {
  font-weight: 600;
}

.product_col_02 .free_gift {
  margin: 20px 0px 4px 20px;
}

ul.gift_row h3 {
  font-weight: 500;
  line-height: 30px;
  min-height: 60px;
}

ul.gift_row span {
  font-weight: 600;
}

span#closePopup:hover {
  background-color: #011149;
  color: #ffff;
}

span.free_deliv {
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 20px;
  color: #011149;
  justify-content: center;
}

/*======== trems============*/
h1 {
  font-family: "GeneralSans-Medium", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 77px;
  vertical-align: middle;
  text-transform: capitalize;
}

.title-privacy h1 {
  text-align: center;
}

/* Accordion */
.accordion .accordion-item {
  border-bottom: 1px solid #95aaa5;
}

.accordion button {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: var(--text);
  font-size: 28px;
  font-weight: 500;
  border: none;
  background: none;
  outline: none;
  color: #011149;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: var(--blue);
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  border: 1px solid var(--blue);
}

.accordion .accordion-title {
  padding: 0px 30px;
  padding: 0px 30px;
  font-family: "General Sans", sans-serif;
  font-size: 23px;
}

.accordion .icon {
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 0;
  width: 22px;
  height: 22px;
}

.accordion .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 14px;
  height: 2px;
  background: #011149;
}

.accordion .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 3px;
  left: 11px;
  width: 2px;
  height: 14px;
  background: #011149;
}

.accordion button[aria-expanded="true"] {
  color: #011149;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: max-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 200ms linear,
    max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  color: #000;
  padding: 0px 0px 5px 0px;
}

span.num-text {
  display: inline-block;
  background-color: #011149;
  border-radius: 50%;
  text-align: center;
  color: #090909;
  background-color: #011149;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.account_links {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 25px 0px;
}

.account_links a {
  text-decoration: underline;
}
.container_login {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.account_container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  display: flex;
}
.account_input::placeholder {
  font-family: "GeneralSans-Medium", sans-serif;
  color: #95aaa5;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
}

.account_subtitle {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: center;
}

.account_login {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.account_checkbox label {
  font-size: 16px;
}

/* Form Styling */
.account_form {
  display: flex;
  flex-direction: column;
}

/* Increase checkbox size */
.account_checkbox input[type="checkbox"] {
  width: 25px;
  height: 30px;
  cursor: pointer;
  accent-color: #2c6c5a;
}

.account_checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-align: left;
  margin-bottom: 15px;
}

.account_row {
  display: flex;
  gap: 40px;
}

.account_field {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  flex: 1;
}

.account_field label {
  font-size: 17px;
  margin-bottom: 8px;
  text-align: left;
  text-transform: capitalize;
}

.account_input {
  padding: 10px 10px;
  border: 1px solid #011149;
  border-radius: 10px;
  font-size: 14px;
  line-height: 35px;
  width: 100%;
}

.account_required {
  color: #dd6b30;
}

.account_checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  text-align: left;
  margin-bottom: 15px;
}

.account_btn {
  color: rgb(255, 255, 255);
  font-size: 16px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  width: 75%;
  margin: 0 auto;
  padding: 17px 12px;
  transition: background 0.3s ease-in-out;
  background-color: #011149;
}

.account_btn:hover {
  background-color: #98c104;
  color: #000;
}

.account_container h1 {
  text-align: center;
}
.container_login h1 {
  text-align: center;
}
/*=============checkout=================*/
.nav_checkout {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px;
}

header.header-checkout nav {
  max-width: 100%;
  padding: 0;
}
a.nav__back {
  background-color: #D3DCFF;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  color: #011149;
  font-weight: 500;
}

.nav_checkout span {
  color: #011149;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}

a.nav__back img {
  width: 7px;
}
.account_checkbox,
.account_radio {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.account_checkbox input,
.account_radio input {
  width: 18px;
  height: 18px;
  accent-color: #2c6c5a;
  cursor: pointer;
}
/* Select Dropdown Custom Styling */
/* Custom Styling for Select Box */
.account_custom_select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.account_select {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #b2b2b2;
  border-radius: 6px;
  background: #f9f9f9;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Custom Styling for Options */
.account_select option {
  background-color: white;
  color: black;
  font-size: 16px;
}

.checkout_row {
  display: flex;
  gap: 35px;
}

.account_group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.account_form_container {
  flex: 2;
}
.checkout_container {
  display: flex;
  gap: 60px;
}
.checkout_summary {
  flex: 1;
  padding: 5px 30px 20px 30px;
  border-radius: 12px;
  height: fit-content;
  border: 1px solid #011149;
  margin-top: 50px;
}
.checkout_container .account_group {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 22px;
}
.checkout_input {
  padding: 18px 10px;
  border: 1px solid #011149;
  border-radius: 10px;
  font-size: 14px;
  line-height: 35px;
  width: 100%;
}

.checkout_heading {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.checkout_product {
  display: flex;
  margin-bottom: 20px;
}

.checkout_product-image img {
  width: 70px;
  height: auto;
  border-radius: 8px;
}

.checkout_product-details {
  width: 70%;
  padding: 0 15px;
}

.checkout_product-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin: 0;
}

.checkout_product-quantity {
  margin: 5px 0 0;
  font-size: 14px;
}

.checkout_product-price {
  text-align: right;
}

.checkout_product-price-current {
  font-family: "GeneralSans-Semibold", sans-serif;
  font-weight: 600;
}

.checkout_product-price-original {
  text-decoration: line-through;
  color: #9da5a4;
  font-weight: 500;
  font-family: "GeneralSans-Medium", sans-serif;
}
.checkout_product-price span {
  display: block;
  font-size: 18px;
}
.checkout_product-image {
  width: 30%;
  height: 140px;
  background-color: #f5f5f5;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout_qty {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 20px;
}
.checkout_qty p {
  font-weight: 500;
}
.checkout_summary h2 {
  padding-bottom: 20px;
}
.border-top {
  border-top: 1px solid #011149;
}
.total_fixed_container {
  margin: 0 auto;
  position: fixed;
  bottom: 35px;
  background-color: #ffff;
  box-shadow: 0px 4px 21.7px 0px #01114966;
  display: flex;
  justify-content: space-between;
  width: 90%;
  overflow: hidden;
  padding: 20px;
  border-radius: 15px;
}
.total_fixed {
  position: relative;
  min-height: 170px;
}
.total_fixed_content {
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
}
.total_fixed_container .account_btn {
  width: 17%;
}
.total_fixed_text {
  width: 80%;
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.total_fixed_text span:first-child {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
}

.total_fixed_text span:last-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  vertical-align: middle;
  color: #011149;
}
.checkout_card {
  padding-left: 20px;
}
.checkout_card img {
  width: 65px;
  padding-right: 7px;
  padding-left: 7px;
}
.checkout_card-01 {
  padding-left: 20px;
}
.checkout_card-01 img {
  width: 45px;
  padding-right: 7px;
  padding-left: 7px;
}
.checkout_container h2 {
  font-size: 33px;
  line-height: 85px;
}
.checkout_container h1 {
  padding-bottom: 10px;
}
a.nav__back:hover {
  background-color: #98c104;
}
.checkout_container .account_group label {
  padding-bottom: 10px;
}
/*==========checkout 2================*/
.delivery_address_checkoutc {
  border: 1px solid #011149;
  border-radius: 8px;
  padding: 16px;
  width: 320px;
  font-family: Arial, sans-serif;
  color: #000;
  position: relative;
}

.address-header {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 0.5px solid #011149;
  padding-bottom: 11px;
}

.default-badge {
  font-size: 14px;
  padding: 6px 15px;
  border-radius: 17px;
  background-color: #7893FE;
  color: #011149;
}

.delivery_address_checkoutc hr {
  border: none;
  border-top: 1px solid #dcdcdc;
  margin: 12px 0;
}

.delivery_address_checkoutc p {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 1.5;
}

.add-new-address {
  color: #205c53;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 16px;
  display: inline-block;
}
.checkout_card-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.add-view-address {
  padding-top: 10px;
}
/*==========payment faild===========*/
.container-payment-failed {
  text-align: center;
  position: relative;
  width: 50%;
  margin: 0 auto;
  padding: 0px 0px 40px 0px;
}

.background-shape-01 {
  position: absolute;
  top: 6%;
  left: 20%;
  width: 410px;
  height: 380px;
  background: #7893FE;
  border-radius: 50% 50% 60% 40% / 40% 60% 40% 60%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: -1;
  animation: wave 6s infinite linear;
}

.background-shape-01::before,
.background-shape-01::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: #7893FE;
  border-radius: 45%;
  animation: wave 8s infinite linear;
}

.background-shape-01::after {
  background: #7893FE;
  animation-duration: 12s;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(150deg);
  }
  75% {
    transform: rotate(250deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.background-shape-01 img {
  width: 250px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.container-payment-failed p {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

.container-payment-failed button {
  width: 30%;
}

.container-payment-failed h1 {
  color: #dd6b30;
  padding-top: 20px;
}
/*==========payment success===========*/
.background-shape {
  position: absolute;
  top: 8%;
  left: 25%;
  width: 360px;
  height: 280px;
  background: #7893FE;
  border-radius: 50% 50% 60% 40% / 40% 60% 40% 60%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: -1;
  animation: wave 6s infinite linear;
}

.background-shape::before,
.background-shape::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: #7893FE;
  border-radius: 45%;
  animation: waves 8s infinite linear;
}

.background-shape::after {
  background: #7893FE;
  animation-duration: 12s;
}

@keyframes waves {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(150deg);
  }
  75% {
    transform: rotate(250deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.background-shape img {
  width: 250px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.container-payment-successful p {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

.container-payment-successful {
  text-align: center;
  position: relative;
  width: 50%;
  margin: 0 auto;
  padding: 60px 0;
}

.container-payment-successful a {
  width: 30%;
  display: block;
}

.container-payment-successful h1 {
  color: #011149;
  padding-top: 25px;
}

.container-payment-successful img {
  width: 60%;
}

/*==========blog==============*/
.blog_section {
  background-color: #fff;
  text-align: center;
}

.blog_title {
  margin-bottom: 30px;
}

.blog_wrapper {
  display: flex;
  gap: 5%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.blog_card {
  width: 30%;
  border: 1px solid #011149;
  border-radius: 8px;
  padding: 20px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  background-color: #fff;
  margin-bottom: 40px;
}

.blog_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blog_image {
  width: 100%;
  height: 235px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.blog_heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #011149;
}
.blog_text {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 500px;
}

.blog_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding: 8px 0px;
}

.blog_readtime,
.blog_date {
  display: inline-block;
  background: #D3DCFF;
  color: #011149;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  white-space: nowrap;
}

.blog_readtime {
  background: #7893FE;
  color: #011149;
}
.blog_heading {
  font-family: "GeneralSans-Medium", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #011149;
  text-align: left;
}
/*=============blog detail=====================*/

.blogo_detail-container {
  margin: auto;
  padding: 20px 0px;
}

.blogo_detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.blogo_detail-title {
  margin: 0;
  font-weight: 600;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0%;
  text-transform: lowercase;
}
.blogo_detail-title::first-letter {
  text-transform: uppercase;
}
.blogo_detail-button {
  background: #e5f4ef;
  color: #006c4f;
  padding: 6px 16px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
}

.blogo_detail-image {
  width: 100%;
  border-radius: 20px;
  margin: 20px 0;
  height: auto;
  display: block;
}

.blogo_detail-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0px;
  justify-content: space-between;
  padding-bottom: 25px;
}
.blogo_detail-container hr {
  border: none;
  border-bottom: 1px solid #95aaa5;
  margin-bottom: 20px;
}
.blogo_detail-badge {
  background-color: #D3DCFF;
  color: #011149;
  display: inline-block;
  display: flex;
  gap: 20px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: justify;
  border-radius: 50px;
}

.blogo_detail-badge.green {
  background-color: #7893FE;
  color: #011149;
}

.blogo_detail-badge.copy {
  background-color: #011149;
  color: #ffffff;
}

.blogo_detail-section h3 {
  font-family: "GeneralSans-Medium", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 30px;
line-height: 35px;
  color: #011149;
}
.blogo_detail-section.blogo_detail-highlight h4 {
  font-family: "GeneralSans-Medium", sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 27px;
  line-height: 50px;
  color: #011149;
}
.blogo_detail-section p {
  margin-bottom: 15px;
}

.blogo_detail-highlight ul {
  list-style: none;
  margin: 0;
  padding-bottom: 20px;
}
.blogo_detail-badge:hover {
  cursor: pointer;
  opacity: 0.8;
}
.blogo_detail-highlight ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}

.blogo_detail-highlight ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  margin-top: 4px;
  width: 10px;
  height: 10px;
  background: #011149;
  border-radius: 50%;
}
.blogo-max {
  width: 60%;
  margin: 0 auto;
}
.blogo_detail-header a.account_btn {
  width: 12%;
  text-align: center;
  padding: 12px 20px;
  margin: unset;
}
.blogo-max h2 {
  font-weight: 500;
  font-size: 29px;
  line-height: 1.2;
  text-transform: lowercase;
}

.blogo-max h2::first-letter {
  text-transform: uppercase;
}
.blogo_detail-section.blogo_detail-highlight ul li strong,
.blogo_detail-section.blogo_detail-highlight ul li {
  font-family: "GeneralSans-Medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: justify;
}
.blogo_detail-section.blogo_detail-highlight ul li {
  font-family: "GeneralSans-Variable", sans-serif;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
}
/*==============about===============*/

.about_banner img {
  width: 100%;
  border-radius: 20px;
  max-height: 400px;
}
section.product-buy-section {
  margin: 0em auto;
  max-width: 90%;
  padding-top: 20px;
}
.about_banner {
  width: 90%;
  padding-top: 20px;
  margin: 0 auto;
}

.about_intro {
  text-align: center;
  padding: 40px 20px;
}

.about_intro h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.about_intro h1 span {
  color: #4caf50;
}

.about_intro p {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.about_features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #7893FE;
  padding: 30px 20px;
  gap: 10%;
}
.about_feature-item img {
  width: 32px;
}
.about_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}
.about_image {
  flex: 1 1 50%;
  padding: 0px 40px 0px 0px;
}

.about_image img {
  width: 100%;
  height: 400px;
  display: block;
  border-top-right-radius: 270px;
  border-bottom-left-radius: 270px;
  object-fit: cover;
}

.about_text {
  flex: 1 1 50%;
  padding: 65px 0px 0px 30px;
}
.about_text h2 {
  margin-bottom: 15px;
  text-align: center;
  width: 90%;
  line-height: 49px;
  color: #011149;
  text-transform: lowercase;
}
.about_text h2::first-letter {
  text-transform: uppercase;
}
.about_text p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.about-page ul.breadcrumb {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}
.about_feature-icon {
  background-color: #011149;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}
.about_feature-icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.about_feature-item p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #011149;
}

.about_bottom-section {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 140px 20px 48px 0px;
}

.wave-top {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 690px;
  background-image: url(../assets/images/icons/Wavy_bg.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.about_bottom-content {
  position: relative;
  z-index: 1;
  max-width: 50%;
  margin: 0 auto;
  padding-top: 50px;
}

.about_bottom-content .icon {
  width: 40px;
}

.about_bottom-content h3 {
  color: #011149;
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}

.about_bottom-content p {
  text-align: center;
  width: 65%;
  margin: 0 auto 20px;
}

.about_bottom-content .about-image {
  width: 100%;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.about_image_2 img {
  width: 85%;
  border-radius: 10px;
}

/*--maquee slider----*/
.naturally-slider .item {
  flex: 0 0 auto;
  margin-right: 10px;
}

.naturally-slider .item img {
  width: 34px;
  height: auto;
  display: block;
}

.naturally-marquee .naturally-slider .owl-stage {
  display: flex;
  width: max-content !important;
  animation: marquee-scrolls 50s linear infinite; /* same speed */
  align-items: center;
}

.naturally-marquee .naturally-slider .owl-stage-outer {
  overflow: hidden;
}

.naturally-marquee .naturally-slider:hover .owl-stage {
  animation-play-state: paused;
}

/* ✅ Correct animation for left ➔ right movement */
@keyframes marquee-scrolls {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}


section.naturally-marquee {
  background: #98c104a8;
}

section.naturally-marquee .marquee-wrapper .item {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 10px 0px;
}
section.naturally-marquee p {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}
.about_trust_content {
  width: 45%;
  margin: 0 auto;
  text-align: center;
}
.about_trust_content p {
  text-align: center;
}
.row_about {
  display: flex;
  padding-top: 40px;
  align-items: center;
}
.about_img_left {
  width: 50%;
}
.about_text_right {
  width: 50%;
}
.about_img_left img {
  width: 90%;
  border-radius: 10px;
}
.about_auth_section {
  padding: 50px 0px;
  width: 90%;
  margin: 0 auto;
}
.about_trust_content h2 {
  color: #011149;
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}
.about_trust_content p {
  text-align: center;
  color: #011149;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.about_text_right h3 {
  color: #011149;
  font-weight: 600;
  text-align: center;
  font-size: 36px;
  line-height: 60px;
}
.about_text_right h3::first-letter {
  text-transform: uppercase;
}

.about_image img {
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    filter 0.4s ease;
}

.about_image img:hover {
  transform: scale(1);
  filter: brightness(1.1);
}
.gift_round {
  border-radius: 50px;
  background: #ffffffb5;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*===============error================*/
.error_page {
  background-image: url(../assets/images/icons/404.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 68vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.error_page h1 {
  color: #011149;
  font-weight: 600;
  font-size: 140px;
  line-height: 153px;
  text-align: center;
}
section.error_page p {
  font-weight: 600;
  font-size: 20px;
  line-height: 41px;
  text-align: center;
  color: #011149;
}
section.error_page .btn {
  margin-top: 14px;
  background: #011149;
  display: inline-block;
  padding: 18px 40px;
  border-radius: 30px;
  color: #ffffff;
  width: auto;
  font-size: 19px;
}
section.error_page span {
  color: #8cded3;
}
section.error_page .btn:hover {
  background-color: #bbd65a;
  color: #000;
}

.product-image {
  overflow: hidden;
}

.product-image img {
  transition: transform 0.6s ease;
}

.product-image:hover img {
  transform: scale(1.1);
}
.prev-page img {
  transform: rotate(180deg);
}
a.prev-page {
  display: block;
  padding-right: 25px;
  padding-top: 3px;
}
a.next-page {
  display: block;
  padding-left: 25px;
}
.filter-content .accordion {
  max-height: 80vh;
  overflow: hidden;
  transition: all 0.3s ease;
}

.filter-content .accordion:hover {
  overflow: auto;
}
button#close-filter img {
  width: 22px;
}
span.new-product {
  position: absolute;
  top: 20px;
  left: 0px;
  background-color: #fad472;
  color: #000000;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 0px 20px 20px 0px;
}
button.btn-cart.count_num {
  position: relative;
}
span.cart-num {
  background-color: #226154;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  top: -6px;
  left: 15px;
}
.qty label {
  background-color: transparent !important;
  color: #000 !important;
}
.owl-carousel.marquee-slider.owl-loaded.owl-drag p {
  font-weight: 600;
}
.product_col_02 .payment-options {
  margin-left: 20px;
}
span.tab-indicator {
  width: unset !important;
}
.container-payment-failed img {
  width: 65%;
}
.blogo_detail-section.blogo_detail-highlight strong {
  padding-right: 5px;
}

.mt-2 {
  margin-top: 25px;
}

section.checkout_sections .checkout_summary {
  margin-top: 30px;
}

section.checkout_sections .checkout_product {
  border-bottom: 1px solid #011149;
  padding-bottom: 20px;
}

section.checkout_sections .checkout_product:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.gift-icons {
  position: relative;
  height: 55px;
  margin: 0 auto;
  overflow: hidden;
  width: 20%;
}
.gift-icons img {
  position: absolute;
  width: 35px !important;
  height: auto;
  pointer-events: none;
}

/* Gift Box centered */
.gift-box {
  position: absolute;
  width: 60px !important;
  height: 60px;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 1;
}

/* Continuous popper burst going upward */
@keyframes popper-burst {
  0% {
    transform: scale(0.3) translate(0, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2) translate(var(--x), var(--y));
    opacity: 0;
  }
}

/* Animation loop */
.popper {
  animation: popper-burst 2s ease-out infinite;
  z-index: 1;
}

/* Set upward and diagonal directions for each popper */
.item-1 {
  --x: -80px;
  --y: -50px;
  animation-delay: 0s;
}
.item-2 {
  --x: 0px;
  --y: -60px;
  animation-delay: 0.2s;
}
.item-3 {
  --x: 10px;
  --y: -55px;
  animation-delay: 0.4s;
}
.item-4 {
  --x: -75px;
  --y: -65px;
  animation-delay: 0.6s;
}
.item-5 {
  --x: -15px;
  --y: -60px;
  animation-delay: 0.8s;
}
.item-6 {
  --x: -35px;
  --y: -70px;
  animation-delay: 1s;
}

/* Adjust text padding */
.cart_summary.mt-2 .free_gift p {
  padding-left: 15px;
}
header.header-checkout {
  width: 90%;
  margin: 0 auto;
}
h1.account_title {
  padding-top: 15px;
}
.main-div ul.breadcrumb {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

/* Custom  select Styles */
.custom_dropdown {
  position: relative;
}

.custom_dropdown-toggle {
  border: 1px solid #011149;
  border-radius: 10px;
  padding: 14px 45px 14px 15px;
  background-color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #95aaa5;
  position: relative;
}

.custom_dropdown-toggle img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: auto;
  pointer-events: none;
}

.custom_dropdown-menu {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #000000;
  border-radius:10px;
  background-color: white;
  display: none;
  z-index: 1000;
  margin-top: 4px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;  
}


/* Chrome, Safari, Opera */
.custom_dropdown-menu::-webkit-scrollbar {
  display: none;
}


.custom_dropdown.open .custom_dropdown-menu {
  display: block;
}

.custom_dropdown-item {
  padding: 5px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.custom_dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.custom_dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.custom_dropdown-item:hover {
  background-color: #011149;
  color: white;
}
.custom_dropdown-toggle {
  color: gray;
}

/* When selected, we add a class to change the color */
.custom_dropdown-toggle.selected {
  color: black;
}
.error-sect {
  padding-bottom: 40px;
}

/*popup*/
#search-popup {
  display: none;
  position: absolute;
  top: 65px;
  right: 96px;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 300px;
  z-index: 1000;
  border-radius: 5px;
}
.Suggestions-list ul li a {
  width: 100%;
  display: flex;
}
#search-popup:not(.hidden) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none;
}

#search-form {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

form#search-form label {
  padding-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

#search-field {
  flex: 1;
  padding: 10px;
  border:none;
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

#search-field::placeholder {
  color: #888;
  font-style: italic;
}
.outline-btn {
    border: 1px solid #011149;
    width: 100%;
    border-radius: 4px;
}
#search-button {
  background-color: white;
  border-left: none;
  border-radius: 0 4px 4px 0;
  padding: 10px;
  cursor: pointer;
}

#search-button img {
  width: 20px;
  /* Adjust as needed */
  height: 20px;
}


section.sub-icon {
  background-color: #F1F1F1;
  padding: 30px 0px;
}

section.sub-icon ul {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}
.Suggestions-list .product-item {
  width: 100%;
  margin-bottom: 10px;
}
.Suggestions-list .product-image {
  height: 98px;
  width: 39%;
  margin-right: 10px;
}
  .Suggestions-list  .product-image img {
    width: 100%;
    max-width: 52px;
    height: auto;
}
.Suggestions-list  .product-list {
  padding-top: 20px;
}

.Suggestions-list  .product-details {
  text-align: left;
  width: 50%;
}
.Suggestions-list {
  width: 100%;
  max-height: 300px;
  overflow: hidden; 
}
.Suggestions-list::-webkit-scrollbar {
  width: 2px; 
  height: 1px;
}
.Suggestions-list {
  scroll-behavior: smooth;
}
.Suggestions-list::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3); /* gray thumb */
  border-radius: 4px;
}

.Suggestions-list::-webkit-scrollbar-track {
  background: transparent;
}
.Suggestions-list:hover {
  overflow: auto;
}
.Suggestions-list  .product-details h3 {
  line-height: 14px;
  font-size: 15px;
}
.Suggestions-list  .price {
  font-family: "General Sans", sans-serif;
  font-size: 11px;}

  .otp-container {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
.otp-container p {
  text-align: center;
  width: 90%;
  color: #011149;
  text-transform: lowercase;
  line-height: 24px;
}
.otp-inputs {
  padding-top: 15px;
}
.resend-otp a {
  color: #011149;
  font-size: 20px;
  line-height: 30px;
  padding-top: 10px;
  display: block;
}
a.verify-btn:hover {
  background-color: #98c104;
  color: #000;
}
a.verify-btn {
  color: rgb(255, 255, 255);
  font-size: 16px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  width: 17%;
  margin: 0 auto;
  padding: 14px 12px;
  transition: background 0.3s ease-in-out;
  background-color: #011149;
}
.resend-otp {
  padding-bottom: 10px;
}
.otp-inputs input {
  width: 60px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #a2bdb7;
  border-radius: 10px;
  outline: none;
  box-shadow: 0px -1px 4px 0px #c2cecb inset;
  margin-left: 10px;
}
.container_login .account_links {
  justify-content: center;
  padding: 10px 0px 25px 0px;
}
a.account_btn {
  text-align: center;
}
.btn-search {
  background: transparent;
  border: none;
  padding: 0;
}
.outline-btn input {
  width: 81%;
}
a#search-toggle img {
  width: 25px;
  padding-top: 5px;
}.blog_title {
  line-height: 53px;
  margin-bottom: 30px;
}
.address-list .account_checkbox, .address-list .account_radio {
 margin-bottom: 0px;
}
.order-easy img {
  width: 100%;
}
.order-easy {
  padding-top: 25px;
}
.fixed-app {
  right: 1px;
  position: fixed;
  text-align: center;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10%;
  background: #1c5a44;
  padding: 5px 2px;
  z-index: 9999;
  border-radius: 50px;
}
.fixed-app svg {
  color: #fff;
}
.profile_checkbox.pop_up input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  background: #1b7f79;
  border-radius: 50%;
}
.profile_checkbox.pop_up  {
  display: flex;
  align-items: unset;
}
.nav-product-bg img {
  width: 80px;
}
/*nav*/
.nav-product-bg {
  height: 140px;
  background-color: #f5f5f5;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_product-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 35px;
  border-radius: 8px;
  box-shadow: 0px 30px 52.6px 0px #00000040;

  z-index: 99;
  width: max-content;
  max-width: 90vw;
  white-space: normal;
}
.nav__item {
  position: unset;
}

.nav__item:hover .nav_product-dropdown {
  display: flex;
}

.nav_product-dropdown li {
  list-style: none;
  flex: 0 0 auto;
  width: 150px;
}

.nav_product-card {
  width: 100%;
}

.nav_product-image {
  background-color: #D3DCFF;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 10px;
}

.nav_product-image img {
  width: 70px;
  object-fit: contain;
  padding: 20px 0px;
}