:root {
  --mainBlack: #231f20;
  --mainWhite: #ffffff;
  --mainRed: red;
  --mainHighlight: #d3bf85;
  --mainBackground: #231f20;
  --mainBorder: rgba(255, 255, 255, 0.1);
  --mainRealBlack: #000;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #231f20;
  font-size: 16px;
  letter-spacing: 0.4px;
}
body main {
  flex: 1;
}
body h1, body h2, body h3 {
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}
@media (min-width: 992px) {
  body h1, body h2, body h3 {
    font-size: 30px;
  }
}
body h1 {
  font-weight: 800;
}
body h2 {
  font-size: 18px;
}
@media (min-width: 992px) {
  body h2 {
    font-size: 23px;
  }
}
body h3 {
  font-size: 20px;
}
body a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #d3bf85;
}
body a:hover {
  text-decoration: none;
  color: #9c8a52;
}
body img {
  height: auto;
}
body .more {
  color: #d3bf85;
}
@media (min-width: 576px) {
  body .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1400px) {
  body .container {
    max-width: 1230px;
  }
}
@media (min-width: 1600px) {
  body .container {
    max-width: 1230px;
  }
}

.initial-hidden {
  display: none;
}

header {
  background: #231f20;
  position: sticky;
  top: -41px;
  z-index: 10;
}
header .header-top {
  background: #231f20;
  color: #ffffff;
  padding: 0 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .header-top a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
header .header-top a:hover {
  color: #d3bf85;
}
header .header-top .header-links ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-right: 20px;
  margin-left: -10px;
}
header .header-top .header-links ul li {
  list-style: none;
  display: flex;
  width: auto;
  padding: 10px 10px;
  position: relative;
}
header .header-top .header-links ul li:nth-last-child(2) {
  margin-left: auto;
}
header .header-top .header-links ul li:nth-last-child(-n+2) {
  background: #000;
  z-index: 1;
}
header .header-top .header-links ul li:nth-last-child(2)::before,
header .header-top .header-links ul li:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  width: 14px;
  height: 100%;
  z-index: 0;
}
header .header-top .header-links ul li:nth-last-child(2)::before {
  left: -14px;
  background: linear-gradient(to bottom right, transparent 50%, #000 51%);
}
header .header-top .header-links ul li:last-child::after {
  right: -14px;
  background: linear-gradient(to bottom right, #000 50%, transparent 51%);
}
header .header-top .header-links-mobile {
  position: relative;
  padding: 8px 0;
}
header .header-top .header-links-mobile .header-links-toggle {
  width: 100%;
  color: #ffffff;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-top .header-links-mobile .header-links-toggle:hover, header .header-top .header-links-mobile .header-links-toggle:focus {
  color: #d3bf85;
  box-shadow: none;
}
header .header-top .header-links-mobile .collapse {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 20;
}
header .header-top .header-links-mobile .header-links ul {
  display: block;
  margin: 0;
  padding: 0;
}
header .header-top .header-links-mobile .header-links ul li {
  display: block;
  padding: 8px 12px;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .header-top .header-links-mobile .header-links ul li:nth-last-child(2) {
  margin-left: 0;
}
header .header-top .header-links-mobile .header-links ul li:nth-last-child(-n+2) {
  background: #000;
}
header .header-top .header-links-mobile .header-links ul li:nth-last-child(2)::before,
header .header-top .header-links-mobile .header-links ul li:last-child::after {
  display: none;
}
header .inner {
  padding: 20px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
header .inner a {
  color: #ffffff;
}
header .inner a:hover {
  color: #d3bf85;
}
header .inner .search-holder {
  max-width: 540px;
}
@media (min-width: 992px) {
  header .inner .search-holder {
    width: 35vw;
    min-width: 400px;
  }
}
header .inner .dropdown-toggle {
  position: relative;
  padding-right: 20px;
  line-height: 15px;
}
header .inner .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .inner .dropdown .dropdown-menu {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  transform: translate(-40%, 42px) !important;
}
header .inner .dropdown .dropdown-menu ul {
  padding: 0;
  margin: 0;
}
header .inner .dropdown .dropdown-menu ul li {
  list-style: none;
}
header .inner .dropdown .dropdown-menu ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  white-space: nowrap;
}
header .inner .dropdown .dropdown-menu ul li a:hover {
  background: #231f20;
  color: #ffffff;
}
header .inner .cart-icon {
  position: relative;
  padding-left: 35px;
}
header .inner .cart-icon .webshop-cart-indicator {
  position: absolute;
  left: -20px;
  top: -10px;
  width: 16px;
  height: 16px;
  background: #d3bf85;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
header .inner .cart-icon:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 24 24' width='512' height='512'%3E%3Cpath fill='white' d='M23.32,4.1c-.57-.7-1.42-1.1-2.32-1.1H7.24l-.04-.35c-.18-1.51-1.46-2.65-2.98-2.65h-1.22c-.55,0-1,.45-1,1s.45,1,1,1h1.22c.51,0,.93,.38,.99,.88l1.38,11.7c.3,2.52,2.43,4.42,4.97,4.42h8.44c.55,0,1-.45,1-1s-.45-1-1-1H11.56c-1.29,0-2.41-.82-2.83-2h9.43c2.38,0,4.44-1.69,4.9-4.02l.88-4.39c.18-.88-.05-1.79-.62-2.49Zm-1.34,2.1l-.88,4.39c-.28,1.4-1.52,2.41-2.94,2.41H8.42l-.94-8h13.52c.3,0,.58,.13,.77,.37,.19,.23,.27,.54,.21,.83Zm-10.98,15.8c0,1.1-.9,2-2,2s-2-.9-2-2,.9-2,2-2,2,.9,2,2Zm9,0c0,1.1-.9,2-2,2s-2-.9-2-2,.9-2,2-2,2,.9,2,2ZM0,6c0-.55,.45-1,1-1h1.54c.55,0,1,.45,1,1s-.45,1-1,1H1c-.55,0-1-.45-1-1Zm0,4c0-.55,.45-1,1-1H3c.55,0,1,.45,1,1s-.45,1-1,1H1c-.55,0-1-.45-1-1Zm5,4c0,.55-.45,1-1,1H1c-.55,0-1-.45-1-1s.45-1,1-1h3c.55,0,1,.45,1,1Z'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  header .inner .cart-icon:before {
    width: 24px;
    height: 24px;
  }
}
header .inner .user-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
  display: flex;
  padding: 2px;
  text-align: center;
}
@media (min-width: 768px) {
  header .inner .user-icon {
    width: 30px;
    height: 30px;
  }
}
header .inner .user-icon.logged-in-user {
  font-weight: 500;
  display: inline-block;
  line-height: 23px;
}
header .inner .user-icon.logged-out-user:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='512' height='512'%3E%3Cg id='_01_align_center' data-name='01 align center'%3E%3Cpath fill='white' d='M21,24H19V18.957A2.96,2.96,0,0,0,16.043,16H7.957A2.96,2.96,0,0,0,5,18.957V24H3V18.957A4.963,4.963,0,0,1,7.957,14h8.086A4.963,4.963,0,0,1,21,18.957Z'/%3E%3Cpath fill='white' d='M12,12a6,6,0,1,1,6-6A6.006,6.006,0,0,1,12,12ZM12,2a4,4,0,1,0,4,4A4,4,0,0,0,12,2Z'/%3E%3C/g%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
}
header .inner .header-mobile-tools .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 8px 10px;
  line-height: 1;
}
header .inner .header-mobile-tools .navbar-toggler:focus {
  box-shadow: none;
}
header .inner .header-mobile-tools .search-holder {
  max-width: none;
  width: 100%;
}
@media (min-width: 992px) {
  header .inner .header-mobile-tools {
    display: none !important;
  }
}
header .logo-holder img {
  width: 100%;
  max-width: 150px;
}
@media (min-width: 1200px) {
  header .logo-holder img {
    max-width: 200px;
  }
}

