/*---------------------------------------------"
// Template Name: Jewelaura
// Template URL: https://techpedia.co.uk/template/Jewelaura
// Description:  Jewelaura - Handcrafted Jewels 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=Inter:wght@200;300;400;500;600;700;800&display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Gradients */
/* Shadows */
/*-------------------------
    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: #CDA02C;
}

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

@media (min-width: 1440px) {
  .container,
  .container-fluid {
    padding: 0 96px;
    width: 100%;
  }
}

.page-content {
  margin: 0;
}

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

body {
  color: #131110;
  background-color: #FFF;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #BDBCBC;
  box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
}

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

/*==============================
     Font - Name
==============================*/
.font-primary {
  font-family: "Inter", sans-serif;
}

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

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease;
}
a:hover {
  color: #CDA02C;
}
a.line {
  text-decoration: underline;
}

span {
  display: inline-block;
}

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

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #3c4ba7 !important;
}

.color-sec {
  color: #ED7D3A !important;
}

.white {
  color: #FFF !important;
}

.black {
  color: #131110 !important;
}

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

.medium-gray {
  color: #BDBCBC !important;
}

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

/* ------- backgrounds Colors ---------- */
.bg-primary {
  background-color: #CDA02C !important;
}

.bg-sec {
  background-color: #ED7D3A !important;
}

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

.bg-black {
  background-color: #131110 !important;
}

.bg-dark-gray {
  background-color: #808080 !important;
}

.bg-medium-gray {
  background-color: #BDBCBC !important;
}

.bg-lightest-gray {
  background-color: #F5F7F9 !important;
}

/* ------- Font Sizes ---------- */
h1,
.h-61 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(43px, 3.177vw, 120px);
  line-height: 120%;
  letter-spacing: -1.22px;
}
@media (max-width: 1199px) {
  h1,
  .h-61 {
    font-size: clamp(35px, 4.837vw, 50px);
  }
}
@media (max-width: 991px) {
  h1,
  .h-61 {
    font-size: clamp(30px, 5.556vw, 40px);
  }
}
@media (max-width: 767px) {
  h1,
  .h-61 {
    font-size: clamp(28px, 6.462vw, 35px);
  }
}
@media (max-width: 575px) {
  h1,
  .h-61 {
    font-size: clamp(24px, 7vw, 32px);
  }
}

h2,
.h-49 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 2.552vw, 96px);
  line-height: 125%;
  letter-spacing: -0.49px;
}
@media (max-width: 1199px) {
  h2,
  .h-49 {
    font-size: clamp(34px, 3.503vw, 44px);
  }
}
@media (max-width: 991px) {
  h2,
  .h-49 {
    font-size: clamp(30px, 3.835vw, 40px);
  }
}
@media (max-width: 767px) {
  h2,
  .h-49 {
    font-size: clamp(27px, 4.172vw, 36px);
  }
}
@media (max-width: 575px) {
  h2,
  .h-49 {
    font-size: clamp(27px, 4.696vw, 30px);
  }
}

h3,
.h-39 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 2.031vw, 84px);
  line-height: 120%;
  letter-spacing: -0.39px;
}
@media (max-width: 1199px) {
  h3,
  .h-39 {
    font-size: clamp(29px, 3.003vw, 38px);
  }
}
@media (max-width: 991px) {
  h3,
  .h-39 {
    font-size: clamp(26px, 3.229vw, 34px);
  }
}
@media (max-width: 767px) {
  h3,
  .h-39 {
    font-size: clamp(24px, 3.651vw, 30px);
  }
}
@media (max-width: 575px) {
  h3,
  .h-39 {
    font-size: clamp(20px, 4vw, 25px);
  }
}

.h-31 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 1.615vw, 70px);
  line-height: 120%;
  letter-spacing: -0.62px;
}
@media (max-width: 1199px) {
  .h-31 {
    font-size: clamp(26px, 2.419vw, 31px);
  }
}
@media (max-width: 991px) {
  .h-31 {
    font-size: clamp(24px, 2.725vw, 29px);
  }
}
@media (max-width: 767px) {
  .h-31 {
    font-size: clamp(21px, 3.129vw, 24px);
  }
}
@media (max-width: 575px) {
  .h-31 {
    font-size: clamp(18px, 3.652vw, 23px);
  }
}

h4,
.h-25 {
  font-weight: 700;
  font-size: clamp(20px, 1.302vw, 58px);
  line-height: 120%;
  letter-spacing: -0.5px;
  height: unset !important;
}
@media (max-width: 1199px) {
  h4,
  .h-25 {
    font-size: clamp(20px, 1.835vw, 24px);
  }
}
@media (max-width: 991px) {
  h4,
  .h-25 {
    font-size: clamp(18px, 2.018vw, 22px);
  }
}
@media (max-width: 767px) {
  h4,
  .h-25 {
    font-size: clamp(16px, 2.347vw, 20px);
  }
}
@media (max-width: 575px) {
  h4,
  .h-25 {
    font-size: clamp(19px, 2.783vw, 21px);
  }
}

