/* Inter Font Family */
/* Regular */
/* Black */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Black.otf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Black Italic */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-BlackItalic.otf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Bold Italic */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-BoldItalic.otf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

/* Extra Bold */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-ExtraBold.otf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* Extra Bold Italic */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-ExtraBoldItalic.otf") format("truetype");
  font-weight: 800;
  font-style: italic;
}


/* Extra Light Italic */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-ExtraLightItalic.otf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

/* Italic */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Italic.otf") format("truetype");
  font-weight: 400;
  font-style: italic;
}


/* Light Italic */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-LightItalic.otf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Medium Italic */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-MediumItalic.otf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

/* Regular */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Semi Bold */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-SemiBold.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Semi Bold Italic */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}


/* Thin Italic */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

/* Roboto Font Family */
/* Regular */
/* Black */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Black Italic */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Bold Italic */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

/* Italic */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Light Italic */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Medium Italic */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

/* Regular */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Thin */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

/* Thin Italic */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

:root {
  --banner-bg: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 56.73%,
      rgba(0, 0, 0, 0.33) 70%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  --globalbanner-bg: linear-gradient(0deg,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 100%);
  --product-bg1: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 56.73%,
      rgba(0, 0, 0, 0.33) 70%);
  --product-bg2: linear-gradient(0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%);
}

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

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Inter", "Roboto", sans-serif;
  color: #667085;
  background-color: #fff;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
  background: #e8e8e8;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
  background: #e8e8e8;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
  background: #e8e8e8;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: #e8e8e8 inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  background: #e8e8e8;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

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

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

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

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

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  background: transparent !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input,
textarea,
button {
  border: 0px;
  width: 100%;
}

.container {
  width: 100%;
}

.container_testimonial {
  width: 100%;
}

@media (min-width: 1300px) {
  .container_testimonial {
    max-width: 1749px;
  }
}



.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row>[class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */
.color-para {
  color: #cdcdcd !important;
}

.color-text {
  color: #353233 !important;
}

.color-primary {
  color: #ff7f00 !important;
}

.color-orange {
  color: #db5c02 !important;
}

.color-secondary {
  color: #000000 !important;
}

.color-highlight {
  color: #ff7f00 !important;
}

.color-white {
  color: #fff !important;
}

.color-lwhite {
  color: #fff;
}

.color-lgrey {
  color: #1d2939 !important;
}

.color-cream {
  color: #f7f8f9 !important;
}

.color-hwhite {
  color: #f5f5f5 !important;
}

.color-black {
  color: #000 !important;
}

.color-lblack {
  color: #344054 !important;
}

.color-grey {
  color: #cdcdcd !important;
}

.color-green {
  color: #0AC085 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-cream {
  background-color: #f7f8f9 !important;
}

.bg-hwhite {
  background-color: #f5f5f5 !important;
}

.bg-lblack {
  background-color: #1e1e1c !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-primary {
  background-color: #ff7f00 !important;
}

.bg-secondary {
  background-color: #000000 !important;
}

.bg-highlight {
  background-color: #ff7f00 !important;
}

.bg-orange {
  background-color: #db5c02 !important;
}

.bg-grey {
  background-color: #cdcdcd !important;
}

.bg-green {
  background-color: #0AC085 !important;
}

.font-italic {
  font-style: italic !important;
}

.w-fit {
  width: fit-content !important;
}

.bg-all {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  color: #000;
}

/* Regular Headings */
h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

/* Class Headings with !important */
.f-h1 {
  font-size: 45px !important;
  line-height: 55px !important;
}

.f-h2 {
  font-size: 40px !important;
  line-height: 50px !important;
}

.f-h3 {
  font-size: 35px !important;
  line-height: 45px !important;
}

.f-h4 {
  font-size: 32px !important;
  line-height: 42px !important;
}

.f-h5 {
  font-size: 24px !important;
  line-height: 34px !important;
}

.f-h6 {
  font-size: 20px !important;
  line-height: 30px !important;
}

a {
  cursor: pointer;
  line-height: 28px;
  color: unset;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none !important;
}

a:hover {
  color: unset;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}

.font-inter {
  font-family: "Inter", sans-serif !important;
}

.font-roboto {
  font-family: "Roboto", sans-serif !important;
}

.fp-14 {
  font-size: 14px;
  line-height: 22px;
  color: #141718;
}

.fp-19 {
  margin: 0px;
  font-size: 19px;
  line-height: 28px;
}

.fp-18 {
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
}

.fp-17 {
  margin: 0px;
  font-size: 17px;
  line-height: 28px;
}

.fp-16 {
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
}

.fp-15 {
  margin: 0px;
  font-size: 15px;
  line-height: 28px;
}

.fp-14 {
  margin: 0px;
  font-size: 14px;
  line-height: 28px;
}

.fpw3 {
  font-weight: 300 !important;
}

.fpw4 {
  font-weight: 400 !important;
}

.fpw5 {
  font-weight: 500 !important;
}

.fpw6 {
  font-weight: 600 !important;
}

.fpw7 {
  font-weight: 700 !important;
}

.fpw8 {
  font-weight: 800 !important;
}

.fpw9 {
  font-weight: 900 !important;
}

.coverbg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}

.ls {
  letter-spacing: 0.4px !important;
}

.ffm-ks {
  font-family: "Roboto", sans-serif;
}

.lh {
  line-height: 25px !important;
}

.lnh60 {
  line-height: 60px !important;
}

.text-right {
  text-align: right !important;
}

.mx-auto {
  margin: 0 auto;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center:before,
.align-center:after {
  content: none;
}

.align-center-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center-h:before,
.align-center-h:after {
  content: none;
}

.align-center-v {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center-v:before,
.align-center-v:after {
  content: none;
}

.align-center-v-b {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-center-v-b:before,
.align-center-v-b:after {
  content: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-center:before,
.justify-content-center:after {
  content: none;
}

.eq-height {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eq-height:before,
.eq-height:after {
  content: none;
}

#special-line {
  display: none;
}

.fa-phone {
  rotate: 90deg;
}

.list-show li {
  list-style: disc;
  margin-left: 15px;
  padding: 5px 0;
}

.b-none {
  border: none !important;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
  background: #e8e8e8;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
  background: #e8e8e8;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
  background: #e8e8e8;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: #e8e8e8 inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  background: #e8e8e8;
}

::-webkit-input-placeholder {
  color: #f0f8ff;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  color: #f0f8ff;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #f0f8ff;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #f0f8ff;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #f0f8ff;
  opacity: 1;
  /* Firefox */
}

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

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

.form-control:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  background: transparent !important;
}

hr {
  border: 1px solid #d9d9d9;
}

/* ------------------------------------------------------------------
 Template Default Button, Input Styles - Value Change with Your's Need
-------------------------------------------------------------------- */
.btnbanner a {
  padding: 10px 22px;
  border-radius: 2px;
  background: #ff7f00;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.btnbanner a:hover {
  background: #000;
  color: #fff;
}

.btnprimary a {
  padding: 8px 16px;
  border-radius: 12px;
  background: #ff7f00;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.btnprimary a:hover {
  background: #000;
  color: #fff;
}

.btnsecondary a {
  padding: 16px 32px;
  border-radius: 12px;
  background: #fff;
  color: #ff7f00;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.btnsecondary a:hover {
  background: #000;
  color: #fff;
}

.btnthird a {
  padding: 16px 32px;
  border-radius: 12px;
  background: #fff;
  color: #ff7f00;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.btnthird a:hover {
  color: #fff;
  background-color: #ff7f00;
}

.btnshop a {
  display: block;
  padding: 6px;
  font-size: 16px;
  border: 0.5px solid rgba(53, 50, 51, 0.72);
  border-radius: 8px;
  text-transform: capitalize;
  text-decoration: none;
  background: transparent;
  color: #525252;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}

.btnshop a:hover {
  background: #000;
  color: #fff;
}

.btncart a {
  padding: 8px 12px;
  border-radius: 2px;
  background: #667085;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.btncart a:hover {
  background: #000;
  color: #fff;
}

.btncontact button {
  padding: 12px 40px;
  border-radius: 8.005px;
  background: #ff7f00;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  line-height: 28.017px;
  /* 175% */
  letter-spacing: -0.4px;
}

.btncontact button:hover {
  background: #ff7f00;
}

/* scroll top animation fixed button css code  */

#scroll__top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99;
  outline: none;
  background-color: #000000;
  color: #fff;
  -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 22px rgba(255, 255, 255, 0.06);
  cursor: pointer;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#scroll__top:hover {
  background: #ff7f00;
}

#scroll__top.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll__top svg {
  width: 25px;
  line-height: 1;
}

/* global template css code end */

.main__content_wrapper {
  overflow: hidden;
}

/* golbal css code end */

/* New Drink Express Pages Css Code  */

/* login and signup page css code  */

.main-login-signup-box {
  padding: 40px 0;
  align-content: center;
  height: 100%;
}

.main-login-signup-box .input-form-box {
  padding: 32px 100px;
  height: 100%;
  border-radius: 2px;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.25);
}

.main-login-signup-box .heading-box {
  color: #667085;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.main-login-signup-box .heading-box .login-logo-img {
  margin-bottom: 40px;
}

.main-login-signup-box .heading-box .ls-link-text {
  color: #fff;
  font-size: 16px;
  line-height: 26.415px;
  margin-top: 20px;
}

.main-login-signup-box .heading-box .ls-link-text a {
  color: #38cb89;
  font-weight: 600;
}

.main-login-signup-box .form-control {
  padding: 8px 0;
  border-radius: 3px;
  color: #fff;
  border: none;
  border-bottom: 1.001px solid #ff7f00;
  background: transparent;
  margin-bottom: 30px;
}

.main-login-signup-box .form-control::placeholder {
  color: white !important;
}

.main-login-signup-box input:-webkit-autofill,
.main-login-signup-box input:-webkit-autofill:hover,
.main-login-signup-box input:-webkit-autofill:focus,
.main-login-signup-box input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.main-login-signup-box .btnbox {
  padding: 0 0 10px 0;
  display: flex;
  justify-content: center;
}

.main-login-signup-box .input-box {
  padding-bottom: 10px;
}

.main-login-signup-box .password-toggle {
  position: absolute;
  top: 7px;
  right: 15px;
  cursor: pointer;
  color: #ff7f00;
}

.main-login-signup-box .login-side-bg {
  height: 100%;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.remember-forgot {
  margin-bottom: 30px;
}

.custom-check {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background-color: transparent;
  border: 1.5px solid #fff;
}

.custom-check:checked {
  background-color: #ff7f00;
  border-color: #ff7f00;
}

.form-check-input:focus {
  box-shadow: none;
  outline: none;
}

/* Home page css code  */

.hero__slider--items .banner-image {
  background-color: #ddd;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-pcategory-section {
  padding: 70px 0 70px 0;
}

.home-pcategory-section .product-category-box {
  padding: 54px 0 0 0;
  overflow: hidden;
}

.home-pcategory-section .product-category-box .categories-flex-box {
  display: flex;
  gap: 55px;
  flex-wrap: wrap;
}

.home-pcategory-section .category-item {
  text-align: center;
  overflow: hidden;
}

.home-pcategory-section .cate-img-box {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 0.726px solid #fff;
  transition: border 0.3s ease;
}

.home-pcategory-section .cate-img-box img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.home-pcategory-section .category-item:hover .cate-img-box {
  border: 0.726px solid #ff7f00;
}

.home-pcategory-section .category-item:hover .cate-img-box img {
  transform: scale(0.98);
}

.home-pcategory-section .cate-name {
  color: #000;
  text-align: center;
  font-weight: 400;
  width: fit-content;
  margin: auto;
  transition: all 0.3s ease;
  padding: 1.451px;
  border-radius: 1.451px;
}

.home-pcategory-section .category-item:hover .cate-name {
  background: #000;
  padding: 1.451px;
  border-radius: 1.451px;
  color: #fff;
}

/* Home Page Product Box */

.home-pshow-box {
  padding: 60px 0;
}

.main-shop-section .product-carousel {
  width: 100%;
  padding: 60px 0;
}

.main-shop-section .product-carousel .purchase-box {
  position: relative;
  padding: 20px 15px;
  background: transparent;
  height: 100%;
  transition: 0.3s ease;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.02);
}

.main-shop-section .purchase-box:hover {
  border-radius: 2px;
  border: 1px solid #d1d1d1;
  background: #fff;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.04);
}

.main-shop-section .product-carousel .purchase-box .wishlist-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #000000;
  cursor: pointer;
  z-index: 9;
  border: 1px solid #000000;
  padding: 5px;
  border-radius: 50%;
}

