html {
  font-size: unset;
  line-height: unset !important;
}

:root {
  --total-slide: var(--total-slide);

  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: #ff6b6b;
  --title-color: hsl(0, 0%, 15%);
  --text-color: hsl(0, 0%, 35%);
  --body-color: hsl(0, 0%, 95%);
  --container-color: hsl(0, 0%, 100%);

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Poppins", sans-serif;
  --h2-font-size: 10px;
  --small-font-size: 7px;
}

* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  color: #030004;
  background-color: #f0f0f0;
  overflow-x: hidden;
}

.row {
  text-align: center;
}

#sform {
  margin-top: 10px;
}

.example input[type="text"] {
  padding: 5px;
  font-size: 17px;
  border: 1px solid grey;
  width: 60%;
  background: #f1f1f1;
  border-radius: 5px;
}

.example button {
  width: auto;
  background: #ff6b6b;
  color: white;
  font-size: 17px;
  text-align: center;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  border-radius: 5px;
}

.example button:hover {
  background: #9de4c9;
}

.example::after {
  content: "";
  clear: both;
  display: table;
}

.topnav {
  overflow: hidden;
  background-color: #088c5c;
  margin-top: 10px;
}

.topnav a {
  float: left;
  display: block;
  color: gold;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #088c5c;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}

.active {
  color: #ff6b6b;
}

#ul {
  padding: 10px 0 9px;
  line-height: 1.42857143;
}

#ul li {
  justify-content: center;
}

#ul li a {
  color: gold;
  padding-right: 2px;
  font-weight: bold;
}

#ul li :hover {
  color: white;
  text-decoration: none;
}

#ul li a i {
  color: #088c5c;
}

/*######################### Form Style #######################################*/
#login-form input {
  margin-bottom: 10px;
  height: 35px;
  border: 1px solid rgb(75, 75, 75);
  padding-left: 10px;
}

.forgot_password:hover {
  text-decoration: none;
}

#Register input {
  margin-bottom: 5px;
  margin-top: 5px;
  height: 35px;
  border: 1px solid rgb(75, 75, 75);
  padding-left: 10px;
}

/*######################### Footer Style #############################*/
#footerb {
  border-top: 2px solid rgb(175, 168, 168);
  background: #e5e5e5;
  background: #ff6b6b;
}

a:hover {
  color: rgb(17, 202, 202);
  text-decoration: none;
}

.btn-success {
  background: #088c5c !important;
}

.btn-success:hover {
  background: #05724a;
  text-decoration: none;
}

/*Breadcrumb Section*/
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  margin-top: 5px;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  display: flex;
}

.breadcrumb > li + li:before {
  content: ">\00a0";
  color: #cccccc;
}

.breadcrumb ul {
  text-align: right;
}

@media (max-width: 991px) {
  .breadcrumb {
    padding: 8px 10px;
    text-align: left;
  }
}

#prodarea {
  box-sizing: border-box;
  box-shadow: 0px 0px 1px black;
  margin-top: 10px;
  margin-bottom: 5px;
}

#prodimg {
  margin-top: 5px;
  background: #fff;
}

#iheart {
  color: grey;
}

#iheart:hover {
  color: rgb(252, 57, 57);
}

#pgrodarea {
  box-sizing: border-box;
  box-shadow: 0px 0px 1px black;
  margin-left: 5px;
  margin-bottom: 5px;
  height: 200px;
}

#rating {
}

#slider {
  margin-bottom: 20px;
}

th {
  text-align: center;
}

th,
td {
  border: 1px solid #ff6b6b;
  background: lightcyan;
  color: #ff6b6b;
  text-align: center;
}

table {
  border-collapse: collapse;
  text-align: center;
}

@media (max-width: 600px) {
  .cart_qty_small {
    display: block;
  }
}

#custom_form_box {
  font-size: 15px;
  background-color: lightcyan;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  margin: 5px;
  padding: 5px;
  color: #ff6b6b;
}

/* Remove the default number input arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*this code for seller form start*/
.business {
  background: url(./seller_doc/media/busspurple.png);
}

.partners {
  background: url(./seller_doc/media/Partner_Details_purple.png);
}

.auth-sig {
  background: url(./seller_doc/media/Authorized_Signatory_purple.png);
}

.bplace {
  background: url(./seller_doc/media/Principal-Place_purple.png);
}

.goods {
  background: url(./seller_doc/media/goods_purple.png);
}

.state {
  background: url(./seller_doc/media/state_purple.png);
}

.declaration {
  background: url(./seller_doc/media/declaration_purple.png);
}

.complete .business {
  background: url(./seller_doc/media/busswhite.png);
}

.complete .partners {
  background: url(./seller_doc/media/Partner_Details_white.png);
}

.complete .auth-sig {
  background: url(../seller_doc/media/Authorized_Signatory_white.png);
}

.complete .bplace {
  background: url(./seller_doc/media/Principal-Place_white.png);
}

.complete .goods {
  background: url(./seller_doc/media/goods_white.png);
}

.complete .state {
  background: url(./seller_doc/media/state_white.png);
}

.complete .declaration {
  background: url(./seller_doc/media/declaration_white.png);
}

.regapp {
  height: 100px;
  margin: 0 0 20px 0;
  color: #212121;
  padding: 18px 0;
}

.regapp .col-xs-12 {
  background-color: #ffee77;
}

@media screen and (max-width: 991px) {
  .regapp .appmodify,
  .regapp .appperc {
    display: none;
  }
}

@media screen and (min-width: 545px) and (max-width: 991px) {
  .regapp .headapptype,
  .regapp .appdue {
    width: 50%;
  }
}

@media screen and (min-width: 401px) and (max-width: 545px) {
  .regapp .headapptype,
  .regapp .appdue {
    width: 100%;
  }

  .regapp .headapptype p,
  .regapp .appdue p {
    display: inline-block;
    font-size: 16px;
  }

  .regapp .headapptype p:last-child,
  .regapp .appdue p:last-child {
    margin-left: 15px;
  }

  .regapp .headapptype p:last-child:before,
  .regapp .appdue p:last-child:before {
    content: ":";
    padding-right: 15px;
  }
}

@media screen and (max-width: 400px) {
  .regapp .headapptype p,
  .regapp .appdue p {
    display: block;
    font-size: 16px;
  }
}

.regapp .apptype {
  font-size: 20px;
  font-family: verdana;
}

.regapp .lbl {
  font-family: inherit;
  font-size: 18px;
  padding: 10px 0;
  margin: 0;
}

.regapp .date {
  font-size: 20px;
  min-height: 28px;
}

.regapp .date .dleft {
  font-size: 16px;
}

@media screen and (max-width: 610px) {
  .regapp .date .dleft {
    display: none;
  }
}

.regapp .status {
  font-size: 18px;
}

.complete a::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  /*where to replace the icon */
  top: 0px;
  left: 100px;
  /*background */
  background: url("./seller_doc/media/fa-check.png") no-repeat;
}

