/*---------------------------------------------"
// Template Name: RideAxis
// Description: RideAxis Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Gradients */
/* Border-Radius */
/* Gap */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/

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

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: var(--primary-color) !important;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container-fluid {
  padding-right: 4rem !important;
  padding-left: 1rem !important;
}
@media (max-width: 992px) {
  .container-fluid {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .cat_right {
    padding-right: 0 !important;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding: 0 clamp(180px, 12.604vw, 422px);
    width: 100%;
  }
}
@media (max-width: 1599px) {
  .container-fluid {
    padding: 0 1rem;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding: 0 clamp(20px, 2vw, 58px);
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.container-fluid-2 {
  padding-right: calc(var(--bs-gutter-x) * 0.75);
  padding-left: calc(var(--bs-gutter-x) * 0.75);
}
@media (min-width: 1200px) {
  .container-fluid-2 {
    padding: 0 2vw;
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .container-fluid-2 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.54);
    padding-left: calc(var(--bs-gutter-x) * 0.54);
  }
}
@media (max-width: 575px) {
  .container-fluid-2 {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

@media (max-width: 576px) {
  .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0;
  }
}

.slick-track > [class*="col"] {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-right: calc(var(--bs-gutter-x) / 2) !important;
  margin-left: calc(var(--bs-gutter-x) / 2) !important;
}

/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}
:root {
  --primary-color: #1fed95;
  --background-color: #121212;
  --surface-color: #1e1f20;
  --text-primary: #e0e0e0;
  --text-secondary: #b0b0b0;
  --border-color: #292929;
  --success-color: #27ae60;
  --error-color: #e74c3c;
  --shadow-xl: 0 12px 24px rgba(0, 0, 0, 0.6);
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text-primary);
  background-color: var(--background-color);
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(15px, 1vw, 32px);
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: var(--primary-color) !important;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
  /* Prevent scrolling on mobile devices */
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0;
  color: var(--text-primary);
}

h1,
.h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(46px, 3.594vw, 180px);
  /* 69px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 96px */
  letter-spacing: -2.1px;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: clamp(42px, 4.003vw, 69px);
    /* 48px */
  }
}
@media (max-width: 820px) {
  h1,
  .h1 {
    font-size: clamp(36px, 4.878vw, 54px);
    /* 40px */
  }
}

h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(42px, 2.865vw, 140px);
  /* 55px */
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: clamp(38px, 3.336vw, 56px);
    /* 40px */
  }
}
@media (max-width: 820px) {
  h2,
  .h2 {
    font-size: clamp(30px, 4.146vw, 42px);
    /* 34px */
    letter-spacing: -1.75px;
  }
}

h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(38px, 2.292vw, 96px);
  /* 44px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: clamp(32px, 3.169vw, 49px);
    /* 38px */
  }
}
@media (max-width: 820px) {
  h3,
  .h3 {
    font-size: clamp(27px, 3.902vw, 38px);
    /* 32px */
  }
}

h4,
.h4 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(32px, 1.823vw, 72px);
  /* 35px */
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 42px */
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: clamp(29px, 2.752vw, 40px);
    /* 33px */
  }
}
@media (max-width: 820px) {
  h4,
  .h4 {
    font-size: clamp(23px, 3.293vw, 30px);
    /* 27px */
  }
}

h5,
.h5 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(24px, 1.458vw, 69px);
  /* 28px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
}
@media (max-width: 1199px) {
  h5,
  .h5 {
    font-size: clamp(23px, 2.085vw, 32px);
    /* 25px */
  }
}
@media (max-width: 820px) {
  h5,
  .h5 {
    font-size: clamp(19px, 2.439vw, 24px);
    /* 20px */
  }
}

h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 1.198vw, 56px);
  /* 23px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 27.6px */
}
@media (max-width: 1199px) {
  h6,
  .h6 {
    font-size: clamp(21px, 1.918vw, 28px);
    /* 23px */
  }
}
@media (max-width: 820px) {
  h6,
  .h6 {
    font-size: clamp(18px, 2.317vw, 21px);
    /* 19px */
  }
}

.text-16,
p {
  color: var(--text-secondary) !important;
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 0.833vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 21.6px */
}
@media (max-width: 399px) {
  .text-16,
  p {
    font-size: 14px;
  }
}

.eyebrow {
  font-size: clamp(12px, 0.833vw, 72px);
  /* 16px */
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 120%;
}

.subtitle {
  font-size: clamp(13px, 0.729vw, 32px);
  /* 14px */
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.caption {
  font-size: clamp(12px, 0.677vw, 30px);
  /* 13px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1499px) {
  .caption {
    font-size: 13px;
  }
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Montserrat", sans-serif;
}

.hr-line {
  height: 1px;
  width: 100%;
  background: var(--text-secondary);
}

#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: var(--primary-color) !important;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}

.hover-content {
  transition: all 0.5s ease-in-out;
}
.hover-content:hover {
  color: var(--primary-color) !important;
}

#cursor-border {
  position: fixed;
  top: -12px;
  left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--primary-color) !important;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
    height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: var(--primary-color) !important;
}

.color-sec {
  color: #eff5f4;
}

.color-star {
  color: #ff7a00 !important;
}

.black {
  color: var(--text-primary) !important;
}

.medium-black {
  color: #1e1f20 !important;
}

.light-black {
  color: #141516;
}

.white {
  color: #ffffff !important;
}

.dark-gray {
  color: #45474f !important;
}

.light-gray {
  color: var(--text-secondary) !important;
}

.lightest-gray {
  color: #fefafd !important;
}

.bg-primary {
  background: var(--primary-color) !important;
}

.bg-sec {
  background: #eff5f4;
}

.bg-black {
  background: var(--text-primary) !important;
}

.bg-medium-black {
  background: #1e1f20;
}

.bg-dark-black {
  background: var(--text-primary) !important;
}

.bg-black {
  background: var(--text-primary) !important;
}

.bg-light-black {
  background: #141516;
}

.bg-white {
  background: #ffffff !important;
}

.bg-dark-gray {
  background: #45474f;
}

.bg-light-gray {
  background: var(--text-secondary);
}

.bg-lightest-gray {
  background: var(--surface-color);
}

.box-shadow-1 {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

.box-shadow-2 {
  box-shadow: var(--shadow-xl);
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "Montserrat", sans-serif;
}

.br-4 {
  border-radius: clamp(2px, 0.208vw, 28px);
}

.br-6 {
  border-radius: clamp(3px, 0.313vw, 32px);
}

.br-8 {
  border-radius: clamp(4px, 0.417vw, 36px);
}

.br-10 {
  border-radius: clamp(5px, 0.521vw, 40px);
}

.br-12 {
  border-radius: clamp(8px, 0.625vw, 48px) !important;
}

.br-14 {
  border-radius: clamp(10px, 0.729vw, 54px);
}

.br-16 {
  border-radius: clamp(12px, 0.833vw, 64px);
}

.br-18 {
  border-radius: clamp(14px, 0.938vw, 78px);
}

.br-20 {
  border-radius: clamp(16px, 1.042vw, 88px);
}

.br-24 {
  border-radius: clamp(18px, 1.25vw, 96px);
}

.br-32 {
  border-radius: clamp(24px, 1.667vw, 108px);
}

.br-48 {
  border-radius: clamp(28px, 2.5vw, 120px) !important;
}

.br-56 {
  border-radius: clamp(24px, 2.917vw, 140px);
}

.br-64 {
  border-radius: clamp(40px, 3.333vw, 160px);
}

.cursor-pointer {
  cursor: pointer;
}

.no-border {
  border: 0;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 20px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mt-40 {
  margin-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.my-40 {
  margin: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .my-40 {
    margin: 20px 0;
  }
}

.mt-32 {
  margin-top: clamp(24px, 1.667vw, 64px) !important;
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 2.422vw;
  }
}
@media (max-width: 580px) {
  .mt-32 {
    margin-top: 4.082vw;
  }
}

.mb-32 {
  margin-bottom: clamp(24px, 1.667vw, 64px) !important;
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 2.422vw;
  }
}
@media (max-width: 580px) {
  .mb-32 {
    margin-bottom: 4.082vw;
  }
}

.mt-24 {
  margin-top: clamp(21px, 1.25vw, 48px);
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 2.117vw;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 1.613vw;
  }
}

.mb-24 {
  margin-bottom: clamp(21px, 1.25vw, 48px);
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 2.117vw;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 1.613vw;
  }
}
@media (max-width: 490px) {
  .mb-24 {
    margin-bottom: 16px;
  }
}

.mb-20 {
  margin-bottom: clamp(16px, 1.042vw, 48px);
}

.mt-16 {
  margin-top: clamp(14px, 0.833vw, 32px);
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 1.512vw;
  }
}
@media (max-width: 767px) {
  .mt-16 {
    margin-top: 2.449vw;
  }
}

.mb-16 {
  margin-bottom: clamp(14px, 0.833vw, 32px);
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 1.512vw;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 2.449vw;
  }
}

.mb-12 {
  margin-bottom: 0.625vw;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 0.917vw;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 1.009vw;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 1.043vw;
  }
}

.mb-8 {
  margin-bottom: 0.417vw;
}
@media (max-width: 490px) {
  .mb-8 {
    margin-bottom: 0.816vw;
  }
}

.mb-4p {
  margin-bottom: 4px;
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.p-96 {
  padding: clamp(58px, 5vw, 192px);
}

.py-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.p-64 {
  padding: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .p-64 {
    padding: 26px;
  }
}

.py-48 {
  padding: clamp(28px, 2.5vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-48 {
    padding: 24px 0;
  }
}

.pt-48 {
  padding-top: clamp(28px, 2.5vw, 80px);
}
@media (max-width: 575px) {
  .pt-48 {
    padding-top: 24px;
  }
}

.pb-48 {
  padding-bottom: clamp(28px, 2.5vw, 80px);
}
@media (max-width: 575px) {
  .pb-48 {
    padding-bottom: 24px;
  }
}

.py-40 {
  padding: clamp(28px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 32px 0;
  }
}

.pt-40 {
  padding-top: clamp(28px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 32px;
  }
}

.pb-40 {
  padding-bottom: clamp(28px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 32px;
  }
}

.p-40 {
  padding: clamp(28px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .p-40 {
    padding: 32px;
  }
}

.ps-32 {
  padding-left: clamp(18px, 1.667vw, 64px);
  padding-right: clamp(18px, 1.667vw, 64px);
}

.p-32 {
  padding: clamp(18px, 1.667vw, 64px);
}

.pt-32 {
  padding-top: clamp(18px, 1.667vw, 64px);
}

.py-32 {
  padding: clamp(18px, 1.667vw, 64px) 0;
}

.py-24 {
  padding: clamp(16px, 1.25vw, 48px) 0;
}

.p-24 {
  padding: clamp(16px, 1.25vw, 48px);
}

.pt-24 {
  padding-top: clamp(16px, 1.25vw, 48px);
}

.pl-24 {
  padding-left: clamp(16px, 1.25vw, 48px);
}

.pb-24 {
  padding-bottom: clamp(16px, 1.25vw, 48px);
}

.pl-16 {
  padding-left: clamp(10px, 0.938vw, 36px);
}

.p-8-12 {
  padding: clamp(4px, 0.417vw, 16px) clamp(5px, 0.521vw, 20px);
}

.p-8 {
  padding: clamp(6px, 0.417vw, 16px);
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px);
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
  /* gap: clamp(5px, 1.25vw, 48px); */
  justify-content: space-between;
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(130px, 8.021vw, 240px);
  height: clamp(130px, 8.021vw, 240px);
  font-size: clamp(44px, 4vw, 116px);
  border-radius: clamp(18px, 1.25vw, 96px);
  background: var(--primary-color) !important;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top:hover {
  background: #1e1f20;
  color: #ffffff;
}
.back-to-top.show {
  opacity: 1;
}

.cus-btn {
  text-decoration: none;
  padding: clamp(3px, 0.26vw, 32px);
  padding-left: clamp(12px, 0.833vw, 64px);
  cursor: pointer;
  border-radius: clamp(24px, 1.667vw, 108px);
  background: transparent;
  border: 1px solid var(--border-color);
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 50px);
  position: relative;
  overflow: hidden;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.cus-btn:hover {
  color: #000 !important;
}
.cus-btn .text {
  font-size: clamp(14px, 0.833vw, 48px);
  font-weight: 600;
  line-height: 120%;
  /* 21.6px */
  color: #fff !important;
  text-transform: uppercase;
}
.cus-btn .icon {
  width: clamp(28px, 2.302vw, 120px);
  height: clamp(28px, 2.302vw, 120px);
  background-color: #1e1f20;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cus-btn .icon svg {
  width: clamp(18px, 1.25vw, 96px);
  height: clamp(18px, 1.25vw, 96px);
}
.cus-btn .icon svg path {
  transition: all 0.4s ease-in-out;
}
.cus-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cus-btn:hover {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}
.cus-btn:hover::before {
  width: 160%;
}
.cus-btn:hover .text {
  color: #ffffff !important;
}
.cus-btn:hover .icon {
  background-color: #ffffff;
}
.cus-btn:hover .icon svg path {
  fill: #1e1f20;
}

.slider-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}
.slider-arrows .arrow-btn {
  background: #ffffff;
  border: 1px solid #141516;
  width: 32px;
  height: 32px;
  display: grid;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  padding: 0;
}
.slider-arrows .arrow-btn svg path {
  transition: all 0.5s ease-in-out;
}
.slider-arrows .arrow-btn:hover {
  border: 1px solid var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
  background: var(--primary-color) !important;
}
.slider-arrows .arrow-btn:hover svg path {
  stroke: #ffffff;
  transition: all 0.5s ease-in-out;
}

.quantity {
  display: inline-flex;
  align-items: flex-start;
  border: 0;
  border-radius: clamp(2px, 0.208vw, 28px);
  padding: clamp(4px, 0.208vw, 24px) clamp(6px, 0.417vw, 48px);
  border: 1px solid var(--text-primary) !important;
}
.quantity .input-area {
  display: flex;
  align-items: center;
}
.quantity .input-area input {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: clamp(16px, 0.938vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
.quantity .input-area input:focus-visible {
  outline: none;
}
.quantity .input-area .decrement {
  border-radius: clamp(2px, 0.208vw, 28px);
  border: none;
  background: #eff5f4;
  width: clamp(28px, 1.667vw, 64px);
  height: clamp(28px, 1.667vw, 64px);
  transition: all 0.5s ease-in-out;
}
.quantity .input-area .decrement:hover {
  color: #ffffff;
  background: var(--primary-color) !important;
}
.quantity .input-area .increment {
  border-radius: clamp(2px, 0.208vw, 28px);
  border: none;
  background: #eff5f4;
  width: clamp(28px, 1.667vw, 64px);
  height: clamp(28px, 1.667vw, 64px);
  transition: all 0.5s ease-in-out;
}
.quantity .input-area .increment:hover {
  color: #ffffff;
  background: var(--primary-color) !important;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.pagination #border-pagination {
  display: flex;
  gap: 8px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pagination #border-pagination li {
  display: inline;
}
.pagination #border-pagination li span {
  color: #45474f;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  background-color: var(--text-secondary);
  width: clamp(36px, 2.5vw, 96px);
  height: clamp(36px, 2.5vw, 96px);
  border-radius: 50%;
  float: left;
  transition: all 0.5s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.62px;
}
.pagination #border-pagination li a svg {
  width: clamp(17px, 1.042vw, 32px);
  height: clamp(17px, 1.042vw, 32px);
}
.pagination #border-pagination li a svg path {
  stroke: #ffffff;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li a.active {
  background-color: var(--primary-color) !important;
}
.pagination #border-pagination li a:hover {
  background-color: var(--primary-color) !important;
}
.pagination #border-pagination li:hover span {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 118px;
  height: clamp(120px, 14.01vw, 450px);
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 80px;
    max-height: 80px;
  }
}

.form-control {
  padding: clamp(12px, 0.833vw, 48px);
  padding-left: clamp(38px, 2.083vw, 96px);
  border-radius: clamp(4px, 0.417vw, 36px);
  border: 1px solid var(--text-secondary);
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 0.833vw, 32px);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  position: relative;
  color: var(--text-primary) !important;
  box-shadow: none;
  outline: 0;
}
.form-control.form-control-2 {
  padding: clamp(12px, 0.833vw, 48px) clamp(12px, 1.25vw, 48px);
}
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
.form-control:focus {
  box-shadow: none !important;
  outline: 0 !important;
  color: var(--text-primary) !important ;
  background: transparent !important;
}
.form-control::placeholder {
  color: #45474f;
  opacity: 1;
}

