/*

Theme Name: Akaram

Theme URI: 

Author: Akaram

Author URI: 

Description: Simple and Responsive Wordpress theme.

*/

@font-face {
  font-family: "Quicksand-Light";
  src: url("./fonts/Quicksand-Light.ttf");
}

@font-face {
  font-family: "Quicksand-Regular";
  src: url("./fonts/Quicksand-Regular.ttf");
}

@font-face {
  font-family: "Quicksand-Medium";
  src: url("./fonts/Quicksand-Medium.ttf");
}

@font-face {
  font-family: "Quicksand-SemiBold";
  src: url("./fonts/Quicksand-SemiBold.ttf");
}

@font-face {
  font-family: "Quicksand-Bold";
  src: url("./fonts/Quicksand-Bold.ttf");
}

@font-face {
  font-family: "CCSignLanguageBold";
  src: url("./fonts/CCSignLanguageBold.ttf");
}

/* -- style for common -- */

:root {
  --primary-color: #d6efff;
  --text-color: #253d4e;
  --theme-color: #ffffff;
  --secondary-color: #57a803;
  --wishlist-color: #fff;
}

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

body {
  font-family: "Quicksand-Regular";
  overflow-x: hidden;
  color: var(--text-color);
  font-size: 14px;
  line-height: 24px;
  background-color: var(--theme-color);
  padding-top: 149px;
}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: var(--secondary-color);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: var(--text-color);
}

input:-webkit-autofill {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--text-color);
}

a {
  color: var(--text-color);
}

input#tnp-1:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

a:hover {
  /* color: var(--secondary-color); */
}

p {
  color: var(--text-color);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
.student-registration-form input[type="number"],
input[type="date"],
input[type="password"],
select {
  width: 100% !important;
  padding: 11px 15px !important;
  border-radius: 2px !important;
  color: var(--text-color) !important;
  height: 50px !important;
  font-size: 14px !important;
  border-radius: 2px !important;
  border: 1px solid rgba(173, 173, 173, 0.25) !important;
  box-shadow: none !important;
  background-color: #fff !important;
}

select {
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./images/down-arrow.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 54%;
  background-size: 20px;
  cursor: pointer;
  padding-right: 36px;
}

input:focus,
select:focus {
  border: 1px solid rgba(173, 173, 173, 0.25) !important;
  box-shadow: none !important;
}

textarea {
  padding: 11px 15px !important;
  width: 100%;
  border-radius: 0px;
  color: var(--text-color);
  border-radius: 0px !important;
  height: 188px;
  border: 1px solid rgba(173, 173, 173, 0.25) !important;
  font-size: 14px !important;

}

textarea:focus {
  border: 1px solid rgba(173, 173, 173, 0.25);
  box-shadow: none !important;
}

.container {
  width: 1481px;
  max-width: 100%;
  padding: 0px 70px;
}

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


/* Reset and General Image Styles */

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


/* Common Classes */

.common-btn {
  height: 55px;
  width: 226px;
  background-color: var(--primary-color);
  font-size: 16px;
  line-height: 26px;
  font-family: "Manrope-Medium";
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.black-color {
  color: #000000;
}

.green-color {
  color: #57a803 !important;
}

.common-heading-first {
  font-size: 55px;
  line-height: 65px;
  color: var(--text-color);
}

.common-heading-second {
  font-size: 32px;
  line-height: 42px;
  color: var(--text-color);
  font-family: "CCSignLanguageBold";
  margin-bottom: 0px;
}

.common-heading-third {
  font-size: 28px;
  line-height: 38px;
  color: var(--text-color);
}

.common-heading-fourth {
  font-size: 24px;
  line-height: 34px;
  color: var(--text-color);
}

.common-heading-fifth {
  font-size: 20px;
  line-height: 30px;
  color: var(--text-color);
}

.common-heading-sixth {
  font-size: 18px;
  line-height: 28px;
  color: var(--text-color);
}

.common-heading-seventh {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
}

.common-heading-eighth {
  font-size: 14px;
  line-height: 24px;
  color: var(--text-color);
}

.common-heading-nineth {
  font-size: 12px;
  line-height: 22px;
  color: var(--text-color);
}

.common-heading-17 {
  font-size: 17px;
  line-height: 27px;
  color: var(--theme-color);
}

.common-heading-15 {
  font-size: 15px;
  line-height: 25px;
  color: var(--theme-color);
}

.common-heading-22 {
  font-size: 22px;
  line-height: 34px;
  color: var(--theme-color);
  font-family: "Quicksand-Regular";
}

.padding-90 {
  padding-top: 90px;
}

.padding-38 {
  padding-top: 38px;
}

.padding-240 {
  padding: 0px 328px;
}


/* Responsive Adjustments for Images Across Breakpoints */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand-SemiBold";
  color: var(--text-color);
  font-weight: initial;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 36px;
  line-height: 46px;
}

h2 {
  font-size: 32px;
  line-height: 42px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}

h4 {
  font-size: 26px;
  line-height: 36px;
}

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

h6 {
  font-size: 22px;
  line-height: 30px;
}

.full-width {
  width: 100%;
  float: left;
}

input,
textarea,
button,
select,
label,
a,
span,
img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

:focus {
  box-shadow: none !important;
}


/* Header Section */

header .header-top {

  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--theme-color);
  column-gap: 60px;
}

.header-top {
  padding-top: 5px;
  padding-bottom: 5px;
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  z-index: 99999;
}

.header-cart-sec-split {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-family: "Quicksand-Medium";
}

.header-count-bg-sec {
  background-color: var(--secondary-color);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wishlist-color);
  position: absolute;
  top: -1px;
  right: -3px;
  border: 2px solid #ffffff;
  font-size: 11px;
}

.header-count-pos {
  position: relative;
}

.custom-search-form .search-container {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 42px;
  justify-content: space-between;
}

