.cookie-wrap,
.wsa-cookielaw {
  display: none;
}

:root {
  --block_spacing: 100px;
  --font_base: 15px;
  --font_h1: 2.2em;
  --font_h2: 2em;
  --font_h3: 1.8em;
  --font_h4: 1.6em;
  --font_h5: 1.4em;
  --font_h6: 1.2em;
  --line_height: 1.5em;
  /* --accent: #e0e6ca; */
  --accent: #86715a;
  --accent_dark: #86715a;
  --disable: #aaa;
  --grey_border: #F4F1E8;
  --grey_block: #f5f3f0;
  --grey_dark: #5a5957;
  /* --brown_light: #c2b8ac; */
  --brown_light: rgba(187, 166, 105, 0.8);
  --block_sand: #F4F1E8;
  --brown_dark: #86715a;
  --body_background: white;
  --body: #000000;
  --black: #000000;
  --green: #00820D;
  --green_light: #00820D1a;
  --red: #990000;
  --shadow_small: 0px 0px 5px rgba(0, 0, 0, 0.1);
  --shadow_left_small: -2px 2px 5px rgba(0, 0, 0, 0.1);
  --shadow_right_small: 2px 2px 5px rgba(0, 0, 0, 0.1);
  --border_radius: 0px;
  --btn_height: 40px;
  --btn_font_size: 1em;
  --btn_lg_height: 50px;
  --btn_lg_font_size: 1.1em;
  --btn_sm_height: 34px;
  --btn_sm_font_size: 1em;
  --btn_icon_font_size: 1.4em;
  --btn_icon_spacing: 7px;
  --btn_padding: 20px;
  --btn_lg_padding: 30px;
  --btn_sm_padding: 15px;
  --input_height: 50px;
  --input_padding: 20px;
  --input_bg: #fff;
  --input_border: 2px solid var(--black);
  --title_featured_spacing: 50px;
  --title_featured_title: 3em;
  --checkbox_padding: 5px 0;
  --checkbox_size: 18px;
  --checkbox_icon: 10px;
  --checkbox_border_radius: 0px;
}

[v-cloak] {
  display: none !important;
}

@font-face {
  font-display: swap;
}

body {
  margin: 0 !important;
  color: var(--body);
  background: var(--body_background);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0, 0, 0, 0.004);
  width: 100%;
  font-size: var(--font_base);
}

html.no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

div[class*=" col-"] {
  margin-left: -.5px;
}

i[class*="fi-rr"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixed-pages {
  padding-top: 60px;
}

img {
  width: auto;
  height: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.relative {
  position: relative;
}

.title-font {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
}

.owl-prev,
.owl-next,
.owl-dots,
.owl-dot {
  outline: none;
}

.body-wrap {
  position: relative;
  transition: transform .35s cubic-bezier(.29, .58, .32, 1);
}

.body-wrap.cart-open {
  transform: translate(-400px, 0px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: var(--font_h1);
}

h2 {
  font-size: var(--font_h2);
}

h3 {
  font-size: var(--font_h3);
}

h4 {
  font-size: var(--font_h4);
}

h5 {
  font-size: var(--font_h5);
}

h6 {
  font-size: var(--font_h6);
}

.line-height {
  line-height: var(--line_height);
}

a,
a:hover,
a:visited,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.ul-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.general-content {
  font-size: 1em;
  line-height: var(--line_height);
}

.general-content strong {
  color: var(--black);
  font-weight: bold;
}

.general-content *:first-child {
  margin-top: 0;
}

.general-content *:last-child {
  margin-bottom: 0;
}

.general-content h1,
.general-content h2,
.general-content h3,
.general-content h4,
.general-content h5,
.general-content h6 {
  letter-spacing: .05em;
  font-weight: 600;
  color: var(--black);
}

.general-content h1 {
  font-size: var(--font_h2);
  margin-bottom: 20px;
}

.general-content h2 {
  font-size: var(--font_h5);
  margin-bottom: 20px;
}

.general-content h3 {
  font-size: var(--font_h5);
  margin-bottom: 20px;
}

.general-content h4 {
  font-size: var(--font_h5);
  margin-bottom: 15px;
}

.general-content h5 {
  font-size: var(--font_h5);
  margin-bottom: 10px;
}

.general-content h6 {
  font-size: var(--font_h5);
  margin-bottom: 10px;
}

.general-content a,
.general-content a:visited,
.general-content a:active,
.general-content a:hover {
  text-decoration: none;
  color: var(--brown_dark);
}

.general-content ul {
  padding-left: 25px;
}

.general-content ul li {
  list-style: none;
  position: relative;
}

.general-content ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  vertical-align: middle;
  margin-right: 15px;
}

.general-content img,
.general-content video {
  height: auto;
}

.general-content img,
.general-content video,
.general-content iframe {
  max-width: 100%;
}

.general-content table {
  width: 100%;
}

.general-content table tr td {
  padding: 5px 15px;
}

.general-content .content-btn {
  padding: 0;
  font-size: 15px;
}

.general-content .content-btn p {
  display: block;
  height: 100%;
}

.general-content .content-btn a {
  height: 100%;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px var(--btn_padding);
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-iframe iframe,
.responsive-iframe object,
.responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: var(--btn_height);
  padding: 0px var(--btn_padding);
  background: var(--brown_dark);
  color: #fff;
  font-weight: bold;
  font-size: var(--btn_font_size);
  border-radius: var(--border_radius);
  text-transform: uppercase;
  gap: 10px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn.btn__secondary {
  background: transparent;
  color: black;
  border: 1px solid black;
  font-weight: 400;
}

.btn.btn-large {
  height: var(--btn_lg_height);
  font-size: var(--btn_lg_font_size);
  padding: 0 var(--btn_lg_padding);
}

.btn.btn-small {
  height: var(--btn_sm_height);
  font-size: var(--btn_sm_font_size);
  padding: 0 var(--btn_sm_padding);
}

.btn i {
  font-size: var(--btn_icon_font_size);
}

.btn i.before {
  margin-right: var(--btn_icon_spacing);
}

.btn i.after {
  margin-left: var(--btn_icon_spacing);
}

.btn:not(.btn__secondary):active,
.btn:not(.btn__secondary):focus,
.btn:not(.btn__secondary):visited,
.btn:not(.btn__secondary):hover {
  color: #fff;
}

.btn.disabled {
  opacity: .5;
  pointer-events: none;
}

.btn:active {
  box-shadow: inset 0 0 3px 3px rgb(0 0 0 / 20%);
}

.btn.error {
  background: var(--red);
}

.btn.success:not(.add-cart) {
  background: var(--green);
}

.standard-input {
  height: var(--input_height);
  padding: 0px var(--input_padding);
  outline: none;
  border-radius: var(--border_radius);
  font-size: 1em;
  background: var(--input_bg);
  border: var(--input_border);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.standard-input:focus {
  border-color: var(--accent);
}

textarea.standard-input {
  padding: var(--input_padding);
  height: auto;
}

.standard-input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
}

.standard-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}

.standard-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}

.standard-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}

.standard-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa;
}

.icon {
  display: inline-flex;
}

.icon:before {
  display: flex;
}

.lazy-bg-cover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.lazy-blur {
  transition: filter .15s ease-in-out;
}

.lazy-blur.lazy {
  filter: blur(20px);
}

.block-padding {
  padding-top: var(--block_spacing);
  padding-bottom: var(--block_spacing);
}

.block-padding-reset {
  padding: 0px;
}

.block-padding-top {
  padding-top: var(--block_spacing);
}

.block-padding-bottom {
  padding-bottom: var(--block_spacing);
}

.block-margin {
  margin-top: var(--block_spacing);
  margin-bottom: var(--block_spacing);
}

.block-margin-top {
  margin-top: var(--block_spacing);
}

.block-margin-bottom {
  margin-bottom: var(--block_spacing);
}

.block-border {
  border-top: 1px solid var(--grey_border);
  border-bottom: 1px solid var(--grey_border);
}

.block-border-top {
  border-top: 1px solid var(--grey_border);
}

.block-border-bottom {
  border-bottom: 1px solid var(--grey_border);
}

.block-grey {
  background: var(--grey_border);
}

.block-white {
  background: #fff;
}

.block-dark {
  background: var(--black);
}

.image-wrap.grey {
  position: relative;
  background: #fff;
}

.image-wrap.grey:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}

.image-wrap img {
  width: 100%;
  display: block;
}

.sm-tabs-block .page {
  display: none;
}

.sm-tabs-block .page.active {
  display: block;
}

.title-featured {
  margin-bottom: var(--title_featured_spacing);
}

.title-featured.margin-none {
  margin-bottom: 0;
}

.title-featured .title {
  font-size: var(--title_featured_title);
  font-weight: 400;
  color: var(--black);
}

.title-featured.color-brown .title {
  color: var(--brown_dark);
}

.text-container {
  width: 100%;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.slider-between .splide__slide__row {
  justify-content: space-between;
}

.slider-between .splide__slide--col {
  width: auto !important;
}

.container {
  padding: 0 20px;
}

.text-link,
.text-link:focus,
.text-link:hover,
.text-link:active,
.text-link:visited {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: var(--brown_dark);
}

.text-link i {
  font-size: 1.2em;
  margin-left: 3px;
  transition: all .2s ease-in-out;
}

.icon-arrow-down:before {
  font-size: 60%;
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1560px;
    padding: 0px 30px;
  }

  .btn:hover {
    filter: brightness(90%);
  }

  .text-link:hover i {
    transform: translateX(5px);
  }
}

@media (max-width: 1399px) {
  :root {
    --block_spacing: 80px;
    --title_featured_spacing: 40px;
    --title_featured_title: 2.6em;
  }
}

@media (max-width: 1199px) {
  :root {
    --block_spacing: 70px;
    --title_featured_spacing: 30px;
    --title_featured_title: 2.3em;
  }

  .fixed-pages {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  :root {
    --block_spacing: 50px;
    --title_featured_spacing: 25px;
    --title_featured_title: 2em;
  }

  .general-content .content-btn {
    font-size: 13px;
    white-space: normal;
    line-height: 1.1em;
  }
}

/* End general styles */

/* Header */
#header.fixed .header-fixed-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#header .topbar {
  background: var(--accent);
}

#header .topbar .inner {
  display: flex;
  align-items: center;
  height: 44px;
}

#topbar-usp {
  width: 100%;
}

#header .topbar .usp-item {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

#header .topbar .usp-item i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 1.4em;
}

#header .main-header {
  background: #fff;
}

#header .main-header .inner {
  display: flex;
  align-items: stretch;
  z-index: 999;
}

#header .main-header .header-col {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1;
}

#header .main-header .header-col.nav-col {
  justify-content: center;
  flex: 4;
}

#header .main-header .header-col.icons-col {
  justify-content: flex-end;
}



#header .main-header .search-wrap,
.header__topbar .header__topbar_wrap .search-wrap,
#header-new .header__main_menu .search-wrap {
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  z-index: 999;
}

#header-new .header__main_menu .search-wrap {
  min-width: 800px;
}

#header .main-header .search-wrap form,
.header__topbar .header__topbar_wrap .search-wrap form,
#header-new .header__main_menu .search-wrap form {
  display: flex;
  width: 100%;
  position: relative;
}

#header .main-header .search-wrap form input,
.header__topbar .header__topbar_wrap .search-wrap form input,
#header-new .header__main_menu .search-wrap form input {
  width: 100%;
  padding-right: var(--input_height);
  max-width: 400px;
  margin-left: auto;
}

#header .main-header .search-wrap form a,
.header__topbar .header__topbar_wrap .search-wrap form a,
#header-new .header__main_menu .search-wrap form a {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--input_height);
  height: var(--input_height);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

#header.fixed .main-header .logo {
  display: flex;
  align-items: center;
}

#header .main-header .logo img {
  display: block;
  height: 68px;
  transition: all .2s ease-in-out;
  will-change: transform;
  z-index: 2;
}

#header:not(.fixed) .main-header .logo img {
  transform: translateY(calc(50% + 15px));
}

#header.on-checkout:not(.fixed) .main-header .logo img {
  transform: translateY(50%);
}

#header .main-header .header-icons {
  display: flex;
  align-items: center;
}

#header .main-header .header-icons li:not(:last-child) {
  margin-right: 20px;
}

#header .main-header .header-icons li a {
  display: flex;
}

#header .main-header .header-icons li a i {
  font-size: 24px;
}

#header .main-header .header-icons li a .i-wrap,
#header-new .header__main_menu .header__icon .i-wrap {
  position: relative;
  display: flex;
}

#header .main-header .header-icons li a .i-wrap .qty,
#header-new .header__main_menu .header__icon .i-wrap .qty {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  color: #000;
  /* background: var(--accent_dark); */
  background: #f7f6f2;
  border-radius: 50%;
  font-size: 13px;
}

#header .main-nav>li:not(:last-child) {
  margin-right: 40px;
}

#header .main-header .header-icons li.languages {
  position: relative;
  font-weight: 600;
  color: var(--black);
  font-size: 1.1em;
}

#header .main-header .header-icons li.languages .cur-lang {
  cursor: pointer;
}

#header .main-header .header-icons li.languages .cur-lang i {
  color: var(--brown_dark);
  margin-left: 7px;
  font-size: 1.2em;
  vertical-align: middle;
}

#header .main-header .header-icons li.languages .lang-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

#header .main-header .header-icons li.languages:hover .lang-options {
  opacity: 1;
  visibility: visible;
}

#header .main-header .header-icons li.languages .lang-options li a {
  display: block;
  padding: 5px;
  background: #fff;
  text-align: center;
}

#header .main-header .header-icons li.languages .lang-options li a:hover {
  color: var(--brown_dark);
}

#header .main-nav,
#header .main-nav>li {
  display: flex;
  align-items: stretch;
}

#header .main-nav>li>a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
  padding: 30px 0;
}

#header .main-nav>li>a>i {
  margin-left: 7px;
  font-size: 1.2em;
  color: var(--brown_dark);
}

#header .main-nav>li:hover>a,
#header .main-nav>li.active>a {
  color: var(--brown_dark);
}

#header .open-menu {
  display: flex;
  padding: 15px;
  margin: -15px;
  font-size: 24px;
}

#header .header-subnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--grey_border);
  z-index: -1;
  padding: 50px;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  transition: all .15s ease-in-out;
}

#header .main-nav>li:hover>.header-subnav {
  opacity: 1;
  visibility: visible;
}

#header .header-subnav .subnav-inner {
  transform: translateY(10%);
  opacity: 0;
  transition: all .3s ease-in-out .15s;
  will-change: opacity, transform;
}

#header .main-nav>li:hover>.header-subnav .subnav-inner {
  transform: translateY(0);
  opacity: 1;
}

#header .header-subnav .main-sub {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 10px;
}

#header .header-subnav .sub-sub:not(:last-child) {
  margin-bottom: 5px;
}

#header .header-subnav li a:hover,
#header .header-subnav li.active a {
  color: var(--brown_dark);
}


@media (max-width: 1199px) {
  #header .topbar .usp-wrap {
    display: block;
  }

  #header .topbar .usp-wrap.mobile-hidden {
    height: 40px;
    opacity: 0;
  }

  #header .topbar .usp-wrap li a {
    justify-content: center;
    text-align: center;
  }

  #header .main-header .header-col.logo-col {
    justify-content: center;
  }

  #header .main-header .header-col {
    padding: 10px 0;
  }

  #header .main-header .search-wrap,
  #header .main-header .search-wrap form input,
  .header__topbar .header__topbar_wrap .search-wrap form input,
  #header-new .header__main_menu .search-wrap form input {
    max-width: unset;
  }

  #header:not(.fixed) .main-header .logo img {
    transform: none;
  }

  #header .main-header .logo img {
    margin: 0;
    height: 50px;
  }
}

@media (min-width: 1200px) {
  .topbar .slider-between .splide__slide__row {
    justify-content: center;
  }
}

/* End header */

/* Live search */
.live-search {
  --product_spacing: 15px;
  --product_width: calc(100% / 3);
  background: #fff;
  color: #000;
  padding: 30px;
  border: var(--input_border);
  margin-top: -2px;
}

.live-search .search-query {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 20px;
}

.live-search .search-products {
  margin: calc(var(--product_spacing) * -1);
}

.live-search .search-products li {
  width: var(--product_width);
  padding: var(--product_spacing);
}

.live-search .search-products li:nth-child(n+7) {
  display: none !important;
}

.live-search .search-products li a {
  display: flex;
  align-items: center;
}

.live-search .search-products li a .image-wrap {
  min-width: 80px;
  max-width: 80px;
  margin-right: 15px;
}

.live-search .search-products li a .title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 3px;
  font-size: 1em;
  word-break: break-word;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* Maximaal 3 regels */
  line-height: 1.2em;
  /* Pas aan op basis van je design */
  max-height: 3.6em;
  /* Zorg dat dit 3x je line-height is */
}

.live-search .search-products li a .price {
  font-size: .9em;
}

.live-search .btn {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .live-search {
    --product_spacing: 10px;
    --product_width: 50%;
  }

  #header-new .header__main_menu .search-wrap {
    min-width: unset;
    max-width: 100%;
  }

  ;
}

@media (max-width: 767px) {
  .live-search {
    --product_spacing: 10px;
    --product_width: 100%;
    padding: 20px;
  }

  .live-search .search-products li a .image-wrap {
    min-width: 60px;
    max-width: 60px;
  }

  .live-search .search-products li:nth-child(n+4) {
    display: none !important;
  }
}

/* End live search */

/* Mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  background: #fff;
  z-index: 9999;
  overflow-x: hidden;
  transform: translate(-300px, 0px);
  transition: transform .35s cubic-bezier(.29, .58, .32, 1);
  text-transform: uppercase;
  letter-spacing: .05em;
}

.mobile-menu.mobile-menu-open {
  will-change: transform;
  transform: translate(0px, 0px);
}

.body-wrap.mobile-menu-open {
  will-change: transform;
  transform: translate(300px, 0px);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all .35s cubic-bezier(.29, .58, .32, 1);
}

.mobile-menu-overlay.mobile-menu-open {
  will-change: opacity;
  opacity: 1;
  visibility: visible;
}

.mobile-menu .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 80px;
  border-bottom: 1px solid #eee;
}

.mobile-menu .logo img {
  width: 100%;
  height: auto;
}

.mobile-menu .login-wrap {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.mobile-menu .login-wrap ul {
  margin: -5px 0;
}

.mobile-menu .login-wrap ul li {
  padding: 5px 0;
}

.mobile-menu .login-wrap ul li a {
  display: flex;
  align-items: center;
  height: 45px;
  background: #f7f7f7;
  padding: 10px;
  font-weight: 600;
}

.mobile-menu .login-wrap ul li a .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.mobile-menu .login-wrap ul .mobile-wishlist {
  padding: 0 10px;
  font-size: 14px;
  text-transform: lowercase;
}

.mobile-menu .login-wrap ul .mobile-wishlist .qty {
  top: -4px;
  right: -12px;
}

.mobile-menu .login-wrap ul li.loggedin {
  display: flex;
  align-items: center;
}

.mobile-menu .login-wrap ul li.loggedin a.account-link {
  flex-grow: 10;
}

.mobile-menu .login-wrap ul li.loggedin a.logout-link {
  padding: 0;
  background: none;
  margin-left: 15px;
}

.mobile-menu .login-wrap ul li.loggedin a.logout-link .icon-wrap {
  margin: 0;
}

.mobile-menu .categories-wrap {
  padding: 15px;
}

.mobile-menu .categories-wrap>ul {
  margin: -7px 0;
}

.mobile-menu .categories-wrap>ul>li>.cat-inner {
  display: flex;
  align-items: stretch;
  font-weight: 600;
}

.mobile-menu .categories-wrap>ul>li>.cat-inner>a {
  display: flex;
  align-items: center;
  padding: 7px 0;
}

.mobile-menu .categories-wrap>ul>li>.cat-inner>a {
  flex-grow: 10;
}

.mobile-menu .categories-wrap>ul>li>.cat-inner>a.more-cats.icon {
  justify-content: flex-end;
  flex-grow: unset;
  width: 30px;
}

.mobile-menu .categories-wrap a.more-cats i {
  transition: all .15s ease-in-out;
}

.mobile-menu .categories-wrap li.active>.cat-inner>a {
  color: var(--brown_dark);
}

.mobile-menu .categories-wrap li>.cat-inner>a.more-cats i {
  font-size: 1.2em;
}

.mobile-menu .categories-wrap li.active>.cat-inner>a.more-cats i {
  transform: rotate(90deg);
}

.mobile-menu .categories-wrap ul.subs {
  display: none;
  padding-left: 15px;
  border-left: 2px solid #eee;
  font-size: .95em;
}

.mobile-menu .categories-wrap ul.subs.active {
  display: block;
}

.mobile-menu .categories-wrap ul.subs li {
  opacity: .8;
  transition: all .15s ease-in-out;
}

.mobile-menu .categories-wrap ul.subs li.active {
  opacity: 1;
}

.mobile-menu .categories-wrap ul.subs li.active>.cat-inner>a {
  font-weight: bold;
}

.mobile-menu .categories-wrap ul.subs li .cat-inner {
  display: flex;
  align-items: center;
}

.mobile-menu .categories-wrap ul.subs li a {
  display: flex;
  align-items: center;
  padding: 5px 0;
  flex-grow: 10;
}

.mobile-menu .categories-wrap ul.subs li a.more-cats {
  justify-content: flex-end;
  flex-grow: unset;
  width: 30px;
}

.mobile-menu .extra-link {
  display: flex;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #eee;
  font-weight: bold;
}

.mobile-menu ul.shop-settings .flag {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-menu ul.shop-settings .flag img {
  object-fit: cover;
  width: 30px;
  height: 30px;
}


.mobile-menu ul.shop-settings .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.mobile-menu ul.shop-settings>li>.inner,
.mobile-menu ul.shop-settings>li>.inner .cur-option {
  display: flex;
  align-items: center;
}

.mobile-menu ul.shop-settings .flag,
.mobile-menu ul.shop-settings .icon-wrap {
  margin-right: 10px;
}

.mobile-menu ul.shop-settings>li>.inner>a {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #eee;
}

.mobile-menu ul.shop-settings>li>.inner .more-cats i {
  font-size: 1.2em;
  transition: all .15s ease-in-out;
}

.mobile-menu ul.shop-settings>li.active>.inner .more-cats i {
  transform: rotate(90deg);
}

.mobile-menu ul.shop-settings ul.subs {
  display: none;
  padding: 15px;
  padding-top: 0px;
}

.mobile-menu ul.shop-settings ul.subs li a {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

/* End mobile menu */

/* Headlines */
.headline {
  position: relative;
  min-height: 500px;
}

.headline .content,
.headline img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.headline img {
  object-fit: cover;
}

.headline .content {
  padding-top: calc(var(--block_spacing));
  padding-bottom: var(--block_spacing);
}

.headline .content .title {
  padding: 20px;
  padding-right: 0;
  border-left: 3px solid #000;
  font-size: 2em;
}

.headline .content .btn {
  margin-top: 10px;
  margin-left: 23px;
}

@media (min-width: 768px) {
  .headline {
    min-height: 700px;
  }

  .headline .content .title {
    font-size: 2.4em;
  }
}

@media (min-width: 992px) {
  .headline {
    min-height: 80vh;
  }

  .headline .content .container {
    max-width: 800px;
  }

  .headline .content .title {
    font-size: 2.9em;
  }
}

/* End headlines */

/* Products slider */
.products-slider,
.pdp-slider {
  width: 100%;
}

/* End products slider */

/* Home text */
.home-text .item .title {
  font-size: 1.6em;
}

.home-text .item:not(:last-child) {
  margin-bottom: 40px;
}

.home-text .item .general-content {
  margin: 20px 0;
}

.home-text .item .text-wrap {
  background: #fff;
  padding: 40px;
}

@media (min-width: 768px) {
  .home-text .item:not(:last-child) {
    margin-bottom: 50px;
  }

  .home-text .item .text-wrap {
    padding: 50px;
  }
}

@media (min-width: 1200px) {
  .home-text .item:not(:last-child) {
    margin-bottom: 0px;
  }

  .home-text .item .image-wrap {
    width: 100%;
  }

  .home-text .item-1 .image-wrap {
    max-width: 460px;
  }

  .home-text .item-2 .image-wrap {
    max-width: 560px;
  }

  .home-text .item .text-wrap {
    position: relative;
    width: 100%;
    max-width: 500px;
  }

  .home-text .item-1 .text-wrap {
    transform: translate(50px, -40px);
  }

  .home-text .item-2 .image-wrap {
    transform: translate(-80px, 40px);
  }

  .home-text .item {
    width: 40%;
  }

  .home-text .item-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-text .item-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (min-width: 1400px) {
  .home-text .item {
    width: auto;
  }
}

/* End home text */

/* Breadcrumbs */
.breadcrumbs {
  font-weight: 500;
  margin: 60px 0 20px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  text-transform: uppercase;
  color: var(--black);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
}

.breadcrumbs a.home,
.breadcrumbs .crumb {
  display: inline;
}

.breadcrumbs .crumb span {
  margin: 0 10px;
}

.back-button .link {
  margin: 0 0 16px 0;
  padding: 4px 8px 4px 6px;
  background-color: #f7f6f2;
  border: 1px solid rgba(34, 36, 38, .15);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.back-button .link:hover {
  color: var(--brown_dark);
}

/* End breadcrumbs */

/* Productpage */
.splide__arrow {
  background: none;
  width: auto;
  height: auto;
}

.splide__arrow i {
  font-size: 1.6em;
  color: var(--brown_dark);
}

.splide__arrow svg {
  fill: #000;
  height: 2em;
  width: 2em;
}

.splide__pagination__page.is-active {
  transform: scale(1);
  background: #ccc;
}

.splide__pagination__page {
  background: transparent;
  border: 1px solid #ccc;
}

.splide__pagination {
  bottom: 1em;
}

#productpage .product-images .zoom-image {
  position: absolute;
  bottom: 3%;
  right: 3%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: var(--grey_border);
  color: var(--brown_dark);
}

#productpage .product-info {
  padding-top: calc(var(--block_spacing) / 2);
}

#productpage .product-info .price {
  display: flex;
  align-items: center;
  letter-spacing: .05em;
  margin-top: 20px;
  text-transform: uppercase;
}

#productpage .product-info .price .product-description {
  font-weight: 600;
  color: var(--grey_dark);
  font-size: 1.2em;
  margin-right: 10px;
}

#productpage .product-info .price .product-description.full-width {
  width: 100%;
}

#productpage .product-info .price-old {
  text-decoration: line-through;
  margin-left: 10px;
}

#productpage .product-info .price-old:empty {
  display: none;
}

#productpage .product-info .price-new {
  font-weight: 600;
  color: var(--grey_dark);
  font-size: 1.2em;
}

#productpage .product-info .product-option,
#productpage .product-info .cart {
  margin-top: calc(var(--block_spacing) / 2);
}

#productpage .product-info .product-content {
  margin-top: calc(var(--block_spacing) / 3);
}

#productpage .product-info .cart {
  display: flex;
  align-items: center;
}

#productpage .product-info .input-wrap {
  display: flex;
  margin-right: 10px;
}

#productpage .product-info .input-wrap input {
  min-width: var(--btn_height);
  max-width: var(--btn_height);
  height: var(--btn_height);
  border: 1px solid #ccc;
  background: transparent;
  padding: 0;
  text-align: center;
}

#productpage .product-info .input-wrap .change {
  display: flex;
  flex-direction: column;
}

#productpage .product-info .input-wrap .change a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--brown_dark);
  height: 50%;
  padding: 0 5px;
}

#productpage .product-info .cart .btn {
  width: 100%;
  padding: 0px;
}

#productpage .product-info .color-samples-wrap {
  margin: 10px 0px;
}

#productpage .product-info .color-samples-wrap .btn {
  opacity: .5;
  float: right;
}

#productpage .product-info .request-quote {
  background: var(--accent);
  width: 100%;
  margin-top: 14px;
}

#productpage .product-info .stock {
  margin-top: 20px;
  font-size: 13px;
}

#productpage .product-info .stock.green {
  color: var(--green);
}

#productpage .product-info .stock.red {
  color: var(--red);
}

#productpage .product-info .product-actions {
  margin-top: 5px;
}

#productpage .product-content .tab {
  border-bottom: 1px solid var(--grey_border);
}

#productpage .product-content .tab:first-child {
  border-top: 1px solid var(--grey_border);
}

#productpage .product-content .tab .tab-title {
  padding: 10px 0;
  cursor: pointer;
}

#productpage .product-content .tab .tab-title * {
  margin: 0;
  padding: 0;
  letter-spacing: .05em;
  font-weight: 600;
}

#productpage .product-content .tab .plusmin {
  width: 12px;
  height: 12px;
  position: relative;
}

#productpage .product-content .tab .plusmin:before,
#productpage .product-content .tab .plusmin:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: var(--brown_dark);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform .2s ease-in-out;
}

#productpage .product-content .tab .plusmin:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#productpage .product-content .tab.active .plusmin:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

#productpage .product-content .tab .tab-content {
  display: none;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  #productpage .product-info {
    padding-top: 0;
    /* padding-left: var(--block_spacing); */
  }

  #productpage .product-images {
    padding-right: var(--block_spacing);
  }

  #productpage .product-images .zoom-image {
    width: 48px;
    height: 48px;
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  /* 	#productpage .product-images {
    padding-top: var(--block_spacing);
  } */

  .splide__arrow i {
    font-size: 2em;
  }
}

@media (min-width: 1600px) {
  .splide__arrow--prev {
    left: -2.5em;
  }

  .splide__arrow--next {
    right: -2.5em;
  }
}

/* End productpage */

/* Product configure */
#productpage .product-configure .product-configure-inner {
  margin: -15px 0;
}

#productpage .product-configure .product-configure-inner .option-wrap {
  padding: 15px 0;
}

#productpage .product-configure .product-configure-inner .option-wrap .dropdown .menu .item[data-value="empty"] {
  display: none;
}

#productpage .product-configure .linked-options.loading {
  opacity: 0;
}

#productpage .product-configure .linked-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: -5px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#productpage .product-configure .linked-options .option {
  padding: 5px;
}

#productpage .product-configure .linked-options .option a {
  display: block;
  position: relative;
}

#productpage .product-configure .linked-options .option a .image-wrap {
  min-width: 100px;
  /* max-width: 100px; */
  min-height: 100px;
  max-height: 100px;
}

#productpage .product-configure .linked-options .option.active a .image-wrap {
  min-width: 130px;
  /* max-width: 130px; */
  min-height: 130px;
  max-height: 130px;
}

#productpage .product-configure .linked-options .option span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
}

#productpage .product-configure .linked-options .option.wit span {
  color: #282828;
}

#productpage .product-configure .linked-options .option a .image-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
}

#productpage .product-configure label.label-title {
  display: block;
  font-size: 1em;
  margin-bottom: 10px;
}

#productpage .product-configure select {
  height: 50px;
  opacity: 0;
}

#productpage .product-configure .product-configure-inner .option-wrap.product-custom-text,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-textarea,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-date,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-datetime {
  display: flex;
  flex-direction: column;
}

#productpage .product-configure input[type="text"],
#productpage .product-configure input[type="date"],
#productpage .product-configure input[type="datetime-local"],
#productpage .product-configure textarea {
  border: 2px solid rgba(0, 0, 0, 0.07);
  height: 45px;
  border-radius: 3px;
  padding: 0 15px;
}

#productpage .product-configure textarea {
  padding: 15px;
  height: auto;
  min-height: 100px;
  min-width: 100%;
  max-width: 100%;
}

#productpage .product-configure .extra-products-outer {
  padding: 15px 0px;
}

#productpage .product-configure .extra-products {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}

#productpage .product-configure .extra-products .extra-product {
  padding: 7px;
  width: 33%;
}

#productpage .product-configure .extra-products .extra-product input {
  display: none;
}

#productpage .product-configure .extra-products .extra-product label {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#productpage .product-configure .extra-products .extra-product .input-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--brown_light);
  padding: 10px;
  margin: 0;
  width: fit-content;
}

#productpage .product-configure .extra-products .extra-product .view-extra-product-link {
  width: 18px;
  height: 18px;
  /*   background: #f7f6f2; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 20px;
  right: auto;
  z-index: 1;
}

#productpage .product-configure .extra-products .extra-product .view-extra-product-link:hover svg {
  color: #86715a;
  fill: #86715a;
}

#productpage .product-configure .extra-products .extra-product .view-extra-product-link svg {
  width: auto;
  height: 100%;
}

#productpage .product-configure .extra-products .extra-product label .extra-product__info {
  padding-top: 10px;
  font-size: 0.85em;
  color: #000;
  text-transform: uppercase;
}

#productpage .product-configure .extra-products .extra-product label .extra-product__info span {
  color: inherit;
}

#productpage .product-configure .extra-products .extra-product label:before,
#productpage .product-configure .extra-products .extra-product label:after {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
}

#productpage .product-configure .extra-products .extra-product.checked label:after {
  content: '\e800';
  opacity: 1;
  color: #fff !important;
  width: var(--checkbox_size);
  height: var(--checkbox_size);
  line-height: var(--checkbox_size);
  font-size: var(--checkbox_icon);
  background: var(--accent);
  border-color: var(--accent) !important;
}

/* #productpage .product-configure .extra-products .extra-product .input-wrap {
	margin: 0;
  padding: 0;
} */


#productpage .product-configure .extra-products .extra-product img {
  max-width: 100%;
}

#bulk-form input {
  display: none !important;
}

@media (max-width: 767px) {
  #productpage .product-configure .extra-products .extra-product {
    width: 50%;
  }

  #productpage .product-configure .extra-products .extra-product label .extra-product__info {
    font-size: 0.8em;
  }
}

/* End product configure */

/* Footer */
#footer .main-footer {
  overflow: hidden;
  --footer_padding: 50px;
  background: var(--block_sand);
}

#footer .main-footer .footer-contact {
  width: 30%;
  /* background: var(--accent); */
  color: #000;
  position: relative;
  padding: var(--footer_padding);
  padding-left: 0;
  /*   padding-bottom: 20px; */
  font-weight: 600;
  padding-bottom: 20px;
}

#footer .main-footer .footer-contact .footer-title__contact {
  margin-top: 20px;
}

/* #footer .main-footer .footer-contact ul{
  padding: 0;
  margin: 0;
  list-style: none;
} */

#footer .main-footer .footer-contact ul li {
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* #footer .main-footer .footer-contact:after {
	content: '';
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 50vw;
  background: var(--accent);
} */

#footer .main-footer .footer-description {
  max-width: 240px;
}

#footer .main-footer .footer-description a {
  color: #fff;
}

#footer .main-footer .footer-description .contact-list a {
  color: #000;
}

#footer .main-footer .footer-info {
  position: relative;
  background: var(--block_sand);
  color: #000;
  padding: var(--footer_padding);
  padding-right: 0;
  flex-grow: 10;
  padding-bottom: 20px;
}

#footer .main-footer .footer-info .footer-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -20px;
  flex-grow: 10;
}

#footer .main-footer .footer-info .footer-col {
  padding: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

#footer .main-footer .footer-info .footer-col .second-col {
  margin-top: 40px;
}

#footer .main-footer .logo img {
  height: 30px;
}

#footer .main-footer .footer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4em;
  margin-bottom: 20px;
  font-weight: 700;
}

#footer .main-footer .footer-title .plusmin {
  width: 12px;
  height: 12px;
  position: relative;
}

#footer .main-footer .footer-title .plusmin:before,
#footer .main-footer .footer-title .plusmin:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform .2s ease-in-out;
}

#footer .main-footer .footer-title .plusmin:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#footer .main-footer .footer-links-wrap.active .footer-title .plusmin:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

#footer .main-footer .newsletter,
#footer .main-footer .contact-info,
#footer .main-footer .socials-wrap {
  margin-top: var(--footer_padding);
}

#footer .main-footer .footer-links li:not(:last-child) {
  margin-bottom: 5px;
}

#footer .main-footer .socials li:not(:last-child) {
  margin-right: 7px;
}

#footer .main-footer .contact-info li:not(:last-child) {
  margin-bottom: 5px;
}