.complete.active a::after {
  background: url("./seller_doc/media/fa-check-gray.png") no-repeat;
}

/*this code for seller form end*/

.spinner-page {
  background: transparent;
  width: 100%;
  display: none;
  overflow: hidden;
  position: fixed;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  top: 0px;
  left: 0px;
  -webkit-animation: removebar 3s ease-in-out;
  backdrop-filter: blur(1px);
}

.spinner {
  position: absolute;
  z-index: 1000000;
  height: 120px;
  width: 120px;
  right: 45%;
  top: 45%;
  border: 6px solid;
  border-color: #088c5c transparent #088c5c transparent;
  border-radius: 50%;
  animation: spin 1.3s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
    display: none;
  }
}

/* Header Code */

:root {
  --max-width: 73.75rem;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000000000;
  font-family: "Public Sans", sans-serif;
  font-weight: 900;
  background: #fff;
}

@media screen and (min-width: 62em) {
  header {
    padding-bottom: 0;
  }
}

header *,
header :after,
header :before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

header a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

header iframe,
header img {
  max-width: 100%;
}

header button,
header input {
  font-weight: 400;
  background: none;
  border: none;
  outline: none;
  font-family: inherit;
}

header ol,
header ul {
  list-style-type: none;
}

@media (prefers-reduced-motion: reduce) {
  header *,
  header :after,
  header :before {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: scroll !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}

.header .header_container {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 93.75em) {
  .header .header_container {
    --max-width: 90rem;
    max-width: var(--max-width);
  }
}

.header .header_row {
  display: flex;
}

header {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  font-family: Rubik, sans-serif;
}

header h1,
header h2 {
  line-height: 1.1;
}

header h2 {
  font-size: 1.5rem;
}

header h3,
header h4,
header h5,
header h6 {
  line-height: 1.2;
}

.header .nav-badge {
  position: absolute;
  top: -25%;
  right: -25%;
  background: #fec701;
  font-size: 0.8125rem;
  padding: 0.05em 0.4em;
  border-radius: 50%;
}

@media screen and (min-width: 62em) {
  .header .nav-badge {
    top: -8%;
    right: -3%;
  }
}

.header .header__middle-nav {
  background: #fff;
  padding-bottom: 20px !important;
  padding: 0.7rem 0 4rem;
}

@media screen and (min-width: 48em) {
  .header .header__middle-nav {
    padding-bottom: 0.7rem;
  }
}

.header .header__middle-nav-logo img {
  cursor: pointer;
  width: 10wv;
  height: 240%;
  top: -70%;
  left: 2%;
  position: absolute;
}

.header .header__middle-nav-logo span {
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin: auto 0;
}

.header .header__middle-nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header .header__middle-nav-item {
  position: relative;
  padding-inline: 0.6em;
}

.header .header__middle-nav-item:first-child {
  order: 1;
}

.header .header__middle-nav-item:nth-child(2) {
  display: none;
  order: 2;
  padding-inline: 0;
  margin-left: auto;
}

.header .header__middle-nav-item:nth-child(2) svg {
  align-self: center;
  cursor: pointer;
}

@media screen and (min-width: 62em) {
  .header .header__middle-nav-item:nth-child(2) {
    display: flex;
  }
}

.header .header__middle-nav-item:nth-child(3) {
  margin-left: auto;
  order: 4;
}

@media screen and (min-width: 48em) {
  .header .header__middle-nav-item:nth-child(3) {
    margin-left: 0;
  }
}

.header .header__middle-nav-item:nth-child(4) {
  order: 5;
}

.header
  .header__middle-nav-item:nth-child(4):hover
  .header__middle-nav-menu-minicart--wishlist {
  height: auto;
  transform: translateY(0);
  opacity: 1;
}

.header .header__middle-nav-item:nth-child(5) {
  order: 6;
}

.header
  .header__middle-nav-item:nth-child(5):hover
  .header__middle-nav-menu-minicart {
  height: auto;
  transform: translateY(0);
  opacity: 1;
}

.header .header__middle-nav-item:not(:first-child) svg:hover {
  stroke: #fec701;
}

.header .header__middle-nav-menu {
  display: flex;
}

@media screen and (min-width: 62em) {
  .header .header__middle-nav-menu {
    gap: 0.1875rem;
  }
}

.header .header__middle-nav-menu:hover .header__middle-nav-icon {
  stroke: #fec701;
}

.header .header__middle-nav-menu:hover .top {
  color: #d9a302;
}

.header .header__middle-nav-menu:hover .bottom {
  color: #fabb00;
}

.header .header__middle-nav-menu-text-content {
  display: none;
}

@media screen and (min-width: 62em) {
  .header .header__middle-nav-menu-text-content {
    display: flex;
    flex-direction: column;
    text-transform: capitalize;
  }

  .header .header__middle-nav-menu-text-content .top {
    font-size: 0.8125rem !important;
    margin-bottom: -0.25rem;
    color: #757575;
  }

  .header .header__middle-nav-menu-text-content .bottom {
    font-size: 0.875rem !important;
    color: rgba(0, 0, 0, 0.8);
  }
}

.header .header__middle-nav-icon-wrapper {
  position: relative;
}

.header .header__middle-nav-icon {
  stroke: rgba(0, 0, 0, 0.8);
  width: 1.5625rem;
}

@media screen and (min-width: 62em) {
  .header .header__middle-nav-icon {
    width: 2rem;
  }
}

.header .header__bottom-nav {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid hsla(0, 0%, 40%, 0.2);
  z-index: 99;
  overflow: hidden;
}

@media screen and (min-width: 62em) {
  .header .header__bottom-nav {
    display: none;
  }
}

.header .header__bottom-nav-list {
  display: flex;
  justify-content: space-between;
}

.header .header__bottom-nav-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.3125rem 0;
}

.header .header__bottom-nav-btn {
  display: inline-block;
  padding-inline: 0.3125rem;
}

.header .header__bottom-nav-icon {
  display: block;
  stroke: rgba(0, 0, 0, 0.8);
  width: 1.5625rem;
  margin: 0 auto;
}

.header .header__bottom-nav-menu-name {
  display: block;
  font-size: 0.8125rem;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .header .header__bottom-nav-menu-name {
    font-size: 0.9375rem;
  }
}

.header .header_search-wrapper {
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .header .header_search-wrapper {
    max-width: 25rem;
    position: relative;
    margin-inline: auto;
    order: 3;
  }
}

@media screen and (min-width: 62em) {
  .header .header_search-wrapper {
    max-width: 21.875rem;
    margin-left: 0.7em;
  }
}

@media screen and (min-width: 75em) {
  .header .header_search-wrapper {
    width: 40vw;
    max-width: 35rem;
  }
}

.header .header_search-wrapper .search-bar {
  padding: 0.8em 4em 0.8em 1.5em;
  line-height: normal;
  border: 2px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 0.25rem;
}

