  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;

  font: 15px/25px;

  color: #393939;

  overflow-x: hidden;

  font-family: "Montserrat", sans-serif;

  background: #f0feff;

  background-color: var(--bg-color);
  color: var(--text-color);
  transition: 0.3s;
}

:root {
  --bg-color: #ffffff;
  --text-color: #000000;
}

.dark-theme {
  --bg-color: #121212;
  --text-color: #ffffff;
}

a {
  text-decoration: none;

  color: #28b16d;

  white-space: initial;

  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;

  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  outline: none;
}

/*.account-bx input:focus{
  color: #fff !important;
}*/
.register input:focus{
  color: #000 !important;
}
.register input#password1:focus,.register input#password2:focus,.register input#password3:focus {
/*input#password3:focus{*/
  color: #fff !important;
}
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;

  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;

  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;

  opacity: 1;
}

ul {
  margin: 0 0 0px;

  padding: 0;

  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";

  src: url(../fonts/fontawesome-webfont.eot);

  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "american";

  src: url(../fonts/american.otf);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

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

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

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

.pt-10 {
  padding-top: 100px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;

  margin: 0 auto;
}

.d-flex {
  display: flex;

  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  align-items: center;
}

h1 {
  font-family: "american";

  font-size: 105px;

  color: #fff;

  font-weight: 500;

  margin: 0 0 0px;

  line-height: 100px;

  letter-spacing: 3px;
}

h2 {
  font-family: "american";

  font-size: 85px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h3 {
  font-family: "american";

  font-size: 35px;

  color: #000000;

  font-weight: 600;

  margin: 0 0 0px;
}

h4 {
  font-family: "american";

  font-size: 24px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h5 {
  font-family: "american";

  font-size: 16px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h6 {
  font-family: "american";

  font-size: 14px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

p {
  color: #070606;

  font-size: 18px;

  font-weight: 500;

  line-height: 28px;
}

/* Header Start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;

  list-style: none;

  padding: 0;

  text-align: center;

  text-transform: capitalize;

  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 90%;

  margin: 0 auto;
}

.menuSec ul li {
  position: relative;

  display: inline-block;

  margin: 0;

  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

.header-logo a img {
  width: 194px;

  height: 113px;

  object-fit: contain;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  color: #c683b9;
}

.menusec-btn ul {
  display: flex;

  align-items: center;

  justify-content: end;

  gap: 12px;
}

.cart-button {
  border: 1px solid #bc7cb0;

  height: 60px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 60px;
}

.cart-button img {
  width: 35px;

  height: 24px;

  object-fit: contain;
}

.search-trigger {
  font-size: 20px;

  color: #fff;
}

.menuSec li:hover > ul {
  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  left: 0px;

  width: 230px;

  text-align: left;

  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;

  padding: 13px 20px !important;

  color: #fff !important;

  overflow: hidden;

  font-size: 13px;

  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;

  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;

  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;

  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";

  display: table;

  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;

  top: 0px;

  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  right: 7%;

  width: 230px;

  text-align: left;

  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;

  color: #000 !important;
}

.dropdown-menu {
  position: absolute !important;

  z-index: 1000;

  display: block;

  min-width: 10rem;

  padding: 0.5rem 0;

  margin: 0;

  font-size: 1rem;

  color: #212529;

  text-align: left !important;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 0.25rem;
}

.container-fluid.add-padding {
  padding: 0 5%;
}

.menuSection {
  position: absolute;

  z-index: 999;

  width: 100%;

  padding: 20px 0;
}

.search-overlay {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100vh;

  background: #c683b9e8;

  display: flex;

  justify-content: center;

  align-items: center;

  opacity: 0;

  visibility: hidden;

  transition: 0.4s ease;

  z-index: 9999;
}

.search-overlay.show {
  opacity: 1;

  visibility: visible;
}

.search-form {
  display: flex;

  gap: 10px;
}

.search-form input {
  padding: 0 25px;

  font-size: 20px;

  width: 750px;

  border: none;

  outline: none;

  border-radius: 50px;

  text-transform: capitalize;

  font-weight: 500;

  height: 65px;
}

.search-form button {
  padding: 15px 35px;

  font-size: 18px;

  background: #fff;

  border: none;

  cursor: pointer;

  border-radius: 50px;

  font-weight: 500;

  height: 65px;
}

.close-search {
  position: absolute;

  top: 20px;

  right: 40px;

  font-size: 40px;

  color: #fff;

  cursor: pointer;
}

/* Header Ends */

/* Banner Start */

.banner-after-before:after {
  content: "";

  position: absolute;

  background: linear-gradient(188deg, #eb5954, transparent);

  width: 6%;

  height: 100%;

  background-size: cover;

  top: 0;

  z-index: -1;

  border-right: 1px solid #ee7d8a;
}

.btn-shine {
  background: linear-gradient(to right, #000 0, #c683b9, #c683b9 33%, #000 0%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 7s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  text-decoration: none;
}

@keyframes shine {
  0%,
  100% {
    background-position: 0;
  }

  10% {
    background-position: 50px;
  }

  20% {
    background-position: 100px;
  }

  30% {
    background-position: 150px;
  }

  40% {
    background-position: 200px;
  }

  50% {
    background-position: 250px;
  }

  60% {
    background-position: 300px;
  }

  70% {
    background-position: 350px;
  }

  80% {
    background-position: 400px;
  }

  90% {
    background-position: -450px;
  }
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.banner_heading {
  text-align: center;
}

.banner_heading label {
  font-size: 20px;

  color: #ffffff;

  margin-bottom: 18px;
}

.banner_heading h1 label {
  font-size: 105px;

  margin: 0 !important;
}

.main-banner-images {
  text-align: center;

  /*margin-top: -100px;*/

  position: relative;

  z-index: 999;
}

.main-banner-images-button {
  position: absolute;

  top: 10%;

  right: 13%;

  z-index: 9999;
}

.main-banner-images-button a span {
  display: block;
}

.main-banner-images-button a {
  font-size: 75px;

  line-height: 70px;

  text-transform: uppercase;

  color: #fff;

  font-weight: 600;
}

.main-banner-images-button a {
  font-size: 75px;

  text-transform: uppercase;

  color: #fff;

  font-family: "american";

  background-image: url(../images/main-bnr-img-btn-back.png);

  width: 190px;

  height: 190px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  background-repeat: no-repeat;

  font-weight: 500;

  line-height: 65px;
}

.main-banner-images img {
}

.main-banner-images img {
  position: relative;

  z-index: 9999;

  width: 62%;
 
  width: 700px;

  height: 600px;

  object-fit: contain;

  /*animation: shake 1.5s ease-in-out infinite;*/
}

.carousel-control.right,
.carousel-control.left {
  background: none;

  opacity: 1;

  width: 50px;

  height: 50px;

  top: initial;

  top: 40%;

  background: rgba(255, 255, 255, 0.1);

  text-shadow: none;
}

.main-bar-btn {
  padding: 16px 35px;

  border-radius: 50px;

  background: #fff;

  color: #000;

  font-weight: 600;

  font-size: 18px;
}

.main-banner-boxs {
  position: relative;
}

.main-banner-button {
  position: absolute;

  bottom: 30%;

  z-index: 99999999;
}

.theme-btn-1 ul {
  display: flex;

  align-items: center;

  gap: 20px;
}

.main-bar-btn-icon {
  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 58px;

  height: 58px;

  border-radius: 50%;

  color: #000;

  font-size: 22px;

  position: relative;
}

.main-banner-text {
  position: absolute;

  right: 0;

  bottom: 20%;

  width: 25%;

  z-index: 999;
}

.main-banner-text p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #000;
}

.main-banner-text a {
  color: #8e7ea6;

  text-decoration: underline;

  font-size: 18px;

  font-weight: 500;
}

.main-bar-btn-icon:before {
  content: "";

  position: absolute;

  background: #fff;

  width: 22px;

  height: 12px;

  left: -21px;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);

  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;

  top: 12px;

  font-size: 20px;

  color: #fff;

  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;

  flex: 0 1 auto;

  width: 10px;

  height: 12px;

  padding: 0;

  margin: 3px !important;

  text-indent: -999px;

  cursor: pointer;

  background-color: #fff;

  background-clip: padding-box;

  border: 0;

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;

  opacity: 1;

  /* transition: opacity 0.6s ease; */

  border-radius: 20px;
}

.img-fluid {
  width: 100%;
  height: 890px;
  object-fit: cover;
  filter: invert(1);
}

section.main_slider:before {
  content: "";
  position: absolute;
  background-image: url(../images/main-banner-lines.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  top: 0;
  z-index: 10;
  right: 0;
  left: 0;
  margin: 0 auto;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(10%)
    hue-rotate(176deg) brightness(91%) contrast(100%);
}

section.main_slider {
  position: relative;
}

.main-banner-background-heading {
  position: absolute;

  z-index: 9;

  bottom: 6%;

  right: 0;

  left: 0;

  margin: 0 auto;

  text-align: center;
}

.main-banner-background-heading h2 {
  font-size: 400px;
  color: #040404;
  opacity: 0.1 !important;
}

.carousel-caption {
  position: absolute;

  top: 11%;

  width: 100%;

  height: 100%;

  left: 0;

  right: 0;

  margin: 0;

  padding: 0;

  color: #fff;

  text-align: left;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;
}

.carousel-indicators li {
  border: none;

  border-radius: 100%;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  background: #fff;

  width: 12px;

  height: 12px;

  margin: 0;
}

.carousel-indicators .active {
  margin: 0;

  background-color: #28b16d;

  width: 10px;

  height: 12px;
}

.banner_heading h1 span {
  display: block;
}

/* Banner Ends */

/* The Curious And The Free Start */

.sec {
  padding: 100px 0;
}

.curious-the-free-sec.sec {
  padding-top: 60px;
}

.curious-the-free-text h2 {
  font-size: 75px;

  line-height: 75px;
}

.curious-the-free-text h2 span {
  display: block;
}

.curious-the-free-sec .container-fluid {
  padding: 0;
}

.curious-the-free-silder .slick-slide {
  transition: all ease-in-out 0.3s;

  opacity: 1.2;
}

.curious-the-free-silder .slick-slide {
  margin: 40px 50px;
}

.curious-the-free-images img {
  width: 95% !important;

  height: 739px !important;

  object-fit: cover !important;

  border-radius: 25px !important;
}

.curious-the-free-images.reveal-box {
  border-radius: 25px !important;
}

.curious-the-free-text h2 span {
  display: block;
}

.curious-the-free-text h2 {
  line-height: 85px;

  margin-bottom: 20px;
}

.curious-the-free-images {
  transform: rotate(3deg);
}

.curious-the-free-text h2 label {
  padding-left: 10px;

  padding-right: 10px;

  position: relative;
}

.curious-the-free-text h2 label:before {
  content: "";

  position: absolute;

  background-color: #ddc0dc;

  width: 100%;

  height: 50px;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: -1;
}

.theme-btn-1.chg li.main-bar-btn {
  background: #ad99ca;

  color: #fff;

  font-size: 17px;

  padding: 15px 55px;

  font-weight: 500;
}

.theme-btn-1.chg li.main-bar-btn-icon {
  background: #ad99ca;

  color: #fff;
}

.theme-btn-1.chg li.main-bar-btn-icon:before {
  background: #ad99ca;
}

.curious-the-free-silder .curious-the-free-text p {
  margin-bottom: 30px;
}

.curious-the-free-silder .left-slide .curious-the-free-silder-items {
}

.curious-the-free-silder
  .right-slide
  .curious-the-free-silder-items
  .curious-the-free-images {
  transform: rotate(-5deg);
}

.curious-the-free-silder .slick-center {
  opacity: 1;
}

.curious-the-free-silder
  .slick-slide.slick-cloned.left-slide
  .curious-the-free-silder-items {
  direction: rtl;
}

.curious-the-free-silder .left-slide .curious-the-free-silder-items {
  direction: rtl;
}

.curious-the-free-silder
  .left-slide
  .curious-the-free-silder-items
  .curious-the-free-images {
  transform: rotate(-3deg);
}

/* The Curious And The Free Ends */

/*Curated Crafted Curated Crafted Start */

.curated-curated-crafted-heading h2 span {
  display: block;
}

.curated-curated-crafted-heading h2 {
  line-height: 90px;
  margin: 0 0 20px 0;
}

.curated-curated-crafted-heading h2 label:before {
  content: "";

  position: absolute;

  background: #ddc0dc;

  width: 100%;

  height: 55px;

  bottom: 0;

  z-index: -1;

  left: 0;

  right: 0;

  margin: 0 auto;
}

.curated-curated-crafted-heading h2 label {
  position: relative;

  padding-left: 5px;

  padding-right: 5px;
}

.curated-curated-crafted-button {
  text-align: end;
}

.curated-curated-box {
  margin-top: 20px;
  transition: 0.5s;
}

.curated-curated-box:hover {
  margin-top: 30px;

  transition: 0.5s;
}

.curated-curated-images img {
  width: 100%;

  height: 628px !important;

  object-fit: cover;

  border-radius: 40px;

  border: 2px solid #2a2a29;
}

.curated-curated-images.reveal-box {
  border-radius: 40px;

  border: 2px solid #2a2a29;
}

.curated-curated-text ul li h2 {
  font-size: 35px;

  margin-bottom: 0;

  line-height: 25px;
}

.curated-curated-text ul {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: 30px;

  margin-bottom: 30px;
}

.curated-curated-text ul li a {
  font-family: "american";

  font-size: 20px;

  background: #d9dfff;

  color: #000000;

  border: 2px solid #575966;

  padding: 14px 45px;

  border-radius: 50px;
}

.curated-curated-text p {
  font-size: 20px;

  color: #000;

  font-weight: 600;
}

.curated-curated-text p span {
  display: block;
}

/*Curated Crafted Curated Crafted Ends*/

/*Mix Brands Mix Strengths Start*/

.mix-brands-mix-strengths-heading {
  text-align: center;
}

.mix-brands-mix-strengths-heading h2 span {
  display: block;
}

.mix-brands-mix-strengths-heading h2 {
  line-height: 90px;
}

.mix-brands-mix-strengths-heading h2 label {
  padding-left: 5px;

  padding-right: 5px;

  position: relative;
}

.mix-brands-mix-strengths-heading h2 label:before {
  content: "";

  position: absolute;

  background: #ddc0dc;

  width: 100%;

  height: 50px;

  left: 0;

  right: 0;

  margin: 0 auto;

  bottom: 0;

  z-index: -1;
}

.mix-brands-mix-strengths-images {
  width: fit-content;
}

.mix-brands-mix-strengths-images {
  margin: 0 auto;
}

.mix-brands-mix-strengths-boxs {
  margin-top: 20px;

  position: relative;
}

.mix-brands-mix-strengths-text-one {
  width: 25%;

  position: absolute;

  top: 25%;

  left: 0;
}

.mix-brands-mix-strengths-images img {
  width: 705px;

  height: 855px;

  object-fit: contain;

  animation: shake 1.5s ease-in-out infinite;
}

.form-control:focus {
  color: #212529;

  background-color: inherit !important;

  border-color: inherit !important;

  outline: 0;

  box-shadow: inherit !important;
}

.mix-brands-mix-strengths-text-two {
  background: #ddc0dc;

  height: 220px;

  display: flex;

  align-items: center;

  padding: 0px 80px;

  border-top-left-radius: 200px;

  border-bottom-left-radius: 200px;

  width: 45%;

  position: absolute;

  bottom: 130px;

  z-index: -1;
}

.mix-brands-mix-strengths-text-three {
  position: absolute;

  right: 0;

  width: 48%;

  top: 23%;

  /*background: #ad99ca;*/

  background: #dabdd9;

  height: 220px;

  border-top-right-radius: 200px;

  border-bottom-right-radius: 200px;

  display: flex;

  align-items: center;

  z-index: -1;

  padding: 0 80px;
}

.mix-brands-mix-strengths-text-three p {
  width: 62%;

  margin: 0 0 0 auto;
}

.mix-brands-mix-strengths-text-one p {
  width: 100%;
}

.mix-brands-mix-strengths-text-two p {
  width: 80%;
}

.mix-brands-mix-strengths-text-two p {
  color: #070606;

  margin-bottom: 0;
}

.mix-brands-mix-strengths-text-button a {
  font-size: 45px;

  text-transform: uppercase;

  color: #fff;

  font-family: "american";

  background-image: url(../images/main-bnr-img-btn-back.png);

  width: 190px;

  height: 190px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  background-repeat: no-repeat;

  font-weight: 500;

  line-height: 50px;
}

.mix-brands-mix-strengths-text-button {
    position: absolute;
    bottom: 23%;
    right: 12%;
}

.mix-brands-mix-strengths-sec {
  position: relative;
}

.mix-brands-mix-str-main-back-heading {
  position: absolute;

  bottom: 10%;

  left: 0;

  right: 0;

  margin: 0 auto;

  text-align: center;

  z-index: -1;
}

.mix-brands-mix-str-main-back-heading h2 {
  font-size: 385px;

  color: #d8e5e6;

  letter-spacing: 10px;
}

/*Mix Brands Mix Strengths Ends*/

/*New Way Unwind Socialize Start*/

.new-way-unwind-socailize-heading h2 {
  font-size: 60px;
}

.new-way-unwind-socailize-heading h2 span {
  display: block;
}

.new-way-unwind-socailize-heading h2 {
  font-size: 52px;

  line-height: 55px;

  margin-bottom: 20px;
}

.new-way-unwind-socailize-heading h2 label {
  padding-left: 5px;

  padding-right: 5px;

  position: relative;
}

.new-way-unwind-socailize-heading h2 label:before {
  content: "";

  position: absolute;

  background: #ddc0dc;

  width: 100%;

  height: 40px;

  z-index: -1;

  bottom: 0;
}

.new-way-unwind-socailize-box img {
  width: 100%;

  height: 795px;

  object-fit: cover;

  border-radius: 25px;

  transform: rotate(3deg);
}

.new-way-unwind-socailize-box {
  position: relative;
}

.new-way-unwind-socailize-box:before {
  content: "";

  position: absolute;

  background: #ad99ca;

  width: 100%;

  height: 100%;

  border-radius: 25px;

  transform: rotate(-1deg);
}

.new-way-unwind-socailize-points ul li a {
  border-bottom: 2px solid #748395;

  color: #070606;

  font-size: 20px;

  font-weight: 600;

  padding: 20px 0;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;

  transition: 0.5s;
}

.new-way-unwind-socailize-points ul li a span img {
  width: 13px;

  height: 9px;

  object-fit: contain;
}

li.no-boader a {
  border-bottom: none !important;
}

.new-way-unwind-socailize-points ul li a:hover {
  color: #ad99ca;

  transition: 0.5s;

  letter-spacing: 1px;
}

.new-way-unwind-socailize-points {
  margin-left: 15px;
}

.new-way-unwind-socailize-points ul li a span {
  background: #ad99ca;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 38px;

  height: 38px;

  border-radius: 50px;

  flex-shrink: 0;
}

.new-way-unwind-socailize-sec {
  padding: 80px 0 30px 0;
}

/*New Way Unwind Socialize Ends*/

/*Gallery Start*/

.gallery-heading h2 {
  padding-left: 8px;

  padding-right: 8px;

  width: fit-content;

  position: relative;
}

.gallery-heading h2:before {
  content: "";

  position: absolute;

  background: #ddc0dc;

  width: 100%;

  height: 50px;

  bottom: 0;

  z-index: -1;

  left: 0;

  right: 0;

  margin: 0 auto;
}

.gallery-heading {
  position: relative;

  display: flex;

  align-items: center;
}

.gallery-heading:before {
  content: "";

  position: absolute;

  background: #748395;

  width: 83.6%;

  height: 3px;

  right: -60px;
}

.gallery-silder {
  margin-top: 18px;
}

.gallery-row .row {
  align-items: center;
}

.gallery-one-box img {
  width: 100%;

  height: 260px;

  object-fit: cover;

  border-radius: 30px;
}

.gallery-two-box img {
  width: 100%;

  height: 380px;

  object-fit: cover;

  border-radius: 30px;
}

.gallery-three-box {
  margin-top: 18px;
}

.gallery-four-box img {
  width: 100%;

  height: 950px;

  object-fit: cover;

  border-radius: 30px;
}

.gallery-three-box img {
  width: 100%;

  height: 380px;

  object-fit: cover;

  border-radius: 30px;
}

.gallery-five-box img {
  width: 100%;

  height: 380px;

  object-fit: cover;

  border-radius: 30px;
}

.gallery-six-box img {
  width: 100%;

  height: 380px;

  object-fit: cover;

  border-radius: 30px;
}

.gallery-two-box {
  border-radius: 30px;
}

.gallery-four-box.reveal-box img {
  height: 950px !important;
}

.gallery-seven-box {
  border-radius: 30px;
}

.gallery-five-box {
  border-radius: 30px;
}

.gallery-three-box {
  border-radius: 30px;
}

.gallery-four-box {
  border-radius: 30px;
}

.gallery-six-box {
  margin-top: 18px;

  border-radius: 30px;
}

.gallery-seven-box img {
  width: 100%;

  height: 260px;

  object-fit: cover;

  border-radius: 30px;
}

.gallery-silder .slick-prev {
  top: -70px;
}

.gallery-silder .slick-next {
  top: -70px;
}

.gallery-silder .slick-prev {
  left: inherit;

  right: 40px;
}

.gallery-silder button.slick-next.slick-arrow {
  background: #ad99ca;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 50px;

  height: 50px;

  border-radius: 50%;

  transition: 0.5s;
}

.gallery-silder .slick-next:before {
  content: "";

  background-image: url(../images/gallery-arrow.png);

  width: 22px;

  height: 16px;

  background-size: contain;
}

.gallery-silder button.slick-prev.slick-arrow {
  background: #ad99ca;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 50px;

  height: 50px;

  border-radius: 50%;

  transition: 0.5s;
}

.gallery-silder button.slick-prev.slick-arrow:hover {
  background: #071838;

  transition: 0.5s;
}

.gallery-silder button.slick-next.slick-arrow:hover {
  background: #071838;

  transition: 0.5s;
}

.gallery-silder .slick-prev:before {
  content: "";

  background-image: url(../images/gallery-arrow.png);

  width: 22px;

  height: 16px;

  background-size: contain;

  transform: rotate(180deg);
}

.gallery-one-box {
  border-radius: 30px;
}

/*Gallery Ends*/

/* Footer Start */

.footer-box {
  border-radius: 20px;
  background: #1a1613;
  padding: 100px 2% 0px;
  margin: 4% 5%;
  position: relative;
}

.ftr-copyright p {
  font-size: 16px;

  color: #fdfdfd;

  text-transform: capitalize;
}

.ftr-copyright p {
  margin-bottom: 0;
}

.footer-left-text h2 {
  font-size: 45px;

  color: #ffffff;

  width: 50%;
}

.footer-box .footer-bg {
  top: 0;

  left: 0;

  width: 100%;

  z-index: -2;

  height: 100%;

  object-fit: cover;

  position: absolute;
}

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

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

.footer-left-text h3 {
  color: #fff;

  font-size: 50px;

  margin-top: 35px;
}

.footer-links h6 {
  color: #ffffff;

  font-size: 20px;

  margin-bottom: 15px;

  text-transform: uppercase;

  font-weight: 400 !important;

  letter-spacing: 0.5px;
}

.footer-links {
  min-height: 85px;

  margin: 0 0 60px 0;

  height: fit-content;
}

.footer-links a {
  font-size: 16px;

  color: #ffffff !important;

  transition: 0.3s ease-in-out;
}

.footer-links a span {
  display: block;
}

.footer-links a:hover {
  transition: 0.3s ease-in-out;

  letter-spacing: 1px;
}

.footer-links p {
  color: #fff;
}

.footer-left-text form.footer-form {
  position: relative;

  z-index: 1;

  width: 100%;

  display: flex;

  max-width: 550px;

  margin: 40px 0 0 0;

  border-bottom: 2px solid #423f3d;

  align-items: center;

  justify-content: space-between;
}

.footer-left-text .form-control:focus {
  color: #fff;
}

form.footer-form input {
  border: none;

  color: #fff;

  height: 100px;

  font-size: 20px;

  border-radius: 0;

  background: transparent;

  /*border-bottom: 1px solid #423f3d;*/

  font-family: "Montserrat", sans-serif;

  text-transform: capitalize;
}

form.footer-form input::placeholder {
  color: #fff;

  font-size: 20px;

  font-family: "Montserrat", sans-serif;
}

form.footer-form button {
  width: 40px;

  height: 40px;

  border: none;

  display: flex;

  flex-shrink: 0;

  align-items: center;

  border-radius: 50%;

  justify-content: center;

  background: none;

  margin-top: -60px;
}

form.footer-form button img {
  width: 27px;

  height: 20px;

  object-fit: contain;
}

ul.follow-ftr-list li a {
  width: 50px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #fff;

  color: #fff;

  font-size: 16px;

  border-radius: 50%;

  transition: 0.5s ease-in-out;
}

ul.follow-ftr-list li a:hover {
  background-color: #fff;

  transition: 0.5s ease-in-out;
}

ul.follow-ftr-list li a:hover i {
  transition: 0.5s ease-in-out;
}

ul.follow-ftr-list {
  gap: 12px;

  display: flex;

  align-items: center;

  justify-content: end;

  flex-wrap: wrap;
}

ul.footer-nav-list {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

ul.footer-nav-list a {
  color: #ffffff;

  transition: 0.3s ease-in-out;

  text-transform: uppercase;

  font-weight: 500;

  letter-spacing: 1.5px;
}

ul.follow-ftr-list li a:hover {
  background: #ad99ca;

  transition: 0.5s;

  color: #fff;
}

ul.footer-nav-list a:hover {
  color: #ad99ca;

  transition: 0.3s ease-in-out;

  font-weight: 600;
}

.ftr-bottom {
  padding: 50px 0 40px 0px;

  border-bottom: 2px solid #423f3d !important;
}

.ftr-copyright p {
  color: #fff;
}

.ftr-copyright {
  text-align: end;
}

.copy-right-row {
  padding: 25px 0;
}

.copy-right-row .row {
  align-items: center;
}

.footer-disclaimers ul li p {
  color: #ffffff;

  margin-bottom: 0;

  font-size: 15px;
}

.copy-right-row .row {
  align-items: flex-start !important;
}

.footer-disclaimers ul li h2 {
  font-size: 30px;

  color: #ffffff;
}

li.ftr-dis-head {
  flex-shrink: 0 !important;
}

.footer-disclaimers ul {
  display: flex;

  align-items: flex-start;

  gap: 35px;
}

.ftr-copyright ul {
  gap: 15px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.ftr-copyright ul li a {
  color: #fff;

  font-size: 15px;

  position: relative;

  padding-right: 15px;
}

.ftr-copyright ul li a::before {
  top: 0;

  right: 0;

  width: 1px;

  content: "";

  height: 100%;

  position: absolute;

  background-color: #fff;
}

html {
  overflow-x: hidden;
}

.ftr-copyright ul li:last-child a::before {
  display: none;
}

@keyframes shake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(-5px, 5px) rotate(-5deg);
  }

  50% {
    transform: translate(5px, -5px) rotate(5deg);
  }

  75% {
    transform: translate(-5px, 5px) rotate(-5deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

/* Footer Ends */

/*Smooth Scrollbar Start*/

.scrollbar {
  margin-left: 0;

  margin-bottom: 0;

  overflow-y: scroll;

  background: #f5f5f5;
}

.smooth-wrap {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  will-change: transform;
}

/*Smooth Scrollbar Ends*/

/*Cursor Dot Start*/

.cursor-dot,
.cursor-outline {
  position: fixed;

  top: 0;

  left: 0;

  pointer-events: none;

  border-radius: 50%;

  transform: translate(-50%, -50%);

  z-index: 9999;
}

.cursor-dot {
  width: 12px;

  height: 12px;

  background: #bc7cb0;
}

.cursor-outline {
  width: 40px;

  height: 40px;

  border: 2px solid #bc7cb0;

  transition: all 0.2s ease-out;
}

.cursor-dot,
.cursor-outline {
  transition: transform 0.2s ease-out;
}

.cursor-dot.link-hover,
.cursor-outline.link-hover {
  background: #091e33;

  border-color: #091e33;

  transform: translate(-50%, -50%) scale(2);
}

/*Cursor Dot Ends */

/*Preloder Start*/

#preloader {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #c683b9;

  display: flex;

  justify-content: center;

  align-items: center;

  z-index: 9999999;

  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}

.loader {
  display: flex;

  align-items: flex-end;

  gap: 5px;
}

.bar {
  width: 6px;

  height: 20px;

  background: #fff;

  border-radius: 4px;

  animation: bounce 1s infinite ease-in-out;
}

.bar:nth-child(1) {
  animation-delay: 0s;
}

.bar:nth-child(2) {
  animation-delay: 0.1s;
}

.bar:nth-child(3) {
  animation-delay: 0.2s;
}

.bar:nth-child(4) {
  animation-delay: 0.3s;
}

.bar:nth-child(5) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%,
  100% {
    height: 20px;
  }

  50% {
    height: 60px;
  }
}

#preloader.hidden {
  opacity: 0;

  visibility: hidden;
}

.reveal-box:before {
  content: "";

  position: absolute;

  width: 200%;

  height: 0%;

  left: 50%;

  top: 50%;

  background-color: rgba(255, 255, 255, 0.3);

  transform: translate(-50%, -50%) rotate(-45deg);

  z-index: 1;
}

.reveal-box:hover::before {
  height: 250%;

  transition: all 600ms linear;

  background-color: transparent;
}

.reveal-box {
  position: relative;

  overflow: hidden;

  transform: perspective(1200px) rotateX(0deg) rotateY(0deg);

  box-shadow: unset !important;
}

.reveal-box img {
  width: 100%;

  display: block;

  transform: scale(1.15);

  /*height: 400px;*/

  height: 650px !important;

  object-fit: cover;
}

.overlay {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 2;
}

.overlay.blue {
  background: #004aad;
}

.overlay.white {
  background: #fff;
}

/*Preloder Ends */

/*Inner Banner Start*/

.inner-banner-images {
  text-align: end;
}

.inner-banner-sec {
  background-image: url(../images/inner-banner-back.png);
  width: 100%;
  height: 765px;
  background-size: cover;
  filter: invert(1);
}

.inner-banner-sec .row {
  padding-top: 80px;
}

.inner-banner-heading {
  margin-top: -160px;
}

.inner-banner-heading h2 {
  /* color: #000; */
  margin-bottom: 0;
  background: linear-gradient(to right, #fff 0, #c683b9, #c683b9 33%, #fff 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.inner-banner-images img {
  width: 88%;

  /*height: 785px;*/

  height: 600px;

  object-fit: contain;

  /*animation: shake 1.5s ease-in-out infinite;*/
}

/*Inner Banner Ends*/

/* Inner Products Detail Start */

.inner-curious-the-free-bottom-row {
  margin-top: 45px;
  /* display: none; */
}

.curious-the-free-sec
  .slick-slide.slick-current.slick-active.slick-center
  .inner-curious-the-free-bottom-row {
  display: block !important;
}

.inner-detail-products-images img {
  width: 100%;
}

.inner-detail-products-images img {
  width: 100%;

  height: 790px;

  object-fit: cover;

  border-radius: 30px;

  transform: rotate(3deg);
}

.inner-detail-products-images:before {
  content: "";

  position: absolute;

  background-color: #ad99ca;

  width: 100%;

  height: 100%;

  transform: rotate(-2deg);

  border-radius: 30px;
}

.inner-detail-products-button {
  margin-top: 30px;
}

ul.inner-detail-products-heading li h2 {
  font-size: 50px;
}

ul.inner-detail-products-heading li img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
}

ul.inner-detail-products-heading {
  overflow: revert;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.inner-detail-products-text p {
  font-size: 16px;
}

.inner-detail-products-text {
  margin-left: 25px;
}

ul.inner-detail-products-points li a {
  display: flex;

  align-items: center;

  color: #000;

  font-weight: 500;

  margin: 15px 0;

  gap: 20px;
}

ul.inner-detail-products-points li span {
  background: #ad99ca;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 35px;

  height: 35px;

  border-radius: 50%;
}

ul.inner-detail-products-heading li h3 {
    font-size: 50px;
    color: #ad99ca !important;
    white-space: pre;
    margin: 0 0 -40px 0;
}

.inner-detail-products-images {
  position: relative;
}

.qty-main ul li.inc {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  padding: 10px;
  background-color: #ad99ca;
  border-radius: 5px;
  overflow: hidden;
}

.qty-main ul li.inc span.input-number-decrement,
.qty-main ul li.inc span.input-number-increment {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}

.qty-main ul li.inc input {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 600;
  border-radius: 5px;
  overflow: hidden;
}

/* Inner Products Detail Ends */

/*Inner Community Start*/

.new-way-unwind-socailize-heading.chg {
  margin-left: 25px;
}

/*Inner Community Ends */

/* Inner Contact Start */

section.contact-us {
  padding: 130px 0px 100px;
}

.BannerContent1 {
  position: absolute;

  top: 260px;

  text-align: left;

  left: 215px;

  right: 0;
}

.BannerContent1 h2 {
  font-size: 60px;

  color: 000;

  font-weight: 500;
}

.bnr-map {
  position: relative;

  margin: 0 auto;

  float: none;

  display: table;
}

.msg-box {
  background-color: #fff;

  position: relative;

  z-index: 0;

  border-radius: 20px;

  box-shadow: 0 0 10px 0 #00000040;
}

.txt-box {
  padding: 0px;
}

.cntus-content {
  background-image: url("../images/contact-bg.png");
}

.cntc-box-sec {
  color: #fff;

  list-style: none;

  padding: 45px 45px;

  position: relative;

  background-color: #ad99ca;

  height: 587px;

  border-radius: 20px;
}

.get-a-touch-heading {
  margin-bottom: 30px;
}

.cntc-box-sec ul {
  display: flex;

  align-items: center;

  gap: 25px;

  padding: 30px 0;

  margin-bottom: 0;

  padding-bottom: 20px !important;

  border: none;
}

.sec-head {
  margin-bottom: 20px;
}

.sec-head.text-center h2 {
  font-size: 54px;

  text-transform: capitalize;

  font-family: "lucidabrightRegular";

  background: inherit;

  -webkit-background-clip: text;

  -webkit-text-fill-color: inherit;

  color: #fff;
}

.cntc-box-sec li {
  font-size: 14px;

  color: #ffffff;

  font-weight: 600;

  text-transform: capitalize;

  font-family: "Montserrat", sans-serif;
}

.cntc-box-sec h3 {
  font-size: 45px;

  font-weight: 400;

  line-height: 2;

  color: #fff;

  text-transform: uppercase;

  letter-spacing: 1px;

  margin-bottom: 40px;
}

.txt-box-sec {
  padding: 45px 55px;

  position: relative;
}

.txt-box-sec h3 {
  color: #000;

  font-size: 55px;

  line-height: 48px;

  font-weight: 500;

  text-transform: uppercase;

  margin-bottom: 75px;
}

.txt-box-sec .form-control,
.txt-box-sec .form-select {
  border: none;

  border-bottom: 2px solid #dbdbdb;

  border-radius: 0px;

  box-shadow: none;

  padding: 8px 0;

  font-size: 15px;

  color: #000;

  resize: none;

  padding-bottom: 20px;

  font-weight: 500;

  background: none;

  text-transform: capitalize;

  font-family: "Montserrat", sans-serif;
}

.txt-box option {
  background: #8c7c6d;
}

.submit-btn {
  position: relative;
}

.sub-btn {
  position: absolute;

  top: 9px;

  right: -36px;

  color: #ed020a;

  border-radius: 40px;

  box-shadow: 0px 0px 9px 1px #ccc;

  background-color: #fff;

  padding: 10px 13px;
}

.cntc-box-sec .msg-icon {
  font-size: 30px;

  padding-left: 10px;

  padding-top: 9px;
}

.all-section {
  padding: 76px 0;
}

.socail-icon-con i {
  color: #fff;

  border-radius: 50%;

  height: 30px;

  width: 30px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  margin-right: 10px;

  margin-top: 20px;
}

.contact-btn button {
  color: #fff;

  border-radius: 10px;

  font-size: 25px;

  position: relative;

  left: -33px;

  top: 10px;

  background: #c683b9;

  box-shadow: 0 0 1px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 60px;

  height: 60px;

  border: none;
}

.cntc-box-sec li span {
  display: block;
}

.socail-icon-con i.fab.fa-facebook-f {
  background: #1b4f9b;
}

.socail-icon-con i.fab.fa-twitter {
  background: #00adef;
}

.socail-icon-con i.fab.fa-instagram {
  background: #cc0001;
}

.socail-icon-con i.fab.fa-youtube {
  background: #2c567e;
}

.socail-icon-con i.fab.fa-pinterest {
  background: #f96a02;
}

.cntc-box-sec ul:last-child {
  border: none;

  padding-bottom: 0;
}

.txt-box-sec .form-control::placeholder {
  font-size: 16px;

  color: #8c8c8c;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;
}

.cntc-box-sec ul li a {
  color: #fff;

  font-family: "Montserrat", sans-serif;
}

.msg-box .row {
  align-items: center;
}

section.contact-us select {
  border: none;

  border-bottom: 2px solid #dbdbdb;

  border-radius: 0px;

  box-shadow: none;

  padding: 8px 0;

  font-size: 16px;

  color: #8c8c8c;

  resize: none;

  padding-bottom: 30px;

  font-weight: 500;

  width: 100%;

  -webkit-appearance: auto;

  font-family: "Montserrat", sans-serif;

  background: none;
}

/* Inner Contact Ends */

/* Inner Billing Start */

.checkout {
  padding: 100px 0px;

  position: relative;
}

.checkout .heading {
  padding: 20px 25px;

  background: #c683b9;

  border-radius: 20px;

  position: relative;

  height: 88px;
}

.checkout .heading h2 {
  color: #fff;

  font-size: 40px;

  margin: 0px;

  font-weight: 500;
}

.checkout .checkout_form {
  background: #ffffff;

  border: 30px solid #ebebeb;

  padding: 50px;

  border-top: 40px solid #ebebeb;

  margin-top: -10px;
}

.checkout .checkout_form form h4 {
  color: #000000;

  font-size: 14px;

  font-family: "Montserrat", sans-serif;

  font-weight: 600;
}

.checkout .checkout_form form input:not([type="checkbox"]):not([type="radio"]),
.checkout .checkout_form form select {
  height: 50px;

  width: 50%;

  border: 1px solid #e1e1e1;

  padding: 10px;

  color: #000;

  font-weight: 600;
}

.checkout .checkout_form form select {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(182, 182, 182) 100%
  );

  appearance: auto;
}

.checkout .checkout_form form .row {
  margin-bottom: 20px;

  align-items: center;
}

.checkout .checkout_form form p {
  font-size: 15px;

  color: #000;

  font-weight: 600;

  margin-bottom: 0;

  margin-top: 10px;
}

.trust_check p {
  margin: 0 !important;
}

.checkout .checkout_form form .countery span {
  color: #000;

  font-size: 14px;
}

.checkout .checkout_form form .countery a {
  color: #000;

  font-size: 14px;

  text-decoration: underline;

  margin-left: 70px;
}

.checkout .checkout_form form h3 {
  font-size: 16px;
}

.checkout .checkout_form .payment_method label {
  color: #000;

  font-size: 14px;

  font-weight: bold;

  margin-left: 5px;
}

.checkout_form span a {
  color: #000;

  margin-left: 15px;

  border-bottom: 1px solid;
}

.checkout .checkout_form .payment_method .row {
  margin: 5px 0px;
}

.trust_check {
  background: #ebebeb;

  padding: 20px 20px;

  display: flex;

  align-items: start;

  margin-top: 20px;
}

.trust_check input {
  margin-right: 10px;

  margin-top: 5px;

  width: 20px;

  height: 20px;
}

.checkout_form input[type="checkbox"] {
  width: 20px;

  height: 20px;

  margin-right: 10px;
}

.radio-slc {
  display: inline-block;

  height: 20px;

  width: 20px;

  position: relative;
}

.radio-slc input {
  height: 100%;

  width: 100%;

  opacity: 0;

  position: relative;

  z-index: 1;
}

.radio-slc span {
  position: absolute;

  height: 100%;

  width: 100%;

  background: white;

  left: 0;

  top: 0;

  border-radius: 50%;

  border: 2px solid #000;
}

.radio-slc input:checked + span {
  background: #fec211;
}

.box-det-prd-wrp {
  border: 2px solid #ebebeb;

  padding-bottom: 10px;

  background: #fff;

  border-radius: 20px;
}

.box-det-prd-wrp h4 {
  margin: 0;

  padding: 30px 20px;

  background: #ad99ca;

  font-weight: 500;

  color: #000;

  border-radius: 15px;

  margin-bottom: 20px;

  height: 86px;
}

.detail-prc {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 15px 20px;
}

.detail-prc span {
  color: #000;

  font-weight: 700;
}

.detail-prc:last-child {
  font-size: 23px;
}

.detail-prc div {
  font-weight: 600;

  color: black;

  -webkit-background-clip: text;
}

.detail-prc:last-child div {
  font-weight: 600;

  color: black;

  -webkit-background-clip: text;
}

.delevery-boxwrp {
  margin-top: 50px;

  background: #fff;

  border: 2px solid #ebebeb;

  padding: 20px;
}

.delevery-boxwrp h4 {
  font-size: 18px;

  font-weight: 600;

  font-family: "Montserrat", sans-serif;
}

.delevery-boxwrp p {
  font-size: 13px;

  line-height: 24px;

  font-weight: 600;

  color: #7c7c7c;

  margin-bottom: 15px;

  margin-top: 15px;
}

.delevery-boxwrp a {
  font-weight: 500;

  text-decoration: underline;

  color: #3b6149;

  -webkit-background-clip: text;

  font-size: 16.8px;
}

.botm-checkout {
  background: #ebebeb;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 30px 40px;

  border-radius: 20px;

  border-top-right-radius: 0;

  border-top-left-radius: 0;
}

.botm-checkout a {
  background: #ad99ca;

  color: #fff;

  padding: 20px 80px;

  border-radius: 50px;
}

.botm-checkout p {
  font-weight: 600;

  color: #000;

  display: flex;

  align-items: center;

  margin-bottom: 0;

  gap: 5px;
}

.botm-checkout p span {
  color: #0d6efd;

  font-size: 25px;
}

.botm-checkout a.btn {
  width: 20%;
}

section.checkout::after {
  position: absolute;

  content: "";

  background: url(../images/squares.png);

  background-size: contain;

  background-repeat: no-repeat;

  width: 220px;

  height: 328px;

  left: -2%;

  bottom: -6%;

  z-index: -5;
}

li.ative a {
  color: #d5f339 !important;
}

.botm-checkout a.btn {
  border-radius: 30px;

  background: #0f5132;
}

.checkout .checkout_form form p a {
  color: #000;

  border-bottom: 1px solid;
}

/*section.checkout::before {*/
/*  position: absolute;*/

/*  content: "";*/

/*  background: url(../images/before.png);*/

/*  background-size: contain;*/

/*  background-repeat: no-repeat;*/

/*  right: 0;*/

/*  bottom: 16%;*/

/*  width: 241px;*/

/*  height: 355px;*/
/*}*/

/* Inner Billing Ends */

/* Inner Cart Start */

.add-to-cart a {
  font-size: 19px;

  display: block;

  text-align: center;

  padding-top: 9px;

  color: #333333;

  font-weight: 500;

  text-decoration: none;

  font-family: "Montserrat", sans-serif;
}

.add-to-cart h4 {
  font-size: 20px;

  font-weight: 500;

  color: #000;

  margin-bottom: 0;

  text-align: center;

  font-family: "Montserrat", sans-serif;
}

.add-to-cart .table > tbody > tr > td,
.add-to-cart .table > tbody > tr > th,
.add-to-cart .table > tfoot > tr > td,
.add-to-cart .table > tfoot > tr > th,
.add-to-cart .table > thead > tr > td,
.add-to-cart .table > thead > tr > th {
  vertical-align: middle;
}

.total-section {
  border: none;

  padding: 27px 40px;

  border: 1px solid #00000024;
}

.total-section ul {
  font-family: "Montserrat", sans-serif;

  list-style: none;

  margin-bottom: 0;
}

.total-section li {
  font-size: 24px;

  padding-bottom: 30px;

  color: #333333;

  font-family: "Montserrat", sans-serif;

  font-weight: 400;
}

li.color-change {
  color: #000;

  text-transform: capitalize;

  font-weight: 400;

  font-size: 26.96px;

  text-transform: uppercase;

  font-family: "Montserrat", sans-serif;
}

.total-section li.color-change span {
  font-weight: 400;

  font-size: 26.96px;

  color: #000;

  font-family: "Montserrat", sans-serif;
}

.total-section li span {
  float: right;
}

.ship-estimate {
  padding: 20px 40px;

  border: 1px solid #00000029;

  margin-top: 25px;
}

.ship-estimate li {
  color: #000;

  font-size: 27px;

  margin-bottom: 18px;

  font-weight: 500;

  font-family: "Montserrat", sans-serif;
}

.ship-estimate ul {
  margin-top: 20px;

  margin-bottom: 25px;

  font-family: "Montserrat", sans-serif;

  list-style: none;
}

.ship-estimate .grey-style {
  color: #333333;

  font-size: 20px;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;
}

.proceed a {
  color: #000;

  text-align: left;

  font-size: 20px;

  text-transform: uppercase;

  font-weight: 500;

  /* background: #000000; */

  font-family: "Montserrat", sans-serif;
}

.proceed .checkout-btn {
  padding: 15px;

  width: 100%;

  font-size: 20px;

  margin-top: 4px;

  border-radius: 0px;

  text-align: center;

  color: #ffffff;

  text-transform: uppercase;

  background: #fb2b2b;

  font-family: "Montserrat", sans-serif;
}

.or-amazon {
  margin-top: 50px;

  position: relative;

  border: 2px solid #cecece;

  /* top: 25px; */

  padding: 30px 50px;

  border-radius: 5px;

  background: #fff;
}

.or-amazon p {
  font-size: 17px;

  position: absolute;

  background: #f3f3f3;

  top: -18px;

  left: 85px;

  padding: 3px 20px;

  color: #333333;

  display: block;

  text-transform: uppercase;

  border: 2px solid #cecece;

  font-family: "Montserrat", sans-serif;
}

.or-amazon a {
  text-decoration: none;

  text-align: center;
}

.product-img {
  display: inline-block;

  width: 100%;

  padding: 10px 5px;

  border-radius: 10px;
}

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

.table > :not(:last-child) > :last-child > * {
  font-size: 20px;

  font-weight: 600;

  padding: 16px 9px;

  text-transform: uppercase;

  text-align: center;

  font-family: "american";

  color: #000;
}

.add-to-cart-bottom-sec {
  margin-top: 3%;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.cart-totals-box h2 {
  font-size: 24px;

  text-transform: uppercase;

  font-weight: 600;

  color: #000;

  font-family: "Montserrat", sans-serif;
}

.cart-totals-box ul li h4 {
  font-size: 20px;

  font-family: Montserrat, sans-serif;

  color: #000;
}

.cart-totals-box ul li h5 {
  padding: 12px 20px;

  border-radius: 7px;

  font-size: 15px;

  margin-bottom: 25px;

  font-family: "Montserrat", sans-serif;

  background: #ad99ca;

  border: 2px solid #ad99ca;

  font-weight: 500;

  color: #fff;
}

.add-to-cart-button a {
    padding: 4px;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    margin-top: 25px;
    font-size: 15px;
    margin-bottom: 25px;
    font-family: "Montserrat", sans-serif;
    background: #ad99ca;
    border: 2px solid #ad99ca;
    margin: 50px 0 0 0;
    width: 62%;
}

.cart-totals-box a {
  padding: 15px 20px;

  color: #fff;

  border-radius: 7px;

  font-size: 15px;

  font-family: "Montserrat", sans-serif;

  background: #ad99ca;

  border: 2px solid #ad99ca;

  font-weight: 500;
}

section.stright-slider-sec.banner-second-stright-slider-sec.newColor
  .stright-slider
  ul
  li
  h4 {
  color: #fff;
}

.cart-totals-box ul li h2 {
  font-size: 18px;

  margin-bottom: 0;

  text-transform: capitalize;
}

.cart-totals-box ul li h3 {
  font-size: 25px;

  color: #000;

  margin-bottom: 0;
}

.cart-totals-box ul li {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 15px 0;

  border-bottom: 1px solid #e6e6e6;

  font-family: "Montserrat", sans-serif;
}

.cart-totals-box li.chg {
  padding: 17px 0 0 0 !important;

  border: none !important;
}

.add-to-cart-up-date a {
  font-size: 14px;

  color: #333;

  font-weight: 500;

  font-family: "Montserrat", sans-serif;

  background: #fafafa;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 150px;

  height: 50px;

  padding: 0;

  text-transform: uppercase;

  font-weight: 600;
}

.cart-totals-box {
  border: 3px solid #efefef;

  padding: 25px 25px;

  margin-left: 10px;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-bottom: 1px solid #efefef !important;
}

.table-space h3 {
  font-weight: 500;

  margin-bottom: 0px;

  font-size: 18px;

  line-height: 30px;

  color: #333333;

  font-family: "Montserrat", sans-serif;
}

.space .row {
  align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: #c2c2c2;

  border-style: solid;

  border-width: 0;
}

th.qty {
  text-align: center;
}

a.remove {
  font-size: 28px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding-top: 0;

  color: #4c5152;
}

.table-space h6 {
  font-weight: 600;

  margin-bottom: 0px;

  font-size: 16px;

  line-height: 25px;

  color: #000;

  font-family: "Montserrat", sans-serif;

  width: 90%;
}

.add-to-cart-bottom-input ul li button {
  padding: 12px 20px;

  color: #fff;

  border-radius: 7px;

  font-size: 15px;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  background: #ad99ca;

  border: 2px solid #ad99ca;
}

.add-to-cart-bottom-input ul {
  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 0;
}

.add-to-cart-bottom-input ul li input {
  border: 2px solid #e6e6e6;

  width: 270px;

  height: 50px;

  padding: 0 20px;
}

/* skin 2 */

.skin-2 .num-in {
  background: #ffffff;

  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);

  border-radius: 0;

  height: 41px;

  width: 160px;

  float: left;

  border: 1px solid #cfcfcf;
}

.skin-2 .num-in span {
  width: 30%;

  display: block;

  height: 40px;

  float: left;

  position: relative;
}

.skin-2 .num-in button {
  width: 30%;

  display: block;

  height: 40px;

  float: left;

  position: relative;

  background: white !important;

  border: none;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";

  position: absolute;

  background-color: #667780;

  height: 2px;

  width: 10px;

  top: 50%;

  left: 50%;

  margin-top: -1px;

  margin-left: -5px;
}

.skin-2 .num-in button:before,
.skin-2 .num-in button:after {
  content: "";

  position: absolute;

  background-color: #667780;

  height: 2px;

  width: 10px;

  top: 50%;

  left: 50%;

  margin-top: -1px;

  margin-left: -5px;
}

ul.quantity-button {
  gap: 20px !important;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in span:hover {
  background: #ad99ca;
}

.skin-2 .num-in button.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in button:hover {
  background: #ad99ca;
}


.skin-2 .num-in input {
  float: left;

  width: 40%;

  height: 40px;

  text-align: center;

  border: 1px solid #cfcfcf;
}

.add-to-cart {
  margin-top: 100px;

  margin-bottom: 100px;
}

/* / skin 2 */

/*.front::before {

    content: '';

    background: url(../images/imagePlay.png)no-repeat;

    width: 80px;

    background-size: cover;

    position: absolute;

    height: 80px;

    border-radius: 50px;

    animation: pulse-animation 2s infinite;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    z-index: 9;

}*/

.flip-container {
  -webkit-perspective: 1000;

  -moz-perspective: 1000;

  -o-perspective: 1000;

  perspective: 1000;
}

.front {
  position: relative;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);

  -moz-transform: rotateY(180deg);

  -o-transform: rotateY(180deg);

  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 100%;

  height: 400px;

  object-fit: cover;
}

.slick-active {
  opacity: 1.5;
}

.flipper {
  -webkit-transition: 0.6s;

  -webkit-transform-style: preserve-3d;

  -moz-transition: 0.6s;

  -moz-transform-style: preserve-3d;

  -o-transition: 0.6s;

  -o-transform-style: preserve-3d;

  transition: 0.6s;

  transform-style: preserve-3d;

  position: relative;
}

.front,
.back {
  -webkit-backface-visibility: hidden;

  -moz-backface-visibility: hidden;

  -o-backface-visibility: hidden;

  backface-visibility: hidden;

  position: absolute;

  top: 0;

  left: 0;
}

.front1 {
  /*  background: url(../images/serviceImg.png) no-repeat;*/

  background-size: cover;
}

.front.front2 video {
  width: 100%;

  height: 100%;

  border-radius: 25%;
}

.front.front1 video {
  width: 100%;

  height: 100%;

  border-radius: 25%;
}

.front.front3 video {
  width: 100%;

  height: 100%;

  border-radius: 25%;
}

.front2 {
  /*    background: url(../images/serviceImg2.png) no-repeat;*/

  background-size: cover;
}

.front3 {
  /*    background: url(../images/serviceImg3.png) no-repeat;*/

  background-size: cover;
}

.front4 {
  /* background: url(../images/serviceImg4.png) no-repeat;*/

  background-size: cover;
}

.our-recipes-silder .slick-slide {
  margin: 20px 20px;
}

.discover-the-ture-flavors-sec {
  padding: 80px 0;

  text-align: center;
}

.discover-the-ture-flavors-sec h2 {
  font-size: 60px;

  text-align: center;

  font-weight: 900;

  color: black;

  margin-bottom: 10px;
}

.discover-the-ture-flavors-sec p {
  font-size: 22px;

  font-weight: 700;

  color: #000;

  line-height: 35px;
}

.authentic-americanized-heading h2 {
  font-size: 60px;

  text-align: center;

  font-weight: 900;

  color: #fff;

  margin-bottom: 10px;
}

.authentic-americanized-box {
  text-align: center;

  background: #ffe164;

  padding: 50px 25px 70px;

  height: 400px;

  box-shadow: 0 0 2px 0 #00000036;
}

.authentic-americanized-box h2 {
  font-size: 35px;

  margin-bottom: 10px;
}

.authentic-americanized-box p {
  color: #000;

  font-weight: 600;
}

.no-padding {
  padding: 0;
}

.authentic-americanized-box.chg {
  background: #fff;
}

.authentic-americanized-heading {
  text-align: center;

  margin-bottom: 150px;
}

.authentic-americanized-sec:before {
  position: absolute;

  background: url(../images/knowwavs.png) no-repeat;

  content: "";

  height: 120px;

  width: 100%;

  top: 100px;

  z-index: -1;

  background-size: cover;
}

.authentic-americanized-sec:after {
  content: "";

  position: absolute;

  background: #dd761c;

  width: 100%;

  height: 100px;

  top: 0;

  z-index: -9;
}

.authentic-americanized-sec {
  position: relative;

  padding: 40px 0;
}

section.recipesSec .txtCenter {
  margin-bottom: 0px;
}

/* Inner Cart End */

/*Inner Find You Sip Start*/

#map {
  position: relative;

  width: 100%;

  height: 980px;

  background: url(../images/find-your-sip-map.svg);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: top;
}

.dot {
  position: absolute;

  width: 15px;

  height: 15px;

  background: #c683b9;

  border-radius: 50%;

  cursor: pointer;

  border: 2px solid #ad99ca;

  box-shadow: 0 0 8px #ad99ca;

  transition: transform 0.2s;
}

.dot:hover {
  transform: scale(1.3);
}

#infoBox {
  position: absolute;

  background: #ad99ca;

  color: #fff;

  padding: 0px 10px 20px;

  border-radius: 10px;

  max-width: 300px;

  display: none;

  font-size: 14px;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);

  opacity: 0;

  transition:
    opacity 0.3s ease,
    transform 0.3s ease;

  z-index: 100;

  border: 8px solid #c683b9;

  width: 250px;

  text-align: center;
}

#infoBox.visible {
  display: block;

  opacity: 1;
}

#infoBox::after {
  content: "";

  position: absolute;

  bottom: 160px;

  left: -30px;

  border-width: 10px 10px 0 10px;

  border-style: solid;

  border-color: #9c27b0 transparent transparent transparent;

  z-index: 9;
}

#infoBox strong {
  display: block;

  font-size: 16px;

  margin-bottom: 5px;
}

.find-your-sip-heading {
  text-align: center;
}

.find-your-sip-heading {
  text-align: center;

  margin-bottom: 30px;
}

div#infoBox img {
  width: 204px;

  height: 188px;

  object-fit: contain;

  margin: 0 auto;
}