.search-category {
  padding: 0px 28px 0px 12px !important;
  border: none;
  color: #2c3e50;
  cursor: pointer;
  height: 100%;
  font-family: "Quicksand-SemiBold";
  box-shadow: none !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-image: url(./images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: right 8px center;
}

.search-field {
  flex-grow: 1;
  padding: 10px;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #333;
}

.search-field::placeholder {
  color: #aaa;
}

.search-submit {
  background-color: var(--secondary-color);
  /* Green */
  color: white;
  border: none;
  /* padding: 0px 20px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 55px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 2px;
}

.search-submit i {
  font-size: 16px;
}

.search-container input {
  border: none !important;
  padding: 0px 0px 0px 12px !important;
  height: 100%;
  border-left: 1px solid #adadad !important;
}

.header-search-si {
  display: flex;
  align-items: center;
  /* position: relative; */
  width: calc(100% - 55px);
}

.header-cart-sec {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.header-cart-mb {
  display: none;
}

header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 99999;
}

.header-bottom {

  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main-menu {
  display: flex;
  align-items: center;
  column-gap: 34px;
  padding-left: 25px;
}

#main-menu li a {
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: var(--text-color);
  transition: all 0.3s ease;
  padding: 7px;
  border-radius: 4px;
  font-family: "Quicksand-Bold";
}



.gtranslate_wrapper {
  padding: 7px;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.gtranslate_wrapper:hover {
  background-color: rgba(255, 255, 255, 0.1);
  /* light transparent overlay */
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  /* transform: translateY(-2px); */
}

.h-phone-align {
  padding: 7px;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.h-phone-align:hover {
  background-color: rgba(255, 255, 255, 0.1);
  /* light transparent overlay */
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.b2b-menu:hover {
  filter: brightness(1.1);
}

.footer-links a {
  padding: 7px;
  transition: all 0.3s ease;
  border-radius: 4px;
  display: block;
}

.footer-links a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  /* light transparent overlay */
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}


/* .woocommerce-category-list li a {
  padding: 7px;
  transition: all 0.3s ease;
  border-radius: 4px;
  display: block;
}
.woocommerce-category-list li a:hover {
  background-color: rgba(255, 255, 255, 0.1); 
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
} */

.f-address {
  padding: 7px;
  transition: all 0.3s ease;
  border-radius: 4px;
  display: block;
}

.f-address:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.menu-item-52 a::before,
.menu-item-52 a::before {
  content: "";
  background-image: url(./images/home.svg);
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
}

.menu-item-189 a::before {
  content: "";
  background-image: url(./images/wine.svg);
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  background-position: center;
}

#main-menu .menu-item-54 a:after {
  content: "";
  background-image: url(./images/w-down-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  background-position: center;
}

.drop-ico-main {
  background-image: url(./images/down-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  background-position: center;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.header-bottom-right {
  display: flex;
  align-items: center;
  column-gap: 44px;
}

.gt_switcher-popup {
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: var(--text-color);
  font-size: 16px !important;
  line-height: 26px !important;
}

.gt_switcher-popup span:last-child {
  display: none !important;
}

.gt_switcher-popup span {
  font-size: 16px !important;
  line-height: 26px !important;
  font-family: "Quicksand-Bold";
}

.gt_switcher-popup::after {
  content: "";
  background-image: url(./images/w-down-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  background-position: center;
}

.header-bottom-right .common-heading-seventh a {
  color: var(--text-color);
}

.menu-item-51 {
  background: linear-gradient(94.51deg, #b3e67e, #c47040, #4ae488, #b5a72b, #8ac44e);
  background-size: 200% auto;
  background-position: 0% center;
  color: var(--theme-color);
  border: none;
  width: 176px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: gradientMove 3s ease-in-out infinite;
}


/* Keyframes to animate gradient */

@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }

  50% {
    background-position: 100% center;
  }

  100% {
    background-position: 0% center;
  }
}

.h-phone-align {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.header-search-si input[type="text"] {
  font-size: 14px !important;
}


/* .device {
  position: fixed;
  width: 300px;
  background: var(--secondary-color);
  border: 1px solid #eee;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: -15px;
  z-index: 999;
}

.device.active {
  height: 600px;
}

.device .navTrigger {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
  width: 36px;
  height: 36px;
  background: none;
  border: 0;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.device .navTrigger:focus {
  outline: none;
}

.device .navTrigger svg {
  width: 64px;
  height: 48px;
  top: 22px;
  right: 3px;
  stroke: var(--secondary-color);
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  display: block;
  position: fixed;
}

.device .navTrigger svg path {
  transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease)
      var(--delay, 0s),
    stroke-dashoffset var(--duration, 0.85s) var(--easing, ease)
      var(--delay, 0s);
  stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
  stroke-dashoffset: var(--offset, 126px);
  transform: translateZ(0);
}

.device .navTrigger svg path:nth-child(2) {
  --duration: 0.7s;
  --easing: ease-in;
  --offset: 100px;
  --array-2: 74px;
}

.device .navTrigger svg path:nth-child(3) {
  --offset: 133px;
  --array-2: 107px;
}

.device .navTrigger.active svg {
  stroke: var(--theme-color);
}

.device .navTrigger.active svg path {
  --offset: 57px;
}

.device .navTrigger.active svg path:nth-child(1),
.device .navTrigger.active svg path:nth-child(3) {
  --delay: 0.15s;
  --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1);
}

.device .navTrigger.active svg path:nth-child(2) {
  --duration: 0.4s;
  --offset: 2px;
  --array-1: 1px;
}

.device .navTrigger.active svg path:nth-child(3) {
  --offset: 58px;
}

.device .navMenu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all 0.375s;
}

.device .navMenu.active {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}

.device .navMenu.active::before {
  transform: skew(-14deg) translateX(0);
}

.device .navMenu.active li {
  opacity: 1;
  transform: translateY(0);
}

.device .navMenu ul {
  list-style: none;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  height: 93%;
  align-items: flex-end;
  justify-content: center;
}

.device .navMenu ul li {
  display: flex;
  margin: 0.5rem 0;
  text-align: right;
  opacity: 0;
  transform: translateY(-10px);
}

.device .navMenu ul li a:hover {
  left: 10px;
}

.device .navMenu ul li:nth-child(1) {
  transition: all 275ms 275ms;
}

.device .navMenu ul li:nth-child(2) {
  transition: all 275ms 325ms;
}

.device .navMenu ul li:nth-child(3) {
  transition: all 275ms 375ms;
}

.device .navMenu ul li:nth-child(4) {
  transition: all 275ms 425ms;
}

.device .navMenu ul li:nth-child(5) {
  transition: all 275ms 475ms;
}

.device {
  display: none;
} */

.flag-mb {
  display: none;
}


/* Footer Section */

.footer-top img {
  width: 100%;
}

.footer-bottom {
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 150px;
  margin-top: -3px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--theme-color);
  position: relative;
  z-index: 30;
}

.footer-nav-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}

.footer-logo-newsletter img {
  margin-bottom: 15px;
}

.footer-logo-newsletter p {
  width: 80%;
}

.footer-logo-newsletter form {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
}

.footer-logo-newsletter input[type="email"] {
  flex: 1;
  padding: 0px !important;
  border: none !important;
  border-radius: 4px 0 0 4px;
  outline: none;
  background: none !important;
  border-bottom: 1px solid #ffffff !important;
  height: 50px;
  width: 50px;
}

.tnp-field.tnp-field-button input {
  height: 50px !important;
  width: 50px !important;
  border: none;
  background-color: #fff !important;
  color: #5db300;
  font-size: 16px;
  border-radius: 0px !important;
  cursor: pointer;
  transition: background 0.3s;
  border-top-right-radius: 8px !important;
  border-top-left-radius: 8px !important;
  background-image: url(images/right-arrow.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
}

.tnp-field.tnp-field-email {
  width: 100%;
}

.tnp.tnp-subscription form {
  position: relative;
}

.tnp-field.tnp-field-button {
  position: absolute;
  right: 50px;
  bottom: 41px;
}

.footer-logo-newsletter button:hover {
  background: #f1f1f1;
}

.footer-links h4 {
  margin-bottom: 21px;
  padding: 0px 7px;
  color: #FEDD25;
  font-family: "Quicksand-Bold";
}

.footer-logo-newsletter .common-heading-22 {
  color: #FEDD25;
  font-family: "Quicksand-Bold";
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  /* margin-bottom: 21px; */
  font-size: 14px;
}

.footer-contact p {
  margin-bottom: 8px;
  font-size: 14px;
}

.woocommerce-category-list li a {
  color: var(--theme-color);
}

.footer-bottom a {
  font-size: 15px;
  color: var(--theme-color);
  line-height: 25px;
}

.footer-logo-newsletter input {
  color: var(--theme-color);
}

.footer-logo-newsletter input::placeholder {
  color: #fff;
  opacity: 1;
}

.footer-logo-newsletter input:focus::placeholder {
  color: #fff;
}

.footer-links a {
  /* margin-bottom: 21px; */
}

.footer-links a:last-child {
  /* margin-top: 21px; */
}

.footer-btm-bg {
  position: relative;
  background-color: var(--secondary-color);
  padding: 0px 241px;
  padding-bottom: 37px !important;
}

.footer-top {
  position: relative;
}

.footer-top::before {
  content: "";
  background-image: url(./images/thiruvalluvar.png);
  height: 450px;
  width: 100%;
  position: absolute;
  left: 0;
  /* top: -99px; */
  bottom: -347px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 10;
}

.footer-btm-bg::after {
  content: "";
  background-image: url(./images/thanjavur.png);
  height: 451px;
  width: 100%;
  position: absolute;
  right: 0;
  /* top: -99px; */
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 10;
}

.footer-btm-dwn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 30;
  padding-top: 32px;
}

.footer-social-sec ul {
  display: flex;
  align-items: center;
  column-gap: 38px;
  list-style: none;
  margin: 0;
}

.footer-adv {
  display: flex;
  align-items: center;
  column-gap: 10px;
}


/* home banner */



.hero .owl-carousel .owl-item img {
  object-fit: cover;
}

.hero .owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.hero .owl-theme .owl-dots .owl-dot.active span,
.hero .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--secondary-color) !important;
}


/* Category section */

.woocommerce-categories {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  list-style: none;
}

.home-cat-bg .woocommerce ul.products li.product a img {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain;
  margin: 0px !important;
  margin-top: 0px;
  margin-top: 10px !important;
}

.home-cat-bg .woocommerce ul.products li.product a {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #fff;
  height: 190px;
  width: 190px;
  border-radius: 50%;
  padding: 40px;
}

.home-cat-bg .woocommerce ul.products li.product .woocommerce-loop-category__title {
  font-size: 18px !important;
  color: var(--text-color) !important;
  line-height: 28px !important;
   font-family: "Quicksand-Bold";
  width: 80%;
  text-align: center;
}

.home-category h1 {
  text-align: center;
}

.woocommerce ul.products {
  margin-bottom: 0px !important;
}

.home-coupen img {
  width: 100%;
}

.home-coupen p {
  margin: 0px;
}


/* Smooth entrance animation */

.home-cat-bg {
  padding: 0px 154px;
}

.home-cat-bg .product-category {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
}


/* Delay each item slightly for a staggered effect */

.home-cat-bg .product-category {
  animation-delay: 0.1s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Hover effect on each category item */

.home-cat-bg .product-category a {
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-cat-bg .product-category:hover a {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.home-container h2 {
  text-align: center;
  margin: 0;
}


/* Our Brand */

.brand-carousel.owl-carousel .owl-item img {
  height: 134px;
  width: 134px !important;
  object-fit: cover;
}

.custom-nav-wrapper {
  position: relative;
}

.custom-nav-wrapper .custom-prev {
  position: absolute;
  left: -75px;
  cursor: pointer;
  z-index: 40;
  top: 50%;
  transform: translateY(-50%);
}

.custom-nav-wrapper .custom-next {
  position: absolute;
  top: 37px;
  right: -75px;
  cursor: pointer;
  z-index: 40;
  top: 50%;
  transform: translateY(-50%);
}

.brand-carousel.owl-carousel .item {
  position: relative;
  z-index: 20;
}


/* Customer care section */

.home-cuscare {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
}

.home-cuscare-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

.home-cuscare-wrapper h4 {
  font-family: "Quicksand-SemiBold";
  margin: 0;
}

.home-cuscare-wrapper p {
  color: #adadad;
  font-family: "Quicksand-Medium";
  margin: 0;
}

.home-slider-cat {
  padding: 20px 0;
}

.custom-offer-carousel {
  /* background-color: #fff5e1d9; */
  /* height: 326px; */
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 3px;
  gap: 20px;
}

.offer-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 25px;
}

.offer-text-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.offer-time {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffb727;
  color: #fff;
  border-radius: 3px;
  padding: 2px 7px;
  width: fit-content;
  margin: 0;
  min-width: 102px;
  font-family: "Quicksand-Medium";
}

.offer-title {
  margin-top: 15px;
}

.offer-desc {
  margin-bottom: 30px;
}

.offer-btn {
  background-color: var(--secondary-color);
  color: #fff;
  transition: 0.3s ease;
  width: 143px;
  height: 52px;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  font-family: "Quicksand-SemiBold";
}

.offer-btn:hover {
  color: #fff;
}

.offer-image img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  height: 303px;
}


/* Responsive Styling */


/* @media (max-width: 1024px) {
    .custom-offer-carousel {
        flex-direction: column;
        height: auto;
        min-width: auto;
        text-align: center;
    }
    .offer-card {
        flex-direction: column;
        align-items: center;
    }
    .offer-image img {
        max-width: 100%;
        height: auto;
    }
} */


/* Top sell Section */

.video-thumbnail-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.video-thumbnail-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-image: url("<?php echo get_template_directory_uri(); ?>/images/play-icon.svg");
  /* Add your play icon here */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}

.home-sells {
  display: flex;
  align-items: center;
  column-gap: 95px;
}

.home-sell-left {
  width: 50%;
}

.home-sell-right {
  width: 50%;
  display: flex;
  align-items: flex-start;
  column-gap: 35px;
}

.video-thumbnail-wrapper {
  width: 100%;
}

.product-item {
  align-items: center;
  display: flex;
  padding-bottom: 25px;
}

.product-item:last-child {
  padding: 0px;
}

.home-sell-right h6 {
  font-family: "Quicksand-SemiBold";
  color: #000000;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--secondary-color);
  width: fit-content;
  margin: 0;
  margin-bottom: 33px;
}

.product-title {
  margin: 0px;
}

.sale-price {
  color: #000000;
  font-family: "Quicksand-SemiBold";
}

.regular-price {
  color: #adadad;
}


/* Discover Products */

.discover-tab-buttons {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  column-gap: 35px;
  margin: 0;
}

.discover-tab-btn {
  background-color: var(--secondary-color);
  height: 29px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 2px;
  color: var(--theme-color);
  font-family: "Quicksand-Medium";
  cursor: pointer;
}

.discover-products-section {
  padding: 0px 40px;
}

.discover-products-section .owl-carousel .owl-item img {
  height: 207px;
  object-fit: contain;
}

.discover-single-product {
  border: 1px solid #adadad40;
  padding: 17.5px !important;
  padding-top: 0px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.discover-sec-contents .product-title {
  color: var(--text-color);
  font-family: "Quicksand-Medium";
}

.discover-sec-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.discover-heart-bg {
  height: 36.98px;
  width: 36.98px;
  background-color: #f2f3f4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 13.3px;
  right: 15.5px;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 1.5, 0.5, 1);
  z-index: 10;
  cursor: pointer;
}


.owl-carousel .owl-item {
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-item.active {
  transform: scale(1);
  opacity: 1;
}

.owl-carousel .owl-item {
  transform: scale(0.95);
  opacity: 0.6;
}

.custom-qty-cart-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 33px;
  margin-top: 15px;
}

.add-to-cart-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.qty-stepper button,
.qty-stepper input {
  border: none;
  background-color: transparent;
}

.qty-stepper input {
  background-color: #f2f3f4;
}

.qty-stepper input:focus {
  border: none;
  outline: none;
}

.qty-stepper button,
.qib-button-wrapper button {
  width: 37px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.qty-stepper,
.qib-button-wrapper {
  /* width: 124px; */
  height: 34px;
  border: 1px solid #f2f3f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

input.product-qty,
.qib-button-wrapper .quantity input.input-text.qty.text {
  width: 50px;
  text-align: center;
  height: 100%;
}


/* Hide number input arrows for Chrome, Safari, Edge, Opera */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Hide number input arrows for Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.footer-btm.navbar {
  display: none;
}

.h-mobile-ham {
  display: none;
}

.hamburger-nav {
  display: none;
}

.added-to-cart {
  display: none;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
  color: #F50100 !important;
  width: 21.82px !important;
  max-width: 19.6px !important;
}

.yith-add-to-wishlist-button-block {
  position: relative;
}

.yith-wcwl-add-to-wishlist-button__label {
  position: absolute;
  font-size: 12px;
  line-height: 12px;
  display: none;
  color: #57a803;
  top: 31px;
}

.discover-heart-bg .yith-wcwl-add-to-wishlist-button__label {
  position: absolute;
  font-size: 12px;
  line-height: 12px;
  display: none;
  color: #57a803;
  top: 35px;
  width: 132px;
  background-color: #ffb727;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  left: -95px;
  border-radius: 4px;
}

.yith-wcwl-add-to-wishlist-button:hover .yith-wcwl-add-to-wishlist-button__label {
  display: block;
}

.added_to_cart.wc-forward {
  display: none !important;
}

.home-cart-buttons {
  position: relative;
}

.added-to-cart {
  position: absolute;
  color: #ffffff;
  right: 0px;
  bottom: 44px;
  width: 94px;
  background-color: #ffb727;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 4px;
}

.add-to-cart-btn a {
  width: 38px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px !important;
  background-color: transparent;
  min-width: 38px !important;
  min-height: 38px !important;
}

.count {
  display: none;
}

/* Filter Style */



.price-label input[type="number"] {
  border: 1px solid rgba(173, 173, 173, 0.25);
  width: 117px;
  height: 52px;
  padding: 10px;
  max-width: 100%;
  border-radius: 2px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
}

.price-label label {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.woocommerce-result-count {
  font-size: 14px;
  font-family: "Quicksand-Medium";
  line-height: 24px;
  margin: 0px !important;
}

.custom-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  accent-color: var(--secondary-color);
  /* Match your theme color */
}

.inner-page-banner {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

p:last-child {
  margin: 0px !important;
}

.archive-content-sec {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 50px;
}

.archive-filter-sec {
  width: 22%;
}

.archive-content-lft-sec {
  width: 78%;
}

.archive-filter-sec h4 {
  font-family: "Quicksand-SemiBold";
  font-size: 20px;
  line-height: 30px;
  color: #000;
  position: relative;
  padding-bottom: 10px;
}

.archive-filter-sec h4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(173, 173, 173, 0.25);
  bottom: 0px;
  left: 0px;
}

.archive-lft-label {
  font-size: 14px;
  font-family: "Quicksand-Medium";
  line-height: 24px;
}

.archive-rgt-label button {
  border: 0px;
  background-color: #fff;
  font-size: 14px;
  font-family: "Quicksand-Medium";
  line-height: 24px;
  text-decoration: underline;
  color: var(--text-color);
}

.archive-filter-label {
  display: flex;
  align-content: center;
  justify-content: space-between;
  column-gap: 10px;
}

.archive-filter-label span {
  display: inline-flex;
}

.price-label {
  display: flex;
  align-content: center;
  justify-content: space-between;
  column-gap: 10px;
}

.filter-sub-sec {
  margin-bottom: 40px;
}

.filter-sub-sec:last-child {
  margin-bottom: 0px;
}

.woocommerce-pagination {
  width: 100%;
  float: left;
}

.woocommerce ul.products li.product .button {
  margin-top: 0px !important;
}

.home-cart-buttons a {
  background-color: var(--secondary-color) !important;
  border-radius: 50% !important;
}

.product-content-sub-sec {
  width: 190px;
  max-width: 100%;
}

.product-content-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(173, 173, 173, 0.25);
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.custom-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid rgba(87, 168, 3, 1);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#breadcrumbs {
  font-family: "Quicksand-Medium";
}

#breadcrumbs a {
  color: var(--secondary-color);
}

.orderby {
  padding-right: 35px !important;
  background-color: #fff !important;
  border: 1px solid rgba(173, 173, 173, 0.25) !important;
  border-radius: 2px !important;
}

.woocommerce-product-list.full-width ul {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px !important;
}

.woocommerce-product-list.full-width ul li {
  width: 100% !important;
  margin: 0px !important;
}

.woocommerce-product-list.full-width ul::before,
.woocommerce-product-list.full-width ul::after {
  display: none !important;
}

.woocommerce-pagination {
  padding-top: 50px;
}

.page-numbers li,
.page-numbers li a,
.page-numbers li span {
  width: 40px;
  height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  border: 1px solid var(--secondary-color) !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-family: "Quicksand-Medium";
}

.page-numbers li {
  border: 1px !important;
}

.page-numbers {
  border: 0px !important;
}

.page-numbers li {
  margin-right: 4px !important;
}

.page-numbers li span {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}

.inner-page-banner .common-heading-second.full-width {
  margin-bottom: 3px;
}

.page-numbers li a:hover {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}

.about-us-sec {
  display: flex;
  column-gap: 30px;
}

.button,
#submit,
.wpcf7-submit,
.custom-file-upload,
#btn-razorpay,
#btn-razorpay-cancel {
  background-color: var(--secondary-color) !important;
  min-height: 52px;
  color: #fff !important;
  font-size: 16px !important;
  font-family: "Quicksand-SemiBold" !important;
  display: inline-flex !important;
  align-items: center;
  min-width: 160px;
  justify-content: center;
}

#coupon_code {
  width: 250px !important;
  max-width: 100%;
  margin-right: 10px;
}

