/*---------------------------------------------"
// Template Name: Striker
// Template URL: https://techpedia.co.uk/template/striker
// Description:  Striker - Sports Club 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("css2.css");
/*-------------------------
    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: #7D6155;
}

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

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.page-content {
  margin: 20px 0;
}

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

body {
  font-family: "Inter", sans-serif;
  color: #212627;
  background-color: #F8F8FF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.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 {
  font-weight: 700;
  font-size: 61px;
  line-height: 120%;
  letter-spacing: -2%;
}
@media (max-width: 992px) {
  h1,
  .h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}

h2,
.h2 {
  font-weight: 700;
  font-size: 47px;
  line-height: 125%;
  letter-spacing: -1%;
}
@media (max-width: 992px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -1%;
}
@media (max-width: 992px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}

h4,
.h4 {
  font-weight: 500;
  font-size: 27px;
  line-height: 120%;
  letter-spacing: -1%;
}
@media (max-width: 992px) {
  h4,
  .h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-weight: 500;
  font-size: 21px;
  line-height: 130%;
}
@media (max-width: 992px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2%;
}
@media (max-width: 992px) {
  h6,
  .h6 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  h6,
  .h6 {
    font-size: 13px;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2%;
}
@media (max-width: 992px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease;
}
a:hover {
  color: #7D6155;
  transition: all 0.5s ease;
}

span {
  display: inline-block;
}

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

/*-------------------------
  Helpers
-------------------------*/
.color-primary {
  color: #7D6155 !important;
}

.bg-primary {
  background-color: #7D6155 !important;
}

.color-primary-2 {
  color: #BD8C77 !important;
}

.bg-primary-2 {
  background-color: #BD8C77 !important;
}

.color-white {
  color: #F8F8FF !important;
}

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

.color-black {
  color: #212627 !important;
}

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

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

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

.dark-black {
  color: #0B0C0D !important;
}

.bg-dark-black {
  background-color: #0B0C0D !important;
}

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

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

.light-gray {
  color: #C6CBD2 !important;
}

.bg-light-gray {
  background-color: #C6CBD2 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.search-bar {
  width: 556px;
}

.fw-5 {
  font-weight: 500 !important;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.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-64 {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

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

.my-40 {
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .my-40 {
    margin: 32px 0;
  }
}
@media (max-width: 991px) {
  .my-40 {
    margin: 28px 0;
  }
}
@media (max-width: 767px) {
  .my-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;
  }
}

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

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

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

.py-72 {
  padding: 72px 0;
}
@media (max-width: 1199px) {
  .py-72 {
    padding: 64px 0;
  }
}
@media (max-width: 991px) {
  .py-72 {
    padding: 52px 0;
  }
}
@media (max-width: 767px) {
  .py-72 {
    padding: 42px 0;
  }
}

.py-64 {
  padding: 64px 0;
}
@media (max-width: 1199px) {
  .py-64 {
    padding: 56px 0;
  }
}
@media (max-width: 991px) {
  .py-64 {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .py-64 {
    padding: 42px 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;
  }
}

.py-40 {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .py-40 {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .py-40 {
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .py-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;
  }
}

.py-32 {
  padding: 32px 0;
}
@media (max-width: 1199px) {
  .py-32 {
    padding: 28px 0;
  }
}
@media (max-width: 991px) {
  .py-32 {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0;
  }
}

/*-------------------------
  Elements
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  justify-content: center;
  display: flex;
  background: #0B0C0D;
  z-index: 9999999;
  padding-top: 24%;
}
#preloader .loader {
  position: relative;
  transform: scale(2);
  border-radius: 50%;
  border: 1px solid;
  width: 45px;
  height: 45px;
  color: #F8F8FF;
}
#preloader .loader::after, #preloader .loader::before {
  position: absolute;
  width: 0px;
  height: 15px;
  display: block;
  border-left: 1px solid #F8F8FF;
  content: "";
  left: 22px;
  border-radius: 1px;
  top: 6px;
  animation-duration: 3s;
  transform-origin: bottom;
  animation-name: dial;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#preloader .loader::before {
  animation-duration: 60s;
}

@keyframes dial {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 12px;
  display: block;
  width: 120px;
  height: 120px;
  font-size: 80px;
  padding: 20px 0;
  background: #7D6155;
  color: #F8F8FF;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
}
.back-to-top:hover {
  background: #7D6155;
  color: #F8F8FF;
}
.back-to-top.show {
  opacity: 1;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

.cus-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 2%;
  padding: 16px 32px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #212627;
  background: #F8F8FF;
}
@media (max-width: 492px) {
  .cus-btn {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.cus-btn svg {
  width: 25px;
  height: 24px;
}
.cus-btn svg path {
  transition: all 0.5s ease;
}
.cus-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  color: #F8F8FF;
  border-radius: 50%;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  background: #7D6155;
  z-index: -1;
}
.cus-btn:hover {
  color: #F8F8FF !important;
  z-index: 1;
  position: relative;
}
.cus-btn:hover svg path {
  transition: all 0.5s ease;
  fill: #F8F8FF !important;
}
.cus-btn:hover span {
  width: 225%;
  height: 562.5px;
  z-index: -1;
}
.cus-btn.sec {
  background-color: #7D6155 !important;
  color: #F8F8FF !important;
}
.cus-btn.sec span {
  color: #7D6155 !important;
  background: #F8F8FF !important;
}
.cus-btn.sec:hover {
  color: #7D6155 !important;
}
.cus-btn.dark {
  background-color: #212627 !important;
  color: #F8F8FF !important;
}
.cus-btn.dark svg path {
  fill: #F8F8FF !important;
}

.play-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 2%;
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #F8F8FF;
  background: transparent;
}
.play-btn svg #stroke {
  transition: all 0.5s ease;
}
.play-btn:hover {
  color: #F8F8FF;
}
.play-btn:hover svg #stroke {
  transition: all 0.5s ease;
  fill: #7D6155 !important;
}

.link-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}

/*-------------------------
  Form Styling
-------------------------*/
.input-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8px 8px 16px;
  border-radius: 10px;
}
.input-container button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border: none;
  border-radius: 10px;
}
.input-container span {
  width: 72px;
  height: 48px;
  background-color: #F8F8FF;
  border-radius: 10px;
  display: grid;
  align-content: center;
  justify-content: center;
}
.input-container span i {
  font-size: 24px;
}
.input-container span.toggle-password {
  cursor: pointer;
}

.form-control,
input {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  background: transparent !important;
  border: none;
  color: #7A7F85;
  width: 75%;
}
.form-control::placeholder,
input::placeholder {
  color: #7A7F85;
}
.form-control:focus,
input:focus {
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
}
.form-control:focus-visible,
input:focus-visible {
  border: none;
  background: transparent;
  outline: none;
}

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

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

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

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

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.select {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 0;
  background-color: #ECECF2;
  text-transform: uppercase;
  border-radius: 5px;
}
.select::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  color: #131518;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  padding: 12px;
  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: 0;
  background: transparent;
  background-image: none;
  flex: 1;
  padding: 12px;
  text-transform: uppercase;
  color: #131518;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  border-radius: 0;
  width: 100%;
}
.select select::-ms-expand {
  display: none;
}
.select select option {
  background-color: #F8F8FF;
  outline: 0 !important;
  border: 0;
  color: #7D6155;
  padding: 8px;
  text-transform: uppercase;
}
.select select option:hover {
  background-color: #7D6155 !important;
  color: white;
}
.select select option:checked {
  background-color: #7D6155;
  color: white;
}