.menu {
  background: #231f20;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.menu .products-header {
  background: #d3bf85;
  color: #ffffff;
  padding: 8px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  display: flex;
  height: 100%;
  width: 100%;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .menu .products-header {
    padding: 17px 30px 13px;
    margin-left: 0;
    max-width: 290px;
  }
}
.menu .products-header .fal {
  margin-right: 10px;
}
.menu .products-header:hover {
  background: #9c8a52;
}
.menu .navbar-toggler {
  border: none;
  color: #ffffff;
  height: 100%;
}
@media (min-width: 992px) {
  .menu .navbar-toggler {
    display: none;
  }
}
.menu .navbar {
  right: 0;
  padding: 0;
  text-align: left;
  z-index: 10;
  top: 100%;
  position: absolute;
  background: #231f20;
  width: 100%;
}
@media (min-width: 992px) {
  .menu .navbar {
    position: static;
    background: initial;
  }
}
.menu .navbar ul {
  margin-left: -20px;
}
.menu .navbar ul > li {
  padding: 10px 20px;
}
@media (min-width: 992px) {
  .menu .navbar ul > li {
    padding: 0 20px;
  }
}
.menu .navbar ul > li a {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.menu .navbar ul > li a:hover {
  color: #d3bf85;
}
@media (min-width: 576px) {
  .menu .navbar {
    background: initial;
    position: static;
    padding: 15px 0;
    width: auto;
    text-align: right;
  }
}

footer {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .top {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #ffffff;
}
footer .top i {
  width: 16px;
  text-align: center;
}
footer .top a {
  color: #ffffff;
}
footer .top a:hover {
  color: #d3bf85;
}
footer .top .footer-title {
  font-weight: 500;
  color: #d3bf85;
  margin-bottom: 20px;
  letter-spacing: 0.4px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  footer .top .footer-title {
    text-align: left;
  }
}
footer .top ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 0;
}
footer .top ul li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  flex: 1 1 0%;
  text-align: left;
}
@media (max-width: 575px) {
  footer .top ul {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .top ul li {
    width: 100%;
    text-align: center;
  }
}
footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  padding-bottom: 90px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 992px) {
  footer .bottom {
    padding-bottom: 30px;
  }
}

#toTop {
  background: #d3bf85;
  border: none;
  bottom: 30px;
  color: #ffffff;
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 50px;
  z-index: 100;
  display: none;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #toTop {
    bottom: 60px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  #toTop {
    bottom: 60px;
    right: 40px;
    display: block;
  }
}
#toTop:focus {
  outline: none;
}

.error {
  margin-top: 200px;
  margin-bottom: 200px;
}
.error .clip {
  display: inline-block;
  margin: 20px;
  font-size: 50px;
}
.error .clip .shadow {
  width: 90px;
  height: 90px;
  background-color: #d3bf85;
  border-radius: 50%;
  color: #ffffff;
  line-height: 90px;
}

.fa {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300 !important;
}

.consentPreferences {
  display: none !important;
  position: relative !important;
}
@media (min-width: 992px) {
  .consentPreferences {
    display: block !important;
    position: fixed !important;
  }
}

.page-0:not(.page-home) section.top {
  position: relative;
}
.page-0:not(.page-home) section.top img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.page-0:not(.page-home) section.top .title {
  position: relative h1, h2;
  position-font-size: 50px;
  position-font-weight: 700;
}

/**
Section styles
 */
section {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
section.black {
  background-color: #000;
}

section.slider-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px !important;
}
@media (min-width: 992px) {
  section.slider-container {
    padding: 0 !important;
  }
}
section.slider-container .widget-front-search {
  padding: 20px;
  background-color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}
