@charset "UTF-8";
/*---------------------------------------------"
Template Name: Glamour
Template URL: https://uiparadox.co.uk/templates/glamour
Description: Glamour - Clothing Store 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=Jost: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: #B07550;
}

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

input[type=checkbox]:checked {
  accent-color: #B07550;
  background-color: #B07550;
  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: #F0F2F4;
  font-weight: 400;
  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 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: 700;
  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;
}
a:hover {
  color: #B07550;
}

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

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

/*-------------------------
    Spacing
-------------------------*/
/*----------------------------------------*/
/*  03. SPACE CSS START
/*----------------------------------------*/
.mt-100 {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-100 {
    margin-top: 84px;
  }
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 64px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 84px;
  }
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 64px;
  }
}

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

.mb-50 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-50 {
    margin-bottom: 42px;
  }
}

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

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

.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;
}
@media (max-width: 490px) {
  .mb-24 {
    margin-bottom: 12px;
  }
}

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

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

.pt-100 {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-100 {
    padding-top: 84px;
  }
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 64px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 84px;
  }
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 64px;
  }
}

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

.pb-50 {
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-50 {
    padding-bottom: 42px;
  }
}
@media (max-width: 991px) {
  .pb-50 {
    padding-bottom: 32px;
  }
}

/*-------------------------
    Helper Classes
-------------------------*/
.color-accent-1 {
  color: #B07550;
}

.color-accent-2 {
  color: #E9CFC5;
}

.color-accent-3 {
  color: #E3BAAB;
}

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

.bg-black-1 {
  color: #1B1C1E;
}

.color-black-2 {
  color: #0D0D0D;
}

.color-white {
  color: #FAFAFA;
}

.color-gray-1 {
  color: #F0F2F4;
}

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

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

.color-gray-4 {
  color: #797D86;
}

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

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

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

.bg-black-2 {
  background-color: #0D0D0D;
}

.bg-gray-1 {
  background-color: #F0F2F4;
}

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

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

.bg-gray-4 {
  background-color: #797D86;
}

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

/*-------------------------
  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: #B07550;
  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:hover {
  background: #FAFAFA;
  color: #B07550;
}
.back-to-top.show {
  opacity: 1;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

.cus-btn {
  padding: 12px 24px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
@media (max-width: 492px) {
  .cus-btn {
    padding: 8px 20px;
    font-size: 20px;
    border-radius: 5px;
  }
}
.cus-btn.dark {
  color: #FAFAFA;
  background: #B07550;
  border: 2px solid #B07550;
}
.cus-btn.dark:hover {
  border: 2px solid #B07550;
  background: #FAFAFA;
  color: #B07550;
}
.cus-btn.light {
  color: #B07550;
  background: #FAFAFA;
  border: 2px solid #B07550;
}
.cus-btn.light:hover {
  color: #FAFAFA;
  background: #B07550;
}
.cus-btn.bordered {
  border: 2px solid #2C2D2F;
  background: transparent;
  color: #2C2D2F;
}
.cus-btn.bordered:hover {
  color: #FAFAFA;
  background: #B07550;
  border: 2px solid #B07550;
}

.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: #B07550;
  margin-right: 16px;
}
.phone-link:hover {
  color: #B07550;
}

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

/*-------------------------
  Headings
-------------------------*/
.heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 492px) {
  .heading {
    margin-bottom: 32px;
  }
}
.heading h2 {
  font-weight: 600;
  font-size: 52px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #1B1C1E;
  font-family: "Jost", sans-serif;
}
@media (max-width: 768px) {
  .heading h2 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .heading h2 {
    font-size: 40px;
  }
}
.heading h4 {
  font-weight: 600;
  font-size: 41px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #2C2D2F;
  font-family: "Jost", sans-serif;
}
@media (max-width: 768px) {
  .heading h4 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .heading h4 {
    font-size: 32px;
  }
}
.heading .cus-btn {
  display: block;
  height: 54px;
}
@media (max-width: 991px) {
  .heading .cus-btn {
    display: none;
  }
}