input[type="file"] {
  display: none;
}

label.error {
  color: #ff0000;
}

.input-group {
  display: flex;
  align-items: center;
  padding: clamp(12px, 0.833vw, 32px);
  border: 1px solid rgba(250, 250, 250, 0.2);
  border-radius: 5px;
  background: #141516;
  gap: clamp(12px, 0.833vw, 32px);
}
.input-group input {
  width: 10.625vw;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(17px, 0.938vw, 22px);
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1199px) {
  .input-group input {
    font-size: clamp(17px, 1.251vw, 18px);
  }
}
@media (max-width: 820px) {
  .input-group input {
    font-size: clamp(16px, 1.514vw, 16px);
  }
}
@media (max-width: 768px) {
  .input-group input {
    font-size: clamp(16px, 1.825vw, 15px);
  }
}
@media (max-width: 490px) {
  .input-group input {
    font-size: clamp(15px, 2.261vw, 14px);
  }
}
.input-group button {
  padding: 0;
  margin: 0;
  outline: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.check-block input {
  display: none;
}
.check-block label {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  color: #45474f;
  font-weight: 500;
  cursor: pointer;
}
.check-block label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: var(--text-secondary);
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 300;
}
.check-block input[type="checkbox"]:checked + label {
  color: var(--primary-color) !important;
  font-weight: 500;
}
.check-block input[type="checkbox"]:checked + label::before {
  content: "\f14a";
  color: var(--primary-color) !important;
  font-weight: 600;
}

.cus-checkBox input {
  display: none;
}
.cus-checkBox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  cursor: pointer;
}
.cus-checkBox label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: var(--text-secondary);
  font-size: clamp(16px, 1.042vw, 42px);
  font-weight: 300;
}
.cus-checkBox input[type="checkbox"]:checked + label {
  color: var(--primary-color) !important;
  font-weight: 400;
}
.cus-checkBox input[type="checkbox"]:checked + label::before {
  content: "\f14a";
  color: var(--primary-color) !important;
  font-weight: 600;
}

.input-block {
  position: relative;
}
.input-block svg {
  position: absolute;
  top: clamp(12px, 0.938vw, 48px);
  left: clamp(12px, 0.625vw, 32px);
  width: clamp(19px, 1.042vw, 48px);
  height: clamp(19px, 1.042vw, 48px);
}

.material-checkbox {
  display: flex;
  align-items: start;
  color: #fffcfa;
  cursor: pointer;
}
.material-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.material-checkbox input[type="checkbox"]:checked ~ .checkmark {
  background-color: #470053;
  border-color: rgba(120, 29, 136, 0.7333333333);
}
.material-checkbox input[type="checkbox"]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.material-checkbox input[type="checkbox"]:focus ~ .checkmark {
  box-shadow: 0 0 0 2px rgba(170, 71, 188, 0.5254901961);
}
.material-checkbox:hover input[type="checkbox"] ~ .checkmark {
  border-color: #ab47bc;
}
.material-checkbox input[type="checkbox"]:disabled ~ .checkmark {
  opacity: 0.5;
  cursor: not-allowed;
}
.material-checkbox input[type="checkbox"]:disabled ~ .checkmark:hover {
  border-color: #4d4d4d;
}

.checkmark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border: 2px solid var(--text-secondary);
  border-radius: 4px;
  transition: all 0.3s;
}

.wrapper-dropdown {
  position: relative;
  display: inline-block;
  width: fit-content;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1699px) {
  .wrapper-dropdown {
    width: max-content;
  }
}
.wrapper-dropdown .selected-display {
  font-weight: 400;
  color: var(--text-primary) !important;
}
.wrapper-dropdown .selected-display img {
  width: clamp(16px, 0.833vw, 48px);
}
.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown .topbar-dropdown {
  width: max-content;
  background: #ffffff;
  transition: 0.3s;
  position: absolute;
  top: 167%;
  right: 0;
  left: -17px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 5px;
  box-shadow: inherit;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 490px) {
  .wrapper-dropdown .topbar-dropdown {
    top: 130%;
    left: -16px;
  }
}
.wrapper-dropdown .topbar-dropdown.footer-dropdown {
  bottom: 167% !important;
  top: unset !important;
}
.wrapper-dropdown .topbar-dropdown li {
  padding: 0 15px;
  line-height: clamp(32px, 2.292vw, 84px);
  border-radius: 0;
  overflow: hidden;
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  background-color: #eff5f4;
  color: var(--text-primary) !important;
}
.wrapper-dropdown .topbar-dropdown li.item img {
  width: clamp(16px, 0.833vw, 48px);
}
.wrapper-dropdown.active .topbar-dropdown {
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}
.wrapper-dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.wrapper-dropdown .arrow {
  float: right;
  rotate: 180deg;
  width: clamp(22px, 1.25vw, 72px);
  height: clamp(22px, 1.25vw, 72px);
}
.wrapper-dropdown svg {
  transition: all 0.3s;
}
.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

.shop-dropdown {
  padding: clamp(6px, 0.417vw, 12px) clamp(8px, 0.625vw, 24px);
  background: var(--surface-color);
  border-radius: clamp(2px, 0.208vw, 28px);
}
.modal {
  opacity: 0;
}
.modal.show {
  display: grid !important;
  align-items: center;
  height: 100vh;
  transition: 1s;
  opacity: 1;
}
.modal .cus-btn {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: clamp(12px, 0.845vw, 32px) clamp(24px, 1.667vw, 64px);
  font-size: clamp(14px, 0.833vw, 48px);
  font-weight: 500;
  border-radius: clamp(4px, 0.417vw, 36px);
  cursor: pointer;
  background: var(--primary-color) !important;
  position: relative;
  overflow: hidden;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  border: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-dialog {
  max-width: 70%;
}
@media (max-width: 1024px) {
  .modal .modal-dialog {
    max-width: 90%;
  }
}
@media (max-width: 575px) {
  .modal .modal-dialog {
    width: auto;
  }
}
@media (max-width: 490px) {
  .modal .modal-dialog {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .modal .modal-dialog.compare-dialog {
    overflow: hidden;
    max-width: 100% !important;
  }
}
.modal .modal-dialog .modal-content {
  background: transparent;
  border: 0;
}
.modal .modal-dialog .modal-content .modal-body .detail-wrapper {
  background-color: var(--text-secondary);
  padding: 12px;
  border-radius: clamp(18px, 1.25vw, 96px);
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .detail-wrapper
  .quick-image-box {
  border-radius: clamp(16px, 1.042vw, 88px);
  background-color: #eff5f4;
  text-align: center;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 1.667vw, 48px);
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .detail-wrapper
  .quick-image-box
  img {
  width: 28.75vw;
}
@media (max-width: 490px) {
  .modal
    .modal-dialog
    .modal-content
    .modal-body
    .detail-wrapper
    .quick-image-box
    img {
    width: 48.98vw;
  }
}
.modal .modal-dialog .product-text-container {
  border-radius: clamp(16px, 1.042vw, 88px);
  background-color: var(--border-color);
  padding: clamp(16px, 1.25vw, 40px);
  height: 100%;
}

.modal .modal-dialog .product-text-container .decrement,
.modal .modal-dialog .product-text-container .increment {
  background-color: #ffffff;
}
.modal .modal-dialog .product-text-container .decrement:hover,
.modal .modal-dialog .product-text-container .increment:hover {
  background-color: var(--primary-color) !important;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #212529;
  z-index: 9999999;
  display: grid;
  align-content: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  /* common */
}
#preloader .loading {
  font-size: 89px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  text-align: center;
  letter-spacing: -11px;
}

#preloader .loading span {
  display: inline-block;
  margin: 0 0.5rem;
  font-size: clamp(64px, 5vw, 180px);
}
#preloader .loading07 span {
  position: relative;
  color: rgba(146, 148, 159, 0.3);
}
#preloader .loading07 span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: var(--text-primary);
  opacity: 0;
  transform: scale(1.5);
  animation: loading07 3s infinite;
}
@media (max-width: 490px) {
  #preloader .loading {
    letter-spacing: -8px;
  }
  #preloader .loading span {
    font-size: 2rem;
  }
}
#preloader .loading07 span:nth-child(2)::after {
  animation-delay: 0.1s;
}
#preloader .loading07 span:nth-child(3)::after {
  animation-delay: 0.2s;
}
#preloader .loading07 span:nth-child(4)::after {
  animation-delay: 0.3s;
}
#preloader .loading07 span:nth-child(5)::after {
  animation-delay: 0.4s;
}
#preloader .loading07 span:nth-child(6)::after {
  animation-delay: 0.5s;
}
#preloader .loading07 span:nth-child(7)::after {
  animation-delay: 0.6s;
}
#preloader .loading07 span:nth-child(8)::after {
  animation-delay: 0.7s;
}
#preloader .loading07 span:nth-child(9)::after {
  animation-delay: 0.8s;
}
#preloader .loading07 span:nth-child(10)::after {
  animation-delay: 0.9s;
}