#footer .main-footer .footer-links li.hidden {
  display: none;
}

#footer .main-footer .contact-info li a {
  display: flex;
  align-items: center;
  font-weight: bold;
}

#footer .main-footer .contact-info li a i {
  font-size: 1.4em;
  margin-right: 10px;
}

#footer .main-footer .socials a {
  display: flex;
  font-size: 2em;
}

#footer .main-footer .socials a:hover,
#footer .main-footer .footer-links li a:hover {
  color: var(--brown_dark);
}

#footer .main-footer .newsletter {
  max-width: 300px;
}

#footer .main-footer .newsletter form input {
  flex-grow: 10;
  margin-right: 7px;
}

#footer .main-footer .newsletter .btn {
  padding: 0;
  min-width: var(--btn_lg_height);
  max-width: var(--btn_lg_height);
}

#footer .footer-bottom {
  background: var(--block_sand);
  color: #fff;
  padding: 0;
  padding-top: 0;
}

#footer .footer-bottom .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  border-top: 1px solid #000;
  padding: 20px 0px;
}

#footer .footer-bottom .inner .bottom-footer-list {
  display: flex;
  align-items: center;
  gap: 30px;
}

#footer .footer-bottom .payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -2px;
}

#footer .footer-bottom .payments li {
  padding: 2px;
}

#footer .footer-bottom .payments li a {
  display: inline-block;
}

#footer .footer-bottom .payments li img {
  height: 30px;
  background: #fff;
  border-radius: 3px;
}

@media (max-width: 1199px) {
  #footer .footer-bottom .inner {
    flex-direction: column-reverse;
  }

  #footer .footer-bottom .copyright {
    text-align: center;
    margin-bottom: 10px;
  }

  #footer .footer-bottom .payments {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  #footer .main-footer {
    --footer_padding: 30px;
  }

  #footer .main-footer .footer-contact,
  #footer .main-footer .footer-info {
    width: 100%;
    padding: var(--footer_padding) 0;
  }

  #footer .main-footer .footer-info .footer-row {
    margin: 0;
  }

  #footer .main-footer .footer-info .footer-col {
    padding: 0;

  }

  #footer .main-footer .footer-info:after,
  #footer .main-footer .footer-contact:after {
    left: -40vw;
    width: 200vw;
    z-index: -1;
  }

  #footer .main-footer .footer-links-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  #footer .main-footer .footer-title {
    font-size: 1.2em;
  }

  #footer .main-footer .footer-links-wrap .footer-title {
    padding: 15px 0;
    margin: 0;
    cursor: pointer;
  }

  #footer .main-footer .footer-links {
    display: none;
    margin-bottom: 15px;
  }

  #footer .main-footer .footer-info .footer-row {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  #footer .main-footer .newsletter {
    max-width: unset;
  }
}

/* End footer */

/* Categories */
.categories {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -7px;
}

.categories .category {
  padding: 15px 7px;
}

.categories .category .inner {
  display: block;
  position: relative;
  z-index: 0;
}

.categories .category .category-title {
  font-size: 1.4em;
  margin-top: 14px;
}

.categories .category .price-from {
  margin-top: 5px;
  text-transform: uppercase;
  color: var(--brown_dark);
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s ease-in-out;
}

.categories .category.lowest-price-loaded .price-from {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .categories .category .category-title {
    font-size: 1.6em;
  }
}

/* End categories */

/* Brands */
.brands {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.brands .brand {
  padding: 15px;
}

/* End brands */

/* Tags */
#tags-page .tags {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}

#tags-page .tags a {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #333;
  padding: 0 20px;
  background: #f7f7f7;
  margin: 7px;
}

/* End tags */

/* messages */
.gui-messages {
  display: none !important;
}

.message-wrap {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 99999999999;
  display: none;
}

.message-wrap.active {
  display: block;
}

.message-wrap .message {
  background: #fff;
  border-radius: 0px;
  padding: 20px;
  width: 350px;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.message-wrap .message .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 1.3em;
}

.message-wrap .message li a {
  color: var(--brown_dark);
}

.message-wrap.active .message {
  -webkit-animation: jump 1s ease 0s 1 normal;
  animation: jump 1s ease 0s 1 normal;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

.message-wrap .message .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.message-wrap .message.error .icon {
  background: #cd3b3b;
}

.message-wrap .message.success .icon {
  background: #2ecc71;
}

.message-wrap .message.info .icon {
  background: #3ca1cd;
}

.message-wrap .message.attention .icon {
  font-weight: bold;
  background: var(--brown_dark);
}

.message-wrap .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .message-wrap {
    top: auto;
    bottom: 10px;
    z-index: 99999999999;
    left: 0;
    padding: 0px 10px;
  }

  .message-wrap .message {
    padding: 15px;
    width: 100%;
  }

  .message-wrap .message .icon {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    font-size: 10px;
  }
}

/* End messages */
/* Blog */
#blog .full-article .top-content {
  padding: 50px 0;
}

#blog .full-article .top-content {
  padding: 0;
}

#blog .full-article .article-image .image {
  padding-top: 60%;
}

#blog .full-article .article-image .image {
  padding-top: 35%;
}

#blog .full-article .full-article-text {
  padding-top: calc(var(--block_spacing) / 2);
}

#blog .full-article .article-title {
  color: var(--black);
  font-size: 3em;
  margin-bottom: 30px;
  text-align: left;
}

#blog .full-article .date-author {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

#blog .full-article .article-text {
  font-size: 1.1em;
}

#blog .full-article .share {
  margin-top: 30px;
  color: var(--black);
}

#blog .full-article .share .title {
  font-weight: bold;
  margin-bottom: 10px;
}

#blog .full-article .share ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: -5px;
}

#blog .full-article .share ul li {
  padding: 5px 7px;
}

#blog .full-article .share ul li a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  font-size: 1.3em;
}

#blog .full-article .comments-block .title {
  font-size: var(--font_h3);
  margin-bottom: 30px;
  color: var(--black);
  font-weight: bold;
}

#blog .full-article .comments .comment:not(:first-child) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--grey_border);
}

#blog .full-article .comments .comment .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

#blog .full-article .comments .comment .name {
  font-weight: bold;
  color: var(--black);
}

#blog .full-article .write-comment {
  padding: 30px;
  margin-top: 30px;
  border-radius: var(--border_radius);
}

#blog .full-article .write-comment .title {
  font-size: var(--font_h5);
  margin-bottom: 30px;
  color: var(--black);
  font-weight: bold;
}

#blog .full-article .write-comment .inputs-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}

#blog .full-article .write-comment .input-col {
  padding: 7px;
  width: 100%;
}

#blog .full-article .write-comment input {
  width: 100%;
}

#blog .full-article .write-comment textarea {
  min-height: 150px;
  min-width: 100%;
  max-width: 100%;
}

#blog .full-article .recent-articles {
  padding: var(--block_spacing) 0px;
  background: var(--grey_border);
  margin-top: calc(var(--block_spacing) / 2);
  margin-bottom: calc(var(--block_spacing) * -1);
}

#blog .full-article .recent-articles .block-title {
  margin-bottom: 40px;
  font-size: var(--font_h2);
  text-align: center;
}

@media (min-width: 768px) {
  #blog .full-article .write-comment .input-col.col-50 {
    width: 50%;
  }
}

@media (max-width: 991px) {
  #blog .full-article .article-title {
    font-size: 2.5em;
  }

  #blog .full-article .full-article-text {
    padding-top: var(--block_spacing);
  }
}

@media (max-width: 767px) {
  #blog .full-article .top-content {
    padding: 30px 0;
  }

  #blog .full-article .article-title {
    font-size: 2em;
    margin-bottom: 20px;
  }
}

/* End blog */

/* Cart */
#cart-page {
  --col_spacing: 80px;
  --cart_product_spacing: 15px;
  --cart_product_image: 60px;
  --cart_product_qty: 50px;
  --totals_width: 400px;
  --totals_padding: 40px;
  --totals_spacing: 25px;
}

#cart-page .page-wrap {
  display: flex;
}

#cart-page .page-wrap .col-main {
  min-width: calc(100% - var(--totals_width));
  max-width: calc(100% - var(--totals_width));
  padding-right: var(--col_spacing);
}

#cart-page .page-wrap .col-totals {
  min-width: var(--totals_width);
  max-width: var(--totals_width);
}

#cart-page .cart-products {
  width: 100%;
}

#cart-page .cart-products tr th {
  color: var(--black);
}

#cart-page .cart-products tr th:first-child {
  text-align: left;
}

#cart-page .cart-products tr td {
  padding-top: var(--cart_product_spacing);
}

#cart-page .cart-products tr:not(:last-child) td {
  padding-bottom: var(--cart_product_spacing);
  border-bottom: 1px solid var(--grey_border);
}

#cart-page .cart-products tr td.image {
  width: var(--cart_product_image);
}

#cart-page .cart-products .image-wrap {
  background: #fff;
  border-radius: var(--border_radius);
  overflow: hidden;
  padding: 5%;
}

#cart-page .cart-products .info {
  padding-left: 15px;
}

#cart-page .cart-products .info .title {
  font-weight: bold;
  color: var(--black);
}

#cart-page .cart-products .info .title .brand {
  padding: 0px;
}

#cart-page .cart-products .info .extra-info {
  font-size: .9em;
  margin-top: 5px;
  max-width: 450px;
}

#cart-page .cart-products .info .quantity-mobile {
  margin-top: 5px;
}

#cart-page .cart-products .quantity {
  display: inline-flex;
  align-items: center;
}

#cart-page .cart-products .quantity input {
  min-width: var(--cart_product_qty);
  max-width: var(--cart_product_qty);
  height: var(--cart_product_qty);
  padding: 0;
  text-align: center;
}

#cart-page .cart-products .quantity {
  margin-left: -5px;
  margin-right: -5px;
}

#cart-page .cart-products .quantity a {
  display: flex;
  padding: 5px;
  font-size: 1.2em;
}

#cart-page .cart-products .delete {
  display: block;
  padding-left: 15px;
  font-size: 1.2em;
}

#cart-page .cart-products .bundled {
  margin-top: 10px;
}

#cart-page .cart-products .bundled ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#cart-page .cart-products .bundled .bundle-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#cart-page .cart-products .bundled .bundle-wrap .plus {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  background: #c2b8ac;
  color: #fff;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

#cart-page .cart-products .bundled .bundle-wrap .image-wrap {
  width: 34px;
  margin-right: 15px;
}

#cart-page .cart-products .bundled .bundle-wrap .title {
  font-size: 0.85em;
  text-transform: uppercase;
}

#cart-page .totals-wrap {
  padding: var(--totals_padding);
  border-radius: var(--border_radius);
}

#cart-page .totals-wrap:not(.block-grey) {
  background: #fff;
}

#cart-page .totals-wrap .gift-card {
  margin-bottom: var(--totals_spacing);
}

#cart-page .totals-wrap .add-discount,
#cart-page .totals-wrap .add-gift-card {
  display: flex;
  align-items: center;
  margin-bottom: var(--totals_spacing);
}

#cart-page .totals-wrap .add-discount input,
#cart-page .totals-wrap .add-gift-card input {
  flex-grow: 10;
  background: #fff;
  margin-right: 10px;
}

#cart-page .totals-wrap .add-discount .submit-btn,
#cart-page .totals-wrap .add-gift-card .submit-btn {
  min-width: var(--input_height);
  max-width: var(--input_height);
  height: var(--input_height);
  background: var(--accent);
  border-radius: var(--border_radius);
  color: #fff;
  font-size: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cart-page .totals-wrap .total-prices {
  margin-bottom: var(--totals_spacing);
  width: 100%;
}

#cart-page .totals-wrap .total-prices tr td {
  padding-bottom: 10px;
}

#cart-page .totals-wrap .total-prices .free-shipment {
  color: var(--green);
  font-weight: bold;
}

#cart-page .totals-wrap .total-prices tr td:first-child {
  font-weight: bold;
  color: var(--black);
}

#cart-page .totals-wrap .total-prices tr td:last-child {
  text-align: right;
}

#cart-page .totals-wrap .total-prices tr:not(:first-child) td {
  padding-top: 10px;
  border-top: 1px solid var(--grey_border);
}

#cart-page .totals-wrap .total-prices tr td:last-child {
  white-space: nowrap;
}

#cart-page .totals-wrap .btn-wrap .btn {
  width: 100%;
}

#cart-page .totals-wrap .btn-wrap .btn:not(:last-child) {
  margin-bottom: 15px;
}

#cart-page .totals-wrap .btn-wrap .btn.to-checkout {
  background: var(--green);
}

#cart-page .totals-wrap .btn-wrap .btn.paypal {
  background: #ffc439;
  color: #003087;
}

#cart-page .totals-wrap .payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -2px;
  padding-top: 20px;
}

#cart-page .totals-wrap .payments li {
  padding: 2px;
}

#cart-page .totals-wrap .payments li a {
  display: inline-block;
}

#cart-page .totals-wrap .payments li img {
  height: 30px;
  background: #fff;
  border-radius: 3px;
}

@media (max-width: 1199px) {
  #cart-page {
    --col_spacing: 30px;
    --cart_product_spacing: 15px;
    --cart_product_image: 60px;
    --cart_product_qty: 40px;
    --totals_width: 350px;
    --totals_padding: 25px;
    --totals_spacing: 25px;
  }
}

@media (max-width: 991px) {
  #cart-page {
    --cart_product_spacing: 10px;
    --cart_product_image: 40px;
    --totals_width: 100%;
    --totals_padding: 25px;
    --totals_spacing: 25px;
  }

  #cart-page .page-wrap {
    flex-direction: column;
  }

  #cart-page .page-wrap .col-main {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: var(--col_spacing);
  }
}

@media (max-width: 767px) {
  #cart-page .totals-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }

  #cart-page .cart-products .bundled {
    margin: 7px 0px;
  }

  #cart-page .cart-products .bundled .bundle-wrap {
    flex-wrap: nowrap;
  }

  #cart-page .cart-products .bundled .bundle-wrap .image-wrap {
    display: none;
  }
}

/* End cart */

/* Offer */
#offer-popup {
  display: none;
  padding: 30px;
  width: 100%;
  max-width: 700px;
}

#offer-popup .popup-title {
  margin-bottom: 20px;
}

#offer-popup .popup-title .title {
  color: var(--black);
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: 600;
}

#offer-popup .inner-title {
  color: var(--black);
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: 600;
}

#offer-popup form {
  width: 100%;
}

#offer-popup .inputs {
  margin: -7px;
}

#offer-popup .inputs .input {
  padding: 7px;
}

#offer-popup .inputs .input label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

#offer-popup .inputs .input input {
  width: 100%;
}

#offer-popup .inputs .input input.error {
  border: 1px solid var(--red);
}

#offer-popup .inputs .input textarea {
  height: 100px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

#offer-popup .ui.selection.dropdown {
  width: 100%;
  height: var(--input_height);
  line-height: var(--input_height);
}

#offer-popup .ui.selection.dropdown>.dropdown.icon {
  width: var(--input_height);
}

#offer-popup .inner-title {
  margin-top: 20px;
  font-size: 16px;
}

#offer-popup .choose-color {
  height: var(--input_height);
  padding: 0 25px;
}

#offer-popup .choose-color img {
  margin-right: 10px;
}

/* End offer */

/* Account */
#account-dashboard input[type=password],
#account-dashboard input[type=text] {
  border: 1px solid rgba(0, 0, 0, .07);
  display: block;
  width: 100%
}

#account-dashboard textarea {
  border: 1px solid rgba(0, 0, 0, .07);
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px
}

#account-dashboard {
  padding-bottom: 100px
}

#account-dashboard .change-password {
  display: flex;
  flex-wrap: wrap;
}

#account-dashboard .ui.dropdown,
#account-dashboard .ui.dropdown>.text {
  height: var(--input_height);
  line-height: var(--input_height);
}

#account-dashboard .order-view a:not(.btn) {
  text-decoration: underline
}

#account-dashboard .account-title {
  margin-bottom: 20px
}

#account-dashboard .account-title.small-title {
  margin-bottom: 10px
}

#account-dashboard .account-title.order-title {
  display: flex;
  align-items: center;
  justify-content: space-between
}

#account-dashboard .account-title .content {
  line-height: 1.7em;
  margin-top: 10px
}

#account-dashboard .account-title.small-title .content {
  font-size: 85%;
  margin-top: 3px
}

#account-dashboard .account-title .title {
  font-size: 25px
}

#account-dashboard .account-title.small-title .title {
  font-size: 16px
}

.account-row {
  display: flex;
  justify-content: space-between
}

.account-row .col-left {
  min-width: 550px;
  max-width: 550px;
  margin-right: 50px
}

.account-row .col-right {
  flex-grow: 10
}

.recent-orders {
  margin: -5px
}

.recent-orders .recent-order {
  padding: 5px
}

.recent-orders .recent-order .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  background: #fff
}

.recent-orders .recent-order .col {
  flex: 1
}

.recent-orders .recent-order .col.ticket-title {
  flex: 2
}

.recent-orders .recent-order .col:last-child {
  flex: 0
}

.recent-orders .recent-order .title {
  font-size: 18px
}

.recent-orders .recent-order .order-label {
  font-size: 12px;
  opacity: .7;
  font-weight: 600;
  margin-bottom: 5px
}

.recent-orders .recent-order .btn {
  padding: 0;
  width: 40px;
  height: 40px
}

#account-dashboard .status-label {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  border-radius: 0px;
  background: rgba(0, 0, 0, .07);
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

#account-dashboard .status-label.warning {
  background: var(--orange);
}

#account-dashboard .status-label.error {
  background: var(--red);
}

#account-dashboard .status-label.success {
  background: var(--green);
}

#account-dashboard .inputs {
  margin: -10px;
  display: flex;
  flex-wrap: wrap
}

#account-dashboard .inputs .clearfix {
  width: 100%
}

#account-dashboard .inputs .input.birthday {
  width: 33.33%
}

#account-dashboard .inputs .input {
  padding: 10px
}

#account-dashboard .inputs .input.input-100 {
  width: 100%
}

#account-dashboard label {
  display: block;
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  opacity: .7;
  font-weight: 600
}