span#boxDesc {
  font-weight: 600;

  font-size: 18px;

  font-family: "Montserrat", sans-serif;

  line-height: 20px;
}

div#infoBox p {
  margin-bottom: 0;

  font-size: 12px;

  line-height: 20px;

  color: #fff;
}

.find-your-sip-sec {
  padding: 80px 0;
}

section.inner-find-your-sip-sec .card-body iframe {
  height: 520px;
  border-radius: 20px;
}
section.inner-find-your-sip-sec .card-header {
  padding: 20px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #00000042;
  background: #ddc0dc;
}
section.inner-find-your-sip-sec .card-header h5 {
  font-size: 30px;
}
section.inner-find-your-sip-sec .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: #ad99ca !important;
  border-radius: 5px !important;
  border: none;
  color: #000 !important;
  font-weight: 700 !important;
}

section.inner-find-your-sip-sec .nav-tabs .nav-link {
  color: #000 !important;
  font-weight: 600 !important;
}
section.inner-find-your-sip-sec .card-body.tab-content input {
  border: 1px solid #dbdbdb;
  box-shadow: none;
  padding: 18px 15px !important;
  font-size: 15px;
  color: #000;
  resize: none;
  font-weight: 500;
  background: none;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
}
section.inner-find-your-sip-sec .card-body.tab-content select {
  border: 1px solid #dbdbdb;
  box-shadow: none;
  padding: 18px 15px !important;
  font-size: 15px;
  color: #000;
  resize: none;
  font-weight: 500;
  background: none;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
}
section.inner-find-your-sip-sec .card-body.tab-content textarea {
  border: 1px solid #dbdbdb;
  box-shadow: none;
  padding: 18px 15px !important;
  font-size: 15px;
  color: #000;
  resize: none;
  font-weight: 500;
  background: none;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
}
section.inner-find-your-sip-sec .card-body.tab-content input::placeholder {
  color: #959595;
}
section.inner-find-your-sip-sec {
  padding: 150px 0 70px;
}
section.inner-find-your-sip-sec .card-body.tab-content label {
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}
.card-body.tab-content button {
  background: #ad99ca;
  width: 100%;
  height: 55px;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 5px;
}
.request-your-drink-select {
  display: flex;
  align-items: center;
  position: relative;
}
.request-your-drink-select-icon {
  position: absolute;
  right: 10px;
  pointer-events: none;
}

