/*
Theme Name: Zeramom 
Author: Brainiac Creation
Author URI: https://brainiaccreation.com
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: 'Glacial Indifference';
  src: url('../webfonts/glacial-indifference.bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url('../webfonts/glacial-indifference.regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Musubi Black';
  src: url('../webfonts/MusubiBlack.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Edwardian Script ITC';
  src: url('../webfonts/edwardianscriptitc.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
   --body: #fff;
   --black: #000;
   --white: #fff;
   --theme: #9E2724;
   --theme-2: #F7BBD4;
   --theme-3: #F37448;
   --theme-4: #F7F0E8;
   --theme-5: #ffebf0;
   --heading-font: 'Musubi Black', sans-serif;
   --body-font: 'Glacial Indifference', sans-serif;
   --type-font: 'Edwardian Script ITC', cursive;
   --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.color-theme {
    color: #9E2724;
}
.color-theme-2 {
    color: #F7BBD4;
}
.color-theme-3 {
    color: #F37448;
}
.color-theme-4 {
    color: #F7F0E8;
}
.heading-font {
    font-family: 'Musubi Black', sans-serif;
}
.body-font {
    font-family: 'Glacial Indifference', sans-serif;
}
.type-font {
    font-family: 'Edwardian Script ITC', cursive;
}

.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme);
  color: var(--theme-4);
  font-size: 16px;
  font-weight: 400;
  line-height: 0;
  border-radius: 15px;
  padding: 20px 50px !important;
  height: 0px;
}

.theme-btn i {
   margin-left: 5px;
}

.theme-btn::before {
   content: "";
   position: absolute;
   height: 100%;
   bottom: 0;
   left: 0;
   width: 0;
   background-color: var(--header);
   z-index: -1;
   transition: all 0.4s ease-out;
   border-radius: inherit;
}

.theme-btn:hover {
   color: var(--theme-4);
   box-shadow: none;
}

.theme-btn:hover::before {
   width: 100%;
}

.theme-btn.load-btn {
   background-color: transparent;
   border: 2px solid var(--theme);
   padding: 19px 54px;
   color: var(--theme);
}

.theme-btn.load-btn::before {
   background-color: var(--theme);
}

.theme-btn.load-btn:hover {
   color: var(--theme-4);
}

@media (max-width: 767px) {
   .theme-btn {
      padding: 20px 32px;
   }
}

@media (max-width: 575px) {
   .theme-btn {
      padding: 18px 30px;
      font-size: 14px;
   }
}

@media (max-width: 500px) {
   .theme-btn {
      padding: 14px 30px;
      font-size: 14px;
   }
}

.theme-btn.theme-btn-2 {
   border: 1px solid #010f1c;
   background: rgba(255, 255, 255, 0);
   color: var(--header);
}

.theme-btn.theme-btn-2:hover {
   color: var(--theme-4);
}

.theme-btn.theme-btn-3 {
  background-color: var(--theme);
  color: var(--theme-4);
}

.theme-btn.theme-btn-3.border-color {
   border: 1px solid #010f1c;
}

.theme-btn.theme-btn-3:before {
   background-color: var(--theme);
}

.theme-btn.theme-btn-3:hover {
   background-color: transparent;
   color: var(--theme-4);
}

.theme-btn.theme-btn-4 {
   background-color: var(--black);
   color: var(--theme-4);
   border: 1px solid #010f1c;
}

.theme-btn.theme-btn-4.border-color {
   border: 1px solid #010f1c;
}

.theme-btn.theme-btn-4:before {
   background-color: var(--theme);
}

.theme-btn.theme-btn-4:hover {
   color: var(--theme-4);
   border: 1px solid var(--theme);
}

.theme-btn.header-btn {
  background-color: var(--theme);
  color: var(--theme-4);
}

.theme-btn.header-btn::before {
   background-color: var(--theme);
}

.link-btns {
   font-size: 16px;
   font-weight: 400;
   display: inline-block;
   font-family: "Manrope", sans-serif;
   text-transform: capitalize;
   color: var(--header);
}

.link-btns i {
   font-size: 12px;
}

.link-btns.style-2 {
   color: var(--theme-4);
}

.link-btns.style-2:hover {
   color: var(--theme-2);
}

.link-btns:hover {
   color: var(--theme);
   border-bottom: 1px solid var(--theme);
}

.link-btn-2 {
   font-size: 14px;
   font-weight: 500;
   color: var(--header);
   transition: all 0.4s ease-in-out;
}

.link-btn-2 i {
   margin-left: 5px;
}

.link-btn-2:hover {
   color: var(--theme);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
   font-family: 'Glacial Indifference', sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 22px;
   color: var(--text);
   background-color: var(--theme-4);
   padding: 0;
   margin: 0;
   overflow-x: hidden;
}

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

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

input:focus {
   color: var(--theme-4);
   outline: none;
}

input {
   color: var(--theme-4);
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Musubi Black', sans-serif;
   margin: 0px;
   padding: 0;
   color: var(--theme);
   text-transform: initial;
   transition: all 0.4s ease-in-out;
   text-transform: capitalize;
}

h1 {
   font-size: 100px;
   font-weight: 400;
   line-height: 96px;
   text-transform: uppercase;
}

@media (max-width: 1399px) {
   h1 {
      font-size: 75px;
   }
}

@media (max-width: 1199px) {
   h1 {
      font-size: 60px;
   }
}

@media (max-width: 991px) {
   h1 {
      font-size: 50px;
   }
}

@media (max-width: 767px) {
   h1 {
      font-size: 45px;
   }
}

@media (max-width: 575px) {
   h1 {
      font-size: 40px;
   }
}

@media (max-width: 500px) {
   h1 {
      font-size: 30px;
   }
}

h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-top: 5px;
}

@media (max-width: 767px) {
   h2 {
      font-size: 35px;
   }
}

@media (max-width: 575px) {
   h2 {
      font-size: 26px;
   }
}

h3 {
   font-size: 24px;
   font-weight: 400;
   line-height: 133%;
}

@media (max-width: 1199px) {
   h3 {
      font-size: 20px;
   }
}

h4 {
   font-size: 20px;
   font-weight: 400;
   line-height: 100%;
}

h5 {
   font-size: 18px;
   font-weight: 400;
   line-height: 167%;
}

h6 {
   font-size: 16px;
   font-weight: 500;
}

a {
   text-decoration: none;
   outline: none !important;
   cursor: pointer;
   color: var(--header);
   transition: all 0.4s ease-in-out;
}

p {
   margin: 0px;
   transition: all 0.4s ease-in-out;
}

span {
   margin: 0px;
   transition: all 0.4s ease-in-out;
}

.about-wrapper {
   margin-bottom: 50px;
}

@media (max-width: 1199px) {
   .about-wrapper {
      margin-bottom: 0;
   }
}

.about-wrapper .about-image {
   position: relative;
   max-width: 450px;
}

.about-wrapper .about-image img {
  border-radius: 20px;
}

@media (max-width: 1199px) {
   .about-wrapper .about-image {
      max-width: initial;
   }
}

.about-wrapper .about-image img {
   width: 100%;
   height: 100%;
}

.about-wrapper .about-image .about-image-2 {
   position: absolute;
   right: -170px;
   bottom: -50px;
   max-width: 260px;
}

@media (max-width: 1199px) {
   .about-wrapper .about-image .about-image-2 {
      right: initial;
      left: 0;
      bottom: 0;
   }
}

@media (max-width: 767px) {
   .about-wrapper .about-image .about-image-2 {
      max-width: 190px;
   }
}

.about-wrapper .about-content {
   margin-top: 70px;
}

@media (max-width: 1199px) {
   .about-wrapper .about-content {
      margin-top: 0;
   }
}

.about-wrapper .about-content .text {
   margin-top: 50px;
   margin-left: 90px;
}

@media (max-width: 1199px) {
   .about-wrapper .about-content .text {
      margin-left: 0;
      margin-top: 20px;
   }
}

.about-wrapper .about-content .text .theme-btn {
   background-color: var(--theme);
   color: var(--theme-4);
   padding: 12px 50px;
   margin-top: 40px;
   border-radius: 50px;
}

.about-wrapper .about-content .text .theme-btn::before {
   background-color: var(--header);
}

.about-wrapper-2 .about-left-content h4 {
   margin-bottom: 5px;
}

.about-wrapper-2 .about-left-content h3 {
   font-size: 34px;
   margin-bottom: 10px;
}

.about-wrapper-2 .about-left-content p {
   max-width: 372px;
}

.about-wrapper-2 .about-left-content .content {
   margin-top: 34px;
}

.about-wrapper-2 .about-left-content .content h3 {
   font-size: 34px;
   margin-bottom: 10px;
}

.about-wrapper-2 .about-left-content .content p {
   max-width: 372px;
}

.about-wrapper-2 .about-image img {
   width: 100%;
   height: 100%;
}

.about-wrapper-2 .about-right h3 {
   margin-bottom: 20px;
}

.about-wrapper-2 .about-right .info-text {
   margin-top: 30px;
}

.about-wrapper-2 .about-right .info-text h6 {
   margin-bottom: 10px;
}

@-webkit-keyframes rippleOne {
   70% {
      -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
      box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
   }

   100% {
      -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
      box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
   }
}

@keyframes rippleOne {
   70% {
      -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
      box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
   }

   100% {
      -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
      box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
   }
}

@keyframes cir36 {
   100% {
      transform: rotate(360deg);
   }
}

@keyframes rounded {
   50% {
      transform: rotate(15deg);
   }
}

@keyframes up-down {
   0% {
      transform: translateY(10px);
   }

   100% {
      transform: translateY(-10px);
   }
}

@-webkit-keyframes spinner {
   to {
      -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
   }
}

@keyframes spinner {
   to {
      -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
   }
}

@-webkit-keyframes letters-loading {

   0%,
   75%,
   100% {
      opacity: 0;
      transform: rotateY(-90deg);
   }

   25%,
   50% {
      opacity: 1;
      transform: rotateY(0deg);
   }
}

@keyframes letters-loading {

   0%,
   75%,
   100% {
      opacity: 0;
      transform: rotateY(-90deg);
   }

   25%,
   50% {
      opacity: 1;
      transform: rotateY(0deg);
   }
}

@keyframes loaderspin {
   0% {
      transform: translate(-50%, -50%) rotate(0deg);
   }

   100% {
      transform: translate(-50%, -50%) rotate(360deg);
   }
}

@keyframes tpswing {
   0% {
      -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      transform: rotate(20deg);
   }

   100% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
   }
}

@keyframes width {
   0% {
      width: 0%;
   }

   100% {
      width: 100%;
   }
}

@-webkit-keyframes width {
   0% {
      width: 0%;
   }

   100% {
      width: 100%;
   }
}

@-webkit-keyframes loaderspin {
   0% {
      transform: translate(-50%, -50%) rotate(0deg);
   }

   100% {
      transform: translate(-50%, -50%) rotate(360deg);
   }
}

@keyframes loaderpulse {
   0% {
      transform: scale(1);
   }

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

@keyframes rounded {
   50% {
      transform: rotate(20deg);
   }
}

@keyframes cir36 {
   100% {
      transform: rotate(360deg);
   }
}

.float-bob-y {
   -webkit-animation-name: float-bob-y;
   animation-name: float-bob-y;
   -webkit-animation-duration: 3s;
   animation-duration: 3s;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
   0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
   }

   50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
   }

   100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
   }
}

@keyframes float-bob-y {
   0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
   }

   50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
   }

   100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
   }
}

.float-bob-x {
   -webkit-animation-name: float-bob-x;
   animation-name: float-bob-x;
   -webkit-animation-duration: 3s;
   animation-duration: 3s;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
   0% {
      -webkit-transform: translateX(0px);
      transform: translateX(30px);
   }

   50% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
   }

   100% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
   }
}

@keyframes float-bob-x {
   0% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
   }

   50% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
   }

   100% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
   }
}

@keyframes bounce-x {
   0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }

   50% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
   }

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

.bounce-x {
   -webkit-animation: bounce-x 7s infinite linear;
   animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
   0% {
      left: -20px;
   }

   50% {
      left: 50%;
      width: 20px;
      height: 20px;
   }

   100% {
      left: 50%;
      width: 375px;
      height: 375px;
   }
}

@keyframes criss-cross-right {
   0% {
      right: -20px;
   }

   50% {
      right: 50%;
      width: 20px;
      height: 20px;
   }

   100% {
      right: 50%;
      width: 375px;
      height: 375px;
   }
}

@keyframes rotated2 {
   0% {
      transform: rotate(0);
   }

   100% {
      transform: rotate(-360deg);
   }
}

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

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

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

@keyframes zoom {
   0% {
      transform: scale(0.5);
   }

   50% {
      transform: scale(1);
   }

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

@keyframes translateY2 {
   0% {
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px);
   }

   100% {
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -o-transform: translateY(20px);
      transform: translateY(20px);
   }
}

@keyframes translateX2 {
   0% {
      -webkit-transform: translateX(-30px);
      -moz-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      -o-transform: translateX(-30px);
      transform: translateX(-30px);
   }

   100% {
      -webkit-transform: translatXY(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
   }
}

@keyframes moving {
   0% {
      transform: translatey(0px);
   }

   20% {
      transform: translateX(-50px);
   }

   50% {
      transform: translatey(-40px);
   }

   100% {
      transform: translatey(0px);
   }
}

/*img-animation**********************/
.img-custom-anim-right {
   animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
   opacity: 0;
}

@keyframes img-anim-right {
   0% {
      transform: translateX(5%);
      clip-path: inset(0 0 0 100%);
      opacity: 0;
   }

   100% {
      transform: translateX(0);
      clip-path: inset(0 0 0 0);
      opacity: 1;
   }
}

.img-custom-anim-left {
   animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
   opacity: 0;
}

@keyframes img-anim-left {
   0% {
      transform: translateX(-5%);
      clip-path: inset(0 100% 0 0);
      opacity: 0;
   }

   100% {
      transform: translateX(0);
      clip-path: inset(0 0 0 0);
      opacity: 1;
   }
}

.img-custom-anim-top {
   animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
   opacity: 0;
}

@keyframes img-anim-top {
   0% {
      transform: translateY(-5%);
      clip-path: inset(0 0 100% 0);
      opacity: 0;
   }

   100% {
      transform: translateY(0);
      clip-path: inset(0 0 0 0);
      opacity: 1;
   }
}

.brand-wrapper {
   position: relative;
}

.brand-wrapper .brand-box-item {
   padding: 38px;
   height: 200px;
   width: 200px;
   transition: all 0.4s ease-in-out;
}

.brand-wrapper .brand-box-item.style-2 {
   padding-left: 0;
}

.brand-wrapper .brand-box-item .brand-image {
   text-align: center;
   transition: all 0.4s ease-in-out;
}

.brand-wrapper .array-buttons {
  display: none;
}

@media (max-width: 767px) {
   .brand-wrapper .array-buttons {
      display: none;
   }
}

.brand-wrapper .array-buttons .array-prev {
   position: absolute;
   left: -22px;
   top: 50%;
   transform: translateY(-50%);
   z-index: 1;
}

.brand-wrapper .array-buttons .array-next {
   position: absolute;
   right: -22px;
   top: 50%;
   transform: translateY(-50%);
   z-index: 1;
}

.eticket-wrapper {
   position: relative;
}

.eticket-wrapper .brand-box-item {
   padding: 10px;
   transition: all 0.4s ease-in-out;
}

.eticket-wrapper .brand-box-item.style-2 {
   padding-left: 0;
}

.eticket-wrapper .brand-box-item .brand-image {
   text-align: center;
   transition: all 0.4s ease-in-out;
}

.eticket-wrapper .brand-box-item .brand-image img {
  border-radius: 20px;
  background: var(--white);
  height: 280px;
  object-fit: cover;
  width: 100% !important;
}

.step-container.active {
  display: block;
  background: var(--theme-4);
  padding: 20px;
  margin-top: -10px;
  border: 1px solid var(--theme);
}

.eticket-wrapper .brand-box-item .brand-image p {
   margin-top: 10px;
   color: var(--theme);
}

.eticket-wrapper .brand-box-item .brand-image h4 {
   text-align: left;
   padding: 20px 0px;
}

.announcement-section .brand-box-item h4 {
   text-align: center !important;
   padding: 20px 0px 0px !important;
}

.announcement-section .brand-image img {
  height: auto !important;
}


@media (max-width: 767px) {
   .eticket-wrapper .array-buttons {
      display: none;
   }
}

.eticket-wrapper .array-buttons .array-prev {
   position: absolute;
   left: -22px;
   top: 50%;
   transform: translateY(-50%);
   z-index: 1;
}

.eticket-wrapper .array-buttons .array-next {
   position: absolute;
   right: -22px;
   top: 50%;
   transform: translateY(-50%);
   z-index: 1;
}

.common-newsletter-modal {
   border-radius: 0;
}

.common-newsletter-modal .close {
   position: absolute;
   right: 20px;
   top: 10px;
   font-size: 24px;
}

.common-newsletter-modal .modal-content {
   border-radius: 0px;
}

.common-newsletter-modal .modal-content .offer-modal-img img {
   width: 100%;
   height: 100%;
}

.common-newsletter-modal .offer-modal-right {
   text-align: center;
   padding: 30px 30px 20px 0;
}

@media (max-width: 500px) {
   .common-newsletter-modal .offer-modal-right {
      padding-right: 0;
   }
}

.common-newsletter-modal .offer-modal-right h3 {
   color: var(--black);
   text-align: center;
   font-size: 40px;
   font-style: normal;
   font-weight: 600;
   line-height: 120%;
}

@media (max-width: 500px) {
   .common-newsletter-modal .offer-modal-right h3 {
      font-size: 30px;
   }

   .brand-wrapper .brand-box-item {
      height: 100% !important;
      width: auto;
   }
   .brand-image img {
       width: 80% !important;
   }
}

.common-newsletter-modal .offer-modal-right p {
   line-height: 150%;
   padding: 14px 8px 30px 0;
}

@media (max-width: 500px) {
   .common-newsletter-modal .offer-modal-right p {
      padding: 8px 0px 20px 0;
   }
}

.common-newsletter-modal .offer-modal-right p span {
   color: var(--theme);
}

.common-newsletter-modal .offer-modal-right .input-group {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: stretch;
   width: 100%;
   border-top-left-radius: 0;
   border-radius: 0 !important;
}

.common-newsletter-modal .offer-modal-right .input-group .form-control {
   height: 47px;
   border-radius: 0 !important;
}

.common-newsletter-modal .offer-modal-right .input-group .input-group-append {
   position: absolute;
   right: 4px;
   bottom: 3px;
}

.common-newsletter-modal .offer-modal-right .input-group .input-group-append button.theme-btn.style-2 {
   background-color: var(--theme-2);
}

.common-newsletter-modal .offer-modal-right .check-boxed-modal {
   margin-top: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
}

@media (max-width: 500px) {
   .common-newsletter-modal .offer-modal-right .check-boxed-modal {
      margin-top: 30px;
   }
}

.account-wrapper {
   text-align: center;
   position: relative;
}

.account-wrapper .shape-1 {
   position: absolute;
   left: 0;
   top: 25%;
}

@media (max-width: 1199px) {
   .account-wrapper .shape-1 {
      display: none;
   }
}

.account-wrapper .shape-2 {
   position: absolute;
   left: 12%;
   top: 32%;
}

@media (max-width: 1199px) {
   .account-wrapper .shape-2 {
      display: none;
   }
}

.account-wrapper .shape-3 {
   position: absolute;
   left: 12%;
   bottom: 12%;
}

@media (max-width: 1199px) {
   .account-wrapper .shape-3 {
      display: none;
   }
}

.account-wrapper .shape-4 {
   position: absolute;
   right: 0;
   top: 32%;
}

@media (max-width: 1199px) {
   .account-wrapper .shape-4 {
      display: none;
   }
}

.account-wrapper .shape-5 {
   position: absolute;
   right: 4%;
   bottom: 10%;
}

@media (max-width: 1199px) {
   .account-wrapper .shape-5 {
      display: none;
   }
}

.account-wrapper .content {
   margin-bottom: 60px;
}

.account-wrapper .content .list {
   display: flex;
   align-items: center;
   gap: 40px;
   margin-top: 25px;
   justify-content: center;
}

.account-wrapper .content .list li {
   position: relative;
}

.account-wrapper .content .list li:not(:last-child)::before {
   position: absolute;
   content: "";
   width: 5px;
   height: 5px;
   border-radius: 30px;
   background-color: rgb(168, 172, 176);
   top: 13px;
   left: 60px;
}

.account-wrapper .account-box {
  padding: 60px;
  background: var(--white);
  border-radius: 30px;
}

@media (max-width: 767px) {
   .account-wrapper .account-box {
      padding: 30px 20px;
   }
}

.account-wrapper .account-box h3 {
   font-size: 30px;
   font-weight: 500;
   margin-bottom: 5px;
}

@media (max-width: 1199px) {
   .account-wrapper .account-box h3 {
      font-size: 20px;
   }
}

.account-wrapper .account-box h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--black);
  text-transform: none;
}

.account-wrapper .account-box h6 span {
   color: var(--theme);
}

.account-wrapper .account-box .account-item {
   display: flex;
   align-items: center;
   gap: 10px;
   margin-top: 30px;
   margin-bottom: 30px;
}

@media (max-width: 1199px) {
   .account-wrapper .account-box .account-item {
      flex-wrap: wrap;
   }
}

.account-wrapper .account-box .account-item .google-image {
   padding: 20px 40px;
   border: 1px solid #e0e2e3;
   display: flex;
   align-items: center;
   gap: 10px;
}

.account-wrapper .account-box .account-item .google-image h6 {
   font-weight: 400;
}

.account-wrapper .account-box .account-item .facebook {
   padding: 13px 30px;
   border: 1px solid #e0e2e3;
}

.account-wrapper .account-box .account-item .facebook i {
   color: #1877f2;
   font-size: 30px;
}

.account-wrapper .account-box .account-item .apple {
   padding: 13px 30px;
   border: 1px solid #e0e2e3;
}

.account-wrapper .account-box .account-item .apple i {
   color: rgb(1, 15, 28);
   font-size: 30px;
}

.account-wrapper .account-box p {
   position: relative;
}

.account-wrapper .account-box p::before {
   position: absolute;
   content: "";
   left: 0;
   height: 1px;
   background: #e0e2e3;
   width: 30%;
   top: 16px;
}

@media (max-width: 1199px) {
   .account-wrapper .account-box p::before {
      display: none;
   }
}

.account-wrapper .account-box p::after {
   position: absolute;
   content: "";
   right: 0;
   height: 1px;
   background: #e0e2e3;
   width: 30%;
   top: 16px;
}

@media (max-width: 1199px) {
   .account-wrapper .account-box p::after {
      display: none;
   }
}

.account-wrapper .account-box .contact-form-item {
   margin-top: 20px;
}

.account-wrapper .account-box .contact-form-item .form-clt {
   position: relative;
}

.account-wrapper .account-box .contact-form-item .form-clt span {
   font-size: 14px;
   font-weight: 400;
   color: var(--header);
}

.account-wrapper .account-box .contact-form-item .form-clt input, .account-wrapper .account-box .contact-form-item .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  padding-bottom: 20px;
  padding: 8px 20px;
  transition: all 0.4s ease-in-out;
  color: var(--theme);
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--theme) !important;
  border-radius: 15px;
  text-align: center;
}

.account-wrapper .account-box .contact-form-item .form-clt input::placeholder,
.account-wrapper .account-box .contact-form-item .form-clt textarea::placeholder {
   color: var(--text);
}

.account-wrapper .account-box .contact-form-item .form-clt .icon {
  position: absolute;
  right: 20px;
  top: 10px;
  color: var(--theme);
}

