/*------------------------------------------------------------------
[Main Style Sheet]

Project:        Storekit
Version:        1.1
Last change:    20 Jun 2026
Primary use:    Multipurpose 

[Table of contents]

1. Variables and Colors
2. Global Styles
3. Utility Classes
4. Components
5. Layout
    01. Preloader
    02. Hero Section
    03. Footer Section
    04. Breadcrumb Section
    05. Counter Card
    06. Tap To Top
    07. Sidebar Menu
    08. Header
    09. Section Content
    10. Testimonial
    11. Marqee Section
    12. About Section
    13. Newsletter Section
    14.Product sidebar
6. Pages
    01. Home 1        
    02. Home 2        
    03. Home 3    
    04. About Page
    05. Product Page
    06. Product Details Page
    07. Faq Page 
    08. Contact Page      
    09. Blog Page
    10. Blog Details Page
    11. Error 404 Page
    12.cart Page
    13.Wishlist Page
    14.Checkout Page  

-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

:root {
  --heading-font: "Outfit", sans-serif;
  --body-font: "Outfit", sans-serif;
  --heading-one: clamp(1.5rem, 2.8vw + 1rem, 3.75rem);
  --heading-two: clamp(1.375rem, 1.7vw + 1rem, 2.5rem);
  --heading-three: clamp(1.25rem, 0.8vw + 1rem, 1.875rem);
  --heading-four: clamp(1.125rem, 0.5vw + 1rem, 1.5rem);
  --heading-five: clamp(1.0625rem, 0.3vw + 1rem, 1.25rem);
  --heading-six: 1.2rem;
  --body-bg-one: #ffffff;
  --body-bg-two: #ffffff;
  --body-bg-three: #000000;
  --body-bg-four: #050505;
  --body-bg-five: #ffffff;
  --body-color: #000000;
  --card-bg: #2b3035;
  --border-color: #3b4046;
  --button-bg: #3b4046;
  --secondary-hover: #009fb8;
  --white: #fff;
  --white-l-100: rgba(255, 255, 255, 0.1);
  --white-l-200: rgba(255, 255, 255, 0.2);
  --white-l-300: rgba(255, 255, 255, 0.3);
  --white-l-400: rgba(255, 255, 255, 0.4);
  --white-l-500: rgba(255, 255, 255, 0.5);
  --white-l-600: rgba(255, 255, 255, 0.6);
  --white-l-700: rgba(255, 255, 255, 0.7);
  --white-l-800: rgba(255, 255, 255, 0.8);
  --white-l-900: rgba(255, 255, 255, 0.9);
  --black: #000;
  --black-l-100: rgba(0, 0, 0, 0.1);
  --black-l-200: rgba(0, 0, 0, 0.2);
  --black-l-300: rgba(0, 0, 0, 0.3);
  --black-l-400: rgba(0, 0, 0, 0.4);
  --black-l-500: rgba(0, 0, 0, 0.5);
  --black-l-600: rgba(0, 0, 0, 0.6);
  --black-l-700: rgba(0, 0, 0, 0.7);
  --black-l-800: rgba(0, 0, 0, 0.8);
  --black-l-900: rgba(0, 0, 0, 0.9);
  --primary: rgba(168, 109, 63, 1);
  --primary-l-100: rgba(168, 109, 63, 0.1);
  --primary-l-200: rgba(168, 109, 63, 0.2);
  --primary-l-300: rgba(168, 109, 63, 0.3);
  --primary-l-400: rgba(168, 109, 63, 0.4);
  --primary-l-500: rgba(168, 109, 63, 0.5);
  --primary-l-600: rgba(168, 109, 63, 0.6);
  --primary-l-700: rgba(168, 109, 63, 0.7);
  --primary-l-800: rgba(168, 109, 63, 0.8);
  --primary-l-900: rgba(168, 109, 63, 0.9);
  --secondary: rgba(255, 91, 40, 1);
  --secondary-l-100: rgba(255, 91, 40, 0.1);
  --secondary-l-200: rgba(255, 91, 40, 0.2);
  --secondary-l-300: rgba(255, 91, 40, 0.3);
  --secondary-l-400: rgba(255, 91, 40, 0.4);
  --secondary-l-500: rgba(255, 91, 40, 0.5);
  --secondary-l-600: rgba(255, 91, 40, 0.6);
  --secondary-l-700: rgba(255, 91, 40, 0.7);
  --secondary-l-800: rgba(255, 91, 40, 0.8);
  --secondary-l-900: rgba(255, 91, 40, 0.9);
  --tertiary: rgba(255, 194, 71, 1);
  --tertiary-l-100: rgba(255, 194, 71, 0.1);
  --tertiary-l-200: rgba(255, 194, 71, 0.2);
  --tertiary-l-300: rgba(255, 194, 71, 0.3);
  --tertiary-l-400: rgba(255, 194, 71, 0.4);
  --tertiary-l-500: rgba(255, 194, 71, 0.5);
  --tertiary-l-600: rgba(255, 194, 71, 0.6);
  --tertiary-l-700: rgba(255, 194, 71, 0.7);
  --tertiary-l-800: rgba(255, 194, 71, 0.8);
  --tertiary-l-900: rgba(255, 194, 71, 0.9);
  --neutral: rgba(255, 78, 0, 1);
  --neutral-l-100: rgba(255, 78, 0, 0.1);
  --neutral-l-200: rgba(255, 78, 0, 0.2);
  --neutral-l-300: rgba(255, 78, 0, 0.3);
  --neutral-l-400: rgba(255, 78, 0, 0.4);
  --neutral-l-500: rgba(255, 78, 0, 0.5);
  --neutral-l-600: rgba(255, 78, 0, 0.6);
  --neutral-l-700: rgba(255, 78, 0, 0.7);
  --neutral-l-800: rgba(255, 78, 0, 0.8);
  --neutral-l-900: rgba(255, 78, 0, 0.9);
  --dark: #212529;
  --dark-d-100: #1e2125;
  --dark-d-200: #1a1e21;
  --dark-d-300: #171a1d;
  --dark-d-400: #141619;
  --dark-d-500: #111315;
  --dark-l-100: #373b3e;
  --dark-l-200: #4d5154;
  --dark-l-300: #646669;
  --dark-l-400: #7a7c7f;
  --dark-l-500: #909294;
  --dark-l-600: #a6a8a9;
  --dark-l-700: #bcbebf;
  --dark-l-800: #d3d3d4;
  --dark-l-900: #e9e9ea;
  --success: #0ed016;
  --success-d-100: #0dbb14;
  --success-d-200: #0ba612;
  --success-d-300: #0a920f;
  --success-d-400: #087d0d;
  --success-d-500: #07680b;
  --success-l-100: #26d52d;
  --success-l-200: #3ed945;
  --success-l-300: #56de5c;
  --success-l-400: #6ee373;
  --success-l-500: #87e88b;
  --success-l-600: #9feca2;
  --success-l-700: #b7f1b9;
  --success-l-800: #cff6d0;
  --success-l-900: #e7fae8;
  --danger: #f25640;
  --danger-d-100: #da4d3a;
  --danger-d-200: #c24533;
  --danger-d-300: #a93c2d;
  --danger-d-400: #913426;
  --danger-d-500: #792b20;
  --danger-l-100: #f36753;
  --danger-l-200: #f57866;
  --danger-l-300: #f68979;
  --danger-l-400: #f79a8c;
  --danger-l-500: #f9aba0;
  --danger-l-600: #fabbb3;
  --danger-l-700: #fbccc6;
  --danger-l-800: #fcddd9;
  --danger-l-900: #feeeec;
  --warning: #dfa000;
  --warning-d-100: #c99000;
  --warning-d-200: #b28000;
  --warning-d-300: #9c7000;
  --warning-d-400: #866000;
  --warning-d-500: #705000;
  --warning-l-100: #e2aa1a;
  --warning-l-200: #e5b333;
  --warning-l-300: #e9bd4d;
  --warning-l-400: #ecc666;
  --warning-l-500: #efd080;
  --warning-l-600: #f2d999;
  --warning-l-700: #f5e3b3;
  --warning-l-800: #f9eccc;
  --warning-l-900: #fcf6e6;
  --info: #0dcaf0;
  --info-d-100: #0cb6d8;
  --info-d-200: #0aa2c0;
  --info-d-300: #098da8;
  --info-d-400: #087990;
  --info-d-500: #076578;
  --info-l-100: #0dcaf0;
  --info-l-200: #25cff2;
  --info-l-300: #3dd5f3;
  --info-l-400: #56daf5;
  --info-l-500: #6edff6;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--primary);
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

.fit--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fit-bg--img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.text--italic {
  font-style: italic !important;
}

.text--underline {
  text-decoration: underline !important;
}

.cursor--pointer {
  cursor: pointer;
}

.hover--underline:hover {
  text-decoration: underline !important;
}

.container-fluid {
  padding: 0 160px;
}

.container-fluid.four {
  padding: 0 75px;
}

body .cursor {
  pointer-events: none;
}

body .cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000;
}

body .cursor__ball circle {
  fill: var(--black);
}

.full-texture--overlay {
  z-index: 9999;
  opacity: 0.04;
  pointer-events: none;
  background-image: url(../../assets/images/common/body-bg.gif);
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.fixed-photo-wall-bg {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.bg-mask {
  z-index: 1;
  width: 300vw;
  max-width: none;
  height: 300vh;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.photo-wall {
  z-index: 0;
  background-image: url(../../assets/images/common/section-bg.jpeg);
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.left-marq {
  animation: moveLeft 40s linear infinite;
}

.right-marq {
  animation: moveRight 20s linear infinite;
}

.top-marq {
  animation: moveTop 40s linear infinite;
}

.bottom-marq {
  animation: moveBottom 10s linear infinite;
}

.top-marq--two {
  animation: moveTopTwo 40s linear infinite;
}

.bottom-marq--two {
  animation: moveBottomTwo 40s linear infinite;
}

@keyframes moveLeft {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes moveRight {
  0% {
    transform: translateX(-550px);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes moveTop {
  0% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes moveTopTwo {
  0% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes moveBottom {
  0% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes moveBottomTwo {
  0% {
    transform: translateY(-20%);
  }

  100% {
    transform: translateY(0%);
  }
}

.category-item--wrap {
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 20px;
}

.category-item--wrap.two {
  grid-template-columns: 5fr 2fr;
}

.grid--5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.grid--8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
}

/* responsive breakpoints */
@media (max-width: 1024px) {
  .grid-8 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .grid-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.best-deal--section.one {
  position: relative;
}

.best-deal--section.one::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 83%;
  border-bottom: 1px dashed var(--black-l-200);
}

.best-deal--section.one::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 83%;
  border-bottom: 1px dashed var(--black-l-200);
}

.video--section.one .thumb--wrap {
  width: 100%;
  min-height: 800px;
}

.video--section.one .thumb--wrap .video--btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s linear;
}

.video--section.one .thumb--wrap .video--btn:hover {
  scale: 0.95;
}

.insta-gallery.one .container-fluid {
  padding: 30px;
}

.discount--section {
  padding: 224px 0;
}

.discount--section .product-element--wrap {
  left: 65%;
}

.discount--section .product-element--wrap .product--element.three {
  top: 72%;
  left: 33%;
}

.discount--section .product-element--wrap .product--element.one {
  bottom: 17%;
  left: 67%;
}

.insta-gallery.two::before {
  content: "";
  position: absolute;
  top: 174px;
  left: 75px;
  width: 92.5%;
  border-bottom: 1px dashed var(--black-l-200);
}

.insta-gallery.two::after {
  content: "";
  position: absolute;
  top: 170px;
  left: 75px;
  width: 92.5%;
  border-bottom: 1px dashed var(--black-l-200);
}

.platform--meta .element {
  top: -4px;
  left: 0;
}

.platform--meta .element img {
  user-select: none;
}

.testimonial--section.three {
  margin-top: 145px;
}

.testimonial--section.three .section-title--xxl {
  font-size: 300px;
  color: #eeeeee;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.testimonial--section.three .section-content--wrap {
  z-index: 1;
}

.testimonial--section.three .section-content--wrap h6 {
  background-color: #f5f4f2;
  padding: 0 30px;
}

.testimonial--section.three .section-content--wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-bottom: 1px dashed var(--black-l-200);
  z-index: -1;
}

.testimonial--section.three .section-content--wrap::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-bottom: 1px dashed var(--black-l-200);
  z-index: -1;
}

.category--box {
  background-color: #f0f0f1;
  padding: 15px;
  border-radius: 6px;
  min-height: 760px;
  max-height: 760px;
  overflow-y: auto;
}

.category--box::-webkit-scrollbar {
  width: 6px;
}

.category--box::-webkit-scrollbar-track {
  box-shadow: none;
}

.category--box::-webkit-scrollbar-thumb {
  background: var(--neutral);
  border-radius: 6px;
}

