/*---------------------------------------------"
Template Name: Infinity
Template URL: https://uiparadox.co.uk/templates/infinity
Description: Infinity - Multi Purpose HTML template                                             
Version: 1.0.0

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

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Lato";
  src: url("./fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/lato/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/lato/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/lato/Lato-Heavy.ttf") format("truetype");
  font-weight: 800;
}
/*-------------------------
Variables
-------------------------*/
/*-------------------------
    Responsive
-------------------------*/
/*-------------------------
    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: #8D72CC;
}

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

section:after {
  content: "";
  display: block;
  clear: both;
}

.form-group {
  position: relative;
}

.input-group {
  position: relative;
  background: transparent;
  box-shadow: none;
  border-radius: 10px;
}

.form-group,
.form-selector,
.form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #54575C;
  padding: 0 8px 9px;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  letter-spacing: 0.03em;
  position: relative;
  color: #54575C;
  width: 100%;
}
.form-group:focus,
.form-selector:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid #54575C;
}
.form-group::placeholder,
.form-selector::placeholder,
.form-control::placeholder {
  color: #54575C;
  opacity: 1;
}

input[type=checkbox]:checked {
  accent-color: #8D72CC;
  background-color: #8D72CC;
  width: 18px;
  height: 16px;
  border-radius: 10px;
}

.input-group button {
  background: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  font-size: 24px;
  color: #2C2D2F;
}

button {
  border: 0;
}

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

.alert-message {
  display: none;
}

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

body {
  font-family: "Lato";
  color: #2C2D2F;
  background: #EDEBF6;
  font-weight: 400;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 3px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #8D72CC;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 750;
  color: #1B1C1E;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 16px 0;
  line-height: 150%;
  letter-spacing: 0.03em;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #8D72CC;
  transition: all 0.5s ease-in-out;
}

span {
  display: inline-block;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
}

b,
strong {
  font-family: "Lato";
}

@media (max-width: 380px) {
  .social-icon {
    justify-content: center !important;
  }
}

/*-------------------------
    Spacing
-------------------------*/
/*----------------------------------------*/
/*  03. SPACE CSS START
/*----------------------------------------*/
.mb-200 {
  margin-bottom: 250px;
}

