* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body h2 {
  color: #94795d;
  font-family: Vanelli-Bold;
  font-size: 3.125rem;
}
body a {
  transition-duration: 0.25s;
  color: #bd9b60;
  font-weight: 500;
  text-decoration: none;
}
body a:hover {
  color: #94795d;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #888;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.text-center {
  text-align: center !important;
}

.form-control {
  display: block;
  width: -webkit-fill-available;
  padding: 0.571rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #6e6b7b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8d6de;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::placeholder {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: rgba(110, 107, 123, 0.5);
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: #6e6b7b;
  background-color: #fff;
  border-color: #cbc4bc;
  outline: 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control + .input-group-text, .input-group > .form-select + .input-group-text {
  color: #6e6b7b;
  background-color: #fff;
  border-color: #cbc4bc;
  outline: 0;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.input-group .cursor-pointer {
  cursor: pointer;
}
.input-group .input-group-text {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.571rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #6e6b7b;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d8d6de;
  border-radius: 0;
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  background-position: right 1rem center, center right 2.5rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  color: #202e36;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.786rem 1.5rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.btn-primary {
  background-color: #cbc4bc;
  color: #fff;
}
.btn-primary:hover {
  background-color: #94795d;
  color: #fff;
}

.btn-outline-primary {
  border-color: #cbc4bc;
  color: #94795d;
}
.btn-outline-primary:hover {
  background-color: #94795d;
  color: #fff;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.slider-overlay {
  background: url(../img/banner-overlay.png) no-repeat;
  background-size: cover;
  height: 65vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.w-100 {
  width: 100% !important;
}

.w-webkit {
  width: -webkit-fill-available;
}

.border-left {
  border-left: 1px solid rgba(34, 41, 47, 0.125);
}

.card-body hr {
  height: 1px;
  width: 100%;
  background-color: rgba(34, 41, 47, 0.125);
  border: none;
}

@media (min-width: 992px) {
  .text-lg-start {
    text-align: start !important;
  }
  .border-lg-left {
    border-left: 1px solid rgba(34, 41, 47, 0.125);
  }
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control[type=file] {
  overflow: hidden;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mw-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.product-thumbnail div {
  padding: 0 7px;
}

@media (min-width: 768.98px) {
  .text-md-start {
    text-align: start !important;
  }
}
button {
  font-family: "Montserrat", sans-serif;
}

.main-header {
  z-index: 9;
  position: relative;
  color: #fff;
  height: 100px;
}
.main-header .mega-menu {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  margin-top: -15px;
  background-color: #fff;
  z-index: 8;
  transition: margin-top 0.3s ease, opacity 0.3s ease;
  color: #212529;
  width: 100%;
  left: 0;
  padding-bottom: 65px;
  padding-top: 65px;
}
.main-header .mega-menu .mega-menu-container {
  display: flex;
  padding: 0 160px;
}
.main-header .mega-menu .mega-menu-container .header__mega-dropdown-column {
  flex-basis: 25%;
  padding-bottom: 50px;
  padding-left: 50px;
}
.main-header .mega-menu .mega-menu-container .header__mega-dropdown-column .header__mega-dropdown-catalogue-button {
  background-color: #62817f;
  border: none;
  color: #fff;
  font-size: 0.5625rem;
  opacity: 1;
  top: 84px;
  width: 104px;
  cursor: pointer;
}
.main-header .mega-menu .mega-menu-container .header__mega-dropdown-column .header__mega-dropdown-catalogue-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 34px;
}
.main-header .mega-menu .mega-menu-container .header__mega-dropdown-column ul {
  list-style: none;
  padding: 0;
}
.main-header .mega-menu .mega-menu-container .header__mega-dropdown-column a {
  color: #212529;
}
.main-header .mega-menu .mega-menu-container .header__mega-dropdown-column .header__mega-dropdown-title {
  margin-bottom: 25px;
}
.main-header .mega-menu .mega-menu-container .header__mega-dropdown-column .header__mega-dropdown-title a {
  font-weight: 600;
  font-size: 0.875rem;
}
.main-header .mega-menu .mega-menu-container .header__mega-dropdown-column .header__mega-dropdown-item {
  font-size: 0.75rem;
  margin-bottom: 15px;
}
.main-header .has-megamenu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 11px;
}
.main-header.opened {
  background-color: #fff;
}
.main-header.opened .header-logo svg {
  fill: #212529;
}
.main-header.opened .header-buttons {
  text-align: end;
}
.main-header.opened .header-buttons .search-icon {
  color: #212529;
}
.main-header.opened .header-buttons .header-btn {
  border: 1px solid #212529;
  color: #212529;
}
.main-header.opened .header-buttons .header-btn.with-icon + svg {
  stroke: #212529;
}
.main-header.opened .header-buttons .header-btn:hover {
  border: 1px solid #94795d;
  color: #94795d;
}
.main-header.opened .header-buttons .header-btn:hover.with-icon + svg {
  stroke: #94795d;
}
.main-header.opened .nav-link {
  color: #212529;
}
.main-header.opened .nav-link:hover {
  color: #94795d;
}
.main-header a {
  color: #fff;
}
.main-header .full-width {
  padding: 15px 25px;
}
.main-header .header-logo {
  text-align: center;
}
.main-header .header-logo svg {
  fill: #fff;
  margin-bottom: 5px;
}
.main-header .header-buttons {
  text-align: end;
}
.main-header .header-buttons .search-icon {
  cursor: pointer;
}
.main-header .header-buttons .header-btn {
  border: 1px solid #fff;
  color: #fff;
  height: 36px;
  width: 117px;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.main-header .header-buttons .header-btn.with-icon {
  margin-left: 25px;
}
.main-header .header-buttons .header-btn.with-icon + svg {
  stroke: #fff;
  margin-left: -22px;
}
.main-header .header-buttons .header-btn span {
  font-weight: 600;
}
.main-header nav.main-navigation .navigation {
  list-style: none;
  padding: 0;
}
.main-header nav.main-navigation .navigation.nav {
  display: flex;
}
.main-header nav.main-navigation .navigation.nav li.nav-item {
  padding: 14px 16px;
}
.main-header nav.main-navigation .navigation.nav li.nav-item:first-child {
  padding-left: 0;
}
.main-header nav.main-navigation .navigation.nav li.nav-item .nav-link {
  font-size: 0.75rem;
  font-weight: 500;
  border: none;
  outline: none;
  background-color: inherit;
  margin: 0;
}
.main-header .search-sec .nav-link {
  padding: 14px 16px;
}
.main-header .search-sec .mega-menu {
  margin-top: 0 !important;
}
.main-header .search-sec .mega-menu {
  padding: 15px 0;
}
.main-header .search-sec .search {
  padding: 15px 46px;
}
.main-header .search-sec form {
  display: flex;
  width: 100%;
}
.main-header .search-sec form button {
  background: none;
  border: none;
  margin-right: 15px;
}
.main-header .search-sec form .search-input {
  height: 39px;
  line-height: 2;
  margin-left: 20px;
  outline: none;
  width: 100%;
  border: none;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
}
.main-header .search-sec form .search-input::-webkit-search-decoration, .main-header .search-sec form .search-input::-webkit-search-cancel-button, .main-header .search-sec form .search-input::-webkit-search-results-button, .main-header .search-sec form .search-input::-webkit-search-results-decoration {
  display: none;
}
.main-header .mega-hero img {
  width: 190px;
  height: 265px;
  object-fit: cover;
}
.main-header .mega-hero .header__mega-menu__description {
  position: relative;
  color: #202e36;
  font-style: italic;
  font-size: 1.375rem;
  margin-left: -25px;
  padding-top: 20px;
  width: 185px;
  z-index: 2;
}

.header .header-container .header__menu-icon {
  display: none;
  font-size: 1.875rem;
}
.header .header-container .header__menu-icon svg {
  color: #fff;
}
.header .header-left .navbar {
  padding: 32px 36px;
}
.header .header-left .header__mobile-menu__head {
  align-items: center;
  display: none;
  justify-content: flex-end;
  width: 100%;
}
.header .header-left .header__mobile-menu__head svg {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  fill: #202e36;
}
.header .header-left .header__mobile-menu__head .header__mobile-menu__back-button {
  display: none !important;
  cursor: pointer;
}
.header .header-left .header__mobile-menu__head.back-visible {
  justify-content: space-between;
}
.header .header-left .header__mobile-menu__head.back-visible .header__mobile-menu__back-button {
  display: flex !important;
}
.header .header-left .header__mobile-menu__head.back-visible .header__nav-link {
  display: none;
}
.header .header-left .header__mobile-menu__head .header__nav-link {
  display: block;
}
.header .header-left .header__mobile-menu__head .header__mobile-menu__back-button {
  display: none;
}
.header .header-left .header__mobile-menu__bottom {
  display: none;
  justify-content: space-between;
  margin-top: 30px;
}
.header .header-left .header__mobile-menu__bottom .header__mega-dropdown-catalogue-button {
  background-color: #62817f;
  border: none;
  color: #fff;
  font-size: 0.5625rem;
  height: 33px;
  opacity: 1;
  padding-top: 2px;
  width: 104px;
}
.header .header-left .header__mobile-menu__bottom .header__contact-us-btn .v-button {
  height: 36px;
  padding: 14px 28px 14px 13px;
  width: 117px;
}
.header .header-left .navbar .nav {
  flex-direction: row;
}
.header .header-left .navbar .nav .nav-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  padding-right: 30px;
}
.header .header-left .navbar .nav .nav-item.is-active .header__mega-dropdown {
  margin-top: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  visibility: visible;
}
.header .header-left .navbar .nav .nav-item:hover .header__nav-link {
  border-bottom: 1px solid #c2aa8b;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.header .header-left .navbar .nav .nav-item:last-child {
  margin-right: 0;
}
.header .header-left .navbar .nav .nav-item .header__nav-link {
  color: #fff;
  position: relative;
  text-decoration: none;
  z-index: 10;
}
.header .header-left .navbar .nav .nav-item .header__mega-dropdown {
  background-color: #fff;
  left: 0;
  padding-bottom: 65px;
  padding-top: 65px;
  position: fixed;
  width: 100%;
  z-index: 5;
}
.header .header-left .navbar .nav .nav-item .header__mega-dropdown .header__mega-dropdown-container {
  display: flex;
  padding: 0 160px;
}
.header .header-left .navbar .nav .nav-item .header__mega-dropdown .header__mega-dropdown-container .header__mega-dropdown-link {
  display: none;
}
.header .header-left .navbar .nav .nav-item .header__mega-dropdown .header__mega-dropdown-container .header__mega-dropdown-column {
  flex-basis: 25%;
  padding-bottom: 50px;
  padding-left: 50px;
}
.header .header-left .navbar .nav .nav-item .header__mega-dropdown .header__mega-dropdown-container .header__mega-dropdown-column .header__mega-dropdown-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  margin-bottom: 15px;
}
.header .header-left .navbar .nav .nav-item .header__mega-dropdown .header__mega-dropdown-container .header__mega-dropdown-column .header__mega-dropdown-item .no-click {
  pointer-events: none;
}
.header .header-left .navbar .nav .nav-item .header__mega-dropdown .header__mega-dropdown-container .header__mega-dropdown-column .header__mega-dropdown-item:last-child {
  margin-bottom: 0;
}
.header .header-left .navbar .nav .nav-item .header__mega-dropdown .header__mega-dropdown-container .header__mega-dropdown-column .header__mega-dropdown-item a {
  color: #202e36;
}
.header .header-left .navbar .nav .nav-item .header__mega-dropdown .header__mega-dropdown-container .header__mega-dropdown-column .header__mega-dropdown-item.header__mega-dropdown-title {
  margin-bottom: 25px;
}
.header .header-left .navbar .nav .nav-item .header__mega-dropdown .header__mega-dropdown-container .header__mega-dropdown-column .header__mega-dropdown-item.header__mega-dropdown-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
}
.header .header-left .navbar .nav .nav-item .header__mega-dropdown .header__mega-dropdown-container .header__mega-dropdown-catalogue-button {
  background-color: #62817f;
  border: none;
  color: #fff;
  font-size: 0.5625rem;
  height: 33px;
  left: 39px;
  opacity: 1;
  top: 84px;
  width: 104px;
}

@media screen and (max-width: 1050px) {
  .header .header-container .header-left .header__mobile-menu__head .header__mobile-menu__back-button {
    align-items: center;
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #202e36;
    height: 24px;
  }
  .header .header-container .header-left .header__mobile-menu__head .header__mobile-menu__back-button svg.back-button__icon {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    height: 12px;
  }
  .header .header-container .header-left {
    background-color: #fff;
    bottom: 0;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: -100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    transition: left 0.5s cubic-bezier(0.5, 1, 0, 1);
    z-index: 1000;
  }
  .header .header-container .header-left .v-button_container {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .header .header-container .header-left .v-button_container .v-button {
    border: 1px solid #94795d;
    align-items: center;
    color: #94795d;
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    justify-content: center;
    background-color: transparent;
  }
  .header .header-container .header-left .v-button_container .v-button_arrow {
    margin-left: -22px;
  }
  .header .header-container .header-left .navbar {
    display: block;
    margin-top: 0;
  }
  .header .header-container .header-left .navbar .nav {
    flex-direction: column;
    margin-top: 36px;
  }
  .header .header-container .header-left .navbar .nav .nav-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-right: 0;
  }
  .header .header-container .header-left .navbar .nav .nav-item .header__mega-dropdown {
    bottom: 0;
    left: -100%;
    padding-top: 0;
    top: 150px;
    transition: left 0.5s cubic-bezier(0.5, 1, 0, 1);
    z-index: 1050;
  }
  .header .header-container .header-left .navbar .nav .nav-item .header__mega-dropdown .header__mega-dropdown-container {
    flex-direction: column;
    padding: 0;
  }
  .header .header-container .header-left .navbar .nav .nav-item .header__mega-dropdown .header__mega-dropdown-container .header__mega-dropdown-catalogue-button {
    display: none;
  }
  .header .header-container .header-left .navbar .nav .nav-item .header__mega-dropdown .header__mega-dropdown-container .header__mega-dropdown-link {
    color: #202e36;
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    margin-left: 36px;
  }
  .header .header-container .header-left .navbar .nav .nav-item .header__mega-dropdown .header__mega-dropdown-container .header__mega-dropdown-column {
    margin-top: 20px;
    padding-bottom: 45px;
    padding-left: 36px;
  }
  .header .header-container .header-left .navbar .nav .nav-item:hover .header__nav-link {
    border: none;
  }
  .header .header-container .header-left .navbar .nav .nav-item .header__mega-dropdown.mobile-active {
    left: 0;
    opacity: 1;
    overflow: auto;
    transition: left 0.5s cubic-bezier(1, 1, 0.5, 1);
  }
  .header .header-container .header-left .navbar .nav .nav-item .header__mega-dropdown.mobile-active .header__mega-dropdown-container .header__mega-dropdown-column:last-child {
    padding-bottom: 0;
  }
  .header .header-container .header-left .navbar .nav .nav-item .header__mega-dropdown.mobile-active .header__mega-dropdown-container .header__mega-dropdown-column .header__mega-dropdown-item .no-click {
    pointer-events: none;
  }
  .header .header-container .header-left .navbar .nav .nav-item .header__mega-dropdown.mobile-active .header__mega-dropdown-container .header__mega-dropdown-column .header__mega-dropdown-item a {
    font-size: 0.875rem;
  }
  .header .header-container .header-left .navbar .nav .nav-item .header__mega-dropdown.mobile-active .header__mega-dropdown-container .header__mega-dropdown-column .header__mega-dropdown-item.header__mega-dropdown-title a {
    color: #343434;
    font-size: 1rem;
  }
  .header .header-container .header-left .navbar .nav .nav-item .header__nav-link {
    color: #202e36;
    font-size: 1.5rem;
  }
  .header .header-container .header-left .navbar .nav .nav-item svg {
    font-size: 1.875rem;
    fill: #202e36;
  }
  .header .header-container .header-left .header-languages.header__mobile-languages {
    display: flex;
    margin-left: 0;
  }
  .header .header-container .header-left .header-languages {
    display: none;
  }
  .header .header-container .header-left .header-languages li .dropdown-item {
    color: #202e36;
    font-size: 1.25rem;
  }
  .header .header-container .header-left .header-languages li .separator-pipe {
    color: #202e36;
    font-size: 1.25rem;
  }
  .header .header-container .header-left .header__mobile-menu__head .header__mobile-menu__back-button {
    align-items: center;
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1rem;
  }
  .header .header-container .header-left .header__mobile-menu__head .header__mobile-menu__back-button svg.back-button__icon {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    height: 12px;
    fill: #202e36;
  }
  .header .header-container .header-left.is-active {
    left: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    width: 100%;
  }
  .header .header-container .header-left.is-active .header__mobile-menu__head {
    display: flex;
    justify-content: space-between;
  }
  .header .header-container .header-left.is-active .header__mobile-menu__bottom {
    display: flex;
  }
  .header .header-container .header__menu-icon {
    display: block;
  }
}
@media screen and (min-width: 1050px) {
  .header .header-container .header-left .navbar .nav .nav-item .header__mega-dropdown {
    margin-top: 50px;
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, margin-top 0.3s 0s;
    visibility: hidden;
  }
}
.closeMobileMenu,
.header__menu-icon {
  cursor: pointer;
}

footer {
  background-color: #eee;
}
footer a {
  text-decoration: none;
}
footer .main-container {
  padding-bottom: 60px;
}
footer .main-container .footer-logo-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
footer .main-container .footer-logo-container .footer-logo {
  padding-bottom: 48px;
  padding-top: 66px;
  width: 127px;
}
footer .main-container .nav-col {
  min-width: 150px;
  margin-left: 80px;
}
footer .main-container .nav-col .nav-header {
  color: #272727;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
footer .main-container .nav-col .flex-column {
  display: flex;
  margin-top: 22px;
  flex-direction: column !important;
}
footer .main-container .nav-col .flex-column .nav-link {
  color: #202e36;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  padding-left: 0;
  padding-top: 2px;
  text-align: left;
  padding-top: 5px;
}
footer .copyright-container {
  display: flex;
  background-color: #333f48;
  justify-content: space-between;
  padding: 8px 0;
}
footer .copyright-container .container {
  display: flex;
  justify-content: space-between;
  padding: 0 86px;
  margin: auto;
}
footer .copyright-container .container .item-style {
  align-items: flex-end;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
}
footer .copyright-container .container .copyright {
  color: #c6c6c6;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  margin-right: 6px;
  padding-left: 3px;
}
footer .copyright-container .container .copyright-links {
  display: flex;
}
footer .copyright-container .container .link-item {
  display: list-item;
  margin-left: 25px;
}
footer .copyright-container .container .link-item::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
footer .copyright-container .container .link-item p {
  margin-left: -6px;
}
footer .copyright-container .social-media-container {
  align-items: flex-end;
  display: flex;
}
footer .copyright-container .social-media-container a {
  font-size: 1.1875rem;
  padding: 5px;
}
footer .copyright-container .social-media-container svg {
  color: #c6c6c6;
}

.newsletter-container {
  width: 100%;
  background-color: #83786f;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
}
.newsletter-container .newsletter-text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 54px;
  margin: 10px;
}
.newsletter-container .newsletter-form {
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  font-size: 0.75rem;
  justify-content: center;
  margin: 17px;
  position: relative;
}
.newsletter-container .newsletter-form .v-info-button {
  border: none;
  color: #fff;
  padding: 0 25px;
  background: transparent;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.newsletter-container .generic-textbox {
  display: flex;
  flex: 1 1;
}
.newsletter-container .generic-textbox .generic-input {
  border: none;
  border-radius: 0 !important;
  flex: 1 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  min-width: 230px;
  outline: none;
  padding: 12px;
}

.discover__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 140px;
  margin-right: 140px;
  margin-top: 30px;
  min-height: 440px;
  overflow: hidden;
  position: relative;
}
.discover__container .discover__background-image {
  max-height: 440px;
  max-width: 1088px;
  min-height: inherit;
  width: 100%;
}
.discover__container .discover__text-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.discover__container .discover__text-container .discover__title {
  color: #fff;
  font-family: Vanelli-Bold;
  text-align: center;
}
.discover__container .discover__text-container .discover__description {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
  width: 43%;
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  justify-content: center;
  line-height: 1.3;
}
.discover__container .discover__text-container .discover__button-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.discover__container .discover__text-container .discover__button-container a button {
  border: solid 1px #fff;
  color: #fff;
  background-color: transparent;
  margin-left: 0;
  padding: 13px 30px;
  cursor: pointer;
  transition-duration: 0.25s;
}
.discover__container .discover__text-container .discover__button-container a button:hover {
  padding: 15px 32px;
}
.discover__container .discover__text-container .discover__button-container .v-button_arrow {
  margin-left: -22px;
  color: #fff;
}
.discover__container .discover__text-container .discover__button-container .v-button_arrow line,
.discover__container .discover__text-container .discover__button-container .v-button_arrow path {
  stroke: #fff;
}

@media screen and (min-width: 1050px) {
  .discover__container .discover__text-container .discover__button-container {
    justify-content: left;
  }
}
#scroll-btn {
  background-color: #cbc4bc;
  border: none;
  bottom: 20px;
  color: #fff;
  display: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.5px;
  padding: 12px 14px;
  position: fixed;
  right: 30px;
  z-index: 5;
  cursor: pointer;
}