.icon-chevron {
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.css-1gemut4 {
  width: 14px;
  height: 14px;
}

.css-1gemut4::before {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  left: 0px;
  transform: translateY(-50%) rotate(46deg);
}

.css-1gemut4.is--up::after {
  animation: 200ms ease 0s 1 normal forwards running animation-jkrku4;
  transform: translate(0px, -50%) rotate(46deg);
}

.css-1gemut4.is--up::before {
  animation: 200ms ease 0s 1 normal forwards running animation-1ssg1zn;
  transform: translate(0px, -50%) rotate(-46deg);
}

.css-1gemut4::after {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  right: 0px;
  transform: translateY(-50%) rotate(-46deg);
}

.css-1gemut4.is--down::before {
  animation: 200ms ease 0s 1 normal forwards running animation-1xegglx;
}

.css-1gemut4.is--down::after {
  animation: 200ms ease 0s 1 normal forwards running animation-f7gund;
}

.css-1gemut4::after,
.css-1gemut4::before {
  content: "";
  width: 9px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
}

.category--group {
  position: relative;
  user-select: none;
  clear: both;
  cursor: pointer;
  background-color: var(--white);
  padding: 10px 20px;
  border-radius: 6px;
}

.category--group .hero-category-item--wrap {
  height: 0;
  overflow: hidden;
  transition: height 150ms linear;
}

.hero-category-item--content {
  padding-top: 12px;
}

@keyframes animation-1xegglx {
  0% {
    transform: translateY(-50%) rotate(-46deg);
  }

  50% {
    transform: translate(-20%, -50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(46deg);
  }
}

@keyframes animation-jkrku4 {
  0% {
    transform: translateY(-50%) rotate(-46deg);
  }

  50% {
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(46deg);
  }
}

@keyframes animation-1ssg1zn {
  0% {
    transform: translateY(-50%) rotate(46deg);
  }

  50% {
    transform: translate(-20%, -50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(-46deg);
  }
}

@keyframes animation-f7gund {
  0% {
    transform: translateY(-50%) rotate(46deg);
  }

  50% {
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(-46deg);
  }
}

.call-out--section .title {
  margin-bottom: 25px;
}

.call-out--section .description {
  margin-bottom: 35px;
}

.quantity_box {
  border-radius: 2px;
  border: 0;
}

.quantity_box.three {
  gap: 10px;
}

.quantity_box.three button {
  width: 32px;
  height: 32px;
  background-color: #f5f4f2;
  font-size: 12px;
  border: 0 !important;
  border-radius: 2px;
}

.quantity_box.three input {
  width: 42px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid rgb(0, 0, 0);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-left: 0px;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.quantity_box button.sub {
  bottom: 9px;
  top: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
}

.quantity_box button.add {
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.quantity_box input {
  width: 48px;
  height: 60px;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-left: 22px;
  outline: none;
  font-size: 14px;
  font-weight: 700;
}

.quantity_box button {
  width: 30px;
  height: 60px;
  background-color: transparent;
  font-size: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  flex-shrink: 0;
}

.base--card {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.base--card textarea {
  background-color: #f5f4f2;
}

.cart--card {
  background-color: #f5f4f2;
  padding: 30px;
  border-radius: 10px;
}

.category-list--wrap .category--list a {
  border-radius: 6px;
  padding: 12px 20px;
}

.blog--tag {
  border-radius: 6px;
  padding: 4px 20px;
}

.map-box {
  height: 650px;
  width: 100%;
  overflow: hidden;
}

.map-box iframe {
  width: 100%;
  height: 100%;
}

.product--details .product--img__preview .item-gallery__image-wrapper {
  width: 170px;
  height: 186px;
  background-color: #f5f4f2;
  padding: 40px 22px;
}

.product--details .product--img__preview .main--thumb__preview {
  width: 100%;
  height: 804px;
  background-color: #f5f4f2;
}

.product--details .price--section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.product--details .description--section {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product--details .cart--section {
  padding-bottom: 15px;
}

.product--details .cart--section .btn--secondary {
  padding: 19px 26px;
}

.product--details .cart--section .fav--btn {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  font-size: 22px;
}

.product--details .checkout--section {
  padding-bottom: 15px;
}

.product--details .checkout--section .btn--dark {
  padding: 19px 26px;
}

.product--details .payment-method--section {
  margin-bottom: 20px;
}

.product--details .shipping-info--section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.product--details .product-details-meta .meta {
  min-width: 72px;
}

.about--section .content--wrap .title {
  font-size: 60px;
  margin-bottom: 35px;
}

.about--section .content--wrap .counter {
  gap: 30px;
  margin-bottom: 45px;
}

.about--section .content--wrap .counter::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.about--section .content--wrap .counter::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.about--section .content--wrap .counter .number {
  font-size: 200px;
}

.about--section .content--wrap .description {
  line-height: 1.55;
  margin-bottom: 45px;
}

.counter--section .counter {
  width: 375px;
  height: 375px;
  border-radius: 50%;
  border: 4px solid var(--white);
  background-color: #f5f5f5;
  flex-shrink: 0;
  margin-left: -70px;
}

.counter--section .counter .number {
  font-size: 90px;
}

.counter--section .counter .title {
  font-size: 20px;
  width: 40%;
}

.social-link--item li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--black);
  transition: 0.3s linear;
}

.social-link--item li:hover {
  background-color: var(--neutral);
  border-color: var(--neutral);
}

.social-link--item li:hover a {
  color: var(--white);
}

.social-link--item.white li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--white);
  transition: 0.3s linear;
}

.social-link--item.white li a {
  color: var(--white);
}

.social-link--item.white li:hover {
  background-color: var(--neutral);
  border-color: var(--neutral);
}

.social-link--item.white li:hover a {
  color: var(--white);
}

.product-demo--section {
  min-height: 900px;
}

.product-element--wrap {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;
}

.product--element.one {
  bottom: 40%;
  left: 75%;
}

.product--element.two {
  top: 15%;
  left: 20%;
}

.product--element.three {
  top: 42%;
  left: 40%;
}

.product--element .dot--lg {
  width: 50px;
  height: 50px;
  border: 1px solid var(--white);
  cursor: pointer;
}

.product--element .dot--lg .icon--wrap {
  width: 33px;
  height: 33px;
  transition: 0.2s linear;
}

.product--element .dot--lg:hover .icon--wrap {
  rotate: 90deg;
}

.product--element .dot--lg:hover + .content--wrap {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

.product--element .content--wrap {
  padding: 15px 15px 10px 15px;
  border-radius: 2px;
  margin-left: -6px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
}

.product--element .content--wrap img {
  width: 106px;
  height: 125px;
}

.product--element .content--wrap::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: var(--white);
  top: 45%;
  left: -11px;
  transform: translateY(-50%);
  clip-path: polygon(50% 40%, 0% 100%, 100% 100%);
  transition:
    0.5s ease,
    0.8s opacity ease;
  rotate: -90deg;
}

.hight-quality-product--section {
  padding: 220px 0 510px 0;
}

.hight-quality-product--section .hight-quality--product {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
}

.hight-quality-product--section .hight-quality--product.one {
  top: 10%;
  left: 5%;
}

.hight-quality-product--section .hight-quality--product.two {
  top: 10%;
  right: 15%;
}

.hight-quality-product--section .hight-quality--product.three {
  bottom: 10%;
  right: 5%;
}

.hight-quality-product--section .hight-quality--product.four {
  right: 42%;
  bottom: 15%;
  background: var(--white);
}

.hight-quality-product--section .hight-quality--product.five {
  bottom: 10%;
  left: 15%;
}

.swiper-btn--wrap {
  z-index: 1;
}

.swiper-btn--wrap::after {
  content: "";
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  border: 1px dashed var(--black-l-500);
  z-index: -1;
}

.swiper-btn--wrap::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 0;
  width: 100%;
  border: 1px dashed var(--black-l-500);
  z-index: -1;
}

.swiper-btn--wrap .best-sell-product-prev,
.swiper-btn--wrap .best-sell-product-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  color: var(--white);
}

.swiper-btn--wrap .best-sell-product-prev:hover,
.swiper-btn--wrap .best-sell-product-next:hover {
  background: var(--black);
  color: var(--white);
}

.future-cleaning--section .future-content--wrap {
  padding: 100px;
}

.future-cleaning--section .future-content--wrap .key-content--wrap {
  padding-left: 100px;
}

.future-cleaning--section
  .future-content--wrap
  .key-content--wrap
  .key--content
  .icon--wrap {
  width: 82px;
  height: 82px;
  border-radius: 6px;
  background-color: var(--tertiary);
}

.future-cleaning--section
  .right-content--wrap
  .product-element--wrap
  .product--element.two {
  top: 22%;
  left: 22%;
}

.future-cleaning--section
  .right-content--wrap
  .product-element--wrap
  .product--element.three {
  top: 70%;
  left: 18%;
}

.future-cleaning--section
  .right-content--wrap
  .product-element--wrap
  .product--element.one {
  bottom: 55%;
  left: 58%;
}

.cart-icon--wrap span {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: var(--primary);
  padding: 2px 4px;
  font-size: 10px;
  border-radius: 50%;
  color: var(--white);
}

.cart-derails--wrap {
  margin-bottom: 16px;
}

.cart-derails--wrap li {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.cart-derails--wrap li .title {
  min-width: 200px;
}

.cart-derails--wrap .thumb {
  width: 78px;
  height: 78px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.latestproduct-slider--btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s linear;
}

.latestproduct-slider--btn:hover {
  background-color: var(--tertiary);
  color: var(--black);
}

@media (min-width: 1441px) {
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20% !important;
  }
}

.header-side--bar {
  width: 300px !important;
}

.fav--btn.active {
  color: var(--primary);
}

.bg--white {
  background-color: var(--white) !important;
}

.bg--black {
  background-color: var(--black) !important;
}

.bg--dark {
  background-color: var(--dark-bg) !important;
}

.bg--primary {
  background-color: var(--primary) !important;
}

.bg--secondary {
  background-color: var(--secondary) !important;
}

.bg--tertiary {
  background-color: var(--tertiary) !important;
}

.bg--success {
  background-color: var(--success) !important;
}

.bg--danger {
  background-color: var(--danger) !important;
}

.bg--warning {
  background-color: var(--warning) !important;
}

.bg--info {
  background-color: var(--info) !important;
}

.section--bg {
  background-color: #eae3dd !important;
}

.section-bg--two {
  background-color: #f5f5f5 !important;
}

.bg--transparent {
  background-color: transparent !important;
}

.body-bg--two {
  background-color: var(--body-bg-two);
}

.bg--neutral {
  background-color: var(--neutral) !important;
}

.portfolio-body--bg {
  background-color: var(--body-bg-one);
}

.hover-bg--primary:hover {
  background-color: var(--primary) !important;
}

.hover-bg--secondary:hover {
  background-color: var(--secondary) !important;
  color: var(--white) !important;
}

.hover-bg--tertiary:hover {
  background-color: var(--tertiary) !important;
  color: var(--white) !important;
}

.hover-bg--neutral:hover {
  background-color: var(--neutral) !important;
  color: var(--white) !important;
}

.text--base-two {
  color: var(--base-two) !important;
}

.text--white {
  color: var(--white) !important;
}

.text--white7 {
  color: var(--white-l-700) !important;
}

.text--primary {
  color: var(--primary) !important;
}

.text--secondary {
  color: var(--secondary) !important;
}

.text--tertiary {
  color: var(--tertiary) !important;
}

.text--neutral {
  color: var(--neutral) !important;
}

.text--success {
  color: var(--success) !important;
}

.text--danger {
  color: var(--danger) !important;
}

.text--warning {
  color: var(--warning) !important;
}

.text--info {
  color: var(--info) !important;
}

.text--violet {
  color: var(--violet) !important;
}

.text--body {
  color: var(--body-bg-one);
}

.text--black {
  color: var(--black) !important;
}

.text--black7 {
  color: var(--black-l-700) !important;
}

.text-color--lt {
  color: #4d4d4d !important;
}

.rating--color {
  color: #ffa800 !important;
}

.offer--price {
  color: #988e86;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.my-80 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-40 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mt-100 {
    margin-top: 0px;
  }

  .mt-120 {
    margin-top: 50px;
  }

  .mb-120 {
    margin-bottom: 80px;
  }

  .mb-100 {
    margin-bottom: 60px;
  }

  .mb-110 {
    margin-bottom: 70px;
  }

  .my-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mt-60 {
    margin-top: 40px;
  }

  .mt-25 {
    margin-top: 20px;
  }

  .mb-60 {
    margin-bottom: 40px;
  }

  .my-80 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mt-80 {
    margin-top: 60px;
  }

  .mb-80 {
    margin-bottom: 60px;
  }

  .my-40 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mt-40 {
    margin-top: 30px;
  }

  .mb-40 {
    margin-bottom: 30px;
  }

  .mb-20 {
    margin-bottom: 15px;
  }
}
/* Base Styles */
.p-60 {
  padding: 60px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.py-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.py-290 {
  padding-top: 290px;
  padding-bottom: 290px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-40 {
  padding-top: 40px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

/* Media Queries */
@media (max-width: 1399px) {
  .py-100,
  .py-110,
  .py-115,
  .py-120,
  .py-155,
  .py-175,
  .py-180,
  .py-290 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .py-175 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .py-180 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .py-290 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .pb-100,
  .pb-115,
  .pb-120 {
    padding-bottom: 80px;
  }

  .pb-120 {
    padding-bottom: 100px;
  }

  .pb-40 {
    padding-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .py-290 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width: 992px) {
  .py-40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .py-60 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .py-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .py-100,
  .py-290 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pt-120 {
    padding-top: 100px;
  }

  .pt-80 {
    padding-top: 60px;
  }

  .pt-100 {
    padding-top: 90px;
  }

  .pt-60 {
    padding-top: 50px;
  }

  .pt-40 {
    padding-top: 30px;
  }

  .pb-30 {
    padding-bottom: 25px;
  }

  .pb-60 {
    padding-bottom: 50px;
  }

  .pb-80 {
    padding-bottom: 60px;
  }
}

@media (max-width: 576px) {
  .py-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .py-60 {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .py-100,
  .py-110,
  .py-115,
  .py-120,
  .py-155,
  .py-175,
  .py-180,
  .py-290 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-120 {
    padding-top: 80px;
  }

  .pt-80 {
    padding-top: 50px;
  }

  .pt-100 {
    padding-top: 70px;
  }

  .pt-60 {
    padding-top: 40px;
  }

  .pt-40 {
    padding-top: 20px;
  }

  .pb-30 {
    padding-bottom: 20px;
  }

  .pb-40 {
    padding-bottom: 30px;
  }

  .pb-60 {
    padding-bottom: 40px;
  }

  .pb-80 {
    padding-bottom: 40px;
  }

  .pb-100 {
    padding-bottom: 70px;
  }

  .pb-115,
  .pb-120 {
    padding-bottom: 70px;
  }
}

body {
  font-family: var(--body-font);
  color: var(--heading-color);
  word-break: break-word;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

p {
  font-family: var(--body-font);
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  word-break: break-word;
  color: var(--body-color);
  line-height: 1.1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: var(--heading-font);
  color: var(--body-color);
  line-height: 1.1;
  word-break: break-word;
}

@media screen and (max-width: 770px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 10px 0;
  }
}

h1 {
  font-size: var(--heading-one);
  font-weight: 700;
}

h2 {
  font-size: var(--heading-two);
  font-weight: 600;
  margin: 0px;
}

h3 {
  font-size: var(--heading-three);
  font-weight: 600;
}

h4 {
  font-size: var(--heading-four);
  font-weight: 500;
}

h5 {
  font-size: var(--heading-five);
  font-weight: 500;
}

h6 {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  h6 {
    font-size: 14px !important;
  }
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: 400;
  transition: 0.2s linear;
  line-height: 1.4;
  word-break: break-word;
  color: hsl(var(--heading-color));
}

a {
  display: inline-block;
  transition: 0.2s linear;
  text-decoration: none;
  font-family: var(--body-font);
  color: var(--body-color);
}

a:hover {
  color: var(--secondary);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

*:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

button:focus {
  outline: none;
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
}

.text--upper {
  text-transform: uppercase;
}

.text--xsm {
  font-size: 8px !important;
}

.text--sm {
  font-size: 12px !important;
}

.fs--14 {
  font-size: 14px !important;
}

.fs--16 {
  font-size: 16px !important;
}

.fs--18 {
  font-size: 18px !important;
}

.fs--20 {
  font-size: 20px !important;
}

.fs--22 {
  font-size: 22px !important;
}

.fs--24 {
  font-size: 24px !important;
}

.fs--26 {
  font-size: 26px !important;
}

.fs--28 {
  font-size: 28px !important;
}

.fs--30 {
  font-size: 30px !important;
}

.fs--32 {
  font-size: 32px !important;
}

.fs--34 {
  font-size: 34px !important;
}

.fs--36 {
  font-size: 36px !important;
}

.fs--38 {
  font-size: 38px !important;
}

.fs--40 {
  font-size: 40px !important;
}

.fs--42 {
  font-size: 42px !important;
}

.fs--44 {
  font-size: 44px !important;
}

.fs--46 {
  font-size: 46px !important;
}

.fs--48 {
  font-size: 48px !important;
}

.fs--50 {
  font-size: 50px !important;
}

.fs--52 {
  font-size: 52px !important;
}

.fs--54 {
  font-size: 54px !important;
}

.fs--56 {
  font-size: 56px !important;
}

.fs--58 {
  font-size: 58px !important;
}

.fs--60 {
  font-size: 60px !important;
}

.fs--62 {
  font-size: 62px !important;
}

.fs--64 {
  font-size: 64px !important;
}

.fs--66 {
  font-size: 66px !important;
}

.fs--68 {
  font-size: 68px !important;
}

.fs--70 {
  font-size: 70px !important;
}

.fs--100 {
  font-size: 100px !important;
}

.fw--100 {
  font-weight: 300 !important;
}

.fw--200 {
  font-weight: 300 !important;
}

.fw--300 {
  font-weight: 300 !important;
}

.fw--400 {
  font-weight: 400 !important;
}

.fw--500 {
  font-weight: 500 !important;
}

.fw--600 {
  font-weight: 600 !important;
}

.fw--700 {
  font-weight: 700 !important;
}

.fw--800 {
  font-weight: 800 !important;
}

.fw--900 {
  font-weight: 900 !important;
}

.heading-font--one {
  font-family: var(--heading-font-one) !important;
}

.heading-font--two {
  font-family: var(--heading-font-two) !important;
}

.heading--font--thee {
  font-family: var(--heading-font-three) !important;
}

.heading--font--four {
  font-family: var(--heading-font-four) !important;
}

.body-font--one {
  font-family: var(--body-font-one) !important;
}

.text--underline {
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  .fw--600 {
    font-weight: 500 !important;
  }

  .fw--700 {
    font-weight: 500 !important;
  }

  .fw--800 {
    font-weight: 500 !important;
  }

  .fw--900 {
    font-weight: 500 !important;
  }
}

@media (max-width: 575px) {
  .fs--32 {
    font-size: 26px !important;
  }
}

.text--stroke {
  color: transparent;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
}

.text-stroke--white {
  color: transparent;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.base--radius {
  border-radius: 8px !important;
}

.radius--4 {
  border-radius: 4px !important;
}

.radius--6 {
  border-radius: 6px !important;
}

.radius--8 {
  border-radius: 8px !important;
}

.radius--10 {
  border-radius: 10px !important;
}

.radius--12 {
  border-radius: 12px !important;
}

.radius--16 {
  border-radius: 16px !important;
}

.radius--20 {
  border-radius: 20px !important;
}

.radius--24 {
  border-radius: 24px !important;
}

.radius--28 {
  border-radius: 28px !important;
}

.radius--30 {
  border-radius: 30px !important;
}

.radius--32 {
  border-radius: 32px !important;
}

.radius--50 {
  border-radius: 50% !important;
}

.radius--0 {
  border-radius: 0 !important;
}

.z--1 {
  z-index: 1;
}

.z--2 {
  z-index: 2;
}

.z--3 {
  z-index: 3;
}

.z--4 {
  z-index: 4;
}

.z--5 {
  z-index: 5;
}

.z--6 {
  z-index: 6;
}

.z--7 {
  z-index: 7;
}

.z--8 {
  z-index: 8;
}

.z--9 {
  z-index: 9;
}

.zm--1 {
  z-index: -1;
}

.zm--2 {
  z-index: -2;
}

.zm--3 {
  z-index: -3;
}

.zm--4 {
  z-index: -4;
}

.zm--5 {
  z-index: -5;
}

.zm--6 {
  z-index: -6;
}

.zm--7 {
  z-index: -7;
}

.zm--8 {
  z-index: -8;
}

.zm--9 {
  z-index: -9;
}

.w--10 {
  width: 10% !important;
}

.w--20 {
  width: 20% !important;
}

.w--30 {
  width: 30% !important;
}

.w--40 {
  width: 40% !important;
}

.w--50 {
  width: 50% !important;
}

.w--60 {
  width: 60% !important;
}

.w--70 {
  width: 70% !important;
}

.w--80 {
  width: 80% !important;
}

.w--90 {
  width: 90% !important;
}

.w--100 {
  width: 100% !important;
}

.h--10 {
  height: 10% !important;
}

.h--20 {
  height: 20% !important;
}

.h--30 {
  height: 30% !important;
}

.h--40 {
  height: 40% !important;
}

.h--50 {
  height: 50% !important;
}

.h--60 {
  height: 60% !important;
}

.h--70 {
  height: 70% !important;
}

.h--80 {
  height: 80% !important;
}

.h--90 {
  height: 90% !important;
}

.h--100 {
  height: 100% !important;
}

.border--base3 {
  border: 1px solid hsl(var(--base) / 0.3) !important;
}

.border--black {
  border-color: hsl(var(--black)) !important;
}

.border--black1 {
  border-color: hsl(var(--black) / 0.1) !important;
}

.border--black3 {
  border-color: hsl(var(--black) / 0.32) !important;
}

.border--primary {
  border-color: var(--primary) !important;
}

.border--secondary {
  border-color: hsl(var(--secondary)) !important;
}

.border--success {
  border-color: hsl(var(--success)) !important;
}

.border--danger {
  border-color: hsl(var(--danger)) !important;
}

.border--warning {
  border-color: hsl(var(--warning)) !important;
}

.border--info {
  border-color: hsl(var(--info)) !important;
}

.border--violet {
  border-color: hsl(var(--violet)) !important;
}

.border--white {
  border: 1px solid hsl(var(--white)) !important;
}

.border-top--solid {
  border-top: 1px solid hsl(var(--black)) !important;
}

.border-top--dash {
  border-top: 1px dashed hsl(var(--black)) !important;
}

.border-right--solid {
  border-right: 1px solid hsl(var(--black)) !important;
}

.border-tight--dash {
  border-right: 1px dashed hsl(var(--black)) !important;
}

.border-left--solid {
  border-left: 1px solid hsl(var(--black)) !important;
}

.border-left--dashed {
  border-left: 1px dashed hsl(var(--black)) !important;
}

.border-bottom--solid {
  border-bottom: 1px solid hsl(var(--black)) !important;
}

.border-bottom--dashed {
  border-bottom: 1px dashed hsl(var(--black)) !important;
}

.border--solid1 {
  border: 1px solid hsl(var(--black) / 0.1) !important;
}

.border--dash1 {
  border: 1px solid hsl(var(--black) / 0.1) !important;
}

.border--solid2 {
  border: 1px solid hsl(var(--black) / 0.2) !important;
}

.border--dash2 {
  border: 1px solid hsl(var(--black) / 0.2) !important;
}

.border--solid3 {
  border: 1px solid hsl(var(--black) / 0.3) !important;
}

.border--dash3 {
  border: 1px solid hsl(var(--black) / 0.3) !important;
}

.border--solid4 {
  border: 1px solid hsl(var(--black) / 0.4) !important;
}

.border--dash4 {
  border: 1px solid hsl(var(--black) / 0.4) !important;
}

.border--solid5 {
  border: 1px solid hsl(var(--black) / 0.5) !important;
}

.border--dash5 {
  border: 1px solid hsl(var(--black) / 0.5) !important;
}

.border-top--solid1 {
  border-top: 1px solid hsl(var(--black) / 0.1) !important;
}

.border-top--dash1 {
  border-top: 1px dashed hsl(var(--black) / 0.1) !important;
}

.border-top--solid2 {
  border-top: 1px solid hsl(var(--black) / 0.2) !important;
}

.border-top--dash2 {
  border-top: 1px dashed hsl(var(--black) / 0.2) !important;
}

.border-top--solid3 {
  border-top: 1px solid hsl(var(--black) / 0.3) !important;
}

.border-top--dash3 {
  border-top: 1px dashed hsl(var(--black) / 0.3) !important;
}

.border-top--solid4 {
  border-top: 1px solid hsl(var(--black) / 0.4) !important;
}

.border-top--dash4 {
  border-top: 1px dashed hsl(var(--black) / 0.4) !important;
}

.border-top-solid5 {
  border-top: 1px solid hsl(var(--black) / 0.5) !important;
}

.border-top--dash5 {
  border-top: 1px dashed hsl(var(--black) / 0.5) !important;
}

.border-right--solid1 {
  border-right: 1px solid hsl(var(--black) / 0.1) !important;
}

.border-right--dash1 {
  border-right: 1px dashed hsl(var(--black) / 0.1) !important;
}

.border-right--solid2 {
  border-right: 1px solid hsl(var(--black) / 0.2) !important;
}

.border-right--dash2 {
  border-right: 1px dashed hsl(var(--black) / 0.2) !important;
}

.border-right--solid3 {
  border-right: 1px solid hsl(var(--black) / 0.3) !important;
}

.border-right--dash3 {
  border-right: 1px dashed hsl(var(--black) / 0.3) !important;
}

.border-right--solid4 {
  border-right: 1px solid hsl(var(--black) / 0.4) !important;
}

.border-right--dash4 {
  border-right: 1px dashed hsl(var(--black) / 0.4) !important;
}

.border-right-solid5 {
  border-right: 1px solid hsl(var(--black) / 0.5) !important;
}

.border-right--dash5 {
  border-right: 1px dashed hsl(var(--black) / 0.5) !important;
}

.border-bottom--solid1 {
  border-bottom: 1px solid hsl(var(--black) / 0.1) !important;
}

.border-bottom--dash1 {
  border-bottom: 1px dashed hsl(var(--black) / 0.1) !important;
}

.border-bottom--solid2 {
  border-bottom: 1px solid hsl(var(--black) / 0.2) !important;
}

.border-bottom--dash2 {
  border-bottom: 1px dashed hsl(var(--black) / 0.2) !important;
}

.border-bottom--solid3 {
  border-bottom: 1px solid hsl(var(--black) / 0.3) !important;
}

.border-bottom--dash3 {
  border-bottom: 1px dashed hsl(var(--black) / 0.3) !important;
}

.border-bottom--solid4 {
  border-bottom: 1px solid hsl(var(--black) / 0.4) !important;
}

.border-bottom--dash4 {
  border-bottom: 1px dashed hsl(var(--black) / 0.4) !important;
}

.border-bottom-solid5 {
  border-bottom: 1px solid hsl(var(--black) / 0.5) !important;
}

.border-bottom--dash5 {
  border-bottom: 1px dashed hsl(var(--black) / 0.5) !important;
}

.border-bottom-solid--white {
  border-bottom: 1px solid hsl(var(--white)) !important;
}

.border-bottom-solid--black3 {
  border-bottom: 1px solid hsl(var(--black) / 0.32) !important;
}

.border-bottom-solid--white5 {
  border-bottom: 1px solid hsl(var(--white) / 0.5) !important;
}

.border-left--solid1 {
  border-left: 1px solid hsl(var(--black) / 0.1) !important;
}

.border-left--dash1 {
  border-left: 1px dashed hsl(var(--black) / 1) !important;
}

.border-left--solid2 {
  border-left: 1px solid hsl(var(--black) / 0.2) !important;
}

.border-left--dash2 {
  border-left: 1px dashed hsl(var(--black) / 2) !important;
}

.border-left--solid3 {
  border-left: 1px solid hsl(var(--black) / 0.3) !important;
}

.border-left--dash3 {
  border-left: 1px dashed hsl(var(--black) / 3) !important;
}

.border-left--solid4 {
  border-left: 1px solid hsl(var(--black) / 0.4) !important;
}

.border-left--dash4 {
  border-left: 1px dashed hsl(var(--black) / 4) !important;
}

.border-left-solid5 {
  border-left: 1px solid hsl(var(--black) / 0.5) !important;
}

.border-left--dash5 {
  border-left: 1px dashed hsl(var(--black) / 5) !important;
}

.border--none {
  border: none !important;
}

.bt--none {
  border-top: none !important;
}

.bs--none {
  border-left: none !important;
}

.be--none {
  border-right: none !important;
}

.bb--none {
  border-bottom: none !important;
}

.br-left--0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.br-btm--0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.gap--4 {
  gap: 4px !important;
}

.gap--8 {
  gap: 8px !important;
}

.gap--10 {
  gap: 10px !important;
}

.gap--12 {
  gap: 12px !important;
}

.gap--16 {
  gap: 16px !important;
}

.gap--20 {
  gap: 20px !important;
}

.gap--24 {
  gap: 24px !important;
}

.gap--28 {
  gap: 28px !important;
}

.gap--32 {
  gap: 32px !important;
}

.gap--36 {
  gap: 36px !important;
}

.gap--40 {
  gap: 40px !important;
}

.gap--44 {
  gap: 44px !important;
}

.gap--48 {
  gap: 48px !important;
}

.gap--52 {
  gap: 52px !important;
}

.gap--56 {
  gap: 56px !important;
}

.gap--58 {
  gap: 58px !important;
}

.gap--60 {
  gap: 60px !important;
}

.gap--64 {
  gap: 64px !important;
}

.gap--68 {
  gap: 68px !important;
}

.gap--72 {
  gap: 72px !important;
}

.gap--74 {
  gap: 74px !important;
}

.gap--76 {
  gap: 76px !important;
}

.gap--78 {
  gap: 78px !important;
}

.gap--80 {
  gap: 80px !important;
}

.gap--82 {
  gap: 82px !important;
}

.gap--84 {
  gap: 84px !important;
}

.gap--86 {
  gap: 86px !important;
}

.gap--88 {
  gap: 88px !important;
}

.gap--100 {
  gap: 100px !important;
}

@keyframes animation-1xegglx {
  0% {
    transform: translateY(-50%) rotate(-46deg);
  }

  50% {
    transform: translate(-20%, -50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(46deg);
  }
}

@keyframes animation-jkrku4 {
  0% {
    transform: translateY(-50%) rotate(-46deg);
  }

  50% {
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(46deg);
  }
}

@keyframes animation-1ssg1zn {
  0% {
    transform: translateY(-50%) rotate(46deg);
  }

  50% {
    transform: translate(-20%, -50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(-46deg);
  }
}

@keyframes animation-f7gund {
  0% {
    transform: translateY(-50%) rotate(46deg);
  }

  50% {
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(-46deg);
  }
}

.custom--accordion .accordion-item {
  background-color: #f5f4f2 !important;
  border: none;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
}

.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.custom--accordion .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background-color: transparent !important;
}

.custom--accordion .accordion-collapse {
  background-color: var(--white) !important;
  border-radius: 10px !important;
}

.custom--accordion .accordion-body {
  color: var(--black);
}

.custom--accordion .accordion-button {
  color: var(--black) !important;
  font-size: 16px;
  padding: 0 !important;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0px !important;
  width: 100%;
  background-color: transparent !important;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    font-size: 18px;
    padding-right: 30px;
  }
}

.custom--accordion .accordion-button::after {
  background-image: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  margin-bottom: 25px;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  background-image: none;
  color: var(--black);
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f063";
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion1 .accordion-button[aria-expanded="false"]::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f062";
  display: inline-block;
  position: relative;
  margin-left: auto;
  width: 0 !important;
  right: 16px;
  color: var(--black) !important;
  font-size: 14px;
}

/* Button Style */
button {
  border: none;
  transition: 0.5s;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  border-radius: 15px;
  line-height: 1.2;
  position: relative;
}

.btn.pills {
  border-radius: 50px !important;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

@media screen and (max-width: 1025px) {
  .btn {
    padding: 6px 10px;
  }
}

@media screen and (max-width: 575px) {
  .btn {
    padding: 6px 7px;
  }
}

.btn:hover,
.btn:focus {
  color: hsl(var(--white));
  border-color: transparent;
}

.btn--sm {
  padding: 4px 12px;
  font-size: 14px;
}

.btn--sm:hover,
.btn--sm:focus {
  background-color: hsl(var(--white));
  border: 1px solid transparent;
  color: hsl(var(--white)) !important;
}

@media screen and (max-width: 770px) {
  .btn--sm {
    padding: 5px 8px;
  }
}

.btn--md {
  padding: 9px 34px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

@media screen and (max-width: 770px) {
  .btn--md {
    padding: 6px 12px;
  }
}

.btn--lg {
  padding: 14px 26px;
  font-size: 16px !important;
}

@media screen and (max-width: 770px) {
  .btn--lg {
    padding: 12px 14px;
    font-size: 14px !important;
  }
}

.btn--base-two {
  background: hsl(var(--base-two));
  color: hsl(var(--white));
  border: 0px solid transparent;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  font-family: var(--body-font);
  transition: 0.2s linear;
}

.btn--base-two:hover,
.btn--base-two:active,
.btn--base-two:focus {
  background: hsl(var(--base-two) / 0.8) !important;
  color: hsl(var(--white)) !important;
  border: 0px solid transparent !important;
}

.btn--base-two.pill {
  border-radius: 35px;
}

.btn--primary {
  background: var(--primary);
  color: var(--white);
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  font-family: var(--body-font);
  transition: 0.3s linear;
}

.btn--primary:hover,
.btn--primary:active,
.btn--primary:focus {
  background: var(--primary-l-800) !important;
  color: var(--white) !important;
  border: 1px solid transparent !important;
}

.btn--primary.pill {
  border-radius: 35px;
}

.btn--secondary {
  background: var(--secondary);
  color: var(--white);
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  font-family: var(--body-font);
  transition: 0.3s linear;
}

.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus {
  background: var(--secondary-hover) !important;
  color: var(--white) !important;
  border: 1px solid transparent !important;
}

.btn--secondary.pill {
  border-radius: 35px;
}

.btn--success {
  background: var(--success);
  color: var(--success);
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  font-family: var(--body-font);
  transition: 0.3s linear;
}

.btn--success:hover,
.btn--success:active,
.btn--success:focus {
  background: var(--success-d-100) !important;
  color: var(--white) !important;
  border: 1px solid transparent !important;
}

.btn--success.pill {
  border-radius: 35px;
}

.btn--danger {
  background: var(--danger);
  color: var(--white);
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  font-family: var(--body-font);
  transition: 0.3s linear;
}

.btn--danger:hover,
.btn--danger:active,
.btn--danger:focus {
  background: var(--danger-d-100) !important;
  color: var(--white) !important;
  border: 1px solid transparent !important;
}

.btn--danger.pill {
  border-radius: 35px;
}

.btn--warning {
  background: var(--warning);
  color: var(--warning);
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  font-family: var(--body-font);
  transition: 0.3s linear;
}

.btn--warning:hover,
.btn--warning:active,
.btn--warning:focus {
  background: var(--warning-d-100) !important;
  color: var(--white) !important;
  border: 1px solid transparent !important;
}

.btn--warning.pill {
  border-radius: 35px;
}

.btn--info {
  background: var(--info);
  color: var(--info);
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  font-family: var(--body-font);
  transition: 0.3s linear;
}

.btn--info:hover,
.btn--info:active,
.btn--info:focus {
  background: var(--info-d-100) !important;
  color: var(--white) !important;
  border: 1px solid transparent !important;
}

.btn--info.pill {
  border-radius: 35px;
}

.btn--violet {
  background: var(--violet);
  color: var(--violet);
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  font-family: var(--body-font);
  transition: 0.3s linear;
}

.btn--violet:hover,
.btn--violet:active,
.btn--violet:focus {
  background: var(--violet-d-100) !important;
  color: var(--white) !important;
  border: 1px solid transparent !important;
}

.btn--violet.pill {
  border-radius: 35px;
}

.btn--light {
  background: var(--white);
  color: var(--black);
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  font-family: var(--body-font);
  transition: 0.3s linear;
}

.btn--light:hover,
.btn--light:active,
.btn--light:focus {
  background: var(--black-l-600) !important;
  color: var(--white) !important;
  border: 1px solid transparent !important;
}

.btn--light.pill {
  border-radius: 35px;
}

.btn--dark {
  background: var(--dark);
  color: var(--white);
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  font-family: var(--body-font);
  transition: 0.3s linear;
}

.btn--dark:hover,
.btn--dark:active,
.btn--dark:focus {
  background: var(--dark-l-100) !important;
  color: var(--white) !important;
  border: 1px solid transparent !important;
}

.btn--dark.pill {
  border-radius: 35px;
}

.btn--dark::after {
  background-color: hsl(var(--white) / 0.3);
}

.btn--dark::before {
  background-color: hsl(var(--white) / 0.3);
}

.pill {
  border-radius: 35px !important;
}

.btn-outline {
  background: transparent;
  border: none !important;
  border-radius: 8px;
}

.btn-outline:hover,
.btn-outline:focus {
  box-shadow: none !important;
}

.btn-outline--base {
  color: var(--base);
  border: 1px solid var(--base);
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 6px;
}

.btn-outline--base:hover,
.btn-outline--base:focus {
  background-color: var(--base) !important;
  color: var(--white) !important;
  border: 1px solid var(--base);
}

.btn-outline--base.pill {
  border-radius: 35px;
}

.btn-outline--base.active {
  background-color: var(--primary) !important;
  color: var(--white) !important;
  border: 1px solid var(--primary);
}

.btn-outline--base.active:hover {
  background-color: var(--primary-l-700) !important;
}

.btn-outline--base-two {
  color: var(--base-two);
  border: 1px solid var(--base-two);
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 6px;
}

.btn-outline--base-two:hover,
.btn-outline--base-two:focus {
  background-color: var(--base-two) !important;
  color: var(--white) !important;
  border: 1px solid var(--base-two);
}

.btn-outline--base-two.pill {
  border-radius: 35px;
}

.btn-outline--success {
  color: var(--success);
  border: 1px solid var(--success);
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 6px;
}

.btn-outline--success:hover,
.btn-outline--success:focus {
  background-color: var(--success) !important;
  color: var(--white) !important;
  border: 1px solid var(--success);
}

.btn-outline--success.pill {
  border-radius: 35px;
}

.btn-outline--danger {
  color: var(--danger);
  border: 1px solid var(--danger);
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 6px;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus {
  background-color: var(--danger) !important;
  color: var(--white) !important;
  border: 1px solid var(--danger);
}

.btn-outline--danger.pill {
  border-radius: 35px;
}

.btn-outline--warning {
  color: var(--warning);
  border: 1px solid var(--warning);
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 6px;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus {
  background-color: var(--warning) !important;
  color: var(--white) !important;
  border: 1px solid var(--warning);
}

.btn-outline--warning.pill {
  border-radius: 35px;
}

.btn-outline--info {
  color: var(--info);
  border: 1px solid var(--info);
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 6px;
}

.btn-outline--info:hover,
.btn-outline--info:focus {
  background-color: var(--info) !important;
  color: var(--white) !important;
  border: 1px solid var(--info);
}

.btn-outline--info.pill {
  border-radius: 35px;
}

.btn-outline--primary {
  color: var(--primary);
  border: 1px solid var(--primary);
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 6px;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus {
  background-color: var(--primary) !important;
  color: var(--white) !important;
  border: 1px solid var(--primary);
}

.btn-outline--primary.pill {
  border-radius: 35px;
}

.btn-outline--secondary {
  color: var(--secondary);
  border: 1px solid var(--secondary);
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 6px;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus {
  background-color: var(--secondary) !important;
  color: var(--white) !important;
  border: 1px solid var(--secondary);
}

.btn-outline--secondary.pill {
  border-radius: 35px;
}

.btn-outline--dark {
  color: var(--dark);
  border: 1px solid var(--dark);
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 6px;
}

.btn-outline--dark:hover,
.btn-outline--dark:focus {
  background-color: var(--dark) !important;
  color: var(--white) !important;
  border: 1px solid var(--dark);
}

.btn-outline--dark.pill {
  border-radius: 35px;
}

.btn-outline--light {
  color: var(--white);
  border: 1px solid var(--white);
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 6px;
}

.btn-outline--light:hover,
.btn-outline--light:focus {
  background-color: var(--white) !important;
  color: var(--white) !important;
  border: 1px solid var(--white);
}

.btn-outline--light.pill {
  border-radius: 35px;
}

.btn-outline--light:hover {
  color: var(--black) !important;
}

.btn-outline--violet {
  color: var(--violet);
  border: 1px solid var(--violet);
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 6px;
}

.btn-outline--violet:hover,
.btn-outline--violet:focus {
  background-color: var(--violet) !important;
  color: var(--white) !important;
  border: 1px solid var(--violet);
}

.btn-outline--violet.pill {
  border-radius: 35px;
}

.copytext {
  border-radius: 0px 6px 6px 0px !important;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.header--cta {
  width: 45px;
  height: 45px;
  border-radius: 7px;
  background-color: var(--button-bg);
  color: var(--body-color);
  text-align: center;
}

/* END Button Style */
.swiper-btn--wrap .swiper-button-next,
.swiper-btn--wrap .swiper-button-prev {
  width: 66px;
  height: 66px;
  background-color: var(--white);
  border-radius: 50%;
  position: unset;
  transition: 0.3s linear;
}

.swiper-btn--wrap .swiper-button-next svg,
.swiper-btn--wrap .swiper-button-prev svg {
  transition: 0.3s linear;
}

.swiper-btn--wrap .swiper-button-next:hover,
.swiper-btn--wrap .swiper-button-prev:hover {
  background-color: var(--primary);
}

.swiper-btn--wrap .swiper-button-next:hover svg path,
.swiper-btn--wrap .swiper-button-prev:hover svg path {
  stroke: var(--white);
}

.swiper-btn--wrap .swiper-button-next::after,
.swiper-btn--wrap .swiper-button-prev::after {
  content: none;
}

.swiper-btn--wrap .swiper-button-next svg,
.swiper-btn--wrap .swiper-button-prev svg {
  width: unset;
  height: unset;
  object-fit: contain;
  transform-origin: center;
}

.product--card.style--one .thumb--wrap {
  height: 440px;
  margin-bottom: 30px;
}

.product--card.style--one .thumb--wrap .thumb {
  transition: 0.3s linear;
}

.product--card.style--one .product-status {
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
}

.product--card.style--one .badge--wrap .badge {
  padding: 3px 10px;
  border-radius: 2px;
}

.product--card.style--one .badge--wrap .badge.new {
  background-color: #ffc247;
}

.product--card.style--one .badge--wrap .badge.popular {
  background-color: #c1dde1;
}

.product--card.style--one .badge--wrap .badge.sale {
  background-color: #7f242a;
}

.product--card.style--one .fav--btn {
  font-size: 20px;
}

.product--card.style--one .cta--wrap {
  bottom: 0;
  left: 0;
}

.product--card.style--one .product--cta {
  width: 50%;
  background-color: var(--primary);
  color: var(--white);
  padding: 18px 40px;
  border-top: 1px solid transparent;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.product--card.style--one .product--cta:hover {
  background-color: var(--primary-l-900);
}

.product--card.style--one .product--cta.solid {
  border-color: var(--black-l-100);
  background-color: transparent;
  color: var(--black);
}

.product--card.style--one .product--cta.solid:hover {
  color: var(--primary);
}

.product--card.style--one .prev--price {
  color: #988e86;
  text-decoration: line-through;
  margin-left: 12px;
}

.product--card.style--one:hover .thumb {
  scale: 1.1;
}

.product--card.style--one:hover .product--cta {
  opacity: 1;
  visibility: visible;
}

.product--card.style--two {
  padding: 15px 15px 30px 15px;
  border-radius: 35px;
  transition: 0.2s linear;
}

.product--card.style--two .thumb--wrap {
  height: 305px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-radius: 25px;
}

.product--card.style--two .thumb--wrap .thumb {
  transition: 0.3s linear;
}

.product--card.style--two .product-status {
  top: 25px;
  left: 0;
}

.product--card.style--two .badge--wrap .badge {
  padding: 3px 10px;
  border-radius: 0 30px 30px 0;
  background-color: #ffc247;
}

.product--card.style--two .fav--btn {
  font-size: 16px;
}

.product--card.style--two .cta--wrap {
  bottom: 0;
  left: 0;
}

.product--card.style--two .product--cta {
  gap: 10px;
  bottom: 25px;
  right: -15px;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.product--card.style--two .product--cta .cta--btn {
  width: 36px;
  height: 36px;
  transition: 0.2s linear;
}

.product--card.style--two .product--cta .cta--btn:hover {
  background-color: #009fb8 !important;
}

.product--card.style--two .product--cta .cta--btn:hover i {
  color: var(--white);
}

.product--card.style--two .product--cta .cta--btn:hover .view path {
  fill: var(--white);
}

.product--card.style--two .product--cta .cta--btn:hover .compare path {
  stroke: var(--white);
}

.product--card.style--two .product--cta .cta--btn:hover + .cta-btn--text {
  opacity: 1;
  visibility: visible;
  right: 7px;
}

.product--card.style--two .product--cta .cta-btn--text {
  white-space: nowrap;
  background-color: #009fb8;
  color: var(--white);
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  padding: 10px 30px 11px 10px;
  border-radius: 90px;
  line-height: 1;
  font-size: 15px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.2s linear;
}

.product--card.style--two .review--wrap {
  margin-bottom: 6px;
}

.product--card.style--two .star--list {
  line-height: 1.1;
}

.product--card.style--two .star--list i {
  font-size: 12px;
  color: #ff9500;
}

.product--card.style--two .avg--review {
  line-height: 1;
  color: #777777;
}

.product--card.style--two .title {
  line-height: 28px;
}

.product--card.style--two .price {
  margin-bottom: 30px;
  line-height: 20px;
}

.product--card.style--two:hover {
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
}

.product--card.style--two:hover .thumb {
  scale: 1.1;
}

.product--card.style--two:hover .product--cta {
  opacity: 1;
  visibility: visible;
  right: 15px;
}

.product--card.style--three .thumb--wrap {
  height: 510px;
  margin-bottom: 30px;
  background-color: #f5f4f2;
}

.product--card.style--three .thumb--wrap .thumb {
  transition: 0.3s linear;
}

.product--card.style--three .product-status {
  top: 0;
  left: 0;
  padding: 20px;
}

.product--card.style--three .badge--wrap .badge {
  padding: 3px 10px;
  border-radius: 2px;
}

.product--card.style--three .badge--wrap .badge.new {
  background-color: #ffc247;
}

.product--card.style--three .badge--wrap .badge.popular {
  background-color: #c1dde1;
}

.product--card.style--three .badge--wrap .badge.sale {
  background-color: #7f242a;
}

.product--card.style--three .fav--btn {
  font-size: 20px;
}

.product--card.style--three .cta--wrap {
  bottom: 0;
  left: 0;
  padding: 20px;
}

.product--card.style--three .product--cta {
  color: var(--white);
  padding: 12px;
  border: 1px solid var(--black);
  border-radius: 6px;
  width: 50%;
  line-height: 20px;
  transition: 0.3s linear;
}

.product--card.style--three .product--cta:hover {
  background-color: var(--tertiary);
}

.product--card.style--three .title {
  line-height: 30px;
}

.product--card.style--three .price {
  line-height: 26px;
}

.product--card.style--three .prev--price {
  color: #988e86;
  text-decoration: line-through;
  margin-left: 12px;
}

.product--card.style--three:hover .thumb {
  scale: 1.1;
}

.product--card.style--three.list .price--wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product--card.style--three.list .description {
  line-height: 1.6;
}

.product--card.style--four {
  border-radius: 10px;
  transition: 0.1s linear;
  border: 1px solid transparent;
}

.product--card.style--four .thumb--wrap {
  height: 190px;
  padding: 5px;
}

.product--card.style--four .thumb--wrap .thumb {
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border-radius: 6px;
  overflow: hidden;
}

.product--card.style--four .thumb--wrap .thumb img {
  transition: 0.3s linear;
}

.product--card.style--four .product-status {
  top: 0;
  left: 0;
  padding: 10px;
}

.product--card.style--four .badge--wrap .badge {
  padding: 0px 10px;
  border-radius: 4px;
  color: var(--white);
}

.product--card.style--four .badge--wrap .badge.sale {
  background-color: #0b9f00;
}

.product--card.style--four .badge--wrap .badge.new {
  background-color: #e11633;
}

.product--card.style--four .content--wrap {
  padding: 15px;
}

.product--card.style--four .cta--wrap {
  padding: 0px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -1px;
  bottom: -40px;
  background-color: var(--white);
  border-radius: 0 0 10px 10px;
  transition: 0.2s linear;
  padding: 5px 10px 15px 10px;
  border: 1px solid transparent;
  border-top: 0;
  width: 101%;
  z-index: 2;
}

.product--card.style--four .product--cta {
  background-color: var(--neutral);
  color: var(--white);
  padding: 9px 11px;
  transition: 0.3s linear;
  border-radius: 4px;
  line-height: 18px;
  transition: 0.2s linear;
}

.product--card.style--four .item--category {
  font-size: 12px;
  color: #777777;
}

.product--card.style--four .sm--cta {
  background-color: var(--neutral);
  color: var(--white);
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.product--card.style--four .star--list {
  line-height: 1.1;
}

.product--card.style--four .star--list i {
  font-size: 12px;
  color: #ff9500;
}

.product--card.style--four .avg--review {
  line-height: 1;
  color: #777777;
}

.product--card.style--four .title {
  font-size: 15px !important;
  line-height: 22px;
}

.product--card.style--four .price {
  font-size: 18px !important;
  font-size: 18px;
  line-height: 23px;
}

.product--card.style--four .prev--price {
  color: #988e86;
  text-decoration: line-through;
  margin-left: 12px;
  font-size: 15px !important;
}

.product--card.style--four:hover {
  border-radius: 10px 10px 0px 0px;
  border-color: var(--neutral);
}

.product--card.style--four:hover .thumb {
  background-color: #f0f0f1;
}

.product--card.style--four:hover .thumb img {
  scale: 1.1;
}

.product--card.style--four:hover .cta--wrap {
  opacity: 1;
  bottom: -48px;
  visibility: visible;
  border-color: var(--neutral);
}

.product--card.style--five {
  border: 1px solid var(--black-l-100);
  border-radius: 6px;
  padding: 15px;
}

.product--card.style--five .price--wrap {
  top: 0;
  left: 0;
  padding: 15px;
}

.product--card.style--five .thumb--wrap {
  height: 154px;
  padding: 30px;
}

.product--card.style--five .thumb--wrap img {
  transition: 0.2s linear;
}

.product--card.style--five .title {
  line-height: 20px;
}

.product--card.style--five:hover .thumb--wrap img {
  scale: 1.1;
}

.platform--policy__card {
  padding: 30px;
  border-radius: 10px;
}

.platform--policy__card.two .icon--wrap {
  width: 80px;
  height: 80px;
  background: var(--tertiary);
}

.platform--policy__card.three {
  background-color: #f0f0f1;
}

.platform--policy__card.three .icon--wrap {
  width: 80px;
  height: 80px;
  background: var(--neutral);
}

.platform--policy__card.three .icon--wrap img {
  filter: invert(1);
}

.testimonial--card.style--one {
  padding: 35px;
  border-radius: 10px;
}

.testimonial--card.style--one .content--wrap {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.testimonial--card.style--one .description {
  line-height: 1.5;
}

.testimonial--card.style--one .thumb {
  width: 72px;
  height: 72px;
}

.testimonial--card.style--two {
  padding: 45px;
  border-radius: 15px;
}

.testimonial--card.style--two .content--wrap {
  padding-bottom: 30px;
}

.testimonial--card.style--two .star--wrap .star {
  color: #ff9e01;
  font-size: 14px;
}

.testimonial--card.style--two .author--wrap {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 18px 15px;
}

.testimonial--card.style--two .author--wrap .thumb {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.testimonial--card.style--three {
  padding: 45px;
  padding-top: 0;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}

.testimonial--card.style--three::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: var(--white);
  z-index: -1;
  border-radius: 15px;
}

.testimonial--card.style--three .thumb {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.testimonial--card.style--three .star--wrap {
  border: 1px solid #e7e7e7;
  padding: 8px 20px;
  border-radius: 90px;
}

.testimonial--card.style--three .star--wrap .star {
  color: #ff5b28;
  font-size: 18px;
}

.testimonial--card.style--three .description {
  line-height: 28px;
}

.testimonial--card.style--three .author--wrap {
  padding-bottom: 30px;
}

.promo-card.style--four .thumb--wrap {
  width: 100%;
  height: 472px;
  border-radius: 6px;
}

.promo-card.style--four .thumb--wrap img {
  transition: 0.2s linear;
}

.promo-card.style--four .content--wrap {
  top: 0;
  left: 0;
  padding: 30px;
}

.promo-card.style--four .content--wrap .title {
  margin-bottom: 30px !important;
}

.promo-card.style--four:hover .thumb--wrap img {
  scale: 1.1;
}

.promo-card .countdown-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.promo-card .countdown-wrapper .countdown-box {
  width: 86px;
  height: 86px;
  border-radius: 6px;
  flex-shrink: 0;
}

.promo-card .btn--wrap {
  left: 30px;
  bottom: 30px;
}

.category--card.style--one .thumb--wrap {
  height: 450px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.category--card.style--one .thumb--wrap img {
  transition: 0.2s linear;
}

.category--card.style--one .content--wrap {
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--black-l-100);
}

.category--card.style--one .content--wrap h6 {
  line-height: 30px;
}

.category--card.style--one .content--wrap p {
  line-height: 30px;
}

.category--card.style--one:hover .content--wrap {
  border-bottom: 1px solid var(--black);
}

.category--card.style--one:hover .thumb--wrap img {
  scale: 1.04;
  rotate: 2deg;
}

.category--card.style--two .thumb--wrap {
  height: 510px;
  border-radius: 10px;
}

.category--card.style--two .thumb--wrap img {
  transition: 0.2s linear;
}

.category--card.style--two .content--wrap {
  left: 0;
  bottom: 0;
  padding: 30px;
}

.blog--card.style--one {
  border-radius: 10px;
}

.blog--card.style--one .date--wrap {
  left: 30px;
  bottom: 30px;
  padding: 10px 20px;
  border-radius: 4px;
}

.blog--card.style--one .content--wrap {
  background-color: #f5f4f2;
  padding: 30px;
}

.blog--card.style--one .content--wrap .title {
  line-height: 1.2;
}

.blog--card.style--one .content--wrap .description {
  line-height: 1.4;
}

.blog--card.style--one .thumb {
  width: 100%;
  height: 290px;
  overflow: hidden;
}

.blog--card.style--two {
  border-radius: 10px;
  padding: 25px;
  background-color: #f5f4f2;
}

.blog--card.style--two .publish--date span {
  width: 8px;
  height: 8px;
}

.blog--card.style--two .thumb--wrap {
  border-radius: 10px;
  height: 196px;
}

.blog--card.style--two .content--wrap {
  margin-bottom: 60px;
}

.blog--card.style--two .content--wrap .title {
  line-height: 1.41;
}

.blog--card.style--two .content--wrap .description {
  line-height: 1.55;
}

.blog--card.style--two .view--btn {
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
}

.blog--card.style--two .view--btn i {
  rotate: -45deg;
}

.blog--card.style--two:hover .view--btn {
  opacity: 1;
  visibility: visible;
}

.blog--card img {
  transition: 0.3s linear;
}

.blog--card:hover img {
  scale: 1.1;
}

.blog--card a:hover {
  text-decoration: underline;
}

.la-offer--card {
  background-color: #eae3dd;
  border-radius: 10px;
  overflow: hidden;
}

.la-offer--card .offer--badge {
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  padding: 12px 25px;
  border-radius: 4px;
  background-color: var(--primary);
}

.la-offer--card a {
  text-decoration: underline;
  font-weight: 600;
}

.la-offer--card.one {
  padding: 70px 0 95px 0;
}

.la-offer--card.two {
  background-color: var(--primary);
  height: 100%;
}

.la-offer--card.two p {
  color: #ffc300;
}

.la-offer--card.two h6 {
  color: #ffc300;
  font-size: 90px;
  border: 1px dashed #ffc300;
  border-radius: 10px;
  padding: 0 15px;
}

.la-offer--card.two a {
  color: var(--white);
}

.la-offer--card.three {
  padding: 78px 45px;
}

.la-offer--card.four {
  padding: 45px 0 25px 45px;
}

.insta-gallery--card .thumb--wrap {
  border-radius: 10px;
  height: 300px;
}

.insta-gallery--card .thumb--wrap img {
  transition: 0.2s linear;
}

.insta-gallery--card .button--wrap {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
}

.insta-gallery--card:hover .thumb--wrap img {
  scale: 1.1;
}

.insta-gallery--card:hover .button--wrap {
  visibility: visible;
  opacity: 1;
}

.subscribe--box {
  padding: 60px 120px 60px 45px;
  border-radius: 15px;
}

.subscribe--box form .form--control {
  background-color: #f5f5f5;
  padding: 14px 25px;
}

.subscribe--box form .btn {
  background-color: var(--secondary);
  padding: 17px 35px;
  word-break: keep-all;
  border-radius: 0px 6px 6px 0px;
  top: 0;
  right: 0;
}

.base--card {
  padding: 25px 30px;
  background-color: #f5f4f2;
  border-radius: 10px;
}

.base--card .title--wrap {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed var(--black-l-200);
}

.filter--box .filter--group .title--wrap {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed var(--black-l-200);
}

.filter--box .range-slider {
  position: relative;
  user-select: none;
  clear: both;
}

.filter--box .range-slider .label {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  color: #111;
  font-size: 17px;
}

.filter--box .range-slider .label span {
  float: left;
  display: inline-block;
}

.filter--box .range-slider-box .sliderr {
  height: 6px;
  background-color: var(--secondary-l-300);
  position: relative;
}

.filter--box .range-slider-box .sliderr .progresss {
  height: 100%;
  position: absolute;
  left: 5%;
  right: 0%;
  background-color: var(--secondary);
}

.filter--box .range-slider-box .range-input {
  position: relative;
}

.filter--box .range-slider-box .range-input input {
  position: absolute;
  top: -5px;
  height: 4px;
  width: 100%;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  pointer-events: none;
  border-radius: 0px !important;
}

.filter--box .range-input input::-webkit-slider-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--secondary);
  border: 2px solid var(--white);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: auto;
  appearance: none;
}

.filter--box
  .range-slider-box
  .range-input
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: auto;
  z-index: 1;
}

.filter--box
  .range-slider-box
  .range-input
  input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  pointer-events: auto;
  z-index: 1;
}

.product--topbar {
  padding: 17px 30px;
  border-radius: 10px;
  background-color: #f5f4f2;
}

.product--topbar .cta {
  width: 36px;
  height: 36px;
}

.product--topbar .form--control {
  padding: 5px 16px;
}

.offer--card.xl .thumb--wrap {
  width: 100%;
  height: 505px;
  border-radius: 10px;
}

.offer--card.lg .thumb--wrap {
  width: 100%;
  height: 238;
  border-radius: 10px;
}

.offer--card .content--wrap {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.offer--card .content--wrap .offer--badge {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  color: var(--white);
  text-align: center;
  display: inline-block;
  font-size: 14px;
  padding: 2px 12px;
}

.offer--card .thumb--wrap img {
  transition: 0.3s linear;
}

.offer--card:hover .thumb--wrap img {
  scale: 1.05;
}

.promo--card.xl .thumb--wrap {
  width: 100%;
  height: 820px;
  border-radius: 10px;
}

.promo--card.lg .thumb--wrap {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

.promo--card .content--wrap {
  padding: 60px 30px;
  border-radius: 10px;
}

.promo--card .content--wrap h6 {
  margin-bottom: 20px;
}

.promo--card .content--wrap p {
  color: #999999;
  margin-bottom: 30px;
}

.recent-blog--card {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--black-l-200);
}

.recent-blog--card .thumb--wrap {
  width: 90px;
  height: 90px;
  border-radius: 6px;
}

.recent-blog--card .dot {
  width: 8px;
  height: 8px;
}

.ad--card {
  z-index: 1;
}

.ad--card .thumb--wrap {
  width: 100%;
  height: 462px;
}

.ad--card .thumb--wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.ad--card .content--wrap {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 44px;
}

.contact-card--two {
  background: #f5f4f2;
  border-radius: 10px;
  padding: 35px;
}

.contact-card--two p {
  line-height: 28px;
}

.contact-card--two .social--list a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--black);
}

.contact-card--two .social--list a:hover {
  background: var(--secondary);
  border: 1px solid var(--secondary);
}

.contact-card--two .social--list a:hover i {
  color: var(--white);
}

.team--card .thumb--wrap {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
}

.team--card .thumb--wrap img {
  transition: 2s linear;
}

.team--card .content--wrap {
  padding: 12px 34px;
  background-color: var(--white);
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
}

.team--card:hover .thumb--wrap img {
  filter: blur(10px);
}

.team--card:hover .content--wrap {
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}

.cart--item {
  border-bottom: 1px solid var(--black-l-100);
  padding-bottom: 20px;
}

.cart--item .thumb--wrap {
  width: 90px;
  height: 90px;
  background-color: #f5f4f2;
}

.cart--item .remove--item {
  width: 32px;
  height: 32px;
  border: 1px solid var(--black-l-100);
  border-radius: 50%;
}

.headphone-slider--card {
  width: 100%;
  transition: 0.3s liner;
}

.headphone-slider--card .content--wrap {
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 60px 100px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  z-index: 1;
}

.headphone-slider--card .content--wrap p {
  margin-bottom: 15px;
}

.headphone-slider--card .content--wrap h6 {
  margin-bottom: 25px;
}

.headphone-slider--card .content--wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.19%, #000000 100%);
  z-index: -1;
}

.headphone-slider--one .swiper-slide {
  width: 504px;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.4s;
  transform: scale(0.85);
}

.headphone-slider--one .swiper-slide-active {
  width: 852px;
  transform: scale(1);
  opacity: 1;
}

.headphone-slider--one
  .swiper-slide-active
  .headphone-slider--card
  .content--wrap {
  opacity: 1;
  visibility: visible;
}

.headphone-slider--one .swiper-btn--wrap {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 800px;
}

.headphone-slider--one .swiper-btn--wrap:after {
  display: none;
}

.headphone-slider--one .swiper-btn--wrap:before {
  display: none;
}

.headphone-slider--one .swiper-btn--wrap .best-sell-product-prev,
.headphone-slider--one .swiper-btn--wrap .best-sell-product-next {
  background: var(--white) !important;
  color: var(--black);
}

.feature-product--three .thumb--wrap {
  height: 700px;
}

.feature-product--three .thumb--wrap img {
  transition: 0.3s linear;
}

.feature-product--three:hover .thumb--wrap img {
  scale: 1.1;
}

.feature-product--three .content--wrap {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  padding: 15px;
  width: 70%;
}

.feature-product--three .content--wrap .product--thumb {
  width: 80px;
  height: 80px;
  background-color: var(--white);
  border-radius: 6px;
}

.feature-product--three .content--wrap .product--cta {
  border: 1px solid var(--white);
  padding: 12px 25px;
  border-radius: 4px;
}

.feature-product--three .content--wrap .product--cta:hover {
  background-color: var(--white);
  color: var(--black) !important;
}

.feature-product--three .content--wrap .product--cta:hover svg path {
  fill: currentColor !important;
}

.form--label {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

label.req {
  position: relative;
}

label.req::after {
  content: "*";
  position: absolute;
  top: 3px;
  right: -10px;
  color: var(--danger);
}

.form--control {
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 10px 16px;
  background-color: var(--white);
  color: var(--black);
  line-height: 26px;
  border: 1px solid transparent !important;
  border-radius: 6px;
}

.form--control::placeholder {
  color: var(--black-l-500) !important;
  font-size: 16px;
}

.form--control:focus {
  color: var(--black);
  border: 1px solid var(--secondary) !important;
  border-radius: 6px;
  background-color: var(--white);
}

.form--control:disabled,
.form--control[readonly] {
  background-color: var(--black-l-500);
  opacity: 1;
  border: 0;
}

.form--control[type="password"] {
  color: var(--black-l-800);
}

.form--control[type="password"]:focus {
  color: var(--black-l-800);
}

.form--control[type="file"] {
  line-height: 45px;
  padding: 0;
  position: relative;
}

.form--control[type="file"]::file-selector-button {
  border: 1px solid var(--black-l-800);
  padding: 2px 6px;
  border-radius: 0.2em;
  background-color: var(--base-l-500);
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 15px;
  color: var(--black-l-800);
  cursor: pointer;
}

.form--control[type="file"]::file-selector-button:hover {
  background-color: var(--secondary-d-100);
  border: 1px solid var(--secondary);
  color: var(--white);
}

.form--control.pills {
  border-radius: 50px !important;
}

.form--control:focus ~ .form--label,
.form--control:not(:placeholder-shown).form--control:not(:focus)
  ~ .form--label {
  top: -14px;
  left: 8px;
  font-size: 14px;
  background: var(--black);
  z-index: 9;
}

textarea.form--control {
  height: 220px;
  padding: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--black)) !important;
}

.footer-subscribe-box .footer-input:-webkit-autofill {
  -webkit-text-fill-color: hsl(var(--black)) !important;
}

.search--input .search-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: var(--secondary);
}

.search--input input {
  padding-right: 40px;
}

.input--icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--secondary);
}

.password-show-hide {
  position: absolute;
  right: 20px;
  z-index: 3;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  color: var(--black-l-500);
}

#send-amount input[type="file"] {
  color: var(--secondary);
  cursor: pointer;
}

input #send-amount::file-selector-button {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*====== Country code ======*/
.input-group.country-code {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.input-group.country-code .input-group-text {
  background-color: var(--secondary-l-500);
  border: 1px solid var(--secondary-l-700);
}

.form--select option {
  background-color: var(--body-color);
  color: var(--black);
}

/* Custom Checkbox Design */
.form--check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form--check a {
  display: inline;
}

.form--check .form-check-input {
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--black-l-200);
  margin-top: 0px;
}

.form--check .form-check-input:checked {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
  box-shadow: none;
}

.form--check .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form--check .form-check-input:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--white);
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form--check .form-check-label {
  padding-left: 12px;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  font-family: var(--body-font);
}

.form--check label {
  color: var(--black);
}

@media screen and (max-width: 424px) {
  .form--check label {
    font-size: 15px;
  }
}

@media screen and (max-width: 424px) {
  .form--check a {
    font-size: 15px;
  }
}

/*  Custom Radio Design */
.form--radio {
  display: flex;
  align-items: center;
  gap: 6px;
}

.form--radio .form-check-input {
  box-shadow: none;
  border: 1px solid var(--black-l-200);
  position: relative;
  margin: 0px;
  height: 20px;
  width: 20px;
  background-color: transparent;
}

.form--radio .form-check-input:active {
  filter: brightness(100%);
}

.form--radio .form-check-input:checked {
  background-color: transparent;
  border-color: var(--secondary);
}

.form--radio .form-check-input:checked[type="radio"] {
  background-image: none;
}

.form--radio .form-check-input:checked::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background-color: var(--secondary);
  border-radius: 50%;
  z-index: 999;
}

.form--radio .form-radio-label {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  font-family: var(--body-font);
}

/*  Custom Switch Design */
.form--switch .form-check-input {
  width: unset;
  border-radius: 16px;
  background-image: none;
  position: relative;
  box-shadow: none;
  border: 0;
  background-color: var(--secondary) !important;
  padding: 12px 30px !important;
  margin-left: 0;
  margin-bottom: 5px;
}

.form--switch .form-check-input:focus {
  width: unset;
  border-radius: 16px;
  background-image: none;
  position: relative;
  box-shadow: none;
  border: 0;
}

.form--switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-color: var(--black);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 5px;
  transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
  background-color: var(--secondary);
}

.form--switch .form-check-input:checked::before {
  left: calc(100% - 20px);
}

.form--switch .form-check-label {
  margin-right: 10px;
  color: #4d4d4d;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 2;
}

.form-check.form--switch {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
}

.form-check.form--switch .form-check-label {
  margin-right: 10px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 0;
  line-height: 2;
}

/*  Custom Switch End Design */
::-webkit-calendar-picker-indicator {
  filter: invert(0.5);
}

::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.search-input {
  padding-right: 60px !important;
}

/* --------------------------- */
.modal--base .modal-dialog .modal-content {
  border-radius: 10px !important;
  border: 1px solid var(--black-l-800);
  padding: 24px;
  position: relative;
}

.modal--base .modal-dialog .modal-content::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: 0.3s ease;
  background-color: var(--black);
  border: 1px solid var(--black);
  z-index: -1;
}

.modal--base .modal-dialog .modal-header {
  justify-content: space-between;
  padding: 0px;
  padding-bottom: 16px;
  margin-bottom: 36px;
}

.modal--base .modal-dialog .modal-header .btn--close {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background-color: var(--black-l-800) !important;
}

.modal--base .modal-dialog .modal-body {
  padding: 0px;
}

.modal--base .modal-dialog .modal-footer {
  border: 0;
}

.modal--base.modal--newsletter .modal-dialog {
  max-width: 984px;
}

.modal--base.modal--newsletter .modal-dialog .image--left {
  width: 100%;
  height: 590px;
  border-radius: 10px 0px 0px 10px;
}

.modal--base.modal--newsletter .modal-dialog .content--right {
  border-radius: 0px 10px 10px 0px;
}

.modal--base.modal--newsletter .modal-dialog .btn-action--close {
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.pagination {
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .page-item .page-link {
  border: 0;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f4f2;
  font-weight: 600;
  padding: 0;
  color: hsl(var(--black));
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
  color: var(--white);
  background-color: var(--secondary);
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  color: var(--white);
  background-color: var(--secondary);
}

.table {
  margin: 0;
  font-size: 15px;
  border-radius: 10px;
}

.table thead tr th {
  background: transparent;
  text-align: center;
  font-size: 16px;
  padding: 15px;
  color: var(--black);
  font-family: var(--heading-font);
  font-weight: 500;
  max-width: 170px;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table thead tr th:first-child {
  text-align: left;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table thead tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: right;
}

.table thead tr .tbl-text-right {
  text-align: right !important;
}

.table thead tr .tbl-text-center {
  text-align: center !important;
}

.table thead tr .tbl-text-left {
  text-align: left !important;
}

.table thead tr .tbl-text-center:last-child {
  text-align: center;
}

.table tbody {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--black-l-800);
}

.table tbody tr:last-child td:first-child {
  border-radius: 0 0 0px 5px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
  border-left: 0;
}

.table tbody tr td {
  vertical-align: middle;
  border-width: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--body-font);
  font-size: 16px;
  color: var(--body-color);
  max-width: 170px;
  font-weight: 400;
  text-align: left;
  padding: 20px 18px;
  text-align: center;
  background-color: transparent;
}

.table tbody tr td a {
  color: var(--black-l-800);
}

.table tbody tr td a:hover {
  text-decoration: underline;
}

.table tbody tr td span {
  color: var(--black-l-800);
  font-weight: 500;
}

.table tbody tr td p {
  font-size: 14px;
}

.table tbody tr td .table--img {
  max-width: 120px;
  max-height: 120px;
  border-radius: 6px;
  background-color: #f5f4f2;
}

.table tbody tr td::before {
  content: attr(data-label);
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--black);
  font-weight: 500;
  display: none;
  width: 50% !important;
  text-align: left;
}

.table tbody tr td:first-child {
  text-align: left;
}

.table tbody tr td:last-child {
  text-align: right;
}

.table tbody tr .tbl-text-right {
  text-align: right;
}

.table tbody tr .tbl-text-center {
  text-align: center;
}

.table tbody tr .tbl-text-left {
  text-align: left;
}

.table tbody tr .tbl-text-center:last-child {
  text-align: center !important;
}

.table > :not(caption) > * > * {
  background-color: transparent;
}

@media screen and (max-width: 770px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md tbody tr {
    display: block;
  }

  .table--responsive--md tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid var(--black-l-800);
    max-width: unset;
  }

  .table--responsive--md tbody tr td:last-child {
    border: none;
  }

  .table--responsive--md tbody tr td:first-child {
    text-align: right;
  }

  .table--responsive--md tbody tr td::before {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg thead {
    display: none;
  }

  .table--responsive--lg tbody tr {
    display: block;
  }

  .table--responsive--lg tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid var(--black-l-100) !important;
    max-width: unset;
    flex-wrap: wrap;
  }

  .table--responsive--lg tbody tr td:last-child {
    border: none !important;
  }

  .table--responsive--lg tbody tr td:first-child {
    text-align: right;
  }

  .table--responsive--lg tbody tr td::before {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
  }

  .table--responsive--xl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid var(--black-l-800);
    max-width: unset;
  }

  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xl tbody tr td:first-child {
    text-align: right;
  }

  .table--responsive--xl tbody tr td::before {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
  }

  .table--responsive--xl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid var(--black-l-800);
    max-width: unset;
  }

  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xl tbody tr td:first-child {
    text-align: right;
  }

  .table--responsive--xl tbody tr td::before {
    display: block;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 991px) {
  .table-wrapper .table--responsive--lg tbody tr td {
    display: block;
  }
}

@media (max-width: 992px) {
  .table tbody tr:nth-child(even) {
    border-bottom: 1px solid var(--black-l-100);
    background: transparent;
  }
}

.table tbody tr td:first-child {
  text-align: left;
  border-radius: 8px 0 0 8px;
}

.table tbody tr td:last-child {
  text-align: right;
  border-radius: 0 8px 8px 0;
}

.custom--tabs {
  padding: 12px 0px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px !important;
  border: 0;
}

.custom--tabs li {
  margin: 0px;
  width: 33.33%;
}

.custom--tabs li .nav-link {
  background-color: var(--white);
  color: var(--black);
  padding: 25px;
  font-size: 24px;
  border-radius: 0;
  margin: 0;
  border: 0;
  width: 100%;
}

.custom--tabs li .nav-link.active {
  background-color: var(--primary);
  color: var(--white);
}

.custom--tabs li:first-child {
  border-radius: 6px 0px 0px 6px;
  overflow: hidden;
}

.custom--tabs li:last-child {
  border-radius: 0px 6px 6px 0px;
  overflow: hidden;
}

.custom--tabs.two {
  margin-bottom: 0 !important;
}

.custom--tabs.two .nav-link {
  background-color: var(--white);
  color: #4d4d4d;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 16px !important;
  margin: 0;
  border: 0;
  width: 100%;
}

.custom--tabs.two .nav-link.active {
  background-color: var(--secondary);
  color: var(--white) !important;
}

.custom--tabs.three {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 0;
  gap: 45px;
  margin-bottom: 60px !important;
}

.custom--tabs.three li {
  width: fit-content;
  margin: 0;
}

.custom--tabs.three .nav-link {
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 30px !important;
  margin: 0;
  border: 0;
  padding-left: 0;
}

.custom--tabs.three .nav-link.active {
  background-color: transparent;
  color: var(--secondary) !important;
  border-radius: 0;
  border-bottom: 1px solid var(--secondary);
}

.custom--tabs.four {
  padding: 0;
  gap: 45px;
  margin-bottom: 60px !important;
  background-color: var(--white);
  border-radius: 10px;
}

.custom--tabs.four li {
  width: fit-content;
  margin: 0;
}

.custom--tabs.four .nav-link {
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  padding: 23px 20px;
  font-size: 20px !important;
  margin: 0;
  border: 0;
  padding-left: 0;
}

.custom--tabs.four .nav-link.active {
  background-color: transparent;
  color: var(--secondary) !important;
  border-radius: 0;
  text-decoration: underline;
}

/* Badge Color and style */
.badge {
  border-radius: 6px;
  padding: 0px 8px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400 !important;
}

.badge--primary {
  color: var(--primary) !important;
  background-color: var(--primary-l-100) !important;
}

.badge--secondary {
  color: var(--secondary) !important;
  background-color: var(--secondary-l-100) !important;
}

.badge--success {
  color: var(--success) !important;
  background-color: var(--success-l-100) !important;
}

.badge--danger {
  color: var(--danger) !important;
  background-color: var(--danger-l-100) !important;
}

.badge--warning {
  color: var(--warning) !important;
  background-color: var(--warning-l-100) !important;
}

.badge--info {
  color: var(--info) !important;
  background-color: var(--info-l-100) !important;
}

.badge--violet {
  color: var(--violet) !important;
  background-color: var(--violet-l-100) !important;
}

.preloader {
  position: fixed;
  z-index: 999999;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}

.preloader .bar {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  width: 1px;
}

.preloader .bar.one {
  left: 7%;
}

.preloader .bar.two {
  left: 10%;
}

.preloader .bar.three {
  left: 13%;
}

.preloader .bar:nth-child(2)::after {
  animation: run-revers 5s 0s infinite;
  background: linear-gradient(
    rgba(255, 255, 255, 0.29) 20%,
    var(--tertiary) 45.5000013113%,
    var(--tertiary) 100%,
    rgb(236, 236, 236) 100%
  );
}

.preloader .bar::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 70px;
  background: linear-gradient(
    rgba(255, 255, 255, 0.29) 20%,
    var(--tertiary) 45.5000013113%,
    var(--tertiary) 100%,
    rgb(236, 236, 236) 100%
  );
  -webkit-animation: run 5s 0s infinite;
  animation: run 5s 0s infinite;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@keyframes run-revers {
  0% {
    top: 110%;
  }

  100% {
    top: -50%;
  }
}

.preloader .logo img {
  filter: invert(1);
  width: 150px;
  height: auto;
}

.preloader .loader {
  width: 20px;
  height: 8px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  background: currentColor;
  box-sizing: border-box;
  animation: animloader 0.6s 0.3s ease infinite alternate;
}

.preloader .loader::after,
.preloader .loader::before {
  content: "";
  box-sizing: border-box;
  width: 20px;
  height: 8px;
  background: currentColor;
  position: absolute;
  border-radius: 4px;
  top: 0;
  right: 110%;
  animation: animloader 0.6s ease infinite alternate;
}

.preloader .loader::after {
  left: 110%;
  right: auto;
  animation-delay: 0.6s;
}

@keyframes animloader {
  0% {
    width: 20px;
  }

  100% {
    width: 48px;
  }
}

/* dashboard Sidebar Menu Start */
.dashboard_profile .sidebar-menu-list__link {
  color: hsl(var(--black));
}

.dashboard_profile .sidebar-menu-list__link:hover {
  background: hsl(var(--base) / 0.1);
}

.sidebar-menu-list__link.active {
  position: relative;
  background: hsl(var(--white));
}

.sidebar-menu-list__link.active .icon {
  color: hsl(var(--base));
}

.sidebar-menu-list__link.active .text {
  color: hsl(var(--base));
}

.sidebar-menu {
  padding: 0px 0px 10px 0px;
  transition: 0.2s linear;
  background: var(--card-bg);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 300px;
  border-right: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

.sidebar-menu .logo-wrapper {
  padding: 19px 0 28px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
}

.sidebar-menu.show-sidebar {
  transform: translateX(0);
}

@media screen and (max-width: 1199px) {
  .sidebar-menu {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 320px;
    transform: translateX(-100%);
    z-index: 9992;
    border-radius: 0;
    background-color: var(--card-bg);
  }
}

.sidebar-menu__close {
  position: absolute;
  top: 12px;
  right: 12px;
  color: var(--body-color);
  border: 1px solid var(--primary);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  transition: 0.2s linear;
  cursor: pointer;
  display: none;
  z-index: 9;
  border-radius: 3px;
}

@media screen and (max-width: 1199px) {
  .sidebar-menu__close {
    display: block;
  }
}

.sidebar-menu__close:hover,
.sidebar-menu__close:focus {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--black);
}

.sidebar-menu-list {
  overflow-y: auto;
  padding: 0px 0px 120px 0px;
  position: relative;
}

.sidebar-menu-list .menu--lable {
  margin: 35px 40px 16px 40px;
}

.sidebar-menu-list .menu--lable span {
  color: var(--body-color) !important;
  font-size: 18px;
}

.sidebar-menu-list__item {
  margin: 0px 8px 8px 0px;
}

.sidebar-menu-list__item.has-dropdown.active {
  background-color: var(--white-l-100);
  border-radius: 4px;
}

.sidebar-menu-list__item.has-dropdown.active > a {
  color: hsl(var(--base-two));
}

.sidebar-menu-list__item.has-dropdown.active > a:after {
  transform: rotate(90deg);
  margin-left: 14px;
  color: var(--primary);
}

.sidebar-menu-list__item.has-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 4px;
  right: 0px;
  transition: 0.1s linear;
  margin-left: 14px;
  color: var(--body-color);
}

.sidebar-menu-list__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  width: 100%;
  color: var(--body-color) !important;
  gap: 8px;
}