.mt-150 {
  margin-top: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-150 {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-150 {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .mt-150 {
    margin-top: 80px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-100 {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.me-80 {
  margin-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .me-80 {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .me-80 {
    margin-right: 48px;
  }
}
@media (max-width: 767px) {
  .me-80 {
    margin-right: 32px;
  }
}

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

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

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

.mb-40 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 21px;
  }
}

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

.mb-24 {
  margin-bottom: 24px;
}

.mb-16 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.m-12 {
  margin: 12px 0;
}

.ms-15 {
  margin: 0 15px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-8 {
  margin-bottom: 8px;
}

.space-mar {
  margin-top: -50px;
}

.spacer-mar {
  margin-top: -24px;
}
@media (max-width: 1199px) {
  .spacer-mar {
    margin: 0;
  }
}

.sec-pt {
  padding-top: 235px;
}

.pt-200 {
  padding-top: 280px;
}
@media (max-width: 992px) {
  .pt-200 {
    padding-top: 220px;
  }
}

.ps-170 {
  padding: 170px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ps-170 {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ps-170 {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .ps-170 {
    padding: 100px 0;
  }
}

.p-100 {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .p-100 {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .p-100 {
    padding: 60px 0;
  }
}
@media (max-width: 490px) {
  .p-100 {
    padding: 40px 0;
  }
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .pb-100 {
    padding-top: 0;
  }
}

.pt-96 {
  padding-top: 96px;
}
@media (max-width: 992px) {
  .pt-96 {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .pt-96 {
    padding-top: 60px;
  }
}
@media (max-width: 490px) {
  .pt-96 {
    padding-top: 48px;
  }
}

.pb-96 {
  padding-bottom: 96px;
}
@media (max-width: 992px) {
  .pb-96 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .pb-96 {
    padding-bottom: 60px;
  }
}
@media (max-width: 490px) {
  .pb-96 {
    padding-bottom: 48px;
  }
}

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

.pb-62 {
  padding-bottom: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-62 {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-62 {
    padding-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .pb-62 {
    padding-bottom: 32px;
  }
}
@media (max-width: 490px) {
  .pb-62 {
    padding-bottom: 22px;
  }
}

.p-62 {
  padding: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-62 {
    padding: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-62 {
    padding: 42px;
  }
}
@media (max-width: 767px) {
  .p-62 {
    padding: 32px;
  }
}
@media (max-width: 490px) {
  .p-62 {
    padding: 22px;
  }
}

.p-55 {
  padding: 55px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.p-50 {
  padding: 50px 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: 24px;
  }
}

.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: 32px;
  }
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 24px;
  }
}

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

.p-32 {
  padding: 32px;
}

.pb-24 {
  padding-bottom: 24px;
}

.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-30 {
  padding: 30px;
}

.pt-32 {
  padding: 30px 0;
}

.p-20 {
  padding: 20px;
}

.ps-20 {
  padding: 0 20px;
}

.ps-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.pt-12 {
  padding: 12px 0;
}

.p-12 {
  padding: 12px;
}

.p-10 {
  padding: 10px;
}

/*-------------------------
    Helper Classes
-------------------------*/
.color-primary {
  color: #8D72CC;
}

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

.color-dark {
  color: #2C2D2F;
}

.bg-dark {
  background-color: #2C2D2F !important;
}

.color-dark-2 {
  color: #1B1C1E;
}

.bg-dark-2 {
  background-color: #1B1C1E;
}

.color-dark-3 {
  color: #0D0D0D;
}

.bg-dark-3 {
  background-color: #0D0D0D;
}

.color-white {
  color: #FAFAFA;
}

.color-gray {
  color: #F4F2F0;
}

.bg-gray {
  background-color: #F4F2F0;
}

.color-gray-2 {
  color: #DBD8D6;
}

.bg-gray-2 {
  background-color: #DBD8D6;
}

.color-gray-3 {
  color: #B6B1AF;
}

.bg-gray-3 {
  background-color: #B6B1AF;
}

.color-gray-4 {
  color: #54575C;
}

.bg-gray-4 {
  background-color: #54575C;
}

.bg-brown {
  background-color: #9D6C59;
}

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

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

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

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

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

.lh-100 {
  line-height: 100%;
}

.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.lh-160 {
  line-height: 160%;
}

.lh-180 {
  line-height: 180%;
}

.ls-1 {
  letter-spacing: -0.01em;
}

.ls-0 {
  letter-spacing: 0em;
}

.ls-2 {
  letter-spacing: -0.02em;
}

.ls-3 {
  letter-spacing: -0.03em;
}

.ls-4 {
  letter-spacing: -0.04em;
}

.transition {
  transition: all 0.5s ease-in-out;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icon li a {
  background: #FAFAFA;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  place-content: center;
  margin: 0 8px;
  transition: all 0.5s ease-in-out;
}
.social-icon li a i {
  transition: all 0.5s ease-in-out;
  color: #0D0D0D;
  font-size: 18px;
}
.social-icon li a:hover {
  background: #8D72CC;
}
.social-icon li a:hover i {
  color: #FAFAFA;
}
.social-icon.st-2 {
  justify-content: center;
}
.social-icon.st-2 li a {
  background: #8D72CC;
}
.social-icon.st-2 li a i {
  color: #F4F2F0;
}
.social-icon.st-2 li a:hover {
  background: #F4F2F0;
}
.social-icon.st-2 li a:hover i {
  color: #8D72CC;
}

/*-------------------------
  Buttons
-------------------------*/
.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 50px;
  font-size: 100px;
  padding: 20px 0;
  background: #8D72CC;
  color: #FAFAFA;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top.show {
  opacity: 1;
}
.back-to-top:hover {
  background: #FAFAFA;
  color: #8D72CC;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

.cus-btn {
  padding: clamp(8px, 0.625vw, 16px) clamp(24px, 1.66vw, 42px);
  border: 2px solid #8D72CC;
  font-size: clamp(18px, 1.2vw, 30px);
  transition: all 0.5s ease-in-out;
  background: #1B1C1E;
  border-radius: 15px;
  font-weight: 700;
  color: #FAFAFA;
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.5s;
  z-index: 1;
}
.cus-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #2C2D2F;
  height: 450px;
  width: 450px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cus-btn:hover {
  color: #FAFAFA;
}
.cus-btn:hover:before {
  top: -114px;
  left: -33px;
  background: #8D72CC;
  transition: all 0.5s ease-in-out;
}
.cus-btn.bordered {
  color: #1B1C1E;
  background: #FAFAFA;
  border: 2px solid #8D72CC;
}
.cus-btn.bordered:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #1B1C1E;
  height: 450px;
  width: 450px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cus-btn.bordered:hover {
  color: #FAFAFA;
}
.cus-btn.bordered:hover:before {
  top: -114px;
  left: -33px;
  background: #8D72CC;
  transition: all 0.5s ease-in-out;
}
.cus-btn.dark {
  color: #FAFAFA;
  background: #8D72CC;
}
.cus-btn.dark:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #2C2D2F;
  height: 450px;
  width: 450px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cus-btn.dark:hover {
  color: #2C2D2F;
}
.cus-btn.dark:hover:before {
  top: -114px;
  left: -33px;
  background: #FAFAFA;
  transition: all 0.5s ease-in-out;
}
.cus-btn.light {
  color: #8D72CC;
  background: #FAFAFA;
}
.cus-btn.light:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #FAFAFA;
  height: 450px;
  width: 450px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cus-btn.light:hover {
  color: #FAFAFA;
}
.cus-btn.light:hover:before {
  top: -114px;
  left: -33px;
  background: #1B1C1E;
  transition: all 0.5s ease-in-out;
}

.phone-link {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .phone-link {
    font-size: 23px;
  }
}
.phone-link i {
  font-size: 32px;
  color: #8D72CC;
  margin-right: 16px;
}
.phone-link:hover {
  color: #8D72CC;
}

.form-btn {
  width: 100%;
  padding: 20px 0;
  background: #8D72CC;
  font-family: "Roboto Serif", serif;
  text-transform: capitalize;
  border: 2px solid #8D72CC;
  border-radius: 5px;
  font-weight: 400;
  font-size: 19px;
  line-height: 130%;
  color: #FAFAFA;
  cursor: pointer;
}
.form-btn:hover {
  color: #8D72CC;
  background: #FAFAFA;
}

/*-------------------------
  Headings
-------------------------*/
.heading {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 492px) {
  .heading {
    margin-bottom: 32px;
  }
}
.heading h2 {
  font-weight: 400;
  font-size: 80px;
  line-height: 120%;
  line-height: 120%;
  color: #0D0D0D;
  font-family: "Roboto Serif", serif;
  text-align: center;
}
@media (max-width: 1250px) {
  .heading h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .heading h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .heading h2 {
    font-size: 40px;
  }
}
.heading h4 {
  font-weight: 400;
  font-size: 47px;
  line-height: 120%;
  letter-spacing: -0.03em;
  font-family: "Roboto Serif", serif;
  color: #2C2D2F;
}
@media (max-width: 768px) {
  .heading h4 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .heading h4 {
    font-size: 28px;
  }
}
.heading p {
  color: #B6B1AF;
  line-height: 130%;
  margin-bottom: 0;
}
@media (max-width: 492px) {
  .heading p br {
    display: none;
  }
}

/*-------------------------
  Preloader Styles
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #2C2D2F;
  z-index: 9999999;
  display: grid;
  align-content: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  /* common */
}
#preloader .loading {
  font-size: 84px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 490px) {
  #preloader .loading {
    letter-spacing: -20px;
  }
}
#preloader .loading span {
  display: inline-block;
  margin: 0 -0.05em;
  font-size: clamp(48px, 5vw, 180px);
}
#preloader .loading07 span {
  position: relative;
  color: rgba(0, 0, 0, 0.2);
}
#preloader .loading07 span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #fff;
  opacity: 0;
  transform: scale(1.5);
  animation: loading07 3s infinite;
}
#preloader .loading07 span:nth-child(2)::after {
  animation-delay: 0.1s;
}
#preloader .loading07 span:nth-child(3)::after {
  animation-delay: 0.2s;
}
#preloader .loading07 span:nth-child(4)::after {
  animation-delay: 0.3s;
}
#preloader .loading07 span:nth-child(5)::after {
  animation-delay: 0.4s;
}
#preloader .loading07 span:nth-child(6)::after {
  animation-delay: 0.5s;
}
#preloader .loading07 span:nth-child(7)::after {
  animation-delay: 0.6s;
}
#preloader .loading07 span:nth-child(8)::after {
  animation-delay: 0.7s;
}
#preloader .loading07 span:nth-child(9)::after {
  animation-delay: 0.8s;
}
#preloader .loading07 span:nth-child(10)::after {
  animation-delay: 0.9s;
}

