@charset "UTF-8";
/*---------------------------------------------"
// Template Name: Coffee Shop
// Description:  Coffee Shop 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=Brawler:wght@400;700&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 */
/*-------------------------
    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: #673C19;
}

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

.container-fluid {
  padding: 0 clamp(12px, 5vw, 136px);
  width: 100%;
}

.page-content {
  margin: clamp(14px, 1.198vw, 40px) 0;
}

.x-hidden {
  overflow-x: hidden !important;
}

.locked {
  overflow-y: hidden;
}

/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #92949F;
  background-color: #191919;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(14px, 0.833vw, 22px);
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #45474F;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #92949F;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #E8C895;
  transition: all 0.3s 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 {
  color: #141516;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

h1,
.h1 {
  font-family: "Brawler", sans-serif;
  font-size: clamp(40px, 3.177vw, 122px);
  /*71*/
  font-weight: 600;
  line-height: 120%;
  /* 73.2px */
  letter-spacing: -1.22px;
}
@media (max-width: 991px) {
  h1,
.h1 {
    font-size: clamp(38px, 5.119vw, 48px);
  }
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: clamp(35px, 6.094vw, 45px);
  }
}
@media (max-width: 575px) {
  h1,
.h1 {
    font-size: clamp(32px, 8.78vw, 40px);
  }
}
h1.bold,
.h1.bold {
  letter-spacing: -1.44px;
  font-weight: 700;
}

h2,
.h2 {
  font-family: "Brawler", sans-serif;
  font-size: clamp(32px, 2.552vw, 98px);
  /* 49px */
  font-weight: 600;
  line-height: 120%;
  /* 58.8px */
  letter-spacing: -0.49px;
}
@media (max-width: 991px) {
  h2,
.h2 {
    font-size: clamp(30px, 4.048vw, 40px);
  }
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: clamp(28px, 4.844vw, 36px);
  }
}
@media (max-width: 575px) {
  h2,
.h2 {
    font-size: clamp(24px, 6.829vw, 32px);
  }
}

h3,
.h3 {
  font-family: "Brawler", sans-serif;
  font-size: clamp(25.59px, 2.031vw, 78px);
  /* 39px */
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.39px;
}
@media (max-width: 991px) {
  h3,
.h3 {
    font-size: clamp(26px, 3.452vw, 34px);
  }
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: clamp(23px, 4.141vw, 30px);
  }
}
@media (max-width: 575px) {
  h3,
.h3 {
    font-size: clamp(21px, 5.854vw, 28px);
  }
}

h4,
.h4 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(20.34px, 1.615vw, 62px);
  /* 31px */
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 991px) {
  h4,
.h4 {
    font-size: clamp(23px, 2.976vw, 28px);
  }
}
@media (max-width: 767px) {
  h4,
.h4 {
    font-size: clamp(21px, 3.594vw, 25px);
  }
}
@media (max-width: 575px) {
  h4,
.h4 {
    font-size: clamp(19px, 5.244vw, 23px);
  }
}

h5,
.h5 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(16.4px, 1.352vw, 50px);
  /* 25px */
  font-weight: 600;
  line-height: 120%;
  /* 32.5px */
  letter-spacing: -0.5px;
}
@media (max-width: 991px) {
  h5,
.h5 {
    font-size: clamp(20px, 2.619vw, 23px);
  }
}
@media (max-width: 767px) {
  h5,
.h5 {
    font-size: clamp(19px, 3.047vw, 21px);
  }
}
@media (max-width: 575px) {
  h5,
.h5 {
    font-size: clamp(18px, 4.634vw, 20px);
  }
}

h6,
.h6 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(14.5px, 1.042vw, 40px);
  /* 20px */
  font-weight: 600;
  line-height: 120%;
  /* 24px */
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  h6,
.h6 {
    font-size: clamp(15px, 2.107vw, 21px);
  }
}
@media (max-width: 767px) {
  h6,
.h6 {
    font-size: clamp(15.5px, 2.656vw, 19px);
  }
}
@media (max-width: 575px) {
  h6,
.h6 {
    font-size: clamp(14.45px, 4.146vw, 18px);
  }
}

.text-md {
  font-family: "Brawler", sans-serif;
  font-size: clamp(19px, 1.25vw, 32px);
  /*24*/
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.96px;
}
@media (max-width: 1199px) {
  .text-md {
    font-size: clamp(19px, 1.668vw, 24px);
    /*20*/
  }
}
@media (max-width: 820px) {
  .text-md {
    font-size: clamp(18px, 2.317vw, 22px);
    /*19*/
  }
}
@media (max-width: 490px) {
  .text-md {
    font-size: clamp(16px, 3.469vw, 21px);
    /**/
  }
}

.text-16,
p {
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 0.833vw, 22px);
  font-weight: 400;
  line-height: 150%;
}

.text-thin {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  /* 15.6px */
}

.lead {
  font-size: clamp(17px, 0.99vw, 21px);
  /*19*/
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 820px) {
  .lead {
    font-size: clamp(16px, 2.195vw, 22px);
    /*18*/
  }
}
@media (max-width: 490px) {
  .lead {
    font-size: clamp(17px, 3.673vw, 21px);
    /*16*/
  }
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #141516;
  text-transform: uppercase;
  font-size: clamp(18.5px, 1.25vw, 40px);
  /*24*/
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 120%;
}
.eyebrow:before {
  content: "";
  width: clamp(4px, 0.417vw, 12px);
  height: clamp(8px, 0.99vw, 32px);
  background: #673C19;
}
@media (max-width: 575px) {
  .eyebrow:before {
    width: 12px;
  }
}

span {
  display: inline-block;
}

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

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #673C19;
}

.primary-hover:hover {
  color: #673C19;
}

.color-sec {
  color: #E8C895;
}

.black {
  color: #141516;
}

.light-black {
  color: #191919;
}

.color-white {
  color: #FAFAFA;
}

.dark-gray {
  color: #45474F;
}

.light-gray {
  color: #92949F;
}

.medium-gray {
  color: #92949F;
}

.lightest-gray {
  color: #EAEAEC;
}

.bg-color-primary {
  background-color: #673C19;
}

.bg-color-sec {
  background-color: #E8C895;
}

.bg-dark-black {
  background-color: #141516;
}

.bg-light-black {
  background-color: #191919;
}

.bg-white {
  background-color: #FAFAFA;
}

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

.bg-medium-gray {
  background-color: #92949F;
}

.bg-light-gray {
  background-color: #EAEAEC;
}

.accent-gradient {
  background-color: linear-gradient(180deg, rgba(47, 61, 126, 0) 0%, rgba(47, 61, 126, 0.4) 0.01%, rgba(47, 61, 126, 0.2) 45.5%, rgba(47, 61, 126, 0.4) 100%);
}