.age-gate {
  border-radius: 10px !important;
}

.has-child a {
  padding-right: 30px !important;
}

#main-menu li {
  position: relative;
}

.dropdown-menu {
  background-color: #ffffff;
  border: 0px;
  padding: 10px;
  /* transition: 0.5s; */
  left: 0px;
  top: 58px;
  list-style-type: none;
}

.dropdown-menu.shop-cat-menu {
  min-width: 230px;
}

.sub-menu.level-two {
  display: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.dropdown-menu li a {
  color: var(--text-color) !important;
}

.has-child {
  padding: 10px 0px;
}

.drop-ico-main.drop-ico-main-sub {
  background-image: url(./images/w-down-arrow-black.svg);
  top: 10px;
  transform: rotate(270deg) translateY(0) !important;
}

.sub-menu.level-two {
  position: absolute;
  left: 100%;
  background-color: #ffffff;
  min-width: 100px;
  padding: 7px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 0px;
}

.quantity.wqpmb_quantity {
  width: 50px !important;
}

.qib-button-wrapper button {
  border: 0px !important;
  box-shadow: none !important;
  padding: 0px !important;
  height: 34px !important;
  background-color: #fff !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
  height: 32px !important;
  background-color: #f2f3f4 !important;
  padding: 0px !important;
  font-size: 14px !important;
  line-height: 24px !important;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
  height: 32px !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right !important;
  width: 350px !important;
  max-width: 100% !important;
}

.cart_totals td {
  text-align: right;
}

.product-subtotal {
  text-align: right;
}

.product-price {
  text-align: right;
}

.woocommerce #customer_details .col-1,
.woocommerce-page #customer_details .col-2 {
  width: 100% !important;
}

