@charset "UTF-8";
/*
@File: Eura Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

/*--------------------------------
=========Table Of Contents========

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title, Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
8.  Hero CSS
----------------------------------*/
:root {
  --primaryFont: "Noto Sans", sans-serif;
  --secondaryFont: "Archivo", sans-serif;
  --titleColor: #1D1D1D;
  --whiteColor: #fff;
  --secondaryColor: #f91;
  --optionalColor: #444;
  --grayColor: rgba(29, 29, 29, 0.75);
  --paraColor: #75807E;
  --lilacColor: #E6E4F4;
  --offwhiteColor:rgba(255, 255, 255, 0.55);
  --blackColor: #000;
  --fontSize: 16px;
  --transition: all ease .5s;
}

/*---------------------------------
    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;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* 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;
  width: 100%;
  font-size: 16px;
}

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

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 {
  color: var(--titleColor);
  font-family: var(--secondaryFont);
  font-weight: 600;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--secondaryColor);
}

body {
  color: var(--paraColor);
  font-size: var(--fontSize);
  font-weight: 400;
  font-family: var(--primaryFont);
  line-height: 28px;
}

p {
  color: var(--paraColor);
}

@supports (not (-moz-appearance: button)) and (contain: paint) and (-webkit-appearance: none) {
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
  }
}
select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}

.text_primary {
  color: var(--primaryColor) !important;
}

.text_secondary {
  color: var(--secondaryColor);
}

.text-para {
  color: var(--paraColor) !important;
}

.text-offwhite {
  color: var(--offwhiteColor);
}

.text-optional {
  color: var(--optionalColor) !important;
}

.text-title {
  color: var(--titleColor) !important;
}

.text-gray {
  color: var(--grayColor);
}

.bg-title {
  background-color: var(--titleColor);
}

.bg-optional {
  background-color: #E9EBE0;
}

.bg-aqua {
  background-color: #E4F4F3;
}

.bg_secondary {
  background-color: var(--secondaryColor);
}

.bg-catskill {
  background-color: #EAF5F4;
}

.f-primary {
  font-family: var(--primaryFont);
}

.f-secondary {
  font-family: var(--secondaryFont);
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.h-100 {
  height: 100px !important;
}

.resize-0 {
  resize: none;
}

.index-0 {
  z-index: 0;
}

.index-1 {
  z-index: 1;
}

.index-2 {
  z-index: 2;
}

.filter-white {
  filter: brightness(0) invert(1) !important;
}

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

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

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

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

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

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

.pt-150 {
  padding-top: 130px;
}

.pb-150 {
  padding-bottom: 130px;
}

.ptb-150 {
  padding-top: 130px;
  padding-bottom: 130px;
}

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

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

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

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

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

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

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

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

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

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

.mb-25 {
  margin-bottom: 25px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.round-2 {
  border-radius: 2px !important;
}

.round-5 {
  border-radius: 5px !important;
}

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

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

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

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

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

.btn {
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: 18px 32px 20px;
  overflow: hidden;
  font-weight: 500;
  border-style: none;
  border-width: 0;
  border-color: transparent;
  border-radius: 50px;
  transition: var(--transition);
}
.btn:before {
  position: absolute;
  top: 0%;
  left: 0%;
  content: "";
  width: 0%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
  overflow: hidden;
  transition: var(--transition);
}
.btn i {
  margin-left: 10px;
  font-weight: 300;
  line-height: 0.8;
  transition: var(--transition);
}
.btn img {
  margin-left: 10px;
  position: relative;
  top: -1px;
  transition: var(--transition);
}
.btn:hover:before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.btn.style-one {
  color: var(--whiteColor);
  background-color: var(--titleColor);
  border: none;
}
.btn.style-one:before {
  background: var(--lilacColor);
}
.btn.style-one:hover {
  color: var(--titleColor);
  background-color: transparent;
}
.btn.style-one:hover img {
  filter: brightness(0) invert(0);
}
.btn.style-two {
  color: var(--titleColor);
  background-color: var(--lilacColor);
  padding: 16px 30px 18px;
  border: 2px solid transparent;
}
.btn.style-two:before {
  background: var(--titleColor);
}
.btn.style-two:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--whiteColor);
  background-color: transparent;
}
.btn.style-two:hover img {
  filter: brightness(0) invert(1);
}
.btn.style-three {
  color: var(--titleColor);
  background-color: var(--whiteColor);
}
.btn.style-three:before {
  background: var(--lilacColor);
}
.btn.style-three:hover {
  background-color: transparent;
}
.btn.style-four {
  color: var(--titleColor);
  background-color: transparent;
  padding: 18px 30px 18px;
  border: 1px solid rgba(29, 29, 29, 0.15);
}
.btn.style-four:before {
  background: var(--titleColor);
}
.btn.style-four:hover {
  border-color: transparent;
  color: var(--whiteColor);
  background-color: transparent;
}
.btn.style-four:hover img {
  filter: brightness(0) invert(1);
}
.btn.style-five {
  color: var(--titleColor);
  background-color: transparent;
  padding: 18px 30px 18px;
  border: 1px solid var(--titleColor);
}
.btn.style-five:before {
  background: var(--titleColor);
}
.btn.style-five:hover {
  border-color: transparent;
  color: var(--whiteColor);
  background-color: transparent;
}
.btn.style-five:hover img {
  filter: brightness(0) invert(1);
}

.link {
  position: relative;
  padding-bottom: 3px;
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  transition: var(--transition);
}
.link img {
  margin-left: 10px;
  position: relative;
  top: 0px;
  transition: var(--transition);
}
.link:hover img {
  margin-left: 14px;
}
.link.style-one {
  color: var(--titleColor);
}
.link.style-one:hover:after {
  background-color: var(--titleColor);
}
.link.style-two {
  color: var(--whiteColor);
}
.link.style-two:hover:after {
  background-color: var(--whiteColor);
}
.link:hover:after {
  width: 100%;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.transition {
  transition: all 200ms linear;
}

.social-profile li {
  display: inline-block;
}
.social-profile.style-one li a {
  background: rgba(255, 255, 255, 0.06);
  width: 34px;
  height: 34px;
  z-index: 1;
}
.social-profile.style-one li a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--primaryColor);
  z-index: -1;
  transition: var(--transition);
}
.social-profile.style-one li a i {
  color: var(--primaryColor);
  font-size: 17px;
  transition: var(--transition);
}
.social-profile.style-one li a:hover i {
  color: var(--whiteColor);
}
.social-profile.style-one li a:hover:after {
  width: 100%;
}

.section-title h2 {
  font-size: 40px;
  line-height: 52px;
}
.section-title h2 span {
  color: #767A79;
}

.rating li {
  display: inline-block;
  margin-right: -3px;
}
.rating li i {
  color: var(--titleColor);
}

/*---------------------------------
     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%;
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--primaryColor);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap:after {
  position: absolute;
  content: "\ea76";
  font-family: remixicon !important;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--primaryColor);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primaryColor);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*---------------------------------
   Preloader Area CSS
----------------------------------*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  overflow-x: hidden;
}

.preloader-area .loader {
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
}

.bike {
  display: block;
  margin: auto;
  width: 8em;
  height: auto;
  transform: scaleX(-1);
}
.bike .bike__body,
.bike .bike__front,
.bike .bike__handlebars,
.bike .bike__pedals,
.bike .bike__pedals-spin,
.bike .bike__seat,
.bike .bike__spokes,
.bike .bike__spokes-spin,
.bike .bike__tire {
  animation: bikeBody 4s ease-in-out infinite;
  stroke: var(--titleColor);
  transition: stroke var(--transition);
}
.bike .bike__front {
  animation-name: bikeFront;
}
.bike .bike__handlebars {
  animation-name: bikeHandlebars;
}
.bike .bike__pedals {
  animation-name: bikePedals;
}
.bike .bike__pedals-spin {
  animation-name: bikePedalsSpin;
}
.bike .bike__seat {
  animation-name: bikeSeat;
}
.bike .bike__spokes,
.bike .bike__tire {
  stroke: currentColor;
}
.bike .bike__spokes {
  animation-name: bikeSpokes;
}
.bike .bike__spokes-spin {
  animation-name: bikeSpokesSpin;
}
.bike .bike__tire {
  animation-name: bikeTire;
}

/* Animations */
@keyframes bikeBody {
  from {
    stroke-dashoffset: 79;
  }
  33%, 67% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -79;
  }
}
@keyframes bikeFront {
  from {
    stroke-dashoffset: 19;
  }
  33%, 67% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -19;
  }
}
@keyframes bikeHandlebars {
  from {
    stroke-dashoffset: 10;
  }
  33%, 67% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -10;
  }
}
@keyframes bikePedals {
  from {
    animation-timing-function: ease-in;
    stroke-dashoffset: -25.133;
  }
  33%, 67% {
    animation-timing-function: ease-out;
    stroke-dashoffset: -21.991;
  }
  to {
    stroke-dashoffset: -25.133;
  }
}
@keyframes bikePedalsSpin {
  from {
    transform: rotate(0.1875turn);
  }
  to {
    transform: rotate(3.1875turn);
  }
}
@keyframes bikeSeat {
  from {
    stroke-dashoffset: 5;
  }
  33%, 67% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5;
  }
}
@keyframes bikeSpokes {
  from {
    animation-timing-function: ease-in;
    stroke-dashoffset: -31.416;
  }
  33%, 67% {
    animation-timing-function: ease-out;
    stroke-dashoffset: -23.562;
  }
  to {
    stroke-dashoffset: -31.416;
  }
}
@keyframes bikeSpokesSpin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(3turn);
  }
}
@keyframes bikeTire {
  from {
    animation-timing-function: ease-in;
    stroke-dashoffset: 56.549;
    transform: rotate(0);
  }
  33% {
    stroke-dashoffset: 0;
    transform: rotate(0.33turn);
  }
  67% {
    animation-timing-function: ease-out;
    stroke-dashoffset: 0;
    transform: rotate(0.67turn);
  }
  to {
    stroke-dashoffset: -56.549;
    transform: rotate(1turn);
  }
}
@keyframes bikeBody {
  from {
    stroke-dashoffset: 79;
  }
  33%, 67% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -79;
  }
}
@keyframes bikeFront {
  from {
    stroke-dashoffset: 19;
  }
  33%, 67% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -19;
  }
}
@keyframes bikeHandlebars {
  from {
    stroke-dashoffset: 10;
  }
  33%, 67% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -10;
  }
}
@keyframes bikePedals {
  from {
    animation-timing-function: ease-in;
    stroke-dashoffset: -25.133;
  }
  33%, 67% {
    animation-timing-function: ease-out;
    stroke-dashoffset: -21.991;
  }
  to {
    stroke-dashoffset: -25.133;
  }
}
@keyframes bikePedalsSpin {
  from {
    transform: rotate(0.1875turn);
  }
  to {
    transform: rotate(3.1875turn);
  }
}
@keyframes bikeSeat {
  from {
    stroke-dashoffset: 5;
  }
  33%, 67% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5;
  }
}
@keyframes bikeSpokes {
  from {
    animation-timing-function: ease-in;
    stroke-dashoffset: -31.416;
  }
  33%, 67% {
    animation-timing-function: ease-out;
    stroke-dashoffset: -23.562;
  }
  to {
    stroke-dashoffset: -31.416;
  }
}
@keyframes bikeSpokesSpin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(3turn);
  }
}
@keyframes bikeTire {
  from {
    animation-timing-function: ease-in;
    stroke-dashoffset: 56.549;
    transform: rotate(0);
  }
  33% {
    stroke-dashoffset: 0;
    transform: rotate(0.33turn);
  }
  67% {
    animation-timing-function: ease-out;
    stroke-dashoffset: 0;
    transform: rotate(0.67turn);
  }
  to {
    stroke-dashoffset: -56.549;
    transform: rotate(1turn);
  }
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
/*---------------------------------
    Back To Top CSS
----------------------------------*/
#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;
  color: var(--whiteColor);
}
#backtotop.active {
  opacity: 1;
}

