html {
  scrollbar-gutter: stable both-edges;
}
body {
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 17px;
  line-height: 20px;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 20px;
}
/*h5,
.h5 {
  font-size: 12px;
}*/
h6,
.h6 {
  font-size: 10.2px;
}
a {
  color: #000;
}
a:hover {
  color: #d2955d;
  text-decoration: none;
}
b,
strong {
  font-weight: 600;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
}
label {
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
.form-label {
  font-weight: 500;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 14px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 14px;
}
.input-group-addon {
  font-size: 14px;
  height: 30px;
  display: flex;
  align-items: flex-end;
}
#form-language img {
  height: 16px;
  width: 16px;
}
/* Fix some bootstrap issues */
/* Text inputs and textareas */
.form-control[type="text"],
.form-control[type="email"],
.form-control[type="tel"],
.form-control[type="password"],
textarea.form-control {
  border-radius: 5px;
  padding: 0.55rem 1rem;
  font-size: 14px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 15px;
}
.form-control:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 6px 0 rgba(74, 144, 226, 0.5);
  outline: none;
}
.form-control::placeholder {
  color: #a0a0a0;
  font-style: italic;
}
.form-select {
  border-radius: 5px;
  padding: 0.6rem 1rem;
  font-size: 15px;
  border: 1.5px solid #ced4da;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #4a90e2 50%),
    linear-gradient(135deg, #4a90e2 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.form-select:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 6px 0 rgba(74, 144, 226, 0.5);
  outline: none;
}
.form-check {
  display: flex;
  align-items: flex-end;
}
.form-check-input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  border: 1.5px solid #ced4da;
  border-radius: 5px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  background-color: #fff;
  position: relative;
}
.form-check-input[type="checkbox"]:checked {
  background-color: #4a90e2;
  border-color: #4a90e2;
}
.form-check-input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}
.form-check-label {
  cursor: pointer;
  user-select: none;
  padding-left: 0.5rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1580px;
  }
}
@media (max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: 90%;
    }
}
/*@media (min-width: 1920px) {
     .container {
         max-width: 1880px;
    }
}
*/
.btn-group-gl {
  color: #666;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
}
.btn-group-gl .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #666;
  font-weight: 400;
  text-transform: none;
}
.btn-group-gl .btn.active {
  color: #390f01;
}
.btn-group-gl .btn .fa {
  font-size: 20px;
}
#input-sort {
  max-width: 145px;
}
.sorting {
  gap: 15px;
}
.sorting .input-group-text {
  background: none;
  border: none;
  color: #666;
  font-size: 14px;
}
.sorting select {
  border: none;
  border-radius: 3px !important;
  text-align: right;
  font-size: 14px;
  color: #666;
  padding-right: 22px;
}
.sorting .form-select {
  background-position: right 0 center;
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-size: 9px 9px, 9px 9px;
}
.sorting .form-select:focus {
  outline: none;
  box-shadow: none;
}
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}
.nav-tabs {
  border-bottom: 1px solid #efefef;
  gap: 5px;
}
.nav-tabs .nav-link {
  border-radius: 5px;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 768px) {
  .nav-tabs .nav-link {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000;
  background-color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.nav-tabs-service {
  border-bottom: none;
}
.nav-tabs.nav-tabs-service .nav-link {
  color: #fff;
  background-color: #390f01;
}
.nav-tabs.nav-tabs-service .nav-item.show .nav-link,
.nav-tabs.nav-tabs-service .nav-link.active {
  background-color: #007db2;
  color: #fff;
  border-bottom: none;
  font-weight: 400;
  border-radius: 5px;
}
input.form-control,
select.form-select {
  height: calc(2.5rem + 2px);
}
#content .tab-content {
  padding: 30px 0;
}
div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #000;
  background-color: transparent;
}
/* top */
#top {
  background-color: #f9f7f3;
  padding: 10px 0;
  margin: 0;
  min-height: 40px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #000;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}
#top #form-language .btn-group {
  gap: 10px;
}
#top #form-language a {
  color: #666;
  text-decoration: none;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}