.main-shop-section .product-carousel .purchase-box .wishlist-icon.active {
  color: #ac1e44;
  border: 1px solid #ac1e44;
}

/* Product Image */
.main-shop-section .product-carousel .purchase-box .prod-imge {
  height: 245px;
  overflow: hidden;
  margin-bottom: 15px;
}

.main-shop-section .product-carousel .purchase-box .prod-imge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.main-shop-section .purchase-box:hover img {
  transform: scale(1.05);
}

/* Product Details */
.main-shop-section .product-carousel .purchase-box .pro-text .produ-title a {
  color: #000;
  font-size: 15.99px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin-bottom: 5px;
}

.main-shop-section .product-carousel .purchase-box .pro-text .icon-number-box {
  color: #3090e8;
  display: flex;
  gap: 10px;
  align-items: center;
}

.main-shop-section .product-carousel .purchase-box .ratings {
  color: #efb402;
  gap: 7px;
  display: flex;
  align-items: center;
}

.main-shop-section .product-carousel .purchase-box .produ-price {
  color: #000;
  font-size: 19.987px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.4px;
  margin-bottom: 5px;
}

.main-shop-section .product-carousel .purchase-box .ratings {
  font-size: 14px;
  color: #ffc107;
}

/* Button */
.main-shop-section .product-carousel .purchase-box .btnbox {
  margin-top: 15px;
}

.main-shop-section .product-carousel .owl-carousel .owl-stage-outer {
  margin-bottom: 50px;
}

/* Owl Carousel Dots */
.main-shop-section .product-carousel .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.main-shop-section .product-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #cccccc47;
  display: block;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.main-shop-section .product-carousel .owl-dots .owl-dot.active span {
  background: #db5c02;
}

/* --- Owl Carousel Dots --- */
.main-shop-section .product-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  gap: 8px;
}

.main-shop-section .owl-theme .owl-dots .owl-dot {
  width: fit-content;
}

.main-shop-section .product-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #cccccc47;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.main-shop-section .product-carousel .owl-dot.active span {
  background: #db5c02;
  /* darker active dot */
}

/* --- Owl Carousel Arrows --- */
.main-shop-section .product-carousel .owl-nav {
  position: relative;
  margin-top: 40px;
}

.main-shop-section .product-carousel .owl-nav button {
  position: absolute;
  top: 3px;
  transform: translateY(-50%);
  background: transparent !important;
  border: none !important;
  font-size: 20px;
  color: #000;
  padding: 0 !important;
  margin: 0;
  z-index: 10;
}

.main-shop-section .product-carousel .owl-nav .owl-prev {
  left: -55px;
}

.main-shop-section .product-carousel .owl-nav .owl-next {
  right: -55px;
}

.main-shop-section .product-carousel .owl-nav button i {
  font-size: 16px;
  color: #000;
}

.main-shop-section .product-carousel .owl-nav button:hover i {
  color: #555;
}

/* General container styling */
.image-text-box {
  padding: 20px 0 40px 0;
}

/* Card container that holds the background image */
.image-text-box .img-text-card {
  background-size: cover;
  background-position: center;
  height: 489.686px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4.997px;
  overflow: hidden;
}

.image-text-box .box1 {
  padding: 40px 20px 50px 110px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 40.41%,
      rgba(0, 0, 0, 0.44) 75.92%),
    url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.image-text-box .box2 {
  padding: 40px 15px 20px 15px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 40.41%,
      rgba(0, 0, 0, 0.44) 75.92%),
    url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.image-text-box .box3 {
  padding: 40px 15px 40px 15px;
  justify-content: start;
  align-items: start;
}

/* Inner text container within the card */
.image-text-box .img-text-body {
  color: white;
  padding: 20px;
  width: 100%;
  bottom: 0;
}

.image-text-box .img-text-body .btnbox {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.image-text-box .img-text-card:hover .btnbox {
  transform: translateY(0);
  opacity: 1;
}

/* Title of the card */
.image-text-box .img-text-card-title {
  font-weight: 800;
  line-height: 150%;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}

/* Text below the title */
.image-text-box .img-text-card-text {
  margin-bottom: 5px;
  transition: all 0.5s ease-in-out;
}

.image-text-box .img-text-card.box1:hover .img-text-card-title,
.image-text-box .img-text-card.box2:hover .img-text-card-title,
.image-text-box .img-text-card.box1:hover .img-text-card-text,
.image-text-box .img-text-card.box2:hover .img-text-card-text {
  transform: translateY(-20px);
}

.image-text-box .btm-fixed-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 211.921px;
  height: 180.933px;
  object-fit: cover;
}

/* Section styling */
.gift-details-section {
  background: #db5c02;
  padding: 50px 0;
  color: #191315;
}

.gift-details-section .text-detail-box {
  padding: 0 150px 0 0;
}

.gift-details-section .gift-links-box {
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 388.751px;
  width: 100%;
}

/* Title styling */
.gift-details-section .gift-title {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}

/* Description styling */
.gift-details-section .gift-description {
  color: #191315;
  margin-bottom: 20px;
  /* 23.991px */
}

.gift-details-section .gift-links-box .gift-item a {
  color: #000;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  font-size: 27.982px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid #ff7f00;
  /* 41.973px */
}

.gift-details-section .gift-links-box .gift-item .tarrow {
  display: none;
  transition: all 0.4s ease;
  width: 28px;
  height: 28px;
  margin-top: 10px;
}

.gift-details-section .gift-links-box .gift-item a:hover .tarrow {
  display: block;
}

/* General container styling */
.product-imgtext-box {
  padding: 70px 0;
}

/* Card container that holds the background image */
.product-imgtext-box .product-itext-card {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4.997px;
  overflow: hidden;
}

.product-imgtext-box .box1 {
  padding: 120px 100px 20px 20px;
}

.product-imgtext-box .box2 {
  padding: 20px 20px 40px 20px;
  height: 100%;
  display: flex;
  align-items: start;
}

/* Inner text container within the card */
.product-imgtext-box .product-text-body {
  color: white;
  padding: 20px;
  width: 100%;
  bottom: 0;
}

.product-imgtext-box .product-text-body .btnbox {
  transform: translateY(60px);
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.product-imgtext-box .product-itext-card:hover .btnbox {
  transform: translateY(0);
  opacity: 1;
  bottom: 15px;
}

/* Title of the card */
.product-imgtext-box .product-itext-card-title {
  font-weight: 800;
  line-height: 150%;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}

/* Text below the title */
.product-imgtext-box .product-itext-card-text {
  margin-bottom: 5px;
  transition: all 0.5s ease-in-out;
}

.product-imgtext-box .product-itext-card.box1:hover .product-itext-card-title,
.product-imgtext-box .product-itext-card.box1:hover .product-itext-card-text {
  transform: translateY(-20px);
}

.product-imgtext-box .btm-fixed-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 211.921px;
  height: 180.933px;
  object-fit: cover;
}

/* General container styling */
.product-sideimg-carousel-box {
  padding: 10px 0 40px 0;
}

.product-sideimg-carousel-box .side-img-box {
  height: 100%;
  padding: 70px 45px 30px 70px;
  color: #d9d9d9;
}

.product-sideimg-carousel-box .side-img-box .para-box {
  padding: 10px 0 24px 0;
}

.product-sideimg-carousel-box .padding-box-carousel {
  padding: 0 15px 0 15px;
}

.product-sideimg-carousel-box .side-product-carousel-box .purchase-box {
  position: relative;
  padding: 20px 10px;
  width: 100%;
  background: transparent;
  height: 100%;
  transition: 0.3s ease;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.02);
}

.product-sideimg-carousel-box .purchase-box:hover {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.04);
}

.product-sideimg-carousel-box .side-product-carousel-box .purchase-box .wishlist-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #000000;
  cursor: pointer;
  z-index: 1;
  border: 1px solid #000000;
  padding: 5px;
  border-radius: 50%;
}

.product-sideimg-carousel-box .side-product-carousel-box .purchase-box .wishlist-icon.active {
  color: #ac1e44;
  border: 1px solid #ac1e44;
}

/* Product Image */
.product-sideimg-carousel-box .side-product-carousel-box .purchase-box .prod-imge {
  height: 245px;
  overflow: hidden;
  margin-bottom: 15px;
}

.product-sideimg-carousel-box .side-product-carousel-box .purchase-box .prod-imge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.product-sideimg-carousel-box .purchase-box:hover img {
  transform: scale(1.05);
}

.product-sideimg-carousel-box .pro-text {
  padding: 0 5px;
}

/* Product Details */
.product-sideimg-carousel-box .side-product-carousel-box .purchase-box .pro-text .produ-title a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* show max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 44px;
  /* aligns all titles */
  margin-bottom: 5px;
}

.product-sideimg-carousel-box .side-product-carousel-box .purchase-box .pro-text .icon-number-box {
  color: #3090e8;
  display: flex;
  gap: 10px;
  align-items: center;
}

.product-sideimg-carousel-box .side-product-carousel-box .purchase-box .ratings {
  color: #efb402;
  gap: 7px;
  display: flex;
  align-items: center;
}

.product-sideimg-carousel-box .side-product-carousel-box .purchase-box .produ-price {
  color: #000;
  font-size: 19.987px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.4px;
  margin-bottom: 5px;
}

.product-sideimg-carousel-box .side-product-carousel-box .purchase-box .ratings {
  font-size: 14px;
  color: #ffc107;
}

/* Button */
.product-sideimg-carousel-box .side-product-carousel-box .purchase-box .btnbox {
  margin-top: 15px;
}