#backtotop:hover {
  background-color: var(--secondaryColor);
}
@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%;
  }
}
/*---------------------------------
     Animation CSS
----------------------------------*/
.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;
}

.zoomIn {
  animation: zoom-in 5s ease-out infinite;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.animationFramesThree {
  animation: animationFramesThree 20000ms infinite ease-in-out;
}
@keyframes zoom-in {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.07, 1.07);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@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 animationFramesThree {
  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);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.elementor-editor-active .navbar.sticky.eura-hide-adminbar {
  top: 0 !important;
}
.elementor-editor-active [data-cue=bounceInDown], .elementor-editor-active [data-cue=bounceInLeft], .elementor-editor-active [data-cue=bounceInRight], .elementor-editor-active [data-cue=bounceInUp], .elementor-editor-active [data-cue=bounceIn], .elementor-editor-active [data-cue=fadeIn], .elementor-editor-active [data-cue=rotateIn], .elementor-editor-active [data-cue=slideInDown], .elementor-editor-active [data-cue=slideInLeft], .elementor-editor-active [data-cue=slideInRight], .elementor-editor-active [data-cue=slideInUp], .elementor-editor-active [data-cue=zoomIn], .elementor-editor-active [data-cue=zoomOut], .elementor-editor-active [data-cues=bounceInDown] > *, .elementor-editor-active [data-cues=bounceInLeft] > *, .elementor-editor-active [data-cues=bounceInRight] > *, .elementor-editor-active [data-cues=bounceInUp] > *, .elementor-editor-active [data-cues=bounceIn] > *, .elementor-editor-active [data-cues=fadeIn] > *, .elementor-editor-active [data-cues=rotateIn] > *, .elementor-editor-active [data-cues=slideInDown] > *, .elementor-editor-active [data-cues=slideInLeft] > *, .elementor-editor-active [data-cues=slideInRight] > *, .elementor-editor-active [data-cues=slideInUp] > *, .elementor-editor-active [data-cues=zoomIn] > *, .elementor-editor-active [data-cues=zoomOut] > * {
  opacity: 1;
}

/*-------------------------------
    Pagination & Checkbox  CSS
-------------------------------*/
.page-nav .page-numbers {
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  font-weight: 700px;
  border-radius: 100%;
  color: var(--titleColor);
  border: 1px solid var(--titleColor);
  transition: var(--transition);
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-left: 4px;
  margin-right: 4px;
}
.page-nav .page-numbers:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  opacity: 0;
  background: var(--titleColor);
  z-index: -1;
  transition: var(--transition);
}
.page-nav .page-numbers i {
  font-size: 20px;
  line-height: 0.8;
  top: 3px;
}
.page-nav .page-numbers.current, .page-nav .page-numbers:hover {
  color: var(--whiteColor);
  opacity: 1;
  border-color: transparent;
}
.page-nav .page-numbers.current:before, .page-nav .page-numbers:hover:before {
  width: 100%;
  opacity: 1;
}

/*-------------------------------
    Breadcrumb CSS
-------------------------------*/
.breadcrumb-wrap .br-content {
  padding: 280px 0 170px;
}
.breadcrumb-wrap .container .br-img {
  bottom: 0;
  right: 0;
}
.breadcrumb-wrap .container .br-shape {
  bottom: 14%;
  left: 21%;
}
.breadcrumb-wrap .br-title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  margin-bottom: 21px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.breadcrumb-wrap .br-menu {
  line-height: 1;
}
.breadcrumb-wrap .br-menu li {
  display: inline-block;
  margin-right: 1px;
  padding-right: 11px;
  color: #808080;
  position: relative;
}
.breadcrumb-wrap .br-menu li a {
  color: var(--titleColor);
  font-weight: 600;
}
.breadcrumb-wrap .br-menu li a:hover {
  color: var(--secondaryColor);
}
.breadcrumb-wrap .br-menu li:after {
  position: absolute;
  top: 0px;
  right: 0;
  content: "/";
  font-size: 16px;
  color: #808080;
  transform: rotate(3deg);
}
.breadcrumb-wrap .br-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumb-wrap .br-menu li:last-child:after {
  display: none;
}

/*-------------------------------
        Hero CSS
-------------------------------*/
.hero-wrap .hero-content .hero-btn a:first-child {
  margin-right: 28px;
}
.hero-wrap.style-one {
  padding: 160px 0 105px;
}
.hero-wrap.style-one .hero-content span {
  color: rgba(93, 93, 93, 0.71);
  margin-bottom: 17px;
}
.hero-wrap.style-one .hero-content span strong {
  color: var(--titleColor);
  margin-left: 3px;
}
.hero-wrap.style-one .hero-content h1 {
  font-size: 90px;
  line-height: 102px;
  margin-bottom: 19px;
}
.hero-wrap.style-one .hero-content p {
  margin-bottom: 100px;
}
.hero-wrap.style-one .scroll-to-section {
  bottom: 77px;
  left: 50.5%;
  transform: translateX(-50%);
}
.hero-wrap.style-one .scroll-to-section span {
  margin-top: 5px;
}
.hero-wrap.style-two {
  padding: 235px 0 100px;
}
.hero-wrap.style-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(228, 244, 243) 0%, rgba(228, 244, 243, 0) 54%);
  z-index: -1;
}
.hero-wrap.style-two .hero-content {
  margin-bottom: 140px;
}
.hero-wrap.style-two .hero-content h1 {
  font-size: 90px;
  line-height: 102px;
  font-weight: 600;
  margin-bottom: 19px;
}
.hero-wrap.style-two .hero-content p {
  margin-bottom: 40px;
}
.hero-wrap.style-two .hero-shape {
  top: -170px;
  right: 125px;
}
.hero-wrap.style-two .hero-thumb-slider {
  margin-bottom: 45px;
}
.hero-wrap.style-two .hero-thumb-slider .swiper-slide {
  cursor: pointer;
}
.hero-wrap.style-two .hero-thumb-slider .swiper-slide img {
  display: block;
  margin-left: auto;
  max-width: 172px;
}
.hero-wrap.style-two .hero-navigation {
  margin-top: 30px;
}
.hero-wrap.style-two .hero-navigation .hero-prev {
  margin-right: 18px;
}
.hero-wrap.style-two .hero-navigation .hero-next {
  margin-left: 18px;
}
.hero-wrap.style-two .hero-navigation .hero-prev img,
.hero-wrap.style-two .hero-navigation .hero-next img {
  opacity: 0.6;
}
.hero-wrap.style-two .hero-navigation .hero-prev:hover img,
.hero-wrap.style-two .hero-navigation .hero-next:hover img {
  opacity: 1;
}
.hero-wrap.style-three {
  background-color: var(--titleColor);
  padding: 150px 0;
}
.hero-wrap.style-three .hero-content > span {
  color: #E9EBE0;
  font-size: 28px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  padding: 12px 31px;
  border-radius: 50px;
  margin-bottom: 19px;
}
.hero-wrap.style-three .hero-content h1 {
  font-size: 70px;
  line-height: 82px;
  margin-bottom: 14px;
}
.hero-wrap.style-three .hero-content p {
  margin-bottom: 45px;
  color: rgba(255, 255, 255, 0.8);
}
.hero-wrap.style-three .hero-img-wrap .outlined-text {
  font-size: 132px;
  top: -20px;
  left: 8px;
  line-height: 1;
  font-weight: 700;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  -webkit-text-fill-color: transparent;
  color: rgba(255, 255, 255, 0.08);
}

/*-------------------------------
        Feature CSS
-------------------------------*/
#feature-area {
  border-bottom: 1px solid rgba(29, 29, 29, 0.15);
  padding-bottom: 32px;
  margin-bottom: 73px;
}

.feature-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(228, 244, 243) 0%, rgba(228, 244, 243, 0) 70%);
  z-index: -1;
}

.feature-card h3 {
  font-size: 28px;
  line-height: 40px;
  margin: 31px 0 13px;
}

/*-------------------------------
        Category  CSS
-------------------------------*/
.category-wrap .category-card {
  width: 20%;
}
.category-wrap .category-card .cat-img {
  width: 50px;
  height: 50px;
}
.category-wrap .category-card h3 {
  font-size: 24px;
  line-height: 36px;
  margin: 30px 0 8px;
}

.category-section .cat-shape-one {
  top: 20px;
}
.category-section .cat-shape-two {
  right: 3%;
  top: 85px;
}