.sidebar-menu-list__link .text {
  transition: 0.3s linear;
  font-size: 20px;
}

.sidebar-menu-list__link:hover .text {
  color: var(--primary) !important;
}

.sidebar-menu-list__link .icon {
  display: block;
  width: 14x;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 4px;
  animation: swing ease-in-out 0.5s 1 alternate;
}

/*=============== Sidebar Submenu Start ===============*/
.sidebar-submenu {
  display: none;
  position: relative;
}

.sidebar-submenu.open-submenu {
  display: block;
}

.sidebar-submenu-list {
  padding: 0;
}

.sidebar-submenu-list__item {
  position: relative;
}

.sidebar-submenu-list__item.active::before {
  background: var(--primary) !important;
}

.sidebar-submenu-list__item.active > a {
  color: var(--primary);
}

.sidebar-submenu-list__link {
  padding: 8px 0px 8px 8px;
  display: block;
  color: var(--black-l-700);
  border-bottom: 0 !important;
}

.sidebar-submenu-list__link:hover {
  background: var(--white-l-800);
  border-radius: 4px;
  color: var(--white);
}

.sidebar-submenu-list__link.active {
  border-bottom: 1px solid var(--primary) !important;
  border-radius: 8px;
}

.sidebar-submenu-list__link.active:hover {
  background: transparent !important;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(10deg);
  }

  30% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  60% {
    transform: rotate(5deg);
  }

  70% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