/*Inner Find You Sip Ends*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1291) and (max-width: 1365px) {
}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
}

/*Media Query End*/

.gal-wrap {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

img.gall-003 {
  height: 430px;
  object-fit: cover;
}

.gal-wrap:before {
  position: absolute;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.5s;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  top: 40%;
  color: #000;
  font-size: 30px;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #000;
  align-items: center;
  border-radius: 50%;
  transition: 0.5s;
  transform: scale(0);
  z-index: 9;
}

.gal-wrap:hover:before {
  transform: scale(1);
}

section.gallery {
  padding: 80px 0;
}

section.gallery .aftr-box:hover:after {
  width: 100%;
  transition-delay: 0s;
  height: 100%;
  background: #9b800d61;
  z-index: 0;
}

.gal-wrap.aftr-box img {
  width: 100%;
}

.gal-wrap.aftr-box img {
  width: 100%;
  height: 307px;
  object-fit: cover;
}

.gal-wrap.aftr-box.two img,.gal-wrap.aftr-box.two video {
  width: 100% !important;
  height: 517px !important;
}

section.gallery .aftr-box:hover:after {
  width: 100%;
  transition-delay: 0s;
  height: 100%;
  background: #397b547d;
  z-index: 0;
}

.aftr-box:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  background: #c683b994;
  width: 0;
  transition: 0.4s ease-in-out;
  transition-delay: 0.8s;
  z-index: 2;
}