.select2-container {
  width: 100% !important;
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
}

.select2-container--classic:focus,
.select2-container--default:focus {
  outline: none;
}

.select2-container--classic .select2-selection__choice,
.select2-container--default .select2-selection__choice {
  font-size: 0.9rem;
  margin-top: 6px !important;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
  min-height: 2.714rem;
  padding: 5px;
  border: 1px solid #d8d6de !important;
  border-radius: 0 !important;
}

.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
  outline: 0;
  border-color: #bd9b60 !important;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1) !important;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered i,
.select2-container--classic .select2-selection--single .select2-selection__rendered svg,
.select2-container--default .select2-selection--single .select2-selection__rendered i,
.select2-container--default .select2-selection--single .select2-selection__rendered svg {
  font-size: 1.15rem;
  height: 1.15rem;
  width: 1.15rem;
  margin-right: 0.5rem;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d8d6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 18px 14px, 18px 14px;
  background-repeat: no-repeat;
  height: 1rem !important;
  padding-right: 1.5rem;
  margin-left: 0 !important;
  margin-top: 0 !important;
  left: -8px !important;
  border-style: none !important;
}

.select2-container--classic.select2-container--open,
.select2-container--default.select2-container--open {
  box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
}

.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #cbc4bc !important;
  outline: 0;
}