.gradient-1 {
  background: linear-gradient(180deg, #07080D 0%, #1D1F2C 100%) !important;
}

.gradient-2 {
  background: linear-gradient(180deg, #1D1F2C 0%, #0C0C0D 100%) !important;
}

.gradient-3 {
  background: linear-gradient(180deg, #1D1F2C 0%, #07080D 100%) !important;
}

.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: "Poppins", sans-serif;
}

.font-sec {
  font-family: "Brawler", sans-serif;
}

.font-awos {
  font-family: "Font Awesome 6 Pro";
}

.fill-sec {
  fill: #E8C895;
  transition: all 0.3s ease-in-out;
}

.fill-white {
  fill: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

.stroke-sec {
  stroke: #E8C895;
  transition: all 0.3s ease-in-out;
}

.stroke-white {
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

.br-5 {
  border-radius: 5px;
}

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

.br-15 {
  border-radius: clamp(8px, 0.781vw, 30px);
}

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

.br-25 {
  border-radius: clamp(12px, 1.302vw, 40px);
}

.br-30 {
  border-radius: clamp(15px, 1.563vw, 50px);
}

.cursor-pointer {
  cursor: pointer;
}

/*----------------------------------------*/
/*  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-32 {
  margin-top: clamp(24px, 1.667vw, 64px);
}
@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);
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 2.422vw;
  }
}
@media (max-width: 580px) {
  .mb-32 {
    margin-bottom: 4.082vw;
  }
}

.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;
  }
}

.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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.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(18px, 1.25vw, 48px);
}

.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
-------------------------*/
.cus-btn {
  padding: clamp(12px, 0.833vw, 32px) clamp(24px, 1.667vw, 48px);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
  z-index: 20;
}
.cus-btn.p-8-16 {
  padding: 8px 16px;
}
.cus-btn.primary {
  background: #673C19;
  border: 1px solid #673C19;
  border-radius: 5px;
  color: #FAFAFA;
}
.cus-btn.primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #673C19;
  height: 450px;
  width: 450px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cus-btn.primary:hover {
  border-color: #E8C895;
  color: #673C19;
}
.cus-btn.primary:hover:before {
  top: -114px;
  left: -33px;
  background: #E8C895;
  transition: all 0.3s ease-in-out;
}
.cus-btn.primary:hover .stroke-white {
  stroke: #E8C895;
}
.cus-btn.transparent {
  background: transparent;
  color: #E8C895;
  border: 1px solid #E8C895;
  border-radius: 5px;
}
.cus-btn.transparent:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #673C19;
  height: 450px;
  width: 450px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cus-btn.transparent:hover {
  border-color: #673C19;
  background: #673C19;
  color: #FAFAFA;
}
.cus-btn.transparent:hover:before {
  top: -114px;
  left: -33px;
  background: #673C19;
  transition: all 0.3s ease-in-out;
}

.transparent-button {
  background: transparent;
  outline: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.talk-btn {
  padding: 16px 32px;
  border-radius: 5px;
  background: #141516;
  border: none;
  outline: 0;
  box-shadow: none;
  color: #FAFAFA;
  text-align: center;
  font-family: "Brawler", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
}

.social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.social-icon li {
  padding: 8px 4px;
}
.social-icon li a svg path {
  fill: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.social-icon li a:hover svg path {
  transition: all 0.3s ease-in-out;
  fill: #E8C895;
}

.quantity {
  display: inline-flex;
  align-items: flex-start;
  border-radius: 5px;
}
.quantity .input-area {
  display: flex;
}
.quantity .input-area input {
  display: grid;
  align-content: center;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  background-color: transparent;
  color: #FAFAFA;
  padding: 0 8px;
  width: clamp(32px, 2.5vw, 60px);
  height: clamp(32px, 2.5vw, 60px);
}
@media (max-width: 992px) {
  .quantity .input-area input {
    font-size: 20x;
  }
}
@media (max-width: 767px) {
  .quantity .input-area input {
    font-size: 18x;
  }
}
@media (max-width: 575px) {
  .quantity .input-area input {
    font-size: 17px;
  }
}
.quantity .input-area input:focus-visible {
  outline: none;
}
.quantity .input-area input.decrement {
  font-size: 32px;
  font-weight: 200;
  border: 0;
  border: 1px solid #E8C895;
  line-height: 49px;
}
@media (max-width: 1599px) {
  .quantity .input-area input.decrement {
    line-height: 36px;
  }
}
.quantity .input-area input.increment {
  font-size: 28px;
  font-weight: 200;
  border: 0;
  border: 1px solid #E8C895;
}
.quantity .input-area input.number {
  padding: 0;
  color: #E8C895;
  background: transparent;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #E8C895;
  color: #FAFAFA;
  border: 1px solid #FAFAFA;
  border-radius: 10px;
  cursor: pointer;
  z-index: 1000;
  font-size: 19px;
  transition: all 0.3s ease-in-out;
  width: 48px;
  height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
}
#back-to-top:hover {
  color: #141516;
  transition: all 0.3s ease-in-out;
  background-color: #673C19;
}

.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.3s ease-in-out;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #E8C895;
  background-color: #141516;
  width: clamp(32px, 1.875vw, 64px);
  height: clamp(32px, 1.875vw, 64px);
  border: 1px solid #141516;
  border-radius: 5px;
  float: left;
  transition: all 0.3s ease-in-out;
  font-size: clamp(16px, 0.938vw, 22px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.62px;
}
.pagination #border-pagination li a svg path {
  stroke: #E8C895;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a.active {
  background-color: #E8C895;
  color: #141516;
  border: 1px solid #E8C895;
}
.pagination #border-pagination li a.active svg path {
  stroke: #141516;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a:hover {
  background-color: #E8C895;
  color: #141516;
  border: 1px solid #E8C895;
}
.pagination #border-pagination li a:hover svg path {
  stroke: #141516;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li:hover span {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 130px;
  max-height: 150px;
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 80px;
    max-height: 80px;
  }
}

.form-control {
  padding: 14px 16px;
  border-radius: 5px;
  border: 1px solid #92949F;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: clamp(17px, 0.938vw, 22px);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  position: relative;
  color: #FAFAFA;
  box-shadow: none;
  outline: 0;
}
@media (max-width: 820px) {
  .form-control {
    padding: 11px 16px;
  }
}
.form-control.form-2 {
  background: rgba(69, 71, 79, 0.2);
  backdrop-filter: blur(50px);
}
.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: #FAFAFA !important;
  background: #191919 !important;
}
.form-control:hover {
  color: #FAFAFA !important;
}
.form-control::placeholder {
  color: #92949F;
  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: #191919;
  gap: clamp(12px, 0.833vw, 32px);
}
.input-group input {
  width: 10.625vw;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  color: #FAFAFA;
  border: 0;
  font-family: "Poppins", 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 input:-webkit-autofill, .input-group input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
.input-group button {
  padding: 0;
  margin: 0;
  outline: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.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: "";
  font-family: "Font Awesome 6 Pro";
  color: #92949F;
  font-size: clamp(14px, 1.042vw, 20px);
  font-weight: 200;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "";
  color: #673C19;
  font-weight: bold;
}

.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: #781d88bb;
}
.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 #aa47bc86;
}
.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 #92949F;
  border-radius: 4px;
  transition: all 0.3s;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #141516;
  z-index: 10000;
}
#preloader .coffeeloader {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  top: 50%;
}
#preloader .cupcontainer {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50px;
  left: 5px;
}
#preloader .cupcontainer .cup {
  border-bottom: 40px solid #673C19;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 56px;
  transform: rotate(180deg);
  position: relative;
  left: -3px;
  top: 5px;
}
#preloader .cupcontainer .handle {
  width: 20px;
  height: 20px;
  border: 6px solid #673C19;
  position: relative;
  top: -30px;
  left: 41px;
  z-index: -1;
}
#preloader .glance {
  border-bottom: 25px solid #E8C895;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  width: 2px;
  transform: rotate(180deg);
  position: absolute;
  top: 13px;
  left: 10px;
}