#account-dashboard .ui.selection.dropdown {
  width: 100%;
  min-width: 0
}

#account-dashboard .account-block,
#account-dashboard .block {
  margin-bottom: 50px
}

#account-dashboard .account-block .button,
#account-dashboard .block .button {
  margin-top: 20px
}

#account-dashboard .account-block .button .btn span {
  font-size: 85%;
  margin-left: 5px
}

#account-dashboard .shadow-block {
  padding: 30px 25px;
  background: #fff;
  margin-bottom: 10px
}

#account-dashboard .gray-block {
  background: #fff;
  padding: 30px 25px;
  /*     border-radius: 10px */
}

#account-dashboard .buttons {
  margin-top: 20px
}

#account-dashboard .buttons .btn {
  margin-right: 10px;
  margin-bottom: 5px
}

#account-dashboard .buttons .btn:last-child {
  margin-right: 0;
  margin-bottom: 0
}

#account-dashboard .small-title {
  font-size: 16px;
  margin-bottom: 20px
}

#account-dashboard .tab a {
  font-size: 16px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  text-decoration: none;
  background: #fff;
}

#account-dashboard .tab i {
  font-size: 14px
}

#account-dashboard .ordered-products {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, .07)
}

#account-dashboard .ordered-products .info .title {
  font-weight: 700;
  font-size: 1.05em
}

#account-dashboard .ordered-products .info .variant {
  font-size: 90%;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5em
}

#account-dashboard .ordered-products table {
  width: 100%
}

#account-dashboard .address .line .desc,
#account-dashboard .ordered-totals .desc,
#account-dashboard table th {
  font-size: 12px;
  opacity: .7;
  font-weight: 600
}

#account-dashboard table th {
  padding-bottom: 5px
}

#account-dashboard .ordered-products table td {
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, .04)
}

#account-dashboard .ordered-products table tr:last-child td {
  border: none
}

#account-dashboard .ordered-totals .item {
  display: flex;
  align-items: center;
  justify-content: space-between
}

#account-dashboard .ordered-totals .item:last-child {
  border-top: 1px solid rgba(0, 0, 0, .07);
  padding-top: 10px;
  margin-top: 10px
}

#account-dashboard .ordered-totals .item .price {
  font-weight: 700
}

#account-dashboard .ordered-totals .item:last-child .price {
  font-weight: 700;
  font-size: 1.2em
}

#account-dashboard .ordered-totals {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  padding: 25px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .03);
  margin-top: 20px
}

#account-dashboard .address {
  margin-top: 20px
}

#account-dashboard .address .line {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3px
}

#account-dashboard .address .line .desc {
  width: 70px
}

#account-dashboard .account-back {
  text-align: right;
  margin-bottom: 10px;
  text-decoration: underline
}

#account-dashboard .ticket-box {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
  border-radius: 10px
}

#account-dashboard .ticket-box .top-wrap {
  padding: 15px 25px;
  border-bottom: 1px solid #eee
}

#account-dashboard .ticket-box .chat-box {
  padding: 25px
}

#account-dashboard .ticket-box .chat-box .chat-box-outer {
  padding: 25px;
  border-radius: 10px;
  max-height: 500px;
  overflow-y: scroll
}

#account-dashboard .ticket-box .chat-box .chat-box-inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start
}

#account-dashboard .ticket-box .chat-box .chat-message {
  margin-bottom: 7px;
  position: relative;
  max-width: 80%
}

#account-dashboard .ticket-box .chat-box .chat-message:first-child,
#account-dashboard .ticket-box .chat-box .chat-message:first-child .date {
  margin-bottom: 0
}

#account-dashboard .ticket-box .chat-box .chat-message .message {
  background: #fff;
  padding: 7px 15px
}

#account-dashboard .ticket-box .chat-box .chat-message .message .name {
  font-weight: 700
}

#account-dashboard .ticket-box .chat-box .chat-message .message .text {
  font-size: 95%
}

#account-dashboard .ticket-box .chat-box .chat-message .message p:last-child {
  margin: 0
}

#account-dashboard .ticket-box .chat-box .chat-message.sent {
  margin-left: auto;
  margin-right: 10px
}

#account-dashboard .ticket-box .chat-box .chat-message.sent:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-radius: 0 3px 0 0
}

#account-dashboard .ticket-box .chat-box .chat-message.sent .message {
  border-radius: 5px 0 5px 5px;
  color: #fff
}

#account-dashboard .ticket-box .chat-box .chat-message.received {
  margin-left: 10px
}

#account-dashboard .ticket-box .chat-box .chat-message.received:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-radius: 3px 0 0 0
}

#account-dashboard .ticket-box .chat-box .chat-message.received .message {
  border-radius: 0 5px 5px 5px
}

#account-dashboard .ticket-box .chat-box .chat-message .date {
  font-size: .8em;
  margin-top: 5px;
  color: #aaa;
  margin-bottom: 20px
}

#account-dashboard .ticket-box .chat-box .chat-message.sent .date {
  text-align: right
}

#account-dashboard .ticket-box .reply-box {
  padding: 25px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center
}

#account-dashboard .ticket-box .reply-box input {
  background: rgba(0, 0, 0, .03);
  margin-right: 10px;
  flex: 1
}

#account-dashboard .ticket-box .reply-box .btn i {
  margin-right: 7px
}

#account-dashboard .btn.accent {
  color: #fff !important
}

#account-dashboard .wishlist-products {
  margin: -5px
}

#account-dashboard .wishlist-products .recent-product {
  padding: 5px
}

#account-dashboard .wishlist-products .recent-product .inner {
  padding: 20px 25px;
  display: flex;
  background: #fff;
}

#account-dashboard .wishlist-products .recent-product .image-wrap {
  min-width: 75px;
  max-width: 75px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #fff
}

#account-dashboard .recent-products .recent-product .price {
  margin-top: 3px;
  font-size: .95em;
  font-weight: 700
}

#account-dashboard .recent-products .recent-product .price .old-price {
  color: #ccc;
  text-decoration: line-through;
  margin-right: 5px
}

#account-dashboard .recent-products .recent-product .price .new-price {
  color: var(--brown_dark) !important
}

#account-dashboard .recent-products .recent-product .link {
  color: var(--brown_dark) !important;
  font-weight: 700;
  font-size: .9em;
  margin-top: 7px
}

@media (max-width:1400px) {
  .account-row .col-left {
    min-width: 450px;
    max-width: 450px
  }
}

@media (max-width:1199px) {
  .account-row .col-left {
    min-width: 100%;
    max-width: 100%;
    margin: 0
  }

  .account-row {
    display: block
  }
}

@media (max-width:767px) {
  #account-dashboard .shadow-block {
    padding: 25px 20px
  }

  #account-dashboard .inputs {
    margin: -7px
  }

  #account-dashboard .inputs .input {
    padding: 7px
  }

  #account-dashboard .small-title,
  #account-dashboard .tab a {
    font-size: 15px
  }

  .recent-orders .recent-order .order-label {
    font-size: 10px
  }

  .recent-orders .recent-order .title {
    font-size: 13px
  }

  .recent-orders .recent-order .btn {
    width: 35px;
    height: 35px
  }

  .recent-orders {
    margin: -5px
  }

  .recent-orders .recent-order {
    padding: 5px
  }

  #account-dashboard .account-title {
    margin-bottom: 10px
  }

  #account-dashboard .account-block,
  #account-dashboard .block {
    margin-bottom: 30px
  }

  #account-dashboard .tab a {
    padding: 12px 20px
  }

  #account-dashboard .status-label {
    height: 25px;
    font-size: 10px;
    padding: 0 10px
  }

  #account-dashboard .ordered-products table td {
    padding-left: 10px
  }

  #account-dashboard .ordered-products table td:first-child {
    padding-left: 0
  }

  #account-dashboard .ordered-products {
    padding: 20px
  }

  .recent-orders .recent-order .col {
    padding-left: 10px
  }

  .recent-orders .recent-order .col:first-child {
    padding-left: 0
  }

  .recent-orders .recent-order .col.ticket-title {
    flex: 1
  }
}

.gui-login .gui-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse
}

.gui-login .gui-account-loyalty-content {
  font-size: 1em;
  color: #a3a3a3;
  font-weight: 500
}

.gui-login .gui-col2-big-col1 {
  padding: 30px 0
}

.gui .gui-button-link {
  color: var(--brown_dark) !important;
}

.gui-login .gui-buttons .gui-right .gui-button-small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: var(--btn_height);
  padding: 0 var(--btn_padding);
  background: var(--brown_dark);
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  border-radius: 0px;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: none
}

.gui-login .gui-buttons .gui-right .gui-button-small:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%)
}

.gui-login .gui-form .gui-buttons {
  flex-direction: row;
  justify-content: space-between
}

.gui-login .gui-form .gui-buttons .gui-clear {
  display: none
}

.gui-login #gui-form>.gui-block {
  padding: 30px;
  background: #fff;
  border-radius: 0px;
  border: none
}

.gui-login .gui-content-title,
.gui-login #gui-form>.gui-block .gui-block-title {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1.2em;
  background: transparent;
  border: none;
  padding: 0;
  font-weight: 600;
  margin-bottom: 5px
}

.gui-login #gui-form>.gui-block .gui-block-content {
  padding: 0
}

.gui-login #gui-form>.gui-block .gui-block-content p {
  margin-bottom: 10px
}

.gui-login #gui-form>.gui-block .gui-block-content .gui-input {
  background: #fff !important;
  border: 0 !important
}

.gui-login #gui-form>.gui-block .gui-block-content .gui-input input {
  height: var(--input_height) !important;
  padding: 0 var(--input_padding);
  outline: 0;
  border-radius: 0px;
  font-size: 1em;
  background: #fff;
  border: 2px solid #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

.gui-focus {
  border-color: var(--brown_dark) !important;
  box-shadow: none !important;
}


.gui-login #gui-form>.gui-block .gui-block-content .gui-input input:focus {
  border-color: var(--brown_dark) !important;
}

.gui-login #gui-form>.gui-block .gui-block-content .gui-field:first-child {
  margin-bottom: 5px
}

.gui-login #gui-form>.gui-block .gui-block-content .gui-field .label {
  display: block;
  margin: 0;
  font-size: 12px;
  opacity: .7;
  font-weight: 600
}

.gui-login a.gui-button-facebook {
  margin: 0;
  height: 55px;
  background: 0 0;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 50px;
  font-size: 16px;
  background: #3c5a99;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  border-radius: 4px
}

.gui-login a.gui-button-facebook:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f082";
  font-size: 22px;
  margin-right: 10px
}

.gui-login a.gui-button-facebook span {
  margin: 0;
  background: 0 0;
  border: none;
  color: inherit;
  padding: 0
}

@media(max-width:767px) {
  .gui-login .gui-form .gui-buttons {
    flex-direction: column-reverse
  }
}

.gui-register .gui-block {
  background: #fff;
  padding: 30px;
  border: 0;
  border-radius: 0px
}

.gui-register .gui-block .gui-block-title {
  background: 0 0;
  border: 0;
  padding: 0 !important;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.3em
}

.gui-register .gui-block .gui-block-title strong {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--black) !important;
}

.gui-register .gui-block .gui-block-content {
  padding: 0 !important
}

.gui-register .gui-block .gui-input {
  border: 0 !important
}

.gui-register .gui-block .gui-input input {
  height: var(--input_height);
  padding: 0 var(--input_padding);
  outline: 0;
  border-radius: 0px;
  font-size: 1em;
  background: #fff;
  border: var(--input_border);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
}

.gui-register .gui-block .gui-select select {
  padding: 0 var(--input_padding);
  border: var(--input_border);
  height: var(--input_height);
}

.gui-input-phone-number .gui-input-phone-number-code-wrapper {
  height: var(--input_height);
}

.gui-input-phone-number .gui-input-phone-number-code-placeholder {
  line-height: 40px !important;
}

.gui-input-phone-number .gui-input-phone-number-code-wrapper img {
  top: 12px;
}

.gui-register .gui-block .gui-radio,
.gui-register .gui-form .gui-checkbox label,
.gui-register .gui-form .gui-radio label {
  font-size: 14px
}

.gui-register .gui-buttons a.gui-button-small {
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  text-align: center;
  border-radius: 4px
}

.gui-register .gui-message {
  margin-top: 7px
}

.gui-form .gui-checkbox label,
.gui-form .gui-radio label {
  position: relative;
  padding-left: 30px !important;
  padding-top: 4px
}

.gui-form .gui-checkbox label:before,
.gui-form .gui-radio label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #eee;
  border-radius: 0px
}

.gui-form .gui-radio label:before {
  border-radius: 50%;
}

.gui-form .gui-checkbox input,
.gui-form .gui-radio input {
  display: none
}

.gui-form .gui-radio input:checked~label:after,
.gui-form .gui-radio input.checked~label:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 100%;
  background: var(--accent);
}

.gui-form .gui-checkbox input:checked~label:after,
.gui-form .gui-checkbox input.checked~label:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--accent) !important
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  color: #fff !important;
  font-weight: 700;
  border-radius: 0px !important;
  background-color: var(--brown_dark) !important;
  border-color: var(--brown_dark) !important;
  padding: 0 var(--btn_padding) !important;
  height: var(--btn_height);
  display: inline-flex !important;
  align-items: center !important;
  text-transform: uppercase;
}

.gui-checkbox label a {
  color: var(--brown_dark) !important;
}

@media(max-width:991px) {
  .gui-register .gui-block .gui-block-title {
    font-size: 1.2em
  }
}

@media(max-width:767px) {
  .gui-register .gui-block .gui-block-title {
    font-size: 1em;
    margin-bottom: 10px
  }
}

/* End account */

/* Custom checkout summary */
.gui-checkout .order-summary .gui-table,
.gui-checkout .order-summary .gui-cart-sum {
  display: none !important;
}

.custom-checkout-table {
  width: 100%;
  font-size: 13px;
}

.custom-checkout-table a {
  color: #000 !important;
  font-weight: bold;
}

.custom-checkout-summary tr th,
.custom-checkout-table tr td {
  padding: 10px;
}

.custom-checkout-summary tr th {
  font-weight: bold;
  color: #000;
  background: #fff;
}

.custom-checkout-table tr td {
  border-bottom: 1px solid #eee;
}

.custom-checkout-summary tr th:not(:first-child),
.custom-checkout-summary tr td:not(:first-child),
.custom-checkout-totals tr td {
  text-align: right;
}

.custom-checkout-totals tr:first-child td {
  padding-top: 20px;
}

.custom-checkout-totals tr td:first-child {
  font-weight: bold;
  color: #000;
}

.custom-checkout-totals tr.grand-total td {
  font-size: 16px;
  padding: 15px 10px;
}

.custom-checkout-totals tr.grand-total td:first-child {
  color: var(--brown_dark);
}

/* End custom checkout summary */

/* Custom checkout */
.gui-payment-method-service .gui-payment-method-icon {
  opacity: 0;
  background: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .07);
}

body .gui-payment-method-service .gui-payment-method-icon,
body .gui-payment-method-compact .gui-payment-method-service .gui-payment-method-icon {
  height: 32px;
  width: auto;
}

.gui-payment-method-service .gui-payment-method-icon.updated {
  opacity: 1;
}

.gui-form .gui-radio label,
.gui-form .gui-checkbox label {
  position: relative;
  padding-left: 30px !important;
  padding-top: 4px;
}

.gui-form .gui-radio label:before,
.gui-form .gui-checkbox label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, .07);
}

.gui-checkout-one-step .gui-form .step-review .gui-field .gui-checkbox label[for="gui-form-terms"] {
  font-weight: bold;
}

.gui-form .gui-checkbox label:before {
  border-radius: 0;
}

.gui-form .gui-radio input,
.gui-form .gui-checkbox input {
  display: none;
}

.gui-form .gui-radio input:checked~label:after,
.gui-form .gui-radio input.checked~label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--accent);
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 100%;
}

.gui-form .gui-checkbox input:checked~label:after,
.gui-form .gui-checkbox input.checked~label:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  color: #EB9B23;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  background-color: var(--accent);
  width: 12px;
  height: 12px;
}

body .gui-checkout-one-step .gui-payment-method-service>label {
  padding: 15px;
  background: #fff;
  border-radius: 0px;
  margin: 0;
  margin-bottom: 10px;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .gui-checkout-one-step .gui-payment-method-service>label .gui-payment-method-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}

body .gui-checkout-one-step .gui-payment-method-service>label .gui-payment-method-price {
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

body .gui-checkout-one-step .gui-payment-method-service>label .gui-payment-method-name {
  height: auto;
}

body .gui-checkout-one-step .gui-payment-provider-pickup .gui-payment-methods {
  margin-left: 0;
  margin-top: 15px;
}

body .gui-checkout-one-step .gui-payment-method-service.gui-is-selected>label {
  border: 2px solid var(--accent);
}

body .gui-checkout-one-step .gui-payment-method-service>label input {
  display: none;
}

body .gui-checkout-one-step .gui-payment-provider-title {
  font-size: 1.5em;
  font-weight: bold;
}

.gui-checkout .gui-form a.gui-button-small {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.gui-checkout-one-step .gui-block {
  padding: 7%;
  border-radius: 0px;
}

.gui-checkout-one-step .gui-block,
.gui-checkout-one-step .gui-block {
  background: rgba(0, 0, 0, 0.03);
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  background-color: #ffffff !important;
  border: 1px solid #cccccc !important;
}

.gui-block-subtitle,
.gui-content-subtitle {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.gui-block-subtitle a {
  font-size: 12px;
  line-height: 2em;
  text-transform: none;
  font-weight: 600;
  color: #000 !important;
}

.gui-form .gui-checkout-steps {
  margin: -15px;
}

.gui-checkout-one-step .gui-checkout-steps {
  width: auto !important;
}

.gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col1,
.gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col2,
.gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col3 {
  width: 33.3333% !important;
  padding: 15px !important;
  margin: 0 !important;
}

.gui-form .gui-field>label {
  font-size: .9em;
}

.gui-checkout #gui-block-review .gui-product-image {
  display: block !important;
  border: none;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 15px;
}

.order-summary .gui-table tbody tr td:first-child {
  padding-left: 0;
}

.order-summary .gui-table tbody tr td:last-child {
  padding-right: 0;
  color: #404040;
}

.order-summary .gui-table thead {
  display: none;
}

.order-summary .gui-table tbody tr td {
  font-size: 14px;
}

.gui-cart-sum .gui-item .gui-desc {
  font-size: 12px;
  text-align: left !important;
}

.gui-cart-sum .gui-line {
  background: #eee !important;
}

body .gui-table tbody tr:last-child td {
  border-color: #eee;
}

body .gui-checkout .gui-confirm-buttons a.gui-button-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  padding: 0px 40px;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  border-radius: 0px;
  /*   text-transform: uppercase; */
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  outline: none;
  width: 100%;
}

input#gui-form-discount_code {
  font-size: 1em;
}