@keyframes loading07 {
  0%,
  75%,
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
  25%,
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.zui-wrapper {
  margin: 0 auto;
  width: 80%;
  position: relative;
  background-color: #ffffff;
  padding: clamp(16px, 1.25vw, 48px);
  border-radius: clamp(16px, 1.042vw, 88px);
  /* Phone */
}
@media (max-width: 768px) {
  .zui-wrapper {
    width: 100%;
  }
}
.zui-wrapper .zui-table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 0;
}
.zui-wrapper .zui-table thead th {
  text-align: center !important;
  padding: clamp(12px, 0.833vw, 48px) 20px;
  text-align: left;
  vertical-align: top;
  min-width: 14.063vw;
}
.zui-wrapper .zui-table tbody td {
  text-align: center !important;
  color: var(--text-primary) !important;
  padding: clamp(12px, 0.833vw, 48px) 20px;
  white-space: normal;
  vertical-align: top;
}
.zui-wrapper .zui-table .zui-sticky-col {
  left: 0;
  position: sticky;
  top: auto;
  font-weight: 700;
  min-width: 10.417vw;
  background-color: #ffffff;
}
.zui-wrapper tr:nth-child(even) {
  background: #f3f3f3;
}
.zui-wrapper .zui-scroller {
  overflow-x: scroll;
  overflow-y: visible;
  padding-bottom: 5px;
  width: 100%;
}
.zui-wrapper .zui-scroller::-webkit-scrollbar {
  width: 4px;
}
.zui-wrapper .zui-scroller::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.zui-wrapper .zui-scroller::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #6d6d6d;
}
.zui-wrapper .zui-sticky-col.zui-stripe-row {
  background-color: #f3f3f3;
}
.zui-wrapper .product-img {
  height: auto;
  width: clamp(120px, 7.813vw, 650px);
}
.zui-wrapper .product-link {
  color: var(--primary-color) !important;
  text-decoration: none;
}
.zui-wrapper th:not(:first-child),
.zui-wrapper td:not(:first-child) {
  border-left: 1px solid lightgrey;
}
.zui-wrapper .far {
  padding-right: 8px;
}
.zui-wrapper .svg-inline--fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 23px;
  padding-right: 5px;
}
.zui-wrapper .fa-check-circle {
  color: #028845;
}
.zui-wrapper .fa-plus-circle {
  color: #2275d3;
}
.zui-wrapper .fa-times-circle {
  color: gray;
}
.zui-wrapper .scroll-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fdb813;
}
.zui-wrapper #prev-button,
.zui-wrapper #next-button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  top: 50%;
}
.zui-wrapper #prev-button {
  left: 230px;
  display: none;
}
.zui-wrapper #next-button {
  right: -25px;
}
.zui-wrapper .fa-chevron-left,
.zui-wrapper .fa-chevron-right {
  font-size: 22px;
  padding-right: 0;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .zui-wrapper .zui-table .zui-sticky-col {
    min-width: 125px;
  }
  .zui-wrapper .zui-table thead th {
    min-width: 190px;
  }
  .zui-wrapper .zui-table tbody td {
    font-size: 15px;
  }
  .zui-wrapper .product-img {
    width: 100px;
    height: auto;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .zui-wrapper .zui-table .zui-sticky-col {
    min-width: 175px;
  }
  .zui-wrapper .zui-table thead th {
    min-width: 270px;
  }
}
@media screen and (max-width: 1280px) {
  .zui-wrapper .instruction {
    display: block;
  }
}

/*-------------------------
  layouts
-------------------------*/
@media (max-width: 1025px) {
  header.main-menu {
    position: unset !important;
  }
}
header .header-section .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(8px, 0.625vw, 24px) 0;
}
@media (max-width: 576px) {
  header .header-section .header-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
header .header-section .header-top .svg-block svg {
  width: clamp(16px, 1.042vw, 88px);
  height: clamp(16px, 1.042vw, 88px);
}
@media (max-width: 576px) {
  header .header-section .header-top .top-header-text {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
header .header-section .header-top .social-icons svg {
  width: clamp(15px, 0.833vw, 94px);
  height: clamp(15px, 0.833vw, 94px);
}
header .header-section .header-top .slider-container {
  width: clamp(390px, 33.125vw, 900px);
}
@media (max-width: 576px) {
  header .header-section .header-top .slider-container {
    width: 410px;
    margin: auto;
  }
}
@media (max-width: 399px) {
  header .header-section .header-top .slider-container {
    width: 370px;
    margin: auto;
  }
}
header .header-section .header-top .slider-container .header-slider {
  padding: 0 clamp(24px, 1.667vw, 48px);
  pointer-events: none;
}
header .header-section .header-top .slider-container .header-slider .text-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
header .header-section .header-top .slider-container .slider-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -30px;
}
@media (max-width: 576px) {
  header .header-section .header-top .slider-container .slider-arrows {
    margin-top: -27px;
  }
}
header .header-section .header-top .slider-container .slider-arrows .arrow-btn {
  background: transparent;
  border: 0;
}
header .header-section .header-top .header-end {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.25vw, 32px);
}
@media (max-width: 576px) {
  header .header-section .header-top .header-end {
    display: none;
  }
}
header .header-section .header-top .header-end .top-bar-links {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
header .header-section .header-top .header-end .top-bar-links p {
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}
header .header-section .header-top .header-end .top-bar-links p:hover {
  transition: all 0.5s ease-in-out;
  color: var(--primary-color) !important;
}
header .header-section .header-top .header-end .top-bar-links:hover {
  transition: all 0.5s ease-in-out;
  color: var(--primary-color) !important;
}
header .header-section .header-center {
  padding: clamp(14px, 1.25vw, 32px) 0;
}
@media (min-width: 1999px) {
  header .header-section .header-center .header-logo {
    transform: scale(1.4);
  }
}
@media (min-width: 2999px) {
  header .header-section .header-center .header-logo {
    transform: scale(2.1);
  }
}
@media (max-width: 1199px) {
  header .header-section .header-center .header-logo img {
    width: 80%;
  }
}
@media (max-width: 490px) {
  header .header-section .header-center .header-logo img {
    width: 75%;
  }
}
header .header-section .header-center .navigation {
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  header .header-section .header-center .navigation {
    padding: 8px 0;
  }
}
header .header-section .header-center .navigation .menu-button-right {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.333vw, 72px);
}
@media (max-width: 992px) {
  header .header-section .header-center .navigation .menu-button-right {
    display: none;
  }
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  ul,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 1200px) {
  header
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list,
  header
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list
    ul,
  header
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list,
  header
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list
    ul {
    display: flex;
  }
}
@media (max-width: 992px) {
  header
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list,
  header
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list
    ul,
  header
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list,
  header
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list
    ul {
    display: none;
  }
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li {
  padding: 0 clamp(12px, 0.833vw, 40px);
  position: relative;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li:first-of-type,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li:first-of-type {
  padding-left: 0;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a {
  font-size: clamp(15px, 0.833vw, 32px);
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
  color: var(--text-primary) !important;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: all all 0.5s ease-in-out;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a::before,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff !important;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a.active,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a.active {
  color: #fff !important;
  transition: 0.5s transform ease;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a.active::before,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a.active::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a:hover,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a:hover {
  color: var(--primary-color) !important;
  transition: 0.5s transform ease;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a:hover::before,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a:hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li.current,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li:hover,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li.current,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li:hover {
  color: var(--primary-color) !important;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul {
  position: absolute;
  top: 100%;
  left: -25px;
  width: clamp(200px, 11.458vw, 450px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.5s ease-in-out, visibility all 0.5s ease-in-out,
    transform 700ms ease;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: clamp(4px, 0.417vw, 36px);
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > a,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > a {
  font-size: clamp(14px, 0.833vw, 28px);
  line-height: 150%;
  color: #fff !important;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: flex;
  padding: clamp(7px, 0.417vw, 24px) 20px;
  transition: 400ms;
  border-radius: 5px;
  margin: 4px;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li.current
  > a,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li:hover
  > a,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li.current
  > a,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li:hover
  > a {
  background-color: var(--primary-color) !important;
  color: #ffffff;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li.dropdown:after,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li.dropdown:after {
  position: absolute;
  right: 15px;
  top: 7px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li.dropdown:hover::after,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li.dropdown:hover::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  color: #ffffff;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > ul,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > ul {
  top: 0;
  left: calc(100% + 0px);
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > ul.right-align,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > ul
  ul,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > ul
  ul {
  display: flex;
}
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li:hover
  > ul,
header
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li:hover
  > ul {
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list
    li:nth-last-child(1)
    ul
    li
    > ul,
  header
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list
    li:nth-last-child(2)
    ul
    li
    > ul,
  header
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list
    li:nth-last-child(1)
    ul
    li
    > ul,
  header
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list
    li:nth-last-child(2)
    ul
    li
    > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
header .header-section .header-center .navigation .main-menu__right {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 992px) {
  header .header-section .header-center .navigation .main-menu__right {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  header .header-section .header-center .navigation .main-menu__right {
    gap: 24px;
  }
}
header .header-section .header-center .navigation .main-menu__right svg {
  width: clamp(22px, 1.25vw, 48px);
  height: clamp(22px, 1.25vw, 48px);
}
header .header-section .header-center .header-buttons {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 106px) !important;
}
header .header-section .header-center .header-buttons .cart-button {
  position: relative;
}
header .header-section .header-center .header-buttons .cart-button::before {
  content: "2";
  padding: 3px;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: -4px;
  right: -5px;
  width: clamp(12px, 0.833vw, 64px);
  height: clamp(12px, 0.833vw, 64px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color) !important;
}
header .header-section .header-center .header-buttons .button-block {
  display: flex;
  align-items: end;
  gap: 0.625vw;
}
header .header-section .header-center .header-buttons .button-block svg {
  width: clamp(20px, 1.25vw, 64px);
  height: clamp(20px, 1.25vw, 64px);
  filter: invert(100%);
}
header .header-section .header-center .header-buttons .button-block svg path {
  fill: #1e1f20;
}
header .header-section .header-center .header-buttons .input-searchs {
  display: block;
  position: static;
  width: clamp(220px, 13.542vw, 450px);
  padding: 12px;
  background: transparent;
  border: 2px solid var(--text-primary) !important;
  color: var(--text-primary) !important;
  border-radius: 25px;
  font-size: clamp(15px, 1vw, 32px);
}
header
  .header-section
  .header-center
  .header-buttons
  .input-searchs::placeholder {
  color: var(--text-secondary);
}
header .header-section .header-center .header-buttons .input-searchs:focus {
  background: var(--primary-color) !important;
}
header .header-section .header-center .header-buttons .search-block {
  position: relative;
}
header .header-section .header-center .header-buttons i {
  color: var(--text-primary) !important;
  font-size: clamp(20px, 1.25vw, 48px);
}
header .header-section .mixin-container {
  padding: 0 clamp(18px, 1.25vw, 48px);
}
@media (max-width: 490px) {
  header .header-section .mixin-container .vr-line {
    display: none;
  }
}
header .header-section .mixin-container form {
  position: relative;
  width: 100%;
  border: 1px solid var(--text-secondary);
  border-radius: clamp(5px, 0.521vw, 40px);
}
header .header-section .mixin-container form .input-field {
  display: flex;
  align-items: center;
  position: relative;
}
header .header-section .mixin-container form .input-field svg {
  width: clamp(15px, 0.833vw, 64px);
  height: clamp(15px, 0.833vw, 64px);
  position: absolute;
  top: clamp(12px, 0.938vw, 48px);
  left: clamp(12px, 0.625vw, 24px);
}
header .header-section .mixin-container form .input-field input {
  border: 0;
  padding: clamp(12px, 0.833vw, 48px);
  padding-left: clamp(32px, 2.083vw, 90px);
}
header .header-section .mixin-container form .input-field button {
  position: absolute;
  right: 0;
  padding: clamp(12px, 0.89vw, 48px) clamp(16px, 1.25vw, 64px);
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  background: var(--text-primary) !important;
  border: 0;
  transition: all 0.5s ease-in-out;
}
header .header-section .mixin-container form .input-field button:hover {
  background: var(--primary-color) !important;
}
header .header-buttons {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: clamp(18px, 1.25vw, 106px) !important;
}
header .header-buttons a {
  color: var(--text-primary) !important;
  transition: all 0.5s ease-in-out;
}
header .header-buttons a:hover {
  color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 576px) {
  .header-top .text-16,
  .header-top .svg-block {
    display: none;
  }
}

.main-menu.stricky-fixed {
  transform: translateY(0);
}
.main-menu .sticky-header__content {
  width: 100%;
  padding: 0 0;
  background: var(--surface-color);

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.main-menu .header-section .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(8px, 0.625vw, 24px) 0;
}
@media (max-width: 576px) {
  .main-menu .header-section .header-top {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .main-menu .header-section .header-top .top-header-text {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.main-menu .header-section .header-top .social-icons svg {
  width: clamp(15px, 0.833vw, 64px);
  height: clamp(15px, 0.833vw, 64px);
}
.main-menu .header-section .header-top .slider-container {
  width: clamp(390px, 33.125vw, 900px);
}
@media (max-width: 576px) {
  .main-menu .header-section .header-top .slider-container {
    width: 410px;
    margin: auto;
  }
}
@media (max-width: 399px) {
  .main-menu .header-section .header-top .slider-container {
    width: 370px;
    margin: auto;
  }
}
.main-menu .header-section .header-top .slider-container .header-slider {
  padding: 0 clamp(24px, 1.667vw, 48px);
  pointer-events: none;
}
.main-menu
  .header-section
  .header-top
  .slider-container
  .header-slider
  .text-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main-menu .header-section .header-top .slider-container .slider-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -30px;
}
@media (max-width: 576px) {
  .main-menu .header-section .header-top .slider-container .slider-arrows {
    margin-top: -27px;
  }
}
.main-menu
  .header-section
  .header-top
  .slider-container
  .slider-arrows
  .arrow-btn {
  background: transparent;
  border: 0;
}
.main-menu .header-section .header-top .header-end {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.25vw, 32px);
}
@media (max-width: 576px) {
  .main-menu .header-section .header-top .header-end {
    display: none;
  }
}
.main-menu .header-section .header-top .header-end .top-bar-links {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.main-menu .header-section .header-top .header-end .top-bar-links p {
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}
.main-menu .header-section .header-top .header-end .top-bar-links p:hover {
  transition: all 0.5s ease-in-out;
  color: var(--primary-color) !important;
}
.main-menu .header-section .header-top .header-end .top-bar-links:hover {
  transition: all 0.5s ease-in-out;
  color: var(--primary-color) !important;
}
.main-menu .header-section .header-center {
  padding: clamp(14px, 1.25vw, 32px) 0;
}
@media (min-width: 1999px) {
  .main-menu .header-section .header-center .header-logo {
    transform: scale(1.4);
  }
}
@media (min-width: 2999px) {
  .main-menu .header-section .header-center .header-logo {
    transform: scale(2.1);
  }
}
@media (max-width: 1199px) {
  .main-menu .header-section .header-center .header-logo img {
    width: 70%;
  }
}
@media (max-width: 490px) {
  .main-menu .header-section .header-center .header-logo img {
    width: 75%;
  }
}
.main-menu .header-section .header-center .navigation {
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .main-menu .header-section .header-center .navigation {
    padding: 8px 0;
  }
}
.main-menu .header-section .header-center .navigation .menu-button-right {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.333vw, 72px);
}
@media (max-width: 992px) {
  .main-menu .header-section .header-center .navigation .menu-button-right {
    display: none;
  }
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  ul,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .main-menu
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list,
  .main-menu
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list
    ul,
  .main-menu
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list,
  .main-menu
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list
    ul {
    display: flex;
  }
}
@media (max-width: 992px) {
  .main-menu
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list,
  .main-menu
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list
    ul,
  .main-menu
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list,
  .main-menu
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list
    ul {
    display: none;
  }
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li {
  padding: 0 clamp(12px, 0.833vw, 40px);
  position: relative;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li:first-of-type,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li:first-of-type {
  padding-left: 0;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a {
  font-size: clamp(15px, 1vw, 32px);
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: all all 0.5s ease-in-out;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a::before,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--primary-color) !important;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a.active,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a.active {
  color: var(--primary-color) !important;
  transition: 0.5s transform ease;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a.active::before,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a.active::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a:hover,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a:hover {
  color: var(--primary-color) !important;
  transition: 0.5s transform ease;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a:hover::before,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a:hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li.current,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li:hover,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li.current,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li:hover {
  color: var(--primary-color) !important;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul {
  position: absolute;
  top: 100%;
  left: -25px;
  width: clamp(200px, 11.458vw, 450px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.5s ease-in-out, visibility all 0.5s ease-in-out,
    transform 700ms ease;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: clamp(4px, 0.417vw, 36px);
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > a,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > a {
  font-size: clamp(14px, 0.833vw, 28px);
  line-height: 150%;
  color: #fff !important;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: flex;
  padding: clamp(7px, 0.417vw, 24px) 20px;
  transition: 400ms;
  border-radius: 5px;
  margin: 4px;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li.current
  > a,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li:hover
  > a,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li.current
  > a,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li:hover
  > a {
  background-color: var(--primary-color) !important;
  color: #ffffff;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li.dropdown:after,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li.dropdown:after {
  position: absolute;
  right: 15px;
  top: 7px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li.dropdown:hover::after,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li.dropdown:hover::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  color: #ffffff;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > ul,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > ul {
  top: 0;
  left: calc(100% + 0px);
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > ul.right-align,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > ul
  ul,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > ul
  ul {
  display: flex;
}
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li:hover
  > ul,
.main-menu
  .header-section
  .header-center
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li:hover
  > ul {
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list
    li:nth-last-child(1)
    ul
    li
    > ul,
  .main-menu
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list
    li:nth-last-child(2)
    ul
    li
    > ul,
  .main-menu
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list
    li:nth-last-child(1)
    ul
    li
    > ul,
  .main-menu
    .header-section
    .header-center
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list
    li:nth-last-child(2)
    ul
    li
    > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.main-menu .header-section .header-center .navigation .main-menu__right {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 992px) {
  .main-menu .header-section .header-center .navigation .main-menu__right {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .main-menu .header-section .header-center .navigation .main-menu__right {
    gap: 24px;
  }
}
.main-menu .header-section .header-center .navigation .main-menu__right svg {
  width: clamp(22px, 1.25vw, 48px);
  height: clamp(22px, 1.25vw, 48px);
}
.main-menu .header-section .header-center .header-buttons {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 106px) !important;
}
.main-menu .header-section .header-center .header-buttons .cart-button {
  position: relative;
}
.main-menu .header-section .header-center .header-buttons .cart-button::before {
  content: "2";
  padding: 3px;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: -4px;
  right: -5px;
  width: clamp(12px, 0.833vw, 64px);
  height: clamp(12px, 0.833vw, 64px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color) !important;
}
.main-menu .header-section .header-center .header-buttons .button-block {
  display: flex;
  align-items: end;
  gap: 0.625vw;
}
.main-menu .header-section .header-center .header-buttons .button-block svg {
  width: clamp(20px, 1.25vw, 64px);
  height: clamp(20px, 1.25vw, 64px);
  filter: invert(100%);
}
.main-menu
  .header-section
  .header-center
  .header-buttons
  .button-block
  svg
  path {
  fill: #1e1f20;
}
.main-menu .header-section .header-center .header-buttons .input-searchs {
  display: block;
  position: static;
  width: clamp(220px, 13.542vw, 450px);
  padding: 12px;
  background: transparent;
  border: 2px solid var(--text-primary) !important;
  color: var(--text-primary) !important;
  border-radius: 25px;
}
.main-menu
  .header-section
  .header-center
  .header-buttons
  .input-searchs::placeholder {
  color: var(--text-secondary);
}
.main-menu .header-section .header-center .header-buttons .input-searchs:focus {
  background: var(--primary-color) !important;
}
.main-menu .header-section .header-center .header-buttons .search-block {
  position: relative;
}
.search-block svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  filter: invert(100%);
}
.main-menu .header-section .header-center .header-buttons i {
  color: var(--text-primary) !important;
  font-size: clamp(20px, 1.25vw, 48px);
}
.main-menu .header-section .mixin-container {
  padding: 0 clamp(18px, 1.25vw, 48px);
}
@media (max-width: 490px) {
  .main-menu .header-section .mixin-container .vr-line {
    display: none;
  }
}
.main-menu .header-section .mixin-container form {
  position: relative;
  width: 100%;
  border: 1px solid var(--text-secondary);
  border-radius: clamp(5px, 0.521vw, 40px);
  z-index: 999;
}
.main-menu .header-section .mixin-container form .input-field {
  display: flex;
  align-items: center;
  position: relative;
}
.main-menu .header-section .mixin-container form .input-field svg {
  width: clamp(15px, 0.833vw, 64px);
  height: clamp(15px, 0.833vw, 64px);
  position: absolute;
  top: clamp(12px, 0.938vw, 48px);
  left: clamp(12px, 0.625vw, 24px);
}
.main-menu .header-section .mixin-container form .input-field input {
  border: 0;
  padding: clamp(12px, 0.833vw, 48px);
  padding-left: clamp(32px, 2.083vw, 90px);
}
.main-menu .header-section .mixin-container form .input-field button {
  position: absolute;
  right: 0;
  padding: clamp(12px, 0.89vw, 48px) clamp(16px, 1.25vw, 64px);
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  background: var(--text-primary) !important;
  border: 0;
  transition: all 0.5s ease-in-out;
}
.main-menu .header-section .mixin-container form .input-field button:hover {
  background: var(--primary-color) !important;
}
.main-menu .header-buttons {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: clamp(18px, 1.25vw, 106px) !important;
}
.main-menu .header-buttons a {
  color: var(--text-primary) !important;
  transition: all 0.5s ease-in-out;
}
.main-menu .header-buttons a:hover {
  color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
}

.mobile-nav__toggler {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary) !important;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 992px) {
  .mobile-nav__toggler {
    display: flex;
    align-items: center;
    gap: clamp(5px, 0.521vw, 42px);
  }
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-120%);
  transition: transform 500ms ease;
}
@media (max-width: 1199px) {
  .stricky-header {
    display: none;
  }
}
.stricky-header.main-menu {
  padding: 0 !important;
}
.stricky-header.stricky-fixed {
  transform: translateY(0);
}
.stricky-header .sticky-header__content {
  width: 100%;
  padding: 0 0;
  background: var(--surface-color);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease, visibility 500ms ease;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease, visibility 500ms ease;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: var(--text-primary) !important; */
  opacity: 0.3;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: var(--border-color);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
}
@media (max-width: 490px) {
  .mobile-nav__wrapper .mobile-nav__content {
    width: clamp(250px, 55.102vw, 450px);
  }
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box img {
  width: clamp(120px, 15.625vw, 320px);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid #141516;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper
  .mobile-nav__content
  .main-menu__list
  ul
  li:not(:last-child) {
  border-bottom: 1px solid #141516;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li {
  padding: 4px 0;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid #141516;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--text-primary) !important;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  height: 36px;
  letter-spacing: 0.35px;
  align-items: center;
  transition: 500ms;
  white-space: nowrap;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: var(--primary-color) !important;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--primary-color) !important;
  border-radius: clamp(8px, 0.625vw, 48px) !important;
  border: none;
  outline: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__wrapper
  .mobile-nav__content
  .main-menu__list
  li
  a
  button.expanded {
  transform: rotate(0deg);
  background-color: #1e1f20;
  color: #eff5f4;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--text-primary) !important;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--text-primary) !important;
  white-space: nowrap;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: var(--primary-color) !important;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: var(--text-primary) !important;
  white-space: nowrap;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--primary-color) !important;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: clamp(8px, 0.625vw, 48px) !important;
  background-color: var(--primary-color) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

.vr-line {
  height: 24px;
  width: 1px;
  background: #45474f;
}
.vr-line.vr-line-2 {
  height: 20px;
  width: 1px;
  background: var(--text-secondary);
  opacity: 0.7;
}

.hero-sec {
  padding: clamp(18px, 5.208vw, 106px) 0;
}
@media (max-width: 490px) {
  .hero-sec .hero-content-left {
    padding-top: clamp(40px, 2.5vw, 140px);
    margin-bottom: 10px;
  }
}
.hero-sec .hero-title {
  font-size: clamp(52px, 5.208vw, 190px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 120px */
  letter-spacing: -3px;
  color: #fff !important;
}
.hero-sec .hero-title span {
  color: var(--primary-color);
}
.hero-sec .vector-line {
  width: clamp(72px, 8.333vw, 290px);
  margin-left: 2px;
}
.hero-sec .hero-left-block {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 106px) !important;
  flex-wrap: wrap;
}
@media (max-width: 490px) {
  .hero-sec .hero-left-block {
    display: none;
  }
}
.hero-sec .hero-left-block .block-1 {
  padding: clamp(18px, 1.25vw, 96px) clamp(12px, 0.833vw, 64px);
  width: clamp(290px, 18.281vw, 596px);
  height: clamp(140px, 8.333vw, 296px);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(8px, 0.625vw, 50px);
  border-radius: clamp(8px, 0.625vw, 48px) !important;
  background-color: #1e1f20;
  position: relative;
  text-align: end;
}
.hero-sec .hero-left-block .block-1 .block-man-img {
  position: absolute;
  width: clamp(120px, 7.564vw, 364px);
  left: clamp(12px, 0.833vw, 64px);
  bottom: 0;
  z-index: 1;
}
.hero-sec .hero-left-block .block-2 {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 50px);
}
.hero-sec .hero-left-block .block-2 .block-sheo {
  width: clamp(68px, 5.208vw, 106px);
}
.hero-sec .hero-left-block .block-2 .block-shoe-btn {
  text-decoration: underline;
  color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
  font-size: clamp(14px, 0.938vw, 78px);
  font-weight: 600;
  line-height: 120%;
  /* 21.6px */
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.hero-sec .hero-left-block .block-2 .block-shoe-btn:hover {
  color: var(--text-primary) !important;
}
.hero-sec .hero-right-block {
  padding: clamp(18px, 2.083vw, 120px) 0 clamp(18px, 1.25vw, 96px) 0;
}
.hero-sec .hero-right-block .shoe-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 490px) {
  .hero-sec .hero-right-block .shoe-block {
    flex-direction: row;
  }
}
.hero-sec .hero-right-block .shoe-block .sheo-img {
  width: clamp(350px, 21.823vw, 810px);
  height: clamp(350px, 28.646vw, 1060px);
  border-radius: clamp(24px, 1.667vw, 108px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-sec .hero-right-block .shoe-block .shoe-block-content {
  padding-left: clamp(40px, 4.01vw, 160px);
}
@media (max-width: 490px) {
  .hero-sec .hero-right-block .shoe-block .shoe-block-content {
    padding-left: 6px;
  }
}
.hero-sec .hero-right-block .shoe-block .shoe-block-content .scroll-btn {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 50px);
  border-radius: clamp(24px, 1.667vw, 108px);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
}
@media (max-width: 821px) {
  .hero-sec .hero-right-block .shoe-block .shoe-block-content .scroll-btn {
    padding: 5px 0;
  }
}
.hero-sec
  .hero-right-block
  .shoe-block
  .shoe-block-content
  .scroll-btn::before {
  content: "";
  position: absolute;
  width: clamp(24px, 2.5vw, 120px);
  height: clamp(24px, 2.5vw, 120px);
  border-radius: clamp(24px, 1.667vw, 108px);
  background-color: #1e1f20;
  transition: all 0.5s ease-in-out;
}
.hero-sec .hero-right-block .shoe-block .shoe-block-content .scroll-btn .text {
  z-index: 2;
  padding-right: 12px;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  color: var(--text-secondary);
}
.hero-sec .hero-right-block .shoe-block .shoe-block-content .scroll-btn .icon {
  z-index: 2;
  display: flex;
  border-radius: clamp(24px, 1.667vw, 108px);
  background-color: #1e1f20;
  transition: all 0.5s ease-in-out;
  justify-content: center;
  align-items: center;
  width: clamp(24px, 2.5vw, 120px);
  height: clamp(24px, 2.5vw, 120px);
}
@media (max-width: 821px) {
  .hero-sec
    .hero-right-block
    .shoe-block
    .shoe-block-content
    .scroll-btn
    .icon {
    margin: 5px 0;
  }
}
@media (max-width: 1399px) {
  .hero-sec
    .hero-right-block
    .shoe-block
    .shoe-block-content
    .scroll-btn
    .icon
    svg {
    width: 16px;
  }
}
.hero-sec
  .hero-right-block
  .shoe-block
  .shoe-block-content
  .scroll-btn:hover::before {
  width: 100%;
  background-color: var(--primary-color) !important;
}
.hero-sec
  .hero-right-block
  .shoe-block
  .shoe-block-content
  .scroll-btn:hover
  .text {
  color: #ffffff !important;
}
.hero-sec
  .hero-right-block
  .shoe-block
  .shoe-block-content
  .scroll-btn:hover
  .icon {
  transform: rotate(-90deg);
}
.hero-sec .hero-right-block .hero-right-img-block {
  border-radius: clamp(24px, 1.667vw, 108px);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  margin-bottom: 1.51vw;
}
@media (max-width: 490px) {
  .hero-sec .hero-right-block .hero-right-img-block {
    display: none;
  }
}
.hero-sec .hero-right-block .hero-right-img-block img {
  border-radius: clamp(24px, 1.667vw, 108px);
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.hero-sec .hero-right-block .hero-right-img-block:hover img {
  transform: scale(1.04);
}

.row > div {
  display: flex;
  flex-direction: column;
  align-items: stretch !important;
}

.collection-section .collection-block {
  background: url(../media/collection/collection-bg.png) no-repeat;
  background-position: center;
  background-size: auto;
  border-radius: clamp(8px, 0.625vw, 48px) !important;
  box-shadow: 0px 4px 12px 0px rgba(122, 121, 121, 0.2);
  overflow: hidden;
}
@media (min-width: 1999px) {
  .collection-section .collection-block {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .collection-section .collection-block {
    padding: 32px;
  }
  #cursor,
  #cursor-border {
    display: none;
  }
}
@media (max-width: 575px) {
  .collection-section .collection-block {
    padding: 0;
  }
}
.collection-section .collection-block.collection-v2 {
  padding: clamp(32px, 2.55vw, 72px) 0 clamp(32px, 2.55vw, 72px);
  background: #ffffff;
}
.collection-section .collection-block .sale-label {
  padding: 4px clamp(8px, 0.625vw, 18px);
  border-radius: 32px;
  background: var(--primary-color) !important;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  text-wrap: nowrap;
}
.collection-section .collection-block .content-box {
  padding-left: clamp(12px, 1.25vw, 40px);
}
.collection-section .collection-block .content-box a {
  font-weight: 600;
  color: var(--primary-color) !important;
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
}
.collection-section .collection-block .content-box a:hover {
  color: var(--text-primary) !important;
}
.collection-section .collection-block .image-box {
  border-radius: clamp(8px, 0.625vw, 48px) !important;
}
@media (min-width: 1999px) {
  .collection-section .collection-block .image-box {
    width: 50%;
  }
}
.collection-section .collection-block .image-box img {
  width: 100%;
  object-fit: cover;
  border-radius: clamp(8px, 0.625vw, 48px) !important;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -webkit-transition: all 1s linear 0s;
}
@media (max-width: 768px) {
  .collection-section .collection-block .image-box img {
    width: 75%;
  }
}
.collection-section .collection-block:hover .image-box img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}

.latest-product-card {
  padding: clamp(10px, 0.833vw, 48px);
  border-radius: clamp(12px, 0.833vw, 64px);
  box-shadow: 0px 4px 12px 0px rgba(122, 121, 121, 0.2);
  transition: all 0.5s ease-in-out;
}
.latest-product-card .image-box {
  background: #eff5f4;
  padding: clamp(10px, 0.833vw, 48px);
  border-radius: clamp(8px, 0.625vw, 48px) !important;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.latest-product-card .image-box .sale-label {
  background-color: var(--primary-color) !important;
  padding: clamp(4px, 0.208vw, 12px) clamp(10px, 0.72vw, 24px);
  position: absolute;
  top: clamp(10px, 0.833vw, 24px);
  left: clamp(10px, 0.833vw, 24px);
  border-radius: 32px;
  transition: all 0.5s ease-in-out;
}
.latest-product-card .image-box a {
  width: 100%;
  height: 100%;
}
.latest-product-card .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.latest-product-card .image-box .side-icons ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0px;
  z-index: 5;
  right: -100px;
  gap: 8px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.latest-product-card .image-box .side-icons ul li {
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  transform: translateX(30px);
}
.latest-product-card .image-box .side-icons ul li a {
  width: clamp(28px, 1.667vw, 64px);
  height: clamp(28px, 1.667vw, 64px);
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  background: #ffffff;
  color: #141516;
}
@media (max-width: 490px) {
  .latest-product-card .image-box .side-icons ul li a {
    width: clamp(30px, 6.531vw, 48px);
    height: clamp(30px, 6.531vw, 48px);
  }
}
.latest-product-card .image-box .side-icons ul li a svg {
  width: clamp(14px, 0.833vw, 48px);
  height: clamp(14px, 0.833vw, 48px);
}
.latest-product-card .image-box .side-icons ul li a svg path {
  transition: all 0.5s ease-in-out;
}
.latest-product-card .image-box .side-icons ul li a.btn {
  font-size: clamp(14px, 0.833vw, 40px);
}
.latest-product-card .image-box .side-icons ul li:hover a {
  color: #ffffff;
  background: var(--primary-color) !important;
}
.latest-product-card .image-box .side-icons ul li:hover a svg path {
  fill: #ffffff;
}
.latest-product-card .product-desc .product-title {
  transition: all 0.5s ease-in-out;
  color: var(--text-primary);
  font-weight: 600;
}
.latest-product-card .product-desc .functional-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.latest-product-card .product-desc .functional-bar .quantity {
  justify-content: center;
  border: 0;
  border-radius: clamp(2px, 0.208vw, 28px);
  padding: clamp(4px, 0.208vw, 40px) 8px;
}
.latest-product-card .product-desc .functional-bar .quantity input {
  width: clamp(32px, 2.083vw, 64px);
  height: clamp(32px, 2.083vw, 64px);
  padding: 0;
}
.latest-product-card .product-desc .functional-bar .cart-btn {
  width: clamp(32px, 2.083vw, 64px);
  height: clamp(32px, 2.083vw, 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
}
.latest-product-card .product-desc .functional-bar .cart-btn svg {
  width: clamp(14px, 1.042vw, 32px);
  height: clamp(14px, 1.042vw, 32px);
}
.latest-product-card .product-desc .functional-bar .cart-btn:hover {
  background: #1e1f20;
}
.latest-product-card:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05),
    0px 11px 25px 0px rgba(0, 0, 0, 0.1);
}
.latest-product-card:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.latest-product-card:hover .image-box .side-icons ul {
  right: 0;
  padding: 16px;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
}
.latest-product-card:hover .image-box .side-icons ul li {
  transform: none;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.latest-product-card:hover .image-box .side-icons ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.latest-product-card:hover .image-box .side-icons ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.latest-product-card:hover .image-box .side-icons ul li:nth-child(3) {
  transition-delay: 0.6s;
}
.latest-product-card:hover .product-desc .product-title {
  color: var(--primary-color) !important;
}

.deals-section .deals-slider {
  margin: 0 -12px;
}
.deals-section .slick-list {
  padding: 16px 0;
}
.deals-section .deal-card {
  margin: 0 12px;
  padding: clamp(18px, 1.25vw, 106px);

  transition: all 0.5s ease-in-out;
}
.deals-section .deal-card .content-block .card-title {
  color: var(--text-primary);
  transition: all 0.5s ease-in-out;
}
.deals-section .deal-card .content-block .countdown-card {
  display: flex;
  align-items: center;
  gap: clamp(2px, 0.208vw, 28px);
}
.deals-section .deal-card .content-block .countdown-card li {
  width: clamp(40px, 2.5vw, 196px);
  height: clamp(40px, 2.5vw, 196px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(4px, 0.417vw, 36px);
  background: rgba(69, 107, 97, 0.12);
}
.deals-section .deal-card .content-block .countdown-card li h6 {
  font-weight: 600;
  color: var(--primary-color) !important;
}
.deals-section .deal-card .content-block .countdown-card span {
  color: var(--primary-color) !important;
}
.deals-section .deal-card .content-block .cart-btn {
  color: var(--primary-color) !important;
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase;
}
.deals-section .deal-card .content-block .cart-btn:hover {
  color: var(--text-primary);
}
.deals-section .deal-card .image-block {
  background: #eff5f4;
  border-radius: clamp(8px, 0.625vw, 48px) !important;
  padding: 8px;
  width: 100%;
  height: 100%;
}
.deals-section .deal-card .image-block img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.deals-section .deal-card:hover {
  box-shadow: 0px 0px 15px 4px rgba(122, 121, 121, 0.2);
}
.deals-section .deal-card:hover .card-title {
  color: var(--primary-color) !important;
}
.deals-section .deal-card:hover .image-block img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.28s linear 0s;
  transition: all 0.28s linear 0s;
}

.video-sec .banner-video {
  width: 100%;
  height: clamp(480px, 41.667vw, 1220px);
  /*800*/
  object-fit: cover;
}

.feauture-product-sec {
  overflow: hidden;
}
.feauture-product-sec .product-item-1 {
  width: clamp(292px, 17.448vw, 664px) !important;
  /* background: var(--surface-color); */

  box-shadow: var(--shadow-xl);
  /* border-radius: clamp(18px, 1.25vw, 96px); */
  padding: clamp(12px, 0.833vw, 64px);
  overflow: hidden;
}
@media (max-width: 1025px) {
  .feauture-product-sec .product-item-1 {
    width: auto !important;
  }
}
.feauture-product-sec .product-item-1 .product-color {
  /* display: flex; */
  display: none !important;
  align-items: center;
  gap: 16px;
}
.feauture-product-sec .product-item-1 .product-color ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.feauture-product-sec .product-item-1 .product-color input[type="radio"] {
  width: clamp(12px, 0.833vw, 64px);
  height: clamp(12px, 0.833vw, 64px);
  -webkit-appearance: none;
  border-radius: 50%;
}
@media (max-width: 490px) {
  .feauture-product-sec .product-item-1 .product-color input[type="radio"] {
    width: clamp(16px, 1.042vw, 96px);
    height: clamp(16px, 1.042vw, 96px);
  }
}
.feauture-product-sec
  .product-item-1
  .product-color
  input[type="radio"].radio-3 {
  background-color: #dd3842;
}
.feauture-product-sec
  .product-item-1
  .product-color
  input[type="radio"].radio-4 {
  background-color: #47c2ff;
}
.feauture-product-sec
  .product-item-1
  .product-color
  input[type="radio"].radio-5 {
  background-color: #006937;
}
.feauture-product-sec
  .product-item-1
  .product-color
  input[type="radio"].radio-6 {
  background-color: #ffe603;
}
.feauture-product-sec
  .product-item-1
  .product-color
  input[type="radio"].radio-6 {
  background-color: #ffe603;
}
.feauture-product-sec
  .product-item-1
  .product-color
  input[type="radio"]:checked {
  border: 3px solid #ffffff;
  outline: 1px solid var(--text-primary) !important;
  cursor: pointer;
  border-radius: 50%;
}
.feauture-product-sec .product-item-1 .product-color input[type="radio"]:hover {
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border: 2px solid #ffffff;
  outline: 1px solid var(--text-primary) !important;
}
.feauture-product-sec .product-item-1 .size-btn-block {
  /* display: flex; */
  display: none !important;

  align-items: center;
  margin-top: 2px;
  gap: 8px;
}
.feauture-product-sec .product-item-1 .size-btn-block .size-btn {
  width: clamp(18px, 1.198vw, 88px);
  height: clamp(18px, 1.198vw, 88px);
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid var(--text-secondary);
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 490px) {
  .feauture-product-sec .product-item-1 .size-btn-block .size-btn {
    width: 22px;
    height: 22px;
  }
}
.feauture-product-sec .product-item-1 .size-btn-block .size-btn .subtitle {
  color: var(--text-secondary);
  transition: all 0.5s ease-in-out;
}
.feauture-product-sec .product-item-1 .size-btn-block .size-btn.active,
.feauture-product-sec .product-item-1 .size-btn-block .size-btn:hover {
  border: 0.5px solid #1e1f20;
}
.feauture-product-sec
  .product-item-1
  .size-btn-block
  .size-btn.active
  .subtitle,
.feauture-product-sec
  .product-item-1
  .size-btn-block
  .size-btn:hover
  .subtitle {
  color: var(--text-primary);
}
.height300 {
  height: 300px !important;
}
.height200 {
  height: 200px !important;
}
.feauture-product-sec .product-item-1 .item-img {
  position: relative;
  border-radius: clamp(8px, 0.625vw, 48px) !important;
  padding: 3px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.feauture-product-sec .product-item-1 .item-img .sale-label {
  background-color: #ffffff;
  padding: 2px clamp(2px, 0.208vw, 28px);
  position: absolute;
  top: clamp(10px, 0.833vw, 24px);
  left: clamp(10px, 0.833vw, 24px);
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.feauture-product-sec .product-item-1 .item-img a {
  width: 100%;
  height: 100%;
}
.feauture-product-sec .product-item-1 .item-img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.feauture-product-sec .product-item-1 .item-img .side-icons ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 4px;
  z-index: 99;
  right: 8px;
  gap: 8px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.feauture-product-sec .product-item-1 .item-img .side-icons ul li {
  transition: 0.5s;
  opacity: 1;
  transform: translateX(80px);
}
.feauture-product-sec .product-item-1 .item-img .side-icons ul li a {
  width: clamp(24px, 1.667vw, 94px);
  height: clamp(24px, 1.667vw, 94px);
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: var(--background-color);
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  color: var(--text-primary);
}
@media (max-width: 490px) {
  .feauture-product-sec .product-item-1 .item-img .side-icons ul li a {
    width: 28px;
    height: 28px;
  }
}
.feauture-product-sec .product-item-1 .item-img .side-icons ul li a svg {
  width: clamp(14px, 0.833vw, 78px);
  height: clamp(14px, 0.833vw, 78px);
}
.feauture-product-sec .product-item-1 .item-img .side-icons ul li a svg path {
  transition: all 0.5s ease-in-out;
}
.feauture-product-sec .product-item-1 .item-img .side-icons ul li a.btn {
  font-size: clamp(14px, 0.833vw, 80px);
}
.feauture-product-sec .product-item-1 .item-img .side-icons ul li .icon {
  display: grid;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  width: clamp(26px, 1.667vw, 94px);
  height: clamp(26px, 1.667vw, 94px);
  background-color: var(--background-color);
  transition: all 0.5s ease-in-out;
}
.feauture-product-sec .product-item-1 .item-img .side-icons ul li .icon i {
  font-size: clamp(14px, 0.833vw, 48px);
  color: var(--text-primary);
  transition: all 0.5s ease-in-out;
}
.feauture-product-sec .product-item-1 .item-img .side-icons ul li .icon:hover {
  background-color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
}
.feauture-product-sec
  .product-item-1
  .item-img
  .side-icons
  ul
  li
  .icon:hover
  i {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.feauture-product-sec .product-item-1 .item-img .side-icons ul li:hover a {
  color: #ffffff;
  background: var(--primary-color) !important;
}
.feauture-product-sec
  .product-item-1
  .item-img
  .side-icons
  ul
  li:hover
  a
  svg
  path {
  fill: #ffffff;
}
.product-icon,
.product-icon-2 {
  background-color: var(--primary-color) !important;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  padding: 10px 10px;
  color: #000 !important;
  margin: 10px auto;
  width: 90%;
  border: 2px solid var(--primary-color) !important;
}
.product-icon-2 {
  background-color: transparent !important;
  border: 2px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
  margin-top: 0;
}
.product-icon-2:hover {
  color: #fff !important;
}
.price_con_btn {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: bold;
  flex-wrap: wrap;
  margin-top: 10px;
}
.price_con_btn a {
  width: 90%;
  margin: auto;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.price_con_btn a:hover {
  color: #ffffff !important;
}
.feauture-product-sec .product-item-1 .product-icon svg {
  width: clamp(17px, 1.042vw, 60px);
  height: clamp(17px, 1.042vw, 60px);
}
.feauture-product-sec .product-item-1 .product-icon svg path {
  fill: #ffffff;
  transition: all 0.5s ease-in-out;
}
.feauture-product-sec .product-item-1:hover .item-img img {
  transform: scale(1.06);
}
.feauture-product-sec .product-item-1:hover .item-img .side-icons ul {
  right: 0;
  padding: 8px;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}
.feauture-product-sec .product-item-1:hover .item-img .side-icons ul li {
  transform: none;
  transition: 0.5s;
  transform: translate(0px);
}
.feauture-product-sec
  .product-item-1:hover
  .item-img
  .side-icons
  ul
  li:nth-child(1) {
  transition-delay: 0.1s;
}
.feauture-product-sec
  .product-item-1:hover
  .item-img
  .side-icons
  ul
  li:nth-child(2) {
  transition-delay: 0.2s;
}
.feauture-product-sec
  .product-item-1:hover
  .item-img
  .side-icons
  ul
  li:nth-child(3) {
  transition-delay: 0.3s;
}
.feauture-product-sec .product-item-1:hover .product-icon {
  background-color: var(--primary-color) !important;
}
.feauture-product-sec .product-item-1:hover .product-icon svg path {
  fill: #ffffff;
}

.heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 766px) {
  .heading {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.heading .view-btn {
  font-size: clamp(14px, 0.938vw, 86px);
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--primary-color) !important;
}
.heading .view-btn:hover {
  color: var(--text-primary);
}

.sellar-sec .product-item-1 {
  width: 100% !important;
}

.our-collection .collection-img {
  border-radius: clamp(18px, 1.25vw, 96px);
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.our-collection .collection-img img {
  border-radius: clamp(18px, 1.25vw, 96px);
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.our-collection .collection-img:hover img {
  transform: translateX(8px) scale(1.02);
}

.blog-section .blog-card {
  transition: all 0.5s ease-in-out;
  border-radius: clamp(18px, 1.25vw, 96px);
}
.blog-section .blog-card .blog-image-box {
  position: relative;
  overflow: hidden;
  border-radius: clamp(8px, 0.625vw, 24px) clamp(8px, 0.625vw, 24px) 0 0;
  border-radius: clamp(18px, 1.25vw, 96px);
}
.blog-section .blog-card .blog-image-box .blog-image {
  width: 100%;
  border-radius: clamp(18px, 1.25vw, 96px);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.blog-section .blog-card .blog-image-box .author-name {
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 36px);
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #eff5f4;
  padding: clamp(5px, 0.313vw, 18px) clamp(7px, 0.417vw, 24px);
  border-radius: 48px;
}
.blog-section .blog-card .blog-image-box .author-name img {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
  border-radius: 50%;
}
.blog-section .blog-card .blog-text {
  padding: clamp(10px, 0.833vw, 24px);
}
@media (max-width: 490px) {
  .blog-section .blog-card .blog-text {
    padding-bottom: 24px;
  }
}
.blog-section .blog-card .blog-text .blog-title {
  color: var(--text-primary);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-section .blog-card .blog-text .read-more {
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--text-primary);
  transition: all 0.5s ease-in-out;
}
.blog-section .blog-card .blog-text .read-more:hover {
  color: var(--primary-color) !important;
}
.blog-section .blog-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
}
.blog-section .blog-card:hover .blog-image-box .blog-image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.blog-section .blog-card:hover .blog-image-box .author-name {
  bottom: clamp(10px, 0.833vw, 24px);
}
.blog-section .blog-card:hover .blog-text .blog-title {
  color: var(--primary-color) !important;
}

.search-bar-container {
  position: relative;
  border: 1px solid var(--text-secondary);
  border-radius: clamp(8px, 0.625vw, 48px) !important;
}
.search-bar-container .search-input-block {
  position: relative;
}
.search-bar-container .search-input-block input {
  border: 0;
  width: 100%;
  background: transparent;
  padding: clamp(12px, 0.833vw, 48px);
  color: var(--text-primary) !important;
}
.search-bar-container .search-input-block input:focus-visible {
  outline: 0;
  border: 0;
}
.search-bar-container .search-input-block input:focus {
  outline: 0;
  border: 0;
}
.search-bar-container .search-input-block input:-webkit-autofill,
.search-bar-container .search-input-block input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
.search-bar-container button {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(-8%, -50%);
  border: 0;
  border-radius: clamp(4px, 0.417vw, 36px);
  background: var(--primary-color) !important;
  width: clamp(36px, 2.5vw, 96px);
  height: clamp(36px, 2.5vw, 96px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.search-bar-container button svg {
  width: clamp(18px, 1.25vw, 64px);
  height: clamp(18px, 1.25vw, 64px);
}
.search-bar-container button:hover {
  background: #45474f;
}

.testimonial-sec .testimonial-block {
  margin: 0 12px;
  margin-bottom: 24px;
  width: 100% !important;
  padding: clamp(24px, 1.667vw, 116px) clamp(18px, 1.25vw, 106px);
  border-radius: clamp(8px, 0.625vw, 48px) !important;
  background: var(--surface-color);

  box-shadow: var(--shadow-xl);
  transition: all 0.5s ease-in-out;
}
.testimonial-sec .testimonial-block .clamp-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.testimonial-sec .testimonial-block .block-user-img {
  width: clamp(48px, 3.333vw, 160px);
  height: clamp(48px, 3.333vw, 160px);
  border-radius: 50%;
}
.testimonial-sec .testimonial-block .quote-vec {
  width: clamp(48px, 4.167vw, 190px);
}
.testimonial-sec .testimonial-block .medium-black {
  transition: all 0.5s ease-in-out;
}
.testimonial-sec .testimonial-block:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
}
.testimonial-sec .testimonial-block:hover .medium-black {
  color: var(--primary-color) !important;
}

footer {
  padding: clamp(48px, 4.167vw, 160px) 0 clamp(18px, 1.25vw, 106px) 0;
  background-color: #1e1f20;
}
footer .footer-logo {
  width: clamp(140px, 13.802vw, 486px);
}
footer .footer-logo img {
  width: clamp(140px, 13.802vw, 486px);
}
footer .link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: clamp(48px, 3.333vw, 160px);
}
@media (max-width: 490px) {
  footer .link-wrapper {
    padding-right: 2px;
  }
}
footer .link-wrapper .footer-links li a {
  font-size: clamp(14px, 0.938vw, 86px);
  font-weight: 400;
  line-height: 160%;
  color: var(--text-secondary);
  transition: all 0.5s ease-in-out;
  padding-bottom: clamp(8px, 0.625vw, 50px);
}
footer .link-wrapper .footer-links li a :last-child {
  padding-bottom: 0;
}
footer .link-wrapper .footer-links li:hover a {
  color: var(--primary-color) !important;
  transform: translateX(8px);
}
footer .imageblock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 1.25vw, 106px) !important;
}
footer .imageblock .blockimg-1 {
  overflow: hidden;
  border-radius: clamp(8px, 0.625vw, 48px) !important;
}
footer .imageblock .blockimg-1 img {
  border-radius: clamp(8px, 0.625vw, 48px) !important;
  width: clamp(148px, 11.423vw, 460px);
  height: clamp(108px, 9.271vw, 460px);
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
footer .imageblock .blockimg-1:hover img {
  transform: translateX(4px) scale(1.04);
}
footer .news-letter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: clamp(78px, 8.75vw, 190px);
  padding-bottom: clamp(12px, 0.833vw, 72px);
  border-bottom: 1px solid var(--text-secondary);
}
@media (max-width: 1099px) {
  footer .news-letter {
    margin-right: 0;
  }
}
footer .news-letter input {
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--text-secondary);
  font-size: clamp(16px, 1.198vw, 56px);
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  outline: none;
}
footer .news-letter input:focus {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}
footer .news-letter button {
  background: none;
  border: 0;
}
footer .news-letter button svg {
  width: clamp(16px, 1.131vw, 56px);
  height: clamp(13px, 0.833vw, 72px);
  transition: all 0.5s ease-in-out;
}
footer .news-letter button svg path {
  transition: all 0.5s ease-in-out;
}
footer .news-letter button:hover svg {
  transform: rotate(-45deg);
}
footer .news-letter button:hover svg path {
  stroke: var(--primary-color) !important;
}
footer .privacy-links {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(18px, 1.25vw, 106px) !important;
  margin-right: clamp(80px, 6.25vw, 286px);
}
@media (max-width: 1099px) {
  footer .privacy-links {
    margin-right: 0;
  }
}
footer .privacy-links .privacy-link1 {
  font-size: clamp(14px, 0.938vw, 86px);
  font-weight: 400;
  line-height: 160%;
  color: var(--text-secondary);
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
  text-underline-offset: 7px;
}
footer .privacy-links .privacy-link1:hover {
  color: var(--primary-color) !important;
  transform: translateX(8px);
}
footer .footer-bottom-text {
  padding: 0 12px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-link li a {
  background: #ffffff;
  transition: all 0.5s ease-in-out;
  width: clamp(32px, 2.083vw, 96px);
  height: clamp(32px, 2.083vw, 96px);
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social-link li a.blog-icons {
  background: var(--text-secondary);
  border-radius: 50%;
}
.social-link li a.blog-icons svg path {
  fill: #ffffff;
}
.social-link li a.blog-icons:hover {
  background-color: var(--primary-color) !important;
}
.social-link li a svg {
  width: clamp(16px, 1.042vw, 64px);
  height: clamp(16px, 1.042vw, 64px);
}
.social-link li a svg path {
  transition: all 0.5s ease-in-out;
  fill: var(--text-primary) !important;
}
.social-link li:hover a {
  background-color: var(--primary-color) !important;
}
.social-link li:hover a svg path {
  fill: #ffffff;
}
.social-link .borderless {
  border: 0 !important;
  width: auto;
  height: auto;
}
.social-link .borderless svg {
  width: clamp(16px, 1.042vw, 32px);
}
.social-link .borderless svg path {
  transition: all 0.5s ease-in-out;
  fill: var(--text-primary) !important;
}
.social-link .borderless:hover {
  background-color: transparent;
}
.social-link .borderless:hover svg path {
  fill: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
}

.show-sidebar-cart {
  overflow: hidden !important;
  height: 100% !important;
}
.show-sidebar-cart #sidebar-cart {
  right: 0;
  visibility: visible;
}

#sidebar-cart,
#sidebar-wishlist {
  background: #ffffff;
  position: fixed;
  display: block;
  width: clamp(420px, 29.167vw, 850px);
  height: 100vh;
  z-index: 5000;
  top: 0;
  right: -101%;
  transition: right 0.5s ease-in-out;
}
@media (max-width: 1499px) {
  #sidebar-cart,
  #sidebar-wishlist {
    width: 444px;
  }
}
@media (max-width: 1024px) {
  #sidebar-cart,
  #sidebar-wishlist {
    width: 410px;
  }
}
@media (max-width: 575px) {
  #sidebar-cart,
  #sidebar-wishlist {
    width: 350px;
  }
}
#sidebar-cart .cus-btn,
#sidebar-wishlist .cus-btn {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: clamp(12px, 0.845vw, 32px) clamp(24px, 1.667vw, 64px);
  font-size: clamp(14px, 0.833vw, 48px);
  font-weight: 500;
  border-radius: clamp(4px, 0.417vw, 36px);
  cursor: pointer;
  background: var(--text-primary) !important;
  position: relative;
  overflow: hidden;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  border: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidebar-cart .cus-btn:hover,
#sidebar-wishlist .cus-btn:hover {
  color: #fff;
}
#sidebar-cart .cus-btn:hover::before,
#sidebar-wishlist .cus-btn:hover::before {
  width: 160%;
}
#sidebar-cart .cus-btn::before,
#sidebar-wishlist .cus-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
#sidebar-cart .cus-btn.btn-sec,
#sidebar-wishlist .cus-btn.btn-sec {
  background: #1e1f20;
}
#sidebar-cart .close-button,
#sidebar-wishlist .close-button {
  height: 16px;
  width: 16px;
  text-decoration: none;
  display: flex;
}
#sidebar-cart .close-button .close-icon,
#sidebar-wishlist .close-button .close-icon {
  width: 16px;
  height: 16px;
  background-color: #141516;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  transition: all 0.5s linear;
}
#sidebar-cart .close-button:active span.close-icon,
#sidebar-cart .close-button:hover span.close-icon,
#sidebar-wishlist .close-button:active span.close-icon,
#sidebar-wishlist .close-button:hover span.close-icon {
  background: var(--primary-color) !important;
}
#sidebar-cart .title-cart-block,
#sidebar-wishlist .title-cart-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
#sidebar-cart .product-list,
#sidebar-wishlist .product-list {
  margin: 0;
  list-style: none;
  height: calc(100vh - 15.104vw);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
  z-index: 0;
}
@media (max-width: 1599px) {
  #sidebar-cart .product-list,
  #sidebar-wishlist .product-list {
    height: calc(100vh - 16.886vw);
  }
}
@media (max-width: 1399px) {
  #sidebar-cart .product-list,
  #sidebar-wishlist .product-list {
    height: calc(100vh - 244px);
  }
}
@media (max-width: 1099px) {
  #sidebar-cart .product-list,
  #sidebar-wishlist .product-list {
    height: 82vh;
  }
}
@media (max-width: 992px) {
  #sidebar-cart .product-list,
  #sidebar-wishlist .product-list {
    height: 76vh;
  }
}
@media (max-width: 768px) {
  #sidebar-cart .product-list,
  #sidebar-wishlist .product-list {
    height: 73vh;
  }
}
@media (max-width: 575px) {
  #sidebar-cart .product-list,
  #sidebar-wishlist .product-list {
    height: 70vh;
  }
}
#sidebar-cart .product-list .product-item,
#sidebar-wishlist .product-list .product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sidebar-cart .product-list .product-item .item-image,
#sidebar-wishlist .product-list .product-item .item-image {
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(64px, 4.167vw, 120px);
  height: clamp(64px, 4.167vw, 120px);
  background: #eff5f4;
  border-radius: 5px;
  padding: 4px;
}
#sidebar-cart .product-list .product-item .product-text .prod-title,
#sidebar-wishlist .product-list .product-item .product-text .prod-title {
  display: flex;
}
#sidebar-cart .product-list .product-item .product-text .prod-title .cancel,
#sidebar-wishlist
  .product-list
  .product-item
  .product-text
  .prod-title
  .cancel {
  padding-left: 11.146vw;
}
#sidebar-cart .product-list .product-item .prod-desc,
#sidebar-wishlist .product-list .product-item .prod-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 490px) {
  #sidebar-cart .product-list .product-item .prod-desc .quantity,
  #sidebar-wishlist .product-list .product-item .prod-desc .quantity {
    padding: 6px 8px;
  }
}
#sidebar-cart .product-list .product-item .text-end,
#sidebar-wishlist .product-list .product-item .text-end {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 0.521vw, 42px);
}
#sidebar-cart .price-total,
#sidebar-wishlist .price-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sidebar-cart .action-buttons,
#sidebar-wishlist .action-buttons {
  display: flex;
  align-items: center;
  gap: clamp(24px, 1.667vw, 116px);
  width: 100%;
}
#sidebar-cart .action-buttons a,
#sidebar-wishlist .action-buttons a {
  text-align: center;
  width: 45%;
}

#sidebar-cart-curtain,
#sidebar-wishlist-curtain {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 4999;
  display: none;
  transition: opacity 0.2s ease-in-out;
}

@media (max-width: 490px) {
  #sidebar-cart {
    overflow-y: overlay;
    overflow-x: hidden;
  }
}

.title-banner {
  background: url(../media/banner/bb.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: clamp(200px, 15.625vw, 950px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .title-banner {
    background-size: 149% 100%;
  }
}
.title-banner .container-fluid {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-banner h1 {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding-top: clamp(32px, 2.5vw, 96px);
  letter-spacing: -2.07px;
}
.brand-image {
  max-width: 100px;
}
@media (min-width: 2099px) {
  .brand-slider-wrapper .brand-slider .brand-image img {
    transform: scale(1.4);
  }
}
@media (min-width: 3299px) {
  .brand-slider-wrapper .brand-slider .brand-image img {
    transform: scale(2);
  }
}

.why-choose-sec .why-choose-block {
  padding: clamp(18px, 1.25vw, 96px);
  border-radius: clamp(8px, 0.625vw, 48px) !important;
  background: var(--surface-color);

  box-shadow: var(--shadow-xl);
  transition: all 0.5s ease-in-out;
}
.why-choose-sec .why-choose-block .icon {
  width: clamp(40px, 3.333vw, 160px);
  height: clamp(40px, 3.333vw, 160px);
  border-radius: 50%;
  background-color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-sec .why-choose-block .icon svg {
  transition: all 0.5s ease-in-out;
  width: clamp(28px, 1.979vw, 124px);
  height: clamp(28px, 1.979vw, 124px);
}
.why-choose-sec .why-choose-block:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
}
.why-choose-sec .why-choose-block:hover .icon {
  background-color: #1e1f20;
}

.sidebar {
  box-shadow: var(--shadow-xl);
  background-color: #ffffff;
  padding: clamp(10px, 0.833vw, 48px);
  border-radius: clamp(8px, 0.625vw, 48px) !important;
}
.sidebar .category-block .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.sidebar .category-block .recent-blogs .image-box {
  border-radius: clamp(4px, 0.417vw, 36px);
  width: clamp(54px, 4.167vw, 180px);
  height: clamp(54px, 4.167vw, 180px);
}
.sidebar .category-block .recent-blogs .image-box img {
  border-radius: clamp(4px, 0.417vw, 36px);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar .category-block .recent-blogs .text {
  color: var(--text-primary) !important;
  transition: all 0.5s ease-in-out;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sidebar .category-block .recent-blogs:hover .text {
  color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
}
.sidebar .category-block .wrapper .price-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sidebar .category-block .wrapper .price-input .field {
  width: 48%;
}
.sidebar .category-block .wrapper .price-input .field .sidebar-price-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--text-secondary);
  -moz-appearance: textfield;
  padding: clamp(8px, 0.625vw, 20px);
  width: 100%;
  border-radius: clamp(2px, 0.208vw, 28px);
}
.sidebar
  .category-block
  .wrapper
  .price-input
  .field
  .sidebar-price-block
  .price-sign {
  width: 50%;
}
.sidebar
  .category-block
  .wrapper
  .price-input
  .field
  .sidebar-price-block
  input {
  text-align: end;
  width: 50%;
  outline: none;
  border: 0;
  background: transparent;
}
.sidebar .category-block .wrapper .slider {
  height: 8px;
  position: relative;
  background: #eff5f4;
  border-radius: clamp(2px, 0.208vw, 28px);
}
.sidebar .category-block .wrapper .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  background: var(--primary-color) !important;
}
.sidebar .category-block .wrapper .range-input {
  position: relative;
}
.sidebar .category-block .wrapper .range-input input {
  position: absolute;
  width: 100%;
  height: 3px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50%;
}
.sidebar
  .category-block
  .wrapper
  input[type="number"]::-webkit-outer-spin-button,
.sidebar
  .category-block
  .wrapper
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.sidebar .category-block .wrapper input[type="range"]::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  background: #ffffff;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  border: 2px solid var(--primary-color) !important;
  border-radius: 50%;
}
.sidebar .category-block .wrapper input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  background: var(--primary-color) !important;
  pointer-events: auto;
  cursor: pointer;
  -moz-appearance: none;
  border-radius: 50%;
}
.sidebar .category-block i {
  font-size: clamp(16px, 1.042vw, 48px);
  font-weight: 400;
  color: var(--text-primary);
}
.sidebar .promotional-image {
  height: clamp(200px, 15.99vw, 750px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(8px, 0.625vw, 48px) !important;
  background: url(../media/products/sidebar-image.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.sidebar .promotional-image a {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
}
.sidebar .promotional-image a:hover {
  color: var(--primary-color) !important;
}

.blog-detail-wrapper .qoutes {
  padding: clamp(16px, 1.25vw, 32px);
  border-radius: clamp(8px, 0.625vw, 48px) !important;
  border-left: 2px solid var(--primary-color) !important;
  box-shadow: var(--shadow-xl);
}
.blog-detail-wrapper .qoutes svg {
  width: clamp(26px, 1.927vw, 72px);
}
.blog-detail-wrapper .blog-post-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .blog-detail-wrapper .blog-post-row {
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
.blog-detail-wrapper .blog-post-row .blog-post-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 575px) {
  .blog-detail-wrapper .blog-post-row .blog-post-block {
    gap: 8px;
  }
}
.blog-detail-wrapper .blog-post-row .blog-post-block .arrow-block {
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 2.5vw, 64px);
  height: clamp(36px, 2.5vw, 64px);
  border-radius: clamp(2px, 0.208vw, 28px);
  background: var(--surface-color);

  transition: all 0.5s ease-in-out;
  border: 1px solid var(--text-secondary);
}
.blog-detail-wrapper .blog-post-row .blog-post-block .arrow-block svg path {
  stroke: #141516;
  transition: all 0.5s ease-in-out;
}
.blog-detail-wrapper .blog-post-row .blog-post-block .post-text {
  color: var(--text-primary) !important;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1499px) {
  .blog-detail-wrapper .blog-post-row .blog-post-block br {
    display: none;
  }
}
.blog-detail-wrapper .blog-post-row .blog-post-block .arrow-text {
  color: var(--text-primary) !important;
  transition: all 0.5s ease-in-out;
}
.blog-detail-wrapper .blog-post-row .blog-post-block .post-image {
  width: clamp(48px, 4.167vw, 140px);
  height: clamp(48px, 4.167vw, 140px);
}
.blog-detail-wrapper .blog-post-row .blog-post-block:hover .arrow-block {
  background: var(--primary-color) !important;
}
.blog-detail-wrapper
  .blog-post-row
  .blog-post-block:hover
  .arrow-block
  svg
  path {
  transition: all 0.5s ease-in-out;
  stroke: #ffffff;
}
.blog-detail-wrapper .blog-post-row .blog-post-block:hover .post-text {
  color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
}
.blog-detail-wrapper .blog-post-row .blog-post-block:hover .arrow-text {
  color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
}
.blog-detail-wrapper .writer-image {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .blog-detail-wrapper .writer-image {
    justify-content: center;
  }
}
.blog-detail-wrapper .writer-image img {
  width: clamp(120px, 16.667vw, 550px);
  height: clamp(120px, 16.667vw, 550px);
}
.blog-detail-wrapper .review-area .review-block {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 0.833vw, 72px);
}
@media (max-width: 490px) {
  .blog-detail-wrapper .review-area .review-block {
    gap: 8px;
  }
}
.blog-detail-wrapper .review-area .review-block.block-2 {
  padding-left: clamp(32px, 4.3vw, 120px);
}
.blog-detail-wrapper .review-area .review-block .image-box {
  display: flex;
  flex-shrink: 0;
}
.blog-detail-wrapper .review-area .review-block .image-box img {
  border-radius: 50%;
  width: clamp(40px, 3.33vw, 140px);
  height: clamp(40px, 3.33vw, 140px);
}
.blog-detail-wrapper .review-area .review-block .reply-btn {
  color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
}
.blog-detail-wrapper .review-area .review-block .reply-btn:hover {
  color: var(--text-primary);
}

.blog-tags-wrapper a {
  padding: 8px 12px;
  background: rgba(69, 107, 97, 0.1);
  border-radius: clamp(2px, 0.208vw, 28px);
  color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
}
.blog-tags-wrapper a:hover {
  background: var(--primary-color) !important;
  color: #ffffff;
}

.product-detail-sec .product-image-container {
  display: flex;
  gap: clamp(18px, 1.25vw, 106px) !important;
  flex-direction: column;
  padding: clamp(16px, 1.25vw, 40px);
  border-radius: clamp(18px, 1.25vw, 96px);
}
@media (max-width: 1024px) {
  .product-detail-sec .product-image-container {
    justify-content: center;
  }
}
.product-detail-sec .product-image-container .product-slider-asnav {
  pointer-events: auto;
  width: 20%;
}
@media (max-width: 575px) {
  .product-detail-sec .product-image-container .product-slider-asnav {
    width: 100%;
  }
}
.product-detail-sec .product-image-container .product-slider-asnav.asnav-2 {
  width: 100%;
}
.product-detail-sec
  .product-image-container
  .product-slider-asnav.asnav-2
  .slick-track {
  flex-direction: row;
  width: auto !important;
  justify-content: center;
  transform: none !important;
}
.product-detail-sec
  .product-image-container
  .product-slider-asnav
  .slick-track {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  width: max-content !important;
}
@media (max-width: 575px) {
  .product-detail-sec
    .product-image-container
    .product-slider-asnav
    .slick-track {
    flex-direction: row;
  }
}
.product-detail-sec .product-image-container .product-slider-asnav .nav-image {
  background-color: #eff5f4;
  padding: 8px;
  cursor: pointer;
  border-radius: clamp(4px, 0.417vw, 36px);
  background-color: #ffffff;
  box-shadow: var(--shadow-xl);
}
@media (max-width: 399px) {
  .product-detail-sec
    .product-image-container
    .product-slider-asnav
    .nav-image {
    width: clamp(48px, 18.045vw, 120px) !important;
  }
}
.product-detail-sec
  .product-image-container
  .product-slider-asnav
  .nav-image.slick-current {
  border: 1px solid var(--primary-color) !important;
  background-color: #ffffff;
  box-shadow: var(--shadow-xl);
}
.product-detail-sec .product-image-container .product-detail-slider {
  pointer-events: none;
  width: 80%;
}
@media (max-width: 1024px) {
  .product-detail-sec .product-image-container .product-detail-slider {
    width: 35%;
  }
}
@media (max-width: 575px) {
  .product-detail-sec .product-image-container .product-detail-slider {
    width: 100%;
  }
}
.product-detail-sec .product-image-container .product-detail-slider.slider-2 {
  width: 100%;
}
.product-detail-sec
  .product-image-container
  .product-detail-slider
  .detail-image {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  padding: 6px;
  border-radius: clamp(12px, 0.833vw, 64px);
}
.product-detail-sec .product-text-container .label {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 50px);
  color: var(--primary-color) !important;
  position: relative;
}
.product-detail-sec .product-text-container .label::before {
  content: "";
  background: var(--primary-color) !important;
  border: 2px solid #ffffff;
  outline: 1px solid var(--primary-color) !important;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.product-detail-sec .product-text-container .side-icons {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 36px);
}
.product-detail-sec .product-text-container .side-icons a {
  width: clamp(28px, 1.667vw, 64px);
  height: clamp(28px, 1.667vw, 64px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--text-secondary);
  border-radius: clamp(2px, 0.208vw, 28px);
  transition: all 0.5s ease-in-out;
  background: #ffffff;
  color: #141516;
}
@media (max-width: 490px) {
  .product-detail-sec .product-text-container .side-icons a {
    width: clamp(30px, 6.531vw, 48px);
    height: clamp(30px, 6.531vw, 48px);
  }
}
.product-detail-sec .product-text-container .side-icons a svg {
  width: clamp(14px, 0.833vw, 48px);
  height: clamp(14px, 0.833vw, 48px);
}
.product-detail-sec .product-text-container .side-icons a svg path {
  transition: all 0.5s ease-in-out;
}
.product-detail-sec .product-text-container .side-icons a.btn {
  font-size: clamp(14px, 0.833vw, 40px);
}
.product-detail-sec .product-text-container .side-icons a i {
  transition: all 0.5s ease-in-out;
}
.product-detail-sec .product-text-container .side-icons a:hover {
  background: var(--primary-color) !important;
}
.product-detail-sec .product-text-container .side-icons a:hover svg path {
  fill: #ffffff;
}
.product-detail-sec .product-text-container .side-icons a:hover i {
  color: #ffffff;
}
.product-detail-sec .product-text-container .function-bar {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 106px) !important;
}
@media (max-width: 490px) {
  .product-detail-sec .product-text-container .function-bar {
    flex-wrap: wrap;
  }
}
.product-detail-sec .product-text-container .function-bar .side-icons ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-detail-sec .product-text-container .function-bar .side-icons ul li a {
  width: clamp(36px, 2.5vw, 96px);
  height: clamp(36px, 2.5vw, 96px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 1px solid #141516;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  padding: 4px;
}
@media (max-width: 490px) {
  .product-detail-sec
    .product-text-container
    .function-bar
    .side-icons
    ul
    li
    a {
    width: clamp(36px, 8.163vw, 80px);
    height: clamp(36px, 8.163vw, 80px);
  }
}
@media (max-width: 490px) {
  .product-detail-sec
    .product-text-container
    .function-bar
    .side-icons
    ul
    li
    a
    svg {
    width: 16px;
    height: 16px;
  }
}
.product-detail-sec
  .product-text-container
  .function-bar
  .side-icons
  ul
  li
  a
  svg
  path {
  transition: all 0.5s ease-in-out;
}
.product-detail-sec
  .product-text-container
  .function-bar
  .side-icons
  ul
  li:hover
  a {
  border: 1px solid var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
}
.product-detail-sec
  .product-text-container
  .function-bar
  .side-icons
  ul
  li:hover
  a
  svg
  path {
  fill: #ffffff;
  transition: all 0.5s ease-in-out;
}
.product-detail-sec .product-text-container .quantity {
  padding: 8px 6px;
  border-radius: clamp(4px, 0.417vw, 36px);
}
.product-detail-sec .product-text-container .quantity .quantity-wrap .increment,
.product-detail-sec
  .product-text-container
  .quantity
  .quantity-wrap
  .decrement {
  background: transparent;
}
.product-detail-sec .product-text-container .more-info {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 50px);
}
.product-detail-sec .product-text-container .more-info .icon {
  width: clamp(16px, 1.042vw, 48px);
  height: clamp(16px, 1.042vw, 48px);
}
.product-detail-sec .product-color {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-detail-sec .product-color ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-detail-sec .product-color input[type="radio"] {
  width: clamp(16px, 1.25vw, 64px);
  height: clamp(16px, 1.25vw, 64px);
  -webkit-appearance: none;
  border-radius: 50%;
}
.product-detail-sec .product-color input[type="radio"].radio-3 {
  background-color: #dd3842;
}
.product-detail-sec .product-color input[type="radio"].radio-4 {
  background-color: var(--text-primary) !important;
}
.product-detail-sec .product-color input[type="radio"].radio-5 {
  background-color: #3da5d5;
}
.product-detail-sec .product-color input[type="radio"].radio-6 {
  background-color: var(--primary-color) !important;
}
.product-detail-sec .product-color input[type="radio"].radio-7 {
  background-color: var(--text-secondary);
}
.product-detail-sec .product-color input[type="radio"]:checked {
  border: 3px solid #ffffff;
  outline: 1px solid var(--text-primary) !important;
  cursor: pointer;
  border-radius: 50%;
}
.product-detail-sec .product-color input[type="radio"]:hover {
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border: 3px solid #ffffff;
  outline: 1px solid var(--text-primary) !important;
}

.product-text-container .cus-btn-2 {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}
.product-text-container .cus-btn-2 .text {
  color: #ffffff !important;
}
.product-text-container .cus-btn-2 .icon {
  background-color: #ffffff;
}
.product-text-container .cus-btn-2 .icon svg path {
  fill: #1e1f20;
}
.product-text-container .cus-btn-2::before {
  background-color: #eff5f4;
}
.product-text-container .cus-btn-2:hover {
  background-color: #eff5f4;
}
.product-text-container .cus-btn-2:hover .text {
  color: var(--primary-color) !important;
}
.product-text-container .cus-btn-2:hover .icon {
  background-color: var(--primary-color) !important;
}
.product-text-container .cus-btn-2:hover .icon svg path {
  fill: #ffffff;
}

.product-description .description-wrapper nav .nav {
  display: flex;
  gap: clamp(8px, 0.625vw, 50px);
  position: relative;
}
@media (max-width: 490px) {
  .product-description .description-wrapper nav .nav {
    justify-content: center;
    row-gap: 8px;
  }
}
.product-description .description-wrapper nav .nav.nav-tabs {
  border-bottom: 0;
}
.product-description .description-wrapper nav .nav-link {
  position: relative;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.product-description .description-wrapper nav .nav-link span {
  text-transform: capitalize;
  font-size: clamp(16px, 0.833vw, 48px);
  color: var(--text-primary);
  font-weight: 600;
  line-height: 150%;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #eff5f4;
}
.product-description .description-wrapper nav .nav-link:focus-visible {
  outline: 0;
  background-color: transparent;
}
.product-description .description-wrapper nav .nav-link:hover span,
.product-description .description-wrapper nav .nav-link.active span {
  color: var(--primary-color) !important;
  border-bottom: 1px solid var(--primary-color) !important;
}
.product-description .description-wrapper .detail-image-container {
  padding: clamp(12px, 1.25vw, 48px);
  background: var(--surface-color);

  border-radius: clamp(12px, 0.833vw, 64px);
}
.product-description .description-wrapper .star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 4px;
}
.product-description .description-wrapper .star-rating input {
  display: none;
}
.product-description .description-wrapper .star-rating label {
  color: var(--text-secondary);
  cursor: pointer;
  font-size: clamp(18px, 1.25vw, 64px);
}
.product-description .description-wrapper .star-rating :checked ~ label {
  color: #ff7a00;
}
.product-description .description-wrapper .star-rating label:hover,
.product-description .description-wrapper .star-rating label:hover ~ label {
  color: #ff7a00;
}
.product-description .description-wrapper .comments-sec .comment-box {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 0.833vw, 72px);
}
.product-description .description-wrapper .comments-sec .comment-box img {
  border-radius: 50%;
  width: clamp(42px, 3.33vw, 160px);
  height: clamp(42px, 3.33vw, 160px);
}

.contact-sec .contact-block {
  display: flex;
  align-items: start;
  gap: clamp(12px, 0.833vw, 72px);
}
.contact-sec .contact-block .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(42px, 2.917vw, 120px);
  height: clamp(42px, 2.917vw, 120px);
  border-radius: 50%;
  background: var(--primary-color) !important;
}
.contact-sec .contact-block .icon-box svg {
  width: clamp(24px, 1.771vw, 64px);
  height: clamp(24px, 1.771vw, 64px);
}
.contact-sec .google-map-container iframe {
  border-radius: clamp(18px, 1.25vw, 96px);
  width: 100%;
  height: clamp(320px, 31.25vw, 1250px);
}