.category-slider .swiper-slide {
  transition: var(--transition);
}
.category-slider .swiper-slide .cat-card {
  transform: scale(0.7);
  position: relative;
  z-index: 1;
  padding-top: 92px;
  transition: var(--transition);
}
.category-slider .swiper-slide .cat-card:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 450px;
  height: 450px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgb(228, 244, 243) 0%, rgba(228, 244, 243, 0) 90%);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.category-slider .swiper-slide .cat-card .cat-info {
  visibility: hidden;
  opacity: 0;
  margin-top: 30px;
  transition: var(--transition);
}
.category-slider .swiper-slide .cat-card .cat-info h3 {
  margin-bottom: 12px;
}
.category-slider .swiper-slide.swiper-slide-active .cat-card {
  transform: scale(1);
}
.category-slider .swiper-slide.swiper-slide-active .cat-card:before {
  visibility: visible;
  opacity: 1;
}
.category-slider .swiper-slide.swiper-slide-active .cat-card .cat-info {
  visibility: visible;
  opacity: 1;
}

.cat-navigation .cat-prev,
.cat-navigation .cat-next {
  position: absolute;
  bottom: 30px;
  z-index: 1;
}
.cat-navigation .cat-prev img,
.cat-navigation .cat-next img {
  opacity: 0.6;
}
.cat-navigation .cat-prev:hover img,
.cat-navigation .cat-next:hover img {
  opacity: 1;
}
.cat-navigation .cat-prev {
  left: 0;
}
.cat-navigation .cat-next {
  right: 0;
}

/*-------------------------------
        About  CSS
-------------------------------*/
.about-wrap.style-one .about-content .section-title h2, .about-wrap.style-two .about-content .section-title h2, .about-wrap.style-three .about-content .section-title h2 {
  margin-bottom: 28px;
}
.about-wrap.style-one .about-content .features-item-wrap, .about-wrap.style-two .about-content .features-item-wrap, .about-wrap.style-three .about-content .features-item-wrap {
  margin-top: 50px;
}
.about-wrap.style-one .about-content .features-item-wrap .feature-item, .about-wrap.style-two .about-content .features-item-wrap .feature-item, .about-wrap.style-three .about-content .features-item-wrap .feature-item {
  width: 33.33%;
}
.about-wrap.style-one .about-content .features-item-wrap .feature-item p, .about-wrap.style-two .about-content .features-item-wrap .feature-item p, .about-wrap.style-three .about-content .features-item-wrap .feature-item p {
  margin: 18px 5px 0 0;
}
.about-wrap.style-two .about-img, .about-wrap.style-three .about-img {
  border-radius: 400px 400px 0 0;
}
.about-wrap.style-two .about-img img, .about-wrap.style-three .about-img img {
  border-radius: 400px 400px 0 0;
}
.about-wrap.style-three .about-content .features-item-wrap {
  width: calc(100% + 120px);
  margin-left: -120px;
  padding: 30px 30px 30px 30px;
}

/*-------------------------------
        Find Us CSS
-------------------------------*/
.find-us-wrap .section-shape-one {
  top: 10%;
  left: 1%;
}
.find-us-wrap .section-shape-two {
  top: 10%;
  right: 1%;
}

.find-us-box {
  padding: 95px 100px 100px;
}
.find-us-box .section-title p {
  padding: 0 50px;
}
.find-us-box form input {
  margin-bottom: 30px;
  border: none;
  padding: 0 0 8px 0;
  border-bottom: 1px solid rgba(29, 29, 29, 0.15);
}
.find-us-box form button {
  margin: 0 auto;
}

.section-shape-three {
  top: 0;
  left: -10px;
}

/*-------------------------------
        Promo  CSS
-------------------------------*/
.promo-wrap .section-title p {
  margin: 27px 0 32px;
}
.promo-wrap.style-one .container {
  padding-bottom: 335px;
}
.promo-wrap.style-one .promo-img {
  position: absolute;
  right: 0;
  max-width: 800px;
}
.promo-wrap.style-two .container {
  padding-bottom: 340px;
}
.promo-wrap.style-two .container .promo-shape {
  bottom: 37px;
  left: 25px;
}
.promo-wrap.style-two .promo-img {
  position: absolute;
  right: 10px;
  max-width: 600px;
}

/*-------------------------------
        Product  CSS
-------------------------------*/
.product-area:after {
  position: absolute;
  top: 31.6%;
  left: 0;
  content: "";
  width: 100%;
  height: 72%;
  background: linear-gradient(180deg, rgb(233, 235, 224) 0%, rgba(233, 235, 224, 0) 68%);
  z-index: -1;
}

