/*-----------------------------------------------------------
    Theme Name: Chely
    Theme URI: 
    Description: Chely - Pastries & Gift Shop WordPress Theme
    Author: EnvyTheme
    Author URI: https://envytheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
=====Table Of Contents====

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Pagination CSS
6.  Section Title, Overlay & Shape CSS
7.  Breadcrumb CSS
8.  Hero CSS
9.  Feature CSS
10. About CSS
11. Simple CSS
12. Product CSS
13. Product Details CSS
14. Deals Section CSS
15. Discount CSS
16. Newsletter CSS
17. Promo CSS
18. Testimonials CSS
19. Instagram CSS
20. Download App CSS
21. Sidebar CSS
22. Search Box Widget CSS
23. Category Widget CSS
24. Popular Post Widget CSS
25. Filter Widget CSS
26. Taglist Widget CSS
27. Featured Widget CSS
28. Blog CSS
29. Blog Details CSS
30.  FAQ, Error & Register CSS
31. Contact CSS
32. Cart CSS
33. Checkout CSS


----------------------------------*/
@font-face {
  font-family: "blank-script";
  src: url(../fonts/blank-script.otf);
}
:root {
  --bodyFont: "Sen", sans-serif;
  --secondaryFont: "Abril Fatface", cursive;
  --optionalFont: "blank-script";
  --thirdFont: "Dancing Script", cursive;
  --fancyFont: "Rock Salt", cursive;
  --primaryColor: #FFA6B6;
  --secondaryColor: var(--secondaryColor);
  --optionalColor: #F1F8FF;
  --titleColor: #24141B;
  --paraColor: #68585F;
  --bgColor: #F7F7F7;
  --ashColor: #F2F0F5;
  --grayColor: #FAF7F7;
  --whiteColor: #ffffff;
  --yellowColor: #FFCB36;
  --footerColor: #E4E0ED;
  --copyrightColor: #694DA1;
  --purpleColor: #7D65AE;
  --fontSize: 16px;
  --transition: all ease .5s;
  --transitionTwo: all ease .9s;
}

/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input, textarea, select {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 15px 12px;
  font-size: 16px;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/down-arrow.webp);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) 50%;
}

a {
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--paraColor);
}

a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
}

a:focus {
  outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--titleColor);
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bodyFont);
  color: var(--paraColor);
  line-height: 28px;
  letter-spacing: -0.32px;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/down-arrow.webp);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) 50%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

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

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

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

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

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

.pt-115 {
  padding-top: 115px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pt-0 .pt-100 {
  padding-top: 0;
}
.pt-0 .pt-115 {
  padding-top: 0;
}

.pb-0 .ptb-100 {
  padding-bottom: 0 !important;
}
.pb-0 .ptb-115 {
  padding-bottom: 0 !important;
}
.pb-0 .pb-100 {
  padding-bottom: 0 !important;
}
.pb-0 .pb-115 {
  padding-bottom: 0 !important;
}
.pb-0 .pb-70 {
  padding-bottom: 0 !important;
}
.pb-0 .pb-85 {
  padding-bottom: 0 !important;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
  list-style: none;
}

.max-width {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
#backtotop {
  opacity: 0;
  right: 20px;
  z-index: 99;
  width: 50px;
  bottom: 20px;
  height: 50px;
  font-size: 25px;
  transition: 0.5s;
  line-height: 49px;
  background-color: var(--secondaryColor);
  animation: border-transform 10s linear infinite alternate forwards;
}
#backtotop i {
  color: var(--whiteColor);
}

#backtotop:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*---------------------------------
   Preloader Area CSS
----------------------------------*/
.preloader-area {
  position: fixed;
  background: var(--whiteColor);
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.preloader-area .spinner {
  margin: auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -20px;
  top: 50%;
  animation: sk-rotate 2s infinite linear;
}
.preloader-area .dot1, .preloader-area .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--primaryColor);
  border-radius: 100%;
  animation: sk-bounce 3s infinite ease-in-out;
}
.preloader-area .dot1 {
  background-color: var(--secondaryColor);
}
.preloader-area .dot2 {
  top: auto;
  background-color: var(--titleColor);
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes waviy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
.loader-wrapper {
  --line-width: 5px;
  --curtain-color: #f1faee;
  --outer-line-color: var(--primaryColor);
  --middle-line-color: var(--secondaryColor);
  --inner-line-color: var(--optionalColor);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.loader {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  /*   transform: translate(-50%, -50%); */
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--outer-line-color);
  border-radius: 100%;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

.loader:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--inner-line-color);
  border-radius: 100%;
  animation: spin 3s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--middle-line-color);
  border-radius: 100%;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  background: var(--whiteColor);
  width: 51%;
  height: 100%;
  z-index: 1000;
}

.loader-wrapper .loader-section.section-left {
  left: 0;
}

.loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded Styles */
.loaded .loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded .loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

/*---------------------------------
    Button, Link & Animation CSS
----------------------------------*/
.btn-one,
.btn-two,
.btn-three,
.btn-four,
.btn-five {
  display: inline-block;
  text-align: center;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 1;
  padding: 20px 30.5px 20px;
  border-radius: 6px;
  letter-spacing: 0;
}
.btn-one i,
.btn-two i,
.btn-three i,
.btn-four i,
.btn-five i {
  position: relative;
  top: 3px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 0.8;
  margin-left: 11px;
  transition: var(--transition);
}
.btn-one:before,
.btn-two:before,
.btn-three:before,
.btn-four:before,
.btn-five:before {
  position: absolute;
  top: 0px;
  left: 0%;
  content: "";
  width: 50.5%;
  height: 0%;
  z-index: -1;
  transition: var(--transition);
  border-radius: 5px 0 0 5px;
}
.btn-one:after,
.btn-two:after,
.btn-three:after,
.btn-four:after,
.btn-five:after {
  position: absolute;
  bottom: 0px;
  right: 0%;
  content: "";
  width: 50.5%;
  height: 0%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
  border-radius: 0 5px 5px 0;
}
.btn-one:hover:after, .btn-one:hover:before,
.btn-two:hover:after,
.btn-two:hover:before,
.btn-three:hover:after,
.btn-three:hover:before,
.btn-four:hover:after,
.btn-four:hover:before,
.btn-five:hover:after,
.btn-five:hover:before {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn-one {
  color: var(--secondaryColor);
  background-color: var(--primaryColor);
}
.btn-one:before {
  background-color: var(--secondaryColor);
}
.btn-one:after {
  background-color: var(--secondaryColor);
}
.btn-one:hover {
  color: var(--whiteColor);
}

.btn-two {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
  border-color: transparent;
}
.btn-two:before {
  background-color: var(--primaryColor);
}
.btn-two:after {
  background-color: var(--primaryColor);
}
.btn-two:hover {
  color: var(--secondaryColor);
}

.btn-three {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
  border-color: transparent;
}
.btn-three:before {
  background-color: var(--primaryColor);
}
.btn-three:after {
  background-color: var(--primaryColor);
}
.btn-three:hover {
  color: var(--secondaryColor);
}

.btn-four {
  color: var(--whiteColor);
  background-color: var(--purpleColor);
  border-color: transparent;
}
.btn-four:before {
  background-color: var(--secondaryColor);
}
.btn-four:after {
  background-color: var(--secondaryColor);
}

.btn-five {
  color: var(--secondaryColor);
  background-color: var(--whiteColor);
  border-color: transparent;
}
.btn-five:before {
  background-color: var(--secondaryColor);
}
.btn-five:after {
  background-color: var(--secondaryColor);
}
.btn-five:hover {
  color: var(--whiteColor);
}

.link-one,
.link-two,
.link-three {
  display: inline-block;
  position: relative;
  font-weight: 500;
  transition: var(--transition);
  z-index: 1;
}
.link-one:after,
.link-two:after,
.link-three:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  transition: var(--transition);
  z-index: -1;
}

.link-one {
  color: var(--secondaryColor);
}
.link-one:after {
  background-color: var(--secondaryColor);
  height: 1px;
}

.link-two {
  color: var(--titleColor);
}
.link-two:after {
  background-color: var(--titleColor);
}

.rotate {
  animation: rotation 20s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*-------------------------------
        Pagination  CSS
-------------------------------*/
.pagination-area {
  margin-top: 20px;
  text-align: center;
}
.pagination-area .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--ashColor);
  color: var(--titleColor);
  border: none;
  text-align: center;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
}
.pagination-area .page-numbers:last-child {
  margin-right: 0;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  color: var(--whiteColor);
  opacity: 1;
  background-color: var(--primaryColor);
  border-color: transparent;
}
.pagination-area .page-numbers i {
  font-size: 24px;
  position: relative;
  top: 0;
  color: var(--main-color);
  margin: 0 auto;
}
.pagination-area .page-numbers.prev {
  background-color: var(--ashColor);
  color: var(--titleColor);
  position: relative;
  top: 3px;
}
.pagination-area .page-numbers.prev:hover {
  color: var(--whiteColor);
  opacity: 1;
  background-color: var(--primaryColor);
}
.pagination-area .page-numbers.next {
  background-color: var(--ashColor);
  color: var(--titleColor);
  position: relative;
  top: 3px;
}
.pagination-area .page-numbers.next:hover {
  color: var(--whiteColor);
  opacity: 1;
  background-color: var(--primaryColor);
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title > span,
.content-title > span {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: var(--secondaryColor);
  font-family: var(--optionalFont);
  display: block;
  margin: 0 0 5px;
}
.section-title h2,
.content-title h2 {
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  font-weight: 400;
  font-family: var(--secondaryFont);
  letter-spacing: -1px;
}
.section-title h2 .section-shape,
.content-title h2 .section-shape {
  position: relative;
  display: inline-block;
}
.section-title h2 .section-shape:before,
.content-title h2 .section-shape:before {
  position: absolute;
  top: -39px;
  right: -61px;
  content: "";
  width: 55px;
  height: 55px;
  background-image: url(../images/section-shape.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-title h2 span,
.content-title h2 span {
  display: block;
}
.section-title p,
.content-title p {
  margin: 14px 0 0;
}
.section-title.style-two > span,
.content-title.style-two > span {
  font-family: var(--thirdFont);
  font-size: 24px;
  line-height: 1;
  color: var(--secondaryColor);
  display: block;
}
.section-title.style-two h2,
.content-title.style-two h2 {
  margin: 7px 0 0;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0);
  }
}
.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.bg_primary {
  background-color: var(--primaryColor);
}

.bg_ash {
  background-color: var(--ashColor);
}

.bg_one {
  background-color: #FEF3F5;
}

.bg_gray {
  background-color: var(--footerColor);
}

#quickview-modal .btn_close {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: var(--whiteColor);
  border-radius: 50%;
  z-index: 99;
}
#quickview-modal .btn_close i {
  color: var(--primaryColor);
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 22px;
}

.social-profile li {
  display: inline-block;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
}
.social-profile li a i {
  display: block;
  margin: 0 auto;
  line-height: 0.8;
  transition: var(--transition);
}
.social-profile li a:hover i {
  transform: rotate(360deg);
}