@keyframes loading07 {
  0%, 75%, 100% {
    transform: scale(1.5);
    opacity: 0;
  }
  25%, 50% {
    transform: scale(1);
    opacity: 1;
  }
}
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  z-index: 999;
}
@media (max-width: 492px) {
  .header {
    height: 90px;
  }
}
.header nav.navbar {
  padding: 0;
}
@media (max-width: 767px) {
  .header nav.navbar {
    padding: 0 15px;
  }
}
.header nav .navbar-brand {
  padding-top: 25px;
}
.header nav .navbar-nav {
  padding-top: 25px;
}
@media (max-width: 1199px) {
  .header nav .navbar-nav {
    padding-top: 0px;
  }
}
.header nav .navbar-nav .menu-item a {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #54575C;
  margin-right: 32px;
}
@media (max-width: 1199px) {
  .header nav .navbar-nav .menu-item a {
    padding: 8px 0px;
    color: #2C2D2F;
  }
}
.header nav .navbar-nav .menu-item a:hover {
  color: #8D72CC;
}
@media (max-width: 1199px) {
  .header nav .navbar-nav .menu-item a:hover {
    color: #8D72CC;
  }
}
.header nav .navbar-nav .menu-item a.active {
  color: #8D72CC;
}
@media (max-width: 1199px) {
  .header nav .navbar-nav .menu-item a.active {
    color: #8D72CC;
    background: transparent;
  }
}
.header nav .navbar-nav .menu-item-has-children {
  position: relative;
  margin-right: 10px;
}
.header nav .navbar-nav .menu-item-has-children a {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #54575C;
  margin-right: 32px;
}
@media (max-width: 1199px) {
  .header nav .navbar-nav .menu-item-has-children a {
    padding: 8px 0px;
    color: #0D0D0D;
  }
}
.header nav .navbar-nav .menu-item-has-children a:hover {
  color: #8D72CC;
}
@media (max-width: 1199px) {
  .header nav .navbar-nav .menu-item-has-children a:hover {
    color: #8D72CC;
  }
}
.header nav .navbar-nav .menu-item-has-children a.active {
  color: #8D72CC;
}
@media (max-width: 1199px) {
  .header nav .navbar-nav .menu-item-has-children a.active {
    color: #8D72CC;
    background: transparent;
  }
}
.header nav .navbar-nav .menu-item-has-children .submenu {
  position: absolute;
  top: 30px;
  left: 0px;
  background: #FAFAFA;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  padding: 10px 20px 15px;
  list-style: none;
  margin: 0;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
}
@media (max-width: 1199px) {
  .header nav .navbar-nav .menu-item-has-children .submenu {
    min-width: 200px;
    top: 45px;
    left: unset;
    padding: 10px 10px 15px;
  }
}
.header nav .navbar-nav .menu-item-has-children .submenu a:after {
  display: none;
}
.header nav .navbar-nav .menu-item-has-children .submenu li {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.header nav .navbar-nav .menu-item-has-children .submenu li a {
  position: relative;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
  padding: 8px 0px;
  display: block;
}
@media (max-width: 1199px) {
  .header nav .navbar-nav .menu-item-has-children .submenu li a {
    font-size: 18px;
  }
}
.header nav .navbar-nav .menu-item-has-children .submenu li a.active {
  color: #8D72CC;
}
.header nav .navbar-nav .menu-item-has-children .submenu li a:hover {
  color: #8D72CC;
}
.header nav .navbar-nav .menu-item-has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  right: 0;
}
@media (max-width: 1199px) {
  .header nav .navbar-nav .menu-item-has-children:hover .submenu {
    right: 85px;
  }
}
.header nav .navbar-nav .menu-item-has-children:hover .submenu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header nav .right-content {
  text-align: right;
  display: flex;
  justify-content: end;
  justify-content: flex-end;
}
.header nav .right-content .list li#search-form {
  width: 250px;
  display: none;
}
.header nav .right-content .list li#search-form form .input-group {
  padding-top: 28px;
}
.header nav .right-content .list li#search-form form .input-group .form-control {
  border-bottom: 1px solid #2C2D2F;
  padding: 0 8px 8px;
  color: #2C2D2F;
}
.header nav .right-content .list li#search-form form .input-group .form-control:focus {
  border-bottom: 1px solid #2C2D2F;
}
.header nav .right-content .list li#search-form form .input-group .form-control::placeholder {
  color: #2C2D2F;
}
.header nav .right-content .list li#search-form form .input-group button {
  padding: 0 8px 8px 2px;
  border-bottom: 1px solid #2C2D2F;
  color: #2C2D2F;
}
.header nav .right-content .list li a {
  padding-top: 35px;
  font-weight: 500;
  font-size: 23px;
  line-height: 140%;
  color: #0D0D0D;
  margin-left: 32px;
}
.header nav .right-content .list li a i {
  color: #2C2D2F;
  font-size: 30px;
  font-weight: 100;
}
.header nav .right-content .list li a i:hover {
  color: #8D72CC;
}
.header nav .right-content .list li:first-child a {
  margin-left: 16px;
}
.header .navbar-toggler {
  color: #0D0D0D;
  border: none;
  outline: 0;
  padding-top: 24px;
  font-size: 24px;
}
.header .navbar-toggler:focus {
  box-shadow: none;
  color: #8D72CC;
}
.header .navbar-expand-lg,
.header .navbar-collapse {
  justify-content: center;
}
@media (max-width: 992px) {
  .header .navbar-expand-lg,
  .header .navbar-collapse {
    justify-content: center;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .header .navbar-collapse {
    background: #FAFAFA;
    border-radius: 25px;
    padding: 15px 24px;
    z-index: 9999;
    position: absolute;
    top: 70px;
    right: 72px;
    width: 200px;
    box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 991px) {
  .header .navbar-collapse {
    right: 10px;
  }
}

.footer {
  padding: 48px 0 32px;
}
.footer .title {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #2C2D2F;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .footer .title {
    margin-top: 16px;
  }
}
.footer .main {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .footer .main {
    margin-bottom: 64px;
  }
}
.footer .main .logo {
  margin-bottom: 16px;
}
.footer .main .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #2C2D2F;
}
.footer .main .links {
  display: flex;
  flex-wrap: wrap;
}
.footer .main .links li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
  width: 34%;
}
.footer .main button {
  border: 0;
}
.footer .bottom-content {
  margin-bottom: 64px;
}
.footer .bottom-content .contact-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .footer .bottom-content .contact-row {
    display: block;
    justify-content: left;
  }
}
.footer .bottom-content .contact-row .contact-list {
  display: flex;
}
@media (max-width: 1399px) {
  .footer .bottom-content .contact-row .contact-list {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .footer .bottom-content .contact-row .contact-list {
    display: block;
  }
}
.footer .bottom-content .contact-row .contact-list li {
  margin-right: 64px;
}
@media (max-width: 991px) {
  .footer .bottom-content .contact-row .contact-list li {
    margin: 0 0 32px;
  }
}
.footer .bottom-content .contact-row .contact-list li:last-child {
  margin-right: 0;
}
.footer .bottom-content .contact-row .contact-list li a,
.footer .bottom-content .contact-row .contact-list li span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .footer .bottom-content .contact-row .contact-list li a,
  .footer .bottom-content .contact-row .contact-list li span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .footer .bottom-content .contact-row .contact-list li a,
  .footer .bottom-content .contact-row .contact-list li span {
    font-size: 18px;
  }
}
.footer .bottom-content .contact-row .contact-list li a i,
.footer .bottom-content .contact-row .contact-list li span i {
  font-size: 32px;
  color: #54575C;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .footer .bottom-content .contact-row .contact-list li a i,
  .footer .bottom-content .contact-row .contact-list li span i {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .footer .bottom-content .contact-row .contact-list li a i,
  .footer .bottom-content .contact-row .contact-list li span i {
    font-size: 26px;
  }
}
.footer .bottom-content .contact-row .contact-list li:hover {
  transition: all 0.5s ease-in-out;
}
.footer .bottom-content .contact-row .contact-list li:hover a {
  transition: all 0.5s ease-in-out;
  color: #8D72CC;
}
.footer .bottom-content .contact-row .contact-list li:hover a i {
  transition: all 0.5s ease-in-out;
  color: #8D72CC;
}
.footer .bottom-content .contact-row .footer-social-icon {
  display: flex;
}
.footer .bottom-content .contact-row .footer-social-icon li {
  margin-right: 32px;
}
.footer .bottom-content .contact-row .footer-social-icon li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .footer .bottom-content .contact-row .footer-social-icon li img {
    height: 24px;
    object-fit: contain;
  }
}
.footer .bottom-content .copyright {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #1B1C1E;
  margin-bottom: 0;
}