/*========  responsive sidebar menu  =======*/
.sidebar-menu-wrapper {
  width: 300px;
  height: 100vh;
  background-color: var(--card-bg);
  position: fixed;
  z-index: 15;
  left: -320px;
  transition: all 0.4s ease-in-out;
}

.sidebar-menu-wrapper.show {
  left: 0;
}

.sidebar-menu-wrapper .top-close {
  margin-top: 21px;
  text-align: end;
  margin-right: 24px;
}

.sidebar-menu-wrapper .top-close i {
  font-size: 22px;
  color: var(--black);
}

.sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
  width: 130px;
  margin-left: 6px;
}

@media screen and (max-width: 991px) {
  .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
    margin-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
    margin-left: 6px;
  }
}

.sidebar-menu-list__item .btn.btn--base {
  border: 1px solid var(--black);
}

.sidebar-menu-list__item a span {
  color: var(--body-color);
}

.header {
  position: relative;
  top: 0px;
  z-index: 5;
  padding: 0;
  width: 100%;
  background-color: var(--white);
}

@media screen and (max-width: 991px) {
  .header {
    top: 0px;
    padding: 0px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 7;
  }
}

@media screen and (max-width: 575px) {
  .header {
    padding: 12px 0px;
  }
}

.header.fixed-header {
  position: fixed;
  top: 0px;
  animation: slide-down 0.8s;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  width: 100%;
  z-index: 999;
}