/*--------------------------------------
    Breadcrumb CSS
----------------------------------------*/
.breadcrumb-wrap {
  position: relative;
  z-index: 1;
  background-image: url(../images/breadcrumb-bg.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 70px 0 80px;
}
.breadcrumb-wrap h2, .breadcrumb-wrap h3, .breadcrumb-wrap h4, .breadcrumb-wrap h5, .breadcrumb-wrap h6 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.8px;
  position: relative;
  display: inline-block;
  font-family: var(--secondaryFont);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.breadcrumb-wrap h2 span, .breadcrumb-wrap h3 span, .breadcrumb-wrap h4 span, .breadcrumb-wrap h5 span, .breadcrumb-wrap h6 span {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.breadcrumb-wrap h2:after, .breadcrumb-wrap h3:after, .breadcrumb-wrap h4:after, .breadcrumb-wrap h5:after, .breadcrumb-wrap h6:after {
  position: absolute;
  bottom: -22px;
  right: -88px;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/br-shape.webp);
  width: 107px;
  height: 33px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb-wrap.blog-tag h2, .breadcrumb-wrap.blog-tag h3, .breadcrumb-wrap.blog-tag h4, .breadcrumb-wrap.blog-tag h5, .breadcrumb-wrap.blog-tag h6 {
  display: block;
}
.breadcrumb-wrap.blog-tag h2:after, .breadcrumb-wrap.blog-tag h3:after, .breadcrumb-wrap.blog-tag h4:after, .breadcrumb-wrap.blog-tag h5:after, .breadcrumb-wrap.blog-tag h6:after {
  right: 0;
}
.breadcrumb-wrap .breadcrumb-page-title h2:after, .breadcrumb-wrap .breadcrumb-page-title h3:after, .breadcrumb-wrap .breadcrumb-page-title h4:after, .breadcrumb-wrap .breadcrumb-page-title h5:after, .breadcrumb-wrap .breadcrumb-page-title h6:after {
  right: 0;
}

.breadcrumb-menu {
  text-align: right;
}
.breadcrumb-menu li {
  display: inline-block;
  position: relative;
  color: var(--paraColor);
  padding-right: 23px;
  margin-right: 7px;
  letter-spacing: 0.96px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: inherit;
  word-break: break-all;
}
.breadcrumb-menu li:after {
  position: absolute;
  top: 1px;
  right: -4px;
  content: "\ea6e";
  font-weight: 300;
  font-size: 18px;
  font-family: remixicon !important;
  color: var(--paraColor);
}
.breadcrumb-menu li:first-child {
  margin-left: 0;
}
.breadcrumb-menu li:first-child a {
  padding-left: 0;
}
.breadcrumb-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-menu li:last-child:after {
  display: none;
}
.breadcrumb-menu li a {
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: var(--secondaryColor);
  letter-spacing: 0.96px;
}
.breadcrumb-menu li a:hover {
  opacity: 1;
  color: var(--paraColor);
}
.breadcrumb-menu li:last-child a:after {
  display: none;
}

/*--------------------------------------
            Hero CSS
----------------------------------------*/
.hero-wrap .hero-content h2, .hero-wrap .hero-content h3, .hero-wrap .hero-content h4, .hero-wrap .hero-content h5, .hero-wrap .hero-content h6, .hero-wrap .hero-content h1 {
  font-family: var(--secondaryFont);
}
.hero-wrap.style-one {
  background-image: url(../images/hero/hero-bg-1.webp);
  background-color: #fff;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-wrap.style-one .hero-slide-item {
  padding: 135px 0 200px;
}
.hero-wrap.style-one .hero-content {
  text-align: center;
}
.hero-wrap.style-one .hero-content > span {
  font-family: var(--optionalFont);
  color: var(--secondaryColor);
  font-weight: 400;
  display: block;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.32px;
}
.hero-wrap.style-one .hero-content h1, .hero-wrap.style-one .hero-content h2, .hero-wrap.style-one .hero-content h3, .hero-wrap.style-one .hero-content h4, .hero-wrap.style-one .hero-content h5, .hero-wrap.style-one .hero-content h6 {
  font-weight: 400;
  letter-spacing: -2px;
  margin: 9px 0 22px;
}
.hero-wrap.style-one .hero-content h1 span.hero-title-left, .hero-wrap.style-one .hero-content h2 span.hero-title-left, .hero-wrap.style-one .hero-content h3 span.hero-title-left, .hero-wrap.style-one .hero-content h4 span.hero-title-left, .hero-wrap.style-one .hero-content h5 span.hero-title-left, .hero-wrap.style-one .hero-content h6 span.hero-title-left {
  position: relative;
  display: block;
  text-align: left;
}
.hero-wrap.style-one .hero-content h1 span.hero-title-left:before, .hero-wrap.style-one .hero-content h2 span.hero-title-left:before, .hero-wrap.style-one .hero-content h3 span.hero-title-left:before, .hero-wrap.style-one .hero-content h4 span.hero-title-left:before, .hero-wrap.style-one .hero-content h5 span.hero-title-left:before, .hero-wrap.style-one .hero-content h6 span.hero-title-left:before {
  position: absolute;
  top: -92px;
  left: -93px;
  content: "";
  width: 102px;
  height: 108px;
  background-image: url(../images/hero/hero-shape-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-wrap.style-one .hero-content h1 span.hero-title-right, .hero-wrap.style-one .hero-content h2 span.hero-title-right, .hero-wrap.style-one .hero-content h3 span.hero-title-right, .hero-wrap.style-one .hero-content h4 span.hero-title-right, .hero-wrap.style-one .hero-content h5 span.hero-title-right, .hero-wrap.style-one .hero-content h6 span.hero-title-right {
  position: relative;
  display: block;
  text-align: right;
}
.hero-wrap.style-one .hero-content h1 span.hero-title-right:before, .hero-wrap.style-one .hero-content h2 span.hero-title-right:before, .hero-wrap.style-one .hero-content h3 span.hero-title-right:before, .hero-wrap.style-one .hero-content h4 span.hero-title-right:before, .hero-wrap.style-one .hero-content h5 span.hero-title-right:before, .hero-wrap.style-one .hero-content h6 span.hero-title-right:before {
  position: absolute;
  top: -80px;
  right: -88px;
  content: "";
  width: 102px;
  height: 108px;
  background-image: url(../images/hero/hero-shape-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-wrap.style-one .hero-content h1 {
  font-size: 72px;
  line-height: 82px;
}
.hero-wrap.style-one .hero-content h2 {
  font-size: 70px;
  line-height: 80px;
}
.hero-wrap.style-one .hero-content h3 {
  font-size: 68px;
  line-height: 78px;
}
.hero-wrap.style-one .hero-content h4 {
  font-size: 65px;
  line-height: 75px;
}
.hero-wrap.style-one .hero-content h5 {
  font-size: 60px;
  margin-bottom: 70px;
}
.hero-wrap.style-one .hero-content h6 {
  font-size: 55px;
  margin-bottom: 65px;
}
.hero-wrap.style-one .hero-content p {
  margin-bottom: 20px;
  letter-spacing: -0.32px;
}
.hero-wrap.style-one .hero-img-two {
  position: relative;
  top: 80px;
}
.hero-wrap.style-one .hero-pagination {
  position: absolute;
  bottom: 200px !important;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  z-index: 1;
}
.hero-wrap.style-one .hero-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  opacity: 1;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #C9C1D9;
}
.hero-wrap.style-one .hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DF5A8F;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1.5px;
}
.hero-wrap.style-two {
  background-image: url(../images/hero/hero-bg-2.webp);
  background-position: top center;
  height: 100%;
  position: relative;
  margin-bottom: 45px;
}
.hero-wrap.style-two .hero-shape-one {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-wrap.style-two .hero-content {
  padding: 150px 0;
}
.hero-wrap.style-two .hero-content span {
  font-family: var(--thirdFont);
  color: var(--secondaryColor);
  font-weight: 700;
  display: block;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
}
.hero-wrap.style-two .hero-content h2 {
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -1.6px;
  margin: 4px 0 20px;
}
.hero-wrap.style-two .hero-content p {
  margin-bottom: 20px;
  letter-spacing: -0.32px;
}
.hero-wrap.style-two .hero-pagination {
  position: absolute;
  bottom: -55px !important;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}
.hero-wrap.style-two .hero-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  opacity: 1;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #C9C1D9;
}
.hero-wrap.style-two .hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DF5A8F;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1.5px;
}
.hero-wrap.style-three {
  background-image: url(../images/hero/hero-bg-3.webp);
  background-position: left center;
  height: 100%;
  padding: 100px 0;
}
.hero-wrap.style-three .hero-content {
  position: relative;
  z-index: 1;
}
.hero-wrap.style-three .hero-content .hero-content-shape {
  position: absolute;
  bottom: -60px;
  right: 60px;
  z-index: -1;
}
.hero-wrap.style-three .hero-content span {
  font-family: var(--thirdFont);
  color: var(--secondaryColor);
  font-weight: 700;
  display: block;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
}
.hero-wrap.style-three .hero-content h2 {
  font-size: 66px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -1.6px;
  margin: 4px 0 20px;
}
.hero-wrap.style-three .hero-content p {
  margin-bottom: 20px;
}
.hero-wrap.style-three .hero-img-wrap {
  position: relative;
  padding-left: 90px;
}
.hero-wrap.style-three .hero-img-wrap .hero-img-one {
  border: 10px solid var(--whiteColor);
  display: block;
  margin-left: auto;
}
.hero-wrap.style-three .hero-img-wrap .hero-img-two {
  position: absolute;
  bottom: 55px;
  left: -5px;
  border: 8px solid var(--whiteColor);
}

/*--------------------------------------
    Feature CSS
----------------------------------------*/
.feature-1 {
  background-image: url(../images/feature/feature-1.webp);
}

.feature-2 {
  background-image: url(../img/feature/feature-2.webp);
}

.feature-3 {
  background-image: url(../img/feature/feature-3.webp);
}

.feature-4 {
  background-image: url(../img/feature/feature-4.webp);
}

.feature-5 {
  background-image: url(../img/feature/feature-5.webp);
}

.feature-6 {
  background-image: url(../img/feature/feature-6.webp);
}

.feature-7 {
  background-image: url(../img/feature/feature-7.webp);
}

.feature-8 {
  background-image: url(../img/feature/feature-8.webp);
}

.feature-card {
  margin-bottom: 30px;
}
.feature-card .feature-content h3 {
  font-family: var(--secondaryFont);
}
.feature-card.style-one, .feature-card.style-two, .feature-card.style-three {
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-height: 385px;
}
.feature-card.style-one .feature-bg, .feature-card.style-two .feature-bg, .feature-card.style-three .feature-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: var(--transition);
}
.feature-card.style-one .feature-content, .feature-card.style-two .feature-content, .feature-card.style-three .feature-content {
  position: absolute;
}
.feature-card.style-one .feature-content span, .feature-card.style-two .feature-content span, .feature-card.style-three .feature-content span {
  font-size: 32px;
  font-family: var(--optionalFont);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}
.feature-card.style-one .feature-content h3, .feature-card.style-two .feature-content h3, .feature-card.style-three .feature-content h3 {
  font-size: 43px;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: -1px;
  margin: 5px 0 0;
}
.feature-card.style-one .feature-content h3 a, .feature-card.style-two .feature-content h3 a, .feature-card.style-three .feature-content h3 a {
  color: var(--titleColor);
}
.feature-card.style-one .feature-content h3 a:hover, .feature-card.style-two .feature-content h3 a:hover, .feature-card.style-three .feature-content h3 a:hover {
  color: var(--secondaryColor);
}
.feature-card.style-one:hover .feature-bg, .feature-card.style-two:hover .feature-bg, .feature-card.style-three:hover .feature-bg {
  transform: scale(1.05);
}
.feature-card.style-one .feature-content {
  top: 60px;
  left: 0;
  text-align: center;
  width: 100%;
}
.feature-card.style-one .feature-content span {
  color: var(--whiteColor);
}
.feature-card.style-two .feature-content {
  top: 50px;
  left: 125px;
  padding-right: 40px;
}
.feature-card.style-two .feature-content span {
  color: var(--purpleColor);
}
.feature-card.style-three .feature-content {
  top: 50px;
  left: 100px;
  padding-right: 40px;
}
.feature-card.style-three .feature-content span {
  color: var(--purpleColor);
}
.feature-card.style-four {
  position: relative;
  z-index: 1;
  min-height: 380px;
  overflow: hidden;
}
.feature-card.style-four .feature-content {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: rgba(125, 101, 174, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transition: var(--transition);
}
.feature-card.style-four .feature-content .feature-shape-one,
.feature-card.style-four .feature-content .feature-shape-two {
  position: absolute;
  z-index: -1;
}
.feature-card.style-four .feature-content .feature-shape-one {
  bottom: 25%;
  right: 17%;
}
.feature-card.style-four .feature-content .feature-shape-two {
  top: 25%;
  left: 17%;
}
.feature-card.style-four .feature-content h3 {
  font-size: 50px;
  font-family: var(--secondaryFont);
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -1px;
  margin: 0;
  transition: var(--transition);
}
.feature-card.style-four .feature-content h3 a {
  color: var(--whiteColor);
}
.feature-card.style-four:hover .feature-content {
  left: 0;
}
.feature-card.style-five {
  position: relative;
  overflow: hidden;
}
.feature-card.style-five img {
  transition: var(--transition);
}
.feature-card.style-five .feature-content {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 50%;
  height: calc(100% - 60px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.feature-card.style-five .feature-content h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: -0.8px;
  margin: 0;
}
.feature-card.style-five .feature-content h3 a {
  color: var(--titleColor);
}
.feature-card.style-five .feature-content h3 a:hover {
  color: var(--secondaryColor);
}
.feature-card.style-five:hover img {
  transform: scale(1.05);
}

/*--------------------------------------
    About Section CSS
----------------------------------------*/
.about-wrap.style-one, .about-wrap.style-two, .about-wrap.style-three {
  position: relative;
  z-index: 1;
}
.about-wrap.style-one .about-img-wrap, .about-wrap.style-two .about-img-wrap, .about-wrap.style-three .about-img-wrap {
  padding-bottom: 92px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-wrap.style-one .about-img-wrap .circle-wrap, .about-wrap.style-two .about-img-wrap .circle-wrap, .about-wrap.style-three .about-img-wrap .circle-wrap {
  position: absolute;
}
.about-wrap.style-one .about-img-wrap .about-img-one,
.about-wrap.style-one .about-img-wrap .about-img-two, .about-wrap.style-two .about-img-wrap .about-img-one,
.about-wrap.style-two .about-img-wrap .about-img-two, .about-wrap.style-three .about-img-wrap .about-img-one,
.about-wrap.style-three .about-img-wrap .about-img-two {
  border-radius: 300px 300px 0 0;
  z-index: 1;
  display: inline-block;
}
.about-wrap.style-one .about-img-wrap .about-img-one img,
.about-wrap.style-one .about-img-wrap .about-img-two img, .about-wrap.style-two .about-img-wrap .about-img-one img,
.about-wrap.style-two .about-img-wrap .about-img-two img, .about-wrap.style-three .about-img-wrap .about-img-one img,
.about-wrap.style-three .about-img-wrap .about-img-two img {
  border-radius: 300px 300px 0 0;
}
.about-wrap.style-one .about-img-wrap .about-img-one:before,
.about-wrap.style-one .about-img-wrap .about-img-two:before, .about-wrap.style-two .about-img-wrap .about-img-one:before,
.about-wrap.style-two .about-img-wrap .about-img-two:before, .about-wrap.style-three .about-img-wrap .about-img-one:before,
.about-wrap.style-three .about-img-wrap .about-img-two:before {
  position: absolute;
  top: 12px;
  left: -12px;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 300px 300px 0 0;
  z-index: -1;
}
.about-wrap.style-one .about-img-wrap .about-img-one, .about-wrap.style-two .about-img-wrap .about-img-one, .about-wrap.style-three .about-img-wrap .about-img-one {
  margin-right: auto;
  position: relative;
}
.about-wrap.style-one .about-img-wrap .about-img-two, .about-wrap.style-two .about-img-wrap .about-img-two, .about-wrap.style-three .about-img-wrap .about-img-two {
  position: absolute;
  bottom: 12px;
  right: 0;
}
.about-wrap.style-one .about-content .content-title, .about-wrap.style-two .about-content .content-title, .about-wrap.style-three .about-content .content-title {
  margin-bottom: 31px;
}
.about-wrap.style-one .about-content .content-title h2, .about-wrap.style-two .about-content .content-title h2, .about-wrap.style-three .about-content .content-title h2 {
  margin-bottom: 28px;
}
.about-wrap.style-one .about-shape-one {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: -1;
}
.about-wrap.style-one .about-img-wrap .circle-wrap {
  top: 42px;
  right: 16px;
}
.about-wrap.style-one .about-img-wrap .about-shape {
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 2;
}
.about-wrap.style-one .about-img-wrap .about-img-one:before,
.about-wrap.style-one .about-img-wrap .about-img-two:before {
  background-color: #FDE7E7;
}
.about-wrap.style-two, .about-wrap.style-three {
  position: relative;
}
.about-wrap.style-two .about-shape-one, .about-wrap.style-three .about-shape-one {
  position: absolute;
  z-index: -1;
  bottom: -42px;
  right: 7%;
}
.about-wrap.style-two .about-img-wrap .circle-wrap, .about-wrap.style-three .about-img-wrap .circle-wrap {
  top: 35px;
  right: 16px;
}
.about-wrap.style-two .about-img-wrap .about-shape-two,
.about-wrap.style-two .about-img-wrap .about-shape-three, .about-wrap.style-three .about-img-wrap .about-shape-two,
.about-wrap.style-three .about-img-wrap .about-shape-three {
  position: absolute;
  z-index: 2;
}
.about-wrap.style-two .about-img-wrap .about-shape-two, .about-wrap.style-three .about-img-wrap .about-shape-two {
  bottom: 72px;
  left: 80px;
}
.about-wrap.style-two .about-img-wrap .about-shape-three, .about-wrap.style-three .about-img-wrap .about-shape-three {
  bottom: -8px;
  left: 45px;
}
.about-wrap.style-two .about-img-wrap .about-img-one:before,
.about-wrap.style-two .about-img-wrap .about-img-two:before, .about-wrap.style-three .about-img-wrap .about-img-one:before,
.about-wrap.style-three .about-img-wrap .about-img-two:before {
  background-color: #E6E2ED;
}
.about-wrap.style-two .about-content, .about-wrap.style-three .about-content {
  position: relative;
  z-index: 1;
}
.about-wrap.style-two .about-content .about-content-shape, .about-wrap.style-three .about-content .about-content-shape {
  position: absolute;
  z-index: -1;
  top: -35px;
  right: 20px;
}

/*--------------------------------------
    Simple Section CSS
----------------------------------------*/
.simple-wrap.style-one {
  position: relative;
  z-index: 1;
}
.simple-wrap.style-one .simple-shape-three {
  position: absolute;
  top: 28%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.simple-wrap.style-one .simple-img-wrap {
  position: relative;
  padding-right: 25px;
  z-index: 1;
}
.simple-wrap.style-one .simple-img-wrap .simple-img {
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.simple-wrap.style-one .simple-img-wrap .simple-img img {
  display: block;
  margin-left: auto;
}
.simple-wrap.style-one .simple-img-wrap .simple-img .simple-shape-one,
.simple-wrap.style-one .simple-img-wrap .simple-img .simple-shape-two {
  position: absolute;
  z-index: 1;
}
.simple-wrap.style-one .simple-img-wrap .simple-img .simple-shape-one {
  top: 47px;
  left: 0px;
}
.simple-wrap.style-one .simple-img-wrap .simple-img .simple-shape-two {
  bottom: 50px;
  left: 10px;
}
.simple-wrap.style-one .simple-content .content-title p, .simple-wrap.style-two .simple-content .content-title p {
  margin: 20px 0 25px;
}
.simple-wrap.style-two {
  position: relative;
}
.simple-wrap.style-two .simple-shape-one {
  position: absolute;
  top: 100px;
  left: 48%;
  max-width: 80px;
}
.simple-wrap.style-two .simple-img-wrap {
  position: relative;
  z-index: 1;
}
.simple-wrap.style-two .simple-img-wrap .simple-shape-one,
.simple-wrap.style-two .simple-img-wrap .simple-shape-two,
.simple-wrap.style-two .simple-img-wrap .simple-shape-three,
.simple-wrap.style-two .simple-img-wrap .simple-shape-four {
  position: absolute;
  z-index: 1;
}
.simple-wrap.style-two .simple-img-wrap .simple-shape-one {
  bottom: -10px;
  left: -30px;
}
.simple-wrap.style-two .simple-img-wrap .simple-shape-four {
  bottom: -10px;
  left: 0px;
}
.simple-wrap.style-two .simple-img-wrap .simple-img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 490px;
  height: 490px;
  border-radius: 50%;
}
.simple-wrap.style-two .simple-img-wrap .simple-img > img {
  border-radius: 50%;
}
.simple-wrap.style-two .simple-img-wrap .simple-img .simple-shape-two {
  top: 22px;
  right: 0;
  border-radius: 0;
}
.simple-wrap.style-two .simple-img-wrap .simple-img .simple-shape-three {
  bottom: 0;
  right: 0;
  border-radius: 0;
}

/*--------------------------------------
    Product Card CSS
----------------------------------------*/
.no-product h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 35px;
}

.product-card {
  margin-bottom: 30px;
}
.product-card.style-one .product-img {
  overflow: hidden;
  position: relative;
  background-color: #c9e6ea;
}
.product-card.style-one .product-img img {
  transition: var(--transition);
}
.product-card.style-one .product-img .add-cat-btn {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: 0.7s;
}
.product-card.style-one .product-img .add-cat-btn .add_to_cart_button {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  padding: 16px 24px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0;
  transition: 0.7s;
}
.product-card.style-one .product-img .add-cat-btn .add_to_cart_button.added {
  display: none;
}
.product-card.style-one .product-img .add-cat-btn .add_to_cart_button:hover {
  background-color: var(--titleColor);
}
.product-card.style-one .product-img .add-cat-btn .added_to_cart {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  padding: 16px 24px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0;
  transition: 0.7s;
}
.product-card.style-one .product-img .add-cat-btn .added_to_cart:hover {
  background-color: var(--titleColor);
}
.product-card.style-one .product-info {
  padding: 25px 0 0;
  position: relative;
}
.product-card.style-one .product-info h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1.08px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-card.style-one .product-info h3 a {
  color: var(--titleColor);
}
.product-card.style-one .product-info h3 a:hover {
  color: var(--secondaryColor);
}
.product-card.style-one .product-info .product-price {
  letter-spacing: -0.32px;
  display: inline-block !important;
  border: none;
}
.product-card.style-one .product-info .product-price del {
  text-decoration: line-through;
  opacity: 0.8;
  margin-left: 10px;
  float: right;
}
.product-card.style-one .product-info .product-price ins span {
  display: inline-block;
}
.product-card.style-one:hover .product-img img {
  transform: scale(1.05);
}
.product-card.style-one:hover .product-img .add-cat-btn {
  top: 50%;
  opacity: 1;
}
.product-card.style-two {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  min-height: 652px;
  overflow: hidden;
}
.product-card.style-two .product-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/products/gift/featured-1.webp);
  transition: var(--transition);
  z-index: -1;
}
.product-card.style-two .featured {
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--whiteColor);
  line-height: 16px;
  letter-spacing: -0.32px;
  background-color: var(--secondaryColor);
  padding: 10px 11px;
}
.product-card.style-two .product-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.product-card.style-two .product-info h3 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.08px;
  margin: 0;
  text-transform: uppercase;
}
.product-card.style-two .product-info h3 a {
  color: var(--titleColor);
}
.product-card.style-two .product-info h3 a:hover {
  color: var(--secondaryColor);
}
.product-card.style-two .product-info .ratings {
  margin: 10px 0 9px;
}
.product-card.style-two .product-info .ratings li {
  display: inline-block;
}
.product-card.style-two .product-info .ratings li i {
  color: var(--secondaryColor);
  line-height: 0.8;
}
.product-card.style-two .product-info .product-price {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.36px;
}
.product-card.style-two:hover .product-bg {
  transform: scale(1.07);
}
.product-card.style-three {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--whiteColor);
  margin-bottom: 20px;
  transition: var(--transition);
  position: relative;
}
.product-card.style-three .product-img {
  width: 148px;
}
.product-card.style-three .product-info {
  width: calc(100% - 168px);
  margin-left: 20px;
  position: relative;
}
.product-card.style-three .product-info h3 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.96px;
  margin: 0;
  text-transform: uppercase;
}
.product-card.style-three .product-info h3 a {
  color: var(--titleColor);
}
.product-card.style-three .product-info h3 a:hover {
  color: var(--secondaryColor);
}
.product-card.style-three .product-info .ratings {
  margin: 5px 0 11px;
}
.product-card.style-three .product-info .ratings li {
  display: inline-block;
}
.product-card.style-three .product-info .ratings li i {
  color: #F8C71A;
  line-height: 0.8;
}
.product-card.style-three .product-info .product-price {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.36px;
}
.product-card.style-three .product-info .product-price .discount {
  text-decoration: line-through;
  margin-left: 6px;
  opacity: 0.7;
}
.product-card.style-three .add-to-cart-btn {
  position: absolute;
  bottom: 20px;
  right: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  background-color: var(--purpleColor);
  font-size: 0;
}
.product-card.style-three .add-to-cart-btn::before {
  content: "\f114";
  position: absolute;
  font-family: flaticon-chely !important;
  font-style: normal;
  font-weight: normal !important;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-35%);
  width: 100%;
  height: 100%;
  color: var(--whiteColor);
  font-size: 20px;
  text-align: center;
}
.product-card.style-three .add-to-cart-btn i {
  color: var(--whiteColor);
  font-size: 20px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
}
.product-card.style-three .add-to-cart-btn.added {
  display: none;
}
.product-card.style-three .added_to_cart {
  position: absolute;
  bottom: 20px;
  right: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  background-color: var(--purpleColor);
  font-size: 0;
}
.product-card.style-three .added_to_cart::before {
  content: "\eb7b";
  position: absolute;
  font-family: remixicon !important;
  font-style: normal;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-35%);
  width: 100%;
  height: 100%;
  color: var(--whiteColor);
  font-size: 20px;
  text-align: center;
}
.product-card.style-three .add-to_cart {
  position: absolute;
  bottom: 20px;
  right: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  background-color: var(--purpleColor);
}
.product-card.style-three .add-to_cart i {
  color: var(--whiteColor);
  font-size: 20px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
}
.product-card.style-three:hover {
  background-color: var(--whiteColor);
}
.product-card.style-three:hover .add-to-cart-btn {
  visibility: visible;
  opacity: 1;
  right: 20px;
}
.product-card.style-three:hover .added_to_cart {
  visibility: visible;
  opacity: 1;
  right: 20px;
}
.product-card.style-three:hover .add-to_cart {
  visibility: visible;
  opacity: 1;
  right: 20px;
}
.product-card.style-four {
  min-height: 458px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-card.style-four .product-shape {
  position: absolute;
  top: 80px;
  left: 95px;
  z-index: 0;
}
.product-card.style-four .product-bg {
  background-image: url(../images/products/lipsticks/product-bg-1.webp);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: var(--transition);
}
.product-card.style-four .product-info {
  position: absolute;
  top: 60px;
  left: 35px;
  width: 65%;
}
.product-card.style-four .product-info h3 {
  color: var(--titleColor);
  font-size: 40px;
  font-family: var(--secondaryFont);
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.8px;
}
.product-card.style-four .product-info h3 a {
  color: var(--titleColor);
}
.product-card.style-four .product-info h3 a:hover {
  color: var(--secondaryColor);
}
.product-card.style-four .product-info p {
  color: var(--secondaryColor);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.9px;
  margin: 22px 0 26px;
}
.product-card.style-four .product-info p span {
  font-size: 36px;
  font-weight: 800;
}
.product-card.style-four:hover .product-bg {
  transform: scale(1.05);
}
.product-card.style-five {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-card.style-five:before {
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(125, 101, 174, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.product-card.style-five a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  width: 150px;
  padding: 20px 13px 20px;
  transition-delay: 0.28s;
}
.product-card.style-five:hover:before {
  left: 0%;
  visibility: visible;
  opacity: 1;
}
.product-card.style-five:hover a {
  visibility: visible;
  opacity: 1;
}
.product-card.style-six {
  background-image: url(../images/products/lipsticks/product-bg-2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px;
}
.product-card.style-six .product-img {
  width: 155px;
  border-radius: 300px 300px 0 0;
  border: 4px solid var(--whiteColor);
}
.product-card.style-six .product-img img {
  border-radius: 300px 300px 0 0;
}
.product-card.style-six .product-info {
  width: calc(100% - 193px);
  margin-left: 38px;
}
.product-card.style-six .product-info h3 {
  color: var(--whiteColor);
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -0.6px;
  margin-bottom: 22px;
}
.product-card.style-six .product-info h3 a {
  color: var(--whiteColor);
}
.product-card.style-six .product-info h3 span {
  position: relative;
}
.product-card.style-six .product-info h3 span:after {
  position: absolute;
  bottom: -17px;
  right: -15px;
  content: "";
  width: 52px;
  height: 16px;
  background-image: url(../images/icon/shape-1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-card .product-img {
  background-color: #c9e6ea;
}

.products-details-image {
  background-color: #c9e6ea;
}

.product-wrap.style-one {
  position: relative;
  z-index: 1;
}
.product-wrap.style-one .product-shape {
  position: absolute;
  top: -150px;
  right: 40px;
  z-index: -1;
}
.product-wrap.style-one .container-fluid {
  position: relative;
}
.product-wrap.style-one .container-fluid .product-slider-btn .product-prev,
.product-wrap.style-one .container-fluid .product-slider-btn .product-next {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
}
.product-wrap.style-one .container-fluid .product-slider-btn .product-prev.swiper-button-lock,
.product-wrap.style-one .container-fluid .product-slider-btn .product-next.swiper-button-lock {
  display: block;
}
.product-wrap.style-one .container-fluid .product-slider-btn .product-prev i,
.product-wrap.style-one .container-fluid .product-slider-btn .product-next i {
  font-size: 24px;
  line-height: 0.8;
}
.product-wrap.style-one .container-fluid .product-slider-btn .product-prev {
  left: 45px;
}
.product-wrap.style-one .container-fluid .product-slider-btn .product-next {
  right: 45px;
}

.trending-wrap.style-one {
  position: relative;
  z-index: 1;
}
.trending-wrap.style-one .trending-shape-one {
  position: absolute;
  top: 70px;
  left: 3%;
  z-index: -1;
}

.section-bottomtext.style-one {
  background-color: var(--whiteColor);
  color: #514864;
  font-size: 14px;
  line-height: 14px;
  padding: 17px 30px;
  margin: 15px 0 0;
  text-align: center;
}
.section-bottomtext.style-one b {
  font-weight: 800;
}
.section-bottomtext.style-one a {
  font-weight: 600;
}
.section-bottomtext.style-one a i {
  position: relative;
  top: 3px;
  margin-left: 7px;
}
.section-bottomtext.style-one a:after {
  display: none;
}
.section-bottomtext.style-two {
  background-color: var(--whiteColor);
  padding: 14px 20px 14px 215px;
  position: relative;
  margin-top: 15px;
}
.section-bottomtext.style-two img {
  position: absolute;
  top: -15px;
  left: 90px;
}
.section-bottomtext.style-two p {
  color: var(--titleColor);
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.4px;
  margin: 0;
}
.section-bottomtext.style-two p span {
  color: var(--secondaryColor);
  font-family: var(--secondaryFont);
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.6px;
}

/*--------------------------------------
    Product Details CSS
----------------------------------------*/
.single-product-slider {
  position: relative;
}
.single-product-slider .single-product-prev {
  left: 10px;
}
.single-product-slider .single-product-next {
  right: 10px;
}
.single-product-slider .single-product-next,
.single-product-slider .single-product-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: var(--transition);
}
.single-product-slider .single-product-next i,
.single-product-slider .single-product-prev i {
  font-size: 21px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}
.single-product-slider .single-product-next img,
.single-product-slider .single-product-prev img {
  max-width: 20px;
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}
.single-product-slider .single-product-next:hover i,
.single-product-slider .single-product-prev:hover i {
  color: var(--whiteColor);
}
.single-product-slider .single-product-item img {
  display: block;
  margin: 0 auto;
}

.single-product-slider-two {
  position: relative;
}
.single-product-slider-two .single-product-prev {
  left: 10px;
}
.single-product-slider-two .single-product-next {
  right: 10px;
}
.single-product-slider-two .single-product-next,
.single-product-slider-two .single-product-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: var(--transition);
}
.single-product-slider-two .single-product-next i,
.single-product-slider-two .single-product-prev i {
  font-size: 21px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}
.single-product-slider-two .single-product-next img,
.single-product-slider-two .single-product-prev img {
  max-width: 20px;
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}
.single-product-slider-two .single-product-next:hover i,
.single-product-slider-two .single-product-prev:hover i {
  color: var(--whiteColor);
}

.single-product-thumb {
  margin-top: 20px;
}
.single-product-thumb .single-thumb {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.single-product-thumb .single-thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  color: var(--whiteColor);
  font-size: 40px;
  line-height: 0.8;
  font-weight: 300;
  transition: var(--transition);
}
.single-product-thumb .single-thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(36, 20, 27, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.single-product-thumb .single-thumb img {
  display: block;
  margin: 0 auto;
}
.single-product-thumb .single-thumb:hover i, .single-product-thumb .single-thumb:hover:after {
  visibility: visible;
  opacity: 1;
}

.single-product-details h1 {
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}
.single-product-details .product-price {
  color: var(--secondaryColor);
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.4px;
  margin: 18px 0 22px;
}
.single-product-details .product-price .discount {
  margin-left: 6px;
  text-decoration: line-through;
  opacity: 0.6;
  color: var(--paraColor);
}
.single-product-details .single-product-metainfo {
  margin: 25px 0 0;
}
.single-product-details .single-product-metainfo li {
  color: var(--purpleColor);
  margin-bottom: 7px;
}
.single-product-details .single-product-metainfo li:last-child {
  margin-bottom: 0;
}
.single-product-details .single-product-metainfo li span {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.3px;
  margin-right: 5px;
}
.single-product-details .single-product-metainfo li a {
  color: var(--purpleColor);
}
.single-product-details .stock-availabe {
  color: var(--purpleColor);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.32px;
  margin: 25px 0 30px;
}
.single-product-details .stock-availabe span {
  color: var(--secondaryColor);
  font-weight: 600;
}
.single-product-details .single-product-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.single-product-details .single-product-action .add-to-cart {
  margin: 0 14px;
}
.single-product-details .single-product-action .link-two {
  cursor: pointer;
}
.single-product-details .single-product-action .link-two i {
  margin-right: 6px;
}
.single-product-details .single-product-action .link-two:hover {
  padding-left: 0;
}
.single-product-details .social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product-details .social-share p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.3px;
  margin: 0 20px 0 0;
}
.single-product-details .social-share .social-profile li {
  margin-right: 13px;
}
.single-product-details .social-share .social-profile li:last-child {
  margin-right: 0;
}

.single-product-tablist {
  border-bottom: 1px solid #F1EFF4;
  justify-content: center;
  margin-bottom: 25px;
}
.single-product-tablist .nav-item {
  border: none;
  margin-right: 60px;
}
.single-product-tablist .nav-item:last-child {
  margin-right: 0;
}
.single-product-tablist .nav-item .nav-link {
  background-color: transparent;
  color: var(--titleColor);
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.96px;
  display: inline-block;
  position: relative;
  padding: 0 0 30px;
}
.single-product-tablist .nav-item .nav-link:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0;
  height: 4px;
  background-color: #E5E0EC;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.single-product-tablist .nav-item .nav-link.active:after, .single-product-tablist .nav-item .nav-link:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.product-desc p:last-child {
  margin-bottom: 0;
}

.product_features li {
  margin-bottom: 10px;
  color: var(--paraColor);
}
.product_features li:last-child {
  margin: 0;
}
.product_features li b {
  color: var(--titleColor);
  font-weight: 600;
}

.client-review .comment-form-title {
  margin-bottom: 20px;
}
.client-review .comment-form-title h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.client-review.comment-item-wrap {
  padding: 0;
}
.client-review.comment-item-wrap .comment-item {
  border: none;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.client-review.comment-item-wrap .comment-item .comment-author-img {
  border-radius: 50%;
}
.client-review.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .comment-author-name {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .comment-author-name h5 {
  width: 65%;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: var(--medical_titleColor);
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .comment-author-name h5 span {
  font-size: 16px;
  font-weight: 400;
  color: var(--medical_paraColor);
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .ratings {
  width: 35%;
  display: flex;
  justify-content: flex-end;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .ratings li {
  display: inline-block;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .ratings li i {
  color: #FDCB05;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .ratings span {
  color: var(--paraColor);
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
  margin-top: 12px;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0;
}

.client-review-form {
  margin: 30px 0 0;
}
.client-review-form .comment-form-title {
  margin-bottom: 20px;
}
.client-review-form .comment-form-title h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.client-review-form .rating li {
  display: inline-block;
}
.client-review-form .rating li i {
  color: var(--yellowColor);
}
.client-review-form .form-group {
  margin-bottom: 15px;
}
.client-review-form .form-group label {
  color: var(--medical_paraColor);
  display: block;
  margin: 0 0 10px;
}
.client-review-form .form-group input,
.client-review-form .form-group textarea {
  width: 100%;
  border: none;
  background: #f7f7f7;
  padding: 10px 15px;
}
.client-review-form .form-group input {
  height: 56px;
}
.client-review-form .form-group textarea {
  height: 128px;
  resize: none;
}

/*--------------------------------------
    Deals Section CSS
----------------------------------------*/
.deals-wrap .deals-content .content-title {
  margin-bottom: 28px;
}
.deals-wrap .deals-content .content-title p {
  margin-top: 17px;
}
.deals-wrap .deals-img-wrap {
  position: relative;
  z-index: 1;
  padding-right: 30px;
}
.deals-wrap .deals-img-wrap .deals-shape-one,
.deals-wrap .deals-img-wrap .deals-shape-two,
.deals-wrap .deals-img-wrap .deals-shape-three,
.deals-wrap .deals-img-wrap .deals-shape-four {
  position: absolute;
  z-index: 0;
}
.deals-wrap .deals-img-wrap .deals-shape-three {
  bottom: -5px;
  left: auto;
  right: 0;
}
.deals-wrap .deals-img-wrap .deals-shape-four {
  bottom: -5px;
  left: -20px;
}
.deals-wrap .deals-img-wrap .deals-img {
  display: block;
  margin: 0 0 0 auto;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  position: relative;
  border: 10px solid var(--whiteColor);
}
.deals-wrap .deals-img-wrap .deals-img > img {
  border-radius: 50%;
}
.deals-wrap .deals-img-wrap .deals-img .deals-shape-one {
  bottom: 52px;
  left: -5px;
  border-radius: 0;
  z-index: 1;
}
.deals-wrap .deals-img-wrap .deals-img .deals-shape-two {
  top: 20px;
  right: -5px;
  border-radius: 0;
  z-index: 1;
}

#countdown {
  margin-bottom: 28px;
}
#countdown h6 {
  color: var(--titleColor);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.84px;
  margin-bottom: 15px;
}

.countdown-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.countdown-list li {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-color: var(--whiteColor);
  color: #A39C9F;
  text-align: center;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.countdown-list li span {
  color: #000;
  text-align: center;
  font-family: var(--secondaryFont);
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
}

/*--------------------------------------
    Discount CSS
----------------------------------------*/
.discount-box {
  margin-bottom: 30px;
}
.discount-box.discount-bg-1 {
  background-image: url(../img/discount/discount-bg-1.webp);
}
.discount-box.discount-bg-2 {
  background-image: url(../img/discount/discount-bg-2.webp);
}
.discount-box .discount-bg-3 {
  background-image: url(../img/discount/discount-bg-3.webp);
}
.discount-box .discount-bg-4 {
  background-image: url(../img/discount/discount-bg-4.webp);
}
.discount-box .discount-bg-5 {
  background-image: url(../img/discount/discount-bg-5.webp);
}
.discount-box .discount-bg-6 {
  background-image: url(../img/discount/discount-bg-6.webp);
}
.discount-box.style-one {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 52px 30px;
  min-height: 360px;
}
.discount-box.style-one .discount-img {
  width: 220px;
}
.discount-box.style-one .discount-content {
  margin-left: 30px;
  width: calc(100% - 250px);
}
.discount-box.style-one .discount-content span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.96px;
  color: var(--titleColor);
}
.discount-box.style-one .discount-content h2 {
  font-size: 56px;
  font-family: var(--secondaryFont);
  font-weight: 400;
  line-height: 56px;
  color: var(--secondaryColor);
  margin: 3px 0 10px;
}
.discount-box.style-one .discount-content p {
  color: var(--titleColor);
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.4px;
  margin-bottom: 23px;
}
.discount-box.style-one .discount-content h3 {
  font-size: 46px;
  font-family: var(--secondaryFont);
  font-weight: 400;
  line-height: 54px;
  color: var(--whiteColor);
  margin-bottom: 30px;
}
.discount-box.style-two, .discount-box.style-three {
  padding: 50px 40px;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.discount-box.style-two .discount-bg-3,
.discount-box.style-two .discount-bg-4,
.discount-box.style-two .discount-bg-5,
.discount-box.style-two .discount-bg-6, .discount-box.style-three .discount-bg-3,
.discount-box.style-three .discount-bg-4,
.discount-box.style-three .discount-bg-5,
.discount-box.style-three .discount-bg-6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--transition);
  z-index: 0;
}
.discount-box.style-two .discount-content, .discount-box.style-three .discount-content {
  position: relative;
  z-index: 2;
}
.discount-box.style-two .discount-content h3, .discount-box.style-three .discount-content h3 {
  font-size: 38px;
  font-family: var(--secondaryFont);
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.8px;
  margin-bottom: 34px;
}
.discount-box.style-two .discount-content h3 span, .discount-box.style-three .discount-content h3 span {
  color: var(--secondaryColor);
}
.discount-box.style-two .discount-content h3 a, .discount-box.style-three .discount-content h3 a {
  color: var(--titleColor);
}
.discount-box.style-two .discount-content h3 a:hover, .discount-box.style-three .discount-content h3 a:hover {
  color: var(--secondaryColor);
}
.discount-box.style-two:hover .discount-bg-3,
.discount-box.style-two:hover .discount-bg-4,
.discount-box.style-two:hover .discount-bg-5,
.discount-box.style-two:hover .discount-bg-6, .discount-box.style-three:hover .discount-bg-3,
.discount-box.style-three:hover .discount-bg-4,
.discount-box.style-three:hover .discount-bg-5,
.discount-box.style-three:hover .discount-bg-6 {
  transform: scale(1.05);
}
.discount-box.style-two .discount-content {
  max-width: 62%;
}
.discount-box.style-three .discount-content {
  max-width: 80%;
}

/*--------------------------------------
    Newsletter CSS
----------------------------------------*/
.newsletter-box.style-one {
  background-color: #F6F0C8;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  padding-right: 45px;
}
.newsletter-box.style-one .newsletter-shape-one,
.newsletter-box.style-one .newsletter-shape-two {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  opacity: 0.35;
}
.newsletter-box.style-one .newsletter-shape-one {
  top: 0;
}
.newsletter-box.style-one .newsletter-shape-two {
  bottom: 0;
}
.newsletter-box.style-one .newsletter-img-one {
  position: relative;
  bottom: -118px;
}
.newsletter-box.style-one .newsletter-img-two {
  position: relative;
  top: -60px;
}
.newsletter-box.style-one .content-title, .newsletter-box.style-two .content-title {
  margin-bottom: 24px;
}
.newsletter-box.style-one .content-title h2, .newsletter-box.style-two .content-title h2 {
  letter-spacing: -1.4px;
}
.newsletter-box.style-one form, .newsletter-box.style-two form {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}
.newsletter-box.style-one form input, .newsletter-box.style-two form input {
  width: 100%;
  height: 60px;
  background-color: var(--whiteColor);
  padding: 12px 20px;
  border: none;
  font-size: 14px;
  line-height: 14px;
  color: #A49FA1;
  margin-bottom: 5px;
}
.newsletter-box.style-one form input::-moz-placeholder, .newsletter-box.style-two form input::-moz-placeholder {
  opacity: 1;
}
.newsletter-box.style-one form input::placeholder, .newsletter-box.style-two form input::placeholder {
  opacity: 1;
}
.newsletter-box.style-one form button, .newsletter-box.style-two form button {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: transparent;
  border: none;
  color: var(--secondaryColor);
  height: 100%;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 1.4px;
  transition: var(--transition);
}
.newsletter-box.style-one form button:hover, .newsletter-box.style-two form button:hover {
  color: var(--titleColor);
}
.newsletter-box.style-one form button i, .newsletter-box.style-two form button i {
  position: relative;
  top: 5px;
  font-size: 22px;
  margin-left: 12px;
  line-height: 0.8;
}
.newsletter-box.style-two {
  background-color: #FFE1DC;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}
.newsletter-box.style-two .newsletter-shape-one,
.newsletter-box.style-two .newsletter-shape-two,
.newsletter-box.style-two .newsletter-shape-three {
  position: absolute;
  z-index: -1;
}
.newsletter-box.style-two .newsletter-shape-one {
  top: 0;
  left: 0;
}
.newsletter-box.style-two .newsletter-shape-two {
  bottom: 0;
  right: 30px;
}
.newsletter-box.style-two .newsletter-shape-three {
  bottom: 0;
  right: 0;
}
.newsletter-box.style-two .content-title h2 {
  margin: 5px 0 0;
}
.newsletter-box .mchimp-errmessage {
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
}
.newsletter-box .mchimp-sucmessage {
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
}

/*--------------------------------------
        Promo CSS
----------------------------------------*/
.promo-card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.promo-card-wrap .promo-card {
  width: 33.33%;
}
.promo-card-wrap.style-two .promo-card {
  align-items: center;
}

.promo-card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
}
.promo-card:after {
  position: absolute;
  top: 38%;
  right: 15px;
  content: "";
  width: 1px;
  height: 90px;
  background-color: var(--ashColor);
  transform: translateY(-50%);
}
.promo-card:last-child:after {
  display: none;
}
.promo-card .promo-icon {
  width: 62px;
  margin-right: 28px;
}
.promo-card .promo-icon i {
  color: var(--secondaryColor);
  font-size: 62px;
  line-height: 0.8;
}
.promo-card .promo-text {
  width: calc(100% - 90px);
}
.promo-card .promo-text h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1.08px;
  margin-bottom: 19px;
}
.promo-card .promo-text p {
  margin: 0;
  padding-right: 20px;
}

.promo-video {
  background-image: url(../images/about/promo-bg.webp);
  position: relative;
  z-index: 1;
}
.promo-video:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(163, 19, 82, 0.5);
  z-index: -1;
}
.promo-video .content-title h2 {
  color: var(--whiteColor);
  margin-bottom: 20px;
  font-weight: 600;
}
.promo-video .content-title .play-now {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  border: 1px solid var(--whiteColor);
}
.promo-video .content-title .play-now i {
  font-size: 30px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  position: relative;
}
.promo-video .content-title .play-now .ripple,
.promo-video .content-title .play-now .ripple:before,
.promo-video .content-title .play-now .ripple:after {
  width: 68px;
  height: 68px;
}

#quickview-modal .btn_close {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: var(--whiteColor);
  border-radius: 50%;
  z-index: 99;
}
#quickview-modal .btn_close i {
  color: var(--primaryColor);
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 22px;
}

.video-popup {
  width: 100%;
  height: 600px;
}
.video-popup iframe {
  width: 100%;
  height: 100%;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  text-align: center;
  background-color: transparent;
  color: var(--whiteColor);
  z-index: 1;
  display: block;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}
.play-now .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0);
  }
}
/*--------------------------------------
    Testimonial CSS
----------------------------------------*/
.testimonial-card.style-one {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonial-card.style-one .client-img-wrap {
  position: relative;
  padding: 10px 55px 25px 5px;
}
.testimonial-card.style-one .client-img-wrap .client-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.testimonial-card.style-one .client-img-wrap .quote-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial-card.style-one .client-img-wrap .client-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonial-card.style-one .client-info {
  width: calc(100% - 290px);
  margin-left: 22px;
}
.testimonial-card.style-one .client-info .client-quote {
  color: var(--titleColor);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.48px;
  margin-bottom: 40px;
}
.testimonial-card.style-one .client-info h6 {
  color: var(--secondaryColor);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.96px;
  margin: 0;
}
.testimonial-card.style-two, .testimonial-card.style-four {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonial-card.style-two .client-img-wrap, .testimonial-card.style-four .client-img-wrap {
  position: relative;
  z-index: 1;
  padding: 10px 35px 25px 5px;
}
.testimonial-card.style-two .client-img-wrap .client-img, .testimonial-card.style-four .client-img-wrap .client-img {
  width: 168px;
  border-radius: 300px 300px 0 0;
}
.testimonial-card.style-two .client-img-wrap .client-img img, .testimonial-card.style-four .client-img-wrap .client-img img {
  border-radius: 300px 300px 0 0;
}
.testimonial-card.style-two .client-img-wrap .quote-icon, .testimonial-card.style-four .client-img-wrap .quote-icon {
  position: absolute;
  top: -6px;
  right: 0;
}
.testimonial-card.style-two .client-img-wrap .client-shape, .testimonial-card.style-four .client-img-wrap .client-shape {
  position: absolute;
  top: -6px;
  left: -22px;
  z-index: -1;
}
.testimonial-card.style-two .client-info, .testimonial-card.style-four .client-info {
  width: calc(100% - 220px);
  margin-left: 10px;
}
.testimonial-card.style-two .client-info .client-quote, .testimonial-card.style-four .client-info .client-quote {
  color: var(--titleColor);
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}
.testimonial-card.style-two .client-info h6, .testimonial-card.style-four .client-info h6 {
  color: #893F61;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.96px;
  margin: 0;
}
.testimonial-card.style-three {
  margin-bottom: 30px;
  border-radius: 15px;
  box-shadow: 0px 4px 55px 0px rgba(198, 189, 216, 0.2);
  position: relative;
  z-index: 1;
  padding: 0 0 31px;
}
.testimonial-card.style-three .testimonial-bg-one {
  background-image: url(../images/clients/testimonial-bg-1.webp);
}
.testimonial-card.style-three .testimonial-bg-two {
  background-image: url(../images/clients/testimonial-bg-2.webp);
}
.testimonial-card.style-three .testimonial-bg-three {
  background-image: url(../images/clients/testimonial-bg-3.webp);
}
.testimonial-card.style-three .testimonial-bg-one,
.testimonial-card.style-three .testimonial-bg-two,
.testimonial-card.style-three .testimonial-bg-three {
  width: 100%;
  height: 142px;
  z-index: -1;
  border-radius: 15px 15px 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-card.style-three .client-img {
  margin: -60px auto 0;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  position: relative;
}
.testimonial-card.style-three .client-img img {
  border-radius: 50%;
}
.testimonial-card.style-three .client-img .quote-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--purpleColor);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.testimonial-card.style-three .client-img .quote-icon i {
  margin: 0 auto;
  display: block;
  font-size: 20px;
  line-height: 0.8;
  color: var(--whiteColor);
}
.testimonial-card.style-three .client-quote {
  color: #7E748C;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.36px;
  padding: 0 20px;
  margin: 30px 0 25px;
}
.testimonial-card.style-three h6 {
  color: #893F61;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.84px;
}

.testimonial-item {
  position: relative;
  z-index: 1;
}
.testimonial-item .curve-shape {
  position: absolute;
  bottom: 5px;
  right: 19%;
  z-index: -1;
}

.testimonial-wrap.style-one .testimonial-pagination {
  position: absolute;
  bottom: 30px !important;
  right: 0;
  width: 100%;
  text-align: right;
  z-index: 1;
}
.testimonial-wrap.style-one .testimonial-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  opacity: 1;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #C9C1D9;
}
.testimonial-wrap.style-one .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--secondaryColor);
  width: 10px;
  height: 10px;
  position: relative;
  top: 1.5px;
}
.testimonial-wrap.style-two .testimonial-slider-two .testimonial-slider-btn {
  position: absolute;
  bottom: 20px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 2;
}
.testimonial-wrap.style-two .testimonial-slider-two .testimonial-slider-btn .testimonial-prev i,
.testimonial-wrap.style-two .testimonial-slider-two .testimonial-slider-btn .testimonial-next i {
  font-size: 24px;
  line-height: 0.8;
}
.testimonial-wrap.style-two .testimonial-slider-two .testimonial-slider-btn .testimonial-prev {
  margin-right: 13px;
}
.testimonial-wrap.style-two .testimonial-slider-two .testimonial-slider-btn .testimonial-next {
  margin-left: 13px;
}
.testimonial-wrap.style-three {
  position: relative;
}
.testimonial-wrap.style-three .testimonial-shape-one {
  position: absolute;
  top: 70px;
  left: 8%;
}
.testimonial-wrap.style-three .container {
  position: relative;
}
.testimonial-wrap.style-three .container .testimonial-slider-btn .testimonial-prev,
.testimonial-wrap.style-three .container .testimonial-slider-btn .testimonial-next {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
}
.testimonial-wrap.style-three .container .testimonial-slider-btn .testimonial-prev i,
.testimonial-wrap.style-three .container .testimonial-slider-btn .testimonial-next i {
  font-size: 24px;
  line-height: 0.8;
}
.testimonial-wrap.style-three .container .testimonial-slider-btn .testimonial-prev {
  left: -22px;
}
.testimonial-wrap.style-three .container .testimonial-slider-btn .testimonial-next {
  right: -22px;
}