.home-fimg-box {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  /* Add relative positioning to control child elements */
}

.home-fimg-box .title-box {
  transform: translateY(25px);
  transition: transform 0.5s ease-in-out;
  /* Smooth transition for the title */
}

.home-fimg-box .btnbox {
  position: relative;
  left: 50%;
  transform: translateX(-50%) translateY(60px);
  /* Button starts off below the title */
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  /* Only animate transform and opacity */
}

.home-fimg-box:hover .btnbox {
  transform: translateX(-50%) translateY(0);
  /* Button moves up on hover */
  opacity: 1;
}

.home-fimg-box:hover .title-box {
  transform: translateY(-20px);
  /* Title moves up on hover */
}

.hwine-pshow-box,
.home-npshow-box {
  padding: 60px 0;
}

/* General Styling */
.image-scale-section {
  overflow: hidden;
}

.items-handle-box {
  display: flex;
  justify-content: space-between;
}

.left-item-box {
  height: 100%;
  padding: 199px 120px 65px 120px;
  width: 55%;
  color: #d1d1d1;
  border-radius: 4.997px;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 40.41%, rgba(0, 0, 0, 0.44) 75.92%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    url("../img/drink/side-scaleimg.png") lightgray 50% / cover no-repeat;
  transition: transform 0.5s ease-in-out, width 0.5s ease-in-out;
}

.left-item-box:hover {
  width: 65%;
  /* Scale on hover */
}

.left-item-box .content-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.right-item-box {
  height: 100%;
  width: 45%;
  padding: 44.983px 69.974px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  background: #db5c02;
  color: white;
}

.right-item-box ul li {
  margin-bottom: 10px;
}

.right-item-box .btnmarge-box {
  display: flex;
  align-items: center;
  gap: 40px;
}

.right-item-box .btnmarge-box .simple-link {
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.right-item-box .btnmarge-box .simple-link:hover {
  text-decoration: none;
  color: white;
  transition: 0.3s all ease;
}

.main-brands-section-box {
  padding: 45px 0;
}

.main-brands-section-box .heading-box {
  margin-bottom: 55px;
}

.main-brands-section-box .brand-logo {
  width: 120px;
  height: auto;
}

.main-brands-section-box .brand-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 55px;
}

.main-brands-section-box .bitems {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 55px;
  margin-bottom: 50px;
}

.main-brands-section-box .brand-item img {
  max-width: 100%;
  /*height: 115px;*/
  object-fit: cover;
}

.main-brands-section-box .load-more-btn {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: transparent;
  color: #6c6c6c;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
  margin: auto;
  transition: 0.3s all ease;
}

.main-brands-section-box .load-more-btn:hover {
  color: #000;
}

.home-blog-section {
  padding: 40px 0 100px 0;
  border-top: 1px solid #f0f0f0;
}

.home-blog-section .top-heading-box {
  margin-bottom: 40px;
}

.home-blog-section .hblog-items-handle-box {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.home-blog-section .hblog-item {
  height: 100%;
  border-radius: 30px;
  position: relative;
  width: 310px;
  /* Added initial width to prevent sudden scaling */
  transition: transform 0.5s ease-in-out, width 0.5s ease-in-out;
}

.home-blog-section .hblog-item:hover {
  width: 653px;
  /* Adjusted width for smooth scaling */
}

.home-blog-section .hblog-item:hover .content-box {
  background: radial-gradient(82.1% 82.11% at 50% 22.37%,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.47) 100%);
  width: 100%;
  transition: background 0.5s ease-in-out, width 0.5s ease-in-out;
}

.home-blog-section .hblog-item .content-box {
  overflow: hidden;
  gap: 14px;
  padding: 30px 30px 20px 30px;
  width: 100%;
  height: 387.745px;
  color: #d1d1d1;
  display: flex;
  align-items: end;
}

.home-blog-section .btnhblog a {
  padding: 10px 22px;
  border-radius: 50px;
  background: #383b3e;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.home-blog-section .hblog-item .title-box {
  transform: translateY(30px);
  transition: transform 0.5s ease-in-out;
}