.contact-form-sec .form-container {
  padding: clamp(12px, 1.25vw, 48px);
  border-radius: clamp(18px, 1.25vw, 96px);
  box-shadow: var(--shadow-xl);
  background-color: var(--border-color);
}

.error-sec h1 {
  font-size: clamp(120px, 20.833vw, 850px);
  font-weight: 600;
  line-height: 120%;
  color: var(--text-primary) !important;
  text-align: center;
  letter-spacing: -7.5px;
}
.error-sec .cus-btn {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}
.error-sec .cus-btn .text {
  color: #ffffff !important;
}
.error-sec .cus-btn .icon {
  background-color: #ffffff;
}
.error-sec .cus-btn .icon svg path {
  fill: #1e1f20;
}
.error-sec .cus-btn::before {
  background-color: #eff5f4;
}
.error-sec .cus-btn:hover {
  background-color: #eff5f4;
}
.error-sec .cus-btn:hover .text {
  /* color: var(--primary-color) !important; */
}
.error-sec .cus-btn:hover .icon {
  background-color: var(--primary-color) !important;
}
.error-sec .cus-btn:hover .icon svg path {
  fill: #ffffff;
}
.cu-tt {
  border: 1px solid #fff;
  margin-top: 20px;
}
.cu-tt:hover .text {
  color: #000 !important;
}
.cart .cus-btn-2 {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}
.cart .cus-btn-2 .text {
  color: #ffffff !important;
}
.cart .cus-btn-2 .icon {
  background-color: #ffffff;
}
.cart .cus-btn-2 .icon svg path {
  fill: #1e1f20;
}
.cart .cus-btn-2::before {
  background-color: #eff5f4;
}
.cart .cus-btn-2:hover {
  background-color: #eff5f4;
}
.cart .cus-btn-2:hover .text {
  color: var(--primary-color) !important;
}
.cart .cus-btn-2:hover .icon {
  background-color: var(--primary-color) !important;
}
.cart .cus-btn-2:hover .icon svg path {
  fill: #ffffff;
}
.cart .cart-table {
  width: 100%;
  padding: 24px;
  border-radius: 10px;
  overflow: hidden;
}
.cart .cart-table.wishlist th:first-child {
  text-align: left;
  width: 30%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:first-child {
    width: 25%;
  }
}
.cart .cart-table.wishlist th:nth-child(2) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(2) {
    width: 12.5%;
  }
}
@media (max-width: 1024px) {
  .cart .cart-table.wishlist th:nth-child(2) {
    display: none;
  }
}
.cart .cart-table.wishlist th:nth-child(3) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(3) {
    width: 12.5%;
  }
}
.cart .cart-table.wishlist th:nth-child(4) {
  text-align: center;
  width: 11.6%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(4) {
    width: 12.5%;
  }
}
.cart .cart-table.wishlist th:nth-child(5) {
  text-align: center;
  width: 11.6%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(5) {
    width: 12.5%;
  }
}
.cart .cart-table.wishlist th:nth-child(6) {
  text-align: center;
  width: 11.6%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(6) {
    width: 10.5%;
  }
}
.cart .cart-table.wishlist th:nth-child(7) {
  text-align: center;
  width: 11.6%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(7) {
    width: 14.5%;
  }
}
.cart .cart-table:nth-child(2) {
  border-bottom: 1px solid var(--text-secondary) !important;
  border-radius: 10px 10px 0 0;
}
.cart .cart-table:nth-child(3) {
  border-bottom: 1px solid var(--text-secondary) !important;
  border-radius: 0;
}
.cart .cart-table thead {
  background: #ffffff;
}
.cart .cart-table thead tr {
  border-radius: clamp(2px, 0.208vw, 28px);
}
.cart .cart-table thead tr th {
  padding-bottom: 24px;
  color: #141516;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 10px clamp(16px, 1.25vw, 48px);
}
@media (max-width: 992px) {
  .cart .cart-table thead tr th {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .cart .cart-table thead tr th {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .cart .cart-table thead tr th {
    font-size: 15px;
  }
}
.cart .cart-table thead tr th:first-child {
  text-align: left;
  width: 50%;
}
.cart .cart-table thead tr th:nth-child(2) {
  width: 16%;
  text-align: center;
}
.cart .cart-table thead tr th:nth-child(3) {
  width: 16%;
  text-align: center;
}
.cart .cart-table thead tr th:nth-child(4) {
  text-align: center;
  width: 16%;
}
@media (max-width: 767px) {
  .cart .cart-table tbody tr {
    width: 50%;
  }
}
.cart .cart-table tbody tr td {
  padding: 24px 0;
}
.cart .cart-table tbody tr td:first-child {
  text-align: center;
  padding-right: 0;
  width: 50%;
}
@media (max-width: 1299px) {
  .cart .cart-table tbody tr td:first-child {
    width: 30%;
  }
}
.cart .cart-table tbody tr td:nth-child(2) {
  width: 16%;
  text-align: center;
}
.cart .cart-table tbody tr td:nth-child(3) {
  width: 16%;
  text-align: center;
}
.cart .cart-table tbody tr td:nth-child(4) {
  width: 16%;
  text-align: center;
}
.cart .cart-table tbody tr td .stock-label {
  padding: 4px 12px;
  border-radius: 2px;
  background: var(--primary-color) !important;
  color: #ffffff;
  width: max-content;
}
.cart .cart-table tbody tr td .product-detail-box {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.833vw, 24px);
  padding: clamp(6px, 0.443vw, 24px) clamp(16px, 1.25vw, 40px);
}
.cart .cart-table tbody tr td .product-detail-box .img-block {
  width: clamp(54px, 4.167vw, 180px);
  height: clamp(54px, 4.167vw, 180px);
  background-color: #eff5f4;
  padding: 8px;
  border-radius: 5px;
}
.cart .cart-table tbody tr .cus-btn {
  padding: 12px 24px;
}
.cart .cart-table tbody .table-row {
  background: #ffffff;
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(1) {
  width: 30%;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(1) {
    width: 25%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(2) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(2) {
    width: 12.5%;
  }
}
@media (max-width: 1024px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(2) {
    display: none;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(3) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(3) {
    width: 12.5%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(4) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(4) {
    width: 12.5%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(5) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(5) {
    width: 12.5%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(6) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(6) {
    width: 10.5%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(7) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(7) {
    width: 14.5%;
  }
}
.cart .checkout-box .checkout-title {
  padding: 10px clamp(16px, 1.25vw, 48px);
  border-radius: clamp(5px, 0.521vw, 40px);
  background: #ffffff;
}
.cart .checkout-box .title-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart .checkout-box .bottom-box {
  padding: clamp(16px, 1.25vw, 48px);
  background: #ffffff;
  border-radius: clamp(5px, 0.521vw, 40px);
}
.cart .cart-item-block {
  background: #ffffff;
  border-radius: 0;
  border-radius: clamp(5px, 0.521vw, 40px);
  text-align: center;
  padding: 16px;
  position: relative;
}
.cart .cart-item-block .cross {
  position: absolute;
  top: 8px;
  right: 12px;
}
.cart .cart-item-block .cross i {
  font-size: 24px;
  color: #141516;
}
.cart .cart-item-block .cross:hover i {
  color: var(--primary-color) !important;
}
.cart .cart-item-block .img-block {
  display: inline-block;
  background-color: #eff5f4;
  padding: 4px;
  border-radius: clamp(4px, 0.417vw, 36px);
}
.cart .cart-item-block .img-block img {
  margin: 0 auto;
  border-radius: 0px;
}
.cart .cart-item-block .detail li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.cart .cart-item-block .detail li:last-child {
  margin-bottom: 0;
}
.cart .quantity-controller {
  display: inline-flex;
  border: 1px solid #141516;
  padding: 8px;
  border-radius: 8px;
}
@media (max-width: 820px) {
  .cart .quantity-controller {
    padding: 2px 8px;
  }
}
.cart .quantity-controller input {
  border: none;
  border-radius: 0px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  background-color: transparent;
  color: var(--text-primary) !important;
  padding: 0 4px;
  width: 22px;
}
@media (max-width: 992px) {
  .cart .quantity-controller input {
    font-size: 20x;
  }
}
@media (max-width: 767px) {
  .cart .quantity-controller input {
    font-size: 18x;
  }
}
@media (max-width: 575px) {
  .cart .quantity-controller input {
    font-size: 17px;
  }
}
.cart .quantity-controller input:focus-visible {
  outline: none;
}
.cart .quantity-controller input.decrement {
  font-size: 48px;
  font-weight: 200;
  border-radius: 0;
  border: 0;
  width: 32px;
  height: 32px;
  margin-top: -4px;
}
.cart .quantity-controller input.increment {
  font-size: 36px;
  font-weight: 200;
  border-radius: 0;
  border: 0;
  height: 32px;
  width: 32px;
}
.cart .quantity-controller input.number {
  padding: 0;
  background: transparent;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 32px;
  height: 32px;
}

.table-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px 55px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 820px) {
  .table-bottom-row {
    border-radius: 10px;
  }
}
@media (max-width: 490px) {
  .table-bottom-row {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
.table-bottom-row.varient-2 {
  display: block;
  padding: 0;
}
.table-bottom-row form {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.table-bottom-row form input {
  width: clamp(320px, 19.896vw, 520px);
}

.customer-container .customer-wrapper {
  background: var(--surface-color);

  border-top: 1px solid var(--primary-color) !important;
  border-radius: clamp(4px, 0.417vw, 36px);
  padding: clamp(16px, 1.25vw, 32px);
}
.customer-container .customer-wrapper .sign-form {
  display: none;
}
.customer-container .customer-wrapper .cus-btn {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: clamp(12px, 0.845vw, 32px) clamp(24px, 1.667vw, 64px);
  font-size: clamp(14px, 0.833vw, 48px);
  font-weight: 500;
  border-radius: clamp(28px, 2.5vw, 120px);
  cursor: pointer;
  background: var(--text-primary) !important;
  position: relative;
  overflow: hidden;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  border: 0;
}
.customer-container .customer-wrapper .cus-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.customer-container .customer-wrapper .cus-btn:hover {
  color: #fff;
}
.customer-container .customer-wrapper .cus-btn:hover::before {
  width: 160%;
}
.customer-container .customer-wrapper .cus-btn.btn-sec {
  background: #45474f;
}

.sign-submit-btn {
  width: 25%;
}
@media (max-width: 490px) {
  .sign-submit-btn {
    width: 100%;
  }
}

.billing-detail .cus-btn {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: clamp(12px, 0.845vw, 32px) clamp(24px, 1.667vw, 64px);
  font-size: clamp(14px, 0.833vw, 48px);
  font-weight: 500;
  border-radius: clamp(28px, 2.5vw, 120px);
  cursor: pointer;
  background: var(--text-primary) !important;
  position: relative;
  overflow: hidden;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  border: 0;
}
.billing-detail .cus-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.billing-detail .cus-btn:hover {
  color: #fff;
}
.billing-detail .cus-btn:hover::before {
  width: 160%;
}
.billing-detail .cus-btn.btn-sec {
  background: #45474f;
}
.billing-detail .shipping-radio-container .plans {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .billing-detail .shipping-radio-container .plans {
    flex-wrap: wrap;
  }
}
.billing-detail .shipping-radio-container .plans .plan {
  cursor: pointer;
  width: 100%;
}
.billing-detail .shipping-radio-container .plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.billing-detail .shipping-radio-container .plans .plan .plan-content {
  display: flex;
  gap: 16px;
  padding: 16px 60px 16px 16px;
  height: 120px;
  border: 1px solid var(--text-secondary);
  border-radius: 10px;
  position: relative;
  align-items: center;
}
@media (max-width: 490px) {
  .billing-detail .shipping-radio-container .plans .plan .plan-content img {
    width: 30%;
  }
}
.billing-detail .shipping-radio-container .plans .plan .plan-content.content-2 {
  height: 80px;
}
.billing-detail
  .shipping-radio-container
  .plans
  .plan
  .plan-content
  .plan-details {
  display: inline-block;
  width: 100%;
}
.billing-detail
  .shipping-radio-container
  .plans
  .plan
  input[type="radio"]
  + .plan-content {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.billing-detail
  .shipping-radio-container
  .plans
  .plan
  input[type="radio"]
  + .plan-content:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px var(--primary-color) !important;
  box-shadow: 0px 0px 0px 2px var(--primary-color) !important;
  transform: translate(-50%);
  top: 46px;
  right: 10px;
}
.billing-detail
  .shipping-radio-container
  .plans
  .plan
  input[type="radio"]:checked
  + .plan-content {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.billing-detail
  .shipping-radio-container
  .plans
  .plan
  input[type="radio"]:checked
  + .plan-content:after {
  content: "";
  background: var(--primary-color) !important;
  border-radius: 100%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px var(--primary-color) !important;
  box-shadow: 0px 0px 0px 2px var(--primary-color) !important;
}
.billing-detail
  .shipping-radio-container
  .plans
  .plan
  input[type="radio"]
  + .content-2 {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.billing-detail
  .shipping-radio-container
  .plans
  .plan
  input[type="radio"]
  + .content-2:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px var(--primary-color) !important;
  box-shadow: 0px 0px 0px 2px var(--primary-color) !important;
  transform: translate(-50%);
  top: 27px;
  right: 10px;
}
.billing-detail
  .shipping-radio-container
  .plans
  .plan
  input[type="radio"]:checked
  + .content-2 {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.billing-detail
  .shipping-radio-container
  .plans
  .plan
  input[type="radio"]:checked
  + .content-2:after {
  content: "";
  background: var(--primary-color) !important;
  border-radius: 100%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px var(--primary-color) !important;
  box-shadow: 0px 0px 0px 2px var(--primary-color) !important;
}

.summary-container .item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.summary-container .item-container .icon-box {
  width: clamp(52px, 4.167vw, 150px);
  height: clamp(52px, 4.167vw, 150px);
  padding: 4px;
  border-radius: clamp(2px, 0.208vw, 28px);
  background: #eff5f4;
  display: grid;
  align-items: center;
  justify-content: center;
}
.summary-container .input-block {
  position: relative;
}
.summary-container .input-block button {
  padding: 8px 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-7%, -50%);
}

/*# sourceMappingURL=app.css.map */

.header-logo p {
  font-weight: bold;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  display: flex;
  flex-direction: row;
}

.header-logo p span {
  color: var(--primary-color);
}

.categories_con {
  display: flex;
  position: relative;
  overflow: visible;
}
.categories {
  width: 250px;
  min-width: fit-content;
  height: 95vh;
  margin: 0 20px;
  position: sticky;
  top: 20px;
  overflow-y: auto;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: var(--primary-color) !important;
}
.categories h3 {
  margin-bottom: 20px;
  position: sticky;
  top: 0;
  background-color: var(--background-color);
  z-index: 2;
}

.cat_right {
  width: calc(100% - 270px);
  flex-grow: 1;
  padding-right: 20px;
}
.cat_left {
  background-color: var(--surface-color);
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.cat_left a {
  padding: 10px 20px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  gap: 5px;
}

.cat_left a img {
  width: 25px;
  filter: invert(50%);
}
.fixed_link {
  position: fixed;
  bottom: 8vh;
  padding: 10px 20px;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  border-radius: 25px;
  color: #000;
  white-space: nowrap;
  font-weight: bold;
  animation: fixed_l 1.5s ease-in-out infinite alternate-reverse;
}
@keyframes fixed_l {
  0% {
    transform: scale(1) translate(-50%, 0);
  }
  100% {
    transform: scale(1.1) translate(-50%, 0);
  }
}
.fixed_link:hover {
  transition: 0.2s;
  background-color: #fff;
  color: #000 !important;
}
.header-buttons .header-end {
  display: flex;
  gap: 0.5rem;
}
.slick-slide {
  margin: 0 10px;
}

.product-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 32px;
  padding: 0 50px 0 25px;
}

.product-filter-bar .sort-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.product-filter-bar .sort-label {
  color: #6b7280; /* Tailwind dark-gray equivalent */
}

.dropdown {
  background-color: var(--border-color);
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  outline: 0;
}

.color-light {
  color: #fff;
}
.fixed_icons {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: var(--border-color);
  border-radius: 10px 0 0 10px;
}
.fixed_icons a:first-child {
  border-bottom: 1px solid var(--text-color);
}
.fixed_icons a {
  width: 60px;
  height: 60px;
  padding: 10px;
  color: var(--primary-color);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed_icons a i {
  font-size: 25px;
}
.fixed_icons a:hover {
  color: #fff !important;
}
.btn-close {
  background-color: var(--text-primary);
}

.setting-text-container {
  min-width: 250px;
  max-width: 400px;
  width: 40vw;
  background-color: var(--border-color);
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
}
.setting-text-container .drop-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.setting-text-container .drop-container p {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.setting-text-container .item {
  color: #000 !important;
}
.setting-text-container .item:hover {
  color: var(--primary-color) !important;
}
.setting-text-container .close-content {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center !important;
}
.setting-text-container .btn-close {
  filter: invert(1) !important;
  opacity: 1 !important;
  display: none !important;
}
.setting-text-container h4 {
  color: #fff !important;
}
#SettingQuickView .detail-wrapper {
  background-color: transparent !important;
}
.btn-close-text {
  padding: 5px 20px;
  border-radius: 50px;
  border: 0;
  background-color: var(--primary-color);
}
.main-menu__toggler {
  background-color: transparent !important;
  border: 0;
  min-width: 40px;
}
.main-menu__toggler img {
  filter: brightness(0) invert(1) !important;
  max-width: auto !important;
  min-width: 100% !important;
}

.navigation_con {
  display: flex;
  flex-wrap: nowrap !important;
}
.navigation_con_links {
  width: auto !important;
}
.navigation_con .logo {
  width: auto;
}
.navigation_con .header-buttons {
  justify-content: flex-start !important;
}

.logo_img {
  max-width: 200px;
  border-radius: 25px;
}
.logoText span {
  color: #fff !important;
  margin: -2px;
}
.ltt {
  width: 0.8rem;
}

.main-menu .header-section .header-center .header-buttons .input-searchs:focus {
  background-color: transparent !important;
}

.showCat {
  position: fixed;
  top: 50%;
  left: 0;

  background-color: var(--border-color);
  color: var(--primary-color);
  border: 0;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  display: none;
  z-index: 9;
}
.report_link {
  /* text-shadow: 0 0 5px #339cff, 0 0 10px #339cff, 0 0 15px #339cff; */
}
.showCat i {
  font-size: 20px;
}
.categories h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.categories h3 i {
  display: none;
  cursor: pointer;
}
.wow_footer {
  text-align: center;
}
.wow_con {
  justify-content: center;
}

.select__menu,
.select__control {
  color: #000 !important;
}
.css-19bb58m,
.css-1dimb5e-singleValue,
.select__input {
  color: #fff !important;
}
.basic-single {
  width: 50%;
}
.css-13cymwt-control,
.select__control--is-focused,
.select__control {
  background-color: transparent !important;
  border-color: gray !important;
}
.select__option--is-focused {
  color: #000 !important;
}

.select__menu,
.select__menu-list {
  background-color: #000 !important;
  color: #fff !important;
}

.select__option--is-selected {
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.select__option:hover {
  color: #000 !important;
}
.setting-text-container .drop-container p {
  white-space: nowrap;
}
.header-buttons_con {
  width: auto;
}
@media screen and (max-width: 1300px) {
  .navigation_con_links {
    display: none !important;
  }
  .mobile-nav__toggler {
    display: flex;
    align-items: center;
    gap: clamp(5px, 0.521vw, 42px);
  }
}
@media screen and (max-width: 992px) {
  .categories {
    position: fixed;
    background-color: var(--border-color);
    z-index: 10;
    height: 100vh;
    left: -300px;
    top: 0;
    border-radius: 0 10px 10px 0;
    transition: 0.5s;
    margin: 0;
    padding-top: 10px;
  }
  .categories.show {
    left: 0;
  }

  .categories.show .cat_left a {
    animation: 0.5s fa ease-in-out forwards;
    opacity: 0;
  }
  @keyframes fa {
    100% {
      opacity: 1;
    }
  }
  .categories h3 i,
  .showCat {
    display: block;
  }
  .showCat:hover {
    color: #fff !important;
  }
}
.modal {
  opacity: 0;
  transition: 0.5s;
}
.modal.show {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

@media screen and (max-width: 772px) {
  .setting-text-container {
    width: 100%;
  }
  .modal.show {
    justify-content: center !important;
  }
  .fixed_icons a {
    width: 40px;
    height: 40px;
  }
  .fixed_icons a i {
    font-size: 20px;
  }
}

.top_img {
  border-radius: clamp(24px, 1.667vw, 108px);
  overflow: hidden;
  height: clamp(205px, 28.646vw, 1060px);
  transition: 1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_img img {
  transition: 1s ease-in-out;
}
.top_img:hover img {
  transform: scale(1.1);
}

.report-form {
  max-width: 400px;
  margin: 25px auto;
  background-color: var(--border-color);
  padding: 20px;
  border-radius: 20px;
}
.contact_info {
  max-width: 500px;
  margin: auto;
}
.buy-btn {
  color: #000 !important;
}
.switch_btn_res_con {
  display: flex;
  align-items: flex-start;
  padding: 0 50px 0 25px;
}

.switch_btn {
  display: none;
  justify-content: center;
  gap: 15px;
  margin-left: 25px;
}
.switch_btn button {
  color: #fff;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: 2px solid currentColor;
  display: flex;
  opacity: 0.5;
}
.switch_btn button.active_switch_btn {
  opacity: 1;
}
.switch_btn_3 {
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 5px;
}
.switch_btn_3 span {
  width: 100%;
  height: 7px;
  background-color: currentColor;
}
.switch_btn_2 {
  gap: 5px;
  padding: 5px;
  width: 34px !important;
}
.switch_btn_2 span {
  width: 7px;
  height: 100%;
  background-color: currentColor;
}
@media screen and (max-width: 768px) {
  .best-seller-item {
    width: 50%;
  }
  .best-seller-item-full {
    width: 100% !important;
  }
  .product-filter-bar {
    padding: 0;
    justify-content: center;
  }
  .switch_btn {
    display: flex;
  }
  .product-filter-bar .sort-container {
    width: 100%;
  }
}

.linkConverter {
  width: 80%;
  margin: auto;
}
.linkConverter_text h1 {
  font-weight: bold;
  font-size: 2rem;
}
.linkConverter_text p {
  font-size: 1rem;
}
.linkConverter .report-form {
  margin: 0 !important;
  max-width: 100%;
}

.linkConverter ::placeholder {
  color: lightgray;
  opacity: 1;
}

.linkConverter ::-ms-input-placeholder {
  color: lightgray;
}
.linkConverter .cu-tt {
  background-color: var(--primary-color);
}
.linkConverter .cu-tt .text {
  color: #000 !important;
}
.link_con {
  border: 1px solid gray;
  padding: 10px;
  display: flex;
  gap: 10px;
  border-radius: 5px;
  margin: 15px 0;
  background-color: var(--border-color);
  align-items: center;
  justify-content: space-between;
}
.link_con img {
  max-width: 75px;
  background: gray;
  border-radius: 10px;
}
.link_con p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 90%;
  color: #fff !important;
}
.link_con div {
  background-color: var(--border-color);
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_con button {
  background-color: transparent;
  border: 0;
  color: var(--primary-color);
  height: 80%;
}
.link_con button svg {
  width: 25px;
}
.link_con button:hover {
  color: #fff;
}

.categories_page .pagenation_section {
  display: flex;
  justify-content: center !important;
  align-items: center;
}
.categories_page .pagenation_section button {
  margin: 10px;
  border-radius: 5px;
}

.product_loading,
.product_empty {
  width: 100px;
  height: 100px;
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--border-color);
  border-right: 2px solid var(--primary-color);
  border-left: 2px solid var(--border-color);
  margin: 50px auto;
  border-radius: 50%;
  animation: 1s load infinite linear forwards;
}
.product_empty {
  border: 0;
  animation: none;
  width: 100%;
  text-align: center;
}
@keyframes load {
  100% {
    transform: rotate(360deg);
  }
}
.active_cat {
  color: var(--primary-color);
}

.image-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 400px;
}
.quick-image-box,
.quick-image-box img {
  max-height: 400px;
  overflow: hidden;
}

.thumbnail-container {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.thumbnail-box {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
}

.thumbnail-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-box.active {
  border: 2px solid var(--primary-color);
  transform: scale(1.1);
}

.menu__list a {
  font-size: 1rem;
}

@media screen and (min-width: 1440px) {
  .hero-content-left p,
  .shoe-block-content p,
  .cat_left a span,
  .container-fluid p,
  .scroll-btn,
  .linkConverter_text p,
  .form-control.form-control-2,
  .cus-btn .text {
    font-size: 1.2vw !important;
  }
  .linkConverter_text h1 {
    font-size: 1.8vw !important;
  }
  .cat_left a img {
    width: 50px;
  }
  .categories {
    width: 300px;
    min-width: 500px;
  }
  .cat_left a {
    padding: 20px;
    align-items: center;
    gap: 15px;
  }
  .contact_info,
  .report-form {
    max-width: 40vw;
  }
}
.item-img div {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .link_con img {
    max-width: 50px;
  }
}
.nav_lang {
  position: relative;
}
.nav_lang_selected {
  display: flex;
  align-items: center;
}
.nav_lang p {
  cursor: pointer;
}
.nav_lang div p {
  padding: 10px;
}
.nav_lang div p:hover {
  background-color: lightgray;
}
.nav_lang p img {
  margin-right: 5px;
  width: 20px;
}
.nav_lang p span {
  font-size: 1.5em;
  height: 5px;
  display: inline-block;
}
.nav_lang_selected svg {
  transform: rotate(180deg);
}
.nav_lang div {
  position: absolute;
  top: 100%;
  background: #fff;
  display: none;
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
}
.nav_lang.active_nav_lang div {
  display: block;
  width:113%;
}
.nav_lang div p:not(.nav_lang_selected) {
  color: #000 !important;
}
.active_nav_lang .nav_lang_selected svg {
  transform: rotate(0deg);
}
.n_ll {
  display: flex;
  gap: 5px;
}

.homepage-waves-bg {
  background: url('/assets/media/homepage%20wave.png') center top no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
  z-index: 0;
}