.alert-message {
  color: #7D6155;
  background-color: #F8F8FF;
}

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

.btn-close {
  position: absolute;
  top: 35px;
  right: 35px;
  opacity: 1;
  transition: 0.3s;
}
.btn-close:hover i {
  color: #7D6155 !important;
}
.btn-close i {
  font-size: 42px;
  color: #F8F8FF;
  transition: 0.3s;
}
.btn-close:focus {
  border: none;
  outline: none;
  border-bottom: 3px solid #F8F8FF;
}

.primary:active:focus {
  box-shadow: none;
}

div#offcanvasTop {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  z-index: 9999;
  transition: all 0.5s ease;
}

.offcanvas-body {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.offcanvas-body form {
  width: 50%;
  position: relative;
}
.offcanvas-body form input[type=search] {
  background: transparent;
  border-bottom: 3px solid #F8F8FF;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 30px;
  color: #F8F8FF;
}
.offcanvas-body form input[type=search]::placeholder {
  color: #F8F8FF;
}
.offcanvas-body form input[type=search]:focus {
  border: none;
  outline: none;
  border-bottom: 3px solid #F8F8FF;
}
.offcanvas-body form button {
  display: inline-block;
  background: transparent;
  border: 0;
  margin-left: -40px;
  position: absolute;
}
.offcanvas-body form button i {
  color: #F8F8FF;
  font-size: 30px;
}

.modal {
  padding: 0 !important;
  --bs-modal-padding: 0rem !important;
  --bs-modal-margin: 0rem !important;
}
.modal .modal-dialog {
  max-width: 50%;
}
@media (max-width: 768px) {
  .modal .modal-dialog {
    max-width: 60%;
  }
}
@media (max-width: 575px) {
  .modal .modal-dialog {
    max-width: 100%;
  }
}
.modal .modal-dialog .modal-content {
  background: transparent;
  margin-top: 20%;
  border: none;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .top_bar {
  background-color: #212627;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.modal .modal-dialog .modal-content .top_bar .modal-title {
  padding-left: 16px;
  color: #F8F8FF;
}
.modal .modal-dialog .modal-content .close {
  border: 0;
  background: transparent;
  color: #7D6155;
  padding-right: 16px;
}
.modal .modal-dialog .modal-content .close span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal .modal-dialog .modal-content .close span i {
  font-size: 16px;
}
.modal .modal-dialog .modal-content .close span b {
  font-size: 16px;
}
.modal .modal-dialog .modal-content .modal-body video {
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body video iframe {
  border: 0;
  border: none;
  width: 100%;
}

.pagination {
  margin: 16px 0 0;
  justify-content: center;
  display: flex;
  text-align: center;
  gap: 8px;
}
.pagination li a {
  width: 42px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; /* 24px */
  padding: 8px 0;
  border: none;
  color: #212627;
  background: #ECECF2;
  border-radius: 10px;
}
.pagination li a.arrow {
  font-size: 24px;
  height: 42px;
  border: none;
  box-shadow: none;
  padding: 4px 8px 0;
  border-radius: 10px;
}
.pagination li a.arrow:hover {
  background: #7D6155;
}
.pagination li a.current {
  background: #7D6155;
  color: #F8F8FF;
}
.pagination li a:hover {
  background: #7D6155;
  color: #F8F8FF;
}
.pagination li a:focus {
  box-shadow: none;
  color: #F8F8FF;
}
.pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link {
  border-radius: 10px;
}

/*-------------------------
  Animations
-------------------------*/
@keyframes submenu {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes menu-item-border {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*-------------------------
  layouts
-------------------------*/
.top-bar {
  padding: 16px 0;
  background: #0B0C0D;
}
.top-bar.light {
  background: #F8F8FF;
}
.top-bar.light .language-dropdown .dropdown-toggle {
  color: #212627;
}
@media (max-width: 575px) {
  .top-bar {
    padding: 8px 0;
  }
}
.top-bar .language-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F8F8FF;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 2%;
}
@media (max-width: 575px) {
  .top-bar .language-dropdown .dropdown-toggle {
    font-size: 14px;
    gap: 6px;
  }
}
.top-bar .language-dropdown .dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  border: none;
  top: 1px;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 575px) {
  .top-bar .language-dropdown .dropdown-toggle:after {
    font-size: 14px;
    top: 2px;
  }
}
.top-bar .language-dropdown .dropdown-menu {
  padding: 10px 15px;
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
  margin-left: 0px !important;
  margin-top: 8px !important;
  width: max-content;
  min-width: auto;
  position: relative;
  z-index: 9999;
  border: none;
  background-color: #F8F8FF;
}
.top-bar .language-dropdown .dropdown-menu li {
  margin-bottom: 10px;
}
.top-bar .language-dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.top-bar .language-dropdown .dropdown-menu a {
  display: block;
  margin: 0 0;
  width: max-content;
  padding: 2px 0;
  color: #131518;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.top-bar .language-dropdown .dropdown-menu a:hover {
  color: #7D6155;
}
.top-bar .language-dropdown .dropdown-menu a:first-child {
  margin-top: 0;
  padding-top: 0;
}
.top-bar .language-dropdown .dropdown-menu a:last-of-type, .top-bar .language-dropdown .dropdown-menu a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.top-bar .language-dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 47px;
  top: -7px;
  width: 14px;
  height: 14px;
  background-color: #F8F8FF;
  z-index: -1;
  transform: rotate(45deg);
}
.top-bar .social-icons-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
@media (max-width: 575px) {
  .top-bar .social-icons-list img {
    width: 16px;
    height: 16px;
  }
}

header {
  width: 100%;
  height: 104px;
  z-index: 999;
  padding: 20px 0;
  background-color: #F8F8FF;
}
@media (max-width: 575px) {
  header {
    height: 76px;
    padding: 12px 0;
  }
}
header nav {
  padding: 0 !important;
}
header nav .mainmenu {
  display: flex;
  align-items: center;
  gap: 32px;
}
header nav .mainmenu .menu-item a {
  color: #212627;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2%;
  padding: 20px 0;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
header nav .mainmenu .menu-item a.active {
  color: #0B0C0D;
}
header nav .mainmenu .menu-item a.active::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0B0C0D;
  animation-name: menu-item-border;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
header nav .mainmenu .menu-item a:hover {
  color: #0B0C0D;
}
header nav .mainmenu .menu-item a:hover::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0B0C0D;
  animation-name: menu-item-border;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
header nav .mainmenu .menu-item.has-children {
  position: relative;
}
header nav .mainmenu .menu-item.has-children .submenu {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  padding: 0;
  list-style: none;
  margin: 0;
  background-color: #F8F8FF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}
header nav .mainmenu .menu-item.has-children .submenu li {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
header nav .mainmenu .menu-item.has-children .submenu li a {
  position: relative;
  color: #212627;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 12px 8px;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px dotted #212627;
  transition: all 0.5s ease;
}
header nav .mainmenu .menu-item.has-children .submenu li a.active {
  color: #BD8C77;
  border-bottom: 1px solid #BD8C77;
  transition: all 0.5s ease;
}
header nav .mainmenu .menu-item.has-children .submenu li a.active::after {
  display: none;
}
header nav .mainmenu .menu-item.has-children .submenu li a:hover {
  color: #BD8C77;
  border-bottom: 1px solid #BD8C77;
  transition: all 0.5s ease;
}
header nav .mainmenu .menu-item.has-children .submenu li a:hover::after {
  display: none;
}
header nav .mainmenu .menu-item.has-children .submenu li:last-child a {
  border: none;
}
header nav .mainmenu .menu-item.has-children .submenu li:last-child a.active {
  border: none;
}
header nav .mainmenu .menu-item.has-children .submenu li:last-child a:hover {
  border: none;
}
header nav .mainmenu .menu-item.has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  right: 0;
  top: 50px;
}
header nav .mainmenu .menu-item.has-children:hover .submenu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
header .navbar-brand {
  padding: 0;
}
@media (max-width: 575px) {
  header .navbar-brand {
    width: 70px;
  }
}
header .right-nav {
  display: flex;
  gap: 18px;
  justify-content: end;
  align-items: center;
}
header .right-nav li {
  height: 24px;
  border-right: 2px solid #212627;
  padding-right: 16px;
}
header .right-nav li:last-child {
  padding-right: 0;
  border: none;
}
header .right-nav li a,
header .right-nav li button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #212627;
}
header .right-nav li a i,
header .right-nav li button i {
  font-size: 24px;
  font-weight: 400;
}
header .right-nav li .user-account {
  padding-left: 16px;
}
header.dark {
  background-color: #0B0C0D;
  border-bottom: 1px solid #131518;
}
header.dark nav .mainmenu .menu-item a {
  color: #F8F8FF;
}
header.dark nav .mainmenu .menu-item a.active {
  color: #BD8C77;
}
header.dark nav .mainmenu .menu-item a.active::after {
  background-color: #BD8C77;
}
header.dark nav .mainmenu .menu-item a:hover {
  color: #BD8C77;
}
header.dark nav .mainmenu .menu-item a:hover::after {
  background-color: #BD8C77;
}
header.dark nav .mainmenu .menu-item.has-children .submenu {
  background-color: #212627;
}
header.dark nav .mainmenu .menu-item.has-children .submenu li a {
  color: #F8F8FF;
  border-bottom: 1px dotted #F8F8FF;
}
header.dark nav .mainmenu .menu-item.has-children .submenu li a.active {
  color: #BD8C77;
  border-bottom: 1px solid #BD8C77;
}
header.dark nav .mainmenu .menu-item.has-children .submenu li a:hover {
  color: #BD8C77;
  border-bottom: 1px solid #BD8C77;
}
header.dark .right-nav li {
  border-right: 2px solid #F8F8FF;
}
header.dark .right-nav li:last-child {
  padding-right: 0;
  border: none;
}
header.dark .right-nav li h6 {
  color: #F8F8FF;
}
header.dark .right-nav li a,
header.dark .right-nav li button {
  color: #F8F8FF;
}

footer {
  background: url(../image/footer-bg.png) no-repeat;
  background-size: cover;
}
footer .top-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}
footer .top-row .newsletter-form {
  width: 100%;
  max-width: 526px;
}
footer .top-row .newsletter-form .newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #212627;
  padding: 8px 8px 8px 16px;
  border-radius: 10px;
}
footer .top-row .newsletter-form .newsletter input {
  background: transparent;
  border: none;
}
@media (max-width: 350px) {
  footer .top-row .newsletter-form .newsletter input {
    width: 170px;
  }
}
footer .top-row .newsletter-form .newsletter button {
  padding: 12px 24px;
  border: none;
  background: #F8F8FF;
  border-radius: 10px;
}
footer .top-row .newsletter-form .newsletter button:hover {
  color: #212627;
}
footer .footer-main {
  padding-bottom: 64px;
  border-bottom: 1px solid #212627;
}
footer .footer-main .list li {
  margin-bottom: 16px;
}
footer .footer-main .list li a {
  color: #7A7F85;
  transition: all 0.5s ease;
}
footer .footer-main .list li a:hover {
  color: #BD8C77;
  transition: all 0.5s ease;
}
footer .footer-main .list li:last-child {
  margin-bottom: 0;
}
footer .footer-main .contact-list li {
  margin-bottom: 16px;
}
footer .footer-main .contact-list li a {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #7A7F85;
  transition: all 0.5s ease;
}
footer .footer-main .contact-list li a i {
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 5px;
  color: #F8F8FF;
  background: #212627;
  padding: 8px;
  font-size: 16px;
}
footer .footer-main .contact-list li a:hover {
  color: #BD8C77;
  transition: all 0.5s ease;
}
footer .footer-main .contact-list li:last-child {
  margin-bottom: 0;
}
footer .footer-main .social-links {
  display: flex;
  gap: 8px;
  align-items: center;
}
footer .footer-main .social-links li {
  background: #212627;
  border-radius: 5px;
  height: 32px;
  width: 32px;
  display: grid;
  align-items: center;
  justify-content: center;
}
footer .copyright-row {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .copyright-row .payment-method {
  display: flex;
  gap: 4px;
  align-items: center;
}
footer .copyright-row .payment-method li img {
  border-radius: 5px;
}

.footer-2 {
  background: url(../image/footer-bg.png) no-repeat;
  background-size: cover;
}
.footer-2 .newsletter-form {
  width: 100%;
  max-width: 526px;
}
.footer-2 .newsletter-form .newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #212627;
  padding: 8px 8px 8px 16px;
  border-radius: 10px;
}
.footer-2 .newsletter-form .newsletter input {
  background: transparent;
  border: none;
}
@media (max-width: 350px) {
  .footer-2 .newsletter-form .newsletter input {
    width: 170px;
  }
}
.footer-2 .newsletter-form .newsletter button {
  padding: 12px 24px;
  border: none;
  background: #F8F8FF;
  border-radius: 10px;
}
.footer-2 .newsletter-form .newsletter button:hover {
  color: #212627;
}
.footer-2 .footer-main {
  padding-bottom: 64px;
  border-bottom: 1px solid #212627;
}
.footer-2 .footer-main .list li {
  margin-bottom: 16px;
}
.footer-2 .footer-main .list li a {
  color: #7A7F85;
  transition: all 0.5s ease;
}
.footer-2 .footer-main .list li a:hover {
  color: #BD8C77;
  transition: all 0.5s ease;
}
.footer-2 .footer-main .list li:last-child {
  margin-bottom: 0;
}
.footer-2 .footer-main .contact-list li {
  margin-bottom: 16px;
}
.footer-2 .footer-main .contact-list li a {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #7A7F85;
  transition: all 0.5s ease;
}
.footer-2 .footer-main .contact-list li a i {
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 5px;
  color: #F8F8FF;
  background: #212627;
  padding: 8px;
  font-size: 16px;
}
.footer-2 .footer-main .contact-list li a:hover {
  color: #BD8C77;
  transition: all 0.5s ease;
}
.footer-2 .footer-main .contact-list li:last-child {
  margin-bottom: 0;
}
.footer-2 .copyright-row {
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 650px) {
  .footer-2 .copyright-row {
    justify-content: center;
  }
}
.footer-2 .copyright-row .social-links {
  display: flex;
  gap: 8px;
  align-items: center;
}
.footer-2 .copyright-row .social-links li {
  background: #212627;
  border-radius: 5px;
  height: 32px;
  width: 32px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.footer-2 .copyright-row .payment-method {
  display: flex;
  gap: 4px;
  align-items: center;
}
.footer-2 .copyright-row .payment-method li img {
  border-radius: 5px;
}

.contact-area {
  padding: 0 32px;
}
@media (max-width: 492px) {
  .contact-area {
    padding: 0;
  }
}
.contact-area .block {
  padding: 32px 0;
  border-bottom: 1px solid #C6CBD2;
}
.contact-area .block:last-child {
  border: 0;
}
.contact-area .block .social-links {
  display: flex;
  gap: 16px;
  align-items: center;
}
.contact-area .block .social-links li {
  background: #ECECF2;
  padding: 4px;
  border-radius: 5px;
  height: 32px;
  width: 32px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.contact-area .block .contact-list li {
  margin-bottom: 16px;
}
.contact-area .block .contact-list li a {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #7A7F85;
  transition: all 0.5s ease;
}
.contact-area .block .contact-list li a i {
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 5px;
  color: #212627;
  background: #ECECF2;
  padding: 8px;
  font-size: 16px;
}
.contact-area .block .contact-list li a:hover {
  color: #BD8C77;
  transition: all 0.5s ease;
}
.contact-area .block .contact-list li:last-child {
  margin-bottom: 0;
}

.or {
  position: relative;
  text-align: center;
}
.or::after, .or::before {
  content: "";
  height: 1px;
  width: 46%;
  position: absolute;
  top: 14px;
  background: #C6CBD2;
}
@media (max-width: 575px) {
  .or::after, .or::before {
    top: 12px;
  }
}
.or::after {
  right: 0;
}
.or::before {
  left: 0;
}

.accounts-links-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.accounts-links-block .link {
  background: #ECECF2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 196px;
  padding: 8px;
  padding-left: 16px;
}
@media (max-width: 575px) {
  .accounts-links-block .link {
    width: 160px;
  }
}
.accounts-links-block .link span {
  width: 72px;
  height: 48px;
  background-color: #F8F8FF;
  border-radius: 10px;
  display: grid;
  align-content: center;
  justify-content: center;
}

.register {
  background: url(../image/Registration.png) no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding: 64px 0 96px;
  position: relative;
}
.register .bottom-watches {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .register .bottom-watches {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .register .bottom-watches {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .register .bottom-watches {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .register .bottom-watches {
    display: none;
  }
}

.login {
  background: url(../image/Registration.png) no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding: 64px 0 96px;
  position: relative;
}
.login .bottom-watches {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .login .bottom-watches {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .login .bottom-watches {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .login .bottom-watches {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .login .bottom-watches {
    display: none;
  }
}

.chrono-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.chrono-wrapper .mobile-logo {
  padding: 30px 0 20px;
  display: block;
  text-align: center;
  background-color: #ECECF2;
}
.chrono-wrapper .mobile-logo img {
  max-width: 220px;
}
.chrono-wrapper .chrono-toggle {
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 33px;
  font-size: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
  background-color: #F8F8FF;
  color: #212627;
}
.chrono-wrapper .chrono-toggle:hover {
  color: #0B0C0D;
}
.chrono-wrapper .chrono-area {
  width: 100%;
  max-width: 310px;
  background-color: #F8F8FF;
  border-right: 3px solid #C6CBD2;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.chrono-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.chrono-wrapper.vs-body-visible .chrono-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.chrono-wrapper .social-icons-list {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 40px;
}
@media (max-width: 400px) {
  .chrono-wrapper .social-icons-list {
    gap: 16px;
    padding: 0 20px;
  }
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 175px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(154, 86, 58, 0.2);
  background-color: #000;
}
.vs-mobile-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #000;
}
.vs-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #F8F8FF;
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #0B0C0D;
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #0B0C0D;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: #212627;
  font-weight: 500;
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: #7D6155;
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: #ECECF2;
  color: #7D6155;
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.chrono-toggle {
  padding: 0;
  font-size: 24px;
  border: none;
  color: #212627;
  background: transparent;
  display: inline-block;
}
.chrono-toggle:focus {
  outline: none;
}

@media (max-width: 400px) {
  .chrono-wrapper .chrono-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
.hero-banner-1 {
  background: url(../image/hero-banner.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-banner-1 .content {
  display: grid;
  height: 800px;
  align-content: center;
}
@media (max-width: 1199px) {
  .hero-banner-1 .content {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .hero-banner-1 .content {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .hero-banner-1 .content {
    height: 500px;
  }
}
.hero-banner-1 .content .sub-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-banner-1 .content .title span {
  font-weight: 300;
}
.hero-banner-1 .content .btn-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hero-banner-2 .content {
  position: relative;
}
.hero-banner-2 .content .dots-vector {
  position: absolute;
  left: 0px;
  top: 48px;
  z-index: 5;
}
@media (max-width: 991px) {
  .hero-banner-2 .content {
    padding: 64px 0;
  }
}
.hero-banner-2 .content .text-block {
  height: 793px;
  display: grid;
  align-content: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 1299px) {
  .hero-banner-2 .content .text-block {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .hero-banner-2 .content .text-block {
    height: auto;
  }
}
.hero-banner-2 .content .text-block .sub-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-banner-2 .content .text-block .title {
  font-weight: 300;
}
.hero-banner-2 .content .text-block .title b {
  font-weight: 700;
}
.hero-banner-2 .content .text-block .btn-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.features-1 .features-points {
  background: url(../image/features-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 24px 0;
  border-radius: 30px;
}
.features-1 .features-points .feature-card {
  padding: 24px;
}
.features-1 .features-points .feature-card .top-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.features-1 .features-points .feature-card .icon-box {
  background-color: #BD8C77;
  border-radius: 10px;
  padding: 16px;
}
.features-1 .features-points .feature-card .icon-box img {
  width: 32px;
  height: 32px;
}

.features-2 .features-points {
  background: url(../image/features-bg-dark.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 24px 0;
  border-radius: 30px;
}
.features-2 .features-points .feature-card {
  padding: 24px;
}
.features-2 .features-points .feature-card .top-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.features-2 .features-points .feature-card .icon-box {
  background-color: #212627;
  border-radius: 10px;
  padding: 16px;
}
.features-2 .features-points .feature-card .icon-box img {
  width: 32px;
  height: 32px;
}

.filter-row {
  background: #ECECF2;
  border-radius: 10px;
  padding: 8px;
}
.filter-row .sorting-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.filter-row .sorting-block .select {
  width: 320px;
}
.filter-row .layouts {
  display: flex;
  align-items: center;
  gap: 16px;
}
.filter-row .layouts a {
  color: #212627;
}
.filter-row .layouts a:hover {
  color: #7D6155;
}
.filter-row .layouts a.active {
  color: #7D6155;
}
.filter-row .layouts a i {
  font-size: 24px;
}

.team-card {
  position: relative;
  text-align: center;
}
.team-card .img-block {
  margin: 0 24px;
}
.team-card .img-block img {
  border-radius: 30px;
  border: 5px solid #F8F8FF;
}
.team-card .text-block {
  padding: 208px 0 32px;
  margin-top: -190px;
  background: #ECECF2;
  border-radius: 30px;
}
.team-card .text-block .social-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.team-card .text-block .social-links li {
  background: #F8F8FF;
  padding: 4px;
  border-radius: 5px;
  height: 32px;
  width: 32px;
  display: grid;
  align-items: center;
  justify-content: center;
}

.product-detail .preview-slider-nav .detail-img-block {
  width: 100%;
  background: #ECECF2;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .product-detail .preview-slider-nav .detail-img-block {
    height: auto;
    width: auto;
  }
}
.product-detail .preview-slider-nav .detail-img-block img {
  margin: 16px auto;
  max-width: 122px;
  max-height: 203px;
}
@media (max-width: 767px) {
  .product-detail .preview-slider-nav .detail-img-block img {
    max-height: 95px;
  }
}
.product-detail .preview-slider .detail-img-block {
  background: #ECECF2;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .product-detail .preview-slider .detail-img-block {
    height: auto;
    width: auto;
  }
}
.product-detail .preview-slider .detail-img-block img {
  margin: 55px auto;
}
@media (max-width: 767px) {
  .product-detail .preview-slider .detail-img-block img {
    height: 318px;
  }
}
.product-detail .detail-block {
  padding: 64px 24px;
  background-color: #ECECF2;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .product-detail .detail-block {
    padding: 32px 16px;
  }
}
.product-detail .detail-block .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-detail .detail-block .rating span {
  font-size: 20px;
  color: #FA9A41;
}
.product-detail .detail-block .colors {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-detail .detail-block .colors label {
  position: relative;
  cursor: pointer;
}
.product-detail .detail-block .colors label input {
  display: none;
}
.product-detail .detail-block .colors label .color {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .product-detail .detail-block .colors label .color {
    width: 24px;
    height: 24px;
    border-radius: 5px;
  }
}
.product-detail .detail-block .colors label .color.non-selected {
  border: 0;
}
.product-detail .detail-block .colors label .color.selected {
  border: 2px solid #212627;
}
.product-detail .detail-block .quantity {
  display: flex;
  gap: 8px;
  align-items: center;
}
.product-detail .detail-block .quantity input {
  height: 32px;
  width: 32px;
  display: grid;
  align-content: center;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  line-height: 120%;
  letter-spacing: -0.27px;
  border-radius: 5px;
  background-color: #F8F8FF !important;
  color: #212627;
}
.product-detail .detail-block .quantity input:focus-visible {
  outline: none;
}
.product-detail .detail-block .quantity input.number {
  padding: 0;
  background: transparent !important;
}
.product-detail .detail-block .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #C6CBD2;
}
.product-detail .detail-block .bottom-row .social-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.categories .category-card {
  position: relative;
  background: #ECECF2;
  border-radius: 20px;
}
.categories .category-card .content {
  background: url(../image/cp.png) no-repeat;
  background-position: top right;
  background-size: contain;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
}
.categories .category-card .content .img-block {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.categories .category-card .content .img-block img {
  height: 100%;
}
.categories .category-card .content .text-block {
  width: 50%;
  padding: 16px 0 16px 24px;
}
.categories .category-card .content .text-block p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.categories .category-card-2 {
  position: relative;
  background: #131518;
  border-radius: 30px;
  margin-bottom: 90px;
}
@media (max-width: 575px) {
  .categories .category-card-2 {
    margin-bottom: 24px;
  }
}
.categories .category-card-2 .img-block {
  position: relative;
}
.categories .category-card-2 .img-block .main-img {
  position: absolute;
  top: -32px;
  left: 48px;
}
@media (max-width: 767px) {
  .categories .category-card-2 .img-block .main-img {
    top: -16px;
  }
}
@media (max-width: 575px) {
  .categories .category-card-2 .img-block .main-img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.categories .category-card-2 .text-block {
  height: 100%;
  display: grid;
  align-content: center;
  padding: 32px 0;
}

.testimonial-card {
  border-radius: 20px;
  padding: 24px;
}
.testimonial-card .text-block {
  position: relative;
}
.testimonial-card .text-block .quote-vector {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-card .text-block .review-block {
  position: relative;
  z-index: 10;
}

.product-card {
  background: url(../image/pc.png) no-repeat;
  background-position: bottom right;
  border-radius: 30px 30px 0 30px;
  padding: 24px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.product-card .icons-list {
  position: absolute;
  top: 24px;
  left: -48px;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-card .icons-list li a {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 4px;
  background-color: #F8F8FF;
  border-radius: 5px;
}
.product-card .icons-list li a i {
  margin: auto;
  font-size: 20px;
  cursor: pointer;
}
.product-card .icons-list li a i.fas {
  color: red;
}
.product-card:hover .icons-list {
  transition: all 0.5s ease;
  left: 24px;
}
.product-card .images-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .product-card .images-block {
    height: 224px;
    margin-bottom: 0;
  }
}
.product-card .images-block .detail-img {
  width: calc(100% - 80px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-card .images-block .detail-img {
    height: 288px;
  }
}
.product-card .images-block .detail-img .detail-img-block {
  cursor: pointer;
  margin: 8px 0;
}
.product-card .images-block .detail-img .detail-img-block img {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-card .images-block .detail-img .detail-img-block img {
    height: 190px;
  }
}
@media (max-width: 991px) {
  .product-card .images-block .detail-img .detail-img-block img {
    height: 200px;
  }
}
.product-card .images-block .nav-images .nav-img-block {
  float: right;
  margin: 8px 16px 8px 0;
  width: 62px;
  border-radius: 5px;
  background-color: #F8F8FF;
  cursor: pointer;
}
.product-card .images-block .nav-images .nav-img-block img {
  height: 62px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-card .images-block .nav-images .nav-img-block img {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .product-card .images-block .nav-images .nav-img-block img {
    height: 45px;
  }
}
.product-card .cart-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #7D6155;
  border-radius: 20px;
}
.product-card .cart-btn i {
  color: #F8F8FF;
  padding: 24px;
  font-size: 32px;
}
.product-card.dark-bg {
  background: url(../image/pc-dark.png) no-repeat;
  background-position: bottom right;
}
.product-card.dark-bg .icons-list li a {
  background-color: #212627;
}
.product-card.dark-bg .icons-list li a i {
  color: #F8F8FF;
}
.product-card.dark-bg .images-block .nav-images .nav-img-block {
  background-color: #212627;
}

.product-card-list {
  background: url(../image/pc.png) no-repeat;
  background-position: bottom right;
  border-radius: 30px 30px 0 30px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  padding: 32px 0 32px 64px;
}
@media (max-width: 1199px) {
  .product-card-list {
    padding: 32px 16px;
  }
}
.product-card-list .detail-img-block {
  cursor: pointer;
  margin: 8px 0;
}
.product-card-list .detail-img-block img {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-card-list .detail-img-block img {
    height: 190px;
  }
}
@media (max-width: 991px) {
  .product-card-list .detail-img-block img {
    height: 200px;
  }
}
.product-card-list .content .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-card-list .content .rating span {
  font-size: 20px;
  color: #FA9A41;
}
.product-card-list .content .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-card-list .content .nav-images .nav-img-block {
  width: fit-content;
  border-radius: 5px;
  background-color: #F8F8FF;
  cursor: pointer;
  width: 62px;
}
.product-card-list .content .nav-images .nav-img-block img {
  height: 62px;
}
@media (max-width: 991px) {
  .product-card-list .content .nav-images .nav-img-block img {
    height: 45px;
  }
}
.product-card-list .icons-list {
  position: absolute;
  top: 24px;
  left: -48px;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-card-list .icons-list li a {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 4px;
  background-color: #F8F8FF;
  border-radius: 5px;
}
.product-card-list .icons-list li a i {
  margin: auto;
  font-size: 20px;
  cursor: pointer;
}
.product-card-list .icons-list li a i.fas {
  color: red;
}
.product-card-list:hover .icons-list {
  transition: all 0.5s ease;
  left: 24px;
}
.product-card-list .cart-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #7D6155;
  border-radius: 20px;
}
.product-card-list .cart-btn i {
  color: #F8F8FF;
  padding: 24px;
  font-size: 32px;
}

.sidebar .widget {
  border-bottom: 1px solid #C6CBD2;
}
.sidebar .widget:last-child {
  border-bottom: 0;
}
.sidebar .widget .title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar .widget .filter-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar .widget .filter-list .filter-checkbox input {
  padding: 0;
  display: none;
  cursor: pointer;
}
.sidebar .widget .filter-list .filter-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 7px;
  height: 16px;
  z-index: 10;
  border: solid #7D6155;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.sidebar .widget .filter-list .filter-checkbox label {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.32px;
  color: #7A7F85;
}
.sidebar .widget .filter-list .filter-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #131518;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: -3px;
}
.sidebar .widget .slider-track .filter-btn {
  padding: 8px 16px;
  background: #7D6155;
  color: #F8F8FF;
  border-radius: 10px;
}
.sidebar .widget .slider-track .irs--big {
  height: 22px;
  margin-bottom: 16px;
}
.sidebar .widget .slider-track .irs--big .irs-line {
  top: 12px;
  height: 5px;
  border: 1px solid #C6CBD2;
  background: #C6CBD2;
  cursor: pointer;
  border-radius: 0;
}
.sidebar .widget .slider-track .irs--big .irs-bar {
  top: 12px;
  height: 5px;
  border: 1px solid #7D6155;
  background: #7D6155;
  box-shadow: none;
  cursor: pointer;
}
.sidebar .widget .slider-track .irs--big .irs-handle {
  top: 5px;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background-color: #ECECF2;
  background: #ECECF2;
  border: 2px solid #7D6155;
  box-shadow: none;
}
.sidebar .widget .slider-track .irs--big .irs-handle:hover {
  cursor: pointer;
}
.sidebar .widget .product-block {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.sidebar .widget .product-block img {
  border-radius: 10px;
}
.sidebar .widget .blog-block {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.sidebar .widget .blog-block img {
  border-radius: 10px;
}
.sidebar .widget .colors {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sidebar .widget .colors label {
  position: relative;
  cursor: pointer;
}
.sidebar .widget .colors label input {
  display: none;
}
.sidebar .widget .colors label .color {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}
.sidebar .widget .colors label .color.non-selected {
  border: 0;
}
.sidebar .widget .colors label .color.selected {
  border: 2px solid #212627;
}
.sidebar .widget .tags {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.sidebar .widget .tags p {
  padding: 4px 10px;
  border-radius: 5px;
  background: #ECECF2;
}

.blogs-slider .blog-card {
  margin: 0 12px;
}

.blogs-slider-2 .blog-card {
  margin: 0 12px;
}

.products-slider-1 .product-card {
  margin: 0 12px;
}

.products-slider-2 .product-card {
  margin: 0 12px;
}

.testimonials-slider .testimonial-card {
  margin: 0 12px;
}

.product-card-slider-nav-2 .nav-img-block {
  margin-right: 16px;
}

.slick-dots {
  position: absolute;
  top: -87px;
  right: 0;
  text-align: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slick-dots {
    top: -79px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-dots {
    top: -70px;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    top: -65px;
  }
}

.blog-card {
  position: relative;
  border-radius: 30px 30px 20px 20px;
  background: #ECECF2;
}
.blog-card img {
  border-radius: 30px;
}
.blog-card .text-block {
  padding: 24px;
}
.blog-card .text-block .category-tag {
  background: #F8F8FF;
  padding: 4px 10px;
  width: fit-content;
}
.blog-card .text-block .bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-card .text-block .bottom-row .author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-detail .main-img {
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 10;
}
.blog-detail .main-block {
  position: relative;
  z-index: 15;
  background: #F8F8FF;
  margin: -88px 42px 0;
  border-radius: 20px 20px 0 0;
  padding: 32px 24px;
}
@media (max-width: 991px) {
  .blog-detail .main-block {
    margin: -32px 16px 0;
    padding: 24px 16px;
  }
}
@media (max-width: 492px) {
  .blog-detail .main-block {
    margin: -24px 8px 0;
    padding: 24px 12px;
  }
}
.blog-detail .main-block .quote-block {
  padding: 48px;
  text-align: center;
  border-radius: 10px;
  background: #ECECF2;
}
@media (max-width: 991px) {
  .blog-detail .main-block .quote-block {
    padding: 24px;
  }
}

.wishlist-table {
  width: 100%;
}
.wishlist-table thead tr th {
  padding: 12px 0;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .wishlist-table thead tr th {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wishlist-table thead tr th {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .wishlist-table thead tr th {
    font-size: 16px;
  }
}
.wishlist-table thead tr th:first-child {
  text-align: left;
  padding-right: 0;
}
.wishlist-table thead tr th:last-child {
  width: 220px;
  padding-right: 0;
}
.wishlist-table tbody tr {
  border-top: 1px solid #C6CBD2;
}
.wishlist-table tbody tr:last-child {
  border-bottom: 1px solid #C6CBD2;
}
.wishlist-table tbody tr td {
  padding: 32px 0 24px;
  text-align: center;
}
.wishlist-table tbody tr td:first-child {
  text-align: left;
  padding-right: 0;
}
.wishlist-table tbody tr td:last-child {
  width: 220px;
  padding-right: 0;
}
.wishlist-table tbody tr td .product-detail-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wishlist-table tbody tr td .stock {
  padding: 4px 10px;
  border-radius: 5px;
  background: #ECECF2;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}

.cart-table {
  width: 100%;
}
.cart-table thead tr th {
  padding: 12px 0;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .cart-table thead tr th {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cart-table thead tr th {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .cart-table thead tr th {
    font-size: 16px;
  }
}
.cart-table thead tr th:first-child {
  text-align: left;
  padding-right: 0;
}
.cart-table thead tr th:last-child {
  padding-right: 0;
}
.cart-table tbody tr {
  border-top: 1px solid #C6CBD2;
}
.cart-table tbody tr:last-child {
  border-bottom: 1px solid #C6CBD2;
}
.cart-table tbody tr td {
  padding: 32px 0 24px;
  text-align: center;
}
.cart-table tbody tr td:first-child {
  text-align: left;
  padding-right: 0;
}
.cart-table tbody tr td:last-child {
  text-align: right;
  padding-right: 0;
}
.cart-table tbody tr td .product-detail-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cart-table tbody tr td .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-table tbody tr td .quantity input {
  height: 32px;
  width: 32px;
  display: grid;
  align-content: center;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  line-height: 120%;
  letter-spacing: -0.27px;
  border-radius: 5px;
  background-color: #ECECF2 !important;
  color: #212627;
}
.cart-table tbody tr td .quantity input:focus-visible {
  outline: none;
}
.cart-table tbody tr td .quantity input.number {
  padding: 0;
  background: transparent !important;
}

.cart-item-block {
  background: #ECECF2;
  text-align: center;
  padding: 16px;
  position: relative;
  border-radius: 20px;
}
.cart-item-block .delete {
  position: absolute;
  top: 16px;
  right: 16px;
}
.cart-item-block .img-block img {
  margin: 0 auto;
}
.cart-item-block .detail li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.cart-item-block .detail li:last-child {
  margin-bottom: 0;
}
.cart-item-block .detail li .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-item-block .detail li .quantity input {
  height: 32px;
  width: 32px;
  display: grid;
  align-content: center;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  line-height: 120%;
  letter-spacing: -0.27px;
  border-radius: 5px;
  background-color: #F8F8FF !important;
  color: #212627;
}
.cart-item-block .detail li .quantity input:focus-visible {
  outline: none;
}
.cart-item-block .detail li .quantity input.number {
  padding: 0;
  background: transparent !important;
}

.checkout .billing-checkbox input {
  padding: 0;
  display: none;
  cursor: pointer;
}
.checkout .billing-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 15px;
  z-index: 10;
  border: solid #212627;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkout .billing-checkbox label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.checkout .billing-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #212627;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -3px;
}
.checkout .billing-address-form {
  margin-top: 64px;
}

.order-summary-block {
  padding: 24px;
  background-color: #ECECF2;
  border-radius: 10px;
}
.order-summary-block .block {
  padding: 24px 0;
  border-top: 1px solid #C6CBD2;
}
.order-summary-block .block-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-summary-block .ordered-products li {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.order-summary-block .ordered-products li .p-detail {
  display: flex;
  gap: 12px;
  align-items: center;
}
.order-summary-block .ordered-products li .p-detail img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.order-summary-block .order-confirm input {
  padding: 0;
  display: none;
  cursor: pointer;
}
.order-summary-block .order-confirm input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 15px;
  z-index: 10;
  border: solid #212627;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.order-summary-block .order-confirm label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.order-summary-block .order-confirm label:before {
  content: "";
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #7A7F85;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -3px;
}

.coming-soon-banner-1 {
  background: url(../image/coming-soon-banner-1.png) no-repeat;
  background-position: left;
  background-size: cover;
}
.coming-soon-banner-1 .content {
  width: 599px;
  height: 599px;
  border-radius: 599px;
  border: 12px solid #311F1D;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .coming-soon-banner-1 .content {
    width: 500px;
    height: 500px;
    border-radius: 500px;
  }
}
@media (max-width: 575px) {
  .coming-soon-banner-1 .content {
    width: 450px;
    height: 450px;
    border-radius: 450px;
    border: 8px solid #311F1D;
  }
}
@media (max-width: 492px) {
  .coming-soon-banner-1 .content {
    width: 375px;
    height: 375px;
    border-radius: 375px;
    border: 6px solid #311F1D;
  }
}
@media (max-width: 390px) {
  .coming-soon-banner-1 .content {
    width: auto;
    height: 375px;
    border: none;
  }
}
.coming-soon-banner-1 .content .light-vector {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background-blend-mode: screen;
  mix-blend-mode: screen;
}
.coming-soon-banner-1 .content .text-block {
  display: grid;
  align-content: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.coming-soon-banner-1 .content .text-block .title {
  color: #212627;
}
.coming-soon-banner-1 .content .text-block .sub-text {
  padding: 0 64px;
}

.coming-soon-banner-2 {
  background: url(../image/coming-soon-banner-bg.png) no-repeat;
  background-position: left;
  background-size: cover;
}
@media (max-width: 767px) {
  .coming-soon-banner-2 {
    padding-bottom: 32px;
  }
}
.coming-soon-banner-2 .content {
  position: relative;
  margin: 0 auto;
  height: 100%;
  padding-top: 100px;
  height: 600px;
}
@media (max-width: 991px) {
  .coming-soon-banner-2 .content {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .coming-soon-banner-2 .content {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .coming-soon-banner-2 .content {
    height: 450px;
  }
}
.coming-soon-banner-2 .content .light-vector {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background-blend-mode: screen;
  mix-blend-mode: screen;
}
.coming-soon-banner-2 .content .text-img {
  text-align: center;
}
.coming-soon-banner-2 .content .ellipse {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 991px) {
  .coming-soon-banner-2 .content .ellipse {
    display: none;
  }
}
.coming-soon-banner-2 .main-img {
  height: 100%;
  display: grid;
  justify-content: flex-end;
  align-content: center;
}

.countdown {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 575px) {
  .countdown {
    gap: 12px;
  }
}
@media (max-width: 492px) {
  .countdown {
    gap: 8px;
  }
}
.countdown li div {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}
.countdown li div h2 {
  padding: 12px;
  color: #F8F8FF;
  border-radius: 5px;
  background: linear-gradient(180deg, #2F2F2F 0%, rgba(0, 0, 0, 0.72) 100%);
}
@media (max-width: 575px) {
  .countdown li div h2 {
    padding: 8px;
    font-size: 24px;
  }
}
@media (max-width: 492px) {
  .countdown li div h2 {
    font-size: 20px;
  }
}
.countdown li h5 {
  color: #F8F8FF;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .countdown li h5 {
    font-size: 20px;
  }
}
@media (max-width: 492px) {
  .countdown li h5 {
    font-size: 16px;
  }
}

.page-start-banner {
  background: #ECECF2;
}

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