body,
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "Satoshi";
  background-color: #ffffff;
  font-weight: 400;
  width: 100%;
}
.container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a img {
  border: none;
  text-decoration: none;
  outline: none;
}

a {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  font-size: 16px;
  color: #252525;
  font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ol,
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

input:focus {
  outline: none;
}

textarea {
  outline: none;
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.p0 {
  padding: 0px;
}

:root {
  --primary-color: #416c34;
  --secondary-color: #f6ae23;
}
.form-check-input {
  border-color: var(--primary-color) !important;
}
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color) !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: rgb(34, 34, 34, 0.7);
  font-family: "Satoshi";
  font-weight: 500;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(34, 34, 34, 0.7);
  font-family: "Satoshi";
  font-weight: 500;
}

::placeholder {
  color: rgb(34, 34, 34, 0.7);
  font-family: "Satoshi";
  font-weight: 500;
}

.btn-theme {
  background-color: #9f86d9;
  border: 1px solid #9f86d9;
}

.w100 {
  width: 100%;
}

/* .container {
  max-width: 1350px;
  width: 96%;
} */

.text-center {
  text-align: center;
}

.navbar {
  padding-top: 5px;
  padding-bottom: 0px;
  margin-left: 35px;
}

.radius-20 {
  border-radius: 20px;
}

/*header .left-blk{padding-top:20px;padding-bottom:20px;}*/
header {
  width: 100%;
  position: relative;
  z-index: 55;
  top: 0px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  transition: all .4s ease;
}

/* .affix {
  position: fixed;
  z-index: 99;
  top: 0px;
} */

header .searchblock {
  width: calc(100% - 45%);
}

header .search-bar {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 10px;
  padding: 10px 90px 10px 10px;
}

header .search_btn {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 60px;
  height: 30px;
  border: none;
  border-radius: 50px;
  background-color: #ffa500;
}

header .search-group {
  position: relative;
}

header .right-blk ul li {
  display: inline-flex;
  font-size: 14px;
  /*padding-left: 5px;*/
  /*padding-right: 5px;*/
}

.search_btn i {
  color: #fff;
  font-size: 16px;
}

header .inner-wrap {
  background-color: #f2f2f2;
  padding: 20px 30px 0;
}

.down_arrow {
  font-size: 12px;
  margin-left: 5px;
}

.menu-ul li a {
  padding: 10px 15px;
}

.right-blk li a {
  display: block;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  position:relative;
}

.right-blk li a img {
  width: 25px;
}

/*.right-blk li:last-child a img {*/
/*  width: 30px;*/
/*}*/

.custom_ic {
  position: relative;
}