h5,
.h-20 {
  font-weight: 400;
  font-size: clamp(16px, 1.042vw, 48px);
  line-height: 150%;
}
@media (max-width: 1199px) {
  h5,
  .h-20 {
    font-size: clamp(18px, 1.585vw, 21px);
  }
}
@media (max-width: 991px) {
  h5,
  .h-20 {
    font-size: clamp(16px, 1.816vw, 20px);
  }
}
@media (max-width: 767px) {
  h5,
  .h-20 {
    font-size: clamp(15px, 2.086vw, 18px);
    letter-spacing: 0.2px;
  }
}
@media (max-width: 575px) {
  h5,
  .h-20 {
    font-size: clamp(16px, 2.609vw, 18px);
  }
}

h6,
.h-16 {
  font-size: clamp(14px, 0.833vw, 40px);
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h6,
  .h-16 {
    font-size: clamp(14px, 1.251vw, 18px);
  }
}
@media (max-width: 991px) {
  h6,
  .h-16 {
    font-size: clamp(14px, 1.514vw, 16px);
  }
}
@media (max-width: 767px) {
  h6,
  .h-16 {
    font-size: clamp(13px, 1.825vw, 15px);
  }
}
@media (max-width: 575px) {
  h6,
  .h-16 {
    font-size: clamp(11px, 2.261vw, 14px);
  }
}

p,
.body-text {
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 400;
  line-height: 140%;
}

.shadow {
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0) !important;
}

.shadow-2 {
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0) !important;
}

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

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