.header--two .header-wrapper .main-menu a:before {
  background-color: var(--secondary);
}

.header--three .header-wrapper .main-menu a:before {
  background-color: var(--tertiary);
}

.header-main-area .search-in--header input {
  background-color: #eae3dd;
  width: 347px;
}

.header-main-area .search-in--header input:focus {
  border-color: var(--primary) !important;
}

.header-main-area .search-in--header .search-btn {
  background-color: var(--primary);
  color: var(--white);
  padding: 10px 14px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 0px 6px 6px 0px;
}

.header-main-area .header--select {
  padding: 6px 18px;
  border-radius: 45px;
  border: 1px solid #000 !important;
  width: 100px;
}

.header-main-area.four .search-in--header {
  width: 1090px;
}

.header-main-area.four .search-in--header input {
  background-color: #f0f0f1 !important;
  width: 100% !important;
}

.header-main-area.four .all-cat--btn {
  background-color: #007466;
  padding: 24px 130px 24px 75px;
  border-radius: 0px 6px 6px 0px;
}

.header-main-area.four .menu-link--wrap {
  padding: 24px 0 !important;
}

.header-main-area.four .main-menu a:before {
  bottom: -26px !important;
}

.header-main-area.four .menu--dropdown {
  top: 72px !important;
}

.header-main-area.four .header--btm {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.header-main-area.four .user--cta {
  height: 100%;
}

.header-main-area.four .user--cta li {
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 30px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-main-area .header--middle {
  padding: 30px 0;
}

.header-main-area .container-fluid {
  padding: 0 75px;
}

@media screen and (max-width: 1399px) {
  .header-main-area .container-fluid {
    padding: 0 40px;
  }
}

@media screen and (max-width: 575px) {
  .header-main-area .container-fluid {
    padding: 0 20px;
  }
}

.scrolled {
  display: none !important;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  background-color: hsl(var(--white));
  border-radius: 12px;
  border: 1px solid hsl(var(--black) / 0.05);
}

@media screen and (max-width: 991px) {
  .header-wrapper {
    padding: 16px 16px;
  }
}

@media screen and (max-width: 575px) {
  .header-wrapper {
    padding: 10px 0px !important;
  }
}

.header-wrapper .ham__menu {
  color: hsl(var(--black));
  display: none;
}

@media screen and (max-width: 991px) {
  .header-wrapper .ham__menu {
    display: block !important;
  }
}

.header-wrapper .logo-wrapper img {
  max-width: 200px;
  filter: brightness(1);
}

@media screen and (max-width: 991px) {
  .header-wrapper .menu--wrap {
    display: none !important;
  }
}

.header-wrapper .main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 991px) {
  .header-wrapper .main-menu {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .header-wrapper .main-menu {
    margin-left: 0px;
  }
}

.header-wrapper .main-menu .menu-link--wrap {
  transition: all 0.4s;
  padding: 32px 0;
}

.header-wrapper .main-menu a {
  font-size: 16px;
  color: var(--body-bg-one);
  font-family: var(--body-font);
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}

.header-wrapper .main-menu a:hover {
  color: var(--black);
}

.header-wrapper .main-menu a:before {
  position: absolute;
  bottom: -32px;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--primary);
  transform: translateX(-100%);
  opacity: 0;
}

.header-wrapper .main-menu a.active {
  color: var(--black);
}

.header-wrapper .main-menu a.active:before {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 1399px) {
  .header-wrapper .main-menu a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .header-wrapper .main-menu a {
    padding: 0px;
    font-size: 16px;
  }
}

.header-wrapper .main-menu a:hover:before {
  opacity: 1;
  transition:
    0.5s transform ease,
    0.8s opacity ease;
  transform: translateX(0);
}

@media (max-width: 770px) {
  .header-wrapper .menu-list-wrapper {
    display: block !important;
  }

  .header-wrapper .menu-list-wrapper ul {
    gap: 0px;
  }
}

@media (max-width: 620px) {
  .header-wrapper .menu-list-wrapper ul:last-child {
    display: none;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header--top {
  height: 50px;
  background-color: var(--secondary);
}

.menu--dropdown {
  transform-origin: 0 0;
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  top: 90px;
  left: 0px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
  transition: 0.3s linear;
  background-color: var(--white);
  padding: 20px;
  border-radius: 12px;
  min-width: 220px;
  margin-top: -5px;
}

.menu--dropdown li a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
  width: 100%;
  color: var(--black) !important;
  border-bottom: 1px solid var(--black-l-100);
  padding: 12px 0;
}

.menu--dropdown li a::before {
  content: none !important;
}

.menu--dropdown li:last-child a {
  border: none;
  padding-bottom: 0;
}

.menu-link--wrap:hover .menu--dropdown {
  visibility: visible;
  opacity: 1;
  transition: 0.3s linear;
  margin-top: 0px;
  transform: scale(1);
}

.hero-section.one .hero-content--wrap .heading {
  margin-bottom: 25px;
}

.hero-section.one .hero-content--wrap .title {
  font-size: 110px;
  line-height: 1;
  margin-bottom: 25px;
  z-index: 1;
}

.hero-section.one .hero-content--wrap .title::after {
  content: attr(data-text);
  position: absolute;
  top: 2px;
  left: 2px;
  color: transparent;
  -webkit-text-stroke: 1px var(--black);
  z-index: -1;
}

.hero-section.one .hero-content--wrap .description {
  margin-bottom: 35px;
}

.hero-section.two .left-content--wrap {
  padding: 130px 0 130px 75px;
  background-color: #efe7e5;
  width: 1340px;
}

.hero-section.two .container-fluid {
  padding: 0;
}

.hero-section.two .hero--thumb {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.hero-section.two .right-content--wrap {
  background-color: #efe7e5;
}

.hero-section.two .right-content--wrap .thumb {
  width: 550px;
  min-height: 750px;
}

.hero-section.two .hero-content--wrap .heading {
  margin-bottom: 25px;
}

.hero-section.two .hero-content--wrap .title {
  font-size: 130px;
  line-height: 1;
  margin-bottom: 25px;
  z-index: 1;
}

.hero-section.two .hero-content--wrap .title::after {
  content: attr(data-text);
  position: absolute;
  top: 2px;
  left: 2px;
  color: transparent;
  -webkit-text-stroke: 1px var(--black);
  z-index: -1;
}

.hero-section.two .hero-content--wrap .description {
  margin-bottom: 35px;
}

.hero-section.three .hero-swiper {
  width: 100%;
}

.hero-section.three .swiper-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-section.three .slide--bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transform: scale(1.06);
  transition: transform 6s ease;
}

.hero-section.three .swiper-slide-active .slide--bg {
  transform: scale(1);
}

.hero-section.three .slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 53.85%,
    #000000 100%
  );
}