.plate {
  background: #673C19;
  width: 100px;
  height: 6px;
  border-radius: 3px;
  position: relative;
  top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.bottom {
  background: #673C19;
  width: 60px;
  height: 6px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.steam {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50px;
  left: 5px;
}

.smoke1 {
  width: 6px;
  height: 30px;
  float: left;
  margin-right: 6px;
  margin-left: 4px;
  border-radius: 3px;
}
.smoke1::before, .smoke1::after {
  content: "";
  background: #673C19;
  position: absolute;
  animation: load 0.9s infinite reverse ease-in-out;
  border-radius: 3px;
}

.smoke2 {
  width: 6px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-left: 4px;
  border-radius: 3px;
}
.smoke2::before, .smoke2::after {
  content: "";
  background: #673C19;
  position: absolute;
  animation: load 0.6s infinite reverse ease-in-out;
  border-radius: 3px;
  margin-top: 5px;
}

.smoke3 {
  width: 6px;
  height: 30px;
  float: left;
  margin-right: 6px;
  margin-left: 4px;
  border-radius: 3px;
}
.smoke3::before, .smoke3::after {
  content: "";
  background: #673C19;
  position: absolute;
  animation: load 0.9s infinite 0.5s reverse ease-in-out;
  border-radius: 3px;
}

@keyframes load {
  0% {
    top: 0;
    height: 30px;
    width: 6px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 29px;
    height: 15px;
    width: 6px;
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup .search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #673C19;
  opacity: 0.8;
  cursor: url(../media/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup .search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup .search-popup__content .search-popup__form {
  position: relative;
}
.search-popup .search-popup__content .search-popup__form input[type=search],
.search-popup .search-popup__content .search-popup__form input[type=text] {
  width: 100%;
  background-color: #ffffff !important;
  font-size: 15px;
  color: #697585;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.search-popup .search-popup__content .search-popup__form button {
  padding: 0;
  width: 66px;
  height: 66px;
  border: 0;
  background: #673C19;
  color: #FAFAFA;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}
.search-popup .search-popup__content .search-popup__form button i {
  margin: 0;
  font-size: 24px;
}
.search-popup .search-popup__content .search-popup__form button::after {
  background-color: #673C19;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.8;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.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: 500;
}
.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: #141516;
  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;
}
@media (max-width: 490px) {
  .wrapper-dropdown .topbar-dropdown {
    top: 130%;
    left: -16px;
  }
}
.wrapper-dropdown .topbar-dropdown li {
  padding: 0 15px;
  line-height: 45px;
  border-radius: 0;
  overflow: hidden;
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  background-color: #E8C895;
  color: #141516;
}
.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;
}
.wrapper-dropdown svg {
  transition: all 0.3s;
}
.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

.modal.show {
  display: grid !important;
  align-items: center;
  height: 100vh;
}
.modal .modal-dialog {
  max-width: 70%;
}
@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 .quick-image-box {
  height: 100%;
  border-radius: clamp(6px, 0.521vw, 20px);
  background-color: #191919;
  display: grid;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1499px) {
  .modal .modal-dialog .modal-content .modal-body .detail-wrapper .quick-image-box {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 490px) {
  .modal .modal-dialog .modal-content .modal-body .detail-wrapper .quick-image-box {
    width: 100%;
    height: 100%;
    padding: 32px;
  }
}
.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container {
  height: 100%;
  position: relative;
  border-radius: clamp(6px, 0.521vw, 20px);
  padding: clamp(24px, 1.667vw, 48px);
}
@media (max-width: 490px) {
  .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container {
    margin-top: 8px;
  }
}
@media (max-width: 490px) {
  .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .quantity {
    display: none;
  }
}
.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .close-content {
  position: absolute;
  right: 40px;
  top: 40px;
}

/*-------------------------
  layouts
-------------------------*/
.header {
  position: relative;
  width: 100vw;
}
.header .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(8px, 16px, 24px) 0;
  border-bottom: 1px solid rgba(232, 200, 149, 0.1);
}
.header .top-bar .time-location {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
}
.header .top-bar .time-location li,
.header .top-bar .time-location li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.header .top-bar .time-location li a:hover {
  color: #E8C895;
}
.header .navigation {
  width: 100%;
  position: relative;
  padding: clamp(8px, 16px, 24px) 0;
}
.header .navigation .navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 580px) {
  .header .navigation .header-logo {
    width: 20vw;
  }
}
.header .navigation .main-menu__list,
.header .navigation .main-menu__list ul,
.header .navigation .stricky-header .main-menu__list,
.header .navigation .stricky-header .main-menu__list ul {
  margin: 0 auto;
  padding: 0;
  padding-left: 9.271vw;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  .header .navigation .main-menu__list,
.header .navigation .main-menu__list ul,
.header .navigation .stricky-header .main-menu__list,
.header .navigation .stricky-header .main-menu__list ul {
    display: flex;
    justify-content: center;
    gap: clamp(18px, 1.25vw, 32px);
  }
}
.header .navigation .main-menu__list > li {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
.header .navigation .main-menu__list > li > a {
  font-size: clamp(14px, 0.833vw, 20px);
  font-weight: 400;
  line-height: 140%;
  font-family: "Poppins", sans-serif;
  color: #FAFAFA;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: all all 0.3s ease-in-out;
}
.header .navigation .main-menu__list > li > a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #E8C895;
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__list > li > a:hover, .header .navigation .main-menu__list > li > a.active {
  color: #E8C895;
}
.header .navigation .main-menu__list > li.current a, .header .navigation .main-menu__list > li.active a, .header .navigation .main-menu__list > li:hover a {
  color: #E8C895;
}
.header .navigation .main-menu__list > li.current a::after, .header .navigation .main-menu__list > li.active a::after, .header .navigation .main-menu__list > li:hover a::after {
  width: 100%;
}
.header .navigation .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 220px;
  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.3s ease-in-out, visibility all 0.3s ease-in-out, transform 700ms ease;
  z-index: 99;
  background-color: #191919;
  padding: 15px 10px 10px;
  border-radius: clamp(6px, 0.521vw, 20px);
}
.header .navigation .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.header .navigation .main-menu__list li ul li > a {
  font-size: clamp(13px, 0.833vw, 20px);
  line-height: 140%;
  color: #FAFAFA;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  display: flex;
  padding: 7px 20px;
  transition: 400ms;
  margin-bottom: 4px;
  border-radius: 5px;
}
.header .navigation .main-menu__list li ul li.current > a, .header .navigation .main-menu__list li ul li:hover > a {
  background-color: #E8C895;
  color: #141516;
}
.header .navigation .main-menu__list li ul li.current > a::after, .header .navigation .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  color: #141516;
}
.header .navigation .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.header .navigation .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.header .navigation .main-menu__list li ul li > ul ul {
  display: flex;
}
.header .navigation .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  gap: 6px;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .navigation .main-menu__list li:nth-last-child(1) ul li > ul, .header .navigation .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.header .navigation .header-right-block {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: clamp(16px, 1.25vw, 32px);
}
.header .navigation .header-right-block .icon {
  font-size: 24px;
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header .navigation .header-right-block .icon:hover {
  color: #E8C895;
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 200;
  color: #FAFAFA;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 1099px) {
  .mobile-nav__toggler {
    display: flex;
    filter: hue-rotate(50deg);
  }
}
.mobile-nav__toggler:hover {
  color: #E8C895;
}

/*--------------------------------------------------------------
  # 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 500ms, visibility 500ms ease 500ms;
  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 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #141516;
  opacity: 0.3;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #141516;
  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 RGBA(255, 255, 255, 0.1);
}
.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 RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #FAFAFA;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  letter-spacing: 0.8px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #E8C895;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #673C19;
  border: none;
  outline: none;
  color: #FAFAFA;
  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: #FAFAFA;
  color: #141516;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #FAFAFA;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #FAFAFA;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: #673C19;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #FAFAFA;
  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: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #673C19;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #673C19;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #FAFAFA;
}

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

.nav-bar .nav-link li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-bar .nav-link li::before {
  content: "";
  width: clamp(4px, 0.417vw, 16px);
  height: clamp(4px, 0.417vw, 16px);
  border: 1px solid #673C19;
  border-radius: clamp(4px, 0.417vw, 16px);
}
.nav-bar .nav-link li.active::before {
  display: none;
}

.hero-banner {
  width: 100vw;
  height: calc(100vh - 160px);
}
@media (max-width: 490px) {
  .hero-banner {
    height: calc(100vh - 148px);
  }
}
.hero-banner .hero-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-banner .hero-slider .slick-list {
  height: 100%;
  width: 100%;
}
.hero-banner .hero-slider .slick-list .slick-track {
  height: 100%;
  width: 100%;
}
.hero-banner .hero-slider .slick-list .slick-track .slider-block {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-banner .hero-slider .slick-list .slick-track .slider-block .detail {
  width: 765px;
  position: relative;
  z-index: 20;
}
.hero-banner .hero-slider .slick-list .slick-track .slider-block .detail p {
  width: 70%;
  margin: 0 auto;
}
.hero-banner .hero-slider .slick-list .slick-track .slider-block.slide-1 {
  background: url(../media/hero/1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-banner .hero-slider .slick-list .slick-track .slider-block.slide-2 {
  background: url(../media/hero/2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-banner .hero-slider .slick-list .slick-track .slider-block.slide-3 {
  background: url(../media/hero/3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-banner .hero-slider .slick-list .slick-track .slider-block::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 57.68%, rgba(0, 0, 0, 0) 100%);
}
.hero-banner .hero-slider .slick-dots {
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.hero-banner .hero-slider .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0;
  border: 2px solid #E8C895;
  border-radius: 16px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.hero-banner .hero-slider .slick-dots li.slick-active {
  border-color: #673C19;
  background: #673C19;
}
.hero-banner .hero-slider .slick-dots li button {
  font-size: 0;
  background: transparent;
  color: transparent;
}

.benefits {
  background: #E8C895;
  width: 100.5%;
}
@media (max-width: 1499px) {
  .benefits {
    width: 100.8%;
  }
}
@media (max-width: 768px) {
  .benefits {
    width: 100%;
  }
}
.benefits .benefit-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.about .about-detail .section-name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.about .about-detail .section-name::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #FAFAFA;
}
.about .about-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.about .about-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}

.menu .menu-tabs .tabs-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(28px, 1.667vw, 48px);
}
.menu .menu-tabs .tabs-header li {
  overflow: hidden;
}
.menu .menu-tabs .tabs-header li:first-child {
  border-radius: 5px 0 0 5px;
}
.menu .menu-tabs .tabs-header li:last-child {
  border-radius: 0 5px 5px 0;
}
.menu .menu-tabs .tabs-header li button {
  padding: 8px 32px;
  background: #E8C895;
  color: #141516;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  /* 24px */
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 490px) {
  .menu .menu-tabs .tabs-header li button {
    font-size: 16px;
    padding: 8px 12px;
  }
}
.menu .menu-tabs .tabs-header li button.active, .menu .menu-tabs .tabs-header li button:hover {
  background: #673C19;
  color: #E8C895;
}
.menu .menu-tabs .tabs-body .tab-pane {
  min-height: 560px;
}
.menu .menu-tabs .tabs-body .tab-pane.hidden {
  display: none;
}
.menu .menu-tabs .tabs-body .tab-pane .menu-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 490px) {
  .menu .menu-tabs .tabs-body .tab-pane .menu-item {
    flex-direction: column;
  }
}
.menu .menu-tabs .tabs-body .tab-pane .menu-item .item-image {
  flex-shrink: 0;
  width: 196px;
  text-align: center;
}
.menu .menu-tabs .tabs-body .tab-pane .menu-item .item-detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu .menu-tabs .tabs-body .tab-pane .menu-item .item-detail .name-price {
  display: flex;
  align-items: center;
  gap: 16px;
}

.center-line {
  width: 100%;
  height: 1px;
  background-color: #FAFAFA;
}

.category .category-item {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.category .category-item img {
  object-fit: cover;
}
.category .category-item .item-detail {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(25px);
}
@media (max-width: 1024px) {
  .category .category-item .item-detail {
    width: fit-content;
  }
}

.team .team-member {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #141516;
  cursor: pointer;
  text-align: center;
}
.team .team-member img {
  object-fit: cover;
}
.team .team-member .member-detail {
  position: absolute;
  width: calc(100% - 48px);
  left: 24px;
  bottom: 24px;
  z-index: 10;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(25px);
}
.team .team-member .member-detail .social {
  height: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.team .team-member .member-detail .social .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.team .team-member .member-detail .social .social-link .vertical-line {
  width: 1px;
  height: 16px;
  background: #E8C895;
}
.team .team-member .member-detail .social .social-link a:hover .fill-sec {
  fill: #673C19;
}
.team .team-member:hover .social {
  height: 26px;
}

.special .special-item {
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  gap: 24px;
  border-radius: 20px;
  background: #141516;
  cursor: pointer;
}
.special .special-item .item-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #191919;
  border-radius: 10px;
  overflow: hidden;
}
.special .special-item .item-image img {
  width: 100%;
  object-fit: cover;
}
.special .special-item .item-image .sale {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 16px;
  background: #141516;
  border-radius: 5px;
  z-index: 10;
}
.special .special-item .item-image .icon {
  position: absolute;
  top: 8px;
  right: -48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.special .special-item .item-image .icon a {
  padding: 8px;
  background: #141516;
  border-radius: 5px;
  font-size: 20px;
  color: #E8C895;
  transition: all 0.3s ease-in-out;
}
.special .special-item .item-image .icon a:hover {
  color: #673C19;
}
.special .special-item .item-image .icon a:hover .stroke-sec {
  stroke: #673C19;
}
.special .special-item .item-detail .rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #E8C895;
}
.special .special-item:hover .item-image .icon {
  right: 8px;
}

.shop-grid-topbar-container {
  background: #141516;
  padding: clamp(12px, 0.833vw, 32px);
  border-radius: clamp(6px, 0.521vw, 20px);
}
.shop-grid-topbar-container .shop-grid-bottombar {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 490px) {
  .shop-grid-topbar-container .shop-grid-bottombar {
    flex-wrap: wrap;
  }
}
.shop-grid-topbar-container .shop-grid-bottombar .filter-tag {
  padding: 4px 8px;
  border-radius: 2px;
  background: #191919;
}
.shop-grid-topbar-container .shop-grid-topbar {
  padding: 12px 16px;
  height: 56px;
  background-color: #141516;
  border-radius: clamp(6px, 0.521vw, 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 490px) {
  .shop-grid-topbar-container .shop-grid-topbar {
    height: auto;
  }
}
@media (max-width: 490px) {
  .shop-grid-topbar-container .shop-grid-topbar.v-2 {
    flex-direction: column;
    gap: 16px;
    place-items: flex-start;
    margin-bottom: 12px;
  }
}
.shop-grid-topbar-container .shop-grid-topbar .first-block {
  display: flex;
  align-items: center;
  gap: 24px;
}
.shop-grid-topbar-container .shop-grid-topbar .first-block .visual-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 490px) {
  .shop-grid-topbar-container .shop-grid-topbar .first-block .visual-btns.v-2 {
    gap: 32px;
  }
}
.shop-grid-topbar-container .shop-grid-topbar .first-block .visual-btns .visual-box svg path {
  fill: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.shop-grid-topbar-container .shop-grid-topbar .first-block .visual-btns .visual-box:hover svg path, .shop-grid-topbar-container .shop-grid-topbar .first-block .visual-btns .visual-box.active svg path {
  transition: all 0.3s ease-in-out;
  fill: #E8C895;
}
.shop-grid-topbar-container .shop-grid-topbar .first-block .visual-btns .visual-box.shop-filter {
  padding: 8px 16px;
  background: #673C19;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.shop-grid-topbar-container .shop-grid-topbar .first-block .visual-btns .visual-box.shop-filter svg path {
  transition: all 0.3s ease-in-out;
}
.shop-grid-topbar-container .shop-grid-topbar .first-block .visual-btns .visual-box.shop-filter:hover {
  color: #141516;
  background: #E8C895;
}
.shop-grid-topbar-container .shop-grid-topbar .first-block .visual-btns .visual-box.shop-filter:hover svg path {
  stroke: #141516;
  transition: all 0.3s ease-in-out;
}
.shop-grid-topbar-container .shop-grid-topbar .second-block .grid-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 490px) {
  .shop-grid-topbar-container .shop-grid-topbar .second-block .grid-icons.v-2 {
    gap: 24px;
  }
}
.shop-grid-topbar-container .shop-grid-topbar .second-block .grid-icons .grid-dots svg path {
  fill: #EAEAEC;
  transition: all 0.3s ease-in-out;
}
.shop-grid-topbar-container .shop-grid-topbar .second-block .grid-icons .grid-dots:hover svg path, .shop-grid-topbar-container .shop-grid-topbar .second-block .grid-icons .grid-dots.active svg path {
  transition: all 0.3s ease-in-out;
  fill: #673C19;
}
.shop-grid-topbar-container .shop-grid-topbar .last-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 490px) {
  .shop-grid-topbar-container .shop-grid-topbar .last-block.v-2 {
    width: 100%;
  }
}
.shop-grid-topbar-container .shop-grid-topbar .last-block .drop-container {
  background-color: #191919;
  padding: 6px 5px 6px 12px;
  border-radius: 5px;
}
@media (max-width: 490px) {
  .shop-grid-topbar-container .shop-grid-topbar .last-block .drop-container.v-2 {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .shop-grid-topbar-container .shop-grid-topbar .last-block .drop-container .wrapper-dropdown.v-2 {
    width: 100%;
  }
}

.testimonial .testimonial-wrapper .content-box {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 1.25vw, 48px);
}
.testimonial .testimonial-wrapper .content-box .quotes {
  width: clamp(64px, 4.479vw, 140px);
  height: clamp(64px, 4.479vw, 140px);
  display: grid;
  align-items: center;
  justify-content: center;
  background: #FF5C35;
  border-radius: 50%;
}
.testimonial .testimonial-wrapper .content-box .review-block {
  width: 27.396vw;
}
@media (max-width: 1024px) {
  .testimonial .testimonial-wrapper .content-box .review-block {
    width: 75%;
  }
}
.testimonial .testimonial-wrapper .content-box .review-block .rating-box .person-info {
  display: flex;
  align-items: flex-start;
  gap: clamp(32px, 2.5vw, 72px);
}
.testimonial .testimonial-wrapper .content-box .review-block .rating-box .person-info .rate {
  width: clamp(48px, 3.333vw, 120px);
  height: clamp(48px, 3.333vw, 120px);
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: #E8C895;
  border-radius: 50%;
}
.testimonial .testimonial-wrapper .all-navboxes {
  padding: clamp(20px, 1.667vw, 64px);
  border-radius: clamp(8px, 0.781vw, 30px);
  background: #E8C895;
  margin-top: -86px;
  overflow: hidden;
  position: relative;
}
.testimonial .testimonial-wrapper .all-navboxes .testimonial-asNav-slider {
  margin: 0 -12px;
}
.testimonial .testimonial-wrapper .all-navboxes .nav-box {
  transition: all 0.3s ease-in-out;
  background: #673C19;
  border-radius: 50%;
  margin: 0 12px;
  cursor: pointer;
}
.testimonial .testimonial-wrapper .all-navboxes .nav-box.slick-current {
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: 2px solid #673C19;
}
@media (max-width: 490px) {
  .testimonial .testimonial-wrapper .all-navboxes .nav-box img {
    width: 84px;
    height: 84px;
  }
}
.testimonial .testimonial-wrapper .testimonial-image {
  position: relative;
}
.testimonial .testimonial-wrapper .testimonial-image img {
  position: absolute;
  top: 0;
  right: 0;
  width: 14.479vw;
  height: 13.281vw;
}
@media (max-width: 820px) {
  .testimonial .testimonial-wrapper .testimonial-image img {
    top: unset;
    bottom: 0;
  }
}
@media (max-width: 490px) {
  .testimonial .testimonial-wrapper .testimonial-image img {
    width: 20%;
    height: auto;
  }
}

.blog .blog-item {
  background: #141516;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog .blog-item .blog-image {
  border-radius: 10px;
  overflow: hidden;
}
.blog .blog-item .blog-image img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.blog .blog-item .blog-detail .user-image {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
}
.blog .blog-item .blog-detail .user-image img {
  width: 100%;
  object-fit: cover;
}
.blog .blog-item .blog-detail h5 {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .blog .blog-item .blog-detail h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.blog .blog-item:hover .blog-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.blog .blog-item:hover h5 {
  color: #E8C895;
  transition: all 0.3s ease-in-out;
}

.brand .brand-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.brand .brand-slider-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(90deg, #191919 0%, rgba(25, 25, 25, 0.17) 29.5%, rgba(25, 25, 25, 0) 50%, rgba(25, 25, 25, 0.3) 74%, #191919 100%);
}
.brand .brand-slider-wrapper .brand-slider {
  width: 74.792vw;
  margin: 0 auto;
  overflow: visible;
}
.brand .brand-slider-wrapper .brand-slider .slick-list {
  overflow: visible;
}
.brand .brand-slider-wrapper .brand-slider .slider-item {
  padding: 0 0.625vw;
}
.brand .brand-slider-wrapper .brand-slider .slider-item .logo {
  width: clamp(180px, 13.958vw, 310px);
  height: clamp(86px, 5.208vw, 180px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(250, 250, 250, 0.2);
  background: #141516;
}
@media (max-width: 820px) {
  .brand .brand-slider-wrapper .brand-slider .slider-item .logo {
    width: clamp(120px, 15.854vw, 190px);
    height: clamp(60px, 8.537vw, 120px);
  }
}
@media (max-width: 490px) {
  .brand .brand-slider-wrapper .brand-slider .slider-item .logo {
    width: 21.837vw;
    height: 14.286vw;
  }
}
@media (max-width: 1024px) {
  .brand .brand-slider-wrapper .brand-slider .slider-item .logo img {
    transform: scale(0.85);
  }
}
@media (max-width: 490px) {
  .brand .brand-slider-wrapper .brand-slider .slider-item .logo img {
    transform: scale(0.75);
  }
}
.brand .brand-slider-wrapper.slider-rightSlider .slider-item {
  direction: ltr;
}

@media (max-width: 820px) {
  .newsletter {
    padding: clamp(24px, 3.902vw, 48px) 0;
  }
}
.newsletter .newletter-wrapper {
  display: flex;
  align-items: center;
  gap: 110px;
}
@media (max-width: 490px) {
  .newsletter .newletter-wrapper {
    flex-direction: column;
    gap: 16px;
    padding: 0 16px;
  }
}
@media (max-width: 490px) {
  .newsletter .newletter-wrapper .newletter-image {
    text-align: center;
  }
}
@media (max-width: 490px) {
  .newsletter .newletter-wrapper .newletter-image img {
    width: 60%;
  }
}
.newsletter .newletter-wrapper form {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.25vw, 40px);
}
.newsletter .newletter-wrapper form input {
  width: 33.125vw;
}
@media (max-width: 490px) {
  .newsletter .newletter-wrapper form input {
    width: 100%;
  }
}

footer .footer-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 1.25vw, 40px);
}
@media (max-width: 820px) {
  footer .footer-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 490px) {
  footer .footer-wrapper {
    padding: 0 10px;
  }
}
footer .footer-wrapper .footer-main-box {
  width: 29.167vw;
}
@media (max-width: 820px) {
  footer .footer-wrapper .footer-main-box {
    width: 100%;
  }
}
footer .footer-wrapper .footer-main-box .box-wrapper {
  width: 21.563vw;
}
@media (max-width: 820px) {
  footer .footer-wrapper .footer-main-box .box-wrapper {
    width: 100%;
  }
}
footer .footer-wrapper .footer-main-box .box-wrapper .name-price {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer-wrapper .footer-link-box {
  width: 19.01vw;
}
@media (max-width: 820px) {
  footer .footer-wrapper .footer-link-box {
    width: 29.3%;
  }
}
@media (max-width: 490px) {
  footer .footer-wrapper .footer-link-box {
    width: 80.5%;
  }
}
@media (max-width: 490px) {
  footer .footer-wrapper .footer-link-box.v-2 {
    width: 46.5%;
  }
}
footer .footer-wrapper .footer-link-box .contact-list li {
  gap: 8px;
}
@media (max-width: 490px) {
  footer .footer-wrapper .footer-link-box .contact-list li {
    gap: 12px;
  }
}
@media (max-width: 490px) {
  footer .footer-wrapper .footer-link-box .contact-list li svg {
    width: 21px;
    height: 21px;
  }
}

.title-banner {
  padding: clamp(64px, 5.911vw, 180px) 0;
  background: url("../media/banner/title-banner.png") no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 490px) {
  .title-banner {
    background-position: left;
  }
}

.sidebar {
  padding: clamp(16px, 1.25vw, 48px);
  border-radius: clamp(10px, 1.042vw, 32px);
}
.sidebar.toggle-sidebar {
  position: fixed;
  top: 0;
  left: -400px;
  width: clamp(360px, 20.833vw, 650px);
  height: 100vh;
  z-index: 1000;
  overflow-y: scroll;
}
@media (max-width: 490px) {
  .sidebar.toggle-sidebar {
    width: 320px;
  }
}
.sidebar.toggle-sidebar::-webkit-scrollbar {
  width: 10px;
}
.sidebar.toggle-sidebar::-webkit-scrollbar-track {
  background-color: #191919;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.sidebar.toggle-sidebar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d;
}
.sidebar.toggle-sidebar.active {
  left: 0;
}
.sidebar form {
  position: relative;
}
.sidebar form input {
  border-radius: clamp(6px, 0.521vw, 20px);
  background: #191919;
  padding: 16px;
  border: 0;
}
.sidebar form button {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 0;
  background: transparent;
}
.sidebar form button i {
  font-size: 20px;
  color: #FAFAFA;
}
.sidebar .filter-block .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.sidebar .filter-block .wrapper .price-input {
  width: 100%;
  display: flex;
  gap: 16px;
}
.sidebar .filter-block .wrapper .price-input .field input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #45474F;
  -moz-appearance: textfield;
  padding: 12px 16px;
  background: #141516;
  color: #FAFAFA;
}
.sidebar .filter-block .wrapper .slider {
  height: 8px;
  position: relative;
  background: #EAEAEC;
  border-radius: 5px;
}
.sidebar .filter-block .wrapper .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #673C19;
}
.sidebar .filter-block .wrapper .range-input {
  position: relative;
}
.sidebar .filter-block .wrapper .range-input input {
  position: absolute;
  width: 100%;
  height: 3px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sidebar .filter-block .wrapper input[type=number]::-webkit-outer-spin-button,
.sidebar .filter-block .wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.sidebar .filter-block .wrapper input[type=range]::-webkit-slider-thumb {
  height: clamp(16px, 1.25vw, 40px);
  width: clamp(16px, 1.25vw, 40px);
  border-radius: 3%;
  background: #E8C895;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  border: 2px solid #EAEAEC;
}
.sidebar .filter-block .wrapper input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 3%;
  background: #673C19;
  pointer-events: auto;
  cursor: pointer;
  -moz-appearance: none;
}