.product-card.style-one .product-info, .product-card.style-three .product-info, .product-card.style-five .product-info, .product-card.style-six .product-info {
  margin: 20px 0 0;
}
.product-card.style-one .product-info .product-ratings, .product-card.style-three .product-info .product-ratings, .product-card.style-five .product-info .product-ratings, .product-card.style-six .product-info .product-ratings {
  margin-bottom: 3px;
}
.product-card.style-one .product-info .product-ratings .ratings .rating li, .product-card.style-three .product-info .product-ratings .ratings .rating li, .product-card.style-five .product-info .product-ratings .ratings .rating li, .product-card.style-six .product-info .product-ratings .ratings .rating li {
  margin-right: -5px;
}
.product-card.style-one .product-info .product-ratings .ratings .rating li i, .product-card.style-three .product-info .product-ratings .ratings .rating li i, .product-card.style-five .product-info .product-ratings .ratings .rating li i, .product-card.style-six .product-info .product-ratings .ratings .rating li i {
  font-size: 18px;
  line-height: 0.8;
  color: var(--titleColor);
}
.product-card.style-one .product-info .product-ratings .ratings span, .product-card.style-three .product-info .product-ratings .ratings span, .product-card.style-five .product-info .product-ratings .ratings span, .product-card.style-six .product-info .product-ratings .ratings span {
  margin-left: 12px;
  color: rgba(93, 93, 93, 0.71);
}
.product-card.style-one .product-info .product-ratings .ratings p, .product-card.style-three .product-info .product-ratings .ratings p, .product-card.style-five .product-info .product-ratings .ratings p, .product-card.style-six .product-info .product-ratings .ratings p {
  margin: 0;
}
.product-card.style-one .product-info .product-ratings .ratings p strong, .product-card.style-three .product-info .product-ratings .ratings p strong, .product-card.style-five .product-info .product-ratings .ratings p strong, .product-card.style-six .product-info .product-ratings .ratings p strong {
  margin-left: 5px;
}
.product-card.style-one .product-info .product-ratings .color-picker, .product-card.style-three .product-info .product-ratings .color-picker, .product-card.style-five .product-info .product-ratings .color-picker, .product-card.style-six .product-info .product-ratings .color-picker {
  margin-top: 3px;
}
.product-card.style-one .product-info .product-ratings .color-picker label, .product-card.style-three .product-info .product-ratings .color-picker label, .product-card.style-five .product-info .product-ratings .color-picker label, .product-card.style-six .product-info .product-ratings .color-picker label {
  width: 22px;
  height: 22px;
  margin: 0 -2px 0 0;
}
.product-card.style-one .product-info .product-ratings .color-picker label span, .product-card.style-three .product-info .product-ratings .color-picker label span, .product-card.style-five .product-info .product-ratings .color-picker label span, .product-card.style-six .product-info .product-ratings .color-picker label span {
  width: 15px;
  height: 15px;
}
.product-card.style-one .product-info .product-title h3, .product-card.style-one .product-info .product-title h6, .product-card.style-three .product-info .product-title h3, .product-card.style-three .product-info .product-title h6, .product-card.style-five .product-info .product-title h3, .product-card.style-five .product-info .product-title h6, .product-card.style-six .product-info .product-title h3, .product-card.style-six .product-info .product-title h6 {
  font-size: 24px;
  line-height: 36px;
}
.product-card.style-one .product-info .product-title, .product-card.style-six .product-info .product-title {
  border-bottom: 1px solid rgba(93, 93, 93, 0.15);
  padding-bottom: 14px;
  margin-bottom: 15px;
}
.product-card.style-one .product-info .product-brief, .product-card.style-six .product-info .product-brief {
  margin-bottom: 32px;
}
.product-card.style-two {
  padding: 35px 30px 35px;
}
.product-card.style-two .product-title .product-title-left h3 {
  font-size: 36px;
  margin-bottom: 15px;
}
.product-card.style-two .product-title .product-title-left h3 a {
  color: var(--titleColor);
}
.product-card.style-two .product-title .product-title-left h3 a:hover {
  color: var(--secondaryColor);
}
.product-card.style-two .product-title .product-title-left .product-metainfo li {
  display: inline-block;
  margin-right: 16px;
}
.product-card.style-two .product-title .product-title-left .product-metainfo li:last-child {
  margin-right: 0;
}
.product-card.style-two .product-title .product-title-left .product-metainfo li strong {
  margin-left: 5px;
}
.product-card.style-two .product-title h4 {
  font-size: 36px;
}
.product-card.style-two .product-img {
  margin: 35px 0 60px;
}
.product-card.style-two .product-action .btn-wrap a:first-child {
  margin-right: 25px;
}
.product-card.style-five .product-img {
  position: relative;
  overflow: unset !important;
  background-color: #f0f0f0;
  padding: 80px 50px;
}
.product-card.style-five .product-img img {
  transition: var(--transition);
}
.product-card.style-five .product-img .product-promo {
  top: 20px;
  left: 20px;
  border-radius: 50px;
  padding: 4px 21px 6px;
  color: rgba(29, 29, 29, 0.75);
}
.product-card.style-five .product-img .btn {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: calc(100% - 40px);
  visibility: hidden;
  opacity: 0;
}
.product-card.style-five .product-img .card-btns .input-counter {
  display: none;
}
.product-card.style-five .product-img .card-btns .single_add_to_cart_button {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: calc(100% - 40px);
  visibility: hidden;
  background-color: var(--titleColor);
  opacity: 0;
  transition: var(--transition);
  border-radius: 50px;
}
.product-card.style-five .product-img .card-btns .single_add_to_cart_button:hover {
  background-color: var(--secondaryColor);
}
.product-card.style-five .product-img .card-btns .add-to-cart-btn {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 18px;
  visibility: hidden;
  text-align: center;
  background-color: var(--titleColor);
  color: var(--whiteColor);
  opacity: 0;
  transition: var(--transition);
  border-radius: 50px;
}
.product-card.style-five .product-img .card-btns .add-to-cart-btn:hover {
  background-color: var(--secondaryColor);
}
.product-card.style-five .product-img .card-btns .variations {
  position: absolute;
  right: 0 !important;
  bottom: -62px !important;
  left: auto !important;
  background-color: transparent !important;
  margin: 0 !important;
}
.product-card.style-five .product-img .card-btns .variations .label {
  display: none !important;
}
.product-card.style-five .product-img .card-btns .variations tbody tr td {
  border: unset !important;
}
.product-card.style-five .product-img .card-btns .variations tbody tr td .tawcvs-swatches {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  float: right !important;
}
.product-card.style-five .product-img .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper {
  margin-right: 10px !important;
}
.product-card.style-five .product-img .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch {
  height: 15px !important;
  width: 15px !important;
}
.product-card.style-five .product-img .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper:last-child {
  margin-right: 0 !important;
}
.product-card.style-five.style .card-btns .input-counter {
  display: none;
}
.product-card.style-five.style .card-btns .single_add_to_cart_button {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: calc(100% - 40px);
  visibility: hidden;
  background-color: var(--titleColor);
  border: unset;
  opacity: 0;
  color: var(--whiteColor);
  transition: var(--transition);
  border-radius: 50px;
}
.product-card.style-five.style .card-btns .single_add_to_cart_button.wc-variation-selection-needed {
  cursor: no-drop;
}
.product-card.style-five.style .card-btns .single_add_to_cart_button:hover {
  background-color: var(--secondaryColor);
}
.product-card.style-five.style .card-btns .add-to-cart-btn {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 18px;
  visibility: hidden;
  text-align: center;
  background-color: var(--titleColor);
  color: var(--whiteColor);
  opacity: 0;
  transition: var(--transition);
  border-radius: 50px;
}
.product-card.style-five.style .card-btns .add-to-cart-btn:hover {
  background-color: var(--secondaryColor);
}
.product-card.style-five.style .card-btns .variations {
  position: absolute;
  right: 0 !important;
  bottom: -42px !important;
  left: auto !important;
  background-color: transparent !important;
  margin: 0 !important;
}
.product-card.style-five.style .card-btns .variations .label {
  display: none !important;
}
.product-card.style-five.style .card-btns .variations tbody tr td {
  border: unset !important;
  padding: 0 !important;
}
.product-card.style-five.style .card-btns .variations tbody tr td .tawcvs-swatches {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  float: right !important;
  display: flex !important;
}
.product-card.style-five.style .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper {
  margin-right: 10px !important;
}
.product-card.style-five.style .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch {
  height: 16px !important;
  width: 16px !important;
  border-radius: 100%;
  transition: var(--transition);
  position: relative;
  border: 1px solid #eeeeee;
  cursor: pointer;
}
.product-card.style-five.style .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch::before {
  position: absolute;
  content: "";
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  border-radius: 100%;
  border: 1px solid var(--titleColor);
  transition: var(--transition);
  opacity: 0;
}
.product-card.style-five.style .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch span {
  display: none !important;
}
.product-card.style-five.style .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch.selected::before {
  opacity: 1;
}
.product-card.style-five.style .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper:last-child {
  margin-right: 0 !important;
}
.product-card.style-five:hover .product-img .card-btns .single_add_to_cart_button {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}
.product-card.style-five:hover .product-img .card-btns .single_add_to_cart_button.wc-variation-selection-needed {
  opacity: 0.6;
  background-color: var(--titleColor);
}
.product-card.style-five:hover .product-img .card-btns .single_add_to_cart_button.wc-variation-selection-needed::before {
  position: absolute;
  content: "Select color";
  background-color: var(--blackColor);
  color: var(--whiteColor);
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 30px;
  line-height: 1;
  top: -20px;
  transition: var(--transition);
  opacity: 0;
}
.product-card.style-five:hover .product-img .card-btns .single_add_to_cart_button.wc-variation-selection-needed::after {
  position: absolute;
  content: "";
  top: -3px;
  height: 10px;
  width: 10px;
  left: 47%;
  margin: auto;
  background-color: var(--blackColor);
  transform: rotate(45deg);
  transition: var(--transition);
  opacity: 0;
}
.product-card.style-five:hover .product-img .card-btns .single_add_to_cart_button.wc-variation-selection-needed:hover::before {
  opacity: 1;
}
.product-card.style-five:hover .product-img .card-btns .single_add_to_cart_button.wc-variation-selection-needed:hover::after {
  opacity: 1;
}
.product-card.style-five:hover .product-img .card-btns .add-to-cart-btn {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}
.product-card.style-three .product-img {
  margin: 35px 0 45px;
}
.product-card.style-three:hover .product-img img {
  transform: scale(1);
}
.product-card.style-six .product-img {
  padding: 56px 0;
  transition: var(--transition);
}
.product-card.style-six .product-img img {
  display: block;
  margin: 0 auto;
}
.product-card.style-six .product-img .style6 {
  padding-left: 50px;
  padding-right: 50px;
}
.product-card.style-six .product-info .product-brief {
  margin-bottom: 28px;
}
.product-card.style-six:hover .product-img {
  background-color: #F0F0F0;
}
.product-card.style-six .product-info {
  position: relative;
}
.product-card.style-six .product-info .card-btn .input-counter {
  display: none;
}
.product-card.style-six .product-info .card-btn .single_add_to_cart_button {
  position: relative;
  z-index: 1;
  font-weight: 500;
  border-radius: 50px;
  color: var(--titleColor);
  background-color: transparent;
  display: inline-block;
  padding: 10px 30px 14px;
  border: 1px solid rgba(29, 29, 29, 0.15);
  transition: var(--transition);
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.product-card.style-six .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed {
  cursor: no-drop;
  position: relative;
}
.product-card.style-six .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed::before {
  position: absolute;
  content: "Select color";
  background-color: var(--blackColor);
  color: var(--whiteColor);
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 30px;
  line-height: 1;
  top: -20px;
  transition: var(--transition);
  opacity: 0;
}
.product-card.style-six .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed::after {
  position: absolute;
  content: "";
  top: -3px;
  height: 10px;
  width: 10px;
  left: 47%;
  margin: auto;
  background-color: var(--blackColor);
  transform: rotate(45deg);
  transition: var(--transition);
  opacity: 0;
}
.product-card.style-six .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed:hover::before {
  opacity: 1;
}
.product-card.style-six .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed:hover::after {
  opacity: 1;
}
.product-card.style-six .product-info .card-btn .single_add_to_cart_button:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.product-card.style-six .product-info .card-btn .single_add_to_cart_button:hover.wc-variation-selection-needed {
  background-color: transparent;
  color: var(--titleColor);
}
.product-card.style-six .product-info .card-btn .add-to-cart-btn {
  position: relative;
  z-index: 1;
  font-weight: 500;
  border-radius: 50px;
  color: var(--titleColor);
  background-color: transparent;
  display: inline-block;
  padding: 10px 30px 14px;
  border: 1px solid rgba(29, 29, 29, 0.15);
  transition: var(--transition);
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.product-card.style-six .product-info .card-btn .add-to-cart-btn:hover {
  background-color: var(--titleColor);
  color: var(--whiteColor);
}
.product-card.style-six .product-info .card-btn .variations {
  position: absolute;
  right: -15px !important;
  top: -10px !important;
  left: auto !important;
  background-color: transparent !important;
  margin: 0 !important;
}
.product-card.style-six .product-info .card-btn .variations .label {
  display: none !important;
}
.product-card.style-six .product-info .card-btn .variations tbody tr td {
  border: unset !important;
}
.product-card.style-six .product-info .card-btn .variations tbody tr td .tawcvs-swatches {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  float: right !important;
  display: flex !important;
}
.product-card.style-six .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper {
  margin-right: 10px !important;
}
.product-card.style-six .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch {
  height: 16px !important;
  width: 16px !important;
  border-radius: 100%;
  transition: var(--transition);
  position: relative;
  border: 1px solid #eeeeee;
  cursor: pointer;
}
.product-card.style-six .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch::before {
  position: absolute;
  content: "";
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  border-radius: 100%;
  border: 1px solid var(--titleColor);
  transition: var(--transition);
  opacity: 0;
}
.product-card.style-six .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch span {
  display: none !important;
}
.product-card.style-six .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch.selected::before {
  opacity: 1;
}
.product-card.style-six .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper:last-child {
  margin-right: 0 !important;
}
.product-card.style-one {
  z-index: 3;
}
.product-card.style-one .product-img {
  position: relative;
  overflow: unset !important;
  background-color: #f0f0f0;
  padding: 50px;
}
.product-card.style-one .product-img img {
  transition: var(--transition);
}
.product-card.style-one .add-to-cart-btn {
  position: relative;
  z-index: 1;
  font-weight: 500;
  border-radius: 50px;
  color: var(--titleColor);
  background-color: transparent;
  display: inline-block;
  padding: 14px 30px 14px;
  border: 1px solid rgba(29, 29, 29, 0.15);
  transition: var(--transition);
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.product-card.style-one .add-to-cart-btn:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.product-card.style-one .product-info {
  position: relative;
}
.product-card.style-one .product-info .card-btn .input-counter {
  display: none;
}
.product-card.style-one .product-info .card-btn .single_add_to_cart_button {
  position: relative;
  z-index: 1;
  font-weight: 500;
  border-radius: 50px;
  color: var(--titleColor);
  background-color: transparent;
  display: inline-block;
  padding: 10px 30px 14px;
  border: 1px solid rgba(29, 29, 29, 0.15);
  transition: var(--transition);
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.product-card.style-one .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed {
  cursor: no-drop;
  position: relative;
}
.product-card.style-one .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed::before {
  position: absolute;
  content: "Select color";
  background-color: var(--blackColor);
  color: var(--whiteColor);
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 30px;
  line-height: 1;
  top: -20px;
  transition: var(--transition);
  opacity: 0;
}
.product-card.style-one .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed::after {
  position: absolute;
  content: "";
  top: -3px;
  height: 10px;
  width: 10px;
  left: 47%;
  margin: auto;
  background-color: var(--blackColor);
  transform: rotate(45deg);
  transition: var(--transition);
  opacity: 0;
}
.product-card.style-one .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed:hover::before {
  opacity: 1;
}
.product-card.style-one .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed:hover::after {
  opacity: 1;
}
.product-card.style-one .product-info .card-btn .single_add_to_cart_button:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.product-card.style-one .product-info .card-btn .single_add_to_cart_button:hover.wc-variation-selection-needed {
  background-color: transparent;
  color: var(--titleColor);
}
.product-card.style-one .product-info .card-btn .add-to-cart-btn {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 18px;
  visibility: hidden;
  text-align: center;
  background-color: var(--titleColor);
  color: var(--whiteColor);
  opacity: 0;
  transition: var(--transition);
  border-radius: 50px;
}
.product-card.style-one .product-info .card-btn .add-to-cart-btn:hover {
  background-color: var(--secondaryColor);
}
.product-card.style-one .product-info .card-btn .variations {
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  left: auto !important;
  background-color: transparent !important;
  margin: 0 !important;
}
.product-card.style-one .product-info .card-btn .variations .label {
  display: none !important;
}
.product-card.style-one .product-info .card-btn .variations tbody tr td {
  border: unset !important;
}
.product-card.style-one .product-info .card-btn .variations tbody tr td .tawcvs-swatches {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  float: right !important;
  display: flex !important;
}
.product-card.style-one .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper {
  margin-right: 10px !important;
}
.product-card.style-one .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch {
  height: 15px !important;
  width: 15px !important;
  border-radius: 100%;
  transition: var(--transition);
  position: relative;
  border: 1px solid #eeeeee;
  cursor: pointer;
}
.product-card.style-one .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch::before {
  position: absolute;
  content: "";
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  border-radius: 100%;
  border: 1px solid var(--titleColor);
  transition: var(--transition);
  opacity: 0;
}
.product-card.style-one .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch span {
  display: none !important;
}
.product-card.style-one .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch.selected::before {
  opacity: 1;
}
.product-card.style-one .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper:last-child {
  margin-right: 0 !important;
}
.product-card.style-three {
  position: relative;
}
.product-card.style-three .card-btn .input-counter {
  display: none;
}
.product-card.style-three .card-btn .single_add_to_cart_button {
  position: relative;
  z-index: 1;
  font-weight: 500;
  border-radius: 50px;
  color: var(--titleColor);
  background-color: transparent;
  display: inline-block;
  padding: 10px 30px 14px;
  border: 1px solid rgba(29, 29, 29, 0.15);
  transition: var(--transition);
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.product-card.style-three .card-btn .single_add_to_cart_button.wc-variation-selection-needed {
  cursor: no-drop;
  position: relative;
}
.product-card.style-three .card-btn .single_add_to_cart_button.wc-variation-selection-needed::before {
  position: absolute;
  content: "Select color";
  background-color: var(--blackColor);
  color: var(--whiteColor);
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 30px;
  line-height: 1;
  top: -20px;
  transition: var(--transition);
  opacity: 0;
}
.product-card.style-three .card-btn .single_add_to_cart_button.wc-variation-selection-needed::after {
  position: absolute;
  content: "";
  top: -3px;
  height: 10px;
  width: 10px;
  left: 47%;
  margin: auto;
  background-color: var(--blackColor);
  transform: rotate(45deg);
  transition: var(--transition);
  opacity: 0;
}
.product-card.style-three .card-btn .single_add_to_cart_button.wc-variation-selection-needed:hover::before {
  opacity: 1;
}
.product-card.style-three .card-btn .single_add_to_cart_button.wc-variation-selection-needed:hover::after {
  opacity: 1;
}
.product-card.style-three .card-btn .single_add_to_cart_button:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.product-card.style-three .card-btn .single_add_to_cart_button:hover.wc-variation-selection-needed {
  background-color: transparent;
  color: var(--titleColor);
}
.product-card.style-three .card-btn .add-to-cart-btn {
  position: relative;
  z-index: 1;
  font-weight: 500;
  border-radius: 50px;
  color: var(--titleColor);
  background-color: transparent;
  display: inline-block;
  padding: 10px 30px 14px;
  border: 1px solid rgba(29, 29, 29, 0.15);
  transition: var(--transition);
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.product-card.style-three .card-btn .add-to-cart-btn:hover {
  background-color: var(--titleColor);
  color: var(--whiteColor);
}
.product-card.style-three .card-btn .variations {
  position: absolute;
  right: -15px !important;
  top: 0 !important;
  left: auto !important;
  background-color: transparent !important;
  margin: 0 !important;
}
.product-card.style-three .card-btn .variations .label {
  display: none !important;
}
.product-card.style-three .card-btn .variations tbody tr td {
  border: unset !important;
}
.product-card.style-three .card-btn .variations tbody tr td .tawcvs-swatches {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  float: right !important;
  display: flex !important;
}
.product-card.style-three .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper {
  margin-right: 10px !important;
}
.product-card.style-three .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch {
  height: 16px !important;
  width: 16px !important;
  border-radius: 100%;
  transition: var(--transition);
  position: relative;
  border: 1px solid #eeeeee;
  cursor: pointer;
}
.product-card.style-three .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch::before {
  position: absolute;
  content: "";
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  border-radius: 100%;
  border: 1px solid var(--titleColor);
  transition: var(--transition);
  opacity: 0;
}
.product-card.style-three .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch span {
  display: none !important;
}
.product-card.style-three .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch.selected::before {
  opacity: 1;
}
.product-card.style-three .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper:last-child {
  margin-right: 0 !important;
}
.product-card:hover .product-img img {
  transform: scale(1.02);
}
.product-card.feature .product-img {
  max-width: 430px;
  margin: 35px auto 60px;
}

.product-slider-one .product-card,
.product-slider-four .product-card {
  padding-bottom: 2px;
}

.product-slider-two .product-navigation .slider-prev,
.product-slider-two .product-navigation .slider-next,
.product-slider-three .product-navigation .slider-prev,
.product-slider-three .product-navigation .slider-next {
  position: absolute;
  top: 49.5%;
  transform: translateY(-50%);
  z-index: 1;
}
.product-slider-two .product-navigation .slider-prev,
.product-slider-three .product-navigation .slider-prev {
  left: 30px;
}
.product-slider-two .product-navigation .slider-next,
.product-slider-three .product-navigation .slider-next {
  right: 30px;
}

.product-slider-four,
.product-slider-five {
  padding-bottom: 75px !important;
}
.product-slider-four .swiper-scrollbar,
.product-slider-five .swiper-scrollbar {
  cursor: pointer;
}
.product-slider-four .swiper-scrollbar .swiper-scrollbar-drag,
.product-slider-five .swiper-scrollbar .swiper-scrollbar-drag {
  height: 2px;
  top: -0.5px;
  background-color: var(--titleColor);
}
.product-slider-four .swiper-scrollbar,
.product-slider-five .swiper-scrollbar {
  height: 1px !important;
}

.product-slider-five .swiper-slide.swiper-slide-next .product-card .product-img {
  background-color: #f0f0f0;
}

.color-picker label {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
}
.color-picker label span {
  display: block;
  width: 18.5px;
  height: 18.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
}
.color-picker label span.clr_one {
  background: #769CAC;
}
.color-picker label span.clr_two {
  background: var(--whiteColor);
}
.color-picker label span.clr_three {
  background: #FBA5BE;
}
.color-picker label span.clr_four {
  background: #BD9B73;
}
.color-picker label span.clr_five {
  background: #47946A;
}
.color-picker label span.clr_six {
  background: #B1A5FB;
}
.color-picker label span.clr_seven {
  background: #060708;
}
.color-picker label span.clr_eight {
  background: #7585BD;
}
.color-picker label span.clr_nine {
  background: #A5DCFB;
}
.color-picker label span.clr_ten {
  background: #D3AB00;
}
.color-picker label span.clr_eleven {
  background: #AFADAA;
}
.color-picker label span.clr_twelve {
  background: #A5AA84;
}
.color-picker label span.clr_thirteen {
  background: #E0A8A8;
}
.color-picker label span.clr_fourteen {
  background: #73BD9F;
}
.color-picker label span.clr_sixteen {
  background: #BB7FDF;
}
.color-picker label span.clr_seventeen {
  background: #DADADA;
}
.color-picker label span.clr_eighteen {
  background: #7B67F4;
}
.color-picker label span.clr_nineteen {
  background: #1d1d1d;
}
.color-picker label span.clr_twenty {
  background: #CCCCCC;
}
.color-picker label span.clr_21 {
  background: #ECFF6C;
}
.color-picker label span.clr_22 {
  background: #874FFF;
}
.color-picker label span.clr_23 {
  background: #0A5346;
}
.color-picker label span.clr_24 {
  background: #FFA826;
}
.color-picker label span.clr_25 {
  background: #2656FF;
}
.color-picker label span.clr_26 {
  background: #26FFFF;
}
.color-picker label span.clr_27 {
  background: #26FF7D;
}
.color-picker label span.clr_28 {
  background: #4D63DB;
}
.color-picker input[type=radio] {
  display: none;
}
.color-picker input[type=radio]:checked + label {
  border: 1px solid #8C8C8C;
}

.filter-cat {
  background-color: #F0F0F0;
  height: 48px;
  padding: 10px 20px;
  background-image: url(../img/down-arrow-3.svg);
}

.products-details-image {
  position: relative;
}
.products-details-image .flex-control-nav {
  position: absolute;
  left: -30px;
  top: 60px;
}
.products-details-image .flex-control-nav li {
  display: block !important;
  float: unset !important;
  width: 100% !important;
  margin-bottom: 15px !important;
  height: 90px !important;
  width: 120px !important;
  background-color: #f0f0f0;
  border: 1px solid rgba(29, 29, 29, 0.15) !important;
  transition: var(--transition);
  border-radius: 5px !important;
  overflow: hidden;
}
.products-details-image .flex-control-nav li img {
  height: 90px !important;
  width: 120px !important;
  display: inline-block !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  opacity: 1 !important;
  border-radius: 5px !important;
  overflow: hidden;
  transition: var(--transition);
  padding: 10px;
  position: relative;
  top: -10px;
}
.products-details-image .flex-control-nav li:hover img {
  transform: scale(0.8);
}
.products-details-image .flex-viewport {
  margin-left: 50px !important;
  background-color: #f0f0f0 !important;
  position: relative;
}
.products-details-image .flex-viewport::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #f0f0f0 !important;
}
.products-details-image .woocommerce-product-gallery__image a {
  padding: 100px 80px !important;
}
.products-details-image .woocommerce-product-gallery__trigger {
  display: none !important;
}
.products-details-image .zoomImg {
  height: 160% !important;
  width: 160% !important;
  background-color: #f0f0f0 !important;
}
.products-details-image .woocommerce-product-gallery {
  width: 100% !important;
  background-color: #f0f0f0;
}
.products-details-image .image {
  background-color: #f0f0f0;
  padding: 80px;
}

/*-------------------------------
        Testimonial CSS
-------------------------------*/
.testimonial-area:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(233, 235, 224) 0%, rgba(233, 235, 224, 0) 96%);
  z-index: -1;
}

.testimonial-card.style-one .ratings-wrap .rating li {
  display: inline-block;
  margin-right: -4px;
}
.testimonial-card.style-one .ratings-wrap .rating li i {
  font-size: 22px;
  color: var(--titleColor);
}
.testimonial-card.style-one .client-quote {
  font-size: 28px;
  line-height: 40px;
  margin: 52px 0 54px;
}
.testimonial-card.style-one h6 {
  font-size: 24px;
  font-weight: 500;
  padding-left: 55px;
}
.testimonial-card.style-one h6:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background-color: var(--titleColor);
}
.testimonial-card.style-two .quote-box {
  margin-top: 45px;
  padding: 30px;
  background-color: var(--whiteColor);
}
.testimonial-card.style-two .quote-box .rating li {
  display: inline-block;
  margin-right: -4px;
}
.testimonial-card.style-two .quote-box .rating li i {
  font-size: 22px;
  color: var(--titleColor);
}
.testimonial-card.style-two .quote-box .client-quote {
  font-size: 28px;
  line-height: 40px;
  margin: 14px 0 50px;
  font-style: italic;
}
.testimonial-card.style-two .quote-box h6 {
  font-size: 24px;
  font-weight: 500;
  padding-left: 55px;
}
.testimonial-card.style-two .quote-box h6:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background-color: var(--titleColor);
}

.testimonial-wrap.style-one .testimonial-navigation .testimonial-prev,
.testimonial-wrap.style-one .testimonial-navigation .testimonial-next {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  z-index: 1;
}
.testimonial-wrap.style-one .testimonial-navigation .testimonial-prev {
  left: 13px;
}
.testimonial-wrap.style-one .testimonial-navigation .testimonial-next {
  right: 13px;
}
.testimonial-wrap .testimonial-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  z-index: 1;
}
.testimonial-wrap .testimonial-pagination .swiper-pagination-bullet {
  font-size: 16px;
  font-weight: 600;
  background: none;
  opacity: 1;
  display: inline-block;
  position: relative;
  padding-left: 9px;
  padding-right: 6px;
  margin-right: 5px;
  width: auto;
  height: auto;
}
.testimonial-wrap .testimonial-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.testimonial-wrap .testimonial-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "0";
  font-size: 16px;
  font-weight: 600;
  color: var(--paraColor);
}
.testimonial-wrap .testimonial-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
  font-size: 16px;
  font-weight: 600;
  color: var(--paraColor);
}
.testimonial-wrap .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--titleColor);
}
.testimonial-wrap .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  color: var(--titleColor);
}
.testimonial-wrap.style-two .testimonial-img {
  border-radius: 400px 400px 0 0;
}
.testimonial-wrap.style-two .testimonial-img img {
  border-radius: 400px 400px 0 0;
}
.testimonial-wrap.style-two .testimonial-slider-wrap {
  position: relative;
  z-index: 2;
}
.testimonial-wrap.style-two .testimonial-navigation {
  position: relative;
  bottom: 0;
  top: auto;
  margin-top: 40px;
  transform: translateY(0);
}
.testimonial-wrap.style-two .testimonial-navigation .testimonial-prev img,
.testimonial-wrap.style-two .testimonial-navigation .testimonial-next img {
  max-width: 26px;
}
.testimonial-wrap.style-two .testimonial-navigation .testimonial-prev {
  left: auto;
  margin-right: 14px;
}
.testimonial-wrap.style-two .testimonial-navigation .testimonial-next {
  right: auto;
  margin-left: 14px;
}