.gui-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent !important;
  padding: 0px 10px !important;
  border-radius: 0 !important;
}

body .gui-select {
  background: #fff !important;
  color: #000;
  font-size: 13px;
  position: relative;
  z-index: 0;
  border-radius: 0px;
  overflow: hidden;
}

body .gui-select:after {
  font-family: fontawesome;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  z-index: -1;
  font-size: .9em;
}

.gui-form .gui-radio input {
  margin: 0;
  margin-right: 10px;
}

.gui-checkout .gui-form .gui-input,
.gui-checkout .gui-form .gui-text,
body .gui-select {
  border: none !important;
}

.gui-select select {
  height: 40px !important;
  -webkit-appearance: none;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.gui-checkout .gui-form input[type="text"],
.gui-checkout .gui-form input[type="email"],
.gui-checkout .gui-form input[type="password"],
.gui-input-phone-number #gui-form-details-phone-number,
.gui-checkout .gui-form textarea {
  height: 40px;
  padding: 0px 15px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 0px;
  font-size: 13px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.gui-input-phone-number .gui-input-phone-number-code-wrapper {
  height: 40px;
}

.gui-input-phone-number .gui-input-phone-number-code-placeholder {
  line-height: 30px !important;
}

.gui-input-phone-number .gui-input-phone-number-code-flag {
  top: 6px !important;
  left: 6px !important;
}

.gui-checkout .gui-form textarea {
  padding: 13px 20px;
  max-width: 100%;
  min-height: 100px;
}

.gui-checkout .gui-form input::-webkit-input-placeholder,
.gui-checkout .gui-form textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
}

.gui-checkout .gui-form input:-moz-placeholder,
.gui-checkout .gui-form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.gui-checkout .gui-form input::-moz-placeholder,
.gui-checkout .gui-form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.gui-checkout .gui-form input:-ms-input-placeholder,
.gui-checkout .gui-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
}

.gui-checkout .gui-form input::-ms-input-placeholder,
.gui-checkout .gui-form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
}

body .gui-input.gui-focus,
body .gui-text.gui-focus,
.gui-input input:focus,
.gui-text textarea:focus {
  border: 1px solid rgba(0, 0, 0, .07) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

body .gui-select.gui-focus {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.gui-checkout .gui-progressbar {
  display: none;
}

.checkout-title {
  font-size: 2em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}

.status-bar.checkout {
  margin-bottom: 30px;
  margin-top: 30px;
}

.status-bar.checkout.checkout-page {
  margin-bottom: 30px;
  margin-top: 30px;
}

.status-bar.checkout .bar {
  height: 5px;
  background: rgba(0, 0, 0, 0.03);
  margin: 0px 50px;
  position: relative;
  margin-bottom: 30px;
}

.status-bar.checkout .bar .dot {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 20px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
  color: rgba(0, 0, 0, 0.07);
}

.status-bar.checkout .bar .dot:nth-child(1) {
  left: 0;
}

.status-bar.checkout .bar .dot:nth-child(2) {
  left: 33.3333%;
}

.status-bar.checkout .bar .dot:nth-child(3) {
  left: 66.6666%;
}

.status-bar.checkout .bar .dot:nth-child(4) {
  left: 100%;
}

.status-bar.checkout .bar .active-bar {
  float: left;
  width: 0;
  height: 5px;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  background: #FF9900;
}

.status-bar.checkout .bar .active-bar.done-2 {
  width: 33.3333%;
}

.status-bar.checkout .bar .active-bar.done-3 {
  width: 66.6666%;
}

.status-bar.checkout .bar .active-bar.done-4,
.status-bar.checkout .bar .active-bar.done-all {
  width: 100%;
}

.status-bar.checkout ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.status-bar.checkout ul li {
  width: 100px;
  text-align: center;
  opacity: .7;
  font-size: .95em;
}

.status-bar.checkout ul li.active {
  opacity: 1;
}

.status-bar.checkout ul li.done {
  opacity: 1;
}

.status-bar.checkout .bar .active-bar {
  background: var(--accent);
}

.status-bar.checkout .bar .dot.active {
  border-color: var(--accent);
  color: var(--accent);
}

.status-bar.checkout .bar .dot.done {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.status-bar ul li.done {
  color: var(--accent);
}

.gui-section-deposit .deposit {
  margin-top: 10px;
}

.gui-section-deposit .ui.checkbox input:checked~label,
.gui-section-deposit .ui.checkbox input.checked~label,
.gui-section-deposit .ui.checkbox label:hover,
.gui-section-deposit .ui.checkbox+label:hover {
  color: var(--body) !important;
}

.gui-section-deposit .deposit .title {
  font-weight: bold;
}

.gui-section-deposit .deposit .subtitle {
  font-size: 90%;
  opacity: .7;
  margin-top: 5px;
  line-height: 1.7em;
}

@media (max-width: 991px) {

  /* Custom checkout */
  .gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col1,
  .gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col2,
  .gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col3 {
    width: 100% !important;
  }

  /* End custom checkout */
}

/* End custom checkout */

/* SHOP THE LOOK */

.sm-looks .sm-inner-look:not(:last-child) {
  padding-bottom: 50px;
}

.sm-looks .sm-content .sm-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.sm-look img {
  width: 100%;
}

.sm-look .look-image {
  position: relative;
}

.sm-look .dot {
  position: absolute;
  background: rgba(255, 255, 255, .7);
  background: var(--accent);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  cursor: pointer;
  transform: scale(0);
  transition: all .3s ease-in-out;
}

.sm-look.done-loading .dot {
  transform: scale(1);
}

.sm-look .dot:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-color: var(--accent);
  opacity: 0.7;
  left: -2px;
  top: -2px;
}

.sm-look .dot .hover-label {
  position: absolute;
  color: #000;
  top: 50%;
  transform: translate(0, -50%);
  left: 100%;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  display: none;
  z-index: 2;
  max-width: 350px;
  min-width: 300px;
}

.sm-look .dot.special .hover-label {
  min-width: 160px;
}

.sm-look .dot:hover .hover-label {
  display: block;
}

.sm-look .dot:hover {
  z-index: 10;
}

.sm-look .dot .hover-label .hover-label-inner {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px 15px;
}

.sm-look .dot .hover-label .image-wrap img {
  width: 60px;
}

.sm-look .dot .hover-label .info {
  margin-left: 15px;
  width: 100%;
}

.sm-look .dot.special .hover-label .info {
  margin-left: 0px;
}

.sm-look .dot .hover-label .info .title {
  font-size: 1.2em;
  letter-spacing: .05em;
}

.sm-look .dot .hover-label .info .price-wrap {
  display: flex;
  align-items: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 5px;
}

.sm-look .dot .hover-label .info .price-wrap .price-old {
  text-decoration: line-through;
  margin-left: 10px;
}

.sm-look .dot .hover-label .info .price-wrap .price-new {
  font-weight: 600;
  color: var(--grey_dark);
  font-size: 1.1em;
}

.sm-look .dot .hover-label .info .text-link {
  margin-top: 10px;
  width: 100%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sm-look .dot.special .hover-label .info .text-link {
  margin-top: 0px;
}

/* END SHOP THE LOOK */
/* Blog */
#blog .highlight-article {
  position: relative;
}

#blog .highlight-article .image-wrap .article-bg {
  height: 600px;
}

#blog .highlight-article .text-wrap {
  max-width: 500px;
  width: 100%;
  position: absolute;
  background: var(--grey_border);
  padding: 30px;
  top: 420px;
}

.blog-article .info {
  margin-bottom: 10px;
}

.blog-article .info .date {
  margin-bottom: 10px;
}

.blog-article .summary .text-link {
  margin-top: 10px;
}

#blog .blog-second-block {
  background: #fff;
  --big-article-height: 500px;
  padding-top: var(--block_spacing);
}

#blog .blog-second-block .blog-second-wrap {
  width: 100%;
}

#blog .blog-second-block .blog-second-wrap .text-link {
  margin-top: 0px;
}

#blog .blog-second-block .blog-second-wrap .article-big {
  width: 60%;
  margin-right: 50px;
}

#blog .blog-second-block .blog-second-wrap .article-big .text-wrap {
  margin-top: 30px;
}

#blog .blog-second-block .blog-second-wrap .article-big .article-bg {
  height: var(--big-article-height);
}

#blog .blog-second-block .blog-second-wrap .articles-small-block {
  flex-grow: 10;
  margin: -10px 0px;
}

#blog .blog-second-block .blog-second-wrap .articles-small-block .article-small {
  padding: 10px 0px;
}

#blog .blog-second-block .blog-second-wrap .articles-small-block .article-small-inner {
  background: var(--grey_border);
  padding: 20px;
}

.blog-articles {
  --articles_spacing: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--articles_spacing) * -1);
}

.blog-articles .blog-article {
  padding: var(--articles_spacing);
}

.blog-article .image-wrap .image,
#blog .full-article .article-image .image {
  display: block;
  border-radius: var(--border_radius);
  overflow: hidden;
}

/* .blog-article .image-wrap .image:after,
#blog .full-article .article-image .image:after {
	content:'';
  display:block;
  padding-top:60%;
} */

.blog-article .info,
.blog-article .info .summary {
  margin-top: var(--articles_spacing);
}

.blog-article .info .title {
  color: var(--black);
  font-size: var(--font_h3);
}

.blog-article .info .date,
#blog .full-article .date {
  display: flex;
  align-items: center;
}

.blog-article .info .date i,
#blog .full-article .date i {
  font-size: 1.2em;
  margin-right: 5px;
}

#blog .blog-spinner {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  #blog .highlight-article .text-wrap {
    top: 400px;
  }

  #blog .blog-second-block .blog-second-wrap .article-big {
    margin-right: 35px;
  }
}

@media (max-width: 991px) {
  #blog .highlight-article .image-wrap .article-bg {
    height: 400px;
  }

  #blog .highlight-article .text-wrap {
    position: relative;
    top: 0px;
    background: var(--grey_block);
    width: 100%;
    max-width: unset;
    padding: 30px 0px;
  }

  #blog .blog-second-block {
    padding-top: 0px;
  }

  #blog .blog-second-block .blog-second-wrap .article-big {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 40px;
  }

  #blog .blog-second-block .blog-second-wrap .article-big .text-wrap {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  #blog .highlight-article .image-wrap .article-bg {
    height: 350px;
  }

  #blog .blog-second-block {
    --big-article-height: 350px;
  }

  #blog .regular-block .blog-article .summary .text-link {
    margin-top: 0px;
  }
}

/* Service */
#contact-popup {
  display: none;
  width: 100%;
  max-width: 500px;
  background: var(--grey_block);
}

#page-template-01-new .collection__form--wrap {
  width: 100%;
  max-width: 500px;
  margin: 42px auto;
}

#contact-popup .standard-input,
#page-template-01-new .standard-input {
  width: 100%;
  margin-bottom: 10px;
  height: 50px;
  padding: 15px;
}

#contact-popup textarea.standard-input,
#page-template-01-new textarea.standard-input {
  height: 150px;
}

#contact-popup .title {
  font-size: var(--font_h4);
  margin-bottom: 30px;
}

#service-page {
  --top_content_height: 460px;
  overflow: hidden;
  background-color: var(--block_sand);
  padding-bottom: 80px;
}

#service-page .top-content .service-image {
  height: var(--top_content_height);
}

#service-page .service-image .image {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  height: 100%;
}

#service-page .general-content {
  padding-top: 20px;
}

#service-page .service-blocks-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  margin: -20px
}

#service-page .service-blocks-wrap .service-block-wrap {
  width: calc(100%/3);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

@media(max-width: 767px) { 
  #service-page .service-blocks-wrap .service-block-wrap:nth-of-type(2) {
    order: -1;
  }
}

#service-page .service-blocks-wrap .service-title.title-font {
  font-size: 1.125em;
  margin-bottom: 5px;
}

#service-page .service-blocks-wrap .service-block-wrap:first-child .inner-wrap {
  /* background: var(--accent); */
  background-color: #fff;
  color: #000;
}

#service-page .service-blocks-wrap .service-block-wrap:nth-child(2) .inner-wrap {
  background: var(--brown_light);
  background: #bba66933;
}

#service-page .service-blocks-wrap .service-block-wrap .inner-wrap {
  padding: 40px;
  background: #fff;
  width: 100%
}

#service-page .service-blocks-wrap .service-block-wrap:first-child ul li {
  color: #000;
}

#service-page .service-blocks-wrap .service-block-wrap ul li {
  color: var(--body);
}

#service-page .service-blocks-wrap .service-block-wrap .showroom {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--grey_border);
}

#service-page .service-blocks-wrap .service-block-wrap .showroom .adress {
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 1em;
}

#service-page .service-blocks-wrap .service-block-wrap .showroom .openingshours {
  padding-top: 0px;
  font-size: 1em;
}

#service-page .service-blocks-wrap .service-block-wrap .showroom .openingshours span {
  font-weight: 700;
  margin-right: 5px;
}

#service-page .service-blocks-wrap .service-block-wrap .contact-wrap {
  margin-top: calc(var(--block_spacing)/4);
}

#service-page .service-blocks-wrap .service-block-wrap .contact-wrap ul li:not(:last-child) {
  margin-bottom: 10px;
}

#service-page .service-blocks-wrap .service-block-wrap .contact-wrap ul li a {
  display: flex;
  align-items: center;
  font-weight: bold;
}

#service-page .service-blocks-wrap .service-block-wrap .contact-wrap ul li a i {
  font-size: 1.4em;
  margin-right: 10px;
}


#service-page .service-blocks-wrap .service-block-wrap ul li a:hover {
  color: var(--accent_2)
}

#service-page .service-blocks-wrap .service-block-wrap .inner-wrap.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

#service-page .service-blocks-wrap .service-block-wrap .inner-wrap.bg-image .overlay {
  background-color: rgba(0, 0, 0, .4);
  padding: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#service-page .service-blocks-wrap .service-block-wrap:not(:last-child) .title {
  color: #000;
}

#service-page .service-blocks-wrap .service-block-wrap .title {
  font-size: var(--font_h3);
}

#service-page .service-blocks-wrap .service-block-wrap .title-wrap {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#service-page .service-blocks-wrap .service-block-wrap ul li {
  font-size: 1em
}

#service-page .service-blocks-wrap .service-block-wrap .service-col ul li:hover {
  color: var(--brown_dark) !important;
}

#service-page .service-blocks-wrap .service-block-wrap .service-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

#service-page .service-blocks-wrap .service-block-wrap .service-col.help ul li {
  color: #000;

}

#service-page .service-blocks-wrap .service-block-wrap .service-col.account .content-wrap {
  margin-top: 50px;
}

#service-page .service-blocks-wrap .service-block-wrap .service-col.account .btn-wrap .btn {
  margin-top: 20px
}

#service-page .service-headline {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#service-page .service-headline .inner {
  min-height: 400px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#service-page .service-headline .title-featured {
  margin-bottom: 0px;
}

#service-page .faq-wrap .service-block .question-answer {
  display: none
}

#service-page .faq-wrap .service-block .question-title {
  color: var(--grey_dark);
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid rgb(224, 184, 170, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

#service-page .faq-wrap .service-block .question-wrap.active .question-title {
  color: var(--black);
  border: 0
}

#service-page .faq-wrap .service-block .question-title .plusmin {
  width: 12px;
  height: 12px;
  position: relative;
}

#service-page .faq-wrap .service-block .question-title .plusmin:before,
#service-page .faq-wrap .service-block .question-title .plusmin:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: var(--brown_dark);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform .2s ease-in-out;
}

#service-page .faq-wrap .service-block .question-title .plusmin:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#service-page .faq-wrap .service-block .question-wrap.active .question-title .plusmin:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

#service-page .faq-wrap .service-block .question-wrap.active .question-title i {
  color: var(--accent);
}

#service-page .faq-wrap .service-block .question-wrap .question-answer {
  background-color: var(--grey_border);
  padding: 20px;
  line-height: 2em;
  color: #333;
}

#service-page .faq-wrap .service-block .question-wrap .question-answer p {
  margin: 0
}

#service-page .faq-wrap .service-block .title-wrap .title {
  margin-bottom: 15px;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 600;
  color: var(--black);
  font-size: 1.2em;
}

#service-page .content-wrap i {
  font-size: 15px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin-left: 15px;
  color: var(--accent);
}

#service-page .faq-wrap .service-block {
  width: 50%;
  padding: 25px
}

#service-page .content-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -25px;
  width: 100%;
}

/* #service-page .faq-wrap.sm-test .content-row {
  display: block;
}
#service-page .faq-wrap.sm-test .service-block {
  float: left;
} */
#service-page .content-row .content-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-left: 0;
}

#service-page .faq-wrap .content-col .service-block {
  width: 100%;
}

#service-page .faq-wrap .question-wrap .question-title i {
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

#service-page .faq-wrap .question-wrap.active .question-title i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (max-width:1199px) {
  #service-page {
    --top_content_height: 400px;
  }

  #service-page .service-blocks-wrap .service-block-wrap.service-block-3 {
    width: 100%
  }

  #service-page .service-blocks-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    margin: -15px
  }

  #service-page .service-blocks-wrap .service-block-wrap {
    width: 50%;
    padding: 15px
  }

  #service-page .service-blocks-wrap .service-block-wrap .inner-wrap.bg-image {
    width: 100%
  }

  #service-page .faq-wrap .service-block {
    width: 100%;
    margin: 0;
  }

  #service-page .content-row .content-col {
    width: 100%;
  }

  #service-page .faq-wrap .service-block .title-wrap .title {
    margin-bottom: 5px
  }

  #service-page .content-row {
    width: unset;
  }

  #service-page .service-blocks-wrap .service-block-wrap .service-col.account .content-wrap {
    margin-top: 35px;
  }
}