.hr-line {
  width: 100%;
  height: 1px;
  background-color: #EAEAEC;
}
.hr-line.line-2 {
  border-top: 1px solid #1e1e1e;
}

.blog-tags-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(4px, 0.417vw, 20px);
}
.blog-tags-wrapper .blog-tags {
  padding: 4px 10px;
  border-radius: 5px;
  background: #191919;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
  cursor: url(../media/close.png), auto;
}
.overlay.active {
  display: block;
  opacity: 1;
}

.blog-detail-wrapper {
  padding: clamp(16px, 1.25vw, 32px);
  border-radius: clamp(10px, 1.042vw, 32px);
}
.blog-detail-wrapper .author-info img {
  border-radius: 50%;
}
.blog-detail-wrapper .qoutes {
  padding: clamp(16px, 1.25vw, 32px);
  border-radius: clamp(10px, 1.042vw, 32px);
  border-left: 2px solid #E8C895;
}
.blog-detail-wrapper .blog-post-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .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(28px, 1.667vw, 64px);
  height: clamp(28px, 1.667vw, 64px);
  border: 0;
  border-radius: 5px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  background: #191919;
}
.blog-detail-wrapper .blog-post-row .blog-post-block .arrow-block svg path {
  stroke: #E8C895;
  transition: all 0.3s ease-in-out;
}
.blog-detail-wrapper .blog-post-row .blog-post-block .post-text {
  transition: all 0.3s 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 .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: #E8C895;
  border: 1px solid #E8C895;
}
.blog-detail-wrapper .blog-post-row .blog-post-block:hover .arrow-block svg path {
  transition: all 0.3s ease-in-out;
  stroke: #141516;
}
.blog-detail-wrapper .blog-post-row .blog-post-block:hover .post-text {
  color: #E8C895;
  transition: all 0.3s ease-in-out;
}