.banner {
  background: url(../media/banner/hero-banner.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  height: 1200px;
  padding: 244px 0 0;
}
@media (max-width: 1199px) {
  .banner {
    height: 900px;
    padding: 200px 0 0;
  }
}
@media (max-width: 991px) {
  .banner {
    height: 800px;
    padding: 160px 0 0;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 750px;
    padding: 150px 0 0;
    background-position: left bottom;
  }
}
@media (max-width: 575px) {
  .banner {
    height: 700px;
    padding: 150px 0 0;
  }
}
@media (max-width: 492px) {
  .banner {
    padding: 150px 0 0;
  }
}
@media (max-width: 450px) {
  .banner {
    padding: 150px 0 0;
  }
}
.banner .content {
  position: relative;
  z-index: 9;
}
.banner .content .title {
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #F4F2F0;
}
@media (max-width: 1199px) {
  .banner .content .title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .banner .content .title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .banner .content .title {
    margin-right: -8px;
  }
}
@media (max-width: 492px) {
  .banner .content .title {
    font-size: 45px;
  }
}
@media (max-width: 350px) {
  .banner .content .title {
    font-size: 35px;
  }
}
.banner .content h5 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #B6B1AF;
  margin-bottom: 64px;
}
@media (max-width: 1199px) {
  .banner .content h5 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .banner .content h5 {
    font-size: 28px;
  }
}
@media (max-width: 492px) {
  .banner .content h5 {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .banner .content h5 {
    font-size: 22px;
  }
}
.banner .content .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #FAFAFA;
  margin-bottom: 48px;
  position: relative;
}
.banner .content .description::after {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 346.59px;
  height: 2px;
  background-color: #8D72CC;
}
@media (max-width: 492px) {
  .banner .content .description::after {
    width: 130px;
  }
}
@media (max-width: 492px) {
  .banner .content .description br {
    display: none;
  }
}
.banner .main-btn {
  margin-right: 148px;
}
@media (max-width: 991px) {
  .banner .main-btn {
    margin-right: 48px;
    margin-top: 50px;
  }
}
.banner .main-btn .cus-btn {
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 18px;
}
.banner .object {
  margin-top: -43px;
}
@media (max-width: 1599px) {
  .banner .object {
    margin-top: 0px;
  }
}
.about .block {
  margin-bottom: 48px;
}
.about .block h3 {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 47px;
  line-height: 120%;
  letter-spacing: -0.03em;
  font-family: "Roboto Serif", serif;
  color: #2C2D2F;
}
@media (max-width: 575px) {
  .about .block h3 {
    font-size: 42px;
  }
}
@media (max-width: 496px) {
  .about .block h3 {
    font-size: 32px;
  }
}
.about .block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
  color: #2C2D2F;
}
.about img {
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
}
@media (max-width: 991px) {
  .about img {
    margin-bottom: 30px;
  }
}

.chose-us .chose-block {
  background: #FAFAFA;
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 32px 0px;
  text-align: center;
}
@media (max-width: 991px) {
  .chose-us .chose-block {
    margin-bottom: 30px;
  }
}
.chose-us .chose-block img {
  margin-bottom: 32px;
}
.chose-us .chose-block h6 {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #2C2D2F;
  margin-bottom: 0;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .chose-us .chose-block h6 {
    font-size: 22px;
  }
}