.hero-section.three .slide--content {
  position: relative;
  z-index: 2;
  padding: 164px 0 164px 164px;
}

.hero-section.three .slide--tag {
  display: inline-block;
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(7.5px);
  padding: 6px 25px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s 0.15s ease,
    transform 0.55s 0.15s ease;
}

.hero-section.three .slide--title {
  font-size: 120px;
  line-height: 1.08;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.6s 0.28s ease,
    transform 0.6s 0.28s ease;
}

.hero-section.three .slide--desc {
  font-size: 18px;
  line-height: 1.55;
  max-width: 628px;
  margin-bottom: 35px;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s 0.42s ease,
    transform 0.55s 0.42s ease;
  margin-left: 200px;
}

.hero-section.three .slide--cta {
  padding: 17px 35px;
  border-radius: 6px;
  margin-left: 200px;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.5s 0.56s ease,
    transform 0.5s 0.56s ease,
    background 0.2s;
}

.hero-section.three .swiper-slide-active .slide--tag,
.hero-section.three .swiper-slide-active .slide--title,
.hero-section.three .swiper-slide-active .slide--desc,
.hero-section.three .swiper-slide-active .slide--cta {
  opacity: 1;
  transform: translateY(0);
}

.hero-section.three .sale-badge {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 184px;
  height: 184px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.15));
  rotate: -35deg;
}