.review-area .review-block {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 490px) {
  .review-area .review-block {
    flex-direction: column;
    gap: 8px;
  }
}
.review-area .review-block.block-2 {
  padding-left: clamp(32px, 5vw, 120px);
}
.review-area .review-block .image-box {
  display: flex;
  flex-shrink: 0;
}
.review-area .review-block .image-box img {
  border-radius: 5px;
  width: clamp(32px, 2.083vw, 96px);
}
.review-area .review-block .text-box {
  padding: clamp(10px, 0.833vw, 24px);
  padding-top: 0;
  border-radius: clamp(6px, 0.521vw, 15px);
}
@media (max-width: 490px) {
  .review-area .review-block .text-box h6 {
    font-size: 4vw;
  }
}
.review-area .review-block .text-box .reply-btn {
  background: #191919;
  padding: clamp(6px, 0.417vw, 12px) clamp(12px, 0.833vw, 24px);
  border-radius: 5px;
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 490px) {
  .review-area .review-block .text-box .reply-btn {
    font-size: 2.8vw;
  }
}
.review-area .review-block .text-box .reply-btn:hover {
  transition: all 0.3s ease-in-out;
  background: #673C19;
  box-shadow: 0px 0px 20px 1px #673C19;
}

.input-block {
  position: relative;
}
.input-block svg, .input-block i {
  position: absolute;
  top: 18px;
  right: 16px;
}
@media (max-width: 1024px) {
  .input-block svg, .input-block i {
    top: 16px;
  }
}
@media (max-width: 820px) {
  .input-block svg, .input-block i {
    top: 13px;
  }
}
@media (max-width: 490px) {
  .input-block svg, .input-block i {
    top: 12px;
  }
}