@media (max-width:991px) {
  #service-page {
    --top_content_height: 360px;
  }

  #service-page .service-headline .inner {
    min-height: 200px;
  }

  #service-page .service-blocks-wrap .service-block-wrap .inner-wrap {
    padding: 30px
  }

  #service-page .service-blocks-wrap .service-block-wrap .inner-wrap.bg-image .overlay {
    padding: 30px;
  }

  #service-page .service-blocks-wrap {
    margin: -10px;
    padding-top: 30px
  }

  #service-page .service-blocks-wrap .service-block-wrap {
    width: 50%
  }

  #service-page .faq-wrap .service-block {
    margin: 0
  }

  #service-page .faq-wrap .service-block .title-wrap .title {
    margin-bottom: 5px
  }
}

@media (max-width:767px) {
  #service-page {
    --top_content_height: 320px;
  }

  #service-page .service-blocks-wrap .service-block-wrap {
    width: 100%;
  }

  #service-page .service-blocks-wrap {
    padding-top: 25px;
    margin: -15px;
  }

  #service-page .faq-wrap .service-block {
    margin: 0;
  }

  #service-page .service-blocks-wrap .service-block-wrap {
    padding: 15px;
  }

  #service-page .faq-wrap .service-block .title-wrap .title {
    margin-bottom: 5px;
  }

  #service-page .service-blocks-wrap .service-block-wrap .service-col.account .content-wrap {
    margin-top: 25px;
  }

  #service-page .faq-wrap .service-block .question-title {
    font-size: 1em;
  }

  #service-page .faq-wrap .service-block .question-title .plusmin {
    padding-left: 10px;
  }
}

/* End service */

/* Collection  */
#collection .categories-wrap .categories-block:not(:last-child) {
  padding-bottom: var(--block_spacing);
}

#collection {
  --price_filter_width: calc(var(--sidebar_width)- var(--sidebar_padding));
  --filterwrap_margin: 30px;
  --filtertitle_margin: 10px;
  --btn_toggle_icon: 1.2em;
  --btn_toggle_icon_margin: 5px;
  overflow: hidden
}

#collection .page-wrap {
  display: flex;
  flex-direction: column;
}

#collection .main-col {
  min-width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

#collection .collection-content.top .dropdowns .sort-block:not(:last-child),
#collection .dropdowns .sort-block:not(:last-child) {
  margin-bottom: 12px;
}

#collection .collection-content.top {
  /* padding-bottom: calc(var(--block_spacing) / 2); */
}

#collection .collection-content.top .title-wrap {
  padding-bottom: calc(var(--block_spacing) / 2);
}

#collection .collection-content.top .text-wrap {
  background: var(--grey_border);
  position: relative;
  padding: calc(var(--block_spacing) / 2) 0;
}

#collection .collection-content.top .text-wrap:after {
  content: '';
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--grey_border);
  position: absolute;
  right: 100%;
}

#collection .collection-content.top .text-wrap:before {
  content: '';
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--grey_border);
  position: absolute;
  left: 100%;
}

#collection .collection-content.top .text-wrap .title {
  font-size: 1.4em;
  margin-bottom: 15px;
}

#collection .collection-content.top .text-wrap .general-content .text-link {
  color: var(--brown_dark);
}

.catalog-content.top {
  margin-bottom: calc(var(--block_spacing) / 2);
}

.catalog-content.bottom {
  margin-top: calc(var(--block_spacing) / 2);
}

#collection .collection-sort.bottom {
  padding-top: calc(var(--block_spacing) / 2);
}

#collection .collection-sort.bottom .custom-pager {
  padding-bottom: calc(var(--block_spacing) / 2);
}

#collection .sort-block.pagination {
  display: flex;
  align-items: center;
}

#collection .sort-block.pagination .per-page {
  margin-right: 10px;
}

#collection .custom-pager,
#collection .custom-pager .right {
  display: flex;
  align-items: center;
}

#collection .custom-pager .left {
  margin-right: 20px;
}

#collection .custom-pager ul li a {
  padding: 0 5px;
  color: var(--body);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 5px;
  text-align: center;
}

#collection .custom-pager ul li.disabled a {
  color: var(--disable);
}

#collection .custom-pager ul li.active a {
  color: var(--brown_dark);
}

#collection .no-products .general-content {
  max-width: 900px;
  text-align: center;
  width: 100%;
}

#collection .no-products .btn-wrap {
  margin-top: 20px;
}

#collection .no-products .btn-wrap a:not(:last-child) {
  margin-bottom: 10px;
}

.top-filters {
  padding-bottom: calc(var(--block_spacing) / 2);
}

.top-filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-filters>ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.top-filters>ul>li {
  padding: 10px;
}

.top-filters>ul>li.dontshow {
  display: none;
}

.top-filters>ul>li .inner {
  position: relative;
}

.top-filters .filter-title {
  display: flex;
  width: 300px;
  padding: 10px;
  background: #f7f6f2;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  font-weight: bold;
  width: 300px;
}

.top-filters .filter-title.active {
  color: var(--accent);
}

.top-filters .filter-title i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.top-filters li.active .filter-title i {
  background: #f4f1e8;
  color: #000;
}

.top-filters .stock-item.active .filter-title i {
  background: #f5f3f0;
}

.top-filters .filter-title .active-items {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f1e8;
  color: #000;
  font-weight: bold;
}

.top-filters ul .items {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  background: #fff;
  width: 100%;
  padding: 20px;
  margin-top: 5px;
  display: none;
}

.top-filters ul li.active .items {
  display: block;
}

.top-filters ul .items label {
  margin: 0;
  z-index: 4;
}

@media (min-width: 768px) {
  #collection .no-products .btn-wrap a:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  #collection .title-featured {
    margin-bottom: 0px;
  }

  #collection .collection-content.top .title-wrap .spacer,
  #collection .collection-content.top .title-wrap .title-featured,
  #collection .collection-content.top .title-wrap .sort {
    flex: 1;
  }

  #collection .collection-content.top .text-wrap .title,
  #collection .collection-content.top .text-wrap .general-content {
    max-width: 900px;
    width: 100%;
  }

  #collection .collection-content.top .text-wrap .general-content {
    margin: 0 auto;
  }

  #collection .collection-content.top .text-wrap .title {
    margin: 0 auto 15px auto;
  }
}

@media (min-width: 1200px) {
  #collection .title-wrap {
    /* margin-bottom: calc(var(--block_spacing) / 2); */
  }

  #collection .collection-content.top .text-wrap .title {
    font-size: 1.6em;
  }

  #collection .collection-content.top .dropdowns .sort-block:not(:last-child),
  #collection .dropdowns .sort-block:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 12px;
  }

  /* #collection .collection-content.top .title-wrap {
    padding-bottom: 0px;
  } */
  #collection .collection-sort.bottom .general-content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
}

/* End collection */

/* Products */
/* Products */
.products {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.products .product {
  padding: 10px;
}

.products {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.products .product {
  padding: 15px;
}

.products .product .inner {
  display: block;
  position: relative;
  z-index: 0;
}

.products .product .option-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in-out;
}

.products .product .option-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products .product.show-option-image .option-image {
  opacity: 1;
  visibility: visible;
}

.products .product .linked-options-images img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.products .product .linked-options-images img.active {
  opacity: 1;
}

.products .product .product-labels .product-label:empty {
  display: none;
}

.products .product .product-labels .product-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  padding: 5px 15px;
}

.products .product .product-title {
  font-size: 1em;
  margin-top: 14px;
  text-transform: uppercase;
  transition: ease all .3s;
}

.products .product .price {
  margin-top: 5px;
  text-transform: uppercase;
  color: var(--brown_dark);
  font-size: 12px;
}

.products .product .info {
  text-align: center;
}

.products .product .info .price {
  justify-content: center;
}

.products .product .price .price-old {
  /* margin-right: 5px; */
  text-decoration: line-through;
}

.products .product .price .price-old:empty {
  display: none;
}

@media (min-width: 1200px) {
  .products .product .product-title {
    font-size: 1em;
  }

  .products .product.small-product .product-title {
    font-size: 1em;
  }
}

/* End products */

/* Collection filters */
.price-filter {
  max-width: var(--price_filter_width);
}

.price-filter a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.collection-filter-price {
  height: 5px;
  border: none;
  margin: 0px;
  padding: 0;
  position: relative;
  width: 100%;
}

.collection-filter-price .ui-slider-range {
  background-color: #fff;
  border: none;
  margin: 0;
  position: absolute;
  height: 5px;
  top: 0;
  z-index: 1;
}

.collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 0;
  top: -5px;
  cursor: col-resize;
  border: none;
  background-color: #fff;
  border: 2px solid var(--accent);
  outline: none;
  z-index: 9;
}

.collection-filter-price .ui-slider-handle:last-child {
  margin-left: -10px;
}

.collection-filter-price:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: var(--grey_border);
}

.price-filter-range {
  margin-top: 10px;
  font-size: .9em;
  display: flex;
  justify-content: space-between;
}

.price-filter-range .min,
.price-filter-range .max {
  display: inline-block;
}

.price-filter-range .min span,
.price-filter-range .max span {
  font-weight: 600;
}

.price-filter-range .max {
  margin-left: 15px;
}

.filter-wrap {
  margin-bottom: var(--filterwrap_margin);
}

.filter-wrap:last-child {
  margin-bottom: 0;
}

.filter-wrap .filter-title {
  margin-bottom: var(--filtertitle_margin);
  color: var(--black);
}

.filter-wrap .filter-items {
  display: flex;
  flex-direction: column;
}

/* End collection filters */

/* Dropdown */
.ui.selection.dropdown {
  height: calc(var(--btn_sm_height) + 5px);
  min-height: unset;
  /*   border: 1px solid var(--brown_light); */
  line-height: calc(var(--btn_sm_height) + 5px);
  border-radius: 0px;
  padding: 0 var(--btn_sm_padding);
  background: #f7f6f2;
}

.ui.selection.dropdown>.dropdown.icon {
  padding: 0;
  margin: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  height: 100%;
  width: calc(var(--btn_sm_height) + 5px);
  background: transparent;
  font-weight: 700;
  font-size: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--accent);
}

.ui.dropdown>.dropdown.icon:before {
  content: "\e9ac";
  font-family: 'boxicons' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui.selection.dropdown:hover,
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown .menu:hover,
.ui.selection.active.dropdown:hover .menu,
.ui.selection.dropdown:focus {
  border-color: var(--accent);
  box-shadow: none;
}

.ui.selection.dropdown .menu {
  width: 100%;
  margin: 0 -1px;
  border-radius: 0;
  max-height: 14em;
}

.ui.dropdown>.text {
  text-transform: uppercase;
}

.ui.selection.dropdown .menu>.item {
  padding: 10px 20px !important;
  line-height: 2em;
  font-size: .8em;
  background: var(--grey_block) !important;
  border-top: 1px solid var(--grey_border) !important;
  text-transform: uppercase;
}

.ui.dropdown .menu .selected.item {
  background: var(--grey_border) !important;
  text-transform: uppercase;
}

.ui.dropdown .menu .active.item {
  font-weight: 400 !important;
}

.ui.dropdown .menu .item .image {
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 100%;
}

/* End dropdown */

/* Checkbox */
.checkbox {
  margin: 0;
}

.ui.checkbox {
  font-size: .9em;
  display: block;
  padding: var(--checkbox_padding);
}

.ui.checkbox .box,
.ui.checkbox label {
  padding-left: 1.8em;
  cursor: pointer;
  font-size: var(--font_base);
  line-height: var(--checkbox_size);
  color: var(--body) !important;
  font-weight: normal;
}

.ui.checkbox input:checked~label,
.ui.checkbox input.checked~label,
.ui.checkbox label:hover,
.ui.checkbox+label:hover {
  color: var(--accent) !important;
}

.ui.checkbox label span {
  font-size: calc(var(--font_base) - 2px);
  color: var(--disable);
}

.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after,
.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after,
.ui.checkbox input.checked~label:after,
.ui.checkbox input.checked~label:after,
.ui.checkbox input.checked~.box:after,
.ui.checkbox input.checked~label:after {
  color: #fff !important;
  width: var(--checkbox_size);
  height: var(--checkbox_size);
  line-height: var(--checkbox_size);
  font-size: var(--checkbox_icon);
}

.ui.checkbox:not(.radio) .box:before,
.ui.checkbox:not(.radio) label:before {
  border-radius: var(--checkbox_border_radius) !important;
}

.ui.checkbox label:before,
.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input.checked:focus~label:before,
.ui.checkbox input.checked:focus~label:before,
.ui.checkbox input:indeterminate:focus~.box:before,
.ui.checkbox input:indeterminate:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before,
.ui.checkbox input.checked~.box:before,
.ui.checkbox input.checked~label:before,
.ui.checkbox input:focus~.box:before,
.ui.checkbox input:focus~label:before {
  border-color: var(--accent) !important;
  width: var(--checkbox_size);
  height: var(--checkbox_size);
  line-height: var(--checkbox_size);
}

.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before,
.ui.checkbox input.checked:focus~.box:before,
.ui.checkbox input.checked:focus~label:before,
.ui.checkbox input.checked~.box:before,
.ui.checkbox input.checked~label:before {
  background: var(--accent);
  border-color: var(--accent) !important;
}

.ui.checkbox .box:hover:before,
.ui.checkbox label:hover:before {
  border-color: var(--accent) !important;
}

/* End checkbox */

/* Custom cookiebar */
.wsa-cookielaw {
  display: none;
}

.cookie-message {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 9999999999;
}

.cookie-message .inner {
  padding: 40px;
  /*   background: var(--accent); */
  background: #c2b8ac;
  color: #fff;
  max-width: 500px;
}

.cookie-message .text .title {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.cookie-message .text .general-content {
  font-size: .9em;
}

.cookie-message a:not(.btn) {
  text-decoration: underline;
  font-weight: bold;
}

.cookie-message .links {
  margin-top: 30px;
}

.cookie-message .links .btn {
  margin-right: 20px;
}

@media(max-width:767px) {

  .cookie-message,
  .cookie-message .inner {
    padding: 20px;
  }

  .cookie-message .links .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .cookie-message .links {
    text-align: center;
  }
}

/* End custom cookiebar */
#page-template-01 {
  --font_h1: 1.7em;
}

#page-template-01 .page-block {
  --block_padding: 100px;
  padding: var(--block_padding);
}

#page-template-01 .page-block .title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

#page-template-01 .page-block .content-wrap {
  max-width: 700px;
}

#page-template-01 .page-block .image-wrap {
  display: flex;
  width: 100%;
}

#page-template-01 .page-block .image-wrap * {
  margin: 0;
}

#page-template-01 .page-block .image-wrap img {
  max-width: 500px;
  height: auto;
}

#page-template-01 .page-block.block-1 .inner,
#page-template-01 .page-block.block-4 .inner,
#page-template-01 .page-block.block-5 .inner {
  display: flex;
  justify-content: center;
  text-align: center;
}

#page-template-01 .page-block.block-1,
#page-template-01 .page-block.block-3,
#page-template-01 .page-block.block-5 {
  background-color: var(--block_sand);
}

#page-template-01 .page-block.block-2,
#page-template-01 .page-block.block-5 {
  background-color: #fff;
}

#page-template-01 .page-block.block-1 {
  position: relative;
}

#page-template-01 .page-block.block-1 .title {
  font-size: 1.5em;
  margin-bottom: 20px;
}

#page-template-01 .page-block.block-2 .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#page-template-01 .page-block.block-2 .inner .image-wrap {
  justify-content: flex-end;
}

#page-template-01 .page-block.block-3 .inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

#page-template-01 .page-block.block-4 {
  position: relative;
}

#page-template-01 .page-block.block-4 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

#page-template-01 .page-block.block-4 .overlay:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
}

#page-template-01 .page-block.block-4 .overlay * {
  margin: 0;
}

#page-template-01 .page-block.block-4 .overlay img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  object-fit: cover;
  z-index: -1;
}

#page-template-01 .page-block.block-4 .content-wrap {
  z-index: 1;
  color: #fff;
}

#page-template-01 .page-block.block-4 .link {
  display: inline-flex;
  align-items: center;
  color: var(--brown_dark);
  margin-top: 20px;
}

#page-template-01 .page-block.block-4 .link * {
  margin: 0;
}

#page-template-01 .page-block.block-4 .link a {
  color: var(--brown_dark);
  font-weight: bold;
}

#page-template-01 .page-block.block-4 .link i {
  margin-left: 3px;
  font-size: 1.3em;
}

#page-template-01 .page-block.block-5 .image-wrap {
  justify-content: center;
  margin-bottom: 20px;
}

#page-template-01 .page-block.block-1 {
  z-index: 2
}

#page-template-01 .page-block.block-2 {
  z-index: 1
}

#page-template-01 .arrow {
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translateY(50%);
}

#page-template-01 .arrow.arrow-2 {
  left: 30%;
}

@media (max-width: 1199px) {
  #page-template-01 {
    --font_h1: 1.5em;
  }

  #page-template-01 .page-block {
    --block_padding: 80px;
  }

  #page-template-01 .page-block .inner,
  #page-template-01 .page-block.block-1 .inner,
  #page-template-01 .page-block.block-2 .inner,
  #page-template-01 .page-block.block-3 .inner,
  #page-template-01 .page-block.block-4 .inner,
  #page-template-01 .page-block.block-5 .inner {
    flex-direction: column;
  }

  #page-template-01 .page-block .content-wrap {
    max-width: unset;
  }

  #page-template-01 .page-block .image-wrap,
  #page-template-01 .page-block.block-2 .inner .image-wrap {
    justify-content: center;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  #page-template-01 .page-block {
    --block_padding: 70px 10px;
  }
}

@media (max-width: 767px) {
  #page-template-01 {
    --font_h1: 1.4em;
  }

  #page-template-01 .page-block {
    --block_padding: 50px 0px;
  }

  #page-template-01 .page-block .image-wrap img {
    max-width: unset;
  }

  #page-template-01 .arrow {
    display: none;
  }
}