/*--------------------------------------
    Instagram CSS
----------------------------------------*/
.insta-wrap.style-one {
  position: relative;
  z-index: 1;
  background-image: url(../images/instagram/insta-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--whiteColor);
}
.insta-wrap.style-one .insta-shape {
  position: absolute;
  z-index: -1;
  top: -17%;
  left: 20%;
}
.insta-wrap.style-one a {
  padding: 15px 30px 17px;
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
.insta-wrap.style-one a img {
  position: absolute;
  bottom: -52px;
  right: -46px;
  z-index: -1;
}
.insta-wrap.style-two {
  position: relative;
}
.insta-wrap.style-two::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: var(--footerColor);
}
.insta-wrap .insta-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.insta-wrap .insta-title h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -1px;
  margin: 0;
  font-family: var(--secondaryFont);
}
.insta-wrap .insta-title a {
  font-size: 24px;
  position: relative;
  top: -2px;
  font-weight: 700;
  padding: 15px 32px 17px;
  margin-left: 22px;
  border-radius: 6px;
}
.insta-wrap .insta-title a img {
  position: absolute;
  bottom: -52px;
  right: -45px;
}
.insta-wrap .insta-card {
  position: relative;
  z-index: 1;
  display: block;
}
.insta-wrap .insta-card:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.insta-wrap .insta-card:hover:after {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------
    Download App CSS
----------------------------------------*/
.download-app {
  padding: 60px 0 0;
}

.app-wrap h6 {
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}
.app-wrap.style-one {
  padding: 15px 0;
  border-top: 1px solid var(--whiteColor);
  border-bottom: 1px solid var(--whiteColor);
}
.app-wrap.style-two {
  padding: 15px;
  border-radius: 4px;
  background-color: var(--whiteColor);
}
.app-wrap .app-btn {
  text-align: right;
}
.app-wrap .app-btn a:first-child {
  margin-right: 15px;
}
.app-wrap .app-btn a img {
  transition: var(--transition);
}
.app-wrap .app-btn a:hover img {
  opacity: 0.8;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.shop-sidebar {
  padding: 25px;
}
.shop-sidebar > h2 {
  color: var(--secondaryColor);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.96px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--whiteColor);
}
.shop-sidebar .sidebar-widget {
  margin: 0 0 50px;
}
.shop-sidebar .sidebar-widget:last-child {
  margin: 0;
}
.shop-sidebar .sidebar-widget-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.96px;
  margin-bottom: 23px;
}
.shop-sidebar.style-one {
  background-color: var(--ashColor);
}
.shop-sidebar.style-two {
  background-color: var(--whiteColor);
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.widget-area .widget_search .search-form {
  position: relative;
}
.widget-area .widget_search .search-form input {
  width: 100%;
  height: 60px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.09);
  padding: 14px 60px 14px 20px;
  border-radius: 5px;
  color: #999;
}
.widget-area .widget_search .search-form input::-moz-placeholder {
  opacity: 1;
}
.widget-area .widget_search .search-form input::placeholder {
  opacity: 1;
}
.widget-area .widget_search .search-form input:focus {
  border-color: rgba(0, 0, 0, 0.2);
}
.widget-area .widget_search .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: var(--secondaryColor);
  padding: 10px 20px;
  border: none;
  border-radius: 0 5px 5px 0;
}
.widget-area .widget_search .search-form button i {
  color: var(--whiteColor);
  font-size: 18px;
  line-height: 0.7;
  position: relative;
  top: 3px;
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.widget_categories ul {
  list-style: none;
}
.widget_categories ul li {
  position: relative;
  margin-bottom: 8px;
}
.widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget_categories ul li a {
  color: var(--paraColor);
  display: block;
  transition: var(transition);
}
.widget_categories ul li a:hover {
  padding-left: 3px;
  color: var(--secondaryColor);
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 16px;
}
.pp-post-item .pp-post-img {
  width: 62px;
}
.pp-post-item .pp-post-info {
  width: calc(100% - 78px);
  margin-left: 15px;
  position: relative;
}
.pp-post-item .pp-post-info h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
  border: none;
}
.pp-post-item .pp-post-info h6 a {
  color: var(--titleColor);
}
.pp-post-item .pp-post-info h6 a:hover {
  color: var(--secondaryColor);
}
.pp-post-item:last-child {
  margin: 0;
}