.product-detail .detail-wrapper .product-main-wrapper .product-slider-asnav {
  pointer-events: auto;
}
.product-detail .detail-wrapper .product-main-wrapper .product-slider-asnav .slick-track {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  width: 100% !important;
}
@media (max-width: 575px) {
  .product-detail .detail-wrapper .product-main-wrapper .product-slider-asnav .slick-track {
    flex-direction: row;
  }
}
.product-detail .detail-wrapper .product-main-wrapper .product-slider-asnav .nav-image {
  background-color: #141516;
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
}
@media (max-width: 399px) {
  .product-detail .detail-wrapper .product-main-wrapper .product-slider-asnav .nav-image {
    width: clamp(48px, 18.045vw, 120px) !important;
  }
}
.product-detail .detail-wrapper .product-main-wrapper .product-slider-asnav .nav-image.slick-current {
  background-color: #E8C895;
}
.product-detail .detail-wrapper .product-main-wrapper .product-slider {
  pointer-events: none;
}
.product-detail .detail-wrapper .product-main-wrapper .product-slider .detail-image {
  display: flex;
  align-items: center;
  padding: clamp(16px, 1.25vw, 32px);
  border-radius: clamp(6px, 0.521vw, 20px);
  position: relative;
}
.product-detail .detail-wrapper .product-main-wrapper .product-slider .detail-image i {
  position: absolute;
  top: 16px;
  right: 17%;
  color: #E8C895;
  font-size: 20px;
}
@media (max-width: 490px) {
  .product-detail .detail-wrapper .product-text-container .cus-btn {
    padding: 13.5px 16px;
    font-size: 14px;
  }
}
.product-detail .detail-wrapper .product-text-container .function-bar {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.25vw, 32px);
}
@media (max-width: 1599px) {
  .product-detail .detail-wrapper .product-text-container .function-bar {
    flex-wrap: wrap;
  }
}
.product-detail .detail-wrapper .product-text-container .function-bar .cus-btn.primary {
  padding: clamp(9px, 0.677vw, 16px) clamp(32px, 3.125vw, 84px);
}
.product-detail .detail-wrapper .product-text-container .function-bar .cus-btn.transparent {
  padding: clamp(9px, 0.677vw, 16px) clamp(28px, 2.135vw, 75px);
}
.product-detail .detail-wrapper .product-text-container .function-bar .side-icons ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-detail .detail-wrapper .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 #191919;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  padding: 4px;
}
@media (max-width: 490px) {
  .product-detail .detail-wrapper .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 .detail-wrapper .product-text-container .function-bar .side-icons ul li a svg {
    width: 16px;
    height: 16px;
  }
}
.product-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li a svg path {
  transition: all 0.3s ease-in-out;
}
.product-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li:hover a {
  border: 1px solid #673C19;
  background-color: #673C19;
  transition: all 0.3s ease-in-out;
}
.product-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li:hover a svg path {
  fill: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 490px) {
  .product-description {
    margin: 0 12px;
  }
}
.product-description .description-wrapper nav .nav {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 490px) {
  .product-description .description-wrapper nav .nav {
    justify-content: flex-start;
    width: 100%;
  }
}
.product-description .description-wrapper nav .nav.nav-tabs {
  border-bottom: 0;
}
.product-description .description-wrapper nav .nav-link {
  position: relative;
  color: #141516;
  font-size: clamp(19px, 1.198vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.021875vw;
  border: 0;
  background: #E8C895;
  border-radius: 0;
  padding: 8px clamp(20px, 1.667vw, 52px);
}
@media (max-width: 1024px) {
  .product-description .description-wrapper nav .nav-link {
    font-size: clamp(18px, 1.953vw, 24px);
  }
}
@media (max-width: 768px) {
  .product-description .description-wrapper nav .nav-link {
    font-size: clamp(18px, 2.344vw, 21px);
  }
}
.product-description .description-wrapper nav .nav-link:focus-visible {
  outline: 0;
}
.product-description .description-wrapper nav .nav-link.button-1 {
  border-radius: 5px 0 0 5px;
}
@media (max-width: 490px) {
  .product-description .description-wrapper nav .nav-link.button-1 {
    justify-content: flex-start;
    width: 50%;
  }
}
.product-description .description-wrapper nav .nav-link.button-2 {
  border-radius: 0px 5px 5px 0;
}
@media (max-width: 490px) {
  .product-description .description-wrapper nav .nav-link.button-2 {
    justify-content: flex-start;
    width: 50%;
  }
}
.product-description .description-wrapper nav .nav-link:hover, .product-description .description-wrapper nav .nav-link.active {
  color: #E8C895;
  background: #673C19;
  transition: all 0.3s ease-in-out;
}
.product-description .description-wrapper .comments-sec .comment-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 575px) {
  .product-description .description-wrapper .comments-sec .comment-box {
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .product-description .description-wrapper .comments-sec .comment-box img {
    width: 42px;
    height: 42px;
  }
}

.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 #EAEAEC;
  border-radius: 10px 10px 0 0;
}
.cart .cart-table:nth-child(3) {
  border-radius: 0;
}
.cart .cart-table thead tr {
  border-radius: 5px;
}
.cart .cart-table thead tr th {
  padding-bottom: 16px;
  color: #FAFAFA;
  font-family: "Poppins", sans-serif;
  font-size: clamp(17px, 0.99vw, 21px);
  /*19*/
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 820px) {
  .cart .cart-table thead tr th {
    font-size: clamp(16px, 2.195vw, 22px);
    /*18*/
    font-weight: 600;
  }
}
@media (max-width: 490px) {
  .cart .cart-table thead tr th {
    font-size: clamp(17px, 3.673vw, 21px);
    /*16*/
  }
}
.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: #E8C895;
  color: #141516;
  width: max-content;
  font-weight: 500;
}
.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 {
  border-radius: 5px;
}
.cart .cart-table tbody tr .cus-btn {
  padding: 12px 24px;
}
.cart .cart-table tbody .table-row {
  background: #141516;
}
.cart .cart-table tbody .table-row.wishlist-row td {
  color: #FAFAFA;
}
.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;
  padding: 0 clamp(8px, 0.833vw, 32px) 0 0;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(7) {
    width: 14.5%;
  }
}
.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: #141516;
  border-radius: clamp(6px, 0.521vw, 20px);
}
.cart .cart-item-block {
  background: #141516;
  border-radius: 0;
  border-radius: clamp(6px, 0.521vw, 20px);
  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: #FAFAFA;
}
.cart .cart-item-block .cross:hover i {
  color: #673C19;
}
.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;
  padding: 8px;
  border-radius: 8px;
}
@media (max-width: 820px) {
  .cart .quantity-controller {
    padding: 2px 8px;
  }
}
.cart .quantity-controller input {
  display: grid;
  align-content: center;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  background-color: transparent;
  color: #FAFAFA;
  padding: 0 8px;
  width: clamp(32px, 2.5vw, 60px);
  height: clamp(32px, 2.5vw, 60px);
}
@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: 32px;
  font-weight: 200;
  border: 0;
  border: 1px solid #E8C895;
  line-height: 49px;
}
@media (max-width: 1599px) {
  .cart .quantity-controller input.decrement {
    line-height: 36px;
  }
}
.cart .quantity-controller input.increment {
  font-size: 28px;
  font-weight: 200;
  border: 0;
  border: 1px solid #E8C895;
}
.cart .quantity-controller input.number {
  padding: 0;
  color: #E8C895;
  background: transparent;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.table-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px 24px;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #1e1e1e;
}
@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 clamp(16px, 1.25vw, 32px) clamp(16px, 1.25vw, 32px);
}
.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);
}