.testimonials .reviewSlider {
  max-width: 713px;
  margin: 0 auto;
}
.testimonials .reviewSlider .review-box {
  position: relative;
  margin: 0 50px 60px;
}
@media (max-width: 767px) {
  .testimonials .reviewSlider .review-box {
    margin: 0 45px 60px;
  }
}
.testimonials .reviewSlider .review-box .review {
  padding: 32px 24px 108px;
  background: #FAFAFA;
  text-align: center;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
}
.testimonials .reviewSlider .review-box .review::after {
  content: url("../media/icon/quote.png");
  position: absolute;
  bottom: 24px;
  right: 40px;
}
.testimonials .reviewSlider .review-box .review h6 {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #1B1C1E;
  margin-bottom: 16px;
}
.testimonials .reviewSlider .review-box .review p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #2C2D2F;
}
.testimonials .reviewSlider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  list-style-type: none;
  text-align: center;
}
.testimonials .reviewSlider .slick-dots li {
  margin: 0 6px;
}
.testimonials .reviewSlider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #B6B1AF;
  text-indent: -9999px;
}
.testimonials .reviewSlider .slick-dots li.slick-active button {
  background-color: #8D72CC;
}

.cart .cart-table-lg {
  width: 100%;
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  background: #FAFAFA;
  padding: 32px 32px 32px 16px;
  margin-bottom: 32px;
}
.cart .cart-table-lg tr.bottom-row td {
  padding: 0 0 32px 0;
}
.cart .cart-table-lg tr.bottom-row td:last-child {
  padding: 0 24px 32px 0;
}
.cart .cart-table-lg tr td.img-block {
  width: 20%;
  padding-right: 40px;
}
.cart .cart-table-lg tr td.img-block img {
  padding-left: 16px;
}
.cart .cart-table-lg tr td.title {
  padding: 32px 0 48px;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
}
.cart .cart-table-lg tr td.title.pad-right {
  padding-right: 24px;
}
.cart .cart-table-lg tr td.title a {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
}
.cart .cart-table-lg tr td.title a span {
  margin-left: 8px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
}
.cart .cart-table-lg tr td.mesure h6 {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-table-lg tr td.mesure h6 span {
  margin-left: 8px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
}
.cart .cart-table-lg tr td.price-number {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
}
.cart .cart-table-lg tr td .quantity input {
  border: none;
  border-radius: 10px;
  width: 36px;
  height: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  margin-bottom: 0;
  color: #2C2D2F;
  padding: 5px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  margin-right: 6px;
}
.cart .cart-table-lg tr td .quantity input.number {
  background: #8D72CC;
  color: #FAFAFA;
}
.cart .cart-table-sm {
  border-radius: 10px;
  background: #FAFAFA;
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.cart .cart-table-sm .content-block {
  padding: 32px 24px 12px;
}
.cart .cart-table-sm .content-block img {
  align-items: center;
  margin-bottom: 32px;
}
.cart .cart-table-sm .content-block .title {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
  margin-bottom: 24px;
}
.cart .cart-table-sm .content-block .title span {
  margin-left: 8px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
}
.cart .cart-table-sm .content-block .mesure {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
}
.cart .cart-table-sm .content-block .mesure span {
  margin-left: 8px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
}
.cart .cart-table-sm .content-block .cart-row {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.cart .cart-table-sm .content-block .cart-row p {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-table-sm .content-block .cart-row span {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-table-sm .content-block .cart-row .quantity input {
  border: none;
  border-radius: 10px;
  width: 36px;
  height: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  margin-bottom: 0;
  color: #2C2D2F;
  padding: 5px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  margin-right: 6px;
  background: #FAFAFA;
  background-color: #FAFAFA;
}
.cart .cart-table-sm .content-block .cart-row .quantity input:last-child {
  margin-right: 0;
}
.cart .cart-table-sm .content-block .cart-row .quantity input.number {
  background: #8D72CC;
  color: #FAFAFA;
}
.cart .cart-detail {
  border-radius: 10px;
  background: #FAFAFA;
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.cart .cart-detail .content-block {
  padding: 32px 24px;
  border-top: 3px solid #8D72CC;
}
.cart .cart-detail .content-block:first-child {
  border: 0;
}
.cart .cart-detail .content-block h5 {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #2C2D2F;
  margin-bottom: 32px;
}
.cart .cart-detail .content-block h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #2C2D2F;
  margin-bottom: 32px;
}
.cart .cart-detail .content-block .detail-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cart .cart-detail .content-block .detail-row p {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-detail .content-block .detail-row span {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-detail .content-block .total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.cart .cart-detail .content-block .total-row h6 {
  font-weight: 400;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-detail .content-block .total-row span {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-detail .content-block .payment-method h6 {
  font-weight: 400;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #2C2D2F;
  margin-bottom: 16px;
}
.cart .cart-detail .content-block .payment-method label {
  display: block;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #54575C;
  margin-bottom: 16px;
}
.cart .cart-detail .content-block .payment-method label input {
  margin-right: 8px;
}
.cart .cart-detail .content-block .payment-method label:has(input[type=radio]) {
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  cursor: pointer;
}
.cart .cart-detail .content-block .payment-method label:has(input[type=radio]):not(.cart .cart-detail .content-block .payment-method label:has(input[type=radio]) ~ .cart .cart-detail .content-block .payment-method label:has(input[type=radio])) {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
}
.cart .cart-detail .content-block .payment-method label:has(input[type=radio]) > input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 2px solid #54575C;
  margin-top: 3px;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
}
.cart .cart-detail .content-block .payment-method label:has(input[type=radio]) > input[type=radio]::before {
  content: "";
  width: 0.58em;
  height: 0.58em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: CanvasText;
}
.cart .cart-detail .content-block .payment-method label:has(input[type=radio]) > input[type=radio]::after {
  content: "";
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #2C2D2F;
  opacity: 0;
  position: absolute;
  z-index: -1;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}
.cart .cart-detail .content-block .payment-method label:has(input[type=radio]) > input[type=radio]:is(:active):not(:checked)::after {
  background-color: #2C2D2F;
}
.cart .cart-detail .content-block .payment-method label:has(input[type=radio]) > input[type=radio]:checked {
  border-color: #2C2D2F;
}
.cart .cart-detail .content-block .payment-method label:has(input[type=radio]) > input[type=radio]:checked::after {
  opacity: 0;
}
.cart .cart-detail .content-block .payment-method label:has(input[type=radio]) > input[type=radio]:checked::before {
  transform: scale(1);
}
.cart .cart-detail .content-block .payment-method label:has(input[type=radio]) > input[type=radio]:checked:is(:hover, :focus)::after {
  background-color: #2C2D2F;
}
.cart .cart-detail .content-block .payment-method label:has(input[type=radio]) > input[type=radio]:checked:is(:active)::after {
  background-color: #2C2D2F;
}
.cart .cart-detail .content-block .payment-method label:has(input[type=radio]) > input[type=radio]:focus {
  outline: unset;
}

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

#sidebar-cart {
  background: #FAFAFA;
  padding: 32px 24px;
  position: fixed;
  display: block;
  width: 450px;
  height: 100vh;
  z-index: 99999;
  top: 0;
  right: -470px;
  transition: right 0.5s ease-in-out;
}
@media (max-width: 575px) {
  #sidebar-cart {
    width: 95%;
  }
}
#sidebar-cart h1, #sidebar-cart h2, #sidebar-cart h3, #sidebar-cart h4, #sidebar-cart h5, #sidebar-cart h6 {
  font-weight: 600;
  color: #2C2D2F;
}
#sidebar-cart .close-button {
  height: 16px;
  width: 16px;
  margin: 0 0 15px 0;
  text-decoration: none;
  position: absolute;
  top: 42px;
  right: 32px;
  display: flex;
}
#sidebar-cart .close-button .close-icon {
  width: 16px;
  height: 16px;
  background-color: #0D0D0D;
  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 {
  background: #8D72CC;
}
#sidebar-cart .product-list {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  height: calc(100vh - 310px);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
  z-index: 0;
}
@media (max-width: 575px) {
  #sidebar-cart .product-list {
    height: calc(100vh - 320px);
  }
}
#sidebar-cart .product-list .product-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
#sidebar-cart .product-list .product-item .item-image {
  max-width: 110px;
}
#sidebar-cart .product-list .product-item .product-text {
  width: 100%;
}
#sidebar-cart .product-list .product-item .qp_row {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 8px;
}
#sidebar-cart .product-list .product-item .qp_row .quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}
#sidebar-cart .product-list .product-item .qp_row .quantity input {
  border: none;
  border-radius: 10px;
  width: 30px;
  height: 33px;
  text-align: center;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  margin-bottom: 0;
  color: #2C2D2F;
  padding: 5px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