/*-------------------------
  Preloader Styles
-------------------------*/
.no-scroll-y {
  overflow-y: hidden;
}

/* Preloader */
.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99900;
}
.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.ctn-preloader .animation-preloader .txt-loading span {
  font: bold "Montserrat", sans-serif;
  font-size: 5em;
  text-align: center;
  user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(2)::before {
  animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(3)::before {
  animation-delay: 0.4s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(4)::before {
  animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(5)::before {
  animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(6)::before {
  animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(7)::before {
  animation-delay: 1.2s;
}
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
.ctn-preloader .loader-section {
  background-color: #E9CFC5;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.ctn-preloader .loader-section.section-left {
  left: 0;
}
.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
/* Animación de las letras cargando del preloader */
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading span {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading span {
    font: bold 2em "Montserrat", sans-serif;
  }
}
.top-bar {
  width: 100%;
  height: 100px;
  background: #E3BAAB;
  border-bottom: 1px solid #797D86;
  padding-top: 26px;
}
@media (max-width: 991px) {
  .top-bar {
    height: 60px;
    padding-top: 18px;
  }
}
.top-bar .social-icons {
  display: flex;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .top-bar .social-icons {
    padding-top: 0px;
  }
}
@media (max-width: 575px) {
  .top-bar .social-icons {
    justify-content: center;
  }
}
.top-bar .social-icons li {
  margin-right: 32px;
}
.top-bar .social-icons li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .top-bar .social-icons li img {
    height: 24px;
    object-fit: contain;
  }
}
.top-bar .important-links {
  display: flex;
  justify-content: end;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .top-bar .important-links {
    padding-top: 0px;
  }
}
.top-bar .important-links li {
  margin-left: 24px;
}
.top-bar .important-links li:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .top-bar .important-links li img {
    height: 24px;
    object-fit: contain;
  }
}

.header {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  background: #E9CFC5;
}
@media (max-width: 991px) {
  .header {
    top: 60px;
    height: 80px;
  }
}
.header nav {
  padding: 20px 0 0;
}
@media (max-width: 575px) {
  .header nav {
    padding: 10px 15px;
  }
}
.header nav .navbar-brand {
  padding-top: 25px;
}
@media (max-width: 991px) {
  .header nav .navbar-brand {
    padding-top: 8px;
  }
}
.header nav .navbar-nav .menu-item a {
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #1B1C1E;
  margin-right: 32px;
}
@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item a {
    padding: 8px 0px;
    color: #0D0D0D;
  }
}
.header nav .navbar-nav .menu-item a:hover {
  color: #B07550;
}
@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item a:hover {
    color: #B07550;
  }
}
.header nav .navbar-nav .menu-item a.active {
  color: #B07550;
}
@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item a.active {
    color: #B07550;
    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: 600;
  font-size: 23px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #1B1C1E;
  margin-right: 32px;
}
@media (max-width: 991x) {
  .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: #B07550;
}
@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item-has-children a:hover {
    color: #B07550;
  }
}
.header nav .navbar-nav .menu-item-has-children a.active {
  color: #B07550;
}
@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item-has-children a.active {
    color: #B07550;
    background: transparent;
  }
}
.header nav .navbar-nav .menu-item-has-children .submenu {
  position: absolute;
  top: 30px;
  left: -15px;
  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: 5px;
}
@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: 600;
  font-size: 18px;
  line-height: 130%;
  color: #2C2D2F;
  padding: 8px 0px;
  display: block;
}
@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item-has-children .submenu li a {
    font-size: 16px;
  }
}
.header nav .navbar-nav .menu-item-has-children .submenu li a.active {
  color: #B07550;
}
.header nav .navbar-nav .menu-item-has-children .submenu li a:hover {
  color: #B07550;
}
.header nav .navbar-nav .menu-item-has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  right: 0;
}
@media (max-width: 991px) {
  .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 .input-group {
  width: 419px;
  background: #E3BAAB;
  border: 1px solid #1B1C1E;
  border-radius: 5px;
  padding: 8px 24px;
  display: flex;
}
.header nav .input-group .form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 4px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  position: relative;
  color: #2C2D2F;
}
.header nav .input-group .form-control:focus {
  outline: 0;
  box-shadow: none;
  background: transparent;
  border: 0;
}
.header nav .input-group .form-control::placeholder {
  color: #2C2D2F;
  opacity: 1;
}
.header nav .input-group .input-group-text i {
  color: #1B1C1E;
  font-size: 32px;
}
.header .navbar-toggler {
  color: #B07550;
  border: none;
  outline: 0;
  padding-top: 24px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .header .navbar-toggler {
    padding-top: 8px;
  }
}
.header .navbar-toggler:focus {
  box-shadow: none;
  color: #B07550;
}
@media (max-width: 991px) {
  .header .navbar-collapse {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 15px 24px;
    z-index: 9999;
    position: absolute;
    top: 70px;
    right: 10px;
    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);
  }
}