.woocommerce-info {
  border-top-color: var(--secondary-color) !important;
}

.woocommerce-info::before {
  color: var(--secondary-color) !important;
}

.col-1 {
  max-width: 100% !important;
}

.col-2 {
  max-width: 100%;
}

.woocommerce-input-wrapper {
  width: 100%;
}

#customer_details {
  width: 55% !important;
  float: left;
  padding-right: 20px;
  margin-bottom: 0px;
}

.woocommerce #customer_details .col-1,
.woocommerce-page #customer_details .col-2 {
  width: 100% !important;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 10px;
}

#order_review,
#order_review_heading {
  width: 45% !important;
  float: right;
}

.payment_box.payment_method_cod {
  width: 100% !important;
  float: left;
}

.single-product .woocommerce-message {
  display: flex;
  align-items: center;

  justify-content: space-between;
  position: relative;
}

.single-product .woocommerce-message::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.single-product .woocommerce-message::after {
  display: none;
}

.select2-container--default .select2-selection--single {
  height: 50px !important;
  padding: 11px 15px !important;
  border-radius: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px !important;
  right: 6px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
  font-size: 14px;
}

.form-row.place-order {
  margin-bottom: 0px !important;
}

.woocommerce-additional-fields {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.summary.entry-summary .qib-button-wrapper.qib-button-wrapper-156 {
  margin-top: 5px !important;
}

/* Style the checkbox */
#createaccount,
#ship-to-different-address-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #f2fce4;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* Aligns checkbox with text */
  margin-right: 8px;
  /* Adds space between checkbox and label */
}

/* Checkbox checked state */
#createaccount:checked,
#ship-to-different-address-checkbox:checked {
  background-color: #f2fce4;
  border-color: #f2fce4 !important;
}

/* Checkmark */
#createaccount:checked::after,
#ship-to-different-address-checkbox:checked::after {
  content: "✔";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Focus state */
#createaccount:focus,
#ship-to-different-address-checkbox:focus {
  border: 1px solid #F2FCE4 !important;
}

/* Ensure label and checkbox are inline */
.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
  margin-top: -5px !important;
}

.woocommerce-shipping-fields {
  padding: 3px;
}

#ship-to-different-address .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
  padding-left: 5px;
}

/* My Account */
#customer_login form {
  /* min-height: 388px !important; */
  min-height: 345px !important;
  margin-bottom: 0px !important;
}

.phone-number.phone-fld a:hover {
  color: var(--green-color);
}

.woocommerce-MyAccount-content {
  box-shadow: 0px 1px 8px -2px #cbbeb5ba;
  padding: 30px 20px;
}

nav.woocommerce-MyAccount-navigation {
  padding: 30px 20px;
  background-color: var(--secondary-color);
}

nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

nav.woocommerce-MyAccount-navigation li a {
  color: #fff;
  font-size: 16px;
  font-family: "Quicksand-SemiBold";
}

nav.woocommerce-MyAccount-navigation li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

nav.woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses .u-column1.col-1.woocommerce-Address {
  padding-left: 0px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses .u-column2.col-2.woocommerce-Address {
  padding-right: 0px;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 10px;
}

.password-input {
  width: 100%;
}

/* Style the custom checkbox */
#rememberme,
#ship-to-different-address-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--secondary-color);
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* Aligns checkbox with text */
  margin-right: 8px;
  /* Adds space between checkbox and label */
}

