
/*---------------------------------------------"
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("css2.css");
@font-face {
  font-family: "Lato";
  src: url("../font/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url("../font/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Lato";
  src: url("../font/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lato";
  src: url("../font/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lato";
  src: url("../font/Lato-Heavy.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Lato";
  src: url("../font/Lato-Black.ttf") format("truetype");
  font-weight: 900;
}
/*-------------------------
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: #F0E0CF;
}

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

.form-group {
  position: relative;
}

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

.form-selector,
.form-control {
  background: #FAFAFA;
  border: 0;
  border-radius: 45px;
  border-bottom: 1px solid #2C2D2F;
  padding: 0 8px 9px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #B6B1AF;
  position: relative;
  width: 100%;
  padding: 15px;
  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);
}
.form-selector:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  background: #FAFAFA;
  border-bottom: 1px solid #2C2D2F;
}
.form-selector::placeholder,
.form-control::placeholder {
  color: #B6B1AF;
  opacity: 1;
}

input[type=checkbox]:checked {
  accent-color: #F0E0CF;
  background-color: #F0E0CF;
  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;
}

.slick-prev:after {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  height: 50px;
  width: 50px;
  background-size: cover;
  position: absolute;
  left: -30px;
  background: white;
  border-radius: 50%;
  font-size: 34px;
  line-height: 49px;
  padding: 2px 5px 0 0;
  color: black;
  top: 45%;
  z-index: -10;
}

.slick-next:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  height: 50px;
  width: 50px;
  background-size: cover;
  position: absolute;
  right: -30px;
  background: white;
  border-radius: 50%;
  font-size: 34px;
  line-height: 49px;
  padding: 2px 0px 0 6px;
  color: black;
  top: 45%;
  z-index: -10;
}

.star-cb-group {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
  margin-bottom: 24px;
}

.star-cb-group * {
  font-size: 1rem;
}

.star-cb-group > input {
  display: none;
}

.star-cb-group label {
  margin: 0;
  height: 34px;
  font-size: 30px;
  margin-top: -5px;
}

.star-cb-group > input + label {
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  line-height: 48px;
  white-space: nowrap;
  cursor: pointer;
}

.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #F3C800;
}

.star-cb-group > input:checked ~ label:before,
.star-cb-group > input + label:hover ~ label:before,
.star-cb-group > input + label:hover:before {
  content: "★";
  color: #F3C800;
  text-shadow: 0 0 1px #F3C800;
}

.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}

.star-cb-group > .star-cb-clear + label:before {
  width: 0.5em;
}

.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #F3C800;
  text-shadow: none;
}

.star-cb-group:hover > input + label:hover ~ label:before,
.star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #F3C800;
  text-shadow: 0 0 1px #F3C800;
}

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

body {
  font-family: "Lato";
  color: #2C2D2F;
  background: #EEE2D5;
  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;
}

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;
}
@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-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: #F0E0CF;
}

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

.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: #F4F2F0;
}

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

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

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

.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: #F4F2F0;
}

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

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

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

.bg-transparent {
  background: transparent !important;
}

/*-------------------------
  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: #F0E0CF;
  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;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

.cus-btn {
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  border-radius: 45px;
  transition: all 0.5s ease-in-out;
  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);
}
@media (max-width: 492px) {
  .cus-btn {
    padding: 8px 20px;
    font-size: 20px;
  }
}
.cus-btn.dark {
  color: #FAFAFA;
  background: #2C2D2F;
}
.cus-btn.dark:hover {
  background: #FAFAFA;
  color: #2C2D2F;
}
.cus-btn.light {
  color: #2C2D2F;
  background: #FAFAFA;
}
.cus-btn.bordered {
  border: 1px solid #54575C;
  background: transparent;
  color: #54575C;
}
.cus-btn.bordered:hover {
  color: #FAFAFA;
  background: #54575C;
}

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

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

/*-------------------------
  Headings
-------------------------*/
.heading {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 492px) {
  .heading {
    margin-bottom: 32px;
  }
}
.heading h2 {
  font-weight: 700;
  font-size: 69px;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #2C2D2F;
  font-family: "Grenze", 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: "Grenze", 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
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: linear-gradient(96.34deg, #EEE2D5 0%, #F3DBC1 100%);
  z-index: 9999999;
  padding-top: 20%;
}
#preloader .loader2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader .loader2 .load21 {
  position: relative;
  content: "";
  height: 0.2em;
  width: 4em;
  border-radius: 5px;
  opacity: 0;
  background-color: #0D0D0D;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  animation: 2s flow_21 infinite;
  animation-delay: 0.2s;
}
#preloader .loader2 .load22 {
  position: absolute;
  content: "";
  height: 0.2em;
  width: 4em;
  opacity: 0;
  border-radius: 5px;
  background-color: #0D0D0D;
  animation: 2s flow_21 infinite;
  animation-delay: 0.4s;
}
#preloader .loader2 .load23 {
  position: absolute;
  content: "";
  height: 0.2em;
  width: 4em;
  opacity: 0;
  border-radius: 5px;
  background-color: #0D0D0D;
  animation: 2s flow_21 infinite;
  animation-delay: 0.6s;
}
#preloader .loader2 .load24 {
  position: absolute;
  content: "";
  height: 0.2em;
  width: 4em;
  opacity: 0;
  border-radius: 5px;
  background-color: #0D0D0D;
  animation: 2s flow_21 infinite;
  animation-delay: 0.8s;
}
#preloader .loader2 .load25 {
  position: absolute;
  content: "";
  height: 0.2em;
  width: 4em;
  opacity: 0;
  border-radius: 5px;
  background-color: #0D0D0D;
  animation: 2s flow_21 infinite;
  animation-delay: 1s;
}

