@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap");

.top-bar {
  background-color: #f0f0f0;
  font-size: 1.4rem;
}

.top-bar .top-bar__container {
  padding: 10px 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 1em;
  column-gap: 1em;
}

.top-bar .top-bar__container .widget-top-bar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  vertical-align: middle;
}

.top-bar .top-bar__container .widget-top-bar-left a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  transition: 0.3s color ease;
  line-height: 1;
}

.top-bar .top-bar__container .widget-top-bar-left a svg {
  height: 20px;
  width: auto;
  fill: #000000;
  vertical-align: middle;
  margin-right: 10px;
  transition: 0.3s fill ease;
}

.top-bar .top-bar__container .widget-top-bar-left a:hover {
  color: #a97120;
}

.top-bar .top-bar__container .widget-top-bar-left a:not(:last-of-type) {
  margin-right: 50px;
}

.main-header .main-header__container {
  display: flex;
  height: 110px;
}

.main-header .main-header__container .main-header__sidebar-left {
  display: flex;
  align-items: center;
}

.main-header .main-header__container .main-header__sidebar-search {
  display: flex;
  align-items: center;
  width: 300px;
  margin-left: 50px;
}

.main-header .main-header__container .main-header__sidebar-search .widget-header-search {
  flex-grow: 1;
}

.main-header .main-header__container .main-header__site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 100px;
  flex-shrink: 0;
}

.main-header .main-header__container .main-header__site-branding a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.main-header .main-header__container .main-header__site-branding a img {
  max-height: 100%;
  width: auto;
  flex-grow: 0;
}

.main-header .main-header__container .main-header__site-branding .site-title {
  margin: 0 0 5px 0;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
}

.main-header .main-header__container .main-header__site-branding .site-title a {
  color: #000000;
  text-decoration: none;
}

.main-header .main-header__container .main-header__site-branding .site-description {
  margin: 0;
}