#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #fff;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links {
  padding-top: 6px;
}
#top-links a + a {
  margin-left: 15px;
}
header {
  width: 100%;
  background: #fff;
}
.main-header {
  width: 100%;
}
.main-header .main-header-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  header.sticky-top {
    padding-bottom: 15px;
  }
}
/*#logo, #search, .big-icons {
     flex-basis: 100%;
}
*/
/* logo */
#logo {
  margin: 0;
  flex-grow: 1;
}
#logo img {
  max-width: 150px;
}
/* search */
/*#search {
     padding-top: 20px;
     margin-bottom: 0;
     width: auto;
     border-bottom: 1px solid #333;
     max-width: 300px;
}
 #search .input-lg {
     height: 36px;
     line-height: 36px;
     padding: 0 10px;
     border-radius: 5px;
     border: none;
}
 #search .btn {
     line-height: 32px;
     padding: 0 15px;
     border-radius: 0;
     color: #000;
}
 #search .btn .fa {
     font-size: 18px;
}
 #search .form-control:focus {
     box-shadow: none;
}
*/
.offcanvas.offcanvas-search {
  height: 144px;
}
.offcanvas.offcanvas-search .offcanvas-title {
  width: 100%;
  text-align: center;
}
.search-form .btn-primary {
  height: 42px;
  padding: 10px;
}
.search-form .btn-primary .fa {
  color: #fff;
  font-size: 20px;
}
#livesearch {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 95px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  padding: 12px;
  z-index: 11;
  display: none;
  overflow: auto !important;
  height: auto !important;
  max-height: 70vh !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
#livesearch.ls-has-results { min-height: 260px; }

@media (max-width: 1200px) {
  #livesearch { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  #livesearch { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 530px) {
  #livesearch { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}
#livesearch > li {
  float:none !important;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  list-style:none; }
#livesearch > li > a {
  display:flex !important;
  flex-direction: row;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
#livesearch > li > a.amore {
  height: 100%;
}
#livesearch > li > a > img {
  float:none !important;
  width: 70px !important;
  height: 70px !important;
  margin:0 !important;
}

#livesearch span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.15;
  color: #000;
  padding: 10px 10px 0 10px;
  min-height: 2.6em;
  display: flex;
}
#livesearch .live-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
}
#livesearch .live-title:has(.pmore) {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
}
#livesearch small { color: #666; }
#livesearch em {
  font-style: normal;
  font-weight: 600;
  color: #111;
  padding: 8px 10px 10px 10px;
}

#livesearch.list-group { border-radius: 0; box-shadow: none; }

#livesearch img {
    float: left;
    margin-right: 10px;
    border-radius: 6px
}

#livesearch img[src=''] {
    display: none
}

.pmore {
  padding: 0;
  margin: 0;
}

#livesearch a em {
    display: block;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 12px
}

#livesearch strike {
    color: #aaa
}

#livesearch a:hover strike {
}

#livesearch small {
    display: block
}

.search-container {
  display: flex;
  justify-content: flex-end;
}
.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.input-wrapper input {
  width: 0;
  opacity: 0;
  padding: 0;
  border: none;
  pointer-events: none;
  border-radius: 9999px;
  font-size: 1rem;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.search-container.expanded .input-wrapper input {
  opacity: 1;
  padding: 0.5em 2.5em 0.5em 1em;
  border: 1px solid #ccc;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: -15px;
  width: calc(100vw - 100px);
}
.search-icon {
  position: absolute;
  right: 1em;
  color: #555;
  pointer-events: auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  .input-wrapper input {
    width: 200px;
    opacity: 1;
    padding: 0.5em 2.5em 0.5em 1em;
    border: 1px solid #ccc;
    pointer-events: auto;
  }
  .search-container {
    display: flex;
    justify-content: flex-end;
  }
  .search-icon {
    pointer-events: none;
    cursor: default;
  }
}
/* icons */
.big-icons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  order: 3;
  font-size: 13px;
}
.phone {
  display: none;
}
.phone a {
  text-decoration: none;
  font-size: 26px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #390f01;
}
.phone span {
  font-size: 14px;
  color: #666;
}
.phone .fa {
  font-size: 26px;
  color: #390f01;
}
.big-icons .fa {
  font-size: 30px;
  color: #000;
}
.header-search-trigger {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
}
@media (max-width:991px) {
  .header-search-trigger span {
    display: none;
  }
}