.footer {
  padding: 50px 0 32px;
}
.footer .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  font-family: "Jost", sans-serif;
  letter-spacing: -0.01em;
  color: #2C2D2F;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .footer .title {
    margin-top: 16px;
  }
}
.footer .main {
  margin-bottom: 64px;
}
.footer .main .logo {
  margin-bottom: 32px;
}
.footer .main .detail {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #2C2D2F;
}
.footer .main .links li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #2C2D2F;
  margin-bottom: 10px;
}
.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 {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
}
@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;
  margin-right: 8px;
  color: #797D86;
}
@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 a {
  color: #0D0D0D;
}
.footer .bottom-content .contact-row .contact-list li:hover a i {
  color: #2C2D2F;
}
.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 {
  height: 1274px;
  margin-top: 99px;
  background-color: #E9CFC5;
  padding: 76px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner {
    height: 1050px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .banner {
    margin-top: 80px;
    height: 700px;
  }
}
@media (max-width: 575px) {
  .banner {
    margin-top: 80px;
    height: 900px;
  }
}
@media (max-width: 455px) {
  .banner {
    height: 800px;
  }
}
.banner .content {
  position: relative;
  z-index: 9;
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .banner .content {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner .content {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .banner .content {
    padding-top: 0px;
  }
}
@media (max-width: 575px) {
  .banner .content {
    padding-left: 15px;
  }
}
.banner .content .title {
  font-weight: 400;
  font-size: 66px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: #1B1C1E;
  font-family: "Jost", sans-serif;
}
@media (max-width: 1199px) {
  .banner .content .title {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .banner .content .title {
    font-size: 45px;
  }
}
@media (max-width: 370px) {
  .banner .content .title {
    width: 100%;
  }
}
.banner .content .description {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 48px;
  letter-spacing: 0.02em;
  color: #797D86;
}
@media (max-width: 991px) {
  .banner .content .description {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .banner .content .description {
    width: 90%;
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  .banner .content .description {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .banner .content .description br {
    display: none;
  }
}
.banner .content .banner-btn {
  display: flex;
}
@media (max-width: 365px) {
  .banner .content .banner-btn {
    display: block;
  }
}
.banner .content .banner-btn .mar-right {
  margin-right: 32px;
}
@media (max-width: 492px) {
  .banner .content .banner-btn .mar-right {
    margin-right: 16px;
  }
}
@media (max-width: 365px) {
  .banner .content .banner-btn .mar-right {
    margin-bottom: 16px;
  }
}
.banner .content .object-shirt {
  margin: 120px 0 0 64px;
}
@media (max-width: 1199px) {
  .banner .content .object-shirt {
    margin: 50px 0 0 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner .content .object-shirt {
    margin: 30px 0 0 70px;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .banner .content .object-shirt {
    margin: 30px 0 0 30px;
    width: 40%;
  }
}
@media (max-width: 575px) {
  .banner .content .object-shirt {
    margin: 50px 0 0 30px;
  }
}
.banner .content-right {
  position: relative;
}
.banner .content-right img {
  position: relative;
  z-index: 2;
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .banner .content-right img {
    margin-left: 0px;
  }
}
@media (max-width: 1199px) {
  .banner .content-right img {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner .content-right img {
    width: 90%;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .banner .content-right img {
    width: 25%;
    margin-left: 75%;
    margin-top: -75%;
  }
}
@media (max-width: 575px) {
  .banner .content-right img {
    width: 30%;
    margin-left: 60%;
    margin-top: -65%;
  }
}
.banner .content-right .vertical-text {
  position: absolute;
  top: 0px;
  right: 12px;
  z-index: 1;
  transform: rotate(90deg);
  font-weight: 700;
  font-size: 240px;
  line-height: 120%;
  width: 38%;
  color: #E3BAAB;
  font-family: "Jost", sans-serif;
}
@media (max-width: 1399px) {
  .banner .content-right .vertical-text {
    right: 0px;
  }
}
@media (max-width: 1199px) {
  .banner .content-right .vertical-text {
    top: 0px;
    right: 0px;
    font-size: 185px;
  }
}
@media (max-width: 991px) {
  .banner .content-right .vertical-text {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .banner .content-right .vertical-text {
    display: none;
  }
}

.about h2 {
  font-weight: 600;
  font-size: 41px;
  line-height: 130%;
  letter-spacing: -0.02em;
  font-family: "Jost", sans-serif;
  margin-bottom: 32px;
  color: #2C2D2F;
}
@media (max-width: 575px) {
  .about h2 {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .about h2 {
    font-size: 26px;
  }
}
.about .block h5 {
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  color: #2C2D2F;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
.about .block p {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  color: #797D86;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .about .block p {
    font-size: 16px;
  }
}
.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: 10px;
}
@media (max-width: 991px) {
  .about img {
    margin-bottom: 30px;
  }
}

.cart .cart-table-lg {
  width: 100%;
  border-radius: 10px;
  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: 23%;
  padding-right: 20px;
}
.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: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #2C2D2F;
}
.cart .cart-table-lg tr td.title.pad-right {
  padding-right: 24px;
}
.cart .cart-table-lg tr td.title a {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #2C2D2F;
}
.cart .cart-table-lg tr td.title a span {
  margin-left: 8px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #2C2D2F;
}
.cart .cart-table-lg tr td.mesure h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-table-lg tr td.mesure h6 span {
  margin-left: 8px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #2C2D2F;
}
.cart .cart-table-lg tr td.price-number {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  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;
  background: #FAFAFA;
}
.cart .cart-table-lg tr td .quantity input.number {
  background: #B07550;
  color: #FAFAFA;
}
.cart .cart-table-sm {
  background: #FAFAFA;
  border-radius: 10px;
  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;
}
.cart .cart-table-sm .content-block img {
  align-items: center;
  margin-bottom: 32px;
}
.cart .cart-table-sm .content-block .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #2C2D2F;
  margin-bottom: 24px;
}
.cart .cart-table-sm .content-block .title span {
  margin-left: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #2C2D2F;
}
.cart .cart-table-sm .content-block .mesure {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #2C2D2F;
}
.cart .cart-table-sm .content-block .mesure span {
  margin-left: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  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:last-child {
  margin-bottom: 0;
}
.cart .cart-table-sm .content-block .cart-row p {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-table-sm .content-block .cart-row span {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  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;
}
.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: #B07550;
}
.cart .cart-detail {
  border-radius: 10px;
  background: #FAFAFA;
  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 #B07550;
}
.cart .cart-detail .content-block:first-child {
  border: 0;
}
.cart .cart-detail .content-block h5 {
  font-weight: 600;
  font-size: 41px;
  line-height: 130%;
  letter-spacing: -0.02em;
  font-family: "Jost", sans-serif;
  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: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-detail .content-block .detail-row span {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  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: 26px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-detail .content-block .total-row span {
  font-weight: 600;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0.01em;
  font-family: "Jost", sans-serif;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-detail .content-block .payment-method h6 {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #2C2D2F;
  margin-bottom: 24px;
}
.cart .cart-detail .content-block .payment-method label {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #2C2D2F;
  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 #797D86;
  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,
#sidebar-wishlist {
  background: #FAFAFA;
  padding: 32px 24px;
  position: fixed;
  display: block;
  width: 480px;
  height: 100vh;
  z-index: 99999;
  top: 0;
  right: -101%;
  transition: right 0.5s ease-in-out;
}
@media (max-width: 575px) {
  #sidebar-cart,
  #sidebar-wishlist {
    width: 350px;
  }
}
#sidebar-cart .close-button,
#sidebar-wishlist .close-button {
  height: 16px;
  width: 16px;
  margin: 0 0 15px 0;
  text-decoration: none;
  position: absolute;
  top: 48px;
  right: 32px;
  display: flex;
}
#sidebar-cart .close-button .close-icon,
#sidebar-wishlist .close-button .close-icon {
  width: 16px;
  height: 16px;
  background-color: #2C2D2F;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  transition: all 0.5s linear;
}
#sidebar-cart .close-button:active span.close-icon, #sidebar-cart .close-button:hover span.close-icon,
#sidebar-wishlist .close-button:active span.close-icon,
#sidebar-wishlist .close-button:hover span.close-icon {
  background: #B07550;
}
#sidebar-cart .product-list,
#sidebar-wishlist .product-list {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
  z-index: 0;
}
@media (max-width: 1399px) {
  #sidebar-cart .product-list,
  #sidebar-wishlist .product-list {
    height: 70%;
  }
}
@media (max-width: 1199px) {
  #sidebar-cart .product-list,
  #sidebar-wishlist .product-list {
    height: 48%;
  }
}
@media (max-width: 992px) {
  #sidebar-cart .product-list,
  #sidebar-wishlist .product-list {
    height: 80%;
  }
}
@media (max-width: 820px) {
  #sidebar-cart .product-list,
  #sidebar-wishlist .product-list {
    height: 60%;
  }
}
@media (max-width: 768px) {
  #sidebar-cart .product-list,
  #sidebar-wishlist .product-list {
    height: 70%;
  }
}
#sidebar-cart .product-list .product-item,
#sidebar-wishlist .product-list .product-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
#sidebar-cart .price-total,
#sidebar-wishlist .price-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sidebar-cart .action-buttons,
#sidebar-wishlist .action-buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 575px) {
  #sidebar-cart .action-buttons,
  #sidebar-wishlist .action-buttons {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
  }
}
#sidebar-cart .action-buttons a,
#sidebar-wishlist .action-buttons a {
  padding: 16px 32px;
  width: 240px;
  display: inline-grid;
  text-align: center;
}

#sidebar-cart-curtain,
#sidebar-wishlist-curtain {
  background: rgba(44, 45, 47, 0.2);
  transition: all 0.5s ease-in-out;
  position: fixed;
  width: 100vw;
  height: 100vh;
  transform: scale(0);
  top: 0;
  right: 0;
  z-index: 9999;
}