@keyframes flow_21 {
  0% {
    transform: translateY(1em);
    opacity: 1;
  }
  50% {
    transform: translateY(-1em);
    opacity: 1;
  }
  100% {
    transform: translateY(1em);
    opacity: 1;
  }
}
.top-bar {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 129px;
  background: #EEE2D5;
  padding: 50px 100px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-bar {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .top-bar {
    display: none;
  }
}
.top-bar .navbar-brand {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-bar .navbar-brand {
    justify-content: start;
  }
}
.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#search-form {
  width: 250px;
  display: none;
}
.top-bar .important-links li#search-form form .input-group .form-control {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid #2C2D2F;
  padding: 0 8px 8px;
  color: #2C2D2F;
  box-shadow: none;
}
.top-bar .important-links li#search-form form .input-group .form-control:focus {
  background: transparent;
  box-shadow: none;
  border-bottom: 2px solid #2C2D2F;
}
.top-bar .important-links li#search-form form .input-group .form-control::placeholder {
  color: #2C2D2F;
  font-family: "Grenze", serif;
}
.top-bar .important-links li#search-form form .input-group button {
  padding: 0 8px 8px 2px;
  border-bottom: 2px solid #2C2D2F;
  color: #2C2D2F;
}
.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;
  }
}
.top-bar .important-links.with-bg {
  padding-top: 0;
}
.top-bar .important-links.with-bg li {
  background: #FAFAFA;
  padding: 10px;
  border-radius: 15px;
  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);
}
.top-bar .important-links.with-bg li#search-form {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.header {
  position: absolute;
  top: 129px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 48px;
  background: #EEE2D5;
}
@media (max-width: 991px) {
  .header {
    top: 0px;
    height: 80px;
  }
}
.header nav {
  justify-content: center;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .header nav {
    justify-content: space-between;
  }
}
@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: 400;
  font-size: 23px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #54575C;
  margin-right: 30px;
  font-family: "Grenze", serif;
}
@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: #2C2D2F;
}
@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item a:hover {
    color: #2C2D2F;
  }
}
.header nav .navbar-nav .menu-item a.active {
  font-weight: 700;
  color: #2C2D2F;
}
@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item a.active {
    color: #2C2D2F;
    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: 23px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #54575C;
  margin-right: 0px;
  font-family: "Grenze", serif;
}
@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: #2C2D2F;
}
@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item-has-children a:hover {
    color: #2C2D2F;
  }
}
.header nav .navbar-nav .menu-item-has-children a.active {
  font-weight: 700;
  color: #2C2D2F;
}
@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item-has-children a.active {
    color: #2C2D2F;
    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 {
  font-weight: 700;
  color: #0D0D0D;
}
.header nav .navbar-nav .menu-item-has-children .submenu li a:hover {
  color: #0D0D0D;
}
.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: #2C2D2F;
  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: #2C2D2F;
}
.header .navbar-collapse {
  justify-content: center;
}
@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 {
  background: #F0E0CF;
  padding: 50px 0;
}
.footer .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  font-family: "Grenze", serif;
  color: #2C2D2F;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer .title {
    margin-top: 24px;
  }
}
.footer .main {
  margin-bottom: 50px;
}
.footer .main .logo {
  margin-bottom: 10px;
}
.footer .main .detail {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #54575C;
}
.footer .main .links li {
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  font-family: "Grenze", serif;
  margin-bottom: 10px;
}
.footer .main .links li:last-child {
  margin-bottom: 0;
}
.footer .bottom-content {
  margin-bottom: 64px;
}
.footer .bottom-content .contact-row {
  display: flex;
  justify-content: center;
}
@media (max-width: 1399px) {
  .footer .bottom-content .contact-row {
    display: block;
    justify-content: left;
  }
}
.footer .bottom-content .contact-row .contact-list {
  display: flex;
  justify-content: center;
}
@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: 900;
  font-size: 18px;
  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 img,