.hero-section.three .sale-badge::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed var(--black);
  width: 90%;
  height: 90%;
  border-radius: 50%;
}

.hero-section.three .thumb-strip {
  position: absolute;
  right: 162px;
  bottom: 45px;
  z-index: 5;
  display: flex;
  gap: 10px;
}

.hero-section.three .thumb {
  width: 120px;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--white);
  cursor: pointer;
  transition:
    border-color 0.25s,
    transform 0.25s;
}

.hero-section.three .thumb.active,
.hero-section.three .thumb:hover {
  border: 1px solid var(--tertiary);
}

.hero-section.three .slide-counter {
  position: absolute;
  left: 164px;
  bottom: 45px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 20px;
  font-weight: 600;
}

.hero-section.three .counter-line {
  width: 48px;
  height: 1px;
  background: var(--white);
}

.hero-section.three .swiper-pagination {
  display: none;
}

.hero-section.three .swiper-button-next,
.hero-section.three .swiper-button-prev {
  display: none;
}

.hero-section.three .progress-bar {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  z-index: 6;
}

.hero-section.three .progress-fill {
  height: 100%;
  background: var(--accent);
  width: 0%;
  transition: width linear;
}

.hero-section.three .bg--shape {
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  opacity: 0.05;
  width: 250px;
  height: 950px;
}

.hero-section.four {
  padding: 20px 0 60px 0;
}

.footer--section svg {
  width: 100%;
}

.footer--section .logo--wrap {
  margin-bottom: 45px;
}

.footer--section .title {
  margin-bottom: 45px;
}

.footer--section .footer--bottom {
  padding: 30px 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
}

.footer--section .footer--bottom::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
}

.footer--section .footer--bottom .back-to--top {
  width: 46px;
  height: 46px;
  cursor: pointer;
  transition: 0.3s linear;
}

.footer--section .footer--bottom .back-to--top:hover {
  transform: translateY(-4px);
}

.footer--section.two .logo--wrap img {
  filter: invert(1);
}

.footer--section.two .footer--bottom {
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
}

.footer--section.two .footer--bottom::after {
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
}

.footer--section.three {
  background-color: #f5f4f2;
}

.footer--section.three .element {
  top: -4px;
}

.blog-detalis--wrap .thumb--wrap .thumb {
  width: 100%;
  height: 656px;
  border-radius: 15px;
}

.blog-detalis--wrap .publisher-content--wrap {
  right: 0;
  bottom: 0;
  padding: 25px 30px;
  border-top-left-radius: 15px;
}

.blog-detalis--wrap .publisher-content--wrap .publisher--thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--white);
}

.blog-detalis--wrap .publisher-content--wrap .publish-info--wrap .dash {
  width: 30px;
  height: 1px;
  background-color: var(--black);
}

.blog-detalis--wrap .publisher-content--wrap .publish-info--wrap .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--black);
}

.blog-detalis--wrap .content--wrap {
  padding: 46px 30px 30px 30px;
  margin-top: -16px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.blog-detalis--wrap .content--wrap p {
  line-height: 1.55;
}

.blog-detalis--wrap .blockquote--wrap {
  margin-bottom: 70px;
  padding-left: 35px;
  border-left: 1px dashed var(--black);
  position: relative;
  margin: 60px 0;
}

.blog-detalis--wrap .blockquote--wrap blockquote {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}

.blog-detalis--wrap .blockquote--wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  height: 100%;
  border-left: 1px dashed var(--black);
}

.share--option {
  padding: 30px 0;
  border-top: 1px solid var(--black-l-100);
  border-bottom: 1px solid var(--black-l-100);
}

.share--option .blog-tag--two a {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  padding: 3px 20px;
  border-radius: 90px;
  border: 1px solid var(--black-l-100);
}

.share--option .social--list a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid var(--black-l-100);
}

.share--option .social--list a:hover {
  background-color: var(--secondary);
}

.share--option .social--list a:hover i {
  color: var(--white);
}

.share--option .social--list a i {
  font-size: 14px;
}

.breadcrumb {
  z-index: 1;
  overflow: hidden;
}

.breadcrumb .breadcrumb-bg--img {
  position: absolute;
  top: -60px;
  left: 0px;
}

.breadcrumb--title {
  font-size: 60px;
  margin: 0px !important;
}

.breadcrumb--item {
  color: var(--black);
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .breadcrumb--item {
    font-size: 15px;
  }
}

.breadcrumb--item--text {
  color: var(--base);
}

.breadcrumb--icon {
  color: var(--base);
  line-height: 28px;
  font-size: 6px;
}

.breadcrumb--link {
  color: var(--black);
  font-weight: 600;
}

.breadcrumb--link:hover {
  color: var(--base);
}

[data-theme="light"] {
  --body-bg: #f9fafb;
  --body-color: #1a1a1a;
  --card-bg: #ffffff;
  --border-color: #e5e7eb;
  --button-bg: #e5e7eb;
  --white: #000;
}

.error--page .error-wrap .title {
  font-size: 50px;
  font-weight: 700;
}

@media (max-width: 1850px) {
  .product--card.style--three .product--cta {
    font-size: 14px !important;
  }

  .future-cleaning--section .product-element--wrap {
    width: 100%;
    height: 750px;
  }
}

@media (max-width: 1790px) {
  .hero-section.one .hero-content--wrap .title {
    font-size: 90px;
  }

  .product--card.style--three .product--cta {
    width: 100%;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
  }

  .product--card.style--three .cta--wrap {
    flex-direction: column !important;
  }
}

@media (max-width: 1600px) {
  .hero-section.two .hero--thumb {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 45%;
  }

  .hero-section.two .left-content--wrap {
    width: 70%;
  }

  .hero-section.two .right-content--wrap {
    width: 30%;
  }

  .counter--section .counter {
    width: 300px;
    height: 300px;
  }

  .counter--section .counter .number {
    font-size: 60px;
  }

  .hero-section.one .hero-content--wrap .title {
    font-size: 80px;
  }

  .header-main-area .search-in--header input {
    background-color: #eae3dd;
    width: 280px;
  }

  .header-main-area.one .user--item {
    gap: 12px !important;
  }

  .header-main-area.one .user-item--wrap {
    gap: 32px !important;
  }

  .header-wrapper .main-menu {
    gap: 18px !important;
  }

  .category--card.style--one .thumb--wrap {
    height: 350px;
    margin-bottom: 18px;
  }

  .la-offer--card.one .thumb--wrap {
    height: 370px;
  }

  .la-offer--card.two h6 {
    font-size: 60px;
  }

  .la-offer--card.three h6 {
    font-size: 24px !important;
  }

  .la-offer--card .offer--badge {
    font-size: 14px;
  }

  .la-offer--card .offer--badge {
    padding: 8px 20px;
  }

  .section-content--wrap .section--title {
    font-size: 32px !important;
  }

  .custom--tabs li .nav-link {
    font-size: 20px;
  }

  .insta-gallery--card .thumb--wrap {
    height: 240px;
  }

  .video--section.one .thumb--wrap {
    width: 100%;
    min-height: auto;
  }

  .product-demo--section {
    min-height: 600px;
  }

  .product--card.style--one .thumb--wrap {
    height: 390px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1440px) {
  .feature-product--three .thumb--wrap {
    height: 500px;
  }

  .feature-product--three .content--wrap {
    width: 80%;
  }

  .latestproduct-slider--btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .hero-section.three .slide--content {
    padding: 120px 0 120px 120px;
  }

  .category--card.style--two .thumb--wrap {
    height: 380px;
    border-radius: 10px;
  }

  .subscribe--box {
    padding: 40px 40px 40px 40px;
  }

  .subscribe--box .fs--60 {
    font-size: 48px !important;
  }

  .hero-section.two .left-content--wrap {
    padding: 100px 0 100px 75px;
  }

  .team--card .thumb--wrap {
    width: 100%;
    height: 400px;
  }

  .hight-quality-product--section .hight-quality--product.two {
    top: 10%;
    right: 5%;
  }

  .hero-section.two .right-content--wrap .thumb {
    width: 466px;
    min-height: 600px;
  }

  .hero-section.two .hero-content--wrap .title {
    font-size: 110px;
  }

  .team--card .content--wrap {
    flex-direction: column;
    gap: 4px !important;
  }

  .product--details .product--img__preview .main--thumb__preview {
    height: 612px;
  }

  .product--details .product--img__preview .item-gallery__image-wrapper {
    width: 112px;
    height: 138px;
  }

  .custom--tabs .number--count {
    display: none !important;
  }

  .category--list .number--count {
    display: none;
  }

  .recent-blog--card {
    flex-direction: column;
  }

  .recent-blog--card .thumb--wrap {
    width: 100%;
  }

  .blog--card.style--two .content--wrap .title {
    font-size: 18px !important;
  }

  .blog--card.style--two .content--wrap {
    margin-bottom: 20px;
    gap: 10px !important;
  }

  .blog--card.style--two .content--wrap .description {
    font-size: 16px !important;
  }

  .ad--card .thumb--wrap {
    width: 100%;
    height: 320px;
  }

  .ad--card .content--wrap {
    padding: 10px;
  }

  .ad--card .content--wrap .fs--30 {
    font-size: 24px !important;
  }

  .contact-card--two {
    padding: 20px;
  }

  .contact-card--two .mb-30 {
    margin-bottom: 15px !important;
  }

  .social-list--wrap {
    gap: 10px !important;
  }

  .social-list--wrap a {
    width: 35px !important;
    height: 35px !important;
  }

  .platform--policy__card {
    padding: 20px;
  }

  .platform--policy__card .fs--24 {
    font-size: 18px !important;
  }

  .platform--policy__card.two .icon--wrap {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
  }

  .product--card.style--three .thumb--wrap {
    height: 400px;
    margin-bottom: 20px;
  }

  .product--card.style--three .thumb--wrap .thumb {
    height: 170px;
    margin-top: -70px;
  }

  .product--card.style--three .thumb--wrap .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pagination .page-item .page-link {
    height: 40px;
    width: 40px;
  }

  .hero-section.one .hero-content--wrap .title {
    font-size: 72px;
  }

  .testimonial--card.style--one {
    padding: 24px;
    border-radius: 10px;
  }

  .testimonial--card.style--one .content--wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
    gap: 20px !important;
  }

  .testimonial--card.style--one .content--wrap .review {
    font-size: 20px !important;
  }

  .future-cleaning--section .future-content--wrap {
    padding: 50px;
  }

  .future-cleaning--section .fs--60 {
    font-size: 48px !important;
  }
}

@media (max-width: 1399px) {
  .hero-section.one {
    padding: 80px 0;
  }
}

@media (max-width: 1366px) {
  .future-cleaning--section
    .future-content--wrap
    .key-content--wrap
    .key--content
    .icon--wrap {
    width: 60px;
    height: 60px;
    font-size: 28px !important;
  }

  .future-cleaning--section .future-content--wrap {
    padding: 50px;
  }

  .future-cleaning--section .future-content--wrap .mb-60 {
    margin-bottom: 40px;
  }

  .hero-section.three .slide--title {
    font-size: 100px;
  }

  .future-cleaning--section .future-content--wrap .key-content--wrap {
    padding-left: 0px;
  }

  .insta-gallery.two::before {
    top: 125px;
    width: 88.5%;
  }

  .insta-gallery.two::after {
    top: 129px;
    width: 88.5%;
  }

  .product-element--wrap {
    width: 700px;
    height: 760px;
  }

  .product--card.style--two {
    padding: 15px;
  }

  .product--card.style--two .thumb--wrap {
    height: 266px;
    margin-bottom: 20px;
  }

  .product--card.style--two .price {
    margin-bottom: 12px;
    line-height: 20px;
  }

  .headphone-slider--card .content--wrap {
    padding: 40px 40px;
  }

  .about--section .content--wrap .counter .number {
    font-size: 140px;
  }

  .about--section .content--wrap .title {
    font-size: 50px;
    margin-bottom: 0px;
  }

  .about--section .content--wrap .description {
    line-height: 1.55;
    margin-bottom: 30px;
  }

  .about--section .content--wrap .counter {
    gap: 30px;
    margin-bottom: 30px;
  }

  .product--details .product--img__preview {
    flex-direction: column-reverse !important;
  }

  .product--details .product--img__preview .product-all--img {
    flex-direction: row !important;
  }

  .product--details .product--img__preview .item-gallery__image-wrapper {
    width: 110px;
    height: 110px;
    padding: 16px !important;
  }

  .blog-detalis--wrap .publisher-content--wrap {
    padding: 12px 18px;
  }

  .hero-section.one .hero-content--wrap .title {
    font-size: 90px;
  }

  .la-offer--card.three {
    padding: 30px 28px;
  }

  .la-offer--card.three .content--wrap {
    gap: 12px !important;
  }

  .la-offer--card.three .thumb--wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
  }
}