section.slider-container .widget-front-search p {
  margin-bottom: 0;
}
section.slider-container .widget-front-search .form-group {
  margin-bottom: 0;
}
section.slider-container #slider {
  height: 100%;
  min-height: 340px;
  padding-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  section.slider-container #slider {
    min-height: 400px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  section.slider-container #slider {
    min-height: 540px;
    padding-bottom: 0;
  }
}
section.slider-container #slider .carousel-caption {
  z-index: 1;
  top: auto;
  bottom: 50px;
  left: 20px;
  right: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  section.slider-container #slider .carousel-caption {
    left: 50px;
    right: 50px;
  }
}
section.slider-container #slider .carousel-caption h1,
section.slider-container #slider .carousel-caption h2 {
  font-size: clamp(32px, 3.3333333333vw + 7.9666666667px, 56px);
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
}
section.slider-container #slider .carousel-caption .carousel-caption-lead {
  margin-bottom: 20px;
  font-size: clamp(18px, 0.5555555556vw + 13.9944444444px, 22px);
  line-height: clamp(20px, 0.6944444444vw + 14.9930555556px, 25px);
}
@media (min-width: 992px) {
  section.slider-container #slider .carousel-caption .carousel-caption-lead {
    margin-bottom: 50px;
  }
}
section.slider-container #slider:hover .carousel-control-next, section.slider-container #slider:hover .carousel-control-prev {
  opacity: 1;
}
section.slider-container #slider .carousel-control-next, section.slider-container #slider .carousel-control-prev {
  width: 40px;
  opacity: 0;
}
section.slider-container #slider .carousel-control-next .carousel-control-prev-icon, section.slider-container #slider .carousel-control-next .carousel-control-next-icon, section.slider-container #slider .carousel-control-prev .carousel-control-prev-icon, section.slider-container #slider .carousel-control-prev .carousel-control-next-icon {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  opacity: 1;
}
section.slider-container #slider .carousel-control-next .carousel-control-next-icon, section.slider-container #slider .carousel-control-prev .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
section.slider-container #slider .carousel-control-next .carousel-control-prev-icon, section.slider-container #slider .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708l6 6a.5.5 0 0 0 .708-.708L5.707 8l5.647-5.646a.5.5 0 0 0 0-.708z'/%3e%3c/svg%3e");
}
section.slider-container #slider img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
section.slider-container #slider .image-container:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #231f20;
  opacity: 0.3;
  z-index: 0;
}
section.slider-container #slider .carousel-indicators {
  left: 50px;
  right: auto;
  margin: 15px 0 !important;
}
section.slider-container #slider .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: #ffffff;
  opacity: 0.5;
}
section.slider-container #slider .carousel-indicators [data-bs-target].active {
  background-color: #d3bf85;
  opacity: 1;
}
section.slider-container .imagebg {
  height: 320px;
}
@media (min-width: 768px) {
  section.slider-container .imagebg {
    height: 400px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  section.slider-container .imagebg {
    height: 540px;
  }
}
section.slider-container .imagebg .has-image, section.slider-container .imagebg .main-image, section.slider-container .imagebg picture, section.slider-container .imagebg img {
  height: 100%;
}
section.slider-container .imagebg .box, section.slider-container .imagebg .main-image {
  margin-bottom: 0;
}
section.slider-container .imagebg .inner {
  top: auto;
  transform: translateY(0);
  padding: 50px;
}
section.slider-container .imagebg .inner h2 {
  font-size: clamp(32px, 3.3333333333vw + 7.9666666667px, 56px);
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 10px;
}
section.slider-container .imagebg .inner p {
  font-size: clamp(18px, 0.5555555556vw + 13.9944444444px, 22px);
  line-height: clamp(20px, 0.6944444444vw + 14.9930555556px, 25px);
  color: #ffffff;
  opacity: 0.8;
}
/**
PageBox styles
 */
.imagebg {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .imagebg {
    margin-bottom: 0;
  }
}
.imagebg img {
  min-height: 200px;
  object-fit: cover;
}
.imagebg .box {
  overflow: hidden;
  height: 100%;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.35s ease;
}
.imagebg .main-image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.8s ease 0s;
  height: 100%;
}
.imagebg .main-image picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.imagebg .main-image picture img {
  height: 100%;
  object-fit: cover;
}
.imagebg .inner {
  position: absolute;
  left: 0;
  width: 100%;
  top: auto;
  z-index: 1;
  color: #ffffff;
  padding: 10px;
  bottom: 0;
}
.imagebg .inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.imagebg .inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.68));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.68));
  opacity: 0;
  transition: opacity 0.35s ease;
}
.imagebg .inner > * {
  position: relative;
  z-index: 1;
}
.imagebg .inner h2 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 5px;
}
.imagebg .inner h2 a {
  color: #ffffff;
}
.imagebg .inner p {
  opacity: 0.8;
  font-size: 12px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .imagebg .inner h2 {
    font-size: 1.875rem;
    font-weight: 800;
    text-transform: uppercase;
  }
  .imagebg .inner h2 a {
    color: #ffffff;
  }
  .imagebg .inner p {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 24px;
  }
}
.imagebg .inner .btn-wrapper {
  margin-top: 20px;
}
.imagebg:hover .box {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}
.imagebg:hover .inner::after {
  opacity: 1;
}
.imagebg:hover .main-image::before,
.imagebg:hover .main-image::after {
  height: 100%;
  width: 100%;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -moz-transform: rotate(0);
}
.imagebg.separator .main-image::before,
.imagebg.separator .main-image::after {
  display: none !important;
}
.imagebg.separator .inner .more {
  background: #d3bf85;
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
}
.imagebg.separator .inner .more:after {
  display: none;
}
.imagebg.separator .inner .more:hover {
  background: #ffffff;
  color: #231f20;
}
.imagebg.separator:hover .main-image {
  transform: scale(1.05);
}
.imagebg.dark .main-image::before,
.imagebg.dark .main-image::after {
  display: none !important;
}
.imagebg.dark:hover .main-image {
  transform: scale(1.05);
}