/* Checkbox checked state */
#rememberme:checked,
#ship-to-different-address-checkbox:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

/* Checkmark */
#rememberme:checked::after,
#ship-to-different-address-checkbox:checked::after {
  content: "✔";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Focus state */
#rememberme:focus,
#ship-to-different-address-checkbox:focus {
  border: 1px solid var(--secondary-color) !important;
}

#ship-to-different-address {
  margin-top: 20px;
}

/* Ensure label and checkbox are inline */
.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
}

#rememberme {
  margin-top: -5px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  padding: 0px !important;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  padding: 0px !important;
}

.woocommerce-form.woocommerce-form-register.register .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  padding: 0px;
}

.woocommerce-form.woocommerce-form-login.login .form-row {
  padding-left: 0px;
  padding-right: 0px;
}

#customer_login .woocommerce-form-row.form-row {
  padding: 0px !important;
}

.woocommerce-lost-password .post-content {
  width: 650px;
  float: none;
  margin: 0 auto;
  /* box-shadow: 0px 1px 8px -2px #cbbeb5ba;
    padding: 30px 20px; */
  max-width: 100%;
  border: 1px solid #cfc8d8;
  padding: 20px;
  border-radius: 5px;
}

.dashboard-user {
  margin-top: 20px;
  width: 100%;
  float: left;
}

.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  width: 100%;
}

.woocommerce-ResetPassword.lost_reset_password .form-row.form-row {
  padding-left: 0px;
  padding-right: 0px !important;
}

.woocommerce-ResetPassword.lost_reset_password .form-row.form-row {
  margin: 0px;
  padding: 0px;
}

.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  margin-bottom: 15px;
}

.woocommerce-MyAccount-content .woocommerce-info {
  width: 100%;
  float: left;
  margin-bottom: 10px !important;
}

.woocommerce-EditAccountForm.edit-account legend {
  margin-top: 20px;
  width: 100%;
  float: left;
  font-family: "CormorantGaramond-Bold";
}

.woocommerce-EditAccountForm.edit-account .form-row {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  text-decoration: underline;
}

.error_page.inner_page.full-width {
  text-align: center;
}

.inner-page-content-sec.full-width {
  min-height: calc(100Vh - 731px);
}

.woocommerce-ResetPassword.lost_reset_password .form-row.form-row.form-row.form-row-last {
  width: 100% !important;
  margin-bottom: 15px !important;
}

.woocommerce a.remove {
  font-size: 25px !important;
  height: 30px !important;
  width: 30px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}

.woocommerce-order-overview {
  padding: 0px;
}

.woocommerce-order .woocommerce-customer-details {
  margin: 0px !important;
}

.woocommerce-order .woocommerce-customer-details address {
  padding: 15px !important;
}

.woocommerce-customer-details--email::before {
  top: 0px;
}

.woocommerce-customer-details--email,
.woocommerce-customer-details--phone {
  position: relative;
}

.woocommerce-customer-details--email::before {
  top: 0px;
}

.woocommerce-customer-details--phone::before {
  top: -3px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  margin-bottom: 15px;
}

.woocommerce-customer-details--phone {
  margin-bottom: 5px !important;
}

.woocommerce-customer-details--email {
  word-break: break-word;
}

.woocommerce a.button,
.woocommerce button.button {
  font-weight: 400 !important;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table {
  margin-bottom: 0px;
}

.woocommerce table.shop_table {
  border-collapse: collapse !important;
}

.yith_wcwl_wishlist_footer {
  display: none;
}

.shop_table.wishlist_table {
  margin-bottom: 0px !important;
}

.wishlist-items-wrapper tr:last-child td {
  padding-bottom: 20px !important;
}

.wishlist_table.mobile {
  padding: 0px !important;
}

.wishlist_table.mobile li .item-wrapper .item-details {
  display: flex !important;
  align-items: center;
  column-gap: 20px;
}

.wishlist_table.mobile li .item-wrapper {
  display: flex !important;
  align-items: center;
  margin-bottom: 3px !important;
}

.wishlist_table.mobile li {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.wishlist_table.mobile .additional-info-wrapper {
  width: 300px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  max-width: 100%;
}

.wishlist_table.mobile .product-name {
  width: 200px;
  max-width: 100%;
}

.wishlist_table.mobile .item-details h3 {
  font-size: 18px !important;
  line-height: 22px;
}

.wishlist_table.mobile .wishlist_table tr td {
  vertical-align: middle !important;
}

.wishlist_table .product-price span {
  font-size: 18px;
}

.wishlist_table.mobile td.value {
  display: flex;
}

.wishlist_table.mobile td.value del {
  display: none;
}

.wishlist_table.mobile li .item-details table.item-details-table td {
  vertical-align: middle !important;
}

.wishlist_table .product-add-to-cart a {
  font-size: 16px !important;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
  margin-bottom: 0px !important;
}

.wishlist_table td.product-price del {
  display: none !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #F2FCE4 !important;
}

.showcoupon:hover {
  color: var(--secondary-color);
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
  width: 250px !important;
  max-width: 100% !important;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
  width: calc(100% - 250px);
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  width: 100%;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  border: 1px solid rgba(173, 173, 173, 0.25) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 5px 0px !important;
}

#menuiconid::before {
  content: "";
  background-image: url(images/down-arrow.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  background-size: contain;
  top: 8px;
}

#menuiconid {
  width: 20px;
  height: 20px;
}

.mini-cart-count {
  display: none;
}

/* Login Popup */
.login-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 40px 20px;
  /* Add padding so top/bottom content isn't clipped */
  box-sizing: border-box;
}

.login-popup-content {
  background: #fff;
  padding: 0;
  /* Padding goes to inner wrapper */
  border-radius: 12px;
  max-width: 1050px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  /* 🔥 Prevents scrollbar from spilling outside radius */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.login-popup-scroll {
  padding: 30px;
  max-height: 90vh;
  overflow-y: auto;
  /* Scroll stays inside the radius */
  position: relative;
}

.close-login-popup img {
  width: 16px;
  cursor: pointer;
}

.close-login-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.header-cart-sec-split.has-child {
  position: relative;
}

.dropdown-menu.sub-menu.level-one a {
  padding-right: 7px !important;
  justify-content: left !important;
  text-align: left !important;
}

.dropdown-menu.sub-menu.level-one li a::before {
  display: none;
}

.onsale {
  display: none;
}

.tabs.wc-tabs li {
  background-color: transparent !important;
  border: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: 0px !important;
}

.tabs.wc-tabs li::before,
.tabs.wc-tabs li:after {
  display: none !important;
}

.tabs.wc-tabs::before {
  display: none !important;
}

.tabs.wc-tabs::after {
  display: none;
}

.tabs.wc-tabs li a {
  font-family: "Quicksand-SemiBold";
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
  background-color: #fff !important;
  border: 1px solid var(--secondary-color) !important;
  padding: 10px 20px !important;
  color: var(--secondary-color);
}

.tabs.wc-tabs li.active a {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}

.tabs.wc-tabs {
  padding: 0px !important;
  margin-bottom: 20px !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 26px !important;
  width: 100%;
  float: left;
  margin-bottom: 50px;
}



.woocommerce-Tabs-panel h2 {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0px !important;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  /* Space between checkbox and label */
}

/* Hide default checkbox */
#wp-comment-cookies-consent {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--secondary-color);
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;
}

/* Checkbox checked state */
#wp-comment-cookies-consent:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

/* Checkmark */
#wp-comment-cookies-consent:checked::after {
  content: "✔";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#wp-comment-cookies-consent:focus {
  border: 1px solid var(--secondary-color) !important;
}

#commentform {
  width: 600px;
  max-width: 100%;
}

.comment-form-cookies-consent label {
  margin: 0px;
}

.comment-form-cookies-consent {
  margin-bottom: 20px !important;
}

.required {
  color: #F00;
}

.stars a {
  color: #fbbc04;
}

.star-rating {
  color: #fbbc04;
}

.related.products {
  width: 100%;
  float: left;
}