/* Custom Showroom pages */
#service-page .page-block-top {
  --block_padding: 100px;
  padding: var(--block_padding);
}

#service-page .page-block-top .title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

#service-page .page-block-top .content-wrap {
  max-width: 850px;
}

#service-page .page-block-top .image-wrap {
  display: flex;
  width: 100%;
}

#service-page .page-block-top .image-wrap * {
  margin: 0;
}

#service-page .page-block-top .image-wrap img {
  max-width: 500px;
  height: auto;
}

#service-page .page-block-top .inner {
  display: flex;
  justify-content: center;
  text-align: center;
}

#service-page .maps-google {
  margin-top: 40px;
}

#service-page.custom-showroom .page-block-top {
  padding-bottom: 30px;
}

#service-page.custom-showroom .service-blocks-wrap {
  padding-top: 0px;
}

#service-page.custom-showroom .service-blocks-wrap .content-wrap h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
}

#service-page.custom-showroom .service-blocks-wrap .content-wrap p {}

#service-page.custom-showroom .service-blocks-wrap .service-block-wrap .service-col.account .content-wrap {
  margin-top: 0px;
}

#service-page.custom-showroom .service-blocks-wrap table {
  width: 100%;
}

#service-page.custom-showroom .service-blocks-wrap table tr td {
  padding: 12px 0px;
  /* color: #fff; */
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#service-page.custom-showroom .service-blocks-wrap table tr:first-child td {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

/* #service-page.custom-showroom .service-blocks-wrap table tr:nth-child(odd) td {
	background: rgb(247 247 247 / 20%);
} */

/* #service-page.custom-showroom .service-blocks-wrap table tr td:first-child {
	font-weight: bold;
} */

#service-page.custom-showroom .service-blocks-wrap table tr td:last-child {
  text-align: right;
  font-weight: 600;
}

#service-page.custom-showroom .service-blocks-wrap .opening-times {
  margin-top: calc(var(--block_spacing)/4);
  border-top: 1px solid #eee;
  padding-top: calc(var(--block_spacing) / 4);
}

#service-page.custom-showroom .service-blocks-wrap .opening-times h3 {
  margin-bottom: 16px;
}

#service-page.custom-showroom .service-blocks-wrap table.dark tr td {
  border-color: #eee;
  color: #000;
}

#service-page .service-blocks-wrap .service-block-wrap:nth-child(2) .inner-wrap .title {
  color: #bba669;
}

@media(max-width:767px) {
  #service-page .page-block-top {
    --block_padding: 50px 20px;
  }
}


#service-page .service-blocks-wrap .service-block-wrap .opening-times,
#service-page .service-blocks-wrap .service-block-wrap .contact-wrap,
#service-page .service-blocks-wrap .service-block-wrap .title-wrap{
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

#service-page .service-blocks-wrap .service-block-wrap .btn-wrap{
  margin-top: 25px;
}

#service-page .service-blocks-wrap .service-block-wrap .inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 100%;
}

#service-page .service-blocks-wrap .service-block-wrap:last-of-type ul li{
  /* color: white; */
  font-weight: 500;
}

#service-page  .service-blocks-wrap table {
	width: 100%;
}

#service-page  .service-blocks-wrap table tr td {
	padding: 13px 0px;
  color: black;
  border-bottom:1px solid rgba(0,0,0,0.1);
}

#service-page  .service-blocks-wrap  table tr:first-child td {
  border-top:1px solid rgba(0,0,0,0.1);
}

#service-page .service-blocks-wrap .service-block-wrap .contact-wrap ul li a,
#service-page .service-blocks-wrap .service-title.title-font{
  font-weight: 500;
}

#service-page .service-blocks-wrap .service-block-wrap .contact-wrap ul li a:hover {
  color: var(--accent);
}

#service-page .service-blocks-wrap .service-block-wrap{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#service-page .service-blocks-wrap .service-title{
  display: flex;
  align-items: center;
  gap: 4px;
}

#service-page .service-blocks-wrap .status-indicator{
  width: 8px;
  height: 8px;
  background: #c6c1b9;
  border-radius: 50%;
}

#service-page .service-blocks-wrap .status-indicator {
  box-shadow: 0 0 4px 1px currentColor;
  -webkit-box-shadow: 0 0 4px 1px currentColor;
  -moz-box-shadow: 0 0 4px 1px currentColor;
  
  animation: pulse-shadow 2s infinite ease-in-out;
  color: var(--green);
}

#service-page .service-blocks-wrap .status-indicator.online {
  background: var(--green);
  color: var(--green);
}

#service-page .service-blocks-wrap .status-indicator.offline {
  background: var(--red);
  color: var(--red);
}

@keyframes pulse-shadow {
  0%, 100% {
    box-shadow: 0 0 4px 1px currentColor;
    -webkit-box-shadow: 0 0 4px 1px currentColor;
    -moz-box-shadow: 0 0 4px 1px currentColor;
  }
  50% {
    box-shadow: 0 0 6px 1px currentColor;
    -webkit-box-shadow: 0 0 6px 1px currentColor;
    -moz-box-shadow: 0 0 6px 1px currentColor;
  }
}

@media(max-width: 1200px) {
  #service-page .service-blocks-wrap .service-block-wrap:last-of-type {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
  }
  
  #service-page .service-blocks-wrap .service-block-wrap:last-of-type .inner-wrap{
    height: fit-content;
  }
}

/* Checkout floor/elevator */
.gui-checkout #checkout-delivery-options {
  display: none;
  align-items: center;
  padding-top: 15px;
  margin: -10px;
}

.gui-checkout #checkout-delivery-options .field-wrap {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.gui-checkout #checkout-delivery-options .field-wrap label {
  font-weight: 500;
  padding-bottom: 5px;
}

.gui-checkout #checkout-delivery-options .field-wrap input {
  border: 1px solid var(--brown_light);
}

.gui-checkout #checkout-delivery-options .field-wrap input.error,
.gui-checkout #checkout-delivery-options .field-wrap .custom-select.error {
  border-color: var(--red);
}

.gui-checkout #checkout-delivery-options .field-wrap select {
  opacity: 0;
  height: 50px;
}

.gui-checkout #checkout-delivery-options .field-wrap .custom-select {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
}

.gui-checkout #checkout-delivery-options .field-wrap.floor {
  width: calc(100% - 66%);
}

.gui-checkout #checkout-delivery-options .field-wrap.elevator {
  width: calc(100% - 33%);
}

.gui-checkout .gui-confirm-buttons a.gui-button-action.error {
  background-color: var(--red) !important;
}

.gui-checkout .gui-confirm-buttons a.complete-order {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1em;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  outline: none;
  width: 100%;
  color: #fff !important;
  font-weight: 700;
  background-color: var(--brown_dark) !important;
  border-color: var(--brown_dark) !important;
  padding: 0 var(--btn_padding) !important;
  height: 50px;
  text-transform: uppercase;
}

/* Headline dynamic text alignment */
.home-headlines__headline .content,
.headline .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-headlines__headline .content .inner,
.headline .content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  height: 100%;
}

.home-headlines__headline .content .inner.horizontal-left,
.headline .content .inner.horizontal-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-headlines__headline .content .inner.horizontal-middle,
.headline .content .inner.horizontal-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-headlines__headline .content .inner.horizontal-right,
.headline .content .inner.horizontal-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-headlines__headline .content .inner.vertical-top,
.headline .content .inner.vertical-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-headlines__headline .content .inner.vertical-middle,
.headline .content .inner.vertical-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-headlines__headline .content .inner.vertical-bottom,
.headline .content .inner.vertical-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media(min-width: 992px) {

  .home-headlines__headline .content,
  .headline .content {
    padding: 0 var(--block_spacing);
  }

  .home-headlines__headline .content .container,
  .headline .content .container {
    max-width: unset;
  }
}

/* Linked products collection */
.products .product .color-options {
  margin-top: 15px;
  height: 22px;
}

.products .product .color-options .linked-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -3px;
}

.products .product .color-options .linked-options .option {
  opacity: 0;
  transform: translateY(-10px);
  animation: slideDown 0.5s forwards; 
}

/* Keyframes voor naar beneden glijden en verschijnen */
@keyframes slideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Staggered delays voor elk item */
.products .product .color-options .linked-options .option:nth-child(1) {
  animation-delay: 0.1s;
}
.products .product .color-options .linked-options .option:nth-child(2) {
  animation-delay: 0.2s;
}
.products .product .color-options .linked-options .option:nth-child(3) {
  animation-delay: 0.3s;
}
.products .product .color-options .linked-options .option:nth-child(4) {
  animation-delay: 0.4s;
}
.products .product .color-options .linked-options .option:nth-child(5) {
  animation-delay: 0.5s;
}

.products .product .color-options .linked-options .option {
  padding: 3px;
  max-width: 22px;
  min-width: 22px;
  min-height: 22px;
  max-height: 22px;
}

.products .product .color-options .linked-options .option .image-wrap {
  overflow: hidden;
  border-radius: 100%;
  transition: .15s all ease-in-out;
}

.products .product .color-options .linked-options .option .image-wrap img {
  object-fit: cover;
}

.products .product .color-options .linked-options .option:hover .image-wrap {
  border: 2px solid #f9f9f9;
}

.products .product .color-options .linked-options .surplus-option {
  margin-left: 5px;
  font-size: 0.9em;
}

.products .product .product-title a.visible {
  display: block;
}

.products .product .price span.visible {
  display: initial;
  margin-left: 3px;
}

.products .product .product-title a.hide,
.products .product .price span.hide {
  display: none;
}

#collection .categories-block .title-wrap {
  padding-top: 15px;
}

#collection .categories-block:not(:first-child) .title-wrap {
  border-top: 0.25px solid #000;
  border-top-style: solid;
}

#collection .categories-block .title-wrap.with-description {
  margin-bottom: 15px;
}

#collection .categories-block .title-wrap .title-featured {
  margin-bottom: 0px;
}

#collection .categories-block .block-content {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-size: 1.8em;
}

#collection .categories-block .category-info {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#collection .categories-block .category-info .block {
  padding: 0px 100px;
}

#collection .categories-block .product .button-overlay,
#collection .products .product .button-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;

  opacity: 0;
  visibility: hidden;
  transition: .15s all ease-in-out;
}

#collection .categories-block .product:hover .button-overlay,
#collection .products .product:hover .button-overlay {
  opacity: 1;
  visibility: visible;
}

#collection .categories-block .product .button-overlay .btn,
#collection .products .product .button-overlay .btn {
  width: 100%;
}

@media(max-width:768px) {

  #collection .categories-block .product .button-overlay,
  #collection .products .product .button-overlay {
    opacity: 1;
    visibility: visible;
  }

  #collection .categories-block .category-info {
    justify-content: space-between;
  }

  #collection .categories-block .category-info .block {
    padding: 0px;
  }

  #collection .categories-block .title-wrap.with-description {
    padding-bottom: 0px;
  }

  #collection .categories-block .block-content {
    font-size: 1.4em;
    max-width: 100%;
  }
}

#custom-thankyou .adv-payment-amount.hidden {
  display: none;
}

/* @media(max-width:767px){
	#productpage .product-images {
    height: 350px;
  }
} */

#productpage .whishlist-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 0px;
}

#productpage .whishlist-wrap .product-actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#productpage .whishlist-wrap .product-actions a i {
  margin-right: 7px;
  font-size: 1.2em;
}

/* #productpage .whishlist-wrap .product-actions:hover i {
	color: var(--accent);
} */
#productpage .delivery-wrap .tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#productpage .delivery-wrap .tab-title.green,
body #productpage .delivery-wrap .tab-title.delivery--green {
  color: var(--green);
}

#productpage .delivery-wrap .tab-title.red,
#productpage .delivery-wrap .tab-title.delivery.red,
#productpage .delivery-wrap .tab-title.delivery.delivery--red {
  color: var(--red);
}

#productpage .delivery-wrap .tab-title div {
  margin-right: 7px;
}

#productpage .delivery-wrap .tab-title.delivery {
  color: #777;
}

#productpage .delivery-wrap .tab-title.delivery .open-info-popup i {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.2em;
  color: #86715a;
  position: relative;
  top: 1px;
}

#productpage .delivery-wrap .tab-title.delivery .extra-stock-info.hidden {
  display: none;
}

#productpage .delivery-wrap .tab-title.delivery .extra-stock-info.hidden-perm {
  display: none !important;
}

#productpage .message-block {
  border: 1px solid var(--brown_light);
  background: var(--brown_light);
  color: #fff;
  font-size: 0.85em;
  padding: 10px 15px;
  margin-left: 76px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#productpage .message-block i {
  font-size: 1.8em;
  margin-right: 15px;
}

.tippy-box[data-theme="light-round"] {
  background: #fff;
  border-radius: 0px;
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.30769230769;
  margin: 0 !important;
}

.tippy-box[data-theme="light-round"] div {
  margin: 0 !important;
}

.tippy-box[data-theme="light-round"] .tippy-content {
  padding: 0;
  overflow: hidden;
  max-width: 313px;
  color: #000;
}

.tippy-box[data-theme="light-round"] .tippy-arrow {
  color: #fff;
}

.tippy-box[data-theme="light-round"] .tippy-content .popup-content .content-text {
  font-size: 13px;
}

.tippy-box[data-theme="light-round"] .tippy-content .popup-content .content-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.tippy-box[data-theme="light-round"] .tippy-content .popup-content {
  padding: 13px 15px;
}

.inf-scroll-spinner {
  visibility: hidden;
}

/* Styling new inf scroll button */
.sm-load-more-products-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.sm-load-more-products-wrap .sm-load-more-products {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: var(--btn_height);
  padding: 0px var(--btn_padding);
  background: var(--brown_dark);
  color: #fff;
  font-weight: bold;
  font-size: var(--btn_font_size);
  border-radius: var(--border_radius);
  text-transform: uppercase;
  transition: all .2s ease-in-out;
}

/* New styling cart page */
#cart-page .gui-page-title {
  margin-bottom: 40px;
}

#cart-page .main-cart .title-featured .title {
  font-size: 1.6875em;
  padding-bottom: 10px;
}

#cart-page .main-cart .cart-form {
  background: #fff;
  padding: var(--cart_product_spacing);
}

#cart-page .main-cart .cart-products tr td.image {
  width: 80px;
}

#cart-page .continue-shopping-wrap {
  margin-top: 10px;
}

#cart-page .continue-shopping-wrap {
  font-weight: 500;
}

@media(max-width: 767px) {
  #cart-page .main-cart .title-featured .title {
    width: 100%;
  }

  #cart-page .main-cart .cart-products tr td.image {
    width: 60px;
  }

  #cart-page .main-cart .cart-products .info .title {
    font-size: 14px;
  }
}

/* BEGIN NEW STYLING SHOWROOM CATALOG */
#showroom-page {
  background-color: var(--block_sand);
  padding-bottom: 80px;
}

#showroom-page .headline-wrap {
  width: 100%;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#showroom-page .headline-wrap .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

#showroom-page .headline-wrap .text-wrap .subtitle {
  text-align: center;
}

#showroom-page .headline-wrap .text-wrap .subtitle hr {
  border: none;
  margin-top: 5px;
  margin-bottom: 0;
}

#showroom-page .headline-wrap .text-wrap .subtitle a {
  font-weight: 500;
  color: var(--brown_dark);
  /* color: #86715a; */
}

#showroom-page .showroom-wrap .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}

@media screen and (max-width: 992px) {
  #showroom-page .showroom-wrap .inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

#showroom-page .showroom-wrap .inner .showroom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #fff;
  color: #000;
}

#showroom-page .showroom-wrap .inner .showroom .image-wrap {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

#showroom-page .showroom-wrap .inner .showroom .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 400px;
}

#showroom-page .showroom-wrap .inner .showroom .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0px 30px 20px 30px;
  text-align: center;
}

#showroom-page .showroom-wrap .inner .showroom .text-wrap .title {
  font-size: var(--font_h5);
  margin-bottom: 10px;
}

#showroom-page .showroom-wrap .inner .showroom .text-wrap .description a {
  color: #fff;
}

@media(max-width: 992px) {
  #showroom-page .showroom-wrap .inner {
    flex-direction: column;
  }

  #showroom-page .headline-wrap {
    padding: 50px 0;
  }

  #showroom-page .showroom-wrap .inner .showroom {
    gap: 0;
  }

  #showroom-page .showroom-wrap .inner .showroom .text-wrap {
    padding: 20px;
  }

  #showroom-page .headline-wrap .text-wrap .subtitle {
    text-align: start;
  }

  #showroom-page .showroom-wrap .inner .showroom .text-wrap .description {
    font-size: 16px;
  }
}

/* END NEW STYLING SHOWROOM CATALOG */

/* BEGIN NEW STYLING BLOG BLOCK HOMEPAGE */
.blog-block .blog-block-slider,
.blog-block .blog-block-js-slider {
  position: relative;
}

.blog-block .blog-block-slider .splide__arrow--next,
.blog-block .blog-block-js-slider .splide__arrow--next {
  right: 0
}

.blog-block .blog-block-slider .splide__arrow--prev,
.blog-block .blog-block-js-slider .splide__arrow--prev {
  left: 0
}

.blog-block .blog-block-slider .item,
.blog-block .blog-block-js-slider .item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}

.blog-block .blog-block-slider .item .image-wrap,
.blog-block .blog-block-js-slider .item .image-wrap {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  flex: 2;
}