.big-icons .fa.fa-search {
  font-size: 24px;
  line-height: 27px;
  padding-top: 2px;
}
.big-icons .profile {
  display: none;
}
.big-icons .profile a {
  color: #000;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
}
/* cart */
#cart {
  position: relative;
  margin-right: 50px;
}
#cart > .btn {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0;
  color: #000;
  background-color: #fff;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#cart > .btn .fa {
  font-size: 27px;
  margin-bottom: 3px;
}
#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#cart > .btn.dropdown-toggle::after {
  display: none;
}
#cart.open > .btn:hover {
  color: #444;
}
#cart .dropdown-menu {
  background: #fff;
  z-index: 1001;
  min-width: 300px;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
#cart-total .headercart-total {
  position: absolute;
  top: -11px;
  right: -10px;
  background-color: #d2955d;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
}
#cart-total .cart-text {
    display: none;
  }
@media (min-width: 992px) {
  #cart {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  #cart-total .cart-text {
    display: block;
  }
  #cart-total .headercart-total {
    right: 14px;
  }
}
#cart .item-img {
  width: 60px;
}
#cart a {
  text-decoration: none;
  color: #000;
}
#cart a:hover {
  color: #390f01;
}
#cart .btn-remove {
  width: 45px;
}
#cart .btn-tocart,
#cart .btn-tocart:hover {
  color: #fff;
}
#cart .btn-remove:hover .fa {
  color: #dc3545;
}
#cart .cart-item-price {
  color: #666;
}
#cart .fa {
  font-size: 20px;
}
.remove-confirm {
  font-size: 13px;
}
.js-confirm-remove,
.js-cancel-remove {
  color: #000;
}
.cart-totals {
  font-size: 13px;
  color: #333;
}
#product #button-fast {
  background-color: #fff;
  border: 2px solid #d2955d;
  color: var(--black);
  display: flex;
  flex-direction: column;
  padding: 8px 16px 4px;
  line-height: 13px;
  align-items: center;
}
#product #button-fast:hover {
  border-color: #a16240;
}
#product #button-fast span {
  font-size: 9px;
  line-height: 9px;
  margin-top: 4px;
}
.menu-block {
  margin-top: 20px;
  background-color: #390f01;
  order: 4;
  top: 0;
  right: 0;
  
}
.stellarnav svg {
  fill: #390f01;
}
@media (max-width: 991px) {
  .menu-block {
    width: 60px;
    position: absolute;
    background: none;
  }
  .stellarnav a,
  .stellarnav li a {
    color: #390f01;
  }
}
@media (max-width: 767px) {
  .ocf-btn-mobile-fixed .ocf-btn {
    background-color: #390f01d9 !important;
  }
  .stellarnav.mobile .menu-toggle {
    padding-right: 20px !important;
    padding-left: 0 !important;
  }
}
.stellarnav.mobile.right>ul {
  box-shadow: rgba(0, 0, 0, 0.5) -280px 0px 62px;
}
/* content */
.bluebg {
  background-color: #f9f7f3;
  padding-top: 30px;
  padding-bottom: 30px;
}
.greybg {
  background-color: #efefef;
}
.whitebg {
  background-color: #fff;
}
.stickytabs {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.stickytabs .nav-tabs {
  flex-wrap: nowrap;
  white-space: nowrap;
}
.main-title-block {
  background-color: #f9f7f3;
  padding: 20px 0;
  text-align: center;
  -webkit-box-shadow: inset 0 4px 6px -6px rgba(0, 0, 0, 0.28),
    inset 0 -4px 4px -6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: inset 0 4px 6px -6px rgba(0, 0, 0, 0.28),
    inset 0 -4px 4px -6px rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 4px 6px -6px rgba(0, 0, 0, 0.28),
    inset 0 -4px 4px -6px rgba(0, 0, 0, 0.28);
  margin-bottom: 20px;
}
.main-title-block h1 {
  color: #390f01;
  font-size: 25px;
}
.category-description {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 25px;
}
.subcategory-wc-item {
  background: #f9f7f3;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
}
.subcategory-wc-item .subcategory-wc-item-left {
  /* flex-basis: 20%;
    */
}
.subcategory-wc-item .subcategory-wc-item-right {
  /* flex-basis: 78%;
    */
  max-width: 100%;
}
.sub-items {
  gap: 2%;
  display: grid;
  grid-auto-flow: row;
  margin-bottom: 0.5rem !important;
}
.sub-items.no-cats {
  grid-auto-columns: max-content;
}
.sub-item {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.28);
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.sub-item img {
  max-width: 60px;
}
.sub-item:hover {
  background: #390f01;
  color: #fff;
}
@media (min-width: 992px) {
  .sub-items {
    grid-auto-flow: column;
    grid-auto-columns: 23%;
  }
  .subcategory-wc-item .subcategory-wc-item-left {
    flex-basis: 20%;
  }
  .subcategory-wc-item .subcategory-wc-item-right {
    flex-basis: 78%;
  }
  #logo{
    flex-basis: 30%;
  }
/*  .big-icons {
    flex-basis: 40%;
  }*/
/*   .phone {flex-basis: 40%;}*/
  #logo {
    flex-grow: 0;
  }
  .big-icons,
  .menu-block,
  #search {
    order: unset;
  }
}
.subcategory-item-title {
  font-size: 22px;
  font-weight: 500;
  color: #390f01;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}
.subcategory-item-description {
  font-size: 15px;
  color: #000;
}
.card-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.slideshow a {
  text-decoration: none;
  color: #fff;
}
.slideshow .ssi-text {
  position: absolute;
  top: 0;
  left: 5%;
  color: #fff;
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.slideshow .ssi-text .ssi-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}
.slideshow .ssi-text .ssi-description {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.slideshow .ssi-text .ssi-btn {
  margin-top: 15px;
  background-color: #8bc34b;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
}
.stickyelement {
  position: sticky;
  z-index: 3;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #333;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #333;
  text-decoration: none;
}
footer a:hover {
  color: #000;
}
.footer-intro {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  color: #000;
  font-size: 14px;
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
  padding: 0;
  margin-top: 10px;
  list-style: none;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #999;
  content: "/\00a0";
}
.breadcrumb > li a {
  color: #666;
  text-decoration: none;
}
.breadcrumb > .active {
  color: #777;
}
.breadcrumb li:last-child {
  display: none;
}
#product .breadcrumb {
  margin-top: 40px;
  font-size: 13px;
}
#product .list-unstyled {
  font-size: 15px;
}
.bq-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 20px;
}
#input-quantity {
  width: 5ch !important;
}
#input-quantity,
#button-cart,
.btn-request,
.pr-quantity .input-group-btn .btn {
  height: 46px;
}
/* Chrome, Safari, Edge (WebKit/Blink) */
#input-quantity::-webkit-outer-spin-button,
#input-quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
#input-quantity[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  /* стандартно */
}
.pagination {
  margin: 0;
}
.pagination > li {
  font-size: 16px;
  font-weight: 500;
}
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: none;
  color: #333;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border: none;
  background-color: #f9f7f3;
  border-radius: 100%;
  height: 36px;
  width: 36px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #000;
  background-color: transparent;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 100%;
}
.pagination-results {
  color: #666;
  font-size: 11px;
}
.image_attributes {
  position: absolute;
  top: 30px;
}
.image_attributes.listing {
  position: unset;
}
.image_attributes-container {
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 3;
}
.imgattr-item {
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.image_attributes.listing .imgattr-item img {
  width: 30px;
}
/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7.5px 12px;
  font-size: 13px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 17px;
}
.btn-group > .btn-xs {
  font-size: 11px;
}
.btn-group > .btn-sm {
  font-size: 13px;
}
.btn-group > .btn-lg {
  font-size: 17px;
}
.btn-default {
  color: #000;
  background-color: #f9f7f3;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
  color: #000;
  background-color: #bfcdd7;
}
.btn-primary {
  color: #ffffff;
  background: linear-gradient(180deg, #d2955d 0%, #9b795b 51%);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: linear-gradient(180deg, #d2955d 0%, #a16240 51%);
}
.btn-warning {
  color: #ffffff;
  background-color: #faa732;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #e28e18;
}
.btn-danger {
  color: #ffffff;
  background-color: #c73029;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #af221b;
}
.btn-success {
  color: #ffffff;
  background-color: #5bb75b;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  background-color: #df5c39;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #000;
  background-color: #fff;
  border: 2px solid #8ac44a;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #69a02b;
  border-color: #69a02b;
}
/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}
/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}
/* product list */
.grid-list .swiper-slide {
  height: auto !important;
}
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
  border-radius: 5px;
  height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-thumb .image {
  position: relative;
}
.product-thumb > a {
  text-decoration: none;
  display: block;
  display: flex;
  flex-direction: column;
}
.product-thumb .product-name {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  display: block;
  text-align: center;
}
.product-thumb a.product-name-link {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  text-decoration: none;
}
.product-thumb .caption {
  padding: 0 10px;
  flex-grow: 1;
  align-content: flex-end;
}
.product-thumb .product-attribute {
  font-size: 13px;
  color: #a16240;
  margin:0 auto;
}
.product-thumb .btn-compare {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px 8px;
  border-radius: 5px;
  margin: 0;
}
/*.product-list .product-thumb .caption {
     margin-left: 230px;
}
*/
.product-list .product-thumb {
  flex-direction: row;
  align-items: start;
}
.product-list .product-thumb .image img {
  max-width: 220px;
}
.product-list .product-thumb .caption {
  padding: 20px;
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
  margin-left: 0;
}
.product-list .product-thumb .product-name {
  padding-left: 0;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-thumb .rating {
  padding-bottom: 10px;
}
#product .rating a {
  color: #000;
  text-decoration: none;
  padding-top: 3px;
}
.rating {
  gap: 10px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #e69500;
}
.rating .from {
  margin-left: 5px;
  margin-right: 5px;
  color: #666;
  font-size: 12px;
}
.review-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  gap: 20px;
}
.review-item {
  background-color: #fafafa;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 5px;
  color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 0px;
  text-align: left;
}
.review-item:last-child {
  margin-right: 0;
}
.review-author {
  font-weight: 500;
  flex-basis: 60%;
}
.review-stars {
  flex-basis: 40%;
  justify-content: flex-end;
  display: inline-flex;
}
.review-date,
.review-date-added {
  color: #90949c;
  font-size: 11px;
  display: block;
  font-weight: 400;
}
.review-text {
  flex-grow: 1;
  flex-basis: 100%;
}
#form-review input,
#form-review textarea {
  max-width: 500px;
}
#input-captcha {
  max-width: 200px !important;
}
.captcha-input-img img {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-left: -10px;
  height: 42px;
}
h2.price {
  margin: 0;
}
.price {
  color: #000;
  font-weight: 600;
  text-align: center;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #999;
  text-decoration: line-through;
  font-weight: 300;
  display: block;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
  font-weight: 300;
}
.product-thumb .button-group {
  padding: 0 10px;
  margin-bottom: 15px;
}
.product-thumb .button-group .btn {
  font-size: 12px;
  width: 100%;
}
.product-short-description {
  display: none;
}
.product-list .product-short-description {
  display: block;
}
.labels-wrapper {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.75;
}
.labels-wrapper.position_upleft,
.labels-wrapper.position_upright {
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
}
.labels {
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
}
.inline-labels {
  position: relative;
  display: inline-flex;
  padding: 0 15px;
  align-items: center;
  border-radius: 15px;
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px;
}
.labels.label-new {
  display: flex;
}
.inline-labels span {
  padding: 3px 10px;
  font-weight: 500;
  margin-right: 10px;
  border-radius: 3px;
}
.recommended {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #390f01;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0 10px;
}
.recommended + .labels-wrapper {
  padding-top: 25px;
}
.thumb img {
  width: 100%;
}
@media (min-width: 1200px) {
  .gallery-sticky {
    padding-right: 40px;
  }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  .review-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .review-item {
    flex-basis: calc(50% - 20px);
  }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
html[dir="rtl"] .checkbox input[type="checkbox"],
html[dir="rtl"] .checkbox-inline input[type="checkbox"],
html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset;
}
html[dir="rtl"] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
html[dir="rtl"] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
html[dir="rtl"] .container .row:first-child .col-sm-4,
html[dir="rtl"] .container .row:first-child .col-sm-5 {
  float: right;
}
html[dir="rtl"] #cart .dropdown-menu {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  html[dir="rtl"] .navbar-nav {
    float: right;
    margin: 0;
  }
  html[dir="rtl"] .navbar-nav > li {
    float: right;
  }
}
/*swiper fixes*/
.module-swiper,
.blog-module {
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}
.swiper-pagination-bullet {
  width: 16px !important;
  height: 10px !important;
  border-radius: 3px !important;
  background-color: #666 !important;
  opacity: 0.7 !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: #666;
}
.swiper-pagination-bullet-active {
  background-color: #666 !important;
  width: 36px !important;
  opacity: 1 !important;
}
.slideshow .swiper-pagination-bullet,
.slideshow .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
/*icons module*/
.block_ico > span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.ico_msvg {
  background-color: #f9f7f3;
  padding: 10px;
  border-radius: 100%;
}
.ico_sz {
  font-weight: 600;
  font-size: 13px;
  display: block;
}
/*modules styles*/
.title-subtitle {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.title-subtitle:after {
  content: "";
  height: 3px;
  width: 100px;
  background-color: #390f01;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 50px);
}
.title-link {
  display: block;
  position: absolute;
  bottom: -35px;
  font-size: 12px;
  width: 100%;
  text-decoration: none;
}
/*product page*/
#product-product .breadcrumb {
  justify-content: flex-start;
}
#product-product {
  margin-bottom: 10px;
}
#product-product > .bluebg {
  padding-top: 0;
}
.product-images-wrapper {
  padding-top: 30px;
}
.product-images-wrapper .swiper-wrapper {
  margin-bottom: 10px;
}
#product-product h1 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}
.pr-quantity .control-label {
  font-size: 15px;
}
.pr-quantity .btn {
  padding: 0 10px !important;
  background: #fff;
  color: #333;
  border: 1.5px solid #ced4da;
  height: 42px;
}
.pr-quantity .form-control {
  padding-left: 0;
  padding-right: 0;
  border: 1.5px solid #ced4da;
  border-left: 0;
  border-right: 0;
  z-index: 3;
  border-radius: 0;
}
.pr-quantity .input-group .input-group-btn:first-child .btn {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pr-quantity .input-group .input-group-btn:last-child .btn {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.stock {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}
.stock.instock {
  color: #28a745;
}
.stock.outofstock {
  color: #dc3545;
}
.custom-status {
  color: #d40b0b;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #logo img {
    max-width: 200px;
  }
  .category-description {
    font-size: 16px;
    line-height: 24px;
  }
  .main-title-block {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .main-title-block h1 {
    font-size: 28px;
  }
  .main-header .phone,
  .main-header .profile {
    display: block;
  }
}

.stellarnav {
  z-index: 9 !important;
}
.stellarnav.mobile .menu-toggle {
  padding: 0 5px 0 15px;
}
.stellarnav.mobile ul li {
  padding-left: 10px;
}
.stellarnav .menu-toggle span.bars {
  margin-right: 0;
}
.stellarnav .menu-toggle span.bars span {
  width: 20px;
  background: #000;
  margin: 0 0 5px;
}
.stellarnav .call-btn-mobile,
.stellarnav .close-menu,
.stellarnav .location-btn-mobile,
.stellarnav .menu-toggle {
  padding: 10px 0;
}
.stellarnav .fa {
  font-size: 20px;
}
.stellarnav .close-menu .fa {
  font-size: 30px;
}
#search {
  width: auto;
  order: 2;
}
@media (max-width: 768px) {
  .menu-block {
    padding-top: 0;
  }
  #search {
    padding-right: 15px;
  }
  #search .fa-search {
    font-size: 24px;
    color: #000;
  }
  .search-icon {
    position: initial;
    right: auto;
  }
}
.btn-link {
  text-decoration: none;
  color: #777;
}
.btn-link:hover {
  text-decoration: none;
  color: #000;
}
#account-edit,
#account-password,
#account-address,
#account-address,
#account-newsletter,
#account-notify,
#account-order,
#account-nra,
#account-return,
#account-success,
#account-register {
  max-width: 700px;
  margin: 0 auto;
}
.card.primary-card {
  border-color: #000;
}
.card-link {
  text-decoration: none;
}
.card-link:hover {
  text-decoration: underline;
}
.card-subtitle {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666;
}
.account-page .account-menu {
  margin: 0 0 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}