.related.products h2 {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery,
.woocommerce-product-gallery {
  width: 37.5% !important;
  max-width: 37.5% !important;
  float: left;
}

body.woocommerce-page div.product div.summary {
  width: calc(62.5% - 50px) !important;
  max-width: calc(62.5% - 50px) !important;
  float: right !important;
}

.product_title.entry-title {
  font-size: 32px;
  line-height: 42px;
  color: #000;
}

.woocommerce-Price-amount.amount {
  color: var(--secondary-color);
}

.price del span {
  color: #adadad !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: var(--secondary-color) !important;
}

/*
  body .summary.entry-summary .qib-button-wrapper button {
    width: 41px !important;
    min-width: 41px !important;
  }
  body .summary.entry-summary .quantity.wqpmb_quantity
  {
    width: 50px !important;
    min-width: 50px !important;
  }
  body .summary.entry-summary .qib-button-wrapper {
    width: 100%;
    float: left;
  }
  .woocommerce div.product form.cart {
    margin-bottom: 30px !important;
    width: 145px;
    float: left;
    margin-right: 12px;
  } */
.summary.entry-summary .cart {
  gap: 12px;
  display: flex;
  align-items: center;
}

.summary.entry-summary .qib-button-wrapper.qib-button-wrapper-158 {
  margin: 0px;
}

.summary.entry-summary .cart::before,
.summary.entry-summary .cart::after {
  display: none !important;
}

.product_meta {
  width: 100%;
  float: left;
  font-family: "Quicksand-Medium";
  margin-bottom: 30px;
  margin-top: 10px;
}

.product_meta a {
  color: var(--secondary-color);
}

body .summary.entry-summary .yith-wcwl-add-to-wishlist-button__label {
  display: block;
  position: relative;
  font-size: 16px;
  font-family: "Quicksand-SemiBold";
  line-height: 16px;
  top: 0px;
  color: #fff;
}

body .summary.entry-summary .yith-wcwl-add-to-wishlist-button,  body .summary.entry-summary .custom-wishlist-btn {
  display: inline-flex !important;
  align-items: center !important;
  background-color: var(--secondary-color);
  width: 191px;
  min-height: 52px;
  padding: 20px;
  border-radius: 2px;
  padding: 10px 10px;
  justify-content: space-evenly;
  color: #fff;
  font-family: "Quicksand-SemiBold"
}
.custom-wishlist-btn svg {
  width: 22px;
}
body .summary.entry-summary .custom-wishlist-btn svg.yith-wcwl-icon-svg {
  width: 22px;
  height: 22px;
}
.discover-heart-bg .custom-wishlist-btn svg {
    width: 22px !important;
  height: 22px !important;
}
.summary.entry-summary .yith-add-to-wishlist-button-block {
  display: none;
}
body .summary.entry-summary a.custom-wishlist-btn:nth-of-type(2) {
    display: none !important;
}
body .summary.entry-summary .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
  color: #fff !important;
  width: 22px !important;
  max-width: 21px !important;
  border-radius: 2px;
}

body .summary.entry-summary .single_add_to_cart_button {
  width: 191px;
  min-height: 50px;
  gap: 10px;
  font-size: 16px !important;
  font-family: "Quicksand-SemiBold" !important;
  line-height: 16px !important;
}

#wpgs-gallery .wcgs-thumb.spswiper-slide img {
  width: 70px !important;
  height: 70px !important;
}

body .summary.entry-summary .qib-button-wrapper button,
body .summary.entry-summary .qib-button-wrapper .quantity input.input-text.qty.text,
body .summary.entry-summary .qib-button-wrapper div.quantity.wqpmb_quantity {
  width: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
}

body .summary.entry-summary .qib-button-wrapper {
  min-height: 52px !important;
}

.my-cart-sec .common-heading-eighth {
  width: 52px;
}

.custom-short-description {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.posted_in {
  width: 100%;
  float: left;
}

.license-section {
  text-align: center;
  display: flex;
  justify-content: center;
}

.product-content-img-sec {
  text-align: center;
  width: 100%;
}

.woocommerce-Address-title.title.scrolled {
  box-shadow: none !important;
}

.woocommerce-MyAccount-content a {
  color: var(--secondary-color);
  font-family: "Quicksand-SemiBold";
}

.woocommerce-MyAccount-content a:hover {
  color: var(--text-color);
}

.woocommerce-MyAccount-content h2 {
  font-size: 26px;
  line-height: 36px;
}

.woocommerce p {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.woocommerce-MyAccount-content .button {
  margin-top: 25px !important;
}

.button.add_to_cart_button.ajax_add_to_cart.added::after {
  display: none !important;
}

.whmc_btm_notification {
  display: none;
}

.cart_image_iem img {
  width: 50px !important;
  max-height: 50px !important;
  object-fit: contain;
}

.cart_image_iem {
  text-align: center;
  padding-left: 10px;
}

.cart-item-data-field a {
  font-size: 14px !important;
  line-height: 24px !important;
}

.whmc-cart-item-wrap {
  background: #fff !important;
}

.mobile-carousel {
  display: none;
}

.home-sell-right .common-heading-seventh.product-title {
  font-family: "Quicksand-SemiBold";
}

.home-cat-bg ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 24px;
  column-gap: 20px;
}

.home-cat-bg ul::before,
.home-cat-bg ul::after {
  display: none !important;
}

.home-cat-bg ul li {
  width: 100% !important;
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-field.common-heading-eighth {
  padding-right: 12px !important;
}

.woocommerce .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details--email {
  padding-left: 23px !important;
}

.checkout-button.button.alt.wc-forward {
  float: right;
  width: 100%;
  margin-bottom: 0px;
}

.woocommerce-button.button.view {
  margin-top: 0px !important;
}

.woocommerce-table__product-table.product-total,
.woocommerce-table__product-total.product-total,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td,
.woocommerce-table__product-total.product-total {
  text-align: right;
}

.discover-title {
  font-family: "CCSignLanguageBold";
}

.my-cart-count-sec {
  display: inline-flex;
  column-gap: 10px;
  align-items: center;
}

.form-field-main {
  display: grid;
  gap: 30px;
}

.form-field-main.three-fld-sec {
  grid-template-columns: repeat(3, 1fr);
}

.form-field-main.two-fld-sec {
  grid-template-columns: repeat(2, 1fr);
}

.form-field-main {
  margin-bottom: 30px;
}

.student-registration-form h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 16px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0px !important;
}

.student-offer-page h3 {
  margin-bottom: 30px;
  text-align: center;
}

.wpcf7-form-control.wpcf7-submit {
  border: 0px;
}

label {
  font-family: "Quicksand-SemiBold";
  font-size: 16px;
  line-height: 26px;
  line-height: 26px !important;
  width: 100%;
  float: left;
}


/* File upload */

/* Hide default file input appearance */
.file-input {
  display: none;
}

/*.custom-file-upload {
  display: inline-block;
  background-color: #0073aa;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}*/

.custom-file-upload .wpcf7-form-control-wrap:hover {
  background-color: var(--secondary-color);
}

#file-name {
  font-size: 14px;
  color: #555;
  width: 100%;
  float: left;
}

.wpcf7-list-item.first.last {
  margin-left: 0px !important;
}

.custom-file-upload .wpcf7-form-control-wrap::before {
  content: "Upload PDF";
}

/* Hide native radio */
.wpcf7-form input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #57a803;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  vertical-align: middle;
  outline: none;
  transition: border-color 0.3s ease;
}

/* Dot when checked */
.wpcf7-form input[type="radio"]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #57a803;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* Show the dot when checked */
.wpcf7-form input[type="radio"]:checked::before {
  opacity: 1;
}

/* Optional: Label spacing */
.wpcf7-form .wpcf7-list-item-label {
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}

.wpcf7-form input[type="radio"]:focus {
  border: 2px solid var(--secondary-color) !important;
}