.select2-container--classic.select2-container--focus,
.select2-container--default.select2-container--focus {
  outline: 0;
}

.select2-container--classic .select2-dropdown,
.select2-container--default .select2-dropdown {
  border-color: #d8d6de;
  z-index: 1060;
}

.select2-container--classic .select2-search--dropdown,
.select2-container--default .select2-search--dropdown {
  padding: 0.5rem;
}

.select2-container--classic .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none !important;
  border-radius: 0;
  border-color: #d8d6de;
  padding: 0.571rem 1rem;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 6px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered li .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field {
  margin-top: 7px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin-left: 0.7rem;
  margin-right: 0.5rem;
  font-size: 0px;
  display: inline-block;
  position: relative;
  line-height: 1rem;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:before,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-size: 0.85rem;
  height: 0.85rem;
  width: 0.85rem;
  position: absolute;
  top: 22%;
  left: -4px;
}

.select2-container--classic .select2-results__group,
.select2-container--default .select2-results__group {
  padding: 6px 9px;
  font-weight: 600;
}

.select2-container--classic .select2-results__option,
.select2-container--default .select2-results__option {
  padding: 0.428rem 1rem;
}

.select2-container--classic .select2-results__option[role=group],
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #bd9b60 !important;
  color: #fff !important;
}