.header .header_search-wrapper .search-bar:focus {
  border: 2px solid #fec701;
}

.header .header_search-wrapper .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-inline: 0.8rem;
  background: #fec701;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  cursor: pointer;
}

.header .header_search-wrapper .search-btn:hover {
  background: #f6c101;
}

.header .header_search-wrapper .search-icon {
  width: 1.25rem;
  stroke: rgba(0, 0, 0, 0.8);
}

.header .header__middle-nav-menu-minicart,
.header .header__middle-nav-menu-minicart--wishlist {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 21.875rem;
  height: 0;
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 0.25rem;
  z-index: 1100;
  transform: translateY(0.625rem);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0, 0.85, 0.74, 1),
    opacity 0.3s cubic-bezier(0, 0.85, 0.74, 1);
}

@media screen and (min-width: 62em) {
  .header .header__middle-nav-menu-minicart,
  .header .header__middle-nav-menu-minicart--wishlist {
    display: block;
  }
}

.header .header__middle-nav-menu-minicart--wishlist .title,
.header .header__middle-nav-menu-minicart .title {
  display: block;
  font-weight: 500;
  padding: 1em 0 1em 2em;
  background: #e0e0e0;
}

.header .header__middle-nav-menu-minicart--wishlist .content,
.header .header__middle-nav-menu-minicart .content {
  padding-top: 0.5vh;
  min-height: 6.25rem;
  display: flex;
  justify-content: left;
  align-items: center;
}

.header .header__middle-nav-menu-minicart--wishlist .content ul,
.header .header__middle-nav-menu-minicart .content ul {
  text-align: center;
  margin: auto;
  align-items: center;
}

.header .header__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -998;
  opacity: 0;
}

.header .selecloc {
  margin-left: 14%;
  position: relative;
}

.header .selecloc .selecloc_dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

.header .selecloc .selecloc_dropdown i {
  color: #088c5c;
}

.header .selecloc .selecloc_dropdown .text {
  font-weight: 500 !important;
  color: #088c5c;
  font-size: 150%;
  display: inline-block;
  align-items: center;
}

.header .selecloc .selecloc_dropdown .text i {
  font-size: 1.4rem;
}

.header .selecloc .location {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  width: 15rem;
  padding: 0.5rem 0.8rem;
  z-index: 8;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.header .selecloc .location ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0.3rem;
  background-color: #fff;
}

.header .selecloc .location ul li {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #495057;
  font-weight: 500;
  padding: 0.4rem 0;
  cursor: pointer;
  text-transform: capitalize;
}

.header .selecloc .location ul li a {
  text-transform: capitalize;
}

.header .selecloc .location ul li:hover {
  background-color: rgba(253, 234, 214, 0.3);
}

.header .selecloc .location ul li i {
  margin-right: 0.4rem;
  font-size: 1.6rem;
  background-color: transparent;
  padding: 0;
  color: #f69733;
  position: relative;
}

.header .selecloc .location ul li i:hover {
  background-color: transparent;
}

.header .selecloc .location input {
  width: 100%;
  border: 1px solid #f55d2c;
  height: 35px;
  padding: 5px 10px;
}

.header .selecloc:hover .location {
  display: initial;
}

.user:hover #userpanel {
  display: initial;
}

.header .user .userpanel {
  position: absolute;
  background-color: #fff;
  top: 100%;
  right: 2%;
  width: 18rem;
  display: none;
  padding: 0.5rem 0.8rem;
  z-index: 120;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.header .user .userpanel ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0.3rem;
  background-color: #fff;
}

.header .user .userpanel ul li {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #495057;
  font-weight: 500;
  padding: 0.9rem 0;
  cursor: pointer;
}

.header .user .userpanel ul li:hover {
  background-color: rgba(253, 234, 214, 0.3);
}

.header .user .userpanel ul li i {
  margin: 0;
  margin-right: 1rem;
  height: 22px !important;
  width: 18px !important;
  background-color: transparent;
  padding: 0;
  color: #f69733;
  position: relative;
}

.header .user .userpanel ul li i::before {
  padding: 0;
  margin: 0;
  height: 22px !important;
  width: 18px !important;
}

.header .user .userpanel ul li i:hover {
  background-color: transparent;
}

/* /////////////// Category Slider ///////////////// */

.category_slider {
  margin-bottom: 20px;
  margin-top: 0.5%;
  position: relative;
  z-index: 100;
  background: white;
  width: 99%;
  margin-left: 1%;
  place-items: center;
  overflow-x: clip;
  text-overflow: inherit;
}
.category_slider::after,
.category_slider::before {
  content: "";
  height: 100%;
  width: 20%;
  position: absolute;
  z-index: 10000;
}
.category_slider::before {
  left: 0;
  background-image: linear-gradient(to right, #f0f0f0 50%, transparent 50%);
  top: 0;
}
.category_slider::after {
  top: 0;
  background-image: linear-gradient(to left, #f0f0f0 50%, transparent 50%);
  right: 0;
}
.category_slider_track {
  display: flex;
  display: -webkit-flex;
  width: calc(250 * var(--total-slide));
  animation: autoplay 15s linear infinite;
}
.category_slider_track:hover {
  animation-play-state: paused;
}

.category_slide {
  width: calc(100vw / var(--total-slide));
  display: flex;
  text-align: center;
  align-items: center;
  cursor: pointer;
}

.category_slide a {
  color: #ff6b6b;
  font-weight: bold;
  font-size: 100%;
  width: 100%;
}
.category_slide a:hover {
  color: #088c5c;
}
.category_slide a img {
  width: calc(100vw / var(--total-slide));
  margin-bottom: 0;
}

.category_slide .subcategory {
  top: 100%;
  display: none;
  position: absolute;
  overflow-x: visible !important;
  left: 9wv;
  z-index: 12;
}

@keyframes autoplay {
  0% {
    transform: translateX(calc(7.5vw * 8));
  }
  100% {
    transform: translateX(calc(-10.4vw * var(--total-slide) / 2));
  }
}
.category_slide {
  margin: 0 1vw 0 1vw;
}
@media screen and (max-width: 1100px) {
  .category_slide:hover .subcategory {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .category_slide a {
    font-size: 2.5vw;
    font-weight: bold;
  }
  .category_slide {
    margin-bottom: 0px;
    width: calc(100vw / var(--total-slide));
  }
  .category_slider {
    width: 98%;
    margin-left: 2.2%;
  }
  @keyframes autoplay {
    0% {
      transform: translateX(calc(8vw * 8));
    }
    100% {
      transform: translateX(calc(-9.35vw * var(--total-slide) / 2));
    }
  }
}
@media screen and (min-width: 600px) and (max-width: 900px) {
  .category_slide {
    width: calc(110vw / var(--total-slide));
  }
  .category_slider {
    width: 98%;
    margin-left: 2%;
  }
  @keyframes autoplay {
    0% {
      transform: translateX(calc(9vw * 8));
    }
    100% {
      transform: translateX(calc(-9.5533vw * var(--total-slide) / 2));
    }
  }
}
/* //////////// Wishlist / Cart Code /////////////// */

.product-img {
  height: 62.5px;
}

.product-img img {
  height: 100%;
  box-sizing: border-box;
}

.product-item .product-detail {
  margin-left: 13.66px;
  margin-top: 18.75px;
  height: 43.75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 204.9px;
  text-align: left;
  overflow: hidden;
}

.product-item .product-actions {
  display: flex;
  width: 109.28px;
}

.product-item .product-actions#wishlist_to_cart {
  height: 20px;
  width: 85.13px;
  padding-left: 3px;
  margin-top: 31.25px;
  margin-left: 0;
  color: white;
  font-size: 11.5px;
  text-align: center;
  align-items: center;
  font-weight: bolder;
  background: #088c5c;
}

.product-item .product-actions#wishlist_to_cart:hover a {
  color: azure;
}

.product-item .product-actions button {
  height: 18.75px;
  width: 20.49px;
  margin: auto 6.83px;
  font-size: 12.5px;
  font-weight: bolder;
}

.product-item .product-actions #decrease {
  background: red;
}