.footer .bottom-content .contact-row .contact-list li span img {
  margin-right: 8px;
}
@media (max-width: 991px) {
  .footer .bottom-content .contact-row .contact-list li a img,
  .footer .bottom-content .contact-row .contact-list li span img {
    font-size: 26px;
  }
}
.footer .bottom-content .contact-row .contact-list li:hover a {
  color: #0D0D0D;
}
.footer .bottom-content .contact-row .footer-social-icon {
  display: flex;
  margin-left: 34px;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer .bottom-content .contact-row .footer-social-icon {
    justify-content: left;
    margin-left: 0;
  }
}
.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 .copyright {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #54575C;
  margin-bottom: 0;
}

.banner {
  background: url(../image/hero-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 1113px;
  margin-top: 177px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner {
    height: 970px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .banner {
    height: 810px;
    margin-top: 97px;
  }
}
@media (max-width: 767px) {
  .banner {
    background: url(../image/banner-sm.png);
    background-size: cover;
    background-position: bottom;
    margin-top: 97px;
    height: 850px;
  }
}
@media (max-width: 575px) {
  .banner {
    height: 700px;
  }
}
@media (max-width: 492px) {
  .banner {
    height: 600px;
  }
}
.banner .content {
  position: relative;
  z-index: 9;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .banner .content {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner .content {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .banner .content {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .banner .content {
    padding-left: 15px;
  }
}
.banner .content .title {
  font-weight: 700;
  font-size: 101px;
  line-height: 120%;
  margin-bottom: 0;
  color: #54575C;
  font-family: "Grenze", serif;
}
@media (max-width: 1199px) {
  .banner .content .title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .banner .content .title {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .banner .content .title {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .banner .content .title {
    font-size: 60px;
  }
}
@media (max-width: 492px) {
  .banner .content .title {
    font-size: 50px;
  }
}
.banner .content .sub-title {
  font-weight: 700;
  font-size: 55px;
  line-height: 120%;
  margin-bottom: 32px;
  color: #B6B1AF;
  font-family: "Grenze", serif;
}
@media (max-width: 1199px) {
  .banner .content .sub-title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .banner .content .sub-title {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .banner .content .sub-title {
    font-size: 34px;
  }
}
@media (max-width: 492px) {
  .banner .content .sub-title {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .banner .content .sub-title br {
    display: none;
  }
}

.category .category-block {
  position: relative;
  text-align: center;
  border-radius: 45px;
  display: grid;
  place-items: center;
}
@media (max-width: 991px) {
  .category .category-block {
    margin-bottom: 25px;
  }
}
.category .category-block a {
  position: absolute;
  justify-content: center;
}
.category .category-block.first img {
  border-radius: 0 45px 45px 0;
}
.category .category-block.second img {
  border-radius: 45px;
}
.category .category-block.third img {
  border-radius: 45px 0 0 45px;
}

.about-1 .content {
  margin: 104px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .about-1 .content {
    margin: 70px 0;
  }
}
.about-1 .content .since {
  position: absolute;
  top: 0;
  left: 0;
  background: #D89F91;
  width: 119px;
  height: 119px;
  border-radius: 119px;
  display: grid;
  place-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 575px) {
  .about-1 .content .since {
    top: 0;
    left: unset;
    right: 20px;
  }
}
.about-1 .content .since p {
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  margin-bottom: 5px;
  font-family: "Grenze", serif;
  color: #FAFAFA;
}
.about-1 .content .since h6 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #FAFAFA;
  margin-bottom: 0;
}
.about-1 .content .detail {
  padding-left: 149px;
}
@media (max-width: 575px) {
  .about-1 .content .detail {
    padding-left: 0;
    padding-top: 100px;
  }
}
.about-1 .content .detail h6 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 0;
  color: #2C2D2F;
}
.about-1 .content .detail h2 {
  font-weight: 400;
  font-size: 55px;
  line-height: 120%;
  font-family: "Grenze", serif;
  color: #2C2D2F;
  margin-bottom: 16px;
}
.about-1 .content .detail p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #54575C;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .about-1 .content .detail p br {
    display: none;
  }
}
.about-1 .img-block {
  margin-right: -300px;
  background-color: #EDE3DF;
  padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-1 .img-block {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .about-1 .img-block {
    padding: 24px;
  }
}
.about-1 .img-block img {
  border-radius: 45px;
}

.about .title {
  font-weight: 700;
  font-size: 69px;
  line-height: 120%;
  font-family: "Grenze", serif;
  margin-bottom: 30px;
  color: #2C2D2F;
}
@media (max-width: 575px) {
  .about .title {
    font-size: 42px;
  }
}
@media (max-width: 360px) {
  .about .title {
    font-size: 32px;
  }
}
.about .block {
  margin-bottom: 50px;
}
.about .block p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #54575C;
  margin-bottom: 30px;
}
@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: 50px;
}
@media (max-width: 991px) {
  .about img {
    margin-bottom: 30px;
  }
}

.cart .table-block {
  border-radius: 45px;
  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: 15px;
  margin-bottom: 30px;
}
.cart .table-block .cart-table-lg {
  width: 100%;
  margin-bottom: 32px;
}
.cart .table-block .cart-table-lg tr.bottom-row td {
  padding: 0 0 32px 0;
}
.cart .table-block .cart-table-lg tr.bottom-row td:last-child {
  padding: 0 24px 32px 0;
}
.cart .table-block .cart-table-lg tr td.img-block {
  width: 23%;
  padding-right: 20px;
}
.cart .table-block .cart-table-lg tr td.img-block img {
  padding-left: 16px;
  border-radius: 15px;
  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 .table-block .cart-table-lg tr td.title {
  padding: 32px 0 48px;
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  color: #2C2D2F;
}
.cart .table-block .cart-table-lg tr td.title.pad-right {
  padding-right: 24px;
}
.cart .table-block .cart-table-lg tr td.title a {
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  color: #54575C;
}
.cart .table-block .cart-table-lg tr td.title a span {
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  color: #2C2D2F;
}
.cart .table-block .cart-table-lg tr td.color-block label {
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  color: #54575C;
  display: inline-flex;
}
.cart .table-block .cart-table-lg tr td.color-block input {
  display: none;
}
.cart .table-block .cart-table-lg tr td.color-block .color {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  margin-left: 8px;
  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 .table-block .cart-table-lg tr td.price-number {
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  color: #2C2D2F;
}
.cart .table-block .cart-table-lg tr td .quantity {
  border-radius: 45px;
  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 .table-block .cart-table-lg tr td .quantity input {
  border: none;
  width: 51px;
  height: 48px;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  margin-bottom: 0;
  color: #2C2D2F;
  padding: 8px;
  background: #FAFAFA;
}
.cart .table-block .cart-table-lg tr td .quantity input.decrement {
  border-radius: 45px 0 0 45px;
  width: 25px;
}
.cart .table-block .cart-table-lg tr td .quantity input.number {
  border-width: 0 1px;
  border-style: solid;
  border-color: #54575C;
}
.cart .table-block .cart-table-lg tr td .quantity input.increment {
  border-radius: 0 45px 45px 0;
  width: 25px;
}
.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 .color-block label {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  color: #54575C;
  display: inline-flex;
}
.cart .cart-table-sm .content-block .color-block input {
  display: none;
}
.cart .cart-table-sm .content-block .color-block .color {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  margin-left: 8px;
  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-table-sm .content-block .cart-row {
  margin-bottom: 30px;
  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 {
  border-radius: 45px;
  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-table-sm .content-block .cart-row .quantity input {
  border: none;
  width: 51px;
  height: 48px;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  margin-bottom: 0;
  color: #2C2D2F;
  padding: 8px;
  background: #FAFAFA;
}
.cart .cart-table-sm .content-block .cart-row .quantity input.decrement {
  border-radius: 45px 0 0 45px;
}
.cart .cart-table-sm .content-block .cart-row .quantity input.number {
  border-width: 0 1px;
  border-style: solid;
  border-color: #54575C;
}
.cart .cart-table-sm .content-block .cart-row .quantity input.increment {
  border-radius: 0 45px 45px 0;
}
.cart .cart-detail {
  border-radius: 45px;
  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: 30px;
  border-top: 3px solid #B6B1AF;
}
.cart .cart-detail .content-block:first-child {
  border: 0;
}
.cart .cart-detail .content-block h5 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #2C2D2F;
  margin-bottom: 30px;
}
.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: 4px;
}
.cart .cart-detail .content-block .detail-row p {
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-detail .content-block .detail-row span {
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-detail .content-block .total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.cart .cart-detail .content-block .total-row h6 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #2C2D2F;
  margin-bottom: 0;
}
.cart .cart-detail .content-block .total-row span {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #2C2D2F;
  margin-bottom: 0;
}

.page-start-banner {
  background: url(../image/page-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 485px;
}
@media (max-width: 767px) {
  .page-start-banner {
    height: 400px;
  }
}
@media (max-width: 492px) {
  .page-start-banner {
    height: 350px;
  }
}
.page-start-banner .title {
  padding-top: 277px;
  text-align: center;
  font-weight: 700;
  font-size: 90px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  color: #2C2D2F;
  font-family: "Grenze", serif;
}
@media (max-width: 767px) {
  .page-start-banner .title {
    padding-top: 220px;
    font-size: 60px;
  }
}
@media (max-width: 492px) {
  .page-start-banner .title {
    padding-top: 180px;
  }
}
.page-start-banner .title span {
  font-weight: 700;
  font-size: 90px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  color: #FAFAFA;
  font-family: "Grenze", serif;
}
@media (max-width: 767px) {
  .page-start-banner .title span {
    font-size: 60px;
  }
}

.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);
  border-radius: 45px;
}
@media (max-width: 991px) {
  .sidebar {
    margin-bottom: 48px;
  }
}
.sidebar .content-block {
  padding: 30px 20px;
  border-top: 2px solid #B6B1AF;
}
.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: 28px;
  line-height: 120%;
  text-transform: capitalize;
  color: #2C2D2F;
  margin-bottom: 30px;
}
.sidebar .category-filter ul {
  padding-left: 0px;
  margin-bottom: 0;
  list-style: none;
}
.sidebar .category-filter ul li {
  margin-bottom: 10px;
}
.sidebar .category-filter ul li a {
  font-weight: 900;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #54575C;
}
.sidebar .colors-filter ul {
  display: flex;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar .colors-filter ul li {
  display: inline-block;
  width: 49%;
  list-style: none;
  margin-bottom: 16px;
}
.sidebar .colors-filter ul li label {
  display: block;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #54575C;
}
.sidebar .colors-filter ul li input {
  display: none;
}
.sidebar .colors-filter ul li .color {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  margin-right: 8px;
  padding-top: 8px;
}
.sidebar .availability-filter ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar .availability-filter ul li {
  list-style: none;
  margin-bottom: 16px;
  margin-right: 24px;
}
.sidebar .availability-filter ul li label {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #54575C;
}
.sidebar .availability-filter ul li label input {
  display: none;
}

.search-bar {
  margin-bottom: 50px;
}
.search-bar .input-group {
  border-radius: 50px;
  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);
}
.search-bar .input-group .form-control {
  box-shadow: none;
}
.search-bar .input-group button {
  border-radius: 0 45px 45px 0;
  border-bottom: 1px solid #2C2D2F;
  background-color: #FAFAFA;
}
.search-bar .input-group button.input-group-text {
  background-color: #FAFAFA;
}

.testimonials .testimonial-box {
  position: relative;
  background: #FAFAFA;
  border-radius: 45px;
  padding: 30px;
  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) {
  .testimonials .testimonial-box {
    margin-bottom: 30px;
  }
}
.testimonials .testimonial-box .stars {
  display: inline-flex;
  margin-bottom: 20px;
}
.testimonials .testimonial-box .stars i {
  color: #F3C800;
  margin-right: 10px;
  font-size: 24px;
}
.testimonials .testimonial-box h6 {
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  margin-bottom: 30px;
  color: #2C2D2F;
}
.testimonials .testimonial-box .review {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #54575C;
}
@media (max-width: 492px) {
  .testimonials .testimonial-box .review {
    font-size: 16px;
  }
}
.testimonials .testimonial-box img {
  opacity: 0;
  height: 0%;
  display: none;
  border-radius: 45px;
}
.testimonials .testimonial-box:hover img {
  opacity: 1;
  margin-top: 30px;
  transition: all 0.5s ease-in-out;
  height: 100%;
  display: block;
}

.product-card {
  margin-bottom: 48px;
}
.product-card.slide-margin {
  margin: 0 15px;
}
.product-card.slide-margin .showcase-box {
  box-shadow: none !important;
}
.product-card.slide-margin .showcase-box .overlay {
  top: -700px;
}
.product-card.slide-margin .bottom-row {
  box-shadow: none !important;
}
.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);
  border-radius: 45px;
  margin-bottom: 30px;
  overflow: hidden;
}
.product-card .showcase-box img {
  object-fit: cover;
}
.product-card .showcase-box .overlay {
  position: absolute;
  top: -650px;
  left: 0;
  background: linear-gradient(0deg, rgba(44, 45, 47, 0.6), rgba(44, 45, 47, 0.6));
  border-radius: 45px;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
@media (max-width: 575px) {
  .product-card .showcase-box .overlay {
    top: -750px;
  }
}
.product-card .showcase-box .overlay a {
  margin-right: 16px;
  background: #FAFAFA;
  width: 52px;
  height: 52px;
  text-align: center;
  border-radius: 52px;
  padding: 10px 8px 8px;
}
.product-card .showcase-box .overlay a:last-child {
  margin-right: 0;
}
.product-card .showcase-box .overlay a:hover {
  background: #F0E0CF;
}
.product-card .showcase-box .overlay a i {
  color: #2C2D2F;
  font-size: 32px;
}
.product-card .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #2C2D2F;
  margin-bottom: 20px;
}
.product-card .bottom-row {
  border-radius: 45px;
  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-card .bottom-row .cart-btn {
  width: 72%;
  background-color: #FAFAFA;
  color: #2C2D2F;
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  padding: 15px 30px;
  border-radius: 45px 0 0 45px;
}
.product-card .bottom-row .cart-btn:hover {
  color: #FAFAFA;
  background-color: #1B1C1E;
  transition: all 0.5s ease-in-out;
}
.product-card .bottom-row .price {
  width: 28%;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  padding: 14px 0;
  color: #FAFAFA;
  background-color: #1B1C1E;
  border-radius: 0px 45px 45px 0px;
}
.product-card:hover .showcase-box .overlay {
  top: 0px;
  transition: all 0.5s ease-in-out;
}

.inner-banner {
  background: url(../image/banner-bg.png);
  background-position: center;
  background-size: cover;
  height: 785px;
  padding: 183px 0;
  display: grid;
  justify-content: center;
}
@media (max-width: 1199px) {
  .inner-banner {
    height: 600px;
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    height: 550px;
    padding: 75px 0;
  }
}
@media (max-width: 492px) {
  .inner-banner {
    height: 400px;
    padding: 50px 0;
  }
}
.inner-banner .content {
  text-align: center;
}
.inner-banner .content h3 {
  font-weight: 400;
  font-size: 80px;
  line-height: 120%;
  font-family: "Grenze", serif;
  color: #2C2D2F;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .inner-banner .content h3 {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .inner-banner .content h3 {
    font-size: 50px;
    margin-bottom: 24px;
  }
}
@media (max-width: 492px) {
  .inner-banner .content h3 {
    font-size: 36px;
  }
}
.inner-banner .content h6 {
  font-weight: 400;
  font-size: 44px;
  line-height: 120%;
  color: #2C2D2F;
  font-family: "Grenze", serif;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .inner-banner .content h6 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .inner-banner .content h6 {
    font-size: 30px;
  }
}
@media (max-width: 492px) {
  .inner-banner .content h6 {
    font-size: 22px;
  }
}
.inner-banner .content h2 {
  font-weight: 700;
  font-size: 90px;
  line-height: 120%;
  color: #2C2D2F;
  font-family: "Grenze", serif;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .inner-banner .content h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .inner-banner .content h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 492px) {
  .inner-banner .content h2 {
    font-size: 48px;
  }
}

.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: 40px;
  margin-right: 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);
}
.pagination-wrape .pagination li:last-child {
  margin-right: 0;
}
.pagination-wrape .pagination li:first-child {
  margin-right: 18px;
}
.pagination-wrape .pagination li a {
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: 23px;
  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: #DBD8D6;
  display: block;
  border: none;
  border-radius: 40px;
}
.pagination-wrape .pagination li a.arrow {
  font-size: 29px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #2C2D2F;
  background-color: #FAFAFA;
  margin-right: 5px;
}
.pagination-wrape .pagination li a.current {
  color: #2C2D2F;
  background-color: #FAFAFA;
}
.pagination-wrape .pagination li a:hover {
  color: #2C2D2F;
  background-color: #FAFAFA;
}

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

.product-detail .detail-slider {
  width: 100%;
  display: flex;
}
.product-detail .detail-slider .list {
  width: 20%;
}
.product-detail .detail-slider .main {
  width: 80%;
}
.product-detail .detail-img-block {
  border-radius: 45px;
  margin-bottom: 32px;
}
.product-detail .detail-img-block img {
  border-radius: 45px;
}
.product-detail .preview-slider {
  border-radius: 10px;
}
.product-detail .preview-slider-nav {
  margin-bottom: 32px;
}
.product-detail .preview-slider-nav .detail-img-block {
  margin: 16px 16px 16px 0;
}
.product-detail .detail .top-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .product-detail .detail .top-row {
    display: block;
  }
}
@media (max-width: 575px) {
  .product-detail .detail .top-row {
    display: block;
  }
}
.product-detail .detail .top-row .p-name {
  font-weight: 700;
  font-size: 55px;
  line-height: 120%;
  color: #2C2D2F;
  font-family: "Grenze", serif;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .product-detail .detail .top-row .p-name {
    font-size: 40px;
  }
}
.product-detail .detail .top-row .price {
  padding: 16px 30px;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #FAFAFA;
  background-color: #2C2D2F;
  text-align: center;
  border-radius: 45px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .product-detail .detail .top-row .price {
    display: table;
  }
}
@media (max-width: 575px) {
  .product-detail .detail .top-row .price {
    display: table;
    font-size: 24px;
  }
}
.product-detail .detail p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #2C2D2F;
  margin-bottom: 50px;
}
@media (max-width: 492px) {
  .product-detail .detail p br {
    display: none;
  }
}
.product-detail .detail .feature {
  margin-bottom: 100px;
}
@media (max-width: 1399px) {
  .product-detail .detail .feature {
    margin-bottom: 50px;
  }
}
.product-detail .detail .feature .title {
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  color: #2C2D2F;
  margin-bottom: 30px;
}
.product-detail .detail .feature .title span {
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  color: #2C2D2F;
  margin-bottom: 0;
  margin-left: 16px;
}
.product-detail .detail .lower-content {
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .product-detail .detail .lower-content {
    display: block;
  }
}
@media (max-width: 492px) {
  .product-detail .detail .lower-content {
    display: block;
  }
}
.product-detail .detail .lower-content .quantity {
  background: #FAFAFA;
  border-radius: 45px;
  height: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .product-detail .detail .lower-content .quantity {
    margin-bottom: 32px;
    display: table;
  }
}
@media (max-width: 767px) {
  .product-detail .detail .lower-content .quantity {
    margin-bottom: 32px;
    display: table;
  }
}
.product-detail .detail .lower-content .quantity input {
  border: none;
  width: 51px;
  height: 62px;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  margin: 0;
  color: #2C2D2F;
  padding: 8px;
  background: #FAFAFA;
}
.product-detail .detail .lower-content .quantity input.decrement {
  border-radius: 45px 0 0 45px;
}
.product-detail .detail .lower-content .quantity input.number {
  border-width: 0 1px;
  border-style: solid;
  border-color: #54575C;
}
.product-detail .detail .lower-content .quantity input.increment {
  border-radius: 0 45px 45px 0;
}
.product-detail .detail .lower-content .mar-left {
  margin-left: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .product-detail .detail .lower-content .mar-left {
    margin-left: 0px;
  }
}
@media (max-width: 492px) {
  .product-detail .detail .lower-content .mar-left {
    margin-left: 0px;
  }
}

.about-products h3 {
  font-weight: 700;
  font-size: 69px;
  line-height: 120%;
  color: #2C2D2F;
  font-family: "Grenze", serif;
  margin-bottom: 50px;
}
@media (max-width: 492px) {
  .about-products h3 {
    font-size: 48px;
  }
}
.about-products .review-box {
  margin-bottom: 32px;
}
.about-products .review-box img {
  border-radius: 15px;
  object-fit: cover;
  margin-right: 10px;
  width: 48px;
  height: 48px;
}
.about-products .review-box .user .name {
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  padding-top: 10px;
  color: #2C2D2F;
  margin-bottom: 0;
  margin-right: 10px;
}
.about-products .review-box .stars {
  display: inline-flex;
  margin-bottom: 0px;
  padding-top: 16px;
}
.about-products .review-box .stars i {
  color: #F3C800;
  margin-left: 10px;
  font-size: 18px;
}
.about-products .review-box .review {
  margin: 16px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #54575C;
}
.about-products .more-review-block {
  border-bottom: 3px solid #B6B1AF;
}
@media (max-width: 991px) {
  .about-products .more-review-block {
    margin-bottom: 48px;
  }
}
.about-products .more-review-block .comment-btn {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 23px;
  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: #F4F2F0;
  padding: 30px;
  border-radius: 45px;
  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: 44px;
  line-height: 120%;
  font-family: "Grenze", serif;
  margin-bottom: 30px;
}

.checkout .design-block {
  background: #FAFAFA;
  padding: 30px;
  border-radius: 45px;
  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: 30px;
}
.checkout .design-block.shipping .formGroup2 {
  display: block;
  margin-bottom: 8px;
}
.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 #2C2D2F;
  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: 8px;
  width: 6px;
  height: 17px;
  z-index: 10;
  border: solid #2C2D2F;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkout .design-block .title h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 30px;
  color: #2C2D2F;
}

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