.testimonial-slider-wrap {
  width: calc(100% + 60px);
}

/*-------------------------------
        Blog CSS
-------------------------------*/
.blog-card .blog-info h3 {
  margin: 12px 0 10px;
  font-size: 22px;
  line-height: 32px;
}
.blog-card.style-one .blog-img {
  margin-bottom: 20px;
}
.blog-card:hover .blog-img img {
  transform: scale(1.05);
}
.blog-card.main .blog-img {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.blog-card.main .blog-info {
  padding: 30px;
  border: 1px solid rgba(29, 29, 29, 0.15);
  border-radius: 0 0 5px 5px;
}
.blog-card.main .blog-info h3 {
  font-size: 22px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-card.main .blog-info p {
  margin-bottom: 0;
}
.blog-card.sticky .blog-info {
  background-color: #e4f4f3;
}

.blog-metainfo li {
  display: inline-block;
  padding-right: 15px;
  margin-right: 8px;
}
.blog-metainfo li:after {
  position: absolute;
  top: 12px;
  right: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--paraColor);
}
.blog-metainfo li a {
  color: rgba(29, 29, 29, 0.75);
  text-transform: capitalize;
}
.blog-metainfo li a:hover {
  color: var(--titleColor);
}
.blog-metainfo li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-metainfo li:last-child:after {
  display: none;
}

/*-------------------------------
        Subscribe CSS
-------------------------------*/
.subscribe-wrap {
  background-image: url(../img/subscribe-bg.webp);
  padding: 120px 0 140px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 60px;
}
.subscribe-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/overlay-shape.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.subscribe-wrap .subscribe-content h2 {
  font-size: 70px;
  line-height: 84px;
}
.subscribe-wrap .subscribe-content form input {
  height: 70px;
  padding: 14px 230px 14px 38px;
  border-radius: 50px;
  color: rgba(29, 29, 29, 0.75);
}
.subscribe-wrap .subscribe-content form input::-moz-placeholder {
  color: rgba(29, 29, 29, 0.75);
  opacity: 1;
}
.subscribe-wrap .subscribe-content form input::placeholder {
  color: rgba(29, 29, 29, 0.75);
  opacity: 1;
}
.subscribe-wrap .subscribe-content form button {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 53px;
}
.subscribe-wrap .subscribe-content form .mchimp-errmessage {
  color: var(--secondaryColor);
}

/*-------------------------------
        Contact Page CSS
-------------------------------*/
.contact-box.style-one {
  background-color: #F5F5F5;
  padding: 30px;
  border-radius: 5px;
}
.contact-box .contact-form .form-group textarea {
  height: 105px;
}

.contact-item-wrap .contact-item {
  border-bottom: 1px solid rgba(29, 29, 29, 0.15);
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.contact-item-wrap .contact-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.contact-item-wrap .contact-item h2 {
  padding-left: 60px;
  margin-bottom: 18px;
  position: relative;
  font-size: 24px;
  line-height: 36px;
}
.contact-item-wrap .contact-item h2 span {
  position: absolute;
  top: -6px;
  left: 0;
  width: 47px;
  height: 47px;
  border: 1px solid var(--titleColor);
}
.contact-item-wrap .contact-item h2 span i {
  font-size: 22px;
}
.contact-item-wrap .contact-item ul li {
  display: inline-block;
  padding-right: 25px;
  margin-right: 15px;
  color: #4D4D4D;
}
.contact-item-wrap .contact-item ul li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
  font-size: 16px;
  color: #D9D9D9;
}
.contact-item-wrap .contact-item ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.contact-item-wrap .contact-item ul li:last-child:after {
  display: none;
}
.contact-item-wrap .contact-item ul li a:hover {
  color: var(--secondaryColor);
}
.contact-item-wrap .contact-item p {
  color: #4D4D4D;
}

.comp-map {
  height: 627px;
  width: 100%;
}
.comp-map iframe {
  width: 100%;
  height: 100%;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar {
  border: 1px solid rgba(29, 29, 29, 0.15);
  padding: 25px;
  border-radius: 5px;
}
.sidebar .sidebar-widget {
  margin: 0 0 45px;
}
.sidebar .sidebar-widget .sidebar-widget-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 18px;
}
.sidebar .sidebar-widget:last-child {
  margin: 0;
}
.sidebar .sidebar-widget .color-picker label {
  margin-right: -4px;
}
.sidebar .sidebar-widget.widget_categories {
  margin-bottom: 30px;
}
.sidebar .sidebar-widget.widget_categories li {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.15);
  border-radius: 0;
}
.sidebar .sidebar-widget.widget_categories li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .sidebar-widget.widget_categories li a {
  color: var(--paraColor);
  display: block;
  transition: var(transition);
}
.sidebar .sidebar-widget.widget_categories li a:hover {
  color: var(--titleColor);
}
.sidebar .sidebar-widget.widget_categories li span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -2px;
}
.sidebar .sidebar-widget.widget_tag_cloud {
  margin-top: -12px;
}
.sidebar .sidebar-widget.widget_tag_cloud a {
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  margin: 12px 8px 0px 0px;
  padding: 7px 20px 8px;
  color: rgba(29, 29, 29, 0.75);
  background-color: #F0F0F0;
  border-radius: 4px;
  transition: var(transition);
}
.sidebar .sidebar-widget.widget_tag_cloud a:hover {
  background-color: var(--titleColor);
  color: var(--whiteColor);
  border-color: transparent;
}
.sidebar .widget .wp-block-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar.style-two {
  border: none;
}
.sidebar.style-two .sidebar-widget {
  border-radius: 5px;
  padding: 25px;
  border: 1px solid rgba(29, 29, 29, 0.15);
  margin-bottom: 60px;
}
.sidebar.style-two .sidebar-widget.last-child {
  margin-bottom: 0;
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box-widget {
  position: relative;
}
.search-box-widget input {
  width: 100%;
  height: 48px;
  background: #F0F0F0;
  padding: 12px 45px 12px 25px;
  border-radius: 50px;
}
.search-box-widget input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.search-box-widget input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.search-box-widget input:focus {
  border-color: var(--titleColor);
}
.search-box-widget button {
  top: 10px;
  right: 20px;
}
.search-box-widget button i {
  font-size: 20px;
  line-height: 0.8;
  color: var(--paraColor);
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.15);
}
.category-box li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.category-box li a {
  color: var(--paraColor);
  display: block;
  transition: var(transition);
}
.category-box li a span {
  float: right;
  text-align: right;
}
.category-box li a:hover {
  color: var(--titleColor);
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  margin: 0 0 25px;
}
.pp-post-item:last-child {
  margin: 0;
}
.pp-post-item .pp-post-img {
  width: 110px;
}
.pp-post-item .pp-post-info {
  width: calc(100% - 130px);
  margin-left: 20px;
  position: relative;
}
.pp-post-item .pp-post-info h6 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px;
}
.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 .pp-post-info span {
  font-weight: 400;
  line-height: 1;
  display: block;
  color: rgba(29, 29, 29, 0.75);
  margin-bottom: 14px;
}
.pp-post-item.style-two .pp-post-info span {
  color: #4d4d4d;
  font-weight: 500;
}