#sidebar-cart .product-list .product-item .qp_row .quantity input.number {
  background: #8D72CC;
  color: #FAFAFA;
}
#sidebar-cart .price-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
}
#sidebar-cart .action-buttons {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 575px) {
  #sidebar-cart .action-buttons {
    gap: 16px;
    flex-wrap: wrap;
  }
}
#sidebar-cart .action-buttons a {
  padding: 16px 32px;
  width: 240px;
  display: inline-grid;
  text-align: center;
}
@media (max-width: 575px) {
  #sidebar-cart .action-buttons a {
    width: 100%;
  }
}

#sidebar-cart-curtain {
  background: rgba(13, 13, 13, 0.2);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.vr-line {
  background: #B6B1AF;
  width: 100%;
  height: 1px;
}

.page-start-banner {
  background: url(../media/banner/banner.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  margin-top: 100px;
  height: 345px;
  padding-top: 102px;
}
@media (max-width: 1440px) {
  .page-start-banner {
    padding-top: 90px;
  }
}
@media (max-width: 492px) {
  .page-start-banner {
    height: 260px;
    margin-top: 80px;
    background-position: left bottom;
  }
}
.page-start-banner .title {
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #F4F2F0;
  font-family: "Roboto Serif", serif;
}
@media (max-width: 1440px) {
  .page-start-banner .title {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .page-start-banner .title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .page-start-banner .title {
    font-size: 50px;
  }
}
@media (max-width: 492px) {
  .page-start-banner .title {
    font-size: 45px;
  }
}

.sidebar {
  background: #FAFAFA;
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .sidebar {
    margin-bottom: 48px;
  }
}
.sidebar .content-block {
  padding: 32px 24px 16px;
  border-top: 3px solid #8D72CC;
}
.sidebar .content-block:first-child {
  border-top: 0;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .sidebar .content-block {
    padding: 32px 16px 16px;
  }
}
.sidebar .title {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #1B1C1E;
  margin-bottom: 32px;
}
.sidebar .category-filter .search-form {
  margin-bottom: 32px;
}
.sidebar .category-filter .search-form form .input-group .form-control {
  border-bottom: 2px solid #54575C;
  padding: 0 8px 9px;
  color: #54575C;
}
.sidebar .category-filter .search-form form .input-group .form-control:focus {
  border-bottom: 2px solid #54575C;
}
.sidebar .category-filter .search-form form .input-group .form-control::placeholder {
  color: #54575C;
}
.sidebar .category-filter .search-form form .input-group button {
  padding: 0 8px 8px 2px;
  border-bottom: 2px solid #54575C;
  color: #54575C;
}
.sidebar .category-filter ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar .category-filter ul li {
  list-style: none;
  margin-bottom: 16px;
}
.sidebar .category-filter ul li a {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #54575C;
}
.sidebar .slider-track .irs--big {
  height: 32px;
  margin-bottom: 0;
}
.sidebar .slider-track .irs--big .irs-line {
  top: 12px;
  height: 3px;
  border: 1px solid #DBD8D6;
  background: #DBD8D6;
  cursor: pointer;
}
.sidebar .slider-track .irs--big .irs-bar {
  top: 12px;
  height: 3px;
  border: 1px solid #8D72CC;
  background: #8D72CC;
  box-shadow: none;
  cursor: pointer;
}
.sidebar .slider-track .irs--big .irs-handle {
  top: 6px;
  height: 16px;
  width: 16px;
  background-color: #8D72CC;
  background: #8D72CC;
  border: 0;
  box-shadow: none;
}
.sidebar .slider-track .irs--big .irs-handle:hover {
  cursor: pointer;
}
.sidebar .slider-track span {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
}

.product-card {
  margin-bottom: 48px;
}
.product-card.slide-margin {
  margin: 0 16px 48px;
}
.product-card.big .showcase-box .overlay {
  padding-top: 20%;
}
.product-card .showcase-box {
  position: relative;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 25px;
}
.product-card .showcase-box img {
  object-fit: cover;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.product-card .showcase-box .discount {
  position: absolute;
  top: 0;
  z-index: 999;
  left: 0;
  font-weight: 500;
  font-size: 21px;
  line-height: 140%;
  color: #FAFAFA;
  background-color: #8D72CC;
  border-radius: 0px 0px 25px 0px;
  padding: 4px 16px;
}
.product-card .showcase-box .overlay {
  position: absolute;
  z-index: 99;
  top: -500px;
  left: 0;
  background: rgba(44, 45, 47, 0.6);
  border-radius: 0px 0px 25px 25px;
  width: 100%;
  height: 100%;
  padding-top: 44%;
  text-align: center;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
@media (max-width: 575px) {
  .product-card .showcase-box .overlay {
    top: -750px;
  }
}
.product-card .showcase-box .overlay .icons {
  margin-bottom: 0;
}
.product-card .showcase-box .overlay .icons a {
  margin-right: 16px;
  background: #FAFAFA;
  width: 52px;
  height: 52px;
  text-align: center;
  border-radius: 10px;
  padding: 10px 8px 8px;
}
.product-card .showcase-box .overlay .icons a:last-child {
  margin-right: 0;
}
.product-card .showcase-box .overlay .icons a:hover i {
  color: #8D72CC;
}
.product-card .showcase-box .overlay .icons a i {
  color: #2C2D2F;
  font-size: 32px;
}
.product-card .showcase-box .overlay .cus-btn {
  margin-top: 16px;
}
.product-card .title {
  display: inline-flex;
  font-weight: 400;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #2C2D2F;
  margin-bottom: 0px;
}
.product-card .title .price {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #8D72CC;
  margin-left: 8px;
}
.product-card:hover .showcase-box .overlay {
  top: 0px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.product-card:hover .showcase-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.nav-tabs {
  border-bottom: none;
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .nav-tabs {
    margin-bottom: 40px;
  }
}
.nav-tabs .nav-item .nav-link {
  border: none;
  color: #2C2D2F;
  background: transparent;
  font-weight: 400;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
@media (max-width: 575px) {
  .nav-tabs .nav-item .nav-link {
    margin-right: 64px;
    margin-bottom: 24px;
  }
}
.nav-tabs .nav-item .nav-link.active {
  color: #8D72CC;
}

.category .category-box {
  position: relative;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-top: 3px solid #8D72CC;
  border-radius: 0px 0px 25px 25px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .category .category-box {
    margin-bottom: 30px;
  }
}
.category .category-box .content-box {
  position: absolute;
  top: 0;
  left: 24px;
  height: 100%;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category .category-box .content-box {
    left: 16px;
  }
}
@media (max-width: 767px) {
  .category .category-box .content-box {
    left: 16px;
  }
}
.category .category-box .content-box .discount {
  display: inline-flex;
  justify-content: baseline;
  align-items: end;
  margin-bottom: 8px;
}
.category .category-box .content-box .discount h2 {
  font-weight: 700;
  font-size: 61px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #8D72CC;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category .category-box .content-box .discount h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .category .category-box .content-box .discount h2 {
    font-size: 40px;
  }
}
.category .category-box .content-box .discount span {
  font-weight: 700;
  font-size: 27px;
  line-height: 170%;
  letter-spacing: -0.02em;
  color: #8D72CC;
  margin-left: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category .category-box .content-box .discount span {
    margin-left: 8px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .category .category-box .content-box .discount span {
    margin-left: 8px;
    font-size: 20px;
  }
}
.category .category-box .content-box h4 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #2C2D2F;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category .category-box .content-box h4 {
    margin-bottom: 16px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .category .category-box .content-box h4 {
    margin-bottom: 16px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category .category-box .content-box .cus-btn {
    padding: 8px 22px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .category .category-box .content-box .cus-btn {
    padding: 8px 22px;
    font-size: 18px;
  }
}

.inner-banner {
  background: url(../media/banner/banner-bg.png);
  background-position: top center;
  background-size: cover;
  height: 700px;
}
@media (max-width: 575px) {
  .inner-banner {
    height: 500px;
  }
}
.inner-banner .content {
  padding-top: 161px;
  text-align: end;
}
@media (max-width: 1199px) {
  .inner-banner .content {
    padding-top: 61px;
  }
}
.inner-banner .content h2 {
  position: relative;
  font-weight: 700;
  font-size: 300px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #FAFAFA;
  margin-bottom: 4px;
  padding-right: 16px;
}
@media (max-width: 991px) {
  .inner-banner .content h2 {
    font-size: 200px;
  }
}
@media (max-width: 575px) {
  .inner-banner .content h2 {
    font-size: 150px;
  }
}
.inner-banner .content h2 span {
  position: absolute;
  top: 43%;
  right: 0;
  background-color: #2C2D2F;
  padding: 16px 5px;
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #FAFAFA;
}
@media (max-width: 991px) {
  .inner-banner .content h2 span {
    font-size: 20px;
    padding: 8px 5px;
  }
}
@media (max-width: 575px) {
  .inner-banner .content h2 span {
    font-size: 16px;
    padding: 6px 5px;
  }
}
.inner-banner .content h5 {
  font-weight: 400;
  font-size: 61px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #FAFAFA;
}
@media (max-width: 991px) {
  .inner-banner .content h5 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .inner-banner .content h5 {
    font-size: 36px;
  }
}

.pagination-wrape {
  margin: 30px 0 0;
  text-align: center;
}
.pagination-wrape .pagination {
  display: block;
}
.pagination-wrape .pagination li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-right: 16px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.pagination-wrape .pagination li:last-child {
  margin-right: 0;
}
.pagination-wrape .pagination li a {
  width: 40px;
  height: 40px;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  text-align: center;
  color: #2C2D2F;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  background-color: #FAFAFA;
  display: block;
  border: none;
  border-radius: 10px;
}
.pagination-wrape .pagination li a.arrow {
  font-size: 22px;
}
.pagination-wrape .pagination li a.current {
  background-color: #8D72CC;
  color: #FAFAFA;
}
.pagination-wrape .pagination li a:hover {
  background-color: #8D72CC;
  color: #FAFAFA;
}

.page-item:first-child .page-link {
  border-radius: 10px;
}
.page-item:last-child .page-link {
  border-radius: 10px;
}

.product-detail .detail-img-block {
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.product-detail .detail-img-block img {
  border-radius: 25px;
}
@media (max-width: 991px) {
  .product-detail .detail-img-block {
    margin-bottom: 48px;
  }
}
.product-detail .detail .p-name {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  color: #2C2D2F;
  margin-right: 16px;
}
@media (max-width: 492px) {
  .product-detail .detail .p-name {
    font-size: 32px;
  }
}
.product-detail .detail .price {
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #8D72CC;
  margin-bottom: 0;
}
@media (max-width: 492px) {
  .product-detail .detail .price {
    font-size: 32px;
  }
}
.product-detail .detail p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2C2D2F;
  margin-bottom: 32px;
}
.product-detail .detail .title {
  font-weight: 400;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #2C2D2F;
  margin-bottom: 16px;
}
@media (max-width: 492px) {
  .product-detail .detail .title {
    font-size: 24px;
  }
}
.product-detail .detail .features {
  margin-bottom: 48px;
}
.product-detail .detail .features .title span {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
  margin-bottom: 0;
  margin-left: 16px;
}
@media (max-width: 492px) {
  .product-detail .detail .features .title span {
    font-size: 18px;
  }
}
.product-detail .detail .quantity input {
  border: none;
  border-radius: 10px;
  width: 48px;
  height: 53px;
  text-align: center;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  margin-bottom: 0;
  color: #2C2D2F;
  padding: 5px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  margin-right: 8px;
  margin-bottom: 32px;
}
.product-detail .detail .quantity input.number {
  background: #8D72CC;
  color: #FAFAFA;
}
.product-detail .detail .mar-right {
  margin-right: 32px;
}
@media (max-width: 492px) {
  .product-detail .detail .mar-right {
    margin-right: 16px;
  }
}
@media (max-width: 365px) {
  .product-detail .detail .mar-right {
    margin-bottom: 32px;
  }
}
.product-detail .detail .social-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
.product-detail .detail .social-links .social-icons {
  display: flex;
  margin-left: 16px;
}
.product-detail .detail .social-links .social-icons li {
  margin-right: 32px;
}
.product-detail .detail .social-links .social-icons li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .product-detail .detail .social-links .social-icons li img {
    height: 24px;
    object-fit: contain;
  }
}

.about-products .nav-tabs {
  border: 0;
  margin-bottom: 48px;
}
.about-products .nav-tabs .nav-item {
  margin-right: 32px;
  margin-bottom: 0;
}
.about-products .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.about-products .nav-tabs .nav-item .nav-link {
  font-weight: 400;
  font-size: 61px;
  line-height: 120%;
  padding: 0;
  font-family: "Roboto Serif", serif;
  letter-spacing: -0.04em;
  color: #54575C;
  border: 0;
  background: transparent;
}
@media (max-width: 1199px) {
  .about-products .nav-tabs .nav-item .nav-link {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .about-products .nav-tabs .nav-item .nav-link {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .about-products .nav-tabs .nav-item .nav-link {
    font-size: 26px;
  }
}
@media (max-width: 492px) {
  .about-products .nav-tabs .nav-item .nav-link {
    font-size: 22px;
  }
}
.about-products .nav-tabs .nav-item .nav-link:hover {
  border: 0;
  background: transparent;
}
.about-products .nav-tabs .nav-item .nav-link.active {
  font-size: 80px;
  margin-top: -15px;
  border: 0;
  background: transparent;
  color: #2C2D2F;
}
@media (max-width: 1199px) {
  .about-products .nav-tabs .nav-item .nav-link.active {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .about-products .nav-tabs .nav-item .nav-link.active {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .about-products .nav-tabs .nav-item .nav-link.active {
    font-size: 40px;
  }
}
@media (max-width: 492px) {
  .about-products .nav-tabs .nav-item .nav-link.active {
    font-size: 30px;
  }
}
.about-products .review-box {
  margin-bottom: 32px;
}
.about-products .review-box img {
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
  width: 48px;
  height: 48px;
}
.about-products .review-box .user .name {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  padding-top: 10px;
  color: #2C2D2F;
  margin-bottom: 0;
}
.about-products .review-box .review {
  margin: 16px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #2C2D2F;
}
.about-products .more-review-block {
  border-bottom: 3px solid #8D72CC;
}
@media (max-width: 991px) {
  .about-products .more-review-block {
    margin-bottom: 48px;
    border-bottom: 0;
  }
}
.about-products .more-review-block .comment-btn {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
  text-align: center;
  display: block;
}
.about-products .more-review-block .comment-btn i {
  font-size: 18px;
  color: #2C2D2F;
  margin-left: 8px;
}
.about-products .design-block {
  background: #FAFAFA;
  padding: 32px 24px;
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.about-products .design-block h6 {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-family: "Roboto Serif", serif;
  margin-bottom: 32px;
}
.about-products .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #2C2D2F;
  margin-bottom: 32px;
}
.about-products .description h6 {
  font-weight: 400;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #2C2D2F;
  margin-bottom: 16px;
}
.about-products .description ul {
  margin-bottom: 32px;
}
.about-products .description ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #2C2D2F;
  margin-bottom: 8px;
}

.checkout .design-block {
  background: #FAFAFA;
  padding: 32px 24px 40px;
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.checkout .design-block.shipping {
  padding: 32px 24px 16px;
}
.checkout .design-block.shipping .formGroup2 {
  display: block;
  margin-bottom: 16;
}
.checkout .design-block.shipping .formGroup2 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkout .design-block.shipping .formGroup2 label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .checkout .design-block.shipping .formGroup2 label {
    font-size: 14px;
  }
}
@media (max-width: 490px) {
  .checkout .design-block.shipping .formGroup2 label {
    font-size: 14px;
  }
}
.checkout .design-block.shipping .formGroup2 label:before {
  content: "";
  -webkit-appearance: none;
  background: transparent;
  border: 2px solid #8D72CC;
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 3px;
  margin-top: -3px;
}
.checkout .design-block.shipping .formGroup2 input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 7px;
  width: 7px;
  height: 17px;
  z-index: 10;
  border: solid #8D72CC;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkout .order-detail {
  border-radius: 10px;
  background: #FAFAFA;
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.checkout .order-detail .content-block {
  padding: 32px 24px;
  border-top: 3px solid #8D72CC;
}
.checkout .order-detail .content-block:last-child {
  border: 0;
}
.checkout .order-detail .content-block h5 {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #2C2D2F;
  margin-bottom: 32px;
}
.checkout .order-detail .content-block .detail-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.checkout .order-detail .content-block .detail-row p {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
  margin-bottom: 0;
}
.checkout .order-detail .content-block .detail-row span {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
  margin-bottom: 0;
}
.checkout .order-detail .content-block .total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.checkout .order-detail .content-block .total-row h6 {
  font-weight: 400;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #2C2D2F;
  margin-bottom: 0;
}
.checkout .order-detail .content-block .total-row span {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #2C2D2F;
  margin-bottom: 0;
}

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