.product-item .product-actions #increase {
  background: #088c5c;
}

.product-item .product-actions .quantity {
  font-size: 18.75px;
  margin: auto 0;
}

.content .product-item {
  margin: 0 6.83px;
  display: flex;
}

.grandtotal_hover {
  display: flex;
}

.grandtotal_hover .number_total {
  padding: 2px 3px;
}

.grandtotal_hover a {
  background: #088c5c;
  padding: 2px 3px;
  margin-left: 94px;
}

.grandtotal_hover a:hover {
  color: azure;
}

.content li {
  margin-bottom: 5px;
}

.product-actions #qty_plus span {
  right: 6px;
  top: -4px;
}

.product-actions #qty_minus span {
  right: 6px;
  top: -4px;
}

/* Customer Offer Images */

@media screen and (min-width: 1120px) {
  :root {
    --h2-font-size: 1.5rem;
    --small-font-size: 0.875rem;
  }
}

.card__container img {
  display: block;
  width: 100%;
  height: auto;
}

.image__container {
  padding: 0;
  margin: 0;
  width: 100vw;
  max-width: 100vw;
  display: grid;
  place-items: center;
}

.card__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* responsive columns */
  column-gap: 1rem;
  padding: 0 .5rem;
  margin: 0;
  width: 100%;
  max-width: 100vw;
}

.card__article {
  position: relative;
  overflow: hidden;
}

.card__img {
  width: 128px;
  border-radius: 1.5rem;
}

.card__data {
  width: 90%;
  background-color: var(--container-color);
  padding: 0.5rem 1rem;
  box-shadow: 0 8px 24px hsla(0, 0%, 0%, 0.15);
  border-radius: 1rem;
  position: absolute;
  bottom: -12rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  opacity: 0;
  z-index: 1000;
  transition: opacity 1s 1s;
}

.card__description {
  display: block;
  font-size: var(--small-font-size);
  margin-bottom: 0.25rem;
}

.card__title {
  font-size: var(--h2-font-size);
  font-weight: 500;
  color: var(--title-color);
}

.card__button {
  text-decoration: none;
  font-size: var(--small-font-size);
  font-weight: 500;
  color: var(--first-color);
}

.card__button:hover {
  text-decoration: underline;
}

/* Naming animations in hover */
.card__article:hover .card__data {
  animation: show-data 1s forwards;
  opacity: 1;
  transition: opacity 0.3s;
}

.card__article:hover {
  animation: remove-overflow 2s forwards;
}

.card__article:not(:hover) {
  animation: show-overflow 2s forwards;
}

.card__article:not(:hover) .card__data {
  animation: remove-data 1s forwards;
}

/* Card animation */
@keyframes show-data {
  50% {
    transform: translateY(-10rem);
  }

  100% {
    transform: translateY(-7rem);
  }
}

@keyframes remove-overflow {
  to {
    overflow: initial;
  }
}

@keyframes remove-data {
  0% {
    transform: translateY(-7rem);
  }

  50% {
    transform: translateY(-10rem);
  }

  100% {
    transform: translateY(0.5rem);
  }
}

@keyframes show-overflow {
  0% {
    overflow: initial;
    pointer-events: none;
  }

  50% {
    overflow: hidden;
  }
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 767px) {
  .image__container {
    display: none;
  }
}

/* For medium devices */
@media screen and (min-width: 768px) {
  .card__container {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.5rem;
  }
}

/* For large devices */
@media screen and (min-width: 1120px) {
  .card__container {
    grid-template-columns: repeat(4, 1fr);
  }

  .card__img {
    width: 248px;
  }
}

.product-main {
  margin: 22px 10px;
}

.outt {
  display: none;
}

.leftlst {
  position: absolute;
  margin: auto;
  top: 0;
  left: 15px;
  bottom: 0;
  background: #fff;
  width: 40px;
  border: none;
  z-index: 100;
  border-radius: 0px 5px 5px 0px;
  height: 100px;
  outline: none;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
  margin-top: 200px;
}

.rightlst {
  position: absolute;
  margin: auto;
  top: 0;
  right: 15px;
  z-index: 100;
  background: #fff;
  width: 40px;
  border: none;
  border-radius: 5px 0px 0px 5px;
  height: 100px;
  outline: none;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
}

.rescarousel .btn-default i {
  font-size: 16px;
  color: #000;
}

.rescarousel {
  float: left;
  top: 0;
  overflow: hidden;
  width: 100%;
}

.rescarousel-inner {
  transition: 0.5s ease all;
  float: left;
  height: 350px;
}

.rescarousel-inner .item {
  float: left;
}

.rescarousel-inner .product {
  width: 100%;
  height: 350px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  border: solid 0.9px transparent;
  transition: 0.5s;
}

.rescarousel-inner .product a {
  display: block;
}

.rescarousel-inner .product:hover {
  z-index: 50;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
}