/*-------------------------------
    Filter Widget CSS
-------------------------------*/
.price-filter .form-group {
  margin: 0;
}
.price-filter .form-group label {
  font-size: 14px;
  line-height: 14px;
}
.price-filter .form-group input {
  width: 100%;
  height: 45px;
  border: 1px solid var(--purpleColor);
  font-size: 14px;
  padding: 12px 15px;
}

.filter-radio-group div {
  margin-bottom: 8px;
}
.filter-radio-group div:last-child {
  margin-bottom: 0;
}
.filter-radio-group [type=radio]:checked,
.filter-radio-group [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.filter-radio-group [type=radio]:checked + label,
.filter-radio-group [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--paraColor);
}
.filter-radio-group [type=radio]:checked + label:before,
.filter-radio-group [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--purpleColor);
  background: transparent;
}
.filter-radio-group [type=radio]:checked + label:after,
.filter-radio-group [type=radio]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--secondaryColor);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: var(--whiteColor);
  transition: all 0.2s ease;
}
.filter-radio-group [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.filter-radio-group [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.search-result {
  color: #7B6C73;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.search-result span {
  color: var(--titleColor);
}

.search-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.search-filter .searchForm {
  position: relative;
  margin-right: 10px;
  max-width: 272px;
}
.search-filter .searchForm input {
  width: 100%;
  border: none;
  background-color: var(--ashColor);
  height: 56px;
  padding: 15px 20px 15px 50px;
}
.search-filter .searchForm button {
  position: absolute;
  top: 0;
  left: 5px;
  padding: 12px;
  height: 100%;
  background-color: transparent;
  border: none;
}
.search-filter .searchForm button i {
  font-size: 20px;
  line-height: 0.8;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.search-filter select {
  background-color: var(--ashColor);
  height: 56px;
  border: none;
  padding: 10px 15px;
  max-width: 178px;
}

.filter-option-wrap {
  background-color: var(--ashColor);
  padding: 15px 30px;
  margin-bottom: 25px;
}
.filter-option-wrap .filter-select {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.filter-option-wrap .filter-select h6 {
  color: var(--secondaryColor);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.96px;
  margin: 0 25px 0 0;
}
.filter-option-wrap .filter-select .filter-option-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.filter-option-wrap .filter-select .filter-option {
  margin-left: 25px;
  position: relative;
  display: inline-block;
}
.filter-option-wrap .filter-select .filter-option > span {
  color: var(--titleColor);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.32px;
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
}
.filter-option-wrap .filter-select .filter-option > span:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url(../images/down-arrow.webp);
  background-position: 100% 5px;
  background-size: 11px;
  background-repeat: no-repeat;
  width: 10px;
  height: 17px;
}
.filter-option-wrap .filter-select .filter-option select {
  border: none;
  height: 40px;
  padding: 0;
  background-color: transparent;
  background-image: url(../images/down-arrow.webp);
  color: var(--titleColor);
  background-size: 11px;
  background-position: 94% 16px;
  padding-right: 25px;
  position: relative;
}
.filter-option-wrap .filter-select .filter-option .filter-dropdown {
  position: absolute;
  top: 75px;
  left: 0;
  width: 300px;
  background-color: var(--whiteColor);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  z-index: 2;
}
.filter-option-wrap .filter-select .filter-option .filter-dropdown .filter-dropdown-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F1EFF4;
  padding: 12px 20px;
  margin-bottom: 15px;
}
.filter-option-wrap .filter-select .filter-option .filter-dropdown .filter-dropdown-top p {
  font-size: 14px;
  color: var(--paraColor);
  margin: 0;
}
.filter-option-wrap .filter-select .filter-option .filter-dropdown .filter-dropdown-top p span {
  color: var(--purpleColor);
}
.filter-option-wrap .filter-select .filter-option .filter-dropdown .filter-dropdown-top button {
  background-color: transparent;
  border: none;
  color: var(--purpleColor);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.84px;
}
.filter-option-wrap .filter-select .filter-option .filter-dropdown .filter-radio-group {
  padding: 5px 20px 20px;
}
.filter-option-wrap .filter-select .filter-option .filter-dropdown .price-filter {
  padding: 5px 20px 20px;
}
.filter-option-wrap .filter-select .filter-option .filter-dropdown .price-filter .form-group input {
  height: 45px;
}
.filter-option-wrap .filter-select .filter-option:hover .filter-dropdown {
  visibility: visible;
  opacity: 1;
  top: 42px;
}
.filter-option-wrap .filter-select .filter-option ul.dropdown-menu {
  padding: 15px 17px;
  border: none;
  border-radius: 0;
}
.filter-option-wrap .filter-select .filter-option .dropdown-menu {
  padding: 20px;
  border: none;
  border-radius: 0;
}
.filter-option-wrap .filter-select .filter-btn {
  display: inline-block;
  margin-left: 15px;
}
.filter-option-wrap .filter-select .filter-btn .sub-btn {
  padding: 7px 16px;
  background-color: var(--purpleColor);
  color: var(--whiteColor);
  font-size: 14px;
  border: none;
  outline: none;
}
.filter-option-wrap .search-filter form input {
  background-color: var(--whiteColor);
  height: 42px;
  color: var(--titleColor);
}
.filter-option-wrap .search-filter form input::-moz-placeholder {
  opacity: 1;
}
.filter-option-wrap .search-filter form input::placeholder {
  opacity: 1;
}
.filter-option-wrap .search-filter form button {
  padding: 10px;
}
.filter-option-wrap .search-filter select {
  max-width: 170px;
  background-color: var(--whiteColor);
  height: 42px;
  padding: 8px 15px;
}

.filter-option .filter-option-list {
  position: relative;
  padding-right: 20px;
}
.filter-option .filter-option-list:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url(../images/down-arrow.webp);
  background-position: 100% 5px;
  background-size: 11px;
  background-repeat: no-repeat;
  width: 10px;
  height: 17px;
}
.filter-option .dropdown-menu {
  padding: 20px;
  border: none;
  border-radius: 0;
}
.filter-option .dropdown-menu li {
  margin-bottom: 10px;
}
.filter-option .dropdown-menu li:last-child {
  margin-bottom: 0;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list {
  margin-top: -12px;
}
.tag-list li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}
.tag-list li a {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 13px;
  color: var(--paraColor);
  background-color: var(--ashColor);
  transition: var(transition);
}
.tag-list li a:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-color: transparent;
}
.tag-list.style-two li a {
  background-color: var(--whiteColor);
}
.tag-list.style-two li a:hover {
  background-color: var(--secondaryColor);
}