.blog-block .blog-block-slider .item .image-wrap img,
.blog-block .blog-block-js-slider .item .image-wrap img {
  width: 100%;
  height: 300px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.blog-block .blog-block-slider .item .text-wrap,
.blog-block .blog-block-js-slider .item .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.blog-block .blog-block-slider .item .text-wrap .title,
.blog-block .blog-block-js-slider .item .text-wrap .title {
  font-size: 1.4em;
}

.blog-block .blog-block-slider .item .text-wrap a,
.blog-block .blog-block-js-slider .item .text-wrap a {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  /* color: var(--brown_dark); */
}

.blog-block .blog-block-slider .item .text-wrap i,
.blog-block .blog-block-js-slider .item .text-wrap i {
  font-size: 1.2em;
  margin-left: 3px;
  transition: all .2s ease-in-out;
}

.blog-block .blog-block-slider .item .text-wrap a:hover i,
.blog-block .blog-block-js-slider .item .text-wrap a:hover i {
  transform: translateX(5px);
}

.blog-block.testing .blog-block-js-slider .item {
  height: 100%;
}

.blog-block.testing .blog-block-js-slider .item .text-wrap{
  flex: 2;
}

.blog-block.testing .blog-block-js-slider .item .text-wrap a.link{
  margin-top: auto;
}

.blog-block.testing .blog-block-js-slider .item .text-wrap .subtitle{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


@media(max-width: 992px) {

  .blog-block .blog-block-slider .item .text-wrap .title,
  .blog-block .blog-block-js-slider .item .text-wrap .title {
    font-size: 1.4em;
  }
}

@media(max-width: 767px) {

  .blog-block .blog-block-slider .item,
  .blog-block .blog-block-js-slider .item {
    padding: 0;
  }
}

/* END NEW STYLING BLOG BLOCK HOMEPAGE */

/* BEGIN NEW STYLING SHOP DE LOOK PAGE */
#shop-look {
  background: #f5f3f0;
}

#shop-look .title-featured {
  margin-bottom: 20px;
}

#shop-look .title-featured .title {
  text-align: center;
}

#shop-look .subtitle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

#shop-look .subtitle-wrap .subtitle {
  text-align: center;
  max-width: 700px;
}

#shop-look .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 40px 0;
}

#shop-look .content-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#shop-look .content-block .sm-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#shop-look .content-block .look-image .text-block {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1;
  background: rgba(245, 243, 240, 0.5);
  padding: 40px;
  max-width: 500px;
}

#shop-look .content-block .text-block-mobile {
  display: none;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  max-width: 500px;
}


#shop-look .content-block .look-image .text-block .general-content,
#shop-look .content-block .text-block-mobile .general-content {
  font-weight: 500;
}

@media(max-width: 992px) {
  #shop-look .content-block .look-image .text-block {
    display: none;
  }

  #shop-look .content-block .text-block-mobile {
    display: block;
  }
}

#shop-look .content-block .sm-content .sm-text,
#shop-look .content-block .sm-content .dummy-content {
  max-width: 700px;
}

#shop-look .text-banner .banner-wrap {
  padding: 80px 0;
  background: #fff;
  position: relative;
}

#shop-look .text-banner .banner-wrap .text-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

#shop-look .text-banner .banner-wrap .text-content .text {
  max-width: 700px;
  text-align: center;
}

#shop-look .text-banner .banner-wrap .arrow {
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translateY(50%);
}

#shop-look .image-banner {
  margin: 60px 0;
}

#shop-look .image-banner .banner-wrap {
  width: 100%;
  height: 450px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#shop-look .image-banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

#shop-look .image-banner .overlay {
  background: rgba(0, 0, 0, 0.6);
  opacity: 80%;
  position: absolute;
  width: 100%;
  height: 100%;
}

#shop-look .image-banner .banner-wrap .text-content {
  position: absolute;
  color: #fff;
}

#shop-look .image-banner .banner-wrap .text-content .text-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

#shop-look .image-banner .banner-wrap .text-content .text-inner .title span {
  color: var(--accent);
}

#shop-look .image-banner .banner-wrap .text-content .text-inner .text {
  max-width: 700px;
}

#shop-look .image-banner .banner-wrap .text-content .text-inner .collection-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--brown_dark);
  font-weight: 600;
}

@media(max-width: 767px) {
  #shop-look .text-banner .banner-wrap {
    padding: 40px 0;
  }

  #shop-look h3 {
    font-size: 22px;
  }

  #shop-look .text-banner .banner-wrap .arrow {
    max-width: 90px;
  }

  #shop-look .image-banner {
    margin: 20px 0;
  }
}

/* END NEW STYLING SHOP DE LOOK PAGE */

/* BEGIN STYLING NEW THUMBS PRODUCTPAGE */
/* #productpage .product-images .thumb-image{
  width: 70px;
  height: 70px;
  object-fit: cover;
} */

#productpage .product-images .thumbs-slider {
  margin-top: 20px;
}

#productpage .product-images .thumbs-slider .splide__list {
  gap: 10px;
  /* justify-content: center; */
}

#productpage .splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  border: none;
}

#productpage .product-images .thumbs-slider .splide__arrow svg {
  fill: var(--accent);
  width: 15px;
  height: 15px;
}

@media(max-width: 767px) {
  #productpage .product-images .thumbs-slider {
    display: none;
  }
}

/* END STYLING NEW THUMBS PRODUCTPAGE */

/* Begin new styling sale topbar */
#header .sale-topbar {
  width: 100%;
  background: #E7E3DE;
}

#header .sale-topbar .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  color: #000;
}

#header .sale-topbar .inner .sale-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

#header .sale-topbar .inner .sale-text i {
  font-size: 1.4em;
}

#sale-usp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

@media(max-width: 767px) {
  #sale-usp {
    font-size: 12px;
  }
}

/* End new styling sale topbar */

/* BEGIN NEW STYLING COUNTDOWN BLOCK HOMEPAGE */
.countdown-block {
  width: 100%;
  height: auto;
  background: #e7e3de;
}

.countdown-block .inner {
  display: flex;
  align-items: stretch;
  gap: 40px;
  justify-content: center;
}

.countdown-block .inner.first {
  padding: 40px 0;
}

.countdown-block .inner .title-wrap {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.countdown-block .inner .title-wrap .title {
  font-size: 2.2em;
  font-weight: 400;
  color: var(--black);
  border-left: 3px solid #000;
  padding-left: 15px;
}

.countdown-block .inner .title-wrap .subtitle {
  font-size: 1.2em;
  font-weight: 400;
}

.countdown-block .inner .title-wrap .subtitle span {
  font-weight: bold;
  color: var(--brown_dark);
}

.countdown-block .inner .countdown-wrap {
  flex: 2;
}

.countdown-block .inner .countdown-wrap .inner-countdown {
  /*   background: var(--brown_dark); */
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.countdown-block .inner .countdown-wrap .inner-countdown .block-wrap {
  display: flex;
  gap: 15px;
  align-items: center;
}

.countdown-block .inner .countdown-wrap .title {
  color: #000;
  font-weight: 400;
  font-size: 1.2em;
}

.countdown-block .inner .countdown-wrap .banner-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.countdown-block .inner .countdown-wrap .block {
  display: flex;
  align-items: center;
}

.countdown-block .inner .countdown-wrap .block .digit {
  font-size: 2em;
  color: #000;
  font-weight: bold;
}

.countdown-block .inner .countdown-wrap .block .time-title {
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}

@media(max-width: 767px) {
  .countdown-block .inner {
    flex-direction: column;
  }

  .countdown-block .inner .title-wrap .title {
    font-size: 2em;
  }
}

/* END NEW STYLING COUNTDOWN BLOCK HOMEPAGE */

/* BEGIN IMAGES FIX PRODUCTPAGE */
@media(min-width: 1200px) {
  #productpage .product-images.dev .image-wrap img {
    object-fit: none;
  }
}

/* END PRODUCT IMAGES FIX PRODUCTPAGE */

/*  NIEUWE STIJLING VOOR OP MAAT GEMAAKTE CHECKOUT */
.smc-radio-big.hidden,
.gui-form .gui-field.hidden {
  display: none;
}

.smc-radio-title span {
  color: #11ab73;
}

.smc-radio-title .red-span {
  color: red;
}

/* EINDE NIEUWE STIJLING OP MAAT GEMAAKTE CHECKOUT */

#gui-checkout-shipment-methods .gui-spacer {
  display: none;
}

.gui-checkout-one-step .step-shipment .gui-block-option .gui-field .gui-radio>label {
  margin-bottom: 10px;
}

.filter-on-stock [data-stock="out-of-stock"] {
  display: none;
}

.cart-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0px;
  width: 500px;
  padding: 15px;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.07);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  font-size: 13px;
}

.cart-dropdown .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.cart-dropdown .top-wrap .cart-title {
  font-size: 1.3em;
  color: #000;
  flex: 3;
}

.cart-dropdown .top-wrap .amount {
  color: #000;
  font-size: 0.9em;
  font-weight: 600;
  flex: 1;
}

.cart-products {
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #eee;
}

.cart-dropdown .cart-products {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.cart-dropdown .cart-products::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.cart-products .cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.cart-products .cart-product:first-child {
  padding-top: 0;
}

.cart-products .cart-product:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.cart-products .cart-product .image-wrap {
  width: 70px;
}

.cart-products .cart-product .image-wrap img {
  width: 100%;
}

.cart-products .cart-product .product-info {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-products .cart-product .product-info .product-title {
  font-size: 1.1em;
  color: #000;
}

.cart-products .cart-product .product-info .product-variant {
  font-size: 1em;
  color: #666;
  margin-top: 3px;
}

.cart-products .cart-product .product-info .bundle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.cart-products .cart-product .product-info .bundle-item .plus {
  font-size: 0.7em;
  min-width: 15px;
  min-height: 15px;
  max-width: 15px;
  max-height: 15px;
  background: #FF9900;
  color: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}

.cart-products .cart-product .product-info .bundle-item .title {
  font-size: 0.9em;
}

.cart-products .cart-product .price {
  margin-top: 10px;
  color: var(--brown_dark);
}

.cart-products .cart-product .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
}

.cart-products .cart-product .delete-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}

.cart-products .cart-product .delete-product a {
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #eee;
}

.cart-products .cart-product .delete-product a i {
  color: #000;
  font-size: 1em !important;
}

.cart-dropdown .cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
}

.cart-dropdown .cart-total .price-wrap .total-price {
  font-weight: bold;
  font-size: 1.1em;
  color: var(--brown_dark);
}

.cart-dropdown .cart-total .subtotal {
  color: #444;
  margin-right: 5px;
  font-size: 1em;
  text-transform: uppercase;
}

.cart-dropdown .cart-total .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

.cart-dropdown .cart-total .btn-wrap .btn:first-child {
  margin-bottom: 10px;
  background: #f4f3ef;
  color: #666;
  font-size: 1em;
  height: 40px;
  font-weight: 500;
}

.cart-dropdown .cart-total .btn-wrap .btn:last-child {
  font-size: 1em;
  height: 40px;
  width: 100%;
}

@media (min-width: 1200px) {

  #header .main-header ul.header-icons li.cart:hover .cart-dropdown,
  #header .main-header ul.header-icons li.cart .cart-dropdown.active,
  #header-new .header__icon.cart:hover .cart-dropdown {
    opacity: 1;
    visibility: visible;
  }
}

/* Begin new styling link in bio gallery wrap */
#link-in-bio .gallery-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

#link-in-bio .gallery-wrap .image-wrap {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

#link-in-bio .gallery-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

#link-in-bio .gallery-wrap .image-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transition: 0.05s ease;
}

@media(min-width: 1100px) {
  #link-in-bio .gallery-wrap .image-wrap .image-url:hover .overlay {
    visibility: visible;
  }
}

@media(max-width: 992px) {
  #link-in-bio .gallery-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 767px) {
  #link-in-bio .gallery-wrap {
    grid-template-columns: 1fr;
  }
}

/* End styling link in bio gallery wrap */

/* Begin styling new product configurator */
#productpage .custom-configurator .option-wrap {
  border-bottom: 1px solid #ced4da;
}

#productpage .custom-configurator .option-wrap {
  padding: 0 !important;
}

#productpage .custom-configurator .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  cursor: pointer;
}

#productpage .custom-configurator .title-wrap .label-title {
  font-weight: 600;
}

#productpage .custom-configurator .title-wrap i {
  font-size: 24px;
  color: var(--accent);
  transition: transform 0.2s ease-in-out;
}

#productpage .custom-configurator .title-wrap i.rotate {
  transform: rotate(180deg);
}

#productpage .custom-configurator .custom-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: -15px;
  margin-bottom: 15px;
}

#productpage .custom-configurator .custom-options .custom-label::before {
  display: none !important;
}

.ui.checkbox input:checked~.custom-label:after,
.ui.checkbox input.checked~.custom-label:after {
  display: none !important;
}

#productpage .custom-configurator .custom-options .custom-label {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #ced4da;
}

#productpage .custom-configurator .poot .custom-options .custom-label img {
  max-width: 40px;
}

#productpage .custom-configurator .custom-options .custom-label img {
  margin-left: 4px;
}

#textpage {
  background-color: var(--block_sand);
  padding: 30px 0px;
}

.ui.checkbox input:checked~.custom-label,
.ui.checkbox input.checked~.custom-label {
  border: 2px solid var(--accent) !important;
  color: #000 !important;
}

/* No grey overlay images */
.splide__list.no-grey .image-wrap.grey:after {
  display: none !important;
}

.hidden {
  display: none;
}

.divs-brand-wrap {
  background: #fff;
  width: 100%;
}

#divs-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding: 40px 0;
}

.brand-block p {
  font-size: 14px;
  margin-bottom: 5px;
}

.brand-block h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.best-brands {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}

.best-brands img {
  width: 100%;
  height: 100%;

}

.best-brands .brand-block-top {
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.best-brands .brand-block-top p {
  font-size: 24px;
  font-weight: 600;
}

@media(max-width: 992px) {
  #divs-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .best-brands {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }

  .best-brands .brand-block-top p {
    hyphens: auto;
    font-size: 18px;
    text-align: center;
    padding: 12px;
  }

}

.filter-btn {
  display: none;
}

.space-between {
  justify-content: space-between;
}

@media screen and (max-width:768px) {
  #filter_form-sortFilter {
    display: none;
  }

  #filter_form {
    height: 0px;
    overflow: hidden;
  }

  #filter_form.active {
    height: auto;
    overflow: visible;
    margin-top: 15px;
  }

  #filter_form li,
  .top-filters .filter-title {
    width: 100%;
  }

  .breadcrumbs {
    margin-top: 30px;
  }

  #collection .collection-content.top .title-featured {
    margin-bottom: 0px;
  }

  /* #collection .collection-content.top .title-wrap {
    padding-bottom: 0px;
  } */

  #collection .collection-content-block .collection-content-inner .collection-text .general-content {
    font-size: 1em;
  }

  .filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background-color: #f7f6f2;
    padding: 10px 16px;
    font-weight: bold;
  }

  /* .filter-btn-added {
    justify-content: space-between;
    flex-direction: row !important;
  } */
  .heading-sm.filter-btn-added {
    gap: 12px;
  }

  .top-filters>ul>li {
    padding: 5px 10px;
  }
}

.top-filters .filter-title.inverted {
  background-color: #fff;
  border: 1px solid var(--block_sand);
  color: #afafaf;
}

.top-filters .filter-title.inverted i {
  background: #f7f6f2;
}


.header__topbar .sale-topbar {
  width: 100%;
  background: #E7E3DE;
}

.header__topbar .sale-topbar.topbar-fixed {
  position: sticky;
  top: 0px;
  z-index: 100;
}

.header__topbar.fixed .sale-topbar.topbar-fixed {
  position: fixed;
}

.header__topbar .sale-topbar .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  color: #000;
}

.header__topbar .sale-topbar .inner .sale-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__topbar .sale-topbar .inner .sale-text i {
  font-size: 1.4em;
}

#sale-usp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

@media(max-width: 767px) {
  #sale-usp {
    font-size: 12px;
  }
}

wishlist-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

wishlist-add:hover {
  cursor: pointer;
}

.product .wishlist-wrap wishlist-add.added i,
wishlist-add.added i {
  /* background-color: #86715a;
  color: #fff; */
  color: #86715a;
  padding: 7px;
  border-radius: 100%;
}

wishlist-add.added:hover i {
  color: #eee;
}

wishlist-add.added i:before {
  content: "\ed36"
}

#productpage .whishlist-wrap .product-actions wishlist-add i {
  margin-right: 7px;
  font-size: 1.2em;
}

.product .wishlist-wrap {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 9;
}

.product .wishlist-wrap i {
  padding: 7px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
}

.product .wishlist-wrap i:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.wishlist-btn-count {
  position: relative;
}

.wishlist-btn-count .qty {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: var(--accent_dark);
  border-radius: 50%;
  font-size: 10px;
}

.configure-link {
  padding: 24px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  gap: 16px;
}

.configure-link__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.configure-link__images img {
  width: 32px;
}

.configure-link__title {
  font-weight: bold;
  text-transform: uppercase;
}

.configure-link__description {
  opacity: .7;
}

a.configure-link__cta {
  color: var(--brown_dark);
  text-decoration: underline;
  margin-top: 4px;
  display: flex;
  font-weight: bold;
  font-size: 90%;
}

#review-popup form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#review-popup .input-wrap {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 8px;
}

#review-popup .input-wrap:has(#gui-form-score) {
  width: 25%;
}


#review-popup .input-wrap:has(textarea) {
  width: 100%;
}

#review-popup .inputs-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

#review-popup select,
#review-popup textarea,
#review-popup input {
  position: relative;
  height: var(--input_height) !important;
  padding: 0 var(--input_padding);
  outline: 0;
  border-radius: 0px;
  font-size: 1em;
  background: #fff;
  border: 2px solid #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

#review-popup textarea {
  min-height: 100px;
  padding: 10px var(--input_padding);
}

#review-popup .select-wrap {
  position: relative;
}

#review-popup .select-wrap select {
  width: 100%;
}

#review-popup i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#review-popup select:focus,
#review-popup textarea:focus,
#review-popup input:focus {
  border-color: var(--brown_dark) !important;
}

.loader__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 0px;
}

.loader__dot {
  border: 5px solid var(--brown_dark);
  border-radius: 50%;
  display: block;
  opacity: 0.7;
}

.loader__dot:nth-child(1) {
  animation: loader 0.5s ease-in-out alternate infinite;
}

.loader__dot:nth-child(2) {
  animation: loader 0.5s ease-in-out .3s alternate infinite;
}

.loader__dot:nth-child(3) {
  animation: loader 0.5s ease-in-out 0.6s alternate infinite;
}

.loader__text {
  font-weight: 600;
  opacity: 0.7;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.loader__subtitle {
  font-weight: normal;
  font-size: .9em;
}

@keyframes loader {
  to {
    transform: scale(1.3);
    opacity: 1;
  }
}