.rescarousel-inner .product .product-image {
  width: 100%;
  height: 250px;
  padding: auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rescarousel-inner .product .product-image img {
  width: 100%;
  max-height: 220px !important;
}

.rescarousel-inner .product .product-txt {
  width: 100%;
  height: auto;
  text-align: left;
}

.rescarousel-inner .product .product-txt h1 {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  white-space: pre-wrap;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-align: left;
  -webkit-box-orient: vertical;
  margin: 0;
}

.rescarousel-inner .product .product-txt ul {
  padding: 0;
  margin: 0;
}

.rescarousel-inner .product .product-txt ul li {
  list-style: none;
  display: inline-block;
  margin-right: 2px;
}

.rescarousel-inner .product .product-txt ul li i {
  color: #ffc315;
  font-size: 12px;
}

.rescarousel-inner .product .product-txt p {
  font-size: 13px;
  color: #088c5c;
  margin: 0;
}

.rescarousel-inner .product .product-txt p del {
  color: #000;
  font-size: 11px;
}

.rescarousel-inner .product .product-txt p span {
  padding: 2px 5px;
  border: 1px solid #ccc;
  color: #ff6b6b;
  font-size: 15px;
}

.rescarousel-inner .product .product-txt p ~ p {
  text-align: right;
}

.product-main .row {
  text-align: inherit;
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .rescarousel-inner .product .product-txt p span {
    font-size: 12px;
  }

  .rescarousel-inner .product .product-txt p del {
    font-size: 6px;
  }

  .rescarousel-inner .product .product-txt p {
    font-size: 10px;
  }
}

/* New Code Applied on 04-11-24 */

.navigation__product li {
  margin: 0 !important;
}

.navigation__product li i {
  color: #ff6b6b;
}

.rating__bar ul li {
  list-style: none;
}

.rating__bar ul li span {
  display: inline-block;
  margin-bottom: 2px;
  background: rgba(190, 190, 190, 0.377);
  width: 200px;
  height: 7px;
  padding: 0;
  position: relative;
  border-radius: 0.25rem;
}

.product__preview_image {
  height: 70px;
}

@media screen and (min-width: 700px) and (max-width: 1250px) {
  .product__preview_image {
    width: 5vw;
    height: 15vh;
  }

  .product__image_container {
    /* height: ; */
    width: 10vw;
  }
}

@media screen and (max-width: 700px) {
  .product__preview_image {
    width: 10vw !important;
    height: 15vh !important;
  }
}

.rating__heading {
  margin-right: -90px;
  margin-left: 30px;
}

@media screen and (max-width: 500px) {
  .rating__heading {
    margin-left: 0;
    margin-right: -80px;
  }
}

.main_image_slider {
  height: max-content;
  padding: 2vh 0;
}

.main_image_slider .image__slider {
  position: relative;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.main_image_slider .image__slider img {
  height: auto;
  display: block;
  border-radius: 10px;
}

.main_image_slider .image__slider .owl-dots {
  margin-top: -3.5vh;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 100;
  position: absolute;
}

.main_image_slider .image__slider .owl-dot {
  background: #fff;
  border: 3px solid #088c5c;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

.main_image_slider .image__slider .owl-dot.active {
  background: #ff6b6b;
}

.product__slider {
  margin-top: 30px;
}

.product__slider .owl-carousel .product__card {
  width: 100%;
  height: 290px;
  max-height: 290px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 10px;
  background: #f0f0f0;
  border: solid 0.9px transparent;
  transition: 0.5s;
}
.top_brand_heading,
.product__slider .product_slider_heading {
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  padding-left: 15px;
  color:  #ff6b6b;
}

.product__slider .owl-carousel .product__card .product__image {
  width: 100% !important;
  overflow: hidden;
  height: 180px;
  display: flex;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  justify-content: center;
  align-items: center;
}

.product__slider .owl-carousel .product__card .product__image img {
  width: 100%;
  max-height: 180px !important;
  padding: 20px 20px;
  transition: padding 250ms ease-in-out;
}

.product__slider .owl-carousel .product__card .product__image img:hover {
  padding: 5px 5px;
}

.product__slider .owl-carousel .product__card .product_description .title {
  color: black;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product__slider .owl-carousel .product__card .product_description .title a {
  color: black;
}

.product__slider .owl-carousel .product__card .product_description .mrp_sp del {
  color: rgb(88, 88, 88);
  font-size: 14px;
}

.product__slider .owl-carousel .product__card .product_description .mrp_sp {
  color: #ff6b6b;
  font-weight: 600;
  font-size: 17px;
}

.product__slider .owl-carousel .product__card .product_description .off {
  float: right;
  padding: 2px 5px;
  color: #088c5c;
  font-weight: 600;
}

.product__slider .owl-carousel .product__card .add_to_cart {
  position: absolute;
  bottom: 0;
  width: 90%;
}

.product__slider .owl-carousel .product__card .add_to_cart button {
  text-align: center;
  width: 100%;
  outline: none;
  border: 1.5px solid #ff6b6b;
  border-radius: 0.25rem;
  font-weight: 700;
  color: #088c5c;
}
.subcategory_wrapper .owl-nav,
.product_carousel .owl-nav {
  position: relative;
}
.subcategory_wrapper .owl-nav button,
.product_carousel .owl-nav button {
  outline: none;
  background: #fff !important;
  position: absolute;
  border: none;
  border-radius: 50%;
  
  color: #0abd79;
  height: 40px;
  width: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.subcategory_wrapper .owl-nav button{
  top: -92px;
}
.product_carousel .owl-nav button {
  top: -207px;
}
.subcategory_wrapper .owl-nav button span ,
.product_carousel .owl-nav button span {
  font-size: 50px;
  position: absolute;
  border-radius: 50%;
  outline: none;
  top: -22px;
  color: #0abd79;
  border: none;
}
.subcategory_wrapper .owl-nav .owl-prev,
.product_carousel .owl-nav .owl-prev {
  left: 10px;
}
.subcategory_wrapper .owl-nav .owl-prev span,
.product_carousel .owl-nav .owl-prev span {
  left: 10px;
}
.subcategory_wrapper .owl-nav .owl-next,
.product_carousel .owl-nav .owl-next {
  right: 10px;
}
.subcategory_wrapper .owl-nav .owl-next span,
.product_carousel .owl-nav .owl-next span {
  right: 10px;
}

@media screen and (max-width: 600px) {
  .header .selecloc {
    margin-left: 22%;
  }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .header .selecloc {
    margin-left: 16%;
  }
}

@media screen and (max-width: 770px) {
  .header .header_search-wrapper {
    top: 140%;
    margin: 0 1vw;
  }

  .header {
    height: 100px;
  }
}

.add-cart-button button {
  transition: background 500ms ease-in-out, color 500ms ease-in-out;
  color: #088c5c;
  border: 1px solid #ff6b6b;
}

.add-cart-button i {
  transition: color 500ms ease-in-out;
  color: #ff6b6b;
}

.add-cart-button button:hover i {
  color: #fff !important;
}

.add-cart-button button:hover {
  color: #fff !important;
  background: #088c5c;
}

#location__ul li {
  cursor: pointer;
}

.empty__search {
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.login__container {
  position: relative;
  width: 90%;
  background-color: #fff;
  display: block;
  border-radius: 0.5rem;
  margin: 30px auto;
  overflow: hidden;
  min-height: 75vh;
}

.login__container .forms-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.login__container .signin-signup {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 75%;
  width: 50%;
  transition: 1s 0.7s ease-in-out;
  display: grid;
  grid-template-columns: 1fr;
  z-index: 5;
}

.login__container form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0rem 5rem;
  transition: all 0.2s 0.7s;
  overflow: hidden;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.login__container form.sign-up-form {
  opacity: 0;
  z-index: 1;
}

.login__container form.sign-in-form {
  opacity: 1;
  z-index: 2;
}

.login__container .title {
  font-size: 2.2rem;
  color: #444;
  margin-bottom: 10px;
}

.login__container .input-field {
  max-width: 380px;
  width: 100%;
  background-color: #f0f0f0;
  margin: 10px 0;
  height: 55px;
  border-radius: 55px;
  display: grid;
  grid-template-columns: 15% 85%;
  padding: 0 0.4rem;
  position: relative;
}

.login__container .input-field i {
  text-align: center;
  line-height: 55px;
  color: #acacac;
  transition: 0.5s;
  font-size: 1.1rem;
}

.login__container .input-field input {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
}

.login__container .input-field input::placeholder {
  color: #aaa;
  font-weight: 500;
}

.login__container .btn {
  width: 150px;
  background-color: #ff6b6b;
  border: none;
  outline: none;
  height: 49px;
  border-radius: 49px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0;
  cursor: pointer;
  transition: 0.5s;
}

.login__container .btn:hover {
  background-color: #ff6b6b;
}

.login__container .panels-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.login__container:before {
  content: "";
  position: absolute;
  height: 2000px;
  width: 2000px;
  top: -10%;
  right: 48%;
  transform: translateY(-50%);
  background-image: linear-gradient(-45deg, #ff6b6b 0%, #ff756b 100%);
  transition: 1.8s ease-in-out;
  border-radius: 50%;
  z-index: 6;
}

.login__container .image {
  width: 65%;
  display: block;
  margin-right: auto;
  margin-left: 21%;
  margin-top: 10px;
  transition: transform 1.1s ease-in-out;
  transition-delay: 0.4s;
}

.login__container .login__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
  text-align: center;
  z-index: 6;
}

.login__container .left-panel {
  pointer-events: all;
  padding: 3rem 17% 2rem 12%;
}

.login__container .right-panel {
  pointer-events: none;
  padding: 3rem 12% 2rem 17%;
}

.login__container .login__panel .login__content {
  color: #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  transition: transform 0.9s ease-in-out;
  transition-delay: 0.6s;
}

.login__container .login__panel h3 {
  font-weight: 600;
  line-height: 1;
  font-size: 1.5rem;
}

.login__container .login__panel p {
  font-size: 0.95rem;
  padding: 0.7rem 0;
}

.login__container .btn.transparent {
  margin: 0;
  background: none;
  border: 2px solid #fff;
  width: 130px;
  height: 41px;
  font-weight: 600;
  font-size: 0.8rem;
}

/* Match old form container styling */
.login__container .sign-up-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0rem 5rem;
  transition: all 0.2s 0.7s;
  overflow: hidden;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  opacity: 0;
  z-index: 1;
  text-align: center;
}

.login__container.sign-up-mode .sign-up-form {
  opacity: 1;
  z-index: 2;
}

/* Styling for note text */
.signup-note {
  font-size: 1rem;
  color: #555;
  margin: 15px 0 25px;
  line-height: 1.5;
}

/* App badges styling */
.app-badges {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.app-badges img {
  height: 55px;
  transition: transform 0.2s ease;
}

.app-badges img:hover {
  transform: scale(1.05);
}

.login__container .right-panel .image,
.login__container .right-panel .login__content {
  transform: translateX(800px);
}

/* ANIMATION */

.login__container.sign-up-mode:before {
  transform: translate(100%, -50%);
  right: 52%;
}

.login__container.sign-up-mode .left-panel .image,
.login__container.sign-up-mode .left-panel .login__content {
  transform: translateX(-800px);
}

.login__container.sign-up-mode .signin-signup {
  left: 25%;
}

.login__container.sign-up-mode form.sign-up-form {
  opacity: 1;
  z-index: 2;
}

.login__container.sign-up-mode form.sign-in-form {
  opacity: 0;
  z-index: 1;
}

.login__container.sign-up-mode .right-panel .image,
.login__container.sign-up-mode .right-panel .login__content {
  transform: translateX(0%);
}

.login__container.sign-up-mode .left-panel {
  pointer-events: none;
}

.login__container.sign-up-mode .right-panel {
  pointer-events: all;
}

@media (max-width: 870px) {
  .login__container {
    min-height: 600px;
  }

  .login__container .signin-signup {
    width: 100%;
    top: 95%;
    transform: translate(-50%, -100%);
    transition: 1s 0.8s ease-in-out;
  }

  .login__container .signin-signup,
  .login__container.sign-up-mode .signin-signup {
    left: 50%;
  }

  .login__container .panels-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr 1fr;
  }

  .login__container .login__panel {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 2.5rem 8%;
    grid-column: 1 / 2;
  }

  .login__container .right-panel {
    grid-row: 3 / 4;
  }

  .login__container .left-panel {
    grid-row: 1 / 2;
  }

  .login__container .image {
    width: 200px;
    transition: transform 0.9s ease-in-out;
    transition-delay: 0.6s;
  }

  .login__container .login__panel .login__content {
    padding-right: 15%;
    transition: transform 0.9s ease-in-out;
    transition-delay: 0.8s;
  }

  .login__container .login__panel h3 {
    font-size: 1.2rem;
  }

  .login__container .login__panel p {
    font-size: 0.7rem;
    padding: 0.5rem 0;
  }

  .login__container .btn.transparent {
    width: 110px;
    height: 35px;
    font-size: 0.7rem;
  }

  .login__container:before {
    width: 1500px;
    height: 1500px;
    transform: translateX(-50%);
    left: 30%;
    bottom: 68%;
    right: initial;
    top: initial;
    transition: 2s ease-in-out;
  }

  .login__container.sign-up-mode:before {
    transform: translate(-50%, 100%);
    bottom: 32%;
    right: initial;
  }

  .login__container.sign-up-mode .left-panel .image,
  .login__container.sign-up-mode .left-panel .login__content {
    transform: translateY(-300px);
  }

  .login__container.sign-up-mode .right-panel .image,
  .login__container.sign-up-mode .right-panel .login__content {
    transform: translateY(0px);
  }

  .login__container .right-panel .image,
  .login__container .right-panel .login__content {
    transform: translateY(300px);
  }

  .login__container.sign-up-mode .signin-signup {
    top: 5%;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 570px) {
  .login__container form {
    padding: 0 1.5rem;
  }
  .login__container .image {
    display: none;
  }
  .login__container .login__panel .login__content {
    padding: 0.5rem 1rem;
  }

  .login__container {
    padding: 1.5rem;
  }

  .login__container:before {
    bottom: 72%;
    left: 50%;
  }

  .login__container.sign-up-mode:before {
    bottom: 28%;
    left: 50%;
  }
}

/* Submit Customer Register Code */

.submit__otp_container {
  position: relative;
  width: 90%;
  display: block;
  margin: 30px auto;
  min-height: 100vh;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0.5rem;
}
.submit__otp_container:before {
  content: "";
  position: absolute;
  width: 2000px;
  height: 2000px;
  border-radius: 50%;
  background-image: linear-gradient(-45deg, #b463ff 0%, #c163ff 100%);
  top: -10%;
  right: 48%;
  transform: translateY(-50%);
  z-index: 6;
  transition: 1.8s ease-in-out;
}
.submit__otp_container .forms-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.submit__otp_container .forms-container .register {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  width: 50%;
  display: grid;
  grid-template-columns: 1fr;
  z-index: 5;
}
.submit__otp_container .forms-container form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 2;
}

.submit__otp_container .forms-container form .title {
  font-size: 2.2rem;
  color: #444;
  text-align: center;
  margin-bottom: 10px;
}

.submit__otp_container .forms-container form .input-field {
  max-width: 380px;
  width: 100%;
  height: 55px;
  background-color: #f0f0f0;
  margin: 10px 0;
  border-radius: 55px;
  display: grid;
  grid-template-columns: 15% 85%;
  padding: 0 0.4rem;
}

.submit__otp_container .forms-container form .input-field i {
  text-align: center;
  line-height: 52px;
  color: #acacac;
  font-size: 1.1rem;
}

.submit__otp_container .input-field input {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
}

.submit__otp_container .input-field input::placeholder {
  color: #aaa;
  font-weight: 500;
}

.submit__otp_container .btn {
  width: 150px;
  height: 49px;
  border: none;
  outline: none;
  border-radius: 49px;
  cursor: pointer;
  background-color: #ff6b6b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0;
  transition: 0.5s;
}
.submit__otp_container .btn:hover {
  background-color: #ff6b6b;
}

.submit__otp_container .panels-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.submit__otp_container .register__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
  text-align: center;
  z-index: 7;
}

.submit__otp_container .left-panel {
  pointer-events: all;
  padding: 3rem 17% 2rem 12%;
}

.submit__otp_container .image {
  width: 80%;
  transition: 1.1s 0.4s ease-in-out;
}

.submit__otp_container .register__panel .register__content {
  color: #fff;
  transition: 0.9s 0.6s ease-in-out;
}

.submit__otp_container .register__panel h3 {
  font-weight: 600;
  line-height: 1;
  font-size: 1.5rem;
}

.submit__otp_container .register__panel p {
  font-size: 0.95rem;
  padding: 0 0.7rem 0;
}

@media (max-width: 870px) {
  .submit__otp_container {
    min-height: 850px;
    height: 100vh;
  }
  .submit__otp_container .register {
    width: 100%;
    top: 95%;
    transform: translate(-50%, -100%);
    transition: 1s 0.8s ease-in-out;
  }

  .submit__otp_container .register {
    left: 50% !important;
    top: 66% !important;
  }

  .submit__otp_container .panels-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr 1fr;
  }

  .submit__otp_container .register__panel {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 2.5rem 8%;
    grid-column: 1 / 2;
  }

  .submit__otp_container .left-panel {
    grid-row: 1 / 2;
  }

  .submit__otp_container .image {
    width: 200px;
    transition: transform 0.9s ease-in-out;
    transition-delay: 0.6s;
  }

  .submit__otp_container .register__panel .register__content {
    padding-right: 15%;
    transition: transform 0.9s ease-in-out;
    transition-delay: 0.8s;
  }

  .submit__otp_container .register__panel h3 {
    font-size: 1.2rem;
  }

  .submit__otp_container .register__panel p {
    font-size: 0.7rem;
    padding: 0.5rem 0;
  }

  .submit__otp_container:before {
    width: 1500px;
    height: 1500px;
    transform: translateX(-50%);
    left: 30%;
    bottom: 68%;
    right: initial;
    top: initial;
    transition: 2s ease-in-out;
  }
}

@media (max-width: 570px) {
  .submit__otp_container form {
    padding: 0 1.5rem;
  }

  .submit__otp_container .image {
    display: none;
  }
  .submit__otp_container .register__panel .register__content {
    padding: 0.5rem 1rem;
  }
  .submit__otp_container {
    min-height: 800px;
    height: 100vh;
    padding: 1.5rem;
  }
  .submit__otp_container .register {
    left: 38% !important;
    top: 60% !important;
  }
  .submit__otp_container:before {
    bottom: 81%;
    left: 50%;
  }
}

/* Footer Code */

footer ul {
  padding-inline-start: 0;
}
footer {
  position: relative;
  margin-top: 40px;
  width: 100%;
  height: auto;
  padding: 5px 15px;
  padding-bottom: 15px;
  /* background: linear-gradient(180deg, #f0f0f0 10%, #ffffff 90%); */
  background: #fff;
}

footer .footer__container {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1.2fr 1fr 2fr;
  grid-gap: 20px;
}

footer .footer__container .footer_sec h3 {
  position: relative;
  font-size: 21.5px;
  color: #ff6b6b;
  font-weight: 500;
  margin-bottom: 15px;
}

footer .footer__container .footer_sec p {
  color: #333;
}

footer .footer__container .sci {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 50px);
}

footer .footer__container .sci li {
  list-style: none;
}

footer .footer__container .sci li a {
  border-radius: 0.25rem;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #ff6b6b;
  display: grid;
  align-content: center;
  justify-content: center;
  text-decoration: none;
}

footer .footer__container .sci li a i {
  color: #fff;
  font-size: 20px;
}

footer .footer__container .quicklinks {
  position: relative;
}
footer .footer__container .quicklinks ul {
  margin-block-start: 0 !important;
  padding-inline-start: 0 !important;
}
footer .footer__container .quicklinks ul li {
  list-style: none;
}

footer .footer__container .quicklinks ul li a {
  color: #555;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}

footer .footer__container .contact .info {
  position: relative;
}

footer .footer__container .contact .info li {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 16px;
}

footer .footer__container .contact .info li span {
  color: #555;
  font-size: 18px;
}
footer .footer__container .contact .info li a {
  color: #555;
  text-decoration: none;
}

.copyrightText {
  width: 100%;
  background: #fff;
  padding: 10px 50px 10px;
  text-align: center;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  footer {
    padding: 20px;
  }
  footer .footer__container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .copyrightText {
    padding: 10px 40px 10px;
  }
}

@media (max-width: 768px) {
  footer .footer__container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

@media screen and (max-width: 550px) {
  .product__slider .owl-nav {
    display: none;
  }
}


@media screen and (max-width: 550px) {
  .owl-next,
  .owl-prev{
    display: none !important;
  }}

.btn-primary {
    color: #fff !important;
    background-color: #088c5c !important;
    border-color: #088c5c !important;
}


/* ==== HEADER MAIN CONTAINER ==== */
.header_head {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(to bottom, #088c5c, #f0f0f0);
  padding: 0 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.header_groups {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.start-group,
.left-group,
.center-group,
.right-group {
  display: flex;
  align-items: center;
  flex: 1 1 0%; /* equal size */
  min-width: 0; /* prevents overflow */
  gap: 10px; /* space between items inside each group */
}

.start-group {
  max-width: 20%;
  flex: 1 1 25%;
}
.center-group {
  justify-content: center;
}
.right-group {
  justify-content: flex-end;
}

.location__container,
.search__container {
  display: flex;
  align-items: center;
  height: 40px;
}

/* ==== LOGO ==== */
.logo__container {
  flex-shrink: 1;
  max-width: 120px; /* control logo area */
  overflow: hidden;
}

.logo__container img {
  width: 100%;
  height: auto;
  object-fit: contain;
  cursor: pointer;
}

/* ==== MENU (hamburger) ==== */
.menu_dropdown_container {
  display: none;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 20px;
  background: #fff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.menu_dropdown_container i {
  color: #ff6b6b;
  font-size: 24px;
}

/* ==== LOCATION BUTTON ==== */
.location__container {
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* BUTTON */
.location__container button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 170px;
  height: 100%; /* <- Make height match parent */
  background: #fff;
  border: none;
  border-radius: 30px;
  padding: 0 12px; /* balanced padding */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #333;
}

/* LEFT SIDE: Icon + Text */
.location__container .location_left {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
}

.location__container .location_pin img {
  height: 18px;
  width: auto;
  flex-shrink: 0;
}

.location__container .location_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px; /* Adjust depending on total button width */
  color: #ff6b6b;
}

/* RIGHT SIDE: Chevron */
.location__container i.fa-chevron-down {
  font-size: 12px;
  color: #ff6b6b;
  flex-shrink: 0;
}

/* ==== SEARCH BAR ==== */
.search__container {
  position: relative;
}
.search__container input {
  border-radius: 30px;
  padding: 8px 15px;
  width: 390px;
  height: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.search__container button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 16px;
  color: #088c5c;
}

/* ==== ICON CONTAINERS (wishlist, cart, user) ==== */
.wishlist__container,
.cart__container,
.user__container {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 18px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.wishlist__container i,
.cart__container i,
.user__container i {
  color: #ff6b6b;
}

/* ==== USER DROPDOWN ==== */
.user__container .user_dropdown {
  background: #fff;
  position: absolute;
  top: 110%;
  right: 0;
  width: 220px;
  border-radius: 10px;
  padding: 10px;
  display: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
.user__container .user_dropdown.active {
  display: block;
}
.user__container .user_dropdown li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  font-size: 14px;
  color: #ff6b6b;
  list-style: none;
  transition: background 0.2s;
}
.user__container .user_dropdown li:hover {
  background-color: #f5f5f5;
}
.user__container .user_dropdown li a{
    color:#ff6b6b;
}


.location__selection {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 10vh;
}

.location__selection.active {
  display: block;
}

.location__selection_box {
  background: #fdfdfd;
  width: 90%;
  max-width: 500px;
  margin: auto;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  max-height: 80vh;
  overflow-y: auto;
}

/* Heading and close icon */
.location__selection_box .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.location__selection_box .heading h4 {
  margin: 0;
  font-weight: bold;
}
.location__selection_box .close_icon {
  background: rgba(255, 255, 255, 0.6);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #088c5c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Search bar */
.search__bar {
  position: relative;
  margin-bottom: 10px;
}
.search__bar input {
  width: 100%;
  height: 40px;
  padding: 5px 15px 5px 35px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 16px;
}
.search__bar i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: gray;
}

/* Location list */
.location__selection_box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 50vh;
  overflow-y: auto;
  background: #f0f0f0;
  border-radius: 6px;
}
.location__selection_box ul::-webkit-scrollbar {
  width: 8px;
}
.location__selection_box ul::-webkit-scrollbar-thumb {
  background: #ff6b6b;
  border-radius: 4px;
}
.location__selection_box ul li {
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  color: #333;
  cursor: pointer;
}
.location__selection_box ul li:hover {
  background: #e8e8e8;
}

/* Empty state */
.empty__search {
  padding: 30px;
  color: #777;
}
.empty__search img {
  height: 80px;
  margin-bottom: 10px;
}
/* Blur background when sidebar is open */
.blur {
  display: none;
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9999;
}
.blur.active {
  display: block;
}

/* Sidebar container */
.responsive_menu {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 10000;
  transition: margin-left 0.3s ease-in-out;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow-y: auto;
}
.responsive_menu.active {
  left: 0;
}

/* Close Icon */
.menu_close_container {
  padding: 10px;
  text-align: right;
}
.menu_close_container i {
  font-size: 24px;
  color: #ff6b6b;
  cursor: pointer;
}

/* Logo */
.menu_logo {
  margin: 20px auto 10px;
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ff6b6b;
}
.menu_logo img {
  width: 100%;
  height: auto;
}

/* Intro Text */
.menu_intro {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #ff6b6b;
  margin-bottom: 20px;
}

/* Menu Items */
.menu_ul {
  list-style: none;
  padding: 0 10px;
}
.menu_ul li {
  font-size: 18px;
  padding: 12px 16px;
  color: #ff6b6b;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  transition: background 0.2s;
}
.menu_ul li:hover {
  background: #088c5c;
  color: #fff;
}
.menu_ul li a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}
@media (max-width: 767px) {
  .header_groups {
    display: flex;
    flex-wrap: wrap; /* allow wrapping */
    align-items: center;
  }

  .menu_dropdown_container,
  .start-group,
  .left-group {
    display: flex;
    align-items: center;
  }

  .center-group {
    flex: 0 0 100%; /* full width */
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .search__container {
    width: 95%;
  }

  .right-group {
    display: none;
  }
}
@media (max-width: 1000px) and (min-width: 601px) {
  .header_groups {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .start-group {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
  }

  .left-group {
    order: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    min-width: 0;
  }

  .center-group {
    order: 3;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .search__container {
    width: 95%;
    display: flex;
    align-items: center;
  }

  .search__container input[type="text"] {
    width: 100%;
    flex: 1;
    min-width: 0;
  }

  .search__container button {
    flex-shrink: 0;
    margin-left: 5px;
  }
}


/* ==== RESPONSIVE - MOBILE ==== */
@media screen and (max-width: 600px) {
  .header_head {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
  }

  .left-group {
    width: 100%;
    justify-content: space-between;
  }

  .center-group {
    width: 100%;
    justify-content: center;
  }

  .search__container input {
    width: 90vw;
  }

  .wishlist__container,
  .cart__container,
  .user__container {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .wishlist__container,
  .cart__container,
  .user__container {
    display: none;
  }

  .menu_dropdown_container {
    display: flex;
    margin-left: 10px;
  }
}