/*.form-field input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(173, 173, 173, 0.25);
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  min-width: 25px;
}

.form-field input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid rgba(87, 168, 3, 1);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} */
.checkbox-field .wpcf7-list-item.first.last label {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Hide native file input */
.file-input {
  display: none;
}

/* Styled label as the upload button */

/* Optional: hover effect */
.custom-file-upload:hover {
  background-color: #469301;
  /* or adjust your --secondary-color */
}

.custom-file-upload,
.wpcf7-submit {
  cursor: pointer;
}

.xoo-ml-has-cc .select2-container .select2-selection--single .select2-selection__rendered,
.xoo-ml-has-cc .select2-container--default .select2-selection--single {
  padding: 0px 7.5px !important;
}

.xoo-lwo-form {
  border: 1px solid #cfc8d8;
  padding: 20px;
  border-radius: 5px;
  margin: 2em 0;
  min-height: 388px !important;
  margin-bottom: 0PX !important;
}

.xoo-ml-has-cc {
  width: 100% !important;
}

.xoo-ml-inline-verify {
  color: var(--secondary-color) !important;
}

#terms input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--secondary-color);
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* Aligns checkbox with text */
  margin-right: 8px;
  /* Adds space between checkbox and label */
}

/* Checkbox checked state */
#terms input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

/* Checkmark */
#terms input:checked::after {
  content: "✔";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Focus state */
#terms input:focus {
  border: 1px solid var(--secondary-color) !important;
}

.custom-file-upload {
  max-width: 194px;
}

.form-field.file-upload .wpcf7-not-valid-tip {
  width: 100% !important;
  float: left;
}

.back_to_hm.full-width {
  margin-top: 10px;
}

#wpfront-scroll-top-container {
  bottom: 85px !important;
}

.wc_payment_methods.payment_methods.methods label {
  width: auto;
  float: none;
}

.thank-you-sec h4 {
  text-align: center;
  margin-bottom: 20px;
}

.custom-search-form {
  width: 599px;
  max-width: 100%;
}

.header-search-si select,
.header-search-si input[type="text"] {
  height: 42px !important;
  border: 1px solid var(--secondary-color) !important;
  font-size: 14px !important;
  min-height: 42px !important;
  border-radius: 0px !important;
}

.header-search-si select {
  border-right: 0px !important;
  font-family: "Quicksand-Bold";
}

.header-search-si input[type="text"] {
  border-left: 0px !important;
  font-family: "Quicksand-Bold";
}

.header-search-select {
  position: relative;
}

.header-search-select::before {
  width: 1px;
  height: 18px;
  content: "";
  position: absolute;
  background-color: var(--secondary-color);
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.header-cart-sec-split .common-heading-eighth {
  font-size: 12px;
}

.padding-25 {
  padding-top: 25px;
}

.custom-nav-wrapper.home-cat-arrow-set .home-slider-cat {
  padding: 0px;
}

.xoo-ml-has-cc .select2-container {
  width: 90px !important;
}

.footer {
  width: 100%;
  float: left;
}

.brand-carousel.owl-carousel .item img {
  float: none;
  margin: 0 auto;
}

#btn-razorpay,
#btn-razorpay-cancel {
  border: 0px;
  cursor: pointer;
}

.filter-sub-sec .custom-checkbox {
  font-family: "Quicksand-Medium" !important;
  font-size: 14px !important;
  line-height: 24px !important;
}

.discover-tab-btn.active {
  background-color: #ffb727;
}

.joinchat__button {
  right: 3px !important;
  height: 50px !important;
  min-width: 50px !important;
  width: 50px !important;
}

.joinchat__button__open {
  width: 50px !important;
  height: 50px !important;
  background-size: 48%;
}

.offer-title.common-heading-third {
  min-height: 70px;
}

.footer-links .woocommerce-category-list {
  display: none;
}

.footer-logo-newsletter .common-heading-22 {
  margin-top: 98px;
}

.tnp.tnp-subscription {
  /* min-width: 289px !important; */
  margin-bottom: 0px;
  min-width: 100% !important;
}

.footer-logo-newsletter .common-heading-22 {
  line-height: 32px;
}

.tnp-field.tnp-field-email {
  margin-bottom: 0px !important;
}

#main-menu a,
.gt_switcher-popup.glink.nturl.notranslate {
  font-family: "Quicksand-Medium";
  font-size: 16px !important;
  line-height: 26px;
  font-weight: 400 !important;
}

#main-menu li.bb-purchase a,
.h-phone-align {
  font-family: "Quicksand-Bold" !important;
}

.common-heading-15.product-title {
  font-size: 14px;
  line-height: 24px;
}

.product-pricing .woocommerce-Price-amount.amount {
  color: #000;
}

.common-heading-eighth.regular-price del .woocommerce-Price-amount.amount {
  color: #ADADAD;
  font-family: "Quicksand-Medium";
}

.common-heading-sixth.offer-desc {
  color: #838383;
  font-family: "Quicksand-Medium";
}

.home-sell-right .product-thumb img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.archive-content-lft-sec.search-result-page {
  width: 100%;
}

.archive-content-lft-sec.search-result-page .woocommerce-product-list.full-width ul {
  grid-template-columns: repeat(5, 1fr) !important;
}

.product-content-img-sec .product-thumb img {
  height: 207px !important;
  object-fit: contain;
  width: 100% !important;
}

.home-sell-right .product-thumb {
  margin-right: 15px;
  width: 78px;
  min-width: 78px;
}

.product-pricing {
  min-height: 28px;
}

.onsale {
  display: none;
}

.common-heading-15.product-title {
  text-align: center;
  min-height: 62px;
}

.related.products ul {
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 12px !important;
  display: grid !important;
}

.woocommerce .related.products ul.products[class*="columns-"] li.product {
  width: 100% !important;
  margin: 0px !important;
  display: block !important;
}

.related.products ul::before,
.related.products ul::after {
  display: none !important;
}

.single_add_to_cart_button::after {
  display: none;
}

.whmcremovesd {
  top: 0px !important;
  position: absolute;
  left: -10px !important;
}

.filter-sub-sec {
  width: 100%;
  float: left;
}

textarea#order_comments {
  max-height: 70px !important;
  height: 70px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  margin: -9px 0 0 !important;
}

.wcgs-carousel img {
  height: 560px !important;
  object-fit: cover;
  object-position: center;
}

#wpgs-gallery img {
  min-width: 500px !important;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image {
  border-radius: 5px !important;
}

.form-field.checkbox-field span.wpcf7-list-item-label {
  cursor: pointer;
}

.wishlist-title:hover a.show-title-form {
  visibility: hidden !important;
}

.wishlist-title.wishlist-title-with-form h2:hover {
  background: #fff !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  font-family: "Quicksand-Medium";
  font-size: 12px;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
  font-family: "Quicksand-Medium";
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
  font-size: 14px;
}

input#tnp-1 {
  color: #fff !important;
  padding-right: 60px !important;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:first-of-type {
  display: block;
}

.my-cart-sec {
  position: relative;
}

.my-cart-sec::before {
  content: "";
  background-image: url(images/down-arrow.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  background-size: contain;
  top: 19px;
  right: -23px;
}

.comment-error {
  color: red;
}

.price-label-input {
  font-family: "Quicksand-Regular";
  font-size: 14px;
}

.customer-logged-in .student-registeration {
  display: none;
}

#main-menu li.bb-purchase a {
  color: #fff !important;
}

.app-list li,
.qr-code-sec {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.app-list li img {
  width: 180px !important;
  min-width: 180px;
}

.qr-code-lft {
  min-width: 180px;
  text-align: center;
}

.qr-code-lft img {
  float: none;
  margin: 0 auto;
}

.qr-code-sec {
  margin-top: 15px;
}

/* .app-list-sec {
  width: 330px;
  max-width: 100%;
} */

.app-img a {
  padding: 0px;
}

.app-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.woocommerce-shipping-destination {
  text-align: left;
}

.woocommerce-shipping-calculator {
  text-align: left;
}

.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping td,
.shop_table.woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
}

.variations_form.cart {
  display: block !important;
}

.variations select {
  width: 200px !important;
  min-width: 200px !important;
}

.single_variation_wrap {
  width: 100% !important;
  float: left;
  margin-bottom: 2em;
}

.discount-badge {
  background-image: url(images/star.png);
  /* Yellow-orange */

}

.coupen-sec {
  background-image: url(images/sample-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--secondary-color);

  display: flex;
  align-items: center;
}



