@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("../fonts/Satoshi-BlackItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Italic.woff2") format("woff2"), url("../fonts/Satoshi-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2"), url("../fonts/Satoshi-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

figure {
  margin: 0;
}

body {
  padding-top: 90px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 95px;
  }
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #727272;
}

::-webkit-scrollbar {
  display: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

.iti {
  width: 100%;
}

button {
  border: 0;
  background: transparent;
  line-height: normal;
}

h1 {
  color: #FFF;
  text-align: center;
  font-family: "Instrument Sans", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  color: #121010;
  text-align: center;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

h2 span {
  color: #F26522;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}

p {
  color: #736B6A;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .desktop_img {
    display: none;
  }
}

.mobile_img {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile_img {
    display: block;
  }
}

/* MY CSS */
.loading_text {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
  -webkit-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

.coupon_suggestions {
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 5px;
  padding: 5px 0;
}

.coupon_option {
  padding: 8px 12px;
  cursor: pointer;
}

.coupon_option:hover {
  background: #f5f5f5;
}

.coupon_input.valid {
  border: 2px solid #37b24d;
}

.coupon_input.invalid {
  border: 2px solid #e03131;
}

.invalid_msg {
  padding: 6px 10px;
  color: #e03131;
}

.coupon_toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #05b64d;
  color: #fff;
  padding: 12px 22px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 99999;
}

.coupon_toast.show {
  opacity: 1;
  bottom: 40px;
}

#cart_total_amount.flash {
  -webkit-animation: flashPrice 1s ease 1;
  animation: flashPrice 1s ease 1;
}

@-webkit-keyframes flashPrice {
  0% {
    background: #ffe17a;
  }

  100% {
    background: transparent;
  }
}

@keyframes flashPrice {
  0% {
    background: #ffe17a;
  }

  100% {
    background: transparent;
  }
}

/* .coupon-applied {
    border: 2px solid #28a745 !important;
} */
.coupon_applied_toast {
  position: fixed;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #28a745;
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 15px;
  z-index: 9999;
  -webkit-animation: pop 0.3s ease-out;
  animation: pop 0.3s ease-out;
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

@keyframes pop {
  0% {
    -webkit-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

.applied_coupon_wrap.highlight {
  -webkit-animation: glow 0.8s ease-in-out;
  animation: glow 0.8s ease-in-out;
}

@-webkit-keyframes glow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 0 0 12px rgba(255, 195, 0, 0.5);
    box-shadow: 0 0 12px rgba(255, 195, 0, 0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes glow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 0 0 12px rgba(255, 195, 0, 0.5);
    box-shadow: 0 0 12px rgba(255, 195, 0, 0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

.primarybtn.disabled,
.primarybtn.out-of-stock {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.navbar__wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1024;
  -webkit-box-shadow: 0 4px 4px 0 rgba(6, 35, 40, 0.05);
  box-shadow: 0 4px 4px 0 rgba(6, 35, 40, 0.05);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.navbar__wrapper.top {
  top: -100px;
}

@media screen and (max-width: 1199px) {
  .navbar__wrapper.top {
    top: 0;
  }
}

.navbar__wrapper .primary__navbar {
  background: #23cb71;
  padding: 6px 0;
  width: 100%;
}

.navbar__wrapper .primary__navbar .headerSwiper {
  max-width: 360px;
  padding-inline: 40px;
}

@media screen and (max-width: 767px) {
  .navbar__wrapper .primary__navbar .headerSwiper {
    padding-inline: 32px;
  }
}

.navbar__wrapper .primary__navbar .headerSwiper .swiper-wrapper .swiper-slide p {
  color: #010404;
  text-align: center;
  /* Satoshi/Size - 12/Medium */
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
}

.navbar__wrapper .primary__navbar .headerSwiper .swiper-wrapper .swiper-slide p span {
  color: #010404;
  /* Satoshi/Size - 12/Bold */
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.navbar__wrapper .primary__navbar .headerSwiper .swiper-button-next,
.navbar__wrapper .primary__navbar .headerSwiper .swiper-button-prev {
  color: #010404;
  background-color: #23cb71;
}

.navbar__wrapper .primary__navbar .headerSwiper .swiper-button-next::after,
.navbar__wrapper .primary__navbar .headerSwiper .swiper-button-prev::after {
  content: "";
  background: url("../../assets/img/header/chevron-left.svg") no-repeat center center;
  height: 16px;
  width: 16px;
}

.navbar__wrapper .primary__navbar .headerSwiper .swiper-button-next {
  right: 0px;
}

.navbar__wrapper .primary__navbar .headerSwiper .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0px;
}

.navbar__wrapper .secondary__navbar {
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .navbar__wrapper .secondary__navbar {
    padding-block: 12px;
  }
}

.navbar__wrapper .secondary__navbar .navbar_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .navbar__wrapper .secondary__navbar .navbar_wrap {
    height: 40px;
  }
}

.navbar__wrapper .secondary__navbar .navbar_wrap .mobile_menu {
  height: 32px;
  width: 32px;
}

@media screen and (min-width: 767px) {
  .navbar__wrapper .secondary__navbar .navbar_wrap .mobile_menu {
    display: none;
  }
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 767px) {

  .navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list,
  .navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right {
    gap: 4px;
  }
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list li,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right li {
  padding-block: 12px;
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list li img,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right li img {
  height: 36px;
  width: 36px;
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list li a,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right li a {
  color: #062328;
  /* Satoshi/Size - 16/Medium */
  cursor: pointer;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  position: relative;
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list li a::before,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right li a::before {
  content: "";
  width: 0px;
  height: 2px;
  left: 0px;
  position: absolute;
  background-color: #062328;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  bottom: 0px;
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list li a:hover::before,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right li a:hover::before {
  width: 100%;
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list .dropdown_item .drop_item,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right .dropdown_item .drop_item {
  margin-right: 24px;
  position: relative;
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list .dropdown_item .drop_item::after,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right .dropdown_item .drop_item::after {
  content: "";
  position: absolute;
  background: url("../../assets/img/icons/prof-dropdown.svg") no-repeat center center;
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list .dropdown_item .drop_item::before,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right .dropdown_item .drop_item::before {
  content: "";
  width: 0px;
  height: 2px;
  left: 0px;
  position: absolute;
  background-color: #062328;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  bottom: 0px;
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list .dropdown_item .drop_item:hover::before,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right .dropdown_item .drop_item:hover::before {
  width: 100%;
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list .dropdown_item .dropdown_wrap,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right .dropdown_item .dropdown_wrap {
  position: absolute;
  top: 54px;
  left: 0%;
  right: 0;
  /* force to stretch edge-to-edge */
  width: 100%;
  /* viewport full width */
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding-block: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list .dropdown_item .dropdown_wrap ul li,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right .dropdown_item .dropdown_wrap ul li {
  padding-block: 8px;
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list .dropdown_item .dropdown_wrap ul li a,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right .dropdown_item .dropdown_wrap ul li a {
  color: #062328;
  /* Bricolage Grotesk/Size - 16/Medium */
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list .dropdown_item:hover .dropdown_wrap,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right .dropdown_item:hover .dropdown_wrap {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list .dropdown_item:hover .drop_item::after,
.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right .dropdown_item:hover .drop_item::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media screen and (max-width: 767px) {
  .navbar__wrapper .secondary__navbar .navbar_wrap .navbar__list {
    display: none;
  }
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right {
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right {
    gap: 4px;
  }
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right li a::before {
  display: none;
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right li:hover img {
  background-color: #E5E5E5;
  border-radius: 30px;
}

.navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right .profile {
  position: relative;
}

@media screen and (max-width: 767px) {
  .navbar__wrapper .secondary__navbar .navbar_wrap .navbar_right .profile {
    display: none;
  }
}

.navbar__wrapper .secondary__navbar .navbar_wrap .logo_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navbar__wrapper .secondary__navbar .Search_main_wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  top: 0;
  display: none;
}

.navbar__wrapper .secondary__navbar .Search_main_wrap.active {
  display: block;
}

.navbar__wrapper .mobile_sidebar {
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #fff;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: 9999999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: scroll;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .navbar__wrapper .mobile_sidebar.active {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.navbar__wrapper .mobile_sidebar .close_wrap {
  padding: 14px 0px 14px 16px;
}

.navbar__wrapper .mobile_sidebar .accordion {
  padding-block: 32px 12px;
  border: none;
  border-radius: 0;
}

.navbar__wrapper .mobile_sidebar .accordion .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #cdd3d4;
}

.navbar__wrapper .mobile_sidebar .accordion .accordion-item .accordion-header {
  border: none;
  border-radius: 0;
}

.navbar__wrapper .mobile_sidebar .accordion .accordion-item .accordion-header .accordion-button {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  padding-inline: 0px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar__wrapper .mobile_sidebar .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar__wrapper .mobile_sidebar .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar__wrapper .mobile_sidebar .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}

.navbar__wrapper .mobile_sidebar .accordion .accordion-item .accordion-collapse .accordion-body .shop_mob_cards_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 12px;
  padding-block: 0px 16px;
}

.navbar__wrapper .mobile_sidebar .accordion .accordion-item .accordion-collapse .accordion-body .shop_mob_cards_wrap .shop_mob_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  border-radius: 4px;
  background: #f2f2f2;
  padding: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__wrapper .mobile_sidebar .accordion .accordion-item .accordion-collapse .accordion-body .shop_mob_cards_wrap .shop_mob_card img {
  width: 54px;
  height: auto;
}

.navbar__wrapper .mobile_sidebar .accordion .accordion-item .accordion-collapse .accordion-body .shop_mob_cards_wrap .shop_mob_card p {
  color: #062328;
  /* Bricolage Grotesk/Size - 14/Medium */
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
}

.navbar__wrapper .mobile_sidebar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.navbar__wrapper .mobile_sidebar ul li a {
  color: #062328;
  /* Bricolage Grotesk/Size - 16/Bold */
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #cdd3d4;
}

.navbar__wrapper .mobile_sidebar ul li:last-child a {
  border-bottom: none;
}

.navbar__wrapper .mobile_sidebar .primarybtn {
  width: 100%;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar__wrapper .mobile_sidebar .other_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 12px;
  padding-block: 16px;
}

.navbar__wrapper .mobile_sidebar .other_list .other_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.navbar__wrapper .mobile_sidebar .other_list .other_item img {
  height: 24px;
  width: 24px;
}

.navbar__wrapper .mobile_sidebar .other_list .other_item p {
  color: #062328;
  text-align: center;
  /* Satoshi/Size - 16/Medium */
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.category_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .category_card {
    margin-bottom: 24px;
  }
}

.category_card:hover h5 {
  color: #FF3558 !important;
}

@media screen and (min-width: 1024px) {
  .category_card:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.category_card::before {
  display: none;
}

.category_card .img_wrap {
  position: relative;
  overflow: hidden;
}

.category_card img {
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 230px;
}

.category_card h5 {
  color: #062328;
  /* Bricolage Grotesk/Size - 20/Bold */
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  margin: 0;
}

.category_card p {
  color: #595959;
  /* Satoshi/Size - 14/Regular */
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}

.cart {
  position: relative;
}

.cart .cart_count {
  position: absolute;
  top: -6px;
  right: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #062328;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 13px */
  letter-spacing: -1.2px;
}

.profile_dropdown {
  position: relative;
  padding-right: 12px;
}

.profile_dropdown::after {
  content: "";
  position: absolute;
  background: url("../../assets/img/icons/prof-dropdown.svg") no-repeat center center;
  height: 24px;
  width: 24px;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.profile_dropdown .profile_dropdown_wrap {
  position: absolute;
  top: 54px;
  right: 0;
  border-radius: 12px;
  border: 1px solid #e6e9ea;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  min-width: 300px;
  padding: 20px;
}

.profile_dropdown .profile_dropdown_wrap .profile_name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

.profile_dropdown .profile_dropdown_wrap .profile_name_wrap img {
  width: 36px;
  height: 36px;
}

.profile_dropdown .profile_dropdown_wrap .profile_name_wrap h5 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  margin: 0;
}

.profile_dropdown .profile_dropdown_wrap ul li {
  padding: 8px 12px;
}

.profile_dropdown .profile_dropdown_wrap ul li a {
  color: #839194;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  width: 100%;
  display: inline-block;
  text-align: left;
}

.profile_dropdown .profile_dropdown_wrap ul li.active a {
  color: #062328;
}

.profile_dropdown .profile_dropdown_wrap ul li:hover {
  background-color: #f5f5f5;
  border-radius: 8px;
}

.profile_dropdown .profile_dropdown_wrap ul li:hover a {
  color: #062328;
}

.profile_dropdown:hover::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.profile_dropdown:hover .profile_dropdown_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer {
  background: #062328;
  padding-block: 52px 32px;
}

@media screen and (max-width: 767px) {
  footer {
    padding-block: 40px;
  }
}

footer .footer_top_wrap {
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #516569;
}

@media screen and (max-width: 767px) {
  footer .footer_top_wrap {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_top_wrap .footer_sub_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

footer .footer_top_wrap .footer_sub_wrap a {
  display: inline-block;
  margin-bottom: 32px;
}

footer .footer_top_wrap .footer_sub_wrap a img {
  width: 100%;
  max-width: 326px;
}

footer .footer_top_wrap .footer_sub_wrap h5 {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}

footer .footer_top_wrap .footer_sub_wrap p {
  color: #e6e9ea;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

footer .footer_top_wrap .footer_sub_wrap .sub_form_wrap_main {
  width: 100%;
}

footer .footer_top_wrap .footer_sub_wrap .sub_form_wrap_main .sub_form_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-top: 16px;
}

@media screen and (max-width: 1024px) {
  footer .footer_top_wrap .footer_sub_wrap .sub_form_wrap_main .sub_form_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_top_wrap .footer_sub_wrap .sub_form_wrap_main .sub_form_wrap {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 360px) {
  footer .footer_top_wrap .footer_sub_wrap .sub_form_wrap_main .sub_form_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer .footer_top_wrap .footer_sub_wrap .sub_form_wrap_main .sub_form_wrap .form-group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

footer .footer_top_wrap .footer_sub_wrap .sub_form_wrap_main .sub_form_wrap input {
  padding: 15px 12px;
  border-radius: 100px;
  border: 1px solid #d9d9d9;
  background-color: #062328;
  color: #fff;
  width: 100%;
}

footer .footer_top_wrap .footer_sub_wrap .sub_form_wrap_main .sub_form_wrap input::-webkit-input-placeholder {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

footer .footer_top_wrap .footer_sub_wrap .sub_form_wrap_main .sub_form_wrap input::-moz-placeholder {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

footer .footer_top_wrap .footer_sub_wrap .sub_form_wrap_main .sub_form_wrap input:-ms-input-placeholder {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

footer .footer_top_wrap .footer_sub_wrap .sub_form_wrap_main .sub_form_wrap input::-ms-input-placeholder {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

footer .footer_top_wrap .footer_sub_wrap .sub_form_wrap_main .sub_form_wrap input::placeholder {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

footer .footer_top_wrap .footer_sub_wrap .sub_form_wrap_main .sub_form_wrap input.invalid {
  border: 1px solid #ff3558;
}

footer .footer_top_wrap .footer_sub_wrap .sub_form_wrap_main .sub_form_wrap .whitebtn {
  padding: 18px 20px;
}

@media screen and (max-width: 991px) {
  footer .footer_top_wrap .footer_list_wrap {
    padding-block: 32px 16px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_top_wrap .footer_list_wrap {
    border-bottom: 1px solid #384f53;
  }
}

footer .footer_top_wrap .footer_list_wrap h5 {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  margin-bottom: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer .footer_top_wrap .footer_list_wrap h5 {
    margin: 0;
  }

  footer .footer_top_wrap .footer_list_wrap h5::after {
    content: "";
    position: absolute;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 12px;
    width: 12px;
    right: 12px;
    top: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

footer .footer_top_wrap .footer_list_wrap h5.active::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  footer .footer_top_wrap .footer_list_wrap .footer_items_wrap {
    display: none;
    padding-top: 22px;
  }
}

footer .footer_top_wrap .footer_list_wrap .footer_items_wrap.active {
  display: block;
}

footer .footer_top_wrap .footer_list_wrap .footer_items_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

footer .footer_top_wrap .footer_list_wrap .footer_items_wrap ul li {
  width: 100%;
}

footer .footer_top_wrap .footer_list_wrap .footer_items_wrap ul li a {
  color: #e6e9ea;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  width: 100%;
}

footer .footer_top_wrap .footer_list_wrap .footer_items_wrap .email_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-block: 8px;
}

footer .footer_top_wrap .footer_list_wrap .footer_items_wrap .email_wrap span {
  color: #e6e9ea;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

footer .footer_top_wrap .footer_list_wrap .footer_items_wrap .email_wrap a {
  color: #e6e9ea;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  overflow-wrap: anywhere;
}

footer .footer_bottom_wrap {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  footer .footer_bottom_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
  }
}

footer .footer_bottom_wrap p {
  color: #e6e9ea;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

footer .footer_bottom_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.whitebtn {
  border-radius: 30px;
  background: #fff;
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  padding: 14px 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  .whitebtn {
    padding: 14px 12px;
  }
}

.whitebtn:hover {
  background: #e5e5e5;
}

.primarybtn {
  border-radius: 30px;
  background: #062328;
  padding: 14px 24px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .primarybtn {
    padding: 14px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
  }
}

.primarybtn span {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}

@media screen and (max-width: 767px) {
  .primarybtn span {
    font-size: 14px;
  }
}

.primarybtn:hover {
  background: #1f393e;
}

.borderwhite {
  border-radius: 30px;
  border: 1px solid #fff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 14px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .borderwhite {
    padding: 14px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.borderwhite span {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}

@media screen and (max-width: 767px) {
  .borderwhite span {
    font-size: 14px;
  }
}

.borderwhite:hover {
  background-color: #04191C;
}

.borderprimary {
  border-radius: 30px;
  border: 1px solid #062328;
  padding: 14px 24px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .borderprimary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.borderprimary span {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}

@media screen and (max-width: 767px) {
  .borderprimary span {
    font-size: 14px;
  }
}

.borderprimary:hover {
  background-color: #E6E9EA;
}

.pinkcta {
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 14px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3558), to(#ff5d79));
  background: linear-gradient(180deg, #ff3558 0%, #ff5d79 100%);
  -webkit-box-shadow: 0 25px 50px -12px rgba(255, 53, 88, 0.3);
  box-shadow: 0 25px 50px -12px rgba(255, 53, 88, 0.3);
}

@media screen and (max-width: 767px) {
  .pinkcta {
    padding: 6px 18px;
    height: auto;
  }
}

.pinkcta span {
  color: #fff;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}

.blogs_section {
  padding-block: 80px 40px;
}

@media screen and (max-width: 767px) {
  .blogs_section {
    padding-block: 32px;
  }
}

@media screen and (max-width: 767px) {
  .blogs_section .container {
    padding: 0;
  }
}

.blogs_section h2 {
  color: #010404;
  font-family: "Satoshi", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .blogs_section h2 {
    font-size: 28px;
  }
}

.blogs_section h2 span {
  color: #80f;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 44px */
}

@media screen and (max-width: 767px) {
  .blogs_section h2 span {
    font-size: 28px;
  }
}

.blogs_section .blogs_main_wrap {
  padding-block: 32px 16px;
}

@media screen and (max-width: 767px) {
  .blogs_section .blogs_main_wrap {
    padding-block: 24px;
  }
}

@media screen and (max-width: 767px) {
  .blogs_section .blogs_main_wrap .blogsSwiper {
    padding-inline: 16px;
  }
}

.blogs_section .blogs_main_wrap .swiper-pagination,
.blogs_section .blogs_main_wrap .swiper-scrollbar {
  top: auto;
  bottom: 60px;
  max-width: 400px;
  left: 50%;
  display: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  .blogs_section .blogs_main_wrap .swiper-pagination,
  .blogs_section .blogs_main_wrap .swiper-scrollbar {
    display: block;
    max-width: 358px;
    bottom: 0px;
    background-color: #cdd3d4;
  }
}

.blogs_section .blogs_main_wrap .swiper-pagination .swiper-scrollbar-drag,
.blogs_section .blogs_main_wrap .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #062328;
}

.blogs_section .blogs_main_wrap .swiper-pagination .swiper-pagination-progressbar,
.blogs_section .blogs_main_wrap .swiper-scrollbar .swiper-pagination-progressbar {
  background: #cdd3d4;
}

.blogs_section .blogs_main_wrap .swiper-pagination .swiper-pagination-progressbar-fill,
.blogs_section .blogs_main_wrap .swiper-scrollbar .swiper-pagination-progressbar-fill {
  background-color: #062328;
}

.blogs_section .primarybtn {
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .blogs_section .primarybtn {
    padding: 14px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.banner_section {
  height: 100%;
}

.banner_section img {
  width: 100%;
}

.banner_section .banner_content {
  padding-block: 32px;
}

.banner_section .banner_content h1 {
  color: #062328;
  /* Satoshi/Size - 54/Medium */
  font-family: "Satoshi", sans-serif;
  font-size: 54px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .banner_section .banner_content h1 {
    font-size: 32px;
    max-width: 322px;
    margin-inline: auto;
  }
}

.banner_section .banner_content h1 span {
  color: #ff3558;
  /* Playfair Display/size-54 */
  font-family: "Playfair Display", serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 54px */
}

@media screen and (max-width: 767px) {
  .banner_section .banner_content h1 span {
    font-size: 32px;
  }
}

.banner_section .banner_content p {
  color: #384f53;
  text-align: center;
  /* Satoshi/Size - 16/Medium */
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .banner_section .banner_content p {
    max-width: 358px;
    margin-inline: auto;
  }
}

.banner_section .banner_content .primarybtn {
  margin-inline: auto;
}

.why_section {
  padding-block: 40px 80px;
}

@media screen and (max-width: 767px) {
  .why_section {
    padding-block: 40px;
  }
}

.why_section h2 {
  color: #010404;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .why_section h2 {
    font-size: 32px;
  }
}

.why_section h2 span {
  color: #ff3558;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 44px */
}

@media screen and (max-width: 767px) {
  .why_section h2 span {
    font-size: 32px;
  }
}

.why_section .why_main_wrap {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .why_section .why_main_wrap {
    padding-top: 24px;
  }
}

.why_section .why_main_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.why_section .why_main_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why_section .why_main_wrap ul li img {
  width: 100%;
  height: 100%;
  max-width: 174px;
  max-height: 174px;
}

@media screen and (max-width: 767px) {
  .why_section .why_main_wrap ul li img {
    max-width: 130px;
    max-height: 130px;
  }
}

.why_section .why_main_wrap ul li a {
  color: #121212;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.5px;
  /* 125% */
  letter-spacing: -0.28px;
  text-decoration: underline;
}

.pick_section {
  padding-block: 40px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .pick_section {
    padding-block: 32px;
  }
}

.pick_section img {
  width: 100%;
  height: 100%;
  max-height: 414px;
}

@media screen and (max-width: 767px) {
  .pick_section img {
    max-height: 360px;
  }
}

.pick_section p {
  color: #384f53;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  padding-block: 16px;
}

@media screen and (max-width: 767px) {
  .pick_section p {
    font-size: 14px;
    padding-block: 12px;
    max-width: 268px;
    margin-inline: auto;
  }
}

.pick_section .primarybtn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pick_section .primarybtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 18px;
  }
}

.customers_section {
  padding-block: 40px 0px;
  background: #e6e9ea;
}

@media screen and (max-width: 767px) {
  .customers_section {
    padding-block: 32px 0px;
  }
}

.customers_section h2 {
  color: #010404;
  font-family: "Satoshi", sans-serif;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .customers_section h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

.customers_section h2 span {
  color: #ff3558;
  font-family: "Playfair Display";
  font-size: 44px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 44px */
}

@media screen and (max-width: 767px) {
  .customers_section h2 span {
    font-size: 32px;
  }
}

.customers_section .customersSwiper {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .customers_section .customersSwiper {
    padding-inline: 12px;
    padding-bottom: 0px;
  }
}

.customers_section .customersSwiper .swiper-wrapper {
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .customers_section .customersSwiper .swiper-wrapper {
    padding-bottom: 24px;
  }
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide {
  opacity: 0.7;
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card {
  padding: 24px;
  border: 1px solid #cdd3d4;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  height: auto;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card {
    padding: 12px;
  }
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .client_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .client_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .client_wrap .client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .client_wrap .client img {
  width: 56px;
  height: 56px;
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .client_wrap .client span {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .client_wrap .verified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .client_wrap .verified img {
  width: 16px;
  height: 16px;
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .client_wrap .verified .verified_title {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  position: relative;
  padding-left: 20px;
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .client_wrap .verified .verified_title::before {
  content: "";
  position: absolute;
  background: url("../../assets/img/home/verified.svg") no-repeat center center;
  height: 16px;
  width: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .toy_title {
  color: #80f;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card p {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
}

@media screen and (max-width: 767px) {
  .customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card p {
    font-size: 16px;
  }
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .product_card_wrap {
  border-top: 1px solid #cdd3d4;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .product_card_wrap .product_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .product_card_wrap .product_details img {
  width: 56px;
  height: 56px;
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .product_card_wrap .product_details span {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
}

@media screen and (max-width: 767px) {
  .customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .product_card_wrap .product_details span {
    max-width: 102px;
  }
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .product_card_wrap .primarybtn {
  padding-block: 12px 12px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide .customerss_card .product_card_wrap .primarybtn span {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.customers_section .customersSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .customerss_card .product_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customers_section .customersSwiper .card_title_1 {
  color: #80f !important;
}

.customers_section .customersSwiper .card_title_2 {
  color: #23cb71 !important;
}

.customers_section .customersSwiper .card_title_3 {
  color: #ff3558 !important;
}

.customers_section .customersSwiper .swiper-pagination,
.customers_section .customersSwiper .customers-scrollbar {
  top: auto;
  bottom: 60px;
  max-width: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  .customers_section .customersSwiper .swiper-pagination,
  .customers_section .customersSwiper .customers-scrollbar {
    max-width: 358px;
    bottom: 32px;
  }
}

.customers_section .customersSwiper .swiper-pagination .swiper-pagination-progressbar,
.customers_section .customersSwiper .customers-scrollbar .swiper-pagination-progressbar {
  background: #cdd3d4;
}

.customers_section .customersSwiper .swiper-pagination .swiper-pagination-progressbar-fill,
.customers_section .customersSwiper .customers-scrollbar .swiper-pagination-progressbar-fill {
  background-color: #062328;
}

.customers_section .customersSwiper .swiper-scrollbar-drag {
  background-color: #062328;
}

.customers_section .customersSwiper .btns_wrap {
  position: relative;
  height: 40px;
  max-width: 540px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .customers_section .customersSwiper .btns_wrap {
    display: none;
  }
}

.customers_section .customersSwiper .btns_wrap .swiper-button-next,
.customers_section .customersSwiper .btns_wrap .swiper-button-prev {
  height: 40px;
  width: 40px;
  top: auto;
  bottom: 0px;
}

.customers_section .customersSwiper .btns_wrap .swiper-button-next::after,
.customers_section .customersSwiper .btns_wrap .swiper-button-prev::after {
  content: "";
  height: 40px;
  width: 40px;
  background: url("../../assets/img/home/btn-next.svg") no-repeat;
  background-size: contain;
}

.customers_section .customersSwiper .btns_wrap .swiper-button-next:hover::after,
.customers_section .customersSwiper .btns_wrap .swiper-button-prev:hover::after {
  background: url("../../assets/img/home/btn-next-h.svg") no-repeat;
  background-size: contain;
}

.customers_section .customersSwiper .btns_wrap .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.deals_section {
  padding-block: 40px 80px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .deals_section {
    padding-block: 32px 0px;
  }
}

@media screen and (max-width: 767px) {
  .deals_section .deals_container {
    padding: 0;
  }
}

.deals_section .deals_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  .deals_section .deals_wrap {
    gap: 24px;
  }
}

.deals_section .deals_wrap h2 {
  color: #010404;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .deals_section .deals_wrap h2 {
    font-size: 32px;
  }
}

.deals_section .deals_wrap h2 span {
  color: #80f;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 44px */
}

@media screen and (max-width: 767px) {
  .deals_section .deals_wrap h2 span {
    font-size: 32px;
  }
}

.deals_section .deals_wrap .deals_sec_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .deals_section .deals_wrap .deals_sec_content {
    padding-bottom: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-inline: 16px;
    gap: 8px;
  }
}

.deals_section .deals_wrap .deals_sec_content h2 {
  color: #133f47;
  font-family: "Bricolage Grotesque" sans-serif;
  font-size: 80.75px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 72.675px */
  letter-spacing: -3.23px;
  line-height: 100%;
  /* 54px */
  padding-bottom: 14px;
  border-bottom: 1px solid #ffc9d2;
  max-width: 300px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .deals_section .deals_wrap .deals_sec_content h2 {
    border-bottom: none;
    color: #133f47;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 39.103px;
    line-height: 90%;
    /* 35.193px */
    letter-spacing: -1.564px;
    max-width: 100%;
    text-align: center;
    padding-bottom: 8px;
    width: 100%;
  }
}

.deals_section .deals_wrap .deals_sec_content .deals_offer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.deals_section .deals_wrap .deals_sec_content .deals_offer_wrap .get_upto {
  color: #133f47;
  text-align: right;
  font-family: "Satoshi", sans-serif;
  font-size: 32.956px;
  font-style: normal;
  font-weight: 400;
  line-height: 77%;
  /* 25.376px */
  letter-spacing: -0.659px;
  text-align: left;
  max-width: 62px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .deals_section .deals_wrap .deals_sec_content .deals_offer_wrap .get_upto {
    font-size: 26.275px;
    max-width: 100%;
  }
}

.deals_section .deals_wrap .deals_sec_content .deals_offer_wrap .deals_offer {
  color: #ff3558;
  font-family: "Satoshi", sans-serif;
  font-size: 74.105px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
  /* 66.695px */
  letter-spacing: -1.482px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .deals_section .deals_wrap .deals_sec_content .deals_offer_wrap .deals_offer {
    color: #ff3558;
    font-size: 26.275px;
    letter-spacing: -0.526px;
  }
}

.deals_section .deals_wrap .deals_sec_content .deals_offer_wrap .deals_offer .discount_per {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .deals_section .deals_wrap .deals_sec_content .deals_offer_wrap .deals_offer .discount_per {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.deals_section .deals_wrap .deals_sec_content .deals_offer_wrap .deals_offer .discount_per .percentage_dis {
  color: #ff3558;
  font-family: "Satoshi Variable";
  font-size: 42.155px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  /* 37.94px */
  letter-spacing: -0.843px;
}

@media screen and (max-width: 767px) {
  .deals_section .deals_wrap .deals_sec_content .deals_offer_wrap .deals_offer .discount_per .percentage_dis {
    font-size: 26.275px;
  }
}

.deals_section .deals_wrap .deals_sec_content .deals_offer_wrap .deals_offer .discount_per .percentage_off {
  color: #ff3558;
  font-family: "Satoshi", sans-serif;
  font-size: 19.242px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  /* 17.318px */
  letter-spacing: -0.385px;
}

@media screen and (max-width: 767px) {
  .deals_section .deals_wrap .deals_sec_content .deals_offer_wrap .deals_offer .discount_per .percentage_off {
    font-size: 26.275px;
  }
}

.deals_section .deals_wrap .deals_sec_content .deals_offer_wrap img {
  max-width: 100px;
}

.deals_section .deals_wrap .deals_cards_main_wrap {
  position: relative;
  padding: 40px 20px 40px 40px;
}

@media screen and (max-width: 767px) {
  .deals_section .deals_wrap .deals_cards_main_wrap {
    padding: 36px 0px 36px 0px;
  }
}

.deals_section .deals_wrap .deals_cards_main_wrap .deals_bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.deals_section .deals_wrap .deals_cards_main_wrap .deals_bg_wrap img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .deals_section .deals_wrap .deals_cards_main_wrap .deals_cards .dealsSwiper {
    padding-inline: 16px;
  }
}

.deals_section .deals_wrap .bestseller_card_wrap {
  background-color: #fff;
  padding: 12px;
}

@media screen and (max-width: 767px) {
  .deals_section .deals_wrap .bestseller_card_wrap {
    padding: 8px;
  }
}

.deals_section .deals_wrap .bestseller_card_wrap .tags_wrap {
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .deals_section .deals_wrap .bestseller_card_wrap .tags_wrap {
    padding: 16px;
  }
}

.deals_section .deals_wrap .bestseller_card_wrap.soldout.img_wrap {
  position: relative;
}

.deals_section .deals_wrap .bestseller_card_wrap.soldout.img_wrap .tags_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .deals_section .deals_wrap .bestseller_card_wrap .img_wrap img {
    min-height: 234px;
  }
}

@media screen and (max-width: 767px) {
  .deals_section .deals_wrap .bestseller_card_wrap .pricerate_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.deals_section .deals_wrap .primarybtn {
  margin: 0 auto;
}

.bundle_section {
  background: #062328;
  padding-block: 40px;
}

@media screen and (max-width: 767px) {
  .bundle_section {
    padding-block: 32px;
  }
}

@media screen and (max-width: 767px) {
  .bundle_section .container {
    padding: 0;
  }
}

.bundle_section h2 {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bundle_section h2 {
    font-size: 32px;
    padding-inline: 16px;
  }
}

.bundle_section h2 span {
  color: #ffd700;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 44px */
}

@media screen and (max-width: 767px) {
  .bundle_section h2 span {
    font-size: 32px;
  }
}

.bundle_section h3 {
  color: #fff;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .bundle_section h3 {
    padding-inline: 16px;
  }
}

.bundle_section h3 span {
  color: #23cb71;
  font-family: "Satoshi", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.bundle_section .bundle_main_wrap {
  padding-block: 32px 40px;
}

@media screen and (max-width: 767px) {
  .bundle_section .bundle_main_wrap {
    padding-block: 24px;
  }
}

@media screen and (max-width: 767px) {
  .bundle_section .bundle_main_wrap .bundleSwiper {
    padding-inline: 16px;
  }
}

.bundle_section .borderwhite {
  margin: 0 auto;
}

.testimonial_section {
  background: #062328;
  padding-block: 40px 80px;
}

@media screen and (max-width: 767px) {
  .testimonial_section {
    padding-block: 32px;
  }
}

.testimonial_section h2 {
  max-width: 720px;
  margin: 0 auto;
  color: #f2f2f2;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 57.2px */
}

@media screen and (max-width: 767px) {
  .testimonial_section h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

.testimonial_section h2 span {
  color: #23cb71;
  /* Roboto/Size - 44/Medium */
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .testimonial_section h2 span {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

.testimonial_section h2 i {
  color: #23cb71;
  /* Playfair Display/size-44 */
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}

.testimonial_section .testimonials_main_wrap {
  padding-top: 44px;
}

@media screen and (max-width: 767px) {
  .testimonial_section .testimonials_main_wrap {
    padding-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial_section .testimonials_main_wrap .testimonialSwiper {
    padding-bottom: 40px;
  }
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide {
  height: 538px;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card {
  position: relative;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .video_wrap {
  width: 100%;
  height: 340px;
  max-height: 340px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .video_wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .video_wrap .playbtn {
  position: absolute;
  bottom: 13px;
  right: 12px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.18);
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .video_wrap .playbtn img {
  width: 16px;
  height: 16px;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .video_wrap .playbtn .unmuted {
  display: none;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_content {
  border-top: 1px solid #ccc;
  background: #fff;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_content .product_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_content .product_img img {
  height: 80px;
  width: 80px;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_content .product_img .product_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_content .product_img .product_name h5 {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  /* 120% */
  letter-spacing: -0.08px;
  margin: 0;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_content .product_img .product_name .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_content .product_img .product_name .price_wrap .original_price {
  color: #516569;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.7px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_content .product_img .product_name .price_wrap .discounted_price {
  color: #010404;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 112.5% */
  letter-spacing: 0.8px;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_content button {
  border-radius: 50%;
  background: #062328;
  padding: 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 40px;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_content button img {
  width: 18px;
  height: 18px;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_content button:hover {
  background: #1f393e;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .testimonials_card::after {
  display: none;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .testimonials_card .video_wrap {
  height: 440px;
  max-height: 440px;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-pagination,
.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-scrollbar {
  top: auto;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 320px;
  display: none;
  background-color: #384f53;
}

@media screen and (max-width: 767px) {

  .testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-pagination,
  .testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-scrollbar {
    display: block;
  }
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-scrollbar-drag {
  background-color: #fff;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-pagination-progressbar-fill {
  background-color: #fff;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-pagination-progressbar {
  background-color: #384f53;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-next,
.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: auto;
  bottom: 40px;
}

@media screen and (max-width: 991px) {

  .testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-next,
  .testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-prev {
    display: none;
  }
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-next::after,
.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-prev::after {
  content: "";
  background: url("../../assets/img/home/white-btn.svg") no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-next:hover::after,
.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-prev:hover::after {
  background: url("../../assets/img/home/hover-btn.svg") no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-next {
  right: 36%;
}

@media screen and (max-width: 991px) {
  .testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-next {
    right: 18%;
  }
}

@media screen and (max-width: 1024px) {
  .testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-next {
    right: 32%;
  }
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-prev {
  left: 36%;
}

@media screen and (max-width: 991px) {
  .testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-prev {
    left: 18%;
  }
}

@media screen and (max-width: 1024px) {
  .testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-prev {
    left: 32%;
  }
}

.testimonial_section .testimonials_main_wrap .testimonialSwiper .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bestseller_section {
  padding-block: 80px 40px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .bestseller_section {
    padding-block: 32px;
  }
}

@media screen and (max-width: 767px) {
  .bestseller_section .container {
    padding-inline: 0px;
  }
}

.bestseller_section .bestseller_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .bestseller_section .bestseller_title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

.bestseller_section .bestseller_title_wrap h2 {
  color: #010404;
  font-family: "Satoshi", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
  padding-inline: 16px;
}

@media screen and (max-width: 767px) {
  .bestseller_section .bestseller_title_wrap h2 {
    font-size: 28px;
  }
}

.bestseller_section .bestseller_title_wrap h2 span {
  color: #ff3558;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 44px */
}

@media screen and (max-width: 767px) {
  .bestseller_section .bestseller_title_wrap h2 span {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .bestseller_section .bestseller_title_wrap .bestseller_list {
    padding-inline: 16px;
  }
}

.bestseller_section .bestseller_main_wrap {
  padding-block: 32px 40px;
}

@media screen and (max-width: 767px) {
  .bestseller_section .bestseller_main_wrap {
    padding-block: 24px 0px;
  }
}

@media screen and (max-width: 767px) {
  .bestseller_section .bestseller_main_wrap .bestsellerSwiper {
    padding-inline: 16px;
  }
}

.bestseller_section .borderprimary {
  margin-inline: auto;
}

.intimateModal .modal-dialog {
  max-width: 380px;
}

.intimateModal .modal-dialog .modal-content .modal-header {
  border: none;
}

.intimateModal .modal-dialog .modal-content .modal-header .btn-close {
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intimateModal .modal-dialog .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.intimateModal .modal-dialog .modal-content .modal-body img {
  width: 100%;
  height: auto;
}

.intimateModal .modal-dialog .modal-content .modal-body p {
  overflow: hidden;
  color: #062328;
  text-overflow: ellipsis;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  padding-bottom: 8px;
  max-width: 302px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .intimateModal .modal-dialog .modal-content .modal-body p {
    font-size: 14px;
    max-width: 260px;
    margin-inline: auto;
  }
}

.product_ban_list_section {
  padding-block: 20px;
  background: #062328;
  overflow: hidden;
  margin-bottom: 2px;
}


.product_ban_list_section .productBanList .swiper-wrapper,
.product_ban_list_section .productBanListCanvas .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.product_ban_list_section .productBanList .swiper-wrapper .swiper-slide,
.product_ban_list_section .productBanListCanvas .swiper-wrapper .swiper-slide {
  width: auto;
}

.product_ban_list_section .productBanList .swiper-wrapper .swiper-slide .product_ban_list_wrap,
.product_ban_list_section .productBanListCanvas .swiper-wrapper .swiper-slide .product_ban_list_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 1560px;
}

.product_ban_list_section .productBanList .swiper-wrapper .swiper-slide .product_ban_list_wrap h5,
.product_ban_list_section .productBanListCanvas .swiper-wrapper .swiper-slide .product_ban_list_wrap h5 {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  margin: 0;
  white-space: nowrap;
}

.tags_wrap {
  position: absolute;
  width: 100%;
  padding: 20px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  z-index: 20;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .tags_wrap {
    padding: 10px;
  }
}

.tags_wrap img {
  width: 66px !important;
  height: 66px !important;
  min-height: auto !important;
}

.tags_wrap .discount_tag,
.tags_wrap .wellness .selfcare,
.tags_wrap .relationships,
.tags_wrap .lifestyle,
.tags_wrap .education {
  padding: 6px 12px;
  border-radius: 100px;
  background: #ff3558;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
}

.tags_wrap .selfcare {
  background: #80f;
}

.tags_wrap .relationships {
  background: #062328;
}

.tags_wrap .lifestyle {
  background-color: #23cb71;
  color: #000;
}

.tags_wrap .education {
  background-color: #ffd700;
  color: #000;
}

.tags_wrap .gender_tag {
  padding: 5px 8px;
  border-radius: 100px;
  background: #fff;
  color: #062328;
  /* Bricolage Grotesk/Size - 14/Medium */
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
}

.bundle_card_wrap {
  height: 100%;
  position: relative;
}

.bundle_card_wrap .img_wrap {
  position: relative;
  overflow: hidden;
}

.bundle_card_wrap img {
  width: 100%;
  height: 100%;
  max-height: 378px;
  min-height: 378px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .bundle_card_wrap img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.bundle_card_wrap .bundle_card_content {
  padding-top: 16px;
}

.bundle_card_wrap .bundle_card_content .product_type {
  color: #ffd700;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.bundle_card_wrap .bundle_card_content h5 {
  color: #f2f2f2;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  margin: 0;
}

.bundle_card_wrap .bundle_card_content .pricerate_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  padding-block: 12px;
}

.bundle_card_wrap .bundle_card_content .pricerate_wrap .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bundle_card_wrap .bundle_card_content .pricerate_wrap .price_wrap .original_price {
  color: #b2b2b2;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.bundle_card_wrap .bundle_card_content .pricerate_wrap .price_wrap .discounted_price {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.bundle_card_wrap .bundle_card_content .pricerate_wrap .ratings_wrap {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  position: relative;
  padding-left: 20px;
}

.bundle_card_wrap .bundle_card_content .pricerate_wrap .ratings_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 16px;
  height: 16px;
  background: url("../../assets/img/home/star.svg") no-repeat center center;
  background-size: contain;
}

.bundle_card_wrap .bundle_card_content .whitebtn {
  padding: 12px;
  width: 100%;
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  .bundle_card_wrap:hover .img_wrap img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.bestseller_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .bestseller_list {
    overflow-x: scroll;
    width: 100%;
  }
}

.bestseller_list li {
  padding: 8px 20px;
  border-radius: 30px;
  border: 1.25px solid #062328;
  background: #fff;
  color: #062328;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .bestseller_list li {
    text-wrap-mode: nowrap;
  }
}

.bestseller_list li:hover {
  background-color: #e6e9ea;
}

.bestseller_list li.active {
  border-radius: 30px;
  border: 1.25px solid #062328;
  background: #062328;
  color: #fff;
}

.bestseller_card_wrap {
  position: relative;
  overflow: hidden;
}

.bestseller_card_wrap.soldout.img_wrap {
  position: relative;
  overflow: hidden;
}

.bestseller_card_wrap.product_best {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .bestseller_card_wrap.product_best .bestseller_card_content .pricerate_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.bestseller_card_wrap .img_wrap {
  position: relative;
  overflow: hidden;
}

.bestseller_card_wrap img {
  width: 100%;
  height: 100%;
  max-height: 378px;
  min-height: 378px;
  height: 378px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .bestseller_card_wrap img {
    min-height: 310px;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .bestseller_card_wrap img {
    min-height: 378px;
    height: auto;
  }
}

.bestseller_card_wrap .bestseller_card_content {
  padding-top: 16px;
}

.bestseller_card_wrap .bestseller_card_content .product_type {
  color: #ff3558;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.bestseller_card_wrap .bestseller_card_content h5 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  margin: 0;
  padding-block: 4px;
}

.bestseller_card_wrap .bestseller_card_content p {
  color: #595959;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}

.bestseller_card_wrap .bestseller_card_content .pricerate_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  padding-block: 12px;
}

.bestseller_card_wrap .bestseller_card_content .pricerate_wrap .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bestseller_card_wrap .bestseller_card_content .pricerate_wrap .price_wrap .original_price {
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.bestseller_card_wrap .bestseller_card_content .pricerate_wrap .price_wrap .discounted_price {
  color: #062328;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.bestseller_card_wrap .bestseller_card_content .pricerate_wrap .ratings_wrap {
  overflow: hidden;
  color: #595959;
  text-overflow: ellipsis;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  position: relative;
  padding-left: 20px;
}

.bestseller_card_wrap .bestseller_card_content .pricerate_wrap .ratings_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 16px;
  height: 16px;
  background: url("../../assets/img/home/star.svg") no-repeat center center;
  background-size: contain;
}

.bestseller_card_wrap .bestseller_card_content .primarybtn {
  padding: 12px;
  width: 100%;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .bestseller_card_wrap:hover .img_wrap img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.blog_card_wrap {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.blog_card_wrap.blogs_list_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog_card_wrap.first_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog_card_wrap .blog_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.blog_card_wrap .blog_wrap .img_wrap {
  overflow: hidden;
  position: relative;
}

.blog_card_wrap .blog_wrap .img_wrap img {
  width: 100%;
  height: 100%;
  max-height: 324px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (min-width: 1024px) {
  .blog_card_wrap .blog_wrap:hover .img_wrap img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.blog_card_wrap .blog_wrap:hover h5 {
  color: #ff3558;
}

.blog_card_wrap .blog_wrap .blog_date_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.blog_card_wrap .blog_wrap .blog_date_time .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding-block: 12px;
}

.blog_card_wrap .blog_wrap .blog_date_time .flex_wrap img {
  height: 14px;
  width: 14px;
}

.blog_card_wrap .blog_wrap .blog_date_time .flex_wrap span {
  color: #595959;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
}

.blog_card_wrap .blog_wrap h5 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
}

.blog_card_wrap .blog_wrap p {
  color: #595959;
  text-overflow: ellipsis;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  width: 100%;
}

.offcanvas.offcanvas-end {
  width: 410px;
}

.offcanvas .offcanvas-header h5 {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

.offcanvas .offcanvas-header h5 span {
  color: #6a7b7e;
}

.offcanvas .offcanvas-body {
  padding: 0px 0 160px 0;
  position: relative;
}

.offcanvas .offcanvas-body .productcart_listing_wrap {
  padding: 16px;
  overflow-y: scroll;
}

.offcanvas .offcanvas-body .productcart_listing_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.offcanvas .offcanvas-body .productcart_listing_wrap ul li {
  border-radius: 4px;
  padding: 8px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.offcanvas .offcanvas-body .productcart_listing_wrap ul li .product_img {
  width: 74px;
  height: 74px;
  border-radius: 6px;
}

.offcanvas .offcanvas-body .productcart_listing_wrap ul li .cart_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.offcanvas .offcanvas-body .productcart_listing_wrap ul li .cart_content .cart_product_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.offcanvas .offcanvas-body .productcart_listing_wrap ul li .cart_content .cart_product_wrap .product_detail_wrap h5 {
  color: #062328;
  /* Bricolage Grotesk/Size - 16/Medium */
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  margin: 0;
}

.offcanvas .offcanvas-body .productcart_listing_wrap ul li .cart_content .cart_product_wrap .product_detail_wrap p {
  color: #062328;
  /* Satoshi/Size - 12/Medium */
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
}

.offcanvas .offcanvas-body .productcart_listing_wrap ul li .cart_content .cart_product_wrap .delete_wrap {
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.offcanvas .offcanvas-body .productcart_listing_wrap ul li .cart_content .cart_product_wrap .delete_wrap::after {
  content: "";
  background: url("../../assets/img/icons/delete-icon.svg") no-repeat center center;
  background-size: contain;
  height: 24px;
  width: 24px;
  display: block;
}

.offcanvas .offcanvas-body .productcart_listing_wrap ul li .cart_content .cart_product_wrap .delete_wrap:hover::after {
  background: url("../../assets/img/icons/delete-icon-h.svg") no-repeat center center;
  background-size: contain;
}

.offcanvas .offcanvas-body .productcart_listing_wrap ul li .cart_content .price_count_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.offcanvas .offcanvas-body .productcart_listing_wrap ul li .cart_content .price_count_wrap .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offcanvas .offcanvas-body .productcart_listing_wrap ul li .cart_content .price_count_wrap .price_wrap .original_price {
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  text-decoration: line-through;
}

.offcanvas .offcanvas-body .productcart_listing_wrap ul li .cart_content .price_count_wrap .price_wrap .discounted_price {
  color: #062328;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.offcanvas .offcanvas-body .productcart_listing_wrap .offer_reward_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.offcanvas .offcanvas-body .productcart_listing_wrap .offer_reward_wrap .offer_reward_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-block: 12px 0px;
}

.offcanvas .offcanvas-body .productcart_listing_wrap .offer_reward_wrap .offer_reward_title h4 {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  margin: 0;
}

.offcanvas .offcanvas-body .productcart_listing_wrap .offer_reward_wrap .offer_reward_title .view_coupons {
  color: #e5304f;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 12px */
  position: relative;
  padding-right: 16px;
}

.offcanvas .offcanvas-body .productcart_listing_wrap .offer_reward_wrap .offer_reward_title .view_coupons::after {
  content: "";
  background: url("../../assets/img/icons/coupons-right.svg") no-repeat center center;
  background-size: contain;
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}

.offcanvas .offcanvas-body .footer_btn_wrap {
  background: #062328;
  width: 100%;
  padding: 20px 16px;
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body .footer_btn_wrap {
    width: 100%;
  }
}

.offcanvas .offcanvas-body .footer_btn_wrap .age_limit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offcanvas .offcanvas-body .footer_btn_wrap .age_limit_wrap label {
  color: #fff;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.offcanvas .offcanvas-body .footer_btn_wrap .age_limit_wrap input[type=checkbox] {
  height: 16px;
  width: 16px;
  cursor: pointer;
  accent-color: #062328;
}

.offcanvas .offcanvas-body .footer_btn_wrap .age_limit_wrap input[type=checkbox]:checked {
  accent-color: #fff;
}

.offcanvas .offcanvas-body .footer_btn_wrap .checkout_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 74px;
}

@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body .footer_btn_wrap .checkout_btn_wrap {
    gap: 40px;
  }
}

.offcanvas .offcanvas-body .footer_btn_wrap .checkout_btn_wrap .foot_price_wrap h4 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  margin-bottom: 4px;
}

.offcanvas .offcanvas-body .footer_btn_wrap .checkout_btn_wrap .foot_price_wrap span {
  color: #b4bdbf;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  cursor: pointer;
}

.offcanvas .offcanvas-body .footer_btn_wrap .checkout_btn_wrap .checkout_btn {
  border-radius: 30px;
  background: #fff;
  padding: 14px 24px;
  z-index: 200;
}

.no_product_cart_wrap {
  padding: 20px;
}

.no_product_cart_wrap h5 {
  color: #062328;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.no_product_cart_wrap p {
  color: #595959;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}

.no_product_cart_wrap .no_prod_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.no_product_cart_wrap .no_prod_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  border-radius: 4px;
  background: #f2f2f2;
  padding: 8px;
}

.no_product_cart_wrap .no_prod_list li a img {
  width: 70px;
  height: 70px;
}

.no_product_cart_wrap .no_prod_list li a h6 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  margin: 0;
}

.searchModal {
  height: 90vh;
  --bs-modal-border-radius: 0px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

@media screen and (max-width: 991px) {
  .searchModal {
    height: 100vh;
    --bs-modal-border-radius: 0px;
    border-radius: 0px;
  }
}

.searchModal .modal-dialog {
  margin: 0 !important;
  max-width: 100% !important;
  width: 100%;
}

.searchModal .modal-dialog .modal-content {
  padding: 0;
}

.searchModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap {
  padding-block: 48px;
  height: 100%;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap {
    padding: 20px 4px 60px 4px;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .close_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .close_wrap {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .close_wrap h6 {
  margin: 0;
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 12px */
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .close_wrap h6 {
    display: none;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .close_wrap img {
  height: 32px;
  width: 32px;
  cursor: pointer;
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 64px;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_wrap .logo {
  display: inline-block;
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_wrap .search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 8px 16px;
  border: 1px solid #cdd3d4;
  border-radius: 100px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 350px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_wrap .search_box {
    gap: 6px;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_wrap .search_box:focus-within {
  border: 1px solid #062328;
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_wrap .search_box input {
  min-width: 400px;
  width: 100%;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  border: none;
  outline: none;
}

@media screen and (max-width: 991px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_wrap .search_box input {
    min-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_wrap .search_box input {
    min-width: 260px;
  }
}

@media screen and (max-width: 350px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_wrap .search_box input {
    min-width: 220px;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_wrap ul {
    display: none;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap {
  padding-block: 42px;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap {
    padding-block: 24px;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .suggestions_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #a6a6a6;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .suggestions_wrap {
    padding-bottom: 20px;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .suggestions_wrap h4 {
  color: #666;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .suggestions_wrap h4 {
    max-width: 200px;
    font-size: 18px;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .suggestions_wrap h4 span {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .suggestions_wrap h4 span {
    font-size: 18px;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .suggestions_wrap p {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .searching_con_wrap {
  padding-top: 24px;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .searching_con_wrap {
    padding-top: 20px;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .searching_con_wrap h5 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .searching_con_wrap .no_result_msg {
  text-align: center !important;
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .searching_con_wrap .category_card h5 {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .searching_con_wrap .category_card {
    display: none;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .searching_con_wrap .category_mob_wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .searching_con_wrap .category_mob_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .searching_con_wrap .category_mob_wrap .category_mob_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  border-radius: 4px;
  background: #f2f2f2;
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .searching_con_wrap .category_mob_wrap .category_mob_card img {
  width: 70px;
  height: 70px;
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .searching_con_wrap .category_mob_wrap .category_mob_card h5 {
  color: #062328;
  /* Bricolage Grotesk/Size - 20/Bold */
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  margin: 0;
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .searching_con_wrap .category_mob_wrap .category_mob_card p {
  color: #595959;
  /* Satoshi/Size - 14/Regular */
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .search_result {
  gap: 32px;
  padding-block: 32px;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .search_result {
    gap: 24px 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .search_result .search_result_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: -webkit-fill-available;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .search_result .search_result_card {
    max-width: 160px;
    margin-bottom: 16px;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .search_result .search_result_card img {
  max-height: 240px;
  width: 100%;
  height: auto;
  min-height: auto;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .search_result .search_result_card img {
    max-width: 160px;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .search_result .search_result_card h5 {
  color: #062328;
  /* Bricolage Grotesk/Size - 20/Bold */
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .search_result .search_result_card h5 {
    font-size: 14px;
  }
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .search_result .search_result_card .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .search_result .search_result_card .price_wrap .original_price {
  color: #595959;
  /* Roboto/Size - 16/Regular */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .search_result_wrap .search_result .search_result_card .price_wrap .discounted_price {
  color: #062328;
  /* Roboto/Size - 16/Bold */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.searchModal .modal-dialog .modal-content .modal-body .search_layer_wrap .primarybtn {
  margin-inline: auto;
}

.offers_card_wrap {
  width: 100%;
  position: relative;
  display: none;
}

.offers_card_wrap img {
  width: 100%;
}

.offers_card_wrap.show {
  display: block;
}

.offers_card_wrap .offers_card_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 14px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.offers_card_wrap .offers_card_content .offer_card_title h4 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  margin: 0;
  padding-bottom: 6px;
}

.offers_card_wrap .offers_card_content .offer_card_title h4 span {
  color: #157a44;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.offers_card_wrap .offers_card_content .offer_card_title p {
  color: #737373;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.offers_card_wrap .offers_card_content .offer_card_title p span {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.offers_card_wrap .offers_card_content .primarybtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.applied_coupon_wrap {
  position: relative;
  width: 100%;
  display: none;
}

.applied_coupon_wrap.show {
  display: block;
}

.applied_coupon_wrap .applied_bg {
  width: 100%;
}

.applied_coupon_wrap .applied_coupon_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.applied_coupon_wrap .applied_coupon_content h5 {
  color: #1a0509;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  padding: 10px;
  margin: 0;
  text-align: center;
}

.applied_coupon_wrap .applied_coupon_content .coupon_applied {
  padding: 14px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.applied_coupon_wrap .applied_coupon_content .coupon_applied .coupon_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.applied_coupon_wrap .applied_coupon_content .coupon_applied .coupon_details h6 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  margin: 0;
}

.applied_coupon_wrap .applied_coupon_content .coupon_applied .coupon_details h6 span {
  color: #157a44;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.applied_coupon_wrap .applied_coupon_content .coupon_applied .coupon_details p {
  color: #737373;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.applied_coupon_wrap .applied_coupon_content .coupon_applied .coupon_details p span {
  color: #062328;
  /* Bricolage Grotesk/Size - 14/Medium */
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.applied_coupon_wrap .applied_coupon_content .coupon_applied .coupon_remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px;
  border-radius: 30px;
  gap: 8px;
}

.applied_coupon_wrap .applied_coupon_content .coupon_applied .coupon_remove span {
  color: #062328;
  /* Bricolage Grotesk/Size - 12/Bold */
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 12px */
}

.applied_coupon_wrap .applied_coupon_content .coupon_applied .coupon_remove {
  border: 1px solid #062328;
}

.search_popup_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search_popup_header img {
  width: 24px;
  height: 24px;
}

.search_input_wrap {
  width: 100%;
}

.search_input_wrap .search_coupons_wrap {
  border-radius: 48px;
  width: 100%;
  border: 1px solid #cdd3d4;
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.search_input_wrap .search_coupons_wrap:focus-within {
  border: 1px solid #062328;
}

.search_input_wrap .search_coupons_wrap input {
  width: 100%;
  outline: none;
  border: none;
}

.soldout {
  position: relative;
}

.soldout img {
  opacity: 0.5;
}

.soldout .img_wrap {
  position: relative;
}

.soldout .img_wrap .tags_wrap {
  z-index: 100;
  opacity: 1;
  position: absolute;
  width: unset;
  top: 50%;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.soldout .img_wrap .tags_wrap .discount_tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.soldout .img_wrap::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.delete_popup_bg,
.coupon_applied_bg,
.estimated_popup_bg,
.search_coupons_bg,
.mobile_number_bg,
.otp_form_bg {
  position: absolute;
  left: -100%;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110;
}

.delete_popup_bg.active,
.coupon_applied_bg.active,
.estimated_popup_bg.active,
.search_coupons_bg.active,
.mobile_number_bg.active,
.otp_form_bg.active {
  left: 0%;
  opacity: 1;
  bottom: 0;
}

.delete_popup_bg.active .popup_bg_wrap,
.coupon_applied_bg.active .popup_bg_wrap,
.estimated_popup_bg.active .popup_bg_wrap,
.search_coupons_bg.active .popup_bg_wrap,
.mobile_number_bg.active .popup_bg_wrap,
.otp_form_bg.active .popup_bg_wrap {
  bottom: 0;
}

.delete_popup_bg ul,
.coupon_applied_bg ul,
.estimated_popup_bg ul,
.search_coupons_bg ul,
.mobile_number_bg ul,
.otp_form_bg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.delete_popup_bg ul li,
.coupon_applied_bg ul li,
.estimated_popup_bg ul li,
.search_coupons_bg ul li,
.mobile_number_bg ul li,
.otp_form_bg ul li {
  border-radius: 4px;
  padding: 8px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.delete_popup_bg ul li .product_img,
.coupon_applied_bg ul li .product_img,
.estimated_popup_bg ul li .product_img,
.search_coupons_bg ul li .product_img,
.mobile_number_bg ul li .product_img,
.otp_form_bg ul li .product_img {
  width: 74px;
  height: 74px;
  border-radius: 6px;
}

.delete_popup_bg ul li .cart_content,
.coupon_applied_bg ul li .cart_content,
.estimated_popup_bg ul li .cart_content,
.search_coupons_bg ul li .cart_content,
.mobile_number_bg ul li .cart_content,
.otp_form_bg ul li .cart_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.delete_popup_bg ul li .cart_content .cart_product_wrap,
.coupon_applied_bg ul li .cart_content .cart_product_wrap,
.estimated_popup_bg ul li .cart_content .cart_product_wrap,
.search_coupons_bg ul li .cart_content .cart_product_wrap,
.mobile_number_bg ul li .cart_content .cart_product_wrap,
.otp_form_bg ul li .cart_content .cart_product_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.delete_popup_bg ul li .cart_content .cart_product_wrap .product_detail_wrap h5,
.coupon_applied_bg ul li .cart_content .cart_product_wrap .product_detail_wrap h5,
.estimated_popup_bg ul li .cart_content .cart_product_wrap .product_detail_wrap h5,
.search_coupons_bg ul li .cart_content .cart_product_wrap .product_detail_wrap h5,
.mobile_number_bg ul li .cart_content .cart_product_wrap .product_detail_wrap h5,
.otp_form_bg ul li .cart_content .cart_product_wrap .product_detail_wrap h5 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  margin: 0;
}

.delete_popup_bg ul li .cart_content .cart_product_wrap .product_detail_wrap p,
.coupon_applied_bg ul li .cart_content .cart_product_wrap .product_detail_wrap p,
.estimated_popup_bg ul li .cart_content .cart_product_wrap .product_detail_wrap p,
.search_coupons_bg ul li .cart_content .cart_product_wrap .product_detail_wrap p,
.mobile_number_bg ul li .cart_content .cart_product_wrap .product_detail_wrap p,
.otp_form_bg ul li .cart_content .cart_product_wrap .product_detail_wrap p {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
}

.delete_popup_bg ul li .cart_content .cart_product_wrap .delete_wrap,
.coupon_applied_bg ul li .cart_content .cart_product_wrap .delete_wrap,
.estimated_popup_bg ul li .cart_content .cart_product_wrap .delete_wrap,
.search_coupons_bg ul li .cart_content .cart_product_wrap .delete_wrap,
.mobile_number_bg ul li .cart_content .cart_product_wrap .delete_wrap,
.otp_form_bg ul li .cart_content .cart_product_wrap .delete_wrap {
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.delete_popup_bg ul li .cart_content .cart_product_wrap .delete_wrap::after,
.coupon_applied_bg ul li .cart_content .cart_product_wrap .delete_wrap::after,
.estimated_popup_bg ul li .cart_content .cart_product_wrap .delete_wrap::after,
.search_coupons_bg ul li .cart_content .cart_product_wrap .delete_wrap::after,
.mobile_number_bg ul li .cart_content .cart_product_wrap .delete_wrap::after,
.otp_form_bg ul li .cart_content .cart_product_wrap .delete_wrap::after {
  content: "";
  background: url("../../assets/img/icons/delete-icon.svg") no-repeat center center;
  background-size: contain;
  height: 24px;
  width: 24px;
  display: block;
}

.delete_popup_bg ul li .cart_content .price_count_wrap,
.coupon_applied_bg ul li .cart_content .price_count_wrap,
.estimated_popup_bg ul li .cart_content .price_count_wrap,
.search_coupons_bg ul li .cart_content .price_count_wrap,
.mobile_number_bg ul li .cart_content .price_count_wrap,
.otp_form_bg ul li .cart_content .price_count_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.delete_popup_bg ul li .cart_content .price_count_wrap .price_wrap,
.coupon_applied_bg ul li .cart_content .price_count_wrap .price_wrap,
.estimated_popup_bg ul li .cart_content .price_count_wrap .price_wrap,
.search_coupons_bg ul li .cart_content .price_count_wrap .price_wrap,
.mobile_number_bg ul li .cart_content .price_count_wrap .price_wrap,
.otp_form_bg ul li .cart_content .price_count_wrap .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.delete_popup_bg ul li .cart_content .price_count_wrap .price_wrap .original_price,
.coupon_applied_bg ul li .cart_content .price_count_wrap .price_wrap .original_price,
.estimated_popup_bg ul li .cart_content .price_count_wrap .price_wrap .original_price,
.search_coupons_bg ul li .cart_content .price_count_wrap .price_wrap .original_price,
.mobile_number_bg ul li .cart_content .price_count_wrap .price_wrap .original_price,
.otp_form_bg ul li .cart_content .price_count_wrap .price_wrap .original_price {
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  text-decoration: line-through;
}

.delete_popup_bg ul li .cart_content .price_count_wrap .price_wrap .discounted_price,
.coupon_applied_bg ul li .cart_content .price_count_wrap .price_wrap .discounted_price,
.estimated_popup_bg ul li .cart_content .price_count_wrap .price_wrap .discounted_price,
.search_coupons_bg ul li .cart_content .price_count_wrap .price_wrap .discounted_price,
.mobile_number_bg ul li .cart_content .price_count_wrap .price_wrap .discounted_price,
.otp_form_bg ul li .cart_content .price_count_wrap .price_wrap .discounted_price {
  color: #062328;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.search_coupons_bg .popup_bg_wrap .popup_bg_wrap_main,
.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main,
.otp_form_bg .popup_bg_wrap .popup_bg_wrap_main {
  overflow-y: scroll;
  min-height: 386px;
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main {
  min-height: 386px;
  overflow-y: scroll;
  gap: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main h4 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main p {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main .mobile_input_wrap {
  width: 100%;
  margin-top: 16px;
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main .mobile_input_wrap .mobile_number_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main .mobile_input_wrap .mobile_number_form .primarybtn {
  width: 100%;
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main .mobile_input_wrap .mobile_number_form .primarybtn span {
  width: 100%;
  text-align: center;
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main .mobile_input_wrap .mobile_number_form .form-group {
  padding-bottom: 0;
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main .mobile_input_wrap .mobile_number_form .form-group input[type=text] {
  border-radius: 48px;
  border: 1px solid #cdd3d4;
  padding: 12px 16px;
  width: 100%;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main .mobile_input_wrap .mobile_number_form .form-group input[type=text]:focus {
  border: 1px solid #062328;
  outline: none;
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main .mobile_input_wrap .mobile_number_form .form-group input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #062328;
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main .mobile_input_wrap .mobile_number_form .form-group label {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main .mobile_input_wrap .mobile_number_form .form-group.sms_whatsapp_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main .mobile_num_cards_wrap {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main .mobile_num_cards_wrap .mobile_num_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main .mobile_num_cards_wrap .mobile_num_card_wrap img {
  height: 34px;
  width: 34px;
}

.mobile_number_bg .popup_bg_wrap .popup_bg_wrap_main .mobile_num_cards_wrap .mobile_num_card_wrap p {
  color: #062328;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
}

.otp_form_bg .popup_bg_wrap .popup_bg_wrap_main {
  gap: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.otp_form_bg .popup_bg_wrap .popup_bg_wrap_main h4 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}

.otp_form_bg .popup_bg_wrap .popup_bg_wrap_main p {
  color: #595959;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  text-align: left;
}

.otp_form_bg .popup_bg_wrap .popup_bg_wrap_main .otp_verify_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-block: 16px;
}

.otp_form_bg .popup_bg_wrap .popup_bg_wrap_main .otp_verify_text_wrap img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.unavailable_coupons_list_wrap {
  padding-top: 16px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.unavailable_coupons_list_wrap h5 {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.unavailable_coupons_list_wrap .unavailable_coupons_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.unavailable_coupons_list_wrap .unavailable_coupons_list li {
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #f2f2f2;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
}

.unavailable_coupons_list_wrap .unavailable_coupons_list li h6 {
  color: #808080;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
}

.unavailable_coupons_list_wrap .unavailable_coupons_list li h6 span {
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.unavailable_coupons_list_wrap .unavailable_coupons_list li p {
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  text-align: left;
}

.unavailable_coupons_list_wrap .unavailable_coupons_list li p span {
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.popup_bg_wrap {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  bottom: -100%;
}

.popup_bg_wrap .popup_bg_wrap_main {
  border-radius: 24px 24px 0 0;
  padding: 32px 16px 16px 16px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.popup_bg_wrap .popup_bg_wrap_main .search_popup_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e6e9ea;
  padding-bottom: 12px;
}

.popup_bg_wrap .popup_bg_wrap_main .search_popup_header .search_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
  width: 100%;
}

.popup_bg_wrap .popup_bg_wrap_main .search_popup_header .search_title_wrap h6 {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.popup_bg_wrap .popup_bg_wrap_main .search_popup_header .search_title_wrap p {
  color: #516569;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  text-align: left;
}

.popup_bg_wrap .popup_bg_wrap_main .search_popup_header .search_title_wrap p span {
  color: #516569;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.popup_bg_wrap .popup_bg_wrap_main .bill_summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.popup_bg_wrap .popup_bg_wrap_main .bill_summary li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  background-color: transparent;
  padding: 0;
}

.popup_bg_wrap .popup_bg_wrap_main .bill_summary li .mrp {
  color: #4d4d4d;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.popup_bg_wrap .popup_bg_wrap_main .bill_summary li .price {
  color: #062328;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.popup_bg_wrap .popup_bg_wrap_main .bill_summary li .discount {
  color: #1ca25a;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.popup_bg_wrap .popup_bg_wrap_main .bill_summary li:last-child {
  border-top: 1px solid #b2b2b2;
  padding-top: 8px;
  border-radius: 0;
}

.popup_bg_wrap .popup_bg_wrap_main .bill_summary li:last-child span {
  color: #062328;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
}

.popup_bg_wrap .popup_bg_wrap_main .delete_card_title,
.popup_bg_wrap .popup_bg_wrap_main .estimated_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.popup_bg_wrap .popup_bg_wrap_main .delete_card_title h5,
.popup_bg_wrap .popup_bg_wrap_main .estimated_title h5 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  margin: 0;
}

.popup_bg_wrap .popup_bg_wrap_main h4 {
  color: #062328;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
}

.popup_bg_wrap .popup_bg_wrap_main h4 span {
  color: #ff3558;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.popup_bg_wrap .popup_bg_wrap_main p {
  color: #198e4f;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.popup_bg_wrap .popup_bg_wrap_main p span {
  color: #198e4f;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.popup_bg_wrap .popup_bg_wrap_main .delete_yes,
.popup_bg_wrap .popup_bg_wrap_main .checkout_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.coupon_applied_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-10.69%, rgba(255, 255, 255, 0.5)), color-stop(73.13%, rgba(18, 18, 18, 0.5)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) -10.69%, rgba(18, 18, 18, 0.5) 73.13%);
  left: -100%;
  opacity: 0;
  z-index: 100;
}

.coupon_applied_bg .popup_bg_wrap .popup_bg_wrap_main {
  min-height: 318px;
}

.delete_popup_bg .popup_bg_wrap_main {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.quantity_wrap {
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.quantity_wrap span {
  color: #062328;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  padding: 4px 20px;
  display: block;
  border-radius: 48px;
  border: 1px solid #cdd3d4;
}

.quantity_wrap .quantity_count_wrap {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.quantity_wrap .quantity_count_wrap .count_minus,
.quantity_wrap .quantity_count_wrap .count_plus {
  cursor: pointer;
  height: 24px;
  width: 24px;
  position: relative;
}

.quantity_wrap .quantity_count_wrap .count_minus img,
.quantity_wrap .quantity_count_wrap .count_plus img {
  height: 24px;
  width: 24px;
}

.quantity_wrap .quantity_count_wrap .count_minus .normal_img,
.quantity_wrap .quantity_count_wrap .count_plus .normal_img {
  display: block;
}

.quantity_wrap .quantity_count_wrap .count_minus .hover_img,
.quantity_wrap .quantity_count_wrap .count_plus .hover_img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.quantity_wrap .quantity_count_wrap .count_minus:hover .normal_img,
.quantity_wrap .quantity_count_wrap .count_plus:hover .normal_img {
  display: none;
}

.quantity_wrap .quantity_count_wrap .count_minus:hover .hover_img,
.quantity_wrap .quantity_count_wrap .count_plus:hover .hover_img {
  display: block;
}

.quantity_wrap .quantity_count_wrap .count_minus.disabled,
.quantity_wrap .quantity_count_wrap .count_plus.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.level_up_listing_wrap {
  padding-top: 16px;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.level_up_listing_wrap .level_up_card {
  padding: 8px;
  border-radius: 4px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  max-width: 260px;
  min-width: 260px;
}

.level_up_listing_wrap .level_up_card img {
  width: 75px;
  height: 75px;
  border-radius: 6px;
}

.level_up_listing_wrap .level_up_card .level_up_content h5 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  margin-bottom: 4px;
}

.level_up_listing_wrap .level_up_card .level_up_content p {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
}

.level_up_listing_wrap .level_up_card .level_up_content span {
  color: #062328;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
  padding-block: 4px 8px;
  display: block;
}

.pageload_model .modal-dialog {
  max-width: 410px;
}

.pageload_model .modal-dialog .modal-content {
  position: relative;
  border-radius: 24px;
}

.pageload_model .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 48px;
  right: 26px;
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .pageload_model .modal-dialog .modal-content .btn-close {
    top: 32px;
    right: 20px;
  }
}

.pageload_model .modal-dialog .modal-content .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pageload_model .modal-dialog .modal-content .modal-body {
  padding: 0;
  border-radius: 24px;
}

.pageload_model .modal-dialog .modal-content .modal-body .welcome_wrap {
  display: block;
}

.pageload_model .modal-dialog .modal-content .modal-body img {
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0px 0px;
}

.pageload_model .modal-dialog .modal-content .modal-body .pageload_model_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageload_model .modal-dialog .modal-content .modal-body .pageload_model_content h5 {
  color: #062328;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  margin: 0;
}

@media screen and (max-width: 767px) {
  .pageload_model .modal-dialog .modal-content .modal-body .pageload_model_content h5 {
    font-size: 16px;
  }
}

.pageload_model .modal-dialog .modal-content .modal-body .pageload_model_content p {
  color: #384f53;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  text-align: center;
  padding-block: 4px 24px;
}

@media screen and (max-width: 767px) {
  .pageload_model .modal-dialog .modal-content .modal-body .pageload_model_content p {
    font-size: 14px;
  }
}

.pageload_model .modal-dialog .modal-content .modal-body .pageload_model_content .btns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding-bottom: 24px;
}

.pageload_model .modal-dialog .modal-content .modal-body .pageload_model_content .btns_wrap .primarybtn,
.pageload_model .modal-dialog .modal-content .modal-body .pageload_model_content .btns_wrap .borderprimary {
  width: 100%;
  text-align: center;
}

.pageload_model .modal-dialog .modal-content .modal-body .pageload_model_content .btns_wrap .primarybtn span,
.pageload_model .modal-dialog .modal-content .modal-body .pageload_model_content .btns_wrap .borderprimary span {
  width: 100%;
  text-align: center;
}

.pageload_model .modal-dialog .modal-content .modal-body .pageload_model_content .terms {
  color: #384f53;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  padding: 0;
}

@media screen and (max-width: 767px) {
  .pageload_model .modal-dialog .modal-content .modal-body .pageload_model_content .terms {
    font-size: 12px;
  }
}

.pageload_model .modal-dialog .modal-content .modal-body .pageload_model_content .terms a {
  color: #384f53;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .pageload_model .modal-dialog .modal-content .modal-body .pageload_model_content .terms a {
    font-size: 12px;
  }
}

.pageload_model .modal-dialog .modal-content .modal-body .access_wrap {
  display: none;
}

.pageload_model .modal-dialog .modal-content .modal-body .access_wrap .pageload_model_content {
  padding: 32px;
}

.pageload_model .modal-dialog .modal-content .modal-body .access_wrap .pageload_model_content p {
  padding-block: 0px 20px;
}

.pageload_model .modal-dialog .modal-content .modal-body .access_wrap .pageload_model_content ul {
  padding-block: 20px 12px;
}

.pageload_model .modal-dialog .modal-content .modal-body .soon_card_wrap {
  border-radius: 14px;
  border: 2px solid #ff3558;
  background: #ffebee;
  padding: 8px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageload_model .modal-dialog .modal-content .modal-body .soon_card_wrap h5 {
  color: #ff3558;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.pageload_model .modal-dialog .modal-content .modal-body .soon_card_wrap p {
  color: #595959;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.pageload_model .modal-dialog .modal-content .modal-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageload_model .modal-dialog .modal-content .modal-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px 16px;
  border-right: 1px solid #e5e7eb;
}

.pageload_model .modal-dialog .modal-content .modal-body ul li:first-child {
  padding-left: 0;
}

.pageload_model .modal-dialog .modal-content .modal-body ul li:last-child {
  padding-right: 0;
}

.pageload_model .modal-dialog .modal-content .modal-body ul li .number {
  color: #062328;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

.pageload_model .modal-dialog .modal-content .modal-body ul li .text {
  color: #595959;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.prod_add_btn {
  border-radius: 30px;
  border: 1px solid #062328;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prod_add_btn img {
  height: unset !important;
  width: unset !important;
}

.otp_verify_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-block: 16px;
}

.otp_verify_text_wrap img {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-inline: unset;
}

.resend_otp_btn {
  color: #ff3558;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  margin: 20px auto;
}

.login_other {
  color: #1d68ff;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.otp_form_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.otp_form_wrap .otp-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.otp_form_wrap .otp-box .otp-input {
  width: 80px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  border-radius: 48px;
  border: 1px solid #cdd3d4;
}

.otp_form_wrap .otp-box .otp-input:focus {
  border: 1px solid #062328;
  outline: none;
}

.otp_form_wrap .primarybtn {
  width: 100%;
  margin-top: 20px;
}

.otp_form_wrap .primarybtn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  text-align: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product_section img {
  height: 100%;
  width: 100%;
}

.people_section {
  padding-block: 32px;
}

.people_section h2 {
  text-align: center;
  color: #010404;
  font-family: "Satoshi", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.people_section h2 span {
  color: #23cb71;
  font-family: "Playfair Display", serif;
  font-style: italic;
  line-height: 100%;
  /* 44px */
}

@media screen and (max-width: 767px) {
  .people_section h2 {
    font-size: 32px;
  }
}

.people_section .review_main_wrap {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.people_section .review_main_wrap .rating_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.people_section .review_main_wrap .rating_wrap .circle_rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  background: #2980b9;
  color: #2980b9;
  width: 54px;
  height: 54px;
  /* Adjusted font size for small circles */
  font-size: 18px;
  line-height: 1;
}

.people_section .review_main_wrap .rating_wrap .circle_rating span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  z-index: 2;
  color: #0b0f0e;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 19.636px */
  letter-spacing: -0.245px;
}

.people_section .review_main_wrap .rating_wrap .circle_rating span small {
  font-size: 0.5em;
  font-weight: 900;
  -ms-flex-item-align: center;
  align-self: center;
}

.people_section .review_main_wrap .rating_wrap .circle_rating {
  /* Inner mask circle */
}

.people_section .review_main_wrap .rating_wrap .circle_rating::after {
  content: "";
  position: absolute;
  inset: 6px;
  /* Scaled for 54px circle */
  background: #e7f2fa;
  border-radius: inherit;
  z-index: 1;
}

.people_section .review_main_wrap .rating_wrap .circle_rating {
  /* Outer ring border */
}

.people_section .review_main_wrap .rating_wrap .circle_rating::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 0 6px #c7e1f3;
  box-shadow: 0 0 0 6px #c7e1f3;
  /* Scaled border thickness */
  z-index: -1;
}

.people_section .review_main_wrap .rating_wrap .circle_rating {
  /* Score color states */
}

.people_section .review_main_wrap .rating_wrap .circle_rating.good {
  background: #27ae60;
  color: #27ae60;
}

.people_section .review_main_wrap .rating_wrap .circle_rating.meh {
  background: #f1c40f;
  color: #f1c40f;
}

.people_section .review_main_wrap .rating_wrap .circle_rating.bad {
  background: #e74c3c;
  color: #e74c3c;
}

.people_section .review_main_wrap .rating_wrap .review_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.people_section .review_main_wrap .rating_wrap .review_wrap .hotel-list {
  margin: 0 auto;
}

.people_section .review_main_wrap .rating_wrap .review_wrap .hotel-name {
  font-size: 20px;
  font-weight: bold;
}

.people_section .review_main_wrap .rating_wrap .review_wrap .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.people_section .review_main_wrap .rating_wrap .review_wrap .stars-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.people_section .review_main_wrap .rating_wrap .review_wrap .stars-outer .star {
  font-size: 16px;
  color: #23cb71;
}

.people_section .review_main_wrap .rating_wrap .review_wrap .stars-outer .stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  overflow: hidden;
}

.people_section .review_main_wrap .rating_wrap .review_wrap .stars-outer .stars-inner .star {
  font-size: 16px;
  color: #23cb71;
}

.people_section .review_main_wrap .rating_wrap .review_wrap p {
  color: #0b0f0e;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

.people_section .people_wrap {
  padding-top: 32px;
}

.people_section .people_wrap .peopleSwiper {
  padding-block: 24px;
}

.people_section .people_wrap .peopleSwiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.people_section .people_wrap .peopleSwiper .swiper-scrollbar {
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 300px;
  background-color: #eee;
}

@media screen and (min-width: 991px) {
  .people_section .people_wrap .peopleSwiper .swiper-scrollbar {
    display: none;
  }
}

.people_section .people_wrap .peopleSwiper .swiper-pagination-progressbar-fill {
  background-color: #b2b2b2;
}

.people_section .people_wrap .people_grid {
  position: relative;
}

.people_section .people_wrap .grid-sizer,
.people_section .people_wrap .people_main_card {
  width: calc(33.333% - 16px);
}

@media screen and (max-width: 991px) {

  .people_section .people_wrap .grid-sizer,
  .people_section .people_wrap .people_main_card {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 576px) {

  .people_section .people_wrap .grid-sizer,
  .people_section .people_wrap .people_main_card {
    width: 100%;
  }
}

.people_section .people_wrap .people_main_card {
  margin-bottom: 24px;
}

.people_section .people_wrap .people_main_card {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.people_section .people_wrap .people_main_card .people_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border-radius: 2px;
  background: #f8f8f8;
}

.people_section .people_wrap .people_main_card .people_card .people_video_wrap {
  position: relative;
}

.people_section .people_wrap .people_main_card .people_card .people_video_wrap .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
}

.people_section .people_wrap .people_main_card .people_card .people_video_wrap .playbtn img {
  width: 40px;
  height: 40px;
}

.people_section .people_wrap .people_main_card .people_card .people_video_wrap .playbtn .playing {
  display: none;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.people_section .people_wrap .people_main_card .people_card .people_video_wrap video {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.people_section .people_wrap .people_main_card .people_card .hotel-list {
  margin: 0 auto;
}

.people_section .people_wrap .people_main_card .people_card .hotel-name {
  font-size: 20px;
  font-weight: bold;
}

.people_section .people_wrap .people_main_card .people_card .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.people_section .people_wrap .people_main_card .people_card .stars-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.people_section .people_wrap .people_main_card .people_card .stars-outer .star {
  font-size: 16px;
  color: #ccc;
}

.people_section .people_wrap .people_main_card .people_card .stars-outer .stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  overflow: hidden;
}

.people_section .people_wrap .people_main_card .people_card .stars-outer .stars-inner .star {
  font-size: 16px;
  color: #f8ce0b;
}

.people_section .people_wrap .people_main_card .people_card .rating_img {
  max-width: 100px;
}

.people_section .people_wrap .people_main_card .people_card h4 {
  color: #0b0f0e;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 28.8px */
}

.people_section .people_wrap .people_main_card .people_card .product_img {
  width: 100%;
  height: 100%;
  max-height: 200px;
}

.people_section .people_wrap .people_main_card .people_card p {
  color: #666;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.people_section .people_wrap .people_main_card .people_card .client_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.people_section .people_wrap .people_main_card .people_card .client_wrap span {
  color: #666;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.71px;
  /* 160.687% */
  max-width: 200px;
}

.people_section .people_wrap .people_main_card .people_card .client_wrap .client_verify_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.people_section .people_wrap .people_main_card .people_card .client_wrap .client_verify_wrap .client_verify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.people_section .people_wrap .people_main_card .people_card .client_wrap .client_verify_wrap .client_verify img {
  height: 20px;
  width: 20px;
}

.people_section .people_wrap .people_main_card .people_card .client_wrap .client_verify_wrap .client_verify p {
  color: #666;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.71px;
  /* 183.643% */
}

.people_section .people_wrap .people_main_card .people_card .client_wrap .client_verify_wrap .likes_wrap {
  padding: 10px 8px;
  border-radius: 6px;
  background: #fff;
}

.people_section .people_wrap .people_main_card .people_card .client_wrap .client_verify_wrap .likes_wrap span {
  color: #0b0f0e;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 19.2px */
}

.people_section .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .people_section .btn_wrap {
    display: none;
  }
}

.prefer_section {
  padding-block: 32px;
  background: #f8f8f8;
}

.prefer_section h2 {
  color: #010404;
  font-family: "Satoshi", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}

.prefer_section h2 span {
  color: #ff3558;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 44px */
}

@media screen and (max-width: 767px) {
  .prefer_section h2 {
    font-size: 32px;
  }
}

.prefer_section .prefer_wrap {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
  overflow-x: scroll;
}

.prefer_section .prefer_wrap .prefer_sidewrap {
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: sticky;
  z-index: 100;
  left: -2px;
  min-width: 120px;
}

.prefer_section .prefer_wrap .prefer_sidewrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 88px;
  padding-inline: 8px;
}

@media screen and (max-width: 767px) {
  .prefer_section .prefer_wrap .prefer_sidewrap ul {
    padding-bottom: 70px;
  }
}

.prefer_section .prefer_wrap .prefer_sidewrap ul li {
  color: #516569;
  /* Satoshi/Size - 16/Bold */
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.prefer_section .prefer_wrap .prefer_sidewrap ul li:nth-child(2) {
  height: 32px;
}

.prefer_section .prefer_wrap .prefer_cards_main_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 1200px;
}

.prefer_section .prefer_wrap .prefer_cards_main_wrap .prefer_card {
  background: #fff;
  max-width: 272px;
  min-width: 272px;
}

.prefer_section .prefer_wrap .prefer_cards_main_wrap .prefer_card .prefer_card_img {
  width: 100%;
  position: relative;
}

.prefer_section .prefer_wrap .prefer_cards_main_wrap .prefer_card .prefer_card_img img {
  height: 100%;
  width: 100%;
}

.prefer_section .prefer_wrap .prefer_cards_main_wrap .prefer_card .prefer_card_img .prefer_card_img_content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 12px;
  width: 100%;
  max-width: 202px;
}

.prefer_section .prefer_wrap .prefer_cards_main_wrap .prefer_card .prefer_card_img .prefer_card_img_content .prefer_img_content {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(5.5px);
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.prefer_section .prefer_wrap .prefer_cards_main_wrap .prefer_card .prefer_card_img .prefer_card_img_content .prefer_img_content h5 {
  color: #062328;
  text-align: center;
  /* Bricolage Grotesk/Size - 16/Bold */
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
}

.prefer_section .prefer_wrap .prefer_cards_main_wrap .prefer_card .prefer_card_img .prefer_card_img_content .prefer_img_content span {
  color: #ff3558;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
}

.prefer_section .prefer_wrap .prefer_cards_main_wrap .prefer_card .prefer_card_content {
  padding: 12px 12px 15px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.prefer_section .prefer_wrap .prefer_cards_main_wrap .prefer_card .prefer_card_content p {
  color: #1a1a1a;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.prefer_section .prefer_wrap .prefer_cards_main_wrap .prefer_card .prefer_card_content img {
  max-width: 62px;
}

.product_ban_section {
  padding-block: 40px;
}

@media screen and (max-width: 767px) {
  .product_ban_section {
    padding-block: 0px 32px;
  }
}

.product_ban_section .product_ban_swiper_wrap {
  width: 100%;
  position: sticky;
  top: 20px;
  max-width: 570px;
}

.product_ban_section .product_ban_swiper_wrap .productSwiper .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
  max-height: 570px;
}

.product_ban_section .product_ban_swiper_wrap .productSwiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
}

.product_ban_section .product_ban_swiper_wrap .productSwiper .swiper-pagination-bullet {
  opacity: 0.3;
  background: #d9d9d9;
  backdrop-filter: blur(32px);
}

.product_ban_section .product_ban_swiper_wrap .productSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #111;
  backdrop-filter: unset;
}

.product_ban_section .product_ban_swiper_wrap .productSwiper .swiper-button-next,
.product_ban_section .product_ban_swiper_wrap .productSwiper .swiper-button-prev {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 767px) {

  .product_ban_section .product_ban_swiper_wrap .productSwiper .swiper-button-next,
  .product_ban_section .product_ban_swiper_wrap .productSwiper .swiper-button-prev {
    display: none;
  }
}

.product_ban_section .product_ban_swiper_wrap .productSwiper .swiper-button-next::after,
.product_ban_section .product_ban_swiper_wrap .productSwiper .swiper-button-prev::after {
  content: "";
  background: url("../../assets/img/home/btn-next.svg") no-repeat center;
  width: 40px;
  height: 40px;
}

.product_ban_section .product_ban_swiper_wrap .productSwiper .swiper-button-next {
  right: -100px;
}

.product_ban_section .product_ban_swiper_wrap .productSwiper .swiper-button-prev {
  left: -100px;
}

.product_ban_section .product_ban_swiper_wrap .productSwiper .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product_ban_section .product_ban_swiper_wrap .productSwiper:hover .swiper-button-next {
  right: 10px;
}

.product_ban_section .product_ban_swiper_wrap .productSwiper:hover .swiper-button-prev {
  left: 10px;
}

.product_ban_section .product_ban_swiper_wrap .productThumbsSwiper {
  padding-top: 24px;
}

.product_ban_section .product_ban_swiper_wrap .productThumbsSwiper .swiper-wrapper .swiper-slide {
  height: 102px;
  width: 102px;
  border-radius: 4px;
  border: 2px solid #f2f2f2;
  padding: 2px;
}

.product_ban_section .product_ban_swiper_wrap .productThumbsSwiper .swiper-wrapper .swiper-slide img {
  border-radius: 4px;
  height: 100%;
  width: 100%;
}

.product_ban_section .product_ban_swiper_wrap .productThumbsSwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-radius: 4px;
  border: 2px solid #666;
}

.product_ban_section .product_ban_content {
  height: 100%;
}

.product_ban_section .product_ban_content .product_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .product_ban_section .product_ban_content .product_title_wrap {
    padding-block: 24px 12px;
  }
}

.product_ban_section .product_ban_content .product_title_wrap .product_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.product_ban_section .product_ban_content .product_title_wrap .product_title span {
  color: #ff3558;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.product_ban_section .product_ban_content .product_title_wrap .product_title h4 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
}

.product_ban_section .product_ban_content .product_title_wrap .product_rating_wrap {
  border-radius: 4px;
  background: #f2f2f2;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product_ban_section .product_ban_content .product_title_wrap .product_rating_wrap .product_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.product_ban_section .product_ban_content .product_title_wrap .product_rating_wrap .product_rating span {
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.product_ban_section .product_ban_content .product_title_wrap .product_rating_wrap .product_rating img {
  height: 20px;
  width: 20px;
}

.product_ban_section .product_ban_content .product_title_wrap .product_rating_wrap .product_reviews {
  color: #595959;
  /* Secondary Font/Body/Body-2/Regular */
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0;
}

.product_ban_section .product_ban_content .ban_price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-block: 16px 12px;
}

.product_ban_section .product_ban_content .ban_price_wrap .ban_product_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.product_ban_section .product_ban_content .ban_price_wrap .ban_product_price .ban_price_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_ban_section .product_ban_content .ban_price_wrap .ban_product_price .ban_price_row .ban_from_price {
  color: #595959;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.product_ban_section .product_ban_content .ban_price_wrap .ban_product_price .ban_price_row .ban_offer_wrap {
  padding: 4px 8px;
  border-radius: 4px;
  background: #ff3558;
  color: #f2f2f2;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.product_ban_section .product_ban_content .ban_price_wrap .ban_product_price .ban_price_row .ban_offer_wrap span {
  color: #f2f2f2;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.8px;
}

.product_ban_section .product_ban_content .ban_price_wrap .ban_product_price .ban_price_row .ban_price {
  color: #062328;
  /* Roboto/Size - 24/Bold */
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
}

.product_ban_section .product_ban_content .ban_price_wrap .ban_product_price .ban_mrp {
  color: #595959;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.product_ban_section .product_ban_content .ban_price_wrap .ban_product_price .ban_mrp span {
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.product_ban_section .product_ban_content .ban_price_wrap p {
  color: #737373;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}

.product_ban_section .product_ban_content .ban_payment_wrap {
  padding: 10px;
  border-radius: 2px;
  background: #f2f2f2;
}

.product_ban_section .product_ban_content .ban_payment_wrap p {
  color: #595959;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.product_ban_section .product_ban_content .ban_payment_wrap p span {
  font-weight: 700;
}

.product_ban_section .product_ban_content .ban_payment_wrap p a {
  color: #1d68ff;
  font-weight: 500;
}

.product_ban_section .product_ban_content .satisfy_main_wrap {
  padding-block: 26px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.product_ban_section .product_ban_content .satisfy_main_wrap h2 {
  color: #062328;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.64px;
}

.product_ban_section .product_ban_content .satisfy_main_wrap h2 span {
  color: #23cb71;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.product_ban_section .product_ban_content .satisfy_main_wrap .satisfy_wrap {
  padding: 16px;
  border-radius: 8px;
  background: #f8f8f8;
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .product_ban_section .product_ban_content .satisfy_main_wrap .satisfy_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.product_ban_section .product_ban_content .satisfy_main_wrap .satisfy_wrap .satisfy_card {
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

@media screen and (max-width: 1024px) {
  .product_ban_section .product_ban_content .satisfy_main_wrap .satisfy_wrap .satisfy_card {
    padding-inline: 10px;
  }
}

.product_ban_section .product_ban_content .satisfy_main_wrap .satisfy_wrap .satisfy_card img {
  height: 48px;
  width: 48px;
}

.product_ban_section .product_ban_content .satisfy_main_wrap .satisfy_wrap .satisfy_card p {
  color: #111;
  text-align: center;
  /* Satoshi/Size - 16/Medium */
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.product_ban_section .product_ban_content .product_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.product_ban_section .product_ban_content .product_btn_wrap .primarybtn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product_ban_section .product_ban_content .packing_img_wrap {
  padding-block: 26px 36px;
}

@media screen and (max-width: 767px) {
  .product_ban_section .product_ban_content .packing_img_wrap {
    padding-block: 24px;
  }
}

.product_ban_section .product_ban_content .packing_img_wrap img {
  width: 100%;
  max-height: 128px;
}

.product_ban_section .product_ban_content .product_cta_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
}

.product_ban_section .product_ban_content .product_cta_wrap p {
  overflow: hidden;
  color: #595959;
  text-overflow: ellipsis;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

@media screen and (max-width: 1024px) {
  .product_ban_section .product_ban_content .product_cta_wrap p {
    max-width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .product_ban_section .product_ban_content .product_cta_wrap p {
    max-width: 168px;
  }
}

@media screen and (max-width: 767px) {
  .product_ban_section .product_ban_content .product_cta_wrap p {
    max-width: 234px;
  }
}

.product_ban_section .product_ban_content .product_des {
  overflow: hidden;
  color: #062328;
  text-overflow: ellipsis;
  /* Satoshi/Size - 16/Medium */
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Show only 3 lines */
  -webkit-box-orient: vertical;
}

.product_ban_section .product_ban_content .product_des.expanded {
  -webkit-line-clamp: unset;
  /* Remove clamp when expanded */
}

.product_ban_section .product_ban_content .read-more {
  cursor: pointer;
  display: none;
  /* hidden by default */
  margin-top: 5px;
  color: #808080;
  max-width: 600px;
  position: relative;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  padding-right: 24px;
}

.product_ban_section .product_ban_content .read-more::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  height: 20px;
  width: 20px;
  background: url("../../assets/img/product-detail/down-arrow.svg") no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product_ban_section .product_ban_content .read-more.active::after {
  top: 2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product_ban_section .accordions_wrap .accordion {
  border: none;
}

.product_ban_section .accordions_wrap .accordion .accordion-item {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.product_ban_section .accordions_wrap .accordion .accordion-item .accordion-header .accordion-button {
  color: #111;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .product_ban_section .accordions_wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}

.product_ban_section .accordions_wrap .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product_ban_section .accordions_wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product_ban_section .accordions_wrap .accordion .accordion-item .collapse .accordion-body {
  padding-inline: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.product_ban_section .accordions_wrap .accordion .accordion-item .collapse .accordion-body img {
  width: 100%;
}

.product_ban_section .accordions_wrap .accordion .accordion-item .collapse .accordion-body .video_wrap {
  position: relative;
  max-height: 240px;
  width: 100%;
}

.product_ban_section .accordions_wrap .accordion .accordion-item .collapse .accordion-body .video_wrap video {
  width: 100%;
  height: 100%;
  max-height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product_ban_section .accordions_wrap .accordion .accordion-item .collapse .accordion-body .video_wrap .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_ban_section .accordions_wrap .accordion .accordion-item .collapse .accordion-body .video_wrap .playbtn img {
  width: 40px;
  height: 40px;
}

.product_ban_section .accordions_wrap .accordion .accordion-item .collapse .accordion-body .video_wrap .playbtn .playing {
  display: none;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.product_ban_section .accordions_wrap .accordion .accordion-item .collapse .accordion-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
}

.product_ban_section .accordions_wrap .accordion .accordion-item .collapse .accordion-body ul li {
  list-style-type: disc;
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.product_ban_section .accordions_wrap .accordion .accordion-item:last-child {
  border: none;
}

.product_ban_section .bundles_wrap {
  padding: 32px 16px;
  background: #062328;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  .product_ban_section .bundles_wrap {
    padding-inline: 12px;
    min-height: 580px;
  }
}

.product_ban_section .bundles_wrap h2 {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product_ban_section .bundles_wrap h2 {
    font-size: 32px;
  }
}

.product_ban_section .bundles_wrap h2 span {
  color: #ffd700;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 44px */
}

.product_ban_section .bundles_wrap .bundle_cards_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .product_ban_section .bundles_wrap .bundle_cards_wrap {
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .product_ban_section .bundles_wrap .bundle_cards_wrap .bundle_card_wrap img {
    max-height: 278px;
    min-height: 278px;
  }
}

@media screen and (max-width: 767px) {
  .product_ban_section .bundles_wrap .bundle_cards_wrap .bundle_card_wrap .bundle_card_content .pricerate_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product_fixedmain_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 16px;
  background: #fff;
  -webkit-box-shadow: 0 -4px 18px 0 rgba(6, 35, 40, 0.08);
  box-shadow: 0 -4px 18px 0 rgba(6, 35, 40, 0.08);
}

@media screen and (max-width: 767px) {
  .product_fixedmain_wrap {
    padding-inline: 0px;
  }
}

.product_fixedmain_wrap .product_fixed_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.product_fixedmain_wrap .product_fixed_wrap .product_fixed_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_fixedmain_wrap .product_fixed_wrap .product_fixed_card img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
}

.product_fixedmain_wrap .product_fixed_wrap .product_fixed_card .product_fixed_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.product_fixedmain_wrap .product_fixed_wrap .product_fixed_card .product_fixed_content h5 {
  color: #062328;
  /* Bricolage Grotesk/Size - 18/Bold */
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  margin: 0;
}

@media screen and (max-width: 767px) {
  .product_fixedmain_wrap .product_fixed_wrap .product_fixed_card .product_fixed_content h5 {
    font-size: 14px;
  }
}

.product_fixedmain_wrap .product_fixed_wrap .product_fixed_card .product_fixed_content .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_fixedmain_wrap .product_fixed_wrap .product_fixed_card .product_fixed_content .price_wrap .original_price {
  color: #516569;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.7px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.product_fixedmain_wrap .product_fixed_wrap .product_fixed_card .product_fixed_content .price_wrap .discounted_price {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 112.5% */
  letter-spacing: 0.8px;
}

.product_fixedmain_wrap .product_fixed_wrap .whitebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products_listing_list {
  border-bottom: 1px solid #e6e9ea;
}

.products_listing_ban,
.blogs_listing_ban {
  width: 100%;
  height: 100%;
}

.products_listing_ban img,
.blogs_listing_ban img {
  width: 100%;
  max-height: 360px;
}

.blogs_listing_ban {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .blogs_listing_ban img {
    height: 100%;
    max-height: 390px;
  }
}

.products_listing_section {
  padding-block: 40px 32px;
}

@media screen and (max-width: 767px) {
  .products_listing_section {
    padding-block: 32px 16px;
  }
}

.products_listing_section .products_filters_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 48px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 12px;
  position: static;
  top: 100px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .products_listing_section .products_filters_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.products_listing_section .products_filters_wrap .select_wrap {
  max-width: 360px;
  position: relative;
  cursor: pointer;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

@media screen and (max-width: 767px) {
  .products_listing_section .products_filters_wrap .select_wrap {
   left:0;
  }
}

.products_listing_section .products_filters_wrap .select_wrap input {
  width: 100%;
  height: 44px;
  padding: 10px 16px 10px 32px;
  font-size: 1rem;
  border-radius: 30px;
  border: 1.25px solid #062328;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.products_listing_section .products_filters_wrap .select_wrap input:hover {
  background-color: #e6e9ea;
}

@media screen and (max-width: 767px) {
  .products_listing_section .products_filters_wrap .select_wrap input {
    display: none;
  }
}

@media screen and (max-width: 350px) {
  .products_listing_section .products_filters_wrap .select_wrap input {
    font-size: 12px;
  }
}

/*.products_listing_section .products_filters_wrap .select_wrap::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 18px;*/
/*  -webkit-transform: translateY(-50%);*/
/*  transform: translateY(-50%);*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  background: url("../../assets/img/product-listing/filter.svg") no-repeat;*/
/*  background-position: center;*/
/*  -webkit-transition: all 0.2s linear;*/
/*  transition: all 0.2s linear;*/
/*}*/

@media screen and (max-width: 767px) {
  .products_listing_section .products_filters_wrap .select_wrap::after {
    left: 16px;
  }
}

.products_listing_section .products_filters_wrap .select_wrap .select_list_wrap {
  position: absolute;
  bottom: -144px;
  height: 144px;
  left: -184px;
  background-color: #fff;
  border-radius: 8px;
  width: 200px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
  overflow-y: scroll;
  display: none;
}

@media screen and (max-width: 767px) {
  .products_listing_section .products_filters_wrap .select_wrap .select_list_wrap {
    min-width: 164px;
    left: 0;
  }
}

.products_listing_section .products_filters_wrap .select_wrap .select_list_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  padding: 8px 16px 8px 16px;
}

@media screen and (max-width: 767px) {
  .products_listing_section .products_filters_wrap .select_wrap .select_list_wrap ul {
    padding: 8px;
  }
}

.products_listing_section .products_filters_wrap .select_wrap .select_list_wrap ul li {
  color: #839194;
  /* Bricolage Grotesk/Size - 16/Medium */
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  padding: 8px 12px;
}

@media screen and (max-width: 767px) {
  .products_listing_section .products_filters_wrap .select_wrap .select_list_wrap ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 350px) {
  .products_listing_section .products_filters_wrap .select_wrap .select_list_wrap ul li {
    font-size: 12px;
  }
}

.products_listing_section .products_filters_wrap .select_wrap .select_list_wrap ul li:hover {
  border-radius: 2px;
  background: #e6e9ea;
  color: #062328;
}

.products_listing_section .bestseller_card_wrap img {
  min-height: 230px;
}

.products_listing_section .bestseller_card_wrap.product_best {
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  .products_listing_section .bestseller_card_wrap.product_best {
    margin-bottom: 24px;
  }
}

.error-message {
  color: #ff3558;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
  text-align: left;
  padding-top: 8px;
}

.form-group {
  padding-bottom: 16px;
  position: relative;
}

.form-group .form-control {
  width: 100%;
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 16px;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 28px;
}

.form-group .form-control.noteditable {
  cursor: not-allowed;
  border: 1px solid #cdd3d4;
  background: #e6e9ea;
}

.form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #062328;
}

.form-group .form-control.invalid {
  border: 1px solid #ff3558;
}

.form-group .form-control::-webkit-input-placeholder {
  opacity: 0;
}

.form-group .form-control::-moz-placeholder {
  opacity: 0;
}

.form-group .form-control:-ms-input-placeholder {
  opacity: 0;
}

.form-group .form-control::-ms-input-placeholder {
  opacity: 0;
}

.form-group .form-control::placeholder {
  opacity: 0;
}

.form-group.select_drop_wrap {
  position: relative;
}

.form-group.select_drop_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/icons/prof-dropdown.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.form-group.select_drop_wrap:hover::after {
  -webkit-transform: rotate(-180deg) translateY(50%);
  transform: rotate(-180deg) translateY(50%);
}

.form-group label span {
  color: #595959;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.form-group label.required_inp::after {
  content: "*";
  color: #ff3558;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.form-group .error_msg {
  opacity: 0;
  position: absolute;
  bottom: 0px;
  padding: 0;
  left: 0;
}

.form-group .show_error {
  color: #ff3558;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  opacity: 1;
}

.form-group textarea {
  width: 100%;
  background-color: transparent;
}

.select_dropdown {
  position: relative;
  border-radius: 8px;
}

.select_dropdown::before {
  content: "";
  position: absolute;
  right: 16px;
  height: 24px;
  width: 24px;
  background: url("../../assets/img/icons/prof-dropdown.svg") no-repeat;
  top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}

.select_dropdown input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: transparent;
  color: #172223;
  cursor: pointer;
  border: 1px solid red;
}

.select_dropdown .options {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding-left: 0px;
  position: absolute;
  width: 100%;
  z-index: 6;
  left: 0;
  top: 100%;
  display: none;
  margin: 0px;
  height: 280px;
  overflow-y: scroll;
}

.select_dropdown .options .option_item {
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  padding: 8px 16px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.select_dropdown .options .option_item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.select_dropdown .options .option_item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select_dropdown .options .option_item:hover {
  background: #2c4143;
  color: #fff;
}

.select_dropdown.dropdown_open .options {
  display: block;
}

.select_dropdown.dropdown_open::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

input:-internal-autofill-selected {
  background-color: transparent;
}

.checkout_section {
  background: #e6e9ea;
  padding-block: 40px;
}

@media screen and (max-width: 991px) {
  .checkout_section .checkout_summary_main_wrap {
    padding-bottom: 32px;
  }
}

.shipping_address_form {
  padding-top: 16px;
}

.billing_address_form {
  padding-top: 16px;
  display: none;
}

.billing_address_form.show_form {
  display: block;
}

.checkout_form_main_wrap {
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.checkout_form_main_wrap .checkout_form,
.checkout_form_main_wrap .address_list_stored_wrap {
  padding: 24px 16px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #f7f7f7;
}

.checkout_form_main_wrap .checkout_form p,
.checkout_form_main_wrap .address_list_stored_wrap p {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 109.091% */
  letter-spacing: -0.11px;
}

.checkout_form_main_wrap .primarybtn {
  width: 100%;
}

.address_list_stored_wrap .accordion .accordion-item {
  background: #f7f7f7;
  border: none;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-header .accordion-button {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  padding-inline: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f7f7f7;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .address_cards_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .address_cards_wrap .ship_address_card {
  border-radius: 16px;
  padding: 20px;
  border-radius: 16px;
  border: 1.5px solid #cdd3d4;
  background: #fff;
  position: relative;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .address_cards_wrap .ship_address_card.active {
  border: 1.5px solid #062328;
  background: #e6e9ea;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .address_cards_wrap .ship_address_card .address_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .address_cards_wrap .ship_address_card .address_wrap input[type=radio] {
  height: 16px;
  width: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  accent-color: #062328;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .address_cards_wrap .ship_address_card .address_wrap .address_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .address_cards_wrap .ship_address_card .address_wrap .address_details .address_details_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .address_cards_wrap .ship_address_card .address_wrap .address_details .address_details_wrap p span {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .address_cards_wrap .ship_address_card .address_wrap .address_details .address_details_wrap p {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .address_cards_wrap .ship_address_card .address_wrap .address_details .address_details_wrap .address {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .address_cards_wrap .ship_address_card .address_wrap .address_details .address_details_wrap .address {
    max-width: 220px;
  }
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .address_cards_wrap .ship_address_card .edit_add {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .editaddress_form,
.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .addnewaddress_form {
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #062328;
  background: #fff;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .editaddress_form h5,
.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .addnewaddress_form h5 {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .editaddress_form .default_set_add,
.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .addnewaddress_form .default_set_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-block: 12px;
  border-radius: 8px;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .editaddress_form .default_set_add input[type=checkbox],
.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .addnewaddress_form .default_set_add input[type=checkbox] {
  height: 16px;
  width: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  accent-color: #062328;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .editaddress_form .editaddress_btns,
.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .addnewaddress_form .editaddress_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .editaddress_form .editaddress_btns .cancel_btn,
.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .addnewaddress_form .editaddress_btns .cancel_btn {
  border-radius: 30px;
  border: 1px solid #062328;
  padding: 12px 18px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .editaddress_form .editaddress_btns .cancel_btn span,
.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .addnewaddress_form .editaddress_btns .cancel_btn span {
  color: #062328;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}

.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .editaddress_form .editaddress_btns .primarybtn,
.address_list_stored_wrap .accordion .accordion-item .accordion-collapse .accordion-body .addnewaddress_form .editaddress_btns .primarybtn {
  width: unset;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.address_list_stored_wrap .add_new_address_title {
  color: #1d68ff;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  cursor: pointer;
}

.billing_check_wrap {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.billing_check_wrap input[type=checkbox] {
  height: 16px;
  width: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  accent-color: #062328;
}

.billing_check_wrap label {
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}

.billing_type_wrap,
.payment_type_wrap {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.billing_type_wrap .billing_type,
.billing_type_wrap .payment_type,
.payment_type_wrap .billing_type,
.payment_type_wrap .payment_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
}

.billing_type_wrap .billing_type.active,
.billing_type_wrap .payment_type.active,
.payment_type_wrap .billing_type.active,
.payment_type_wrap .payment_type.active {
  border-radius: 12px;
  border: 1px solid #062328;
  background: #e6e9ea;
}

.billing_type_wrap input[type=radio],
.payment_type_wrap input[type=radio] {
  height: 16px;
  width: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  accent-color: #062328;
}

.billing_type_wrap label,
.payment_type_wrap label {
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  padding-left: 10px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

@media screen and (max-width: 767px) {

  .billing_type_wrap label,
  .payment_type_wrap label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.billing_type_wrap label span,
.payment_type_wrap label span {
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 16.2px */
}

.checkout_card_wrap {
  padding: 24px 16px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .checkout_card_wrap {
    margin-top: 38px;
  }
}

.checkout_card_wrap h5 {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 23.4px */
  text-transform: capitalize;
}

.checkout_card_wrap .checkout_prod_subtotal {
  padding-block: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #d9d9d9;
}

.checkout_card_wrap .checkout_prod_subtotal li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout_card_wrap .checkout_prod_subtotal li span,
.checkout_card_wrap .checkout_prod_subtotal li .cart_subtotal {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.checkout_card_wrap .checkout_prod_subtotal li .cart_subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout_card_wrap .checkout_prod_subtotal li .cart_subtotal .shipping_charges {
  color: #909496;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.checkout_card_wrap .checkout_prod_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 16px;
}

.checkout_card_wrap .checkout_prod_total p {
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 20.8px */
}

.checkout_card_wrap .checkout_prod_total span {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.checkout_card_wrap .submit_btn {
  margin-top: 24px;
}

.checkout_card_wrap .paying_methods {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.checkout_card_wrap .paying_methods p {
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.checkout_card_wrap .security_content_wrap {
  margin-top: 30px;
  border-radius: 8px;
  padding: 12px 8px;
  background: #efecd6;
  position: relative;
}

.checkout_card_wrap .security_content_wrap p {
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.checkout_card_wrap .security_content_wrap::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 20px;
  height: 18px;
  width: 18px;
  background: #efecd6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkout_card_wrap .privacy_policy_dec {
  padding-top: 24px;
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.checkout_card_wrap .privacy_policy_dec a {
  color: #2c4143;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.submit_btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select_dropdown {
  position: relative;
  border-radius: 8px;
}

.select_dropdown::before {
  content: "";
  position: absolute;
  right: 16px;
  height: 24px;
  width: 24px;
  background: url("../../assets/img/icons/prof-dropdown.svg") no-repeat;
  top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}

.select_dropdown input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: transparent;
  color: #172223;
  cursor: pointer;
  border: 1px solid red;
}

.select_dropdown .options {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding-left: 0px;
  position: absolute;
  width: 100%;
  z-index: 6;
  left: 0;
  top: 100%;
  display: none;
  margin: 0px;
  height: 280px;
  overflow-y: scroll;
}

.select_dropdown .options .option_item {
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  padding: 8px 16px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.select_dropdown .options .option_item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.select_dropdown .options .option_item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select_dropdown .options .option_item:hover {
  color: #062328;
  border-radius: 2px;
  background: #e6e9ea;
}

.select_dropdown.dropdown_open .options {
  display: block;
}

.select_dropdown.dropdown_open::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.checkout_summary_wrap {
  border-radius: 16px;
  background: #062328;
  padding: 20px;
}

.checkout_summary_wrap.thankyou_wrap {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .checkout_summary_wrap.thankyou_wrap {
    padding: 0px;
  }
}

.checkout_summary_wrap.thankyou_wrap h5 {
  color: #062328;
}

.checkout_summary_wrap.thankyou_wrap .product_items_list .product_summary .prod_left_wrap .prod_sum_img .quantity_badge {
  border-radius: 8px;
  border: 2px solid #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), #000;
  color: #fff;
}

.checkout_summary_wrap.thankyou_wrap .product_items_list .product_summary .prod_left_wrap .product_detail_wrap h5 {
  color: #062328;
}

.checkout_summary_wrap.thankyou_wrap .product_items_list .product_summary .prod_left_wrap .product_detail_wrap p {
  color: #062328;
}

.checkout_summary_wrap.thankyou_wrap .product_items_list .product_summary .price_value {
  color: #062328;
}

.checkout_summary_wrap.thankyou_wrap .price_sum_list_wrap li p {
  color: #062328;
}

.checkout_summary_wrap.thankyou_wrap .price_sum_list_wrap li span {
  color: #062328;
}

.checkout_summary_wrap h5 {
  color: #fff;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
  margin-bottom: 12px;
}

.checkout_summary_wrap .product_items_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #384f53;
}

.checkout_summary_wrap .product_items_list .product_summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-top: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.checkout_summary_wrap .product_items_list .product_summary .prod_left_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout_summary_wrap .product_items_list .product_summary .prod_left_wrap .prod_sum_img {
  border-radius: 8px;
  border: 1px solid #fff;
  position: relative;
}

.checkout_summary_wrap .product_items_list .product_summary .prod_left_wrap .prod_sum_img .quantity_badge {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 150% */
  border-radius: 8px;
  border: 2px solid #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), #fff;
}

.checkout_summary_wrap .product_items_list .product_summary .prod_left_wrap .prod_sum_img .product_img {
  width: 74px;
  height: 74px;
  border-radius: 6px;
}

.checkout_summary_wrap .product_items_list .product_summary .prod_left_wrap .product_detail_wrap h5 {
  color: #fff;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  margin-bottom: 4px;
}

.checkout_summary_wrap .product_items_list .product_summary .prod_left_wrap .product_detail_wrap p {
  color: #839194;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.checkout_summary_wrap .product_items_list .product_summary .price_value {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.checkout_summary_wrap .price_sum_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-block: 16px;
}

.checkout_summary_wrap .price_sum_list_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.checkout_summary_wrap .price_sum_list_wrap li p {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.checkout_summary_wrap .price_sum_list_wrap li p span {
  color: #839194;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.checkout_summary_wrap .price_sum_list_wrap li span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.checkout_summary_wrap .price_sum_list_wrap li.discount p {
  color: #4ade80;
}

.checkout_summary_wrap .price_sum_list_wrap li.discount p span {
  color: #4ade80;
}

.checkout_summary_wrap .price_sum_list_wrap li.discount span {
  color: #4ade80;
}

.checkout_summary_wrap .price_sum_list_wrap li:last-child {
  padding-top: 16px;
  border-top: 1px solid #384f53;
}

.checkout_summary_wrap .price_sum_list_wrap li:last-child p {
  font-size: 18px;
}

.checkout_summary_wrap .price_sum_list_wrap li:last-child p span {
  font-size: 18px;
}

.checkout_summary_wrap .price_sum_list_wrap li:last-child span {
  font-size: 18px;
}

.orders_section_wrap {
  background: #e6e9ea;
  padding-block: 40px;
}

.orders_section_wrap h5 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
  margin-bottom: 24px;
}

.no_orders_wrap {
  padding: 44px;
  border-radius: 16px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.no_orders_wrap h6 {
  color: #062328;
  /* Satoshi/Size - 16/Bold */
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.no_orders_wrap p {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.orders_status_main_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.orders_status_main_wrap .order_delivered_wrap {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
}

.orders_status_main_wrap .order_delivered_wrap .orders_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #cdd3d4;
  padding-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .orders_status_main_wrap .order_delivered_wrap .orders_title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.orders_status_main_wrap .order_delivered_wrap .orders_title_wrap .orders_title_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.orders_status_main_wrap .order_delivered_wrap .orders_title_wrap .orders_title_card h6 {
  color: #1a1a1a;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  margin-bottom: 4px;
}

.orders_status_main_wrap .order_delivered_wrap .orders_title_wrap .orders_title_card p {
  color: #6a7b7e;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.312px;
}

@media screen and (max-width: 767px) {

  .orders_status_main_wrap .order_delivered_wrap .orders_title_wrap .orders_title_card .Delivered_tag,
  .orders_status_main_wrap .order_delivered_wrap .orders_title_wrap .orders_title_card .canceled_tag,
  .orders_status_main_wrap .order_delivered_wrap .orders_title_wrap .orders_title_card .yet_to_ship_tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.orders_status_main_wrap .order_delivered_wrap .orders_title_wrap .orders_title_card .Delivered_tag {
  border-radius: 18px;
  background: #d3f5e3;
  padding: 6px 44px;
  color: #157a44;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
  text-align: center;
}

.orders_status_main_wrap .order_delivered_wrap .orders_title_wrap .orders_title_card .canceled_tag {
  border-radius: 18px;
  padding: 6px 16px;
  background: #fee2e2;
  color: #dc2626;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
}

.orders_status_main_wrap .order_delivered_wrap .orders_title_wrap .orders_title_card .yet_to_ship_tag {
  border-radius: 18px;
  padding: 6px 16px;
  background: #fef3e6;
  text-align: center;
  color: #b8860b;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
}

.orders_status_main_wrap .order_delivered_wrap .canceled_notification {
  border-radius: 14px;
  border: 1px solid #f4e3c1;
  background: #fef3e6;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-block: 16px;
}

.orders_status_main_wrap .order_delivered_wrap .canceled_notification p {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.orders_status_main_wrap .order_delivered_wrap .canceled_notification p span {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .product_item,
.orders_status_main_wrap .order_delivered_wrap .orders_products_list .canceled_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .product_item .product_image,
.orders_status_main_wrap .order_delivered_wrap .orders_products_list .canceled_product .product_image {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .product_item .product_image img,
.orders_status_main_wrap .order_delivered_wrap .orders_products_list .canceled_product .product_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .product_item .product_details,
.orders_status_main_wrap .order_delivered_wrap .orders_products_list .canceled_product .product_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .product_item .product_details h6,
.orders_status_main_wrap .order_delivered_wrap .orders_products_list .canceled_product .product_details h6 {
  color: #1a1a1a;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .product_item .product_details p,
.orders_status_main_wrap .order_delivered_wrap .orders_products_list .canceled_product .product_details p {
  color: #6a7b7e;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .product_item .product_details span,
.orders_status_main_wrap .order_delivered_wrap .orders_products_list .canceled_product .product_details span {
  color: #1a1a1a;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .product_item .prod_price,
.orders_status_main_wrap .order_delivered_wrap .orders_products_list .canceled_product .prod_price {
  color: #1a1a1a;
  /* Roboto/Size - 16/Medium */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  margin-left: auto;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .canceled_product {
  opacity: 0.5;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .canceled_product .product_details h6 {
  text-decoration: line-through;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .canceled_product .product_details p {
  text-decoration: line-through;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .canceled_product .product_details span {
  text-decoration: line-through;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .canceled_product .prod_price {
  text-decoration: line-through;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .orders_last_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #cdd3d4;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .orders_status_main_wrap .order_delivered_wrap .orders_products_list .orders_last_sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .orders_last_sec .invoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .orders_last_sec .invoice img {
  width: 16px;
  height: 16px;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .orders_last_sec .invoice span {
  color: #1d68ff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.312px;
  text-decoration: underline;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .orders_last_sec .btns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .orders_status_main_wrap .order_delivered_wrap .orders_products_list .orders_last_sec .btns_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .orders_last_sec .btns_wrap .primarybtn {
  padding: 8px 16px 12px 16px;
}

@media screen and (max-width: 767px) {
  .orders_status_main_wrap .order_delivered_wrap .orders_products_list .orders_last_sec .btns_wrap .primarybtn {
    width: 100%;
  }
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .orders_last_sec .btns_wrap .primarybtn span {
  font-size: 14px;
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .orders_last_sec .btns_wrap .cancelbtn {
  padding: 8px 16px 12px 16px;
  border-radius: 30px;
  border: 1px solid #e5304f;
}

@media screen and (max-width: 767px) {
  .orders_status_main_wrap .order_delivered_wrap .orders_products_list .orders_last_sec .btns_wrap .cancelbtn {
    width: 100%;
  }
}

.orders_status_main_wrap .order_delivered_wrap .orders_products_list .orders_last_sec .btns_wrap .cancelbtn span {
  color: #e5304f;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}

.orders_status_main_wrap .order_delivered_wrap h4 {
  color: #8a8a8a;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  text-align: right;
}

.orders_status_main_wrap .order_delivered_wrap h4 span {
  color: #1a1a1a;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.orders_status_main_wrap .order_delivered_wrap .canceled_total {
  opacity: 0.5;
  text-decoration: line-through;
}

.cancelModel .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}

.cancelModel .modal-dialog .modal-content .modal-header h5 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
  margin: 0;
}

.cancelModel .modal-dialog .modal-content .modal-header .btn-close {
  opacity: 1;
}

.cancelModel .modal-dialog .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cancelModel .modal-dialog .modal-content .modal-body {
  padding-block: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.cancelModel .modal-dialog .modal-content .modal-body p {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.cancelModel .modal-dialog .modal-content .modal-body .cancel_request_form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.cancelModel .modal-dialog .modal-content .modal-body .cancel_request_form label {
  color: #595959;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  margin-bottom: 6px;
}

.cancelModel .modal-dialog .modal-content .modal-body .cancel_request_form select:focus,
.cancelModel .modal-dialog .modal-content .modal-body .cancel_request_form textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cancelModel .modal-dialog .modal-content .modal-body .cancel_request_form .select_drop_wrap select {
  width: 100%;
  border: 1px solid #cdd3d4;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  /* 150% */
  color: #6a7b7e;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.cancelModel .modal-dialog .modal-content .modal-body .cancel_request_form .comment_area_wrap label {
  color: #595959;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.cancelModel .modal-dialog .modal-content .modal-body .cancel_request_form .comment_area_wrap textarea {
  height: 118px !important;
}

.cancelModel .modal-dialog .modal-content .modal-footer {
  border-top: none;
}

.cancelModel .modal-dialog .modal-content .modal-footer .cancel_btn {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  padding: 6px 18px;
}

.cancelModel .modal-dialog .modal-content .modal-footer .confirmbtn {
  border-radius: 30px;
  background: #e5304f;
  padding: 14px 18px;
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}

.profile_section_wrap {
  background: #e6e9ea;
  padding-block: 40px;
  position: relative;
}

.profile_section_wrap .prof_sec_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.profile_section_wrap .prof_sec_flex .prof_card_main_wrap,
.profile_section_wrap .prof_sec_flex .address_card_wrap {
  border-radius: 16px;
  background: #f7f7f7;
  padding: 20px;
}

.profile_section_wrap .prof_sec_flex .prof_card_main_wrap .profile_info_box,
.profile_section_wrap .prof_sec_flex .address_card_wrap .profile_info_box {
  padding-bottom: 16px;
}

.profile_section_wrap .prof_sec_flex .prof_card_main_wrap .profile_info_box p,
.profile_section_wrap .prof_sec_flex .address_card_wrap .profile_info_box p {
  color: #595959;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.profile_section_wrap .prof_sec_flex .prof_card_main_wrap .profile_info_box h5,
.profile_section_wrap .prof_sec_flex .address_card_wrap .profile_info_box h5 {
  color: #062328;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.profile_section_wrap .prof_sec_flex .address_card_wrap .no_add {
  color: #595959;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.profile_section_wrap .prof_sec_flex .person_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile_section_wrap .prof_sec_flex .person_flex h4 {
  color: #062328;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
  margin: 0;
}

.profile_section_wrap .prof_sec_flex .person_flex img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.profile_section_wrap .prof_sec_flex .person_flex .prod_add_btn img {
  height: 18px;
  width: 18px;
}

.toast_profile_updated,
.deleted_address_updated {
  position: absolute;
  top: 40px;
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 4px;
  background: #333;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.toast_profile_updated p,
.deleted_address_updated p {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.deleted_address_updated {
  top: 80px;
}

.editProfileModel {
  --bs-modal-width: 600px;
}

@media screen and (max-width: 767px) {
  .editProfileModel {
    --bs-modal-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .editProfileModel .modal-dialog {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
  }
}

.editProfileModel .modal-dialog .modal-content {
  border-radius: 24px;
  background: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .editProfileModel .modal-dialog .modal-content {
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 24px 24px 0 0;
    -webkit-animation: slideUp 0.35s ease;
    animation: slideUp 0.35s ease;
    width: 100%;
  }
}

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.editProfileModel .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}

.editProfileModel .modal-dialog .modal-content .modal-header h5 {
  color: #062328;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
}

.editProfileModel .modal-dialog .modal-content .modal-header .btn-close {
  opacity: 1;
}

.editProfileModel .modal-dialog .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.editProfileModel .modal-dialog .modal-content .modal-body {
  padding: 16px;
}

.editProfileModel .modal-dialog .modal-content .modal-footer {
  border-top: none;
  padding: 16px;
}

.editProfileModel .modal-dialog .modal-content .modal-footer .disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.profAddAddress {
  --bs-modal-width: 628px;
}

.profAddAddress .modal-dialog .modal-content {
  border-radius: 24px;
  background: #f7f7f7;
}

.profAddAddress .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}

.profAddAddress .modal-dialog .modal-content .modal-header h5 {
  color: #062328;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
}

.profAddAddress .modal-dialog .modal-content .modal-header .btn-close {
  opacity: 1;
}

.profAddAddress .modal-dialog .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.profAddAddress .modal-dialog .modal-content .modal-body {
  padding: 16px 16px 0 16px;
}

.profAddAddress .modal-dialog .modal-content .modal-body .sms_whatsapp_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.profAddAddress .modal-dialog .modal-content .modal-body .sms_whatsapp_wrap label {
  width: 100%;
  cursor: pointer;
}

.profAddAddress .modal-dialog .modal-content .modal-body input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #062328;
}

.profAddAddress .modal-dialog .modal-content .modal-footer {
  border-top: none;
  padding: 0px 16px 16px 16px;
}

.profAddAddress .modal-dialog .modal-content .modal-footer .disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.prod_address_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prod_address_list_wrap .prod_address_card {
  border-radius: 4px;
  background: #e6e9ea;
  padding: 12px;
  position: relative;
  min-width: 278px;
  max-width: 278px;
}

@media screen and (max-width: 767px) {
  .prod_address_list_wrap .prod_address_card {
    min-width: auto;
    max-width: 100%;
  }
}

.prod_address_list_wrap .prod_address_card .dots_option_wrap {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 24px;
  height: 24px;
  background: url("../../assets/img/icons/dots-edit.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.prod_address_list_wrap .prod_address_card .dots_option_wrap .dots_option {
  position: absolute;
  top: 24px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  border: 1px solid #e6e9ea;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  min-width: 100px;
  padding: 12px;
}

.prod_address_list_wrap .prod_address_card .dots_option_wrap .dots_option.active {
  opacity: 1;
}

.prod_address_list_wrap .prod_address_card .dots_option_wrap .dots_option .delete_option {
  color: #e5304f;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.prod_address_list_wrap .prod_address_card p {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  padding-top: 12px;
}

.default_sel_add {
  border-radius: 4px;
  background: #157a44;
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cancel_btn {
  padding: 6px 18px;
  color: #062328;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}

.toast_profile_updated,
.deleted_address_updated {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
  /* IMPORTANT */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #0f9d58;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.contact_us_ban,
.terms_ban {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {

  .contact_us_ban,
  .terms_ban {
    max-height: 360px;
  }
}

.contact_us_ban img,
.terms_ban img {
  width: 100%;
  height: 100%;
  max-height: 360px;
}

.contact_us_ban .contact_us_text,
.terms_ban .contact_us_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.contact_us_ban .contact_us_text h1,
.terms_ban .contact_us_text h1 {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

@media screen and (max-width: 767px) {

  .contact_us_ban .contact_us_text h1,
  .terms_ban .contact_us_text h1 {
    font-size: 32px;
    max-width: 350px;
    margin-inline: auto;
  }
}

.contact_us_ban .contact_us_text h1 span,
.terms_ban .contact_us_text h1 span {
  color: #ff4969;
  font-family: "Playfair Display", serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 54px */
}

@media screen and (max-width: 767px) {

  .contact_us_ban .contact_us_text h1 span,
  .terms_ban .contact_us_text h1 span {
    font-size: 32px;
  }
}

.support_section {
  padding-block: 54px;
  background: #e6e9ea;
}

@media screen and (max-width: 767px) {
  .support_section {
    padding-block: 32px;
  }
}

.support_section .support_left_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .support_section .support_left_content {
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.support_section .support_left_content h4 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .support_section .support_left_content h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
  }
}

.support_section .support_left_content p {
  color: #384f53;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

@media screen and (max-width: 767px) {
  .support_section .support_left_content p {
    font-size: 16px;
    text-align: center;
  }
}

.support_section .support_right_content {
  border-radius: 24px;
  padding: 24px;
  background: #062328;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.support_section .support_right_content h5 {
  color: #e6e9ea;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .support_section .support_right_content h5 {
    font-size: 18px;
  }
}

.support_section .support_right_content p {
  color: #cdd3d4;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  padding-bottom: 16px;
}

.support_section .support_right_content a {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  cursor: pointer;
}

.support_section .support_right_content a img {
  width: 24px;
  height: 24px;
}

.support_section .support_right_content a span {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

.faq_section {
  padding-block: 44px;
}

.faq_section h2 {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .faq_section h2 {
    font-size: 28px;
  }
}

.faq_section h2 span {
  color: #ff4969;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 54px */
}

.faq_section .faq_wrap {
  width: 100%;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .faq_section .faq_wrap {
    padding-top: 24px;
  }
}

.faq_section .faq_wrap .nav-pills {
  gap: 12px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  width: 100%;
  max-width: 880px;
}

@media screen and (max-width: 1000px) {
  .faq_section .faq_wrap .nav-pills {
    width: 100%;
  }
}

.faq_section .faq_wrap .nav-pills .nav-item .nav-link {
  border-radius: 30px;
  border: 1.25px solid #062328;
  background: #fff;
  color: #062328;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  white-space: nowrap;
  padding: 8px 20px;
  cursor: pointer;
}

.faq_section .faq_wrap .nav-pills .nav-item .nav-link.active {
  border-radius: 30px;
  border: 1.25px solid #062328;
  background: #062328;
  color: #fff;
}

.faq_section .faq_wrap .tab-content {
  padding-top: 44px;
  max-width: 846px;
  min-width: 846px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .faq_section .faq_wrap .tab-content {
    max-width: unset;
    min-width: unset;
  }
}

@media screen and (max-width: 767px) {
  .faq_section .faq_wrap .tab-content {
    padding-top: 24px;
  }
}

.faq_section .faq_wrap .tab-content .tab-pane {
  border: none;
}

.faq_section .faq_wrap .tab-content .tab-pane .accordion {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.faq_section .faq_wrap .tab-content .tab-pane .accordion .accordion-item {
  border-radius: 12px;
  border: 1px solid #e6e9ea;
  background: #fff;
  -webkit-box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.04);
}

.faq_section .faq_wrap .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button {
  color: #000;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 22px */
  background-color: transparent;
  padding: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .faq_section .faq_wrap .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    padding: 16px 24px 14px 24px;
  }
}

.faq_section .faq_wrap .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.faq_section .faq_wrap .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq_section .faq_wrap .tab-content .tab-pane .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-block: 0 24px;
}

@media screen and (max-width: 767px) {
  .faq_section .faq_wrap .tab-content .tab-pane .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0px 24px 24px 24px;
  }
}

.faq_section .faq_wrap .tab-content .tab-pane .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: #384f53;
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
}

@media screen and (max-width: 767px) {
  .faq_section .faq_wrap .tab-content .tab-pane .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 16px;
  }
}

.message_form_section {
  background: #f7f7f7;
  padding-block: 44px;
}

@media screen and (max-width: 767px) {
  .message_form_section {
    padding-block: 32px;
  }
}

.message_form_section h2 {
  color: #062328;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .message_form_section h2 {
    font-size: 20px;
  }
}

.message_form_section p {
  color: #384f53;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  max-width: 546px;
  margin-inline: auto;
  padding-block: 16px 24px;
}

@media screen and (max-width: 767px) {
  .message_form_section p {
    padding-block: 12px 20px;
    font-size: 16px;
    max-width: 358px;
  }
}

.message_form_section .message_form_wrap {
  border-radius: 12px;
  border: 1px solid #e6e9ea;
  background: #fff;
  -webkit-box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.04);
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .message_form_section .message_form_wrap {
    padding: 20px;
  }
}

.message_form_section textarea::-webkit-input-placeholder {
  display: block;
}

.message_form_section textarea::-moz-placeholder {
  display: block;
}

.message_form_section textarea:-ms-input-placeholder {
  display: block;
}

.message_form_section textarea::-ms-input-placeholder {
  display: block;
}

.message_form_section textarea::placeholder {
  display: block;
}

.message_form_section textarea.form-control {
  border-radius: 12px;
  border: 1px solid #e6e9ea;
  background: #fff;
  -webkit-box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.04);
}

.message_form_section .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

@media screen and (max-width: 767px) {
  .message_form_section .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.message_form_section .flex_wrap label,
.message_form_section .flex_wrap span {
  cursor: pointer;
  color: #062328;
  text-align: left;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.message_form_section .flex_wrap label a,
.message_form_section .flex_wrap span a {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.message_form_section .flex_wrap .check_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-top: 4px;
}

.message_form_section .flex_wrap .check_flex input[type=checkbox] {
  height: 18px;
  width: 18px;
  border: 2px solid #bfbfbf;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  accent-color: #062328;
}

@media screen and (max-width: 767px) {
  .message_form_section .flex_wrap .check_flex input[type=checkbox] {
    padding-top: 2px;
  }
}

.message_form_section .primarybtn {
  margin-top: 6px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.message_form_section .primarybtn.disabled {
  opacity: 0.5;
}

.thankMsgModal .modal-dialog {
  max-width: 600px;
}

.thankMsgModal .modal-dialog .modal-content {
  border-radius: 12px;
  border: 1px solid #e6e9ea;
  background: #fff;
  -webkit-box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.04);
  padding: 24px;
  position: relative;
}

.thankMsgModal .modal-dialog .modal-content .thanks_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thankMsgModal .modal-dialog .modal-content .thanks_bg img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.thankMsgModal .modal-dialog .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.thankMsgModal .modal-dialog .modal-content .modal-body h2 {
  margin: 0;
  color: #062328;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .thankMsgModal .modal-dialog .modal-content .modal-body h2 {
    font-size: 24px;
  }
}

.thankMsgModal .modal-dialog .modal-content .modal-body p {
  color: #595959;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .thankMsgModal .modal-dialog .modal-content .modal-body p {
    font-size: 16px;
  }
}

.terms_ban_list {
  border-bottom: 1px solid #fff;
}

.discreet_section {
  background: #fff;
  padding-block: 54px;
}

@media screen and (max-width: 767px) {
  .discreet_section {
    padding-block: 32px;
  }
}

.discreet_section .discreet_wrap {
  border-radius: 24px;
  background: #f7f7f7;
  padding: 32px;
}

@media screen and (max-width: 767px) {
  .discreet_section .discreet_wrap {
    padding: 20px;
  }
}

.discreet_section .discreet_wrap .discreet_left_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.discreet_section .discreet_wrap .discreet_left_content img {
  width: 100%;
  max-height: 340px;
  max-width: 380px;
}

.discreet_section .discreet_wrap .discreet_left_content p {
  overflow: hidden;
  color: #062328;
  text-align: center;
  text-overflow: ellipsis;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 340px;
}

.discreet_section .discreet_wrap .discreet_right_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.discreet_section .discreet_wrap .discreet_right_content h2 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .discreet_section .discreet_wrap .discreet_right_content h2 {
    font-size: 20px;
  }
}

.discreet_section .discreet_wrap .discreet_right_content p {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .discreet_section .discreet_wrap .discreet_right_content p {
    font-size: 16px;
  }
}

.shipping_terms_content,
.terms_content {
  padding-block: 44px;
}

@media screen and (max-width: 767px) {

  .shipping_terms_content,
  .terms_content {
    padding-block: 32px;
  }
}

.shipping_terms_content h2,
.shipping_terms_content h3,
.shipping_terms_content h4,
.shipping_terms_content h5,
.shipping_terms_content h6,
.terms_content h2,
.terms_content h3,
.terms_content h4,
.terms_content h5,
.terms_content h6 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 767px) {

  .shipping_terms_content h2,
  .shipping_terms_content h3,
  .shipping_terms_content h4,
  .shipping_terms_content h5,
  .shipping_terms_content h6,
  .terms_content h2,
  .terms_content h3,
  .terms_content h4,
  .terms_content h5,
  .terms_content h6 {
    font-size: 20px;
    padding-bottom: 12px;
  }
}

.shipping_terms_content h3,
.terms_content h3 {
  padding-block: 0px 16px;
}

@media screen and (max-width: 767px) {

  .shipping_terms_content h3,
  .terms_content h3 {
    font-size: 20px;
    padding-block: 16px 12px;
  }
}

.shipping_terms_content p,
.terms_content p {
  color: #384f53;
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {

  .shipping_terms_content p,
  .terms_content p {
    font-size: 16px;
    padding-bottom: 16px;
  }
}

.shipping_terms_content p strong,
.terms_content p strong {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {

  .shipping_terms_content p strong,
  .terms_content p strong {
    font-size: 18px;
    font-weight: 700;
  }
}

.shipping_terms_content p a,
.terms_content p a {
  color: #384f53;
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {

  .shipping_terms_content p a,
  .terms_content p a {
    font-size: 16px;
  }
}

.shipping_terms_content ul,
.terms_content ul {
  padding: 24px 0 24px 32px;
}

@media screen and (max-width: 767px) {

  .shipping_terms_content ul,
  .terms_content ul {
    padding: 16px 0 16px 16px;
  }
}

.shipping_terms_content ul li,
.terms_content ul li {
  list-style-type: disc;
  color: #384f53;
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {

  .shipping_terms_content ul li,
  .terms_content ul li {
    font-size: 16px;
  }
}

.terms_content {
  padding-block: 54px;
}

@media screen and (max-width: 767px) {
  .terms_content {
    padding-block: 32px;
  }
}

.thankyou_sec_wrap {
  padding-block: 42px;
  background: #e6e9ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thankyou_sec_wrap .thankyou_card_wrap {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid #cdd3d4;
  background: #fff;
  -webkit-box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.12);
  max-width: 620px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.thankyou_sec_wrap .thankyou_card_wrap img {
  width: 100%;
  max-width: 120px;
  margin-inline: auto;
}

.thankyou_sec_wrap .thankyou_card_wrap .thankyou_content h2 {
  color: #0b0f0e;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
}

.thankyou_sec_wrap .thankyou_card_wrap .thankyou_content p {
  color: #000;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 6px;
  line-height: 130%;
  /* 20.8px */
}

.thankyou_sec_wrap .thankyou_card_wrap .borderprimary {
  margin-inline: auto;
}

.signin_sec_wrap {
  background: #e6e9ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
}

.signin_sec_wrap::after {
  content: "";
  background-image: url("../../assets/img/signin/signin-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
  z-index: 6;
}

.signin_sec_wrap .signin_mobile_form {
  padding: 32px;
  border-radius: 24px;
  background: #fff;
  max-width: 450px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 7;
}

.signin_sec_wrap .signin_mobile_form.signin_otp_form {
  display: none;
}

.signin_sec_wrap .signin_mobile_form .logo {
  max-width: 120px;
  margin-inline: auto;
}

.signin_sec_wrap .signin_mobile_form .signin_wrap h5 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
}

.signin_sec_wrap .signin_mobile_form .signin_wrap p {
  color: #595959;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  padding-bottom: 16px;
}

.signin_sec_wrap .signin_mobile_form .signin_wrap .primarybtn {
  width: 100%;
}

.signin_sec_wrap .signin_mobile_form .resend_otp_btn {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .signin_sec_wrap .signin_mobile_form .otp-input {
    height: 40px;
    width: 60px;
  }
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.aboutus_ban {
  height: 100%;
  width: 100%;
}

.aboutus_ban img {
  width: 100%;
  height: 100%;
  max-height: 530px;
}

@media screen and (max-width: 767px) {
  .aboutus_ban img {
    max-height: unset;
  }
}

.aboutus_ban .ban_content_wrap {
  padding-block: 32px;
}

.aboutus_ban .ban_content_wrap .ban_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutus_ban .ban_content_wrap .ban_content h1 {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .aboutus_ban .ban_content_wrap .ban_content h1 {
    font-size: 32px;
  }
}

.aboutus_ban .ban_content_wrap .ban_content h1 span {
  color: #ff3558;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 54px */
}

.aboutus_ban .ban_content_wrap .ban_content p {
  color: #384f53;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .aboutus_ban .ban_content_wrap .ban_content p {
    font-size: 14px;
  }
}

.breaking_section {
  padding-block: 80px;
}

@media screen and (max-width: 767px) {
  .breaking_section {
    padding-block: 40px 32px;
  }
}

.breaking_section .breaking_img_wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .breaking_section .breaking_img_wrap {
    padding-bottom: 40px;
  }
}

.breaking_section .breaking_img_wrap img {
  width: 100%;
  height: 100%;
  max-height: 320px;
}

@media screen and (max-width: 767px) {
  .breaking_section .breaking_img_wrap img {
    max-height: 240px;
  }
}

.breaking_section h2 {
  color: #010404;
  font-family: "Satoshi", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 57.2px */
  text-align: left;
}

.breaking_section h2 span {
  color: #ff3558;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .breaking_section h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

.breaking_section .breaking_sec_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
}

.breaking_section .breaking_sec_content ul li {
  color: #384f53;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

@media screen and (max-width: 767px) {
  .breaking_section .breaking_sec_content ul li {
    font-size: 14px;
  }
}

.breaking_section .breaking_sec_content .breaking_card {
  border-radius: 16px;
  background: #f5f1ed;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .breaking_section .breaking_sec_content .breaking_card {
    padding-block: 12px;
  }
}

.breaking_section .breaking_sec_content .breaking_card p {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
}

@media screen and (max-width: 767px) {
  .breaking_section .breaking_sec_content .breaking_card p {
    font-size: 16px;
  }
}

.stand_section {
  background: #062328;
  padding-block: 80px;
}

@media screen and (max-width: 767px) {
  .stand_section {
    padding-block: 32px;
  }
}

.stand_section h2 {
  color: #fff;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 57.2px */
}

@media screen and (max-width: 767px) {
  .stand_section h2 {
    font-size: 28px;
  }
}

.stand_section h2 span {
  color: #ffd700;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}

.stand_section .stand_wrap {
  padding-top: 44px;
}

@media screen and (max-width: 767px) {
  .stand_section .stand_wrap {
    padding-top: 20px;
  }
}

.stand_section .stand_wrap .stand_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.stand_section .stand_wrap .stand_card_wrap .stand_card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .stand_section .stand_wrap .stand_card_wrap .stand_card {
    padding: 20px 10px;
  }
}

.stand_section .stand_wrap .stand_card_wrap .stand_card img {
  height: 56px;
  width: 56px;
}

@media screen and (max-width: 767px) {
  .stand_section .stand_wrap .stand_card_wrap .stand_card img {
    width: 44px;
    height: 44px;
  }
}

.stand_section .stand_wrap .stand_card_wrap .stand_card .stand_card_content h3 {
  color: #f2f2f2;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 8px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .stand_section .stand_wrap .stand_card_wrap .stand_card .stand_card_content h3 {
    font-size: 20px;
  }
}

.stand_section .stand_wrap .stand_card_wrap .stand_card .stand_card_content p {
  color: #839194;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

@media screen and (max-width: 767px) {
  .stand_section .stand_wrap .stand_card_wrap .stand_card .stand_card_content p {
    font-size: 14px;
  }
}

.creating_section {
  padding-block: 80px;
  background: #e6e9ea;
}

@media screen and (max-width: 767px) {
  .creating_section {
    padding-block: 32px;
  }
}

.creating_section h2 {
  color: #010404;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 57.2px */
  max-width: 460px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .creating_section h2 {
    font-size: 28px;
  }
}

.creating_section h2 span {
  color: #ff3558;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}

.creating_section .creating_wrap {
  padding-top: 44px;
}

@media screen and (max-width: 767px) {
  .creating_section .creating_wrap {
    padding-top: 32px;
  }
}

.creating_section .creating_wrap .creating_left_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .creating_section .creating_wrap .creating_left_wrap {
    gap: 16px;
    padding-bottom: 16px;
  }
}

.creating_section .creating_wrap .creating_left_wrap img {
  width: 100%;
  height: 100%;
}

.creating_section .creating_wrap .creating_left_wrap .first_card,
.creating_section .creating_wrap .creating_left_wrap .second_card,
.creating_section .creating_wrap .creating_left_wrap .third_card {
  padding: 24px;
}

@media screen and (max-width: 767px) {

  .creating_section .creating_wrap .creating_left_wrap .first_card,
  .creating_section .creating_wrap .creating_left_wrap .second_card,
  .creating_section .creating_wrap .creating_left_wrap .third_card {
    padding: 16px;
  }
}

.creating_section .creating_wrap .creating_left_wrap .first_card {
  grid-column: span 2;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#062328), to(#0a3540));
  background: linear-gradient(180deg, #062328 0%, #0a3540 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.creating_section .creating_wrap .creating_left_wrap .first_card h3 {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .creating_section .creating_wrap .creating_left_wrap .first_card h3 {
    font-size: 32px;
  }
}

.creating_section .creating_wrap .creating_left_wrap .first_card p {
  color: #d1d5dc;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  padding-top: 12px;
}

@media screen and (max-width: 767px) {
  .creating_section .creating_wrap .creating_left_wrap .first_card p {
    font-size: 14px;
  }
}

.creating_section .creating_wrap .creating_left_wrap .first_card .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}

.creating_section .creating_wrap .creating_left_wrap .first_card .flex_wrap img {
  width: 40px;
  height: 40px;
}

.creating_section .creating_wrap .creating_left_wrap .first_card .flex_wrap span {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}

.creating_section .creating_wrap .creating_left_wrap .second_card {
  grid-column: span 1;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3558), to(#ff5578));
  background: linear-gradient(180deg, #ff3558 0%, #ff5578 100%);
}

.creating_section .creating_wrap .creating_left_wrap .second_card h3 {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .creating_section .creating_wrap .creating_left_wrap .second_card h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.creating_section .creating_wrap .creating_left_wrap .second_card p {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

@media screen and (max-width: 767px) {
  .creating_section .creating_wrap .creating_left_wrap .second_card p {
    font-size: 14px;
  }
}

.creating_section .creating_wrap .creating_left_wrap .third_card {
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#23cb71), to(#3de089));
  background: linear-gradient(180deg, #23cb71 0%, #3de089 100%);
}

.creating_section .creating_wrap .creating_left_wrap .third_card h3 {
  color: #000;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .creating_section .creating_wrap .creating_left_wrap .third_card h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.creating_section .creating_wrap .creating_left_wrap .third_card p {
  color: #000;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

@media screen and (max-width: 767px) {
  .creating_section .creating_wrap .creating_left_wrap .third_card p {
    font-size: 14px;
  }
}

.creating_section .creating_wrap .creating_right_wrap .creating_card_wrap {
  border-radius: 24px;
  background: #fff;
  padding: 32px;
}

@media screen and (max-width: 767px) {
  .creating_section .creating_wrap .creating_right_wrap .creating_card_wrap {
    padding: 16px;
  }
}

.creating_section .creating_wrap .creating_right_wrap .creating_card_wrap .card_content {
  padding-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .creating_section .creating_wrap .creating_right_wrap .creating_card_wrap .card_content {
    padding-bottom: 12px;
  }
}

.creating_section .creating_wrap .creating_right_wrap .creating_card_wrap .card_content h3 {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 36.4px */
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .creating_section .creating_wrap .creating_right_wrap .creating_card_wrap .card_content h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.creating_section .creating_wrap .creating_right_wrap .creating_card_wrap .card_content p {
  color: #384f53;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .creating_section .creating_wrap .creating_right_wrap .creating_card_wrap .card_content p {
    font-size: 14px;
    padding-bottom: 8px;
  }
}

.blogs_listing_section {
  padding-block: 40px;
}

@media screen and (max-width: 767px) {
  .blogs_listing_section {
    padding-block: 32px 40px;
  }
}

.blogs_listing_section .blogs_tab_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blogs_listing_section .blogs_list_wrap {
  padding-block: 44px 0px;
}

@media screen and (max-width: 767px) {
  .blogs_listing_section .blogs_list_wrap {
    padding-block: 24px 0px;
  }
}

.blogs_ban_content_wrap {
  padding-block: 32px;
}

@media screen and (max-width: 767px) {
  .blogs_ban_content_wrap {
    padding-block: 32px 24px;
  }
}

.blogs_ban_content_wrap .blogs_ban_content .tags_wrap {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 0px 16px 0px;
}

.blogs_ban_content_wrap .blogs_ban_content .blog_detail_title {
  color: #062328;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 70.2px */
  max-width: 1050px;
  margin-inline: auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .blogs_ban_content_wrap .blogs_ban_content .blog_detail_title {
    font-size: 28px;
  }
}

.blogs_ban_content_wrap .blogs_ban_content p {
  color: #062328;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 31.2px */
  max-width: 1050px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .blogs_ban_content_wrap .blogs_ban_content p {
    font-size: 16px;
  }
}

.pagination_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-block: 40px 0px;
}

.pagination_wrap nav .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination_wrap nav .pagination .page-item {
  padding: 0;
  border-radius: 30px;
}

.pagination_wrap nav .pagination .page-item:focus-visible {
  outline: none;
}

.pagination_wrap nav .pagination .page-item .page-link {
  color: #062328;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  padding: 8px 20px;
  background-color: transparent;
  border-radius: 30px;
  border: none;
}

@media screen and (max-width: 767px) {
  .pagination_wrap nav .pagination .page-item .page-link {
    padding: 6px 14px;
  }
}

.pagination_wrap nav .pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.pagination_wrap nav .pagination .page-item .page-link.active {
  color: #fff;
  border: 1.25px solid #062328;
  background-color: #062328;
}

.pagination_wrap nav .pagination .page-item:first-child .page-link {
  padding: 0;
}

.pagination_wrap nav .pagination .page-item:last-child .page-link {
  padding: 0;
}

.pagination_wrap nav .pagination .page-item.previous_btn .page-link img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.blog_detail_content {
  padding-block: 24px 40px;
}

.blog_detail_content h2 {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 46.8px */
}

.blog_detail_content h3 {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
}

.blog_detail_content h4 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.blog_detail_content h5 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.blog_detail_content p {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .blog_detail_content p {
    font-size: 18px;
  }
}

.blog_detail_content p strong {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .blog_detail_content p strong {
    font-size: 18px;
  }
}

.blog_detail_content p a {
  color: #062328;
  text-decoration: underline;
}

.blog_detail_content h3 {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.related_blogs_section {
  background: #e6e9ea;
  padding-block: 40px;
}

@media screen and (max-width: 767px) {
  .related_blogs_section {
    padding-block: 24px;
  }
}

.related_blogs_section .related_blogs_wrap {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .related_blogs_section .related_blogs_wrap {
    padding-top: 24px;
  }
}

.blog_list_title {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .blog_list_title {
    font-size: 32px;
  }
}

.blog_list_title span {
  color: #ff3558;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 54px */
}

.initial_one {
  width: 100%;
  background-image: url("../../assets/img/quiz/quiz-bg.png");
  background-size: cover;
  background-position: center;
  padding-block: 80px;
}

.initial_one .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .initial_one .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.initial_one .quiz_start {
  max-width: 54px;
  max-height: 54px;
}

.initial_one .initial_p {
  color: #384f53;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  max-width: 580px;
}

.initial_one .quiz_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-block: 18px 16px;
}

.initial_one .quiz_list li {
  color: #999;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  position: relative;
}

.initial_one .quiz_list li::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.initial_one .quiz_list li:last-child::after {
  display: none;
}

.initial_one h1 {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 70.2px */
}

@media screen and (max-width: 767px) {
  .initial_one h1 {
    font-size: 32px;
  }
}

.initial_one h1 span {
  color: #ff3558;
  font-family: "Playfair Display", sans-serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .initial_one h1 span {
    font-size: 32px;
  }
}

.quiz_steps_wrap {
  padding-block: 44px;
  display: none;
}

.quiz_steps_wrap .quiz_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
  display: none;
}

.quiz_steps_wrap .quiz_step.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quiz_steps_wrap .quiz_step .quiz_steps_tag {
  color: #384f53;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.quiz_steps_wrap .quiz_step h2 {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .quiz_steps_wrap .quiz_step h2 {
    font-size: 32px;
  }
}

.quiz_steps_wrap .quiz_step h2 span {
  color: #ff3558;
  font-family: "Playfair Display";
  font-style: italic;
  line-height: 100%;
  /* 44px */
}

.quiz_steps_wrap .quiz_step .quiz_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .quiz_steps_wrap .quiz_step .quiz_options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .quiz_steps_wrap .quiz_step .quiz_options li {
    width: 100%;
  }
}

.quiz_steps_wrap .quiz_step .quiz_options li input[type=radio],
.quiz_steps_wrap .quiz_step .quiz_options li input[type=checkbox] {
  display: none;
}

.quiz_steps_wrap .quiz_step .quiz_options li input[type=radio]:checked+label,
.quiz_steps_wrap .quiz_step .quiz_options li input[type=checkbox]:checked+label {
  border-radius: 12px;
  border: 2px solid #ff3558;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px -3px rgba(255, 53, 88, 0.2), 0 4px 6px -4px rgba(255, 53, 88, 0.2);
  box-shadow: 0 10px 15px -3px rgba(255, 53, 88, 0.2), 0 4px 6px -4px rgba(255, 53, 88, 0.2);
}

.quiz_steps_wrap .quiz_step .quiz_options li input[type=radio]:checked+label::after,
.quiz_steps_wrap .quiz_step .quiz_options li input[type=checkbox]:checked+label::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/quiz/green-checked.svg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -12px;
  right: -12px;
}

@media screen and (max-width: 767px) {

  .quiz_steps_wrap .quiz_step .quiz_options li input[type=radio]:checked+label::after,
  .quiz_steps_wrap .quiz_step .quiz_options li input[type=checkbox]:checked+label::after {
    top: 12px;
    right: 12px;
  }
}

.quiz_steps_wrap .quiz_step .quiz_options li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 12px;
  border: 2px solid #e6e9ea;
  background: #fff;
  -webkit-box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.04);
  min-width: 266px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .quiz_steps_wrap .quiz_step .quiz_options li label {
    min-width: unset;
    width: 100%;
  }
}

.quiz_steps_wrap .quiz_step .quiz_options li label img {
  height: 48px;
  width: 48px;
}

.quiz_steps_wrap .quiz_step .quiz_options li label span {
  color: #062328;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}

.quiz_steps_wrap .quiz_step .quiz_options li label p {
  color: #595959;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}

.quiz_steps_wrap .quiz_step .quiz_options.quiz_options_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .quiz_steps_wrap .quiz_step .quiz_options.quiz_options_2 {
    grid-template-columns: 1fr;
  }
}

.quiz_steps_wrap .quiz_step .quiz_options.quiz_options_2 li {
  width: 100%;
}

.quiz_steps_wrap .quiz_step .quiz_options.quiz_options_2 li label {
  height: 100%;
  width: 100%;
}

.quiz_steps_wrap button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn_steps_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 860px;
  margin: 32px auto 0 auto;
}

.backcta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 14px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  border: 1px solid #062328;
}

@media screen and (max-width: 767px) {
  .backcta {
    padding: 6px 18px;
    height: auto;
  }
}

.take_quiz_ban {
  width: 100%;
  position: relative;
}

.take_quiz_ban .quiz_ban_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 92px;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .take_quiz_ban .quiz_ban_content {
    padding-block: 48px;
  }
}

.take_quiz_ban .quiz_ban_content .ban_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 6px 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.take_quiz_ban .quiz_ban_content .ban_tag img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

.take_quiz_ban .quiz_ban_content .ban_tag span {
  color: #fff;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}

.take_quiz_ban .quiz_ban_content h1 {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-block: 16px 8px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .take_quiz_ban .quiz_ban_content h1 {
    font-size: 32px;
    max-width: 180px;
  }
}

.take_quiz_ban .quiz_ban_content h1 span {
  color: #ff3558;
  font-family: "Playfair Display", serif;
  font-style: italic;
  line-height: 100%;
}

.take_quiz_ban .quiz_ban_content p {
  color: #fff;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  max-width: 580px;
}

@media screen and (max-width: 767px) {
  .take_quiz_ban .quiz_ban_content p {
    font-size: 14px;
    max-width: 328px;
  }
}

.take_quiz_ban .quiz_img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.take_quiz_ban .quiz_img_wrap img {
  width: 100%;
  height: 100%;
}

.quiz_recommended_sec {
  padding-block: 80px;
}

@media screen and (max-width: 767px) {
  .quiz_recommended_sec {
    padding-block: 44px;
  }
}

.quiz_recommended_sec .recommended_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .quiz_recommended_sec .recommended_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.quiz_recommended_sec .recommended_title h2 {
  color: #010404;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 57.2px */
}

@media screen and (max-width: 767px) {
  .quiz_recommended_sec .recommended_title h2 {
    font-size: 28px;
  }
}

.quiz_recommended_sec .recommended_title h2 span {
  color: #ff3558;
  font-family: "Playfair Display", serif;
  font-style: italic;
  line-height: 100%;
}

.quiz_recommended_sec .recommended_title .retake_quiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding: 8px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 1px solid #062328;
  background: #fff;
  margin: 0;
}

.quiz_recommended_sec .recommended_title .retake_quiz img {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
}

.quiz_recommended_sec .recommended_title .retake_quiz span {
  color: #062328;
  text-align: center;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.quiz_recommended_sec .bestseller_card_wrap img {
  min-height: 230px;
}

.quiz_recommended_sec .choose_wrap {
  margin-block: 44px;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#062328), to(#0a3540));
  background: linear-gradient(180deg, #062328 0%, #0a3540 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 44px 32px;
  gap: 32px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .quiz_recommended_sec .choose_wrap {
    padding: 16px;
    gap: 24px;
    margin-block: 32px;
  }
}

.quiz_recommended_sec .choose_wrap .choose_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .quiz_recommended_sec .choose_wrap .choose_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}

.quiz_recommended_sec .choose_wrap .choose_title img {
  height: 60px;
  width: 60px;
}

@media screen and (max-width: 767px) {
  .quiz_recommended_sec .choose_wrap .choose_title img {
    height: 40px;
    width: 40px;
  }
}

.quiz_recommended_sec .choose_wrap .choose_title h2 {
  color: #fff;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 52px */
}

@media screen and (max-width: 767px) {
  .quiz_recommended_sec .choose_wrap .choose_title h2 {
    font-size: 20px;
  }
}

.quiz_recommended_sec .choose_wrap .choose_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .quiz_recommended_sec .choose_wrap .choose_list {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.quiz_recommended_sec .choose_wrap .choose_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.quiz_recommended_sec .choose_wrap .choose_list li h5 {
  color: #23cb71;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  text-align: center;
}

@media screen and (max-width: 767px) {
  .quiz_recommended_sec .choose_wrap .choose_list li h5 {
    font-size: 14px;
  }
}

.quiz_recommended_sec .choose_wrap .choose_list li p {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-align: center;
}

@media screen and (max-width: 767px) {
  .quiz_recommended_sec .choose_wrap .choose_list li p {
    font-size: 14px;
  }
}

.quiz_recommended_sec .question_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .quiz_recommended_sec .question_wrap {
    gap: 12px;
  }
}

.quiz_recommended_sec .question_wrap p {
  color: #384f53;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

.quiz_recommended_sec .question_wrap .btns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.not_found_sec {
  padding-block: 80px;
  background-image: url("../../assets/img/not-found/bg-back.png");
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .not_found_sec {
    padding-block: 40px;
    background-image: url("../../assets/img/not-found/bg-back-mob.png");
  }
}

.not_found_sec .not_found_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}

.not_found_sec .not_found_wrap img {
  max-width: 420px;
}

@media screen and (max-width: 767px) {
  .not_found_sec .not_found_wrap img {
    max-width: 168px;
  }
}

.not_found_sec .not_found_wrap .not_found_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.not_found_sec .not_found_wrap .not_found_content h1 {
  color: #062328;
  font-family: "Satoshi", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 70.2px */
  margin: 0;
}

@media screen and (max-width: 767px) {
  .not_found_sec .not_found_wrap .not_found_content h1 {
    font-size: 32px;
  }
}

.not_found_sec .not_found_wrap .not_found_content h1 span {
  color: #ff3558;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 100%;
}

.not_found_sec .not_found_wrap .not_found_content p {
  color: #384f53;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

@media screen and (max-width: 767px) {
  .not_found_sec .not_found_wrap .not_found_content p {
    font-size: 14px;
  }
}

.not_found_sec .not_found_wrap .not_found_content .des_found {
  color: #ff5d79;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  margin: 0;
}

@media screen and (max-width: 767px) {
  .not_found_sec .not_found_wrap .not_found_content .des_found {
    font-size: 14px;
  }
}




/* Disabled button base */
.count_minus:disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
  pointer-events: none;
}

/* Remove hover effects completely */
.count_minus:disabled:hover {
  background: none;
}

/* Show only normal image */
.count_minus:disabled .hover_img {
  display: none !important;
}

.count_minus:disabled .normal_img {
  display: inline-block !important;
}


/* Make wrapper relative */
.select_wrap {
  position: relative;
}

/* Button Style */
.sort-btn {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sort-btn:hover {
  background: #f3f4f6;
}

/* Red indicator dot */
.sort-btn.active::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
}

/* Dropdown */
.select_list_wrap {
  position: absolute;
  right: 0;
  top: 52px;
  width: 260px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  border: 1px solid #e5e7eb;
  padding: 8px 0;
  display: none;
  z-index: 100;
}

/* Clear option */
.sort-clear {
  text-align: left;
  padding: 8px 16px;
  font-size: 12px;
  color: #ef4444;
  cursor: pointer;
  font-weight: 500;
}

.sort-clear:hover {
  text-decoration: underline;
}

/* List items */
.select_list_wrap li {
  list-style: none;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.select_list_wrap li:hover {
  background: #f3f4f6;
  padding-left: 20px;
}

.select_list_wrap li.selected {
  background: #eef2ff;
  font-weight: 500;
}



.marquee-wrapper {
          overflow: hidden;
          width: 100%;
          display: flex;
        }

        .marquee-track {
          display: flex;
          gap: 12px;
          width: max-content;
          animation: marquee 20s linear infinite;
        }

        .marquee-track:hover {
          animation-play-state: paused;
        }

        @keyframes marquee {
          0% {
            transform: translateX(0);
          }

          100% {
            transform: translateX(-50%);
          }
        }

        /* Ensure items maintain their style without swiper */
        .marquee-track .product_ban_list_wrap {
          flex: 0 0 auto;
          /* helper to prevent shrinking */
          width: auto;
          /* Let content define width or fallback to existing CSS */
        }
        
        
        .product_ban_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.product_ban_list_wrap h5 {
  color: #FFF;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
 