.modal .modal-content {
  border: 0;
  border-radius: 30px;
}
.modal .modal-content .modal-header {
  background: #fff2e9;
}
.modal .modal-content .modal-body {
  background: #fff2e9;
}
.modal .modal-content .img-box img {
  width: 60%;
}

.page-start-banner {
  background-color: #E9CFC5;
  margin-top: 99px;
  height: 400px;
  padding: 26px 0;
  display: grid;
  justify-content: center;
}
@media (max-width: 991px) {
  .page-start-banner {
    margin-top: 79px;
  }
}
@media (max-width: 360px) {
  .page-start-banner {
    height: 355px;
  }
}
.page-start-banner .content {
  background: #E3BAAB;
  width: 346.43px;
  height: 346.43px;
  border-radius: 346.43px;
  text-align: center;
  display: grid;
  place-content: center;
}
@media (max-width: 360px) {
  .page-start-banner .content {
    width: 300px;
    height: 300px;
    border-radius: 300px;
  }
}
.page-start-banner .content .title {
  font-weight: 600;
  font-size: 52px;
  line-height: 130%;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #2C2D2F;
  font-family: "Jost", sans-serif;
}
@media (max-width: 360px) {
  .page-start-banner .content .title {
    font-size: 40px;
  }
}

.sidebar {
  border-radius: 10px;
  background: #FAFAFA;
  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: 0 16px 16px;
}
@media (max-width: 991px) {
  .sidebar {
    margin-bottom: 48px;
  }
}
.sidebar .content-block {
  padding: 32px 0 16px;
  border-top: 2px solid #B07550;
}
.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 ul {
  padding-left: 24px;
  margin-bottom: 0;
}
.sidebar .category-filter ul li {
  margin-bottom: 6px;
}
.sidebar .category-filter ul li::marker {
  color: #B07550;
  font-size: 26px;
}
.sidebar .category-filter ul li a {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #2C2D2F;
}
.sidebar .popular-products .product {
  display: flex;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar .popular-products .product img {
    width: 60px;
    height: 80px;
  }
}
.sidebar .popular-products .product .detail {
  margin-left: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar .popular-products .product .detail {
    margin-left: 8px;
  }
}
@media (max-width: 991px) {
  .sidebar .popular-products .product .detail {
    padding-top: 16px;
  }
}
.sidebar .popular-products .product .detail .name {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 8px;
  color: #1B1C1E;
}
.sidebar .popular-products .product .detail .price {
  font-weight: 400;
  font-size: 23px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #B07550;
  margin-bottom: 0;
  display: flex;
}
.sidebar .popular-products .product .detail .price .bar {
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #797D86;
  margin: 0 4px;
}
.sidebar .popular-products .product .detail .price .old {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #797D86;
  padding-top: 4px;
  text-decoration-line: line-through;
}