.b-unstyle {
  border: 0;
  background: transparent;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.mb-128 {
  margin-bottom: 128px;
}
@media (max-width: 1199px) {
  .mb-128 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-128 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-128 {
    margin-bottom: 64px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 64px;
  }
}

.mt-128 {
  margin-top: 128px;
}
@media (max-width: 1199px) {
  .mt-128 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-128 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .mt-128 {
    margin-top: 64px;
  }
}

.mb-94 {
  margin-bottom: 94px;
}
@media (max-width: 1199px) {
  .mb-94 {
    margin-bottom: 82px;
  }
}
@media (max-width: 991px) {
  .mb-94 {
    margin-bottom: 68px;
  }
}
@media (max-width: 767px) {
  .mb-94 {
    margin-bottom: 56px;
  }
}

.m-80 {
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .m-80 {
    margin: 64px 0;
  }
}
@media (max-width: 991px) {
  .m-80 {
    margin: 54px 0;
  }
}
@media (max-width: 767px) {
  .m-80 {
    margin: 42px 0;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .mt-80 {
    margin-top: 64px;
  }
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .mt-80 {
    margin-top: 42px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 42px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-70 {
  margin-bottom: 70px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-70 {
    margin-bottom: 48px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-70 {
    margin-bottom: 42px !important;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 32px !important;
  }
}

.mb-64 {
  margin-bottom: 64px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px !important;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-60 {
    margin-top: 48px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-60 {
    margin-top: 42px !important;
  }
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 32px !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 48px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 42px !important;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 32px !important;
  }
}

.m-48 {
  margin: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .m-48 {
    margin: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .m-48 {
    margin: 32px 0;
  }
}
@media (max-width: 767px) {
  .m-48 {
    margin: 24px 0;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}

.m-40 {
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .m-40 {
    margin: 32px 0;
  }
}
@media (max-width: 991px) {
  .m-40 {
    margin: 28px 0;
  }
}
@media (max-width: 767px) {
  .m-40 {
    margin: 22px 0;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .mt-40 {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .mt-40 {
    margin-top: 22px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1199px) {
  .mt-32 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 22px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}

.m-24 {
  margin: 24px;
}
@media (max-width: 1199px) {
  .m-24 {
    margin: 22px;
  }
}
@media (max-width: 991px) {
  .m-24 {
    margin: 22px;
  }
}
@media (max-width: 767px) {
  .m-24 {
    margin: 20px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .mt-16 {
    margin-top: 14px;
  }
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .mt-16 {
    margin-top: 12px;
  }
}

.mt-8 {
  margin-top: 8px;
}
@media (max-width: 1199px) {
  .mt-8 {
    margin-top: 6px;
  }
}
@media (max-width: 991px) {
  .mt-8 {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .mt-8 {
    margin-top: 2px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 22px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .mb-30 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .mb-8 {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}
@media (max-width: 575px) {
  .mb-8 {
    margin-bottom: 2px;
  }
}

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

.p-120 {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .p-120 {
    padding: 98px 0;
  }
}
@media (max-width: 991px) {
  .p-120 {
    padding: 76px 0;
  }
}
@media (max-width: 767px) {
  .p-120 {
    padding: 56px 0;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 98px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 56px;
  }
}

.p-96 {
  padding: 96px 0;
}
@media (max-width: 1199px) {
  .p-96 {
    padding: 72px 0;
  }
}
@media (max-width: 991px) {
  .p-96 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .p-96 {
    padding: 48px 0;
  }
}

.p-80 {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .p-80 {
    padding: 64px 0;
  }
}
@media (max-width: 991px) {
  .p-80 {
    padding: 54px 0;
  }
}
@media (max-width: 767px) {
  .p-80 {
    padding: 42px 0;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .pt-80 {
    padding-top: 64px;
  }
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 54px;
  }
}
@media (max-width: 767px) {
  .pt-80 {
    padding-top: 42px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 42px;
  }
}

.p-64 {
  padding: 64px 0;
}
@media (max-width: 1199px) {
  .p-64 {
    padding: 56px 0;
  }
}
@media (max-width: 991px) {
  .p-64 {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .p-64 {
    padding: 42px 0;
  }
}

.pt-64 {
  padding-top: 64px;
}
@media (max-width: 1199px) {
  .pt-64 {
    padding-top: 56px;
  }
}
@media (max-width: 991px) {
  .pt-64 {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 42px;
  }
}

.pb-64 {
  padding-bottom: 64px;
}
@media (max-width: 1199px) {
  .pb-64 {
    padding-bottom: 56px;
  }
}
@media (max-width: 991px) {
  .pb-64 {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 42px;
  }
}

.p-60 {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .p-60 {
    padding: 54px 0;
  }
}
@media (max-width: 991px) {
  .p-60 {
    padding: 46px 0;
  }
}
@media (max-width: 767px) {
  .p-60 {
    padding: 40px 0;
  }
}

.ptb-56 {
  padding: 56px 0;
}
@media (max-width: 1199px) {
  .ptb-56 {
    padding: 48px 0;
  }
}
@media (max-width: 991px) {
  .ptb-56 {
    padding: 38px 0;
  }
}
@media (max-width: 767px) {
  .ptb-56 {
    padding: 32px 0;
  }
}

.p-48 {
  padding: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-48 {
    padding: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-48 {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .p-48 {
    padding: 26px 0;
  }
}

.pt-48 {
  padding-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-48 {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-48 {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 26px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-48 {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-48 {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 26px;
  }
}

.p-40 {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .p-40 {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .p-40 {
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .p-40 {
    padding: 22px 0;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .pt-40 {
    padding-top: 32px;
  }
}
@media (max-width: 991px) {
  .pt-40 {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .pt-40 {
    padding-top: 22px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .pb-40 {
    padding-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .pb-40 {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .pb-40 {
    padding-bottom: 22px;
  }
}

.pt-32 {
  padding-top: 32px;
}
@media (max-width: 1199px) {
  .pt-32 {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .pt-32 {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .pt-32 {
    padding-top: 22px;
  }
}

.pb-32 {
  padding-bottom: 32px;
}
@media (max-width: 1199px) {
  .pb-32 {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .pb-32 {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .pb-32 {
    padding-bottom: 22px;
  }
}

.pt-24 {
  padding-top: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-24 {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-24 {
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .pt-24 {
    padding-top: 16px;
  }
}
@media (max-width: 490px) {
  .pt-24 {
    padding-top: 14px;
  }
}

.p-24 {
  padding: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-24 {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-24 {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .p-24 {
    padding: 16px;
  }
}
@media (max-width: 490px) {
  .p-24 {
    padding: 14px;
  }
}

.p-16 {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

.p-8 {
  padding: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-8 {
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-8 {
    padding: 7px;
  }
}
@media (max-width: 767px) {
  .p-8 {
    padding: 7px;
  }
}
@media (max-width: 490px) {
  .p-8 {
    padding: 6px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-16 {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-16 {
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .pb-16 {
    padding-bottom: 10px;
  }
}
@media (max-width: 490px) {
  .pb-16 {
    padding-bottom: 10px;
  }
}

.ptb-16 {
  padding: 16px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb-16 {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-16 {
    padding: 13px 0;
  }
}
@media (max-width: 767px) {
  .ptb-16 {
    padding: 10px 0;
  }
}
@media (max-width: 490px) {
  .ptb-16 {
    padding: 10px 0;
  }
}

.plr-16 {
  padding: 0 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plr-16 {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr-16 {
    padding: 0 14px;
  }
}
@media (max-width: 767px) {
  .plr-16 {
    padding: 0 13px;
  }
}
@media (max-width: 490px) {
  .plr-16 {
    padding: 0 12px;
  }
}

.p-216 {
  padding: 40px 216px;
}

.p-16_p-24 {
  padding: 16px 24px;
}

.prt-4 {
  padding-right: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}
@media (max-width: 1399px) {
  .gap-24 {
    gap: 16px;
  }
}
@media (max-width: 992px) {
  .gap-24 {
    gap: 8px;
  }
}

/*-------------------------
Elements
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #F5F7F9 !important;
  z-index: 9999999;
  padding-top: 20%;
}
#preloader ul,
#preloader li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#preloader .diamondCon {
  width: 200px;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
#preloader .diamond {
  display: block;
  width: 200px;
  height: 200px;
  position: relative;
}
#preloader .diamond li {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0;
  z-index: 100;
  transition: 400ms ease;
}
#preloader .diamond li:nth-child(1) {
  border-width: 20px 20px 0 20px;
  border-color: #CDA02C transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  animation: traingle1 200ms 2.2s ease, opacity 2s 2.4s ease infinite;
  animation-fill-mode: forwards;
}
#preloader .diamond li:nth-child(2) {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #CDA02C;
  left: 59px;
  animation: traingle2 200ms 1.8s ease, opacity 2s 2.4s ease infinite;
  animation-fill-mode: forwards;
}
#preloader .diamond li:nth-child(3) {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #CDA02C;
  right: 59px;
  animation: traingle3 200ms 2s ease, opacity 2s 2.4s ease infinite;
  animation-fill-mode: forwards;
}
#preloader .diamond li:nth-child(4) {
  border-width: 0 20px 20px 20px;
  border-width: 20px 20px 0 20px;
  border-color: #CDA02C transparent transparent transparent;
  animation: traingle4 200ms 1.6s ease, opacity 2s 2.6s ease infinite;
  animation-fill-mode: forwards;
}
#preloader .diamond li:nth-child(5) {
  border-width: 0 20px 20px 20px;
  border-width: 20px 20px 0 20px;
  border-color: #CDA02C transparent transparent transparent;
  animation: traingle5 200ms 1.4s ease, opacity 2s 2.6s ease infinite;
  animation-fill-mode: forwards;
}
#preloader .diamond li:nth-child(6) {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #CDA02C;
  left: 0;
  right: 0;
  margin: auto;
  animation: traingle6 200ms 1.2s ease, opacity 2s 2.6s ease infinite;
  animation-fill-mode: forwards;
}
#preloader .diamond li:nth-child(7) {
  border-width: 20px 20px 0 20px;
  border-color: #CDA02C transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  animation: traingle7 200ms 1s ease, opacity 2s 2.8s ease infinite;
  animation-fill-mode: forwards;
}
#preloader .textCon {
  width: 200px;
  height: 50px;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  font-family: Dancing Script;
  color: #CDA02C;
  opacity: 0;
  animation: text 500ms 2.4s ease;
  animation-fill-mode: forwards;
}
@keyframes traingle1 {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes traingle2 {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 1px;
    opacity: 1;
  }
}
@keyframes traingle3 {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 1px;
    opacity: 1;
  }
}
@keyframes traingle4 {
  0% {
    right: 59px;
    top: -33px;
    opacity: 0;
  }
  100% {
    right: 59px;
    top: 22px;
    opacity: 1;
  }
}
@keyframes traingle5 {
  0% {
    left: 59px;
    top: -33px;
    opacity: 0;
  }
  100% {
    left: 59px;
    top: 22px;
    opacity: 1;
  }
}
@keyframes traingle6 {
  0% {
    top: -33px;
    opacity: 0;
  }
  100% {
    top: 23px;
    opacity: 1;
  }
}
@keyframes traingle7 {
  0% {
    top: -10px;
    opacity: 0;
  }
  100% {
    top: 44px;
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 70px;
    opacity: 1;
  }
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 12px;
  display: block;
  width: 120px;
  height: 120px;
  font-size: 100px;
  padding: 11px 0;
  background: #CDA02C;
  color: #FFF;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 100px;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top:hover {
  background: #CDA02C;
  color: #FFF;
}
.back-to-top.show {
  opacity: 1;
}
@media (max-width: 767px) {
  .back-to-top {
    right: -20px;
    bottom: 40px;
  }
}

.cus-btn {
  position: relative;
  background-color: #131110;
  padding: clamp(8px, 0.625vw, 24px) clamp(16px, 1.25vw, 52px);
  border-radius: 5px;
  border: 0;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.32px;
  font-family: "Inter", sans-serif;
  text-align: center;
  color: #FFF;
  display: inherit;
  align-items: center;
}
.cus-btn::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  background: #CDA02C;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
.cus-btn::after {
  content: url('data:image/svg+xml;utf8,<svg height="24px" width="24px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M19.8739 7.98103C19.5301 7.98103 19.2038 8.05711 18.9102 8.19234C18.675 7.16583 17.7549 6.3975 16.658 6.3975C16.3065 6.3975 15.9733 6.47667 15.6748 6.61762C15.4113 5.63128 14.5103 4.90252 13.442 4.90252C13.121 4.90252 12.8152 4.96842 12.5371 5.0872V2.31113C12.5372 1.03673 11.5004 0 10.226 0C8.95165 0 7.91486 1.03673 7.91486 2.31113V13.3079L6.72321 11.5389L6.70455 11.5157C5.81233 10.4066 4.24263 10.1601 3.05346 10.9425C2.43161 11.3516 2.01035 11.9791 1.86719 12.7095C1.72493 13.4354 1.87544 14.171 2.29099 14.7823L6.54391 21.4861L6.55807 21.5076C7.63001 23.0682 9.40033 24 11.2937 24H16.0657C19.4399 24 22.1851 21.2549 22.1851 17.8807V10.2921C22.1851 9.01777 21.1483 7.98103 19.8739 7.98103ZM20.7788 17.8807C20.7788 20.4795 18.6646 22.5938 16.0657 22.5938H11.2937C9.86786 22.5938 8.53451 21.8941 7.72432 20.7216L3.47201 14.0188L3.45785 13.9974C3.25211 13.6978 3.17735 13.3365 3.24719 12.9799C3.31708 12.6234 3.52277 12.317 3.82633 12.1173C4.39938 11.7403 5.15351 11.8527 5.59183 12.3765L9.32111 17.9123V2.31113C9.32111 1.81214 9.72705 1.40625 10.226 1.40625C10.725 1.40625 11.1309 1.81214 11.1309 2.31113V10.6528H12.5372V7.21369C12.5372 6.7147 12.9431 6.30881 13.442 6.30881C13.941 6.30881 14.3469 6.7147 14.3469 7.21369V10.6528H15.7532V8.70862C15.7532 8.20964 16.1591 7.80375 16.658 7.80375C17.157 7.80375 17.5629 8.20964 17.5629 8.70862V10.6528H18.9692V10.2922C18.9692 9.79317 19.3751 9.38728 19.874 9.38728C20.373 9.38728 20.7789 9.79317 20.7789 10.2922V17.8807H20.7788Z" fill="white"/></svg>');
  display: inline-table;
  padding-left: clamp(4px, 0.417vw, 12px);
}
.cus-btn:hover {
  color: #FFF;
}
.cus-btn:hover::before {
  width: 105%;
}

.cus-btn-2 {
  position: relative;
  background-color: #131110;
  padding: clamp(8px, 0.625vw, 24px) clamp(16px, 1.25vw, 48px);
  border-radius: 5px;
  border: 0;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.32px;
  font-family: "Inter", sans-serif;
  text-align: center;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cus-btn-2::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  background: #CDA02C;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
.cus-btn-2::after {
  content: url('data:image/svg+xml;utf8,<svg height="24px" width="24px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M23.794 0.205944C23.993 0.404833 24.0541 0.703239 23.9497 0.964239L14.9123 23.558C14.8089 23.8165 14.5627 23.9896 14.2844 23.9996C14.0062 24.0094 13.7483 23.8542 13.6268 23.6037L9.30583 14.6943L0.396412 10.3733C0.153412 10.2554 8.58307e-05 10.0093 8.58307e-05 9.74077C8.58307e-05 9.73242 0.000226974 9.72404 0.000555038 9.71564C0.0104465 9.43744 0.183554 9.19116 0.442068 9.0878L23.0357 0.0503178C23.2969 -0.0541191 23.5951 0.00705338 23.794 0.205944ZM14.1977 21.5581L21.3718 3.62256L10.6831 14.3114L14.1977 21.5581ZM2.44194 9.80241L9.68875 13.317L20.3775 2.62816L2.44194 9.80241Z" fill="white"/></svg>');
  display: inline-table;
  padding-left: clamp(4px, 0.417vw, 12px);
}
.cus-btn-2:hover {
  color: #FFF;
}
.cus-btn-2:hover::before {
  width: 105%;
}

/*-------------------------
  Form Styling
-------------------------*/
.form-group {
  position: relative;
}
.form-group.has-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
}
.form-group.has-search i {
  position: absolute;
  right: 10px;
  top: 7px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #808080;
  padding: 8px;
}
.form-group .form-control {
  padding: clamp(10px, 0.833vw, 24px);
  font-size: clamp(14px, 0.833vw, 22px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  position: relative;
  color: #131110;
  background: #FFF;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #BDBCBC;
}
@media (max-width: 1199px) {
  .form-group .form-control {
    font-size: clamp(14px, 1.251vw, 18px);
  }
}
@media (max-width: 575px) {
  .form-group .form-control {
    font-size: clamp(11px, 2.261vw, 14px);
  }
}
.form-group .form-control:focus {
  color: #131110;
  background: #FFF;
  outline: 0;
  box-shadow: none;
}
.form-group .form-control.select {
  color: #808080;
}
.form-group .form-control::placeholder {
  color: #808080;
  opacity: 1;
}

input:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

input[type=checkbox]:checked {
  accent-color: #CDA02C;
}

input[type=checkbox]:checked {
  accent-color: #CDA02C;
  background-color: #CDA02C;
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  background: #CDA02C;
}

input[type=radio] {
  height: auto;
  width: auto;
}

input[type=radio]:checked {
  accent-color: #CDA02C;
}

.select {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 0;
  color: #808080;
}
.select::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  color: #131110;
  position: absolute;
  top: 15px;
  right: 20px;
  padding-top: 4px;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0 !important;
  border: 1px solid #808080;
  background: transparent;
  background-image: none;
  flex: 1;
  color: #808080;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  width: 100%;
  background-color: transparent;
  border-radius: 30px;
  padding: 15px;
}
.select select.checkout-3 {
  padding: 15px 15px 15px 50px;
}
.select select::-ms-expand {
  display: none;
}
.select select option {
  background-color: transparent;
  outline: 0 !important;
  border: 0;
  color: #808080;
  padding: 4px 8px;
}
.select select option:hover {
  background-color: #CDA02C !important;
  color: white;
}
.select select option:checked {
  background-color: #CDA02C;
  color: white;
}

.alert-message {
  display: none;
}

.filter-checkbox input {
  padding: 0;
  display: none;
  border: 1px solid #131110;
  cursor: pointer;
}
.filter-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 12px;
  z-index: 10;
  border: solid #131110;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-checkbox label {
  position: relative;
  cursor: pointer;
  color: #808080;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .filter-checkbox label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .filter-checkbox label {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .filter-checkbox label {
    font-size: 12px;
  }
}
.filter-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #808080;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -3px;
}
.filter-checkbox label.black-color {
  color: #131110;
}

/*-------------------------
  layouts
-------------------------*/
.header-signup nav {
  gap: 390px;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .header-signup nav {
    gap: 130px;
  }
}
@media (max-width: 510px) {
  .header-signup nav {
    gap: 50px;
  }
}
.header-signup nav a {
  display: flex;
  align-items: center;
}
.header-signup nav a i {
  font-size: 24px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-menu {
  background-color: transparent;
  width: 100%;
  background: transparent;
  z-index: 10;
  padding: 0.833vw 0;
}
@media (max-width: 490px) {
  .main-menu {
    padding: 3.833vw 0;
  }
}
.main-menu .main-menu__block {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.main-menu .main-menu__logo {
  align-items: center;
  position: relative;
}
.main-menu .main-menu__logo img {
  width: clamp(150px, 11.667vw, 430px);
}
.main-menu .menu-button-right {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.333vw, 72px);
}
.main-menu .menu-button-right .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list,
.main-menu .menu-button-right .main-menu__nav .main-menu__list ul,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  .main-menu .menu-button-right .main-menu__nav .main-menu__list,
  .main-menu .menu-button-right .main-menu__nav .main-menu__list ul,
  .main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
  .main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
    gap: clamp(20px, 1.667vw, 40px);
  }
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list > li,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list > li > a,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 500;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  color: #131110;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list > li > a.active,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  color: #CDA02C;
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list > li > a:hover,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #CDA02C;
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list > li.current, .main-menu .menu-button-right .main-menu__nav .main-menu__list > li:hover,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li.current,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #CDA02C;
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list li ul,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  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 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: #FFF;
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
  padding: 15px 20px 10px;
  border-radius: 15px;
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list li ul li,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list li ul li > a,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: 16px;
  line-height: 26px;
  color: black;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: flex;
  padding: 7px 20px;
  transition: 400ms;
  margin-bottom: 4px;
  border-radius: 5px;
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list li ul li > a:after,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > a:after {
  position: absolute;
  right: 15px;
  top: 7px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #FFF;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list li ul li.current > a, .main-menu .menu-button-right .main-menu__nav .main-menu__list li ul li:hover > a,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  background-color: #CDA02C;
  color: #FFF;
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list li ul li.current > a::after, .main-menu .menu-button-right .main-menu__nav .main-menu__list li ul li:hover > a::after,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current > a::after,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list li ul li > ul,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list li ul li > ul.right-align,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list li ul li > ul ul,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: flex;
}
.main-menu .menu-button-right .main-menu__nav .main-menu__list li:hover > ul,
.main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  gap: 6px;
  transform: scaleY(1) translateZ(0px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .main-menu .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
  .main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.main-menu .menu-button-right .main-menu__right {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 575px) {
  .main-menu .menu-button-right .main-menu__right {
    gap: 24px;
  }
}
.main-menu .menu-button-right .main-menu__right .main-menu__login,
.main-menu .menu-button-right .main-menu__right .main-menu__search {
  position: relative;
  font-size: 24px;
  color: #131110;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}
.main-menu .menu-button-right .main-menu__right .main-menu__login:hover,
.main-menu .menu-button-right .main-menu__right .main-menu__search:hover {
  color: #CDA02C;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #FFF;
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
  width: 100%;
  transform: translateY(-120%);
  transition: transform 500ms ease;
}
@media (max-width: 1199px) {
  .stricky-header {
    display: none;
  }
}
.stricky-header.stricky-fixed {
  transform: translateY(0);
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 200;
  color: #131110;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media screen and (min-width: 1200px) {
  .mobile-nav__toggler {
    display: none;
  }
}
.mobile-nav__toggler:hover {
  color: #CDA02C;
}

/*--------------------------------------------------------------
# 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: #131110;
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #131110;
  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;
}
.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 .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: #FFF;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  height: 46px;
  letter-spacing: 0.48px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #CDA02C;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #CDA02C;
  border: none;
  outline: none;
  color: #FFF;
  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: #FFF;
  color: #131110;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #FFF;
  cursor: pointer;
}

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

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

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

footer ul li a img {
  width: clamp(24px, 1.667vw, 72px);
  height: clamp(24px, 1.667vw, 72px);
  padding: clamp(4px, 0.417vw, 16px);
  border-radius: 5px;
  background: #131110;
}
@media (max-width: 490px) {
  footer .footer-logo {
    width: 150px;
  }
}

.hero-banner {
  background: url("../media/banner/hero-banner.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 5vw);
  display: grid;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero-banner {
    height: calc(50vh - 5vw);
  }
}
@media (max-width: 490px) {
  .hero-banner {
    height: calc(95vh - 5vw);
    background-position: 78% 354px;
    background-size: 180%;
    align-items: flex-start;
    padding-top: 20.061vw;
    background-color: #f5f7f9;
  }
}
@media (max-width: 430px) {
  .hero-banner {
    height: calc(79vh - 5vw);
    background-position: 78% 321px;
    background-size: 180%;
  }
}
@media (max-width: 399px) {
  .hero-banner {
    height: calc(76vh - 5vw);
    background-position: 95% 297px;
    background-size: 140%;
    align-items: flex-start;
    padding-top: 20.061vw;
  }
}
@media (max-width: 390px) {
  .hero-banner {
    height: calc(78vh - 5vw);
    background-position: 78% 286px;
    background-size: 178%;
  }
}
@media (max-width: 578px) {
  .hero-banner h1 br {
    display: none;
  }
}
@media (max-width: 578px) {
  .hero-banner p br {
    display: none;
  }
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: #c3f5b4;
  z-index: 9999999;
  padding-top: 20%;
}
#preloader svg {
  display: block;
  width: 258px;
  height: 258px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#preloader svg .tree {
  fill: #CDA02C;
}
#preloader svg .circle-mask {
  transform-origin: 50% 90%;
  animation: scale 5s infinite ease-out;
}
@keyframes scale {
  0%, 100% {
    transform: scale(0);
  }
  7%, 90% {
    transform: scale(0.4);
  }
  50% {
    transform: scale(1);
  }
}

.benefits {
  background: #F5F7F9;
  padding: 4.167vw 11.25vw;
}
@media (max-width: 1024px) {
  .benefits {
    padding: 4.167vw 2.25vw;
  }
}
.benefits .benefits-wrapper {
  align-items: center;
}
.benefits .benefits-wrapper .benefits-block {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.833vw, 20px);
}
@media (max-width: 820px) {
  .benefits .benefits-wrapper .benefits-block {
    margin-bottom: 1.951vw;
  }
}
@media (max-width: 490px) {
  .benefits .benefits-wrapper .benefits-block {
    margin-bottom: 4.951vw;
  }
}
.benefits .benefits-wrapper .benefits-block .icon-box {
  background: #131110;
  padding: clamp(4px, 0.833vw, 20px);
  border-radius: clamp(5px, 0.521vw, 15px);
  width: clamp(32px, 3.333vw, 80px);
  height: clamp(32px, 3.333vw, 80px);
  display: grid;
  align-items: center;
  transition: all 0.5s ease;
}
.benefits .benefits-wrapper .benefits-block .icon-box img {
  transition: all 0.5s ease;
}
.benefits .benefits-wrapper .benefits-block:hover .icon-box {
  background: #CDA02C;
}
.benefits .benefits-wrapper .benefits-block:hover .icon-box img {
  transform: scale(1.1);
}

.product {
  padding: 4.167vw 0;
}
.product .product-block {
  padding: clamp(8px, 0.833vw, 32px) clamp(8px, 0.833vw, 32px) clamp(16px, 1.25vw, 40px) clamp(8px, 0.833vw, 32px);
  border-radius: clamp(10px, 1.042vw, 25px);
  transition: all 0.5s ease;
}
@media (min-width: 2199px) {
  .product .product-block {
    width: 100%;
  }
}
.product .product-block .image-box {
  position: relative;
  overflow: hidden;
  height: 19.896vw;
  background: #FFF;
  text-align: center;
  border-radius: clamp(8px, 0.781vw, 20px);
}
@media (max-width: 1024px) {
  .product .product-block .image-box {
    height: auto;
  }
}
@media (min-width: 2199px) {
  .product .product-block .image-box a {
    width: 100%;
  }
}
.product .product-block .image-box a .product-img {
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  padding: 3.333vw;
}
@media (min-width: 2199px) {
  .product .product-block .image-box a .product-img {
    width: 100%;
  }
}
.product .product-block .image-box .action-icons {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0px;
  z-index: 5;
  right: -100px;
  gap: 8px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.product .product-block .image-box .action-icons li {
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  transform: translateX(30px);
}
.product .product-block .image-box .action-icons li a i {
  font-size: 20px;
  background: #F5F7F9;
  color: #131110;
  padding: 6px;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.product .product-block .image-box .action-icons li a.btn {
  padding: 0;
}
.product .product-block .image-box .action-icons li a:hover i {
  color: #CDA02C;
}
.product .product-block .image-box .sale-label {
  font-size: clamp(12px, 0.677vw, 28px);
  text-transform: uppercase;
  color: #FFF;
  padding: 4px clamp(10px, 0.625vw, 24px);
  border-radius: 5px;
  position: absolute;
  top: 0.833vw;
  left: 0.833vw;
}
@media (max-width: 490px) {
  .product .product-block .image-box .sale-label {
    top: 2.833vw;
    left: 2.833vw;
  }
}
.product .product-block .content-box .rating-star {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product .product-block .content-box .rating-star i {
  color: #CDA02C;
}
.product .product-block .content-box .quickview-btn {
  padding: 8px;
  background: #FFF;
  border-radius: 50%;
}
.product .product-block .content-box .quickview-btn i {
  font-size: 24px;
  color: #CDA02C;
  cursor: pointer;
}
.product .product-block:hover {
  box-shadow: 1px 2px 5px 0px rgba(13, 54, 2, 0.06), 4px 9px 10px 0px rgba(13, 54, 2, 0.05), 10px 20px 13px 0px rgba(13, 54, 2, 0.03), 18px 35px 16px 0px rgba(13, 54, 2, 0.01), 27px 55px 17px 0px rgba(13, 54, 2, 0);
}
.product .product-block:hover .image-box .product-img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.product .product-block:hover .image-box .action-icons {
  right: 0.833vw;
  top: 0.833vw;
}
.product .product-block:hover .image-box .action-icons li {
  transform: none;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.product .product-block:hover .image-box .action-icons li:nth-child(1) {
  transition-delay: 0.1s;
}
.product .product-block:hover .image-box .action-icons li:nth-child(2) {
  transition-delay: 0.3s;
}
.product .product-block:hover .image-box .action-icons li:nth-child(3) {
  transition-delay: 0.5s;
}

.our-collection .collection-wrapper {
  padding: 4.167vw 0;
}
.our-collection .collection-wrapper .collection-block {
  background: url("../media/backgrounds/card-1.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: clamp(12px, 1.042vw, 25px);
  padding: 3.516vw 0 3.516vw 1.25vw;
}
@media (max-width: 490px) {
  .our-collection .collection-wrapper .collection-block {
    background-size: cover;
  }
}
.our-collection .collection-wrapper .collection-block.collection-2 {
  background: url("../media/backgrounds/card-2.png") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 490px) {
  .our-collection .collection-wrapper .collection-block.collection-2 {
    background-size: cover;
  }
}
.our-collection .collection-wrapper .collection-block.collection-3 {
  background: url("../media/backgrounds/card-3.png") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 490px) {
  .our-collection .collection-wrapper .collection-block.collection-3 {
    background-size: cover;
  }
}
.our-collection .collection-wrapper .collection-block .text-box {
  width: 15.937vw;
}
@media (max-width: 820px) {
  .our-collection .collection-wrapper .collection-block .text-box {
    width: 53%;
  }
}

.sale-banner {
  background: url("../media/banner/inner-banner.png") no-repeat;
  background-position: cover;
  height: clamp(400px, 36.458vw, 1300px);
  background-size: cover;
  display: grid;
  align-items: center;
}
.sale-banner .text-block {
  width: 24.167vw;
  text-align: center;
}
@media (max-width: 1024px) {
  .sale-banner .text-block {
    width: 50%;
  }
}
@media (max-width: 490px) {
  .sale-banner .text-block {
    width: 100%;
  }
}
.sale-banner .text-block .sale-text {
  font-size: clamp(47px, 8.307vw, 180px);
  font-style: normal;
  font-weight: 700;
  line-height: 60%;
  letter-spacing: -3.191px;
}

.ver-line {
  width: 100%;
  height: 1.5px;
  background: #131110;
}

.brands {
  padding: 4.167vw 0;
}
@media (max-width: 490px) {
  .brands {
    padding: 14.167vw 0 10.167vw;
  }
}
.brands .brand-slider {
  margin: 0 -12px 24px;
}
.brands .brand-slider .brand-block {
  width: 13.958vw;
  height: 5.208vw;
  background: #F5F7F9;
  text-align: center;
  border-radius: clamp(5px, 0.521vw, 15px);
  margin: 0 12px;
  display: grid;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820px) {
  .brands .brand-slider .brand-block {
    height: 8.208vw;
  }
}
@media (max-width: 490px) {
  .brands .brand-slider .brand-block {
    height: 15.208vw;
  }
}
.brands .b-slider_rtl {
  margin: 0 -12px;
}
.brands .b-slider_rtl .brand-block-2 {
  width: 13.958vw;
  height: 5.208vw;
  background: #F5F7F9;
  text-align: center;
  border-radius: clamp(5px, 0.521vw, 15px);
  margin: 0 12px;
  display: grid;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820px) {
  .brands .b-slider_rtl .brand-block-2 {
    height: 8.208vw;
  }
}
@media (max-width: 490px) {
  .brands .b-slider_rtl .brand-block-2 {
    height: 15.208vw;
  }
}

.newsletter {
  background: url("../media/banner/newsletter.png") no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 4.167vw 0;
}
@media (max-width: 820px) {
  .newsletter {
    background-size: 100% 80%;
  }
}
@media (max-width: 490px) {
  .newsletter {
    background-size: cover;
    background-position: right;
    margin: 4.167vw 0 12.167vw;
  }
}
.newsletter .newsletter-text {
  padding: 8.958vw 0 5.833vw;
}

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

#sidebar-cart,
#sidebar-wishlist {
  background: #FFF;
  padding: 32px 24px;
  position: fixed;
  display: block;
  width: 560px;
  height: 100vh;
  z-index: 1050;
  top: 0;
  right: -101%;
  transition: right 0.5s ease-in-out;
}
@media (max-width: 575px) {
  #sidebar-cart,
  #sidebar-wishlist {
    width: 350px;
  }
}
#sidebar-cart .close-button,
#sidebar-wishlist .close-button {
  height: 16px;
  width: 16px;
  margin: 0 0 15px 0;
  text-decoration: none;
  position: absolute;
  top: 48px;
  right: 32px;
  display: flex;
}
#sidebar-cart .close-button .close-icon,
#sidebar-wishlist .close-button .close-icon {
  width: 16px;
  height: 16px;
  background-color: #131110;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  transition: all 0.5s linear;
}
#sidebar-cart .close-button:active span.close-icon, #sidebar-cart .close-button:hover span.close-icon,
#sidebar-wishlist .close-button:active span.close-icon,
#sidebar-wishlist .close-button:hover span.close-icon {
  background: #CDA02C;
}
#sidebar-cart .product-list,
#sidebar-wishlist .product-list {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  height: calc(100vh - 320px);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
  z-index: 0;
}
#sidebar-cart .product-list .product-item,
#sidebar-wishlist .product-list .product-item {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.25vw, 32px);
}
#sidebar-cart .product-list .product-item img,
#sidebar-wishlist .product-list .product-item img {
  width: clamp(48px, 4.74vw, 120px);
  height: clamp(48px, 4.74vw, 120px);
}
#sidebar-cart .price-total,
#sidebar-wishlist .price-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sidebar-cart .action-buttons,
#sidebar-wishlist .action-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 575px) {
  #sidebar-cart .action-buttons,
  #sidebar-wishlist .action-buttons {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
  }
}

#sidebar-cart-curtain,
#sidebar-wishlist-curtain {
  background: rgba(19, 17, 16, 0.2);
  transition: all 0.5s ease;
  position: fixed;
  width: 100vw;
  height: 100vh;
  transform: scale(0);
  top: 0;
  right: 0;
  z-index: 2;
}

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