/*-------------------------------
     Featured Widget CSS
-------------------------------*/
.featured-box {
  background-image: url(../images/feature/feature-4.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin: 30px 0 0;
}
.featured-box.style-one {
  height: 410px;
}
.featured-box.style-one .featured-content {
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}
.featured-box.style-two {
  height: 344px;
}
.featured-box.style-two .featured-content {
  top: 40px;
  left: 50%;
  width: 58%;
  transform: translateX(-50%);
}
.featured-box .featured-content {
  position: absolute;
  text-align: center;
}
.featured-box .featured-content span {
  font-size: 36px;
  font-family: var(--optionalFont);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  color: var(--purpleColor);
}
.featured-box .featured-content h3 {
  font-size: 40px;
  font-weight: 400;
  font-family: var(--secondaryFont);
  line-height: 46px;
  letter-spacing: -1px;
  margin: 5px 0 0;
}
.featured-box .featured-content h3 a {
  color: var(--titleColor);
}
.featured-box .featured-content h3 a:hover {
  color: var(--secondaryColor);
}

/*-------------------------------
    Blog  CSS
--------------------------------*/
.blog-card {
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 55px 0px rgba(198, 189, 216, 0.2);
}
.blog-card .blog-img {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.blog-card .blog-img img {
  border-radius: 15px 15px 0 0;
  transition: var(--transition);
}
.blog-card .blog-info {
  padding: 20px 20px 26px;
}
.blog-card .blog-info h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 12px;
}
.blog-card .blog-info h3 a {
  color: var(--titleColor);
}
.blog-card .blog-info h3 a:hover {
  color: var(--secondaryColor);
}
.blog-card .blog-info .blog-date {
  color: #969696;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.84px;
}
.blog-card .blog-info .blog-date a {
  color: #969696;
}
.blog-card:hover .blog-img img {
  transform: scale(1.07);
}

.blog-wrap .container {
  position: relative;
}
.blog-wrap .container .blog-slider-btn .blog-prev,
.blog-wrap .container .blog-slider-btn .blog-next {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
}
.blog-wrap .container .blog-slider-btn .blog-prev i,
.blog-wrap .container .blog-slider-btn .blog-next i {
  font-size: 24px;
  line-height: 0.8;
}
.blog-wrap .container .blog-slider-btn .blog-prev {
  left: 45px;
}
.blog-wrap .container .blog-slider-btn .blog-next {
  right: 45px;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
.post-cat-title {
  margin-bottom: 30px;
}

.blog-details-article p, .service-details-wrap p,
.team-details-wrap p,
.terms-wrap p {
  margin-bottom: 20px;
}
.blog-details-article p strong, .blog-details-article p b, .service-details-wrap p strong, .service-details-wrap p b,
.team-details-wrap p strong,
.team-details-wrap p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--blackColor);
}
.blog-details-article p a, .service-details-wrap p a,
.team-details-wrap p a,
.terms-wrap p a {
  color: var(--mainColor);
}
.blog-details-article p a:hover, .service-details-wrap p a:hover,
.team-details-wrap p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
  color: var(--mainColor);
}
.blog-details-article h1, .blog-details-article h2, .blog-details-article h3, .blog-details-article h4, .blog-details-article h5, .blog-details-article h6, .service-details-wrap h1, .service-details-wrap h2, .service-details-wrap h3, .service-details-wrap h4, .service-details-wrap h5, .service-details-wrap h6,
.team-details-wrap h1,
.team-details-wrap h2,
.team-details-wrap h3,
.team-details-wrap h4,
.team-details-wrap h5,
.team-details-wrap h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 18px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-details-article h1, .service-details-wrap h1,
.team-details-wrap h1,
.terms-wrap h1 {
  font-size: 38px;
}
.blog-details-article h2, .service-details-wrap h2,
.team-details-wrap h2,
.terms-wrap h2 {
  font-size: 34px;
}
.blog-details-article h3, .service-details-wrap h3,
.team-details-wrap h3,
.terms-wrap h3 {
  font-size: 30px;
}
.blog-details-article h4, .service-details-wrap h4,
.team-details-wrap h4,
.terms-wrap h4 {
  font-size: 26px;
}
.blog-details-article h5, .service-details-wrap h5,
.team-details-wrap h5,
.terms-wrap h5 {
  font-size: 23px;
}
.blog-details-article h6, .service-details-wrap h6,
.team-details-wrap h6,
.terms-wrap h6 {
  font-size: 20px;
}
.blog-details-article p:last-child, .service-details-wrap p:last-child,
.team-details-wrap p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}
.blog-details-article ol, .service-details-wrap ol,
.team-details-wrap ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-details-article ol li, .service-details-wrap ol li,
.team-details-wrap ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: var(--paraColor);
  padding-left: 3px;
}
.blog-details-article .single-para, .service-details-wrap .single-para,
.team-details-wrap .single-para,
.terms-wrap .single-para {
  margin-bottom: 35px;
}
.blog-details-article .single-para:last-child, .service-details-wrap .single-para:last-child,
.team-details-wrap .single-para:last-child,
.terms-wrap .single-para:last-child {
  margin-bottom: 0;
}
.blog-details-article .feature-list, .service-details-wrap .feature-list,
.team-details-wrap .feature-list,
.terms-wrap .feature-list {
  margin-bottom: 25px;
  list-style-type: none;
  padding: 0;
}
.blog-details-article .feature-list li, .service-details-wrap .feature-list li,
.team-details-wrap .feature-list li,
.terms-wrap .feature-list li {
  list-style-type: none;
  padding-left: 15px;
  position: relative;
  margin-bottom: 14px;
  color: var(--titleColor);
}
.blog-details-article .feature-list li:last-child, .service-details-wrap .feature-list li:last-child,
.team-details-wrap .feature-list li:last-child,
.terms-wrap .feature-list li:last-child {
  margin-bottom: 0;
}
.blog-details-article .feature-list li:before, .service-details-wrap .feature-list li:before,
.team-details-wrap .feature-list li:before,
.terms-wrap .feature-list li:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "-";
  font-size: 16px;
}
.blog-details-article .feature-list.style-two, .service-details-wrap .feature-list.style-two,
.team-details-wrap .feature-list.style-two,
.terms-wrap .feature-list.style-two {
  margin-left: 25px;
}
.blog-details-article .feature-list.style-two li:before, .service-details-wrap .feature-list.style-two li:before,
.team-details-wrap .feature-list.style-two li:before,
.terms-wrap .feature-list.style-two li:before {
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--titleColor);
  content: "";
}
.blog-details-article .single-img, .service-details-wrap .single-img,
.team-details-wrap .single-img,
.terms-wrap .single-img {
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.blog-details-article .blog-metainfo, .service-details-wrap .blog-metainfo,
.team-details-wrap .blog-metainfo,
.terms-wrap .blog-metainfo {
  margin-bottom: 10px;
  padding-left: 0;
}
.blog-details-article .blog-metainfo li a, .service-details-wrap .blog-metainfo li a,
.team-details-wrap .blog-metainfo li a,
.terms-wrap .blog-metainfo li a {
  text-decoration: none;
}
.blog-details-article .tag-list, .service-details-wrap .tag-list,
.team-details-wrap .tag-list,
.terms-wrap .tag-list {
  padding-left: 0;
}
.blog-details-article .tag-list li a, .service-details-wrap .tag-list li a,
.team-details-wrap .tag-list li a,
.terms-wrap .tag-list li a {
  text-decoration: none;
}
.blog-details-article p a, .service-details-wrap p a,
.team-details-wrap p a,
.terms-wrap p a {
  color: var(--secondaryColor);
}
.blog-details-article p strong, .service-details-wrap p strong,
.team-details-wrap p strong,
.terms-wrap p strong {
  color: var(--titleColor);
}

/*-------------------------------
    Blog Details Article CSS
--------------------------------*/
.blog-details-article {
  background-color: var(--whiteColor);
  margin-bottom: 30px;
  padding: 30px !important;
}
.blog-details-article .blog-metainfo li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 8px;
  color: #85808D;
}
.blog-details-article .blog-metainfo li:after {
  position: absolute;
  top: 0px;
  right: 0;
  content: "-";
}
.blog-details-article .blog-metainfo li:last-child {
  padding-right: 0;
  margin-top: 0;
}
.blog-details-article .blog-metainfo li:last-child:after {
  display: none;
}
.blog-details-article .blog-metainfo li.author-link a {
  color: var(--purpleColor);
  margin-left: 5px;
}
.blog-details-article .blog-metainfo li a {
  color: #85808D;
}
.blog-details-article .blog-metainfo li a:hover {
  color: var(--secondaryColor);
}
.blog-details-article .tag-list {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--ashColor);
}
.blog-details-article .wp-block-column.has-pale-cyan-blue-background-color.has-background.is-layout-flow {
  padding: 20px;
}
.blog-details-article .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0;
}

.wp-block-quote {
  position: relative;
  padding: 40px 28px 50px;
  box-shadow: 0px 4px 40px rgba(0, 10, 45, 0.06);
  margin: 30px 0 30px;
  background-color: var(--ashColor);
  border-left: 4px solid var(--purpleColor);
  display: flex;
  flex-wrap: wrap;
}
.wp-block-quote p {
  width: calc(100% - 70px);
  font-weight: 500;
  font-size: 18px;
  margin-left: 25px;
}
.wp-block-quote .quote-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  position: relative;
  top: 1px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 4px 34px 0px rgba(144, 161, 187, 0.2);
}
.wp-block-quote .quote-icon i {
  font-size: 22px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  color: var(--secondaryColor);
}

.post-share-option {
  margin-bottom: 35px;
  border-top: 1px solid var(--ashColor);
  border-bottom: 1px solid var(--ashColor);
  padding: 17px 0;
}
.post-share-option h6 {
  color: #000;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.3px;
  margin: 0 !important;
}
.post-share-option .social-profile {
  text-align: right;
  margin: 0;
}
.post-share-option .social-profile li {
  margin-right: 15px;
  margin-bottom: 0;
}
.post-share-option .social-profile li:last-child {
  margin-right: 0;
}
.post-share-option .social-profile li a {
  text-decoration: none;
  color: var(--paraColor);
}
.post-share-option .social-profile li a i {
  font-style: normal;
  color: var(--paraColor);
}

.post-pagination {
  clear: both;
}
.post-pagination .post-pagination-link {
  color: var(--secondaryColor);
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}
.post-pagination .post-pagination-link.mb-0 {
  margin-bottom: 0;
  font-size: 16px;
}
.post-pagination .prev-post,
.post-pagination .next-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-pagination .prev-post .prev-post-img,
.post-pagination .prev-post .next-post-img,
.post-pagination .next-post .prev-post-img,
.post-pagination .next-post .next-post-img {
  width: 62px;
}
.post-pagination .prev-post h3,
.post-pagination .next-post h3 {
  width: calc(100% - 80px);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}
.post-pagination .prev-post h3 a,
.post-pagination .next-post h3 a {
  color: var(--titleColor);
}
.post-pagination .prev-post h3 a:hover,
.post-pagination .next-post h3 a:hover {
  color: var(--secondaryColor);
}
.post-pagination .prev-post h3 {
  margin-left: 18px;
}
.post-pagination .next-post {
  justify-content: flex-end;
}
.post-pagination .next-post h3 {
  margin-right: 18px;
  text-align: right;
}

.post-share {
  display: inline-block;
}
.post-share span {
  margin-right: 10px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  color: var(--titleColor);
  font-family: var(--secondaryFont);
}
.post-share ul {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.post-share ul li {
  display: inline-block;
  margin-right: 5px;
}
.post-share ul li:last-child {
  margin-right: 0;
}
.post-share ul li a {
  width: 45px;
  height: 45px;
  border: 1px solid #eee;
}
.post-share ul li a i {
  color: #999;
  display: block;
  margin: 0 auto;
  font-size: 18px;
}
.post-share ul li a:hover {
  background-color: var(--primaryColor);
  border-color: transparent;
}
.post-share ul li a:hover i {
  color: var(--whiteColor);
}

.comment-box-title {
  margin-bottom: 25px;
}

.comment-item-wrap {
  background-color: var(--whiteColor);
  padding: 5px 30px;
}
.comment-item-wrap .comment-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  top: 4px;
}
.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}
.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 102px);
  margin-left: 22px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 20px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--paraColor);
  margin-top: 8px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0;
}
.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  color: var(--secondaryColor);
  font-size: 15px;
  transition: var(--transition);
}

#cmt-form {
  background-color: var(--whiteColor);
  margin-top: 30px;
  padding: 5px 30px;
  box-shadow: 0px 4px 25px rgba(79, 139, 173, 0.15);
}
#cmt-form h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