.account-wrapper .account-box .contact-form-item .from-cheak-items {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

@media (max-width: 575px) {
   .account-wrapper .account-box .contact-form-item .from-cheak-items {
      flex-wrap: wrap;
      gap: 10px;
   }
}

.account-wrapper .account-box .contact-form-item .from-cheak-items .from-customradio .form-check-input {
  border-radius: 4px;
  border: 1px solid var(--theme);
  margin-top: 4px;
}

.account-wrapper .account-box .contact-form-item .from-cheak-items .from-customradio .form-check-label {
  text-transform: capitalize;
  color: var(--theme);
}

.account-wrapper .account-box .contact-form-item .from-cheak-items span {
   color: var(--theme);
   font-weight: 600;
}

.account-wrapper .account-box .contact-form-item .from-cheak-items.style-2 {
   justify-content: right;
}

.conatct-main-wrapper .content {
   margin-bottom: 60px;
}

.conatct-main-wrapper .content h2 {
   text-align: center;
}

.conatct-main-wrapper .content .list {
   display: flex;
   align-items: center;
   gap: 40px;
   margin-top: 25px;
   justify-content: center;
}

.conatct-main-wrapper .content .list li {
   position: relative;
}

.conatct-main-wrapper .content .list li:not(:last-child)::before {
   position: absolute;
   content: "";
   width: 5px;
   height: 5px;
   border-radius: 30px;
   background-color: rgb(168, 172, 176);
   top: 13px;
   left: 54px;
}

.conatct-main-wrapper .contact-box-wrapper .col-lg-8 {
  padding: 70px;
  background: var(--white);
  border-radius: 30px;
}
.conatcth-main-wrapper .contact-box-wrapper .col-lg-8 {
  padding: 0px 40px;
  border-radius: 30px;
  background: transparent;
}
.contact-item-mob h6 {
  font-family: var(--heading-font) !important;
}


@media (max-width: 767px) {
    .contact-box-wrapper .row {
      padding: 15px;
    }
    .conatct-main-wrapper .contact-box-wrapper .col-lg-8 {
      padding: 15px 0px;
    }
    .conatcth-main-wrapper .contact-box-wrapper .col-lg-8 {
      padding: 0px;
      margin: 0px;
    }
    .conatct-main-wrapper .contact-box-wrapper .comment-form-wrap h3 {
      font-size: 22px;
      font-weight: 500;
      text-align: center;
    }
    .contact-item-mob {
      text-align: center;
      justify-content: center;
    }
    .conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .content h6, .conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .content h6 a {
      font-size: 14px !important;
    }
    .conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item {
      margin-bottom: 8px !important;
      gap: 10px !important;
    }
    .conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .icon {
      width: 5%;
    }
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap h3 {
   margin-bottom: 25px;
   font-size: 30px;
   font-weight: 500;
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt {
   position: relative;
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt span {
   font-size: 14px;
   font-weight: 400;
   color: var(--header);
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt input,
.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt textarea {
   width: 100%;
   outline: none;
   border: none;
   background-color: transparent;
   padding-bottom: 20px;
   padding: 8px 20px;
   transition: all 0.4s ease-in-out;
   color: var(--theme);
   font-size: 14px;
   font-weight: 400;
   border: 1px solid var(--theme) !important;
   border-radius: 15px;
   text-align: center;
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt input::placeholder,
.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt textarea::placeholder {
   color: var(--text);
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt textarea {
   padding-bottom: 130px;
   resize: none;
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt .form .single-select {
   background: transparent;
   border: none;
   text-align: center;
   margin: 0 auto;
   position: relative;
   z-index: 999;
   border: 1px solid #e0e2e3;
   color: var(--text);
   padding: 16px 20px;
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt .form .single-select span {
   font-size: 14px;
   font-weight: 400;
   text-transform: capitalize;
   color: var(--text);
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt .form .single-select .list {
   width: 100%;
   transition: all 0.4s ease-in-out;
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt .form .single-select .list li {
   color: var(--text);
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .form-clt .icon {
  position: absolute;
  right: 20px;
  top: 13px;
  color: var(--theme);
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap button.theme-btn {
  background-color: var(--theme);
  color: var(--theme-4);
  display: block;
  margin: 0 auto;
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap button.theme-btn::before {
   background-color: var(--theme);
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .from-cheak-items .from-customradio .form-check-input {
   border-radius: 4px;
   border: 1px solid #c3c7c9;
   margin-top: 6px;
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .from-cheak-items .from-customradio .form-check-label {
   color: var(--theme);
}

.conatct-main-wrapper .contact-box-wrapper .comment-form-wrap .from-cheak-items span {
   color: var(--theme);
   font-weight: 500;
}

.conatct-main-wrapper .contact-box-wrapper .contact-right {
   margin-left: 40px;
   margin-top: 50px;
}

@media (max-width: 1199px) {
   .conatct-main-wrapper .contact-box-wrapper .contact-right {
      margin-left: 0;
   }
}

@media (max-width: 991px) {
   .conatct-main-wrapper .contact-box-wrapper .contact-right {
      margin-top: 0;
   }
}

.conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item {
   margin-bottom: 20px;
}

.conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .icon {
  font-size: 45px;
  color: var(--theme);
  width: 8%;
}

@media (max-width: 575px) {
   .conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .icon {
      font-size: 24px;
   }
}

.conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .content {
   margin-bottom: 0;
}

.conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .content h6 {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--body-font);
}

.conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .content h6 a {
  color: var(--theme);
  font-family: var(--body-font);
}

.conatct-main-wrapper .contact-box-wrapper .contact-right .contact-item .content h6 a.style-2 {
   color: var(--text);
   font-weight: 400;
}

.conatct-main-wrapper .contact-box-wrapper .contact-right .social-icon {
  margin-top: 5px;
  gap: 10px;
  position: relative;
  z-index: 9;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
   .conatct-main-wrapper .contact-box-wrapper .contact-right .social-icon {
      margin-top: 10px;
   }
   .conatct-main-wrapper .contact-box-wrapper .contact-right .social-icon a {
      width: 36px;
      height: 36px;
    }
    p.contact-item-mob {
      font-size: 14px !important;
    }
    .contact-us-section {
      padding: 40px 0px 20px !important;
    }
}

.conatct-main-wrapper .contact-box-wrapper .contact-right .social-icon a {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0;
  display: block;
  transition: all 0.4s ease-in-out;
  text-align: center;
}


.map-items .googpemap {
   filter: grayscale(50%) invert(2%) contrast(100%);
}

.map-items .googpemap iframe {
   width: 100%;
   height: 360px;
   border-radius: 20px;
}

.instagram-wrapper {
   padding: 0 18px;
   text-align: center;
   margin-bottom: 10px;
}

.instagram-wrapper .instagram-banner-items {
   margin-top: 60px;
}

.instagram-wrapper .instagram-banner-items .banner-image {
   position: relative;
}

@media (max-width: 767px) {
   .instagram-wrapper .instagram-banner-items .banner-image {
      height: 450px;
   }

   .instagram-wrapper .instagram-banner-items .banner-image img {
      object-fit: cover;
   }
}

@media (max-width: 575px) {
   .instagram-wrapper .instagram-banner-items .banner-image {
      height: 380px;
   }
}

.instagram-wrapper .instagram-banner-items .banner-image img {
   width: 100%;
   height: 100%;
}

.instagram-wrapper .instagram-banner-items .banner-image::before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: "";
   background: rgba(0, 0, 0, 0.3);
   opacity: 0.6;
   transform: scale(1, 0);
   transition: transform 500ms ease;
   transform-origin: bottom center;
   z-index: 1;
}

.instagram-wrapper .instagram-banner-items .banner-image .icon {
   position: absolute;
   width: 60px;
   height: 60px;
   line-height: 60px;
   text-align: center;
   border-radius: 50%;
   border: 2px solid rgba(255, 255, 255, 0.5);
   font-size: 28px;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 99;
   color: var(--theme-4);
   opacity: 0;
   transition: all 0.4s ease-in-out;
}

.instagram-wrapper .instagram-banner-items:hover .banner-image::before {
   transform: scale(1, 1);
   transform-origin: top center;
}

.instagram-wrapper .instagram-banner-items:hover .banner-image .icon {
   opacity: 1;
}

.instagram-wrapper.style-2 {
   padding: 0 0;
}

.instagram-wrapper.style-2 .instagram-banner-items {
   margin-top: 60px;
}

.instagram-wrapper.style-2 .instagram-banner-items .banner-image {
   position: relative;
}

@media (max-width: 767px) {
   .instagram-wrapper.style-2 .instagram-banner-items .banner-image {
      height: 450px;
   }

   .instagram-wrapper.style-2 .instagram-banner-items .banner-image img {
      object-fit: cover;
   }
}

@media (max-width: 575px) {
   .instagram-wrapper.style-2 .instagram-banner-items .banner-image {
      height: 380px;
   }
}

.instagram-wrapper.style-2 .instagram-banner-items .banner-image img {
   width: 100%;
   height: 100%;
}

.instagram-wrapper.style-2 .instagram-banner-items .banner-image::before {
   background: rgba(0, 0, 0, 0.3);
}

.instagram-wrapper.style-2 .instagram-banner-items .banner-image .icon {
   font-size: 24px;
   border: 1px solid transparent;
}

.instagram-wrapper.style-2 .instagram-banner-items:hover .banner-image::before {
   transform: scale(1, 1);
   transform-origin: top center;
}

.instagram-wrapper.style-2 .instagram-banner-items:hover .banner-image .icon {
   opacity: 1;
}

.instagram-wrapper.style-3 .instagram-banner-items .banner-image::before {
   background: rgb(189, 132, 76);
   opacity: 0.7;
}

.instagram-wrapper.style-3 .instagram-banner-items .banner-image .icon {
   border: 1px solid transparent;
}

.cosmetics-wrap {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 70px 50px;
   position: relative;
}

.cosmetics-wrap::before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   content: "";
   background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {
   .cosmetics-wrap {
      flex-wrap: wrap;
      gap: 30px;
   }
}

@media (max-width: 767px) {
   .cosmetics-wrap {
      padding: 70px 40px;
   }
}

@media (max-width: 575px) {
   .cosmetics-wrap {
      padding: 70px 30px;
   }
}

.cosmetics-wrap h2 {
   position: relative;
}

@media (max-width: 500px) {
   .cosmetics-wrap h2 {
      font-size: 25px;
   }
}

.cosmetics-wrap .coming-soon-timer {
   border: 1px solid #dde0e3;
   display: flex;
   align-items: center;
   display: flex;
   align-items: center;
   gap: 50px;
   padding: 15px 30px;
   min-width: 325px;
   justify-content: space-between;
   line-height: 1;
   position: relative;
}

@media (max-width: 767px) {
   .cosmetics-wrap .coming-soon-timer {
      gap: 30px;
      min-width: initial;
   }
}

.cosmetics-wrap .coming-soon-timer .timer-content {
   text-align: center;
}

.cosmetics-wrap .coming-soon-timer .timer-content h3 {
   font-size: 22px;
   font-weight: 500;
   line-height: 1;
   margin-bottom: 5px;
   color: var(--theme-4);
}

.cosmetics-wrap .coming-soon-timer .timer-content p {
   font-size: 10px;
   font-weight: 500;
   color: var(--theme-4);
   text-transform: uppercase;
}

.cta-wrapper {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 70px 0;
}

@media (max-width: 1199px) {
   .cta-wrapper {
      flex-wrap: wrap;
      gap: 30px;
   }
}

.cta-wrapper .cta-content {
   position: relative;
}

.cta-wrapper .cta-content h6 {
   color: var(--theme-4);
   font-weight: 500;
}

.cta-wrapper .cta-content h2 {
   font-size: 40px;
   color: var(--theme-4);
   font-weight: 800;
}

.cta-wrapper .search-widget {
   position: relative;
   max-width: 486px;
   width: 100%;
}

.cta-wrapper .search-widget input {
   width: 100%;
   border: none;
   background-color: var(--theme-4);
   box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.1);
   position: relative;
   font-size: 18px;
   font-weight: 400;
   padding: 16px 18px;
   color: var(--text);
   border-radius: 0;
   text-transform: capitalize;
}

@media (max-width: 575px) {
   .cta-wrapper .search-widget input {
      font-size: 16px;
   }
}

.cta-wrapper .search-widget input::placeholder {
   color: var(--text);
}

.cta-wrapper .search-widget button {
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
}

.cta-wrapper .search-widget button.theme-btn {
   padding: 16px 24px;
   background-color: var(--header);
   color: var(--theme-4);
}

.cta-wrapper .search-widget button.theme-btn:before {
   background-color: var(--theme);
}

@media (max-width: 575px) {
   .cta-wrapper .search-widget button.theme-btn {
      padding: 16px 20px;
   }
}

.cta-section {
   position: relative;
}

.cta-section .left-shape {
   position: absolute;
   left: 0;
   top: 10px;
}

@media (max-width: 1600px) {
   .cta-section .left-shape {
      display: none;
   }
}

.cta-section .right-shape {
   position: absolute;
   right: 350px;
   top: 20px;
}

@media (max-width: 1600px) {
   .cta-section .right-shape {
      display: none;
   }
}

.cta-section .man-shape {
   position: absolute;
   top: 0;
   right: 247px;
}

@media (max-width: 1600px) {
   .cta-section .man-shape {
      display: none;
   }
}

.cta-section::before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   content: "";
   background-color: var(--theme);
   top: 10px;
}

.video-bg-section {
   background-attachment: fixed;
}

.video-bg-section .container-fluid {
   padding: 0px;
}

@media (max-width: 1199px) {
   .video-bg-section .container-fluid {
      padding: 0 60px;
   }
}

@media (max-width: 991px) {
   .video-bg-section .container-fluid {
      padding: 0 50px;
   }
}

@media (max-width: 767px) {
   .video-bg-section .container-fluid {
      padding: 0px;
   }
}

.video-wrapper {
   padding: 280px 0;
   text-align: center;
   /*background-attachment: fixed;*/
}

@media (max-width: 1199px) {
   .video-wrapper {
      padding: 140px 0;
   }
}

@media (max-width: 991px) {
   .video-wrapper {
      padding: 120px 0;
   }
}

@media (max-width: 767px) {
   .video-wrapper {
      padding: 100px 0;
   }
}

@media (max-width: 575px) {
   .video-wrapper {
      padding: 80px 0;
   }
}

.video-wrapper .video-btn {
   width: 136px;
   height: 136px;
   line-height: 136px;
   text-align: center;
   border-radius: 100px;
   background-color: var(--theme-4);
   color: var(--theme);
   display: inline-block;
   text-align: center;
   font-size: 24px;
}

@media (max-width: 991px) {
   .video-wrapper .video-btn {
      width: 100px;
      height: 100px;
      line-height: 100px;
      font-size: 18px;
   }
}

@media (max-width: 767px) {
   .video-wrapper .video-btn {
      width: 80px;
      height: 80px;
      line-height: 80px;
      font-size: 18px;
   }
}

.cooming-soon-item {
   padding: 80px 0;
   text-align: center;
}

.cooming-soon-item .logo-image {
   margin-bottom: 70px;
   position: relative;
}

@media (max-width: 1199px) {
   .cooming-soon-item .logo-image {
      margin-bottom: 50px;
   }
}

.cooming-soon-item h3 {
   font-size: 40px;
   color: var(--theme-4);
   position: relative;
   margin-bottom: 20px;
}

@media (max-width: 575px) {
   .cooming-soon-item h3 {
      font-size: 30px;
   }
}

.cooming-soon-item .coming-soon-time {
   display: flex;
   align-items: center;
   justify-content: center;
   align-items: center;
   gap: 30px;
   position: relative;
}

@media (max-width: 1199px) {
   .cooming-soon-item .coming-soon-time {
      flex-wrap: wrap;
   }
}

.cooming-soon-item .coming-soon-time .timer-content {
   text-align: center;
}

.cooming-soon-item .coming-soon-time .timer-content h2 {
   font-size: 220px;
   font-weight: 400;
   line-height: 1;
   color: var(--theme-4);
}

@media (max-width: 1199px) {
   .cooming-soon-item .coming-soon-time .timer-content h2 {
      font-size: 160px;
   }
}

@media (max-width: 991px) {
   .cooming-soon-item .coming-soon-time .timer-content h2 {
      font-size: 130px;
   }
}

@media (max-width: 767px) {
   .cooming-soon-item .coming-soon-time .timer-content h2 {
      font-size: 100px;
   }
}

@media (max-width: 575px) {
   .cooming-soon-item .coming-soon-time .timer-content h2 {
      font-size: 70px;
   }
}

.cooming-soon-item .coming-soon-time .timer-content p {
   font-size: 20px;
   font-weight: 400;
   color: var(--theme-4);
   text-transform: uppercase;
}

.cooming-soon-item .social-icon {
   margin-top: 60px;
   gap: 15px;
   position: relative;
   z-index: 9;
   justify-content: center;
}

@media (max-width: 575px) {
   .cooming-soon-item .social-icon {
      margin-top: 20px;
   }
}

.cooming-soon-item .social-icon a {
   width: 45px;
   height: 45px;
   line-height: 45px;
   text-align: center;
   border-radius: 100px;
   font-size: 16px;
   display: block;
   border: 1px solid var(--header);
   color: var(--header);
   transition: all 0.4s ease-in-out;
   text-align: center;
}

.cooming-soon-item .social-icon a:hover {
   background-color: var(--header);
   color: var(--theme-4);
}

.cooming-soon-item .link-btn {
   position: relative;
   margin-top: 50px;
   color: var(--theme-4);
   display: inline-block;
   font-size: 20px;
   font-weight: 400;
   text-decoration: underline;
}

.coming-soon-section {
   position: relative;
   min-height: 100vh;
   display: flex;
   align-items: center;
}

.coming-soon-section::before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   content: "";
   background: linear-gradient(0deg, #bd844c 0%, #bd844c 100%), #fff;
}

.coming-soon-section .shape {
   position: absolute;
   top: 10px;
   left: 22%;
   bottom: 0;
}

@media (max-width: 1600px) {
   .coming-soon-section .shape {
      display: none;
   }
}

.faq-item .faq-content .accordion-item {
   border: 0;
   background-color: var(--theme-4);
   box-shadow: var(--box-shadow);
}

.faq-item .faq-content .accordion-item .accordion-header .accordion-button {
   font-weight: 700;
   color: var(--theme);
   letter-spacing: -0.2px;
   border: 0;
   border-radius: 0;
   box-shadow: none;
   background-color: var(--theme-4);
   padding: 25px 30px 0;
   text-transform: capitalize;
   font-size: 20px;
   border: none;
}

.faq-item .faq-content .accordion-item .accordion-header .accordion-button::after {
   content: "\f101";
   font-family: "Font Awesome 6 Pro";
   background: transparent;
   font-weight: 500;
   transition: all 0.3s ease-in-out !important;
   color: var(--header);
}

.faq-item .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
   content: "\f103";
   font-family: "Font Awesome 6 Pro";
   background: transparent;
   font-weight: 500;
   color: var(--theme);
   transform: rotate(0);
}

.faq-item .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
   background-color: transparent;
   padding: 25px 30px;
   color: var(--header);
}

.faq-item .faq-content .accordion-item .accordion-collapse .accordion-body {
   padding-right: 50px;
   padding-left: 30px;
   padding-top: 15px;
   color: var(--text);
   background-color: var(--theme-4);
   padding-bottom: 25px;
   font-weight: 500;
}

@media (max-width: 1399px) {
   .faq-item .faq-content .accordion-item .accordion-collapse .accordion-body {
      padding-right: 50px;
   }
}

@media (max-width: 991px) {
   .faq-item .faq-content .accordion-item .accordion-collapse .accordion-body {
      padding-right: 30px;
   }
}

.feature-wrapper {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 80px 0;
}

@media (max-width: 1199px) {
   .feature-wrapper {
      flex-wrap: wrap;
      gap: 30px;
   }
}

.feature-wrapper .feature-item {
   display: flex;
   align-items: center;
   gap: 14px;
   border-left: 2px solid #e9eaed;
   padding-left: 50px;
}

@media (max-width: 1199px) {
   .feature-wrapper .feature-item {
      border-left: none;
      padding-left: 0;
   }
}

.feature-wrapper .feature-item.style-2 {
   border-left: none;
   padding-left: 0;
}

.feature-wrapper .feature-item .content p {
   font-size: 15px;
   font-weight: 400;
}

.feature-wrapper.style-2 {
   border: 1px solid rgb(217, 219, 222);
   padding: 34px 40px;
}

.feature-section-2 {
   padding-bottom: 80px !important;
}

.forget-wrapper {
   position: relative;
}

.forget-wrapper::before {
   position: absolute;
   content: "";
   height: 100%;
   width: 1px;
   background-color: var(--border);
   top: 0;
   left: 47%;
}

@media (max-width: 1199px) {
   .forget-wrapper::before {
      display: none;
   }
}

.forget-wrapper .forget-content h3 {
   font-size: 30px;
   margin-bottom: 5px;
}

.forget-wrapper .forget-content p {
   color: var(--header);
}

.forget-wrapper .forget-content p.color {
   color: var(--text);
}

.forget-wrapper .forget-content .contact-form-items {
   margin-top: 20px;
}

.forget-wrapper .forget-content .contact-form-items .form-clt {
   position: relative;
}

.forget-wrapper .forget-content .contact-form-items .form-clt input,
.forget-wrapper .forget-content .contact-form-items .form-clt textarea {
   width: 100%;
   border: none;
   outline: none;
   background: transparent;
   color: var(--text);
   border-radius: 0;
   border: 1px solid var(--border);
   padding: 9px 16px;
   transition: all 0.4s ease-in-out;
   max-width: 500px;
}

.forget-wrapper .forget-content .contact-form-items .form-clt input:hover,
.forget-wrapper .forget-content .contact-form-items .form-clt textarea:hover {
   border: 1px solid var(--header);
}

.forget-wrapper .forget-content .contact-form-items .form-clt input::placeholder,
.forget-wrapper .forget-content .contact-form-items .form-clt textarea::placeholder {
   color: var(--text);
}

.my-account-wrapper .wrap-sidebar-account .sidebar-account {
   background-color: var(--bg);
   padding: 40px 32px;
}

.my-account-wrapper .wrap-sidebar-account .sidebar-account .account-avatar {
   margin-bottom: 40px;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.my-account-wrapper .wrap-sidebar-account .sidebar-account .account-avatar .image {
   margin-bottom: 16px;
   width: 140px;
   height: 140px;
   border-radius: 50%;
   overflow: hidden;
   margin-left: auto;
   margin-right: auto;
}

.my-account-wrapper .wrap-sidebar-account .sidebar-account .account-avatar .image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.my-account-wrapper .wrap-sidebar-account .sidebar-account .nav {
  display: flex !important;
  gap: 12px !important;
  flex-direction: column !important;
  align-content: center;
}

.my-account-wrapper .wrap-sidebar-account .sidebar-account .nav li {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

@media (max-width: 1199px) {
   .my-account-wrapper .wrap-sidebar-account .sidebar-account .nav li {
      font-size: 16px;
   }
}

.my-account-wrapper .wrap-sidebar-account .sidebar-account .nav li .nav-link {
  color: var(--theme);
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
  margin: 10px 0px;
  justify-content: left;
  font-weight: bold;
  width: 100%;
  padding: 6px 68px;
}

.my-account-wrapper .wrap-sidebar-account .sidebar-account .nav li .nav-link img {
  width: 20px;
}

.my-account-wrapper .wrap-sidebar-account .sidebar-account .nav li .nav-link a {
   color: var(--header);
}

.my-account-wrapper .wrap-sidebar-account .sidebar-account .nav li .nav-link.active {
  position: relative;
  border: 1px solid var(--theme);
  border-radius: 15px;
}

@media (max-width: 1199px) {
   .my-account-wrapper .tab-content {
      margin-left: 0;
   }
}

.my-account-wrapper .tab-content h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#cancel-subscription {
  margin-top: -15px;
}

.my-account-wrapper .tab-content .account-details .account-info .form-clt {
   position: relative;
}

.my-account-wrapper .tab-content .account-details .account-info .form-clt span {
   font-size: 14px;
   font-weight: 400;
   color: var(--header);
}

.my-account-wrapper .tab-content .account-details .account-info .form-clt input,
.my-account-wrapper .tab-content .account-details .account-info .form-clt textarea,
.my-account-wrapper .tab-content .account-details .account-info .select2-selection {
   width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  padding-bottom: 20px;
  padding: 8px 20px;
  transition: all 0.4s ease-in-out;
  color: var(--theme);
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--theme) !important;
  border-radius: 15px;
  text-align: center;
}

.my-account-wrapper .tab-content .account-details .account-info .select2-selection {
  height: auto;
  padding: 6px;
}

.my-account-wrapper .tab-content .account-details .account-info .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 7px;
}

.my-account-wrapper .tab-content .account-details .account-info .form-clt input::placeholder,
.my-account-wrapper .tab-content .account-details .account-info .form-clt textarea::placeholder {
   color: var(--black);
}

.my-account-wrapper .tab-content .account-details .account-info .form-clt .form .single-select {
   background: transparent;
   border: none;
   text-align: center;
   margin: 0 auto;
   position: relative;
   z-index: 999;
   border: 1px solid #e0e2e3;
   color: var(--text);
   padding: 14px 20px;
   transition: all 0.4s ease-in-out;
}

.my-account-wrapper .tab-content .account-details .account-info .form-clt .form .single-select:hover {
   border: 1px solid var(--header);
}

.my-account-wrapper .tab-content .account-details .account-info .form-clt .form .single-select span {
   font-size: 14px;
   font-weight: 400;
   text-transform: capitalize;
   color: var(--text);
}

.my-account-wrapper .tab-content .account-details .account-info .form-clt .form .single-select .list {
   width: 100%;
   transition: all 0.4s ease-in-out;
}

.my-account-wrapper .tab-content .account-details .account-info .form-clt .form .single-select .list li {
   color: var(--text);
}

.my-account-wrapper .tab-content .account-details .account-info .form-clt .icon {
   position: absolute;
   right: 20px;
   top: 18px;
}

.my-account-wrapper .tab-content .account-details .account-password {
   margin-top: 30px;
}

.my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt {
   position: relative;
}

.my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt span {
   font-size: 14px;
   font-weight: 400;
   color: var(--header);
}

.my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt input,
.my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  padding-bottom: 20px;
  padding: 8px 20px;
  transition: all 0.4s ease-in-out;
  color: var(--theme);
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--theme) !important;
  border-radius: 15px;
  text-align: center;
}

.my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt input::placeholder,
.my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt textarea::placeholder {
   color: var(--black);
}

.my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt textarea {
   padding-bottom: 130px;
   resize: none;
}

.my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt .form .single-select {
   background: transparent;
   border: none;
   text-align: center;
   margin: 0 auto;
   position: relative;
   z-index: 999;
   border: 1px solid #e0e2e3;
   color: var(--text);
   padding: 14px 20px;
   transition: all 0.4s ease-in-out;
}

.my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt .form .single-select:hover {
   border: 1px solid var(--header);
}

.my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt .form .single-select span {
   font-size: 14px;
   font-weight: 400;
   text-transform: capitalize;
   color: var(--text);
}

.my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt .form .single-select .list {
   width: 100%;
   transition: all 0.4s ease-in-out;
}

.my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt .form .single-select .list li {
   color: var(--text);
}

.my-account-wrapper .tab-content .account-details .account-password .account-info .form-clt .icon {
   position: absolute;
   right: 20px;
   top: 10px;
}

.my-account-wrapper .tab-content .axil-dashboard-address .notice-text {
   font-size: 16px;
   color: #292930;
   margin-bottom: 25px;
}

.my-account-wrapper .tab-content .axil-dashboard-address .addrss-header {
   border-bottom: 1px solid var(--border);
   padding-bottom: 20px;
   margin-bottom: 20px;
}

.my-account-wrapper .tab-content .axil-dashboard-address .title {
   font-size: 30px;
   margin-bottom: 10px;
   font-weight: 500;
   color: var(--header);
}

.my-account-wrapper .tab-content .axil-dashboard-address .address-edit {
   font-size: 16px;
   color: #292930;
   transition: all 0.4s ease-in-out;
}

.my-account-wrapper .tab-content .axil-dashboard-address .address-edit:hover {
   color: var(--theme);
}

.my-account-wrapper .tab-content .axil-dashboard-address ul li {
   font-size: 16px;
   line-height: 1;
   color: var(--header);
   line-height: 30px;
}

.my-account-wrapper .tab-content .axil-dashboard-address ul li:not(:last-child) {
   margin-bottom: 10px;
}

.my-account-wrapper .tab-content .axil-dashboard-address ul li.style-2 {
   margin-top: 20px;
}

.my-account-wrapper .wrap-sidebar-account .sidebar-account .account-avatar h6 {
  font-size: 24px;
  text-transform: uppercase;
}

.myacc-col-1 {
  background: var(--white);
  border-radius: 20px;
  margin-right: 10px;
  width: calc(33.33% - 10px);
}

.myacc-col-2 {
  background: var(--white);
  border-radius: 20px;
  margin-left: 10px;
  width: calc(66.66% - 10px);
  padding: 30px 40px;
}

.footer-widget-wrapper {
   padding: 60px 0 90px;
   position: relative;
   z-index: 9;
}

.footer-logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(532%) hue-rotate(295deg) brightness(107%) contrast(94%);
}

@media (max-width: 991px) {
   .footer-widget-wrapper {
      padding: 20px 0 50px;
   }
}

.footer-widget-wrapper .single-footer-widget {
   margin-top: 30px;
}

.footer-widget-wrapper .single-footer-widget .widget-head {
   margin-bottom: 10px;
}

.footer-widget-wrapper .single-footer-widget .widget-head h3 {
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
}

.footer-widget-wrapper .single-footer-widget .footer-content {
   margin-top: 20px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .text {
   margin-bottom: 20px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .text p {
   font-size: 14px;
   font-weight: 400;
}

.footer-widget-wrapper .single-footer-widget .footer-content .text a {
   font-size: 22px;
   font-weight: 500;
   color: var(--header);
}

.footer-widget-wrapper .single-footer-widget .footer-content .contact-list {
   margin-top: 10px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .contact-list li {
   font-size: 16px;
   font-weight: 400;
}

.footer-widget-wrapper .single-footer-widget .footer-content .contact-list li i {
   color: var(--header);
   margin-right: 10px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .contact-list li a {
   color: #525252;
}

.footer-widget-wrapper .single-footer-widget .footer-content .contact-list li a:hover {
   color: var(--theme);
}

.footer-widget-wrapper .single-footer-widget .footer-content .contact-list li:hover i {
   animation: icon-bounce 0.8s 1;
}

.footer-widget-wrapper .single-footer-widget .footer-content .footer-input {
   position: relative;
   margin-top: 10px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .footer-input input {
   background: #fff;
   box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.1);
   border: none;
   outline: none;
   width: 100%;
   border: 1px solid var(--border);
   padding: 16px 20px;
   border-radius: 5px;
   color: #7d7f82;
   line-height: 1;
   font-size: 14px;
   font-weight: 400;
   text-transform: capitalize;
}

.footer-widget-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
   color: #7d7f82;
}

.footer-widget-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
   position: absolute;
   top: 0px;
   right: 0px;
   color: var(--theme-4);
   width: 100px;
   height: 53px;
   background-color: var(--header);
   font-size: 16px;
   font-weight: 500;
   transition: all 0.4s ease-in-out;
}

.footer-widget-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn:hover {
   background-color: var(--theme);
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-item {
   margin-top: 30px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-item h6 {
   font-size: 16px;
   font-weight: 500;
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-item .social-icon {
   margin-top: 20px;
   gap: 15px;
   position: relative;
   z-index: 9;
}

@media (max-width: 575px) {
   .footer-widget-wrapper .single-footer-widget .footer-content .social-item .social-icon {
      margin-top: 20px;
   }
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-item .social-icon a {
   width: 38px;
   height: 38px;
   line-height: 38px;
   text-align: center;
   border-radius: 0;
   font-size: 16px;
   display: block;
   color: var(--header);
   transition: all 0.4s ease-in-out;
   text-align: center;
   background-color: var(--theme-4);
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-item .social-icon a:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.footer-widget-wrapper .single-footer-widget .list-items li {
   transition: all 0.4s ease-in-out;
   font-weight: 400;
}

.footer-widget-wrapper .single-footer-widget .list-items li:not(:last-child) {
   margin-bottom: 10px;
}

.footer-widget-wrapper .single-footer-widget .list-items li a {
  font-weight: 400;
  font-size: 15px;
  position: relative;
  color: var(--theme-4) !important;
}

.footer-widget-wrapper .single-footer-widget .list-items li:hover a {
   color: var(--theme);
}

.footer-widget-wrapper .single-footer-widget .list-items li:hover a::after {
   background-color: var(--theme);
}

.footer-widget-wrapper.style-2 .single-footer-widget .widget-head h3 {
   color: var(--theme-4);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content {
   margin-top: 20px;
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .text {
   margin-bottom: 20px;
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .text p {
   font-size: 14px;
   font-weight: 400;
   color: var(--theme-4);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .text a {
   font-size: 22px;
   font-weight: 500;
   color: var(--theme-4);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .contact-list {
   margin-top: 10px;
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .contact-list li {
   font-size: 16px;
   font-weight: 400;
   color: var(--theme-4);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .contact-list li i {
   color: var(--theme-4);
   margin-right: 10px;
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .contact-list li a {
   color: var(--theme-4);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .contact-list li a:hover {
   color: var(--theme-2);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item {
   margin-top: 30px;
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item p {
   color: var(--theme-4);
   font-size: 20px;
   font-weight: 400;
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item .social-icon {
   margin-top: 15px;
   gap: 15px;
   position: relative;
   z-index: 9;
}

@media (max-width: 575px) {
   .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item .social-icon {
      margin-top: 20px;
   }
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item .social-icon a {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid var(--theme-4);
  color: var(--theme-4);
  border-radius: 10px;
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item .social-icon a:hover {
   background-color: var(--theme-2);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item .social-icon.style-3 a {
   background-color: transparent;
   box-shadow: none;
   border: 1px solid rgba(255, 255, 255, 0.1);
   color: var(--theme-4);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-item .social-icon.style-3 a:hover {
   background-color: var(--theme);
}

.footer-widget-wrapper.style-2 .single-footer-widget .list-items li {
   transition: all 0.4s ease-in-out;
   font-weight: 400;
}

.footer-widget-wrapper.style-2 .single-footer-widget .list-items li:not(:last-child) {
   margin-bottom: 4px;
}

.footer-widget-wrapper.style-2 .single-footer-widget .list-items li a {
   color: var(--theme-4);
}

.footer-widget-wrapper.style-2 .single-footer-widget .list-items li a::after {
   background-color: var(--theme-4);
}

.footer-widget-wrapper.style-2 .single-footer-widget .list-items li:hover a {
   color: var(--theme-2);
}

.footer-widget-wrapper.style-2 .single-footer-widget .list-items li:hover a::after {
   background-color: var(--theme-2);
}

.footer-widget-wrapper.style-2 .single-footer-widget .list-items.style-color li a:hover {
   color: var(--theme);
}

.footer-bottom {
   padding: 24px 0;
   border-top: 1px solid rgba(196, 39, 36, 0.5);
}

@media (max-width: 767px) {
   .footer-bottom {
      text-align: center;
   }
}

@media (max-width: 767px) {
   .footer-bottom .footer-wrapper {
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
   }
}

.footer-bottom .footer-wrapper p {
   color: var(--theme-4);
   text-transform: capitalize;
   text-align: center;
}

.footer-bottom .footer-wrapper p span {
   color: var(--theme);
}

.footer-bottom .footer-wrapper .bottom-list {
   display: flex;
   align-items: center;
   gap: 2px;
}

.footer-bottom .footer-wrapper.style-2 p {
   color: var(--theme-4);
   text-transform: capitalize;
}

.footer-bottom .footer-wrapper.style-2 p span {
   color: var(--theme-4);
}

.header-top-section {
   position: relative;
   z-index: 9;
   background: var(--theme-4);
   border-bottom: 1px solid rgba(1, 15, 28, 0.1);
   overflow: visible;

}

.header-top-section.style-2 {
   background: var(--theme);
}

.header-top-section .container-fluid {
   padding: 0 70px;
}

@media (max-width: 1199px) {
   .header-top-section .container-fluid {
      padding: 0 60px;
   }
}

@media (max-width: 991px) {
   .header-top-section .container-fluid {
      padding: 0 50px;
   }
}

@media (max-width: 767px) {
   .header-top-section .container-fluid {
      padding: 0px;
   }
}

/* @media (max-width: 1399px) {
  .header-top-section {
    display: none;
  }
} */

.header-top-wrapper {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 5px 0;
}

.header-top-wrapper .contact-list {
   display: flex;
   align-items: center;
   gap: 20px;
}

.header-top-wrapper .contact-list li {
   color: var(--header);
   font-size: 15px;
}

.header-top-wrapper .contact-list li i {
   color: var(--theme);
   margin-right: 10px;
}

.header-top-wrapper .contact-list li:not(:last-child) {
   border-right: 1px solid rgba(1, 15, 28, 0.1);
   padding-right: 20px;
}

.header-top-wrapper .contact-list li a {
   color: var(--header);
}

.header-top-wrapper .flag-wrapper {
   display: flex;
   align-items: center;
   gap: 20px;
}

.header-top-wrapper .flag-wrapper .flag-wrap {
   position: relative;
   width: auto !important;
}

@media (max-width: 1399px) {
   .header-top-wrapper .flag-wrapper .flag-wrap {
      display: none;
   }
}

.header-top-wrapper .flag-wrapper .flag-wrap .nice-select {
   background: transparent;
   border: none;
   text-align: center;
   margin: 0 auto;
   position: relative;
   z-index: 999;
}

.header-top-wrapper .flag-wrapper .flag-wrap .nice-select span {
   font-size: 15px;
   font-weight: 400;
   text-transform: capitalize;
   color: var(--header);
}

.header-top-wrapper .flag-wrapper .flag-wrap .nice-select .list li {
   color: var(--header);
}

.header-top-wrapper .flag-wrapper .flag-wrap .nice-select::after {
   border-bottom: 2px solid var(--header);
   border-right: 2px solid var(--header);
   height: 7px;
   margin-top: -6px;
   width: 7px;
   right: 7px;
}

.header-top-wrapper .flag-wrapper .flag-wrap .nice-select.style-2 span {
   text-transform: uppercase;
}

.header-top-wrapper .flag-wrapper .flag-wrap .nice-select.style-2::after {
   right: 16px;
}

.header-top-wrapper .flag-wrapper .flag-wrap .flag {
   position: absolute;
   top: 9px;
   left: 15px;
   z-index: 1;
}

.btn-yesno {
   background: none !important;
   color: #222 !important;
   border: 1px solid #d1d1d1;
   transition: background 0.3s, color 0.3s;
}

.btn-yesno.selected {
   background: #d97c77 !important;
   color: #fff !important;
   border-color: #d97c77 !important;
}

/* Language Switcher Styles */
.language-switcher {
   position: relative;
   display: inline-block;
}

.language-display {
   display: flex;
   align-items: center;
   gap: 8px;
   border-radius: 8px;
   padding: 5px 16px;
   cursor: pointer;
   font-size: 14px;
   font-weight: 500;
   color: #fff;
   transition: all 0.2s ease;
   justify-content: space-between;
}

.current-lang {
   display: flex;
   align-items: center;
   gap: 8px;
}

.flag-emoji {
   font-size: 18px;
}

.dropdown-arrow {
   transition: transform 0.2s ease;
}

.language-switcher.open .dropdown-arrow {
   transform: rotate(180deg);
}

.language-dropdown {
   position: absolute;
   top: 100%;
   left: 0;
   right: 0;
   background: #fff;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
   opacity: 0;
   visibility: hidden;
   transform: translateY(-10px);
   transition: all 0.2s ease;
   z-index: 1000;
   margin-top: 4px;
   width: 167px;
}

.language-switcher.open .language-dropdown {
   opacity: 1;
   visibility: visible;
   transform: translateY(0);
}

.language-option {
   display: flex;
   align-items: center;
   gap: 10px;
   padding: 8px 18px;
   cursor: pointer;
   font-size: 14px;
   font-weight: 500;
   color: #2c3e50;
   transition: background 0.2s ease;
   border-bottom: 1px solid #f1f3f4;
}

.language-option:last-child {
   border-bottom: none;
}

.language-option:hover {
   background: #f8f9fc;
}

.language-option.active {
   background: var(--theme);
   color: #fff;
}

.language-option.active:hover {
   background: var(--theme);
}

.hidden-select {
   position: absolute;
   opacity: 0;
   pointer-events: none;
}

/* Cart Count Styling */
.header-1 .header-main .header-right .menu-cart.style-2 .cart-icon::before {
   content: "{{ getCartCount() }}" !important;
}

.disabled-link {
   pointer-events: none;
   opacity: 0.5;
   cursor: not-allowed;
}

@media (max-width: 767px) {
   .header-top-wrapper .flag-wrapper .flag-wrap .flag {
      display: none;
   }
}

.header-top-wrapper .flag-wrapper .content button.account-text {
   font-size: 15px;
   font-weight: 400;
   text-transform: capitalize;
   color: var(--header);
}

.header-top-wrapper.style-2 .contact-list li {
   color: var(--theme-4);
}

.header-top-wrapper.style-2 .contact-list li i {
   color: var(--theme-2);
}

.header-top-wrapper.style-2 .contact-list li:not(:last-child) {
   padding-right: 20px;
}

.header-top-wrapper.style-2 .contact-list li a {
   color: var(--theme-4);
}

.header-top-wrapper.style-2 .flag-wrapper {
   display: flex;
   align-items: center;
   gap: 20px;
}

.header-top-wrapper.style-2 .flag-wrapper .flag-wrap {
   position: relative;
   width: 80px;
}

@media (max-width: 1399px) {
   .header-top-wrapper.style-2 .flag-wrapper .flag-wrap {
      display: none;
   }
}

.header-top-wrapper.style-2 .flag-wrapper .flag-wrap .nice-select span {
   color: var(--theme-4);
}

.header-top-wrapper.style-2 .flag-wrapper .flag-wrap .nice-select .list {
   background-color: var(--header);
}

.header-top-wrapper.style-2 .flag-wrapper .flag-wrap .nice-select .list .option {
   background-color: var(--header);
}

.header-top-wrapper.style-2 .flag-wrapper .flag-wrap .nice-select .list li {
   color: var(--theme-4);
}

.header-top-wrapper.style-2 .flag-wrapper .flag-wrap .nice-select::after {
   border-bottom: 2px solid var(--theme-4);
   border-right: 2px solid var(--theme-4);
   right: 14px;
}

.header-top-wrapper.style-2 .flag-wrapper .flag-wrap .nice-select.style-2::after {
   right: 25px;
}

.header-top-wrapper.style-2 .flag-wrapper .content button.account-text {
   font-size: 14px;
   font-weight: 500;
   color: var(--theme-4);
}

.header-top-wrapper.style-3 p {
   color: var(--theme-4);
}

.header-top-wrapper.style-3 .flag-wrapper {
   display: flex;
   align-items: center;
   gap: 20px;
}

.header-top-wrapper.style-3 .flag-wrapper .content button.account-text {
   font-size: 14px;
   font-weight: 500;
   color: var(--theme-4);
}

.header-top-wrapper.style-3 .flag-wrapper .flag-wrap {
   width: 124px;
}

.header-top-wrapper.style-3 .flag-wrapper .flag-wrap.style-2 {
   width: 96px;
}

.header-top-wrapper.style-3 .flag-wrapper .flag-wrap .nice-select span {
   color: var(--theme-4);
}

.header-top-wrapper.style-3 .flag-wrapper .flag-wrap .nice-select .list li {
   color: var(--theme-4);
}

.header-top-wrapper.style-3 .flag-wrapper .flag-wrap .nice-select::after {
   border-bottom: 2px solid var(--theme-4);
   border-right: 2px solid var(--theme-4);
}

.header-bottom-wrapper {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.header-bottom-wrapper .contact-list {
   display: flex;
   align-items: center;
   gap: 20px;
}

.header-bottom-wrapper .contact-list li {
   color: rgb(102, 102, 102);
   font-size: 15px;
}

.header-bottom-wrapper .contact-list li i {
   color: rgb(102, 102, 102);
   margin-right: 10px;
}

.header-bottom-wrapper .contact-list li a {
   color: rgb(102, 102, 102);
}

.header-bottom-wrapper p {
   color: #666;
}

.header-bottom-wrapper p.color {
   color: var(--theme);
}

.header-bottom-wrapper p span {
   color: var(--header);
}

.header-bottom-wrapper .flag-wrap {
   position: relative;
   width: 130px;
   z-index: 9;
}

@media (max-width: 1399px) {
   .header-bottom-wrapper .flag-wrap {
      display: none;
   }
}

.header-bottom-wrapper .flag-wrap .nice-select {
   background: transparent;
   border: none;
   text-align: center;
   margin: 0 auto;
   position: relative;
   z-index: 999;
   padding: 10px 7px 10px 58px;
}

.header-bottom-wrapper .flag-wrap .nice-select span {
   font-size: 14px;
   font-weight: 500;
   text-transform: capitalize;
   color: var(--header);
}

.header-bottom-wrapper .flag-wrap .nice-select .list li {
   color: var(--header);
}

.header-bottom-wrapper .flag-wrap .nice-select::after {
   border-bottom: 2px solid var(--header);
   border-right: 2px solid var(--header);
   height: 8px;
   margin-top: -6px;
   width: 8px;
   right: 3px;
}

.header-bottom-wrapper .flag-wrap .flag {
   position: absolute;
   top: 10px;
   left: 32px;
   z-index: 1;
}

@media (max-width: 767px) {
   .header-bottom-wrapper .flag-wrap .flag {
      display: none;
   }
}

.header-bottom-section {
   background: #f6f6f8;
}

@media (max-width: 1399px) {
   .header-bottom-section {
      display: none;
   }
}

@media (max-width: 1199px) {
   .menu-thumb {
      display: none !important;
   }
}

.header-main {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 10px 0;
   line-height: 1;
}

.header-main .main-menu ul {
   margin-bottom: 0;
}

.header-main .main-menu ul li {
   position: relative;
   list-style: none;
   display: inline-block;
   margin-inline-end: 35px;
}

.header-main .main-menu ul li:last-child {
   margin-inline-end: 0;
}

.header-main .main-menu ul li a {
   display: inline-block;
   font-size: 18px;
   font-weight: 500;
   color: var(--header);
   padding: 20px 0;
   text-align: left;
   position: relative;
   text-transform: capitalize;
   transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a i {
   margin-left: 4px;
   font-size: 12px;
}

.header-main .main-menu ul li a:hover {
   color: var(--theme) !important;
}

.header-main .main-menu ul li .submenu {
   position: absolute;
   top: 115%;
   inset-inline-start: 0;
   min-width: 240px;
   background: var(--theme-4);
   padding: 20px 0;
   z-index: 99999;
   visibility: hidden;
   opacity: 0;
   transform-origin: top center;
   color: var(--header);
   transform: translateY(-10px);
   transition: all 0.4s ease-in-out;
   border-top: 6px solid var(--theme);
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-main .main-menu ul li .submenu li {
   display: block;
   width: 100%;
   margin: 0;
}

.header-main .main-menu ul li .submenu li a {
   position: relative;
   z-index: 11;
   font-size: 16px;
   font-weight: 400;
   color: var(--header);
   line-height: 38px;
   padding: 0px 0px 0px 32px;
   width: 100%;
}

.header-main .main-menu ul li .submenu li a::before {
   content: "";
   position: absolute;
   width: 0px;
   height: 2px;
   background: var(--theme);
   left: 14px;
   bottom: 18px;
   transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .submenu li a:hover {
   color: var(--theme) !important;
}

.header-main .main-menu ul li .submenu li:last-child a {
   border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
   inset-inline-start: 100%;
   top: 0;
   visibility: hidden;
   opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover>a {
   color: var(--theme) !important;
   margin-left: 10px;
}

.header-main .main-menu ul li .submenu li:hover>a::before {
   width: 10px;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
   color: var(--theme);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
   -webkit-transform: translateY(1);
   -moz-transform: translateY(1);
   -ms-transform: translateY(1);
   -o-transform: translateY(1);
   transform: translateY(1);
   visibility: visible;
   opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
   position: absolute;
   top: 50%;
   inset-inline-end: 25px;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
   width: 800px;
   padding: 30px 30px 10px 30px;
   opacity: 0;
   left: -100px;
   visibility: hidden;
   padding: 30px 30px 10px 30px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
   display: flex;
   align-items: center;
   gap: 30px;
   justify-content: space-between;
}

@media (max-width: 991px) {
   .header-main .main-menu ul li .has-homemenu .homemenu-items {
      flex-wrap: wrap;
   }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
   position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
   position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 70%;
   gap: 10px;
   display: flex;
   justify-content: center;
   flex-direction: column;
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s ease-in-out;
   margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
   padding: 14px 20px;
   color: var(--white) !important;
   width: initial;
   font-size: 16px;
   text-align: center;
   border-radius: 0px !important;
   line-height: initial;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::before,
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::after {
   display: none;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
   background: var(--header);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
   background: -webkit-gradient(linear,
         left top,
         left bottom,
         from(rgba(20, 19, 19, 0)),
         to(#5e5ef6));
   background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   overflow: hidden;
   opacity: 0;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
   visibility: visible;
   opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
   opacity: 1;
   visibility: visible;
   margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
   opacity: 1;
   visibility: visible;
   bottom: 50%;
   transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
   width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
   text-align: center;
   margin: 15px auto;
   display: inline-block;
   font-size: 18px;
   font-weight: 600;
}

.header-main .main-menu ul li:hover>a {
   color: var(--theme);
}

.header-main .main-menu ul li:hover>a::after {
   color: var(--theme);
}

.header-main .main-menu ul li:hover>.submenu {
   visibility: visible;
   opacity: 1;
   transform: translateY(0px);
}

.header-main .header-right {
   gap: 40px;
}

@media (max-width: 1399px) {
   .header-main .header-right {
      gap: 20px;
   }
}

.header-main .header-right .search-icon {
   font-size: 18px;
   font-weight: 600;
}

@media (max-width: 1199px) {
   .header-main .header-right .search-icon {
      display: none;
   }
}

@media (max-width: 575px) {
   .header-main .header-right .search-icon {
      display: initial;
   }
}

.header-main .sidebar__toggle {
   cursor: pointer;
   font-size: 20px;
}

.header-1 {
   position: static;
   background: var(--white);
   z-index: 9999;
}

.header-1 .container-fluid {
   padding: 0 90px;
}

@media (max-width: 1199px) {
   .header-1 .container-fluid {
      padding: 0 30px;
   }
}

@media (max-width: 500px) {
   .header-1 .container-fluid {
      padding: 0 15px;
   }
}

.header-1 .container-fluid.style-2 {
   box-shadow: 0px 2px 6px 0px rgba(1, 15, 28, 0.16);
}

@media (max-width: 500px) {
   .header-1 .header-main .logo .headero-logo img {
      width: 135px;
   }
}

.header-1 .header-main .header-right {
   display: flex;
   align-items: center;
   gap: 30px;
}

@media (max-width: 500px) {
   .header-1 .header-main .header-right {
      gap: 20px;
   }
}

.header-1 .header-main .header-right .search-widget form {
   width: 100%;
   position: relative;
}

.header-1 .header-main .header-right .search-widget form input {
   background: #f8f8f8;
   font-size: 14px;
   font-weight: 400;
   padding: 12px 20px;
   width: 100%;
   width: 370px;
   border: none;
   color: rgb(118, 122, 125);
   border: 1px solid rgba(1, 15, 28, 0.1);
}

.header-1 .header-main .header-right .search-widget form button {
   position: absolute;
   right: 14px;
   top: 0;
   height: 100%;
   color: rgba(85, 88, 91, 0.5);
}

@media (max-width: 1399px) {
   .header-1 .header-main .header-right .search-widget {
      display: none;
   }
}

.header-1 .header-main .header-right .search-icon.style-2 {
   display: none;
}

.header-1 .header-main .header-right .search-icon.style-2 i {
   font-size: 20px;
}

@media (max-width: 575px) {
   .header-1 .header-main .header-right .search-icon.style-2 {
      display: initial;
   }
}

.header-1 .header-main .header-right .header-icon {
   display: flex;
   align-items: center;
   gap: 24px;
}

@media (max-width: 1399px) {
   .header-1 .header-main .header-right .header-icon {
      display: none;
   }
}

.header-1 .header-main .header-right .header-icon li a {
   color: var(--header);
   position: relative;
}

.header-1 .header-main .header-right .header-icon li a i {
   font-size: 20px;
}

.header-1 .header-main .header-right .header-icon li a .number {
   position: absolute;
   top: -9px;
   right: -6px;
   width: 18px;
   height: 18px;
   border-radius: 50px;
   line-height: 18px;
   text-align: center;
   background-color: var(--theme);
   color: var(--theme-4);
   font-size: 10px;
   font-weight: 400;
}

.header-1 .header-main .header-right .menu-cart {
   position: relative;
}

@media (max-width: 1199px) {
   .header-1 .header-main .header-right .menu-cart {
      display: none;
   }
}

@media (max-width: 575px) {
   .header-1 .header-main .header-right .menu-cart {
      display: initial;
   }
}

.header-1 .header-main .header-right .menu-cart .cart-box {
   background: var(--white) none repeat scroll 0 0;
   box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
   padding: 0;
   position: fixed;
   right: 0;
   top: 0;
   height: 100vh;
   width: 450px;
   z-index: 2000;
   display: none;
   border-radius: 0;
   padding: 0px !important;
}

.header-1 .header-main .header-right .menu-cart .cart-box ul li {
   display: flex;
   align-items: center;
   padding: 10px 20px;
   gap: 10px;
   border-bottom: 1px solid var(--bg);
   font-size: 16px;
   font-weight: 600;
   text-transform: uppercase;
}

.header-1 .header-main .header-right .menu-cart .cart-box ul li:last-child {
   border-bottom: 0px;
}

.header-1 .header-main .header-right .menu-cart .cart-box ul li a {
   padding: 0;
   position: relative;
   font-size: 16px;
   text-transform: capitalize;
}

.header-1 .header-main .header-right .menu-cart .cart-box ul li span {
   display: block;
   padding-top: 7px;
   font-size: 15px;
   font-weight: 500;
   color: var(--text);
}

.cartbox-total {
   padding: 20px;
   display: flex;
   justify-content: space-between;
}

.cartbox-total span {
   font-size: 20px;
   font-weight: 500;
   color: var(--theme-3);
}

.header-1 .header-main .header-right .menu-cart .cart-box .shopping-items {
   margin-top: 15px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.header-1 .header-main .header-right .menu-cart .cart-box .shopping-items span {
   font-size: 16px;
   font-weight: 600;
   color: var(--text);
   text-transform: capitalize;
}

.cartbox-btm {
   position: absolute;
   width: 100%;
   background: #fff;
   bottom: 0px;
   padding: 10px 0px 20px;
}

.header-1 .header-main .header-right .menu-cart .cart-box .cart-button .theme-btn::before {
   background-color: var(--black);
}

.header-1 .header-main .header-right .menu-cart .cart-box .cart-button .theme-btn:hover {
   color: var(--theme-4);
   border: 1px none;
}

.header-1 .header-main .header-right .menu-cart .cart-icon {
   position: relative;
}

.header-1 .header-main .header-right .menu-cart.style-2 .cart-icon .total-icon {
   position: absolute;
   top: -7px;
   right: -8px;
   content: "13";
   width: 20px;
   line-height: 20px;
   height: 20px;
   border-radius: 50px;
   background-color: var(--theme);
   color: var(--theme-4);
   font-size: 12px;
   text-align: center;
   font-weight: 500;
}

.header-1 .header-main .header-right .menu-cart .cart-icon i {
   color: var(--header);
   font-size: 20px;
}

.header-1 .header-main .header-right .menu-cart:hover .cart-box {
   /* Removed hover show effect */
}

.header-1 .header-main .header-right .menu-cart.style-2 .cart-box {
   padding: 20px;
}

.header-1 .header-main .header-right .menu-cart.style-2 .cart-icon {
   position: relative;
}

.header-1 .header-main .header-right .menu-cart.style-2 .cart-icon .total-count {
  position: absolute;
  top: -7px;
  right: -8px;
  content: "14";
  width: 16px;
  line-height: 18px;
  height: 16px;
  border-radius: 50px;
  background-color: var(--theme);
  color: var(--theme-4);
  font-size: 11px;
  text-align: center;
  font-weight: 500;
}

.header-1 .header-main .header-right .menu-cart.style-2 .cart-icon::before {
   content: none !important;
   display: none !important;
}

.header-1 .header-main .header-right .menu-cart.style-2 .cart-icon i {
   color: var(--header);
   font-size: 20px;
}

.header-1 .header-main .header-right .menu-cart.style-3 .cart-box {
   left: -320px;
}

.header-1 .header-main .header-right .menu-cart.style-3 .cart-box ul li a::after {
   background-color: var(--theme);
}

.header-1 .header-main .header-right .menu-cart.style-3 .cart-icon {
   position: relative;
}

.header-1 .header-main .header-right .menu-cart.style-3 .cart-icon::before {
   position: absolute;
   top: -7px;
   right: -8px;
   content: "14";
   width: 22px;
   line-height: 21px;
   height: 22px;
   border-radius: 50px;
   background-color: var(--header);
   color: var(--theme-4);
   font-size: 11px;
   text-align: center;
   font-weight: 500;
}

.header-1 .header-main .header-right .menu-cart.style-3 .cart-icon.style-2::before {
   content: "0";
}

.header-1 .header-main .header-right .menu-cart.style-3 .cart-icon i {
   color: var(--header);
   font-size: 20px;
}

.header-1 .header-main .sidebar__toggle {
   color: var(--header);
}

.header-1.header-2 .container-fluid {
   padding: 0 70px;
}

.wd-heading {
   display: flex;
   flex: 0 0 auto;
   align-items: center;
   justify-content: flex-end;
   gap: 10px;
   padding: 20px 15px;
   border-bottom: 1px solid var(--brdcolor-gray-300);
}

@media (max-width: 1199px) {
   .header-1.header-2 .container-fluid {
      padding: 0 30px;
   }
}

@media (max-width: 500px) {
   .header-1.header-2 .container-fluid {
      padding: 0 15px;
   }
}

.header-1.header-2 .header-main .header-left {
   display: flex;
   align-items: center;
   gap: 140px;
}

@media (max-width: 1199px) {
   .header-1.header-2 .header-main .header-left {
      gap: 0;
   }
}

@media (max-width: 1399px) {
   .header-1.header-2 .header-main .header-right h6 {
      display: none;
   }
}

.header-1.header-2 .header-main .header-right .header-icon {
   display: flex;
   align-items: center;
   gap: 24px;
}

@media (max-width: 1199px) {
   .header-1.header-2 .header-main .header-right .header-icon {
      display: none;
   }
}

.header-1.header-2 .header-main .header-right .header-icon li a {
   color: var(--header);
   position: relative;
}

.header-1.header-2 .header-main .header-right .header-icon li a .number {
   background-color: var(--header);
}

.sticky {
   position: fixed !important;
   top: 0 !important;
   left: 0;
   width: 100%;
   z-index: 9999;
   transition: all 0.9s;
   background-color: var(--white);
   -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
   animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sticky.header-1 .header-main .logo .header-logo-3 {
   display: none;
}

.sticky.header-1 .header-main .header-right .contact-items .content span {
   color: var(--text);
}

.sticky.header-1 .header-main .header-right .contact-items .content h6 a {
   color: var(--header);
}

.sticky.header-1 .header-main .header-right .flag-wrap .nice-select span {
   color: var(--header);
}

.sticky.header-1 .header-main .header-right .flag-wrap .nice-select .list li {
   color: var(--header);
}

.sticky.header-1 .header-main .header-right .flag-wrap .nice-select::after {
   border-bottom: 2px solid var(--header);
   border-right: 2px solid var(--header);
}

.sticky.header-1 .header-main .header-right .social-icon {
   gap: 10px;
}

.sticky.header-1 .header-main .header-right .social-icon span {
   color: var(--header);
}

.sticky.header-1 .header-main .header-right .social-icon a {
   color: var(--header);
}

.sticky.header-1 .header-main .header-right .social-icon a:hover {
   color: var(--theme);
}

.sticky.header-1 .header-main .header-right .search-icon {
   color: var(--header);
}

.sticky.header-1 .header-main .main-menu ul li a {
   color: var(--header);
}

.sticky.header-1 .header-main .main-menu ul li a:hover {
   color: var(--theme) !important;
}

.sticky.header-1 .header-main .main-menu ul li .submenu li a {
   color: var(--header);
}

.sticky.header-1 .header-main .main-menu ul li:hover>a {
   color: var(--theme);
}

.sticky.header-1 .header-main .main-menu ul li:hover>a::after {
   color: var(--theme);
}

.sticky.header-1 .header-main .sidebar__toggle {
   color: var(--header);
}

.sticky.header-1 .header-logo {
   display: none !important;
}

.sticky.header-1 .header-logo-2 {
   display: block !important;
}

.offcanvas__info {
   background: var(--white) none repeat scroll 0 0;
   border-left: 2px solid var(--theme);
   position: fixed;
   right: 0;
   top: 0;
   width: 400px;
   height: 100%;
   -webkit-transform: translateX(calc(100% + 80px));
   -moz-transform: translateX(calc(100% + 80px));
   -ms-transform: translateX(calc(100% + 80px));
   -o-transform: translateX(calc(100% + 80px));
   transform: translateX(calc(100% + 80px));
   -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
   -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
   transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
   z-index: 99999;
   overflow-y: scroll;
   overscroll-behavior-y: contain;
   scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
   display: none;
}

.offcanvas__info.info-open {
   opacity: 1;
   -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
   -ms-transform: translateX(0);
   -o-transform: translateX(0);
   transform: translateX(0);
}

.offcanvas__wrapper {
   position: relative;
   height: 100%;
   padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
   color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  cursor: pointer;
  border: 1px solid var(--theme);
  padding: 2px 5px;
  line-height: 0px;
  margin-top: 6px;
}

.mobile-menu ul li {
  color: var(--theme) !important;
  border-bottom: 1px solid var(--theme);
}

.mobile-menu ul li a {
  font-weight: 600 !important;
  font-size: 14px !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close button i {
  color: var(--theme);
  font-size: 12px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
   color: var(--theme-4);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
   margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
   font-size: 16px;
   font-weight: 600;
   text-transform: capitalize;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
   color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
   margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
   margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
   color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
   text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
   width: 100%;
   padding: 20px 40px;
   text-transform: capitalize !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
   margin-top: 30px;
   gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--theme);
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--theme);
  line-height: 35px;
  width: 34px;
  height: 35px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--theme-2);
}

.offcanvas__wrapper .theme-btn {
   width: 100%;
   padding: 12px 16px;
}

.offcanvas__wrapper .theme-btn i {
   margin-left: 30px;
}

.offcanvas__wrapper .theme-btn:hover span {
   color: var(--theme-4);
}

.offcanvas__overlay {
   position: fixed;
   height: 100%;
   width: 100%;
   background: #151515;
   z-index: 900;
   top: 0;
   opacity: 0;
   visibility: hidden;
   right: 0;
}

.offcanvas__overlay.overlay-open {
   opacity: 0.8;
   visibility: visible;
}

@media (max-width: 450px) {
   .offcanvas__info {
      width: 300px;
   }
}

@media (max-width: 575px) {
   .offcanvas__wrapper {
      padding: 20px;
   }
}

.side_bar {
   position: fixed;
   top: 0;
   right: 0px;
   width: 420px;
   height: 100%;
   background-color: var(--white);
   padding: 40px;
   padding-top: 25px;
   transition: all 0.3s ease-in-out;
   box-shadow: var(--box-shadow);
   z-index: 99999;
   overflow-y: scroll;
}

@media (max-width: 470px) {
   .side_bar {
      width: 350px;
   }
}

.side_bar .login-sidebar .form-clt {
   position: relative;
   margin-bottom: -10px;
}

.side_bar .login-sidebar .form-clt span {
   font-size: 14px;
   font-weight: 500;
   display: inline-block;
   padding-bottom: 0px;
}

.side_bar .login-sidebar .form-clt input {
  line-height: 1;
  position: relative;
  width: 100%;
  outline: none;
  background-color: transparent;
  padding: 8px 20px;
  transition: all 0.4s ease-in-out;
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--theme) !important;
  border-radius: 15px;
  text-align: center;
}

.side_bar .login-sidebar .form-clt .icon {
  position: absolute;
  right: -5px;
  top: 12px;
  padding: 20px;
}

.side_bar .login-sidebar .theme-btn {
  background-color: var(--theme);
  width: 100%;
}

.side_bar .login-sidebar .theme-btn.style-2 {
   background-color: var(--theme);
}

.side_bar .login-sidebar .from-cheak-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: var(--theme);
}

.side_bar .login-sidebar .from-cheak-items a {
  font-weight: bold;
}

.side_bar .login-sidebar .from-cheak-items p {
   color: var(--text);
}

.side_bar .login-sidebar .from-cheak-items .form-check-input[type="radio"] {
  border-radius: 50%;
  margin-top: 5px;
}

.side_bar .login-sidebar .text {
   text-align: center;
   font-weight: 500;
   color: var(--text);
   margin-top: 15px;
}

.side_bar .login-sidebar .social-item {
   margin-top: 15px;
}

.side_bar .login-sidebar .social-item .facebook-text {
   padding: 14px 20px;
   line-height: 1;
   text-transform: uppercase;
   background-color: var(--theme);
   color: var(--theme-4);
   width: 100%;
   display: inline-block;
   position: relative;
   text-align: center;
}

.side_bar .login-sidebar .social-item .facebook-text.style-2 {
   background-color: var(--theme);
}

.side_bar .login-sidebar .social-item .facebook-text img {
   position: absolute;
   top: 10px;
   left: 14px;
}

.side_bar .login-sidebar .social-item .facebook-text.google-text {
   background-color: var(--theme);
   margin-top: 10px;
}

.side_bar .login-sidebar .social-item .facebook-text.google-text.style-2 {
   background-color: var(--theme);
}

.side_bar .login-sidebar .user-icon-box {
   text-align: center;
   margin-top: 20px;
}

.side_bar .login-sidebar .user-icon-box p {
   font-weight: 500;
   font-size: 14px;
   color: var(--header);
   margin-top: 10px;
}

.side_bar .login-sidebar .user-icon-box a {
   display: inline-block;
   text-transform: uppercase;
}

.side_bar .x-mark-icon {
  position: absolute;
  right: 40px;
  top: 28px;
  text-align: center;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: var(--theme);
  border: 1px solid var(--theme);
  line-height: 0px;
  border-radius: 40px;
  width: 20px;
  padding: 2px !important;
}

.side_bar .x-mark-icon:hover {
   transform: rotate(90deg);
}

.side_bar p {
   color: var(--theme-4);
}

.side_bar .cart-title {
   margin-bottom: 20px;
}

.side_bar .cart-title h4 {
  color: var(--theme);
  text-align: center;
}

.side_bar_hidden {
   visibility: hidden;
   opacity: 0;
   right: -30px;
}

.side_bar-2 {
   position: fixed;
   top: 0;
   right: 0px;
   width: 420px;
   height: 100%;
   background-color: var(--theme-4);
   padding: 40px;
   padding-top: 25px;
   transition: all 0.3s ease-in-out;
   box-shadow: var(--box-shadow);
   z-index: 999;
   overflow-y: scroll;
}

@media (max-width: 470px) {
   .side_bar-2 {
      width: 350px;
   }
}

.side_bar-2 .x-mark-icon {
   position: absolute;
   right: 40px;
   top: 25px;
   text-align: center;
   font-size: 20px;
   transition: all 0.3s ease-in-out;
   color: var(--header);
}

.side_bar-2 .x-mark-icon:hover {
   transform: rotate(90deg);
}

.side_bar_hidden2 {
   visibility: hidden;
   opacity: 0;
   right: -30px;
}

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

.error-items .error-image {
   max-width: 690px;
   margin: 0 auto;
}

.error-items .error-image img {
   width: 100%;
   height: 100%;
}

.error-items h2 {
   margin-top: 30px;
   font-size: 60px;
   margin-bottom: 10px;
}

@media (max-width: 767px) {
   .error-items h2 {
      font-size: 44px;
      line-height: 125%;
   }
}

@media (max-width: 575px) {
   .error-items h2 {
      font-size: 34px;
      line-height: 120%;
   }
}

.error-items h2 span {
   font-weight: 400;
   color: var(--theme);
}

.error-items p {
   font-size: 18px;
   font-weight: 500;
   color: var(--header);
   margin-bottom: 40px;
}

::-webkit-scrollbar {
   width: 4px;
   height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
   box-shadow: inset 0 0 5px var(--theme);
   border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
   background: var(--theme);
   border-radius: 10px;
}

.fix {
   overflow: hidden;
}

.ralt {
   position: relative;
}

.ml-50 {
   margin-left: 50px;
}

@media (max-width: 1199px) {
   .ml-50 {
      margin-left: 0;
   }
}

.ripple {
   position: relative;
}

.ripple::before,
.ripple::after {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 80px;
   height: 80px;
   -webkit-transform: translateX(-50%) translateY(-50%);
   transform: translateX(-50%) translateY(-50%);
   border-radius: 50%;
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   -webkit-animation: rippleOne 3s infinite;
   animation: rippleOne 3s infinite;
}

.ripple::before {
   -webkit-animation-delay: 0.9s;
   animation-delay: 0.9s;
   content: "";
   position: absolute;
   right: 0;
   bottom: 0;
}

.ripple::after {
   -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;
   content: "";
   position: absolute;
   right: 0;
   bottom: 0;
}

.array-buttons {
   display: flex;
   align-items: center;
   gap: 20px;
}

.array-buttons .array-prev {
   width: 40px;
   height: 40px;
   line-height: 40px;
   border-radius: 0px;
   text-align: center;
   background-color: var(--theme-4);
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   color: var(--header);
   transition: all 0.4s ease-in-out;
}

.array-buttons .array-prev:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.array-buttons .array-next {
   width: 40px;
   height: 40px;
   line-height: 40px;
   border-radius: 0px;
   text-align: center;
   color: var(--theme-4);
   background-color: var(--theme);
   transition: all 0.4s ease-in-out;
}

.array-buttons .array-next:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.array-buttons.style-2 .array-prev {
   background-color: var(--bg);
}

.array-buttons.style-2 .array-prev:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.array-buttons.style-2 .array-next {
   background-color: var(--bg);
}

.array-buttons.style-2 .array-next:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.array-buttons-2 {
   display: flex;
   align-items: center;
   gap: 20px;
}

.array-buttons-2 .array-prev {
   width: 50px;
   height: 50px;
   line-height: 50px;
   border-radius: 0px;
   text-align: center;
   background-color: transparent;
   border: 1px solid var(--theme);
   color: var(--theme);
   transition: all 0.4s ease-in-out;
}

.array-buttons-2 .array-prev:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.array-buttons-2 .array-next {
   width: 50px;
   height: 50px;
   line-height: 50px;
   border-radius: 0px;
   text-align: center;
   color: var(--theme-4);
   background-color: var(--theme);
   transition: all 0.4s ease-in-out;
}

.array-buttons-2 .array-next:hover {
   background-color: var(--header);
   color: var(--theme-4);
}

.array-buttons-2.style-2 .array-prev {
   background-color: var(--bg);
}

.array-buttons-2.style-2 .array-prev:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.array-buttons-2.style-2 .array-next {
   background-color: var(--bg);
}

.array-buttons-2.style-2 .array-next:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.swiper-dot .swiper-pagination-bullet {
   width: 10px;
   height: 10px;
   transition: all 0.4s ease-in-out;
   background-color: var(--theme);
   opacity: 1;
   border-radius: 10px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
   margin-right: 10px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: var(--theme);
   transition: 0.6s;
   position: relative;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
   position: absolute;
   width: 22px;
   height: 22px;
   line-height: 22px;
   top: -6px;
   left: -6px;
   border-radius: 50%;
   background-color: transparent;
   border: 2px solid var(--theme);
   content: "";
}

.swiper-dot-2 {
   text-align: center;
}

.swiper-dot-2 .swiper-pagination-bullet {
   width: 32px;
   height: 8px;
   transition: 0.6s;
   background-color: rgba(213, 213, 213, 0.6);
   opacity: 1;
   border-radius: 10px;
   position: relative;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background: var(--theme);
   transition: 0.6s;
   position: relative;
   width: 50px;
}

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

@media (max-width: 1199px) {
   .swiper-dot3 {
      margin-bottom: 10px;
   }
}

.swiper-dot3 .swiper-pagination-bullet {
   width: 12px;
   height: 12px;
   transition: 0.6s;
   background-color: var(--white);
   border-radius: 30px;
   opacity: 1;
   border-radius: 100%;
   position: relative;
}

.swiper-dot3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: var(--theme);
   transition: 0.6s;
   position: relative;
   width: 12px;
   height: 12px;
   border-radius: 30px;
}

.swiper-dot-5 {
   margin-top: 50px;
   text-align: center;
}

@media (max-width: 1199px) {
   .swiper-dot-5 {
      margin-bottom: 20px;
   }
}

.swiper-dot-5 .swiper-pagination-bullet {
   width: 10px;
   height: 10px;
   transition: 0.6s;
   background-color: rgb(202, 212, 219);
   opacity: 1;
   border-radius: 10px;
}

.swiper-dot-5 .swiper-pagination-bullet:not(:last-child) {
   margin-right: 10px;
}

.swiper-dot-5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: var(--theme);
   transition: 0.6s;
   position: relative;
}

.swiper-dot-5 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
   position: absolute;
   width: 22px;
   height: 22px;
   line-height: 22px;
   top: -6px;
   left: -6px;
   border-radius: 50%;
   background-color: transparent;
   content: "";
}

.price-range-wrapper {
   /* Custom thumb styling */
   /* Remove the default appearance for sliders in Firefox */
}

.price-range-wrapper .slider-container {
   position: relative;
   width: 100%;
}

.price-range-wrapper .price-text label {
   color: #1b1f2a;
   font-size: 20px;
   font-weight: 500;
}

.price-range-wrapper .price-text input {
   color: #1b1f2a;
   font-size: 18px;
   font-weight: 500;
}

.price-range-wrapper .slider {
   -webkit-appearance: none;
   appearance: none;
   width: 100%;
   height: 6px;
   background: var(--theme);
   outline: none;
   position: absolute;
   top: 0;
   pointer-events: none;
}

.price-range-wrapper .slider::-webkit-slider-thumb {
   -webkit-appearance: none;
   appearance: none;
   width: 18px;
   height: 18px;
   background: var(--theme);
   cursor: pointer;
   border: 2px solid #fff;
   position: relative;
   z-index: 2;
   pointer-events: all;
}

.price-range-wrapper .slider::-moz-range-thumb {
   width: 20px;
   height: 20px;
   background: var(--theme);
   cursor: pointer;
   border-radius: 4px;
   border: 2px solid #000;
   z-index: 2;
   position: relative;
}

.price-range-wrapper .slider::-ms-thumb {
   width: 20px;
   height: 20px;
   background: var(--theme);
   cursor: pointer;
   border-radius: 4px;
   border: 2px solid #000;
   z-index: 2;
   position: relative;
}

.price-range-wrapper input[type="range"]::-moz-range-track {
   background: transparent;
}

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

.mt-60 {
   margin-top: 55px;
}

.mb-40 {
   margin-bottom: 40px;
}

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

/* background */
.bg-cover {
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   background-position: center;
}

.bg-cover-2 {
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   background-position: center;
   width: 100%;
   height: 100%;
}

.nice-select {
   background-color: transparent;
   width: unset;
   outline: none;
   border: none;
   border-radius: 0;
   padding: 0;
}

.nice-select .current {
   margin-right: 12px;
}

.nice-select.open .list {
   background: var(--theme-4);
   margin-top: 16px;
   width: 100%;
   text-transform: capitalize;
   color: var(--text);
   height: 185px;
   overflow-y: scroll;
   border-radius: 0px !important;
   border: 1px solid var(--bg-2);
}

.nice-select .option.selected.focus {
   background: var(--bg);
   outline: none;
   color: var(--text);
   text-transform: capitalize;
   font-weight: 500;
   font-size: 14px;
   border: none;
}

.nice-select .option {
   border: none;
}

.nice-select .option:hover {
   background: transparent;
}

.custom-container {
   max-width: 1680px;
}

.margin-bottom-40 {
   margin-bottom: -30px;
}

@media (max-width: 1399px) {
   .margin-bottom-40 {
      margin-bottom: -35px;
   }
}

.page-nav-wrap {
   margin-top: 60px;
}

.page-nav-wrap ul li {
   display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 0;
  background: transparent;
    background-color: transparent;
  color: var(--theme);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}

@media (max-width: 767px) {
   .page-nav-wrap ul li .page-numbers {
      margin-top: 10px;
      line-height: 40px;
      font-size: 14px;
   }
}

.page-nav-wrap ul li .page-numbers i {
   margin-top: 2px;
}

.form-check-input:checked {
   background-color: var(--theme) !important;
   border-color: var(--theme) !important;
}

.custom-container {
   max-width: 1720px;
   margin: 0 auto;
}

.custom-container-3 {
   max-width: 1655px;
   margin: 0 auto;
}

.custom-container-4 {
   max-width: 1410px;
   margin: 0 auto;
}

.hero-bg {
   background: #ab9774;
}

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

.swiper-dot .swiper-pagination-bullet {
   width: 10px;
   height: 10px;
   transition: 0.6s;
   background: #d3d8dd;
   opacity: 1;
   border-radius: 10px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
   margin-right: 10px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: var(--theme);
   transition: 0.6s;
   position: relative;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
   position: absolute;
   width: 22px;
   height: 22px;
   line-height: 22px;
   top: -6px;
   left: -6px;
   border-radius: 50%;
   background-color: transparent;
   border: 2px solid var(--theme);
   content: "";
}

.mega-hover {
   position: relative;
   overflow: hidden;
   z-index: 2;
}

.mega-hover:after,
.mega-hover:before {
   content: "";
   position: absolute;
   pointer-events: none;
   opacity: 1;
   z-index: -1;
}

.mega-hover:before {
   top: 0;
   right: 51%;
   bottom: 0;
   left: 50%;
   background: rgba(255, 255, 255, 0.2);
}

.mega-hover:after {
   top: 50%;
   right: 0;
   bottom: 50%;
   left: 0;
   background: rgba(245, 255, 255, 0.3);
}

.mega-hover:hover:before {
   left: 0;
   right: 0;
   opacity: 0;
   -webkit-transition: all 900ms linear;
   transition: all 900ms linear;
}

.mega-hover:hover:after {
   top: 0;
   bottom: 0;
   opacity: 0;
   -webkit-transition: all 900ms linear;
   transition: all 900ms linear;
}

.sticky-style {
   position: sticky !important;
   top: 100px;
}

.bg-light-orange {
   background-color: #0fe2d1 !important;
}

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

.bg-dark-grey-2 {
   background-color: #ff5cab !important;
}

.bg-dark-color {
   background-color: #ff9811 !important;
}

.hero-1 {
   padding: 0 0 40px;
   position: relative;
}

.hero-1 .arrow-button {
   position: absolute;
   right: 190px;
   bottom: 80px;
   display: flex;
   align-items: center;
   gap: 10px;
}

@media (max-width: 1600px) {
   .hero-1 .arrow-button {
      right: 40px;
      bottom: 30px;
   }
}

@media (max-width: 575px) {
   .hero-1 .arrow-button {
      display: none;
   }
}

.hero-1 .arrow-button .array-prev {
   color: var(--theme-4);
   width: 54px;
   height: 54px;
   line-height: 54px;
   text-align: center;
   border: 1px solid transparent;
   color: var(--theme-4);
   border-radius: 100px;
   transition: all 0.4s ease-in-out;
}

.hero-1 .arrow-button .array-prev:hover {
   border: 1px solid var(--theme-4);
}

.hero-1 .arrow-button .array-next {
   width: 54px;
   height: 54px;
   line-height: 54px;
   text-align: center;
   border: 1px solid transparent;
   color: var(--theme-4);
   border-radius: 100px;
   transition: all 0.4s ease-in-out;
}

.hero-1 .arrow-button .array-next:hover {
   border: 1px solid var(--theme-4);
}

.hero-1 .shape {
   position: absolute;
   bottom: 0;
   right: 18%;
   z-index: 1;
}

@media (max-width: 1600px) {
   .hero-1 .shape {
      display: none;
   }
}

.hero-1 .shape img {
   width: 100%;
   height: 100%;
}

.hero-1 .right-image {
   position: absolute;
   right: 100px;
   top: 90px;
}

@media (max-width: 1600px) {
   .hero-1 .right-image {
      display: none;
   }
}

.hero-1 .right-image img {
   width: 100%;
   height: 100%;
}

.hero-1 .video {
   position: relative;
   position: absolute;
   right: 278px;
   top: 258px;
   width: 120px;
   height: 120px;
   line-height: 120px;
   text-align: center;
   border-radius: 100%;
   background-color: #ab9774;
   z-index: 999;
}

@media (max-width: 767px) {
   .hero-1 .video {
      width: 80px;
      height: 80px;
      line-height: 80px;
      font-size: 18px;
   }
}

@media (max-width: 1600px) {
   .hero-1 .video {
      right: 240px;
      top: 155px;
   }
}

@media (max-width: 1199px) {
   .hero-1 .video {
      right: 198px;
      top: 40px;
   }
}

@media (max-width: 991px) {
   .hero-1 .video {
      right: 230px;
      top: 375px;
   }
}

@media (max-width: 767px) {
   .hero-1 .video {
      right: 90px;
      top: 460px;
   }
}

.hero-1 .video .video-btn {
   text-align: center;
   color: var(--theme-4);
   display: inline-block;
   text-align: center;
   font-size: 24px;
   z-index: 999;
   position: absolute;
   z-index: 99;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.hero-1 .video .video-btn i {
   z-index: 99;
   position: relative;
}

.hero-1 .video .circle-image {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.hero-1 .video .circle-image img {
   animation: cir36 10s linear infinite;
}

.hero-1 .hero-content {
   position: relative;
   max-width: 1000px;
   margin-left: -120px;
   margin-right: -400px;
   z-index: 99;
}

@media (max-width: 1600px) {
   .hero-1 .hero-content {
      margin-left: 0;
      margin-right: 0;
   }
}

@media (max-width: 991px) {
   .hero-1 .hero-content {
      margin-top: 80px;
   }
}

.hero-1 .hero-content h6 {
   color: var(--theme-4);
   font-weight: 400;
   margin-bottom: 15px;
}

.hero-1 .hero-content h1 {
   color: var(--theme-4);
   margin-bottom: 30px;
}

@media (max-width: 1199px) {
   .hero-1 .hero-content h1 {
      line-height: 1;
   }
}

.hero-1 .hero-content .theme-btn {
   background-color: transparent;
   border: 1.5px solid rgba(255, 255, 255, 0.2);
   color: var(--theme-4);
   margin-bottom: 30px;
}

.hero-1 .hero-content p {
   color: var(--theme-4);
   font-size: 20px;
   font-weight: 400;
   max-width: 520px;
}

@media (max-width: 1199px) {
   .hero-1 .hero-content p {
      font-size: 16px;
   }
}

.hero-1 .hero-items {
   display: flex;
   align-items: center;
}

@media (max-width: 991px) {
   .hero-1 .hero-items {
      flex-wrap: wrap;
   }
}

.hero-1 .hero-image-slider {
   max-width: 475px;
   margin-top: 200px;
   position: relative;
}

@media (max-width: 1199px) {
   .hero-1 .hero-image-slider {
      margin-top: 50px;
   }
}

@media (max-width: 767px) {
   .hero-1 .hero-image-slider .hero-image {
      text-align: center;
   }
}

.hero-1 .hero-image-slider .hero-image img {
   width: 100%;
   height: 100%;
}

@media (max-width: 1199px) {
   .hero-1 .hero-image-slider .hero-image img {
      width: 400px;
      height: 480px;
   }
}

@media (max-width: 991px) {
   .hero-1 .hero-image-slider .hero-image img {
      width: 400px;
      height: 480px;
   }
}

@media (max-width: 767px) {
   .hero-1 .hero-image-slider .hero-image img {
      width: 380px;
      height: 370px;
   }
}

@media (max-width: 575px) {
   .hero-1 .hero-image-slider .hero-image img {
      width: 280px;
      height: 370px;
   }
}

.hero-2 {
   position: relative;
}


@media (max-width: 1199px) {
   .hero-2 .container-fluid {
      padding: 160px 80px 160px;
   }
}

@media (max-width: 991px) {
   .hero-2 .container-fluid {
      padding: 140px 40px 140px;
   }
}

@media (max-width: 767px) {
   .hero-2 .container-fluid {
      padding: 120px 0px 120px;
   }
}

@media (max-width: 575px) {
   .hero-2 .container-fluid {
      padding: 100px 0px 100px;
   }
}

.hero-2 .hero-bg {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   transform: scale(1);
   -webkit-transition: all 8s ease-out 0s;
   -moz-transition: all 8s ease-out 0s;
   -ms-transition: all 8s ease-out 0s;
   -o-transition: all 8s ease-out 0s;
   transition: all 8s ease-out 0s;
   z-index: 9;
}

.hero-2 .hero-content {
   position: relative;
   z-index: 9;
}

@media (max-width: 767px) {
   .hero-2 .hero-content {
      text-align: center;
   }
}

@media (max-width: 1199px) {
   .hero-2 .hero-content h1 {
      line-height: 1;
   }
}

.hero-2 .hero-content p {
   color: var(--header);
   font-size: 22px;
   font-weight: 400;
   margin-bottom: 15px;
}

@media (max-width: 1199px) {
   .hero-2 .hero-content p {
      font-size: 16px;
   }
}

.hero-2 .hero-content .hero-icon-item {
   display: flex;
   align-items: center;
   gap: 30px;
   margin-top: 40px;
}

@media (max-width: 1199px) {
   .hero-2 .hero-content .hero-icon-item {
      margin-top: 30px;
   }
}

@media (max-width: 1199px) {
   .hero-2 .hero-content .hero-icon-item {
      flex-wrap: wrap;
      gap: 28px;
   }
}

@media (max-width: 767px) {
   .hero-2 .hero-content .hero-icon-item {
      justify-content: center;
   }
}

.hero-2 .hero-content .hero-icon-item .icon-item {
   display: flex;
   align-items: center;
   gap: 15px;
   border-left: 1px solid rgba(255, 255, 255, 0.2);
   padding-left: 30px;
}

.hero-2 .hero-content .hero-icon-item .icon-item.style-2 {
   border-left: none;
   padding-left: 0;
}

.hero-2 .hero-content .hero-icon-item .icon-item .content h6 {
   font-weight: 400;
}

.hero-2 .hero-content .hero-button {
   display: flex;
   align-items: center;
   margin-top: 50px;
}

@media (max-width: 1199px) {
   .hero-2 .hero-content .hero-button {
      margin-top: 30px;
   }
}

@media (max-width: 767px) {
   .hero-2 .hero-content .hero-button {
      justify-content: center;
   }
}

.hero-2 .hero-content .hero-button .theme-btn {
   background-color: transparent;
   color: var(--header);
   border: 1px solid rgba(0, 0, 0, 0.3);
}

.hero-2 .hero-content .hero-button .theme-btn::before {
   background-color: var(--theme-2);
}

.hero-2 .hero-content .hero-button .theme-btn:hover {
   color: var(--theme-4);
   border: 1px solid var(--theme-2);
}

.hero-section-2 {
   position: relative;
}

.hero-section-2 .swiper-slide.swiper-slide-active .hero-bg {
   -webkit-transform: scale(1.19);
   -moz-transform: scale(1.19);
   transform: scale(1.19);
}

@media (max-width: 1199px) {
   .hero-section-2 .arrow-button {
      display: none;
   }
}

.hero-section-2 .arrow-button .array-prev {
   position: absolute;
   left: 3%;
   top: 50%;
   transform: translate(-50%, -50%);
   color: var(--header);
   font-size: 40px;
   z-index: 9;
   transition: all 0.4s ease-in-out;
}

.hero-section-2 .arrow-button .array-prev:hover {
   color: var(--theme-2);
}

.hero-section-2 .arrow-button .array-next {
   position: absolute;
   right: 2%;
   top: 50%;
   transform: translate(-50%, -50%);
   color: var(--header);
   font-size: 40px;
   z-index: 9;
   transition: all 0.4s ease-in-out;
}

.hero-section-2 .arrow-button .array-next:hover {
   color: var(--theme-2);
}

.hero-3 {
   padding: 200px 0 200px;
   position: relative;
}

@media (max-width: 1199px) {
   .hero-3 {
      padding: 160px 0 160px;
   }
}

@media (max-width: 991px) {
   .hero-3 {
      padding: 140px 0 140px;
   }
}

@media (max-width: 767px) {
   .hero-3 {
      padding: 120px 0px 120px;
   }
}

@media (max-width: 575px) {
   .hero-3 {
      padding: 100px 0px 100px;
   }
}

.hero-3 .hero-bg {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   transform: scale(1);
   -webkit-transition: all 8s ease-out 0s;
   -moz-transition: all 8s ease-out 0s;
   -ms-transition: all 8s ease-out 0s;
   -o-transition: all 8s ease-out 0s;
   transition: all 8s ease-out 0s;
   z-index: 9;
}

.hero-3 .hero-content {
   position: relative;
   z-index: 9;
}

@media (max-width: 767px) {
   .hero-3 .hero-content {
      text-align: center;
   }
}

.hero-3 .hero-content p {
   color: var(--header);
   font-size: 24px;
   font-weight: 400;
   margin-bottom: 15px;
}

@media (max-width: 1199px) {
   .hero-3 .hero-content p {
      font-size: 16px;
   }
}

.hero-3 .hero-content h1 {
   font-size: 66px;
   font-weight: 600;
   line-height: 115%;
}

@media (max-width: 1199px) {
   .hero-3 .hero-content h1 {
      font-size: 50px;
   }
}

@media (max-width: 991px) {
   .hero-3 .hero-content h1 {
      font-size: 45px;
   }
}

@media (max-width: 767px) {
   .hero-3 .hero-content h1 {
      font-size: 40px;
   }
}

@media (max-width: 575px) {
   .hero-3 .hero-content h1 {
      font-size: 35px;
   }
}

@media (max-width: 575px) {
   .hero-3 .hero-content h1 {
      font-size: 30px;
   }
}

.hero-3 .hero-content .hero-button {
   display: flex;
   align-items: center;
   margin-top: 50px;
}

@media (max-width: 1199px) {
   .hero-3 .hero-content .hero-button {
      margin-top: 30px;
   }
}

@media (max-width: 767px) {
   .hero-3 .hero-content .hero-button {
      justify-content: center;
   }
}

.hero-3 .hero-content .hero-button .theme-btn {
   background-color: var(--theme);
   color: var(--theme-4);
   padding: 19px 53px;
}

@media (max-width: 575px) {
   .hero-3 .hero-content .hero-button .theme-btn {
      padding: 15px 50px;
   }
}

.hero-3 .hero-content .hero-button .theme-btn::before {
   background-color: var(--header);
}

.hero-3 .hero-content .hero-button .theme-btn:hover {
   color: var(--theme-4);
}

.hero-section-3 {
   position: relative;
}

.hero-section-3 .swiper-slide.swiper-slide-active .hero-bg {
   -webkit-transform: scale(1.19);
   -moz-transform: scale(1.19);
   transform: scale(1.19);
}

@media (max-width: 1199px) {
   .hero-section-3 .arrow-button {
      display: none;
   }
}

.hero-section-3 .arrow-button .array-prev {
   position: absolute;
   left: 6%;
   top: 50%;
   transform: translate(-50%, -50%);
   color: var(--header);
   font-size: 24px;
   z-index: 1;
   width: 70px;
   height: 70px;
   line-height: 70px;
   border-radius: 100px;
   background-color: rgba(1, 15, 28, 0.1);
   z-index: 9;
   transition: all 0.4s ease-in-out;
}

.hero-section-3 .arrow-button .array-prev:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.hero-section-3 .arrow-button .array-next {
   position: absolute;
   right: 2%;
   top: 50%;
   transform: translate(-50%, -50%);
   background-color: var(--theme);
   color: var(--theme-4);
   font-size: 24px;
   z-index: 1;
   width: 70px;
   height: 70px;
   line-height: 70px;
   border-radius: 100px;
   z-index: 9;
   transition: all 0.4s ease-in-out;
}

.hero-section-3 .arrow-button .array-next:hover {
   background-color: var(--header);
}

.mean-container a.meanmenu-reveal {
   display: none;
}

.mean-container .mean-nav {
   background: none;
   margin-top: 0;
}

.mean-container .mean-bar {
   padding: 0;
   min-height: auto;
   background: none;
}

.mean-container .mean-nav>ul {
   padding: 0;
   margin: 0;
   width: 100%;
   list-style-type: none;
   display: block !important;
}

.mean-container .mean-nav>ul .homemenu-items {
   display: flex;
   align-items: center;
   gap: 30px;
   justify-content: space-between;
}

@media (max-width: 1199px) {
   .mean-container .mean-nav>ul .homemenu-items {
      flex-wrap: wrap;
   }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu {
   position: relative;
}

@media (max-width: 1199px) {
   .mean-container .mean-nav>ul .homemenu-items .homemenu {
      max-width: 300px;
      text-align: center;
      margin: 0 auto;
      border: 1px solid var(--border);
      padding: 10px;
   }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb {
   position: relative;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 60%;
   gap: 10px;
   display: flex;
   justify-content: center;
   flex-direction: column;
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s ease-in-out;
   margin-top: 20px;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
   padding: 12px 20px;
   color: var(--white) !important;
   width: initial;
   font-size: 16px;
   text-align: center;
   border-radius: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
   color: var(--white) !important;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb::before {
   background: -webkit-gradient(linear,
         left top,
         left bottom,
         from(rgba(20, 19, 19, 0)),
         to(#5e5ef6));
   background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   overflow: hidden;
   opacity: 0;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   content: "";
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
   visibility: visible;
   opacity: 1;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
   opacity: 1;
   visibility: visible;
   margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
   opacity: 1;
   visibility: visible;
   bottom: 50%;
   transform: translateY(50%);
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb img {
   width: 100%;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-title {
   text-align: center;
   margin: 15px auto;
   display: inline-block;
   font-size: 16px;
}

.mean-container a.meanmenu-reveal {
   display: none !important;
}

.mean-container .mean-nav ul li a {
   width: 100%;
   padding: 10px 0;
   color: var(--header);
   font-size: 16px;
   line-height: 1.5;
   font-weight: 500;
   text-transform: capitalize;
   border-bottom: 1px solid var(--border) !important;
   border: none;
}

.mean-container .mean-nav ul li a:hover {
   color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
   border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
   color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
   margin-top: 5px;
   padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
   display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
   display: inline-block;
   font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
   border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
   height: 200px;
   width: 100%;
   padding: 0;
   border-top: 0;
   margin-bottom: 20px;
}

.news-card-items .news-image {
   position: relative;
}

.news-card-items .news-image img {
   width: 100%;
   height: 100%;
   border-radius: 20px;
}

.news-card-items .news-image .side-box {
   padding: 11px 16px;
   background-color: var(--theme-4);
   font-size: 14px;
   font-weight: 400;
   position: absolute;
   right: 10px;
   top: 10px;
}

.news-card-items .news-content {
   margin-top: 10px;
}

.news-card-items .news-content .post-meta {
   margin-bottom: 10px;
}

.news-card-items .news-content .post-meta li i {
   color: var(--header);
   margin-right: 5px;
}

.news-card-items .news-content .post-meta li span {
   color: var(--theme);
}

.news-card-items .news-content h3 {
  font-size: 18px;
  text-align: center;
  font-family: var(--body-font);
  text-transform: uppercase;
  color: var(--black);
}

.news-card-items .news-content h3 a:hover {
   color: var(--theme);
}

.news-card-items .style-2 .news-content {
   margin-top: 25px;
}

.news-card-items .style-2 .news-content h3 a:hover {
   color: var(--theme-2);
}

.news-card-items-2 {
   margin-top: 30px;
}

.news-card-items-2 .news-image img {
   width: 100%;
   height: 100%;
}

.news-card-items-2 .news-content {
   margin-top: 20px;
}

.news-card-items-2 .news-content .post-meta li {
   color: #666;
}

.news-card-items-2 .news-content h3 a:hover {
   color: var(--theme);
}

.news-card-items-2 .news-content .link-btn {
   margin-top: 10px;
   display: inline-block;
}

.news-card-items-2 .news-content .link-btn i {
   margin-left: 8px;
}

.news-card-items-2 .news-content .link-btn:hover {
   color: var(--theme);
}

.news-grid-wrapper .news-post-item .news-grid-item {
   border: 1px solid #e0e2e3;
}

.news-grid-wrapper .news-post-item .news-grid-item .news-image img {
   width: 100%;
   height: 100%;
}

.news-grid-wrapper .news-post-item .news-grid-item .news-content {
   padding: 30px 25px;
}

.news-grid-wrapper .news-post-item .news-grid-item .news-content .news-meta {
   display: flex;
   align-items: center;
   gap: 15px;
   margin-bottom: 10px;
}

@media (max-width: 1199px) {
   .news-grid-wrapper .news-post-item .news-grid-item .news-content .news-meta {
      flex-wrap: wrap;
      gap: 10px;
   }
}

.news-grid-wrapper .news-post-item .news-grid-item .news-content .news-meta li {
   font-size: 15px;
}

.news-grid-wrapper .news-post-item .news-grid-item .news-content .news-meta li:not(:last-child) {
   border-right: 1px solid rgb(230, 231, 232);
   padding-right: 15px;
}

@media (max-width: 1199px) {
   .news-grid-wrapper .news-post-item .news-grid-item .news-content .news-meta li:not(:last-child) {
      border-right: none;
      padding-right: 0;
   }
}

.news-grid-wrapper .news-post-item .news-grid-item .news-content .news-meta li i {
   margin-right: 5px;
}

.news-grid-wrapper .news-post-item .news-grid-item .news-content h3 {
   font-weight: 500;
   margin-bottom: 15px;
}

.news-grid-wrapper .news-post-item .news-grid-item .news-content h3 a:hover {
   color: var(--theme);
}

.news-grid-wrapper .news-post-item .news-grid-item .news-content .link-btn-2 {
   margin-top: 20px;
   display: inline-block;
}

.news-grid-wrapper .news-post-item .news-grid-item.style-2 {
   display: flex;
   align-items: center;
   gap: 30px;
   margin-bottom: 20px;
}

@media (max-width: 767px) {
   .news-grid-wrapper .news-post-item .news-grid-item.style-2 {
      flex-wrap: wrap;
   }
}

@media (max-width: 767px) {
   .news-grid-wrapper .news-post-item .news-grid-item.style-2 .news-image {
      flex-basis: 100%;
   }
}

.news-grid-wrapper .news-post-item .news-grid-item.style-2 .news-content {
   padding: 0;
}

@media (max-width: 767px) {
   .news-grid-wrapper .news-post-item .news-grid-item.style-2 .news-content {
      padding: 0 30px 30px;
   }
}

.sideber-content h4 {
   font-weight: 500;
   color: var(--theme);
   margin-bottom: 10px;
}

.sideber-content h2 {
   font-size: 60px;
}

@media (max-width: 1199px) {
   .sideber-content h2 {
      font-size: 50px;
   }
}

@media (max-width: 991px) {
   .sideber-content h2 {
      font-size: 45px;
   }
}

@media (max-width: 767px) {
   .sideber-content h2 {
      font-size: 40px;
   }
}

@media (max-width: 575px) {
   .sideber-content h2 {
      font-size: 35px;
   }
}

.main-sideber .single-sidebar-widget {
   padding: 40px 35px;
   margin-bottom: 30px;
   background-color: var(--bg);
}

@media (max-width: 575px) {
   .main-sideber .single-sidebar-widget {
      padding: 40px 30px;
   }
}

.main-sideber .single-sidebar-widget .wid-title {
   margin-bottom: 20px;
}

.main-sideber .single-sidebar-widget .search-widget form {
   width: 100%;
   position: relative;
}

.main-sideber .single-sidebar-widget .search-widget form input {
   background-color: var(--theme-4);
   font-size: 18px;
   font-weight: 400;
   padding: 16px 20px;
   width: 100%;
   border: none;
   color: var(--text);
}

.main-sideber .single-sidebar-widget .search-widget form button {
   position: absolute;
   right: -2px;
   top: 0;
   width: 58px;
   border-radius: 0;
   font-size: 18px;
   height: 100%;
   background-color: var(--theme);
   color: var(--theme-4);
   text-align: center;
   transition: all 0.3s ease-in-out;
}

.main-sideber .single-sidebar-widget .search-widget form button:hover {
   background-color: var(--header);
}

.main-sideber .single-sidebar-widget .news-widget-categories ul li {
   display: flex;
   align-items: center;
   justify-content: space-between;
   font-size: 18px;
   font-weight: 400;
   background-color: var(--theme-4);
   transition: all 0.4s ease-in-out;
   border-radius: 0;
   line-height: 1;
   padding: 20px;
}

.main-sideber .single-sidebar-widget .news-widget-categories ul li a {
   color: var(--header);
}

.main-sideber .single-sidebar-widget .news-widget-categories ul li span {
   transition: all 0.4s ease-in-out;
   color: var(--header);
}

.main-sideber .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
   margin-bottom: 20px;
}

.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover {
   background-color: var(--theme);
}

.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover a {
   color: var(--theme-4);
}

.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover span {
   color: var(--theme-4);
}

.main-sideber .single-sidebar-widget .recent-post-area .recent-items {
   display: flex;
   align-items: center;
   gap: 20px;
}

@media (max-width: 1199px) {
   .main-sideber .single-sidebar-widget .recent-post-area .recent-items {
      flex-wrap: wrap;
   }
}

.main-sideber .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
   margin-bottom: 20px;
}

.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
   margin-bottom: 10px;
   line-height: 133%;
}

.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
   color: var(--theme);
}

.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
   color: var(--text);
}

.main-sideber .single-sidebar-widget .tagcloud a {
   display: inline-block;
   padding: 10px 13px;
   line-height: 1;
   font-size: 16px;
   font-weight: 400;
   background: transparent;
   margin-right: 5px;
   text-transform: capitalize;
   margin-bottom: 10px;
   color: var(--text);
   border: 1px solid var(--border);
   transition: all 0.4s ease-in-out;
}

.main-sideber .single-sidebar-widget .tagcloud a:last-child {
   margin-right: 0;
}

.main-sideber .single-sidebar-widget .tagcloud a:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.news-details-wrapper .news-post-details .single-news-post .post-featured-thumb {
   height: 400px;
}

@media (max-width: 767px) {
   .news-details-wrapper .news-post-details .single-news-post .post-featured-thumb {
      height: 400px;
   }
}

.news-details-wrapper .news-post-details .single-news-post .post-content {
   margin-top: 30px;
}

.news-details-wrapper .news-post-details .single-news-post .post-content .news-post {
   display: flex;
   align-items: center;
   gap: 25px;
   margin-bottom: 10px;
}

.news-details-wrapper .news-post-details .single-news-post .post-content .news-post li {
   position: relative;
   font-size: 16px;
   color: var(--text);
}

.news-details-wrapper .news-post-details .single-news-post .post-content .news-post li:not(:last-child)::before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   content: "";
   width: 6px;
   height: 6px;
   top: 12px;
   left: 56px;
   border-radius: 30px;
   background: var(--text);
}

.news-details-wrapper .news-post-details .single-news-post .post-content h3 {
   font-size: 40px;
}

@media (max-width: 1199px) {
   .news-details-wrapper .news-post-details .single-news-post .post-content h3 {
      font-size: 30px;
   }
}

.news-details-wrapper .news-post-details .single-news-post .post-content h3 a:hover {
   color: var(--theme);
}

.news-details-wrapper .news-post-details .single-news-post .post-content .hilight-text {
   padding: 40px;
   background-color: rgb(189, 132, 76);
   display: flex;
   gap: 24px;
   justify-content: space-between;
}

@media (max-width: 767px) {
   .news-details-wrapper .news-post-details .single-news-post .post-content .hilight-text {
      padding: 30px;
      flex-wrap: wrap;
      gap: 30px;
   }
}

.news-details-wrapper .news-post-details .single-news-post .post-content .hilight-text .icon {
   font-size: 62px;
}

.news-details-wrapper .news-post-details .single-news-post .post-content .hilight-text p {
   max-width: 840px;
   font-size: 24px;
   font-weight: 400;
   color: var(--theme-4);
   line-height: 36px;
}

.news-details-wrapper .news-post-details .single-news-post .post-content .details-image img {
   width: 100%;
   height: 100%;
}

.news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a {
   display: inline-block;
   padding: 12px 26px;
   line-height: 1;
   background: var(--bg);
   margin-right: 8px;
   text-transform: capitalize;
   font-weight: 400;
   transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
   .news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a {
      margin-bottom: 10px;
   }
}

.news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.news-details-wrapper .news-post-details .tag-share-wrap .social-share span {
   font-size: 18px;
   color: var(--header);
   font-weight: 600;
}

.news-details-wrapper .news-post-details .tag-share-wrap .social-share a {
   font-size: 18px;
   color: var(--header);
}

.news-details-wrapper .news-post-details .tag-share-wrap .social-share a:not(:last-child) {
   margin-right: 10px;
}

.news-details-wrapper .news-post-details .tag-share-wrap .social-share a:hover {
   color: var(--theme);
}

.news-details-wrapper .news-post-details .news-comment-box {
   display: flex;
   align-items: center;
   gap: 25px;
   padding: 40px;
   background-color: var(--bg);
   margin-top: 80px;
   margin-bottom: 80px;
}

@media (max-width: 1199px) {
   .news-details-wrapper .news-post-details .news-comment-box {
      margin-top: 60px;
      margin-bottom: 60px;
      flex-wrap: wrap;
   }
}

@media (max-width: 575px) {
   .news-details-wrapper .news-post-details .news-comment-box {
      padding: 30px;
   }
}

.news-details-wrapper .news-post-details .news-comment-box .content p {
   margin-bottom: 5px;
}

.news-details-wrapper .news-post-details .comments-area {
   margin-top: 40px;
}

.news-details-wrapper .news-post-details .comments-area .comments-heading {
   margin-bottom: 30px;
}

@media (max-width: 575px) {
   .news-details-wrapper .news-post-details .comments-area .comments-heading {
      margin-bottom: 20px;
   }
}

@media (max-width: 575px) {
   .news-details-wrapper .news-post-details .comments-area .blog-single-comment {
      flex-wrap: wrap;
      gap: 20px;
   }
}

.news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .head .con h5 {
   margin-bottom: 5px;
}

.news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .head .reply {
   font-weight: 500;
   font-size: 18px;
   color: var(--theme);
}

.news-details-wrapper .news-post-details .comments-area .blog-single-comment.style-2 {
   margin-left: 140px;
}

@media (max-width: 1199px) {
   .news-details-wrapper .news-post-details .comments-area .blog-single-comment.style-2 {
      margin-left: 0;
   }
}

.news-details-wrapper .news-post-details .comment-form-wrap h3 {
   margin-bottom: 10px;
}

.news-details-wrapper .news-post-details .comment-form-wrap p {
   margin-bottom: 20px;
}

.news-details-wrapper .news-post-details .comment-form-wrap .form-clt input,
.news-details-wrapper .news-post-details .comment-form-wrap .form-clt textarea {
   width: 100%;
   outline: none;
   border: none;
   background-color: var(--bg);
   padding-bottom: 20px;
   padding: 16px 20px;
   transition: all 0.4s ease-in-out;
   color: #2c0000d1;
   font-size: 16px;
}

.news-details-wrapper .news-post-details .comment-form-wrap .form-clt input::placeholder,
.news-details-wrapper .news-post-details .comment-form-wrap .form-clt textarea::placeholder {
   color: var(--text);
}

.news-details-wrapper .news-post-details .comment-form-wrap .form-clt textarea {
   padding-bottom: 150px;
   resize: none;
}

.offer-wrapper .offer-card-item {
   display: flex;
   align-items: center;
   gap: 40px;
   padding: 0px 40px 0;
   background-color: var(--bg-3);
}

@media (max-width: 1199px) {
   .offer-wrapper .offer-card-item {
      gap: 0px;
      padding: 20px 30px 20px;
      flex-wrap: wrap;
   }
}

.offer-wrapper .offer-card-item .content p {
   font-size: 16px;
   color: var(--theme);
}

.offer-wrapper .offer-card-item .content h3 {
   font-size: 30px;
   margin-bottom: 30px;
}

.offer-wrapper .offer-card-item .content h3 a:hover {
   color: var(--theme);
}

.offer-wrapper .offer-card-item .content .theme-btn {
   background-color: transparent;
   border: 1.5px solid rgba(1, 15, 28, 0.1);
   color: var(--header);
   padding: 10px 22px;
}

.offer-wrapper .offer-card-item .content .theme-btn:hover {
   color: var(--theme-4);
}

.offer-wrapper .offer-card-item .offer-image img {
   width: 100%;
   height: 100%;
}

.offer-wrapper .offer-box {
   padding: 30px 40px 0;
   background: #f0f6ef;
   margin-top: 24px;
}

@media (max-width: 1199px) {
   .offer-wrapper .offer-box {
      padding: 30px;
      flex-wrap: wrap;
   }
}

.offer-wrapper .offer-box .content {
   margin-bottom: 15px;
}

.offer-wrapper .offer-box .content span {
   color: var(--theme);
}

.offer-wrapper .offer-box .content h3 {
   font-size: 30px;
}

@media (max-width: 1199px) {
   .offer-wrapper .offer-box .content h3 {
      font-size: 25px;
   }
}

.offer-wrapper .offer-box .content h3 a:hover {
   color: var(--theme);
}

.offer-wrapper .offer-box .offer-image {
   text-align: center;
   max-width: 126px;
}

.offer-wrapper .offer-box.style-2 {
   background: #f8f1e6;
}

.offer-wrapper .offer-box.style-2 .offer-image {
   max-width: 167px;
}

.offer-wrapper .offer-bg-box {
   height: 596px;
   position: relative;
}

@media (max-width: 991px) {
   .offer-wrapper .offer-bg-box {
      height: 550px;
   }
}

@media (max-width: 767px) {
   .offer-wrapper .offer-bg-box {
      height: 450px;
   }
}

@media (max-width: 575px) {
   .offer-wrapper .offer-bg-box {
      height: 350px;
   }
}

.offer-wrapper .offer-bg-box::before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   content: "";
   background: rgba(1, 15, 28, 0.3);
}

.offer-wrapper .offer-bg-box .content {
   position: absolute;
   left: 60px;
   bottom: 60px;
}

@media (max-width: 1199px) {
   .offer-wrapper .offer-bg-box .content {
      left: 30px;
      bottom: 30px;
   }
}

.offer-wrapper .offer-bg-box .content p {
   font-size: 16px;
   color: var(--theme-4);
}

.offer-wrapper .offer-bg-box .content h3 {
   font-size: 40px;
   margin-bottom: 20px;
   line-height: 128%;
}

@media (max-width: 1199px) {
   .offer-wrapper .offer-bg-box .content h3 {
      font-size: 35px;
   }
}

@media (max-width: 575px) {
   .offer-wrapper .offer-bg-box .content h3 {
      font-size: 30px;
   }
}

@media (max-width: 500px) {
   .offer-wrapper .offer-bg-box .content h3 {
      font-size: 27px;
   }
}

.offer-wrapper .offer-bg-box .content h3 a {
   color: var(--theme-4);
}

.offer-wrapper .offer-bg-box .content h3 a:hover {
   color: var(--theme);
}

.offer-wrapper .offer-bg-box .content .theme-btn {
   background-color: transparent;
   border: 1px solid rgba(255, 255, 255, 0.3);
   padding: 10px 22px;
   color: var(--theme-4);
}

.offer-wrapper .offer-bg-box .content .theme-btn::before {
   background-color: var(--theme);
}

.offer-wrapper .offer-bg-box .content .theme-btn:hover {
   border: 1px solid var(--theme);
}

.preloader {
   align-items: center;
   cursor: default;
   display: flex;
   height: 100%;
   justify-content: center;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 9999999;
}

.preloader .animation-preloader {
   z-index: 1000;
}

.preloader .animation-preloader .spinner {
   animation: spinner 1s infinite linear;
   border-radius: 50%;
   border: 3px solid rgba(0, 0, 0, 0.2);
   border-top-color: var(--theme);
   height: 9em;
   margin: 0 auto 3.5em auto;
   width: 9em;
}

@media (max-width: 767px) {
   .preloader .animation-preloader .spinner {
      width: 7.5em;
      height: 7.5em;
      margin: 0 auto 1.5em auto;
   }
}

.preloader .animation-preloader .txt-loading {
   font: bold 5em "Glacial Indifference", sans-serif, "Glacial Indifference", sans-serif;
   text-align: center;
   user-select: none;
}

@media (max-width: 767px) {
   .preloader .animation-preloader .txt-loading {
      font-size: 2.5em;
   }
}

.preloader .animation-preloader .txt-loading .letters-loading {
   color: var(--theme);
   position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
   animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
   animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
   animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
   animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
   animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
   animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
   animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
   animation: letters-loading 4s infinite;
   color: var(--header);
   content: attr(data-text-preloader);
   left: 0;
   opacity: 0;
   font-family: "Glacial Indifference", sans-serif;
   position: absolute;
   top: -3px;
   transform: rotateY(-90deg);
}

.preloader p {
   font-size: 15px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 8px;
   color: var(--theme);
}

.preloader .loader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   font-size: 0;
   z-index: 1;
   pointer-events: none;
}

.preloader .loader .row {
   height: 100%;
}

.preloader .loader .loader-section {
   padding: 0px;
}

.preloader .loader .loader-section .bg {
   background-color: var(--bg);
   height: 100%;
   left: 0;
   width: 100%;
   transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
   opacity: 0;
   transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
   width: 0;
   transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
   width: 100%;
   height: 100%;
   overflow: hidden;
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 999999;
   background-color: rgba(255, 255, 255, 0.9);
}

.search-wrap .search-inner {
   position: relative;
   width: 100%;
   height: 100%;
}

.search-wrap .search-cell {
   position: absolute;
   top: 50%;
   width: 100%;
   transform: translateY(-50%);
}

.search-wrap .search-field-holder {
   width: 50%;
   margin: auto;
   position: relative;
   animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .search-wrap .search-field-holder {
      width: 70%;
   }
}

@media (max-width: 575px) {
   .search-wrap .search-field-holder {
      width: 80%;
   }
}

.search-wrap .main-search-input {
   width: 100%;
   height: 70px;
   border: 0;
   padding: 0 50px;
   text-transform: capitalize;
   background: transparent;
   font-size: 25px;
   color: var(--theme);
   border-bottom: 2px solid var(--theme);
   text-align: center;
   letter-spacing: 2px;
}

@media (max-width: 575px) {
   .search-wrap .main-search-input {
      height: 50px;
      padding: 0 0;
      line-height: 50px;
      font-size: 18px;
   }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
   background-color: var(--theme);
}

input.main-search-input::placeholder {
   color: var(--theme);
   opacity: 1;
   font-size: 25px;
}

@media (max-width: 575px) {
   input.main-search-input::placeholder {
      font-size: 18px;
   }
}

.search-close {
   position: absolute;
   top: 50px;
   right: 50px;
   font-size: 30px;
   color: var(--theme);
   cursor: pointer;
}

.mouse-cursor {
   position: fixed;
   left: 0;
   top: 0;
   pointer-events: none;
   border-radius: 50%;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   visibility: hidden;
}

.cursor-inner {
   width: 6px;
   height: 6px;
   z-index: 10000001;
   background-color: var(--theme);
   -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
   -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
   transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
   margin-left: -35px;
   margin-top: -35px;
   width: 70px;
   height: 70px;
   background-color: var(--theme);
   opacity: 0.3;
}

.cursor-outer {
   margin-left: -12px;
   margin-top: -12px;
   width: 30px;
   height: 30px;
   border: 1px solid var(--theme);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   z-index: 10000000;
   opacity: 0.5;
   -webkit-transition: all 0.08s ease-out;
   -o-transition: all 0.08s ease-out;
   transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
   opacity: 0;
}

.back-to-top {
   border-radius: 50%;
   background-color: var(--theme-2);
   width: 50px;
   height: 50px;
   line-height: 50px;
   color: var(--theme);
   font-size: 18px;
   position: fixed;
   display: inline-block;
   z-index: 999;
   right: 30px;
   bottom: 30px;
   transition: all 0.4s ease-in-out;
   opacity: 0;
   visibility: hidden;
   transform: translateY(20px);
}

.back-to-top:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.back-to-top.show {
   opacity: 1;
   visibility: visible;
   transform: translate(0);
}

.tab-content .product-card-item {
   margin-top: 30px;
}

.tab-content .product-card-item .product-image {
   position: relative;
   overflow: hidden;
}

.tab-content .product-card-item .product-image::before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   content: "";
   background-color: rgba(1, 15, 28, 0.6);
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s ease-in-out;
}

.tab-content .product-card-item .product-image .social-icon {
   position: absolute;
   right: -20px;
   top: 20px;
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s ease-in-out;
}

.tab-content .product-card-item .product-image .social-icon li:not(:last-child) {
   margin-bottom: 5px;
}

.tab-content .product-card-item .product-image .social-icon li a {
   color: var(--theme);
   display: block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background-color: var(--theme-4);
   color: var(--header);
   text-align: center;
   transition: all 0.4s ease-in-out;
   position: relative;
}

.tab-content .product-card-item .product-image .social-icon li a:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.tab-content .product-card-item .product-image .social-icon li button {
   color: var(--theme);
   display: block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background-color: var(--theme-4);
   color: var(--header);
   text-align: center;
   transition: all 0.4s ease-in-out;
}

.tab-content .product-card-item .product-image .social-icon li button:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.tab-content .product-card-item .product-image img {
   width: 100%;
   height: 100%;
}

.tab-content .product-card-item .product-content {
   margin-top: 22px;
}

.tab-content .product-card-item .product-content h4 a:hover {
   color: var(--theme);
}

.tab-content .product-card-item .product-content p {
   font-size: 14px;
   font-weight: 400;
}

.tab-content .product-card-item .product-content span {
   font-size: 16px;
   font-weight: 500;
   color: var(--header);
}

.tab-content .product-card-item .product-content .cart-list li {
   color: var(--theme);
   font-size: 16px;
   font-weight: 500;
}

.tab-content .product-card-item .product-content .cart-list li i {
   margin-right: 5px;
}

.tab-content .product-card-item .product-content .doller li {
   color: var(--header);
   font-size: 16px;
   font-weight: 500;
}

.tab-content .product-card-item .product-content .doller li del {
   font-size: 14px;
   font-weight: 400;
   color: var(--text);
}

.tab-content .product-card-item:hover .product-image::before {
   opacity: 1;
   visibility: visible;
}

.tab-content .product-card-item:hover .product-image .social-icon {
   opacity: 1;
   visibility: visible;
   right: 20px;
}

.product-card-item-2 {
   margin-top: 30px;
}

.product-card-item-2 .product-image {
   background-color: var(--bg-2);
   padding: 45px 20px;
   text-align: center;
}

.product-card-item-2 .product-content {
   margin-top: 22px;
}

.product-card-item-2 .product-content h4 a:hover {
   color: var(--theme);
}

.product-card-item-2 .product-content p {
   font-size: 14px;
   font-weight: 400;
}

.product-card-item-2 .product-content span {
   font-size: 16px;
   font-weight: 500;
   color: var(--header);
}

.product-section-2 {
   position: relative;
   z-index: 9;
}

.product-section-2 .product-pagi-items {
   text-align: center;
   margin-top: 40px;
}

@media (max-width: 1199px) {
   .product-section-2 .product-pagi-items {
      display: none;
   }
}

.product-section-2 .product-pagi-items .product-dot .swiper-pagination-bullet {
   width: 100px;
   height: 3px;
   border-radius: 0;
   background: #d3d8dd;
   opacity: 1;
   transition: 0.6s;
   margin: 0 !important;
}

.product-section-2 .product-pagi-items .product-dot .swiper-pagination-bullet-active {
   opacity: 1;
   background: var(--header);
   width: 300px;
}

@media (max-width: 767px) {
   .product-section-2 .product-pagi-items .product-dot {
      display: none;
   }
}

.product-box-item {
   padding: 20px 9px;
   text-align: center;
}

@media (max-width: 1199px) {
   .product-box-item {
      border-left: 1px solid #e6e7e8;
      margin-bottom: 30px;
   }
}

@media (max-width: 1199px) {
   .product-box-item.style-2 {
      border-left: 1px solid #e6e7e8;
      border-right: 0px solid #e6e7e8;
      border-bottom: 1px solid #e6e7e8;
   }
}

.product-box-item .product-image {
   max-width: 180px;
   text-align: center;
   margin: 0 auto;
}

.product-box-item .product-image img {
   width: 100%;
   height: 100%;
}

.product-box-item .product-content {
   margin-top: 20px;
}

.product-box-item .product-content h3 {
   font-size: 18px;
   font-weight: 400;
   margin-bottom: 10px;
}

@media (max-width: 575px) {
   .product-box-item .product-content h3 {
      font-size: 20px;
   }
}

.product-box-item .product-content h3 a:hover {
   color: var(--theme-2);
}

.about-boxes-section .product-box-item .product-content p {
  margin-bottom: 10px;
  padding: 5px 20px;
  color: var(--theme);
}

.product-box-item .product-content p {
   margin-bottom: 10px;
}

.product-box-item .product-content span {
   font-size: 20px;
   color: #ef6cc2;
}

.tab-content .product-collection-item {
   margin-top: 30px;
}

.tab-content .product-collection-item .product-image {
   position: relative;
   overflow: hidden;
}

.tab-content .product-collection-item .product-image img {
  width: 100%;
  height: 280px;
  transition: all 0.4s ease-in-out;
  object-fit: contain;
}

.tab-content .product-collection-item .product-image .badge.badge-discount {
   font-size: 12px;
   font-weight: 600;
   color: var(--theme-4);
   background-color: var(--header);
   width: 40px;
   height: 40px;
   line-height: 24px;
   text-align: center;
   border-radius: 50px;
   position: absolute;
   left: 12px;
   top: 6px;
}

.tab-content .product-collection-item .product-image .product-btn .theme-btn-2 {
   width: 100%;
   background-color: var(--theme);
   padding: 6px 0;
   text-align: center;
   display: inline-block;
   font-size: 16px;
   font-weight: 400;
   color: var(--theme-4);
}

.tab-content .product-collection-item .product-content {
   margin-top: 20px;
}

.tab-content .product-collection-item .product-content p {
   font-size: 12px;
}

.tab-content .product-collection-item .product-content h4 {
  margin-bottom: 5px;
  font-family: var(--body-font);
  text-align: center;
  font-size: 18px;
}

.tab-content .product-collection-item .product-content ul {
  text-align: center;
}

.tab-content .product-collection-item .product-content h4 a:hover {
   color: #f58c9d;
}

.tab-content .product-collection-item .product-content span {
   font-size: 16px;
   font-weight: 500;
   color: var(--header);
}

.tab-content .product-collection-item .product-content .doller li {
  color: var(--theme);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
}

.tab-content .product-collection-item .product-content .doller li del {
   font-size: 14px;
   font-weight: 400;
   color: var(--text);
}

.tab-content .product-collection-item:hover .product-image img {
   transform: scale(1.1);
}

.tab-content .product-collection-item .product-image .product-btn {
   opacity: 1;
   visibility: visible;
   position: relative;
}

.product-sell-item {
   margin-top: 30px;
}

.product-sell-item .product-image {
   position: relative;
   overflow: hidden;
}

.product-sell-item .product-image img {
   width: 100%;
   height: 100%;
}

.product-sell-item .product-image .cart-btn {
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s ease-in-out;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
}

.product-sell-item .product-image .cart-btn .theme-btn {
   width: 100%;
   background-color: var(--theme);
   padding: 15px 0;
   text-align: center;
   display: inline-block;
   font-size: 16px;
   font-weight: 400;
   color: var(--theme-4);
}

.product-sell-item .product-image .cart-btn .theme-btn i {
   margin-right: 5px;
}

.product-sell-item .product-image .social-icon {
   position: absolute;
   right: -20px;
   top: 20px;
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s ease-in-out;
}

.product-sell-item .product-image .social-icon li:not(:last-child) {
   margin-bottom: 5px;
}

.product-sell-item .product-image .social-icon li a {
   color: var(--theme);
   display: block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background-color: var(--theme-4);
   color: var(--header);
   text-align: center;
   transition: all 0.4s ease-in-out;
   position: relative;
}

.product-sell-item .product-image .social-icon li a:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.product-sell-item .product-image .social-icon li button {
   color: var(--theme);
   display: block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background-color: var(--theme-4);
   color: var(--header);
   text-align: center;
   transition: all 0.4s ease-in-out;
}

.product-sell-item .product-image .social-icon li button:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.product-sell-item .product-image .sale-box {
   position: absolute;
   top: -11px;
   left: -40px;
   transform: rotate(-50deg);
}

.product-sell-item .product-image .sale-box .box {
   font-size: 14px;
   font-weight: 400;
   color: var(--theme-4);
   background-color: var(--theme);
   line-height: 1;
   padding: 36px 30px 10px;
}

.product-sell-item .product-content {
   margin-top: 20px;
}

.product-sell-item .product-content .content span {
   font-size: 14px;
   font-weight: 400;
}

.product-sell-item .product-content .content .star {
   color: #ee9e13;
   font-size: 10px;
}

.product-sell-item .product-content h5 {
   font-size: 16px;
   font-weight: 600;
   color: var(--header);
   margin-bottom: 5px;
}

.product-sell-item .product-content h5 a:hover {
   color: var(--theme);
}

.product-sell-item .product-content h6 {
   font-weight: 400;
}

.product-sell-item .product-content h6 del {
   font-size: 12px;
   font-weight: 400;
   color: var(--text);
}

.product-sell-item:hover .product-image .social-icon {
   right: 20px;
   opacity: 1;
   visibility: visible;
}

.product-sell-item:hover .product-content .cart-btn {
   opacity: 1;
   visibility: visible;
}

.product-wrapper {
   margin-top: 30px;
}

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

@media (max-width: 1199px) {
   .product-wrapper .nav {
      gap: 0px;
      flex-wrap: wrap;
   }
}

.product-wrapper .nav .nav-item {
   padding: 0;
   position: relative;
}

.product-wrapper .nav .nav-item .nav-link {
   font-size: 18px;
   font-weight: 400;
   color: rgb(160, 162, 164);
   position: relative;
}

.product-wrapper .nav .nav-item .nav-link.bb-none::before {
   display: none;
}

.product-wrapper .nav .nav-item .nav-link.active {
   color: var(--theme);
   font-weight: 400;
}

.product-wrapper .tab-content .product-store-item {
   margin-top: 30px;
}

.product-wrapper .tab-content .product-store-item .product-image {
   position: relative;
   overflow: hidden;
}

.product-wrapper .tab-content .product-store-item .product-image img {
   width: 100%;
   height: 100%;
}

.product-wrapper .tab-content .product-store-item .product-image .sale-box {
   position: absolute;
   top: -11px;
   left: -40px;
   transform: rotate(-50deg);
}

.product-wrapper .tab-content .product-store-item .product-image .sale-box .box {
   font-size: 14px;
   font-weight: 400;
   color: var(--theme-4);
   background-color: var(--theme);
   line-height: 1;
   padding: 36px 30px 10px;
}

.product-wrapper .tab-content .product-store-item .product-image .cart-btn {
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s ease-in-out;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
}

.product-wrapper .tab-content .product-store-item .product-image .cart-btn .theme-btn {
   width: 100%;
   background-color: var(--theme);
   padding: 15px 0;
   text-align: center;
   display: inline-block;
   font-size: 16px;
   font-weight: 400;
   color: var(--theme-4);
}

.product-wrapper .tab-content .product-store-item .product-image .cart-btn .theme-btn i {
   margin-right: 5px;
}

.product-wrapper .tab-content .product-store-item .product-image .social-icon {
   position: absolute;
   right: -20px;
   top: 20px;
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s ease-in-out;
}

.product-wrapper .tab-content .product-store-item .product-image .social-icon li:not(:last-child) {
   margin-bottom: 5px;
}

.product-wrapper .tab-content .product-store-item .product-image .social-icon li a {
   color: var(--theme);
   display: block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background-color: var(--theme-4);
   color: var(--header);
   text-align: center;
   transition: all 0.4s ease-in-out;
   position: relative;
}

.product-wrapper .tab-content .product-store-item .product-image .social-icon li a:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.product-wrapper .tab-content .product-store-item .product-image .social-icon li button {
   color: var(--theme);
   display: block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background-color: var(--theme-4);
   color: var(--header);
   text-align: center;
   transition: all 0.4s ease-in-out;
}

.product-wrapper .tab-content .product-store-item .product-image .social-icon li button:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.product-wrapper .tab-content .product-store-item .product-image .product-size {
   display: flex;
   align-items: center;
   gap: 15px;
   background-color: rgba(255, 255, 255, 0.8);
   padding: 6px 0;
   justify-content: center;
   position: absolute;
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s ease-in-out;
   bottom: 45px;
   left: 0;
   right: 0;
}

.product-wrapper .tab-content .product-store-item .product-image .product-size li {
   color: var(--header);
   font-size: 12px;
   font-weight: 600;
   text-transform: uppercase;
}

.product-wrapper .tab-content .product-store-item .product-content {
   margin-top: 20px;
}

.product-wrapper .tab-content .product-store-item .product-content .content {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 5px;
}

.product-wrapper .tab-content .product-store-item .product-content .content span {
   font-size: 14px;
   font-weight: 400;
}

.product-wrapper .tab-content .product-store-item .product-content .content span a:hover {
   color: var(--theme);
}

.product-wrapper .tab-content .product-store-item .product-content .content .star {
   color: #ee9e13;
   font-size: 12px;
}

.product-wrapper .tab-content .product-store-item .product-content h5 {
   font-size: 16px;
   font-weight: 600;
   color: var(--header);
   margin-bottom: 8px;
}

.product-wrapper .tab-content .product-store-item .product-content h5 a:hover {
   color: var(--theme);
}

.product-wrapper .tab-content .product-store-item .product-content h6 {
   font-weight: 400;
}

.product-wrapper .tab-content .product-store-item .product-content h6 del {
   font-size: 12px;
   font-weight: 400;
   color: var(--text);
}

.product-wrapper .tab-content .product-store-item .product-content .list-color-product {
   display: flex;
   flex-wrap: wrap;
   gap: 8px;
   margin-top: 20px;
}

.product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item {
   width: 20px;
   height: 20px;
   border: 1px solid transparent;
   background-color: transparent;
   transition: all 0.4s ease-in-out;
   border-radius: 50%;
   cursor: pointer;
   display: flex;
   align-items: center;
   position: relative;
}

.product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item .swatch-value {
   width: 100%;
   height: 100%;
   border: 3px solid transparent;
   display: inline-block;
   border-radius: 50%;
   transition: all 0.4s ease-in-out;
}

.product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item img {
   visibility: hidden;
   width: 18px;
   height: 18px;
   position: absolute;
}

.product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item.line {
   border: 1px solid var(--border);
}

.product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item.active,
.product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item:hover {
   border-color: var(--border);
}

.product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item.active .swatch-value,
.product-wrapper .tab-content .product-store-item .product-content .list-color-product .list-color-item:hover .swatch-value {
   border-color: var(--theme-4);
}

.product-wrapper .tab-content .product-store-item:hover .product-image .social-icon {
   opacity: 1;
   visibility: visible;
   right: 20px;
}

.product-wrapper .tab-content .product-store-item:hover .product-image .cart-btn {
   opacity: 1;
   visibility: visible;
}

.product-wrapper .tab-content .product-store-item:hover .product-image .product-size {
   opacity: 1;
   visibility: visible;
}

.section-title {
   position: relative;
   z-index: 99;
   margin-bottom: 10px;
   margin-top: -6px;
   font-size: 18px;
   font-weight: 600;
   color: #000;
}

.section-title .sub-title {
   font-size: 18px;
   font-weight: 400;
   color: var(--theme);
   font-family: "Glacial Indifference", sans-serif;
   text-transform: capitalize;
   display: inline-block;
}

@media (max-width: 767px) {
   .section-title {
      margin-bottom: 0;
   }
}

.section-title.style-3 .sub-title {
   color: var(--theme);
}

.section-title-area {
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: relative;
   z-index: 9;
}

@media (max-width: 991px) {
   .section-title-area {
      flex-wrap: wrap;
      gap: 30px;
   }
}

.section-title-area .nav {
   display: flex;
   align-items: center;
   border-bottom: 1px solid rgb(223, 224, 225);
   justify-content: center;
}

@media (max-width: 1199px) {
   .section-title-area .nav {
      gap: 30px;
      flex-wrap: wrap;
   }
}

.section-title-area .nav .nav-item {
   padding: 0;
   position: relative;
}

.section-title-area .nav .nav-item .nav-link {
   font-size: 18px;
   font-weight: 500;
   color: rgb(160, 162, 164);
   position: relative;
}

.section-title-area .nav .nav-item .nav-link::before {
   position: absolute;
   right: -4px;
   top: 20px;
   content: "";
   width: 5px;
   height: 5px;
   border-radius: 5px;
   background-color: rgba(0, 91, 255, 0.2);
}

@media (max-width: 1199px) {
   .section-title-area .nav .nav-item .nav-link::before {
      display: none;
   }
}

.section-title-area .nav .nav-item .nav-link.bb-none::before {
   display: none;
}

.section-title-area .nav .nav-item .nav-link.active {
   color: var(--header);
}

.section-title-area .nav .nav-item .nav-link.active::before {
   background-color: var(--theme);
}

.section-title-area .nav .nav-item .nav-link.active::after {
   position: absolute;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   content: "";
   background: var(--header);
   transition: 0.3s;
}

.section-title-area .array-buttons {
   margin-top: 30px;
   margin-left: 60px;
   gap: 5px;
}

@media (max-width: 1199px) {
   .section-title-area .array-buttons {
      margin-left: 0;
   }
}

.section-title-area .array-buttons .array-prev {
   color: var(--header);
   background: transparent;
   box-shadow: none;
}

.section-title-area .array-buttons .array-prev:hover {
   color: var(--theme);
}

.section-title-area .array-buttons .array-next {
   color: rgb(214, 217, 224);
   background: transparent;
   box-shadow: none;
   border-left: 1px solid rgb(214, 217, 224);
}

.section-title-area .array-buttons .array-next:hover {
   color: var(--theme);
}

.center {
   text-align: center;
   margin: 0 auto;
}

.section-bg-2 {
   background-color: var(--theme-5);
}

.section-bg {
  background-color: var(--theme-4);
}

.pattern-bg {
  background: url('../img/zera-pattern-1.jpg');
  background-size: cover;
}

.theme-bg {
   background-color: var(--theme);
}

.footer-bg {
   background: #f5f5f5;
}

.footer-bg-2 {
   background: var(--theme);
}

.shop-bg {
   background: #eff1f5;
}

.theme-2 {
   border-color: var(--theme-2);
}

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

@media (max-width: 1199px) {
   .section-padding {
      padding: 80px 0;
   }
}

@media (max-width: 991px) {
   .section-padding {
      padding: 80px 0;
   }
}

.section-padding-2 {
   padding: 100px 0;
}

@media (max-width: 991px) {
   .section-padding-2 {
      padding: 80px 0;
   }
}

.shop-box-item {
   background-color: var(--theme-4);
   padding: 60px 0px 40px;
   margin-top: 30px;
   text-align: center;
   position: relative;
   z-index: 1;
}

.shop-box-item::before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   content: "";
   background-color: var(--theme);
   transform: scale(1, 0);
   transition: transform 500ms ease;
   transform-origin: bottom center;
   z-index: -1;
}

.shop-box-item .shop-image {
   margin-bottom: 70px;
}

.shop-box-item .content h4 {
   font-weight: 500;
}

.shop-box-item .content h4 a:hover {
   color: var(--theme);
}

.shop-box-item .content p {
   font-weight: 500;
   color: var(--header);
}

.shop-box-item:hover::before {
   transform: scale(1, 1);
   transform-origin: top center;
}

.shop-box-item:hover .shop-image {
   filter: grayscale(100%) brightness(500%);
}

.shop-box-item:hover .shop-image img {
   filter: grayscale(100%) brightness(500%);
}

.shop-box-item:hover .content h4 a {
   color: var(--theme-4);
}

.shop-box-item:hover .content p {
   color: var(--theme-4);
}

.shop-section {
   position: relative;
   z-index: 9;
}

.shop-section .shop-pagi-items {
   text-align: center;
   margin-top: 40px;
}

@media (max-width: 1199px) {
   .shop-section .shop-pagi-items {
      display: none;
   }
}

.shop-section .shop-pagi-items .shop-dot .swiper-pagination-bullet {
   width: 100px;
   height: 3px;
   border-radius: 0;
   background: #d3d8dd;
   opacity: 1;
   transition: 0.6s;
   margin: 0 !important;
}

.shop-section .shop-pagi-items .shop-dot .swiper-pagination-bullet-active {
   opacity: 1;
   background: var(--header);
   width: 300px;
}

@media (max-width: 767px) {
   .shop-section .shop-pagi-items .shop-dot {
      display: none;
   }
}

.shop-wrapper {
   background-color: var(--bg-2);
}

.shop-wrapper .shop-collection-image {
   position: relative;
}

.shop-wrapper .shop-collection-image img {
   width: 100%;
   height: 100%;
}

.shop-wrapper .shop-collection-image .banner-product {
   position: absolute;
   top: 50%;
   left: 30%;
   transition: all 0.4s ease-in-out;
}

.shop-wrapper .shop-collection-image .banner-product.style-2 {
   bottom: 13%;
   right: 45%;
   left: initial;
   top: initial;
}

@media (max-width: 767px) {
   .shop-wrapper .shop-collection-image .banner-product {
      display: none;
   }
}

.shop-wrapper .shop-collection-image .banner-product:hover .product-details {
   visibility: visible;
   opacity: 1;
   margin-bottom: 15px;
}

.shop-wrapper .shop-collection-image .banner-product .plus-icon {
   width: 44px;
   height: 44px;
   line-height: 44px;
   text-align: center;
   border-radius: 100px;
   background-color: var(--theme-4);
   color: var(--header);
   display: inline-block;
   text-align: center;
   font-size: 18px;
   position: absolute;
   cursor: pointer;
}

.shop-wrapper .shop-collection-image .banner-product .plus-icon::before {
   position: absolute;
   content: "";
   width: 104px;
   height: 104px;
   line-height: 104px;
   text-align: center;
   border-radius: 100%;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   border: 1px solid rgba(255, 255, 255, 0.5);
}

.shop-wrapper .shop-collection-image .banner-product .plus-icon::after {
   position: absolute;
   content: "";
   width: 66px;
   height: 66px;
   line-height: 66px;
   text-align: center;
   border-radius: 100%;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   border: 1px solid rgba(255, 255, 255, 0.9);
}

.shop-wrapper .shop-collection-image .banner-product .product-details {
   min-width: 230px;
   width: 100%;
   position: absolute;
   background-color: var(--theme-4);
   box-shadow: 0px 54px 94px rgba(172, 128, 117, 0.2);
   border-radius: 0;
   bottom: 100%;
   left: -46px;
   padding: 18px 12px;
   margin-bottom: 30px;
   visibility: hidden;
   opacity: 0;
   transition: 0.3s;
}

.shop-wrapper .shop-collection-image .banner-product .product-details .title {
   margin-bottom: 0;
   font-size: 18px;
   color: var(--theme-4);
   margin-bottom: 6px;
   font-weight: 500;
}

.shop-wrapper .shop-collection-image .banner-product .product-details .title a:hover {
   color: var(--theme);
}

.shop-wrapper .shop-collection-image .banner-product .product-details .price {
   color: var(--header);
   font-size: 16px;
   font-weight: 400;
}

.shop-wrapper .shop-collection-image .banner-product .product-details .product-rating .rating-number {
   font-size: 14px;
   font-weight: 500;
   color: var(--text);
}

.shop-wrapper .shop-collection-image .banner-product .product-details .rating-image {
   position: absolute;
   top: 10px;
   right: 10px;
}

.shop-wrapper .shop-collection-image .banner-product .product-details .rating-image img {
   width: 100%;
   height: 100%;
}

.shop-wrapper .shop-collection-image .banner-product .product-details:after {
   content: "";
   width: 0;
   height: 0;
   border-left: 12px solid transparent;
   border-right: 12px solid transparent;
   border-top: 12px solid var(--theme-4);
   position: absolute;
   bottom: -12px;
   left: 52px;
}

.shop-wrapper .shop-collection-image:hover .banner-product {
   visibility: visible;
   opacity: 1;
}

.shop-wrapper .shop-collection-image h6 {
   color: var(--theme-4);
   position: absolute;
   top: 50px;
   left: 50px;
   font-size: 14px;
}

.shop-wrapper .shop-right-items {
   text-align: -webkit-center;
}

.shop-wrapper .shop-right-items p {
   font-size: 14px;
   font-weight: 400;
   color: var(--header);
}

.shop-wrapper .shop-right-items .right-image {
   max-width: 419px;
   margin-bottom: 20px;
   margin-top: 20px;
}

.shop-wrapper .shop-right-items .right-image img {
   width: 100%;
   height: 100%;
}

.shop-wrapper .shop-right-items h3 {
   font-size: 30px;
   font-weight: 500;
}

.shop-category-item {
   margin-top: 30px;
}

.shop-category-item .shop-category-image {
   position: relative;
}

.shop-category-item .shop-category-image::before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   content: "";
   background: linear-gradient(180deg,
         rgba(1, 15, 28, 0) 0%,
         rgba(1, 15, 28, 0.5) 100%);
}

.shop-category-item .shop-category-image img {
   width: 100%;
   height: 100%;
}

.shop-category-item .shop-category-image .content {
   position: absolute;
   bottom: 0px;
   left: 50%;
   transform: translateX(-50%);
   text-align: center;
   transition: all 0.4s ease-in-out;
}

.shop-category-item .shop-category-image .content h3 {
   font-weight: 500;
   font-size: 20px;
}

.shop-category-item .shop-category-image .content h3 a {
   color: var(--theme-4);
}

.shop-category-item .shop-category-image .content h3 a:hover {
   color: var(--theme-2);
}

.shop-category-item .shop-category-image .content p {
   font-size: 14px;
   font-weight: 500;
   color: var(--theme-4);
}

.shop-category-item .shop-category-image .link-btns {
   height: 0;
   overflow: hidden;
   transition: all 0.4s ease-in-out;
}

.shop-category-item:hover .link-btns {
   margin-top: 10px;
   height: 72px;
   border-bottom: none;
}

.sop-category-section {
   position: relative;
}

@media (max-width: 1600px) {
   .sop-category-section .arrow-button {
      display: none;
   }
}

.sop-category-section .arrow-button .array-prev {
   position: absolute;
   left: 16%;
   top: 58%;
   transform: translateY(-50%);
   color: rgb(1, 15, 28);
   font-size: 40px;
   z-index: 1;
}

.sop-category-section .arrow-button .array-next {
   position: absolute;
   right: 16%;
   top: 58%;
   transform: translateY(-50%);
   color: rgb(1, 15, 28);
   font-size: 40px;
   z-index: 1;
}

.shop-wrapper-2 .shop-collection-image {
   position: relative;
}

.shop-wrapper-2 .shop-collection-image img {
   width: 100%;
   height: 100%;
}

.shop-wrapper-2 .shop-collection-image .banner-product {
   position: absolute;
   top: 40%;
   left: 30%;
   transition: all 0.4s ease-in-out;
}

.shop-wrapper-2 .shop-collection-image .banner-product.style-2 {
   bottom: 20%;
   right: 40%;
   left: initial;
   top: initial;
}

@media (max-width: 1399px) {
   .shop-wrapper-2 .shop-collection-image .banner-product.style-2 {
      right: 50%;
   }
}

@media (max-width: 767px) {
   .shop-wrapper-2 .shop-collection-image .banner-product {
      display: none;
   }
}

.shop-wrapper-2 .shop-collection-image .banner-product:hover .product-details {
   visibility: visible;
   opacity: 1;
   margin-bottom: 15px;
}

.shop-wrapper-2 .shop-collection-image .banner-product .plus-icon {
   width: 44px;
   height: 44px;
   line-height: 44px;
   text-align: center;
   border-radius: 100px;
   background-color: var(--theme-4);
   color: var(--header);
   display: inline-block;
   text-align: center;
   font-size: 18px;
   position: absolute;
   cursor: pointer;
}

.shop-wrapper-2 .shop-collection-image .banner-product .plus-icon::before {
   position: absolute;
   content: "";
   width: 104px;
   height: 104px;
   line-height: 104px;
   text-align: center;
   border-radius: 100%;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   border: 1px solid rgba(255, 255, 255, 0.5);
}

.shop-wrapper-2 .shop-collection-image .banner-product .plus-icon::after {
   position: absolute;
   content: "";
   width: 66px;
   height: 66px;
   line-height: 66px;
   text-align: center;
   border-radius: 100%;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   border: 1px solid rgba(255, 255, 255, 0.9);
}

.shop-wrapper-2 .shop-collection-image .banner-product .product-details {
   min-width: 230px;
   width: 100%;
   position: absolute;
   background-color: var(--theme-4);
   box-shadow: 0px 54px 94px rgba(172, 128, 117, 0.2);
   border-radius: 0;
   bottom: 100%;
   left: -46px;
   padding: 18px 12px;
   margin-bottom: 30px;
   visibility: hidden;
   opacity: 0;
   transition: 0.3s;
}

.shop-wrapper-2 .shop-collection-image .banner-product .product-details .title {
   margin-bottom: 0;
   font-size: 18px;
   color: var(--theme-4);
   margin-bottom: 6px;
   font-weight: 500;
}

.shop-wrapper-2 .shop-collection-image .banner-product .product-details .title a:hover {
   color: var(--theme);
}

.shop-wrapper-2 .shop-collection-image .banner-product .product-details .price {
   color: var(--header);
   font-size: 16px;
   font-weight: 400;
}

.shop-wrapper-2 .shop-collection-image .banner-product .product-details .product-rating .rating-number {
   font-size: 14px;
   font-weight: 500;
   color: var(--text);
}

.shop-wrapper-2 .shop-collection-image .banner-product .product-details .rating-image {
   position: absolute;
   top: 10px;
   right: 10px;
}

.shop-wrapper-2 .shop-collection-image .banner-product .product-details .rating-image img {
   width: 100%;
   height: 100%;
}

.shop-wrapper-2 .shop-collection-image .banner-product .product-details:after {
   content: "";
   width: 0;
   height: 0;
   border-left: 12px solid transparent;
   border-right: 12px solid transparent;
   border-top: 12px solid var(--theme-4);
   position: absolute;
   bottom: -12px;
   left: 52px;
}

.shop-wrapper-2 .shop-collection-image:hover .banner-product {
   visibility: visible;
   opacity: 1;
}

.shop-wrapper-2 .shop-right-items {
   background-color: var(--bg);
   padding: 68px 0;
   text-align: center;
   position: relative;
}

@media (max-width: 991px) {
   .shop-wrapper-2 .shop-right-items {
      padding: 50px 0;
   }
}

@media (max-width: 767px) {
   .shop-wrapper-2 .shop-right-items {
      padding: 40px 0;
   }
}

@media (max-width: 575px) {
   .shop-wrapper-2 .shop-right-items {
      padding: 30px 0;
   }
}

.shop-wrapper-2 .shop-right-items .right-image {
   margin-top: 20px;
}

@media (max-width: 1199px) {
   .shop-wrapper-2 .shop-right-items .arrow-button {
      display: none;
   }
}

.shop-wrapper-2 .shop-right-items .arrow-button .array-prev {
   position: absolute;
   left: 22%;
   top: 50%;
   transform: translate(-50%, -50%);
   color: var(--header);
   background-color: var(--theme-4);
   font-size: 18px;
   z-index: 1;
   width: 40px;
   height: 40px;
   transition: all 0.4s ease-in-out;
}

.shop-wrapper-2 .shop-right-items .arrow-button .array-prev:hover {
   background-color: var(--theme-2);
   color: var(--theme-4);
}

.shop-wrapper-2 .shop-right-items .arrow-button .array-next {
   position: absolute;
   right: 17%;
   top: 50%;
   transform: translate(-50%, -50%);
   color: var(--theme-4);
   font-size: 18px;
   z-index: 1;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background-color: var(--header);
   transition: all 0.4s ease-in-out;
}

.shop-wrapper-2 .shop-right-items .arrow-button .array-next:hover {
   background-color: var(--theme-2);
}

.shop-wrapper-2 .shop-right-items p {
   font-size: 12px;
   margin-top: 10px;
}

.shop-wrapper-2 .shop-right-items .doller {
   margin-top: 5px;
}

.shop-wrapper-2 .shop-right-items .doller li {
   color: var(--header);
   font-size: 16px;
   font-weight: 500;
}

.shop-wrapper-2 .shop-right-items .doller li del {
   font-size: 14px;
   font-weight: 400;
   color: var(--text);
}

.cosmetics-collection-wrapper .cosmetics-items-bg {
   height: 414px;
   position: relative;
}

@media (max-width: 1199px) {
   .cosmetics-collection-wrapper .cosmetics-items-bg {
      height: 650px;
   }
}

@media (max-width: 991px) {
   .cosmetics-collection-wrapper .cosmetics-items-bg {
      height: 550px;
   }
}

@media (max-width: 767px) {
   .cosmetics-collection-wrapper .cosmetics-items-bg {
      height: 450px;
   }
}

@media (max-width: 575px) {
   .cosmetics-collection-wrapper .cosmetics-items-bg {
      height: 350px;
   }
}

.cosmetics-collection-wrapper .cosmetics-items-bg .content {
   padding: 60px;
}

@media (max-width: 991px) {
   .cosmetics-collection-wrapper .cosmetics-items-bg .content {
      padding: 50px;
   }
}

@media (max-width: 767px) {
   .cosmetics-collection-wrapper .cosmetics-items-bg .content {
      padding: 40px;
   }
}

@media (max-width: 575px) {
   .cosmetics-collection-wrapper .cosmetics-items-bg .content {
      padding: 30px;
   }
}

.cosmetics-collection-wrapper .cosmetics-items-bg .content span {
   font-size: 16px;
   font-weight: 400;
   color: var(--header);
   display: inline-block;
   margin-bottom: 10px;
}

.cosmetics-collection-wrapper .cosmetics-items-bg .content h3 {
   font-size: 32px;
   font-weight: 500;
}

@media (max-width: 991px) {
   .cosmetics-collection-wrapper .cosmetics-items-bg .content h3 {
      font-size: 45px;
   }
}

@media (max-width: 767px) {
   .cosmetics-collection-wrapper .cosmetics-items-bg .content h3 {
      font-size: 40px;
   }
}

@media (max-width: 575px) {
   .cosmetics-collection-wrapper .cosmetics-items-bg .content h3 {
      font-size: 35px;
   }
}

.cosmetics-collection-wrapper .cosmetics-items-bg .content .theme-btn {
   background-color: var(--theme-2);
   color: var(--theme-4);
   padding: 18px 24px;
   margin-top: 30px;
}

.cosmetics-collection-wrapper .cosmetics-items-bg .content .theme-btn::before {
   background-color: var(--theme-2);
}

.cosmetics-collection-wrapper .cosmetics-items-bg .content .theme-btn:hover {
   color: var(--theme-4);
}

.cosmetics-collection-wrapper .cosmetics-items-bg .content.style-2 {
   position: absolute;
   bottom: 50px;
   left: 50px;
   padding: 0;
}

@media (max-width: 1199px) {
   .cosmetics-collection-wrapper .cosmetics-items-bg .content.style-2 {
      left: 30px;
      bottom: 30px;
   }
}

.cosmetics-collection-wrapper .cosmetics-items-bg .content.style-2 h3 {
   color: var(--theme-2);
   font-weight: 600;
   font-size: 32px;
   margin-bottom: 10px;
}

@media (max-width: 575px) {
   .cosmetics-collection-wrapper .cosmetics-items-bg .content.style-2 h3 {
      font-size: 30px;
   }
}

.cosmetics-collection-wrapper .cosmetics-items-bg .content.style-2 .link-btn {
   font-size: 16px;
   font-weight: 400;
   text-transform: uppercase;
   color: var(--black);
   letter-spacing: 4.8px;
}

.cosmetics-collection-wrapper .cosmetics-items-bg .content.style-2 .link-btn:hover {
   color: var(--theme-2);
}

.bg-image {
   position: relative;
   height: 715px;
}

@media (max-width: 1199px) {
   .bg-image {
      height: 650px;
   }
}

@media (max-width: 991px) {
   .bg-image {
      height: 550px;
   }
}

@media (max-width: 767px) {
   .bg-image {
      height: 450px;
   }
}

@media (max-width: 575px) {
   .bg-image {
      height: 350px;
   }
}

.bg-image.style-2 {
   height: 348px;
}

.bg-image .content {
   position: absolute;
   left: 30px;
   top: 30px;
}

.bg-image .content h3 a:hover {
   color: var(--theme);
}

.bg-image .content p {
   font-size: 18px;
   font-weight: 400;
   color: #666;
}

.shop-bg-section {
   padding: 0 20px;
}

.shop-category-wrapper {
   margin-right: -55%;
   margin-top: 40px;
}

@media (max-width: 1199px) {
   .shop-category-wrapper {
      margin-right: 0;
   }
}

.shop-category-wrapper .shop-category-box {
   background-color: var(--theme-4);
   padding: 30px 38px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

@media (max-width: 1199px) {
   .shop-category-wrapper .shop-category-box {
      flex-wrap: wrap;
      gap: 30px;
   }
}

@media (max-width: 575px) {
   .shop-category-wrapper .shop-category-box {
      padding: 50px 30px;
   }
}

.shop-category-wrapper .shop-category-box .content h3 {
   font-size: 30px;
   margin-bottom: 10px;
}

@media (max-width: 1199px) {
   .shop-category-wrapper .shop-category-box .content h3 {
      font-size: 28px;
   }
}

@media (max-width: 575px) {
   .shop-category-wrapper .shop-category-box .content h3 {
      font-size: 25px;
   }
}

.shop-category-wrapper .shop-category-box .content h3 a:hover {
   color: var(--theme);
}

.shop-category-wrapper .shop-category-box .content h4 {
   font-weight: 500;
   margin-top: 8px;
}

.shop-category-wrapper .shop-category-box .content h4 del {
   font-size: 14px;
   font-weight: 400;
   color: var(--text);
}

.shop-category-wrapper .shop-category-box .content .star {
   color: rgb(255, 178, 29);
}

.shop-category-wrapper .shop-category-box .content .theme-btn {
   border: 1px solid var(--header);
   color: var(--header);
   margin-top: 30px;
   background-color: transparent;
}

.shop-category-wrapper .shop-category-box .content .theme-btn::before {
   background-color: var(--theme);
}

.shop-category-wrapper .shop-category-box .content .theme-btn:hover {
   color: var(--theme-4);
   border: 1px solid var(--theme);
}

.shop-category-wrapper .shop-category-box .shop-image {
   max-width: 180px;
}

.shop-category-wrapper .shop-category-box .shop-image.max-width {
   max-width: 250px;
}

.shop-category-wrapper .shop-category-box .shop-image.max-width-2 {
   max-width: 180px;
}

.shop-discover-wrapper {
   margin-top: 40px;
}

.shop-discover-wrapper .shop-discover-item .shop-image {
   max-width: 282px;
}

@media (max-width: 1199px) {
   .shop-discover-wrapper .shop-discover-item .shop-image {
      max-width: initial;
   }
}

.shop-discover-wrapper .shop-discover-item .shop-image img {
   width: 100%;
   height: 100%;
}

.shop-discover-wrapper .shop-discover-item .content {
   margin-top: 20px;
}

.shop-discover-wrapper .shop-discover-item .content p {
   margin-bottom: 6px;
}

.shop-discover-wrapper .shop-discover-item .content h4 {
   margin-bottom: 10px;
   font-size: 16px;
   font-weight: 600;
}

.shop-discover-wrapper .shop-discover-item .content h4 a:hover {
   color: var(--theme);
}

.shop-discover-wrapper .shop-discover-item .content .star {
   color: rgb(255, 178, 29);
   font-size: 10px;
}

.shop-discover-wrapper .shop-discover-item .content h6 del {
   font-size: 16px;
   font-weight: 400;
   color: var(--text);
}

.shop-discover-wrapper .bg-image-2 {
   height: 532px;
   position: relative;
}

@media (max-width: 767px) {
   .shop-discover-wrapper .bg-image-2 {
      height: 450px;
   }
}

@media (max-width: 575px) {
   .shop-discover-wrapper .bg-image-2 {
      height: 350px;
   }
}

.shop-discover-wrapper .bg-image-2::before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   content: "";
   background: linear-gradient(180deg,
         rgba(1, 15, 28, 0) 44.84%,
         rgba(1, 15, 28, 0.6) 100%);
}

.shop-discover-wrapper .bg-image-2 .content {
   position: absolute;
   bottom: 40px;
   left: 40px;
   padding: 0;
   z-index: 1;
}

.shop-discover-wrapper .bg-image-2 .content h3 {
   margin-bottom: 20px;
}

.shop-discover-wrapper .bg-image-2 .content h3 a {
   color: var(--theme-4);
}

.shop-discover-wrapper .bg-image-2 .content h3 a:hover {
   color: var(--theme);
}

.shop-discover-wrapper .bg-image-2 .content .theme-btn {
   background-color: transparent;
   border: 1px solid var(--theme-4);
   color: var(--theme-4);
}

.shop-discover-wrapper .bg-image-2 .content .theme-btn::before {
   background-color: var(--theme);
}

.shop-discover-wrapper .bg-image-2 .content .theme-btn:hover {
   border: 1px solid var(--theme);
}

.shop-categories-wrapper .top-content {
   margin-bottom: 60px;
}

.shop-categories-wrapper .top-content .list {
   display: flex;
   align-items: center;
   gap: 24px;
   margin-top: 20px;
}

.shop-categories-wrapper .top-content .list li {
   position: relative;
}

.shop-categories-wrapper .top-content .list li:not(:last-child)::before {
   position: absolute;
   content: "";
   width: 5px;
   height: 5px;
   left: 50px;
   top: 13px;
   border-radius: 30px;
   background-color: #a8acb0;
}

.shop-categories-wrapper .shop-categories-box {
   padding: 50px 60px;
   background: #f1f1f1;
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: relative;
   overflow: hidden;
}

@media (max-width: 991px) {
   .shop-categories-wrapper .shop-categories-box {
      padding: 50px 50px;
   }
}

@media (max-width: 767px) {
   .shop-categories-wrapper .shop-categories-box {
      padding: 50px 40px;
   }
}

@media (max-width: 575px) {
   .shop-categories-wrapper .shop-categories-box {
      padding: 50px 30px;
   }
}

.shop-categories-wrapper .shop-categories-box .content h3 {
   font-size: 28px;
   font-weight: 500;
}

.shop-categories-wrapper .shop-categories-box .content .link-btn-2 {
   margin-top: 20px;
   display: inline-block;
}

.shop-categories-wrapper .shop-categories-box .phone-image {
   position: absolute;
   right: 0;
   bottom: 0;
}

@media (max-width: 1199px) {
   .shop-categories-wrapper .shop-categories-box .phone-image {
      right: 0px;
      bottom: -50px;
   }
}

.shop-categories-wrapper .shop-categories-box .phone-image img {
   width: 100%;
   height: 100%;
}

.shop-categories-wrapper .shop-categories-item {
   background: #ffda67;
   padding: 40px 40px 73px;
   position: relative;
}

@media (max-width: 1199px) {
   .shop-categories-wrapper .shop-categories-item {
      padding: 40px 30px 73px;
   }
}

.shop-categories-wrapper .shop-categories-item .content {
   position: relative;
   z-index: 1;
}

.shop-categories-wrapper .shop-categories-item .content h4 {
   font-weight: 500;
   margin-bottom: 10px;
}

.shop-categories-wrapper .shop-categories-item .content p {
   color: var(--header);
}

.shop-categories-wrapper .shop-categories-item .content .link-btn-2 {
   margin-top: 30px;
   display: inline-block;
}

.shop-categories-wrapper .shop-categories-item .categories-image {
   position: absolute;
   bottom: 0px;
   right: 30px;
}

.shop-categories-wrapper .shop-categories-item .categories-image img {
   width: 100%;
   height: 100%;
}

.shop-bottom {
   margin-top: 60px;
   text-align: center;
}

.shop-bottom p {
   margin-bottom: 20px;
}

.shop-bottom .text::before {
   position: absolute;
   content: "";
   width: 35%;
   height: 1px;
   background: rgb(237, 239, 242);
   left: 33%;
}

.shop-bottom .text::after {
   position: absolute;
   content: "";
   width: 240px;
   height: 1px;
   background: rgb(1, 15, 28);
   left: 33%;
}

@media (max-width: 1199px) {
   .shop-bottom .text {
      display: none;
   }
}

.shop-bottom .theme-btn {
   margin-top: 40px;
   background: transparent;
   border: 1px solid var(--header);
   color: var(--header);
}

.shop-bottom .theme-btn::before {
   background-color: var(--theme);
}

.shop-bottom .theme-btn:hover {
   color: var(--theme-4);
   border: 1px solid var(--theme);
}

@media (max-width: 1199px) {
   .shop-bottom .theme-btn {
      margin-top: 0;
   }
}

.shop-product-item {
   padding: 50px 60px;
   background: #f3f5f6;
   text-align: center;
}

.shop-product-item .product-image {
   margin-bottom: 50px;
   object-fit: cover;
   position: relative;
}

.shop-product-item .product-image img {
   max-width: 100%;
   width: 200px;
   height: 185px;
   transition: all 0.4s ease-in-out;
}

.shop-product-item .product-image .shop-icon {
   gap: 8px;
   position: absolute;
   top: 50px;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

.shop-product-item .product-image .shop-icon li {
   -webkit-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   cursor: pointer;
   background-color: var(--theme-4);
   width: 42px;
   height: 42px;
   text-align: center;
   line-height: 42px;
}

.shop-product-item .product-image .shop-icon li:hover {
   background-color: var(--theme);
}

.shop-product-item .product-image .shop-icon li:hover i {
   color: var(--theme-4);
}

.shop-product-item .content h3 {
   font-weight: 600;
}

.shop-product-item .content h3 a:hover {
   color: var(--theme);
}

.shop-product-item .content p {
   font-size: 14px;
   font-weight: 500;
   margin-bottom: 10px;
}

.shop-product-item:hover .product-image img {
   transform: scale(1.1);
}

.shop-product-item:hover .product-image .shop-icon li {
   -webkit-transform: scaleX(1);
   transform: scaleX(1);
}

.product-details-wrapper .top-content {
   margin-bottom: 60px;
}

@media (max-width: 1199px) {
   .product-details-wrapper .top-content {
      margin-bottom: 40px;
   }
}

.product-details-wrapper .top-content .list {
   display: flex;
   align-items: center;
   gap: 24px;
   margin-top: 20px;
}

.product-details-wrapper .top-content .list li {
   position: relative;
}

.product-details-wrapper .top-content .list li:not(:last-child)::before {
   position: absolute;
   content: "";
   width: 5px;
   height: 5px;
   left: 50px;
   top: 13px;
   border-radius: 30px;
   background-color: #a8acb0;
}

.product-details-wrapper .product-details-sideber {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

@media (max-width: 1199px) {
   .product-details-wrapper .product-details-sideber {
      flex-wrap: wrap;
      gap: 30px;
   }
}

.product-details-wrapper .product-details-sideber .product-details-wrap {
   display: flex;
   align-items: center;
   gap: 30px;
}

@media (max-width: 1199px) {
   .product-details-wrapper .product-details-sideber .product-details-wrap {
      flex-wrap: wrap;
   }
}

.product-details-wrapper .product-details-sideber .product-details-wrap .nav {
   display: flex;
   align-items: center;
   gap: 6px;
}

.product-details-wrapper .product-details-sideber .product-details-wrap .nav .nav-item .nav-link {
   width: 45px;
   height: 40px;
   line-height: 23px;
   text-align: center;
   border: 1px solid rgb(129, 132, 135);
   color: var(--text);
   transition: all 0.4s ease-in-out;
}

.product-details-wrapper .product-details-sideber .product-details-wrap .nav .nav-item .nav-link:hover {
   border: 1px solid var(--header);
   color: var(--header);
}

.product-details-wrapper .product-details-sideber .product-details-wrap .nav .nav-item .nav-link.active {
   color: var(--theme);
   border: 1px solid var(--theme);
}

.product-details-wrapper .product-details-sideber .shop-right {
   display: flex;
   align-items: center;
   gap: 16px;
}

@media (max-width: 767px) {
   .product-details-wrapper .product-details-sideber .shop-right {
      flex-wrap: wrap;
   }
}

.product-details-wrapper .product-details-sideber .shop-right .form-clt {
   width: 204px;
   width: 100%;
}

.product-details-wrapper .product-details-sideber .shop-right .form-clt .nice-select {
   padding: 10px 20px;
   font-size: 16px;
   font-weight: 400;
   text-transform: capitalize;
   border-radius: 0;
   border: 1px solid rgba(1, 15, 28, 0.1);
   background: #f9f9f9;
   width: initial;
   color: var(--header);
   width: 204px;
}

.product-details-wrapper .product-details-sideber .shop-right .form-clt .nice-select::after {
   right: 30px;
}

.product-details-wrapper .product-details-sideber .shop-right .form-clt .nice-select .list {
   width: 100%;
   background-color: var(--bg);
}

.product-details-wrapper .product-details-sideber .shop-right .form-clt .nice-select .focus {
   background-color: transparent;
   font-weight: 400;
   color: var(--text);
}

.product-details-wrapper .product-details-sideber .shop-right .form-clt .nice-select .option {
   border: none;
}

.product-details-wrapper .product-details-sideber .shop-right .form-clt .nice-select .option:hover {
   background-color: transparent;
}

.product-details-wrapper .product-details-sideber .shop-right .filter-button {
   background-color: var(--header);
   padding: 17px 40px;
   transition: all 0.4s ease-in-out;
}

.product-details-wrapper .product-details-sideber .shop-right .filter-button:hover {
   background-color: var(--theme);
}

.product-details-wrapper .product-details-sideber .shop-right .filter-button h6 {
   font-size: 14px;
   font-weight: 500;
}

.product-details-wrapper .product-details-sideber .shop-right .filter-button h6 a {
   color: var(--theme-4);
   display: inline-flex;
   gap: 8px;
}

.product-details-wrapper .tab-content .product-details-item {
   margin-top: 40px;
}

.product-details-wrapper .tab-content .product-details-item .shop-image {
   background: #f1f3f4;
   padding: 45px;
   position: relative;
}

.product-details-wrapper .tab-content .product-details-item .shop-image img {
   width: 100%;
   height: 100%;
   transition: all 0.4s ease-in-out;
}

.product-details-wrapper .tab-content .product-details-item .shop-image .shop-icon {
   gap: 8px;
   position: absolute;
   top: 50px;
   left: 24px;
}

.product-details-wrapper .tab-content .product-details-item .shop-image .shop-icon li {
   -webkit-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   cursor: pointer;
   background-color: var(--theme-4);
   width: 42px;
   height: 42px;
   border-radius: 0;
   text-align: center;
   line-height: 42px;
}

.product-details-wrapper .tab-content .product-details-item .shop-image .shop-icon li:hover {
   background-color: var(--theme);
}

.product-details-wrapper .tab-content .product-details-item .shop-image .shop-icon li:hover i {
   color: var(--theme-4);
}

.product-details-wrapper .tab-content .product-details-item .content {
   margin-top: 20px;
}

.product-details-wrapper .tab-content .product-details-item .content h4 {
   margin-bottom: 6px;
   margin-top: 4px;
}

.product-details-wrapper .tab-content .product-details-item .content h4 a:hover {
   color: var(--theme);
}

.product-details-wrapper .tab-content .product-details-item .content .star {
   color: rgb(255, 178, 29);
   margin-bottom: 6px;
   font-size: 12px;
}

.product-details-wrapper .tab-content .product-details-item .content h6 del {
   font-size: 16px;
   font-weight: 400;
   color: var(--text);
}

.product-details-wrapper .tab-content .product-details-item:hover .shop-image img {
   transform: scale(1.1);
}

.product-details-wrapper .tab-content .product-details-item:hover .shop-image .shop-icon li {
   -webkit-transform: scaleX(1);
   transform: scaleX(1);
}

.product-details-wrapper .tab-content .product-details-item.style-2 {
   display: flex;
   align-items: center;
   gap: 50px;
   border: 1px solid #e0e2e3;
}

@media (max-width: 991px) {
   .product-details-wrapper .tab-content .product-details-item.style-2 {
      flex-wrap: wrap;
      gap: 0;
   }
}

.product-details-wrapper .tab-content .product-details-item.style-2 .shop-image {
   padding: 30px 40px;
   background-color: rgb(241, 243, 244);
}

@media (max-width: 991px) {
   .product-details-wrapper .tab-content .product-details-item.style-2 .shop-image {
      flex-basis: 100%;
   }
}

.product-details-wrapper .tab-content .product-details-item.style-2 .content {
   margin-top: 0;
}

@media (max-width: 991px) {
   .product-details-wrapper .tab-content .product-details-item.style-2 .content {
      padding: 30px;
   }
}

.product-details-wrapper .tab-content .product-details-item.style-2 .content h3 {
   font-size: 40px;
}

@media (max-width: 767px) {
   .product-details-wrapper .tab-content .product-details-item.style-2 .content h3 {
      font-size: 30px;
   }
}

@media (max-width: 575px) {
   .product-details-wrapper .tab-content .product-details-item.style-2 .content h3 {
      font-size: 25px;
   }
}

.product-details-wrapper .tab-content .product-details-item.style-2 .content p {
   max-width: 426px;
}

.product-details-wrapper .tab-content .product-details-item.style-2 .content .theme-btn {
   background-color: var(--header);
   display: inline-block;
   margin-top: 30px;
}

.product-details-wrapper .tab-content .product-details-item.style-2 .content .theme-btn::before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   content: "";
   background-color: var(--theme);
}

.shop-left-sideber-wrapper .top-content {
   margin-bottom: 60px;
}

@media (max-width: 1199px) {
   .shop-left-sideber-wrapper .top-content {
      margin-bottom: 40px;
   }
}

.shop-left-sideber-wrapper .top-content .list {
   display: flex;
   align-items: center;
   gap: 24px;
   margin-top: 20px;
}

.shop-left-sideber-wrapper .top-content .list li {
   position: relative;
}

.shop-left-sideber-wrapper .top-content .list li:not(:last-child)::before {
   position: absolute;
   content: "";
   width: 5px;
   height: 5px;
   left: 50px;
   top: 13px;
   border-radius: 30px;
   background-color: #a8acb0;
}

.shop-left-sideber-wrapper .shop-sideber-item {
   margin-top: 40px;
}

.shop-left-sideber-wrapper .shop-sideber-item .shop-image {
   background: #f1f3f4;
   padding: 45px;
   position: relative;
}

.shop-left-sideber-wrapper .shop-sideber-item .shop-image img {
   width: 100%;
   height: 100%;
   transition: all 0.4s ease-in-out;
}

.shop-left-sideber-wrapper .shop-sideber-item .shop-image .shop-icon {
   gap: 8px;
   position: absolute;
   top: 50px;
   left: 24px;
}

.shop-left-sideber-wrapper .shop-sideber-item .shop-image .shop-icon li {
   -webkit-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;
   cursor: pointer;
   background-color: var(--theme-4);
   width: 42px;
   height: 42px;
   border-radius: 50%;
   text-align: center;
   line-height: 42px;
}

.shop-left-sideber-wrapper .shop-sideber-item .shop-image .shop-icon li:hover {
   background-color: var(--header);
}

.shop-left-sideber-wrapper .shop-sideber-item .shop-image .shop-icon li:hover i {
   color: var(--theme-4);
}

.shop-left-sideber-wrapper .shop-sideber-item .content {
   margin-top: 20px;
}

.shop-left-sideber-wrapper .shop-sideber-item .content h4 {
   margin-bottom: 10px;
}

.shop-left-sideber-wrapper .shop-sideber-item .content h4 a:hover {
   color: var(--theme);
}

.shop-left-sideber-wrapper .shop-sideber-item .content .star {
   color: rgb(255, 178, 29);
   margin-bottom: 12px;
}

.shop-left-sideber-wrapper .shop-sideber-item .content h6 del {
   font-size: 16px;
   font-weight: 400;
   color: var(--text);
}

.shop-left-sideber-wrapper .shop-sideber-item:hover .shop-image img {
   transform: scale(1.1);
}

.shop-left-sideber-wrapper .shop-sideber-item:hover .shop-image .shop-icon li {
   -webkit-transform: scaleX(1);
   transform: scaleX(1);
}

.main-sideber .single-sidebar-widget-2 {
   margin-bottom: 30px;
}

@media (max-width: 1199px) {
   .main-sideber .single-sidebar-widget-2 {
      margin-bottom: 30px;
   }
}

.main-sideber .single-sidebar-widget-2 .wid-title {
   padding-bottom: 10px;
}

.main-sideber .single-sidebar-widget-2 .wid-title h5 {
   font-weight: 500;
}

.main-sideber .single-sidebar-widget-2 .range__barcustom .price-input {
   margin-top: 30px;
   position: relative;
}

.main-sideber .single-sidebar-widget-2 .range__barcustom .price-input .field {
   display: flex;
   align-items: center;
   font-size: 18px;
   width: 54%;
}

.main-sideber .single-sidebar-widget-2 .range__barcustom .price-input .field span {
   font-size: 14px;
   font-weight: 500;
   color: var(--header);
}

.main-sideber .single-sidebar-widget-2 .range__barcustom .price-input .field.style-2 {
   width: 46%;
}

@media (max-width: 1199px) {
   .main-sideber .single-sidebar-widget-2 .range__barcustom .price-input .field {
      width: 20%;
   }
}

.main-sideber .single-sidebar-widget-2 .range__barcustom .separators {
   margin-left: -95px;
   padding-right: 7px;
   font-size: 20px;
   line-height: 42px;
   font-weight: 500;
}

@media (max-width: 1199px) {
   .main-sideber .single-sidebar-widget-2 .range__barcustom .separators {
      display: none;
   }
}

.main-sideber .single-sidebar-widget-2 .range__barcustom .field input {
   height: 100%;
   outline: none;
   background: transparent;
   border: unset;
   font-size: 16px;
   font-weight: 500;
   color: var(--header);
   padding: 0;
}

.main-sideber .single-sidebar-widget-2 .range__barcustom .field input span {
   font-weight: 500;
   color: var(--header);
   font-size: 16px;
}

.main-sideber .single-sidebar-widget-2 .range__barcustom input[type="number"]::-webkit-outer-spin-button,
.main-sideber .single-sidebar-widget-2 .range__barcustom input[type="number"]::-webkit-inner-spin-button {
   -webkit-appearance: none;
}

.main-sideber .single-sidebar-widget-2 .range__barcustom .price-input .separator {
   font-size: 14px;
   font-weight: 400;
   color: var(--theme-4);
}

.main-sideber .single-sidebar-widget-2 .range__barcustom .slider {
   height: 4px;
   position: relative;
   background: rgb(237, 237, 237);
}

.main-sideber .single-sidebar-widget-2 .range__barcustom .slider .progress {
   height: 100%;
   left: 25%;
   right: 25%;
   position: absolute;
   border-radius: 0;
   background: var(--theme);
}

.main-sideber .single-sidebar-widget-2 .range__barcustom .range-input {
   position: relative;
   display: flex;
   justify-content: center;
}

.main-sideber .single-sidebar-widget-2 .range__barcustom .range-input input {
   position: absolute;
   width: 100%;
   height: 6.75px;
   top: -6px;
   background: none;
   pointer-events: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   padding: 0;
   outline: none;
}

.main-sideber .single-sidebar-widget-2 .range__barcustom input[type="range"]::-webkit-slider-thumb {
   height: 17px;
   width: 5px;
   border-radius: 0;
   background: var(--theme);
   border: 1.125px solid var(--theme);
   pointer-events: auto;
   -webkit-appearance: none;
}

.main-sideber .single-sidebar-widget-2 .range__barcustom .price-input .theme-btn {
   padding: 14px 30px;
}

.main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single {
   position: relative;
   padding-left: 18px;
   cursor: pointer;
   display: block;
}

.main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
}

.main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single:not(:last-child) {
   margin-bottom: 10px;
}

.main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .checkbox-area .checkmark {
   position: absolute;
   left: 0;
   height: 18px;
   width: 18px;
   border-radius: 0;
   border: 2px solid var(--theme);
   background-color: var(--theme-4);
   top: 5px;
}

.main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .checkbox-area .checkmark::after {
   content: "";
}

.main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .checkbox-area input:checked~.checkmark {
   background-color: var(--theme);
}

.main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .checkbox-area input:checked~.checkmark::after {
   content: "\f00c";
   position: absolute;
   font-family: "Font Awesome 6 Pro";
   top: -7px;
   left: 3px;
   color: var(--theme);
   font-size: 11px;
}

.main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .checkbox-area input:checked~.checkmark:after {
   display: block;
   color: var(--theme-4);
}

.main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .text-color {
   font-weight: 400;
   color: var(--text);
   font-size: 14px;
}

.main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .text-color .star {
   color: #fd8f21;
   margin-right: 5px;
}

.main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .text-color .star i.color-2 {
   color: var(--text);
}

.main-sideber .single-sidebar-widget-2 .courses-list .checkbox-single .text-color .ratting-text {
   font-size: 16px;
}

.main-sideber .single-sidebar-widget-2 .product-list .checkbox-single {
   position: relative;
   padding-left: 18px;
   cursor: pointer;
   display: block;
}

.main-sideber .single-sidebar-widget-2 .product-list .checkbox-single input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
}

.main-sideber .single-sidebar-widget-2 .product-list .checkbox-single:not(:last-child) {
   margin-bottom: 10px;
}

.main-sideber .single-sidebar-widget-2 .product-list .checkbox-single .checkbox-area .checkmark {
   position: absolute;
   left: 0;
   height: 18px;
   width: 18px;
   border-radius: 0;
   border: 2px solid var(--theme);
   top: 5px;
   content: "";
}

.main-sideber .single-sidebar-widget-2 .product-list .checkbox-single .checkbox-area input:checked~.checkmark {
   background-color: var(--theme);
}

.main-sideber .single-sidebar-widget-2 .product-list .checkbox-single .checkbox-area input:checked~.checkmark::after {
   content: "\f00c";
   position: absolute;
   font-family: "Font Awesome 6 Pro";
   top: -8px;
   left: 3px;
   color: var(--theme);
   font-size: 11px;
}

.main-sideber .single-sidebar-widget-2 .product-list .checkbox-single .checkbox-area input:checked~.checkmark:after {
   display: block;
   color: var(--theme-4);
}

.main-sideber .single-sidebar-widget-2 .list .checkbox-single {
   position: relative;
   padding-left: 18px;
   cursor: pointer;
   display: block;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.main-sideber .single-sidebar-widget-2 .list .checkbox-single input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
}

.main-sideber .single-sidebar-widget-2 .list .checkbox-single:not(:last-child) {
   margin-bottom: 10px;
}

.main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area .checkmark {
   position: absolute;
   left: 0;
   height: 18px;
   width: 18px;
   border-radius: 50px;
   background-color: rgb(65, 207, 15);
   top: 5px;
   content: "";
}

.main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area .checkmark.bg-2 {
   background-color: rgb(70, 102, 255);
}

.main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area .checkmark.bg-3 {
   background-color: rgb(255, 158, 44);
}

.main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area .checkmark.bg-4 {
   background-color: rgb(182, 21, 253);
}

.main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area .checkmark.bg-5 {
   background-color: rgb(255, 215, 71);
}

.main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area .checkmark.bg-6 {
   background-color: rgb(65, 207, 15);
}

.main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area input:checked~.checkmark::after {
   content: "\f00c";
   position: absolute;
   font-family: "Font Awesome 6 Pro";
   top: -6px;
   left: 3px;
   color: var(--theme);
   font-size: 11px;
}

.main-sideber .single-sidebar-widget-2 .list .checkbox-single .checkbox-area input:checked~.checkmark:after {
   display: block;
   color: var(--theme-4);
}

.main-sideber .single-sidebar-widget-2 .list .checkbox-single .text {
   transition: all 0.4s ease-in-out;
   color: rgb(85, 88, 91);
   border-radius: 8px;
   border: 1px solid #eaeaea;
   padding: 4px 8px;
   display: inline-block;
   line-height: 1;
   font-size: 12px;
   font-weight: 500;
}

.main-sideber .single-sidebar-widget-2 .list .checkbox-single .text:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.main-sideber .single-sidebar-widget-2 .widget-categories ul li {
   font-weight: 400;
   transition: all 0.4s ease-in-out;
   border-radius: 0;
   font-size: 15px;
   line-height: 1;
}

.main-sideber .single-sidebar-widget-2 .widget-categories > ul > li {
  list-style: disc;
  color: var(--theme);
  margin-left: 15px;
}

.main-sideber .single-sidebar-widget-2 .widget-categories ul li a {
   color: var(--theme);
   position: relative;
}

.main-sideber .single-sidebar-widget-2 .widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--theme);
  padding: 4px 2px;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
}

.main-sideber .single-sidebar-widget-2 .widget-categories ul li:not(:last-child) {
   padding: 6px 0px;
}

.main-sideber .single-sidebar-widget-2 .brand-post .brand-item {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-bottom: 20px;
   margin-bottom: 20px;
}

.shop-details-wrapper .shop-details-image {
   position: relative;
}

.shop-details-wrapper .shop-details-image .nav {
   display: flex;
   align-items: center;
   gap: 7px;
   margin-top: 20px;
}

.shop-details-wrapper .shop-details-image .nav img {
   width: 100%;
   height: 100%;
}

.shop-details-wrapper .shop-details-image .nav .nav-link {
   padding: 0;
   max-width: 109px;
}

.shop-details-wrapper .shop-details-image .shop-thumb img {
   width: 100%;
   height: 100%;
}

.shop-details-wrapper .product-details-content {
   margin-left: 60px;
}

@media (max-width: 1399px) {
   .shop-details-wrapper .product-details-content {
      margin-left: 30px;
   }
}

@media (max-width: 991px) {
   .shop-details-wrapper .product-details-content {
      margin-left: 0;
   }
}

.shop-details-wrapper .product-details-content h3 {
   font-size: 30px;
   font-weight: 500;
}

.shop-details-wrapper .product-details-content .star a {
   color: var(--theme);
   font-size: 16px;
   font-weight: 600;
}

.shop-details-wrapper .product-details-content .star span {
   margin-left: 10px;
}

.shop-details-wrapper .product-details-content .price-list {
   gap: 20px;
   border-bottom: 1px solid var(--border);
   padding-bottom: 10px;
}

.shop-details-wrapper .product-details-content .price-list h3 {
   font-size: 22px;
   font-weight: 500;
}

.shop-details-wrapper .product-details-content .cart-wrp {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 10px;
   margin-top: 30px;
   margin-bottom: 30px;
}

.shop-details-wrapper .product-details-content .cart-wrp .cart-quantity {
   padding-right: 15px;
   margin-right: 15px;
}

.shop-details-wrapper .product-details-content .cart-wrp .cart-quantity input {
   width: 50px;
   height: 38px;
   text-align: center;
   background-color: transparent;
   border: 1px solid var(--border);
   color: var(--header);
}

.shop-details-wrapper .product-details-content .cart-wrp .cart-quantity input:hover {
   background: var(--theme);
   color: var(--theme-4);
   border-color: var(--theme);
}

.shop-details-wrapper .product-details-content .cart-wrp .cart-quantity .minus {
   color: var(--header);
   font-weight: 700;
}

.shop-details-wrapper .product-details-content .cart-wrp .cart-quantity .plus {
   color: var(--header);
}

.shop-details-wrapper .product-details-content .cart-wrp .cart-quantity .qty {
   color: var(--header);
}

.shop-details-wrapper .product-details-content .cart-wrp .icon {
   width: 50px;
   height: 40px;
   text-align: center;
   background-color: transparent;
   border: 1px solid var(--border);
   color: var(--header);
   line-height: 40px;
}

.shop-details-wrapper .product-details-content .cart-wrp .icon:hover {
   background: var(--theme);
   color: var(--theme-4);
   border-color: var(--theme);
}

.shop-details-wrapper .product-details-content .cart-wrp .social-profile {
   z-index: 2;
   display: flex;
   overflow: hidden;
   align-items: center;
}

.shop-details-wrapper .product-details-content .cart-wrp .social-profile ul {
   transform: translateX(-100px);
   transition: all 0.6s ease-in-out;
   opacity: 0;
   visibility: hidden;
   display: flex;
}

.shop-details-wrapper .product-details-content .cart-wrp .social-profile ul li a {
   width: 50px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   display: block;
   background: transparent;
   border: 1px solid var(--border);
   border-left: 0 px solid var(--border);
   color: var(--header);
   transition: all 0.4s ease-in-out;
   text-align: center;
   margin: 0 auto;
   font-size: 12px;
}

.shop-details-wrapper .product-details-content .cart-wrp .social-profile ul li a:hover {
   color: var(--theme-4);
   background-color: var(--theme);
}

.shop-details-wrapper .product-details-content .cart-wrp .social-profile .plus-btn {
   width: 50px;
   height: 40px;
   text-align: center;
   background-color: transparent;
   border: 1px solid var(--border);
   color: var(--header);
   line-height: 40px;
   cursor: pointer;
}

.shop-details-wrapper .product-details-content .cart-wrp .social-profile:hover ul {
   transform: translateY(0);
   opacity: 1;
   visibility: visible;
}

.shop-details-wrapper .product-details-content .cart-wrp .theme-btn {
   padding: 20px 35px;
}

@media (max-width: 575px) {
   .shop-details-wrapper .product-details-content .cart-wrp .theme-btn {
      padding: 15px 40px;
   }
}

.shop-details-wrapper .product-details-content .shop-btn {
   display: flex;
   gap: 10px;
   margin-bottom: 15px;
   flex-direction: column;
}

.shop-details-wrapper .product-details-content .shop-btn .theme-btn {
   padding: 20px 50px;
}

.shop-details-wrapper .product-details-content .details-info {
   position: relative;
   margin-top: 20px;
}

.shop-details-wrapper .product-details-content .details-info span {
   font-size: 16px;
   font-weight: 600;
   text-transform: capitalize;
   margin-right: 5px;
}

.shop-details-wrapper .product-details-content .details-info a {
   font-size: 16px;
   font-weight: 400;
   color: var(--text);
   text-transform: capitalize;
}

.shop-details-wrapper .product-details-content .details-info.style-2 a b {
   border: 1px solid #e6e6e6;
   padding: 4px 12px 6px;
   font-weight: 400;
   font-size: 14px;
   transition: all 0.4s ease-in-out;
}

.shop-details-wrapper .product-details-content .details-info.style-2 a b:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.single-tab {
   padding-top: 80px;
}

@media (max-width: 575px) {
   .single-tab {
      padding-top: 50px;
   }
}

.single-tab .nav {
   justify-content: center;
   border-bottom: 1px solid var(--border-2);
   padding-bottom: 20px;
}

.single-tab .nav .nav-link.active {
   position: relative;
}

.single-tab .nav .nav-link.active h6 {
   color: var(--theme);
}

.single-tab .nav .nav-link.active::before {
   position: absolute;
   bottom: -21px;
   left: 0;
   height: 2px;
   width: 100%;
   content: "";
   background: var(--theme);
   transition: 0.3s;
}

@media (max-width: 575px) {
   .single-tab .nav .nav-link.active::before {
      display: none;
   }
}

.single-tab .description-items .description-content {
   margin-right: 50px;
}

@media (max-width: 1399px) {
   .single-tab .description-items .description-content {
      margin-right: 30px;
   }
}

@media (max-width: 991px) {
   .single-tab .description-items .description-content {
      margin-right: 0;
   }
}

.single-tab .description-items .description-content h3 {
   margin-bottom: 15px;
}

.single-tab .description-items .description-content .description-list-items {
   margin-top: 30px;
}

@media (max-width: 575px) {
   .single-tab .description-items .description-content .description-list-items {
      flex-wrap: wrap;
      gap: 30px;
   }
}

.single-tab .description-items .description-content .description-list-items .description-list li {
   font-size: 16px;
   font-weight: 400;
   text-transform: capitalize;
   color: var(--theme);
   font-weight: 500;
}

.single-tab .description-items .description-content .description-list-items .description-list li span {
   color: var(--text);
   font-weight: 400;
}

.single-tab .description-items .description-image img {
   width: 100%;
   height: 100%;
}

@media (max-width: 767px) {
   .single-tab .review-items .admin-items {
      justify-content: center;
      gap: 30px;
   }
}

.single-tab .review-items .admin-items .admin-img {
   width: 100px;
   height: 100px;
}

.single-tab .review-items .admin-items .admin-img img {
   border-radius: 50%;
   width: 90px;
   height: 90px;
   object-fit: cover;
}

.single-tab .review-items .admin-items .content {
   position: relative;
   border: 1px solid var(--border-2);
}

.single-tab .review-items .admin-items .content::before {
   position: absolute;
   content: "";
   width: 30px;
   height: 30px;
   background-color: var(--theme-4);
   border-left: 1px solid var(--border-2);
   border-bottom: 1px solid var(--border-2);
   transform: rotate(45deg);
   top: 40%;
   left: -16px;
}

@media (max-width: 575px) {
   .single-tab .review-items .admin-items .content::before {
      display: none;
   }
}

.single-tab .review-items .admin-items .content .head-content h5 span {
   font-size: 14px;
   margin-left: 30px;
}

.single-tab .review-items .admin-items .content .star i {
   font-size: 16px;
   color: #ff9200;
}

.single-tab .review-title .rate-now {
   margin-top: 15px;
   gap: 15px;
}

.single-tab .review-title .rate-now p {
   font-size: 16px;
   text-transform: uppercase;
}

.single-tab .review-title .rate-now i {
   font-size: 16px;
   color: #ff9200;
}

.single-tab .review-form {
   margin-top: 40px;
}

.single-tab .review-form .form-clt input {
   width: 100%;
   outline: none;
   border: none;
   padding: 18px 35px;
   color: var(--text);
   background-color: rgb(245, 245, 245);
   font-size: 14px;
   text-transform: uppercase;
}

@media (max-width: 575px) {
   .single-tab .review-form .form-clt input {
      padding: 15px 20px;
   }
}

.single-tab .review-form .form-clt-big textarea {
   padding: 18px 35px 170px;
   width: 100%;
   outline: none;
   color: var(--text);
   background-color: rgb(245, 245, 245);
   font-size: 14px;
   border: none;
   text-transform: uppercase;
}

@media (max-width: 575px) {
   .single-tab .review-form .form-clt-big textarea {
      padding: 15px 20px;
   }
}

.checkout-wrapper .top-content {
   margin-bottom: 60px;
}

@media (max-width: 1199px) {
   .checkout-wrapper .top-content {
      margin-bottom: 40px;
   }
}

.checkout-wrapper .top-content .list {
   display: flex;
   align-items: center;
   gap: 24px;
   margin-top: 20px;
}

.checkout-wrapper .top-content .list li {
   position: relative;
}

.checkout-wrapper .top-content .list li:not(:last-child)::before {
   position: absolute;
   content: "";
   width: 5px;
   height: 5px;
   left: 50px;
   top: 13px;
   border-radius: 30px;
   background-color: #a8acb0;
}

.checkout-wrapper .checkout-radio {
   padding: 24px;
}

.checkout-wrapper .checkout-radio .primary-text {
   font-size: 24px;
   font-weight: 500;
   line-height: 150%;
   margin-bottom: 16px;
   color: var(--header);
   text-transform: capitalize;
}

.checkout-wrapper .checkout-radio h4 {
   color: var(--header);
   margin-bottom: 16px;
   font-weight: 600;
   font-size: 30px;
}

.checkout-wrapper .checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
   border-radius: 50%;
   width: 18px;
   height: 18px;
   box-shadow: none;
   outline: none;
   border: 1px solid #e5e5e5;
   font-weight: 500;
}

.checkout-wrapper .checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
   color: var(--header);
   text-transform: capitalize;
}

.checkout-wrapper .checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
   margin-bottom: 12px;
}

@media (max-width: 500px) {
   .checkout-wrapper .checkout-radio {
      padding: 10px;
   }
}

.checkout-wrapper .checkout-radio .payment-save {
   display: flex;
   align-items: center;
   gap: 10px;
   margin-top: 20px;
}

.checkout-wrapper .checkout-radio .payment-save input {
   width: 24px;
   height: 24px;
   border-radius: 4px;
   border: 1px solid var(--border);
   background-color: var(--theme);
   outline: none;
   color: var(--header);
}

.checkout-wrapper .checkout-radio .payment-save label {
   font-size: 16px;
   font-weight: 500;
   text-transform: capitalize;
}

.checkout-wrapper .checkout-single-wrapper .checkout-single h4, .checkout-wrapper .checkout-order-area h4 {
   color: var(--theme);
   margin-bottom: 20px;
   text-transform: uppercase;
   line-height: 1;
   font-size: 30px;
}


.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single input,
.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single select,
.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .select2-selection {
   width: 100%;
   outline: none;
   border: none;
   background-color: transparent;
   padding: 8px 20px;
   transition: all 0.4s ease-in-out;
   color: var(--black);
   font-size: 14px;
   font-weight: 400;
   border: 1px solid var(--theme) !important;
   border-radius: 15px;
   margin-top: 5px;
}

.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single input::placeholder {
  color: #333 !important;
  font-weight: 400;
}

.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset;
}

.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 13px;
}

.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .select2-container--default .select2-selection--single {
  height: auto !important;
}

.coupon-items {
  font-size: 16px;
  font-weight: 400;
}

.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea::placeholder,
.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select::placeholder,
.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single input::placeholder {
   color: #818487;
}

.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
   color: var(--header);
   font-size: 18px;
   text-transform: capitalize;
   margin-bottom: 10px;
   font-weight: 500;
}

.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select {
   background-color: var(--theme-4);
}

.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select span {
   font-size: 18px;
   color: var(--header);
   font-weight: 500;
}

.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select::after {
   border-right: 1px solid var(--header);
   border-bottom: 1px solid var(--header);
}

.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea {
   padding-bottom: 180px;
}

@media (max-width: 575px) {
   .checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea {
      padding-bottom: 100px;
   }
}

.checkout-wrapper .checkout-single-wrapper .checkout-single .checkout-single-form .payment {
   color: var(--header);
   margin-bottom: 12px;
   text-transform: capitalize;
}

.checkout-wrapper .checkout-single-wrapper .boxshado-single {
   margin-bottom: 24px;
}

@media (max-width: 575px) {
   .checkout-wrapper .checkout-single-wrapper .boxshado-single {
      padding: 14px;
   }
}

.checkout-wrapper .checkout-single-wrapper .checkout-single-bg {
   box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
   border-radius: 5px;
   padding: 32px;
}

.checkout-wrapper .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
.checkout-wrapper .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
.checkout-wrapper .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
   border: 1px solid var(--border);
   background: transparent;
   text-transform: capitalize;
}

.checkout-wrapper .checkout-single-wrapper .checkout-single-bg .checkout-single-form textarea#notes {
   padding-bottom: 180px;
}

@media (max-width: 575px) {
   .checkout-wrapper .checkout-single-wrapper .checkout-single-bg {
      padding: 14px;
   }
}

.checkout-wrapper .checkout-single-wrapper .payment-save {
   display: flex;
   align-items: center;
   gap: 10px;
}

.checkout-wrapper .checkout-single-wrapper .payment-save input {
   width: 18px;
   height: 18px;
   border-radius: 0;
   outline: none;
   color: var(--theme-4);
   border: 1px solid rgb(185, 186, 188);
}

.checkout-wrapper .checkout-single-wrapper .payment-save label {
   font-size: 16px;
   font-weight: 500;
   text-transform: capitalize;
   color: var(--header);
}

.checkout-wrapper .checkout-single-wrapper .payment-save.style-2 {
   margin-top: 20px;
}

.checkout-wrapper .checkout-single-wrapper .payment-save.style-2 label {
   font-size: 16px;
   font-weight: 500;
}

.checkout-wrapper .checkout-order-area h3 {
   font-size: 24px;
   font-weight: 400;
   margin-bottom: 20px;
   line-height: 1;
   text-transform: uppercase;
}

.checkout-wrapper .checkout-order-area .product-checout-area .checkout-item {
   padding-bottom: 0px;
   margin-bottom: 10px;
   gap: 80px;
}

.checkout-wrapper .checkout-order-area .product-checout-area .checkout-item p {
   font-size: 16px;
   color: var(--black);
}

.checkout-wrapper .checkout-order-area .product-checout-area .cfinal-total p {
  font-weight: bold !important;
}

.cfinal-total p {
  font-size: 24px !important;
  text-transform: uppercase;
}

.checkout-wrapper .checkout-order-area .product-checout-area .checkout-item .from-customradio {
   gap: 40px;
   justify-content: end;
}

.checkout-wrapper .checkout-order-area .product-checout-area .checkout-item .from-customradio .form-check-label {
   color: var(--theme);
   font-size: 14px;
   text-transform: capitalize;
   font-weight: 700;
}

.checkout-wrapper .checkout-order-area .product-checout-area .checkout-item-2 .from-customradio-2 {
   gap: 10px;
   align-items: center;
}

@media (max-width: 1199px) {
   .checkout-wrapper .checkout-order-area .product-checout-area .checkout-item-2 .from-customradio-2 {
      flex-wrap: wrap;
   }
}

.checkout-wrapper .checkout-order-area .product-checout-area .checkout-item-2 .from-customradio-2 .form-check-label {
   color: var(--header);
   font-size: 16px;
   text-transform: capitalize;
   font-weight: 400;
}

.checkout-wrapper .checkout-order-area .product-checout-area .checkout-item-2 p {
   font-weight: 500;
   font-size: 14px;
   margin-top: 10px;
}

.checkout-wrapper .checkout-order-area .product-checout-area .checkout-item-2 .brand-logo {
   display: flex;
   align-items: center;
   gap: 5px;
}

.checkout-wrapper .checkout-order-area .product-checout-area .checkout-item-2 .brand-logo li {
   border: 1px solid #d5d8db;
   padding: 5px 15px;
   border-radius: 6px;
}

.cart-list-area .top-content {
   margin-bottom: 60px;
}

.cart-list-area .top-content .list {
   display: flex;
   align-items: center;
   gap: 24px;
   margin-top: 20px;
}

.cart-list-area .top-content .list li {
   position: relative;
}

.cart-list-area .top-content .list li:not(:last-child)::before {
   position: absolute;
   content: "";
   width: 5px;
   height: 5px;
   left: 50px;
   top: 13px;
   border-radius: 30px;
   background-color: #a8acb0;
}

.cart-list-area .common-table {
   min-width: -moz-max-content;
   min-width: max-content;
   width: 100%;
   overflow: hidden;
   box-sizing: border-box;
}

@media (max-width: 1399px) {
   .cart-list-area .common-table .cart-item-thumb {
      flex-wrap: wrap;
   }
}

.cart-list-area .common-table .cart-item-thumb .head {
   color: #1b1f2a;
   font-size: 18px;
   text-transform: capitalize;
   font-family: var(--font-family-normal);
   font-weight: 600;
   line-height: 22px;
}

.cart-list-area .common-table .price-usd {
   font-size: 16px;
   font-weight: 500;
   color: #666c78;
}

.cart-list-area .common-table tr {
   border-bottom: 1px solid #e4e4e5;
}

.cart-list-area .common-table thead,
.cart-list-area .common-table tbody {
   width: 100%;
}

.cart-list-area .common-table thead tr,
.cart-list-area .common-table tbody tr {
   width: 100%;
   display: flex;
   box-sizing: border-box;
}

.cart-list-area .common-table thead tr th,
.cart-list-area .common-table thead tr td,
.cart-list-area .common-table tbody tr th,
.cart-list-area .common-table tbody tr td {
   width: 100%;
   box-sizing: border-box;
}

.cart-list-area .common-table thead tr {
   color: #1b1f2a;
   border-bottom: unset;
   border-radius: 16px 16px 0 0;
   border-bottom: 1px solid #e4e4e5;
}

.cart-list-area .common-table thead tr th {
   background: unset;
   color: unset;
   border: unset;
   font-size: 16px;
   padding-bottom: 16px;
}

.cart-list-area .common-table tbody tr td {
   background: transparent;
   color: unset;
   box-sizing: border-box;
   border-bottom: unset;
}

.cart-list-area .quantity button i {
   font-size: 16px;
}

.cart-list-area .quantity .quantityValue {
   width: 40px;
   text-align: center;
   padding: 0;
   color: #000;
   border: unset;
}

.price-range-wrapper {
   /* Custom thumb styling */
   /* Remove the default appearance for sliders in Firefox */
}

.price-range-wrapper .slider-container {
   position: relative;
   width: 100%;
}

.price-range-wrapper .price-text label {
   color: #1b1f2a;
   font-size: 16px;
   font-weight: 500;
}

.price-range-wrapper .price-text input {
   color: #1b1f2a;
   font-size: 16px;
   font-weight: 500;
   background-color: transparent;
}

.price-range-wrapper .slider {
   -webkit-appearance: none;
   appearance: none;
   width: 100%;
   height: 6px;
   background: #ddd;
   /* Default background */
   outline: none;
   position: absolute;
   top: 0;
   pointer-events: none;
}

.price-range-wrapper .slider::-webkit-slider-thumb {
   -webkit-appearance: none;
   appearance: none;
   width: 18px;
   height: 18px;
   background: var(--theme);
   cursor: pointer;
   border: 2px solid #fff;
   position: relative;
   z-index: 2;
   pointer-events: all;
}

.price-range-wrapper .slider::-moz-range-thumb {
   width: 20px;
   height: 20px;
   background: var(--theme);
   cursor: pointer;
   border-radius: 4px;
   border: 2px solid #000;
   z-index: 2;
   position: relative;
}

.price-range-wrapper .slider::-ms-thumb {
   width: 20px;
   height: 20px;
   background: var(--theme);
   cursor: pointer;
   border-radius: 4px;
   border: 2px solid #000;
   z-index: 2;
   position: relative;
}

.price-range-wrapper input[type="range"]::-moz-range-track {
   background: transparent;
}

@media (max-width: 767px) {
   .cart-list-area .table-responsive {
      overflow-x: scroll;
   }
}

@media (max-width: 991px) {
   .cart-list-area .table-responsive .table {
      width: 900px;
   }
}

.cart-list-area .coupon-items input {
   background: #f5f6fa;
   border: none;
   padding: 14px 30px;
   color: var(--text);
   line-height: 1;
   border-radius: 0;
}

.cart-list-area .theme-btn {
   transition: all 0.4s ease-in-out;
   padding: 16px 30px;
}

.cart-order-wrapper {
   position: relative;
}

.cart-order-wrapper .order-content h3 {
   font-size: 30px;
   margin-bottom: 5px;
}

.cart-order-wrapper .order-content p {
   color: var(--header);
}

.cart-order-wrapper .order-content .contact-form-items {
   margin-top: 20px;
}

.cart-order-wrapper .order-content .contact-form-items .form-clt {
   position: relative;
}

.cart-order-wrapper .order-content .contact-form-items .form-clt input,
.cart-order-wrapper .order-content .contact-form-items .form-clt textarea {
   width: 100%;
   border: none;
   outline: none;
   background: transparent;
   color: var(--text);
   border-radius: 0;
   border: 1px solid var(--border);
   padding: 9px 16px;
   transition: all 0.4s ease-in-out;
   max-width: 500px;
}

.cart-order-wrapper .order-content .contact-form-items .form-clt input:hover,
.cart-order-wrapper .order-content .contact-form-items .form-clt textarea:hover {
   border: 1px solid var(--header);
}

.cart-order-wrapper .order-content .contact-form-items .form-clt input::placeholder,
.cart-order-wrapper .order-content .contact-form-items .form-clt textarea::placeholder {
   color: var(--text);
}

.modal-common-wrap {
   position: relative;
   z-index: 9999;
   overflow-y: scroll;
   position: fixed;
   max-height: 100vh;
}

.modal-common-wrap .modal-content {
   background: transparent;
   border: unset;
}

.modal-common-wrap .modal-header {
   border-radius: 0;
   padding: 0 0;
   margin-left: auto;
   border: unset;
   background: var(--theme-4);
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   top: 15px;
   right: 15px;
   z-index: 99;
   background: var(--theme-4);
   color: var(--theme-4);
   border-radius: 50%;
}

.modal-common-wrap .modal-header .btn-close {
   margin: 0 0;
   padding: 0 0;
   outline: none;
   width: 40px;
   height: 40px;
   color: var(--theme-4);
}

.modal-common-wrap .modal-header i {
   color: var(--theme-4);
}

.modal-common-wrap .modal-body {
   background: var(--theme-4);
   box-shadow: 0px 4px 25px rgba(56, 75, 255, 0.08);
   padding: 50px;
}

@media (max-width: 767px) {
   .modal-common-wrap .modal-body {
      padding: 30px;
   }
}

.modal-common-wrap .modal-body .modal-common-content {
   padding: 50px 65px;
   width: 538px;
}

.modal-common-wrap .modal-body .modal-common-content h2 {
   font-size: 40px;
   color: var(--black);
   margin-bottom: 65px;
}

.modal-common-wrap .modal-body .modal-common-content .login-from .cmn-mb {
   margin-bottom: 30px;
}

.modal-common-wrap .modal-body .modal-common-content .login-from .form-grp input {
   border: unset;
   padding-bottom: 16px;
   border-bottom: 1px solid #d9d9d9;
   color: #4f536c;
   width: 100%;
}

.modal-common-wrap .modal-body .modal-common-content .login-from .form-grp ::placeholder {
   color: #4f536c;
}

.modal-common-wrap .modal-body .modal-common-content .forgot-inner-area {
   margin-top: 14px;
}

.modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner {
   margin-bottom: 0;
   display: flex;
   align-items: center;
   gap: 10px;
}

.modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner .form-check-input {
   margin-top: 0;
}

.modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner .form-check-label {
   font-size: 14px;
   color: var(--text);
   line-height: 18px;
}

.modal-common-wrap .modal-body .modal-common-content .orting-badge {
   position: relative;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 16px;
   font-weight: 500;
   color: #445375;
   margin: 28px 0;
}

.modal-common-wrap .modal-body .modal-common-content .orting-badge::before {
   position: absolute;
   left: 0;
   content: "";
   height: 1px;
   width: 44%;
   background: #d9d9d9;
}

.modal-common-wrap .modal-body .modal-common-content .orting-badge::after {
   position: absolute;
   right: 0;
   content: "";
   height: 1px;
   width: 44%;
   background: #d9d9d9;
}

.modal-common-wrap .modal-body .modal-common-content .theme-btn {
   border-radius: 0px;
}

.modal-common-wrap .modal-body .modal-common-content .forgot {
   font-size: 14px;
   color: var(--theme);
}

.modal-common-wrap .modal-body .modal-common-content .cmn-social {
   display: flex;
   align-items: center;
   gap: 69px;
   border: 1px solid #e5e5e5;
   padding: 17px 30px;
   text-transform: capitalize;
   font-weight: 600;
}

.modal-common-wrap .modal-dialog {
   max-width: 1410px;
}

.modal-common-wrap .modal-right-thumb .signlogin-btnwrap {
   display: flex;
   align-items: center;
   gap: 10px;
   transform: rotate(90deg);
   position: absolute;
   top: 45%;
   left: -80px;
}

.modal-common-wrap .modal-right-thumb .signlogin-btnwrap .theme-btn {
   border-radius: 0;
   padding: 14px 24px;
   min-width: initial;
   font-size: 16px;
   font-weight: 400;
}

.modal-common-wrap .modal-right-thumb .signlogin-btnwrap .theme-create {
   padding: 6px 24px;
   border: 1px solid var(--theme-4);
   font-size: 16px;
   transition: all 0.4s;
   text-transform: capitalize;
   color: var(--theme-4);
}

.modal-common-wrap .modal-right-thumb .signlogin-btnwrap .theme-create:hover {
   background: var(--theme);
   border-color: var(--theme);
}

.modal-common-wrap .from-customradio {
   margin-top: 20px;
}

.modal-common-wrap .from-customradio .form-check-input {
   margin-top: 0;
}

.modal-common-wrap .from-customradio .form-check-label {
   color: #181818;
   font-size: 14px;
}

@media screen and (max-width: 1399px) {
   .modal-common-wrap .modal-body .modal-common-content {
      padding: 30px 30px;
      width: 538px;
      min-width: 400px;
   }

   .modal-common-wrap .modal-body .modal-common-content h2 {
      margin-bottom: 34px;
   }

   .modal-common-wrap .modal-body .modal-common-content .login-from .cmn-mb {
      margin-bottom: 20px;
   }

   .modal-common-wrap .modal-body .modal-common-content .login-from .form-grp input {
      padding-bottom: 12px;
   }

   .modal-common-wrap .modal-body .modal-common-content .forgot-inner-area {
      margin-top: 10px;
   }

   .modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner {
      gap: 8px;
   }

   .modal-common-wrap .modal-body .modal-common-content .orting-badge {
      margin: 15px 0;
   }

   .modal-common-wrap .modal-body .modal-common-content .cmn-social {
      gap: 18px;
      padding: 12px 20px;
   }

   .modal-common-wrap .from-customradio {
      margin-top: 12px;
   }
}

@media screen and (max-width: 991px) {
   .modal-common-wrap .modal-body .modal-common-content {
      padding: 24px 16px;
      width: 538px;
      min-width: 400px;
   }
}

@media screen and (max-width: 767px) {
   .modal-common-wrap .modal-body .modal-common-content {
      padding: 24px 16px;
      width: 100%;
      min-width: initial;
   }

   .modal-common-wrap .modal-right-thumb {
      width: 100%;
   }

   .modal-common-wrap .modal-right-thumb img {
      width: 100%;
   }
}

@media screen and (max-width: 400px) {
   .modal-common-wrap .modal-right-thumb .signlogin-btnwrap {
      gap: 7px;
      flex-wrap: wrap;
      transform: rotate(0deg);
      top: initial;
      left: 15px;
      bottom: 10px;
   }
}

.testimonial-box-item {
   background-color: var(--bg);
   margin-top: 30px;
   overflow: hidden;
   background: var(--white);
   border-radius: 20px;
}

.testimonial-box-item .client-image img {
   width: 100%;
}

.testimonial-content {
   padding: 30px 20px;
   height: 370px;
}

.nblog-slider .testimonial-content {
   padding: 30px 20px;
   height: auto !important;
}

.nblog-slider .swiper-wrapper, .testimonial-slider .swiper-wrapper {
    height: auto;
}

.testimonial-box-item .testimonial-content .star {
  color: var(--theme);
  margin-bottom: 5px;
  font-size: 18px;
}

.testimonial-box-item .testimonial-content p {
   font-size: 14px;
   color: var(--theme);
   margin-bottom: 5px;
   line-height: 20px;
}

.testimonial-box-item .testimonial-content p b {
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 16px;
}

.testimonial-box-item .testimonial-content .client-info-item {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.testimonial-box-item .testimonial-content .client-info-item .client-info {
   display: flex;
   align-items: center;
   gap: 16px;
}

.testimonial-box-item .testimonial-content .client-info-item .client-info .text h6 {
  font-size: 14px !important;
  font-family: var(--body);
  margin-top: 10px;
}

.testimonial-box-item .testimonial-content .client-info-item .client-info .text h6::before {
  content: "—";
  margin-right: 5px;
}

.testimonial-box-item .testimonial-content .client-info-item .client-info .text h6 span {
   font-size: 14px;
   color: var(--text);
}

.testimonial-card-item {
   text-align: center;
}

.testimonial-card-item .testimonial-content .star {
   color: var(--theme);
   margin-top: 60px;
   margin-bottom: 20px;
}

@media (max-width: 1199px) {
   .testimonial-card-item .testimonial-content .star {
      margin-top: 30px;
   }
}

.testimonial-card-item .testimonial-content p {
   font-size: 30px;
   font-weight: 400;
   color: var(--header);
   line-height: 140%;
}

@media (max-width: 991px) {
   .testimonial-card-item .testimonial-content p {
      font-size: 26px;
   }
}

@media (max-width: 767px) {
   .testimonial-card-item .testimonial-content p {
      font-size: 22px;
   }
}

@media (max-width: 575px) {
   .testimonial-card-item .testimonial-content p {
      font-size: 18px;
   }
}

.testimonial-card-item .testimonial-content .info-item {
   display: flex;
   align-items: center;
   gap: 10px;
   border-radius: 40px;
   background: var(--theme-4);
   margin-top: 30px;
   display: inline-block;
   justify-content: center;
   display: inline-flex;
   padding: 14px 24px 10px;
   box-shadow: 0px 1px 1px 0px rgba(1, 15, 28, 0.16);
   margin-bottom: 2px;
}

.testimonial-card-item .testimonial-content .info-item .client-image img {
   border-radius: 100%;
}

.testimonial-card-item .testimonial-content .info-item .text span {
   font-size: 14px;
   font-weight: 400;
}

.testimonial-section {
   position: relative;
}

.testimonial-section .shape {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

.testimonial-section .array-buttons {
   display: flex;
   align-items: center;
   gap: 20px;
}

@media (max-width: 1199px) {
   .testimonial-section .array-buttons {
      display: none;
   }
}

.testimonial-section .array-buttons .array-prev {
   width: 60px;
   height: 60px;
   line-height: 60px;
   border-radius: 100px;
   text-align: center;
   background-color: var(--theme-4);
   color: var(--header);
   transition: all 0.4s ease-in-out;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: 20%;
   z-index: 9;
}

.testimonial-section .array-buttons .array-prev:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.testimonial-section .array-buttons .array-next {
   width: 60px;
   height: 60px;
   line-height: 60px;
   border-radius: 100px;
   text-align: center;
   color: var(--theme-4);
   background-color: var(--theme);
   transition: all 0.4s ease-in-out;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 20%;
   z-index: 9;
}

.testimonial-section .array-buttons .array-next:hover {
   background-color: var(--header);
}

@media (max-width: 1600px) {
   .testimonial-wrapper .testimonial-image {
      height: 100%;
   }
}

.testimonial-wrapper .testimonial-image img {
   width: 100%;
   height: 100%;
}

.testimonial-wrapper .testimonial-content {
   padding: 42px 50px;
   background-color: var(--header);
   position: relative;
   height: 100%;
}

@media (max-width: 767px) {
   .testimonial-wrapper .testimonial-content {
      padding: 42px 40px;
   }
}

@media (max-width: 575px) {
   .testimonial-wrapper .testimonial-content {
      padding: 42px 30px;
   }
}

.testimonial-wrapper .testimonial-content .icon {
   position: absolute;
   right: 100px;
   top: 50px;
}

@media (max-width: 1199px) {
   .testimonial-wrapper .testimonial-content .icon {
      display: none;
   }
}

.testimonial-wrapper .testimonial-content h3 {
   font-size: 36px;
   color: var(--theme-4);
}

.testimonial-wrapper .testimonial-content p {
   color: var(--theme-4);
}

.testimonial-wrapper .testimonial-content .info-content {
   margin-top: 50px;
}

@media (max-width: 1600px) {
   .testimonial-wrapper .testimonial-content .info-content {
      margin-top: 40px;
   }
}

.testimonial-wrapper .testimonial-content .info-content h4 {
   color: var(--theme-4);
}

.testimonial-wrapper .testimonial-content .info-content span {
   color: #a5a5a5;
}

.testimonial-wrapper .testimonial-content .info-content p {
   font-size: 18px;
   color: var(--theme-4);
   max-width: 720px;
   margin-top: 5px;
}

@media (max-width: 1199px) {
   .testimonial-wrapper .testimonial-content .info-content p {
      font-size: 16px;
   }
}

.testimonial-wrapper .testimonial-content .info-content .star {
   color: var(--theme-4);
   margin-top: 20px;
}

.testimonial-wrapper .testimonial-content .info-content .star i.color {
   color: rgb(117, 117, 117);
}

.testimonial-wrapper .testimonial-content .info-content .client-image {
   display: flex;
   align-items: center;
   gap: 20px;
   margin-top: 70px;
}

@media (max-width: 1399px) {
   .testimonial-wrapper .testimonial-content .info-content .client-image {
      margin-top: 30px;
   }
}

.testimonial-wrapper .testimonial-content .info-content .client-image img {
   width: 100%;
   height: 100%;
   border-radius: 100%;
}

.testimonial-wrapper .testimonial-content .array-buttons {
   position: absolute;
   right: 100px;
   bottom: 100px;
}

.testimonial-wrapper .testimonial-content .array-buttons .array-prev {
   border: 1px solid rgba(255, 255, 255, 0.2);
   color: var(--theme-4);
   width: 46px;
   height: 46px;
   line-height: 46px;
   transition: all 0.4s ease-in-out;
   background-color: var(--theme-4);
   color: var(--header);
}

.testimonial-wrapper .testimonial-content .array-buttons .array-prev i {
   transform: rotate(45deg);
}

.testimonial-wrapper .testimonial-content .array-buttons .array-prev:hover {
   background-color: var(--theme);
   color: var(--theme-4);
}

.testimonial-wrapper .testimonial-content .array-buttons .array-next {
   border: 1px solid rgba(255, 255, 255, 0.2);
   color: var(--theme-4);
   width: 46px;
   height: 46px;
   line-height: 46px;
   transition: all 0.4s ease-in-out;
   background-color: transparent;
   margin-right: 10px;
}

.testimonial-wrapper .testimonial-content .array-buttons .array-next i {
   transform: rotate(45deg);
}

.testimonial-wrapper .testimonial-content .array-buttons .array-next:hover {
   background-color: var(--theme);
}

/*# sourceMappingURL=main.css.map */

/*Css By Moiz*/
@media (min-width: 1400px) {

   .container,
   .container-lg,
   .container-md,
   .container-sm,
   .container-xl,
   .container-xxl {
      max-width: 1300px;
   }
}

.hero-slider .hero-content h1 {
   font-size: 50px;
   line-height: 60px;
   font-weight: 500;
}

.product-collection-section {
   padding-bottom: 80px;
}

.testimonial-section {
   padding-top: 0px;
   padding-bottom: 80px;
}

.news-section {
   padding: 80px 0 100px !important;
}

.cosmetics-collection-section {
   padding-bottom: 80px;
}

.brand-section {
  padding-bottom: 40px;
  background: var(--white);
}

.eticket-section {
   padding-bottom: 0px;
}

.announcement-section {
   padding-top: 80px;
   padding-bottom: 80px;
}

.brand-image img {
   width: 100%;
}

.subscribe-info-img img {
   width: 100%;
}

.subscribe-info-wrapper .row {
   align-items: center;
}

.subscribe-info-content h3 {
   font-size: 40px;
   font-weight: 500;
}

.subscribe-info-content p {
   font-size: 20px;
   padding: 20px 0px;
}

.subscribe-info-content .theme-btn {
   background: var(--theme);
}

.monthly-hero-slider .hero-3 {
   height: 600px !important;
}

.monthly-hero-slider .swiper-slide.swiper-slide-active .hero-bg {
   -webkit-transform: scale(1) !important;
   -moz-transform: scale(1) !important;
   transform: scale(1) !important;
}

.product-collection-section-2 {
   padding-bottom: 80px;
}

.bg-video {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: -1;
   /* Send the video behind other content */
}

.hero-bg {
   position: relative;
   overflow: hidden;
}

.about-section {
   padding-bottom: 80px;
   padding-top: 0px;
}

.contact-about-us {
   padding-bottom: 80px;
}

.shopee-btn {
   background: #ee4d2d;
   color: var(--theme-3);
}

.lazada-btn {
   background: #0f146f;
}

.tiktok-btn {
   background: #000000;
}

.pages-banner-section {
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   height: initial;
   flex-grow: 0;
   align-self: initial;
   flex-wrap-mobile: wrap;
   overflow: hidden;
   /*margin-bottom: 30px;*/
   margin-left: 0px;
   margin-right: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
}

.pages-banner-section .hero-2 {
   padding-top: 120px;
   padding-bottom: 120px;
}

.pages-banner-section .hero-bg {
   overflow: hidden;
   z-index: 0 !important;
}

.pages-banner-section .list {
   display: flex;
   font-family: var(--font-family-normal);
   color: var(--theme-2);
   gap: 8px;
}
.choose-products-grid .tab-content .col-md-6 {
  background: transparent !important;
}


.shop-products-grid .tab-content .product-collection-item {
  margin-top: 0px;
  padding: 10px 0px 15px;
}

.shop-products-grid .tab-content .col-md-6 {
  background: var(--white);
  width: calc(33.33% - 20px);
  margin: 10px;
  border-radius: 20px;
}

.shop-products-grid .tab-content .product-collection-item .product-content h4, .shop-products-grid .tab-content .product-collection-item .product-content ul {
  text-align: left;
}

.shop-products-grid .tab-content .product-collection-item .product-content {
    margin-top: 10px;
}

.shop-products-grid .tab-content .product-collection-item .product-content h4 {
  color: var(--black);
}

.shop-products-grid .tab-content .product-collection-item .product-content p {
  color: var(--theme);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.choose-products-grid .product-checkbox {
   position: absolute;
   top: 10px;
   right: 10px;
   z-index: 10;
}

.choose-products-grid .product-checkbox input[type="checkbox"] {
   appearance: none;
   width: 24px;
   height: 24px;
   border: 2px solid #333;
   border-radius: 4px;
   cursor: pointer;
   position: relative;
   background-color: var(--theme-4);
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.choose-products-grid .product-checkbox input[type="checkbox"]:checked {
   background-color: #4caf50;
   border-color: #4caf50;
}

.choose-products-grid .product-checkbox input[type="checkbox"]:checked::after {
   content: "\2713";
   color: var(--theme-4);
   font-size: 16px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.choose-products-grid .product-content h4 {
  margin-bottom: 8px !important;
  text-align: center !important;
  color: var(--theme) !important;
}

.choose-products-grid .product-content h4 a {
  color: var(--theme) !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
  height: 45px;
}

.choose-products-grid .product-content span,
.choose-products-grid .product-content ul.doller {
   color: #e91e63;
   font-weight: 600;
}

.choose-products-grid .product-collection-item {
   cursor: pointer;
   transition: background-color 0.3s ease;
}

.choose-products-grid .product-collection-item .product-content .product-details-link {
  text-align: center;
  display: block;
  color: var(--theme);
  font-size: 14px;
}

.choose-products-sticky {
   padding: 20px;
   background-color: #f9f9f9;
   border-radius: 8px;
}

.choose-products-grid .pricing-options {
   display: flex;
   flex-direction: column;
   gap: 15px;
}

.choose-products-grid .pricing-box {
   border: 2px solid #edd4d3;
   background: var(--bg);
   margin-bottom: 15px;
   transition: border-color 0.3s ease;
   padding: 25px 20px;
   border-radius: 20px;
}

.choose-products-grid .pricing-radio:checked+.pricing-label .pricing-box {
   border-color: var(--theme);
   background: #fff;
   /* Change border color of pricing-box */
}

.choose-products-grid .pricing-radio:checked + .pricing-label .pricing-box h4, .choose-products-grid .pricing-radio:checked + .pricing-label .pricing-box .price {
  font-weight: 600 !important;
}

.choose-products-grid .pricing-radio {
   display: none;
}

.choose-products-grid .pricing-box:hover {
   border-color: var(--theme);
}

.choose-products-grid .pricing-radio:focus+.pricing-label .pricing-box {
   box-shadow: 0 0 0 3px rgba(0, 30, 96, 0.2);
}

.choose-products-grid .pricing-label {
   cursor: pointer;
   display: block;
}

.choose-products-grid .plan-details {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   position: relative;
   width: 100%;
}

.choose-products-grid .tab-content .product-content p {
  text-align: center !important;
  font-family: var(--heading-font);
}

.choose-products-grid .pricing-label h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
  font-family: var(--body-font);
  margin-bottom: 5px;
}

.choose-products-grid .pricing-label .savings {
   font-size: 12px;
   color: var(--text);
   margin: 5px 0 0 0;
   line-height: 16px;
}

.choose-products-grid .pricing-label .price {
  font-size: 18px;
  color: var(--black);
  font-weight: 500 !important;
  margin: 0;
  position: absolute;
  right: 0;
 
}

.choose-products-grid .pricing-label .price .month {
   font-size: 14px;
   font-weight: 400;
}

.shop-products-grid .section-title h2 {
   font-size: 30px;
   padding-bottom: 15px;
}

.cart-item-thumb img {
   width: 60px;
}

.choose-products-grid .checkout-order-area {
   border-top: 1px solid var(--theme);
   border-bottom: 1px solid var(--theme);
   padding: 20px 0px;
   margin-bottom: 20px;
}

.choose-products-grid .checkout-order-area .product-checout-area {
   margin-top: 15px;
   font-weight: 400;
   font-size: 25px !important;
   color: var(--black);
}

.choose-products-grid .checkout-order-area .product-checout-area .checkout-item p:last-child {
   color: var(--theme);
}

.choose-products-grid .checkout-order-area h3 {
   font-size: 25px;
}

.checkout-image-item img {
   width: 65px;
   background: var(--white);
   height: 65px;
   object-fit: cover;
   border-radius: 10px;
}

.choose-products-grid .theme-btn {
   padding: 20px;
   font-size: 18px !important;
}

.choose-products-grid .sub-pricing-plan > .pricing-label:nth-child(2) .pricing-box::before {
  content: "Save RM120";
  position: absolute;
  right: 0;
  color: #fff;
  padding: 3px 11px;
  font-size: 11px;
  margin-right: 22px;
  font-weight: 500;
  border-radius: 0px 18px 0px 5px;
  background: url('../img/discount-ribbon.png') no-repeat;
  width: 87px;
  display: block;
  top: 166px;
  bottom: -3px;
  margin-right: 14px;
}

.shop-products-grid .section-title h2 {
   margin-top: 5px;
}

.contact-about-us .contact-box-wrapper {
   box-shadow: none;
}

.contact-about-us .contact-box-wrapper .comment-form-wrap .form-clt input,
.contact-about-us .contact-box-wrapper .comment-form-wrap .form-clt textarea {
   padding: 7px;
}

.contact-about-us .contact-box-wrapper {
   padding: 30px 50px;
}

.about-section-1 .section-title {
   text-align: center;
}

.about-section-1 p {
  text-align: center;
  color: var(--theme);
}

.about-section .about-right p {
  color: var(--theme);
}

.about-right {
   padding-left: 100px;
}

#widget-search-form input {
  padding: 6px 20px;
  border-radius: 0px;
  border: 1px solid var(--theme);
  border-radius: 15px;
  color: var(--theme);
  background: transparent;
}

.cmarquee-container {
   background-color: #000;
   overflow: hidden;
   white-space: nowrap;
}

.cmarquee-text {
   display: inline-block;
   padding-left: 100%;
   animation: scroll-left 25s linear infinite;
   font-weight: 500;
   color: #fff;
}

@keyframes scroll-left {
   0% {
      transform: translateX(0%);
   }

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

.checkout-wrapper .coupon-items {
   border-bottom: 1px solid var(--theme-4);
   padding-bottom: 40px;
   margin-bottom: 20px;
}

.free-shipping-box {
   border-radius: 6px;
}

.free-shipping-message {
   margin-bottom: 5px;
   font-weight: 400;
   color: var(--black);
   font-size: 16px;
   padding: 0 20px;
}

.coupon-items p a {
  color: var(--theme);
}

.free-shipping-message span {
  text-transform: uppercase;
  color: var(--theme);
}

.free-shipping-progress {
  background-color: var(--theme);
  border-radius: 30px;
  overflow: hidden;
  height: 3px;
  margin-top: 10px;
}

.free-shipping-bar {
   width: 100%;
   height: 100%;
   background-color: var(--theme);
   transition: width 0.4s ease-in-out;
}

.shopc-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 6px 16px;
  background-color: var(--theme);
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width: 100%;
  color: var(--theme-4);
  border-radius: 12px;
}

.out-of-stock-btn {
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 10px;
   padding: 6px 16px;
   background-color: var(--theme);
   border: none;
   cursor: pointer;
   font-size: 16px;
   transition: background-color 0.3s ease;
   width: 100%;
   color: var(--theme-4);
}

.shopc-button .icon {
   margin-right: 8px;
   font-size: 20px !important;
   color: var(--white) !important;
   margin-top: -3px;
}

.shopc-button.selected .icon {
   margin-top: 0px !important;
   color: var(--theme) !important;
}

.shopc-button.selected {
   background-color: var(--theme-2);
   color: var(--theme);
}

.shopc-checkbox input[type="checkbox"] {
   display: none;
}

.shop-btn-2 {
   display: flex;
   justify-content: space-between;
   gap: 10px;
}

.shop-btn-2 a {
  background: #f7dde7;
  color: var(--theme-3);
  padding: 18px;
  font-weight: 500;
  flex: auto;
  line-height: 18px;
  padding-bottom: 50px !important;
}

.shop-details-wrapper .product-details-content .shop-btn a,
.shop-details-wrapper .product-details-content .shop-btn button {
   display: flex;
   gap: 20px;
   align-items: center;
   justify-content: space-between;
}

.shop-details-wrapper .product-details-content .shop-btn a span:nth-child(2) {
   margin-left: 50px;
}

.shop-details-wrapper .product-details-content .shop-btn a img,
.shop-details-wrapper .product-details-content .shop-btn button img {
   height: 35px;
   transform: rotate(-12deg);
   margin-bottom: 5px;
}

.shop-details-section {
   background: #fef6fa !important;
}

.social-btn {
   color: #fff;
}

.social-fb-btn {
   background-color: #3b5998 !important;
}

.social-google-btn {
   background-color: #db4437 !important;
}

.social-tiktok-btn {
   background-color: #010101 !important;
}

.about-hsection {
}

.step-container {
   display: none;
}

.step-container.active {
  display: block;
  background: var(--theme-4);
  padding: 20px;
  margin-top: -10px;
  border: 1px solid var(--theme);
}

.step-navigation {
   display: flex;
   gap: 10px;
   justify-content: flex-end;
}

.theme-btn:disabled,
.theme-btn-4:disabled {
   background: #ccc;
   cursor: not-allowed;
}

.step-indicator {
   display: flex;
   flex-direction: column;
   gap: 10px;
   position: -webkit-sticky;
   position: sticky;
   top: 100px;
   z-index: 1020;
}

.step-indicator div.step-navi {
   padding: 10px 20px;
   text-align: center;
   background: var(--theme-2);
   color: var(--theme);
   text-align: left;
   font-size: 20px;
   font-weight: bold;
}

.step-indicator div.step-navi.active {
   background: var(--theme);
   color: var(--theme-4);
   text-align: left;
   font-size: 20px;
   font-weight: bold;
}

.step-indicator div.disabled {
   pointer-events: none;
}

.sidebar-steps {
   padding: 0px 20px;
   min-height: 100%;
}

.product-details-wrapper {
   flex-direction: row-reverse;
}

.selected-products {
   display: inline-flex;
   gap: 15px;
}

.step-container p {
   font-weight: 400 !important;
   color: var(--black);
   line-height: 25px;
   font-size: 16px;
}

.selected-products span {
  color: var(--theme);
}
.step-container .checkout-item p {
   font-size: 16px;
   font-weight: 500 !important;
   margin-bottom: 10px;
}

.choose-products-grid .theme-btn-step.back-btn {
  background: transparent;
  border: 2px solid var(--theme);
  color: var(--theme);
  height: auto;
}

.choose-products-grid .theme-btn-step {
  font-size: 16px !important;
  background: var(--theme);
  border: 2px solid var(--theme);
  padding: 10px !important;
  height: auto;
}

.choose-products-grid .theme-btn-step.back-btn::before {
  background: transparent !important;
}

.theme-btn-step::before {
   content: "";
   position: absolute;
   height: 100%;
   bottom: 0;
   left: 0;
   width: 0;
   background-color: var(--theme);
   z-index: -1;
   transition: all 0.4s ease-out;
   border-radius: inherit;
}

.step-navigation button,
.step-navigation a {
   width: 100%;
}

.notification {
   position: fixed;
   top: 20px;
   right: 20px;
   padding: 16px 24px;
   border-radius: 8px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
   z-index: 10000;
   font-weight: 500;
   max-width: 300px;
   word-wrap: break-word;
   transition: transform 0.3s ease;
}

.notification-success {
   background: #10b981;
   color: var(--theme-4);
}

.notification-error {
   background: #ef4444;
   color: var(--theme-4);
}


/* Subscription Form - Moiz */
.cf-form-container {
   max-width: 800px;
   margin: 0rem auto;
   padding: 50px 1rem;
}

.cf-card {
  border: none;
  overflow: hidden;
  background: var(--white);
  border-radius: 20px;
}

.cf-card-header {
  background: var(--theme);
  color: var(--theme-4);
  padding: 1rem;
  border: none;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

.cf-card-header h3 {
  margin: 0;
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--theme-5);
  font-family: var(--body-font);
}

.cf-progress-container {
   padding: 2.5rem 2rem 1rem;
   background: var(--white);
}

.cf-progress {
   height: 15px;
   background-color: var(--theme-5);
   overflow: visible;
   border-radius: 10px;
}

.cf-progress-bar {
   background: var(--theme);
   transition: width 0.6s ease;
   position: relative;
}

.cf-progress-bar::after {
  content: "\f004";
  position: absolute;
  top: -4px;
  right: -4px;
  border-radius: 20px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 28px;
  color: var(--theme);
}

.cf-step-info {
   text-align: center;
   margin-top: 1rem;
   color: var(--text);
   font-weight: 500;
}

.cf-card-body {
  padding: 0rem 2rem 1rem;
}

.my-swal-title {
    color: var(--theme) !important;
    font-weight: 700;
}

#swal2-title {
  color: var(--theme) !important;
}
.cf-btn-container button i {
  font-size: 12px;
  position: relative;
  top: -1px;
}

.cf-form-step {
   display: none;
   opacity: 0;
   transform: translateX(30px);
   transition: all 0.4s ease;
}

.cf-form-step.active {
   display: block;
   opacity: 1;
   transform: translateX(0);
}

.cf-form-step.fade-out {
   opacity: 0;
   transform: translateX(-30px);
}

.cf-form-group {
   margin-bottom: 1rem;
}

.cf-form-label {
  font-weight: 500;
  color: var(--theme);
  font-size: 16px;
}

.cf-form-control {
  border: 1px solid var(--theme);
  padding: 8px 15px;
  font-size: 16px;
  transition: all 0.3s ease;
  background-color: transparent;
  border-radius: 15px;
  text-align: center;
  color: var(--black);
}

.cf-form-select {
   border: 1px solid var(--theme);
   padding: 8px 15px;
   font-size: 16px;
   transition: all 0.3s ease;
   background-color: transparent;
   border-radius: 15px !important;
   text-align: center;
   color: var(--black);
   width: 100%;
   -webkit-appearance: none !important;
   -moz-appearance: none !important;
   appearance: none !important;
   border-radius: 6px;
   background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
   background-repeat: no-repeat;
   background-position: right 12px center;
   background-size: 16px;
}

.cf-form-control:focus, .cf-form-select:focus {
  box-shadow: none;
  border-color: var(--theme);
  color: var(--black);
}

.cf-form-control::placeholder, .cf-form-select::placeholder {
  opacity: 1;
  color: var(--black);
}

.cf-radio-group {
   display: flex;
   gap: 1rem;
   flex-wrap: wrap;
}

.cf-radio-option {
   flex: 1;
   min-width: 120px;
}

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

.cf-radio-option label {
  display: block;
  padding: 11px;
  border: 2px solid var(--theme);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  border-radius: 15px;
}

.cf-radio-option label:hover {
   border-color: var(--theme);
   background: var(--bg);
}

.cf-radio-option input[type="radio"]:checked+label {
   background: var(--theme-4);
}

.cf-radio-option label i {
  color: var(--theme);
}

.cf-children-dates {
   margin-top: 1rem;
}

.cf-child-date-group {
   margin-bottom: 1rem;
}

.cf-child-date-group label {
  font-weight: 600;
  color: var(--theme);
  margin-bottom: 0.5rem;
}
.cf-btn-container {
   display: flex;
   justify-content: center;
   padding: 0px 2rem 2rem;
   gap: 1rem;
}

.cf-btn {
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  width: 190px;
  align-items: baseline;
  border: 2px solid var(--theme);
}

#nextBtn.cf-btn, #submtBtn.cf-btn {
  padding: 6px 15px 6px 30px;
}

#prevBtn.cf-btn {
  padding: 6px 30px 6px 15px;
}
.cf-btn-secondary {
  background: transparent;
  color: var(--theme);
  border: 2px solid var(--theme);
}

.cf-btn-primary {
   background: var(--theme);
   color: var(--theme-4);
}

.cf-btn:disabled {
   opacity: 0.6;
   transform: none !important;
}

.cf-form-group .fa-heart-icon {
   color: var(--theme) !important;
}

.cf-step-indicator {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 0.5rem;
   margin-bottom: 1rem;
}

.cf-step-number {
   width: 30px;
   height: 30px;
   background: var(--theme);
   color: var(--theme-4);
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 600;
   font-size: 0.9rem;
   border-radius: 20px
}

.cf-animate-in {
   animation: slideInRight 0.4s ease forwards;
}

@keyframes slideInRight {
   from {
      opacity: 0;
      transform: translateX(30px);
   }

   to {
      opacity: 1;
      transform: translateX(0);
   }
}

.cf-form-title {
  margin-bottom: 15px;
  color: var(--theme);
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  font-family: var(--body-font);
}

@media (max-width: 576px) {
   .cf-radio-group {
      flex-direction: column;
   }

   .cf-radio-option {
      min-width: auto;
   }

   .cf-btn-container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0.7rem;
  }

}


.cart-box .shopping-items {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 20px 20px !important;
   border-bottom: 1px solid var(--bg) !important;
   background: transparent;
   margin: 0px !important;
}

.cart-box .shopping-items:first-child {
   background: var(--theme);
   padding: 26px 20px !important;
}

.cart-box .shopping-items span {
   color: var(--theme) !important;
}

.cart-box .shopping-items:first-child span {
   color: #fff !important;
   font-size: 20px !important;
   letter-spacing: -0.5px !important;
}

.cart-box .shopping-items:first-child h5 span {
   font-size: 16px !important;
}

.cart-box .shopping-items:first-child h5 span:last-child {
   display: none;
}

.cart-box .shopping-items span:first-child {
   font-size: 1.2rem;
   font-weight: 600;
   color: var(--black);
}

.cart-box #cartCloseHeader {
   display: flex;
   align-items: center;
   gap: 8px;
   cursor: pointer;
   user-select: none;
   color: var(--theme);
   font-size: 1rem;
   font-weight: 500;
   transition: color 0.2s ease;
}

.cart-box #cartCloseHeader:hover {
   color: #d16f85;
}

.cart-box #cartCloseHeader i {
   font-size: 1.2rem;
}

.cart-box ul {
   overflow-y: scroll;
   height: 100%;
   padding-bottom: 300px;
}


.cart-box ul li .remove {
   color: var(--theme);
   font-size: 1.2rem;
   margin-right: 15px;
   transition: color 0.2s ease;
}

.cart-box ul li .remove:hover {
   color: #d16f85;
}

.cart-box ul li img {
   width: 60px;
   object-fit: cover;
   border-radius: 8px;
   margin-right: 15px;
}

.cart-box ul li .cart-product {
   flex-grow: 1;
}

.cart-box ul li .cart-product a {
   text-decoration: none;
   color: var(--black);
   font-size: 1rem;
   font-weight: 500;
   transition: color 0.2s ease;
}

.cart-box ul li .cart-product a:hover {
   color: var(--theme);
}

.cart-box ul li .cart-product span {
   display: block;
   color: var(--text);
   font-size: 0.95rem;
   font-weight: 600;
   margin: 5px 0;
}

.cart-box ul li .cart-product .quantity {
   color: var(--text);
   font-size: 0.9rem;
   margin: 0;
}

.cart-box .cart-button {
   padding: 5px 20px;
}


.cart-box .cart-button .theme-btn:active {
   transform: translateY(0);
}

@media (max-width: 480px) {
   .cart-box {
      max-width: 100%;
      margin: 10px;
   }

   .cart-box .shopping-items {
      padding: 10px 15px;
   }

   .cart-box ul li {
      padding: 10px 15px;
   }

   .cart-box ul li img {
      width: 50px;
      height: 50px;
   }

   .cart-box .cart-button .theme-btn {
      padding: 10px 20px;
      font-size: 0.9rem;
   }
}

.category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 5px 0;
}
.toggle-arrow {
  transition: transform 0.3s ease;
  color: var(--theme);
  font-size: 14px;
}
.toggle-arrow.active {
    transform: rotate(180deg);
}
.subcategories {
  padding-left: 15px;
  padding-top: 10px;
  list-style: circle;
  color: var(--theme);
}
.subcategories li {
    padding: 5px 0;
}

.shop-products-grid .category-tabs {
   background: var(--theme-2);
   position: -webkit-sticky;
   position: sticky;
   top: 78px;
   z-index: 1020;
}

.shop-products-grid .category-tabs .nav-tabs .nav-link.active {
  background: var(--theme);
  color: var(--theme-4);
  border-radius: 0px;
  border: none;
  padding: 15px 25px;
}

.shop-products-grid .category-tabs .nav-tabs .nav-link {
   color: var(--theme);
}



.shop-products-grid .category-tabs .nav-tabs .nav-link {
   color: var(--theme);
   border: none;
   border-radius: 0px;
   padding: 15px 25px;
}

.step-fimg {
   height: 150px;
   margin: 0 auto 10px;
   display: block;
}

.acf-form-container {
   background: var(--theme-4);
   overflow: hidden;
}

.acf-progress-container {
   background: var(--theme);
   padding: 25px;
   color: var(--theme-4);
   text-align: center;
}

.acf-progress-container h1 {
   margin: 0;
   font-weight: 300;
   font-size: 1.5rem;
   color: #fff;
   line-height: 0px;
}

.acf-step {
   display: none;
   animation: acf-fadeIn 0.6s ease-in;
}

.acf-step.acf-active {
   display: block;
}

@keyframes acf-fadeIn {
   from {
      opacity: 0;
      transform: translateY(30px);
   }

   to {
      opacity: 1;
      transform: translateY(0);
   }
}

.acf-option-card {
   border: 3px solid var(--bg);
   padding: 20px;
   text-align: center;
   cursor: pointer;
   transition: all 0.4s ease;
   background: linear-gradient(145deg, #ffffff, #f8f9fa);
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
   margin-bottom: 20px;
   position: relative;
   overflow: hidden;
}

.acf-option-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
   border-color: var(--theme);
}

.acf-option-card.acf-selected {
   border-color: var(--theme);
   background: var(--bg);
   transform: translateY(-5px);
}

.acf-option-card::before {
   content: '';
   position: absolute;
   top: 0;
   left: -100%;
   width: 100%;
   height: 100%;
   background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
   transition: left 0.5s;
}

.acf-option-card:hover::before {
   left: 100%;
}

.acf-option-icon {
   font-size: 3rem;
   margin-bottom: 15px;
   display: block;
}

.acf-option-text {
   font-weight: 600;
   color: #2d3436;
   font-size: 0.95rem;
   line-height: 1.4;
}

.acf-question-title {
   font-weight: 600;
   color: var(--text);
   margin-bottom: 1rem;
   font-size: 1.5rem;
}

.acf-question-subtitle {
   color: #636e72;
   font-size: 1rem;
   margin-bottom: 30px;
}

.acf-btn-primary {
   background: linear-gradient(135deg, #fd79a8, #fdcb6e);
   border: none;
   border-radius: 25px;
   padding: 12px 35px;
   font-weight: 600;
   font-size: 1.1rem;
   transition: all 0.3s ease;
   box-shadow: 0 8px 20px rgba(253, 121, 168, 0.3);
   color: var(--theme-4);
}

.acf-btn-primary:hover {
   transform: translateY(-3px);
   box-shadow: 0 12px 25px rgba(253, 121, 168, 0.4);
   color: var(--theme-4);
}

.acf-btn-secondary {
   border-radius: 25px;
   padding: 12px 35px;
   font-weight: 600;
   background: #74b9ff;
   border: none;
   color: var(--theme-4);
}

.acf-select-all-btn {
   background: linear-gradient(135deg, #a29bfe, #6c5ce7);
   color: var(--theme-4);
   border: none;
   border-radius: 20px;
   padding: 10px 25px;
   font-weight: 600;
   margin-bottom: 20px;
   transition: all 0.3s ease;
}

.acf-select-all-btn:hover {
   transform: translateY(-2px);
   box-shadow: 0 8px 20px rgba(108, 92, 231, 0.3);
   color: var(--theme-4);
}

.acf-progress {
   background: var(--bg-2);
   border-radius: 0px !important;
}

.acf-progress-bar {
   background: var(--bg);
   transition: width 0.6s ease;
   height: 100%;
}

.acf-checkmark {
   position: absolute;
   top: 10px;
   right: 10px;
   color: var(--theme);
   font-size: 1.5rem;
   opacity: 0;
   transition: opacity 0.3s ease;
}

.acf-option-card.acf-selected .acf-checkmark {
   opacity: 1;
}

.acf-checkbox {
   display: none;
}

.subscribe-hero .col-sm-6 {
   padding: 0px;
}

.subscribe-hero .hero-2 {
   height: 800px;
}

.hs-slider-container {
   height: 90vh;
   overflow: hidden;
   position: relative;
}

.hs-slide {
   height: 100vh;
   display: flex;
   align-items: center;
   transition: transform 0.6s ease-in-out;
   position: absolute;
   width: 100%;
   top: 0;
   left: 0;
}

.hs-slide:nth-child(1) {
   background: var(--bg);
}

.hs-slide:nth-child(2) {
   background: var(--bg);
}

.hs-slide:nth-child(3) {
   background: var(--bg);
}

.hs-slide.hs-active {
   transform: translateY(0);
}

.hs-slide.hs-prev {
   transform: translateY(-100%);
}

.hs-slide.hs-next {
   transform: translateY(100%);
}

.hs-media-column {
   position: relative;
   overflow: hidden;
}

.hs-media-item {
   width: 100%;
   height: 100vh;
   object-fit: cover;
   transition: transform 0.6s ease;
}

.hs-content-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 6rem 4rem;
  color: white;
  background: var(--theme-5);
  align-items: center;
}

.hs-heading {
  font-size: 52px;
  font-weight: 500;
  color: var(--theme);
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
}

.hs-slide ul {
   color: var(--theme) !important;
   margin-bottom: 30px;
}

.hs-li-item {
  width: 18px;
  margin-right: 5px;
  vertical-align: sub;
}

.hs-slide ul li:last-child {
  font-size: 26px;
  margin-top: 20px;
  font-weight: 800;
  text-align: center;
}

.hs-description {
   font-size: 1.25rem;
   line-height: 1.6;
   margin-bottom: 2rem;
   opacity: 0.95;
   color: var(--theme);
   text-align: center;
   width: 68%;
}

.hs-button-group {
  padding: 0px 25%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hs-btn {
  padding: 18px 30px !important;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid var(--theme);
  background: transparent;
  color: var(--theme);
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center !important;
  border-radius: 15px;
  display: block;
  margin-bottom: 10px;
  height:0px;
  line-height:0px;
}

.hs-btn-2 {
   padding: 8px 30px;
   font-size: 16px;
   color: var(--theme);
   width: 100%;
   text-align: center !important;
   text-decoration: underline;
}

.hs-btn:hover {
   background: var(--theme);
   color: var(--theme-4);
   transform: translateY(-2px);
}

.hs-btn-primary {
   background: var(--theme);
   color: #fff;
   border-color: var(--theme);
}

.hs-btn-primary:hover {
   background: transparent;
   color: var(--theme);
}

.hs-slide-indicators {
   position: absolute;
   top: 2rem;
   right: 2rem;
   display: flex;
   flex-direction: column;
   gap: 0.5rem;
   z-index: 10;
}

.hs-indicator {
   width: 10px;
   height: 10px;
   background: var(--theme-2);
   border-radius: 50%;
   transition: background 0.3s ease;
}

.hs-indicator-active {
   background: var(--theme);
}

.hs-scroll-indicator {
   position: absolute;
   bottom: 2rem;
   left: 50%;
   transform: translateX(-50%);
   color: var(--header);
   text-align: center;
   opacity: 0.8;
}

.hs-scroll-icon {
   font-size: 1.5rem;
   animation: bounce 2s infinite;
}

#widget-search-form .theme-btn {
  padding: 12px 12px 25px 9px !important;
}

.shop-main-sidebar {
   position: -webkit-sticky;
   position: sticky;
   top: 100px;
   z-index: 1020;
}

.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto !important;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--theme-2) var(--theme-2);
  overflow-y: hidden;
}

.nav-tabs::-webkit-scrollbar {
   height: 8px;
}

.nav-tabs::-webkit-scrollbar-thumb {
   background-color: #888;
   border-radius: 4px;
}

.nav-tabs::-webkit-scrollbar-track {
   background: #f1f1f1;
}

.nav-item {
   flex: 0 0 auto;
}

.nav-link {
   padding: 10px 15px;
   font-size: 14px;
}

.tab-content .product-collection-item .product-image {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
}

.tab-content .product-collection-item .product-image .product-btn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.tab-content .product-collection-item:hover .product-image .product-btn {
   opacity: 1;
   visibility: visible;
}

html {
   scroll-behavior: smooth;
}

@keyframes bounce {

   0%,
   20%,
   50%,
   80%,
   100% {
      transform: translateY(0);
   }

   40% {
      transform: translateY(-10px);
   }

   60% {
      transform: translateY(-5px);
   }
}

.hs-page-content {
   min-height: 200vh;
   background: #f8f9fa;
   padding: 4rem 0;
}

.sidebar-steps-mob {
   display: none;
}

.shop-main-sidebar {
   display: block;
}

.mob-shop-filter {
   display: none;
}

.close-sidebar {
   display: none;
   position: absolute;
   top: 15px;
   right: 15px;
   font-size: 24px;
   color: #333;
   cursor: pointer;
   z-index: 1001;
}

.price-breakdown .checkout-item p {
   font-weight: 400 !important;
}

.price-breakdown .sub-totals p {
   font-weight: 700 !important;
}

.step-container .shipping-rate {
   font-size: 12px;
   text-align: center;
   margin-top: 5px;
}

.subscribe-steps {
  background: var(--white);
}

.subscribe-steps .col-md-6 {
  border-radius: 20px;
  padding: 40px 10px !important;
  margin: 10px;
  width: calc(25% - 20px);
  border: 2px solid var(--theme);
}

.subscribe-steps .product-box-item {
  padding: 0px;
  border: none;
}

.subscribe-steps .product-content h3 {
  text-transform: uppercase;
}

.subscribe-steps .product-box-item .substep-box {
  width: 100px;
}

.topbar-acc-mob {
  display: none !important;
}

.about-boxes-section {
  background: var(--white);
}

.about-img-con {
  padding: 0px;
}
.close-product {
  position: absolute;
  top: 2px;
  right: -2px;
  background: var(--theme);
  color: var(--theme-4) !important;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  cursor: pointer;
  font-size: 18px;
  z-index: 10;
  font-weight: bold;
  display: block;
  line-height: 0.8;
}
#toast-container > div {
  padding: 20px !important;
  font-family: var(--body-font);
}
#toast-container > .toast-success {
  background-size: 0 !important;
}
.toast-message {
  font-family: var(--body-font) !important;
}
#variantModal .btn-close {
  color: #9E2724 !important;
  filter: brightness(0) saturate(100%) invert(14%) sepia(41%) saturate(6550%) hue-rotate(352deg) brightness(94%) contrast(81%);
  opacity: 1;
  font-size: 12px;
}
#variantModal .modal-title {
  color: var(--theme) !important;
}
#variantModal .modal-header {
  background-color: var(--theme-2);
  border-radius: 20px 20px 0 0;
}
#variantModal .form-select {
  border: 1px solid var(--theme);
  border-radius: 14px;
  background-color: transparent;
}
#variantModal .modal-content {
  background: var(--theme-4);
  box-shadow: none !important;
  border: none;
  border-radius: 20px;
}
#variantModal .modal-footer {
  border: none;
  padding-bottom: 30px;
}
#variantModal .modal-body label {
  color: var(--theme);
  font-weight: 400;
}
#variantModal .modal-footer .btn-secondary {
  background: transparent;
  padding: 6px 30px;
  color: var(--theme);
  border: 2px solid var(--theme);
  border-radius: 15px;
  font-size: 16px;
}
#variantModal .modal-footer .btn-primary {
  background: var(--theme);
  padding: 6px 30px;
  color: var(--theme-4);
  border: 2px solid var(--theme);
  border-radius: 15px;
  font-size: 16px;
}
.accept-checkout-tc {
  display: flex;
  gap: 10px;
}
#checkout-box p {
  font-size: 14px;
  margin-bottom: 8px;
}
#checkout-box p a {
  color: var(--theme);
}
.term-of-service-section h4 {
  margin-top: 30px;
  padding-bottom: 10px;
}
.term-of-service-section p {
  margin-bottom: 5px;
  color: var(--bs-gray-700);
}
div:where(.swal2-icon) {
  border-color: var(--theme) !important;
  color: var(--theme) !important;
}
.swal2-confirm {
  cursor: pointer !important;
  position: relative;
  z-index: 2;
  overflow: hidden !important;
  vertical-align: middle !important;
  border: 2px solid var(--theme) !important;
  text-transform: capitalize !important;
  text-align: center !important;
  background-color: var(--theme) !important;
  color: var(--theme-4) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 0 !important;
  border-radius: 15px !important;
  padding: 20px 50px !important;
  height: 0px !important;
}
.swal2-cancel, .swal2-deny {
  cursor: pointer !important;
  position: relative;
  z-index: 2;
  overflow: hidden !important;
  vertical-align: middle !important;
  border: 2px solid var(--theme) !important;
  text-transform: capitalize !important;
  text-align: center !important;
  background-color: transparent !important;
  color: var(--theme) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 0 !important;
  border-radius: 15px !important;
  padding: 20px 50px !important;
  height: 0px !important;
}
.swal2-confirm:focus, .swal2-deny:focus, .swal2-cancel:focus, .swal2-confirm:focus-visible, .swal2-deny:focus-visible, .swal2-cancel:focus-visible {
  border: none !important;
  outline: 0 !important;
}
.choose-products-grid .product-collection-item .zerapick-tag {
     right: 25px;
     background: url('../img/zera-pick.png') no-repeat;
     width: 63px;
     height: 65px;
     position: absolute;
     top: -3px;
     font-size: 14px;
     font-weight: 500;
     color: var(--theme);
     border-radius: 4px;
     white-space: initial;
     text-align: center;
     padding-top: 12px;
}
.choose-products-grid .product-collection-item .zerapick-distag {
     right: 25px;
     background: url('../img/zera-pick-dis.png') no-repeat;
     width: 63px;
     height: 65px;
     position: absolute;
     top: -3px;
     font-size: 14px;
     font-weight: 500;
     color: var(--white);
     border-radius: 4px;
     text-align: center;
     padding-top: 20px;
}
.desktop-heading {
    display: block !important;
}
.mobile-heading {
    display: none !important;
}