.widget-product-list h2, .last-posts h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}
.widget-product-list h2 .swiper-button-prev,
.widget-product-list h2 .swiper-button-next, .last-posts h2 .swiper-button-prev,
.last-posts h2 .swiper-button-next {
  width: 30px;
  height: 30px;
  left: auto !important;
}
.widget-product-list h2 .swiper-button-prev:after,
.widget-product-list h2 .swiper-button-next:after, .last-posts h2 .swiper-button-prev:after,
.last-posts h2 .swiper-button-next:after {
  font-size: 16px;
  color: #231f20;
}
.widget-product-list h2 .swiper-button-prev.swiper-button-disabled,
.widget-product-list h2 .swiper-button-next.swiper-button-disabled, .last-posts h2 .swiper-button-prev.swiper-button-disabled,
.last-posts h2 .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.widget-product-list h2 .swiper-button-prev, .last-posts h2 .swiper-button-prev {
  right: 50px;
}
.widget-product-list h2 .swiper-button-next, .last-posts h2 .swiper-button-next {
  right: 10px;
}
.widget-product-list .product-slider, .last-posts .product-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.widget-product-list .product-slider .swiper-wrapper, .last-posts .product-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.widget-product-list .product-slider .swiper-slide, .last-posts .product-slider .swiper-slide {
  display: flex;
  width: calc((100% - 80px) / 5);
  flex-shrink: 0;
  margin-right: 20px;
}
.widget-product-list .product-slider .swiper-slide .product-item, .last-posts .product-slider .swiper-slide .product-item {
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
}
.widget-product-list .product-slider .swiper-slide:last-child, .last-posts .product-slider .swiper-slide:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .widget-product-list .product-slider .swiper-slide, .last-posts .product-slider .swiper-slide {
    width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 992px) {
  .widget-product-list .product-slider .swiper-slide, .last-posts .product-slider .swiper-slide {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .widget-product-list .product-slider .swiper-slide, .last-posts .product-slider .swiper-slide {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  .widget-product-list .product-slider .swiper-slide, .last-posts .product-slider .swiper-slide {
    width: calc((100% - 50px) / 2);
  }
}
.widget-product-list .product-slider .swiper-scrollbar, .last-posts .product-slider .swiper-scrollbar {
  position: relative;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.widget-product-list .product-slider .swiper-scrollbar .swiper-scrollbar-drag, .last-posts .product-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #d3bf85;
  height: 100%;
  border-radius: 2px;
}

.logos ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.logos ul li {
  list-style: none;
  width: 20%;
}
@media (min-width: 992px) {
  .logos ul li {
    padding: 0 60px;
  }
}
.logos ul li img {
  width: 100%;
  height: 100%;
}

.box h2 a {
  color: #ffffff;
}
.box.has-image .main-image {
  margin-bottom: 30px;
}

.breadcrumb a {
  color: #ffffff;
}
.breadcrumb a:hover {
  color: #d3bf85;
}

.offcanvas.cart-holder {
  color: #231f20;
}
@media (min-width: 992px) {
  .offcanvas.cart-holder {
    min-width: 500px;
  }
}
.offcanvas.cart-holder .offcanvas-body {
  padding-bottom: 430px;
}

.webshop-cart .float-cart-title {
  position: absolute;
  top: 15px;
  right: 20px;
  font-weight: bold;
  color: #000;
  font-size: 14px;
}
.webshop-cart .data-row {
  margin-bottom: 10px;
}
.webshop-cart .data-row .text-end {
  font-weight: 500;
}
.webshop-cart .total-row .text-end {
  font-weight: 700;
  font-size: 18px;
}
.webshop-cart .cart-summary {
  margin-top: 20px;
  background-color: #f3f3f3;
  padding: 20px;
  position: absolute;
  bottom: 15px;
  width: calc(100% - 40px);
}
.webshop-cart .summary-title {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.webshop-cart .cart-btn {
  font-size: 13px;
}
.webshop-cart .qty .qty-value {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
}
.webshop-cart .product-row {
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.webshop-cart .product-row .product-link {
  color: #000;
}
.webshop-cart .product-row .cart-action-delete {
  color: red;
  font-size: 10px;
}
.webshop-cart .product-row .cart-price {
  font-weight: 600;
}
.webshop-cart .product-row .cut {
  background-color: #d3bf85;
  color: #ffffff;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.webshop-cart .product-row .cut .fal {
  margin-right: 5px;
}
.webshop-cart .product-row .cut-note {
  font-size: 12px;
  background-color: #231f20;
  padding: 10px 10PX;
  position: relative;
}
.webshop-cart .product-row .cut-note textarea {
  max-height: 60px;
}
.webshop-cart .product-row .cut-note .cart-item-note {
  position: relative;
}
.webshop-cart .product-row .cut-note .cart-item-note .save {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: #d3bf85;
  color: #ffffff;
  padding: 10px 4px;
  font-size: 10px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
}
.webshop-cart .webshop-cart-products-list:after {
  content: "";
  display: block;
  height: 450px;
  max-height: 570px;
  width: calc(100% - 12px);
  background: linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.8) 70%, transparent 100%);
  margin-top: 10px;
  margin-bottom: 10px;
  bottom: 0;
  position: absolute;
  left: 0;
}

.close button {
  background: transparent;
  border: none;
  color: #000;
  font-size: 14px;
}
.close button:hover {
  color: #d3bf85;
}

.big-icon {
  font-size: 40px;
  margin-bottom: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #d3bf85;
  color: #ffffff;
  line-height: 70px !important;
  text-align: center;
  display: inline-block;
}

.alert {
  padding-right: 40px !important;
}
.alert button {
  background: transparent;
  border: none;
  color: #000;
  font-size: 14px;
}
.alert button:hover {
  color: #d3bf85;
}
.alert.fadeInDown {
  z-index: 1050 !important;
}

#hits_key {
  max-height: 60vh;
  overflow-y: auto;
  position: absolute;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 20px;
}
#hits_key a {
  color: #000;
}
#hits_key a:hover {
  color: #d3bf85;
}
#hits_key .ais-Hits-item, #hits_key .ais-InfiniteHits-item {
  font-size: 0.875rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0 !important;
}

.ais-SearchBox .ais-SearchBox-reset {
  background: transparent !important;
  border: none;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
}

.ais-SearchBox-input:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

.ais-Hits-item img {
  max-width: 40px;
  max-height: 40px;
  object-fit: cover;
  margin-right: 10px;
}
.ais-Hits-item b {
  font-weight: 400;
}

.breadcrumb {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}
.breadcrumb a {
  font-size: 13px;
}

.pagination .active .page-link {
  background-color: #d3bf85 !important;
  border-color: #d3bf85 !important;
  color: #231f20 !important;
  border-radius: 5px !important;
}
.pagination .page-link {
  color: #ffffff !important;
  border-radius: 0 !important;
  background: #231f20 !important;
  border: none;
}

.search-item {
  padding: 2px 25px;
  cursor: pointer;
  color: #000;
}
.search-item img {
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.search-item:hover {
  background: #d3bf85;
  color: #ffffff;
}
.search-item .col-auto {
  background: none !important;
}

.search-holder .form-group {
  margin-bottom: 0 !important;
}

.ui-widget .ui-autocomplete {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 100%;
  max-height: 300px;
  margin-top: 20px;
  overflow: hidden;
}
.ui-widget .ui-autocomplete li {
  text-align: left;
}
.ui-widget .ui-autocomplete li a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  font-size: 15px;
  border-radius: 5px;
  padding: 10px 15px;
  border-color: rgba(255, 255, 255, 0.1);
  background-color: white;
  color: #000;
  font-weight: 700;
}
.form-control:focus {
  border-color: #d3bf85;
  border: 1px solid #d3bf85;
}

.search-holder .form-control {
  background-image: url("/theme_sandlander/img/search-interface-symbol.svg");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 14px 14px;
  padding-left: 36px;
  min-width: 40%;
}

.form-floating > label {
  line-height: 26px;
  opacity: 0.8;
  color: #231f20;
}