/*----------------------------
    FAQ, Error & Register CSS
------------------------------*/
.faq-content .accordion-item {
  border: none;
  margin: 0 0 20px;
  background: transparent;
}
.faq-content .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-content .accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.faq-content .accordion-item .accordion-header .accordion-button {
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--bodyFont);
  border-radius: 5px;
  color: var(--titleColor);
  text-align: left;
  align-items: center;
  border: none;
  padding: 4px 50px 4px 5px;
  transition: var(--transition);
}
.faq-content .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.faq-content .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--secondaryColor);
  box-shadow: none;
  color: var(--whiteColor);
}
.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed) .accord-arrow i {
  color: var(--whiteColor);
}
.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--ashColor);
}
.faq-content .accordion-item .accordion-header .accordion-button span.accord-arrow {
  display: inline-block;
  min-width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 10px;
  text-align: center;
}
.faq-content .accordion-item .accordion-header .accordion-button span.accord-arrow i {
  position: absolute;
  top: 22px;
  right: 20px;
  font-size: 25px;
  line-height: 0.8;
  color: var(--seondaryColor);
  display: block;
  margin: 0 auto;
}
.faq-content .accordion-item .accordion-header .accordion-button span.accord-arrow i.minus {
  visibility: hidden;
  opacity: 0;
}
.faq-content .accordion-item .accordion-header .accordion-button span.accord-count {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 55px;
  height: 54px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  color: var(--secondaryColor);
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 14px;
}
.faq-content .accordion-item .accordion-body {
  border-radius: 0 0 5px 5px;
  padding-bottom: 15px;
  padding: 20px 0 5px;
  border: none;
  border-top: none;
}
.faq-content .accordion-item .accordion-body p {
  margin: 0;
}
.faq-content .accordion-item .accordion-body p:last-child {
  margin: 0;
}
.faq-content .accordion-collapse {
  border: none;
}
.faq-content .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}
.faq-content .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.error-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.error-content {
  text-align: center;
}
.error-content img {
  display: block;
  margin: 0 auto 30px;
  max-width: 600px;
}
.error-content p {
  margin: 0 auto 20px;
  max-width: 520px;
}

.login-wrap {
  position: relative;
  z-index: 1;
}
.login-wrap .login-img {
  position: relative;
  z-index: 1;
}
.login-wrap .login-img .login-shape {
  position: absolute;
  bottom: 6px;
  left: 46px;
  z-index: 1;
}
.login-wrap .login-img img {
  display: block;
  margin: 0 auto 0 0;
}
.login-wrap .login-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.login-wrap .login-title h6 {
  color: var(--titleColor);
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.login-wrap .login-title p {
  color: #908A9C;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.28px;
  margin: 0;
}
.login-wrap .login-title p a {
  color: var(--purpleColor);
  text-decoration: underline;
}
.login-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50.5%;
  height: 100%;
  background-image: url(../images/bg-2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.login-wrap .login-form {
  padding-left: 25px;
}
.login-wrap .or-text {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 35px 0 15px;
  margin-bottom: 15px;
}
.login-wrap .or-text:after {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
  z-index: -1;
}
.login-wrap .or-text span {
  display: inline-block;
  width: 77px;
  background-color: var(--whiteColor);
  font-size: 15px;
  line-height: 15px;
  z-index: 2;
  padding: 5px;
}
.login-wrap .social-profile li {
  margin-right: 10px;
}
.login-wrap .social-profile li:last-child {
  margin-right: 0;
}
.login-wrap .social-profile li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.login-wrap .social-profile li a i {
  font-size: 18px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  color: var(--whiteColor);
}
.login-wrap .social-profile li.fb a {
  background-color: #3B5998;
}
.login-wrap .social-profile li.gm a {
  background-color: #DB3236;
}
.login-wrap .social-profile li.tw a {
  background-color: #00ACEE;
}
.login-wrap .social-profile li.ln a {
  background-color: #0072B1;
}

.success-msg {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 120px 0;
}
.success-msg .success-shape-one,
.success-msg .success-shape-two {
  position: absolute;
  z-index: -1;
}
.success-msg .success-shape-one {
  top: 0;
  left: -10px;
}
.success-msg .success-shape-two {
  top: -10px;
  right: -10px;
}
.success-msg h2 {
  color: var(--secondaryColor);
  font-family: var(--optionalFont);
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.success-msg p {
  color: var(--titleColor);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 12px 0;
}

/*--------------------------------------
    Contact CSS
----------------------------------------*/
.contact-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-wrap .contact-section-shape {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: -1;
}
.contact-wrap .circle-wrap {
  top: 42px;
  right: 10px;
}

.login-form .form-group,
.checkout-form .form-group,
#cmt-form .form-group,
.contact-form .form-group {
  margin-bottom: 15px;
}
.login-form .form-group input, .login-form .form-group textarea, .login-form .form-group select,
.checkout-form .form-group input,
.checkout-form .form-group textarea,
.checkout-form .form-group select,
#cmt-form .form-group input,
#cmt-form .form-group textarea,
#cmt-form .form-group select,
.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
  width: 100%;
  height: 60px;
  background-color: var(--ashColor);
  color: #988D92;
  font-size: 14px;
  padding: 15px 25px;
  border: none;
  border-radius: 0;
}
.login-form .form-group input::-moz-placeholder, .login-form .form-group textarea::-moz-placeholder, .login-form .form-group select::-moz-placeholder, .checkout-form .form-group input::-moz-placeholder, .checkout-form .form-group textarea::-moz-placeholder, .checkout-form .form-group select::-moz-placeholder, #cmt-form .form-group input::-moz-placeholder, #cmt-form .form-group textarea::-moz-placeholder, #cmt-form .form-group select::-moz-placeholder, .contact-form .form-group input::-moz-placeholder, .contact-form .form-group textarea::-moz-placeholder, .contact-form .form-group select::-moz-placeholder {
  opacity: 1;
}
.login-form .form-group input::placeholder, .login-form .form-group textarea::placeholder, .login-form .form-group select::placeholder,
.checkout-form .form-group input::placeholder,
.checkout-form .form-group textarea::placeholder,
.checkout-form .form-group select::placeholder,
#cmt-form .form-group input::placeholder,
#cmt-form .form-group textarea::placeholder,
#cmt-form .form-group select::placeholder,
.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder,
.contact-form .form-group select::placeholder {
  opacity: 1;
}
.login-form .form-group input,
.checkout-form .form-group input,
#cmt-form .form-group input,
.contact-form .form-group input {
  height: 60px;
}
.login-form .form-group select,
.checkout-form .form-group select,
#cmt-form .form-group select,
.contact-form .form-group select {
  width: 100%;
}
.login-form .form-group textarea,
.checkout-form .form-group textarea,
#cmt-form .form-group textarea,
.contact-form .form-group textarea {
  height: 130px;
  resize: none;
}

.contact-img-wrap {
  padding-bottom: 92px;
  position: relative;
  z-index: 1;
}
.contact-img-wrap .contact-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.contact-img-wrap .contact-img-one,
.contact-img-wrap .contact-img-two {
  border-radius: 300px 300px 0 0;
  z-index: 1;
  display: inline-block;
}
.contact-img-wrap .contact-img-one img,
.contact-img-wrap .contact-img-two img {
  border-radius: 300px 300px 0 0;
}
.contact-img-wrap .contact-img-one:before,
.contact-img-wrap .contact-img-two:before {
  position: absolute;
  top: 12px;
  left: -12px;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 300px 300px 0 0;
  background-color: #FDE7E7;
  z-index: -1;
}
.contact-img-wrap .contact-img-one {
  margin-right: auto;
  position: relative;
}
.contact-img-wrap .contact-img-two {
  position: absolute;
  bottom: 0;
  right: 0;
}

.circle-wrap {
  width: 202px;
  height: 202px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  background-image: url(../images/circle-shape.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.circle-wrap .circle-shape, .circle-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-wrap .circle-shape {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--whiteColor);
}
.circle-wrap .circle-text {
  width: 280px;
  height: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-wrap .circle-text svg {
  width: 280px;
  height: 280px;
  position: absolute;
  top: 0;
  left: 0;
}
.circle-wrap .circle-text svg text {
  font-size: 15px;
  letter-spacing: 2.2px;
  font-weight: 400;
}

.checkbox {
  display: block;
}
.checkbox.form-check {
  padding-left: 0;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  color: var(--paraColor);
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid var(--paraColor);
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 3px;
}
.checkbox label a {
  color: var(--purpleColor);
}
.checkbox label a:hover {
  text-decoration: underline;
}
.checkbox.style2 label:before {
  border-radius: 50%;
  border-color: var(--secondaryColor);
}

.checkbox input:checked + label:before {
  border-color: var(--secondaryColor);
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  background: var(--secondaryColor);
}

.checkbox.style2 input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: var(--secondaryColor);
}

/*--------------------------------------
    Cart CSS
----------------------------------------*/
.cart-table {
  margin-bottom: 25px;
}
.cart-table table thead tr th {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.84px;
  color: var(--titleColor);
  padding: 0 10px 20px;
  border-bottom: 1px solid #F1EFF4;
}
.cart-table table thead tr th:nth-child(1), .cart-table table thead tr th:nth-child(2) {
  padding-left: 0;
}
.cart-table table thead tr th:first-child {
  border-bottom: none;
}
.cart-table table thead tr th:last-child {
  text-align: right;
}
.cart-table table tbody tr {
  vertical-align: middle;
}
.cart-table table tbody tr:first-child td {
  padding-top: 25px;
}
.cart-table table tbody tr:last-child td {
  border-bottom: 1px solid #F1EFF4;
  padding-bottom: 25px;
}
.cart-table table tbody tr:last-child td:nth-child(1) {
  border-bottom: none;
}
.cart-table table tbody tr td {
  padding: 15px 10px;
  border: none;
}
.cart-table table tbody tr td:nth-child(1), .cart-table table tbody tr td:nth-child(2) {
  padding-left: 0;
}
.cart-table table tbody tr td:last-child {
  text-align: right;
}
.cart-table table tbody tr td:last-child .cart-item-price {
  color: var(--titleColor);
}
.cart-table table tbody tr td .cart-action {
  background-color: transparent;
  border: none;
}
.cart-table table tbody tr td .cart-action i {
  font-size: 24px;
  font-weight: 200;
  line-height: 0.8;
  color: var(--secondaryColor);
}
.cart-table table tbody tr td .link-one,
.cart-table table tbody tr td .in-stock,
.cart-table table tbody tr td .out-stock {
  opacity: 0.7;
  margin: 0;
  font-size: 14px;
}
.cart-table table tbody tr td .link-one:hover,
.cart-table table tbody tr td .in-stock:hover,
.cart-table table tbody tr td .out-stock:hover {
  opacity: 1;
}
.cart-table table tbody tr td.product-price span, .cart-table table tbody tr td.product-subtotal span {
  font-size: 16px;
}
.cart-table table tbody tr td .product-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cart-table table tbody tr td .product-item .product-img {
  width: 100px;
  margin-right: 24px;
}
.cart-table table tbody tr td .product-item a {
  width: 250px;
  color: var(--titleColor);
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.96px;
}
.cart-table table tbody tr td .product-item a:hover {
  color: var(--secondaryColor);
}
.cart-table table tbody tr td .cart-item-price {
  margin: 0;
  color: var(--paraColor);
}

.v-counter {
  width: 140px;
  border-radius: 5px;
  background-color: var(--ashColor);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.v-counter input {
  width: 50px;
  border: none;
  height: 56px;
  text-align: center;
}
.v-counter .minusBtn,
.v-counter .plusBtn {
  width: 45px;
  z-index: 1;
  padding: 0;
  font-size: 16px;
  border: none;
  padding: 0;
}
.v-counter .minusBtn i,
.v-counter .plusBtn i {
  position: absolute;
  top: 50%;
  left: 50%;
}
.v-counter .minusBtn {
  position: relative;
}
.v-counter .minusBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f1af";
  font-family: remixicon !important;
  font-size: 14px;
  font-weight: 500;
  transform: translate(-50%, -50%);
}
.v-counter .plusBtn {
  position: relative;
}
.v-counter .plusBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\ea13";
  font-family: remixicon !important;
  font-size: 14px;
  font-weight: 500;
  transform: translate(-50%, -50%);
}

.cart-total h6 {
  font-weight: 700;
  margin: 0;
}
.cart-total p {
  color: #908A9C;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.28px;
  margin: 18px 0 20px;
}
.cart-total p a {
  color: var(--purpleColor);
  text-decoration: underline;
}

/*--------------------------------------
    Checkout CSS
----------------------------------------*/
.checkout-wrap {
  position: relative;
  z-index: 1;
}
.checkout-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 49.5%;
  height: 100%;
  background-image: url(../images/bg-1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.checkout-tablist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
  list-style-type: none;
  padding: 0 !important;
}
.checkout-tablist li {
  color: var(--secondaryColor);
  border: none;
  position: relative;
  padding-right: 20px;
  margin-right: 14px;
  line-height: 1;
  list-style-type: none !important;
  text-transform: uppercase;
}
.checkout-tablist li:before {
  position: absolute;
  top: 0px;
  right: 0;
  content: ">";
  color: var(--titleColor);
  font-size: 15px;
}
.checkout-tablist li:last-child:before {
  display: none;
}
.checkout-tablist li.active {
  color: var(--titleColor);
}
.checkout-tablist li.active a {
  opacity: 1;
  color: var(--secondaryColor);
}
.checkout-tablist li.filled a {
  color: var(--secondaryColor);
  opacity: 1;
}
.checkout-tablist li a {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.96px;
  border: none;
  padding: 0;
  color: var(--titleColor);
  opacity: 0.5;
}
.checkout-tablist li a.active {
  opacity: 1;
}

.checkout-form .checkout-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.checkout-form .checkout-title h6 {
  color: var(--titleColor);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
}
.checkout-form .checkout-title p {
  color: #908A9C;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.28px;
  margin: 0;
}
.checkout-form .checkout-title p a {
  color: var(--purpleColor);
  text-decoration: underline;
}

.checkout-details {
  padding-left: 30px;
}
.checkout-details table thead tr th {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.84px;
  color: var(--titleColor);
  padding: 0 10px 20px;
  border-bottom: 1px solid var(--whiteColor);
  background-color: transparent;
}
.checkout-details table thead tr th:nth-child(1), .checkout-details table thead tr th:nth-child(2) {
  padding-left: 0;
}
.checkout-details table thead tr th:last-child {
  text-align: right;
}
.checkout-details table tbody tr {
  vertical-align: middle;
}
.checkout-details table tbody tr:first-child td {
  padding-top: 25px;
}
.checkout-details table tbody tr:last-child td {
  border-bottom: 1px solid var(--whiteColor);
  padding-bottom: 25px;
}
.checkout-details table tbody tr td {
  padding: 15px 10px;
  border: none;
  background-color: transparent;
}
.checkout-details table tbody tr td:nth-child(1), .checkout-details table tbody tr td:nth-child(2) {
  padding-left: 0;
}
.checkout-details table tbody tr td:last-child {
  text-align: right;
}
.checkout-details table tbody tr td:last-child .cart-item-price {
  color: var(--titleColor);
}
.checkout-details table tbody tr td .product-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.checkout-details table tbody tr td .product-item .product-img {
  width: 100px;
  margin-right: 24px;
}
.checkout-details table tbody tr td .product-item a {
  width: 200px;
  color: var(--titleColor);
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.96px;
}
.checkout-details table tbody tr td .product-item a span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.checkout-details table tbody tr td .product-item a:hover {
  color: var(--secondaryColor);
}
.checkout-details table tbody tr td .cart-item-price {
  margin: 0;
  color: var(--paraColor);
}
.checkout-details .cart-total {
  text-align: right;
}
.checkout-details .cart-total h6 {
  font-weight: 400;
  margin: 0;
  color: var(--paraColor);
}
.checkout-details .cart-total p {
  color: #908A9C;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.28px;
  margin: 18px 0 20px;
}
.checkout-details .cart-total p a {
  color: var(--purpleColor);
  text-decoration: underline;
}
.checkout-details .cart-total h5 {
  color: var(--titleColor);
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
}

.shipping-address-wrap {
  border: 1px solid #F2F0F5;
  margin-bottom: 62px;
}
.shipping-address-wrap .shipping-address-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #F2F0F5;
  padding: 23px 20px;
}
.shipping-address-wrap .shipping-address-item:last-child {
  border-bottom: none;
}
.shipping-address-wrap .shipping-address-item div {
  color: #988D92;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.shipping-address-wrap .shipping-address-item div:nth-child(1), .shipping-address-wrap .shipping-address-item div:nth-child(3) {
  width: 25%;
}
.shipping-address-wrap .shipping-address-item div:nth-child(2) {
  text-align: left;
  width: 50%;
}
.shipping-address-wrap .shipping-address-item div:nth-child(3) {
  text-align: right;
}
.shipping-address-wrap .shipping-address-item div a {
  color: #988D92;
}
.shipping-address-wrap .shipping-address-item div button {
  color: var(--purpleColor);
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: right;
  width: 100%;
  display: block;
}