.aftr-box:hover:after {
  width: 100%;
  transition-delay: 0s;
  height: 100%;
}

.gal-wrap.aftr-box.three img,.gal-wrap.aftr-box.three video {
  width: 100%;
  height: 450px !important;
  object-fit: cover;
}

.gal-wrap.aftr-box.four img,.gal-wrap.aftr-box.four video {
  width: 100%;
  height: 374px;
  object-fit: cover;
}

.gal-wrap.aftr-box.six img,.gal-wrap.aftr-box.six video {
  width: 100%;
  height: 530px;
  object-fit: cover;
}

.gal-wrap.aftr-box.five img,.gal-wrap.aftr-box.five video {
  width: 100%;
  height: 295px;
  object-fit: cover;
}

.gallery-heading {
  text-align: center;
  margin-bottom: 45px;
}

.gallery-heading p {
  width: 50%;
  margin: 0 auto;
}
.gal-wrap.aftr-box img,.gal-wrap.aftr-box video {
  width: 100%;
  height: 307px;
  object-fit: cover;
  box-shadow: 2px 0px 20px #00000059;
}
.gallery-sec.pb-5 a {
  width: 100%;
}
body.dark-theme .main-banner-background-heading h2 {
  color: #ad99ca1c !important;
  opacity: 1 !important;
}