/*-------------------------------
     Price Range Widget CSS
-------------------------------*/
.wrapper {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
}

.price-input div {
  position: relative;
}
.price-input div:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "$";
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.price-input div input {
  width: 45px;
}
.price-input div:first-child input {
  padding-left: 10px;
}
.price-input div:last-child input {
  text-align: right;
}
.price-input input {
  border: none;
  color: var(--titleColor);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 0 0;
  width: 50%;
}

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

.price-slider {
  height: 4px;
  position: relative;
  background: rgba(29, 29, 29, 0.21);
  border-radius: 5px;
}
.price-slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 4px;
  background: var(--titleColor);
}

.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  padding: 0;
  background: none;
  pointer-events: none;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: var(--titleColor);
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border: none;
  border-radius: 50%;
  background: var(--titleColor);
  pointer-events: auto;
  -moz-appearance: none;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list {
  margin-top: -12px;
}
.tag-list li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}
.tag-list li a {
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  padding: 7px 20px 8px;
  color: rgba(29, 29, 29, 0.75);
  background-color: #F0F0F0;
  border-radius: 4px;
  transition: var(transition);
}
.tag-list li a:hover {
  background-color: var(--titleColor);
  color: var(--whiteColor);
  border-color: transparent;
}

/*-------------------------------
    Brand List Checkbox CSS
--------------------------------*/
.brand-type {
  margin-bottom: -10px;
}
.brand-type li {
  display: inline-block;
  margin: 0 15px 10px 0;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
.blog-desc p,
.terms-wrap p {
  margin-bottom: 20px;
}
.blog-desc p strong, .blog-desc p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--titleColor);
}
.blog-desc p a,
.terms-wrap p a {
  color: var(--paraColor);
  font-weight: 600;
}
.blog-desc p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
  color: var(--titleColor);
}
.blog-desc h1, .blog-desc h2, .blog-desc h3, .blog-desc h4, .blog-desc h5, .blog-desc h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 17px;
}
.blog-desc h1,
.terms-wrap h1 {
  font-size: 36px;
}
.blog-desc h2,
.terms-wrap h2 {
  font-size: 32px;
}
.blog-desc h3,
.terms-wrap h3 {
  font-size: 28px;
}
.blog-desc h4,
.terms-wrap h4 {
  font-size: 24px;
}
.blog-desc h5,
.terms-wrap h5 {
  font-size: 20px;
}
.blog-desc h6,
.terms-wrap h6 {
  font-size: 18px;
}
.blog-desc p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}
.blog-desc ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-desc ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: var(--paraColor);
  padding-left: 3px;
}
.blog-desc .single-img,
.terms-wrap .single-img {
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.blog-desc .blog-metainfo,
.terms-wrap .blog-metainfo {
  margin-bottom: 20px;
}
.blog-desc .single-para,
.terms-wrap .single-para {
  margin-bottom: 40px;
}
.blog-desc .single-para:last-child,
.terms-wrap .single-para:last-child {
  margin-bottom: 0;
}
.blog-desc .feature-list li,
.terms-wrap .feature-list li {
  margin-bottom: 10px;
  padding-left: 15px;
}
.blog-desc .feature-list li:last-child,
.terms-wrap .feature-list li:last-child {
  margin-bottom: 0;
}
.blog-desc .feature-list li:before,
.terms-wrap .feature-list li:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--titleColor);
}