.btn, section.slider-container #slider .carousel-caption .btn, section.slider-container .imagebg .inner .more, section.slider-container #slider .carousel-caption .imagebg .inner .more, section.slider-container .imagebg .inner #slider .carousel-caption .more, .imagebg .inner .more, .imagebg .inner section.slider-container #slider .carousel-caption .more {
  border-radius: 5px;
  padding: 15px 35px;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  box-shadow: none !important;
}
.btn .fal, section.slider-container #slider .carousel-caption .btn .fal, section.slider-container .imagebg .inner .more .fal, section.slider-container #slider .carousel-caption .imagebg .inner .more .fal, section.slider-container .imagebg .inner #slider .carousel-caption .more .fal, .imagebg .inner .more .fal, .imagebg .inner section.slider-container #slider .carousel-caption .more .fal {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-default, section.slider-container .imagebg .inner .btn-default.more, section.slider-container #slider .carousel-caption .btn, section.slider-container #slider .carousel-caption .imagebg .inner .more, section.slider-container .imagebg .inner #slider .carousel-caption .more, .imagebg .inner section.slider-container #slider .carousel-caption .more, section.slider-container .imagebg .inner .more, .imagebg .inner .more, .btn.btn-primary, section.slider-container .imagebg .inner .btn-primary.more {
  background: #d3bf85;
  color: #231f20;
  border-color: #d3bf85;
}
.btn.btn-default:hover, section.slider-container .imagebg .inner .btn-default.more:hover, section.slider-container #slider .carousel-caption .btn:hover, section.slider-container #slider .carousel-caption .imagebg .inner .more:hover, section.slider-container .imagebg .inner #slider .carousel-caption .more:hover, .imagebg .inner section.slider-container #slider .carousel-caption .more:hover, section.slider-container .imagebg .inner .more:hover, .imagebg .inner .more:hover, .btn.btn-primary:hover, section.slider-container .imagebg .inner .btn-primary.more:hover {
  background: #9c8a52;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-black, section.slider-container .imagebg .inner .btn-black.more, .imagebg .inner .btn-black.more, section.slider-container #slider .carousel-caption .btn, section.slider-container #slider .carousel-caption .imagebg .inner .more, section.slider-container .imagebg .inner #slider .carousel-caption .more, section.slider-container .imagebg .inner .btn.more, section.slider-container .imagebg .inner .more, section.slider-container .imagebg .inner .more, .imagebg .inner section.slider-container #slider .carousel-caption .more {
  background: #231f20;
  color: #ffffff;
  border-color: #231f20;
}
.btn.btn-black:hover, section.slider-container .imagebg .inner .btn-black.more:hover, .imagebg .inner .btn-black.more:hover, section.slider-container #slider .carousel-caption .btn:hover, section.slider-container #slider .carousel-caption .imagebg .inner .more:hover, section.slider-container .imagebg .inner #slider .carousel-caption .more:hover, section.slider-container .imagebg .inner .btn.more:hover, section.slider-container .imagebg .inner .more:hover, section.slider-container .imagebg .inner .more:hover, .imagebg .inner section.slider-container #slider .carousel-caption .more:hover {
  background: #d3bf85;
  border-color: #d3bf85;
  color: #231f20;
}
.btn.btn-white, section.slider-container #slider .carousel-caption .btn-white.btn, section.slider-container .imagebg .inner .btn-white.more, section.slider-container .imagebg .inner .more, section.slider-container #slider .carousel-caption .imagebg .inner .more, section.slider-container .imagebg .inner #slider .carousel-caption .more, .imagebg .inner .more, .imagebg .inner section.slider-container #slider .carousel-caption .more {
  background: #ffffff;
  color: #231f20;
  border-color: #ffffff;
}
.btn.btn-white:hover, section.slider-container #slider .carousel-caption .btn-white.btn:hover, section.slider-container .imagebg .inner .btn-white.more:hover, section.slider-container .imagebg .inner .more:hover, section.slider-container #slider .carousel-caption .imagebg .inner .more:hover, section.slider-container .imagebg .inner #slider .carousel-caption .more:hover, .imagebg .inner .more:hover, .imagebg .inner section.slider-container #slider .carousel-caption .more:hover {
  background: #d3bf85;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-block, section.slider-container #slider .carousel-caption .btn-block.btn, section.slider-container .imagebg .inner .btn-block.more, section.slider-container #slider .carousel-caption .imagebg .inner .btn-block.more, section.slider-container .imagebg .inner #slider .carousel-caption .btn-block.more, .imagebg .inner .btn-block.more, .imagebg .inner section.slider-container #slider .carousel-caption .btn-block.more {
  width: 100%;
  display: block;
}
.btn.btn-transparent-white, section.slider-container #slider .carousel-caption .btn-transparent-white.btn, section.slider-container .imagebg .inner .btn-transparent-white.more, section.slider-container #slider .carousel-caption .imagebg .inner .btn-transparent-white.more, section.slider-container .imagebg .inner #slider .carousel-caption .btn-transparent-white.more, .imagebg .inner .btn-transparent-white.more, .imagebg .inner section.slider-container #slider .carousel-caption .btn-transparent-white.more {
  border-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-transparent-white:hover, section.slider-container #slider .carousel-caption .btn-transparent-white.btn:hover, section.slider-container .imagebg .inner .btn-transparent-white.more:hover, section.slider-container #slider .carousel-caption .imagebg .inner .btn-transparent-white.more:hover, section.slider-container .imagebg .inner #slider .carousel-caption .btn-transparent-white.more:hover, .imagebg .inner .btn-transparent-white.more:hover, .imagebg .inner section.slider-container #slider .carousel-caption .btn-transparent-white.more:hover {
  border-color: #231f20;
}
.btn.btn-narrow, section.slider-container #slider .carousel-caption .btn-narrow.btn, section.slider-container .imagebg .inner .btn-narrow.more, section.slider-container #slider .carousel-caption .imagebg .inner .btn-narrow.more, section.slider-container .imagebg .inner #slider .carousel-caption .btn-narrow.more, .imagebg .inner .btn-narrow.more, .imagebg .inner section.slider-container #slider .carousel-caption .btn-narrow.more {
  padding: 8px 20px;
}
.btn:not(.toCart):hover, section.slider-container #slider .carousel-caption .btn:not(.toCart):hover, section.slider-container .imagebg .inner .more:not(.toCart):hover, section.slider-container #slider .carousel-caption .imagebg .inner .more:not(.toCart):hover, section.slider-container .imagebg .inner #slider .carousel-caption .more:not(.toCart):hover, .imagebg .inner .more:not(.toCart):hover, .imagebg .inner section.slider-container #slider .carousel-caption .more:not(.toCart):hover {
  box-shadow: none;
}
.btn:not(.toCart):hover .fal, section.slider-container #slider .carousel-caption .btn:not(.toCart):hover .fal, section.slider-container .imagebg .inner .more:not(.toCart):hover .fal, section.slider-container #slider .carousel-caption .imagebg .inner .more:not(.toCart):hover .fal, section.slider-container .imagebg .inner #slider .carousel-caption .more:not(.toCart):hover .fal, .imagebg .inner .more:not(.toCart):hover .fal, .imagebg .inner section.slider-container #slider .carousel-caption .more:not(.toCart):hover .fal {
  transform: translateX(5px);
}

.checkbox-input-holder {
  padding-left: 30px;
}
.checkbox-input-holder input {
  position: absolute;
  left: 0;
  top: 3px;
}

.error-message {
  color: red;
  font-size: 11px;
}

.ui-widget {
  font-family: "Mulish", sans-serif !important;
}
.ui-widget input {
  font-family: "Mulish", sans-serif !important;
}