.testimonials .testimonial-box {
  position: relative;
  background: #FAFAFA;
  border-radius: 10px;
  padding: 48px 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);
  text-align: center;
}
@media (max-width: 991px) {
  .testimonials .testimonial-box {
    margin-bottom: 30px;
  }
}
.testimonials .testimonial-box .quote {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0 0 0;
}
@media (max-width: 492px) {
  .testimonials .testimonial-box .quote {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 360px) {
  .testimonials .testimonial-box .quote {
    width: 100px;
    height: 100px;
  }
}
.testimonials .testimonial-box h6 {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
  margin: 24px 0 12px;
  color: #1B1C1E;
}
.testimonials .testimonial-box .review {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
}
@media (max-width: 492px) {
  .testimonials .testimonial-box .review {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .testimonials .testimonial-box .review {
    font-size: 16px;
  }
}

.product-card {
  margin-bottom: 48px;
}
.product-card .showcase-box {
  position: relative;
  border-bottom: 5px solid #E3BAAB;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
}
.product-card .showcase-box .btn-links {
  display: grid;
  place-items: center;
}
.product-card .showcase-box .btn-links a {
  position: absolute;
  right: -70px;
  top: 16px;
  background: #B07550;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 50%;
  padding: 12px;
  margin-bottom: 16px;
}
.product-card .showcase-box .btn-links a i {
  font-size: 24px;
  color: #FAFAFA;
}
.product-card .showcase-box .btn-links a:nth-child(2) {
  top: 80px;
}
.product-card .showcase-box .btn-links a:hover {
  background: #FAFAFA;
}
.product-card .showcase-box .btn-links a:hover i {
  font-size: 24px;
  color: #B07550;
}
.product-card .showcase-box img {
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.product-card .showcase-box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.product-card .title {
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 26px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #0D0D0D;
  margin-bottom: 4px;
}
.product-card .price {
  font-weight: 400;
  font-size: 23px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #B07550;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.product-card .price .bar {
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #797D86;
  margin: 0 4px;
}
.product-card .price .old {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #797D86;
  padding-top: 4px;
  text-decoration-line: line-through;
}
.product-card:hover .showcase-box .btn-links a {
  right: 16px;
  transition: all 0.5s ease-in-out;
}

.inner-banner {
  background: url(../media/banner/banner-bg.png);
  background-position: center;
  background-size: cover;
  height: 600px;
  padding: 126px 0;
  display: grid;
  justify-content: center;
}
@media (max-width: 492px) {
  .inner-banner {
    height: 450px;
    padding: 75px 0;
  }
}
.inner-banner .content {
  background: #E3BAAB;
  width: 346.43px;
  height: 346.43px;
  border-radius: 346.43px;
  text-align: center;
  padding: 50.2px 13.22px;
}
@media (max-width: 492px) {
  .inner-banner .content {
    width: 300px;
    height: 300px;
    border-radius: 300px;
  }
}
.inner-banner .content h2 {
  font-weight: 600;
  font-size: 74px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  margin-bottom: 0px;
}
@media (max-width: 492px) {
  .inner-banner .content h2 {
    font-size: 60px;
  }
}
.inner-banner .content h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}
@media (max-width: 492px) {
  .inner-banner .content h6 {
    font-size: 16px;
  }
}

.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 {
  color: #FAFAFA;
  background-color: #B07550;
}
.pagination-wrape .pagination li a:hover {
  color: #FAFAFA;
  background-color: #B07550;
}

.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: 10px;
  margin-bottom: 32px;
}
.product-detail .detail-img-block img {
  border-radius: 10px;
}
.product-detail .preview-slider {
  border-radius: 10px;
}
.product-detail .preview-slider-nav {
  margin-bottom: 32px;
}
.product-detail .preview-slider-nav .detail-img-block {
  margin: 0 16px;
}
.product-detail .detail .p-name {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  color: #2C2D2F;
  margin-bottom: 16px;
}
.product-detail .detail .price {
  font-weight: 600;
  font-size: 29px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #B07550;
  margin-bottom: 16px;
  display: flex;
}
.product-detail .detail .price .bar {
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #797D86;
  padding-top: 2px;
  margin: 0 4px;
}
.product-detail .detail .price .old {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #797D86;
  padding-top: 5px;
  text-decoration-line: line-through;
}
.product-detail .detail p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #2C2D2F;
  margin-bottom: 24px;
}
@media (max-width: 492px) {
  .product-detail .detail p br {
    display: none;
  }
}
.product-detail .detail .title {
  font-weight: 600;
  font-size: 29px;
  line-height: 140%;
  letter-spacing: -0.01em;
  font-family: "Jost", sans-serif;
  color: #2C2D2F;
  margin-bottom: 0;
}
.product-detail .detail .feature {
  margin-bottom: 24px;
}
.product-detail .detail .feature .title span {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #2C2D2F;
  margin-bottom: 0;
  margin-left: 16px;
}
.product-detail .detail .sizes {
  display: flex;
  margin-bottom: 24px;
}
.product-detail .detail .sizes ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.product-detail .detail .sizes ul li {
  width: 32px;
  height: 32px;
  background: #FAFAFA;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  margin-left: 16px;
  text-align: center;
  padding: 2px 0;
  color: #2C2D2F;
  border-radius: 5px;
  cursor: pointer;
  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 .color {
  margin-bottom: 24px;
}
.product-detail .detail .color ul {
  display: flex;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 8px;
  margin-bottom: 0;
}
.product-detail .detail .color ul li {
  display: inline-block;
  list-style: none;
  margin-right: 16px;
}
.product-detail .detail .color ul li label {
  display: block;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #797D86;
}
.product-detail .detail .color ul li label span {
  padding-top: 9px;
}
.product-detail .detail .color ul li input {
  display: none;
}
.product-detail .detail .color ul li .color {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  margin-right: 8px;
}
.product-detail .detail .lower-content {
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .product-detail .detail .lower-content {
    display: block;
  }
}
@media (max-width: 767px) {
  .product-detail .detail .lower-content {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .product-detail .detail .lower-content .quantity {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .product-detail .detail .lower-content .quantity {
    margin-bottom: 32px;
  }
}
.product-detail .detail .lower-content .quantity input {
  border: none;
  border-radius: 10px;
  width: 48px;
  height: 53px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  font-family: "Jost", sans-serif;
  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;
  background: #FAFAFA;
}
.product-detail .detail .lower-content .quantity input.number {
  background: #F0F2F4;
}
.product-detail .detail .lower-content .mar-right-left {
  margin: 0 32px;
}
@media (max-width: 767px) {
  .product-detail .detail .lower-content .mar-right-left {
    margin: 0 16px 0 0;
  }
}
@media (max-width: 492px) {
  .product-detail .detail .lower-content .mar-right-left {
    margin: 0 16px 16px 0;
  }
}

.about-products .nav-tabs {
  border: 0;
  margin-bottom: 48px;
  gap: 32px;
}
@media (max-width: 992px) {
  .about-products .nav-tabs {
    margin-bottom: 32px;
    gap: 20px;
  }
}
@media (max-width: 492px) {
  .about-products .nav-tabs {
    margin-bottom: 24px;
  }
}
.about-products .nav-tabs .nav-item .nav-link {
  font-weight: 400;
  font-size: 52px;
  line-height: 130%;
  padding: 0;
  letter-spacing: -0.02em;
  font-family: "Jost", sans-serif;
  color: #797D86;
  border: 0;
  background: transparent;
}
@media (max-width: 1199px) {
  .about-products .nav-tabs .nav-item .nav-link {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .about-products .nav-tabs .nav-item .nav-link {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .about-products .nav-tabs .nav-item .nav-link {
    font-size: 30px;
  }
}
.about-products .nav-tabs .nav-item .nav-link:hover {
  border: 0;
  background: transparent;
}
.about-products .nav-tabs .nav-item .nav-link.active {
  font-weight: 600;
  font-size: 66px;
  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;
  }
}
.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;
}
@media (max-width: 991px) {
  .about-products .more-review-block {
    margin-bottom: 48px;
    border-bottom: 0;
  }
}
.about-products .more-review-block .comment-btn {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 20px;
  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: 16px;
}
.about-products .design-block {
  background: #FAFAFA;
  padding: 32px 24px;
  border-radius: 10px;
  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: 600;
  font-size: 41px;
  line-height: 130%;
  letter-spacing: -0.02em;
  font-family: "Jost", sans-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: 10px;
  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: #FAFAFA;
  border: 1px solid #B07550;
  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 #B07550;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkout .order-detail {
  background: #FAFAFA;
  border-radius: 10px;
  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 #B07550;
}
.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: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #2C2D2F;
  margin-bottom: 0;
}
.checkout .order-detail .content-block .detail-row span {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  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: 26px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #2C2D2F;
  margin-bottom: 0;
}
.checkout .order-detail .content-block .total-row span {
  font-weight: 600;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0.01em;
  font-family: "Jost", sans-serif;
  color: #2C2D2F;
  margin-bottom: 0;
}

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