.shipping-method h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 20px;
}
.shipping-method .shipping-option-wrap .shipping-option {
  background-color: var(--ashColor);
  margin-bottom: 15px;
  position: relative;
  padding: 25px 25px 25px 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 99px;
}
.shipping-method .shipping-option-wrap .shipping-option .filter-radio-group {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
.shipping-method .shipping-option-wrap .shipping-option .filter-radio-group label {
  width: 100%;
  height: 100%;
  padding: 0;
  left: -25px;
  position: absolute;
}
.shipping-method .shipping-option-wrap .shipping-option .filter-radio-group [type=radio]:checked + label {
  border: 1px solid var(--purpleColor);
}
.shipping-method .shipping-option-wrap .shipping-option .filter-radio-group [type=radio]:checked + label:before,
.shipping-method .shipping-option-wrap .shipping-option .filter-radio-group [type=radio]:not(:checked) + label:before {
  top: 30px;
  left: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  content: "\eb7b";
  font-family: remixicon !important;
  font-size: 14px;
  line-height: 16px;
  color: var(--paraColor);
  text-align: center;
  line-height: 28px;
  border: none;
  background: var(--whiteColor);
}
.shipping-method .shipping-option-wrap .shipping-option .filter-radio-group [type=radio]:checked + label:after,
.shipping-method .shipping-option-wrap .shipping-option .filter-radio-group [type=radio]:not(:checked) + label:after {
  content: "\eb7b";
  font-family: remixicon !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--purpleColor);
  top: 30px;
  left: 25px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.shipping-method .shipping-option-wrap .shipping-option .shipping-option-info p {
  color: var(--purpleColor);
  line-height: 16px;
  margin-bottom: 5px;
}
.shipping-method .shipping-option-wrap .shipping-option .shipping-option-info span {
  color: #988D92;
  font-size: 14px;
  line-height: 14px;
}
.shipping-method .shipping-option-wrap .shipping-option .shipping-option-price {
  color: var(--titleColor);
  text-align: right;
}

.woocommerce-checkout-payment {
  background-color: transparent !important;
  border-radius: 0;
}

/*-------------------------------
    CSS For New Demos
--------------------------------*/
.mb-50 {
  margin-bottom: 50px !important;
}

.ov-h {
  overflow: hidden;
}

.btn-one,
.btn-two,
.btn-three,
.btn-four,
.btn-five,
.btn-six {
  overflow: hidden;
}
.btn-one.round-20,
.btn-two.round-20,
.btn-three.round-20,
.btn-four.round-20,
.btn-five.round-20,
.btn-six.round-20 {
  border-radius: 20px;
}
.btn-one.round-20:before,
.btn-two.round-20:before,
.btn-three.round-20:before,
.btn-four.round-20:before,
.btn-five.round-20:before,
.btn-six.round-20:before {
  border-radius: 20px 0 0 20px;
}
.btn-one.round-20:after,
.btn-two.round-20:after,
.btn-three.round-20:after,
.btn-four.round-20:after,
.btn-five.round-20:after,
.btn-six.round-20:after {
  border-radius: 0 20px 20px 0;
}
.btn-one.round-30,
.btn-two.round-30,
.btn-three.round-30,
.btn-four.round-30,
.btn-five.round-30,
.btn-six.round-30 {
  border-radius: 30px;
}
.btn-one.round-30:before,
.btn-two.round-30:before,
.btn-three.round-30:before,
.btn-four.round-30:before,
.btn-five.round-30:before,
.btn-six.round-30:before {
  border-radius: 30px 0 0 30px;
}
.btn-one.round-30:after,
.btn-two.round-30:after,
.btn-three.round-30:after,
.btn-four.round-30:after,
.btn-five.round-30:after,
.btn-six.round-30:after {
  border-radius: 0 30px 30px 0;
}
.btn-one.round-50,
.btn-two.round-50,
.btn-three.round-50,
.btn-four.round-50,
.btn-five.round-50,
.btn-six.round-50 {
  border-radius: 50px;
}
.btn-one.round-50:before,
.btn-two.round-50:before,
.btn-three.round-50:before,
.btn-four.round-50:before,
.btn-five.round-50:before,
.btn-six.round-50:before {
  border-radius: 50px 0 0 50px;
}
.btn-one.round-50:after,
.btn-two.round-50:after,
.btn-three.round-50:after,
.btn-four.round-50:after,
.btn-five.round-50:after,
.btn-six.round-50:after {
  border-radius: 0 50px 50px 0;
}

.pb-25 {
  padding-bottom: 25px;
}

.round-20 {
  border-radius: 20px;
}

.round-30 {
  border-radius: 30px;
}

.round-50 {
  border-radius: 50px;
}

.content-title h6 {
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  background-color: #9575CD;
  border: 2px solid var(--whiteColor);
  border-radius: 50px;
  box-shadow: 0 4px 4px #B0A6C1;
  transform: rotate(-15deg);
  padding: 12px 17px;
  font-family: var(--fancyFont);
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  left: -10px;
}

.hero-wrap.style-four {
  background-color: #F8DDD9;
}
.hero-wrap.style-four .hero-bg {
  z-index: 0;
}
.hero-wrap.style-four .hero-promo-img {
  position: absolute;
  bottom: -100px;
  left: 51%;
  transform: translateX(-50%);
}
.hero-wrap.style-four .hero-content {
  padding: 64px 0 178px;
}
.hero-wrap.style-four .hero-content h6 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--secondaryColor);
  font-family: var(--optionalFont);
  display: block;
  margin: 0 0 8px;
}
.hero-wrap.style-four .hero-content h2 {
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
  margin-bottom: 26px;
}
.hero-wrap.style-four .hero-content p {
  letter-spacing: -0.02em;
  color: #68585F;
  margin-bottom: 20px;
}
.hero-wrap.style-four .hero-slider-wrap {
  padding-bottom: 95px;
}
.hero-wrap.style-four .hero-slider-wrap .circle-wrap {
  position: relative;
  margin: 0 auto 200px;
  background-image: url(../img/hero/circle-shape.webp);
}
.hero-wrap.style-five .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.hero-wrap.style-five .zigzag-shape {
  top: -3px;
}
.hero-wrap.style-five .hero-shape {
  z-index: 0;
  top: -5px;
}
.hero-wrap.style-five .hero-content {
  padding: 142px 0 280px;
}
.hero-wrap.style-five .hero-content h2 {
  font-size: 80px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.hero-wrap.style-five .hero-content h2 span {
  position: relative;
}
.hero-wrap.style-five .hero-content h2 span:before {
  position: absolute;
  top: -31px;
  right: -58px;
  content: "";
  width: 55px;
  height: 55px;
  background-image: url(../images/title-shape.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-wrap.style-five .hero-content p {
  color: #E9E4F3;
  font-weight: 300;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.hero-subcontent {
  padding: 200px 0 80px;
}
.hero-subcontent .giftbox {
  top: -92%;
  left: calc(50% + 80px);
  transform: translateX(-50%);
}

.hero-product-slider {
  padding-bottom: 28px !important;
  padding-left: 23px !important;
}
.hero-product-slider .product-prev,
.hero-product-slider .product-next {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 44%;
  background-color: var(--copyrightColor);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transform: translateY(-50%);
  transition: var(--transition);
}
.hero-product-slider .product-prev i,
.hero-product-slider .product-next i {
  font-size: 16px;
  line-height: 0.8;
  color: var(--whiteColor);
}
.hero-product-slider .product-prev {
  left: 0px;
}
.hero-product-slider .product-next {
  right: 0;
}
.hero-product-slider:hover .product-prev,
.hero-product-slider:hover .product-next {
  visibility: visible;
  opacity: 1;
}

.product-thumb-card {
  padding: 27px 20px 26px 35px;
}
.product-thumb-card .shopcart {
  background-color: #D64386;
  width: 58px;
  height: 58px;
  position: absolute;
  bottom: -20px;
  right: 15px;
  transition: var(--transition);
}
.product-thumb-card .shopcart:hover {
  background-color: var(--purpleColor);
}
.product-thumb-card .add-to-cart-btn {
  position: absolute;
  bottom: -20px;
  right: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #D64386;
  transition: 0.7s;
  font-size: 0;
}
.product-thumb-card .add-to-cart-btn::before {
  content: "\f114";
  position: absolute;
  font-family: flaticon-chely !important;
  font-style: normal;
  font-weight: normal !important;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-20%);
  width: 100%;
  height: 100%;
  color: var(--whiteColor);
  font-size: 24px;
  text-align: center;
}
.product-thumb-card .add-to-cart-btn:hover {
  background-color: var(--purpleColor);
}
.product-thumb-card .add-to-cart-btn i {
  color: var(--whiteColor);
  font-size: 20px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
}
.product-thumb-card .add-to-cart-btn.added {
  display: none;
}
.product-thumb-card .added_to_cart {
  position: absolute;
  bottom: -20px;
  right: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #D64386;
  font-size: 0;
  transition: 0.7s;
}
.product-thumb-card .added_to_cart::before {
  content: "\eb7b";
  position: absolute;
  font-family: remixicon !important;
  font-style: normal;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-20%);
  width: 100%;
  height: 100%;
  color: var(--whiteColor);
  font-size: 24px;
  text-align: center;
}
.product-thumb-card .added_to_cart:hover {
  background-color: var(--purpleColor);
}
.product-thumb-card .product-img {
  width: 58px;
}
.product-thumb-card .product-info {
  width: calc(100% - 78px);
  margin-left: auto;
  position: relative;
  top: 2px;
}
.product-thumb-card .product-info h3 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.06em;
  margin-bottom: 9px;
}
.product-thumb-card .product-info h3 a {
  color: var(--titleColor);
}
.product-thumb-card .product-info h3 a:hover {
  color: var(--secondaryColor);
}
.product-thumb-card .product-info span {
  line-height: 14px;
}
.product-thumb-card .product-info .product-price del {
  margin-right: 10px;
}
.product-thumb-card .product-info .product-price ins {
  text-decoration: none;
}

.about-wrap.style-four {
  position: relative;
  z-index: 1;
}
.about-wrap.style-four .about-shape-one {
  position: absolute;
  top: 38%;
  right: 0;
  z-index: -1;
}
.about-wrap.style-four .about-img-wrap {
  padding-bottom: 65px;
  position: relative;
  z-index: 1;
}
.about-wrap.style-four .about-img-wrap .about-shape {
  position: absolute;
  bottom: -15px;
  left: 20px;
  z-index: 2;
}
.about-wrap.style-four .about-img-wrap .about-img-one,
.about-wrap.style-four .about-img-wrap .about-img-two {
  border-radius: 300px 300px 0 0;
  z-index: 1;
  display: inline-block;
}
.about-wrap.style-four .about-img-wrap .about-img-one img,
.about-wrap.style-four .about-img-wrap .about-img-two img {
  border-radius: 300px 300px 0 0;
}
.about-wrap.style-four .about-img-wrap .about-img-one:before,
.about-wrap.style-four .about-img-wrap .about-img-two:before {
  position: absolute;
  top: 12px;
  left: -12px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FDE7E7;
  border-radius: 300px 300px 0 0;
  z-index: -1;
}
.about-wrap.style-four .about-img-wrap .about-img-one {
  margin-right: auto;
  position: relative;
}
.about-wrap.style-four .about-img-wrap .about-img-two {
  position: absolute;
  bottom: 12px;
  right: 0;
}
.about-wrap.style-four .about-content .about-content-shape {
  position: absolute;
  bottom: -141px;
  right: 30px;
  z-index: -1;
}
.about-wrap.style-four .about-content .content-title {
  margin-bottom: 30px;
}
.about-wrap.style-four .about-content .content-title h2 {
  margin-bottom: 40px;
}

.category-card-wrap .category-card {
  width: 20%;
}

.category-card {
  transition: var(--transition);
}
.category-card .category-img {
  width: 200px;
  height: 200px;
  position: relative;
}
.category-card .category-img span {
  position: absolute;
  top: -8px;
  right: -7px;
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  background-color: #9575CD;
  border: 2px solid var(--whiteColor);
  border-radius: 50px;
  box-shadow: 0 4px 4px #B0A6C1;
  transform: rotate(-15deg);
  padding: 12px 17px;
  font-family: var(--fancyFont);
  font-weight: 400;
  margin: 0 auto;
}
.category-card h3 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.06em;
  margin: 30px 0 8px;
  text-transform: uppercase;
}
.category-card h3 a {
  color: var(--titleColor);
}
.category-card h3 a:hover {
  color: var(--secondaryColor);
}
.category-card span {
  letter-spacing: -0.02em;
}
.category-card:hover {
  transform: translateY(-5px);
}

.popular-tablist .nav-item {
  margin-right: 8px;
  margin-bottom: 8px;
}
.popular-tablist .nav-item:last-child {
  margin-right: 0;
}
.popular-tablist .nav-item .nav-link {
  font-size: 14px;
  line-height: 14px;
  color: #817F85;
  border: 2px solid #9575CD;
  border-radius: 50px;
  padding: 13px 16px 11px;
  transition: var(--transition);
}
.popular-tablist .nav-item .nav-link.active, .popular-tablist .nav-item .nav-link:hover {
  border-color: var(--whiteColor);
  color: var(--whiteColor);
  background-color: #9575CD;
  box-shadow: 0 4px 4px #E4DFEC;
}

.product-card.style-seven .product-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.product-card.style-seven .product-img-wrap .product-img {
  position: relative;
  width: calc(100% - 80px);
  border-radius: 15px;
}
.product-card.style-seven .product-img-wrap .product-img img {
  border-radius: 15px;
}
.product-card.style-seven .product-img-wrap .product-img .add-to-cart {
  width: 56px;
  height: 56px;
  background-color: var(--whiteColor);
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: var(--transition);
}
.product-card.style-seven .product-img-wrap .product-img .add-to-cart img {
  transition: var(--transition);
}
.product-card.style-seven .product-img-wrap .product-img .add-to-cart:hover {
  background-color: var(--secondaryColor);
}
.product-card.style-seven .product-img-wrap .product-img .add-to-cart:hover img {
  filter: brightness(0) invert(1);
}
.product-card.style-seven .product-img-wrap .product-img .add-to-cart-btn {
  position: absolute;
  bottom: 30px;
  right: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  transition: 0.7s;
  font-size: 0;
}
.product-card.style-seven .product-img-wrap .product-img .add-to-cart-btn::before {
  content: "\f114";
  position: absolute;
  font-family: flaticon-chely !important;
  font-style: normal;
  font-weight: normal !important;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-23%);
  width: 100%;
  height: 100%;
  color: var(--mainColor);
  font-size: 22px;
  text-align: center;
}
.product-card.style-seven .product-img-wrap .product-img .add-to-cart-btn:hover {
  background-color: var(--purpleColor);
}
.product-card.style-seven .product-img-wrap .product-img .add-to-cart-btn:hover::before {
  color: var(--whiteColor);
}
.product-card.style-seven .product-img-wrap .product-img .add-to-cart-btn i {
  color: var(--whiteColor);
  font-size: 20px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
}
.product-card.style-seven .product-img-wrap .product-img .add-to-cart-btn.added {
  display: none;
}
.product-card.style-seven .product-img-wrap .product-img .added_to_cart {
  position: absolute;
  bottom: 30px;
  right: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  font-size: 0;
  transition: 0.7s;
}
.product-card.style-seven .product-img-wrap .product-img .added_to_cart::before {
  content: "\eb7b";
  position: absolute;
  font-family: remixicon !important;
  font-style: normal;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-23%);
  width: 100%;
  height: 100%;
  color: var(--purpleColor);
  font-size: 22px;
  text-align: center;
}
.product-card.style-seven .product-img-wrap .product-img .added_to_cart:hover {
  background-color: var(--purpleColor);
}
.product-card.style-seven .product-img-wrap .product-img .added_to_cart:hover::before {
  color: var(--whiteColor);
}
.product-card.style-seven .product-img-wrap .product-img-text {
  width: 80px;
  position: relative;
  min-height: 450px;
}
.product-card.style-seven .product-img-wrap .product-img-text span {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -0.02em;
  color: rgba(36, 20, 27, 0.05);
  font-family: var(--secondaryFont);
  font-weight: 400;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  min-width: 450px;
  height: 100%;
  transform: rotate(-90deg);
}
.product-card.style-seven .ratings {
  margin-top: 17px;
}
.product-card.style-seven .ratings ul li {
  display: inline-block;
  margin-left: -2px;
}
.product-card.style-seven .ratings ul li:last-child {
  margin-left: 0;
}
.product-card.style-seven .ratings ul li i {
  color: #FFD600;
}
.product-card.style-seven .ratings span {
  margin-left: 5px;
  position: relative;
  top: 1px;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #A69CA0;
}
.product-card.style-seven h3 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.06em;
  margin: 9px 0 10px;
  text-transform: uppercase;
}
.product-card.style-seven h3 a {
  color: var(--titleColor);
}
.product-card.style-seven h3 a:hover {
  color: var(--secondaryColor);
}
.product-card.style-seven .price-tag {
  font-size: 20px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--secondaryColor);
}
.product-card.style-seven .product-price span {
  font-size: 20px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--secondaryColor);
}
.product-card.style-seven .product-price del {
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
  color: #A69CA0;
}
.product-card.style-seven .product-price del span {
  font-size: 14px !important;
  line-height: 14px !important;
  color: #A69CA0 !important;
}
.product-card.style-seven .product-price ins {
  text-decoration: none;
}
.product-card.style-eight .product-cat {
  font-size: 13px;
  line-height: 14px;
  color: #4F465E;
  background-color: #D5C9EB;
  display: inline-block;
  border-radius: 50px;
  padding: 12px 17.5px;
  font-family: var(--fancyFont);
  border: 2px solid var(--whiteColor);
  box-shadow: 0 4px 4px rgba(176, 166, 193, 0.1);
  margin-top: 25px;
}
.product-card.style-eight h3 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.06em;
  margin: 18px 0 11px;
  text-transform: uppercase;
}
.product-card.style-eight h3 a {
  color: var(--titleColor);
}
.product-card.style-eight h3 a:hover {
  color: var(--secondaryColor);
}
.product-card.style-eight span {
  font-size: 20px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: var(--secondaryColor);
  font-weight: 600;
}
.product-card.style-nine .product-img img {
  transition: var(--transition);
}
.product-card.style-nine .ratings {
  margin-top: 22px;
}
.product-card.style-nine .ratings ul li {
  display: inline-block;
  margin-left: -2px;
}
.product-card.style-nine .ratings ul li:last-child {
  margin-left: 0;
}
.product-card.style-nine .ratings ul li i {
  color: #9575CD;
}
.product-card.style-nine .ratings span {
  margin-left: 5px;
  position: relative;
  top: 1px;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #A69CA0;
}
.product-card.style-nine h3 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.06em;
  margin: 8px 0 11px;
  text-transform: uppercase;
}
.product-card.style-nine h3 a {
  color: var(--titleColor);
}
.product-card.style-nine h3 a:hover {
  color: var(--secondaryColor);
}
.product-card.style-nine span {
  font-size: 20px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: var(--secondaryColor);
  font-weight: 600;
}
.product-card.style-nine .product-price del {
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
  color: #A69CA0;
}
.product-card.style-nine .product-price del span {
  font-size: 14px !important;
  line-height: 14px !important;
  color: #A69CA0 !important;
}
.product-card.style-nine .product-price ins {
  text-decoration: none;
}
.product-card.style-nine:hover .product-img img {
  transform: scale(1.02);
}
.product-card.style-ten .product-img {
  position: relative;
}
.product-card.style-ten .product-img img {
  transition: var(--transition);
}
.product-card.style-ten .product-img span {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--secondaryColor);
  border-radius: 2px;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
  color: var(--whiteColor);
  padding: 4px 7px;
}
.product-card.style-ten .ratings {
  margin-top: 18px;
}
.product-card.style-ten .ratings ul li {
  display: inline-block;
  margin-left: -2px;
}
.product-card.style-ten .ratings ul li:last-child {
  margin-left: 0;
}
.product-card.style-ten .ratings ul li i {
  color: #FFD600;
}
.product-card.style-ten .ratings span {
  margin-left: 5px;
  position: relative;
  top: 1px;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #A69CA0;
}
.product-card.style-ten h3 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.06em;
  margin: 8px 0 11px;
  text-transform: uppercase;
}
.product-card.style-ten h3 a {
  color: var(--titleColor);
}
.product-card.style-ten h3 a:hover {
  color: var(--secondaryColor);
}
.product-card.style-ten span {
  font-size: 20px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: var(--secondaryColor);
  font-weight: 600;
}
.product-card.style-ten span .discount {
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
  color: #A69CA0;
}
.product-card.style-ten .product-price del {
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
  color: #A69CA0;
}
.product-card.style-ten .product-price del span {
  font-size: 14px !important;
  line-height: 14px !important;
  color: #A69CA0 !important;
}
.product-card.style-ten .product-price ins {
  text-decoration: none;
}
.product-card.style-ten:hover .product-img img {
  transform: scale(1.02);
}