.select2-container--classic .select2-results__option i,
.select2-container--classic .select2-results__option svg,
.select2-container--default .select2-results__option i,
.select2-container--default .select2-results__option svg {
  height: 1.15rem;
  width: 1.15rem;
  font-size: 1.15rem;
  margin-right: 0.5rem;
}

.select2-container--classic .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted {
  background-color: rgba(203, 196, 188, 0.12) !important;
  color: #bd9b60 !important;
}

.select2-container--classic .select2-result-repository__avatar img,
.select2-container--default .select2-result-repository__avatar img {
  width: 50px;
}

.select2-container--classic .select-lg,
.select2-container--default .select-lg {
  min-height: 2.714rem !important;
  font-size: 1.2rem;
  margin-bottom: 0 !important;
  padding: 0.3rem 0.7rem;
}

.select2-container--classic .select-lg.select2-selection--single .select2-selection__rendered,
.select2-container--default .select-lg.select2-selection--single .select2-selection__rendered {
  padding-top: -0.1rem;
}

.select2-container--classic .select-lg.select2-selection--single .select2-selection__arrow,
.select2-container--default .select-lg.select2-selection--single .select2-selection__arrow {
  top: 0rem !important;
}

.select2-container--classic .select-lg.select2-selection--multiple,
.select2-container--default .select-lg.select2-selection--multiple {
  padding: 0 0.2rem;
}

.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered {
  padding-top: 0 !important;
}

.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered li,
.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered li {
  font-size: 1.2rem;
}

.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered li .select2-search__field,
.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered li .select2-search__field {
  margin-top: 10px;
}

.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 5px;
}

.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before,
.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before {
  top: 46%;
}

.select2-container--classic .select-sm,
.select2-container--default .select-sm {
  min-height: 2.142rem !important;
  padding: 0 0.2rem;
  font-size: 0.75rem;
  margin-bottom: 0 !important;
  line-height: 1.45;
}

.select2-container--classic .select-sm.select2-selection--single .select2-selection__arrow,
.select2-container--default .select-sm.select2-selection--single .select2-selection__arrow {
  top: -0.3rem !important;
}