/* common elements */

.dark-theme p,
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme span,
.dark-theme a {
  color: #ad99ca !important;
}

body.dark-theme .main-banner-images-button a {
  color: #fff !important;
}

body.dark-theme .main-banner-images-button a span {
  color: #fff !important;
}

.checkbox i {
  padding: 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: #000; /* default color */
}

/* Active theme highlight */
.checkbox i.active {
  background-color: #c282b8; /* active icon background */
  color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover effect */
.checkbox i:hover {
  transform: scale(1.2);
}

body.dark-theme img.img-fluid {
  filter: unset;
}

body.dark-theme section.main_slider:before {
  filter: unset;
}

body.dark-theme .btn-shine h1 {
  background: linear-gradient(to right, #fff 0, #c683b9, #c683b9 33%, #fff 0%);
  background-position: 0;
  -webkit-background-clip: text;
}


body.dark-theme h1.btn-shine {
  background: linear-gradient(to right, #fff 0, #c683b9, #c683b9 33%, #fff 0%);
  background-position: 0;
  -webkit-background-clip: text;
  font-size: 50px;
}

body.dark-theme i#sunIcon {
  color: #fff !important;
}
body.dark-theme .inner-banner-sec {
  filter: unset;
}

body.dark-theme .table > :not(:last-child) > :last-child > * {
  color: #ac99c9 !important;
}

body.dark-theme .add-to-cart-button a {
  color: #fff !important;
}

body.dark-theme .cart-totals-box a {
  color: #fff !important;
}

body.dark-theme .cart-totals-box ul li h5 {
  color: #fff !important;
}
body.dark-theme .checkout .heading h2 {
  color: #000 !important;
}

body.dark-theme .box-det-prd-wrp h4 {
  color: #fff !important;
}

body.dark-theme .botm-checkout a {
  color: #fff !important;
}

body.dark-theme .inner-banner-heading .btn-shine {
  background: linear-gradient(to right, #fff 0, #c683b9, #c683b9 33%, #fff 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.makes-text ul li p {
  margin-bottom: 8px;
}

.makes-text ul {
  margin: 19px 0px;
}

.makes-text ul li {
  position: relative;
}

.makes-text ul li::before {
  position: absolute;
  content: "";
  background: #c683b9;
  width: 7px;
  height: 7px;
  left: -18px;
  top: 11px;
  border-radius: 10px;
}
.makes-text ul li {
  margin-left: 16px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.radio-group label {
  display: block;
  margin: 10px 0;
  cursor: pointer;
}

.buttons {
  margin-top: 20px;
}

.result-box {
  display: none;
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #333;
}
.buttons.find-sip-btn button {
  border: unset;
  background: #dbc0db;
  color: #fff;
  border-radius: 30px;
  padding: 10px 38px;
}

.quiz-main-sec label {
  display: flex;
  margin-bottom: 10px;
  font-family: "Montserrat";
  font-size: 17px;
  color: #ad99ca;
  font-weight: 500;
  gap: 10px;
  margin-bottom: 18px;
}

.quiz-main-sec .step p {
  font-size: 21px;
  padding: 10px 0px;
}
form#multiStepForm {
  background: #1a1613;
  padding: 20px 40px;
  border-radius: 32px;
}

.quiz-main-sec .row {
  justify-content: center;
}
.quiz-main-sec {
  padding: 70px 0px 0px 0px;
}

.qz-container {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}
.qz-section {
  background: #1a1613;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.qz-title {
  margin-top: 0;
}
.qz-email-box {
  text-align: center;
}
.qz-email-box input {
  padding: 10px;
  width: 250px;
  margin-right: 10px;
}
.qz-btn {
  padding: 10px 18px;
  background: #ac99c9;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.qz-tags span {
  display: inline-block;
  background: #eee;
  padding: 5px 10px;
  margin: 4px;
  border-radius: 20px;
  font-size: 12px;
}
.qz-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}
.qz-product-card {
  border: 1px solid #ac99c9;
  padding: 15px;
  border-radius: 10px;
}
.qz-bundle {
  background: #1a1613;
  border: 2px dashed #ac99c9;
  text-align: center;
}
.qz-footer {
  font-size: 12px;
  text-align: center;
  color: #777;
  padding: 20px;
}
.qz-badges span {
  background: #ab99c8;
  color: #fff !important;
  padding: 5px 10px;
  margin: 5px;
  display: inline-block;
  border-radius: 20px;
  font-size: 12px;
}
.qz-section ul li {
  margin-bottom: 10px;
  color: #ac99c9;
}
.quiz-result-mains-sec {
  padding-top: 90px;
}
button.accordion-button.collapsed {
  font-size: 28px;
  color: #ac99c9;
  background-color: #1a1613;
}

.accordion-item:first-of-type .accordion-button {
  background: #1a1613;
}

.accordion-button::after {
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(7500%)
    hue-rotate(184deg) brightness(106%) contrast(101%);
}

.accordion-button:not(.collapsed) {
  background-color: #1a1613;
}

.faqs-main-sec .row {
  justify-content: center;
}

.faqs-main-sec {
  padding: 90px 0px 40px;
}
.accordion-button:not(.collapsed) {
  font-size: 28px;
  color: #ab99c8;
}

.accordion-item {
  margin-bottom: 20px;
  border: unset;
}

.accordion-body {
  background: #1a1613;
}

.faqs-main-sec .mix-brands-mix-strengths-heading {
  margin-bottom: 30px;
}
a#submitBtn {
  border: unset;
  background: #dbc0db;
  color: #fff !important;
  border-radius: 30px;
  padding: 10px 38px;
}
.accordion-item {
  background: #1a1613;
}
.quiz-main-sec h2 {
  color: #dbc0db;
}

.quiz-main-sec p {
  color: #dbc0db;
}
.product-bar1 {
  padding: 20px;
  margin-top: 15px;
  border-radius: 30px;
  background-color: #fff;
  border: 2px solid #2a2a29;
}
.product-bar2 {
  margin-top: 20px;
}
.product-bar1 h5 {
  font-size: 30px;
  /* font-family: 'Hudson-Serif'; */
  margin-bottom: 20px;
}
.dark-theme .product-bar1 h5 {
  color: #000 !important;
}
.product-bar2-price-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 100%;
}