.discount-badge {
  background-image: url(images/star.png);
  width: 208px;
  height: 126px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coupon-sub-sec {
  position: relative;
  width: 869px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 131px;
  padding: 20px;
}

.big-text {
  font-size: 48px;
  color: #fff;
  font-family: "Quicksand-Bold";
  width: 100%;
  display: block;
  line-height: 58px;
  margin-left: -17px;
  transform: rotate(20deg);
}

.small-text {
  font-size: 24px;
  color: #fff;
  font-family: "Quicksand-Bold";
  width: 100%;
  display: block;
  line-height: 22px;
  transform: rotate(20deg);
}

.coupon-sub-sec p {
  font-family: "Quicksand-Medium";
  color: #fff;
  font-size: 28px;
  line-height: 38px;
}

.coupen-sec h4 {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  font-family: "Quicksand-Bold";
}

.dropdown-menu.sub-menu.level-one.login-menu li {
  text-align: center !important;
  padding: 0px !important;
}

.dropdown-menu.sub-menu.level-one.login-menu li a {
  width: 100%;
  display: flex;
  text-align: center !important;
  min-height: 44px !important;
  padding: 0px !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: "Quicksand-Bold";
}

.dropdown-menu.sub-menu.level-one.login-menu {
  padding: 0px !important;
}

.top-sells-section,
.recently-added-section {
  width: 50%;
}

.parent-cat a img {
  width: 26px;
}

.parent-cat a {
  display: flex !important;
  align-items: center;
  column-gap: 10px;
}

.footer-links .h-phone-align {
  font-family: "Quicksand-Regular";
}

.qr-code-lft img {
  border: 3px solid #fff;
}

.woocommerce-customer-details address {
  text-transform: capitalize;
}

.woocommerce-customer-details .woocommerce-customer-details--email {
  text-transform: initial;
}

#calc_shipping_state_field span {
  width: 100%;
}

#calc_shipping_state_field .select2-selection__arrow {
  width: 15px;
}

.mobile-footer {
  display: none;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 2em !important;
}

.woocommerce-variation-add-to-cart .qib-button-wrapper {
  margin-top: 0px !important;
}

.dropdown-menu.sub-menu.level-one.login-menu {
  background-color: #f2fce4;
}

.cart-discount td {
  text-align: right;
}

body #msg-razorpay-success {
  padding: 1rem 1.5rem 1rem 3.5rem !important;
}

.new-letter-thankyou {
  text-align: center;
}

.inner-page-content-sec .tnp-field.tnp-field-button input {
  background-color: var(--secondary-color) !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 8px !important;
  background-image: url(images/w-right-arrow.svg) !important;
}

.inner-page-content-sec .tnp-field.tnp-field-button input[type="email"] {
  height: 50px !important;
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
  color: var(--text-color) !important;
}

.wishlist-title.wishlist-title-with-form h2 {
  pointer-events: none;
}

body .age-gate__wrapper {
  z-index: 999999 !important;
}

ul#shipping_method li label {
  display: inline !important;
  width: auto !important;
  float: none !important;
}

#shipping_method input {
  margin-top: 7px !important;
}

.common-heading-discount.discount-value,
.discount-text {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--secondary-color);
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: "Quicksand-SemiBold";
  z-index: 1;
}

.header-search-input {
  width: calc(100% - 174px);
}

.header-search-select {
  width: 174px;
}

.hero .owl-prev,
.hero .owl-next {
  position: absolute;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}

.hero .owl-prev:hover,
.hero .owl-next:hover {
  opacity: 1;
}

.hero .owl-prev {
  left: 0px;
  background-image: url(./images/brnd-left.svg) !important;
}

.hero .owl-nav span {
  display: none;
}

.hero .owl-next {
  right: 0px;
  background-image: url(./images/brnd-right.svg) !important;
}

.hero .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}

.header-cart-sec-split .common-heading-seventh {
  font-family: "Quicksand-Bold";
}

.header-cart-sec-split .common-heading-eighth,
.woocommerce-LostPassword.lost_password a {
  font-family: "Quicksand-Bold";
}

.custom-offer-carousel {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.foot-address-sec a {
  position: relative;
  padding-left: 35px;
}

.footer-links.foot-address-sec a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.h-phone-align.email-fld::before {
  background-image: url(./images/email.svg) !important;
}

.h-phone-align.phone-field::before {
  background-image: url(./images/phone.svg) !important;
}

.f-address::before {
  background-image: url(./images/location.svg) !important;
}

.h-phone-align.globe::before {
  background-image: url(./images/globe.svg) !important;
  width: 24px !important;
}

.qr-code-lft img {
  width: 80px;
}

.qr-code-lft-sub img {
  margin-bottom: 5px;
}

.eachFaq {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.eachFaq h4 {
  background-color: var(--secondary-color);
  color: #fff !important;
  padding: 10px 40px 10px 20px;
  position: relative;
  margin: 0px;
  font-size: 20px;
  line-height: 30px;
  font-family: "Quicksand-Medium";
  cursor: pointer;
}

.accordion-content {
  background-color: #ADE17682;
  padding: 20px 20px;
  font-size: 16px;
  line-height: 26px;
}

.eachFaq.close {
  opacity: 1;
}

.eachFaq h4::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./images/minus.svg) !important;
}

.eachFaq.close h4::before {
  background-image: url(./images/plus.svg) !important;
}

.faq-page-content {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

.inner-page-banner {
  background-image: var(--desktop-banner);
  background-size: cover;
  /* background-position: center; */
  background-position: top;
}


.dashboard-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.dashboard-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.dashboard-links a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dashboard-links a i {
  font-size: 24px;
  margin-bottom: 10px;
}

#wpfront-scroll-top-container img {
  width: auto;
  height: auto;
  border: 1px solid #579e0c;
  border-radius: 50%;
}

#wpfront-scroll-top-container {
  right: 22px;
}

#wpfront-scroll-top-container {
  z-index: 999;
}
.footer .footer-logo-newsletter .common-heading-22 {
  font-size: 17px;
  line-height: 27px;
}
.footer-logo-newsletter-sub {
  width: 230px;
  float: right;
  max-width: 100%;
}
.footer-nav-wrapper {
  width: calc(100% - 389px);
}
.footer-logo-newsletter {
  width: 389px;
}
ul.my-coupon-list {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin-top: 20px;
}
ul.my-coupon-list li p {
    font-size: 16px;
   line-height: 26px !important; 
}
ul.my-coupon-list li {
   margin-bottom: 15px;
}
.menu-item-52 a::before {
  display: none;
}
#footer-right li a, input#tnp-1, .qr-code-lft-sub, .f-address {
  font-family: "Quicksand-Bold";
}
.footer-links.foot-address-sec {
  min-width: 230px;
}

.common-heading-seventh.offer-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.offer-text-wrap img {
 width: 100% !important;
  object-fit: cover !important;
  max-height: 372px;
}
.woocommerce-Address-title.title {
  position: relative;
  box-shadow: none;
  z-index: 9;
}
.faq-category-group {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.faq-category-group:last-child {
  margin-bottom: 0px;
}
.faq-category-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}
.custom-nav-wrapper.discover-tabs-content.best-deals-owl-carousel .owl-nav {
  display: none;
}
.custom-wishlist-btn {
  position: relative;
}
.custom-wishlist-btn svg.yith-wcwl-icon-svg {
  width: 22px;
  height: 22px;
}
.shop_table.shop_table_responsive.wishlist-table td:before {
  display: none;
}
.shop_table.shop_table_responsive.wishlist-table th {
  padding: 9px 12px !important;
}
.shop_table.shop_table_responsive.wishlist-table .product-price {
  text-align: left;
}
body .summary.entry-summary .custom-wishlist-btn.cus_add svg {
  stroke: #ffffff !important;
}
body .summary.entry-summary .custom-wishlist-btn.cus_remove svg {
  fill: #fff !important;
}
.customer-care .common-heading-sixth {
  font-family: "Quicksand-SemiBold";
  width: 100%;
  float: left;
}
.home-cuscare-wrapper .common-heading-seventh {
  color: #adadad;
  font-family: "Quicksand-Medium";
}

.joinchat.joinchat--right.joinchat--show.joinchat--chatbox {
  z-index: 99999;
}

.common-heading-seventh.login-name {
    text-transform: capitalize;
}
.header-top.padding-240 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.header-logo-sec img {
  width: 161px;
 max-width: 161px !important;
}