.cartCout {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50px;
  background-color: #000;
  display: block;
  position: absolute;
  top: -10px;
  left: 20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.cart-amount {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  margin-right: 7px;
  top: 3px;
  position: relative;
}

header .inner-wrap .logo a {
  display: block;
  margin-top:5px;
  margin-bottom:5px;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bottom-fixed {
  display: none;
}

.bottom-fixed ul {
  display: flex;
  justify-content: space-between;
}

/* .bottom-fixed ul li {
  width: 25%;
  text-align: center;
} */

.side-menu {
  position: absolute;
  left: 0px;
  width: 35px;
  padding-left: 0px;
  padding-right: 0px;
}

.side-menu i {
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
  display: inline-block;
  margin-left: -2px;
}

.sidebar-navigation {
  width: 400px;
  height: auto;
  background-color: #fff;
  margin: 50px auto;
  -webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.sidebar-navigation .title {
  display: block;
  font-size: 1.2em;
  background-color: #1e1e1e;
  padding: 20px 25px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sidebar-navigation > ul > li > a {
  text-transform: uppercase;
}

.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}

.sidebar-navigation ul li {
  display: block;
}

.sidebar-navigation ul li a {
  position: relative;
  display: block;
  font-size: 1em;
  font-weight: 600;
  padding: 20px 25px;
  text-decoration: none;
  color: #2e2e2e;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-navigation ul li a em {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}

.sidebar-navigation ul li:hover > a,
.sidebar-navigation ul li.selected > a {
  background-color: #ecf0f1;
  color: #495d62;
  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul {
  display: none;
}

.sidebar-navigation ul li ul.open {
  display: block;
}

.sidebar-navigation ul li ul li a {
  color: #495d62;
  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul li a:before {
  content: "";
  width: 10px;
  height: 1px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #495d62;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sidebar-navigation ul li ul li:hover > a,
.sidebar-navigation ul li ul li.selected > a {
  background-color: #e6ebed;
}

.sidebar-navigation ul li ul li:hover > a:before,
.sidebar-navigation ul li ul li.selected > a:before {
  margin-right: 10px;
}

.sidebar-navigation ul li ul li.selected.selected--last > a {
  background-color: #94aab0;
  color: #fff;
}

.sidebar-navigation ul li ul li.selected.selected--last > a:before {
  background-color: #fff;
}

.subMenuColor1 {
  background-color: #fbfcfc;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.close-ic img {
  width: 35px;
}

.right-blk .dropdown-menu {
  width: 200px;
  border-top: 5px solid var(--primary-color);
  padding-top: 5px;
  padding-top: 5px;
}

.right-blk .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
}

.right-blk .dropdown-menu li {
  display: block;
}

.right-blk .dropdown-toggle::after {
  display: none;
}

.right-blk .dropdown-menu li a {
  color: #000;
  padding: 5px 15px;
}

.right-blk .dropdown-menu li a:hover {
  background-color: #555555;
  color: #fff;
}

@keyframes slideup {
  from {
    transform: translateY(-20%);
  }

  to {
    transform: translateY(0);
  }
}

.custompad {
  padding-top: 50px;
  padding-bottom: 50px;
}

.custompad-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.theme-color {
  color: var(--primary-color) !important;
}

.search-dropdown {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.search-dropdown input {
  border: none;
  background: transparent;
  width: 97%;
  color: #222222;
  text-align: left !important;
  font-family: "Satoshi";
  font-size: 14px;
  line-height: 200%;
  font-weight: 400;
  opacity: 0.7;
}

.btn-search {
  position: absolute;
  right: 0px;
  background-color: transparent;
  padding: 0;
  border: 0;
}

.fa-search {
  width: 20px;
}

/*.logo img {*/
/*  width: 90px;*/
/*}*/

.banner-sec {
  position: relative;
}

.marquee-wrap {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 5;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  background: #333333;
  position: relative;
}

.marquee-content {
  display: inline-flex;
  animation: marquee 20s linear infinite;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  padding: 20px 40px;
  font-family: "Satoshi";
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
}

/* slanted divider */
.marquee-item::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #fff;
  transform: skew(-20deg);
}

/* Remove divider on last item inside a block */
.marquee-item:last-child::after {
  display: none;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* half shift for duplicate content */
}

.marquee-item img {
  width: 30px;
  margin-right: 20px;
  margin-left: 20px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* pause on hover */
.marquee:hover .marquee-content {
  animation-play-state: paused;
}

.category-slider .cate-link {
  color: #222222;
  font-family: "Satoshi";
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.category-slider .img-box {
  width: 160px;
  height: 160px;
  position: relative;
  background: #9ccdea;
  background: linear-gradient(
    180deg,
    rgba(156, 205, 234, 1) 0%,
    rgba(106, 196, 247, 1) 100%
  );
  border-radius: 222px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.category-slider .img-box img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  margin: auto;
  max-width: 99%;
  max-height: 99%;
}

.product-wrap {
  margin-bottom: 30px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  overflow: hidden;
}

.brand-name-label {
  font-size: 16px;
  color: #000;
}

.product-wrap h4 {
  font-size: 16px;
  color: #000;
  font-family: "Satoshi";
  font-weight: 400;
  text-align: left;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.product-box-img-wrap {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  /* height: 340px; */
  position: relative;
  background-color: #f4f6f8;
  border-radius: 20px;
}

.product-box-img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: auto;
}

.heart-icon {
  color: #222222;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #f2f2f2;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.ml-84 {
  margin-left: 84%;
}

.heart-icon i {
  transition: transform 0.3s ease, color 0.3s ease;
  font-size: 20px;
}

.heart-icon.clicked {
  background-color: red;
}

.heart-icon.clicked i {
  color: white;
  /* transform: scale(1.2); */
}

@keyframes heart-pop {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.heart-icon.animated {
  animation: heart-pop 0.3s ease;
}

.product-box-content {
  background: #f2f2f2;
  padding: 15px;
  min-height:200px;
  position:relative;
}

.product-box-content p {
  color: #222222;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  opacity: 0.7;
  margin-bottom:5px;
}

.product-box-content h4 {
  color: #222222;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.product-box-content h5 {
  color: #222222;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  opacity: 0.7;
}

.price_rate {
  text-align: left;
}

.card-container {
  width: 20%;
}

.add-cart {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Satoshi";
  /*width: 100%;*/
  display: block;
  border-radius: 10px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  background: #111111;
  position:absolute;
  bottom:15px;
  width:calc(100% - 30px);
}

.sold-out {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Satoshi";
  width: 100%;
  display: block;
  border-radius: 10px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  background: #111111;
  opacity: 0.3;
  position:absolute;
  bottom:15px;
  width:calc(100% - 30px);
}

.add-cart i img{width:13px;}

.buynow_btn {
  background-color: var(--primary-color);
  border-radius: 5px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 60px;
  margin-top: 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.add-cart,
.buynow_btn {
  transition: all 0.3s ease;
  /* smooth hover animation */
}

.add-cart:hover,
.buynow_btn:hover {
  transform: translateY(-3px);
  /* slight lift effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  /* subtle shadow */
}

.star-rating {
  display: flex;
  gap: 5px;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  color: #ccc;
  /* default gray */
}

.star {
  transition: color 0.2s ease;
}

.star.active {
  color: #222222;
  /* filled stars */
}

.arrow-space {
  display: flex;
  gap: 5px;
}

.swiper-button-prev1.swiper-button-disabled,
.swiper-button-next1.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev2.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next2.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev3.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next3.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev4.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next4.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev7.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next7.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev8.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next8.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev9.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next9.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev10.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next10.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev11.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next11.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev12.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next12.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev13.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next13.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev14.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next14.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev15.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next15.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev16.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next16.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev17.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next17.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.swiper-button-prev18.swiper-button-disabled.swiper-button-disabled,
.swiper-button-next18.swiper-button-disabled.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* disable click */
}

.c_margin {
  margin-top: 40px;
}

.fuel-your-routine .content {
  padding: 70px 90px 50px 10px;
  max-width: 675px;
}

.link1 {
  font-size: 20px;
  font-family: "Satoshi";
  font-weight: 400;
  border-radius: 10px;
  color: #6c2e1f;
  background-color: #ffff;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}

.link1:hover {
  color: #ffff;
  background-color: #6c2e1f;
  border: 1px solid #ffff;
}

.fuel-your-routine .content h3 {
  color: #ffffff;
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 44px;
}

.fuel-your-routine .content h4 {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 56px;
  line-height: normal;
  margin-bottom: 30px;
}

.fuel-your-routine .content p {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}

.fuel-your-routine .first-box {
  background-color: #6c2e1f;
  display: flex;
  justify-content: end;
}

.outlined-text {
  color: transparent;
  /* fill color */
  -webkit-text-stroke: 0.7px rgb(255, 255, 255, 0.7);
  /* outline color + thickness */
  text-stroke: 0.7px rgb(255, 255, 255, 0.7);
  /* for other browsers (less supported) */
  letter-spacing: 2px;
}

.fuel-your-routine .wrap {
  display: flex;
}

.watch-shop {
  background-color: #f3efe6;
}

.placementSwiper .swiper-slide {
  height: 500px;
  transition: transform 0.4s, z-index 0.4s;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  /* border: 2px solid #fff; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.placementSwiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.placementSwiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 3;
}

.placementSwiper .swiper-slide-prev,
.placementSwiper .swiper-slide-next {
  transform: scale(0.93);
  /* opacity: 0.85; */
  z-index: 2;
  height: 400px;
}

.placementSwiper
  .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(
    .swiper-slide-next
  ) {
  transform: scale(0.92);
  animation: subtleZoom 5s ease-in-out infinite;
  /* opacity: 0.6; */
  z-index: 1;
  height: 300px;
}

.swiper-button-next6,
.swiper-button-prev6 {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  width: 40px;
  height: 40px;
  background-color: rgb(0, 0, 0, 0.1);
  border-radius: 50px;
}

.swiper-button-next6 {
  top: 50%;
  left: -40px;
}

.swiper-button-prev6 {
  top: 50%;
  right: -40px;
}

/* .watch-shop .container-2 {
  max-width: calc(1350px - 80px);
  width: 96%;
  margin-left: auto;
  margin-right: auto;
} */

#return-to-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  background: var(--primary-color);
  width: 48px;
  height: 48px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5555;
  border-radius: 50px;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 15px;
  top: 15px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shopby-combo {
  background-color: #f3efe6;
  margin-top: 50px;
  margin-bottom: 50px;
}

.shopby-combo h2 {
  border-bottom: 1px solid #222222;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
}

.custom-tabs .nav-link {
  font-size: 24px;
  color: #222222;
  border-radius: 50px;
  padding: 15px 30px;
  font-family: "Satoshi";
  font-weight: 400;
}

.custom-tabs .nav-link.active {
  border: 1px solid #000000;
  background-color: transparent;
  font-weight: 500;
  color: #222222;
}

.custom-tabs .nav-link {
  white-space: nowrap;
  /* keep text in one line */
}

.combo-slider .swiper-pagination {
  bottom: 0px;
}

.combo-slider .swiper-wrapper {
  padding-bottom: 20px;
}

.swiper-pagination-bullet {
  background-color: var(--primary-color);
}

.customerdSlider1 .box {
  background-color: #fff;
  padding: 15px 15px;
}

.customer-love-us {
  background-color: #f3efe6;
}

.customer-box {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 15px 15px;
  height: 330px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.customer-box h4 {
  font-family: "Satoshi";
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.stars {
  font-size: 17px;
  color: orange;
}

.stars .disabled {
  font-size: 17px;
  color: #eaeaea;
}

.prdt-thumb {
  width: 80px;
}

.clamp {
  --lines: 3;
  /* change this to limit lines */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: var(--lines);
  /* core property */
  line-clamp: var(--lines);
  /* future syntax (some engines) */
  /* optional niceties */
  text-overflow: ellipsis;
}

.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-dropdown2 {
  position: fixed;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 90%;
  background: #fff;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 8888;
}

.inner-header {
  position: static;
  background-color: #fff;
  top: 0px;
  border-bottom: 1px dotted gray;
  box-shadow: 0 6px 8px -2px rgba(0, 0, 0, 0.1);
}

.inner-header .inner-wrap {
  background-color: #fff;
  padding: 20px 0px;
  border-radius: 20px;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  /* keep items in one line */
  overflow-x: auto;
  /* enable horizontal scroll */
  white-space: nowrap;
  /* prevent wrapping */
  scrollbar-width: thin;
  /* Firefox thin scrollbar */
}

.bread-crumb-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.breadcrumb li a {
  font-family: "Satoshi";
  font-weight: 300;
  font-size: 20px;
  color: rgb(34, 34, 34, 0.5);
}

.breadcrumb-item.active {
  font-family: "Satoshi";
  font-weight: normal;
  font-size: 20px;
  color: #000;
}

.accordion-header{ border-bottom: solid 1px #eee;}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 20px;
}

.filter-sidebar .box {
  border: 1px solid #eee;
  border-radius:  0px;
  margin-bottom: 15px;
  padding: 20px;
}

.filter-sidebar .box h3 {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.filter-sidebar .box .accordion-button {
  padding: 10px 0px;
  border: none;
}

.custom-accordion .accordion-item {
  border: none;
  background: none;
}

.custom-accordion .accordion-button {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0.5rem 0;
  color: #416c34;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-family: "Satoshi";
  font-weight: normal;
}

.custom-accordion .accordion-button:not(.collapsed) {
  color: #28a745;
  /* active green */
}

.custom-accordion .accordion-button::after {
  display: none;
}

/* Rotate when open */
.custom-accordion .accordion-button:not(.collapsed) .fa-chevron-right {
  transform: rotate(90deg);
}

.custom-accordion .accordion-button.collapsed .fa-chevron-up {
  transform: rotate(90deg);
}

.custom-accordion .accordion-item ul li a {
  font-size: 14px;
  font-family: "Satoshi";
  font-weight: normal;
  color: #222222;
}

.fa-chevron-right {
  font-size: 13px;
}

.clear-filters {
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: "Satoshi";
  font-weight: 500;
  font-size: 14px;
  color: #ee8222;
  cursor: pointer;
  z-index: 999;
}

.filters .custom-accordion .accordion-button {
  color: #416c34;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}

.search-box-2 {
  position: relative;
}

.search-box-2 .btn-search2 {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: transparent;
  border: none;
  padding: 10px 12px;
  cursor: pointer;
}

.filters .form-check-label {
  font-size: 16px;
  font-family: "Satoshi";
  font-weight: normal;
  color: #222222;
}

.filters .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-right: 10px;
}

.filters .form-check {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Apply only inside your custom area */
.custom-scroll {
  max-height: 145px;
  /* adjust height */
  overflow-y: auto;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #28a745 #e0e0e0;
  /* thumb color | track color */
}

/* Chrome, Edge, Safari */
.custom-scroll::-webkit-scrollbar {
  width: 6px;
  /* scrollbar thickness */
}

.custom-scroll::-webkit-scrollbar-track {
  background: #e0e0e0;
  /* grey track */
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #28a745;
  /* green thumb */
  border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #218838;
  /* darker green on hover */
}

.ui-slider-horizontal .ui-slider-handle {
  border: 1px solid var(--primary-color);
  border-radius: 50px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid var(--primary-color);
}

.ui-slider-horizontal {
  height: 1px;
  border-color: #ee8222;
}

.ui-widget.ui-widget-content {
  border: 1px solid #416c34;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -0.6em;
}

#amount {
  width: 100%;
  text-align: center;
}

.product-top h1 {
  font-family: "Satoshi";
  font-weight: bold;
  font-size: 24px;
}

.sort-by label {
  color: #416c34;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  margin-right: 10px;
  min-width: 75px;
}

.sort-by .form-select {
  background-color: #f2f2f2;
  border: none;
  font-size: 18px;
  font-family: "Satoshi";
  font-weight: 600;
  color: #222222;
}

.fw-30 {
  color: #222222;
  font-size: 30px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
}

.fw-36 {
  color: #416c34;
  font-size: 36px;
  line-height: 200%;
  font-weight: 700;
}

.fw-18 {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 30px 0 0;
}

.page {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #f2f2f2;
}

/* active page */
.page.active {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

/* hover effect */
.page:hover:not(.active) {
  background: var(--primary-color);
  color: #fff;
}

/* prev / next special styling */
.page.prev,
.page.next {
  border: none;
}

.product-page .col-blk,
.wishlist .col-blk {
  margin-bottom: 2rem;
}
.product-page .pagination {
  margin-bottom: 50px;
}

.select-flavor {
  min-width: 300px;
}

.select-flavor label {
  width: 160px;
  color: rgb(34, 34, 34, 0.7);
  font-size: 16px;
}

.select-flavor .form-select {
  background-color: #f2f2f2;
  border: none;
  font-size: 18px;
  font-family: "Satoshi";
  font-weight: 600;
  color: #222222;
}

.review-page .product-box-img-wrap {
  background-color: #f2f2f2;
  border-radius: 20px;
}

.rating-summary p {
  font-size: 20px;
  color: rgb(34, 34, 34, 1);
}

.text-rating {
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.6;
}

.rating-delivery-block h4 {
  font-size: 18px;
  font-weight: 600;
}

.rate-this-product {
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}

.rate-this-product:focus,
.rate-this-product:hover {
  color: var(--primary-color);
}

.ratings-container {
  display: flex;
  align-items: center;
  padding: 5% 10%;
  height: 100%;
  flex-wrap: wrap;
}

.rating-summary {
  text-align: center;
  width: 50%;
  margin-bottom: 25px;
  border-right: 1px solid #cccccc;
}

.rating-summary h2 {
  color: #222222;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}

.rating-summary h2 > span {
  color: rgba(34, 34, 34, 0.5);
  font-size: 30px;
  font-weight: 700;
}

.rating-summary .stars {
  color: #ffa500;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.rating-bars {
  width: 24%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 20px;
  margin: 0 auto;
}

.rating-bar {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rating-bar .star-level {
  color: #222222;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}

.rating-bar .progress {
  flex: 1;
  height: 4px;
  margin: 0 10px;
  background-color: rgb(67, 160, 71, 0.2);
}

.rating-bar .progress-bar {
  background-color: #ffa500;
}

.rating-bar .percentage {
  color: #222222;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
}

.posted-by .items-avaliable {
  color: rgb(34, 34, 34, 0.5);
  font-size: 12px;
}

.posted-by h4 {
  color: #222222;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 5px;
}

.rating_date {
  color: rgb(34, 34, 34, 0.5);
  font-size: 12px;
  font-weight: normal;
}

.posted-by p {
  color: #222222;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}

.posted-by p > span {
  font-weight: 500;
}

.rating_date .fa-circle {
  font-size: 8px;
  width: 8px;
  height: 8px;
  color: var(--primary-color);
}

.empty-space {
  width: 100%;
  height: 30px;
  background-color: #f2f2f2;
}

.all-flavors {
  padding-top: 30px;
  padding-bottom: 30px;
}

.all-flavors h2 {
  font-size: 24px;
  font-weight: 500;
}

.all-flavors .select-flavor select {
  font-size: 14px;
  color: rgb(34, 34, 34, 0.7);
  width: 120px;
  font-weight: normal;
  border-radius: 200px;
}

.search-wrapper {
  background: #f2f2f2;
  border-radius: 200px;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 300px;
  height: 40px;
}

.search-wrapper > input {
  color: #222222;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  opacity: 0.5;
  border: none;
  outline: none;
  background-color: transparent;
  width: 95%;
  margin-left: 5px;
}

.posted-by h5 {
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  margin-bottom: 10px;
}

.posted-by .stars {
  font-size: 15px;
}

.load-more {
  color: #416c34;
  font-size: 16px;
  line-height: 150%;
  font-weight: 800;
}

/* Product Details */

.product-slider {
  display: flex;
  height: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product-slider .mySwiper {
  width: 80px;
  height: calc(100% - 40px);
  box-sizing: border-box;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}

.product-slider .mySwiper2 {
  width: calc(100% - 110px);
  height: 100%;
  position: relative;
  margin-left: 30px;
}

.mySwiper2 .swiper-slide {
  position: relative;
  background: #f2f2f2;
  border-radius: 20px;
}

.mySwiper2 .swiper-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.pagination-banner{ display: flex; flex-wrap: wrap; justify-content: center; position: absolute; bottom: 0; background: transparent; z-index: 100;}

.mySwiper .swiper-slide-thumb-active {
  border: 1px solid var(--primary-color);
  overflow: hidden;
}

.swiper-pagination-bullet{ width: 10px; height: 10px; opacity: 1; }

.swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #416c34;}
span.swiper-pagination-bullet{ background: #A9C2A1;}

.mySwiper .swiper-slide img {
  border-radius: 10px;
}

.product-slider .swiper-slide img {
  display: block;
}

/* .product-slider .mySwiper .swiper-slide {
  width: 100%;
  height: 16.6667%;
} */

.product-slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.thumbnail-controls {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thumbnail-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 30px;
  height: 11px;
  border-radius: 50%;
  text-align: center;
  line-height: 11px;
  cursor: pointer;
  margin-left: 45px;
}

#thumbnail-button-top {
  top: 0px;
  background-image: url(../images/up_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
}

#thumbnail-button-bottom {
  bottom: 0px;
  background-image: url(../images/down_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* Main slider navigation */
.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
  color: #fff;
}

.radius-10 {
  border-radius: 10px;
}

.product_cat {
  color: #222222;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  opacity: 0.7;
  margin-bottom: 10px;
}

.product_description {
  padding-left: 0%;
}

.product_description .stars {
  font-size: 14px;
}

.tot-reviews {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
}

.custom-ic .icon-h {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  background-color: #f2f2f2;
  display: inline-block;
  color: rgb(34, 34, 34, 0.5);
}

.custom-ic {
  gap: 10px;
  display: flex;
}

.custom-ic li {
  display: inline-block;
}

.price-blk p {
  color: #222222;
  font-size: 30px;
  font-weight: 600;
  font-family: "Satoshi";
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.price-blk .withtax {
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
  opacity: 0.5;
  margin-left: 15px;
}

.mrp-price {
  margin-top: 15px;
}

.mrp-price p {
  color: rgb(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight: normal;
  font-family: "Satoshi";
}

.mrp-price span {
  color: var(--primary-color);
}

.product_description h3 {
  color: #222222;
  font-size: 36px;
  font-weight: 700;
}

.product_description > p {
  color: #222222;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  opacity: 0.7;
  margin-top: 10px;
}

.radio-wrapper-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.radio-wrapper {
  flex: 1 1 calc(100% / 7 - 8px);
  /* Divides each item by 7 with some spacing */
  max-width: calc(100% / 7 - 8px);
  /* Ensures each item stays within container */
  box-sizing: border-box;
}

.radio-wrapper label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  /* Adjust height as needed */
  border: 2px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.radio-wrapper input[type="radio"] {
  display: none;
}

.radio-wrapper input[type="radio"]:checked + label {
  border-color: #ff406c;
}

.radio-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.select-size {
  font-weight: 500;
  font-size: 16px;
  font-weight: 400;
  color: rgb(34, 34, 34, 0.5);
  margin-top: 25px;
}

.select-size span {
  font-weight: 600;
  font-size: 16px;
  color: rgb(34, 34, 34, 0.8);
}

.size-guide {
  font-size: 16px;
  /* text-decoration: underline; */
  cursor: pointer;
  color: #000;
}

.size-guide:hover {
  color: #000;
}

.size-container {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.size-container label {
  width: auto;
}

.size-button {
  position: relative;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  font-family: "Satoshi";
  border: 1px solid #cccccc;
}

.not-available .size-button {
  border: dashed 1px #cccccc;
  cursor: not-allowed;
}

.hightlight-count .size-button {
  border-color: #008000;
  background-color: rgb(67, 160, 71, 0.1);
  color: #008000;
}

.size-container input[type="radio"] {
  display: none;
  /* Hide the actual radio button */
}

/* .size-container input[type="radio"]:checked+.size-button {
  border-color: var(--primary-color);
  background-color:rgb(67, 160, 71,.1);
  color: var(--primary-color);
} */

.item-left {
  position: absolute;
  bottom: -20px;
  font-size: 0.75em;
  color: #d9534f;
  /* Red color for low stock */
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.quantity-container .input-group {
  border-radius: 5px;
  border: 0.5px solid #222222;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  height: 60px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
  margin-top: 14px;
  margin-right: 10px;
}

.quantity-input {
  text-align: center;
  padding: 0px;
}

.quantity-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn-blk {
  gap: 10px;
}

.quantity-container .input-group .btn {
  width: 40px;
  height: 40px;
  padding: 0px;
  border: none;
  background-color: transparent;
  border-radius: 50px !important;
  font-size: 25px;
  color: #222222;
}

.quantity-input {
  text-align: center;
  font-size: 20px;
  border: none;
  font-weight: 500;
  font-family: "Satoshi";
  color: #222222;
}

.btn-blk {
  width: calc(100% - 122px);
}

.btn-buy-now:hover {
  color: #fff;
}

/* .quantity-container .input-group .btn:hover {
  background-color: transparent;
  color: #222222;
} */

.btn-add-to-bag,
.btn-buy-now {
  font-size: 12px;
  height: 40px;
}

.nutritional-box {
  background: #f5f5f5;
  padding: 20px 20px;
  border-radius: 10px;
}

.h16 {
  font-size: 16px;
  font-weight: 500;
}

.nutritional-card {
  background: #fff;
  border-radius: 0.75rem;
  /* rounded-3 */
  padding: 1rem;
  text-align: center;
}

.nutritional-label {
  font-size: 16px;
  font-weight: 300;
}

.nutritional-value {
  font-size: 24px;
  font-weight: 500;
}

.enter_pincode {
  width: 100%;
}

.pin-holder {
  height: 50px;
  border: 1px solid #dfdfdf;
  padding: 0px 20px;
  border-radius: 5px;
  width: 100%;
}

.check-pin {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  top: 15px;
}

.check-pin a {
  color: #416c34;
}

.delivery-option h4 {
  min-width: 190px;
  margin-bottom: 5px;
}

.delivery-option {
  padding-left: 3%;
}

.delivery-option p {
  font-size: 14px;
  color: rgb(34, 34, 34, 0.5);
}

.delivery-location {
  margin-bottom: 30px;
}

.delivery-container p {
  font-size: 16px;
  color: rgb(34, 34, 34, 0.5);
  line-height: normal;
  margin-bottom: 0px;
}

.delivery-location p {
  font-size: 14px;
  color: rgb(34, 34, 34, 0.5);
}

.spec-review {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ratings-container.style-2 {
  height: auto;
  padding: 20px 20px;
}

.ratings-container.style-2 .rating-summary p,
.ratings-container.style-2 .text-rating {
  font-size: 16px;
}

.ratings-container.style-2 .rating-summary h2 {
  font-size: 36px;
}

.all-flavors.style-2 h2 {
  font-size: 20px;
}

/* .custom_accordion {
  margin-top: 20px;
} */

.spec-review .custom_accordion .accordion-button {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 20px;
  padding-bottom: 20px;
}

.spec-review .custom_accordion:first-child .accordion-button {
  padding-top: 0px;
  border-top: none;
}

/*
.custom_accordion .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: #DFDFDF;
}
  */

.spec-review .custom_accordion .accordion-collapse {
  border-left: none;
  border-right: none;
}

.spec-review .custom_accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.spec-review .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.spec-review .accordion-button:not(.collapsed) {
  background-image: url(../images/ic_round-plus.png);
  background-position: right;
  /*transform: rotate(180deg);*/
}

.spec-review .accordion-button {
  background-image: url(../images/ic_baseline-minus.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background-position: center right 0px;
}

.spec-review .custom_accordion .accordion-button:last-child {
  border-bottom: none;
}

.product-specs {
  background: #fff;
  margin-bottom: 20px;
}

.specs-table {
  width: 100%;
  border: none;
}

.specs-table th {
  font-weight: 500;
  color: #222222;
  width: 20%;
  padding: 8px 0;
  border: none;
  font-size: 16px;
}

.specs-table td {
  font-weight: 300;
  color: #222222;
  padding: 8px 0;
  border: none;
}

.user-review-post {
  display: flex;
  justify-content: space-between;
}

.custom-tabs .nav-link.style-2 {
  font-size: 20px;
}

.trythis-combo {
  padding-top: 30px;
  padding-bottom: 30px;
}

.trythis-combo .tab-pane .row {
  margin-left: -50px;
  margin-right: -50px;
}

.trythis-combo .tab-pane .col-blk {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  margin-top: 15px;
}

.trythis-combo .tab-pane .col-blk::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: url(../images/combo-plus.png);
  background-position: center;
  right: -15px;
  background-repeat: no-repeat;
  z-index: 5555;
  width: 30px;
  height: 30px;
  margin: auto;
}

.trythis-combo .tab-pane .col-blk:last-child::after {
  display: none;
}

.addto-cart-combo {
  padding: 20px 20px;
  background-color: rgb(67, 160, 71, 0.1);
  border-radius: 15px;
}

.about-product p {
  color: rgb(34, 34, 34, 0.5);
}

.item-count {
  font-size: 20px;
  color: rgb(34, 34, 34, 0.7);
  font-weight: 400;
}

.cart-container {
  gap: 0px;
  padding: 0px;
}

.cart-items {
  border: 1px solid #dfdfdf;
  padding: 20px 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.cart-items .cart-item {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.cart-items:last-child {
  margin-bottom: 0px;
}

.cart-item img {
  width: 150px;
  height: auto;
  margin-right: 20px;
  border-radius: 20px;
  object-fit: contain;
}

.item-details {
  flex: 1;
  width: calc(100% - 150px - 15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item-details .color {
  font-size: 14px;
  font-weight: 400;
}

.item-details .color span {
  font-weight: 600;
  margin-left: 18px;
  color: rgb(34, 34, 34, 0.8);
}

.item-details .size {
  font-size: 14px;
}

.item-details .size span {
  color: rgb(34, 34, 34, 0.8);
  font-weight: 600;
  margin-left: 25px;
}

.item-details h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.cart-items .price {
  font-weight: 500;
  color: #222222;
  font-size: 16px;
}

.cart-items .original-price {
  text-decoration: line-through;
  color: rgb(34, 34, 34, 0.5);
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
}

.cart-items .discount {
  color: var(--primary-color);
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

.cart-items .quantity {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.cart-items .item-options {
  margin-top: 10px;
  text-align: right;
}

.cart-items .item-options a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.cart-items .delivery {
  margin-left: 10px;
  color: #666;
  font-size: 0.9em;
}

.cart-summary {
  border: 1px solid #dfdfdf;
  padding: 20px;
  border-radius: 20px;
}

.cart-summary h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 15px;
}

.cart-summary p {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  color: rgb(34, 34, 34, 0.8);
}

.cart-summary > span {
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
}

.disc-color {
  color: #008000;
}

.cart-summary .total {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
}

.cart-summary .total > span {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
}

.cart-summary .free_delivery_tip {
  color: #008000;
}

.place-order {
  width: 100%;
  padding: 10px;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: block;
  border-radius: 5px;
}

.place-order:hover {
  color: #fff;
}

.quantity-container2 {
  margin-left: 30px;
}

.quantity-container2 .input-group {
  width: 70px;
}

.quantity-input {
  text-align: center;
  padding: 0px;
}

.quantity-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-blk {
  gap: 10px;
}

.quantity-container2 .input-group {
  border-radius: 0px;
}

.quantity-container2 .input-group .btn {
  width: 20px;
  height: 30px;
  padding: 0px;
  border: none;
  background-color: #d0d0d0;
}

.quantity-container2 .quantity-input {
  text-align: center;
  font-size: 14px;
  border: none;
  background-color: #ebebeb;
}

.quantity-container label {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  margin-top: 3px;
}

.cart-right h4 {
  font-size: 20px;
  font-weight: 500;
}

.cart-right h4 span {
  font-weight: 400;
  color: rgb(34, 34, 34, 0.5);
  font-size: 16px;
}

.minus-margin {
  margin-left: -20px;
  margin-right: -20px;
}

.address-option {
  border: 1px solid #f0f0f0;
  padding: 20px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.address-option input[type="radio"] {
  margin-right: 10px;
}

.address-option label {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}

.address-option p {
  font-size: 14px;
  color: #1e1e1e;
  margin-top: 5px;
  margin-bottom: 0px;
}

.address-tag {
  background: rgba(65, 108, 52, 0.1);
  color: #222222;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 50px;
  display: inline-block;
}

.or-divider {
  text-align: center;
  color: #ff406c;
  font-weight: 600;
  margin: 20px 0;
}

.or-divider span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background-color: rgb(67, 160, 71, 0.1);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: #416c34;
}

.address_wrap {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.08);
}

.address_wrap .form-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.address_wrap .form-group input,
.address_wrap .form-group textarea {
  flex: 1;
  padding: 12px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9em;
  resize: none;
  width: 100%;
}

.address-type {
  font-weight: 500;
  margin-top: 20px;
  font-size: 16px;
  color: rgb(34, 34, 34, 0.8);
}

.address-type-options {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.address-type-options label,
.default-address label {
  font-weight: 400;
  color: rgb(34, 34, 34, 0.5);
  font-size: 14px;
}

.edit_field {
  color: var(--primary-color);
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 500;
}

.buttons {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

.buttons button {
  /* padding: 10px 20px; */
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.cancel-btn {
  color: var(--primary-color);
  background-color: transparent;
  margin-right: 1rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.save-btn {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 140px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.add_address h4,
.price-details h4 {
  font-size: 24px;
  font-weight: 500;
}

.price-details h4 span {
  font-weight: 300;
}

.select-address .modal-dialog {
  max-width: 1000px;
}

.f-24 {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
}

.c_close {
  background-color: transparent;
  border: none;
  padding: 0;
}

.select-address .modal-body {
  padding: 30px 30px;
}

.select-address .address-option {
  background-color: #fff;
  padding-left: 50px;
}

.select-address .modal-content {
  background-color: #f4f4f4;
  border-radius: 30px;
}

.c_radio {
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  background-color: #f4f4f4;
}

.edit_pen {
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  top: 15px;
  color: #222222;
  font-size: 8px;
  background-color: #f2f2f2;
  text-align: center;
}

.address-option.selected {
  border: 1px solid #ee8222;
  background-color: rgb(67, 160, 71, 0.1);
}

.address-option.selected .edit_pen {
  background-color: #fff;
}

.wallet-points {
  border: 1px solid #f0f0f0;
  padding: 20px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.custom-check {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.wallet-points label {
  font-size: 18px;
  font-weight: 500;
}

.wallet-points p {
  padding-left: 27px;
}

.wallet-amount {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}

.payment-container {
  border: 1px solid #f0f0f0;
  padding: 20px 20px;
  border-radius: 10px;
}

.payment-container h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.payment-tab ul li a {
  font-size: 14px;
  color: #222222;
}

.payment-tab .nav-link {
  border-radius: 0;
  padding: 15px;
  text-align: left;
  /* border: 1px solid #ddd; */
  margin-bottom: 5px;
  font-weight: 400;
  width: 100%;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 0px;
  background-color: #f2f2f2;
  color: rgb(34, 34, 34, 0.5);
}

.payment-tab .nav-link.active {
  background: #ffff;
  border-left: 5px solid #416c34;
  color: #000;
}

.payment-box {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.payment-box h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.payment-box p {
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 400;
}

.payment-box input.form-control {
  border-radius: 5px;
}

.btn-verify {
  background-color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  height: 50px;
  border: none;
  color: #fff;
  width: 80px;
}

.thank-yoyu-message {
  background-color: #fafafa;
  padding: 30px 30px;
}

.thank-yoyu-message p {
  font-size: 20px;
  color: rgb(34, 34, 34, 0.5);
  font-weight: 400;
}

.thank-yoyu-message p a {
  color: rgb(34, 34, 34, 0.5);
}

.thank-yoyu-message p .c_font {
  font-weight: 600;
  color: #222222;
}

.goto-shoping {
  padding: 12px 16px;
  background: #ee8222;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}

.goto-shoping:hover {
  color: #fff;
}

.deliver-details {
  background-color: #f5f5f5;
  padding: 20px 20px;
  margin-top: 30px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.deliver-details h3 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(34, 34, 34, 0.5);
  margin-top: 3px;
  margin-bottom: 3px;
}

.deliver-details h4 {
  font-size: 18px;
  font-weight: 500;
  color: rgba(30, 30, 30, 0.5);
}

.deliver-details p {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.deliver-details h3 span {
  color: rgb(34, 34, 34);
}

.summary {
  background-color: #fafafa;
  padding: 25px 25px;
  margin-top: 25px;
  border-radius: 20px;
}

.summary h4 {
  font-size: 20px;
  font-weight: 600;
}

.deliver-details .box2 {
  text-align: right;
}

.cart-summary.style-2 {
  background-color: #f5f5f5;
  border: none;
}

.border-style-2 {
  border-color: #fff;
}

.order_number {
  margin-bottom: 30px;
}

.custom_bg {
  background-color: #f4f4f4;
}

.my-account-tab {
  background-color: #f4f4f4;
  padding: 15px 15px;
  border-radius: 10px;
  height: 100%;
}

.my-account-tab ul li {
  margin-bottom: 15px;
}

.my-account-tab ul li:last-child {
  margin-bottom: 0px;
}

.my-account-tab ul li a {
  padding: 15px 15px;
  display: block;
  background-color: #ffffff;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.icon-c2 {
  background-color: #222222;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}

.my-account-tab ul li a:hover {
  background-color: rgba(65, 108, 52, 0.1);
  color: #416c34;
}

.my-account-tab ul li a:hover .icon-c2 {
  background-color: #416c34;
}

.my-account-tab ul li a.active {
  background: rgba(65, 108, 52, 0.1);
  color: #416c34;
}

.my-account-tab ul li a.active .icon-c2 {
  background-color: #416c34;
}

.person-info {
  background-color: #f4f4f4;
  padding: 20px 20px;
  border-radius: 10px;
}

.person-info .img-box {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background-color: rgb(67, 160, 71, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.person-info .img-box img {
  border-radius: 50%;
  object-fit: cover;
}

.person-info h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.person-info p {
  font-size: 16px;
  margin-bottom: 3px;
  color: rgb(33, 33, 33, 0.5);
}

.edit_pro {
  padding: 12px 30px;
  border-radius: 10px;
  background-color: rgb(67, 160, 71, 0.1);
  color: #416c34;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}

.order-info {
  background-color: #fff;
  padding: 25px 25px;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.08);
}

.icon-h3 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #43a047;
  line-height: 50px;
  text-align: center;
}

.order-info2 h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
}

.order-info2 p {
  font-size: 14px;
  font-weight: 400;
  color: rgb(34, 34, 34, 0.7);
}

.c_btn {
  padding: 10px 20px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
}

.c_btn2 {
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
}

.order-details {
  padding: 15px 15px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 15px;
  position: relative;
}

.order-details .img-thumb {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  background-color: #f5f5f5;
  overflow: hidden;
  flex-shrink: 0;
}

/* .order-details.cancelled-order .img-thumb {
  width: 100px;
} */

.order-details.cancelled-order .img-thumb img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.order-details h4 {
  color: #222222;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 5px;
}

.order-details h5 {
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.85;
  margin-bottom: 5px;
}

.order-details p {
  font-size: 12px;
  color: rgba(34, 34, 34, 0.85);
  margin-bottom: 0;
}

.order-details p > span {
  font-weight: 500;
  color: #222222;
}

.order-details ul {
  width: 90%;
}

.order-details ul li:first-child a {
  padding-top: 0;
}

.order-details ul li:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}

.order-details ul li a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.goto {
  position: absolute;
  right: 20px;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
}

.icon-h3.cancelled {
  background-color: #e52b36;
}

.select-blk {
  min-width: 150px;
}

.backto {
  background: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  max-width: 145px;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
}

.dwld-invoice {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

.order-details2 {
  padding: 15px 15px;
  background-color: #f4f4f4;
  margin-top: 20px;
  border-radius: 15px;
  position: relative;
}

.order-details2 h4 {
  color: #222222;
  font-size: 16px;
  margin-bottom: 5px;
}

.order-details2 p {
  font-size: 16px;
  color: rgb(34, 34, 34, 0.7);
  margin-bottom: 0;
}

.icon-h4 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #ee8222;
  line-height: 50px;
  text-align: center;
}

.order-details.cancelled-order h4 {
  font-size: 16px;
}

.order-details.cancelled-order p {
  font-size: 16px;
}

.order-details2 .img-thumb2 {
  width: 100px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  flex-shrink: 0;
}

.cancelled-or {
  color: #ff4b4b;
  font-size: 16px;
  font-weight: 500;
}

.cancel-btn2 {
  background-color: #ff4b4b;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  margin-top: 30px;
  display: inline-block;
}

.cencel-order-modal .modal-dialog {
  max-width: 700px;
}

.cencel-order-modal .modal-body {
  padding: 30px 30px;
}

.cencel-order-modal .modal-content {
  background-color: #f4f4f4;
  border-radius: 20px;
}

.cencel-order-modal .order-info {
  padding: 20px 20px;
}

.cencel-order-modal h5 {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
}

.c-select {
  padding: 10px 20px;
}

.form-select:focus,
.form-control:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
  /*border: none;*/
}

.buttons-wrap {
  justify-content: end;
  gap: 10px;
  display: flex;
}

.linkc.bg-empty {
  color: #222222;
  background-color: transparent;
}

.linkc {
  background-color: #ff4b4b;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}

.edit-modal .modal-dialog {
  max-width: 700px;
}

.edit-modal .modal-body {
  padding: 30px 30px;
}

.edit-modal .modal-content {
  background-color: #f4f4f4;
  border-radius: 20px;
}

.edit-modal .order-info {
  padding: 20px 20px;
}

.edit-modal h5 {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
}

.form-label {
  color: rgb(34, 34, 34, 0.5);
}

.form-control {
  padding: 15px 15px;
}

.date-fi {
  background: url(../images/cal-ic.png) right 15px top 15px #ffff;
  background-repeat: no-repeat;
}

.quantity-input {
  padding: 0px;
}

.share-review {
  background-color: #fff;
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
}

.share-review p {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.write_review {
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 2px;
}

.share-review .star {
  font-size: 33px;
}

.refund-details h3 {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
}

.refund-details .wrap {
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
}

.refund-details .wrap p {
  color: rgb(34, 34, 34, 0.7);
  font-size: 16px;
}

.refund-details .wrap p:first-child span {
  font-weight: 500;
}

.success-tick {
  color: #43a047;
  font-size: 16px;
  font-weight: 500;
}

.cancel-btn3 {
  background-color: #ff4b4b;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  margin-top: 30px;
  display: inline-block;
}

.add_add_link {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

.address-wrap {
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.08);
}

.edit_pen2 {
  position: absolute;
  right: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  top: 15px;
  color: #222222;
  font-size: 8px;
  background-color: #f2f2f2;
  text-align: center;
}

.delete_pen {
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  top: 15px;
  color: #222222;
  font-size: 8px;
  background-color: #f2f2f2;
  text-align: center;
}

.edit_pen2 i,
.delete_pen i {
  font-size: 15px;
  color: rgb(34, 34, 34, 0.7);
  font-size: 12px;
}

.label-holder {
  background-color: #ee8222;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 10px 10px;
  border-radius: 20px;
}

.address-option .radio-blk {
  display: inline-block;
  position: relative;
  padding: 6px 20px 6px 40px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  background-color: #f2f2f2;
  color: #222222;
  font-size: 14px;
  border-radius: 20px;
}

.radio-blk.selected {
  background-color: var(--primary-color);
  color: #ffffff;
}

/* Hide the browser's default checkbox */
.radio-blk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.radio-blk .checkmark {
  position: absolute;
  top: 8px;
  left: 10px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 20px;
}

/* On mouse-over, add a grey background color */
.radio-blk:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.radio-blk input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radio-blk .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.radio-blk input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.radio-blk .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid var(--primary-color);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.address-option.active {
  border: 1px solid var(--primary-color);
}

.address-option.active .radio-blk {
  background-color: var(--primary-color);
  color: #ffffff;
}

.wallet-points-page .box {
  padding: 20px 20px;
  text-align: center;
}

.wallet-points-page .box h3 {
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 0px;
}

.wallet-points-page .box p {
  color: rgb(34, 34, 34, 0.7);
  margin-bottom: 5px;
}

.wallet-points-amount {
  font-size: 40px;
  font-weight: 500;
  color: var(--primary-color);
}

.wallet-points-page .nav-pills .nav-link.active {
  background-color: #416c34;
  border-radius: 10px;
  color: #fff;
}

.wallet-points-page .nav-pills .nav-link {
  font-size: 20px;
  background-color: #f5f5f5;
  color: #222222;
  padding: 15px 30px;
  border-radius: 10px;
  margin-right: 15px;
}

.credit-icon {
  background: #ffecec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

.statment-history {
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}

.statment-history span.creditamount {
  color: #fd3838;
  font-size: 16px;
  font-weight: 500;
}

.statment-history h4 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  color: #222222;
}

.statment-history p {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}

.statment-history span.debitamount {
  color: #148f3f;
  font-size: 16px;
}

.bigPara {
  font-size: 20px;
  line-height: 38px;
  color: rgb(30, 30, 30, 0.7);
}

.blog-wrap .blog-content {
  background-color: #faf7f2;
  padding: 20px 20px;
}

.blog-wrap .blog-content h3 {
  color: #1e1e1e;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}

.blog-wrap .blog-content p {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.date {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
  margin-bottom: 10px;
  display: block;
}

.read_more {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 200%;
  font-weight: 700;
  text-decoration: none;
}

.blog-wrap {
  border-radius: 20px;
  overflow: hidden;
}

.blog .row-1 {
  margin-top: 30px;
}

.blog .row-1 > * {
  margin-bottom: 15px;
  margin-top: 15px;
}

.blog-large-img {
  border-radius: 20px;
  margin-bottom: 30px;
}

.blog-content h1 {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-grid img {
  border-radius: 20px;
}

.blog-img img {
  width: 100%;
}

.search-box {
  display: flex;
  align-items: center;
  background: #f9f7f2;
  /* light background */
  border-radius: 10px;
  /* pill shape */
  padding: 8px 16px;
  width: 400px;
  /* adjust as needed */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.search-box input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #333;
}

.search-box input::placeholder {
  color: #999;
}

.search-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-details h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 20px;
}

.recent-blog {
  background-color: #f2f2f2;
}

.recent-blog h4 {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.recent-blog .blog-wrap .blog-content {
  background-color: #fff;
}

.terms-page h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 20px;
  color: #222222;
}

.terms-page p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: rgb(34, 34, 34, 0.7);
}

.terms-page ul {
  padding-left: 33px;
}

.terms-page ul li {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: rgb(34, 34, 34, 0.7);
  list-style: disc;
}

.bold {
  color: rgb(34, 34, 34, 1);
  font-weight: 500;
}

.about .content {
  text-align: center;
}

.about .content h5 {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about .content p {
  font-size: 20px;
  color: rgb(34, 34, 34, 0.7);
  line-height: 36px;
}

.custom-style {
  background: linear-gradient(
    90deg,
    #dc3545 0%,
    #f89b29 40%,
    #ff0f7b 70%,
    #ff0f7b 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Firefox support */
  color: transparent;
}

.special_label {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.special_text {
  background: linear-gradient(90deg, #ff0f7b, #ff3300, #ff0f7b);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.office-address {
  display: flex;
  align-items: center;
  gap: 15px;
  /* space between icon and text */
  padding-top: 40px;
  padding-right: 25px;
  padding-left: 10px;
  padding-bottom: 40px;
  height: 100%;
}

.office-address .icon-box {
  background: rgb(7, 148, 70, 0.1);
  padding: 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.office-address .icon-box img {
  width: 28px;
}

.office-address .text-box h4 {
  font-size: 26px;
  font-weight: 500;
  color: #222;
}

.office-address .text-box p {
  margin: 3px 0 0;
  font-size: 16px;
  color: #444;
  line-height: 1.4;
  font-weight: 400;
}

.office-address .text-box a {
  color: #444;
}

.gradient-border {
  border-right: 1px solid transparent;
  /* set border width */
  border-radius: 12px;
  /* optional rounded corners */
  border-image: linear-gradient(90deg, #a8e063, #72c659) 1;
}

.custom_border {
  margin-top: 40px;
  margin-bottom: 0px;
  border-top: 3px solid transparent;
  /* set border width */
  border-radius: 12px;
  /* optional rounded corners */
  border-image: linear-gradient(180deg, #72c659, #72c659) 1;
}

.feel-free-to-visit {
  background: url(../images/feel_free_BG.png);
  border-radius: 30px;
  padding: 50px 50px;
  background-size: cover;
}

.gmap {
  height: 400px;
}

.gmap iframe {
  border-radius: 30px;
  height: 100%;
}

.feel-free-to-visit h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 45px;
}

ul.social-share {
  margin-top: 20px;
}

ul.social-share li {
  display: inline-block;
  margin-right: 15px;
}

.social-share .ico-hold {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #ffffff;
  display: inline-block;
  line-height: 60px;
  text-align: center;
}

.feel-free-to-visit .box-left {
  padding-right: 15px;
}

.descr {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}

.feel-free-to-visit .box-left p {
  color: #fff;
  font-size: 16px;
}

.social-share li:nth-child(1) .ico-hold:hover {
  box-shadow: 0 0 12px rgba(59, 89, 152, 0.6);
  /* Facebook blue */
}

.social-share li:nth-child(2) .ico-hold:hover {
  box-shadow: 0 0 12px rgba(193, 53, 132, 0.6);
  /* Instagram pink */
}

.logreg-modal .modal-dialog {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.logreg-modal .modal-content {
  border-radius: 30px;
  background-image: url(../images/login_BG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login-box {
  max-width: 800px;
  margin: 80px auto;
  text-align: center;
}

.login-box h2 {
  text-align: left;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 30px;
}

.login-box p {
  font-size: 16px;
  margin-bottom: 30px;
  color: rgb(255, 255, 255, 0.7);
  text-align: left;
}

.login-box p a {
  color: rgb(255, 255, 255, 0.7);
  cursor: pointer;
}

.login-box .form-control {
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 16px;
}

.login-box .btn-login {
  width: 100%;
  background: var(--primary-color);
  color: #fff;
  border-radius: 10px;
  padding: 12px;
  font-size: 20px;
  font-weight: 500;
}

.btn-login:hover {
  background: var(--primary-color);
  color:#fff;
}

.divider {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #fff;
}

.divider span {
  margin: 0 10px;
  font-size: 14px;
  color: #fff;
}

.social-login {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-login a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.c_custom {
  position: absolute;
  right: 30px;
  top: 30px;
}

.logoinmodal {
  width: 320px;
}

.trackorder-modal .modal-dialog {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.tracking-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tracking-header h5 {
  font-size: 18px;
  color: rgb(34, 34, 34, 0.5);
  font-weight: 500;
}
.tracking-header h5 span {
  color: #222222;
}
.progress-track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* gray base line */
.progress-track .step::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 10px;
  background: #ffffff;
  z-index: 0;
}

/* green progress line */
.progress-track .step.completed::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  height: 10px;
  background: var(--primary-color);
  z-index: 1;
  width: 100%;
  transition: width 0.4s ease;
}

.progress-track .step:last-child:before {
  display: none;
}

/* steps: evenly spaced */
.progress-track .step {
  position: relative;
  z-index: 3;
  flex: 1;
  width: 100%;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 4;
}

.step.completed .circle {
  border-color: #fff;
  background: var(--primary-color);
  color: #fff;
}

.step.active .circle {
  border-color: #fff;
  background: var(--primary-color);
  color: #fff;
}

.progress-track .step .label {
  font-size: 18px;
  margin-top: 5px;
  color: #999;
  font-weight: 400;
}

.step.completed .label {
  color: var(--primary-color);
  font-weight: 400;
}
.step.active .label {
  color: var(--primary-color);
  font-weight: 400;
}

.progress-1::after {
  width: 0%;
}
.progress-2::after {
  width: 33%;
}
.progress-3::after {
  width: 66%;
}
.progress-4::after {
  width: 100%;
}

/* Timeline */
.tracking-updates {
  margin-top: 30px;
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 20px;
}
.tracking-updates h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 100%;
  background: #ddd;
}
.timeline li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
}
.timeline li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: #fff;
}
.timeline li.completed::before {
  background: #4caf50;
  border-color: #4caf50;
}
.timeline li .title-sm {
  font-weight: 500;
  font-size: 14px;
  color: rgb(34, 34, 34, 0.7);
  display: flex;
}
.timeline li .date {
  color: rgb(34, 34, 34, 0.5);
  font-size: 12px;
  margin-left: 8px;
  font-weight: 400;
  margin-bottom: 0px;
}
.timeline li p {
  margin: 5px 0 0;
  font-size: 14px;
  color: rgb(34, 34, 34, 0.5);
}

.trackorder-modal .modal-content {
  background-color: #f4f4f4;
}

.timeline li.completed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: calc(100% + 25px);
  background: var(--primary-color);
}
.timeline li.completed .title-sm,
.timeline li.completed .date {
  color: var(--primary-color);
}

.progress-track .step.completed:last-child:after {
  display: none;
}
.progress-track .step:last-child {
  flex: 0;
  width: 70px;
}

/* Preloader container */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff; /* background color */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Logo animation */
.logo-grow {
  width: 100px;
  animation: pulse 1.5s infinite ease-in-out;
}

/* Pulse effect */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

/* Hide preloader after load */
#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

/* ----------------------------------css-new-- */
.nav_block_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #f2f2f2;
}
.select_block {
  display: flex;
  flex-wrap: wrap;
  background: #ee8222;
  border-radius: 10px;
  padding-left: 13px;
  padding-right: 20px;
}
.select_block select {
  background: transparent;
  outline: none;
  border: none;
  color: #fff; /* color of selected text */
  width: 117px;
  padding: 12px 5px;
  font-size: 18px;
}

/* Dropdown options */
.select_block select option {
  color: #000; /* black text inside dropdown */
  background: #fff; /* optional: white background for better contrast */
}

header .dropdown-toggle::after {
  display: none;
}

.ofr-disc-02 {
  margin-left: 15px;
  background: #416c34;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 36px;
  color: #ffffff;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
}

.nots_block {
  background: #f5f5f5;
  border-radius: 15px;
  padding: 3%;
}
.not-icn-block {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating-block {
  background: rgba(238, 130, 34, 0.1);
  padding: 5px 10px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.not-txt-block span {
  color: #ee8222;
  font-weight: 600;
}

.not-txt-block p {
  font-size: 14px;
  margin-bottom: 5px;
}
.Together-block {
  width: 100%;
  padding: 7%;
  border-radius: 15px;
  background: #f2f2f2;
}

/*@media (min-width: 1024px) {*/
/*  .myacount,*/
/*  .payment,*/
/*  .terms-page,*/
/*  .cart-page,*/
/*  .blog,*/
/*  .blog-details,*/
/*  .address-page,*/
/*  .about {*/
/*    padding-top: 250px;*/
/*  }*/
/*  .product-page,*/
/*  .product-details {*/
/*    padding-top: 20px;*/
/*  }*/
/*}*/

.offer-badge {
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.offer-badge > p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 500;
  white-space: nowrap;
}

/* banner */
.banner-container {
  position: relative;
  /*margin-top: 144px;*/
  background: linear-gradient(to left, #fbffe9, #fbffe9);
}

.banner-content {
  display: flex;
  justify-content: space-between;
  max-width: 1340px;
  margin: 0 auto;
  min-height: 600px;
  align-items: center;
}
.image-wrappet {
  position: relative;
}
.image-wrappet > picture {
  position: relative;
  display: block;
  max-width: 575px;
}

.image-wrappet > .bottum-shadow {
  position: absolute;
  z-index: 9;
  bottom: -33px;
  left: 53%;
  transform: translateX(-50%);
  background: #222222;
  border-radius: 50%;
  width: 373px;
  height: 45px;
  filter: blur(23px);
  opacity: 0.5;
}

.main-title {
  color: #416c34;
  text-align: left;
  font-family: "Shadeon";
  font-size: 110px;
  line-height: 100%;
  font-weight: 400;
  margin-top: 90px;
}

.banner-content-right {
  max-width: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  position: relative;
}
.banner-content-right::before {
  content: "";
  background-image: url("../images/icons/banner-title-icon-left.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 65px;
  height: 59px;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-content-right::after {
  content: "";
  background-image: url("../images/icons/banner-title-icon-right.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 65px;
  height: 59px;
  position: absolute;
  top: 0;
  right: 0;
}
.banner-content-right > p {
  color: #222222;
  text-align: center;
  font-family: "Satoshi";
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin: 0;
}
.banner-content-right > button {
  background: #416c34;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 70px;
  color: #fbffe9;
  font-size: 20px;
  line-height: 200%;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border: none;
  outline: none;
  margin-top: 20px;
}
.banner-content-right > button:hover {
  background-color: #e2a01d;
}
/* category */

.category-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.category-image-wrapper {
  background-image: url("../images/image/category_bg.png");
  width: 160px;
  height: 160px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-image-wrapper > img {
  height: 120px;
  width: 120px;
}
.offer-tag {
  background-image: url("../images/image/offer-tag-bg.png");
  width: 150px;
  height: 40px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
}

.offer-tag > span {
  color: #ffffff;
  font-size: 16px;
  line-height: 200%;
  font-weight: 700;
  font-family: "Satoshi";
}

.category-link {
  color: #222222;
  font-size: 20px;
  line-height: 200%;
  font-weight: 700;
  margin-top: 10px;
  font-family: "Satoshi";
}

/* new arrivals */

.title {
  color: #222222;
  font-family: "Satoshi";
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
}

.sub-title {
  color: #222222;
  font-family: "Satoshi";
  font-size: 30px;
  line-height: 200%;
  font-weight: 700;
  text-transform: uppercase;
}

.view-all-button {
  color: #222222;
  font-family: "Satoshi";
  font-size: 20px;
  line-height: 200%;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.view-all-button > img {
  margin-left: 10px;
  width: 12px;
  height: 24px;
}

.absolute-block {
  display: flex;
  justify-content: space-between;
  top: 15px;
  left: 15px;
  position: absolute;
  width: 91%;
}

.sale-wrapper {
  background: #416c34;
  border-radius: 5px;
  padding: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}

.sale-wrapper > span {
  color: #ffffff;
  font-size: 13px;
  line-height: 150%;
  font-weight: 500;
  white-space: nowrap;
}

.offer {
  background-image: url("../images/image/offer_bg.png");
  width: 50px;
  height: 33px;
  background-size: 100% 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 10px;
  margin-right: -10px;
}

.offer > span {
  color: #ffffff;
  font-family: "Poppins-MediumItalic", sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
  line-height: 12px;
}

.product-box-img-wrap {
  
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-box-img {
  height: 100%;
  width: 100%;
  max-width: 280px;
  object-fit: contain;
  max-height: 280px;
}

.price_rate .price_box {
  color: #222222;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}

.price_rate .price_box .no-offer {
  color: #222222;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  font-style: italic;
  text-decoration: line-through;
  opacity: 0.8;
  margin-left: 7px;
}

/* offers-section  */

.w-20 {
  width: 20%;
}

.offers-section {
  background: #f2e1c9;
}

.offers-section-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.offers-section-title {
  color: #222222;
  text-align: left;
  font-family: "ClashDisplay-Bold", sans-serif;
  font-size: 40px;
  line-height: 200%;
  font-weight: 700;
  text-transform: uppercase;
}

.product-card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.product-price {
  padding: 10px 0;
  background: linear-gradient(90deg, #ffcc70, #ff6f61);
  color: #ffffff;
  font-family: "Satoshi";
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
.product-image {
  padding: 20px;
  width: 190px;
  height: 190px;
}

.product-image > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.product-title {
  color: #222222;
  font-family: "Satoshi";
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}

/* Price Drop on Tablets */

.price-drop-section {
  background: linear-gradient(
      180deg,
      rgba(255, 244, 223, 1) 0%,
      rgba(241, 186, 85, 1) 100%
    ),
    linear-gradient(to left, #fff4df, #fff4df);
}

.price-drop-card {
  background: linear-gradient(
    90deg,
    rgba(96, 83, 159, 1) 0%,
    rgba(164, 149, 240, 1) 100%
  );
  border-radius: 20px;
  padding: 20px 22px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-drop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.price-drop-card-img {
  width: 245px;
  height: 245px;
  margin-bottom: 15px;
}

.price-drop-card-img > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.price-drop-title {
  color: #ffffff;
  font-family: "Satoshi";
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
}
.price-drop-price {
  color: #ffffff;
  font-family: "Satoshi";
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}

/* Gamin section */

.gaming-section {
  background: linear-gradient(
      180deg,
      rgba(228, 255, 223, 1) 0%,
      rgba(85, 187, 241, 1) 100%
    ),
    linear-gradient(to left, #fff4df, #fff4df);
}

.gaming-card {
  background: linear-gradient(
    90deg,
    rgba(159, 83, 131, 1) 0%,
    rgba(240, 149, 152, 1) 100%
  );
  border-radius: 20px;
  padding: 20px 22px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.gaming-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.gaming-card-img {
  width: 245px;
  height: 245px;
  margin-bottom: 15px;
}

.gaming-card-img > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.gaming-title {
  color: #ffffff;
  font-family: "Satoshi";
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
}
.gaming-price {
  color: #ffffff;
  font-family: "Satoshi";
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}

/* footer */

.footer {
  background-color: #ebe8e5;
  padding: 40px 0;
  font-size: 14px;
}
.footer a {
  text-decoration: none;
  color: #222222;
  transition: color 0.3s ease;
}
.footer a:hover {
  color: #416c34;
}

.social-icons {
  margin-top: 20px;
  display: flex;
  gap: 30px;
}
.social-icons > a {
  background: #416c34;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 14px;
}
.social-icons > a > img {
  width: 16px;
  height: 18px;
  object-fit: contain;
}
.copy-rights-text {
  color: #222222;
  font-family: "Satoshi";
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  opacity: 0.8;
  margin-top: 15px;
}
.social-icons a:hover {
  color: #416c34;
}
.footer-title {
  color: #222222;
  font-family: "Satoshi";
  font-size: 20px;
  font-weight: 600;
  
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 41px;
  margin-left:20px;
}
.footer-links > li > a {
  color: #222222;
  font-family: "Satoshi";
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.footer-links > li > a::before {
  content: "";
  background-image: url("../images/icons/right-arrow-greeen.svg");
  position: absolute;
  z-index: 2;
  left: -20px;
  top: 3px;
  width: 8px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-text {
  color: #222222;
  font-family: "Satoshi";
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  margin-top: 15px;
  display:flex;
}

.contact-text > img {
  width: 24px;
  /*height: 24px;*/
  margin-right: 10px;
  object-fit: contain;
}

/*  */

.search-box-1 {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.pt-30 {
  padding-top: 30px;
}

.thumb-bg {
  background: #f2f2f2;
  border: 1px solid #cccccc;
}

.product-large-wrapper {
  background: #f2f2f2;
  border-radius: 20px;
  position: relative;
  padding: 10px;
  height: 100%;
}

.product-large-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-large-top-head {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 121, 89, 1) 0%,
    rgba(255, 207, 87, 1) 69.9999988079071%,
    rgba(242, 242, 242, 1) 100%
  );
  border-radius: 20px 0 0 0;
  padding: 6.25px 12.5px;
  color: #ffffff;
  font-family: "Poppins-MediumItalic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  width: 100px;
}

.ofr-text {
  color: #008000;
  text-align: left;
  font-family: "Satoshi";
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}

.paid-tag {
  background: rgba(67, 160, 71, 0.1);
  color: #222222;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 50px;
  display: inline-block;
}

.icon-rounded {
  background-color: #28a745;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  /* width: 16px;
  height: 16px; */
}

.custompad-3 {
  padding-bottom: 30px;
}

.brows-by-text {
  color: #222222;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 38px;
}
.read_more img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 8px;
}

.about-text > h5 {
  color: #222222;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  text-transform: uppercase;
}

.about-text .title {
  color: #ee8222;
}

.about-text p {
  opacity: 0.7;
  font-size: 20px;
}

.about-text ol li {
  color: #222222;
  font-size: 20px;
  line-height: 200%;
  font-weight: 400;
  list-style-type: disc;
  margin-left: 25px;
}

/*.logo a {*/
/*  width: 100px;*/
/*}*/

/*.logo a img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: contain;*/
/*}*/

.top_block_03 {
  display: none;
  gap: 16px;
}

.navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 15px;
  position: relative;
}

.navbar-nav .nav-link:hover {
  color: #000;
}

.mega-menu {
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 1000;
}

.mega-menu ul li a {
  color: #555;
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 4px 0;
}

.mega-menu ul li a:hover {
  color: #000;
}

.menu-dropdown:hover > .mega-menu {
  display: block;
}

.dropdown-menu.mega-menu {
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}

.menu-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}

.menu-dropdown.active .dropdown-menu {
  display: block;
}

/* login */

.modal-content {
  min-width: 600px;
}

.login-modal .modal-content {
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
}

.login-modal .modal-header {
  border-bottom: none;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
}

.login-modal .modal-body {
  padding: 0;
  text-align: center;
}

.modal-body-content {
  padding: 30px;
  background: #f2f2f2;
}

.login-modal .login-header {
  color: #1e1e1e;
  text-align: left;
  font-size: 30px;
  line-height: 150%;
  font-weight: 600;
}

.login-modal .login-subtext {
  color: #1e1e1e;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  opacity: 0.5;
}

.login-modal input.form-control {
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 10px;
}

.login-modal .btn-login {
  background-color: #f57c00;
  color: white;
  font-weight: bold;
  width: 100%;
  border-radius: 8px;
  height: 50px;
}

.login-modal .social-login {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.login-modal .social-login button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  font-size: 20px;
}

.form-control {
  color: #1e1e1e;
  text-align: left;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  /*opacity: 0.4;*/
  background-color: #fff;
  height: 50px;
}

.form-control-label {
  color: #222222;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}

.form-control.quantity-input {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
  text-align: center;
}

.login-modal .top-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.login-modal .top-icons img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* otp */

.otp-wrapper > h2 {
  color: #1e1e1e;
  text-align: left;
  font-size: 30px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 10px;
}

.otp-wrapper p {
  color: #1e1e1e;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  opacity: 0.5;
}

.otp-wrapper .resend {
  font-size: 14px;
  color: #f37021;
  cursor: pointer;
  margin-left: 5px;
}

.back-login {
  color: #1e1e1e;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  opacity: 0.5;
  width: 100%;
  display: flex;
}

.back-login:hover {
  text-decoration: underline;
}

.register {
  text-align: right;
  color: rgba(30, 30, 30, 0.5);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  width: 100%;
}

.register > span {
  font-size: 14px;
  color: #f37021;
  cursor: pointer;
  margin-left: 5px;
}

.mt-150 {
  margin-top: 150px;
}

/* side product */

.side-product-card {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 260px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.side-product-card-image-container {
  position: relative;
  background: #ffffff;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  border-radius: 20px;
}

.side-product-card-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.side-product-card-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #00c9a7;
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  text-transform: capitalize;
}

.side-product-card-checkbox {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 22px;
  height: 22px;
  background: #ff8533;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.side-product-card-checkbox::after {
  content: "✓";
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.side-product-card-info {
  margin-top: 15px;
}

.side-product-card-title {
  color: #222222;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}

.side-product-card-price-container {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.side-product-card-current-price {
  color: #222222;
  text-align: left;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
}

.side-product-card-original-price {
  color: #222222;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  text-decoration: line-through;
  opacity: 0.7;
}

.side-product-card-discount {
  color: #008000;
  font-size: 14px;
  font-weight: 500;
}

.side-product-add-button-wtapper {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  align-items: center;
}

.side-product-add-button {
  background: none;
  border: none;
  outline: none;
}

.side-product-add-button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  cursor: pointer;
}

.my-accordion-button {
  color: #222222;
  font-size: 22px;
  line-height: 150%;
  font-weight: 500;
  border: none;
  background: none;
  outline: none;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.my-accordion-button img {
  width: 10px;
  height: 15px;
  object-fit: contain;
  margin-left: 10px;
}

.my-accordion-button[aria-expanded="true"] img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.my-accordion-button img {
  width: 10px;
  height: 15px;
  object-fit: contain;
  margin-left: 10px;
  transition: transform 0.3s ease; /* for smooth animation */
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.input-group input {
  text-align: start;
}

/*  Shop By Category */

/*.category-wrapper {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  gap: 20px;*/
/*  flex-wrap:wrap;*/
/*}*/

.category-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
.category-wrapper::-webkit-scrollbar-track {
  background-color: #e3e3e3;
  border-radius: 10px;
}

/* Handle */
.category-wrapper::-webkit-scrollbar-thumb {
  background: #416c34;
  border-radius: 10px;
}

/* Handle on hover */
.category-wrapper::-webkit-scrollbar-thumb:hover {
  background: #416c34;
}

/*.category-card-container {*/
/*  min-width: 174px;*/
/*}*/

.category-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-image-wrap {
  padding: 10px 10px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 120px;
  /*width: 150px;*/
}

.category-wrap p {
  color: #222222;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 10px;
  /*margin-bottom:0px;*/
}

/* Offer banner */

.offer-banner {
  border-radius: 20px;
  height: 639.53px;
  overflow: hidden;
}

.offer-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Top Picks */

.top-picks-wrapper {
  background: linear-gradient(
      180deg,
      rgba(255, 244, 223, 1) 0%,
      rgba(241, 186, 85, 1) 100%
    ),
    linear-gradient(to left, #fff4df, #fff4df);
  border-radius: 20px;
  padding: 30px;
}

.top-picks-wrapper > h2 {
  color: #222222;
  text-align: center;
  font-size: 40px;
  line-height: 200%;
  font-weight: 700;
  text-transform: uppercase;
}

.top-picks-card-wrapper {
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*width: 290px;*/
  height: 290px;
}

.top-picks-card-wrapper.card-bg-1 {
  background: #416c34;
}
.top-picks-card-wrapper.card-bg-1:hover {
  background: #28b050;
}

.top-picks-card-wrapper.card-bg-2 {
  background: #28b050;
}
.top-picks-card-wrapper.card-bg-3 {
  background: #41674c;
}
.top-picks-card-wrapper.card-bg-4 {
  background: #416c34;
}
.top-picks-card-wrapper > h6 {
  color: #ffffff;
  font-size: 23px;
  line-height: 150%;
  font-weight: 600;
  text-transform: uppercase;
}

.top-picks-card-wrapper > p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

/*.mt-214 {*/
/*  margin-top: 180px;*/
/*}*/
/*.banner-container{margin-top:180px;}*/
/* ======= */

.page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.page-title > h2 {
  color: #416c34;
  font-size: 36px;
  line-height: 200%;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.title-border {
  background: linear-gradient(
    90deg,
    rgba(65, 108, 52, 1) 0%,
    rgba(126, 210, 101, 1) 100%
  );
  height: 1px;
  width: 40%;
}

/* /// */

.page-top-category-wrapper {
  display: flex;
  justify-content: space-between;
   overflow-x: auto;
  gap: 20px;
}

.page-top-category-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.page-top-category-wrapper::-webkit-scrollbar-track {
  background-color: #e3e3e3;
  border-radius: 10px;
}

.page-top-category-wrapper::-webkit-scrollbar-thumb {
  background: #416c34;
  border-radius: 10px;
}

.page-top-category-wrapper::-webkit-scrollbar-thumb:hover {
  background: #416c34;
}

.page-top-category-card-container {
  min-width: 100px;
}

.page-top-category-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-top-category-image-wrap {
  padding: 10px 28px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 100px;
  width: 100px;
}

.page-top-category-wrap > p {
  color: #222222;
  text-align: center;
  font-size: 16px;
  line-height: 200%;
  font-weight: 500;
}

.stock-status {
  color: #008000 !important;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.stock-status > span {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 128, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.stock-status > span::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #008000;
  border-radius: 50%;
}

.delivery-status {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 10px 15px;
}

.delivery-status > span {
  color: #ffa500;
  font-weight: 700;
}

.discription-wrapper > h5 {
  color: #222222;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}

.discription-wrapper > p {
  color: #222222;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin-top: 20px;
}

.discription-wrapper > a {
  color: #416c34;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-decoration: underline;
}

.product-box-content-wrapper > h4 {
  color: #222222;
  text-align: left;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.product-box-content-wrapper > p {
  color: #222222;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  opacity: 0.7;
  margin-bottom: 5px;
}

.ratings-wrapper {
  background-color: #f2f2f2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 5% 10%;
  border-radius: 20px;
  height: 100%;
  flex-wrap: wrap;
}

.rating-details {
  text-align: center;
  color: #ff406c;
  width: 100%;
  margin-bottom: 25px;
}

.rating-details p {
  font-size: 20px;
  color: rgb(34, 34, 34, 1);
}

.rating-details h2 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Satoshi";
  font-weight: 600;
  color: #222222;
}

.rating-section-bars {
  flex: 1;
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 20px;
}

.select-flavor > span {
  color: #222222;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  opacity: 0.7;
}

/* cart */

.cart-item-wrapper {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  padding: 20px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 20px;
}

.cart-item-image-wrapper {
  background: #f2f2f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  padding: 10px;
  margin-bottom: 0;
}

.cart-item-text-wrapper > p {
  color: #222222;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  opacity: 0.7;
  margin-bottom: 0;
}

.cart-item-text-wrapper > h3 {
  color: #222222;
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
  margin: 13px 0;
}

.quantity-btn-container {
  display: flex;
}

.quantity-btn-container .dlt-btn {
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink:0;
}

.quantity-btn-wrapper {
  background: #f2f2f2;
  border-radius: 5px;
  border-style: solid;
  border-color: #dfdfdf;
  border-width: 0.5px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120px;
  height: 50px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
  margin-right: 10px;
}

.quantity-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.quantity-btn-wrapper .btn {
  width: 40px;
  height: 40px;
  padding: 0px;
  border: none;
  background-color: transparent;
  border-radius: 50px !important;
  font-size: 25px;
  color: #222222;
}

.quantity-input {
  text-align: center;
  font-size: 20px;
  border: none;
  font-weight: 500;
  font-family: "Satoshi";
  color: #222222;
  background: transparent;
}

.total-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 15px;
}

.total-wrapper > h3 {
  color: #222222;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}

.total-wrapper > p {
  color: #222222;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  opacity: 0.5;
  margin-bottom: 0;
}

/* payment */

.title-page-top {
  color: #222222;
  font-size: 36px;
  line-height: 200%;
  font-weight: 700;
  margin-bottom: 20px;
}

.box-bg {
  background: #f5f5f5;
}

.ul-styles {
  padding-left: 33px;
  margin-top: 0px;
  margin-bottom:20px;
}

.ul-styles > li {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: rgb(34, 34, 34, 0.7);
  list-style: disc;
}

.download-text {
  color: #416c34 !important;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  white-space: nowrap;
}

.download-text > img {
  margin-left: 5px;
}

.return-item {
  color: #416c34;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}

.review-wrapper {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-wrapper > p {
  color: #222222;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 0;
}

.review-wrapper a {
  color: #222222;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-decoration: underline;
}

.debit-icon {
  background: #dfebe3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

.custom-list {
  margin: 10px 0;
}

.custom-list > li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.custom-list > li > span {
  color: #1e1e1e;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.custom-list > li > p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: rgb(34, 34, 34, 0.7);
  margin-bottom: 0;
}

.condition-text h4 {
  color: #1e1e1e;
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom:10px;
}

.f-36 {
  color: #222222;
  font-size: 36px;
  line-height: 200%;
  font-weight: 700;
}

.deliver-detail {
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 20px 20px;
  margin-top: 30px;
  border-radius: 20px;
  width: 100%;
}

.cart-right {
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.cart-right h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 15px;
}

.cart-right p {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  color: rgb(34, 34, 34, 0.8);
}

.cart-right > span {
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
}

.disc-color {
  color: #008000;
}

.cart-right .total {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
}

.cart-right .total > span {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
}

.cart-right .free_delivery_tip {
  color: #008000;
}

/* success */

.success-top-right {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.success-top-right span {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.5;
}

.success-top-right h2 {
  color: #222222;
  font-size: 36px;
  line-height: 150%;
  font-weight: 700;
}

.success-top-right p {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
}

.order-detail-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-radius: 12px;
  max-width: 600px;
  margin: 5px auto;
}

.order-detail-card .product-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.order-detail-card .product-img {
  position: relative;
  background: #f2f2f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  padding: 10px;
}

.order-detail-card .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order-detail-card .product-img .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #222;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-detail-card .product-detail h6 {
  color: #222222;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  opacity: 0.7;
  margin-bottom: 3px;
}

.order-detail-card .product-detail h5 {
  color: #222222;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 3px;
}

.order-detail-card .product-detail p {
  color: #222222;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  opacity: 0.7;
  margin: 0;
}

.order-detail-card .product-price-details {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.search-icon img{
  width: 20px;
}


.max-w-cart{ min-width: 700px;}

.menu-dropdown .dropdown-menu h6 a{color:#222222;}

.btn-login {
  background-color: var(--primary-color);
  color: white;
  font-weight: bold;
  width: 100%;
  border-radius: 8px;
  height: 50px;
}
.menu-dropdown .dropdown-menu ul{margin-bottom:20px;}
.cart-list {
  display: flex;
  flex-direction: column;
}

.cart-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-list{margin-top:5px;margin-bottom:5px;}
.category-swiper .swiper-button-prev {
  display: none !important;
}

.category-swiper {
  position: relative;
}

.category-swiper .single-next-arrow {
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  color:#222222;
  background-color:#fff;
  width:35px;
  height:35px;
  border-radius:50px;
}

.category-swiper .single-next-arrow::after {
  font-size: 20px;
}

.category-list .category-image-wrap-2{height:150px;background: #f2f2f2;position:relative;padding:10px;border-radius:10px;margin-bottom:10px;}
.category-list .category-image-wrap-2 img{position:absolute;top:0;right:0;bottom:0;lefT:0;margin:auto;max-width:100%;max-height:100%;margin:auto;}
.category-list .category-card-container p{font-weight:bold;}
.header.sticky{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  background:#fff;
  z-index:9999;
  transition: all .35s ease;
  transform: translateY(0);
  transition: all 1s cubic-bezier(.23,1,.32,1);
  animation-name: move;
  animation-duration: .3s;
}
.header.sticky .offer-badge{display:none;}
.download-app{display: flex;gap:20px;margin-top:20px;}
.download-app a img{max-width:140px;width:100%0;}
@keyframes move {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}