.product-bar2-price-txt label {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #2a2a29;
  margin: 0;
  padding: 10px 0 10px 20px;
}

.product-bar2-price-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  width: 100%;
}

.product-bar2-price-txt label h6 {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 1;
  transition: unset !important;
  transform: unset !important;
  opacity: 1 !important;
  width: 100%;
  font-weight: 500;
  font-family: "Montserrat";
}
.dark-theme .product-bar2-price-txt label h6 {
  color: #000 !important;
}
.product-bar1 a {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 35px;
  border-bottom: 1px solid #2a2a29;
  margin-bottom: 16px;
  padding-bottom: 10px;
  padding-left: 20px;
  transition: 0.5s;
  font-weight: 500;
}
.dark-theme .product-bar1 a {
  color: #000 !important;
}
.product-bar1 a:hover {
  font-weight: 500;
  padding-left: 25px;
  color: #0c0a0a;
}

.product-search {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  position: relative;
  height: 50px;
  width: 100%;
  border: 1px solid #0000004a;
  border-radius: 10px;
  overflow: hidden;
}

.product-search form {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  position: relative;
  height: 100%;
  width: 100%;
}

.product-search input {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  padding: 0 40px 0 20px;
  font-size: 16px;
  line-height: 1;
  font-family: "Montserrat";
  color: #000;
}

.product-search input::placeholder {
  font-size: 16px;
  line-height: 1;
  font-family: "Montserrat";
  color: #000;
  font-weight: 400;
}

.product-search form button {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background-color: #0000;
  border: none;
  padding: 5px;
}

.product-search img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.prod-detail-description .rating:not(:checked) > input {
  position: absolute;
  -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked) > label {
  float: right;
  cursor: pointer;
  font-size: 30px;
  color: #666;
}

.prod-detail-description .rating:not(:checked) > label:before {
  content: "ÃƒÂ¢Ã‹Å“Ã¢â‚¬Â¦";
}

.prod-detail-description .rating > input:checked + label:hover,
.prod-detail-description .rating > input:checked + label:hover ~ label,
.prod-detail-description .rating > input:checked ~ label:hover,
.prod-detail-description .rating > input:checked ~ label:hover ~ label,
.prod-detail-description .rating > label:hover ~ input:checked ~ label {
  color: #e58e09;
}

.prod-detail-description .rating:not(:checked) > label:hover,
.prod-detail-description .rating:not(:checked) > label:hover ~ label {
  color: #ff9e0b;
}

.prod-detail-description .rating > input:checked ~ label {
  color: #ffa723;
}

.price_rev .col-6 {
  width: fit-content;
}

.shop-pagination-main ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.shop-pagination-main ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 1px solid #c683b9;
  transition: ease-in;
  transition-duration: 0.5s;
}

.shop-pagination-main ul li a:hover {
  background-color: #c683b9;
  border: 1px solid #0000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.shop-pagination-main ul li .shop-pagination-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.shop-pagination-main ul li .shop-pagination-txt p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 1;
  color: #000;
  font-weight: 500;
  opacity: 1 !important;
  transform: unset !important;
  font-family: "Montserrat";
  transition: ease-in;
  transition-duration: 0.5s;
}

.dark-theme .shop-pagination-main ul li .shop-pagination-txt p {
  color: #fff !important;
}