.select2-container--classic .select-sm.select2-selection--multiple,
.select2-container--default .select-sm.select2-selection--multiple {
  line-height: 1.25;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered {
  padding: 3px;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li,
.select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li {
  font-size: 0.75rem;
  margin-top: 2px;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li .select2-search__field,
.select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li .select2-search__field {
  margin-top: 4px;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice,
.select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 0 0.2rem;
  margin-top: 4px !important;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before,
.select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before {
  top: 5%;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--default .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
}

form span.error {
  width: 100%;
  font-size: 0.857rem;
}

form .error:not(input) {
  color: #ea5455;
  font-size: 12px;
}

form input.error,
form input.error:focus {
  border-color: #ea5455 !important;
}

form textarea.error {
  border-color: #ea5455 !important;
}

form .select2.error ~ .select2-container--classic .select2-selection--single,
form .select2.error ~ .select2-container--default .select2-selection--single,
form .select2.error + .select2-container--classic .select2-selection--multiple,
form .select2.error + .select2-container--default .select2-selection--multiple {
  border-color: #ea5455 !important;
}

.password-protect .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.password-protect .embed-responsive::before {
  display: block;
  content: "";
}
.password-protect .embed-responsive .embed-responsive-item,
.password-protect .embed-responsive iframe,
.password-protect .embed-responsive embed,
.password-protect .embed-responsive object,
.password-protect .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.password-protect .embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.password-protect .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.password-protect .embed-responsive-4by3::before {
  padding-top: 75%;
}
.password-protect .embed-responsive-1by1::before {
  padding-top: 100%;
}
@media screen and (min-width: 1050px) {
  .password-protect .embed-responsive .embed-responsive-item {
    max-height: 177.78vh;
  }
}
@media (max-aspect-ratio: 16/9) {
  .password-protect .embed-responsive .embed-responsive-item iframe {
    width: 177.78vh !important;
  }
}
.password-protect + .newsletter-container {
  margin-top: -100px;
}
.password-protect .password-form {
  position: absolute;
  top: calc(50% - 168px);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.password-protect .password-form .form-inline {
  margin: 0 15px;
  background-color: #fff;
  padding: 20px;
  width: 501px;
}
.password-protect .password-form h2 {
  font-size: 2.125rem;
  margin-bottom: 10px;
}
.password-protect .password-form .password-desc {
  font-size: 14px;
  color: #202e36;
  text-align: center;
}
.password-protect .password-form .form-group {
  padding-top: 15px;
}
.password-protect .password-form .devider {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 15px 0;
}
.password-protect .password-form .login-button-sec .btn {
  width: fill-available;
}

.main.account.checkout label {
  font-size: 12px;
}
.main.account.order-detail .status-badge {
  padding: 7px 15px;
  font-weight: 500;
}
.main.account.order-detail .status-badge.processing {
  background: rgba(203, 196, 188, 0.4509803922);
  color: #94795d;
}
.main.account.order-detail .status-badge.completed {
  background: rgba(178, 235, 150, 0.3215686275);
  color: #69ca39;
}
.main.account #myAccountMenu {
  cursor: pointer;
  display: none;
}
.main.account .account-content {
  margin-top: -122px;
}
.main.account .account-content .card .card {
  border: none;
  margin-bottom: 2rem;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  transition: all 0.3s ease-in-out, background 0s, color 0s, border-color 0s;
}
.main.account .account-content .card .card .card-header + .card-body {
  padding-top: 0px;
}
.main.account .account-content .card .card .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}
.main.account .side-menu-section {
  width: 300px;
  height: inherit;
}
.main.account .side-menu-section .account-menu {
  list-style: none;
  padding: 20px;
  background-color: #eee;
  height: calc(100% - 40px);
}
.main.account .side-menu-section .account-menu .account-menu-item {
  margin: 10px 0;
  padding: 15px 20px;
  transition-duration: 0.3s;
}
.main.account .side-menu-section .account-menu .account-menu-item:hover {
  background-color: rgba(32, 46, 54, 0.2823529412);
}
.main.account .side-menu-section .account-menu .account-menu-item a {
  color: #202e36;
}
.main.account .side-menu-section .account-menu .account-menu-item.active {
  background-color: #202e36;
}
.main.account .side-menu-section .account-menu .account-menu-item.active a {
  color: #fff;
}
.main.account .content {
  padding: 20px 20px 0 20px;
}
.main.account .card {
  padding: 12px;
  border-radius: 0 !important;
}
.main.account .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main.account .card .card-header .card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  cursor: pointer;
}
.main.account .card .card-header .dashboard-wl-title {
  display: flex;
  align-items: center;
}
.main.account .card .card-header .dashboard-wl-title .card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  cursor: pointer;
}
.main.account .card .card-header .dashboard-wl-title .card-header-text {
  margin-left: -25px;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: margin 0.25s, opacity 0.25s;
}
.main.account .card .card-header .dashboard-wl-title .card-header-text a.flow-redicerct-link {
  font-size: 14px;
}
.main.account .card .card-header .dashboard-wl-title .card-header-text .card-go-link {
  margin-left: 5px;
}
.main.account .card .card-header .dashboard-wl-title:hover .card-header-text {
  margin-left: 10px;
  visibility: visible;
  opacity: 1;
  transition: margin 0.25s, opacity 0.25s;
}
.main.account .card .card-body {
  padding: 12px 0 0 0;
  opacity: 1;
  visibility: visible;
  max-height: 300;
  transition: max-height 0.3s;
}
.main.account .card.cart, .main.account .card.sale-represantative, .main.account .card.card-shadow {
  border: none;
  margin-bottom: 2rem;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  transition: all 0.3s ease-in-out, background 0s, color 0s, border-color 0s;
}
.main.account .card.cart .card-header, .main.account .card.sale-represantative .card-header, .main.account .card.card-shadow .card-header {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: none;
  padding: 1.5rem;
  background-color: transparent;
}
.main.account .card.cart .card-header + .card-body, .main.account .card.sale-represantative .card-header + .card-body, .main.account .card.card-shadow .card-header + .card-body {
  padding-top: 0px;
}
.main.account .card.cart .card-body, .main.account .card.sale-represantative .card-body, .main.account .card.card-shadow .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}
.main.account .card.cart .card-footer, .main.account .card.sale-represantative .card-footer, .main.account .card.card-shadow .card-footer {
  padding: 1.5rem 1.5rem;
  background-color: rgba(34, 41, 47, 0.03);
  border-top: 1px solid rgba(34, 41, 47, 0.125);
  background-color: transparent;
}
.main.account .card.cart .card-footer:last-child, .main.account .card.sale-represantative .card-footer:last-child, .main.account .card.card-shadow .card-footer:last-child {
  border-radius: 0 0 calc(0.428rem - 1px) calc(0.428rem - 1px);
}
.main.account .card.cart ul.cart-products {
  list-style: none;
}
.main.account .card.cart ul.cart-products li.product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.main.account .card.cart ul.cart-products li.product .product-img img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
}
.main.account .card.cart ul.cart-products li.product .remove-item svg {
  width: 14px;
  height: 14px;
}
.main.account .card.cart ul.cart-products li.product .product-name {
  width: 100%;
  padding: 0 10px;
}

.cart .product-name {
  font-size: 18px;
  font-weight: 600;
}
.cart .product-info {
  row-gap: 5px;
}
.cart .product-collection, .cart .product-category {
  font-size: 15px;
}

.subtotal span.price, .shipping span.price, .total span.price {
  font-weight: 500;
}