.home-blog-section .hblog-item .btnbox {
  position: relative;
  left: 50%;
  transform: translateX(-50%) translateY(40px);
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.home-blog-section .hblog-item:hover .btnbox {
  transform: translateX(-50%) translateY(-5px);
  opacity: 1;
}

.home-blog-section .hblog-item:hover .title-box {
  transform: translateY(-20px);
}

.home-blog-section .hblog-title {
  position: absolute;
  bottom: -50px;
  left: 30px;
  color: #1b1b1b;
  width: 100%;
}

/* Blog Page Css code  */

.main-blogpage-box {
  padding: 50px 0;
}

/* Hero Section */
.blog-banner-hero-box {
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.blog-banner-hero-box h1 {
  font-size: 36px;
  font-weight: bold;
  color: white;

  text-align: center;

  font-size: 31.53px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 47.295px */
}

.blog-tabs {
  display: flex;
  justify-content: center;
  /* Center items horizontally */
  gap: 50px;
  /* Space between the tabs */
  margin: 50px 0 35px 0;
}

.blog-tabs .tab {
  color: var(--Black-500, #807e7e);

  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 122.222% */
  font-weight: 500;
  cursor: pointer;
}

.blog-tabs .tab.active {
  color: black;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 10px;
  /* You can adjust the value as needed */
}

/* Grid */
.blog-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0 30px 60px;
}

.blog-page-card {
  position: relative;
  overflow: hidden;
}

.post-grid-bg-box {
  height: 352px;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.blog-show-more-container {
  display: flex;
  justify-content: center;
  /* Center horizontally */
  /* Optional spacing */
}

.blog-show-more-btn {
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid black;
  background-color: white;
  color: black;
  border-radius: 80px;
  border: 1px solid var(--neutral-07100, #141718);
  width: fit-content;
}

.blog-page-card .overlay-text {
  position: absolute;
  bottom: 0;
  /* Hidden below */
  left: 0;
  width: 100%;
  padding: 20px;
  color: white;
  text-align: left;
  transition: bottom 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}



.blog-page-card-btn-wrapper {
  float: right;
}

.blog-page-card-btn {
  background-color: transparent;
  color: #9e9e9e;
  text-align: right;
  font-size: 12.262px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.523px;
  /* 200% */
}

.blog-page-card-btn:hover {
  color: #9e9e9e;
}

.blog-page-card-comment {
  color: rgba(255, 255, 255, 0.7);

  font-size: 12.262px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.517px;
  /* 142.857% */
}

.blog-page-card-title {
  color: var(--Gray-White, #fff);

  font-size: 17.517px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.523px;
  /* 140% */
}

/* Blog Details Page css code */

.blog-page-detail-section {
  padding: 80px 0;
}

.blog-page-detail-section .article-type {
  text-transform: uppercase;
  color: #000;

  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 54.545% */
  text-transform: uppercase;
}

.blog-page-detail-section .article-title {
  color: var(--neutral-07100, #141718);
  margin-top: 30px;
  letter-spacing: -1px;
}

.blog-page-detail-section .article-meta {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 25px;
  color: #6c7275;
  font-family: "Inter", sans-serif;
  font-size: 18px;

  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}

.blog-page-detail-section .article-meta i {
  margin-right: 5px;
}

.blog-page-detail-section .article-image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 50px;
}

.blog-page-detail-section .article-image {
  max-width: 100%;
  height: auto;
}

.blog-page-detail-section .article-content p {
  margin-bottom: 20px;
}

.blog-page-detail-section .article-content strong {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-page-detail-section .article-main-text {
  color: #000;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}

.blog-page-detail-section .article-heading-text {
  color: #000;

  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.6px;
}

.blog-page-detail-section .article-image-section {
  display: flex;
  gap: 25px;
  justify-content: center;

  margin: 50px 0;
}

.blog-page-detail-section .more-article-text {
  color: var(--Black-900, #121212);

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: -0.4px;
}

.blog-page-detail-section .other-blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 40px 0;
}

.blog-page-detail-section .more-article-text {
  text-decoration: underline;
  font-weight: 500;
}

.blog-page-detail-section .other-article-heading-text {
  color: var(--Neutrals-2, #23262f);
  margin-top: 20px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 127.273% */
}

.blog-page-detail-section .other-article-comment-text {
  color: var(--neutral-04100, #6c7275);

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 111.111% */
}

.blog-page-detail-section .other-blog-section {
  margin-top: 40px;
}

/* Shop Product Template page css code */

.shop-banner-box .banner-image-box {
  background-color: #ddd;
  height: 450px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  background-position: center;
}

.shop-readtext-box {
  padding: 20px 0 40px 0;
}

.shop-readtext-box .heading-box {
  font-size: 20.555px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}

.product-main-cate-carousel-box {
  padding: 10px 0 40px 0;
}

.product-main-cate-carousel-box .side-img-box {
  height: 100%;
  border-radius: 30px;
}

.product-main-cate-carousel-box .product-cate-item {
  background-size: cover;
  background-position: center;

  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.product-main-cate-carousel-box .img-text-body {
  width: 100%;
  max-width: 320px;
  color: white;
  padding: 120px 20px 50px 30px;
  position: relative;

  transition: all 0.4s ease;
}

/* Title default position */
.product-main-cate-carousel-box .product-cate-item-title {
  font-weight: 800;
  line-height: 150%;
  margin-bottom: 10px;
  color: white;
  position: relative;
  transition: all 0.4s ease;
}

/* Button initially hidden */
.product-main-cate-carousel-box .btnbox {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

/* On hover of img-text-body ONLY */
.product-main-cate-carousel-box .img-text-body:hover .product-cate-item-title {
  transform: translateY(-10px);
}

.product-main-cate-carousel-box .img-text-body:hover .btnbox {
  opacity: 1;
  transform: translateY(0);
}

.main-shop-product-section {
  width: 100%;
  padding: 50px 0 30px 0;
}

/* Grid Layout */
.main-shop-product-section .product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* Product Card */
.main-shop-product-section .purchase-box {
  position: relative;
  padding: 20px 15px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.02);
  transition: 0.3s ease;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 140px;
  /* Space for fixed bottom */
}

.main-shop-product-section .purchase-box:hover {
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.04);
}

/* Wishlist */
.main-shop-product-section .wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #000;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}

.main-shop-product-section .wishlist-icon.active {
  color: #ac1e44;
  border-color: #ac1e44;
}

/* Image */
.main-shop-product-section .prod-imge {
  height: 245px;
  margin-bottom: 15px;
  overflow: hidden;
}

.main-shop-product-section .prod-imge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.main-shop-product-section .purchase-box:hover img {
  transform: scale(1.05);
}

/* Fixed Bottom Part */
/* Fixed part box at the bottom */
.main-shop-product-section .fixed-part-box {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
}

.main-shop-product-section .produ-title {
  max-height: 60px;
  overflow: hidden;
}

/* Product Title - fixed height and clamp */
.main-shop-product-section .pro-text .produ-title a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* show max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 44px;
  /* aligns all titles */
  margin-bottom: 5px;
}

.main-shop-product-section .pro-text .produ-price {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.main-shop-product-section .icon-number-box {
  color: #3090e8;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-shop-product-section .ratings {
  font-size: 14px;
  color: #efb402;
  display: flex;
  gap: 2px;
}

/* Button */
.main-shop-product-section .btnbox {
  margin-top: 10px;
}

.main-shop-product-section .pagination-container {
  margin-top: 40px;
  text-align: center;
}

.main-shop-product-section .pagination-nav {
  display: inline-block;
}

.main-shop-product-section .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
}

.main-shop-product-section .page-item {
  display: inline-block;
}

.main-shop-product-section .page-link {
  display: inline-block;
  padding: 5px 12px;
  font-size: 16px;
  border-radius: 4.568px;
  border: 1.142px solid #e9e9e9;
  background: #fff;
  color: #313131;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  min-width: 30px;
  text-align: center;
  outline: none;
}

.main-shop-product-section .page-link:hover {
  background-color: #f1f1f1;
  border: 1.142px solid #bbb;
  color: #313131;
}

.main-shop-product-section .page-item.active .page-link {
  background-color: #db5c02;
  color: #fff;
  font-weight: 700;
  border-color: #db5c02;
  cursor: default;
}

.page-link:focus {
  box-shadow: none !important;
}

.main-shop-product-section .page-item.disabled .page-link {
  pointer-events: none;
  color: #999;
  border-color: #ddd;
  background-color: #f9f9f9;
}

/* single product page css code */

.product-details .main-show-product-box .product__media--preview__items--img {
  max-height: 450px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product__details--media .swiper-slide.swiper-slide-active {
  text-align: center;
}

.product-details .main-show-product-box .product__media--nav__items--img {
  max-height: 80px;
  height: auto;
  width: 100%;
  object-fit: contain;
}

.product__media--preview.swiper-container.swiper-initialized.swiper-horizontal {
  overflow: hidden;
}

.product__media--nav {
  overflow: hidden;
  display: flex;
  margin-top: 30px;
  position: relative;
  padding: 0 50px;
}

.product__media--nav .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.product__details--media .swiper-button-prev:after,
.product__details--media .swiper-button-next:after {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.product-details .swiper-wrapper {
  height: auto !important;
}

.product__media--nav img {
  max-width: 70%;
  max-height: 115px;
  object-fit: contain;
  height: auto;
  width: auto;
}

/* Highlight selected thumbnail */
.product__details--media .swiper-slide.selected img {
  border: 2px solid #ff5e63;
  /* Highlight border color */
  opacity: 1 !important;
}

.product__details--media .product__media--nav .swiper-slide:hover {
  transition: 0.3s all ease-in-out;
  border: 1px solid #000;
}

.product__details--media .swiper-slide-thumb-active {
  border: 1px solid #000;
}

.product-title-box {
  display: flex;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}

.product-title-box .wishlist-sharing-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-title-box .wishlist-sharing-link .wishlist-icon-heart {
  padding: 7px 10px;
  border-radius: 10px;
  background: #fff0f0;
  color: #d46f77;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-title-box .product-social-link {
  position: relative;
}

.product-title-box .social-icon-hover-box {
  padding: 8px 10px;
  border-radius: 10px;
  background: #edf0f8;
  color: #3a4980;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.product-title-box .social-icons-box {
  position: absolute;
  top: 25px;
  left: 0;
  display: flex;
  gap: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  flex-direction: column;
  margin-top: 10px;
}

.product-title-box .social-icon {
  background: #edf0f8;
  padding: 10px;
  border-radius: 10px;
  color: #3a4980;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  /* Remove underline from links */
}

.product-title-box .product-social-link:hover .social-icons-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
  /* Animation effect when hovering */
}

.product-title-box .social-icon:hover {
  background-color: #ff7f00;
  color: white;
}

.product-price-reivew-box {
  display: flex;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #e4e4e4;
  justify-content: space-between;
}

.product-price-reivew-box .sup-price {
  color: rgba(0, 0, 0, 0.5);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: strikethrough;
}

.product-price-reivew-box .rating-review-box .rating-box {
  display: flex;
  align-items: center;
  grid-area: 15px;
}

.product-price-reivew-box .rating-review-box .rating-box .star-rating,
.product-price-reivew-box .rating-review-box .rating-box .reviews {
  padding: 5px 15px;
  border-radius: 27px;
  font-weight: 600;
  font-size: 14px;

  display: flex;
  gap: 8px;
  align-items: center;
}

.product-price-reivew-box .rating-review-box .rating-box .star-rating {
  background: #fbf3ea;
  color: #d48d3b;
}

.product-price-reivew-box .rating-review-box .rating-box .reviews {
  background: #edf0f8;
  color: #db5c02;
}

.product-price-reivew-box .rating-review-box .recommendation {
  margin-top: 12px;
  color: #b9bbbf;
}

.quantity-section {
  padding: 25px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.unit-number-box {
  display: flex;
  align-items: center;
  border-radius: 14.5px;
  background: #f3f3f3;
  overflow: hidden;
}

/* Quantity Buttons */
.quantity-btn {
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  color: #726c6c;
  background: transparent;
  width: 50px;
  height: 55px;
  text-align: center;
  font-weight: 700;
}

/* Quantity Input */
.quantity-input {
  width: 50px;
  height: 55px;
  text-align: center;
  background: transparent;
  font-weight: 700;
  font-size: 22px;

  color: #726c6c;
}

/* Add to Cart Button */
.add-to-cart-btn {
  height: 55px;
  border-radius: 14.5px;
  background: #db5c02;
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  justify-content: center;
  cursor: pointer;
  margin-left: 15px;
  max-width: 309px;
}

/* Delivery Info */
.delivery-info {
  margin-top: 10px;
  font-size: 14px;
}

/* Disabled button styles */
.quantity-btn:disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}

.delivery-info {
  color: #d75951;
}

.gift-section-box {
  padding: 25px 0;
}

/* Wrapper for options */
.product-options {
  margin-top: 20px;
  padding: 2px 15px;
  border-radius: 14px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

/* Individual Option */
.option-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.option-item:nth-last-child(1) {
  border: none !important;
}

/* Option Text */
.option-text {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  color: #1d364d;
  padding: 5px 0;
}

/* Add Button */
.add-btn {
  border-radius: 34.58px;
  background: #f3f3f3;
  width: 88px;
  height: 27.981px;
  color: #726c6c;
  font-size: 12.367px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Inter", sans-serif;
  align-content: center;
}

.product-details .product-description-box {
  padding: 30px 30px 0 30px;
  background: white;
}

.product-details .product-description-box .nav {
  gap: 15px;
}

.product-details .product-description-box .nav-tabs {
  border: none;
}

.product-details .product-description-box .nav-tabs .nav-link {
  font-size: 22px;
  font-weight: 500;
  color: #98a2b3;
  border: none;
}

.product-details .product-description-box .nav-tabs .nav-link.active {
  color: #db5c02;
  border-bottom: 3px solid #db5c02;
  font-weight: 600;
}

.product-details .product-description-box .tab-content {
  background: white;
  padding: 30px 5px;
  border: none !important;
  border-top: 3px solid #eaecf0 !important;
  margin-top: -2px;
}

.checkmark-list {
  list-style: none;
  padding-left: 0;
}

.checkmark-list li::before {
  content: "✔";
  color: #66b3ff;
  margin-right: 8px;
}

.similar-title {
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: bold;
}

.client-feedback-section {
  display: flex;
  gap: 20px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  margin-top: 45px;
}

.client-rating-box {
  padding: 30px;
  display: flex;
  flex-direction: column;
  max-width: 282.937px;
  width: 100%;
  justify-content: center;
  gap: 6px;
  align-items: center;
  border-radius: 7.596px;
  background: var(--Gray-50, #f9fafb);
}

.client-rating-box .rating-value {
  color: var(--Primary-500, #164c96);
  font-size: 56.967px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.client-rating-box .stars {
  color: #e59819;
}

.client-feedback-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.client-feedback-summary .feedback-text {
  font-weight: 400;
  font-size: 15px;
}

.client-progress-container {
  width: 100%;
  max-width: 600px;
  padding: 30px;
  height: 100%;
  border-radius: 7.596px;
  background: var(--Gray-50, #f9fafb);
}

.progress-bar-container .progress-bar {
  background-color: #20590c;
  /* Green color for the progress bar */
}

.progress-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}

.progress-bar-container .progress-stars {
  font-weight: 500;
  color: #e59819;
  font-size: 12px;
  width: 20%;
  display: flex;
  justify-content: end;
  gap: 4px;
}

.progress-bar-container .progress {
  width: 72%;
  height: 5px;
  border-radius: 3.798px;
}

.progress-bar-container .label-pnumber {
  font-size: 15px;
  font-weight: 500;
  color: #164c96;
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.client-feedback-content-text {
  padding: 30px 0;
}

.client-feedback-content-text .pnt-text-box {
  display: flex;
  gap: 20px;
  padding: 40px 0;
  border-bottom: 1px solid #ededed;
}

.pnt-text-box.bnone {
  border-bottom: none !important;
}

.client-feedback-content-text .pnt-text-box .profile-name-box {
  width: 76px;
  height: 76px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #164c96;
  color: #fff;
  font-size: 21.252px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.534px;
  text-transform: capitalize;
}

.client-name-text-box .cname {
  color: #1d2939;
  line-height: 26px;
}

.client-name-text-box .cdate {
  color: #4f547b;
  line-height: 26px;
}

.client-name-text-box .client-title {
  font-size: 18px;
  color: #1d2939;
}

.client-name-text-box .client-text {
  color: #667085;
}

.client-stars {
  font-weight: 500;
  color: #e59819;
  font-size: 12px;
}

.view-all-btn a {
  color: var(--Secondary-Flame-500, #d94a27);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.client-feedback-form-box {
  padding: 40px 0 20px 0;
  font-family: "Inter", sans-serif;
}

.form-client-heading-box {
  padding-bottom: 20px;
  color: #1d2939;
}

.client-feedback-form-box .client-form-stars {
  font-weight: 500;
  color: #e59819;
  font-size: 14px;
}

.form-dbox {
  padding: 15px 0;
}

.client-feedback-form-box form label {
  color: var(--Gray-800, #1d2939);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.client-feedback-form-box form .form-control {
  border-radius: 20.819px;
  font-size: 20px;
  padding: 12px 20px;
  border: 1.487px solid var(--Border-2, #ddd);
  background: var(--Color-White, #fff);
  color: var(--Gray-500, #667085);
}

.client-feedback-form-box form .client-submit-btn {
  padding: 35px 0 0 0;
}

.client-feedback-form-box form .client-submit-btn button {
  border-radius: 47px;
  border: 1px solid #db5c02;
  background: #db5c02;
  padding: 16px 28px;
  width: fit-content;
  color: white;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.main-shop-section {
  padding: 30px 0 60px 0;
}

.product-carousel {
  width: 100%;
  padding: 30px 0 0 0;
}

.product-carousel .purchase-box {
  position: relative;
  padding: 20px 15px;
  background: transparent;
  height: 100%;
  transition: 0.3s ease;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.02);
}



.product-carousel .purchase-box .wishlist-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #000000;
  cursor: pointer;
  z-index: 9;
  border: 1px solid #000000;
  padding: 5px;
  border-radius: 50%;
}

.product-carousel .purchase-box .wishlist-icon.active {
  color: #ac1e44;
  border: 1px solid #ac1e44;
}

/* Product Image */
.product-carousel .purchase-box .prod-imge {
  height: 245px;
  overflow: hidden;
  margin-bottom: 15px;
}

.product-carousel .purchase-box .prod-imge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.purchase-box:hover img {
  transform: scale(1.05);
}

/* Product Details */
.product-carousel .purchase-box .pro-text .produ-title a {
  color: #000;
  font-size: 15.99px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin-bottom: 5px;
}

.product-carousel .purchase-box .pro-text .icon-number-box {
  color: #3090e8;
  display: flex;
  gap: 10px;
  align-items: center;
}

.product-carousel .purchase-box .ratings {
  color: #efb402;
  gap: 7px;
  display: flex;
  align-items: center;
}

.product-carousel .purchase-box .produ-price {
  color: #000;
  font-size: 19.987px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.4px;
  margin-bottom: 5px;
}

.product-carousel .purchase-box .ratings {
  font-size: 14px;
  color: #ffc107;
}

/* Button */
.product-carousel .purchase-box .btnbox {
  margin-top: 15px;
}

.product-carousel .owl-carousel .owl-stage-outer {
  margin-bottom: 50px;
}

/* Owl Carousel Dots */
.product-carousel .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.product-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #cccccc47;
  display: block;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.product-carousel .owl-dots .owl-dot.active span {
  background: #db5c02;
}

/* --- Owl Carousel Dots --- */
.product-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  gap: 8px;
}

.owl-theme .owl-dots .owl-dot {
  width: fit-content;
}

.product-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #cccccc47;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.product-carousel .owl-dot.active span {
  background: #db5c02;
  /* darker active dot */
}

/* --- Owl Carousel Arrows --- */
.product-carousel .owl-nav {
  position: relative;
}

.product-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  border: none !important;
  font-size: 20px;
  color: #000;
  padding: 0 !important;
  margin: 0;
  z-index: 10;
}

.product-carousel .owl-nav .owl-prev {
  left: -50px;
}

.product-carousel .owl-nav .owl-next {
  right: -50px;
}

.product-carousel .owl-nav button i {
  font-size: 16px;
  color: #000;
}

.product-carousel .owl-nav button:hover i {
  color: #555;
}

.main-show-product-box {
  border-radius: 2px;
  padding: 60px 20px 30px 20px;
}

/*my-cart css code */
.my-cart-section {
  padding: 50px 0;
}

.my-cart-banner-heading {
  background: #f6f6f6;
  padding: 8px 0;

  text-align: center;
}

.my-cart-steps-section {
  padding: 80px 0;
  text-align: center;
}

.my-cart-section .cart-title {
  font-weight: 700;
  margin-bottom: 30px;
}

.my-cart-section .step-progress {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;

  padding-bottom: 10px;
}

.my-cart-section .step {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b0b4c4;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  position: relative;
}

.my-cart-section .step .circle {
  background-color: #b0b4c4;
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
}

.my-cart-section .step.active {
  color: #1e1f26;
  font-weight: 600;
}

.my-cart-section .step.active .circle {
  background-color: #1e1f26;
}

.my-cart-section .active-underline {
  width: 100%;
  height: 2px;
  background-color: #1e1f26;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.my-cart-section .cart-container {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  justify-content: space-between;
  /* Prevent wrapping on large screens */
}

.my-cart-section .cart-list {
  flex: 0 0 60%;
  overflow-x: auto;
}

.my-cart-section .my-cart-list {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.my-cart-section .my-cart-list th {
  color: var(--Black-900, #121212);

  font-size: 19.714px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.036px;
  /* 162.5% */
}

.my-cart-section .my-cart-list th,
.my-cart-section .my-cart-list td {
  padding: 25px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.my-cart-section .product-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 5px;
}

.my-cart-section .product-cell .cart-product-img-box {
  width: 100px;
  height: 100px;
  overflow: hidden;
  text-align: center;
}

.my-cart-section .product-cell .cart-product-img-box img {
  height: 100%;
  object-fit: contain;
}

.my-cart-section .color-secondary {
  color: #333;
}

.my-cart-section .add-btn:hover {
  background-color: #444;
}

.my-cart-section .cart-summary {
  flex: 0 0 35%;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  border-radius: 7.393px;
  border: 1.232px solid #6c7275;
  background: #fff;
  height: fit-content;
}

.my-cart-section .cart-summary h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
}

.my-cart-section .shipping-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.my-cart-section .shipping-option input {
  margin-right: 10px;
}

.my-cart-section .totals {
  margin-top: 25px;
}

.my-cart-section .totals div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-weight: bold;
}

.my-cart-section .checkout-btn {
  width: 100%;
  padding: 12px;
  background-color: #000;
  color: #fff;
  border: none;
  margin-top: 25px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  transition: background 0.3s;
}

.my-cart-section .checkout-btn:hover {
  background-color: #333;
}

.my-cart-section .quantity-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 16px;
  gap: 15px;
  user-select: none;
  width: fit-content;
}

.my-cart-section .qty-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #333;
}

.my-cart-section .qty-value {
  font-weight: bold;
  min-width: 20px;
  text-align: center;
}

.woocommerce-Price-amount.amount {
  color: var(--Black-900, #121212);
  text-align: right;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 22.179px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.964px;
  /* 166.667% */
}

.my-cart-section .remove-subtotal {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.my-cart-section .removesubtotal-div {
  position: relative;
  /* Important to make absolute positioning work inside */
}

/*.my-cart-section .removesubtotal-div .remove {*/
/*  color: var(--neutral-04100, #6c7275);*/
/*  position: absolute;*/
/*  font-size: 17.25px;*/
/*  font-style: normal;*/
/*  font-weight: 600;*/
/*  line-height: 27.107px;*/
/*  display: flex;*/
/*  top: -130%;*/
/*  left: -5%;*/
/*  gap: 5px;*/
/*}*/

.my-cart-section .cart-summary-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  max-width: 320px;
  font-family: Arial, sans-serif;
}

.my-cart-section .cart-summary-box h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.my-cart-section .shipping-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
}

.my-cart-section .shipping-option.selected,
.my-cart-section .shipping-option:hover {
  border-color: #000;
  background-color: #f5f6f7;
}

.my-cart-section .shipping-option label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.my-cart-section .shipping-option input[type="radio"] {
  accent-color: black;
  margin-right: 10px;
  width: 25px;
  height: 25px;
}

.my-cart-section .shipping-option {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 0;
  /* remove if needed */
}

.my-cart-section .shipping-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;

  font-size: 19.714px;
  color: #000;
  font-weight: 400;
  line-height: 32.036px;
  /* 162.5% */
}

.my-cart-section .shipping-label .left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.my-cart-section .summary-row {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 15px;
}

.my-cart-section .summary-row.total {
  font-size: 24.643px;
  font-style: normal;
  font-weight: 600;
  color: #141718;
}

.my-cart-section .cart-summary-box hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #eee;
}

.my-cart-section .checkout-btn {
  width: 100%;
  padding: 14px;
  background-color: #141718;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 35px;
}

.my-cart-section .checkout-btn:hover {
  background-color: #222;
}

.my-cart-section .my-cart-price-col {
  color: var(--Black-900, #121212);

  font-size: 22.179px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.964px;
  /* 166.667% */
}

.my-cart-section .summary-row-title {
  font-size: 19.714px;
  font-style: normal;
  font-weight: 400;
  color: #000;
}

.my-cart-section .summary-row-price {
  font-size: 19.714px;
  font-style: normal;
  font-weight: 600;
  color: #000;
}

.my-cart-section .table-header {
  background-color: white !important;
  display: flex;
  font-size: 19.714px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.036px;
}

.my-cart-section .trr-box {
  background: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  /* Vertical center */
  justify-content: flex-start;
  /* Horizontal left */
  flex-wrap: wrap;
  margin: 30px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.my-cart-section .remove-subtotal,
.my-cart-section .quantity-control {
  display: flex;
  justify-content: flex-start;
  /* spacing between image and text/buttons etc. */
}

.my-cart-section .cart-summary .price {
  width: fit-content;
}

.my-cart-section .cart-list .price,
.my-cart-section .cart-list .subtotal {
  text-align: left;
}

/* checkout css code */
.my-checkout-section {
  padding: 50px 0;
}

.my-checkout-section .checkout-steps-section .cart-title {
  font-weight: 700;
  margin-bottom: 30px;
}

.my-checkout-section .checkout-steps-section .step-progress {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;

  padding-bottom: 10px;
}

.my-checkout-section .checkout-steps-section .step {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b0b4c4;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  position: relative;
}

.my-checkout-section .checkout-steps-section .step .circle {
  background-color: #b0b4c4;
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
}

.my-checkout-section .checkout-steps-section .step.active {
  color: #1e1f26;
  font-weight: 600;
}

.my-checkout-section .step.active .circle {
  background-color: #1e1f26;
}

.my-checkout-section .active-underline {
  width: 100%;
  height: 2px;
  background-color: #1e1f26;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.my-checkout-section .cart-container {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  justify-content: space-between;
  /* Prevent wrapping on large screens */
}

.my-checkout-section .order-summary-section {
  flex: 0 0 35%;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  border-radius: 7.393px;
  border: 1.232px solid #6c7275;
  background: #fff;
  height: fit-content;
}

.my-checkout-section .order-summary-section h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--Black-900, #121212);

  font-size: 34.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 41.893px;
  /* 121.429% */
  letter-spacing: -0.739px;
}

.my-checkout-section .shipping-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.my-checkout-section .shipping-option input {
  margin-right: 10px;
}

.my-checkout-section .totals {
  margin-top: 25px;
}

.my-checkout-section .totals div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-weight: bold;
}

.my-checkout-section .checkout-btn {
  width: 100% !important;
  padding: 12px;
  background-color: #000;
  color: #fff;
  border: none;
  margin-top: 25px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  transition: background 0.3s;
}

.my-checkout-section .checkout-btn:hover {
  background-color: #333;
}

.my-checkout-section .quantity-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 6px;
  padding: 2px 7px;
  font-size: 14px;
  gap: 10px;
  user-select: none;
}

.my-checkout-section .qty-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #333;
}

.my-checkout-section .qty-value {
  font-weight: bold;
  min-width: 20px;
  text-align: center;
}

.my-checkout-section .remove-subtotal {
  display: flex;
  flex-direction: column;

  gap: 10px;
}

.my-checkout-section .removesubtotal-div {
  position: relative;
  /* Important to make absolute positioning work inside */
}

.my-checkout-section .removesubtotal-div .remove {
  color: var(--neutral-04100, #6c7275);
  position: absolute;
  font-size: 17.25px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.107px;
  /* 157.143% */
  display: flex;
  top: 10%;
  left: 25%;
  gap: 5px;
}

.my-checkout-section .remove-subtotal .subtotal {
  color: var(--Black-900, #121212);

  font-size: 22.179px;
  font-style: normal;
  text-align: right;
  font-weight: 600;
}

.my-checkout-section .order-summary-section -box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  max-width: 320px;
  font-family: Arial, sans-serif;
}

.my-checkout-section .order-summary-section -box h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.my-checkout-section .shipping-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
}

.my-checkout-section .shipping-option.selected,
.my-checkout-section .shipping-option:hover {
  border-color: #000;
  background-color: #f5f6f7;
}

.my-checkout-section .shipping-option label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: 1px solid #6c7275;
  border-radius: 4.929px;
}

.my-checkout-section .shipping-option input[type="radio"] {
  accent-color: black;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
}

.my-checkout-section .shipping-option {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 0;
  /* remove if needed */
}

.my-checkout-section .shipping-option .shipping-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;

  font-size: 19.714px;
  color: #000;
  font-weight: 400;
  line-height: 32.036px;
  /* 162.5% */
}

.my-checkout-section .shipping-option.shipping-label .left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.my-checkout-section .shipping-option .summary-row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 15px;
}

.my-checkout-section .shipping-option .summary-row.total {
  font-size: 24.643px;
  font-style: normal;
  font-weight: 600;
  color: #000;
}

.my-checkout-section .shipping-option .order-summary-section -box hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #eee;
}

.my-checkout-section .shipping-option .checkout-btn {
  width: 100%;
  padding: 14px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 15px;
}

.my-checkout-section .shipping-option .checkout-btn:hover {
  background-color: #222;
}

.my-checkout-section .shipping-option .summary-row-title {
  font-size: 19.714px;
  font-style: normal;
  font-weight: 400;
  color: #000;
}

.my-checkout-section .shipping-option .summary-row-price {
  font-size: 19.714px;
  font-style: normal;
  font-weight: 600;
  color: #000;
}

.checkout-steps-section {
  padding: 80px 0;
  text-align: center;
}

.checkout-steps-section .cart-title {
  font-weight: 700;
  margin-bottom: 30px;
}

.checkout-steps-section .step-progress {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;

  padding-bottom: 10px;
}

.my-checkout-section .step {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b0b4c4;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  position: relative;
}

.my-checkout-section .step .circle {
  background-color: #b0b4c4;
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
}

.my-checkout-section .step.active {
  color: #1e1f26;
  font-weight: 600;
}

.my-checkout-section .step.completed {
  color: #38cb89;
}

.my-checkout-section .step.completed .circle {
  background-color: #38cb89;
}

.my-checkout-section .step.active .circle {
  background-color: #1e1f26;
}

.my-checkout-section .active-underline {
  width: 100%;
  height: 2px;
  background-color: #1e1f26;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.my-checkout-section .complete-underline {
  width: 100%;
  height: 2px;
  background-color: #38cb89;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.my-checkout-section .contact-information {
  padding: 0 20px;
  padding-bottom: 40px;
  border-radius: 4.929px;
  border: 1.232px solid var(--neutral-04100, #6c7275);
}

.my-checkout-section .shipping-address-form {
  padding: 0 20px;
  padding-bottom: 40px;
  margin-top: 30px;
  border-radius: 4.929px;
  border: 1.232px solid var(--neutral-04100, #6c7275);
}

.my-checkout-section .payment-method-form {
  padding: 0 20px;
  margin-top: 30px;
  padding-bottom: 40px;
  border-radius: 4.929px;
  border: 1.232px solid var(--neutral-04100, #6c7275);
  margin-bottom: 20px;
}

.my-checkout-section .contact-form {
  margin: 0 auto;
}

.my-checkout-section .contact-form h3 {
  color: #000;
  margin: 30px 0;
  font-size: 24px;

  font-weight: 500;
  line-height: 34.5px;
  /* 143.75% */
}

.my-checkout-section .payment-form h3 {
  color: #000;
  margin: 30px 0;
  font-size: 24px;

  font-weight: 500;
  line-height: 34.5px;
}

.my-checkout-section .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.my-checkout-section .contact-information .form-row input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #6c7275;
  border-radius: 6px;
  color: #6c7275 !important;

  font-size: 19.714px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.036px;
  /* 162.5% */
}

.my-checkout-section .contact-form label,
.my-checkout-section .payment-form-label label {
  color: var(--neutral-04100, #6c7275);

  font-size: 14.786px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.786px;
  /* 100% */
  text-transform: uppercase;
}

.my-checkout-section .contact-form input,
.my-checkout-section .payment-form-label input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #6c7275;
  border-radius: 6px;
  margin-bottom: 15px;
}

.my-checkout-section .contact-form button {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.my-checkout-section .form-control {
  color: #6c7275;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 162.5% */
}

.my-checkout-section .checkout-right-section {
  float: right;
}

.my-checkout-section .price {
  width: 5%;
}

.my-checkout-section .order-item {
  display: flex;

  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.my-checkout-section .item-info {
  display: flex;
  gap: 20px;
  flex: 1;
}

.my-checkout-section .item-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  text-align: center;
}

.my-checkout-section .item-image img {
  height: 100%;
  border-radius: 8px;
  margin-right: 15px;
  object-fit: contain;
}

.my-checkout-section .item-details {
  display: flex;
  flex-direction: column;
}

.my-checkout-section .item-details strong {
  color: var(--neutral-07100, #141718);

  font-size: 17.25px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.107px;
  /* 157.143% */
}

.my-checkout-section .item-details small {
  color: var(--neutral-04100, #6c7275);

  font-size: 14.786px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.643px;
  /* 166.667% */
}

.my-checkout-section .item-price {
  color: var(--Black-900, #121212);
  text-align: right;

  font-size: 17.25px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.107px;
  /* 157.143% */
}

.my-checkout-section .summary-box {
  margin: 20px auto;

  padding-top: 20px;
}

.my-checkout-section .coupon-section {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.my-checkout-section .coupon-section input {
  color: var(--Black-600, #605f5f);

  font-size: 19.714px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.036px;
  /* 162.5% */
}

.my-checkout-section .coupon-section button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.my-checkout-section .discount-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 20px 0;
  color: var(--neutral-07100, #141718);

  font-size: 19.714px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.036px;
  /* 162.5% */
}

.my-checkout-section .discount-info span a,
.my-checkout-section .discount-info span {
  color: var(--Green, #38cb89);
  text-align: right;
  margin-left: auto;
  font-size: 19.714px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.036px;
  /* 162.5% */
}

.my-checkout-section .summary-row {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
  color: var(--neutral-07100, #141718);
  padding-bottom: 10px;
  font-size: 19.714px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.036px;
  border-bottom: 1.232px solid var(--neutral-03100, #e8ecef);
}

.my-checkout-section .summary-row.total {
  color: var(--neutral-07100, #141718);

  font-size: 24.643px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.5px;
  /* 140% */
  border: none;
}

.my-checkout-section .shipping-option input[type="radio"]:checked~.shipping-label {
  background-color: #f3f5f7;
}




/* party-planer css code */

.party-planner-banner-box .banner-image-box {
  background-color: #ddd;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.party-planner-video-section {
  padding: 60px 0;
}

/* Ensure video background doesn't overflow container */
.party-video-box {
  position: relative;
  height: 300px;
  border-radius: 10.278px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.party-video-box video {
  position: absolute;
  top: -55%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.party-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}

.party-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
}

.event-text-section {
  margin: 50px 0;
  color: #000;
}

.event-text-section .heading-box {
  padding-bottom: 55px;
  text-align: center;
}

.event-text-section p {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20.555px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.259px;
  /* 166.667% */
  margin-bottom: 20px;
}

.event-text-section ul {
  list-style: none;
  padding-left: 0;
}

.event-text-section ul li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20.555px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.259px;
}

.event-content {
  border-radius: 18.271px;
  border: 1.142px solid #000;
  padding: 30px;
}

.purchase-box {
  position: relative;
  padding: 20px 15px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.02);
  transition: 0.3s ease;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 140px;
  /* Space for fixed bottom */
}

.purchase-box:hover {
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.04);
}

/* Wishlist */
.wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #000;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}

.wishlist-icon.active {
  color: #ac1e44;
  border-color: #ac1e44;
}

/* Image */
.prod-imge {
  height: 245px;
  margin-bottom: 15px;
  overflow: hidden;
}

.prod-imge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.purchase-box:hover img {
  transform: scale(1.05);
}

/* Fixed Bottom Part */
/* Fixed part box at the bottom */
.fixed-part-box {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
}

.produ-title {
  max-height: 60px;
  overflow: hidden;
}

/* Product Title - fixed height and clamp */
.pro-text .produ-title a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* show max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 44px;
  /* aligns all titles */
  margin-bottom: 5px;
}

.pro-text .produ-price {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.icon-number-box {
  color: #3090e8;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ratings {
  font-size: 14px;
  color: #efb402;
  display: flex;
  gap: 2px;
}

/* Button */
.btnbox {
  margin-top: 10px;
}

.pagination-container {
  margin-top: 40px;
  text-align: center;
}

.pagination-nav {
  display: inline-block;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
}

.page-item {
  display: inline-block;
}

.page-link {
  display: inline-block;
  padding: 7px 14px;
  font-size: 16px;
  border-radius: 4.568px;
  border: 1.142px solid #e9e9e9;
  background: #fff;
  color: #313131;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  min-width: 36px;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.page-link:hover {
  background-color: #f1f1f1;
  border: 1.142px solid #bbb;
  color: #313131;
}

.page-item.active .page-link {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  border-color: #000;
  cursor: default;
}

.page-item.disabled .page-link {
  pointer-events: none;
  color: #999;
  border-color: #ddd;
  background-color: #f9f9f9;
}

/* my-account css code */

.my-account-content .account-page {
  display: flex;
  margin-bottom: 50px;
  margin-top: 50px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  gap: 50px;
  flex-wrap: wrap;
}

.my-account-content .sidebar {
  width: 323px;
  background: #f4f4f4;
  padding: 20px;
  text-align: left;
  flex-shrink: 0;
  border-radius: 8px;
}

.my-account-content .profile-pic {
  position: relative;
  width: 100px;
  margin: 0 auto 10px;
}

.my-account-content .profile-pic img {
  width: 100%;
  border-radius: 50%;
}

.my-account-content .camera-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid white;
  background-color: #000;
}

.my-account-content .user-name {
  margin: 10px 0 20px;

  text-align: center;
}

.my-account-content .sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 22px;
  color: #6c7275;
}

.my-account-content .sidebar-nav li {
  padding: 20px 0;
  cursor: pointer;
}

.my-account-content .sidebar-nav .active {
  font-weight: bold;
  border-bottom: 2px solid #000;
  color: #000;
}

.my-account-content .account-details {
  flex: 1;
  padding-left: 30px;
  min-width: 250px;
}

.my-account-content .account-header {
  font-size: 32px;
  display: flex;

  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.my-account-content .edit-icon {
  margin-left: 10px;
  cursor: pointer;
}

.my-account-content .account-form {
  margin-top: 20px;
  font-size: 18px;
}

.my-account-content .form-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.my-account-content .form-group {
  flex: 1;
  margin-bottom: 30px;
  min-width: 200px;
}

.my-account-content label {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
}

.my-account-content input {
  width: 100%;
  padding: 10px;
  border-radius: 8.484px;
  border: 1.414px solid var(--Black-300, #cbcbcb);
  background: var(--White, #fff);
  font-size: 22px;
}

.my-account-content small {
  color: var(--neutral-04100, #6c7275);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Roboto;
  font-size: 16.968px;
  font-style: italic;
  font-weight: 400;
  line-height: 28.28px;
}

.my-account-content .password-group {
  position: relative;
}

.my-account-content .toggle-password {
  position: absolute;
  right: 20px;
  top: 56px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  width: fit-content;
}

.my-account-content .submit-btn {
  background: #000;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 5px;
}

.my-account-content .password-action-row {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  margin-top: 10px;
  flex-wrap: wrap;
}

.my-account-content .submit-btn-group {
  flex-shrink: 0;
}

.my-account-content input::placeholder {
  color: #000;

  font-size: 22.624px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.764px;
}

/* address-page css code */

.address-page {
  display: flex;
  margin-bottom: 50px;
  margin-top: 50px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  gap: 50px;
  flex-wrap: wrap;
}

.address-page .sidebar {
  width: 323px;
  background: #f4f4f4;
  padding: 20px;
  text-align: left;
  flex-shrink: 0;
  border-radius: 8px;
}

.address-page .profile-pic {
  position: relative;
  width: 100px;
  margin: 0 auto 10px;
}

.address-page .profile-pic img {
  width: 100%;
  border-radius: 50%;
}

.address-page .camera-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid white;
  background-color: #000;
}

.address-page .user-name {
  margin: 10px 0 20px;

  text-align: center;
}

.address-page .sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 22px;
  color: #6c7275;
}

.address-page .sidebar-nav li {
  padding: 20px 0 15px 0;
  cursor: pointer;
}

.address-page .sidebar-nav li a::backdrop {
  color: #6c7275;
}

.address-page .sidebar-nav .active {
  font-weight: bold;
  border-bottom: 2px solid #000;
  color: #000;
}

.address-page .main-content {
  flex: 1;
  padding: 0 40px;
}

.address-page .main-content h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #222;
}

.address-page .address-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.address-page .address-box {
  flex: 1;
  color: #000000;
  border-radius: 8px;
  border: 1px solid var(--neutral-04100, #6c7275);
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.address-page .address-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.address-page .edit-link {
  color: #555;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.address-page .edit-link:hover {
  color: #000;
}

.address-page .address-box p {
  margin: 0;
}

.address-page .account-form {
  margin-top: 20px;
  font-size: 18px;
}

.address-page .form-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.address-page .form-group {
  flex: 1;
  margin-bottom: 30px;
  min-width: 200px;
}





.address-page label {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
}

.address-page input {
  width: 100%;
  padding: 10px;
  border-radius: 8.484px;
  border: 1.414px solid var(--Black-300, #cbcbcb);
  background: var(--White, #fff);
  font-size: 18px;
}

.address-page input::placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.764px;
}

















.address-page .submit-btn-group {
  display: flex;
  justify-content: flex-end;
  /* aligns button to the right */
  margin-top: 25px;
}

.address-page .submit-btn {
  padding: 16.968px 56.56px;
  border-radius: 11.312px;
  background: var(--neutral-07100, #141718);
  color: white;
  border: none;
  cursor: pointer;
}

/*wishlist css-code */

.whishlist-page {
  display: flex;
  margin-bottom: 50px;
  margin-top: 50px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  gap: 50px;
  flex-wrap: wrap;
}

.whishlist-page .sidebar {
  width: 323px;
  background: #f4f4f4;
  padding: 20px;
  text-align: left;
  flex-shrink: 0;
  border-radius: 8px;
}

.whishlist-page .profile-pic {
  position: relative;
  width: 100px;
  margin: 0 auto 10px;
}

.whishlist-page .profile-pic img {
  width: 100%;

  border-radius: 50%;
}

.whishlist-page .camera-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid white;
  background-color: #000;
}

.whishlist-page .user-name {
  margin: 10px 0 20px;

  text-align: center;
}

.whishlist-page .sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 22px;
  color: #6c7275;
}

.whishlist-page .sidebar-nav li {
  padding: 20px 0;
  cursor: pointer;
}

.whishlist-page .sidebar-nav .active {
  font-weight: bold;
  border-bottom: 2px solid #141718;
  color: #000;
}

.whishlist-page .main-content {
  flex: 1;
  padding-left: 40px;
}

/* General Table Styling */
.whishlist-page .wishlist-table {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 20px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
}

.whishlist-page .wishlist-table th {
  color: #888;
  font-weight: 500;
  padding-bottom: 10px;
  padding-right: 10px;
}

.whishlist-page .wishlist-table td {
  background-color: white;
  padding: 20px 0;
  vertical-align: middle;
}

/* Product Cell Layout */
.whishlist-page .product-cell {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.whishlist-page .product-cell a {
  font-weight: 600;
}

.whishlist-page .product-cell i {}

.whishlist-page .product-cell img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  object-fit: contain;
  border: 1px solid #eee;
}

.whishlist-page .product-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.whishlist-page .product-info .color {
  font-size: 13px;
  color: #888;
}

/* Remove Button */

/* Add to Cart Button */
.whishlist-page .add-button {
  font-size: 15px;
  width: fit-content;
  background-color: #000;
  color: #fff;
  padding: 10px 15px !important;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.whishlist-page .add-button:hover {
  background-color: #333;
}

.whishlist-page thead th {
  border-bottom: 1px solid #e0e0e0;
}

.whishlist-page tbody tr {
  border-bottom: 1px solid #f0f0f0;
}

.whishlist-page .add-button-tr {
  text-align: right;
}

th.wishlist-page.add-button-tr {
  text-align: right;
}

/*aqua-panna css code */

.aqua-panna-section {
  margin-bottom: 50px;
  margin-top: 50px;
}

.aqua-panna-section .brands-logo {
  width: 600px;
  height: auto;
  display: block;
  margin: 0 auto 30px auto;
}

.aqua-panna-section .description {
  width: 100%;
  text-align: center;

  line-height: 1.6;
  margin-bottom: 30px;
  padding: 0 15px;
}

.aqua-panna-section .alert-box {
  margin-top: 60px;
  background-color: #fde08a;
  border-radius: 6px;
  color: #d9534f;
  padding: 10px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;

  width: 100%;
}

.aqua-panna-section .alert-box span {
  font-size: 16px;
}

/* contact us css code */

.contact-page-section {
  margin: 50px 0;
}

.contact-page-text {
  color: var(--neutral-07100, #141718);
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}

.contact-second-section {
  display: flex;
  margin: 60px 0;
  flex-wrap: wrap;
}

.contact-second-section-leftside {
  flex: 1;
  max-width: 50%;

  background-size: cover;
}

.contact-second-section-rightside {
  flex: 1;
  max-width: 50%;
  padding: 60px;
  background: var(--neutral-02100, #f3f5f7);
}

.contact-page-shopnow-btn {
  color: #121212;
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 7px;
  margin-top: 30px;
}

.contact-page-shopnow-btn:hover {
  color: #121212;
  text-decoration: underline;
}

.Contact-us-form h2 {
  text-align: center;
}

.contactus-form-section {
  padding: 50px 0;
}

.contactus-form-section .form-label {
  color: var(--neutral-04100, #6c7275);
  margin-bottom: 15px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  font-family: "Roboto", sans-serif;
  /* 100% */
  text-transform: uppercase;
}

.contactus-form-section .form-control {
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid var(--Black-300, #cbcbcb);
  background: var(--White, #fff);
}

.contact-form-page-submit-btn {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  width: fit-content;
  font-size: 16px;
}

.contactus-form-section .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contactus-form-section .map-wrapper {
  min-height: 400px;
  position: relative;
}

.contact-info-box {
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 50px;
  border: 1.176px solid rgba(185, 15, 60, 0.3);
  overflow: hidden;
}

.contact-info-box .contact-items {
  border-right: 1.176px solid rgba(185, 15, 60, 0.3);
  padding: 35px 55px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  overflow: hidden;
}

/* Remove right border from the last column */
.contact-info-box .row .col-12:last-child .contact-items {
  border-right: none;
}

.contact-info-box .contact-items .cicon-tbox {
  display: flex;
  align-items: center;
  gap: 28px;
}

.contact-info-box .contact-items .cicon {
  display: flex;
  width: 75.294px;
  height: 75.294px;
  justify-content: center;
  align-items: center;
  border-radius: 37.647px;
  background: #db5c02;
  font-size: 25px;
  color: #fff;
}

.contact-info-box .contact-items .title {
  color: #db5c02;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 18.824px;
  font-style: normal;
  font-weight: 400;
  line-height: 37.647px;
  letter-spacing: 3.529px;
  text-transform: uppercase;
}

.contact-info-box .contact-items .linktext {
  color: var(--Text_Dark, #391400);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 37.647px;
}

/* return policy pandatatva */

.return-policy-pandatatva {
  padding: 50px 0;
  color: #9e9e9e !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  font-family: "Roboto", sans-serif !important;
  text-decoration: none !important;
  font-style: normal !important;
}

.return-policy-pandatatva-first-section {
  display: flex;
  gap: 40px;
}

.return-policy-pandatatva-first-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 40px 0;
  flex-wrap: wrap;
}

.return-text {
  flex: 1;
  max-width: 50%;
}

.return-text p {
  color: #333;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0px;
  margin: 0;
}

.return-text strong {
  font-weight: 600;
}

.return-image {
  flex: 1;
  max-width: 50%;
}

.return-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  /* Align right on large screens */
}

.return-policy-pandatatva-second-section {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.return-policy-pandatatva-second-section p {
  color: #333;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
  letter-spacing: 0px;
}

.return-highlight-section {
  background-color: #111;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.return-highlight-text p {
  color: var(--Content-Reversed, #fff);

  font-size: 40px;
  font-style: normal;

  line-height: 49px;
  /* 122.5% */
  letter-spacing: 0px;
}

.return-highlight-text strong {
  font-weight: 700;
}

.return-highlights-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
  margin-top: 50px;
}

.highlight-box {
  flex: 1 1 200px;
  max-width: 220px;
  text-align: left;
}

.highlight-box hr {
  border: none;
  border-top: 3px solid white;
  margin-bottom: 15px;
}

.highlight-box p {
  color: var(--Content-Reversed, #fff);

  font-size: 28px;
  font-style: normal;

  line-height: 36px;
  /* 112.5% */
  letter-spacing: 0px;
  margin: 0;
}

.highlight-box strong {
  font-weight: 700;
}

.return-policy-last-section {
  padding: 60px 0;
}

.return-policy-last-section p {
  color: #333;
  font-size: 24px;
  font-style: normal;

  line-height: 200%;
  /* 48px */
  letter-spacing: -1.2px;
}

/* refund policy css code */

.refund-policy-section {
  text-align: justify;
  margin-bottom: 50px;
}

.refund-policy-heading {
  padding: 50px 0;
}

/* terms conditions */

.terms-conditions-section {
  text-align: justify;
  margin-bottom: 50px;
}

.terms-conditions-heading {
  padding: 50px 0;
}

/*privacy policy css code */

.privacy-policy-section {
  text-align: justify;
  margin-bottom: 50px;
}

.privacy-policy-heading {
  padding: 50px 0;
}

/* Thankyou Page  */

.thankyou-section {
  padding: 80px 0;
}




/* New Css Code*/

a.offcanvas__logo_link {
  display: block;
  padding: 5px;
  margin-left: 15px;
}

.remove-icon.remove.text-danger {
  cursor: pointer;
}



/* Cart Popup Overlay  css code*/
.cart-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cart-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Cart Popup Container */
.cart-popup {
  position: fixed;
  top: 0;
  right: -450px;
  width: 100%;
  max-width: 420px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: -2px 0 15px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
}

.cart-popup.active {
  right: 0;
}

/* Cart Header */
.cart-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
  background-color: #f9fafb;
}

.cart-popup-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.cart-item-count {
  background-color: #ff6b35;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 5px;
  border-radius: 12px;
  min-width: 22px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: -25px;
  line-height: 18px;
}

.cart-close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #6b7280;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  transition: color 0.2s ease;
  width: fit-content;
}

.cart-close-btn:hover {
  color: #1f2937;
}

/* Cart Body */
.cart-popup-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}

.cart-popup-body::-webkit-scrollbar {
  width: 6px;
}

.cart-popup-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.cart-popup-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.cart-popup-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Empty Cart State */
.empty-cart {
  text-align: center;
  padding: 60px 20px;
}

.empty-cart-icon {
  font-size: 64px;
  color: #d1d5db;
  margin-bottom: 16px;
}

.empty-cart-text {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 24px;
}

.empty-cart-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ff6b35;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.empty-cart-btn:hover {
  background-color: #e55a2b;
  color: white;
}

/* Cart Items */
.cart-items-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-item {
  display: flex;
  gap: 12px;
  padding: 12px;
  background-color: #f9fafb;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  position: relative;
}

.cart-item:hover {
  background-color: #f3f4f6;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
}

.cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-item-name {
  font-size: 14px;
  font-weight: 500;
  color: #1f2937;
  margin: 0 0 4px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-item-price {
  font-size: 16px;
  font-weight: 600;
  color: #ff6b35;
  margin: 0;
}

.cart-item-quantity-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.cart-qty-btn {
  width: 28px;
  height: 28px;
  border: 1px solid #d1d5db;
  background-color: white;
  color: #4b5563;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.cart-qty-btn:hover {
  background-color: #f3f4f6;
  border-color: #9ca3af;
}

.cart-qty-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cart-item-qty {
  font-size: 14px;
  font-weight: 500;
  color: #1f2937;
  min-width: 30px;
  text-align: center;
}

.cart-item-remove {
  position: absolute;
  width: fit-content;
  bottom: 10px;
  right: 8px;
  background: none;
  border: none;
  color: #dc2626;
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  transition: color 0.2s ease;
}

.cart-item-remove:hover {
  color: #991b1b;
}

/* Cart Footer */
.cart-popup-footer {
  border-top: 1px solid #e5e7eb;
  padding: 20px 24px;
  background-color: #f9fafb;
}

.cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.cart-subtotal-label {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}

.cart-subtotal-amount {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

.cart-tax-info {
  font-size: 12px;
  color: #6b7280;
  margin: 0 0 16px 0;
}

.cart-checkout-btn {
  width: 100%;
  padding: 14px 24px;
  background-color: #ff6b35;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cart-checkout-btn:hover {
  background-color: #e55a2b;
}

.cart-view-cart-link {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.cart-view-cart-link:hover {
  color: #1f2937;
  text-decoration: underline;
}

/* Success Animation */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.cart-item.just-added {
  animation: slideInRight 0.4s ease-out;
  background-color: #fff7ed;
}

/* Responsive Design */
@media (max-width: 480px) {
  .cart-popup {
    max-width: 100%;
    right: -100%;
  }

  .cart-popup-header {
    padding: 16px 20px;
  }

  .cart-popup-title {
    font-size: 18px;
  }

  .cart-item-image {
    width: 70px;
    height: 70px;
  }

  .cart-item-name {
    font-size: 13px;
  }

  .cart-item-price {
    font-size: 14px;
  }
}

/* Loading State */
.cart-loading {
  text-align: center;
  padding: 40px 20px;
  color: #6b7280;
}

.cart-loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e5e7eb;
  border-top-color: #ff6b35;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 12px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}



/* Confirmation Modal */
.cart-confirm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cart-confirm-modal.show {
  display: flex;
  opacity: 1;
}

.cart-confirm-content {
  background: white;
  border-radius: 12px;
  padding: 24px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.cart-confirm-modal.show .cart-confirm-content {
  transform: scale(1);
}

.cart-confirm-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  background-color: #fee2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #dc2626;
}

.cart-confirm-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  text-align: center;
  margin: 0 0 8px 0;
}

.cart-confirm-message {
  font-size: 14px;
  color: #6b7280;
  text-align: center;
  margin: 0 0 24px 0;
  line-height: 1.5;
}

.cart-confirm-buttons {
  display: flex;
  gap: 12px;
}

.cart-confirm-btn {
  flex: 1;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cart-confirm-btn-cancel {
  background-color: #f3f4f6;
  color: #4b5563;
}

.cart-confirm-btn-cancel:hover {
  background-color: #e5e7eb;
}

.cart-confirm-btn-remove {
  background-color: #dc2626;
  color: white;
}

.cart-confirm-btn-remove:hover {
  background-color: #b91c1c;
}



/* Live Search Dropdown Styles */
.live-search-container {
  position: relative;
}

.live-search-dropdown {
  position: absolute;
  max-width: 680px;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e5e7eb;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  max-height: 500px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  margin-top: -1px;
  margin: auto;
}

.live-search-dropdown.show {
  display: block;
}

.live-search-header {
  padding: 12px 16px;
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 600;
  color: #1f2937;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.live-search-count {
  color: #6b7280;
  font-weight: 400;
  font-size: 13px;
}

.live-search-results {
  max-height: 400px;
  overflow-y: auto;
}

.live-search-item {
  display: flex;
  padding: 12px 16px;
  border-bottom: 1px solid #f3f4f6;
  text-decoration: none;
  transition: background-color 0.2s ease;
  text-align: left;
}

.live-search-item:hover {
  background-color: #f9fafb;
}

.live-search-item:last-child {
  border-bottom: none;
}

.live-search-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  flex-shrink: 0;
  background-color: #f9fafb;
}

.live-search-details {
  flex: 1;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.live-search-title {
  font-size: 14px;
  font-weight: 500;
  color: #1f2937;
  margin: 0 0 4px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.live-search-meta {
  font-size: 12px;
  color: #6b7280;
  margin: 0 0 4px 0;
}

.live-search-price-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.live-search-price {
  font-size: 15px;
  font-weight: 600;
  color: #ff6b35;
  margin: 0;
}

.live-search-original-price {
  font-size: 13px;
  color: #9ca3af;
  text-decoration: line-through;
  margin: 0;
}

.live-search-loading {
  padding: 20px;
  text-align: center;
  color: #6b7280;
  font-size: 14px;
}

.live-search-loading-spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #e5e7eb;
  border-top-color: #ff6b35;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 8px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.live-search-empty {
  padding: 40px 20px;
  text-align: center;
}

.live-search-empty-icon {
  font-size: 48px;
  color: #d1d5db;
  margin-bottom: 12px;
}

.live-search-empty-text {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.live-search-footer {
  padding: 12px 16px;
  background-color: #f9fafb;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}

.live-search-view-all {
  color: #ff6b35;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.live-search-view-all:hover {
  color: #e55a2b;
  text-decoration: underline;
}

/* Scrollbar styling */
.live-search-results::-webkit-scrollbar {
  width: 6px;
}

.live-search-results::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.live-search-results::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.live-search-results::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Category badges */
.live-search-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}

.live-search-category-badge {
  font-size: 11px;
  padding: 2px 6px;
  background-color: #e5e7eb;
  color: #4b5563;
  border-radius: 3px;
}

/* Mobile specific styles */
@media (max-width: 768px) {

  /* Style for mobile search dropdown in predictive search box */
  .predictive__search--box .live-search-dropdown {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-width: 100%;
    border-radius: 8px;
    margin-top: 15px;
    border: 1px solid #e5e7eb;
  }

  .predictive__search--box .live-search-container {
    width: 100%;
  }

  .live-search-dropdown {
    max-height: 60vh;
  }

  .live-search-image {
    width: 50px;
    height: 50px;
  }

  .live-search-title {
    font-size: 13px;
  }

  .live-search-price {
    font-size: 14px;
  }

  .live-search-meta {
    font-size: 11px;
  }

  .live-search-results {
    max-height: calc(60vh - 100px);
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .live-search-item {
    padding: 10px 12px;
  }

  .live-search-image {
    width: 45px;
    height: 45px;
  }

  .live-search-details {
    margin-left: 10px;
  }

  .live-search-title {
    font-size: 12px;
  }

  .live-search-meta {
    font-size: 10px;
  }

  .live-search-price {
    font-size: 13px;
  }

  .live-search-original-price {
    font-size: 11px;
  }
}

/* Animation for dropdown appearance */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.live-search-dropdown.show {
  animation: slideDown 0.2s ease-out;
}

/* Ensure proper z-index for mobile search */
.predictive__search--box {
  z-index: 9999;
}

.predictive__search--box .live-search-dropdown {
  z-index: 10000;
}




/* Cart Popup Weight Display Styles */

.cart-item-weight {
    font-size: 12px;
    color: #666;
    margin: 5px 0;
    font-weight: 400;
}

.cart-item-weight::before {
    content: '⚖️ ';
    margin-right: 3px;
}

/* Confirmation Modal Styles */
.cart-confirm-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.cart-confirm-modal.show {
    display: flex;
}

.cart-confirm-content {
    background: white;
    padding: 30px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.cart-confirm-icon {
    font-size: 48px;
    color: #f59e0b;
    margin-bottom: 20px;
}

.cart-confirm-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.cart-confirm-message {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.cart-confirm-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.cart-confirm-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cart-confirm-btn-cancel {
    background: #e5e7eb;
    color: #374151;
}

.cart-confirm-btn-cancel:hover {
    background: #d1d5db;
}

.cart-confirm-btn-remove {
    background: #ef4444;
    color: white;
}

.cart-confirm-btn-remove:hover {
    background: #dc2626;
}

/* Cart Checkout Button Loading State */
.cart-checkout-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.cart-checkout-btn .fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 768px) {
    .cart-confirm-content {
        padding: 20px;
        max-width: 90%;
    }
    
    .cart-confirm-title {
        font-size: 20px;
    }
    
    .cart-confirm-message {
        font-size: 14px;
    }
    
    .cart-confirm-buttons {
        flex-direction: column;
    }
    
    .cart-confirm-btn {
        width: 100%;
    }
}