.contact-section .map {
  height: 100%;
}
.contact-section .map .map-wrapper {
  border-radius: clamp(8px, 0.781vw, 30px);
  background: #141516;
  height: 100%;
}
.contact-section .map .map-wrapper iframe {
  border-radius: clamp(8px, 0.781vw, 30px);
  width: 100%;
  height: clamp(350px, 24.375vw, 800px);
}
@media (max-width: 1599px) {
  .contact-section .map .map-wrapper iframe {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .contact-section .map .map-wrapper iframe {
    height: 350px;
  }
}
.contact-section .contact-wrapper .form-container {
  padding: clamp(24px, 1.667vw, 48px);
  border-radius: clamp(8px, 0.781vw, 30px);
  background: #141516;
  height: 100%;
}
@media (max-width: 992px) {
  .contact-section .contact-wrapper .form-container {
    height: auto;
  }
}
.contact-section .contact-wrapper .contact-text-container {
  padding: clamp(24px, 1.667vw, 48px);
  border-radius: clamp(8px, 0.781vw, 30px);
  background: #141516;
  height: 100%;
}
@media (max-width: 992px) {
  .contact-section .contact-wrapper .contact-text-container {
    height: auto;
  }
}
.contact-section .contact-wrapper .contact-text-container .detail-block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-section .contact-wrapper .contact-text-container .detail-block .icon-box {
  width: clamp(28px, 1.667vw, 48px);
  height: clamp(28px, 1.667vw, 48px);
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.account {
  padding: clamp(20px, 1.667vw, 64px);
  background-color: #141516;
  border-radius: clamp(8px, 0.781vw, 30px);
  height: 100%;
}
@media (max-width: 1024px) {
  .account.account-1 {
    height: auto;
  }
}
.account .or {
  position: relative;
  text-align: center;
  color: #FAFAFA;
  padding: clamp(16px, 1.25vw, 32px) 0;
}
.account .or::after, .account .or::before {
  content: "";
  height: 0.75px;
  width: 46%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background: #EAEAEC;
}
.account .or::after {
  right: 0;
}
.account .or::before {
  left: 0;
}
.account .link-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 0.83vw, 20px);
  padding: clamp(8px, 0.625vw, 16px) clamp(10px, 0.83vw, 20px);
  border-radius: 5px;
  border: 1px solid #EAEAEC;
}
.account .link-btn img {
  width: 24px, 1.66vw, 40px;
}
.account .link-btn:hover {
  color: #E8C895;
}
.account .about-password {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account .about-password .checkbox input {
  padding: 0;
  display: none;
  border: 1px solid #673C19;
  cursor: pointer;
}
.account .about-password .checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 13px;
  z-index: 10;
  border: solid #FAFAFA;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.account .about-password .checkbox input:checked + label:before {
  background: #673C19;
  border-color: #673C19;
}