.shop-pagination-main ul li a:hover .shop-pagination-txt p {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.shop-pagination-main {
  margin: 50px 0 0 0;
}

/* Rating Stars */

.prod-detail-description {
  position: relative;
  padding: 0 4% 100px;
}

.prod-detail-description .nav-tabs .nav-link {
  padding: 15px;
  font-size: 30px;
  font-weight: 500;
  width: fit-content;
  margin-right: 10px;
  background: transparent;
  text-transform: uppercase;
  color: var(--headingColor2);
  border-radius: 0 !important;
  font-family: "american";
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
  border: 0;
  border-bottom: 3px solid #ac99c9;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
  border: 0;
  border-bottom: 3px solid #ac99c9;
}

.prod-detail-description .nav-tabs {
  margin-bottom: 15px;
  border: 0;
  border-bottom: 1px solid #dee2e6;
}

.prod-detail-description .prd-review-input label {
  font-size: 16px;
  color: var(--black);
  font-weight: 600;
  text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border: 1px solid #000;
  margin: 5px 0 20px;
  background-color: transparent;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
  color: var(--black);
  font-weight: 600;
  font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
  width: 100%;
  height: 200px;
  padding: 13px;
  border: 1px solid #000;
  margin: 5px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  resize: none;
  background-color: transparent;
}

.prod-detail-description .rating-stars input {
  width: auto !important;
  height: auto;
  border: 0;
}

.prod-detail-description .rating-stars {
  display: inline-grid;
  justify-items: baseline;
}

.prod-detail-description .rating {
  display: block;
  /* align-items: center; */
  /* justify-content: flex-start; */
  /* gap: 5px; */
  margin: 20px 0;
  float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
  font-size: 30px;
  color: var(--black);
  text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
  padding: 15px 40px;
  border-radius: 0;
  border: 1px solid var(--black);
  font-size: 16px;
  text-transform: uppercase;
  background: var(--black);
  color: var(--white);
  font-family: "Font Awesome 5 Free";
}

.prod-detail-description .client-review-box {
  box-shadow: 0 0 5px 1px #989898;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.prod-detail-description ul.client-list-review img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  object-fit: cover;
  box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
  font-size: 24px;
  color: var(--black);
  text-transform: capitalize;
  font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
  font-size: 16px;
  color: #666;
  font-family: "Poppins";
}

.prod-detail-description ul.client-list-review li i {
  font-size: 20px;
  color: #c78b1b;
}

.prod-detail-description .client-info {
  margin-left: 15px;
}

.prod-detail-description .client-review-box p {
  font-size: 16px;
  color: var(--black);
}

.prod-detail-description .prd-det-review-form .row {
  align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
  margin: 0;
  font-size: 16px;
  padding-bottom: 10px;
  color: var(--headingColor2);
}

.prod-detail-description .prd-det-additional-content p {
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  /*padding-bottom: 10px;*/
}

.prod-detail-description .prd-det-discription-content ul li p {
  text-transform: uppercase;
  font-family: "Hudson-Serif";
}

.specific-tab-table {
  width: 100%;
  border-collapse: collapse;
}

.specific-tab-header {
  background-color: #f2f2f2;
  font-weight: bold;
}

.specific-tab-cell,
.specific-tab-header {
  border: 1px solid #ddd;
  padding: 8px;
}

.specific-tab-row:nth-child(even) {
  background-color: #f9f9f9;
}
.productdetailportion img {
  border-radius: 50px;
  height: 680px;
  object-fit: cover;
}

.productdetailportion > a {
  display: block;
  cursor: zoom-in;
}

.productdetailsmallportion img {
  border-radius: 13px;
}

.productdetailsmallportion {
  margin-top: 22px;
  height: 150px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
img.eighteen-plus-label-img {
  border-radius: 42%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 13%;
}

.product-detail-main-img {
  position: relative;
}

.dark-theme th.specific-tab-header {
  background-color: #000;
}

.dark-theme tr.specific-tab-row {
  background-color: #333333 !important;
}

/* Transparent Background */
.modal {
  background: rgba(0, 0, 0, 0.85);
}

/* Modal Box Styling */
.age-modal {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: none;
}

/* Cross Button */
.cross-btn {
  font-size: 28px;
  color: #000;
  opacity: 0.7;
}

.cross-btn:hover {
  opacity: 1;
}

/* Text */
.modal-body h2 {
  font-weight: bold;
}

.modal-body p {
  color: #555;
  margin-bottom: 20px;
}
button.btn.btn-success.m-2 {
  border: 1px solid #c683b9;
  border-radius: 30px;
  background: #c683b9;
  text-transform: uppercase;
  padding: 9px 30px;
}

button.btn.btn-danger.m-2 {
  border: 1px solid #000;
  border-radius: 30px;
  background: #000;
  text-transform: uppercase;
  padding: 9px 30px;
}

.modal-body h2 {
  font-size: 50px;
}

/*Accounts Css Start*/

section.account {
  padding: 12% 0px 80px;
}

.account-bx {
  padding: 44px 30px;
  border: 1px solid #cccccc;
  border-radius: 40px;
}

.account-bx form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
}

.account-bx label {
  font-size: 20px;
  margin-bottom: 15px;
  color: #7c7c7c;
  cursor: pointer;
}

.account-bx h4 {
  font-size: 50px;
  color: #060000;
  font-weight: 500;
  margin-bottom: 30px;
}

.rat {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.rat label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.account-bx form .rat input {
  width: auto;
  margin: 0;
}

.rat p,
.save-forget-txt-main .rat a,
.rat p a {
  margin: 0;
  font-size: 16px;
  color: #7c7c7c;
}

.rat p a {
  text-decoration: underline;
}

.save-forget-txt-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px 0;
}

.save-forget-txt-main .rat {
  margin: 0;
}

.save-forget-txt-main .rat label {
  margin: 0;
}

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

.mainbtn-acccount button.theme-btn {
  margin-bottom: 0px;
}

/*Accounts Css End*/
.mainbtn-acccount .theme-btn {
  background: #ad99ca;
  color: #fff;
  font-size: 17px;
  padding: 15px 55px;
  font-weight: 500;
  width: 100%;
  border-radius: 50px;
  border: unset;
  text-transform: uppercase;
}

a.cart-button i {
  color: #c282b8;
}
.productdetailportion video {
  width: 100%;
  height: 410px;
  object-fit: cover;
}

.productdetailsmallportion video {
  width: 100%;
  height: 86%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #fff !important; */
  object-position: center;
}
.productdetailportion {
  height: 680px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  background: #efece7;
}

/* Terms Page Css Starts */

.policy-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
}

.policy-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.policy-txt p {
  margin: 0;
}

/* Terms Page Css Ends */

/* Price Bar Css Ends */

.product-bar2-price-txt-main {
  display: flex;
  align-items: center;
  gap: 15px;
}

.price-min,
.price-max {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  min-width: 45px;
}

.price-range-wrap {
  flex: 1;
}

#priceRange {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 30px;
  outline: none;
  background: linear-gradient(
    to right,
    #ad99ca 0%,
    #ad99ca 100%,
    #e5e5e5 100%,
    #e5e5e5 100%
  );
  cursor: pointer;
}

/* Chrome, Edge, Safari */
#priceRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #ad99ca;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #ad99ca;
  cursor: pointer;
  margin-top: -6px;
}

#priceRange::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 30px;
}

/* Firefox */
#priceRange::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #ad99ca;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #ad99ca;
  cursor: pointer;
}

#priceRange::-moz-range-track {
  height: 6px;
  border-radius: 30px;
  background: #e5e5e5;
}

.price-txt-ex {
  display: flex;
  flex-direction: row;
}

.price-txt-ex span.price-min {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  color: #000 !important;
  font-size: 20px;
}

.price-txt-ex span.price-max {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  color: #000 !important;
  font-size: 20px;
}

/* Price Bar Css Ends */

.prd-review-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.prd-review-card-main {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}

.dark-theme .prd-review-card-main {
  border: 1px solid #ad99ca;
}

.prd-review-card-user {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 150px;
  border-radius: 100px;
  overflow: hidden;
}

.prd-review-card-user img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.prd-review-card-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
  width: 100%;
}

.prd-review-card-txt h4 {
  font-size: 35px;
  line-height: 1;
  color: #000 !important;
}

.prd-review-card-txt p {
  color: #000 !important;
  margin: 0;
}

.prd-review-card-star ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}

.prd-review-card-star ul li a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  filter: brightness(0) saturate(100%) invert(57%) sepia(19%) saturate(5896%)
    hue-rotate(344deg) brightness(101%) contrast(93%);
}

.dark-theme .prd-review-card-main .prd-review-card-txt h4,
.dark-theme .prd-review-card-main .prd-review-card-txt p {
  color: #fff !important;
}

.prd-review-form {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  margin: 40px 0 0 0;
  border: 1px solid #000;
}

.prd-review-form form {
  width: 100%;
}

.prd-review-form-heading {
  margin: 0 0 20px 0;
}

.prd-review-form-heading h2 {
  color: #000 !important;
}

.prd-review-btn button {
  background-color: #0000;
  padding: 0;
  border: none;
}


.password-box {
    position: relative;
}

.password-box input {
    padding-right: 40px; /* space for icon */
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 16px;
}

.custom-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;

    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(6px);

    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

/* Active */
.custom-modal.active {
    opacity: 1;
    visibility: visible;
}

/* Modal box */
.custom-modal-content {
    background: #0f0f14;
    border-radius: 18px;
    width: 700px;
    max-width: 90%;
    padding: 25px;

    position: relative;

    transform: translateY(30px);
    transition: 0.3s;
}

/* animation */
.custom-modal.active .custom-modal-content {
    transform: translateY(0);
}

.custom-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
}

.custom-modal-title {
    font-size: 36px;        /* control size */
    font-weight: 800;
    color: #b9a3ff;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/* ===== Scroll Area ===== */
.filter-scroll {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px;
}

/* Scrollbar */
.filter-scroll::-webkit-scrollbar {
    width: 6px;
}
.filter-scroll::-webkit-scrollbar-thumb {
    background: #a58cc4;
    border-radius: 10px;
}

i.fa-solid.fa-arrow-right {
    font-family: 'Font Awesome 5 Pro';
}
.fa-arrow-right:before {
    font-family: 'Font Awesome 5 Pro';
}
a.theme-btn-1.comment {
    color: #fff !important;
    background: #ad99ca;
    padding: 10px 20px;
    border-radius: 50px;
}


a.active.selected {
    color: #ad99ca !important;
    /* background: #ddc0dc; */
    font-weight: 800;
}
.sizelistings select {
    background: #0e0e12;
    color: #fff;
    border: 1px solid #2a2a2a;
}

/* option style */
.sizelistings select option {
    background: #111;
    color: #fff;
}

/* selected (some browsers only) */
.sizelistings select option:checked {
    background: #a58cc4;
    color: #fff;
}
.custom-select {
    position: relative;
    width: 100%;
    margin: 20px 0 00 0;
}

.select-box {
    background: #0e0e12;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #2a2a2a;
    cursor: pointer;
}

.options-container {
    position: absolute;
    width: 100%;
    background: #111;
    border-radius: 10px;
    margin-top: 5px;
    display: none;
    z-index: 999;
}

.option {
    padding: 10px;
    color: #fff;
    cursor: pointer;
}

.option:hover {
    background: #a58cc4;
}
a.shoppingcart {
    color: #fff !important;
    background: #ad99ca;
    padding: 10px 30px;
    border-radius: 6px;
}


/*  Payment Page  */
section.checkout-sec.AboutUsSection {
    padding: 100px;
}

.order_detail_payment {
    border: 1px solid black;
    padding: 40px;
}

section.payment_info_page {
    padding: 0px 0 00px 0;
    margin: 10px -20px;
}

.cart_payment p {
    color: black;
    font-weight: 500;
}
.cart_payment p b {
    border-bottom: 1px solid black;
}
.cart_payment .service_price {
    border-bottom: 1px solid black;
}

button.btn-ank.btn-1 {
    background-color: #202020;
    width: fit-content;
    padding: 15px 20px;
    position: relative;
    color: white;
    border: 2px solid #202020;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 19px;
}

button.btn-ank.btn-1:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}