.ty-card {
  background: white;
  border-radius: 20px;
  max-width: 600px;
  animation: ty-slideIn 0.6s ease-out;
  margin: 0 auto;
}

@keyframes ty-slideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ty-checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    animation: ty-scaleIn 0.5s ease-out 0.2s both;
}

@keyframes ty-scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.ty-checkmark svg {
    width: 50px;
    height: 50px;
    stroke: white;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    animation: ty-checkmark 0.6s ease-out 0.4s both;
}

@keyframes ty-checkmark {
    0% {
        stroke-dasharray: 100;
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dasharray: 100;
        stroke-dashoffset: 0;
    }
}

.ty-title {
  font-size: 2.5rem;
  color: var(--theme);
  font-weight: 700;
}

.ty-subtitle {
    font-size: 1.2rem;
    color: #000;
}

.ty-details-box {
    background: #f8f9fa;
    border-radius: 12px;
}

.ty-details-text {
    color: #000;
    line-height: 1.8;
    text-align: center;
}

.ty-highlight {
  color: var(--theme);
  font-weight: 600;
}

.ty-cta-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    border: none;
    display: inline-block;
}

.ty-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
    color: white;
}

.ty-footer-text {
    color: #999;
    font-size: 0.9rem;
}
.mob-flag {
    display: none;
}
.monthly-products-section {
  padding-top: 80px;
  padding-bottom: 0px;
}
.monthly-tips-trends-section img {
  border-radius: 20px;
}
.monthly-blog-section {
  padding-bottom: 80px !important;
}