@media (max-width: 1299px) {
  .input--group.search-in--header {
    display: none !important;
  }

  .future-cleaning--section .right-content--wrap {
    height: 100%;
  }

  .future-cleaning--section .right-content--wrap .thumb--wrap {
    height: 100%;
  }

  .future-cleaning--section .right-content--wrap .thumb--wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .future-cleaning--section .product-element--wrap {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .feature-product--three .thumb--wrap {
    height: 420px;
  }

  .feature-product--three .content--wrap {
    width: 90%;
  }

  .hero-section.three .slide--desc {
    margin-left: 0px;
  }

  .hero-section.three .slide--cta {
    margin-left: 0px;
  }

  .hero-section.three .slide-counter {
    left: 122px;
  }

  .hero-section.three .thumb-strip {
    right: 122px !important;
  }

  .best-sell-product-slider--one .mb-60 {
    margin-bottom: 0 !important;
  }

  .swiper-btn--wrap .best-sell-product-prev,
  .swiper-btn--wrap .best-sell-product-next {
    width: 44px;
    height: 44px;
  }

  .header--two .user--cta {
    gap: 12px !important;
  }

  .header--three .user--cta {
    gap: 12px !important;
  }

  .discount--section .product-element--wrap {
    left: 73%;
  }

  .discount--section .product-element--wrap .product--element.three {
    top: 54%;
    left: 23%;
  }

  .discount--section .product-element--wrap .product--element.one {
    bottom: 24%;
    left: 54%;
  }

  .discount--section {
    padding: 100px 0;
  }

  .section-content--wrap {
    gap: 12px !important;
  }

  .hight-quality-product--section .hight-quality--product.four {
    right: 37%;
    bottom: 15%;
  }

  .hero-section.two .left-content--wrap {
    padding: 75px 0 75px 75px;
  }

  .hero-section.two .right-content--wrap .thumb {
    width: 415px;
    min-height: 505px;
  }

  .hero-section.two .hero-content--wrap .title {
    font-size: 100px;
  }

  .counter--section .counter {
    width: 270px;
    height: 270px;
  }

  .counter--section .counter .title {
    font-size: 18px;
    width: 100%;
  }

  .container-fluid {
    padding: 0 40px;
  }

  .container-fluid.four {
    padding: 0 40px;
  }

  .la-offer--card.three .thumb--wrap {
    height: 170px;
  }

  .la-offer--card.one {
    padding: 45px 25px 25px 45px;
  }

  .la-offer--card.one .thumb--wrap {
    height: 275px;
  }

  .la-offer--card.four {
    padding: 45px 25px 25px 45px;
    gap: 0 !important;
  }

  .la-offer--card.four .content--wrap {
    justify-content: center !important;
    align-items: center !important;
  }

  .la-offer--card.four .thumb--wrap {
    height: 275px;
  }

  .la-offer--card .gap--24 {
    gap: 12px !important;
  }

  .la-offer--card .fs--36 {
    font-size: 28px !important;
  }

  .custom--tabs li .nav-link {
    padding: 14px;
    font-size: 20px;
  }
}

@media (max-width: 1025px) {
  .counter--section .counter {
    width: 240px;
    height: 240px;
  }

  .btn--base-circle::after {
    top: 6px;
  }

  .product--card.style--one .product--cta {
    width: 50%;
    padding: 16px 18px;
    opacity: 1;
    visibility: visible;
    font-size: 14px !important;
  }
}

@media (max-width: 1024px) {
  .modal--base.modal--newsletter .modal-dialog {
    max-width: 784px;
  }

  .modal--newsletter .title {
    font-size: 34px !important;
  }

  .feature-product--three .thumb--wrap {
    height: 400px;
  }

  .feature-product--three .content--wrap {
    justify-content: start !important;
    flex-direction: column;
    align-items: start !important;
    flex-wrap: wrap;
    gap: 16px;
  }

  .feature-product--three .content--wrap .product--cta {
    border: 1px solid var(--white);
    padding: 8px 16px;
    border-radius: 4px;
  }

  .testimonial--section.three {
    margin-top: 80px;
  }

  .testimonial--section.three .section-title--xxl {
    font-size: 170px !important;
    top: -13%;
  }

  .category--card.style--two .thumb--wrap {
    height: 310px;
  }

  .category--card.style--two .content--wrap {
    padding: 20px;
  }

  .category--card h6.fs--30 {
    font-size: 24px !important;
  }

  .category--card .btn--md {
    padding: 4px 14px;
    font-size: 16px;
  }

  .discount--section .product-element--wrap {
    display: none !important;
  }

  .hight-quality-product--section .hight-quality--product.four {
    right: 30%;
    bottom: 15%;
  }

  .hero-section.two .hero-content--wrap .heading {
    margin-bottom: 12px;
  }

  .hero-section.two .hero-content--wrap .title {
    font-size: 85px;
  }

  .hero-section.two .hero-content--wrap .description {
    width: 100% !important;
  }

  .product--card.style--three .title {
    text-align: center;
  }

  .header-wrapper .logo-wrapper img {
    max-width: 158px;
  }

  .swiper-btn--wrap.three.position-relative.d-flex.justify-content-start.align-items-center.gap--12 {
    margin-top: 25px;
  }

  .platform--policy__card {
    padding: 20px;
  }

  .platform--policy__card .fs--24 {
    font-size: 18px !important;
  }

  .video--section.one .thumb--wrap .video--btn svg {
    width: 120px;
    height: 120px;
  }

  .category--card.style--one .thumb--wrap {
    height: 280px;
    margin-bottom: 18px;
  }

  .insta-gallery--card .thumb--wrap {
    height: 190px;
  }

  .product-element--wrap {
    width: 700px;
    height: 700px;
  }

  .product-demo--section {
    min-height: 420px;
  }

  .insta-gallery--card .button--wrap {
    width: 44px;
    height: 44px;
    font-size: 20px !important;
  }

  .footer--section.one .bg--black svg {
    height: 240px !important;
  }

  .custom--tabs.three .nav-link {
    padding: 12px 0px;
    font-size: 20px !important;
  }

  .custom--tabs.three {
    gap: 16px;
    margin-bottom: 40px !important;
  }

  .about--section .content--wrap .counter .number {
    font-size: 100px;
  }

  .about--section .content--wrap .title {
    font-size: 40px;
    margin-bottom: 0px;
  }
}

@media (max-width: 998px) {
  .header-two--wrap {
    display: none;
  }
}

@media (max-width: 991px) {
  .modal--base.modal--newsletter .modal-dialog {
    max-width: 784px;
  }

  .modal--base.modal--newsletter .modal-dialog .image--left {
    width: 100%;
    height: 470px;
  }

  .footer--section .title {
    margin-bottom: 25px;
  }

  .feature-product-three {
    padding-inline: 40px;
  }

  .feature-product--three .content--wrap {
    justify-content: space-between !important;
    flex-direction: row;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 16px;
  }

  .hero-section.three .slide--tag {
    padding: 4px 20px;
    border-radius: 12px;
    font-size: 16px;
  }

  .hero-section.three .sale-badge {
    width: 120px;
    height: 120px;
  }

  .hero-section.three .sale-badge .fs--30 {
    font-size: 20px !important;
  }

  .hero-section.three .slide--content {
    padding: 80px 0 100px 80px;
  }

  .hero-section.three .slide--title {
    font-size: 70px;
    margin-bottom: 16px;
  }

  .hero-section.three .thumb {
    width: 90px;
    height: 90px;
    border-radius: 6px;
  }

  .hight-quality-product--section .hight-quality--product.one {
    width: 130px;
  }

  .hight-quality-product--section .hight-quality--product.two {
    width: 140px;
  }

  .hight-quality-product--section .hight-quality--product.five {
    width: 140px;
  }

  .hight-quality-product--section .hight-quality--product.three {
    width: 100px;
  }

  .hight-quality-product--section .hight-quality--product.four {
    right: 37%;
    width: 220px;
  }

  .hight-quality-product--section {
    padding: 140px 0 310px 0;
  }

  .insta-gallery.two::before {
    display: none;
  }

  .insta-gallery.two::after {
    display: none;
  }

  .testimonial--card.style--two .content--wrap {
    padding-bottom: 16px;
    gap: 12px !important;
  }

  .testimonial--card.style--two {
    padding: 20px;
    border-radius: 15px;
  }

  .counter--section .counter {
    width: 200px;
    height: 200px;
    padding: 16px;
  }

  .about--section .content--wrap .title {
    font-size: 50px;
    width: 75%;
  }

  .header-main-area.one .user--item {
    gap: 18px !important;
  }

  .header-main-area.one .user--item i {
    font-size: 18px !important;
  }

  .recent-blog--card {
    flex-direction: row;
  }

  .recent-blog--card .thumb--wrap {
    width: 90px;
    height: 90px;
    border-radius: 6px;
  }

  .la-offer--card .fs--36 {
    font-size: 22px !important;
  }

  .headphone-slider--one .swiper-btn--wrap {
    gap: 600px;
  }
}

@media (max-width: 768px) {
  .modal--base.modal--newsletter .modal-dialog {
    max-width: 684px;
  }

  .modal--base.modal--newsletter .modal-dialog .image--left {
    width: 100%;
    height: 490px;
  }

  .modal--newsletter .title {
    font-size: 30px !important;
  }

  .hero-section.three .slide--content {
    padding: 80px 0 100px 40px;
  }

  .hero-section.three .thumb {
    width: 60px;
    height: 60px;
  }

  .hero-section.three .sale-badge {
    width: 120px;
    height: 120px;
    top: 30%;
    right: 50px;
  }

  .hero-section.three .slide-counter {
    left: 40px;
  }

  .hero-section.three .thumb-strip {
    right: 40px !important;
  }

  .product--card.style--two .content--wrap {
    gap: 0px !important;
  }

  .product--card.style--two .content--wrap .fs--18 {
    font-size: 16px !important;
  }

  .product--card.style--two .content--wrap .fs--20 {
    font-size: 18px !important;
  }

  .btn--md {
    padding: 4px 12px;
    font-size: 12px !important;
  }

  .product--card.style--two .thumb--wrap .thumb {
    transition: 0.3s linear;
    width: 100%;
    height: 100%;
    padding: 40px;
  }

  .product--card.style--two .thumb--wrap {
    height: 190px;
    margin-bottom: 20px;
  }

  .headphone-slider--card .content--wrap h6 {
    font-size: 22px !important;
  }

  .headphone-slider--one .swiper-btn--wrap {
    gap: 500px;
  }

  .hero-section.two .right-content--wrap {
    display: none;
  }

  .hero-section.two .left-content--wrap {
    padding: 75px 0 75px 40px;
    width: 100%;
  }

  .counter--wrap {
    flex-wrap: wrap;
    gap: 12px;
  }

  .counter--wrap .counter {
    margin: 0;
  }

  .counter--section .counter .number {
    font-size: 42px !important;
  }

  .counter--section .counter {
    width: 200px;
    height: 200px;
  }

  .about--section .content--wrap .counter .number {
    font-size: 100px !important;
  }

  .about--section .content--wrap .title {
    font-size: 40px !important;
    margin-bottom: 0px;
  }

  .product--topbar {
    padding: 16px 16px;
  }

  .base--card {
    padding: 20px;
  }

  .breadcrumb--title {
    font-size: 38px;
    margin: 0px !important;
  }

  .breadcrumb {
    padding: 50px 0 40px 0 !important;
  }

  .product--element.one {
    bottom: 40%;
    left: unset;
    right: 5%;
    z-index: 1;
  }

  .product--element.two {
    top: 20%;
    left: 25%;
  }

  .la-offer--card .fs--36 {
    font-size: 18px !important;
  }

  .hero-section.one .hero-content--wrap .title {
    font-size: 70px;
  }

  .hero-section .content--wrap .title {
    font-size: 36px !important;
  }

  .hero-section .content--wrap {
    left: 60px;
  }

  .history-wrap {
    grid-template-columns: 1fr 194px;
  }

  .history-card {
    flex-direction: column;
  }

  .breadcrumb .title {
    font-size: 36px !important;
  }

  .employee--card .thumb--wrap img {
    object-fit: unset !important;
  }

  .share--option.d-flex.justify-content-between.align-items-center {
    flex-wrap: wrap;
    gap: 12px !important;
  }

  .quantity_box input {
    height: 40px;
  }

  .quantity_box button {
    width: 30px;
    height: 40px;
  }

  .product--details .cart--section .btn--secondary {
    padding: 10px 26px;
  }

  .product--details .checkout--section .btn--dark {
    padding: 10px 26px;
  }

  .product--details .cart--section .fav--btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .testimonial--section.three .section-title--xxl {
    font-size: 170px !important;
    top: -13%;
  }

  .testimonial--card.style--three {
    padding: 20px;
    padding-top: 0;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
  }

  .testimonial--card.style--three .thumb {
    width: 90px;
    height: 90px;
  }

  .testimonial--card.style--three .author--wrap {
    padding-bottom: 16px;
  }

  .testimonial--card.style--three .description {
    line-height: 22px;
    font-size: 16px !important;
  }

  .testimonial--card .content--wrap {
    gap: 12px !important;
  }

  .testimonial--card.style--three .star--wrap .star {
    color: #ff5b28;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .modal--base.modal--newsletter .modal-dialog {
    justify-content: center;
  }

  .modal--base .modal-dialog .modal-content {
    width: 80%;
  }

  .modal--base.modal--newsletter .modal-dialog .image--left {
    width: 100%;
    height: 220px;
  }

  .modal--base.modal--newsletter .modal-dialog .image--left {
    border-radius: 10px 10px 0px 0px;
  }

  .modal--base.modal--newsletter .modal-dialog .content--right {
    border-radius: 0px 0px 10px 10px;
    gap: 12px !important;
  }

  .modal--newsletter .title {
    font-size: 26px !important;
  }

  .feature-product--three .content--wrap {
    justify-content: start !important;
    flex-direction: column;
    align-items: start !important;
    flex-wrap: wrap;
    gap: 16px;
  }

  .product-demo--section .product--element.one {
    display: none !important;
  }

  .product-demo--section .product-element--wrap {
    width: 100%;
  }

  .testimonial--section.three .section-title--xxl {
    display: none;
  }

  .testimonial--section.three {
    margin-top: 0px;
  }

  .hero-section.two .hero-content--wrap .title {
    font-size: 50px !important;
  }

  .hero-section.two .hero-content--wrap .description {
    font-size: 14px !important;
  }

  .hero-section.two .left-content--wrap {
    padding: 75px 0 50px 20px;
  }

  .discount--section {
    padding: 80px 0;
  }

  .subscribe--box .fs--60 {
    font-size: 30px !important;
  }

  .subscribe--box {
    padding: 25px;
  }

  .hight-quality-product--section .hight-quality--product.three {
    width: 85px;
    bottom: 20%;
  }

  .hight-quality-product--section {
    padding: 140px 0 220px 0;
  }

  .hight-quality-product--section .hight-quality--product.four {
    right: 37%;
    width: 160px;
  }

  .hight-quality-product--section .hight-quality--product.two {
    width: 70px;
  }

  .hight-quality-product--section .hight-quality--product.one {
    width: 72px;
  }

  .hero-section.two .hero-content--wrap .title {
    font-size: 70px;
    margin-bottom: 16px;
  }

  .hight-quality-product--section .hight-quality--product.five {
    width: 88px;
  }

  .hero-section.two .hero-content--wrap .title {
    font-size: 70px;
  }

  .hero-section.two .hero--thumb {
    display: none !important;
  }

  .team--card .thumb--wrap {
    width: 100%;
    height: 300px !important;
  }

  .about--section .content--wrap .title {
    font-size: 30px !important;
    margin-bottom: 0px;
    width: 100%;
  }

  .about--section .content--wrap .counter .number {
    font-size: 80px !important;
  }

  .error--page .error-wrap .title {
    font-size: 36px;
  }

  .product--details .product--img__preview .item-gallery__image-wrapper {
    width: 80px;
    height: 80px;
    padding: 8px !important;
  }

  .product--details .product--img__preview .main--thumb__preview {
    height: 342px;
  }

  .tags.d-flex {
    flex-wrap: wrap;
  }

  .blog-detalis--wrap .blockquote--wrap .thumb--wrap {
    margin-bottom: 10px !important;
  }

  .blog-detalis--wrap .blockquote--wrap blockquote {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-detalis--wrap .publisher-content--wrap {
    flex-direction: column;
    align-items: start !important;
    justify-content: start !important;
  }

  .blog-detalis--wrap .publisher-content--wrap .publish-info--wrap {
    flex-wrap: wrap;
    gap: 6px !important;
  }

  .blog-detalis--wrap .publisher-content--wrap .publish-info--wrap .dash {
    display: none !important;
  }

  .blog-detalis--wrap .details-thumb--wrap .thumb {
    height: 300px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .blog-detalis--wrap .content--wrap .fs--36.mb-30 {
    font-size: 26px !important;
    margin-bottom: 12px !important;
  }

  .breadcrumb--list {
    gap: 5px !important;
  }

  .contact-card--two h6 {
    font-size: 20px !important;
  }

  .contact--form {
    padding: 30px !important;
  }

  .product--card.style--three .product--cta {
    padding: 8px;
  }

  .product--card.style--three .thumb--wrap .thumb {
    height: 270px;
    margin-top: -70px;
  }

  .product--card.style--three .cta--wrap {
    flex-direction: row !important;
  }

  .cart--item.d-flex.gap--32 {
    gap: 14px !important;
  }

  .header-main-area.one .user--item {
    gap: 14px !important;
  }

  .payment--image {
    display: none;
  }

  .section-content--wrap .section--title {
    font-size: 28px !important;
  }

  .container-fluid.four {
    padding: 0 30px;
  }

  .footer--section.one .bg--black svg {
    height: 140px !important;
  }

  .footer--section .footer--bottom .back-to--top {
    width: 30px;
    height: 30px;
  }

  .la-offer--card.four {
    justify-content: center !important;
  }

  .custom--tabs li .nav-link {
    padding: 10px;
    font-size: 14px;
  }

  .la-offer--card.one .thumb--wrap {
    height: 180px;
  }

  .la-offer--card.one .thumb--wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .la-offer--card.four .thumb--wrap {
    height: 180px;
  }

  .la-offer--card.four .thumb--wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .future-cleaning--section .product-element--wrap {
    width: 100%;
    height: 700px;
  }

  .feature-product--three .thumb--wrap {
    height: 380px;
  }
}

@media (max-width: 480px) {
  .cart-derails--wrap li p {
    font-size: 16px !important;
  }
  .cart-derails--wrap li .title {
    min-width: 100px;
  }
  .modal--base .modal-dialog .modal-content {
    width: 95%;
  }

  .feature-product--three .thumb--wrap {
    height: 350px;
  }

  .feature-product-three {
    padding-inline: 20px;
  }

  .subscribe--box form .btn {
    padding: 17px 14px;
  }

  .insta-gallery.one {
    padding: 30px 0;
  }

  .hero-section.three .slide--title {
    font-size: 45px;
  }

  .future-cleaning--section .product-element--wrap {
    display: none;
  }

  .future-cleaning--section .fs--60 {
    font-size: 36px !important;
  }

  .hero-section.three .slide--desc {
    font-size: 16px;
  }

  .hero-section.three .thumb {
    width: 45px;
    height: 45px;
  }

  .future-cleaning--section .future-content--wrap {
    padding-left: 20px;
  }

  .hero-section.three .sale-badge {
    display: none !important;
  }

  .hero-section.three .slide--content {
    padding: 80px 0 100px 20px;
  }

  .hero-section.three .slide-counter {
    left: 20px;
  }

  .hero-section.three .thumb-strip {
    right: 20px !important;
  }

  .hight-quality-product--section .btn--wrap {
    gap: 12px !important;
  }

  .hight-quality-product--section .hight-quality--product.four {
    right: 31%;
    width: 140px;
  }

  .section-content--wrap .section--title {
    font-size: 24px !important;
  }

  .video--section.one .thumb--wrap .video--btn svg {
    width: 60px;
    height: 60px;
  }

  .insta-gallery.one .container-fluid {
    padding: 0 20px;
  }

  .container-fluid.four {
    padding: 0 20px;
  }

  .container-fluid {
    padding: 0 20px;
  }

  .timeline-wrap {
    height: 320px;
    display: none;
  }

  .history-wrap {
    grid-template-columns: unset;
  }
}
/*# sourceMappingURL=main.css.map */