.order-details {
  display: flex;
  flex-direction: column;
}
.order-details .order-card {
  padding: 0.75rem 0.25rem;
}
.order-details .order-sub-elem .order-sub-title {
  font-size: 14px;
}
.order-details .order-sub-elem .order-sub-cont {
  font-weight: 500;
}
.order-details #open-order svg {
  transition: transform 0.3s;
}
.order-details .order-products {
  max-height: 0;
  overflow-y: auto;
  transition: max-height 0.3s;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.order-details .order-products::-webkit-scrollbar {
  width: 5px;
}
.order-details .order-products::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.order-details .order-products::-webkit-scrollbar-thumb {
  background: #888;
}
.order-details .order-products::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 768.98px) {
  .order-details .order-products {
    display: none !important;
  }
}
.order-details.expanded .order-products {
  max-height: 460px;
}
.order-details.expanded #open-order svg {
  transform: rotate(180deg);
}
.order-details .detail-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-details .product-thumb .prod-name {
  font-size: 24px;
  margin-top: 7px;
}
.order-details .product-thumb .prod-name a {
  color: #94795d;
}
.order-details .product-thumb .prod-cat {
  font-size: 14px;
}
.order-details .product-thumb .prod-cat a {
  color: #212529;
}
.order-details .badge-stock {
  display: block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.order-details .badge-stock.in-stock {
  background-color: rgba(178, 235, 150, 0.3215686275);
}
.order-details .badge-stock.out-of-stock {
  background-color: rgba(203, 196, 188, 0.4509803922);
}

.account-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #000;
  opacity: 0.3;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.main.single-product .single-product-image {
  width: 100%;
}
.main.catalogue .store-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.main.catalogue .catalogue-filter {
  width: 260px;
}
.main.catalogue .catalogue-filter .card {
  padding: 12px;
  border: solid 1px #dbdbdb;
  border-radius: 0 !important;
}
.main.catalogue .catalogue-filter .card:not(.has-chevron) .card-body {
  padding: 12px 0 0 0;
}
.main.catalogue .catalogue-filter .card .open-filter {
  transition: transform 0.3s;
}
.main.catalogue .catalogue-filter .card .card-body {
  padding: 0;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main.catalogue .catalogue-filter .card .card-body.hidden {
  max-height: 0;
}
.main.catalogue .catalogue-filter .card .card-header {
  border-bottom: solid 0px #dbdbdb;
  padding-bottom: 0;
  transition: all 0.3s;
}
.main.catalogue .catalogue-filter .card.expanded .card-header {
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 8px;
}
.main.catalogue .catalogue-filter .card.expanded .card-body {
  padding: 12px 0 0 0;
  max-height: 500px;
  transition: max-height 0.3s;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.main.catalogue .catalogue-filter .card.expanded .card-body::-webkit-scrollbar {
  width: 5px;
}
.main.catalogue .catalogue-filter .card.expanded .card-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.main.catalogue .catalogue-filter .card.expanded .card-body::-webkit-scrollbar-thumb {
  background: #888;
}
.main.catalogue .catalogue-filter .card.expanded .card-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.main.catalogue .catalogue-filter .card.expanded .open-filter {
  transform: rotate(180deg);
}
.main.catalogue .catalogue-filter .card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.main.catalogue .catalogue-filter .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.main.catalogue .catalogue-products {
  width: calc(100% - 280px);
}
.main.catalogue .catalogue-products .product-card {
  width: 100%;
  height: auto;
  position: relative;
}
.main.catalogue .catalogue-products .product-card .card-image {
  position: relative;
}
.main.catalogue .catalogue-products .product-card .card-image .adc-button {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  column-gap: 10px;
}
.main.catalogue .catalogue-products .product-card .card-image .adc-button .btn-adc {
  background: #fff;
  width: 35px;
  height: 35px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.main.catalogue .catalogue-products .product-card .product-img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}
.main.catalogue .catalogue-products .product-card .product-cat {
  font-size: 13px;
  font-weight: 500;
}
.main.catalogue .catalogue-products .product-card .product-name {
  font-size: 16px;
}
.main.catalogue .catalogue-products .product-card a {
  color: #202e36;
}
.main.catalogue .catalogue-products .product-card a:hover {
  color: #bd9b60;
}
.main .content.favorites .catalogue-filter {
  width: 260px;
}
.main .content.favorites .catalogue-filter .search-form input {
  border: solid 1px #dbdbdb;
  border-right: none !important;
  border-radius: 0 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  outline: none;
  padding: 12px;
  width: calc(100% - 43.5px);
}
.main .content.favorites .catalogue-filter .search-form .search-icon {
  border: solid 1px #dbdbdb;
  border-left: none !important;
  border-radius: 0 !important;
  padding: 11.5px;
  position: relative;
  top: 2px;
  right: 4px;
}
.main .content.favorites .catalogue-filter .filter-form .card {
  padding: 12px;
  border: solid 1px #dbdbdb;
  border-radius: 0 !important;
  width: calc(100% - 5px);
}
.main .content.favorites .catalogue-filter .filter-form .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .content.favorites .catalogue-filter .filter-form .card .card-header svg {
  color: #94795d;
  cursor: pointer;
  transition: transform 0.3s;
}
.main .content.favorites .catalogue-filter .filter-form .card .card-header .card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.main .content.favorites .catalogue-filter .filter-form .card .card-body {
  padding: 12px 0 0 0;
  opacity: 1;
  visibility: visible;
  max-height: 300;
  transition: max-height 0.3s;
}
.main .content.favorites .catalogue-filter .filter-form .card .card-body.hidden {
  padding: 0 !important;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transition: max-height 0.3s;
}
.main .content.favorites .catalogue-filter .filter-form .card.expanded .card-header {
  border-bottom: solid 1px #dbdbdb;
}
.main .content.favorites .catalogue-filter .filter-form .card.expanded .card-header svg {
  transform: rotate(180deg);
  margin-bottom: 8px;
  transition: transform 0.3s;
}
.main .content.favorites .catalogue-filter .filter-form .card.expanded .card-header h2.card-title {
  margin-bottom: 8px;
}
.main .content.favorites .catalogue-products .product-card,
.main .content.favorites .favorites-products .product-card {
  width: 100%;
  height: auto;
}
.main .content.favorites .catalogue-products .product-card .product-link,
.main .content.favorites .favorites-products .product-card .product-link {
  flex: 0 0 auto;
  width: 100%;
}
.main .content.favorites .catalogue-products .product-card .product-img,
.main .content.favorites .favorites-products .product-card .product-img {
  width: 100%;
  height: auto;
}
.main .content.favorites .catalogue-products .product-card .adc-button,
.main .content.favorites .favorites-products .product-card .adc-button {
  position: relative;
  right: 90px;
  display: flex;
  top: 10px;
}
.main .content.favorites .catalogue-products .product-card .adc-button #fav,
.main .content.favorites .catalogue-products .product-card .adc-button #cart,
.main .content.favorites .favorites-products .product-card .adc-button #fav,
.main .content.favorites .favorites-products .product-card .adc-button #cart {
  background-color: white;
  width: 35px;
  height: 35px;
  padding: 4px;
}
.main .content.favorites .catalogue-products .product-card .adc-button #cart,
.main .content.favorites .favorites-products .product-card .adc-button #cart {
  margin-left: 10px;
}
.main .content.favorites .catalogue-products .product-card .product-info a,
.main .content.favorites .favorites-products .product-card .product-info a {
  color: #202e36;
}
.main .content.favorites .catalogue-products .product-card .product-info a.product-cat,
.main .content.favorites .favorites-products .product-card .product-info a.product-cat {
  font-size: 14px;
  font-weight: 400;
}
.main .content.favorites .catalogue-products .product-card .product-info a.product-name,
.main .content.favorites .favorites-products .product-card .product-info a.product-name {
  font-size: 16px;
}
.main .content.favorites .catalogue-products .product-card .product-info a:hover,
.main .content.favorites .favorites-products .product-card .product-info a:hover {
  color: #94795d;
}

.main-banner.static-image {
  position: relative;
  top: -100px;
  width: 100%;
}
.main-banner .slider-overlay {
  height: 100%;
}
.main-banner img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.main-banner .banner-text {
  position: absolute;
  top: 40%;
  display: flex;
  z-index: 1;
  width: 100%;
  justify-content: center;
}
.main-banner .banner-text p {
  max-width: 1200px;
  margin-top: 25px !important;
  margin: auto;
  text-align: center;
  padding: 0 25px;
}
.main-banner .banner-text h2 {
  color: #fff;
  font-family: "vanelli-bold";
  font-size: 5.625rem;
  line-height: 1;
  text-align: center;
}

.double-banner img {
  max-width: 100%;
  object-fit: cover;
}

.collection-title-section .section-image.right-space {
  margin-right: 140px;
}
.collection-title-section .section-image.left-space {
  margin-right: 140px;
}
.collection-title-section img {
  width: 100%;
  object-fit: cover;
}
.collection-title-section .collection-title {
  background-color: #f2f2f1;
  font-size: 0.9375rem;
  padding: 35px 115px;
  z-index: 99;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 85px;
  text-align: center;
}
.collection-title-section .collection-title h2 {
  color: #bd9b60;
  font-size: 3.125rem;
  line-height: 1;
  margin-bottom: 20px;
}
.collection-title-section .collection-title h2 + p {
  margin-bottom: 20px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.collection-products {
  width: 100%;
}
.collection-products .product-gallery.light {
  list-style: none;
}
.collection-products .product-gallery.light li .product-title h3 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.collection-products .product-gallery.light li .product-desc {
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
}
.collection-products .product-gallery.light li img {
  width: 100%;
  height: auto;
  max-height: 356px;
  object-fit: cover;
}

.zoom {
  display: inline-block;
  position: relative;
  width: 100%;
}
.zoom img {
  display: block;
}
.zoom img::selection {
  background-color: transparent;
}

hr.light {
  color: #bd9b60;
  background-color: #bd9b60;
}

.product-detail-table {
  font-size: 14px;
  border-color: #dbdbdb;
}
.product-detail-table tbody td {
  border-bottom: solid 1px #dbdbdb !important;
  border-collapse: collapse;
}
.product-detail-table tbody td.title {
  font-weight: 500;
}
.product-detail-table a {
  color: #bd9b60;
  font-weight: 500;
  text-decoration: none;
}
.product-detail-table a:hover {
  color: #94795d;
}
.product-detail-table .detail.with-icon.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.breadcrumb {
  font-size: 14px;
}

.download-datasheet {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download-datasheet a {
  display: flex;
  align-items: center;
}

h2.modal-title {
  font-size: 1.75rem;
}

.half-banner .main-banner {
  max-height: 50vh;
  top: -122px !important;
  z-index: 0;
}
.half-banner .main-banner img {
  max-height: 50vh;
  object-fit: cover;
}

.sp-banner-cat a {
  font-size: 22px;
}

.care-title {
  height: calc(100% - 0.5px);
}

.step-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  overflow: hidden;
}
.step-container .step-item-container {
  margin: -40px 0 20px 0px;
  max-width: 1050px;
}
.step-container .step-item-container .step-item {
  margin: 10px 30px;
}
.step-container .step-item-container .step-item.to-left {
  float: left;
}
.step-container .step-item-container .step-item.to-right {
  float: right;
}
.step-container .step-item-container .step-item .step-item-description {
  display: flex;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  padding-left: 5px;
  position: relative;
}
.step-container .step-item-container .step-item .step-item-description .step-item-cta-button {
  margin-top: 15px;
  width: 100%;
}
.step-container .step-item-container .step-item .step-item-description .step-item-cta-button .v-button_container {
  justify-content: start;
  padding-top: 15px;
  align-items: center;
  display: flex;
}
.step-container .step-item-container .step-item .step-item-description .step-item-cta-button .v-button_container .v-button_arrow {
  margin-left: 5px;
}
.step-container .step-item-container .step-item:nth-child(odd) .seperator {
  border-bottom: 1px solid #bd9b60;
  left: -25px;
  position: absolute;
  top: 37px;
  width: 20px;
}
.step-container .step-item-container .step-item .step-item-title {
  color: #bd9b60;
  font-family: Vanelli-Bold;
  font-size: 1.75rem;
  line-height: 36px;
  margin: 20px 0 5px;
}
.step-container .step-item-container .step-item .step-item-text {
  flex-basis: 90%;
}
.step-container .step-item-container .step-item .step-item-text p {
  font-size: 0.9375rem !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.step-container .step-item-container .step-item:nth-child(2n) {
  margin-top: 50px;
}
.step-container .step-item-container .step-item:nth-child(2n) .step-item-description {
  padding-left: 0;
}
.step-container .step-item-container .step-item:nth-child(2n) .seperator {
  border-bottom: 1px solid #bd9b60;
  left: -30px;
  position: absolute;
  top: 37px;
  width: 20px;
}
.step-container .step-item-container .step-item:nth-child(2) {
  margin-top: 150px;
}

.load-more .btn {
  border-radius: 0 !important;
  font-weight: 500;
}

.account-right-card {
  width: 400px !important;
}
@media (max-width: 1323.28px) {
  .account-right-card {
    width: 100% !important;
  }
}

.my-account-title {
  padding: 30px 0;
}

.text-white {
  color: #fff;
}

.mt-n-10 {
  margin-top: -10rem;
}

.video-background div {
  height: 100vh !important;
  overflow: hidden;
  position: relative;
  width: 100vw !important;
}

@media screen and (min-width: 1050px) {
  .video-background div {
    max-height: 177.78vh;
  }
}
.video-background div iframe {
  height: 100vh;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw !important;
  z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
  .video-background div iframe {
    height: 56.25vw !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-background div iframe {
    width: 177.78vh !important;
  }
}
.usage-icon .usageicon {
  display: block;
  float: left;
  height: 17px;
  margin-right: 10px;
  text-indent: -2000em;
  background-position: left 0px;
  background-repeat: no-repeat;
  transition-duration: 0ms;
}
.usage-icon:hover .usageicon {
  background-position: left -17px !important;
}
.usage-icon .upholstery {
  width: 27px;
  background-image: url(../../assets/img/icons/usage_upholstery.png);
}
.usage-icon .pillow {
  width: 27px;
  background-image: url(../../assets/img/icons/usage_pillows.png);
}
.usage-icon .curtains {
  width: 18px;
  background-image: url(../../assets/img/icons/usage_curtains.png);
}
.usage-icon .outdoor {
  width: 20px;
  background-image: url(../../assets/img/icons/usage_outdoor.png);
}
.usage-icon .tablecloths {
  width: 25px;
  background-image: url(../../assets/img/icons/usage_tablecloths.png);
}
.usage-icon .breathable {
  width: 24px;
  background-image: url(../../assets/img/icons/usage_breathe.png);
}
.usage-icon .fire-retardant {
  width: 16px;
  background-image: url(../../assets/img/icons/usage_fr.png);
}
.usage-icon .quick-clean {
  width: 17px;
  background-image: url(../../assets/img/icons/usage_quickclean.png);
}
.usage-icon .water-repellent {
  width: 17px;
  background-image: url(../../assets/img/icons/usage_waterrep.png);
}
.usage-icon .waterproof {
  width: 20px;
  background-image: url(../../assets/img/icons/usage_waterproof.png);
}
.usage-icon .imo {
  width: 17px;
  background-image: url(../../assets/img/icons/usage_imo.png);
}
.usage-icon .oil-repellent {
  width: 12px;
  background-image: url(../../assets/img/icons/treat_oilrepellent.png);
}
.usage-icon .m-protect {
  width: 19px;
  background-image: url(../../assets/img/icons/treat_mprotect.png);
}

.care-icon .careicon {
  display: block;
  width: 25px;
  height: 22px;
  margin-right: 5px;
  text-indent: -2000em;
  background-size: cover !important;
}
.care-icon .machine-wash-30-mild {
  background: url(../../assets/img/icons/care_wash30mild.png) no-repeat;
}
.care-icon .wipe-only {
  background: url(../../assets/img/icons/care_wipe_only.png) no-repeat;
}
.care-icon .do-not-wash {
  background: url(../../assets/img/icons/care_nowash.png) no-repeat;
}
.care-icon .hand-wash {
  background: url(../../assets/img/icons/care_handwash.png) no-repeat;
}
.care-icon .machine-wash-30 {
  background: url(../../assets/img/icons/care_wash30.png) no-repeat;
}
.care-icon .machine-wash-30-mild {
  background: url(../../assets/img/icons/care_wash30mild.png) no-repeat;
}
.care-icon .machine-wash-30-very-mild {
  background: url(../../assets/img/icons/care_wash30verymild.png) no-repeat;
}
.care-icon .machine-wash-40 {
  background: url(../../assets/img/icons/care_wash40.png) no-repeat;
}
.care-icon .machine-wash-40-mild {
  background: url(../../assets/img/icons/care_wash40mild.png) no-repeat;
}
.care-icon .machine-wash-40-very-mild {
  background: url(../../assets/img/icons/care_wash40verymild.png) no-repeat;
}
.care-icon .machine-wash-50 {
  background: url(../../assets/img/icons/care_wash50.png) no-repeat;
}
.care-icon .machine-wash-50-mild {
  background: url(../../assets/img/icons/care_wash50mild.png) no-repeat;
}
.care-icon .machine-wash-60 {
  background: url(../../assets/img/icons/care_wash60.png) no-repeat;
}
.care-icon .machine-wash-60-mild {
  background: url(../../assets/img/icons/care_wash60mild.png) no-repeat;
}
.care-icon .machine-wash-70 {
  background: url(../../assets/img/icons/care_wash70.png) no-repeat;
}
.care-icon .machine-wash-95 {
  background: url(../../assets/img/icons/care_wash95.png) no-repeat;
}
.care-icon .do-not-bleach {
  background: url(../../assets/img/icons/care_nobleach.png) no-repeat;
}
.care-icon .any-bleach {
  background: url(../../assets/img/icons/care_anybleach.png) no-repeat;
}
.care-icon .bleach-nochlor {
  background: url(../../assets/img/icons/care_nochlorbleach.png) no-repeat;
}
.care-icon .do-not-tumbledry {
  background: url(../../assets/img/icons/care_notumbledry.png) no-repeat;
}
.care-icon .tumbledry {
  background: url(../../assets/img/icons/care_tumbledry.png) no-repeat;
}
.care-icon .tumbledry-low {
  background: url(../../assets/img/icons/care_tumbledrylow.png) no-repeat;
}
.care-icon .tumbledry-med {
  background: url(../../assets/img/icons/care_tumbledrymed.png) no-repeat;
}
.care-icon .do-not-irone {
  background: url(../../assets/img/icons/care_noiron.png) no-repeat;
}
.care-icon .iron-low {
  background: url(../../assets/img/icons/care_ironlow.png) no-repeat;
}
.care-icon .iron-med {
  background: url(../../assets/img/icons/care_ironmed.png) no-repeat;
}
.care-icon .iron-high {
  background: url(../../assets/img/icons/care_ironhi.png) no-repeat;
}
.care-icon .do-not-dryclean {
  background: url(../../assets/img/icons/care_nodryclean.png) no-repeat;
}
.care-icon .dryclean-tce {
  background: url(../../assets/img/icons/care_dryclean_tce.png) no-repeat;
}
.care-icon .dryclean-tce-mild {
  background: url(../../assets/img/icons/care_dryclean_tce_mild.png) no-repeat;
}
.care-icon .dryclean-hc {
  background: url(../../assets/img/icons/care_dryclean_hc.png) no-repeat;
}
.care-icon .dryclean-hc-mild {
  background: url(../../assets/img/icons/care_dryclean_hc_mild.png) no-repeat;
}
.care-icon .prof-wet-normal {
  background: url(../../assets/img/icons/care_wet_normal.png) no-repeat;
}
.care-icon .prof-wet-mild {
  background: url(../../assets/img/icons/care_wet_mild.png) no-repeat;
}
.care-icon .prof-wet-verymild {
  background: url(../../assets/img/icons/care_wet_verymild.png) no-repeat;
}
.care-icon .do-not-prof-wet {
  background: url(../../assets/img/icons/care_no_wet.png) no-repeat;
}

.main-header .btn-icon.mobile-menu svg {
  stroke: #FFF;
}
.main-header.opened tn-icon.mobile-menu svg {
  stroke: #202e36;
}

#mobileMenu {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .catalogue-filter {
    width: 100%;
  }
  .catalogue-products {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .main-banner .banner-text h2 {
    padding: 0 15px;
    font-size: 4.625rem;
  }
  .discover__container {
    margin-left: 75px;
    margin-right: 75px;
  }
}
@media screen and (min-width: 1050px) {
  .step-item-container .step-item {
    max-width: 450px;
  }
}
@media screen and (max-width: 1050px) {
  .step-item-container {
    padding: 0 15px;
  }
  .step-item-container .step-item {
    width: 100%;
    height: auto;
    float: unset !important;
    margin: auto !important;
    margin-bottom: 45px !important;
  }
  .step-item-container .step-item img {
    width: 100%;
  }
  .collection-title-section {
    margin-bottom: 35px;
  }
  .collection-title-section .section-image.right-space {
    margin-right: 0;
  }
  .collection-title-section .collection-title {
    margin: auto;
    min-width: auto;
    padding: 25px;
    text-align: center;
  }
  .double-banner img {
    display: none;
  }
  .double-banner .col-lg-6 {
    text-align: center;
    justify-content: center;
  }
  .double-banner .col-lg-6:not(.d-flex) {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .newsletter-container {
    flex-direction: column;
    align-items: center;
  }
  .newsletter-container .newsletter-text {
    text-align: center;
  }
  .newsletter-container .newsletter-form {
    flex-direction: column !important;
  }
  .newsletter-container .newsletter-form .v-info-button {
    height: 40px;
  }
}
@media screen and (max-width: 700px) {
  .main-banner .banner-text h2 {
    font-size: 3.625rem;
  }
  .discover__container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 600px) {
  footer .main-container {
    padding: 0 !important;
  }
  footer .main-container .row {
    margin: 0 !important;
  }
  footer .main-container .row .nav-col {
    margin: 0;
    flex: 1 1 auto;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .main-container .row .nav-col .nav a {
    text-align: center;
  }
  footer .copyright-container .container {
    flex-direction: column-reverse;
    padding: 0 25px 15px 25px;
  }
  footer .copyright-container .container .social-media-container {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .main-banner .banner-text h2 {
    font-size: 2.625rem;
  }
  .discover__container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .main-banner .banner-text h2 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1199.8px) {
  #myAccountMenu {
    display: flex !important;
  }
  #closeAccountMenu {
    cursor: pointer;
  }
  .main.account .side-menu-section {
    width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: width 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
  }
  .main.account .side-menu-section.expanded {
    width: 300px;
  }
}
@media screen and (max-width: 1023.8px) {
  .catalogue {
    margin-top: -95px;
  }
  .main.catalogue .container {
    width: auto;
  }
  .catalogue-filter {
    transform: translate(-155%);
    transition: transform 0.3s ease;
    position: fixed;
    z-index: 99;
    background-color: #FFF;
    width: 100% !important;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: auto;
  }
  .catalogue-filter.expanded {
    transform: translate(0);
  }
  .catalogue-filter .close-filter {
    background: transparent;
    border: none;
    width: 25px;
    height: 25px;
  }
  .catalogue-filter .filter-title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    color: #94795d;
  }
  .catalogue-products {
    width: 100% !important;
  }
  .filter-form {
    padding: 20px;
  }
}
@media screen and (min-width: 1023.8px) {
  .store-actions, .mobile-filter-header {
    display: none !important;
  }
}
.my-vanelli-button {
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4e0f7;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.my-vanelli-button::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8592ad;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.my-vanelli-button:hover::before {
  opacity: 0.2;
}
.my-vanelli-button span {
  position: absolute;
}
.my-vanelli-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #FFF);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}
.my-vanelli-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #FFF);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}
.my-vanelli-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFF);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}
.my-vanelli-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}