.product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #393939;
  overflow: hidden;
  border-radius: 10px;
}
.product-item .inner {
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.product-item .cart {
  width: 35px;
  height: 35px;
  background: #e9e9e9;
  color: #231f20;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  z-index: 1;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
@media (min-width: 992px) {
  .product-item .cart {
    opacity: 0;
  }
}
.product-item .cart:hover {
  background: #d3bf85;
  color: #ffffff;
}
.product-item .image-wrap {
  padding: 0 50px;
}
.product-item .sale,
.product-item .new {
  background-color: #d3bf85;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 5px 10px;
}
.product-item .item-content {
  flex-grow: 1;
}
.product-item .product-title {
  margin-top: 15px;
  color: #231f20;
  display: block;
  color: #ffffff;
}
.product-item .product-price {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 18px;
}
.product-item .product-price .product-price-offer {
  display: inline-block;
  margin-left: 20px;
  text-decoration: line-through;
  font-weight: 400;
  color: #231f20;
}
.product-item .product-unit-price {
  font-size: 12px;
  text-align: center;
}
.product-item:hover .cart {
  opacity: 1;
}
.product-item:hover .product-title {
  color: #d3bf85;
}
.product-item .product-variation-count {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #525253;
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
  font-size: 11px;
}

.category-item {
  position: relative;
  overflow: hidden;
}
.category-item picture {
  width: 100%;
  display: block;
}
.category-item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.category-item .item-content {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.category-item .item-content a {
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 600;
}
.category-item:hover picture img {
  transform: scale(1.05);
}
.category-item:hover .item-content {
  background-color: rgba(0, 0, 0, 0.7);
}

.category-list .sortable.collapsable-tree {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 10px 10px 10px 0;
}
.category-list .sortable.collapsable-tree li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-list .sortable.collapsable-tree li a {
  display: block;
  padding: 5px 35px 5px 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 15px;
}
.category-list .sortable.collapsable-tree li a:hover {
  color: #d3bf85;
}
.category-list .sortable.collapsable-tree li a.selected-category {
  color: #d3bf85;
}
.category-list .sortable.collapsable-tree li > ul {
  display: none;
  padding-left: 15px;
  list-style: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-list .sortable.collapsable-tree li.active > ul {
  display: block;
  opacity: 1;
  height: auto;
}
.category-list .sortable.collapsable-tree li:has(> ul > li.active) > ul {
  display: block;
  opacity: 1;
  height: auto;
}
.category-list .sortable.collapsable-tree li .collapser {
  position: absolute;
  right: 10px;
  top: 18px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-style: normal;
  font-weight: 300;
  font-size: 8px;
}
.category-list .sortable.collapsable-tree li .collapser:before {
  content: "\f067" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
}
.category-list .sortable.collapsable-tree li .collapser:hover {
  color: #d3bf85;
}
.category-list .sortable.collapsable-tree li.active > .collapser:before {
  content: "\f068" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
}
.category-list .sortable.collapsable-tree li:first-child {
  border-top: none;
}

@media (min-width: 992px) {
  .product-view .product-view-gallery .product-gallery-thumbs-col {
    max-height: min(70vh, 520px);
  }
}
.product-view .product-view-gallery .product-gallery-thumbs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .product-view .product-view-gallery .product-gallery-thumbs {
    flex-wrap: nowrap;
    overflow-x: visible;
    overflow-y: auto;
    max-height: inherit;
    padding-right: 2px;
  }
}
.product-view .product-view-gallery .product-gallery-thumb {
  flex: 0 0 auto;
  width: 72px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  transition: border-color 0.15s ease, opacity 0.15s ease;
  opacity: 0.72;
}
.product-view .product-view-gallery .product-gallery-thumb img,
.product-view .product-view-gallery .product-gallery-thumb picture {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.product-view .product-view-gallery .product-gallery-thumb:hover {
  opacity: 1;
}
.product-view .product-view-gallery .product-gallery-thumb.is-active {
  opacity: 1;
  border-color: #d3bf85;
}
@media (min-width: 992px) {
  .product-view .product-view-gallery .product-gallery-thumb {
    width: 100%;
  }
}
.product-view .right {
  position: sticky;
  top: 110px;
  padding: 0 30px 30px 30px;
}
@media (min-width: 576px) {
  .product-view .right {
    max-width: 50%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .product-view .right {
    max-width: 100%;
    padding: 0;
  }
}
.product-view .right .manufacturer {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-view .right .product-price {
  font-size: 24px;
  color: #d3bf85;
}
.product-view .right .qtyCounter a {
  display: inline-block;
  color: #ffffff;
  width: 20px;
  line-height: 40px;
  text-align: center;
}
.product-view .right .qtyCounter input {
  height: 56px;
  border-radius: 0;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  width: 70px;
  border-radius: 5px;
}
.product-view .right .qtyCounter input::-webkit-outer-spin-button, .product-view .right .qtyCounter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-view .right .qtyCounter input[type=number] {
  -moz-appearance: textfield;
}
.product-view .product-trust-strip {
  line-height: 1.45;
}
.product-view .product-trust-strip .guarantee strong {
  color: #ffffff;
  font-weight: 600;
}
.product-view .product-trust-strip .product-trust-strip__stock-dot {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-top: 0.2em;
  border-radius: 50%;
}
.product-view .product-trust-strip .product-trust-strip__stock--in-stock .product-trust-strip__stock-dot {
  background: #3cb878;
  box-shadow: 0 0 0 0 rgba(60, 184, 120, 0.55);
  animation: product-stock-dot-glow 2.2s ease-in-out infinite;
}
.product-view .product-trust-strip .product-trust-strip__stock--in-stock .product-trust-strip__stock-text {
  color: #b8e6c8;
}
.product-view .product-trust-strip .product-trust-strip__stock--out-of-stock .product-trust-strip__stock-dot {
  background: #c94a54;
  box-shadow: none;
}
.product-view .product-trust-strip .product-trust-strip__stock--out-of-stock .product-trust-strip__stock-text {
  color: #e5989b;
}
.product-view .product-trust-strip .delivery-info {
  max-width: 36rem;
}
@keyframes product-stock-dot-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(60, 184, 120, 0.35);
  }
  50% {
    box-shadow: 0 0 14px 5px rgba(60, 184, 120, 0.65);
  }
}
@media (prefers-reduced-motion: reduce) {
  .product-view .product-trust-strip .product-trust-strip__stock--in-stock .product-trust-strip__stock-dot {
    animation: none;
    box-shadow: 0 0 10px 2px rgba(60, 184, 120, 0.45);
  }
}
.product-view .main-image > a.popupImg {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  line-height: 0;
}
.product-view .left .product-gallery-swiper-wrapper,
.product-view .product-view-gallery .product-gallery-swiper-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.product-view .left .product-gallery-swiper-wrapper .product-gallery-swiper,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .product-gallery-swiper {
  overflow: hidden;
  border-radius: 10px;
}
.product-view .left .product-gallery-swiper-wrapper .product-gallery-swiper .swiper-slide,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .product-gallery-swiper .swiper-slide {
  line-height: 0;
}
.product-view .left .product-gallery-swiper-wrapper .product-gallery-swiper .swiper-slide .popupImg,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .product-gallery-swiper .swiper-slide .popupImg {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.product-view .left .product-gallery-swiper-wrapper .product-gallery-swiper .swiper-slide img,
.product-view .left .product-gallery-swiper-wrapper .product-gallery-swiper .swiper-slide picture,
.product-view .left .product-gallery-swiper-wrapper .product-gallery-swiper .swiper-slide picture img,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .product-gallery-swiper .swiper-slide img,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .product-gallery-swiper .swiper-slide picture,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .product-gallery-swiper .swiper-slide picture img {
  border-radius: 10px;
}
.product-view .left .product-gallery-swiper-wrapper .swiper-button-prev,
.product-view .left .product-gallery-swiper-wrapper .swiper-button-next,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .swiper-button-prev,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .swiper-button-next {
  width: 28px;
  height: 28px;
  color: #231f20;
}
.product-view .left .product-gallery-swiper-wrapper .swiper-button-prev::after,
.product-view .left .product-gallery-swiper-wrapper .swiper-button-next::after,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .swiper-button-prev::after,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .swiper-button-next::after {
  font-size: 0.75rem;
}
.product-view .left .product-gallery-swiper-wrapper .swiper-button-prev.swiper-button-disabled,
.product-view .left .product-gallery-swiper-wrapper .swiper-button-next.swiper-button-disabled,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .swiper-button-prev.swiper-button-disabled,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.product-view .left .product-gallery-swiper-wrapper .swiper-pagination,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .swiper-pagination {
  position: relative;
  margin-top: 0.5rem;
}
.product-view .left .product-gallery-swiper-wrapper .swiper-pagination .swiper-pagination-bullet,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.product-view .left .product-gallery-swiper-wrapper .swiper-pagination .swiper-pagination-bullet-active,
.product-view .product-view-gallery .product-gallery-swiper-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #d3bf85;
}
.product-view .lead {
  font-size: 15px;
}
.product-view .color-variations .color-row .color-name {
  font-size: 10px;
  line-height: 10px;
}
.product-view .color-variations .color-row .color-price {
  font-weight: 600;
  font-size: 14px;
}
.product-view .color-variations .color-row .qtyCounter {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 10px;
}
.product-view .color-variations .color-row .qtyCounter input {
  width: 33%;
  text-align: center;
  border: none;
}
.product-view .color-variations .color-row .qtyCounter a {
  display: inline-block;
  width: 33%;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.product-view .color-variations .color-row .fal {
  color: #000;
  font-size: 18px;
}
.product-view .color-variations .color-row .fal:hover {
  color: #d3bf85;
}
.product-view .color-variations .variant-item {
  margin-bottom: 5px;
  cursor: pointer;
}
.product-view .color-variations .variant-item .colors-bg {
  padding: 10px;
}
.product-view .colorCart {
  position: fixed;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  .product-view .colorCart {
    position: static;
  }
}
.product-view .colorCart #price {
  font-weight: 600;
  font-size: 18px;
}
.product-view .colorCart #pickedColors {
  margin-top: 15px;
}
.product-view .colorCart #pickedColors ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.product-view .colorCart #pickedColors ul li {
  cursor: pointer;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  min-width: 10%;
}
.product-view .colorCart #pickedColors ul li .fal {
  font-size: 14px;
}
.product-view .colorCart #pickedColors ul li {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-view .colorCart #pickedColors ul li .delete-overlay {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-view .colorCart #pickedColors ul li .delete-overlay .delete-icon {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
@media (min-width: 992px) {
  .product-view .colorCart #pickedColors ul li .delete-overlay {
    display: none;
  }
  .product-view .colorCart #pickedColors ul li.hover-delete {
    opacity: 0.7;
  }
  .product-view .colorCart #pickedColors ul li.hover-delete .delete-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    z-index: 10;
    opacity: 1;
  }
  .product-view .colorCart #pickedColors ul li.hover-delete .delete-overlay .delete-icon {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 768px) {
  .product-view .colorCart #pickedColors ul li .delete-overlay {
    opacity: 1;
  }
}
.product-view .product-description {
  margin-top: 30px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
.product-view .product-description h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-view .product-description iframe,
.product-view .product-description img {
  max-width: 100%;
}

.cart-page h1 {
  font-weight: 600;
}
.cart-page .cart-product {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
}
.cart-page .cart-product h2 {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.cart-page .cart-product h2 a {
  color: #000;
}
.cart-page .cart-product h2 a:hover {
  color: #d3bf85;
}
.cart-page .cart-product .cart-item-note textarea {
  border-color: #231f20;
  max-height: 50px;
}
.cart-page .cart-product .qty {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-page .cart-product .qty .fa-minus-circle,
.cart-page .cart-product .qty .fa-plus-circle {
  color: #000;
  font-size: 14px;
}
.cart-page .cart-product .qty .fa-minus-circle:hover,
.cart-page .cart-product .qty .fa-plus-circle:hover {
  color: #d3bf85;
}
.cart-page .cart-product .qty .input {
  margin: 0 10px;
}
.cart-page .cart-product .qty .input input {
  width: 40px;
  text-align: center;
  border: 1px solid #231f20;
  padding: 2px 5px;
  font-size: 13px;
}
.cart-page .cart-product .item-price div {
  font-size: 9px;
}
.cart-page .cart-product .price {
  font-weight: 600;
  font-size: 14px;
}
.cart-page .cart-product .cart-item-note {
  position: relative;
}
.cart-page .cart-product .cart-item-note .save {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #231f20;
  padding: 5px 10px;
  border-radius: 0;
  border: none;
  font-size: 14px;
  color: #ffffff;
}
.cart-page .cart-product .cart-item-note .save:hover {
  background: #000;
  color: #ffffff;
}

.summary-fixed {
  position: sticky;
  top: 0;
}
.summary-fixed .font-weight-bold {
  font-weight: 600;
  color: #ffffff;
}
.summary-fixed .summary-box {
  padding: 10px;
}
@media (min-width: 992px) {
  .summary-fixed .summary-box {
    padding: 20px;
  }
}
.summary-fixed .total .sum {
  font-size: 20px;
}

.added-to-cart .cut-btn {
  color: #d3bf85;
}
.added-to-cart .cut-btn:hover {
  color: #000;
}
.added-to-cart .cart-item-note .form-group {
  margin-bottom: 0 !important;
}

.order-page {
  background-color: #000;
  padding-top: 0;
}
.order-page header {
  top: 0;
  position: relative;
}
.order-page header .inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.order-page header .call-us {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 12px;
}
.order-page header .call-us span {
  display: block;
  font-size: 14px;
}
@media (min-width: 992px) {
  .order-page header .call-us span {
    font-size: 20px;
  }
}
.order-page .left-side {
  background-color: #231f20;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .order-page .left-side {
    padding: 42px 42px 42px 0;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.order-page .left-side:before {
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #231f20;
  display: block;
  pointer-events: none;
  top: 0;
}
.order-page .left-side .box {
  margin-bottom: 30px;
}
.order-page .left-side .box h2 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
}
.order-page .left-side .box h2 .login-link {
  font-weight: normal;
  font-style: normal;
  float: right;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  max-width: 50%;
}
@media (min-width: 992px) {
  .order-page .left-side .box h2 .login-link {
    margin-top: 4px;
  }
}
.order-page .left-side .no-payment {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
}
.order-page .left-side .accordion {
  background-color: #000;
  --bs-accordion-bg: $border;
  border-radius: 10px;
  overflow: hidden;
}
.order-page .left-side .accordion .accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-bottom: none !important;
}
.order-page .left-side .accordion .accordion-item.active {
  border-color: #d3bf85 !important;
  border-bottom: 1px solid #d3bf85 !important;
}
.order-page .left-side .accordion .accordion-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.order-page .left-side .accordion .accordion-item:last-child.active {
  border-color: #d3bf85 !important;
}
.order-page .left-side .accordion .accordion-item .accordion-header {
  position: relative;
  background-color: #000 !important;
  border: none !important;
}
.order-page .left-side .accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  cursor: pointer;
  font-weight: 600;
  color: #ffffff;
  background-color: #000;
}
.order-page .left-side .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.order-page .left-side .accordion .accordion-item .accordion-header .accordion-button {
  padding-left: 50px;
  position: relative;
}
.order-page .left-side .accordion .accordion-item .accordion-header .accordion-button:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: block;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.order-page .left-side .accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.order-page .left-side .accordion .accordion-item .accordion-header .price {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.order-page .left-side .accordion .accordion-item:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.order-page .left-side .accordion .accordion-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.order-page .left-side .accordion .accordion-item .accordion-body {
  background-color: #000;
  padding: 5px 15px 5px 50px;
  color: #ffffff;
  font-size: 13px;
}
.order-page .left-side .accordion .accordion-item .accordion-body p {
  padding-bottom: 0;
}
.order-page .left-side .accordion .accordion-item.active .accordion-button:before {
  border: 6px solid #d3bf85;
}
.order-page .summary-side {
  padding: 10px;
  position: sticky;
  top: 20px;
}
@media (min-width: 992px) {
  .order-page .summary-side {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .order-page .summary-side {
    padding: 42px 0 42px 42px;
  }
}
.order-page .summary-side .products {
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 11px;
}
@media (min-width: 992px) {
  .order-page .summary-side .products {
    font-size: inherit;
  }
}
.order-page .summary-side .products .image-holder {
  position: relative;
}
.order-page .summary-side .products .image-holder .product-qty {
  position: absolute;
  display: block;
  top: -5px;
  right: -5px;
  background-color: #837e7e;
  color: #ffffff;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 11px;
  font-weight: 400;
}
.order-page .summary-side .products .image-holder picture {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.order-page .summary-side .products .crop-message {
  font-size: 10px;
  color: #000;
  opacity: 0.5;
  font-style: normal;
}
.order-page .summary-side .total {
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 992px) {
  .order-page .summary-side .total {
    font-size: 20px;
  }
}
.order-page .summary-side .font-weight-bold {
  font-weight: bold;
}
.order-page .summary-side .submitBtn {
  width: 100%;
}
.order-page .summary-side .submitBtn .fa {
  margin-left: 10px;
}
.order-page #foxpost-map .modal-dialog {
  max-width: 90% !important;
}

.order-footer {
  color: #ffffff;
}
.order-footer a {
  color: #ffffff;
}
.order-footer a:hover {
  color: #d3bf85;
  color: #d3bf85;
}

.order-finish-page .card {
  overflow: hidden;
  background-color: #000;
}
.order-finish-page h1 {
  font-size: 14px;
  opacity: 0.6;
  font-weight: 400;
}

.profile-page .lead {
  font-size: 14px;
  color: #6c757d;
}
.profile-page .profile-greeting h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.profile-page .profile-greeting .lead {
  font-size: 14px;
  color: #6c757d;
}
.profile-page .profile-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 30px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  min-height: 150px;
  position: relative;
  overflow: hidden;
}
.profile-page .profile-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.profile-page .profile-icon i {
  font-size: 40px;
  color: #d3bf85;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.profile-page .profile-icon span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.profile-page .profile-icon:hover {
  border-color: #d3bf85;
  background-color: #d3bf85;
}
.profile-page .profile-icon:hover:before {
  left: 100%;
}
.profile-page .profile-icon:hover i {
  color: #ffffff;
}
.profile-page .profile-icon:hover span {
  color: #ffffff;
}
.profile-page .address-box .select-box {
  background-color: #ffffff;
  padding: 15px;
}
.profile-page .address-box .select-box h3 {
  font-size: 14px;
  font-weight: 600;
}
.profile-page .address-box .select-box h4 {
  font-size: 12px;
  font-weight: 400;
}

.order-page-index .box {
  background-color: #ffffff;
}

.post-item .main-image {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.post-item .post-item-content {
  padding-top: 0px;
}
@media (min-width: 992px) {
  .post-item .post-item-content {
    padding-top: 30px;
  }
}
.post-item .post-item-content .post-date {
  color: #d3bf85;
  font-size: 10px;
}
@media (min-width: 992px) {
  .post-item .post-item-content .post-date {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.post-item .post-item-content .post-title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
.post-item .post-item-content .post-title a {
  color: #ffffff;
}
.post-item .post-item-content .post-title a:hover {
  color: #d3bf85;
}

.widget-product-list .product-slider.swiper .swiper-wrapper,
.last-posts .product-slider.swiper .swiper-wrapper {
  align-items: stretch !important;
}
.widget-product-list .product-slider.swiper .swiper-slide,
.last-posts .product-slider.swiper .swiper-slide {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  align-self: stretch !important;
  box-sizing: border-box;
}
.widget-product-list .product-slider.swiper .swiper-slide .product-item,
.last-posts .product-slider.swiper .swiper-slide .product-item {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.widget-product-list .product-slider.swiper .swiper-slide .image-wrap,
.last-posts .product-slider.swiper .swiper-slide .image-wrap {
  flex-shrink: 0;
  aspect-ratio: 270/340;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.widget-product-list .product-slider.swiper .swiper-slide .image-wrap img,
.last-posts .product-slider.swiper .swiper-slide .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}/*# sourceMappingURL=style.css.map */