.wp-block-quote {
  padding: 30px;
  background-color: #F5F5F5;
  margin: 0 0 30px;
  border-radius: 5px;
}
.wp-block-quote p {
  margin-bottom: 20px;
  color: var(--titleColor);
}
.wp-block-quote cite {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  padding-left: 55px;
  color: var(--titleColor);
  position: relative;
}
.wp-block-quote cite:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background-color: var(--titleColor);
}

.post-meta-option {
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
}
.post-meta-option .post-tag {
  padding-left: 0;
  margin-bottom: 0;
}
.post-meta-option .post-tag li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}
.post-meta-option .post-tag li a {
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  padding: 7px 20px 8px;
  color: rgba(29, 29, 29, 0.75);
  background-color: #F0F0F0;
  border-radius: 4px;
  transition: var(transition);
}
.post-meta-option .post-tag li a:hover {
  background-color: var(--titleColor);
  color: var(--whiteColor);
}
.post-meta-option .social-profile a {
  margin-left: 5px;
  color: var(--paraColor);
}
.post-meta-option .social-profile a:hover {
  color: var(--secondaryColor);
}

.post-tag span,
.post-share span {
  color: rgba(29, 29, 29, 0.75);
  font-weight: 500;
  line-height: 28px;
  margin-right: 5px;
}

.post-share ul li {
  margin-right: 5px;
}
.post-share ul li:last-child {
  margin-right: 0;
}
.post-share ul li a i {
  color: var(--paraColor);
}
.post-share ul li a:hover i {
  color: var(--titleColor);
}

.comment-item-wrap .comment-item {
  background-color: #F5F5F5;
  margin-bottom: 15px;
  border-radius: 5px;
}
.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 185px;
  height: 185px;
  padding: 15px 0 15px 15px;
  border-radius: 5px;
}
.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 5px;
}
.comment-item-wrap .comment-item .comment-author-info {
  width: calc(100% - 210px);
  margin-left: 25px;
  padding: 15px 25px 15px 0;
}
.comment-item-wrap .comment-item .comment-author-info .comment-author-name h5 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 4px;
}
.comment-item-wrap .comment-item .comment-author-info .comment-author-name .comment-date {
  display: block;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.75);
}
.comment-item-wrap .comment-item .comment-text {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(29, 29, 29, 0.1);
  font-weight: 500;
}
.comment-item-wrap .comment-item .rating li {
  margin-right: -5px;
}
.comment-item-wrap .comment-item .rating li i {
  font-size: 18px;
  color: var(--secondaryColor);
}
.comment-item-wrap .reply-btn {
  background-color: var(--whiteColor);
  color: rgba(29, 29, 29, 0.75);
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 16px 8px;
  border-radius: 4px;
}
.comment-item-wrap .reply-btn:hover {
  color: var(--whiteColor);
  border-color: transparent;
  background-color: var(--titleColor);
}

.login-form .form-group,
.checkout-form .form-group,
.contact-form .form-group,
.comment-form .form-group {
  margin-bottom: 25px;
}
.login-form .form-group label,
.checkout-form .form-group label,
.contact-form .form-group label,
.comment-form .form-group label {
  display: inline-block;
  margin-bottom: 10px;
  color: #0D0D17;
  font-weight: 500;
}
.login-form .form-group input, .login-form .form-group select, .login-form .form-group textarea,
.checkout-form .form-group input,
.checkout-form .form-group select,
.checkout-form .form-group textarea,
.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea,
.comment-form .form-group input,
.comment-form .form-group select,
.comment-form .form-group textarea {
  width: 100%;
  font-size: 14px;
  border: 1px solid rgba(29, 29, 29, 0.15);
  background-color: transparent;
  color: var(--paraColor);
  padding: 11px 20px 12px;
}
.login-form .form-group input::-moz-placeholder, .login-form .form-group select::-moz-placeholder, .login-form .form-group textarea::-moz-placeholder, .checkout-form .form-group input::-moz-placeholder, .checkout-form .form-group select::-moz-placeholder, .checkout-form .form-group textarea::-moz-placeholder, .contact-form .form-group input::-moz-placeholder, .contact-form .form-group select::-moz-placeholder, .contact-form .form-group textarea::-moz-placeholder, .comment-form .form-group input::-moz-placeholder, .comment-form .form-group select::-moz-placeholder, .comment-form .form-group textarea::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.login-form .form-group input::placeholder, .login-form .form-group select::placeholder, .login-form .form-group textarea::placeholder,
.checkout-form .form-group input::placeholder,
.checkout-form .form-group select::placeholder,
.checkout-form .form-group textarea::placeholder,
.contact-form .form-group input::placeholder,
.contact-form .form-group select::placeholder,
.contact-form .form-group textarea::placeholder,
.comment-form .form-group input::placeholder,
.comment-form .form-group select::placeholder,
.comment-form .form-group textarea::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.login-form .form-group select,
.checkout-form .form-group select,
.contact-form .form-group select,
.comment-form .form-group select {
  background-image: url(../img/down-arrow-2.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) 50%;
}
.login-form .form-group textarea,
.checkout-form .form-group textarea,
.contact-form .form-group textarea,
.comment-form .form-group textarea {
  height: 185px;
  resize: none;
  padding-top: 10px;
}
.login-form .rating li i,
.checkout-form .rating li i,
.contact-form .rating li i,
.comment-form .rating li i {
  font-size: 20px;
}
.login-form .form-check-input,
.checkout-form .form-check-input,
.contact-form .form-check-input,
.comment-form .form-check-input {
  border: unset;
  position: relative;
  padding-left: 30px;
  background-color: transparent;
}
.login-form .form-check-input label,
.checkout-form .form-check-input label,
.contact-form .form-check-input label,
.comment-form .form-check-input label {
  display: inline-block;
}
.login-form .form-check-input input,
.checkout-form .form-check-input input,
.contact-form .form-check-input input,
.comment-form .form-check-input input {
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
}

.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;
  color: var(--paraColor);
  padding-left: 29px;
  font-size: 14px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid #C8C5C5;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3.5px;
  border-radius: 3px;
}
.checkbox label a {
  color: var(--titleColor);
  font-weight: 500;
}

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

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