.card-input-group-payment {
    background: #f7f7f7;
    padding: 20px;
    border: 1px solid black;
    border-radius: 20px;
    margin: 20px 0;
}

.card-input-group-payment input,
.card-input-group-payment select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 5px;
    margin-bottom: 0;
    font-size: 16px;
    width: 100%;
}

.card-input-group-payment input:focus,
.card-input-group-payment select:focus {
    outline: none;
    border-bottom: 2px solid #202020;
}

.card-row {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.card-row.card-row-bottom {
    margin-bottom: 0;
}

.card-number-input {
    flex: 1 1 100%;
    min-width: 0;
}

.card-row input {
    flex: 1;
    min-width: 0;
}

.year-select-wrapper {
    position: relative;
    flex: 1.5;
    min-width: 70px;
}

.year-select-wrapper select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    background-image: none;
    background: transparent;
}

.year-select-wrapper i {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #666;
}

@media (max-width: 768px) {
    .card-row {
        flex-wrap: wrap;
    }
    
    .card-row input,
    .year-select-wrapper {
        flex: 1 1 calc(50% - 8px);
    }
}

.payment-box {
    background: #0e0e12;
    padding: 20px;
    border-radius: 12px;
}

.input-group-payment {
    position: relative;
    margin-bottom: 15px;
}

.input-group-payment input {
    width: 100%;
    padding: 14px;
    background: #111;
    border: 1px solid #333;
    border-radius: 8px;
    color: #fff;
    outline: none;
}

.input-group-payment label {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #888;
    font-size: 14px;
    transition: 0.2s;
    pointer-events: none;
}

.input-group-payment input:focus + label,
.input-group-payment input:valid + label {
    top: -28px;
    left: 10px;
    font-size: 11px;
    background: #0e0e12;
    padding: 0 5px;
    color: #a58cc4;
}

#card-errors {
    color: #ff4d4d;
    font-size: 13px;
    margin-top: 5px;
}

#card-type {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 12px;
    color: #aaa;
}
.payment_success {
    border: 1px solid #16c60c;
    padding: 40px;
}
a.theme-btn-1.chg.success {
    background: #ad99ca;
    color: #fff !important;
    font-size: 17px;
    padding: 15px 55px;
    font-weight: 500;
    border-radius: 6px;
}

span.counter {
    position: absolute;
    top: 26px;
    font-size: 14px !important;
    background: #fff;
    width: fit-content;
    height: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    line-height: .8 !important;
    color: black;
    margin: 10px 0 0 40px;
    z-index: 99999999;
    padding: 10px 6px;
    /* right: 0; */
    border-radius: 50px;
}

.important-info-box {
    margin: 60px auto;
    padding: 2px; /* border glow effect */
    border-radius: 16px;
    background: linear-gradient(135deg, #cbb6ff, transparent, #cbb6ff);
    max-width: 1100px;
}

.info-inner {
    background: rgba(10, 8, 20, 0.95);
    background: rgb(198 131 185);
    backdrop-filter: blur(12px);
    border-radius: 14px;
    padding: 40px;
    color: #e5dbff;
}

/* HEADING */
.info-inner h2 {
    font-size: 26px;
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff !important;
    position: relative;
}

/* underline glow */
.info-inner h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #cbb6ff;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 2px;
}

/* LIST */
.info-inner ul {
    padding-left: 20px;
}

.info-inner li {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
}

/* custom bullet */
.info-inner li::marker {
    color: #cbb6ff;
}

/* hover subtle */
.info-inner li:hover {
    color: #ffffff;
    transform: translateX(3px);
    transition: 0.2s;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .info-inner {
        padding: 25px;
    }

    .info-inner h2 {
        font-size: 22px;
    }
}

.shop-section{
  padding: 50px 0;
}

.banner_heading {
    margin: 50px 0 0 0;
}

.carousel-control-prev, .carousel-control-next{
  z-index: 999 !important;
}


/*:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}*/
/**:focus-visible {
  outline: 2px solid #c084fc;
  outline-offset: 4px;
  box-shadow: 0 0 0 4px rgba(192, 132, 252, 0.3);
  border-radius: 4px;
}*/


*:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
  box-shadow: 0 0 0 4px #fff;
  border-radius: 4px;
}
.account span.field-error {
    margin: -10px 0 0 0;
}
span.field-error {
    color: red !important;
}
.field-error {
  display: none;
  color: #ff4d4d;
  font-size: 13px;
  margin-top: 4px;
  padding-left: 4px;
}

input[aria-invalid="true"] {
  border: 1px solid #ff4d4d !important;
}

#form-subs label {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 6px;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 50px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


button.input-number-decrement,button.input-number-increment {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    border: none;
    color: #ad99ca !important;
}
.policy-txt ol{
    color: #ad99ca !important;
}
.policy-txt ul {
    color: #ad99ca !important;
    list-style: disc !important;
    margin: 0 0 0 30px !important;
}
.cart_lst li {
    color: #ad99ca !important;
}
.short-detail {
    margin: 0px 0 20px 0;
    color: #ad99ca !important;
}

span.close-search {
  color: #fff !important;
}

.short-detail {
    margin: 0 0 10px 0;
}
.unrating {
    filter: grayscale(100%);
    opacity: 0.4;
}
.prod-detail-description .rating-stars input {
  width: auto !important;
  height: auto;
  border: 0;
}
.prod-detail-description .rating-stars {
  display: inline-grid;
  justify-items: baseline;
}
.prod-detail-description .rating {
  display: block;
  /* align-items: center; */
  /* justify-content: flex-start; */
  /* gap: 5px; */
  margin: 20px 0;
  float: left;
}
/* Rating Stars */
.prod-detail-description .rating:not(:checked)>input {
  position: absolute;
  -webkit-appearance: none;
}
.prod-detail-description .rating:not(:checked)>label {
  float: right;
  cursor: pointer;
  font-size: 30px;
  color: #666;
}
.prod-detail-description .rating:not(:checked)>label:before {
  content: "★";
}
.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
  color: #e58e09;
}
.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
  color: #ff9e0b;
}
.prod-detail-description .rating>input:checked~label {
  color: #ffa723;
}
.ss-rating-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 16px;
}
.ss-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.ss-rating-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #9b59b6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ss-rating-num {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.ss-rating-denom {
  font-size: 12px;
  font-weight: 500;
  color: #888;
  line-height: 1.4;
}
.ss-rating-label {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.6;
}
.ss-rating-content {
  font-size: 14px;
  color: #aaa;
  line-height: 1.6;
  margin: 0;
  border-left: 2px solid #9b59b6;
  padding-left: 16px;
}
a.coa_file_btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:11px 22px;
  background:linear-gradient(135deg, #ad99ca, #ad99ca);
  color:#fff !important;
  border-radius:50px;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  letter-spacing:0.3px;
}
a.coa_file_btn span{
  background:rgba(255,255,255,0.2);
  border-radius:50px;
  padding:2px 8px;
  font-size:11px;
  color: #fff !important
}



.popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    backdrop-filter: blur(3px);
}

.popup-card {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90%;
    max-width: 400px;
    padding: 40px 30px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.2);
}

.close-btn {
    position: absolute;
    top: 15px; right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #555;
}

.popup-icon {
    width: 80px;
    margin-bottom: 20px;
}

.popup-card h2 {
    font-family: 'american', cursive;
    color: #2D2A54;
    font-size: 36px;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.popup-input {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #BEE3F8;
    border-radius: 30px;
    background: #F0F9FF;
    outline: none;
    box-sizing: border-box;
    font-size: 16px;
}

.save-btn {
    width: 100%;
    padding: 15px;
    background: #2D2A54;
    color: white;
    border: none;
    border-radius: 30px;
    font-family: 'Montserrat', cursive;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 1px;
    transition: 0.3s;
}

.save-btn:hover {
    background: #1a1836;
    transform: translateY(-2px);
}

.footer-text {
    font-size: 10px;
    color: #777;
    margin-top: 15px;
    line-height: 1.4;
}

.get-in-touch .d-flex.p-4.bg-light.rounded {
    background: transparent !important;
    border: 2px solid #ad99ca;
}

.get-in-touch .d-flex.p-4.bg-light.rounded.mb-3 .contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ad99ca;
    font-size: 30px;
}

.contact-ifnfo {
    width: 90%;
}

.contact-ifnfo br {
    display: none;
}

.get-in-touch .d-flex.p-4.bg-light.rounded h5.fw-semibold.mb-2 {
    font-size: 27px;
    letter-spacing: 1px;
}

form.bg-light.p-4.rounded.contact-form {
    background: transparent !important;
    border: 2px solid #ad99ca;
}

form.bg-light.p-4.rounded.contact-form input {
    height: 46px;
    border: 1px solid #fff;
    background: transparent;
    color: white;
}

form.bg-light.p-4.rounded.contact-form select {
    height: 46px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

form.bg-light.p-4.rounded.contact-form textarea {
    background: transparent;
    color: white;
}

form.bg-light.p-4.rounded.contact-form input[type=checkbox] {
    height: 15px;
    border-radius: 0;
}
section.contact-map iframe {
    width: 100%;
    height: 500px;
}






section.contact-map {
    padding: 80px 0;
}

.timeline-icon {
    font-size: 40px;
}
section.faqs-contact h5.fw-semibold.mb-2 {
    font-size: 24px;
    letter-spacing: 1px;
}
section.faqs-contact {
    padding-top: 80px;
}
section.faqs-contact .border.rounded.p-4.mb-3.bg-white.shadow-sm {
    background: transparent !important;
}

section.specialties-section.py-5.bg-light.text-center.help-wrap {
    background: #121212 !important;
}

section.specialties-section.py-5.bg-light.text-center.help-wrap .specialty-item {
    padding: 30px;
    border: 2px solid #ad99ca;
}

section.specialties-section.py-5.bg-light.text-center.help-wrap .specialty-item h5.specialty-title {
    font-size: 27px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 20px 0;
}

.coupon-container input.zip-input, select#shipmentRateDrop {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    margin: 20px 0 0;
    padding-left: 15px;
    background: #faf9f7;
    font-weight: 500;
    color: #000;
    appearance: auto;
}

/*a#apply_shipping {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    height: 55px;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    justify-content: center;
    background-color: #d97134;
    text-transform: uppercase;
}*/

.coupon-container, .shipmentoptions {
    padding: 30px 10px;
    border-radius: 10px;
    background-color: #f7f7f7;
    border: 2px solid #eeeeee;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom : 10px;
}


h5.shipment {
    font-size: 24px;
}

.portfolio-slider {
    position: relative;
}

.portfolio-slider .slick-slide {
}

.portfolio-imag a, .portfolio-imag img {
    width: 100%;
    display: block;
    border-radius: 10px;
    height: 360px;
    object-fit: cover;
}

/* Arrows */
.portfolio-slider .slick-prev,
.portfolio-slider .slick-next {
    width: 50px;
    height: 50px;
    background: #ad99ca;
    border-radius: 50%;
    z-index: 99;
    transition: 0.3s;
}

.portfolio-slider .slick-prev:hover,
.portfolio-slider .slick-next:hover {
    background: #ff6b00;
}

.portfolio-slider .slick-prev {
    left: -25px;
}

.portfolio-slider .slick-next {
    right: -25px;
}

.portfolio-slider .slick-prev:before,
.portfolio-slider .slick-next:before {
    font-size: 22px;
    color: #fff;
    opacity: 1;
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

/* Responsive */
@media (max-width: 991px) {
    .portfolio-slider .slick-prev {
        left: 0;
    }

    .portfolio-slider .slick-next {
        right: 0;
    }
}

.content-section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

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

.portfolio-slider .slick-prev:hover, .portfolio-slider .slick-next:hover {
    background: #ad99ca;
}

.portfolio-slider .slick-prev:before {
    content: '\f104';
}
.inner-banner-images img {
    height: 520px;
    width: 59%;
    object-fit: contain;
    margin-top: 80px;
}
.mix-brands-mix-str-main-back-heading {
    position: unset;
    margin-bottom: -160px;
}