.product-slider-wrap .product_prev,
.product-slider-wrap .product_next,
.best-product-wrap .product_prev,
.best-product-wrap .product_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-color: #D64386;
  transition: var(--transition);
}
.product-slider-wrap .product_prev i,
.product-slider-wrap .product_next i,
.best-product-wrap .product_prev i,
.best-product-wrap .product_next i {
  color: var(--whiteColor);
  font-size: 25px;
  transition: var(--transition);
  line-height: 0.8;
}
.product-slider-wrap .product_prev:hover,
.product-slider-wrap .product_next:hover,
.best-product-wrap .product_prev:hover,
.best-product-wrap .product_next:hover {
  background-color: var(--primaryColor);
}
.product-slider-wrap .product_prev,
.best-product-wrap .product_prev {
  left: 10px;
}
.product-slider-wrap .product_next,
.best-product-wrap .product_next {
  right: 10px;
}

.product-slider-wrap .product_prev,
.product-slider-wrap .product_next {
  background-color: transparent;
  width: auto;
  height: auto;
  top: 45%;
  transition: var(--transition);
}
.product-slider-wrap .product_prev:hover,
.product-slider-wrap .product_next:hover {
  background-color: transparent;
}
.product-slider-wrap .product_prev {
  left: 5px;
}
.product-slider-wrap .product_next {
  right: 5px;
}

.popular-product-wrap .swiper-scrollbar {
  position: relative !important;
  background-color: #E4E5EF !important;
  height: 2px !important;
  left: 0 !important;
  width: 100% !important;
  margin-top: 20px !important;
}
.popular-product-wrap .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #66687D !important;
}

.product-slider-six .swiper-scrollbar {
  position: relative !important;
  background-color: #E4E5EF !important;
  height: 2px !important;
  left: 0 !important;
  width: calc(100% - 40px) !important;
  margin-top: 32px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.product-slider-six .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #66687D !important;
}

.testimonial-wrap.style-four {
  background-color: #D1C4E8;
}
.testimonial-wrap.style-four .testimonial-bg {
  background-image: url(../img/clients/testimonial-bg.webp);
  height: 484px;
  border-radius: 30px;
  margin: 57px 0;
}
.testimonial-wrap.style-four .testimonial-bg span {
  display: block;
}
.testimonial-wrap.style-four .testimonial-bg span:nth-child(2) {
  text-align: right;
}
.testimonial-wrap.style-four .testimonial-title-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-wrap.style-four .testimonial-title-text-wrap h1, .testimonial-wrap.style-four .testimonial-title-text-wrap h2, .testimonial-wrap.style-four .testimonial-title-text-wrap h3, .testimonial-wrap.style-four .testimonial-title-text-wrap h3, .testimonial-wrap.style-four .testimonial-title-text-wrap h5, .testimonial-wrap.style-four .testimonial-title-text-wrap h6 {
  color: var(--whiteColor);
  font-size: 84px;
  line-height: 65px;
  letter-spacing: -0.02em;
  font-family: var(--secondaryFont);
  font-weight: 400;
}
.testimonial-wrap.style-four .testimonial-title-text-wrap h1.bottom, .testimonial-wrap.style-four .testimonial-title-text-wrap h2.bottom, .testimonial-wrap.style-four .testimonial-title-text-wrap h3.bottom, .testimonial-wrap.style-four .testimonial-title-text-wrap h3.bottom, .testimonial-wrap.style-four .testimonial-title-text-wrap h5.bottom, .testimonial-wrap.style-four .testimonial-title-text-wrap h6.bottom {
  text-align: right;
}
.testimonial-wrap.style-four .testimonial-box .slider-btn .testimonial-prev {
  left: 0;
}
.testimonial-wrap.style-four .testimonial-box .slider-btn .testimonial-next {
  right: 0;
}
.testimonial-wrap.style-four .testimonial-box .slider-btn .testimonial-prev,
.testimonial-wrap.style-four .testimonial-box .slider-btn .testimonial-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-color: var(--whiteColor);
  transition: var(--transition);
}
.testimonial-wrap.style-four .testimonial-box .slider-btn .testimonial-prev i,
.testimonial-wrap.style-four .testimonial-box .slider-btn .testimonial-next i {
  font-size: 25px;
  line-height: 0.8;
  color: #D64386;
  transition: var(--transition);
}
.testimonial-wrap.style-four .testimonial-box .slider-btn .testimonial-prev:hover,
.testimonial-wrap.style-four .testimonial-box .slider-btn .testimonial-next:hover {
  background-color: var(--secondaryColor);
}
.testimonial-wrap.style-four .testimonial-box .slider-btn .testimonial-prev:hover i,
.testimonial-wrap.style-four .testimonial-box .slider-btn .testimonial-next:hover i {
  color: var(--whiteColor);
}
.testimonial-wrap.style-four .testimonial-box .testimonial-slider-four {
  position: absolute;
  bottom: -25px;
  left: 110px;
  max-width: 424px;
}

.testimonial-card.style-five {
  padding: 50px 35px 40px 40px;
}
.testimonial-card.style-five .quote-icon {
  position: absolute;
  top: 38px;
  left: 29px;
  z-index: 0;
}
.testimonial-card.style-five .shape-one {
  position: absolute;
  bottom: 25px;
  right: 28px;
  z-index: 0;
}
.testimonial-card.style-five p {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: var(--titleColor);
  margin-bottom: 20px;
}
.testimonial-card.style-five h6 {
  font-size: 16px;
  line-height: 22px;
  color: #893F61;
  letter-spacing: 0.06em;
}

.insta-wrapper.style-four:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 57%;
  background-color: #EFECF4;
  z-index: -1;
}

.insta-slider-three .insta-card {
  display: block;
  margin-bottom: 25px;
}
.insta-slider-three .insta-card img {
  filter: drop-shadow(0 4px 34px #EFECF4);
}

.scrolling-text-wrap {
  background-color: #614F85;
  overflow-x: hidden;
  padding: 36px 0;
}
.scrolling-text-wrap .scrolling-slider {
  white-space: nowrap;
  animation: scrolling-type-1 10s infinite linear;
}
.scrolling-text-wrap .scrolling-slider li {
  display: inline-block;
  margin-right: 46px;
  padding-right: 46px;
}
.scrolling-text-wrap .scrolling-slider li:after {
  position: absolute;
  top: 3px;
  right: -12px;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../images/star.webp);
  background-position: center;
  background-size: 17px;
  background-repeat: no-repeat;
}
.scrolling-text-wrap .scrolling-slider p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.06em;
  color: var(--whiteColor);
}
.scrolling-text-wrap .scrolling-slider p span {
  font-size: 18px;
  font-weight: 600;
  color: #FAE285;
}

@keyframes scrolling-type-1 {
  0% {
    transform: translate(0, 0%);
  }
  10% {
    opacity: 100%;
  }
  90% {
    opacity: 100%;
  }
  100% {
    transform: translate(-100%, 0%);
  }
}
.feature-wrap.style-four .feature-section-shape {
  top: 58%;
  opacity: 0.2;
}
.feature-wrap.style-four .section-title h2 {
  margin-bottom: 41px;
}
.feature-wrap.style-four .section-title img {
  margin-left: auto;
  display: block;
}
.feature-wrap.style-four .feature-content .feature-item {
  margin-bottom: 42px;
}
.feature-wrap.style-four .feature-content .feature-item:last-child {
  margin-bottom: 0;
}
.feature-wrap.style-four .feature-content .feature-item h3 {
  display: inline-block;
  font-size: 15px;
  font-family: var(--primaryFont);
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
  padding: 17px 20px 15px 20px;
  border: 4px solid var(--whiteColor);
  border-radius: 50px;
  margin-bottom: 15px;
}
.feature-wrap.style-four .feature-content .feature-item p {
  padding-left: 20px;
}
.feature-wrap.style-four .feature-content .feature-item:nth-child(1) .feature-arrow {
  left: -114px;
  top: 10px;
}
.feature-wrap.style-four .feature-content .feature-item:nth-child(1) h3 {
  background-color: #DED5ED;
  color: #705B96;
  box-shadow: 0 4px 34px rgba(176, 166, 193, 0.2);
}
.feature-wrap.style-four .feature-content .feature-item:nth-child(1) p {
  padding-right: 111px;
}
.feature-wrap.style-four .feature-content .feature-item:nth-child(2) {
  margin-left: 100px;
}
.feature-wrap.style-four .feature-content .feature-item:nth-child(2) .feature-arrow {
  left: -129px;
  top: 18px;
}
.feature-wrap.style-four .feature-content .feature-item:nth-child(2) h3 {
  background-color: #F5EAEA;
  color: #AB7A7A;
  box-shadow: 0 4px 34px rgba(176, 166, 193, 0.1);
}
.feature-wrap.style-four .feature-content .feature-item:nth-child(2) p {
  padding-right: 20px;
}
.feature-wrap.style-four .feature-content .feature-item:nth-child(3) {
  margin-left: 50px;
}
.feature-wrap.style-four .feature-content .feature-item:nth-child(3) .feature-arrow {
  left: -90px;
  top: 10px;
}
.feature-wrap.style-four .feature-content .feature-item:nth-child(3) h3 {
  background-color: #E2EBF4;
  box-shadow: 0 4px 34px rgba(176, 166, 193, 0.1);
  color: #4E7194;
}
.feature-wrap.style-four .feature-content .feature-item:nth-child(3) p {
  padding-right: 70px;
}

.newsletter-box.style-three {
  background-color: #F6F0C8;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 30px;
}
.newsletter-box.style-three .newsletter-bg-shape {
  z-index: -1;
}
.newsletter-box.style-three .newsletter-img-one,
.newsletter-box.style-three .newsletter-img-two {
  position: absolute;
}
.newsletter-box.style-three .newsletter-img-one {
  bottom: 26px;
  left: -10px;
}
.newsletter-box.style-three .newsletter-img-two {
  bottom: 35px;
  right: -10px;
}
.newsletter-box.style-three .content-title {
  margin-bottom: 22px;
}
.newsletter-box.style-three .content-title h2 {
  letter-spacing: -1.4px;
}
.newsletter-box.style-three .content-title p {
  margin: 10px 0 0;
}
.newsletter-box.style-three form {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}
.newsletter-box.style-three form input {
  border-radius: 50px;
  width: 100%;
  height: 60px;
  background-color: var(--whiteColor);
  padding: 12px 20px;
  border: none;
  font-size: 14px;
  line-height: 14px;
  color: #A49FA1;
  margin-bottom: 5px;
}
.newsletter-box.style-three form input::-moz-placeholder {
  opacity: 1;
}
.newsletter-box.style-three form input::placeholder {
  opacity: 1;
}
.newsletter-box.style-three form button {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: transparent;
  border: none;
  color: var(--secondaryColor);
  height: 100%;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 1.4px;
  transition: var(--transition);
}
.newsletter-box.style-three form button:hover {
  color: var(--titleColor);
}
.newsletter-box.style-three form button i {
  position: relative;
  top: 5px;
  font-size: 22px;
  margin-left: 12px;
  line-height: 0.8;
}

.scrolling_text_wrap {
  overflow-x: hidden;
  position: absolute;
  top: 10;
  left: 0;
  width: 100%;
  z-index: 0;
}
.scrolling_text_wrap .scrolling_slider {
  white-space: nowrap;
  animation: scrolling-type-1 20s infinite linear;
}
.scrolling_text_wrap .scrolling_slider li {
  font-size: 160px;
  line-height: 140px;
  font-family: var(--secondaryFont);
  font-weight: 400;
  letter-spacing: -0.02em;
  display: inline-block;
  padding-right: 16px;
  color: rgba(36, 20, 27, 0.05);
}
.scrolling_text_wrap.style-two .scrolling_slider li {
  font-size: 110px;
  line-height: 90px;
  color: var(--whiteColor);
}

.insta-card.style-three {
  position: relative;
  overflow: hidden;
}
.insta-card.style-three.round-one {
  border-radius: 50% 50% 50px 50px;
}
.insta-card.style-three.round-one > img {
  border-radius: 50% 50% 50px 50px;
}
.insta-card.style-three.round-two {
  border-radius: 50px;
}
.insta-card.style-three.round-two > img {
  border-radius: 50px;
}
.insta-card.style-three.round-three {
  border-radius: 50%;
}
.insta-card.style-three.round-three > img {
  border-radius: 50%;
}
.insta-card.style-three .insta-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  border-radius: 0 !important;
  transition: var(--transition);
}
.insta-card.style-three:after {
  background-color: rgba(137, 63, 97, 0.8);
}
.insta-card.style-three:hover .insta-icon {
  visibility: visible;
  opacity: 1;
}

.blog-section-shape {
  position: absolute;
  left: 20%;
  top: -32px;
}

.blog-card.style-two {
  box-shadow: none;
}
.blog-card.style-two .blog-img {
  border-radius: 20px;
  margin-bottom: 25px;
}
.blog-card.style-two .blog-img img {
  border-radius: 20px;
}
.blog-card.style-two .blog-img .blog-cat {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 15px;
  color: var(--whiteColor);
  background-color: #9575CD;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 #E4DFEC;
  border: 2px solid var(--whiteColor);
}
.blog-card.style-two .blog-metainfo {
  margin-bottom: 5px;
}
.blog-card.style-two .blog-metainfo li {
  display: inline-block;
  margin-right: 7px;
  font-size: 14px;
  position: relative;
  padding-right: 16px;
  color: #A5999E;
}
.blog-card.style-two .blog-metainfo li:after {
  position: absolute;
  top: -2px;
  right: 0;
  content: "-";
  font-size: 18px;
  color: #F06292;
}
.blog-card.style-two .blog-metainfo li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.blog-card.style-two .blog-metainfo li:last-child:after {
  display: none;
}
.blog-card.style-two .blog-metainfo li a {
  color: #F06292;
  font-weight: 700;
}
.blog-card.style-two h3 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.blog-card.style-two h3 a {
  color: var(--titleColor);
}
.blog-card.style-two h3 a:hover {
  color: var(--secondaryColor);
}

.simple-wrap.style-four {
  position: relative;
  z-index: 1;
}
.simple-wrap.style-four .simple-shape-three {
  position: absolute;
  top: 28%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.simple-wrap.style-four .simple-img-wrap {
  position: relative;
  padding-right: 25px;
  z-index: 1;
}
.simple-wrap.style-four .simple-img-wrap .simple-img {
  margin-right: auto;
  position: relative;
  z-index: 0;
}
.simple-wrap.style-four .simple-img-wrap .simple-img img {
  display: block;
  margin-right: auto;
}
.simple-wrap.style-four .simple-img-wrap .simple-img .simple-shape-one,
.simple-wrap.style-four .simple-img-wrap .simple-img .simple-shape-two {
  position: absolute;
  z-index: 1;
}
.simple-wrap.style-four .simple-img-wrap .simple-img .simple-shape-one {
  top: 47px;
  right: 0px;
}
.simple-wrap.style-four .simple-img-wrap .simple-img .simple-shape-two {
  bottom: 50px;
  right: 10px;
}
.simple-wrap.style-four .simple-content .content-title p {
  margin: 20px 0 25px;
}/*# sourceMappingURL=chely-main-style.css.map */