.main-header .main-header__container .main-header__sidebar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-my-account {
  margin-right: 30px;
  position: relative;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .my-account__menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  z-index: 99999;
  background-color: #ffffff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  padding: 15px 10px;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .my-account__menu ul {
  margin: 0;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .my-account__menu ul li {
  display: block;
  margin: 3px 0;
  width: 100%;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .my-account__menu ul li a {
  display: block;
  padding: 7px 10px;
  width: 100%;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  line-height: 1;
  color: #000000;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .my-account__menu ul li:hover>a {
  background-color: #a97120;
  color: #ffffff;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-my-account:hover .my-account__menu {
  opacity: 1;
  pointer-events: all;
}

.main-header .main-header__container .main-header__sidebar-right .mobile-cart-button {
  border: 0;
  background-color: transparent;
  display: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.main-header .main-header__container .main-header__sidebar-right .mobile-cart-button svg {
  width: 30px;
  height: 30px;
  transition: 0.3s all ease;
}

.main-header .main-header__container .main-header__sidebar-right .mobile-cart-button svg * {
  stroke: #b5b5b5;
  transition: 0.3s all ease;
}

.main-header .main-header__container .main-header__sidebar-right .mobile-cart-button .site-header-item-count {
  top: -3px;
  left: 18px;
  position: absolute;
  background-color: #db0404;
  color: #ffffff;
  font-weight: 400;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 1.2rem;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button {
  font-weight: 700;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button a.cart-contents-mobile,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button a.cart-contents-mobile,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button a.cart-contents-mobile,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button a.cart-contents-mobile,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button a.cart-contents-mobile,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button a.cart-contents-mobile,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button a.cart-contents-mobile,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button a.cart-contents-mobile,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button a.cart-contents-mobile {
  display: none;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button a.cart-contents-mobile .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button a.cart-contents-mobile .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button a.cart-contents-mobile .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button a.cart-contents-mobile .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button a.cart-contents-mobile .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button a.cart-contents-mobile .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button a.cart-contents-mobile .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button a.cart-contents-mobile .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button a.cart-contents-mobile .cart-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button a.cart-contents-mobile .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button a.cart-contents-mobile .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button a.cart-contents-mobile .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button a.cart-contents-mobile .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button a.cart-contents-mobile .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button a.cart-contents-mobile .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button a.cart-contents-mobile .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button a.cart-contents-mobile .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button a.cart-contents-mobile .cart-icon svg {
  width: 30px;
  height: 30px;
  transition: 0.3s all ease;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button a.cart-contents-mobile .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button a.cart-contents-mobile .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button a.cart-contents-mobile .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button a.cart-contents-mobile .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button a.cart-contents-mobile .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button a.cart-contents-mobile .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button a.cart-contents-mobile .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button a.cart-contents-mobile .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button a.cart-contents-mobile .cart-icon svg * {
  stroke: #b5b5b5;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button a.cart-contents,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button a.cart-contents,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button a.cart-contents,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button a.cart-contents,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button a.cart-contents,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button a.cart-contents,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button a.cart-contents,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button a.cart-contents,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button a.cart-contents {
  color: #000000;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button a.cart-contents:hover,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button a.cart-contents:hover,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button a.cart-contents:hover,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button a.cart-contents:hover,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button a.cart-contents:hover,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button a.cart-contents:hover,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button a.cart-contents:hover,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button a.cart-contents:hover,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button a.cart-contents:hover {
  color: #a97120;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button a.cart-contents .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button a.cart-contents .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button a.cart-contents .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button a.cart-contents .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button a.cart-contents .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button a.cart-contents .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button a.cart-contents .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button a.cart-contents .cart-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button a.cart-contents .cart-icon {
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button a.cart-contents .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button a.cart-contents .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button a.cart-contents .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button a.cart-contents .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button a.cart-contents .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button a.cart-contents .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button a.cart-contents .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button a.cart-contents .cart-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button a.cart-contents .cart-icon svg {
  width: 30px;
  height: 30px;
  transition: 0.3s all ease;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button a.cart-contents .cart-icon svg * {
  stroke: #b5b5b5;
  transition: 0.3s all ease;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button a.my-account {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button a.my-account .my-account-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button a.my-account .my-account-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button a.my-account .my-account-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button a.my-account .my-account-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button a.my-account .my-account-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button a.my-account .my-account-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button a.my-account .my-account-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button a.my-account .my-account-icon,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button a.my-account .my-account-icon {
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button a.my-account .my-account-icon svg {
  width: 25px;
  height: 25px;
  transition: 0.3s all ease;
  fill: #b5b5b5;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button:hover a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button:hover a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button:hover a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button:hover a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button:hover a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button:hover a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button:hover a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button:hover a.my-account,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button:hover a.my-account {
  color: #a97120;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button:hover a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button:hover a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button:hover a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button:hover a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button:hover a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button:hover a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button:hover a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button:hover a.my-account .my-account-icon svg,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button:hover a.my-account .my-account-icon svg {
  fill: #a97120;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-cart-button:hover a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-mobile-cart-button:hover a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .header-my-account-button:hover a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-cart-button:hover a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-mobile-cart-button:hover a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .header-my-account-button:hover a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-cart-button:hover a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-mobile-cart-button:hover a.cart-contents .cart-icon svg *,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button:hover a.cart-contents .cart-icon svg * {
  stroke: #a97120;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart .widget_shopping_cart,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart .widget_shopping_cart,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account .widget_shopping_cart {
  background-color: #ffffff;
  width: 300px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  z-index: 9999999;
  padding: 20px 20px;
  left: unset;
  right: 0;
}

.main-header .main-header__container .main-header__sidebar-right .site-header-mobile-cart:hover .widget_shopping_cart,
.main-header .main-header__container .main-header__sidebar-right .site-header-cart:hover .widget_shopping_cart,
.main-header .main-header__container .main-header__sidebar-right .site-header-my-account:hover .widget_shopping_cart {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.main-header .main-header__hambuwrap {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.main-header .main-header__hambuwrap .hambuwrap__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 35px;
  cursor: pointer;
}

.main-header .main-header__hambuwrap .hambuwrap__hamburger span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #b5b5b5;
  border-radius: 5px;
}

.main-header .main-header__hambuwrap .hambuwrap__hamburger span:not(:last-child) {
  margin-bottom: 5px;
}

.main-site-navigation {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.main-site-navigation .main-navigation__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1em;
}

.main-site-navigation .main-navigation__container .side-header-widget .widget-header-navigation-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-site-navigation .main-navigation__container .main-navigation {
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.main-site-navigation .main-navigation__container .main-navigation .widget-header-navigation {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-site-navigation .main-navigation__container .main-navigation .widget-header-navigation .wp-block-image {
  margin: 0;
}

.main-site-navigation .main-navigation__container .main-navigation .widget-header-navigation .wp-block-image img {
  height: 40px;
  width: auto;
}

.main-site-navigation .main-navigation__container .main-navigation ul {
  display: flex;
}

.main-site-navigation .main-navigation__container .main-navigation ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3px 0;
}

.main-site-navigation .main-navigation__container .main-navigation ul li a {
  margin-right: 30px;
  color: #000000;
  line-height: 1;
  transition: 0.3s all ease;
  padding: 30px 0;
  display: inline-block;
}

.main-site-navigation .main-navigation__container .main-navigation ul li:hover>a {
  color: #a97120;
}

.main-site-navigation .main-navigation__container .main-navigation ul li.special a {
  margin-right: 15px;
  background-color: #db0404;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 25px;
  transition: 0.3s all ease;
  min-width: 90px;
  text-align: center;
}

.main-site-navigation .main-navigation__container .main-navigation ul li.special:hover a {
  background-color: #af0303;
}

.main-site-navigation .main-navigation__container .main-navigation ul li.special2 a {
  margin-right: 15px;
  background-color: #a97120;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 25px;
  transition: 0.3s all ease;
  min-width: 90px;
  text-align: center;
}

.main-site-navigation .main-navigation__container .main-navigation ul li.special2:hover a {
  background-color: #7e5418;
}

.main-site-navigation .main-navigation__container .main-navigation ul li ul {
  width: 200px;
  flex-direction: column;
  padding: 15px 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  z-index: 99;
  background-color: #ffffff;
  left: -10px;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.1s opacity ease;
}

.main-site-navigation .main-navigation__container .main-navigation ul li ul::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  position: absolute;
  top: -15px;
  left: 15px;
  transform: rotate(-45deg) translateY(6px);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: 5px;
}

.main-site-navigation .main-navigation__container .main-navigation ul li ul::after {
  content: "";
  width: 100px;
  height: 25px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 2;
}

.main-site-navigation .main-navigation__container .main-navigation ul li ul li {
  position: relative;
  z-index: 3;
  transition: 0s background-color ease;
  border-radius: 5px;
}

.main-site-navigation .main-navigation__container .main-navigation ul li ul li a {
  padding: 7px 10px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  margin-right: 0;
  transition: 0s color ease;
}

.main-site-navigation .main-navigation__container .main-navigation ul li ul li:hover {
  background-color: #a97120;
}

.main-site-navigation .main-navigation__container .main-navigation ul li ul li:hover>a {
  color: #ffffff;
}

.main-site-navigation .main-navigation__container .main-navigation ul li ul li ul {
  position: absolute;
  background-color: #ffffff;
  z-index: 4;
  left: 100%;
}

.main-site-navigation .main-navigation__container .main-navigation ul li ul li ul li {
  z-index: 5;
}

.main-site-navigation .main-navigation__container .main-navigation ul li ul li ul::before {
  display: none;
}

.main-site-navigation .main-navigation__container .main-navigation ul li ul li ul::after {
  display: none;
}

.main-site-navigation .main-navigation__container .main-navigation ul li:hover>ul {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.mobile-site-navigation-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999999;
  transition: 0.3s all ease;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: flex;
  justify-content: flex-end;
}

.mobile-site-navigation-container .close {
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: 2px solid #ffffff;
  cursor: pointer;
}

.mobile-site-navigation-container .mobile-site-navigation {
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  padding: 20px 25px 50px 25px;
  overflow-y: auto;
  transform: translateX(300px);
  transition: 0.3s all ease;
}

.mobile-site-navigation-container .mobile-site-navigation ul {
  list-style: none;
  font-weight: 500;
}

.mobile-site-navigation-container .mobile-site-navigation ul li {
  margin: 0;
}

.mobile-site-navigation-container .mobile-site-navigation ul li a {
  text-decoration: none;
  color: #000000;
  padding: 7px 0;
  display: block;
  text-transform: uppercase;
}

.mobile-site-navigation-container .mobile-site-navigation ul li a:hover {
  color: #a97120;
}

.mobile-site-navigation-container .mobile-site-navigation ul li ul {
  margin: 0 0 0 15px;
}

.mobile-site-navigation-container .mobile-site-navigation ul li ul li a {
  font-size: 0.9em;
}

.mobile-site-navigation-container .mobile-site-navigation ul li.special {
  padding: 0;
  border-bottom: 0 !important;
}

.mobile-site-navigation-container .mobile-site-navigation ul li.special a {
  background-color: #db0404;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 5px 0;
}

.mobile-site-navigation-container .mobile-site-navigation ul li.special2 {
  padding: 0;
  border-bottom: 0 !important;
}

.mobile-site-navigation-container .mobile-site-navigation ul li.special2 a {
  margin-right: 0;
  background-color: #a97120;
  color: #ffffff;
  padding: 7px 15px;
  border-radius: 25px;
  transition: 0.3s all ease;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 5px 0;
}

.mobile-site-navigation-container .mobile-site-navigation ul li.special2:hover a {
  background-color: #7e5418;
}

.mobile-site-navigation-container .mobile-site-navigation ul li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.mobile-site-navigation-container.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.mobile-site-navigation-container.open .mobile-site-navigation {
  transform: translateX(0);
}

.compact-search-sidebar {
  display: none;
  background-color: #ffffff;
  padding: 10px 0 10px 0;
  border-top: 1px solid #f0f0f0;
}

@media (max-width: 1430px) {
  .main-header .main-header__container {
    height: 80px;
  }

  .main-header .main-header__container .main-header__site-branding {
    margin-right: 50px;
  }

  .main-header .main-header__container .main-header__site-branding a {
    max-height: 60px;
  }

  .main-header .main-header__container .main-header__sidebar-search {
    display: none;
  }

  .compact-search-sidebar {
    display: block;
  }

  .main-site-navigation .main-navigation__container .main-navigation ul li a {
    padding: 20px 0;
  }
}

@media (max-width: 1100px) {
  .main-header .main-header__container .main-header__sidebar-right .mobile-cart-button {
    display: block;
  }

  .main-header .main-header__container .main-header__sidebar-right .site-header-cart {
    display: none;
  }

  .main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button a.my-account .my-account-icon {
    margin-right: 0;
  }

  .main-header .main-header__container .main-header__sidebar-right .site-header-my-account .header-my-account-button a.my-account .my-account-text {
    display: none;
  }

  .main-site-navigation {
    border-bottom: 0;
  }

  .main-site-navigation .main-navigation__container .main-navigation {
    display: none;
  }

  .main-header .main-header__container .main-header__hambuwrap {
    display: flex;
  }
}

@media (max-width: 781px) {
  .top-bar .top-bar__container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
  }

  .top-bar .top-bar__container .widget-top-bar-left {
    align-items: center;
    flex-grow: 1;
  }

  .top-bar .top-bar__container .widget-top-bar-left a {
    white-space: nowrap;
  }

  .top-bar .top-bar__container .widget-top-bar-left a svg {
    margin-right: 5px;
  }

  .top-bar .top-bar__container .widget-top-bar-left a:not(:last-of-type) {
    margin-right: 25px;
  }

  .main-header .main-header__container {
    height: 70px;
    justify-content: unset;
  }

  .main-header .main-header__container .main-header__hambuwrap {
    margin-right: 0;
    width: 73px;
    align-items: flex-end;
    order: 3;
  }

  .main-header .main-header__container .main-header__hambuwrap .hambuwrap__hamburger {
    margin-right: 0;
  }

  .main-header .main-header__container .main-header__sidebar-left {
    display: none;
  }

  .main-header .main-header__container .main-header__site-branding {
    padding: 10px 0;
    margin-right: 0;
    width: 100px;
    order: 1;
    margin-left: 0;
  }

  .main-header .main-header__container .main-header__site-branding a img {
    height: 42px;
    width: auto;
  }

  .main-header .main-header__container .main-header__sidebar-right {
    justify-content: center;
    order: 2;
    width: calc(100% - 146px);
  }

  .main-header .main-header__container .main-header__sidebar-right .site-header-my-account {
    margin-right: 15px;
  }
}

@media (max-width: 380px) {
  .top-bar .top-bar__container .widget-top-bar-left {
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }

  .top-bar .top-bar__container .widget-top-bar-left a {
    width: 100%;
    justify-content: center;
  }

  .top-bar .top-bar__container .widget-top-bar-left a:nth-child(2) {
    justify-content: center;
  }

  .top-bar .top-bar__container .widget-top-bar-left a:not(:last-of-type) {
    margin-right: 0;
  }
}

.fs-widget-icon-wrapper {
  display: flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
}

.fs-widget-icon-wrapper strong {
  font-weight: 900;
}

.fs-widget-icon-wrapper .fs-widget-icon {
  margin-right: 15px;
}

.fs-widget-icon-wrapper .fs-widget-icon svg {
  height: 25px;
  width: auto;
  vertical-align: middle;
}

.fs-widget-icon-wrapper.fs-widget-icon-color-default {
  color: #000000;
}

.fs-widget-icon-wrapper.fs-widget-icon-color-default svg {
  fill: #000000;
}

.fs-widget-icon-wrapper.fs-widget-icon-color-gold {
  color: #a97120;
}

.fs-widget-icon-wrapper.fs-widget-icon-color-gold svg {
  fill: #a97120;
}

.fs-widget-icon-wrapper.small .fs-widget-icon svg {
  height: 20px;
}

.fs-widget-icon-wrapper:hover {
  text-decoration: underline;
}

.fs-widget-icon-wrapper .fs-widget-text .link-title {
  color: #000000;
}

.fs-widget-socials-wrapper {
  display: flex;
  align-items: center;
  column-gap: 15px;
  row-gap: 10px;
  flex-wrap: wrap;
}

.fs-widget-socials-wrapper .fs-widget-social-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fs-widget-socials-wrapper .fs-widget-social-item svg {
  fill: #b5b5b5;
  transition: 0.3s all ease;
  width: 25px;
  height: 25px;
}

.fs-widget-socials-wrapper .fs-widget-social-item:hover svg {
  fill: #a97120;
}

.fs-widget-separator-wrapper {
  margin-left: 30px;
  margin-right: 30px;
}

.fs-widget-separator-wrapper .fs-widget-separator {
  width: 1px;
  height: 30px;
  background-color: #e5e5e5;
}

.hero .hero__slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero .hero__slide .slide__container {
  padding: 100px 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 65%;
  height: 30vw;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #000000;
}

.hero .hero__slide .slide__container .slide__subtitle {
  font-size: max(18px, 1.3vw);
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.hero .hero__slide .slide__container .slide__title {
  line-height: 1.05;
  font-size: max(30px, 2.35vw);
  margin: 0 0 25px 0;
}

.hero .hero__slide .slide__container .slide__text {
  font-size: max(17px, 1.35vw);
  margin: 0 0 35px 0;
  line-height: 1.25;
}

.hero .hero__slide .slide__container .slide__button {
  margin: 0;
}

.hero .hero__slide .slide__mobile-img {
  display: none;
  height: 250px;
  padding-top: 25px;
}

.hero .hero__slide .slide__mobile-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero .hero__slide .slide__mobile-content {
  display: none;
  padding-bottom: 5px;
}

.hero .hero__slide .slide__mobile-content .mobile-content__wrapper {
  padding: 0 0 35px 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.hero .hero__slide .slide__mobile-content .mobile-content__wrapper .slide__subtitle {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.1;
}

.hero .hero__slide .slide__mobile-content .mobile-content__wrapper .slide__title {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1;
}

.hero .hero__slide .slide__mobile-content .mobile-content__wrapper .slide__text {
  margin-top: 15px;
  margin-bottom: 0;
}

.hero .hero__slide .slide__mobile-content .mobile-content__wrapper .button {
  display: inline-block;
  margin-top: 15px;
}

@media (max-width: 1430px) {
  .hero .hero__slide .slide__container {
    padding-right: 60%;
  }

  .hero .hero__slide .slide__container .slide__subtitle {
    margin-bottom: 20px;
  }

  .hero .hero__slide .slide__container .slide__title {
    margin: 0 0 20px 0;
  }

  .hero .hero__slide .slide__container .slide__text {
    margin: 0 0 25px 0;
  }
}

@media (max-width: 1100px) {
  .hero .hero__slide .slide__container {
    padding-right: 50vw;
  }
}

@media (max-width: 781px) {
  .hero .hero__slide .desktop-slide {
    display: none;
  }

  .hero .hero__slide .slide__mobile-img {
    display: block;
  }

  .hero .hero__slide .slide__mobile-content {
    display: block;
  }

  .hero .hero__slide .slide__container {
    padding-right: 30vw;
  }
}

@media (max-width: 550px) {
  .hero .hero__slide .slide__container {
    padding-right: 0;
  }

  .hero .hero__slide .slide__container .slide__subtitle {
    font-size: 15px;
    margin: 0 0 10px 0;
  }

  .hero .hero__slide .slide__container .slide__title {
    font-size: 30px;
    margin: 0 0 20px 0;
  }

  .hero .hero__slide .slide__container .slide__text {
    font-size: 18px;
    margin: 0 0 25px 0;
  }
}

.slider .basic__slide {
  display: block;
}

.slider .basic__slide div[class^=wrapper] {
  height: 100%;
}

.slider .basic__slide .slide__image {
  width: 100%;
  height: auto;
}

.slider .basic__slide .slide__image.mobile {
  display: none;
}

@media screen and (max-width: 781px) {
  .slider .basic__slide .slide__image.mobile {
    display: block;
  }
}

@media screen and (max-width: 781px) {
  .slider .basic__slide .slide__image.desktop {
    display: none;
  }
}

.site-footer .footer__topfooter .topfooter__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 35px;
  padding-bottom: 0px;
}

.site-footer .footer__topfooter .topfooter__container .topfooter__col {
  width: calc(14.28% - 30px);
  margin: 0 15px 15px 15px;
}

.site-footer .footer__bottomfooter {
  border-top: 1px solid #f0f0f0;
}

.site-footer .footer__bottomfooter .bottomfooter__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-footer .footer__bottomfooter .bottomfooter__container .bottomfooter__col {
  width: calc(50% - 30px);
  margin: 15px 15px 15px 15px;
  vertical-align: middle;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-footer .footer__bottomfooter .bottomfooter__container .bottomfooter__col p {
  margin: 0;
}

.site-footer .footer__bottomfooter .bottomfooter__container .bottomfooter__col:nth-child(2) {
  text-align: right;
}

.site-footer .widgettitle {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.site-footer ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer ul.menu li {
  margin: 0 0 5px 0;
}

.site-footer ul.menu li a {
  text-decoration: none;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 300;
}

.site-footer ul.menu li a:hover {
  color: #a97120;
}

@media (max-width: 1100px) {
  .site-footer .footer__topfooter .topfooter__container .topfooter__col {
    width: calc(50% - 30px);
    margin-bottom: 35px;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(1) {
    width: calc(25% - 30px);
    order: 6;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(2) {
    width: calc(25% - 30px);
    order: 1;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(3) {
    width: calc(25% - 30px);
    order: 2;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(4) {
    width: calc(25% - 30px);
    order: 3;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(5) {
    width: calc(25% - 30px);
    order: 4;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(6) {
    width: calc(25% - 30px);
    order: 5;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(7) {
    width: calc(50% - 30px);
    order: 7;
  }
}

@media (max-width: 781px) {
  .site-footer .footer__topfooter .topfooter__container .topfooter__col {
    width: calc(50% - 30px);
    margin-bottom: 35px;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(1) {
    width: calc(33.333% - 30px);
    order: 6;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(2) {
    width: calc(33.333% - 30px);
    order: 1;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(3) {
    width: calc(33.333% - 30px);
    order: 2;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(4) {
    width: calc(33.333% - 30px);
    order: 3;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(5) {
    width: calc(33.333% - 30px);
    order: 4;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(6) {
    width: calc(33.333% - 30px);
    order: 5;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(7) {
    width: calc(66.666% - 30px);
    order: 7;
  }
}

@media (max-width: 550px) {
  .site-footer .footer__topfooter .topfooter__container .topfooter__col {
    width: calc(50% - 30px);
    margin-bottom: 35px;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(1) {
    width: calc(50% - 30px);
    order: 6;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(2) {
    width: calc(50% - 30px);
    order: 1;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(3) {
    width: calc(50% - 30px);
    order: 2;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(4) {
    width: calc(50% - 30px);
    order: 3;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(5) {
    width: calc(50% - 30px);
    order: 4;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(6) {
    width: calc(50% - 30px);
    order: 5;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(7) {
    width: 100%;
    order: 7;
  }
}

@media (max-width: 340px) {
  .site-footer .footer__topfooter .topfooter__container .topfooter__col {
    width: calc(50% - 30px);
    margin-bottom: 35px;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(1) {
    width: 100%;
    order: 6;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(2) {
    width: 100%;
    order: 1;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(3) {
    width: 100%;
    order: 2;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(4) {
    width: 100%;
    order: 3;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(5) {
    width: 100%;
    order: 4;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(6) {
    width: 100%;
    order: 5;
  }

  .site-footer .footer__topfooter .topfooter__container .topfooter__col:nth-child(7) {
    width: 100%;
    order: 7;
  }

  .site-footer .footer__bottomfooter .bottomfooter__container .bottomfooter__col {
    width: 100%;
    margin-bottom: 5px;
  }

  .site-footer .footer__bottomfooter .bottomfooter__container .bottomfooter__col:last-child {
    margin-bottom: 10px;
    text-align: left;
  }
}

.icons .icons__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.icons .icons__container .icons__icon {
  width: 20%;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
}

.icons .icons__container .icons__icon .icon__img {
  margin-right: 10px;
  flex-shrink: 0;
  width: 70px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons .icons__container .icons__icon .icon__img svg {
  vertical-align: middle;
  fill: #a97120;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons .icons__container .icons__icon .icon__img img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icons .icons__container .icons__icon .icon__text {
  font-size: 1.8rem;
  line-height: 1.15;
  font-weight: 500;
}

@media (max-width: 1430px) {
  .icons .icons__container .icons__icon .icon__text {
    font-size: 1.5rem;
  }
}

@media (max-width: 1100px) {
  .icons .icons__container {
    overflow-x: auto;
    gap: 50px;
  }

  .icons .icons__container .icons__icon {
    width: 20%;
    flex-direction: column;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .icons .icons__container .icons__icon .icon__img {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    height: 35px;
  }

  .icons .icons__container .icons__icon .icon__img svg {
    height: 25px;
    width: auto;
  }

  .icons .icons__container .icons__icon .icon__text {
    text-align: center;
  }
}

@media (max-width: 781px) {
  .icons .icons__container .icons__icon {
    width: 28.5%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 340px) {
  .icons .icons__container .icons__icon {
    width: 40%;
    padding-left: 2%;
    padding-right: 2%;
  }
}

.title .title__container {
  text-align: center;
}

.title .title__container .title__subtitle {
  margin: 0 0 10px 0;
}

.title .title__container .title__titletext {
  margin: 10px 0 0 0;
  line-height: 1.1;
}

.title .title__container .title__content {
  margin: 10px 0 0 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tabs .tabs__container .tabs__tabs {
  display: flex;
  justify-content: center;
}

.tabs .tabs__container .tabs__tabs .tabs__tab-title {
  padding: 10px 15px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  font-weight: 500;
  font-size: 1.4rem;
  color: #b3b3b3;
  transition: 0.3s all ease;
}

.tabs .tabs__container .tabs__tabs .tabs__tab-title.active {
  color: #000000;
  text-decoration: underline;
}

.tabs .tabs__container .tabs__tabs .tabs__tab-title:not(:last-of-type) {
  margin-right: 20px;
}

.tabs .tabs__container .tabs__contents {
  margin-top: 50px;
}

.tabs .tabs__container .tabs__contents .contents__content {
  display: none;
}

.tabs .tabs__container .tabs__contents .contents__content.active {
  display: block;
}

.banner .banner__wrapper {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner .banner__wrapper picture {
  width: 100%;
}

.banner .banner__wrapper picture img {
  width: 100%;
  vertical-align: middle;
}

.tiles .tiles-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 1rem 0;
  gap: 1rem;
}

@media screen and (max-width: 781px) {
  .tiles .tiles-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 550px) {
  .tiles .tiles-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 340px) {
  .tiles .tiles-container {
    grid-template-columns: 1fr;
  }
}

.tiles .tiles-container .tile {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  padding: clamp(0.8rem, 8%, 5.5rem) clamp(1rem, 10%, 7rem);
  text-align: center;
  aspect-ratio: 1;
}

.tiles .tiles-container .tile.top-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.tiles .tiles-container .tile.top {
  justify-content: center;
  align-items: flex-start;
}

.tiles .tiles-container .tile.top-right {
  justify-content: flex-end;
  align-items: flex-start;
}

.tiles .tiles-container .tile.right {
  justify-content: flex-end;
  align-items: center;
}

.tiles .tiles-container .tile.bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.tiles .tiles-container .tile.bottom {
  justify-content: center;
  align-items: flex-end;
}

.tiles .tiles-container .tile.bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
}

.tiles .tiles-container .tile.left {
  justify-content: flex-start;
  align-items: center;
}

.tiles .tiles-container .tile.center {
  justify-content: center;
  align-items: center;
}

.tiles .tiles-container .tile .tile-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tiles .tiles-container .tile .tile-title-wrapper p {
  display: inline-block;
}

.tiles .tiles-container .tile .tile-title-wrapper .tile-title {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

@media screen and (max-width: 1430px) {
  .tiles .tiles-container .tile .tile-title-wrapper .tile-title {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1100px) {
  .tiles .tiles-container .tile .tile-title-wrapper .tile-title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 781px) {
  .tiles .tiles-container .tile .tile-title-wrapper .tile-title {
    font-size: 2rem;
  }
}

.tiles .tiles-container .tile .tile-title-wrapper .tile-cta {
  line-height: 1;
  background-color: #a97120;
  color: #ffffff;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  font-weight: 500;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5em;
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .tiles .tiles-container .tile .tile-title-wrapper .tile-cta {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 781px) {
  .tiles .tiles-container .tile .tile-title-wrapper .tile-cta {
    font-size: 1.4rem;
  }
}

.tiles .tiles-container .tile .tile-title-wrapper .tile-cta svg {
  width: 1em;
  height: 1em;
}

.tiles .tiles-container .tile .tile-title-wrapper .title-title+.title-cta {
  margin-top: 1em;
}

.contact {
  background-color: #f0f0f0;
}

.contact .contact__flex {
  display: flex;
}

.contact .contact__flex .flex__col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact .contact__flex .flex__col:first-of-type {
  text-align: right;
}

.contact .contact__flex .flex__col a {
  color: #a97120;
}

.contact .contact__flex .flex__col .contact__title {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.1;
}

.contact .contact__flex .flex__col .contact__text {
  margin: 0;
}

.contact .contact__flex .flex__col:first-child {
  padding: 20px 35px 20px 0;
  border-right: 1px solid #c7c7c7;
}

.contact .contact__flex .flex__col:nth-child(2) {
  padding: 20px 0 20px 35px;
}

.contact .contact__flex .flex__col .fs-widget-icon-wrapper+.fs-widget-icon-wrapper {
  margin-top: 15px;
}

@media (max-width: 781px) {
  .contact .contact__flex {
    flex-wrap: wrap;
  }

  .contact .contact__flex .flex__col {
    width: 100%;
  }

  .contact .contact__flex .flex__col:first-child {
    text-align: center;
    padding: 15px 0 0 0;
    border-right: 0;
  }

  .contact .contact__flex .flex__col:nth-child(2) {
    padding: 0 0 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }
}

.newsletter {
  background-color: #f0f0f0;
}

.newsletter .newsletter__flex {
  display: flex;
  gap: 50px;
}

.newsletter .newsletter__flex .flex__col {
  width: 50%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}

.newsletter .newsletter__flex .flex__col .newsletter__title {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.1;
}

.newsletter .newsletter__flex .flex__col .newsletter__text {
  margin: 0;
}

.newsletter .newsletter__flex .flex__col .newsletter-form {
  background-color: #ffffff;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  overflow: hidden;
}

.newsletter .newsletter__flex .flex__col .newsletter-form>p {
  width: 100%;
  display: flex;
  margin: 0;
}

.newsletter .newsletter__flex .flex__col .newsletter-form .wpcf7-spinner {
  position: absolute;
}

.newsletter .newsletter__flex .flex__col .wpcf7-form {
  margin-bottom: 0;
}

.newsletter .newsletter__flex .flex__col .newsletter-form>p>*:nth-child(1) {
  width: calc(100% - 80px);
}

.newsletter .newsletter__flex .flex__col .newsletter-form>p>*:nth-child(2) {
  width: 70px;
}

.newsletter .newsletter__flex .flex__col .newsletter-form input[type=email] {
  background-color: #ffffff;
  border-width: 0;
  border-color: #000000;
  border-style: solid;
  box-sizing: border-box;
  height: 50px;
  margin: 0;
  padding: 10px 20px;
  box-shadow: unset;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.newsletter .newsletter__flex .flex__col .newsletter-form input[type=email]+* {
  margin-top: 10px;
}

.newsletter .newsletter__flex .flex__col .newsletter-form input[type=email]::placeholder {
  color: #a4a4a4;
}

.newsletter .newsletter__flex .flex__col .newsletter-form button[type=submit] {
  background-color: transparent;
  border-width: 2px 2px 2px 0;
  border-color: #000000;
  border-style: solid;
  box-sizing: border-box;
  height: 50px;
  margin: 0;
  box-shadow: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
}

.newsletter .newsletter__flex .flex__col .newsletter-form button[type=submit] svg {
  width: 25px;
  height: 25px;
  fill: #000000;
  transition: 0.5s all ease;
}

.newsletter .newsletter__flex .flex__col .newsletter-form button[type=submit]:hover svg {
  transform: scale(1.1);
}

.newsletter .newsletter__flex .flex__col .newsletter-form+.wpcf7-response-output {
  max-width: 500px;
  border-radius: 0;
  margin: -2px auto 0 auto !important;
  padding: 10px 20px !important;
}

@media (max-width: 781px) {
  .newsletter .newsletter__flex {
    flex-direction: column;
    gap: 20px;
  }

  .newsletter .newsletter__flex .flex__col {
    width: 100%;
  }
}

.posts .posts__container {
  display: grid;
  gap: 30px;
}

.posts .posts__container.columns-1 {
  grid-template-columns: 1fr;
}

.posts .posts__container.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.posts .posts__container.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.posts .posts__container.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.posts .posts__container .post {
  text-decoration: none;
}

.posts .posts__container.simple .post {
  color: #a97120;
  text-decoration: none;
}

.posts .posts__container.simple .post .post__title {
  color: #000000;
  margin: 5px 0 0 0;
  line-height: 1.1;
}

.posts .posts__container.simple .post:hover .post__title {
  color: #a97120;
  text-decoration: underline;
}

.posts .posts__container.fancy1 .post {
  position: relative;
  height: 400px;
}

.posts .posts__container.fancy1 .post .post__image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  width: 75%;
  border: 1px solid #f0f0f0;
}

.posts .posts__container.fancy1 .post .post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all ease-in-out;
}

.posts .posts__container.fancy1 .post:hover .post__image img {
  transform: scale(1.1);
}

.posts .posts__container.fancy1 .post .post__date {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 80px;
  height: 80px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid #f0f0f0;
}

.posts .posts__container.fancy1 .post .post__content {
  z-index: 3;
  position: absolute;
  top: 35px;
  bottom: 35px;
  right: 25px;
  width: max(50%, 300px);
  background-color: #ffffff;
  padding: 35px 40px 35px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid #f0f0f0;
}

.posts .posts__container.fancy1 .post .post__content .content__title {
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000000;
  margin-top: 0;
}

.posts .posts__container.fancy1 .post .post__content .content__except {
  line-height: 1.7;
  color: #000000;
  margin-bottom: 25px;
}

.posts .posts__container.fancy1 .post .post__content .content__read-more {
  min-width: 150px;
}

@media (max-width: 781px) {
  .posts .posts__container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .posts .posts__container.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .posts .posts__container.fancy1 .post {
    height: auto;
  }

  .posts .posts__container.fancy1 .post .post__image {
    position: static;
    height: 200px;
    width: 100%;
  }

  .posts .posts__container.fancy1 .post .post__content {
    position: static;
    padding: 20px 25px;
    text-decoration: none;
    width: auto;
  }

  .posts .posts__container.fancy1 .post .post__content .content__except {
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .posts .posts__container.fancy1 .post .post__content .content__read-more {
    padding: 8px 15px;
    min-width: 120px;
  }
}

@media (max-width: 550px) {
  .posts .posts__container.columns-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 340px) {
  .posts .posts__container.simple.columns-4 {
    grid-template-columns: 1fr;
  }
}

.offcanvas {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.3s all ease;
  pointer-events: none;
  opacity: 0;
}

.offcanvas .offcanvas__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.offcanvas .offcanvas__content .content__action {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 600px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(600px);
  transition: 0.3s all ease;
  z-index: 2;
  height: 80px;
  padding: 0 25px 0 25px;
}

.offcanvas .offcanvas__content .content__action .button {
  width: 100%;
}

.offcanvas .offcanvas__content .content__bar {
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  transform: translateX(600px);
  z-index: 2;
  padding: 20px 25px 20px 25px;
  background-color: #ffffff;
  transition: 0.3s all ease;
}

.offcanvas .offcanvas__content .content__body {
  z-index: 1;
  width: 600px;
  max-width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 80px 25px 50px 25px;
  transition: 0.3s all ease;
  transform: translateX(600px);
  position: relative;
  overflow-y: auto;
}

.offcanvas .offcanvas__content .body__close {
  position: absolute;
  top: 15px;
  right: 20px;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: 2px solid #000000;
  cursor: pointer;
}

.offcanvas .offcanvas__content .body__heading {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.1;
}

.offcanvas.active {
  opacity: 1;
  pointer-events: all;
}

.offcanvas.active .offcanvas__content .content__action,
.offcanvas.active .offcanvas__content .content__bar,
.offcanvas.active .offcanvas__content .content__body {
  transform: translateX(0);
}

@media (max-width: 1100px) {

  .offcanvas .offcanvas__content .content__action,
  .offcanvas .offcanvas__content .content__bar,
  .offcanvas .offcanvas__content .content__body {
    width: 500px;
    transform: translateX(500px);
  }
}

@media (max-width: 550px) {

  .offcanvas .offcanvas__content .content__action,
  .offcanvas .offcanvas__content .content__bar,
  .offcanvas .offcanvas__content .content__body {
    width: 100%;
    transform: translateX(-100%);
  }
}

@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(3px);
  }

  50% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(7px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.fabric-gallery .fabric-gallery__fabric-group:not(:last-of-type) {
  margin-bottom: 50px;
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__title {
  background-color: #f0f0f0;
  color: #000000;
  padding: 15px 20px;
  border-radius: 10px;
  line-height: 1;
  font-size: 2.4rem;
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 20px;
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric {
  width: 12.5%;
  padding: 0 10px;
  cursor: pointer;
  transition: 0.2s all ease;
  user-select: none;
  position: relative;
}

@media screen and (max-width: 1430px) {

  .fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg,
  .fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric {
    width: 20%;
  }
}

@media screen and (max-width: 1100px) {

  .fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg,
  .fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric {
    width: 25%;
  }
}

@media screen and (max-width: 781px) {

  .fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg,
  .fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric {
    width: 33.333%;
  }
}

@media screen and (max-width: 550px) {

  .fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg,
  .fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric {
    width: 50%;
  }
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg .fabric__preview,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric .fabric__preview {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 25px;
  height: 25px;
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
  line-height: 1px;
  text-align: center;
  font-size: 1.2rem;
  opacity: 1;
  transition: 0.1s all ease;
  transform: scale(1);
  z-index: 2;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  cursor: zoom-in;
  font-family: "dashicons";
  pointer-events: all;
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg .fabric__preview .dashicons,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric .fabric__preview .dashicons {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg .fabric__price,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric .fabric__price {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 2;
  background-color: #ffffff;
  font-weight: 500;
  padding: 3px 5px;
  border-radius: 5px;
  line-height: 1;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg .fabric__image,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric .fabric__image {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transition: 0.2s all ease;
  background-color: #ffffff;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg .fabric__image img,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric .fabric__image img {
  width: 100%;
  vertical-align: middle;
  transition: 0.2s all ease;
  opacity: 1;
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg .fabric__image .error-message,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric .fabric__image .error-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #db0404;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  pointer-events: none;
  transition: 0.2s all ease;
  opacity: 0;
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg .fabric__image::after,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric .fabric__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px solid transparent;
  transition: 0.1s all ease;
  border-radius: 5px;
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg .fabric__image::before,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric .fabric__image::before {
  content: "\f147";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background-color: #a97120;
  border-radius: 50%;
  color: #ffffff;
  font-family: "dashicons";
  line-height: 25px;
  text-align: center;
  font-size: 25px;
  opacity: 0;
  transition: 0.1s all ease;
  transform: scale(0);
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg .fabric__name,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric .fabric__name {
  line-height: 1;
  text-align: center;
  font-weight: 600;
  margin: 5px 0 15px 0;
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg.selected .fabric__image,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric.selected .fabric__image {
  filter: brightness(1.25);
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg.selected .fabric__image::after,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric.selected .fabric__image::after {
  border: 5px solid #a97120;
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg.selected .fabric__image::before,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric.selected .fabric__image::before {
  opacity: 1;
  transform: scale(1);
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg.selected:hover .fabric__image::before,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric.selected:hover .fabric__image::before {
  content: "\f158";
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg.error,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric.error {
  animation-name: horizontal-shaking;
  animation-duration: 0.3s;
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg.error .fabric__image .error-message,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric.error .fabric__image .error-message {
  opacity: 1;
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg.error .fabric__image img,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric.error .fabric__image img {
  opacity: 0.5;
  filter: grayscale(100%);
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg.error .fabric__image::after,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric.error .fabric__image::after {
  border: 5px solid #db0404;
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg:hover,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric:hover {
  transform: scale(1.025);
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg:hover .fabric__image,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric:hover .fabric__image {
  filter: brightness(1.25);
}

.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg:hover .fabric__preview,
.fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric:hover .fabric__preview {
  opacity: 1;
  transform: scale(1);
  filter: brightness(1.25);
}

.fabric-gallery.disabled {
  cursor: not-allowed;
}

.fabric-gallery.disabled .fabric-gallery__fabric-group .fabric-group__fabrics .fabric {
  pointer-events: none;
}

.offcanvas1 .fabric-gallery .fabric-gallery__fabric-group:not(:last-of-type),
.offcanvas .fabric-gallery .fabric-gallery__fabric-group:not(:last-of-type) {
  margin-bottom: 0px;
}

.offcanvas1 .fabric-gallery .fabric-gallery__fabric-group .fabric-group__title,
.offcanvas .fabric-gallery .fabric-gallery__fabric-group .fabric-group__title {
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offcanvas1 .fabric-gallery .fabric-gallery__fabric-group .fabric-group__title a,
.offcanvas .fabric-gallery .fabric-gallery__fabric-group .fabric-group__title a {
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  display: inline-block;
  background-color: #a97120;
  color: #ffffff;
  padding: 7px 10px;
  border-radius: 5px;
  text-align: center;
}

.offcanvas1 .fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric,
.offcanvas .fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric,
.offcanvas1 .fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg,
.offcanvas .fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .leg {
  width: 33.333%;
}

.order-samples-flyout {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  height: 480px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease;
  transform: translateY(480px);
  z-index: 999;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}

.order-samples-flyout .flyout__tab {
  width: 100%;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a97120;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  padding: 10px;
}

.order-samples-flyout .done-text {
  display: none;
}

.order-samples-flyout.ready {
  transform: translateY(430px);
}

.order-samples-flyout.ready .open-text {
  display: none;
}

.order-samples-flyout.ready.open {
  transform: translateY(0);
}

.order-samples-flyout.ready.open .closed-text {
  display: none;
}

.order-samples-flyout.ready.open .open-text {
  display: unset;
}

.order-samples-flyout.ready.done .done-text {
  display: block;
}

.order-samples-flyout.ready.done .closed-text {
  display: none;
}

.order-samples-flyout.ready.done .open-text {
  display: none;
}

.order-samples-flyout.ready.done:not(.open) {
  transform: translateY(530px);
}

.order-samples-flyout .fabrics-form {
  text-align: center;
  padding: 25px;
  height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}

.order-samples-flyout .fabrics-form label {
  text-align: center;
  display: block;
  font-weight: 500;
}

.order-samples-flyout .fabrics-form .fabrics-form__input {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.order-samples-flyout .fabrics-form .fabrics-form__submit-wrapper {
  margin-top: 25px;
}

.order-samples-flyout .fabrics-form .fabrics-form__message {
  margin: 0 0 15px 0;
}

.order-samples-flyout .fabrics-form .fabrics-form__submit-button {
  transition: 0.2s all ease;
  min-width: 250px;
  font-size: 1.6rem;
  overflow: hidden;
  height: 50px;
}

.order-samples-flyout .fabrics-form .fabrics-form__submit-button .ready {
  display: unset;
}

.order-samples-flyout .fabrics-form .fabrics-form__submit-button .loading {
  display: none;
}

.order-samples-flyout .fabrics-form .fabrics-form__submit-button:disabled {
  filter: grayscale(100%);
}

.order-samples-flyout .fabrics-form .fabrics-form__submit-button.error {
  animation-name: horizontal-shaking;
  animation-duration: 0.3s;
}

.order-samples-flyout .fabrics-form .fabrics-form__submit-button.loading .ready {
  display: none;
}

.order-samples-flyout .fabrics-form .fabrics-form__submit-button.loading .loading {
  display: block;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.order-samples-flyout .flyout-message {
  display: none;
  text-align: center;
  padding: 25px;
  justify-content: center;
  align-items: center;
  height: 430px;
  background-color: #f0f0f0;
  font-weight: 600;
  font-size: 2rem;
  flex-direction: column;
}

.order-samples-flyout .flyout-message .success-image {
  display: none;
}

.order-samples-flyout .flyout-message .error-image {
  display: none;
}

.order-samples-flyout .flyout-message svg {
  height: 270px;
  margin-bottom: 25px;
  max-width: 90%;
}

.order-samples-flyout .flyout-message.error {
  color: #db0404;
}

.order-samples-flyout .flyout-message.error .error-image {
  display: block;
}

.order-samples-flyout .flyout-message.success {
  color: #a97120;
}

.order-samples-flyout .flyout-message.success .success-image {
  display: block;
}

.order-samples-flyout.done .fabrics-form {
  display: none;
}

.order-samples-flyout.done .flyout-message {
  display: flex;
}

.samples-banners {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 550px) {

  .offcanvas1 .fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric,
  .offcanvas .fabric-gallery .fabric-gallery__fabric-group .fabric-group__fabrics .fabric {
    width: 50%;
  }
}

.testimonials {
  height: 290px;
}

@media screen and (max-width: 550px) {
  .testimonials {
    height: 330px;
  }
}

@media screen and (max-width: 420px) {
  .testimonials {
    height: 370px;
  }
}

@media screen and (max-width: 340px) {
  .testimonials {
    height: 390px;
  }
}

.testimonials .trustpilot {
  padding: 0 1rem;
}

.testimonials .testimonial {
  padding: 2rem 1rem;
}

.testimonials .testimonial .testimonial__author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1.5rem;
}

.testimonials .testimonial .testimonial__author .author__icon {
  font-size: 2rem;
  background-color: #a97120;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1rem;
  font-weight: 300;
  border: 1px solid #a97120;
  overflow: hidden;
}

.testimonials .testimonial .testimonial__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #8d8d8d;
}

.testimonials .testimonial .testimonial__bar .rating svg {
  width: 100px;
  height: auto;
}

.testimonials .testimonial .testimonial__title {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.testimonials .testimonial .testimonial__content {
  line-height: 1.2;
}

.testimonials .testimonial .testimonial__date {
  font-weight: 400;
  margin-top: 5px;
  line-height: 1.1;
}

.testimonials .testimonial .testimonial__date span {
  white-space: nowrap;
}

/*
Theme Name: Furniture Story

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }

  table.shop_table_responsive tbody th {
    display: table-cell;
  }

  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }

  table.shop_table_responsive tr td {
    display: table-cell;
  }

  table.shop_table_responsive tr td::before {
    display: none;
  }
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

.search-main-content .products .product h3 {
  padding: 0 0 0.5em 0;
  margin: 0;
  font-size: 1em;
}

.woocommerce ul.products li.product h3 {
  padding-top: 0;
}

.search-main-content .products .product a {
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%;
  }

  ul.products li.product.first {
    clear: both;
  }

  ul.products li.product.last {
    /* margin-right: 0; */
  }

  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }

  ul.products.columns-2 li.product {
    width: 48.1%;
  }

  ul.products.columns-3 li.product {
    width: 30.79667%;
  }

  ul.products.columns-4 li.product {
    width: 22.15%;
  }

  ul.products.columns-5 li.product {
    width: 16.96%;
  }

  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
}

/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }

  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }

  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

.site-header-cart .site-header-item-count {
  top: 5px;
  left: 18px;
  position: absolute;
  background-color: #db0404;
  color: #ffffff;
  font-weight: 400;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 1.2rem;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover~a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active~a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #ffffff;
  clear: both;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #ffffff;
}

.woocommerce-error {
  background-color: #ffffff;
}

.woocommerce-notices-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 10px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  color: #000000;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-noreviews .button,
.woocommerce p.no-comments .button {
  margin-left: 15px;
  display: inline-block;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {

  /**
  * Header cart
  */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }

  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

@media (max-width: 420px) {

  .woocommerce .woocommerce-message .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-noreviews .button,
  .woocommerce p.no-comments .button {
    display: none;
  }
}

.term-description {
  margin-bottom: 50px;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #979797;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #979797;
  text-decoration: none;
  font-size: 1.6rem;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  color: #000000;
}

.woocommerce-tabs .panel h2:first-of-type {
  display: none;
}

.woocommerce-store-notice,
p.demo_store {
  top: unset;
  height: auto;
  position: sticky;
  background-color: #a97120;
}

.woocommerce-store-notice a,
p.demo_store a {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 18px;
  text-decoration: none;
  border: 2px solid #000000;
  transition: 0.3s all ease;
}

.woocommerce-store-notice a:hover,
p.demo_store a:hover {
  background-color: rgba(255, 255, 255, 0.1176470588);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 0;
}

.variation-Base p,
.variation-Baseprice p,
.variation-Fabric p,
.variation-Leg p {
  margin: 0;
}

.woocommerce div.product form.cart .button {
  float: none;
}

.woocommerce td.product-name p.backorder_notification {
  margin: 0 0 0 25px;
  align-self: baseline;
  background-color: #a97120;
  display: inline-block;
  padding: 3px 5px;
  color: #ffffff;
  border-radius: 3px;
}

.mini_cart_item dd {
  margin: 0;
  line-height: 1;
}

.woocommerce ul.product_list_widget li dl {
  padding-left: 5px;
}

.woocommerce-noreviews,
p.no-comments {
  border: 0;
}

.woocommerce-Reviews form {
  margin-top: 10px;
}

p.stars:hover a::before,
p.stars.selected a:not(.active)::before,
p.stars.selected a.active::before {
  color: #a97120;
}

.woocommerce #review_form #respond p.stars {
  margin-top: 5px;
}

.woocommerce #review_form #respond textarea {
  resize: vertical;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #a97120;
  color: #ffffff;
  border-radius: 20px;
}

.star-rating span::before {
  color: #a97120;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
  background-color: #a97120;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: baseline;
  line-height: 1;
}

.woocommerce div.product form.cart .variations select {
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
  margin-top: 1em;
}

.woocommerce table.cart td.actions label[for=coupon_code] {
  display: none;
}

.filtering-tabs-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-width: 1px 0 1px 0;
  border-color: #f0f0f0;
  border-style: solid;
}

.filtering-tabs-wrapper .filtering-label {
  width: 15rem;
  text-align: center;
  font-weight: 600;
  padding: 2rem 2rem;
  line-height: 1;
  flex-shrink: 0;
}

.filtering-tabs-wrapper .filtering-tabs {
  padding-left: 3rem;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #f0f0f0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.filtering-tabs-wrapper .filtering-tabs .filtering-tab {
  background: transparent;
  border: 0;
  cursor: pointer;
  line-height: 1;
  padding: 1rem 2rem;
}

.filtering-tabs-wrapper .filtering-tabs .filtering-tab.active {
  font-weight: 700;
}

.filtering-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 2rem;
}

.filtering-submit {
  width: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.filtering-submit button,
.filtering-submit a {
  border: 1px solid #a97120;
  font-weight: 500;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  width: 120px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.filtering-submit button svg,
.filtering-submit a svg {
  width: 1.2em;
  height: 1.2em;
}

.filtering-submit button {
  background-color: #a97120;
  color: #ffffff;
}

.filtering-submit a {
  background-color: #ffffff;
  color: #a97120;
}

.filtering-groups {
  width: calc(100% - 15rem);
  padding-left: 5rem;
}

.filtering-groups .filtering-group {
  width: 100%;
  display: none;
  min-height: 8rem;
  flex-direction: column;
  justify-content: center;
}

.filtering-groups .filtering-group.active {
  display: flex;
}

.filtering-groups .filtering-group .filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6rem;
  row-gap: 3rem;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter {
  font-size: 1.4rem;
  line-height: 1;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-icons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  width: 100%;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-radio {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  width: 100%;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-radio label {
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-radio label::before {
  content: "";
  position: absolute;
  left: -17px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #000000;
  z-index: 1;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-radio label::after {
  content: "";
  position: absolute;
  left: -13px;
  top: 7px;
  width: 7px;
  height: 7px;
  background-color: #a97120;
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  transition: 0.1s opacity ease;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-radio input[type=radio] {
  accent-color: #a97120;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  vertical-align: middle;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-radio input[type=radio]:checked+label::after {
  opacity: 1;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-range {
  display: flex;
  text-align: center;
  align-items: flex-end;
  column-gap: 1.5rem;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-range input[type=number] {
  width: 5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid #a97120;
  border-radius: 0.5rem;
  text-align: center;
  line-height: 1;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-range input[type=range] {
  padding: 0;
  width: 15rem;
  -webkit-appearance: none;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-range input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #a97120;
  cursor: pointer;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #a97120;
  cursor: pointer;
  margin-top: -4px;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #a97120;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-range input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #a97120;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-range .filter-range-minmax {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter.filter-range .filter-range-left .filter-range-label {
  margin-bottom: 0.5rem;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter .fs-filter-term {
  background: transparent;
  border: 0;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  padding: 0;
  padding: 5px;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter .fs-filter-term .fs-term-icon {
  width: auto;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter .fs-filter-term .fs-term-icon svg {
  height: 4rem;
  width: auto;
  vertical-align: bottom;
  object-fit: contain;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter .fs-filter-term .fs-term-icon.fs-color-icon {
  overflow: hidden;
  border: 1px solid #f0f0f0;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter .fs-filter-term .fs-term-icon.fs-color-icon svg {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter .fs-filter-term .fs-term-title {
  font-size: 1.4rem;
}

.filtering-groups .filtering-group .filters-wrapper .fs-filter .fs-filter-term.active {
  outline: 1px solid #a97120;
  opacity: 1;
}

.fs-popup {
  position: fixed;
  inset: 0;
  z-index: 9999999999;
  background-color: rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-in-out;
}

.fs-popup .popup-window {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 6rem 3rem 3rem 3rem;
  max-width: calc(100vw - 2rem);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  width: 1000px;
  position: relative;
  transform: translateY(5rem);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out;
}

.fs-popup .popup-window .popup-close {
  border: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: grid;
  place-items: center;
  background-color: transparent;
}

.fs-popup .popup-window .popup-close svg {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fs-popup.active {
  opacity: 1;
  pointer-events: initial;
}

.fs-popup.active .popup-window {
  transform: translateY(0);
}

.callback-request .callback-header .title {
  margin-top: 0;
  color: #a97120;
  margin-bottom: 0.5em;
}

.callback-request .callback-grid {
  margin-top: 5rem;
  display: grid;
  column-gap: 5rem;
  grid-template-columns: 1fr 2fr;
}

@media screen and (max-width: 781px) {
  .callback-request .callback-grid {
    display: grid-reverse;
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }

  .callback-request .callback-grid .info {
    order: 2;
  }

  .callback-request .callback-grid .callback-form {
    order: 1;
  }
}

.callback-request .callback-grid .callback-form {
  position: relative;
}

.callback-request .callback-grid .callback-form form .loading-indicator {
  position: absolute;
  inset: -2rem;
  background-color: rgba(255, 255, 255, 0.95);
  pointer-events: none;
  transition: 0.1s opacity ease;
  display: grid;
  place-items: center;
  z-index: 3;
  font-weight: 500;
  opacity: 0;
}

.callback-request .callback-grid .callback-form form.loading .loading-indicator {
  opacity: 1;
  pointer-events: all;
}

.callback-request .callback-grid .callback-form form .form-success {
  position: absolute;
  inset: -2rem;
  background-color: rgba(255, 255, 255, 0.95);
  pointer-events: none;
  display: grid;
  place-items: center;
  z-index: 3;
  font-weight: 500;
  opacity: 0;
}

.callback-request .callback-grid .callback-form form.success .form-success {
  opacity: 1;
  pointer-events: all;
}

.callback-request .callback-grid .callback-form .form-errors {
  margin-bottom: 3rem;
  border-radius: 1rem;
  font-size: 0.9em;
  padding: 10px 15px;
  color: #ffffff;
  background-color: #a01212;
  font-weight: 500;
  display: none;
}

.callback-request .callback-grid .callback-form .form-errors.visible {
  display: block;
}

.callback-request .callback-grid .callback-form input::placeholder {
  color: #c9c9c9;
}

.callback-request .callback-grid .callback-form input,
.callback-request .callback-grid .callback-form select {
  min-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.callback-request .callback-grid .callback-form p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.callback-request .callback-grid .callback-form label {
  font-weight: 600;
  color: #a97120;
}

.callback-request .callback-grid .callback-form label.small {
  font-size: 0.8em;
}

.callback-request .callback-grid .callback-form input[type=radio][disabled]+label {
  color: #c9c9c9;
}

.callback-request .callback-grid .callback-form .input-row {
  display: flex;
  column-gap: 1rem;
  row-gap: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 781px) {
  .callback-request .callback-grid .callback-form .input-row {
    flex-direction: column;
  }
}

.callback-request .callback-grid .callback-form .input-row .input-col {
  flex: 1;
}

@media screen and (max-width: 781px) {
  .callback-request .callback-grid .callback-form .input-row .input-col {
    width: 100%;
  }
}

.callback-request .callback-grid .callback-form .input-row .input-col.submit-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.callback-request .callback-grid .callback-form .input-row .input-col.submit-col button {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.callback-request .callback-grid .callback-form::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -2.5rem;
  background-color: #f0f0f0;
}

.callback-request .callback-grid .callback-form .callback-time-radios {
  display: flex;
  column-gap: 3rem;
}

.callback-request .callback-grid .callback-form .callback-time-slider {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 4rem;
  /*********** Baseline, reset styles ***********/
  /* Removes default focus */
  /******** Chrome, Safari, Opera and Edge Chromium styles ********/
  /* slider track */
  /* slider thumb */
  /*********** Firefox styles ***********/
  /* slider track */
  /* slider thumb */
}

.callback-request .callback-grid .callback-form .callback-time-slider .time-slider-legend {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  column-gap: 2px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  z-index: 1;
}

.callback-request .callback-grid .callback-form .callback-time-slider .time-slider-legend .legend-element {
  position: relative;
  height: 2rem;
}

.callback-request .callback-grid .callback-form .callback-time-slider .time-slider-legend .legend-element span {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  text-align: center;
  top: 8px;
  font-size: 0.8em;
  color: #aeaeae;
}

.callback-request .callback-grid .callback-form .callback-time-slider .time-slider-legend .legend-element::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 0;
  width: 2px;
  height: 16px;
  background-color: #f0f0f0;
  z-index: 0;
}

.callback-request .callback-grid .callback-form .callback-time-slider .time-slider-legend .legend-element:first-of-type::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 2px;
  height: 16px;
  background-color: #f0f0f0;
}

.callback-request .callback-grid .callback-form .callback-time-slider input[type=range] {
  accent-color: #a97120;
  width: 100%;
  padding: 0;
  border: 0;
  position: relative;
  z-index: 2;
}

.callback-request .callback-grid .callback-form .callback-time-slider input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.callback-request .callback-grid .callback-form .callback-time-slider input[type=range]:focus {
  outline: none;
}

.callback-request .callback-grid .callback-form .callback-time-slider input[type=range]::-webkit-slider-runnable-track {
  background-color: #f0f0f0;
  border-radius: 0rem;
  height: 2px;
  padding: 0;
}

.callback-request .callback-grid .callback-form .callback-time-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -6px;
  /* Centers thumb on the track */
  background-color: #a97120;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.callback-request .callback-grid .callback-form .callback-time-slider input[type=range]:focus::-webkit-slider-thumb {
  outline: 1px solid #a97120;
  outline-offset: 3px;
}

.callback-request .callback-grid .callback-form .callback-time-slider input[type=range]::-moz-range-track {
  background-color: #f0f0f0;
  border-radius: 0rem;
  height: 2px;
}

.callback-request .callback-grid .callback-form .callback-time-slider input[type=range]::-moz-range-thumb {
  background-color: #a97120;
  border: none;
  /*Removes extra border that FF applies*/
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.callback-request .callback-grid .callback-form .callback-time-slider input[type=range]:focus::-moz-range-thumb {
  outline: 1px solid #a97120;
  outline-offset: 3px;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000000;
}

::selection {
  background: #a97120;
  color: #ffffff;
}

strong {
  font-weight: 700;
}

h1,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.1;
}

h1 {
  font-size: 3.8rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.2rem;
}

ol,
ul {
  margin: 15px 0;
  padding: 0;
  list-style-position: inside;
}

ol li,
ul li {
  margin: 10px 0;
}

table thead th {
  text-align: left;
}

a {
  color: #a97120;
}

a:visited {
  color: #a97120;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-size: 1.6rem;
}

select,
input[type=email],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=text],
select {
  height: 40px;
}

select,
input[type=email],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=text],
input[type=password],
textarea {
  border: 1px solid #f0f0f0;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  font-size: 1.6rem;
  padding: 10px 15px;
}

input[type=radio],
input[type=checkbox] {
  accent-color: #a97120;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #f0f0f0;
  border-radius: 0;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
  height: 40px;
}

input[type=search] {
  background-color: #f0f0f0;
  border: 0;
  border-radius: 5px;
  background-color: #f0f0f0;
  padding: 10px 15px;
  color: #000000;
  width: 100%;
  font-size: 1.6rem;
}

.wrapper-lg {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper-md {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper-sm {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper-xs {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper-xxs {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.spt {
  padding-top: 70px;
}

.spt.spt--10 {
  padding-top: 10px;
}

.spt.spt--20 {
  padding-top: 20px;
}

.spt.spt--30 {
  padding-top: 30px;
}

.spt.spt--40 {
  padding-top: 40px;
}

.spt.spt--50 {
  padding-top: 50px;
}

.spt.spt--60 {
  padding-top: 60px;
}

.spb {
  padding-bottom: 70px;
}

.spb.spb--50 {
  padding-bottom: 50px;
}

.spb.spb--40 {
  padding-bottom: 40px;
}

.spb.spb--30 {
  padding-bottom: 30px;
}

.spb.spb--20 {
  padding-bottom: 20px;
}

.spb.spb--10 {
  padding-bottom: 10px;
}

.smt {
  margin-top: 70px;
}

.smt.smt--50 {
  margin-top: 50px;
}

.smt.smt__40 {
  margin-top: 40px;
}

.smt.smt--30 {
  margin-top: 30px;
}

.smb {
  margin-bottom: 70px;
}

.smb.smb--60 {
  margin-bottom: 60px;
}

.smb.smb--50 {
  margin-bottom: 50px;
}

.smb.smb--40 {
  margin-bottom: 40px;
}

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

.smb.smb--20 {
  margin-bottom: 20px;
}

.archive .site-main {
  padding-bottom: 50px;
}

.no-gap {
  gap: 0 !important;
}

.color-accent {
  color: #a97120;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.furniture-story .woocommerce-info,
.woocommerce-checkout #payment {
  background-color: #f0f0f0;
}

.furniture-story.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.furniture-story.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 0;
  margin: 0;
}

.furniture-story.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: #000000;
  padding: 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}

.furniture-story.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #a97120;
}

.furniture-story.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
  border-bottom: 1px solid #f0f0f0;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  padding: 15px 25px;
}

input[type=submit],
.woocommerce button.button,
.woocommerce a.button,
.button {
  background-color: #a97120;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 35px;
  min-width: 150px;
  font-size: 1.6rem;
  transition: 0.3s all ease;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

input[type=submit].alt,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.button.alt {
  background-color: #a97120;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  transition: 0.3s all ease;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
}

input[type=submit].alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.button.alt:hover {
  background-color: #7e5418;
  color: #ffffff;
}

input[type=submit].button--outline,
.woocommerce button.button.button--outline,
.woocommerce a.button.button--outline,
.button.button--outline {
  border: 2px solid #ffffff;
  border-radius: 25px;
}

input[type=submit].button--outline:hover,
.woocommerce button.button.button--outline:hover,
.woocommerce a.button.button--outline:hover,
.button.button--outline:hover {
  background-color: #ffffff;
  color: #a97120;
}

input[type=submit]:visited,
.woocommerce button.button:visited,
.woocommerce a.button:visited,
.button:visited {
  color: #ffffff;
}

input[type=submit]:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.button:hover {
  background-color: #7e5418;
  color: #ffffff;
}

input[type=submit].button--large,
.woocommerce button.button.button--large,
.woocommerce a.button.button--large,
.button.button--large {
  padding: 15px 25px;
  font-size: 2rem;
  border-radius: 30px;
  min-width: 200px;
}

input[type=submit].button--small,
.woocommerce button.button.button--small,
.woocommerce a.button.button--small,
.button.button--small {
  padding: 10px 15px;
  font-size: 1.5rem;
  border-radius: 20px;
  min-width: 150px;
}

.page-content--404 {
  display: flex;
  padding: 100px 0;
  flex-wrap: wrap;
}

.page-content--404 .decor-404 {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-right: 30px;
  width: 220px;
}

.page-content--404 .content-404 {
  width: calc(100% - 250px);
}

.page-content--404 .content-404 .page-title {
  margin: 0 0 20px 0;
  line-height: 1.15;
}

.page-content--404 .sidebar-404 {
  width: 100%;
}

.page-content--404 .sidebar-404 .widget form input[type=search] {
  border: 1px solid #efefef !important;
}

.fancy-page .fancy-page__banner {
  position: relative;
  background-position: center 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(50px, 7vw, 150px) 0 clamp(30px, 8vw, 200px) 0;
}

.fancy-page .fancy-page__banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.fancy-page .fancy-page__banner>* {
  position: relative;
  z-index: 2;
}

.fancy-page .fancy-page__banner h1 {
  margin: 0;
  line-height: 1;
  font-size: clamp(3.6rem, 6vw, 7rem);
}

.fancy-page .fancy-page__flex {
  display: flex;
  gap: 50px;
}

.fancy-page .fancy-page__flex .flex__col:nth-of-type(1) {
  width: 40%;
}

.fancy-page .fancy-page__flex .flex__col:nth-of-type(2) {
  width: calc(60% - 50px);
}

.fancy-page .fancy-page__intro {
  padding: 70px 0;
  position: relative;
  z-index: 2;
}

.fancy-page .fancy-page__intro .flex__col:first-of-type img {
  margin-top: calc(-350px + 6vw);
}

.fancy-page .fancy-page__intro .flex__col>*:first-child {
  margin-top: 0;
  line-height: 1.1;
}

.fancy-page .fancy-page__intro .flex__col>*:last-child {
  margin-bottom: 0;
}

.fancy-page .fancy-page__section1 {
  background-color: #f0f0f0;
  padding: 70px 0;
}

.fancy-page .fancy-page__section1 .section1__flex {
  display: flex;
  margin-top: 50px;
}

.fancy-page .fancy-page__section1 .section1__flex .flex__col {
  width: 50%;
  display: flex;
}

.fancy-page .fancy-page__section1 .section1__flex .flex__col .col__icon {
  width: 80px;
}

.fancy-page .fancy-page__section1 .section1__flex .flex__col .col__content {
  width: calc(100% - 80px);
  padding-left: 20px;
}

.fancy-page .fancy-page__section1 .section1__flex .flex__col:first-of-type {
  border-right: 1px solid #d3d3d3;
  padding-right: 25px;
}

.fancy-page .fancy-page__section1 .section1__flex .flex__col:last-of-type {
  padding-left: 25px;
}

.fancy-page .fancy-page__section2 {
  padding: 70px 0 170px 0;
  background-color: #a97120;
  color: #ffffff;
}

.fancy-page .fancy-page__section2 .section2__title .title__subtitle {
  text-align: left;
}

.fancy-page .fancy-page__section2 .section2__title .title__titletext {
  text-align: left;
}

.fancy-page .fancy-page__section2 .section2__title .title__content {
  max-width: unset;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.fancy-page .fancy-page__section2 .section2__flex {
  display: flex;
}

.fancy-page .fancy-page__section2 .section2__flex .flex__col {
  display: flex;
  gap: 50px;
  width: 50%;
}

.fancy-page .fancy-page__section2 .section2__flex .flex__col:nth-of-type(1) {
  padding-top: 35px;
  padding-right: 15px;
}

.fancy-page .fancy-page__section2 .section2__flex .flex__col:nth-of-type(2) {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: flex-end;
}

.fancy-page .fancy-page__section2 .section2__flex .flex__col:nth-of-type(2) img {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.fancy-page .fancy-page__section3 {
  padding: 0 0 70px 0;
  margin-top: -100px;
}

.fancy-page .fancy-page__section3 .section3__image {
  text-align: center;
}

.fancy-page .fancy-page__section3 .section3__image img {
  width: 100%;
}

.fancy-page .fancy-page__section3 .section3__title {
  margin-top: 50px;
}

.fancy-page .fancy-page__cta {
  padding: 45px 0 70px 0;
  margin-bottom: 25px;
  background-color: #a97120;
  color: #ffffff;
}

.fancy-page .fancy-page__cta .cta__title .title__container .title__subtitle {
  text-align: left;
}

.fancy-page .fancy-page__cta .cta__title .title__container .title__titletext {
  text-align: left;
}

.fancy-page .fancy-page__cta .cta__flex {
  display: flex;
}

.fancy-page .fancy-page__cta .cta__flex .flex__col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.fancy-page .fancy-page__cta .cta__flex .flex__col .cta__button {
  padding-left: 50px;
  width: 100%;
}

.fancy-page .fancy-page__cta .cta__flex .flex__col .cta__button .button {
  width: 100%;
  display: block;
}

.fancy-page .fancy-page__checkerboard {
  background-color: #f8f8f8;
  padding-top: 30px;
}

.fancy-page .fancy-page__checkerboard .checkerboard__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
}

.fancy-page .fancy-page__checkerboard .checkerboard__grid .grid__logo {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 5%;
}

.fancy-page .fancy-page__checkerboard .checkerboard__grid .grid__logo img {
  width: 100%;
  height: auto;
  max-width: 250px;
}

.fancy-page .fancy-page__checkerboard .checkerboard__grid .grid__image {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  padding: 0 10%;
  display: grid;
  place-items: center;
}

.fancy-page .fancy-page__checkerboard .checkerboard__grid .grid__form {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  padding: 50px 10%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.fancy-page .fancy-page__checkerboard .checkerboard__grid .grid__form .wpcf7 {
  width: 100%;
}

.fancy-page .fancy-page__checkerboard .checkerboard__grid .grid__form h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.fancy-page .fancy-page__checkerboard .checkerboard__grid .grid__content {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  background-color: #f1f1f1;
  padding: 30px 50px;
}

.fancy-page .fancy-page__quote {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.fancy-page .fancy-page__quote .quote__container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 150px 0;
  max-width: 600px;
  font-size: 3.2rem;
  font-weight: 300;
  color: #a97120;
  line-height: 1.2;
}

.fancy-page .fancy-page__info {
  padding: 70px 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 35px;
}

.fancy-page .fancy-page__info .info__container .container__text>*:nth-child(1) {
  margin-top: 0;
}

.fancy-page .fancy-page__info .info__container .container__text>*:last-child {
  margin-bottom: 0;
}

.search-main-content .products[class*=columns-],
.woocommerce.furniture-story .products[class*=columns-],
.woocommerce-page.furniture-story .products[class*=columns-] {
  display: flex;
  flex-wrap: wrap;
}

.search-main-content .products[class*=columns-].columns-6,
.woocommerce.furniture-story .products[class*=columns-].columns-6,
.woocommerce-page.furniture-story .products[class*=columns-].columns-6 {
  margin-left: -15px;
  margin-right: -15px;
}

.search-main-content .products[class*=columns-].columns-6 li.product,
.woocommerce.furniture-story .products[class*=columns-].columns-6 li.product,
.woocommerce-page.furniture-story .products[class*=columns-].columns-6 li.product {
  margin: 0 15px 30px 15px;
  width: calc(16.666% - 30px);
}

.search-main-content .products[class*=columns-].columns-5,
.woocommerce.furniture-story .products[class*=columns-].columns-5,
.woocommerce-page.furniture-story .products[class*=columns-].columns-5 {
  margin-left: -15px;
  margin-right: -15px;
}

.search-main-content .products[class*=columns-].columns-5 li.product,
.woocommerce.furniture-story .products[class*=columns-].columns-5 li.product,
.woocommerce-page.furniture-story .products[class*=columns-].columns-5 li.product {
  width: calc(20% - 30px);
  margin: 0 15px 30px 15px;
}

.search-main-content .products[class*=columns-].columns-4,
.woocommerce.furniture-story .products[class*=columns-].columns-4,
.woocommerce-page.furniture-story .products[class*=columns-].columns-4 {
  margin-left: -15px;
  margin-right: -15px;
}

.search-main-content .products[class*=columns-].columns-4 li.product,
.woocommerce.furniture-story .products[class*=columns-].columns-4 li.product,
.woocommerce-page.furniture-story .products[class*=columns-].columns-4 li.product {
  width: calc(25% - 30px);
  margin: 0 15px 30px 15px;
}

.search-main-content .products[class*=columns-].columns-3,
.woocommerce.furniture-story .products[class*=columns-].columns-3,
.woocommerce-page.furniture-story .products[class*=columns-].columns-3 {
  margin-left: -15px;
  margin-right: -15px;
}

.search-main-content .products[class*=columns-].columns-3 li.product,
.woocommerce.furniture-story .products[class*=columns-].columns-3 li.product,
.woocommerce-page.furniture-story .products[class*=columns-].columns-3 li.product {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px 15px;
}

.search-main-content .products[class*=columns-].columns-2,
.woocommerce.furniture-story .products[class*=columns-].columns-2,
.woocommerce-page.furniture-story .products[class*=columns-].columns-2 {
  margin-left: -15px;
  margin-right: -15px;
}

.search-main-content .products[class*=columns-].columns-2 li.product,
.woocommerce.furniture-story .products[class*=columns-].columns-2 li.product,
.woocommerce-page.furniture-story .products[class*=columns-].columns-2 li.product {
  width: calc(50% - 30px);
  margin: 0 15px 30px 15px;
}

.search-main-content .products[class*=columns-] li.product,
.woocommerce.furniture-story .products[class*=columns-] li.product,
.woocommerce-page.furniture-story .products[class*=columns-] li.product {
  margin: 0;
  float: none;
  list-style: none;
}

.search-main-content ul.products,
.search-main-content .products,
.woocommerce ul.products,
.woocommerce .products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.search-main-content ul.products li.product,
.search-main-content .products li.product,
.woocommerce ul.products li.product,
.woocommerce .products li.product {
  margin: 0 15px 30px 15px;
}

.search-main-content ul.products li.product .productwrap .productwrap__img,
.search-main-content .products li.product .productwrap .productwrap__img,
.woocommerce ul.products li.product .productwrap .productwrap__img,
.woocommerce .products li.product .productwrap .productwrap__img {
  border: 1px solid #f0f0f0;
  margin-bottom: 15px;
  position: relative;
  padding-top: 100%;
  background-color: #ffffff;
  z-index: 1;
}

.search-main-content ul.products li.product .productwrap .productwrap__img .img__custom-thumb,
.search-main-content .products li.product .productwrap .productwrap__img .img__custom-thumb,
.woocommerce ul.products li.product .productwrap .productwrap__img .img__custom-thumb,
.woocommerce .products li.product .productwrap .productwrap__img .img__custom-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  object-fit: cover;
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
  z-index: 2;
}

.search-main-content ul.products li.product .productwrap .productwrap__img img,
.search-main-content .products li.product .productwrap .productwrap__img img,
.woocommerce ul.products li.product .productwrap .productwrap__img img,
.woocommerce .products li.product .productwrap .productwrap__img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #ffffff;
  z-index: 1;
}

.search-main-content ul.products li.product .productwrap .productwrap__img .express-dispatch,
.search-main-content .products li.product .productwrap .productwrap__img .express-dispatch,
.woocommerce ul.products li.product .productwrap .productwrap__img .express-dispatch,
.woocommerce .products li.product .productwrap .productwrap__img .express-dispatch {
  position: absolute;
  z-index: 3;
  background-color: #a97120;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 6px;
  font-size: 10px;
  font-weight: 400;
  gap: 5px;
  border-radius: 5px;
  top: 10px;
  left: 10px;
  line-height: 1;
}

.search-main-content ul.products li.product .productwrap .productwrap__img .express-dispatch .icon svg,
.search-main-content .products li.product .productwrap .productwrap__img .express-dispatch .icon svg,
.woocommerce ul.products li.product .productwrap .productwrap__img .express-dispatch .icon svg,
.woocommerce .products li.product .productwrap .productwrap__img .express-dispatch .icon svg {
  vertical-align: bottom;
  height: 15px;
  width: auto;
}

.search-main-content ul.products li.product .productwrap .productwrap__img .product-notices,
.search-main-content .products li.product .productwrap .productwrap__img .product-notices,
.woocommerce ul.products li.product .productwrap .productwrap__img .product-notices,
.woocommerce .products li.product .productwrap .productwrap__img .product-notices {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.search-main-content ul.products li.product .productwrap .productwrap__img .product-notices.shifted,
.search-main-content .products li.product .productwrap .productwrap__img .product-notices.shifted,
.woocommerce ul.products li.product .productwrap .productwrap__img .product-notices.shifted,
.woocommerce .products li.product .productwrap .productwrap__img .product-notices.shifted {
  top: 45px;
}

.search-main-content ul.products li.product .productwrap .productwrap__img .product-notices .product-notice,
.search-main-content .products li.product .productwrap .productwrap__img .product-notices .product-notice,
.woocommerce ul.products li.product .productwrap .productwrap__img .product-notices .product-notice,
.woocommerce .products li.product .productwrap .productwrap__img .product-notices .product-notice {
  font-weight: 400;
  line-height: 1;
  background-color: #db0404;
  color: #ffffff;
  font-size: 10px;
  padding: 5px 5px;
  border-radius: 5px;
}

.search-main-content ul.products li.product .productwrap .productwrap__img .textures-wrap,
.search-main-content .products li.product .productwrap .productwrap__img .textures-wrap,
.woocommerce ul.products li.product .productwrap .productwrap__img .textures-wrap,
.woocommerce .products li.product .productwrap .productwrap__img .textures-wrap {
  z-index: 2;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.search-main-content ul.products li.product .productwrap .productwrap__img .textures-wrap .textures,
.search-main-content .products li.product .productwrap .productwrap__img .textures-wrap .textures,
.woocommerce ul.products li.product .productwrap .productwrap__img .textures-wrap .textures,
.woocommerce .products li.product .productwrap .productwrap__img .textures-wrap .textures {
  display: flex;
  height: 20px;
  align-items: center;
}

.search-main-content ul.products li.product .productwrap .productwrap__img .textures-wrap .textures img,
.search-main-content .products li.product .productwrap .productwrap__img .textures-wrap .textures img,
.woocommerce ul.products li.product .productwrap .productwrap__img .textures-wrap .textures img,
.woocommerce .products li.product .productwrap .productwrap__img .textures-wrap .textures img {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  border-radius: 50%;
}

.search-main-content ul.products li.product .productwrap .productwrap__img .textures-wrap .textures .texture-el,
.search-main-content .products li.product .productwrap .productwrap__img .textures-wrap .textures .texture-el,
.woocommerce ul.products li.product .productwrap .productwrap__img .textures-wrap .textures .texture-el,
.woocommerce .products li.product .productwrap .productwrap__img .textures-wrap .textures .texture-el {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
  cursor: pointer;
}

.search-main-content ul.products li.product .productwrap .productwrap__img .textures-wrap .textures span,
.search-main-content .products li.product .productwrap .productwrap__img .textures-wrap .textures span,
.woocommerce ul.products li.product .productwrap .productwrap__img .textures-wrap .textures span,
.woocommerce .products li.product .productwrap .productwrap__img .textures-wrap .textures span {
  font-size: 12px;
  color: #000;
}

.search-main-content ul.products li.product .productwrap .productwrap__details,
.search-main-content .products li.product .productwrap .productwrap__details,
.woocommerce ul.products li.product .productwrap .productwrap__details,
.woocommerce .products li.product .productwrap .productwrap__details {
  display: flex;
}

.search-main-content ul.products li.product .productwrap .productwrap__details .details__name,
.search-main-content .products li.product .productwrap .productwrap__details .details__name,
.woocommerce ul.products li.product .productwrap .productwrap__details .details__name,
.woocommerce .products li.product .productwrap .productwrap__details .details__name {
  flex-basis: 50%;
}

.search-main-content ul.products li.product .productwrap .productwrap__details .details__name .name__name,
.search-main-content .products li.product .productwrap .productwrap__details .details__name .name__name,
.woocommerce ul.products li.product .productwrap .productwrap__details .details__name .name__name,
.woocommerce .products li.product .productwrap .productwrap__details .details__name .name__name {
  color: #000000;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  display: block;
}

.search-main-content ul.products li.product .productwrap .productwrap__details .details__price,
.search-main-content .products li.product .productwrap .productwrap__details .details__price,
.woocommerce ul.products li.product .productwrap .productwrap__details .details__price,
.woocommerce .products li.product .productwrap .productwrap__details .details__price {
  flex-shrink: 0;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.search-main-content ul.products li.product .productwrap .productwrap__details .details__price .price,
.search-main-content .products li.product .productwrap .productwrap__details .details__price .price,
.woocommerce ul.products li.product .productwrap .productwrap__details .details__price .price,
.woocommerce .products li.product .productwrap .productwrap__details .details__price .price {
  color: #000000;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: right;
  line-height: 1;
  margin: 0 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.search-main-content ul.products li.product .productwrap .productwrap__details .details__price .price .amount,
.search-main-content .products li.product .productwrap .productwrap__details .details__price .price .amount,
.woocommerce ul.products li.product .productwrap .productwrap__details .details__price .price .amount,
.woocommerce .products li.product .productwrap .productwrap__details .details__price .price .amount {
  color: #a97120;
}

.search-main-content ul.products li.product .productwrap .productwrap__details .details__price .price del,
.search-main-content .products li.product .productwrap .productwrap__details .details__price .price del,
.woocommerce ul.products li.product .productwrap .productwrap__details .details__price .price del,
.woocommerce .products li.product .productwrap .productwrap__details .details__price .price del {
  font-size: 1.3rem;
  margin-right: 5px;
}

.search-main-content ul.products li.product .productwrap .productwrap__details .details__price .price span,
.search-main-content .products li.product .productwrap .productwrap__details .details__price .price span,
.woocommerce ul.products li.product .productwrap .productwrap__details .details__price .price span,
.woocommerce .products li.product .productwrap .productwrap__details .details__price .price span {
  text-align: right;
  width: 100%;
}

.search-main-content ul.products li.product .productwrap .productwrap__details .details__price .cta-wrap,
.search-main-content .products li.product .productwrap .productwrap__details .details__price .cta-wrap,
.woocommerce ul.products li.product .productwrap .productwrap__details .details__price .cta-wrap,
.woocommerce .products li.product .productwrap .productwrap__details .details__price .cta-wrap {
  margin-bottom: 3px;
}

.search-main-content ul.products li.product .productwrap .productwrap__details .details__price .cta-wrap a,
.search-main-content .products li.product .productwrap .productwrap__details .details__price .cta-wrap a,
.woocommerce ul.products li.product .productwrap .productwrap__details .details__price .cta-wrap a,
.woocommerce .products li.product .productwrap .productwrap__details .details__price .cta-wrap a {
  background-color: #a97120;
  color: #ffffff;
  font-weight: 400;
  padding: 0.35em 0.8rem;
  font-size: 0.75em;
  border-radius: 1em;
  transition-property: background-color;
  transition-duration: 0.2s;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

.search-main-content ul.products li.product .productwrap .productwrap__details .details__price .cta-wrap a:hover,
.search-main-content .products li.product .productwrap .productwrap__details .details__price .cta-wrap a:hover,
.woocommerce ul.products li.product .productwrap .productwrap__details .details__price .cta-wrap a:hover,
.woocommerce .products li.product .productwrap .productwrap__details .details__price .cta-wrap a:hover {
  background-color: #000000;
}

.search-main-content ul.products li.product .productwrap .productwrap__cat,
.search-main-content .products li.product .productwrap .productwrap__cat,
.woocommerce ul.products li.product .productwrap .productwrap__cat,
.woocommerce .products li.product .productwrap .productwrap__cat {
  color: #a0a0a0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 5px;
}

.search-main-content ul.products li.product .productwrap .productwrap__cat a,
.search-main-content .products li.product .productwrap .productwrap__cat a,
.woocommerce ul.products li.product .productwrap .productwrap__cat a,
.woocommerce .products li.product .productwrap .productwrap__cat a {
  color: #a97120;
}

.search-main-content ul.products li.product .productwrap .productwrap__cat a:hover,
.search-main-content .products li.product .productwrap .productwrap__cat a:hover,
.woocommerce ul.products li.product .productwrap .productwrap__cat a:hover,
.woocommerce .products li.product .productwrap .productwrap__cat a:hover {
  color: #a97120;
}

.search-main-content ul.products li.product .productwrap:hover .productwrap__img .img__custom-thumb,
.search-main-content .products li.product .productwrap:hover .productwrap__img .img__custom-thumb,
.woocommerce ul.products li.product .productwrap:hover .productwrap__img .img__custom-thumb,
.woocommerce .products li.product .productwrap:hover .productwrap__img .img__custom-thumb {
  opacity: 0;
}

@media screen and (max-width: 1430px) {

  .search-main-content ul.products li.product .productwrap:hover .productwrap__img .img__custom-thumb,
  .search-main-content .products li.product .productwrap:hover .productwrap__img .img__custom-thumb,
  .woocommerce ul.products li.product .productwrap:hover .productwrap__img .img__custom-thumb,
  .woocommerce .products li.product .productwrap:hover .productwrap__img .img__custom-thumb {
    opacity: 1;
  }
}

.search-main-content ul.products .products--offcanvas li.product,
.search-main-content .products .products--offcanvas li.product,
.woocommerce ul.products .products--offcanvas li.product,
.woocommerce .products .products--offcanvas li.product {
  width: calc(50% - 30px);
}

.search-main-content .custom-checkout-container,
.woocommerce .custom-checkout-container {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper {
  width: calc(100% - 550px - 50px);
}

.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper h3,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper h3 {
  margin: 0 0 25px 0;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 15px;
}

.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper #ship-to-different-address,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper #ship-to-different-address {
  margin-top: 35px;
}

.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper #ship-to-different-address label,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper #ship-to-different-address label {
  cursor: pointer;
}

.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper label,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper label {
  font-weight: 400;
}

.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper,
.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 30px;
}

.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper .form-row,
.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper .form-row {
  margin: 0;
  padding: 0;
  width: 100%;
}

.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
  width: calc(50% - 15px);
}

.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field,
.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper #billing_address_2_field,
.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper #shipping_address_2_field,
.search-main-content .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper #billing_address_2_field,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper #shipping_address_2_field,
.woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
  margin-top: 32px;
}

.search-main-content .custom-checkout-container .custom-checkout-order-review-wrapper,
.woocommerce .custom-checkout-container .custom-checkout-order-review-wrapper {
  width: 550px;
  border: 1px solid #f0f0f0;
  padding: 25px;
  position: sticky;
  top: 15px;
}

.search-main-content .custom-checkout-container .custom-checkout-order-review-wrapper #order_review_heading,
.woocommerce .custom-checkout-container .custom-checkout-order-review-wrapper #order_review_heading {
  margin: 10px 0 20px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000000;
}

.search-main-content .custom-checkout-container .custom-checkout-order-review-wrapper #payment,
.woocommerce .custom-checkout-container .custom-checkout-order-review-wrapper #payment {
  background-color: transparent;
}

.search-main-content .custom-checkout-container .custom-checkout-order-review-wrapper #payment ul.payment_methods,
.woocommerce .custom-checkout-container .custom-checkout-order-review-wrapper #payment ul.payment_methods {
  padding: 0;
  border: 0;
}

.search-main-content .custom-checkout-container .custom-checkout-order-review-wrapper #payment ul.payment_methods li label,
.woocommerce .custom-checkout-container .custom-checkout-order-review-wrapper #payment ul.payment_methods li label {
  cursor: pointer;
}

.search-main-content .custom-checkout-container .custom-checkout-order-review-wrapper #payment ul.payment_methods li:not(:first-child),
.woocommerce .custom-checkout-container .custom-checkout-order-review-wrapper #payment ul.payment_methods li:not(:first-child) {
  margin-top: 10px;
}

.search-main-content .custom-checkout-container .custom-checkout-order-review-wrapper #payment div.payment_box,
.woocommerce .custom-checkout-container .custom-checkout-order-review-wrapper #payment div.payment_box {
  background-color: transparent;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 300;
  font-size: 1.6rem;
  color: #000000;
  line-height: 1.05;
}

.search-main-content .custom-checkout-container .custom-checkout-order-review-wrapper #payment div.payment_box::before,
.woocommerce .custom-checkout-container .custom-checkout-order-review-wrapper #payment div.payment_box::before {
  display: none;
}

.search-main-content .custom-checkout-container .custom-checkout-order-review-wrapper #payment div.form-row,
.woocommerce .custom-checkout-container .custom-checkout-order-review-wrapper #payment div.form-row {
  padding: 0;
}

.search-main-content .custom-checkout-container .custom-checkout-order-review-wrapper #payment div.form-row.place-order,
.woocommerce .custom-checkout-container .custom-checkout-order-review-wrapper #payment div.form-row.place-order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.search-main-content .custom-checkout-container .custom-checkout-order-review-wrapper #payment div.form-row.place-order .woocommerce-terms-and-conditions-wrapper,
.woocommerce .custom-checkout-container .custom-checkout-order-review-wrapper #payment div.form-row.place-order .woocommerce-terms-and-conditions-wrapper {
  order: 2;
}

.search-main-content .custom-checkout-container .custom-checkout-order-review-wrapper #payment div.form-row.place-order button,
.woocommerce .custom-checkout-container .custom-checkout-order-review-wrapper #payment div.form-row.place-order button {
  order: 1;
}

.woocommerce-cart h1 {
  margin: 60px 0 70px 0;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 20px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  float: right;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 0 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout::before {
  display: none;
}

.woocommerce-cart .wc-proceed-to-checkout::after {
  display: none;
}

.woocommerce-cart .secure-payment {
  display: flex;
  align-items: center;
  column-gap: 10px;
  line-height: 1.1;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 200px;
  height: 46px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-cart .wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods {
  margin: 0;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  padding-left: 0;
  padding-right: 0;
}

#place_order {
  float: none;
  padding: 15px 25px;
  font-size: 1.6rem;
  border-radius: 25px;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 400;
}

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
}

.woocommerce table.shop_table td {
  border-top: 2px solid #f0f0f0;
}

.woocommerce .shop_table.cart,
.woocommerce .shop_table.woocommerce-checkout-review-order-table {
  border: 0;
}

.woocommerce .shop_table.cart thead tr th,
.woocommerce .shop_table.woocommerce-checkout-review-order-table thead tr th {
  font-weight: 400;
}

.woocommerce .shop_table.cart .actions,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .actions {
  padding-top: 25px;
}

.woocommerce .shop_table.cart .cart_item:not(:first-child) td,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item:not(:first-child) td {
  border-top: 1px solid #f0f0f0;
}

.woocommerce .shop_table.cart .cart_item .product-name,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name {
  display: flex;
  align-items: center;
  padding: 10px 5px 10px 0;
  line-height: 1.05;
  font-weight: 400;
  color: #000000;
}

.woocommerce .shop_table.cart .cart_item .product-name .name-wrapper,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name .name-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.woocommerce .shop_table.cart .cart_item .product-name a,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name a {
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}

.woocommerce .shop_table.cart .cart_item .product-name a:hover,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name a:hover {
  color: #a97120;
}

.woocommerce .shop_table.cart .cart_item .product-name .remove-link,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name .remove-link {
  width: 100%;
  font-weight: 300;
  font-size: 1.6rem;
  margin-top: 5px;
  text-decoration: underline;
}

.woocommerce .shop_table.cart .cart_item .product-name .custom-checkout-item-image,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name .custom-checkout-item-image {
  margin-right: 10px;
  flex-shrink: 0;
  border: 1px solid #f0f0f0;
  align-self: baseline;
}

.woocommerce .shop_table.cart .cart_item .product-name .custom-checkout-item-image img,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name .custom-checkout-item-image img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.woocommerce .shop_table.cart .cart_item .product-name .custom-checkout-item-image.in-cart img,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name .custom-checkout-item-image.in-cart img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.woocommerce .shop_table.cart .cart_item .product-total,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item .product-total {
  padding: 10px 0;
  text-align: right;
  font-weight: 600;
}

.woocommerce .shop_table.cart .cart_item .product-name {
  padding-left: 12px;
}

.woocommerce .woocommerce-checkout-review-order-table tfoot {
  border-top: 2px solid #f0f0f0;
}

.woocommerce .cart-collaterals .cart_totals {
  padding: 25px;
  border: 1px solid #f0f0f0;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  margin: 10px 0 20px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000000;
}

.woocommerce .cart-collaterals .shop_table tr:first-child th,
.woocommerce .cart-collaterals .shop_table tr:first-child td,
.woocommerce .woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce .woocommerce-checkout-review-order-table tfoot tr:first-child td {
  border-top: 2px solid #f0f0f0;
  padding-top: 20px;
}

.woocommerce .cart-collaterals .shop_table tr th,
.woocommerce .cart-collaterals .shop_table tr td,
.woocommerce .woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce .woocommerce-checkout-review-order-table tfoot tr td {
  border: 0;
  padding: 5px 0;
}

.woocommerce .cart-collaterals .shop_table tr th,
.woocommerce .woocommerce-checkout-review-order-table tfoot tr th {
  font-weight: 400;
}

.woocommerce .cart-collaterals .shop_table tr td,
.woocommerce .woocommerce-checkout-review-order-table tfoot tr td {
  text-align: right;
}

.woocommerce .cart-collaterals .shop_table tr ul#shipping_method li label,
.woocommerce .woocommerce-checkout-review-order-table tfoot tr ul#shipping_method li label {
  line-height: 1.05;
  display: inline-block;
  text-align: right;
}

.woocommerce.custom-products .products__container .products.products--custom li.product {
  width: calc(33.333% - 30px);
}

.woocommerce.custom-products.is-active {
  overflow: hidden;
}

.woocommerce.custom-products.is-active .products__container .products.products--custom {
  flex-wrap: nowrap;
}

.woocommerce.custom-products.is-active .products__container .products.products--custom li.product {
  margin: 0;
}

.single-product.woocommerce .product .product__grid {
  margin-top: 25px;
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: auto 400px;
  grid-auto-rows: auto;
  gap: 30px;
}

@media (max-width: 781px) {
  .single-product.woocommerce .product .product__grid {
    margin-top: 0;
  }
}

.single-product.woocommerce .product .product__grid .grid__images {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.single-product.woocommerce .product .product__grid .grid__images .splide__pagination {
  bottom: 35px;
}

.single-product.woocommerce .product .product__grid .grid__images .splide__pagination .splide__pagination__page {
  opacity: 1;
}

.single-product.woocommerce .product .product__grid .grid__images .splide__pagination .splide__pagination__page.is-active {
  border: 1px solid #ffffff;
  background-color: #a97120;
  margin: 3px 3px 4px 4px;
  opacity: 1;
}

.single-product.woocommerce .product .product__grid .grid__images .no-image-block {
  background: #f0f0f0;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.single-product.woocommerce .product .product__grid .grid__images .images__main {
  border: 1px solid #f0f0f0;
  background: #ffffff;
}

@media (max-width: 781px) {
  .single-product.woocommerce .product .product__grid .grid__images .images__main {
    height: 100%;
    margin-left: -30px;
    margin-right: -30px;
    border-left-width: 0;
    border-right-width: 0;
  }
}

@media (max-width: 550px) {
  .single-product.woocommerce .product .product__grid .grid__images .images__main {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.single-product.woocommerce .product .product__grid .grid__images .images__main .main__list.splide__list {
  display: block;
}

.single-product.woocommerce .product .product__grid .grid__images .images__main .main__list.splide__list .splide__slide {
  width: 100%;
}

@media (max-width: 781px) {
  .single-product.woocommerce .product .product__grid .grid__images .images__main .main__list.splide__list {
    display: flex;
  }
}

.single-product.woocommerce .product .product__grid .grid__images .images__main .main__list .list_element a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.single-product.woocommerce .product .product__grid .grid__images .images__main .main__list .list_element a img {
  width: 100%;
  height: auto;
}

@media (max-width: 781px) {
  .single-product.woocommerce .product .product__grid .grid__images .images__main .main__list .list_element a img {
    height: 100%;
    object-fit: contain;
  }
}

.single-product.woocommerce .product .product__grid .grid__images .images__no-gallery {
  border: 1px solid #f0f0f0;
  text-align: center;
}

.single-product.woocommerce .product .product__grid .grid__details {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .product_title {
  line-height: 1.1;
  font-size: 3.2rem;
  margin: 15px 0 20px 0;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .price {
  color: #a97120;
  font-weight: 700;
  font-size: 2.8rem;
  margin: 20px 0 30px 0;
  display: flex;
  color: #000000;
  gap: 5px;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .price .amount {
  color: #a97120;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .price del {
  font-size: 2rem;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .cart .quantity {
  width: 70px;
  margin-top: 1em;
  margin-right: 10px;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .cart .quantity .qty {
  width: 100%;
  padding: 0 10px;
  height: 55px;
  text-align: left;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .cart .button:not(.customize-button) {
  width: calc(100% - 80px);
  font-size: 2rem;
  padding: 15px 25px;
  border-radius: 30px;
  margin-top: 1em;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .stock.available-on-backorder,
.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .stock.in-stock {
  display: none;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .product-option-trigger {
  text-align: left;
  font-size: 15px;
  width: 100%;
  background: #f0f0f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  margin: 15px 0;
  cursor: pointer;
  font-weight: 700;
  color: #000000;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .product-option-trigger div {
  width: calc(100% - 30px);
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .product-option-trigger div span {
  font-size: 13px;
  display: block;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .product-option-trigger div p {
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: normal;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .product-option-trigger svg {
  margin-left: auto;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .instock-paragraph {
  color: green;
  font-weight: 600;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .button.button-wishlist {
  width: 100%;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .button.button-compare,
.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .button.button-wishlist {
  background-color: #f0f0f0;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  padding: 0;
  width: 100%;
  line-height: 1;
  padding: 10px 10px;
  margin: 5px 0;
  font-family: "Poppins", sans-serif;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .pisol-ppscw-container {
  padding: 0;
  background-color: transparent;
  margin-bottom: 25px;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .pisol-ppscw-container .pisol-ppscw-alert {
  padding: 0;
  font-size: 15px;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .pisol-ppscw-container .button.pisol-shipping-calculator-button {
  background-color: #f0f0f0;
  color: #000000;
  padding: 10px;
  font-size: 14px;
  line-height: 1;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .pisol-ppscw-container .pisol-shipping-calculator-form {
  padding: 0;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .pisol-ppscw-container .pisol-shipping-calculator-form .input-text {
  margin: 10px 0 0 0;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .pisol-ppscw-container .pisol-shipping-calculator-form .pisol-update-address-button {
  padding: 10px 10px;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .product-notices {
  margin-bottom: 20px;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .product-notices .product-notice {
  font-weight: 400;
  line-height: 1.2;
  background-color: #db0404;
  color: #ffffff;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 13px;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .product-notices .product-notice+.product-notice {
  margin-top: 10px;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .textures-custom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .textures-custom a {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .textures-custom a img {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper .textures-custom a span {
  width: 26px;
  height: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.single-product.woocommerce .product .product__grid .grid__details .details__wrapper [class^=PIN] {
  transform: translateY(-5px) translateX(10px);
}

.single-product.woocommerce .product .product__grid .grid__extra {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
}

.single-product.woocommerce .product .product__grid .grid__tabs {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

.single-product.woocommerce .product .product__grid .grid__tabs .fs-product-tabs {
  display: flex;
  flex-direction: column-reverse;
}

.single-product.woocommerce .product .product__grid .grid__tabs .fs-product-tabs .tab-content {
  margin-bottom: 25px;
}

.single-product.woocommerce .product .product__grid .grid__tabs .fs-product-tabs .tab-content>h2:first-child {
  background-color: #f0f0f0;
  padding: 12px 15px;
  color: #000000;
  border-radius: 10px;
  margin-bottom: 0;
  text-transform: none;
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 15px;
}

.single-product.woocommerce .product .product__grid .grid__tabs .attributes-list {
  columns: 3;
  margin-top: 25px;
}

.single-product.woocommerce .product .product__grid .grid__tabs .attributes-list .single-attribute {
  display: flex;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.single-product.woocommerce .product .product__grid .grid__tabs .attributes-list .single-attribute p {
  margin: 0;
}

.single-product.woocommerce .product .product__grid .grid__tabs .attributes-list .single-attribute .single-attribute__label {
  width: 150px;
  font-weight: 500;
  display: inline;
  color: #000000;
}

.single-product.woocommerce .product .product__grid .grid__tabs .attributes-list .single-attribute .single-attribute__label::after {
  content: ":";
}

.single-product.woocommerce .product .product__grid .grid__tabs .attributes-list .single-attribute .single-attribute__label p {
  display: inline;
}

.single-product.woocommerce .product .product__grid .grid__tabs .attributes-list .single-attribute .single-attribute__value {
  width: calc(100% - 150px);
  padding-left: 10px;
  display: inline;
}

.single-product.woocommerce .product .product__grid .grid__tabs .attributes-list .single-attribute .single-attribute__value p {
  display: inline;
}

.single-product.woocommerce .product .product__description {
  background-color: #f0f0f0;
}

.single-product.woocommerce .product .product__extra-info {
  border-bottom: 1px solid #f0f0f0;
}

.single-product.woocommerce .product .fabric-description-heading {
  margin-top: 0;
  font-weight: 700 !important;
}

.single-product.woocommerce .product .product__extra-info *:not(.fabric-description-heading),
.single-product.woocommerce .product .product__description *:not(.fabric-description-heading) {
  font-size: 1.6rem !important;
  font-family: inherit !important;
  font-style: normal !important;
}

.single-product.woocommerce .product .product__extra-info *:not(.fabric-description-heading) h1,
.single-product.woocommerce .product .product__extra-info *:not(.fabric-description-heading) h2,
.single-product.woocommerce .product .product__extra-info *:not(.fabric-description-heading) h3,
.single-product.woocommerce .product .product__extra-info *:not(.fabric-description-heading) h4,
.single-product.woocommerce .product .product__extra-info *:not(.fabric-description-heading) h5,
.single-product.woocommerce .product .product__extra-info *:not(.fabric-description-heading) h6,
.single-product.woocommerce .product .product__extra-info *:not(.fabric-description-heading) strong,
.single-product.woocommerce .product .product__description *:not(.fabric-description-heading) h1,
.single-product.woocommerce .product .product__description *:not(.fabric-description-heading) h2,
.single-product.woocommerce .product .product__description *:not(.fabric-description-heading) h3,
.single-product.woocommerce .product .product__description *:not(.fabric-description-heading) h4,
.single-product.woocommerce .product .product__description *:not(.fabric-description-heading) h5,
.single-product.woocommerce .product .product__description *:not(.fabric-description-heading) h6,
.single-product.woocommerce .product .product__description *:not(.fabric-description-heading) strong {
  font-weight: 500;
}

.single-product.woocommerce .product .product__extra-info *:not(.fabric-description-heading):first-child,
.single-product.woocommerce .product .product__description *:not(.fabric-description-heading):first-child {
  margin-top: 0 !important;
}

.single-product.woocommerce .product .product__extra-info *:not(.fabric-description-heading):last-child,
.single-product.woocommerce .product .product__description *:not(.fabric-description-heading):last-child {
  margin-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none;
}

article.type-post .post__flex {
  display: flex;
  gap: 30px;
}

article.type-post .post__flex .post__content {
  width: calc(100% - 330px);
}

article.type-post .post__flex .post__content h1 {
  line-height: 1.1;
}

article.type-post .post__flex .post__content .content__cat {
  color: #a97120;
  text-decoration: none;
  font-weight: 700;
  margin: 0 0 3px 0;
  text-transform: uppercase;
}

article.type-post .post__flex .post__content .content__date {
  margin: 3px 0 10px 0;
  font-size: 1.3rem;
  text-transform: uppercase;
}

article.type-post .post__flex .post__side {
  width: 300px;
}

.tablet-only {
  display: none;
}

.mobile-only {
  display: none;
}

.woocommerce .widget_shopping_cart {
  width: 100%;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart-item {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 0;
  padding-right: 2em;
  padding-left: 80px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.6rem;
  min-height: 70px;
  display: flex;
  flex-direction: column;
}

.woocommerce .widget_shopping_cart .cart_list li a {
  line-height: 1;
  color: #a97120;
  text-decoration: none;
  font-weight: 500;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove {
  left: unset;
  right: 0;
  border: 2px solid #a4a4a4;
  color: #a4a4a4 !important;
  line-height: 0.9;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:hover {
  color: #000000 !important;
  border-color: #000000 !important;
  background-color: #ffffff !important;
}

.woocommerce .widget_shopping_cart .cart_list li img {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 1px solid #f0f0f0;
  margin: 0;
  left: 0;
}

.woocommerce .widget_shopping_cart .cart_list li .quantity {
  font-weight: 500;
  color: #717171;
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 300;
}

.woocommerce .widget_shopping_cart .cart_list li .quantity .amount {
  color: #a97120;
  font-weight: 500;
}

.woocommerce .widget_shopping_cart .total {
  border-top: 1px solid #d4d4d4;
  margin: 25px 0 0 0;
  display: block;
  padding: 15px 0;
  color: #717171;
  font-weight: 700;
}

.woocommerce .widget_shopping_cart .total .amount {
  color: #a97120;
}

.woocommerce .widget_shopping_cart .buttons {
  margin: 0 0 0 0;
}

.woocommerce .widget_shopping_cart .buttons .button {
  width: 100%;
  text-align: center;
  margin: 0;
}

.woocommerce .widget_shopping_cart .buttons .button:not(:last-of-type) {
  margin-bottom: 5px;
}

.product-archive-top {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  font-size: 1.4rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 50px;
  margin-top: 10px;
}

.product-archive-top .woocommerce-breadcrumb {
  width: 35%;
  order: 1;
  margin: 0;
}

.product-archive-top .woocommerce-products-header {
  width: 30%;
  text-align: center;
  order: 2;
}

.product-archive-top .woocommerce-products-header h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.product-archive-top .woocommerce-notices-wrapper {
  width: 100%;
  order: 5;
  padding: 0;
}

.product-archive-top .woocommerce-result-count {
  width: 250px;
  order: 3;
  text-align: right;
  color: #7e7e7e;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  line-height: 1;
  margin: 0;
  margin-left: calc(35% - 370px);
}

.product-archive-top .woocommerce-ordering {
  width: 120px;
  order: 4;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-archive-top .woocommerce-ordering select {
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  font-size: 1.4rem;
}

.search-results-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.search-results-container article {
  padding: 0 15px;
  width: 25%;
  margin-bottom: 10px;
}

.search-results-container article .post-thumbnail {
  display: block;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  aspect-ratio: 1/1;
}

.search-results-container article .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-results-container article .entry-header .entry-title {
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 10px 0 15px 0;
}

.search-results-container article .entry-header .entry-title a {
  text-decoration: none;
}

#customizer-fee-template {
  display: none;
}

.customizer-fees {
  margin-top: 25px;
}

.customizer-fees .customizer-fee {
  margin-bottom: 0.5em;
  vertical-align: middle;
  line-height: 1;
  border-radius: 10px;
  padding: 10px 10px;
  background-color: #f0f0f0;
  text-align: center;
  font-weight: 500;
}

.customizer-fees .customizer-fee svg {
  vertical-align: sub;
  stroke: #a97120;
  margin-right: 5px;
}

.fancy-title {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.fancy-title::before {
  content: "";
  display: inline-block;
  background-color: #b78227;
  width: 3px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

span[aria-hidden="true"] {
  color: rgb(156, 9, 9);
}

.select_side_new {
  margin-bottom: 3rem;
}

.variation-Side p {
  margin: 0 !important;
}

.global_alert_validation {
  font-weight: 700;
  color: #b00100;
  margin-bottom: 3rem;
}

.btn-group-side {
  display: flex;
}

.select_side_new label {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
  padding: 0 4px 4px 6px;
}

.select_side_new label input {
  display: none;
}

.btn-group-side label:hover,
.btn-group-side label:has(input[type="radio"]:checked) {
  outline: 4px solid #a97120;
  outline-offset: 4px;
  border-radius: 5px;
}

.fabric_info_p{
  margin-bottom: 2rem !important;
}

#side_info{
  margin-bottom: 0 !important;
}

@media (max-width: 1430px) {
  .spt {
    padding-top: 60px;
  }

  .spb {
    padding-bottom: 60px;
  }

  .fancy-page .fancy-page__section2 {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .fancy-page .fancy-page__section1,
  .fancy-page .fancy-page__intro {
    padding: 60px 0;
  }

  .search-main-content .products[class*=columns-].columns-6,
  .woocommerce.furniture-story .products[class*=columns-].columns-6,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-6 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .search-main-content .products[class*=columns-].columns-6 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-6 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-6 li.product {
    margin: 0 12px 24px 12px;
    width: calc(25% - 24px);
  }

  .search-main-content .products[class*=columns-].columns-5,
  .woocommerce.furniture-story .products[class*=columns-].columns-5,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-5 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .search-main-content .products[class*=columns-].columns-5 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-5 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-5 li.product {
    margin: 0 12px 24px 12px;
    width: calc(33.333% - 24px);
  }

  .search-main-content .products[class*=columns-].columns-4,
  .woocommerce.furniture-story .products[class*=columns-].columns-4,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-4 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .search-main-content .products[class*=columns-].columns-4 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-4 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-4 li.product {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px 10px;
  }

  .woocommerce a.button.button--large,
  .button.button--large {
    padding: 12px 20px;
    font-size: 1.6rem;
    border-radius: 25px;
    min-width: 150px;
  }

  .single-product.woocommerce .product .product__grid {
    grid-template-columns: auto 300px;
  }

  .single-product.woocommerce .product .product__grid .grid__tabs .attributes-list {
    columns: 2;
  }
}

@media (max-width: 1100px) {
  .spt {
    padding-top: 50px;
  }

  .spb {
    padding-bottom: 50px;
  }

  .fancy-page .fancy-page__section2 {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .fancy-page .fancy-page__section1,
  .fancy-page .fancy-page__intro {
    padding: 50px 0;
  }

  .search-main-content .products[class*=columns-].columns-6,
  .woocommerce.furniture-story .products[class*=columns-].columns-6,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-6 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .search-main-content .products[class*=columns-].columns-6 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-6 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-6 li.product {
    margin: 0 10px 20px 10px;
    width: calc(33.333% - 20px);
  }

  .search-main-content .products[class*=columns-].columns-5,
  .woocommerce.furniture-story .products[class*=columns-].columns-5,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-5 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .search-main-content .products[class*=columns-].columns-5 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-5 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-5 li.product {
    margin: 0 10px 20px 10px;
    width: calc(50% - 20px);
  }

  .search-main-content .products[class*=columns-].columns-4,
  .woocommerce.furniture-story .products[class*=columns-].columns-4,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-4 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .search-main-content .products[class*=columns-].columns-4 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-4 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-4 li.product {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }

  .search-main-content .products[class*=columns-].columns-3,
  .woocommerce.furniture-story .products[class*=columns-].columns-3,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-3 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .search-main-content .products[class*=columns-].columns-3 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-3 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-3 li.product {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }

  .desktop-only {
    display: none;
  }

  .tablet-only {
    display: block;
  }

  .tablet-hide {
    display: none;
  }

  .single-product.woocommerce .product .product__grid {
    grid-template-columns: auto 250px;
  }

  .single-product.woocommerce .product .product__grid .grid__tabs .attributes-list {
    columns: 1;
  }

  .fancy-page .fancy-page__intro .flex__col:first-of-type img {
    margin-top: calc(-250px + 6vw);
  }

  .fancy-page .fancy-page__section1 .section1__flex {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .fancy-page .fancy-page__section1 .section1__flex .flex__col {
    width: 100%;
  }

  .fancy-page .fancy-page__section1 .section1__flex .flex__col:first-of-type {
    padding-right: 0;
    border-right: 0;
  }

  .fancy-page .fancy-page__section1 .section1__flex .flex__col:nth-of-type(2) {
    padding-left: 0;
  }

  .fancy-page .fancy-page__section2 .section2__flex .flex__col:nth-of-type(1) {
    padding-top: 0;
  }

  .fancy-page .fancy-page__cta .cta__flex {
    flex-wrap: wrap;
  }

  .fancy-page .fancy-page__cta .cta__flex .flex__col {
    width: 100%;
  }

  .fancy-page .fancy-page__cta .cta__flex .flex__col .cta__title .title__container .title__subtitle {
    text-align: center;
  }

  .fancy-page .fancy-page__cta .cta__flex .flex__col .cta__title .title__container .title__titletext {
    text-align: center;
  }

  .fancy-page .fancy-page__cta .cta__flex .flex__col .cta__button {
    padding-left: 0;
    margin-top: 35px;
    display: flex;
    justify-content: center;
  }

  .fancy-page .fancy-page__cta .cta__flex .flex__col .cta__button .button {
    width: 100%;
    max-width: 350px;
  }

  .fancy-page .fancy-page__quote .quote__container {
    font-size: 2.6rem;
    padding: 100px 0;
  }

  article.type-post .post__flex .post__content {
    width: calc(100% - 230px);
  }

  article.type-post .post__flex .post__side {
    width: 200px;
  }

  .product-archive-top {
    flex-wrap: wrap;
  }

  .product-archive-top .woocommerce-breadcrumb {
    width: 50%;
    order: 2;
  }

  .product-archive-top .woocommerce-products-header {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }

  .product-archive-top .woocommerce-result-count {
    width: 250px;
    order: 3;
    margin-left: calc(50% - 370px);
  }

  .product-archive-top .woocommerce-ordering {
    width: 120px;
    order: 4;
  }

  .search-results-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .search-results-container article {
    padding: 0 10px;
    width: 33.333%;
    margin-bottom: 10px;
  }

  .woocommerce .custom-checkout-container .custom-checkout-fields-wrapper {
    width: calc(100% - 50px - 400px);
  }

  .woocommerce .custom-checkout-container .custom-checkout-order-review-wrapper {
    width: 400px;
  }

  .woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
  .woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
  .woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
  .woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
    width: 100%;
  }

  .woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper #shipping_address_2_field,
  .woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
  .woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field,
  .woocommerce .custom-checkout-container .custom-checkout-fields-wrapper .woocommerce-shipping-fields__field-wrapper #billing_address_2_field {
    margin-top: 0;
  }
}

@media (max-width: 781px) {
  .spt {
    padding-top: 40px;
  }

  .spb {
    padding-bottom: 40px;
  }

  .fancy-page .fancy-page__section2 {
    padding-top: 40px;
  }

  .fancy-page .fancy-page__section1,
  .fancy-page .fancy-page__intro {
    padding: 40px 0;
  }

  .woocommerce-notices-wrapper,
  .wrapper-lg {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-content--404 {
    padding: 60px 0;
  }

  .search-main-content .products[class*=columns-].columns-6,
  .woocommerce.furniture-story .products[class*=columns-].columns-6,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-6 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .search-main-content .products[class*=columns-].columns-6 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-6 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-6 li.product {
    margin: 0 10px 20px 10px;
    width: calc(50% - 20px);
  }

  .tablet-column-reverse {
    flex-direction: column-reverse !important;
  }

  .single-product.woocommerce .product .product__grid {
    display: flex;
    flex-direction: column;
  }

  .single-product.woocommerce .product .product__grid .grid__images {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .single-product.woocommerce .product .product__grid .grid__etails {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .single-product.woocommerce .product .product__grid .grid__tabs {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .single-product.woocommerce .product .product__grid .grid__tabs .attributes-list {
    columns: 2;
  }

  .fancy-page .fancy-page__intro .flex__col:first-of-type img {
    margin-top: 0;
  }

  .fancy-page .fancy-page__flex {
    flex-wrap: wrap;
  }

  .fancy-page .fancy-page__flex .flex__col:first-of-type {
    width: 100%;
    order: 2;
  }

  .fancy-page .fancy-page__flex .flex__col:nth-child(2) {
    width: 100%;
    order: 1;
  }

  .fancy-page .fancy-page__section1 .section1__flex {
    margin-top: 20px;
  }

  .fancy-page .fancy-page__section1 .section1__flex .flex__col .col__icon {
    width: 50px;
  }

  .fancy-page .fancy-page__section1 .section1__flex .flex__col .col__content {
    width: calc(100% - 50px);
  }

  .fancy-page .fancy-page__section2 .section2__flex {
    flex-wrap: wrap;
  }

  .fancy-page .fancy-page__section2 .section2__flex .flex__col {
    width: 100%;
  }

  .fancy-page .fancy-page__section2 .section2__flex .flex__col:nth-of-type(1) {
    padding-right: 0;
    order: 2;
  }

  .fancy-page .fancy-page__section2 .section2__flex .flex__col:nth-of-type(2) {
    order: 1;
    margin-bottom: 50px;
  }

  .fancy-page .fancy-page__checkerboard .checkerboard__grid {
    display: flex;
    flex-direction: column;
  }

  .fancy-page .fancy-page__checkerboard .checkerboard__grid .grid__logo {
    order: 4;
    height: 200px;
  }

  .fancy-page .fancy-page__checkerboard .checkerboard__grid .grid__empty {
    display: none;
  }

  .fancy-page .fancy-page__checkerboard .checkerboard__grid .grid__image {
    order: 3;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .fancy-page .fancy-page__checkerboard .checkerboard__grid .grid__image img {
    margin-top: 0;
  }

  .fancy-page .fancy-page__checkerboard .checkerboard__grid .grid__content {
    order: 1;
    margin-top: 25px;
    padding: 15px 25px;
  }

  .fancy-page .fancy-page__checkerboard .checkerboard__grid .grid__form {
    order: 2;
  }

  .fancy-page .fancy-page__quote .quote__container {
    padding: 80px 0;
    font-size: 2.4rem;
  }

  article.type-post .post__flex {
    flex-wrap: wrap;
  }

  article.type-post .post__flex .post__content {
    width: 100%;
  }

  article.type-post .post__flex .post__side {
    width: 100%;
  }

  .product-archive-top .woocommerce-breadcrumb {
    width: 100%;
    margin-bottom: 15px;
    justify-content: center;
  }

  .product-archive-top .woocommerce-products-header {
    margin-bottom: 0;
  }

  .product-archive-top .woocommerce-result-count {
    width: calc(100% - 120px);
    order: 3;
    margin-left: 0;
    justify-content: flex-start;
  }

  .woocommerce ul.products li.product .productwrap .productwrap__details .details__price .price {
    flex-direction: column;
    gap: 0;
  }

  .search-results-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .search-results-container article {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 10px;
  }

  .woocommerce .custom-checkout-container {
    flex-wrap: wrap;
  }

  .woocommerce .custom-checkout-container .custom-checkout-fields-wrapper {
    width: 100%;
  }

  .woocommerce .custom-checkout-container .custom-checkout-order-review-wrapper {
    width: 100%;
  }
}

.cart-upsell-section td p {
  margin-top: 6px !important;
}

.cart-upsell-section td label {
  cursor: pointer;
}

img[data-src] {
  opacity: 0 !important;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 50px;
}

@media screen and (max-width: 1100px) {
  .post-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 781px) {
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 420px) {
  .post-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.post-grid .article-item {
  display: flex;
  flex-direction: column;
}

.post-grid .article-item .article-image {
  aspect-ratio: 1/1;
  flex-grow: 0;
  overflow: hidden;
  display: block;
  border: 1px solid #f0f0f0;
}

.post-grid .article-item .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.post-grid .article-item .article-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
}

.post-grid .article-item .article-meta .content__date {
  color: #a97120;
  margin-bottom: 0;
}

.post-grid .article-item .article-meta h2 {
  font-size: 16px;
  margin-top: 10px;
}

.post-grid .article-item .article-meta h2 a {
  line-height: 1.1;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}

.post-grid .article-item .article-meta h2 a:hover {
  color: #000000;
}

.post-grid .article-item .article-meta .read-more {
  background-color: #a97120;
  color: #ffffff;
  text-align: center;
  border-radius: 99999px;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  line-height: 1;
  font-weight: 500;
}

.site-main .posts-navigation {
  margin-top: 100px;
}

#fabric_new_group {
  margin: 0rem 0 3rem 0;
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  width: 130px;
  border: 0;
}

.fabric_new_group_2 .fabric {
  order: 5;
}

.fabric_new_group_3 {
  order: 1 !important;
}

@media (max-width: 550px) {

  .woocommerce-notices-wrapper,
  .wrapper-lg,
  .wrapper-md,
  .wrapper-sm,
  .wrapper-xs,
  .wrapper-xxs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-content--404 {
    padding: 40px 0;
  }

  .page-content--404 .decor-404 {
    font-size: 80px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .page-content--404 .content-404 {
    width: 100%;
  }

  .search-main-content .products[class*=columns-].columns-6,
  .woocommerce.furniture-story .products[class*=columns-].columns-6,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-6 {
    margin-left: -7px;
    margin-right: -7px;
  }

  .search-main-content .products[class*=columns-].columns-6 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-6 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-6 li.product {
    margin: 0 7px 30px 7px;
    width: calc(50% - 14px);
  }

  .search-main-content .products[class*=columns-].columns-5,
  .woocommerce.furniture-story .products[class*=columns-].columns-5,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-5 {
    margin-left: -7px;
    margin-right: -7px;
  }

  .search-main-content .products[class*=columns-].columns-5 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-5 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-5 li.product {
    margin: 0 7px 14px 7px;
    width: calc(50% - 14px);
  }

  .search-main-content .products[class*=columns-].columns-4,
  .woocommerce.furniture-story .products[class*=columns-].columns-4,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .search-main-content .products[class*=columns-].columns-4 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-4 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-4 li.product {
    margin: 0 0 15px 0;
    width: 100%;
  }

  .tablet-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .single-product.woocommerce .product .product__grid .grid__tabs .attributes-list {
    columns: 1;
  }

  .search-main-content .products[class*=columns-].columns-2 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-2 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-2 li.product {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .page-content--404 {
    padding: 30px 0;
  }

  .search-main-content .products[class*=columns-].columns-6,
  .woocommerce.furniture-story .products[class*=columns-].columns-6,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-6 {
    margin-left: -7px;
    margin-right: -7px;
  }

  .search-main-content .products[class*=columns-].columns-6 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-6 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-6 li.product {
    margin: 0 7px 30px 7px;
    width: calc(50% - 14px);
  }

  .search-main-content .products[class*=columns-].columns-3,
  .woocommerce.furniture-story .products[class*=columns-].columns-3,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .search-main-content .products[class*=columns-].columns-3 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-3 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-3 li.product {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 340px) {

  .search-main-content .products[class*=columns-].columns-6,
  .woocommerce.furniture-story .products[class*=columns-].columns-6,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .search-main-content .products[class*=columns-].columns-6 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-6 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-6 li.product {
    margin: 0 0 30px 0;
    width: 100%;
  }

  .search-main-content .products[class*=columns-].columns-5,
  .woocommerce.furniture-story .products[class*=columns-].columns-5,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .search-main-content .products[class*=columns-].columns-5 li.product,
  .woocommerce.furniture-story .products[class*=columns-].columns-5 li.product,
  .woocommerce-page.furniture-story .products[class*=columns-].columns-5 li.product {
    margin: 0 0 15px 0;
    width: 100%;
  }

  .product-archive-top {
    border-bottom: 0;
    margin-bottom: 15px;
  }

  .product-archive-top .woocommerce-result-count {
    width: 100%;
    padding-right: 0;
    justify-content: center;
  }

  .product-archive-top .woocommerce-ordering {
    width: 100%;
    margin-top: 15px;
  }

  .product-archive-top .woocommerce-ordering select {
    border: 1px solid #f0f0f0;
    padding: 0 10px;
  }

  .search-results-container {
    margin-left: 0;
    margin-right: 0;
  }

  .search-results-container article {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}

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