.customer-container .customer-wrapper {
  background-color: #141516;
  border-top: 1px solid #E8C895;
  border-radius: 5px;
  padding: clamp(16px, 1.25vw, 32px);
}
.customer-container .customer-wrapper .sign-form {
  display: none;
}

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

.billing-detail .shipping-radio-container {
  padding: clamp(16px, 1.25vw, 32px);
  border-radius: clamp(6px, 0.521vw, 20px);
}
.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;
}
.billing-detail .shipping-radio-container .plans .plan .plan-content {
  display: flex;
  gap: 16px;
  padding: 16px 60px 16px 16px;
  height: 120px;
  border: 1px solid #92949F;
  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 #141516;
  -webkit-box-shadow: 0px 0px 0px 2px #673C19;
  box-shadow: 0px 0px 0px 2px #673C19;
  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: #673C19;
  border-radius: 100%;
  border: 5px solid #141516;
  -webkit-box-shadow: 0px 0px 0px 2px #673C19;
  box-shadow: 0px 0px 0px 2px #673C19;
}
.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 #141516;
  -webkit-box-shadow: 0px 0px 0px 2px #673C19;
  box-shadow: 0px 0px 0px 2px #673C19;
  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: #673C19;
  border-radius: 100%;
  border: 5px solid #141516;
  -webkit-box-shadow: 0px 0px 0px 2px #673C19;
  box-shadow: 0px 0px 0px 2px #673C19;
}

.summary-container {
  padding: clamp(16px, 1.25vw, 32px);
  border-radius: clamp(6px, 0.521vw, 20px);
  background: #141516;
}
.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: 5px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.summary-container .input-block input {
  width: 18vw;
}
@media (max-width: 1599px) {
  .summary-container .input-block input {
    width: 62%;
  }
}
@media (max-width: 1024px) {
  .summary-container .input-block input {
    width: 84%;
  }
}
@media (max-width: 490px) {
  .summary-container .input-block input {
    width: 62%;
  }
}
@media (max-width: 399px) {
  .summary-container .input-block input {
    width: 59%;
  }
}

.error-section .error-wrapper {
  padding: clamp(24px, 2.083vw, 80px);
}
.error-section .error-wrapper h1 {
  font-size: clamp(100px, 20.833vw, 420px);
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
}
@media (max-width: 575px) {
  .error-section .error-wrapper p br {
    display: none;
  }
}

.coming-soon-page {
  height: 100vh;
  display: grid;
  align-items: center;
}
.coming-soon-page .coming-soon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon-page .coming-soon-wrapper ul {
  display: flex;
  gap: clamp(12px, 0.833vw, 24px);
}
.coming-soon-page .coming-soon-wrapper ul li {
  width: clamp(84px, 6.25vw, 240px);
  height: clamp(84px, 6.25vw, 240px);
  border: 1px solid #92949F;
  border-radius: 5px;
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 399px) {
  .coming-soon-page .coming-soon-wrapper ul li {
    width: 72px;
    height: 72px;
  }
}
.coming-soon-page .coming-soon-wrapper ul li h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 2.083vw, 60px);
  line-height: 120%;
  color: #E8C895;
}
@media (max-width: 820px) {
  .coming-soon-page .coming-soon-wrapper ul li h2 {
    font-size: clamp(24px, 3.293vw, 34px);
    font-weight: 600;
  }
}
@media (max-width: 490px) {
  .coming-soon-page .coming-soon-wrapper ul li h2 {
    font-size: clamp(22px, 4.694vw, 27px);
  }
}
.coming-soon-page .coming-soon-wrapper ul li h6 {
  font-size: clamp(14px, 0.833vw, 22px);
  font-weight: 400;
  line-height: 150%;
  color: #FAFAFA;
}
@media (max-width: 1399px) {
  .coming-soon-page .title-area img {
    width: 85%;
  }
}
@media (max-width: 992px) {
  .coming-soon-page .title-area img {
    width: 75%;
  }
}
@media (max-width: 499px) {
  .coming-soon-page .title-area img {
    width: 55%;
  }
}
@media (max-width: 390px) {
  .coming-soon-page .title-area img {
    width: 50%;
  }
}
.coming-soon-page .newsletter .coming-soon-text {
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(50px, 6.25vw, 180px);
  font-weight: 600;
  line-height: 120%;
}
.coming-soon-page .newsletter .newsletter-heading {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.25vw, 40px);
}
.coming-soon-page .newsletter .newsletter-heading h4 {
  line-height: 120%;
  letter-spacing: 1.643px;
}
@media (max-width: 575px) {
  .coming-soon-page .newsletter .newsletter-heading h4 {
    font-size: 16px;
  }
}
.coming-soon-page .newsletter form {
  position: relative;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1024px) {
  .coming-soon-page .newsletter form {
    width: 70%;
  }
}
@media (max-width: 820px) {
  .coming-soon-page .newsletter form {
    padding: 11px 16px;
  }
}
@media (max-width: 490px) {
  .coming-soon-page .newsletter form {
    width: 100%;
    margin-top: 16px;
  }
}
@media (max-width: 1599px) {
  .coming-soon-page .newsletter form button {
    padding: 12px 24px;
  }
}
@media (max-width: 490px) {
  .coming-soon-page .newsletter form button {
    position: absolute;
    top: 12px;
    right: 16px;
  }
}

.coming-soon-cd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon-cd ul {
  display: flex;
  gap: clamp(12px, 0.833vw, 24px);
}
@media (max-width: 820px) {
  .coming-soon-cd ul {
    gap: clamp(20px, 2.927vw, 48px);
  }
}
@media (max-width: 490px) {
  .coming-soon-cd ul {
    gap: clamp(70px, 14.694vw, 120px);
  }
}
.coming-soon-cd ul li {
  width: 4.557vw;
  height: 3.333vw;
  border-radius: clamp(6px, 0.521vw, 20px);
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.coming-soon-cd ul li h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(19px, 1.198vw, 27px);
  /* 23px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.021875vw;
  padding: clamp(24px, 1.667vw, 64px);
  background: #FAFAFA;
  border-radius: 5px;
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  .coming-soon-cd ul li h2 {
    padding: 12px;
  }
}
@media (max-width: 1024px) {
  .coming-soon-cd ul li h2 {
    font-size: clamp(18px, 1.953vw, 24px);
  }
}
@media (max-width: 768px) {
  .coming-soon-cd ul li h2 {
    font-size: clamp(18px, 2.344vw, 21px);
  }
}
@media (max-width: 490px) {
  .coming-soon-cd ul li h2 {
    font-size: 24px;
    padding: 20px;
  }
}
.coming-soon-cd ul li h6 {
  color: #FAFAFA;
}

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