/*------------------------------
        Cart CSS
-------------------------------*/
.cart-table table {
  margin: 0;
}
.cart-table table thead {
  border: 1px solid rgba(29, 29, 29, 0.15);
}
.cart-table table thead tr {
  border: none;
}
.cart-table table thead tr th {
  padding: 11px 30px;
  font-weight: 500;
  border: none;
  background-color: transparent;
}
.cart-table table thead tr th:last-child {
  text-align: right;
  padding-right: 30px;
}
.cart-table table tbody {
  border-top-color: transparent !important;
}
.cart-table table tbody tr {
  vertical-align: middle;
  border-bottom: 1px solid rgba(29, 29, 29, 0.15);
}
.cart-table table tbody tr td {
  padding: 30px 30px;
  border-bottom: none;
  background-color: transparent;
  color: var(--titleColor);
  font-weight: 500;
}
.cart-table table tbody tr td:first-child {
  text-align: left;
  padding-left: 0;
}
.cart-table table tbody tr td:last-child {
  text-align: right;
  padding-right: 30px;
}
.cart-table table tbody tr td .product-item img {
  max-width: 65px;
  display: block;
}
.cart-table table tbody tr td .product-item .cart-item {
  font-weight: 600;
  margin-left: 10px;
}
.cart-table table tbody tr td .product-item .cart-item:hover {
  color: var(--secondaryColor);
}
.cart-table table tbody tr td p {
  margin: 0;
}
.cart-table table tbody tr td button {
  background: transparent;
  display: block;
  padding: 0;
  border: none;
  font-size: 20px;
}
.cart-table table tbody tr td button img {
  filter: brightness(0) invert(0);
}
.cart-table table tbody tr td button:hover img {
  filter: brightness(1) invert(0);
}

.coupon-code {
  position: relative;
}
.coupon-code input {
  width: 312px;
  margin-right: 20px;
  height: 54px;
  background: #F0F0F0;
  border-radius: 50px;
  padding: 10px 20px 10px 28px;
  color: var(--paraColor);
}
.coupon-code input::-moz-placeholder {
  color: var(--titleColor);
  opacity: 1;
}
.coupon-code input::placeholder {
  color: var(--titleColor);
  opacity: 1;
}

.cart-total .cart-total-wrap {
  margin-bottom: 20px;
}
.cart-total .cart-total-wrap .cart-total-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid rgba(29, 29, 29, 0.15);
}
.cart-total .cart-total-wrap .cart-total-item p, .cart-total .cart-total-wrap .cart-total-item b {
  color: #555;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.cart-total .cart-total-wrap .cart-total-item span {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.cart-total .cart-total-wrap .cart-total-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cart-total .cart-total-wrap .cart-total-item:last-child p, .cart-total .cart-total-wrap .cart-total-item:last-child span {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.24px;
}
.cart-total.style-two h2 {
  color: #0D0D17;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  letter-spacing: -1.2px;
}
.cart-total.style-two .cart-total-wrap h6 {
  margin: 0;
  color: #0D0D17;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.18px;
}
.cart-total.style-two .cart-total-wrap .cart-total-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cart-total.style-two .cart-total-wrap .cart-total-item h6:first-child {
  width: 90px;
}

.v-counter {
  border: 1px solid rgba(29, 29, 29, 0.15);
  border-radius: 50px;
  width: 133px;
  height: 54px;
  position: relative;
}
.v-counter input {
  border: none;
  height: 54px;
  font-weight: 600;
  padding: 12px 20px 15px;
  color: var(--titleColor);
}
.v-counter input.count {
  padding-left: 60px;
}
.v-counter .minusBtn,
.v-counter .plusBtn {
  position: absolute;
  top: -2px;
  z-index: 1;
  width: 40px;
  height: 54px;
  padding: 0;
  font-size: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.v-counter .minusBtn i,
.v-counter .plusBtn i {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0.8;
}
.v-counter .minusBtn {
  left: 12px;
}
.v-counter .minusBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f1af";
  font-family: remixicon !important;
  font-size: 21px;
  transform: translate(-50%, -50%);
}
.v-counter .plusBtn {
  right: 12px;
}
.v-counter .plusBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\ea13";
  font-family: remixicon !important;
  font-size: 21px;
  transform: translate(-50%, -50%);
}

/*-------------------------------
         Checkout CSS
-------------------------------*/
.checkout-details .checkout-box-title {
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--mainColor);
}
.checkout-details .select-payment-method {
  width: 100%;
}
.checkout-details .form-group input {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 40px 10px 15px;
  border: 1px solid var(--ashColor);
}
.checkout-details .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  color: var(--whiteColor);
  font-size: 16px;
  padding: 0 25px;
}

.select-payment-method {
  display: flex;
  flex-wrap: wrap;
  width: 140px;
  margin: 15px 0 0;
}
.select-payment-method div {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}
.select-payment-method div label {
  padding-left: 23px !important;
  font-weight: 600;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
}
.select-payment-method div p {
  margin: 0 0 0 28px;
}

.select-payment-method [type=radio]:checked,
.select-payment-method [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.select-payment-method [type=radio]:not(:checked) + label::before,
.select-payment-method [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
}

.select-payment-method [type=radio]:not(:checked) + label::before,
.select-payment-method [type=radio]:checked + label::before {
  border: 1px solid var(--titleColor);
}

.select-payment-method [type=radio]:checked + label::after,
.select-payment-method [type=radio]:not(:checked) + label::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--titleColor);
  top: 10px;
  left: 3px;
  transition: all 0.2s ease;
}

.select-payment-method [type=radio]:not(:checked) + label::after {
  background: transparent;
}

.select-payment-method [type=radio]:checked + label::after {
  background: var(--titleColor);
}

/*---------------------------------------
    Shop Details CSS
--------------------------------------*/
.single-product-wrapper .single-product-slider {
  margin: 0 0 0 auto;
  width: calc(100% - 45px);
}
.single-product-wrapper .single-product-slider .product-slide-item {
  padding: 130px 40px 130px 110px;
  background-color: #F0F0F0;
}
.single-product-wrapper .single-product-slider .product-slide-item img {
  display: block;
  margin: 0 auto;
}
.single-product-wrapper .product-thumb-slider {
  max-height: 398px;
  width: 120px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-bottom: 2px;
}
.single-product-wrapper .product-thumb-slider .swiper-slide {
  background-color: #F0F0F0;
  border: 1px solid rgba(29, 29, 29, 0.15);
  border-radius: 5px;
  padding: 15px;
  cursor: pointer;
}

.single-product-desc .ratings {
  margin-left: 15px;
}
.single-product-desc .ratings .rating {
  margin-right: 10px;
  position: relative;
  top: 7px;
}
.single-product-desc .ratings .rating li {
  margin-right: -4px;
}
.single-product-desc .ratings .rating li i {
  font-size: 20px;
}
.single-product-desc h1 {
  font-size: 40px;
  line-height: 52px;
  margin: 6px 0 15px;
}
.single-product-desc .product-metainfo-wrap {
  margin-bottom: 20px;
}
.single-product-desc .product-metainfo-wrap .product-metainfo {
  padding: 6px 20px;
  margin-bottom: 15px;
  border: 1px solid rgba(29, 29, 29, 0.1);
  border-radius: 50px;
}
.single-product-desc .product-metainfo-wrap .product-metainfo:last-child {
  margin-bottom: 0;
}
.single-product-desc .product-metainfo-wrap .product-metainfo .color-picker {
  position: relative;
  top: 4px;
}
.single-product-desc .product-metainfo-wrap .product-metainfo .color-picker label {
  width: 24px;
  height: 24px;
}
.single-product-desc .product-metainfo-wrap .product-metainfo .color-picker label span {
  width: 15px;
  height: 15px;
}
.single-product-desc .product-metainfo-wrap .btn-wrap {
  margin-top: 28px;
}
.single-product-desc .product-metainfo-wrap .btn-wrap .v-counter {
  margin-right: 15px;
}

.single-product-tablist {
  border: 1px solid rgba(29, 29, 29, 0.15);
  border-radius: 50px;
  padding: 9px 20px;
}
.single-product-tablist .nav-item {
  border: none;
  margin: 0 20px;
}
.single-product-tablist .nav-item .nav-link {
  border: none;
  color: #808080;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  background-color: transparent;
  padding: 0;
}
.single-product-tablist .nav-item .nav-link.active {
  color: var(--titleColor);
}

/*---------------------------------------
        Sign In CSS
----------------------------------------*/
.login-form-wrap {
  padding: 35px 45px 50px;
  border: 1px solid rgba(29, 29, 29, 0.1);
}
.login-form-wrap .social-login {
  margin: 30px 0 0;
}
.login-form-wrap .social-login span {
  margin-right: 20px;
}
.login-form-wrap .social-login ul li {
  display: inline-block;
  margin-right: 15px;
}
.login-form-wrap .social-login ul li:last-child {
  margin-right: 0;
}

.error-wrap {
  border-top: 1px solid rgba(29, 29, 29, 0.1);
}
.error-wrap .error-content {
  text-align: center;
}
.error-wrap .error-content img {
  display: block;
  margin: 0 auto 30px;
}
.error-wrap .error-content p {
  margin: 0 auto 30px;
  max-width: 520px;
}

/*----------------------------
    FAQ  & Error CSS
------------------------------*/
.accordion-item {
  margin: 0 0 15px;
  background: #F5F5F5;
  border: 1px solid rgba(29, 29, 29, 0.15) !important;
  border-radius: 5px;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(29, 29, 29, 0.15);
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  border-radius: 0;
}
.accordion-item .accordion-header .accordion-button {
  margin: 0;
  font-size: 16px;
  line-height: 29px;
  font-weight: 700;
  color: var(--titleColor);
  text-align: left;
  align-items: center;
  padding: 11.5px 50px 11.5px 25px;
  background-color: transparent !important;
  border-radius: 5px;
  box-shadow: none;
  transition: var(--transition);
}
.accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button span {
  display: inline-block;
  min-width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 20px;
  text-align: center;
}
.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 0.8;
  color: var(--seondaryColor);
  display: block;
  margin: 0 auto;
}
.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.accordion-item:not(.collapsed) {
  box-shadow: none;
  background-color: #F5F5F5;
  border-color: transparent;
}
.accordion-item .accordion-body {
  border-radius: 0 0 5px 5px;
  border: none;
  margin: 0;
  padding: 7px 0 0;
  background-color: #F5F5F5;
}
.accordion-item .accordion-body p {
  border-top: 1px solid rgba(29, 29, 29, 0.15);
  margin: 0 25px 0;
  padding: 15px 0 20px;
  font-weight: 400;
}

.accordion-collapse {
  border: none;
}

.accordion-item .accordion-button span i.plus {
  visibility: visible;
  opacity: 1;
}
.accordion-item .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.accordion-item .accordion-button.collapsed span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
}
.accordion-item .accordion-button.collapsed span i.plus {
  visibility: hidden;
  opacity: 0;
}