.account-page .account-menu li {
  display: flex;
  width: 100%;
  padding: 10px;
  margin: 0;
  padding: 0;
}
.account-page .account-menu li a {
  display: flex;
  background: #f9f7f3;
  border-radius: 20px;
  color: #000;
  padding: 15px;
  width: 100%;
  text-align: left;
  align-items: center;
  text-decoration: none;
  flex-direction: column;
  gap: 10px;
}
.account-page .account-menu li a:hover {
  text-decoration: none;
  background: #390f01;
  color: #fff;
}
.account-page .account-menu li a .fa {
  font-size: 26px;
  color: #000;
  margin-right: 10px;
}
.account-page .account-menu li a:hover .fa {
  color: #fff;
}
@media (min-width: 960px) {
  .account-page .account-menu li {
    flex: 1 0 31%;
  }
}
.blog-title-box {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.blog-title-box img {
  max-width: 100px !important;
}
.blog-title-box a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
}
.blog-short-description {
  font-size: 13px;
  color: #666;
}
.blog-meta {
  font-size: 11px;
  color: #666;
  font-weight: 400;
  margin-bottom: 10px;
}
.blog-read-more {
  margin-bottom: 25px;
}
.blog-read-more a {
  text-decoration: none;
  font-size: 13px;
}
.blog-read-more a:hover {
  text-decoration: underline;
}
.lg-backdrop {
  background-color: #fff !important;
}
.product-specification-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}
.product-specification-inner {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .product-specification-inner {
    margin-bottom: 20px;
  }
}
.product-specification-name {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
@media (max-width: 600px) {
  .product-specification-name {
    margin-bottom: 7px;
  }
}
.product-specification-spacer {
  display: inline-block;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 3px;
  border-bottom: 1px dotted #ddd;
}
@media (max-width: 600px) {
  .product-specification-spacer {
    display: none;
  }
}
.product-specification-text {
  display: inline-block;
  word-break: break-all;
  padding: 0;
  margin: 0;
}
.samecollection_block_title {
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 17px;
}
.collection-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}
.collection-item {
  flex: 1 0 25%;
  flex-grow: 0;
}
.collection-item > a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.collection-item a img {
  border: 1px solid #efe9dd;
  border-radius: 10px;
  margin-bottom: 7px;
}
/* ===== Parallax ===== */
:root {
  --bg-image: url("../../../../../image/catalog/design/parallax.jpg");
  --overlay: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.35)
  );
  --text-color: #fff;
  --max-content-width: 1100px;
  --hero-min-h: 75vh;
  --hero-min-h-mobile: 65vh;
}
.parallax-hero {
  position: relative;
  min-height: var(--hero-min-h);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--text-color);
  overflow: clip;
  perspective: 1px;
  transform-style: preserve-3d;
  isolation: isolate;
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 33);
}
.parallax-hero .parallax-media {
  position: absolute;
  inset: -10vh 0;
  background-image: var(--overlay), var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  transform: translateZ(-1px) scale(2);
  z-index: -1;
}
.parallax-hero .parallax-content {
  width: min(100% - 3rem, var(--max-content-width));
  margin-inline: auto;
  padding: clamp(2rem, 4vw, 4rem) 0;
}
.parallax-hero h1 {
  font-size: clamp(1.8rem, 3.8vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin: 0 0 0.75rem;
  text-wrap: balance;
  color: #fff;
  text-shadow: 7px 2px 6px rgba(0, 0, 0, 100);
}
.parallax-hero p {
  font-size: 18px;
  opacity: 0.95;
  max-width: 70ch;
  margin: 0 auto 10px;
}
.parallax-hero a {
  text-decoration: none;
  color: #fff;
}
.parallax-hero .location-main-title {
  font-size: clamp(1.2rem, 1.5vw, 2.2rem);
  margin: 25px auto 15px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-top: 20px;
  letter-spacing: 1px;
}
.parallax-hero .location-main-title:before {
  content: "";
  position: absolute;
  top: 0;
  height: 5px;
  width: 100px;
  background-color: #d2955d;
  left: calc(50% - 50px);
}
.parallax-hero .location-title {
  font-size: clamp(1.9rem, 2vw, 3rem);
  margin: 15px 0;
  color: #d2955d;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 7px 2px 6px rgba(0, 0, 0, 100);
}

@media (max-width: 768px) {
  :root {
    --hero-min-h: var(--hero-min-h-mobile);
  }
  .parallax-hero {
    perspective: none;
  }
  .parallax-hero .parallax-media {
    transform: none;
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .parallax-hero {
    perspective: none;
  }
  .parallax-hero .parallax-media {
    transform: none;
  }
}
section + .content {
  background: #fff;
  color: #222;
  padding: 3rem 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .parallax-hero {
    background-image: var(--overlay), var(--bg-image);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  .parallax-hero .parallax-media {
    display: none;
  }
}
.parallax-hero {
  min-height: 80vh;
}
.lg-sub-html, .lg-toolbar {
  background-color: rgba(204,204,204,0.6) !important;
}
.lg-toolbar .lg-icon {
  color: #000 !important;
}
.ocf-noUi-connect:before, .ocf-noUi-handle {
  background-color: #391001 !important;
}

.footer-payment-options {
  max-width: 200px;
}