.subscribe-announcement .testimonial-content {
  height: 190px !important;
}
.subscribe-announcement .blog-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
    .ty-title {
        font-size: 2rem;
    }

    .ty-subtitle {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 768px) {
   .hs-slider-container {
      height: 100vh;
      background: var(--theme-5);
   }
   .desktop-heading {
        display: none !important;
    }
    .mobile-heading {
        display: block !important;
    }
   
   .testimonial-content {
       height: 310px;
    }

   .hs-slide {
      flex-direction: column;
      height: 100vh;
   }

   .hs-slide .row {
      height: auto !important;
   }

   .hs-button-group {
      padding: 0px 25%;
   }

   .hs-media-column {
      height: 45vh;
   }

   .hs-media-item {
      height: 100%;
   }

   .hs-heading {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 10px;
   }

   .hs-slide ul {
      margin-bottom: 10px;
   }

   .hs-description {
      margin-bottom: 1rem;
      opacity: 0.95;
      color: var(--theme);
      text-align: center;
      font-size: 14px;
      line-height: 20px;
      width: 100%;
   }

   .hs-btn {
      padding: 4px 30px;
      font-size: 14px;
   }

   .hs-btn-2 {
    padding: 0px 0px;
    font-size: 14px;
    white-space: nowrap;
    margin: 0 -40px;
  }

   .language-display {
      padding: 0px;
   }

   .header-top-wrapper {
      justify-content: space-around;
   }

   .hs-content-column {
      padding: 2rem 1rem;
   }

   .header-top-wrapper.style-2 .flag-wrapper .flag-wrap {
      display: block !important;
   }

   .header-top-wrapper .contact-list,
   #languageDisplay .flag-emoji,
   .flag-wrapper .account-text span {
      display: none;
   }

   .hs-slide ul li {
      line-height: 20px;
      margin-bottom: 2px;
      font-size: 14px;
   }
   
   .hs-slide ul li:last-child {
      font-size: 18px;
      margin-top: 10px;
    }

   .header-top-wrapper marquee {
      font-size: 14px;
      width: 62% !important;
   }

   .product-collection-section .tab-content .product-content h4 {
      font-size: 14px;
   }

   .product-collection-section .tab-content .col-md-6 {
      width: 50%;
      padding: 10px;
   }

   .step-indicator {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 99999;
      top: unset;
      width: 100%;
   }

   .ccol-product {
      width: 50%;
   }

   .product-details-wrapper #default-products .col-md-6 {
      width: 50%;
   }

   .sidebar-steps-mob {
      display: block;
   }

   /* Hide step tabs */
   .step-indicator div.step-navi {
      display: none;
   }

   .sidebar-steps {
      min-height: auto;
      background: transparent;
   }

   .product-details-wrapper {
      flex-direction: column;
   }

   .selected-products {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
   }

   .step-container p {
      font-weight: 400 !important;
      line-height: 20px;
      font-size: 14px;
   }

   .step-container .checkout-item p {
      font-size: 14px;
      font-weight: 500 !important;
      margin-bottom: 8px;
   }

   .choose-products-grid .theme-btn-step {
      padding: 10px 14px;
      font-size: 14px !important;
      background: var(--header);
      width: 100%;
      text-align: center;
      border-radius: 8px;
   }

   .theme-btn-step::before {
      content: "";
      position: absolute;
      height: 100%;
      bottom: 0;
      left: 0;
      width: 0;
      background-color: var(--theme);
      z-index: -1;
      transition: all 0.3s ease-out;
      border-radius: inherit;
   }

   .step-navigation {
      display: flex;
      gap: 10px;
      justify-content: space-between;
      align-items: center;
   }

   .step-navigation button,
   .step-navigation a {
      flex: 1;
      font-size: 14px;
      padding: 10px;
      text-align: center;
      border-radius: 0px;
   }

   .step-navigation .back-btn {
      background: #fff;
      color: var(--theme);
      border-radius: 15px;
   }

   .step-navigation .next-btn,
   .step-navigation .checkout-btn {
      background: var(--theme);
      color: var(--theme-4);
      border: 2px solid var(--theme);
      border-radius: 15px;
   }

   .shop-products-grid .tab-content .product-collection-item .product-details-link {
      font-size: 14px;
   }

   .step-navigation .next-btn:disabled {
      background: #ccc;
      pointer-events: none;
   }

   /* Hide step containers by default, show only active one */
   .step-container {
      display: none;
      padding: 10px;
      border-radius: 25px 25px 0px 0px;
   }

   .step-container.active {
      display: block;
      position: relative;
      padding: 0px;
   }

   .checkout-order-area {
      padding: 10px;
   }

   .product-checout-imgarea {
      text-align: center;
      padding: 0px 20px;
   }

   .product-checout-imgarea p {
      font-size: 12px;
      line-height: 16px;
   }

   .pricing-label {
      width: 100%;
      padding: 0px 10px;
   }

   .pricing-box {
      padding: 10px;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 10px !important;
   }

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

   .plan-details p {
      font-size: 12px;
   }

   .shop-products-grid .tab-content .product-collection-item h4 {
      font-size: 14px;
      line-height: 20px;
   }

   .step-container .section-title-area {
    background: var(--theme);
    color: #fff;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 20px 20px 0px 0px;
  }

   .choose-products-grid .checkout-order-area {
      padding: 5px 0px;
      border: none;
   }

   .checkout-image-item img {
      margin-bottom: 0px;
      height: 65px;
      object-fit: cover;
   }

   .selected-products span {
      font-size: 14px !important;
      font-weight: 500;
      margin-top: -5px;
   }

   .choose-products-grid .checkout-order-area {
      margin-bottom: 0px;
   }

   .step-container .section-title-area .section-title {
      font-size: 20px;
      text-align: center;
      font-weight: 600;
      color: #fff;
      margin-top: 0px;
   }

   .choose-products-grid .checkout-order-area .product-checout-area {
      margin-top: 10px;
      padding: 0 10px;
   }

   .step-container .section-title-area .section-title p {
      color: #fff !important;
      font-size: 13px;
   }

   .step-navigation {
      padding: 0 10px 10px;
   }

   .shop-left-sideber-section {
      padding-top: 0px;
   }
   
   .step-container.active {
      background: var(--theme-4);
      border: none;
    }

   .shop-products-grid .category-tabs {
      margin-left: -15px;
      margin-right: -12px;
   }

   .choose-products-grid .pricing-label .price {
      top: 18px;
   }

   .choose-products-grid .sub-pricing-plan>.pricing-label:nth-child(4) .pricing-box::before {
      margin-top: -10px;
      margin-right: 12px;
      line-height: 20px;
   }

   .single-sidebar-widget-2 #widget-search-form .theme-btn {
      padding: 14px 12px 14px 8px;
   }

   .step-container .shipping-rate {
      font-size: 10px;
      text-align: center;
      margin-top: -5px;
      padding-bottom: 5px;
   }

   .shop-products-grid .category-tabs {
      top: 49px;
   }

   #widget-search-form .row .col-lg-9 {
      width: 80%;
   }

   #widget-search-form .row .col-lg-3 {
      width: 20%;
   }

   .shop-main-sidebar {
      display: block;
      position: fixed;
      top: 0;
      left: -320px;
      width: 320px;
      height: 100%;
      background: #fff;
      box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
      transition: left 0.3s ease-in-out;
      z-index: 9999;
      overflow-y: auto;
      padding: 20px;
   }

   .shop-main-sidebar.active {
      left: 0;
   }
   
   .shop-main-sidebarbtn {
      position: -webkit-sticky;
      position: sticky;
      top: 50px;
      z-index: 1020;
      margin-left: -15px !important;
      margin-right: -12px !important;
   }

   .mob-shop-filter {
      display: block;
   }

   .close-sidebar {
      display: block;
   }
   
   .section-title .sub-title {
      font-size: 16px;
      margin-bottom: 5px;
    }
   
   .about-wrapper .about-content .text h3 {
      margin: 20px 0px 15px;
      font-size: 26px;
      text-transform: uppercase;
    }
    
    .about-wrapper .about-content {
      margin-top: 20px;
      text-align: center;
    }
    
    .about-wrapper .about-content .text .theme-btn {
      margin-top: 20px;
    }
    
    .contact-about-us .contact-box-wrapper {
      padding: 0px;
    }
    
    .contact-about-us p {
      margin-top: 10px;
    }
    
    .contact-about-us {
      padding-bottom: 50px;
    }
    
    .subscribe-steps .col-md-6 {
      width: calc(50% - 10px);
      margin: 5px;
      padding: 20px 10px !important;
    }
    
    .subscribe-steps .col-md-6 .product-content h3 {
      font-size: 16px;
    }
    
    .subscribe-steps .product-box-item {
      margin-bottom: 0px;
    }
    
    .subscribe-steps .product-box-item .substep-box {
      width: 60px;
    }
    
    .subscribe-steps .col-md-6 .product-content p {
      margin: 0px;
      font-size: 14px;
      line-height: 16px;
    }
    
    .testimonial-box-item .testimonial-content p {
      font-size: 13px;
      line-height: 16px;
    }
    
    .brand-wrapper .brand-box-item {
      padding: 0px !important;
    }
    
    .tab-content .product-collection-item {
       margin-top: 0px;
    }
    
    .announcement-section {
       padding-top: 50px;
       padding-bottom: 50px;
    }
    
    .testimonial-section {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    
    .shop-products-grid .tab-content .col-md-6 {
      width: calc(50% - 20px) !important;
      margin: 10px;
    }
    
    .mobile-shopsfil {
      padding: 0px;
      margin-bottom: 20px;
      position: sticky;
      top: 50px;
      z-index: 1020;
    }
    
    .mob-shop-filter {
      border-radius: 0px;
      background: var(--theme-2);
      color: var(--theme);
      height: auto;
      padding: 18px !important;
    }
    
    .choose-products-grid .tab-content .col-md-6 {
      padding: 0px;
    }
    
    .shop-products-grid .tab-content {
      padding: 10px;
    }
    
    .tab-content .product-collection-item .product-image img {
      height: 140px;
    }
    
    .tab-content .product-collection-item .product-image .product-btn {
      opacity: 1;
      visibility: initial;
      transition: all 0.4s ease-in-out;
    }
    
    .eticket-wrapper .brand-box-item .brand-image img {
      height: 180px;
    }
    
    .news-card-items .news-content h3 {
      font-size: 14px;
    }
    
    .header-top-wrapper {
      padding: 5px 10px;
      flex-direction: row-reverse;
    }
    
    .topbar-acc-mob .account-text i {
      display: none;
    }
    
    .topbar-acc-mob .account-text span {
      font-size: 13px !important;
    }
    
    .topbar-acc-desk {
      display: none !important;
    }
    .topbar-acc-mob {
      display: block !important;
    }
    .about-section-1 {
      padding: 20px 0px !important;
    }
    .about-right {
      padding-left: 0;
      text-align: center;
      padding-top: 10px;
    }

    .about-section-1 h2, .about-section h2 {
      padding-bottom: 10px;
    }

    .about-section {
      padding-bottom: 50px;
      padding-top: 10px;
    }

    .about-boxes-section .product-box-item {
      border: none;
      margin-bottom: 0px;
    }
    
    .about-boxes-section {
      padding-top: 60px;
      padding-bottom: 20px;
    }
    
    .my-account-section {
      padding: 80px 0px 120px;
    }
    
    .topbar-acc-mob button i {
      color: var(--theme-4);
    }
    
    .coupon-items {
      gap: 10px !important;
      justify-content: center !important;
    }
    
    .checkout-section .section-title {
      border-bottom: 3px solid var(--theme);
    }
    
    .checkout-section {
      padding: 50px 0px;
    }
    
    .choose-products-grid .sub-pricing-plan > .pricing-label:nth-child(2) .pricing-box::before {
        right: -12px;
        top: 73px;
      }
    
    .checkout-wrapper .checkout-single-wrapper .checkout-single h4, .checkout-wrapper .checkout-order-area h4 {
      font-size: 24px;
      text-align: center;
    }
    .myacc-col-1, .myacc-col-2 {
      margin: 15px;
      width: calc(100% - 30px);
    }
    .my-account-wrapper .tab-content .account-details h3 {
      font-size: 24px;
      margin-bottom: 10px !important;
      text-align: center;
    }
    .my-account-wrapper .wrap-sidebar-account .sidebar-account {
      padding: 40px 20px;
    }
    .myacc-col-2 {
      padding: 30px 15px;
    }
    .choose-products-grid .product-collection-item .product-image img {
      height: 180px;
    }
    #cancel-subscription {
      margin-top: -5px !important;
      padding: 12px !important;
      font-size: 13px !important;
    }
    .badge {
      top: -8px;
      padding-top: 13px;
      padding-left: 12px;
    }
    .choose-products-grid .product-content h4 a {
      height: 30px;
    }
    .subscribe-info-section {
      padding: 0px;
    }
    .close-product {
      line-height: 1;
    }
    .choose-products-grid .pricing-label h4 {
      margin-bottom: 0px;
    }
    .monthly-hero-slider .hero-3 {
       height: auto !important;
    }
    .blog-section {
        padding-bottom: 20px !important;
    }
    .shop-details-section {
        padding-bottom: 30px;
    }
    .single-related-products .col-lg-3 {
        width: calc(48% - 0px);
        margin-right: 0px;
        text-align: center;
        margin-top: 20px;
    }
    .single-related-products {
        padding-bottom: 40px;
    }
    .cartbox-btm {
      padding: 10px 0px 90px;
    }
    .monthly-tips-trends-section {
      padding-top: 50px;
    }
    .monthly-blog-section {
      padding: 50px 15px  !important;
    }
    .subscribe-announcement .blog-title {
      font-size: 16px;
    }
}