<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 3823:2 Unexpected "{"
Line 3824:2 Expected identifier but found "#"

**/
:root {
  --tileRadius: 10px;
}

.jbar-push {
  height: 0 !important;
  display: none !important;
}

/* account dashboard */
.success-color {
  color: #1abc9c;
}

.success-bg {
  background: #1abc9c;
}

.error-color {
  color: #eb5265;
}

.status-label.success {
  background: var(--cart) !important;
  color: #fff !important;
  ;
}

.status-label.error {
  background: #D0342C !important;
  color: #fff !important;
  ;
}

.status-label.warning {
  background: var(--accentPrimary) !important;
  color: #fff !important;
  ;
}

.status-label.info {
  background: #f0debc !important;
  color: #000 !important;
  ;
}

#account-dashboard input[type="text"],
#account-dashboard input[type="password"] {
  display: block;
  width: 100%;
}

#account-dashboard textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
}

#account-dashboard {
  padding-bottom: 100px;
}

#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,
.recent-orders .recent-order .information-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* padding:20px 25px;
    border:1px solid rgba(0,0,0,.07); */
}

.recent-orders .recent-order .buttons__wrap,
.recent-orders .recent-order .additional {
  padding-top: 20px;
}

.recent-orders .recent-order .additional {
  display: none;
  min-height: 120px;
}

.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;
  align-self: center;
}

.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: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.07);
  color: inherit;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

#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;
  /*   width:50%; */
}

#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;
  border: 2px solid #eee;
  line-height: 46px;
  height: 50px;
}

#account-dashboard .block,
#account-dashboard .account-block {
  margin-bottom: 50px;
}

#account-dashboard .block .button,
#account-dashboard .account-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;
  margin-bottom: 10px;
  background: rgba(221, 204, 168, .09);
  border-radius: 3px;
}

#account-dashboard .gray-block {
  background: rgba(221, 204, 168, .09);
  padding: 30px 25px;
}

#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: 0px;
}

#account-dashboard .small-title {
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

#account-dashboard .tab a {
  font-size: 16px;
  padding: 15px 25px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  text-decoration: none;
}

#account-dashboard .tab i {
  color: var(--accentPrimary);
  font-size: 10px;
  margin-left: 15px;
}

#account-dashboard .ordered-products {
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, .07);
}

#account-dashboard .ordered-products .info .title {
  font-weight: bold;
  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 table th,
#account-dashboard .ordered-totals .desc,
#account-dashboard .address .line .desc {
  font-size: 12px;
  font-weight: 600;
}

#account-dashboard table th {
  padding-bottom: 5px;
}

#account-dashboard .ordered-products table td {
  padding: 10px 0px;
  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: bold;
}

#account-dashboard .ordered-totals .item:last-child .price {
  font-weight: bold;
  font-size: 1.2em;
}

#account-dashboard .ordered-totals {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  padding: 25px;
  border-radius: 3px;
  /*   border: 1px solid rgba(0,0,0,.07); */
  background: rgba(221, 204, 168, .09);
  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;
  border: 1px solid #eee;
}

#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;
  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: #eee;
  padding: 7px 15px;
}

#account-dashboard .ticket-box .chat-box .chat-message .message .name {
  font-weight: bold;
}

#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: #000;
}

#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, 0.03);
  margin-right: 10px;
  flex: 1;
}

#account-dashboard .ticket-box .reply-box .btn i {
  margin-right: 7px;
}

#account-dashboard .wishlist-products {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

#account-dashboard .wishlist-products .wishlist-product {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

#account-dashboard .wishlist-products .wishlist-product:nth-last-child(-n + 2):nth-child(2n + 1),
#account-dashboard .wishlist-products .wishlist-product:nth-last-child(-n + 2):nth-child(2n) {
  border-bottom: none;
}

#account-dashboard .wishlist-product .flex {
  align-items: center;
  /*   border: 1px solid #eee; */
  /*   border-radius: var(--tileRadius); */
}

#account-dashboard .wishlist-product .flex .image-wrap {
  border-radius: var(--tileRadius) !important;
  overflow: hidden;
  width: 100px;
  /*   margin: 2%; */
}

#account-dashboard .wishlist-product .flex .info {
  padding: 15px;
  width: calc(100% - 100px);
}

#account-dashboard .wishlist-product .flex .info .title {
  font-size: 1.286em;
  letter-spacing: 1.67px;
  text-transform: uppercase;
}

#account-dashboard .wishlist-product .flex .info .price {
  margin: 5px 0px;
  font-size: 1.143em;
  letter-spacing: 1.49px;
}

#account-dashboard .wishlist-product .flex .info .link {
  margin: 0px -5px;
  display: flex;
  align-items: center;
}

#account-dashboard .wishlist-product .flex .info .link a {
  color: var(--accentPrimary);
  font-weight: 600;
  padding: 0px 5px;
  display: block;
  font-size: 0.9em;
  text-decoration: underline;
}

.recent-orders .recent-order .inner-wrap {
  border: 1px solid rgba(0, 0, 0, .07);
  padding: 20px 25px;
  border-radius: 10px;
}

@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 .account-title .content {
    line-height: 2em;
    margin-bottom: 20px;
    font-size: .97em;
  }

  #account-dashboard .account-title .title {
    font-size: 1.5em;
  }

  #account-dashboard .shadow-block {
    padding: 25px 20px;
  }

  #account-dashboard .inputs {
    margin: -7px;
  }

  #account-dashboard .inputs .input {
    padding: 7px;
  }

  #account-dashboard .tab a,
  #account-dashboard .small-title {
    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 .block,
  #account-dashboard .account-block {
    margin-bottom: 30px;
  }

  #account-dashboard .tab a {
    padding: 12px 20px;
  }

  #account-dashboard .status-label {
    height: 25px;
    font-size: 10px;
    padding: 0px 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;
  }

  #account-dashboard .wishlist-products .wishlist-product:not(:last-child) {
    border-bottom: 1px solid #eee !important;
  }
}

.account-banner-wrap {
  width: 100%;
}

/* end account dashboard */


.headlines-outer.slider-loading {
  width: 100%;
}

.headlines-outer.slider-loading:after {
  content: '';
  display: block;
  padding-top: calc(500px + 80px);
}

@media (max-width: 991px) {
  .headlines-outer.slider-loading:after {
    padding-top: calc(400px + 80px);
  }
}

@media (max-width: 767px) {
  .headlines-outer.slider-loading:after {
    padding-top: calc(250px + 40px);
  }

  .thumbs-wrap-outer.slider-loading {
    height: 80px;
    overflow: hidden;
  }
}

.categories .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.categories .category a .overlay {
  position: absolute;
  /*   background: unset; */
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);

}

@media(max-width: 767px) {
  .categories .category a .overlay {
    word-break: break-all;
    padding: 20px 10px;
    height: 100%;
  }
}

.home-categories .categories .sm-category-wrap {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#catalog .catalog-category .inner .image,
#catalog .catalog-category .inner .text {
  width: unset;
}

#catalog .catalog-category .inner,
#catalog .catalog-category:nth-child(even) .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-slider {
  width: 100%;
}

/* niels shopmonkey 20/10/20 */
.blog-articles .more-wrap {
  width: 100%;
  text-align: center;
}

.nothing-found-text {
  margin-bottom: 30px;
}

.nothing-found-text .title {
  font-size: 1.5em;
}

@media(max-width: 767px) {
  .nothing-found-wrap {
    max-width: 100%;
  }
}

/* Header USPs */
#header .usp-bar {
  background-color: #f6f6f6;
  /*   border-bottom: 1px solid #eee; */
}

#header .usp-bar .usp-slider {
  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: 10px 0;
}

#header .usp-bar .usp-slider li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .usp-bar .usp-slider li i {
  margin-right: 5px;
  color: var(--accentPrimary);
  font-size: 1.2em;
}

#header .usp-bar .usp-slider li i.icon-large {
  font-size: 1.5em;
}

#header .usp-bar .usp-slider li img {
  margin-right: 9px;
}


#header .usp-bar .usp-slider .webwinkelkeurPopup {
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .usp-bar .usp-slider img {
  margin-right: 5px;
  width: auto !important;
}

@media(max-width: 1399px) {
  .slider-loading {
    opacity: 0;
    visibility: hidden;
  }

  #header .usp-bar .usp-slider li {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #header .usp-bar .slider-loading {
    height: 41px;
    overflow: hidden;
  }
}

@media(max-width: 1199px) {
  #header .usp-bar .usp-slider .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
  }
}

@media(max-width: 991px) {
  #header .usp-bar {
    border-top: 1px solid #eee;
  }
}

@media(max-width: 767px) {
  #header .usp-bar .usp-slider {
    padding: 7px 0;
  }

  #header .usp-bar .slider-loading {
    height: 34px;
  }

  #header .usp-bar .usp-slider li {
    font-size: 95%;
  }
}

@media(max-width: 375px) {

  #header .usp-bar .usp-slider,
  #header .usp-bar .slider-loading {
    height: 50px;
  }
}

/* End header USPS */
/* Catalog headline images */
#catalog .catalog-headline {
  max-width: unset;
  padding-bottom: 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;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

#catalog .catalog-headline .overlay {
  background: rgba(0, 0, 0, 0.43);
  height: 100%;
  width: 100%;
  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;
  min-height: 350px;
  padding: 50px 0;
}

#catalog .catalog-headline .content {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#catalog .catalog-headline .content .title {
  text-transform: uppercase;
  margin: 0;
  font-size: 2.5em;
}

#catalog .catalog-headline .content .general-content {
  margin-top: 20px;
  max-width: 680px;
  color: #fff;
  font-size: 1.143em;
  letter-spacing: 1.49px;
  line-height: 2.143em;
}

@media(max-width: 991px) {
  #catalog .catalog-headline .overlay {
    min-height: 300px;
  }
}

@media(max-width: 767px) {
  #catalog .catalog-headline .overlay {
    min-height: 180px;
    padding: 30px 0;
  }

  #catalog .catalog-headline .content .title {
    /*     font-size: 1.8em; */
    font-size: 25px;
  }

  #catalog .catalog-headline .content .general-content {
    max-width: unset;
    font-size: 0.95em;
    margin-top: 10px;
  }
}

/* End catalog headline images */
/* Header languages */
#header .main-header .header-icons li.language i {
  font-size: 24px;
}

#header .main-header .header-icons li.language {
  position: relative;
}

#header .main-header .header-icons li.language .more-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}

#header .main-header .header-icons li.language .more-languages li {
  margin-right: 0;
  padding: 5px 0;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}

#header .main-header .header-icons li.language .more-languages li.active {
  font-weight: 700;
}

#header .main-header .header-icons li.language .more-languages .language-flag {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  overflow: hidden;
  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: 10px;
}

#header .main-header .header-icons li.language .more-languages .language-flag img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media(min-width: 1200px) {
  #header .main-header .header-icons li.language:hover .more-languages {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }

  #header .main-header .header-icons li.language .more-languages li:hover {
    text-decoration: underline;
  }
}

/* Footer top banner */
#footer .footer-banner-image .footer-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 600px;
  border-top: var(--standard_border);
}

#footer .footer-banner-image .footer-banner:after {
  content: '';
  display: block;
  padding-top: 30%;
}

/* End footer top banner */
/* Adds border radius to following elements */
.categories .category a,
#catalog .catalog-category a,
.blog-articles .blog-article .image-wrap .image,
.products .product .image-wrap,
.products .product .image-wrap .sec,
#productpage .product-images .productpage-slider .image-wrap,
#productpage .product-image-wrap .thumbs .thumb .image-wrap,
.quickview-popup .image-wrap,
#cart-page .cart-table .image-wrap,
#blog .recent-article .image-wrap,
#blog .complete-article .image {
  border-radius: var(--tileRadius) !important;
  overflow: hidden;
  display: flex;
}

#gift-cards-page #giftcard-design #giftcard-preview,
#gift-cards-page #giftcard-design .design-select,
#productpage .product-images .productpage-slider .image-wrap,
#productpage .product-image-wrap .thumbs .thumb .image-wrap,
.quickview-popup .image-wrap {
  border-radius: var(--tileRadius) !important;
  border: 1px solid var(--accentPrimary);
}

#productpage .product-image-wrap .thumbs .thumb .image-wrap img,
#productpage .product-images .productpage-slider .image-wrap img {
  width: 100%;
  height: auto;
}

#productpage .product-image-wrap .thumbs {
  display: flex;
  /*   flex-wrap: nowrap; */
  flex-wrap: wrap;
}

.blog-articles .blog-article .image-wrap .image {
  border: var(--standard_border);
}

/* Gift cards */
body #giftcard-modal-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
}

body #giftcard-modal-wrapper .giftcard-modal {
  position: relative;
}

/* Home products fix */
@media(min-width: 1200px) {
  .home-products .products-slider {
    display: flex;
    flex-grow: 10;
  }
}

/* Textpage headline images */
#textpage .textpage-headline,
#compare-page .textpage-headline {
  max-width: unset;
  padding-bottom: 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;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

#textpage .textpage-headline .overlay,
#compare-page .textpage-headline .overlay {
  background: rgba(0, 0, 0, 0.43);
  height: 100%;
  width: 100%;
  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;
  min-height: 350px;
  padding: 50px 0;
}

#textpage .textpage-headline .content,
#compare-page .textpage-headline .content {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#textpage .textpage-headline .content .title,
#compare-page .textpage-headline .content .title {
  text-transform: uppercase;
  margin: 0;
  font-size: 2.5em;
}

#textpage .textpage-headline .content .general-content,
#compare-page .textpage-headline .content .general-content {
  margin-top: 20px;
  max-width: 680px;
  color: #fff;
  font-size: 1.143em;
  letter-spacing: 1.49px;
  line-height: 2.143em;
}

@media(max-width: 991px) {

  #textpage .textpage-headline .overlay,
  #compare-page .textpage-headline .overlay {
    min-height: 300px;
  }
}

@media(max-width: 767px) {

  #textpage .textpage-headline .overlay,
  #compare-page .textpage-headline .overlay {
    min-height: 180px;
    padding: 30px 0;
  }

  #textpage .textpage-headline .content .title,
  #compare-page .textpage-headline .content .title {
    font-size: 1.8em;
  }

  #catalog .catalog-headline .content .general-content {
    max-width: unset;
    font-size: 0.95em;
    margin-top: 10px;
  }
}

/* End catalog headline images */

#textpage .textpage-content .text-wrap {
  margin-bottom: 30px;
}

.form-wrap {
  background: rgba(221, 204, 168, .09);
  background: rgba(221, 204, 168, .2);
  border-top: var(--standard_border);
  border-bottom: var(--standard_border);
}

.form-contact-inner {
  display: flex;
  flex-direction: row;
}

.contact-info {
  min-width: 600px;
  max-width: 600px;
  margin-right: 50px;
}

.form-wrap .contact-info .title {
  font-size: 2.5em;
  letter-spacing: 3.25px;
  margin-bottom: 15px;
}

.form-wrap .contact-info .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -10px;
  margin-bottom: 30px;
}

.form-wrap .contact-info .socials li {
  padding: 10px;
}

.form-wrap .contact-info .socials li i {
  background: var(--accentSecondary);
  color: #fff;
  border-radius: 100%;
  min-height: 35px;
  max-height: 35px;
  max-width: 35px;
  min-width: 35px;
  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;
  text-align: center;
  font-size: 1.3em;
}

.form-wrap .contact-info .contact-details li:not(:last-child) {
  margin-bottom: 5px;
  margin-top: 5px;
}

#contact-form .form-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

#contact-form .form-inner .input-wrap {
  padding: 8px;
}

#contact-form .form-inner .label-50 {
  width: 50%;
}

#contact-form .form-inner .label-100 {
  width: 100%;
}

#contact-form .form-inner .input-wrap label {
  display: block;
}

#contact-form .form-inner .input-wrap .standard-input {
  width: 100%;
}

#contact-form .btn-wrap {
  margin-top: 10px;
}

#contact-form .btn-wrap .btn {
  width: 100%;
  max-width: 300px;
}

@media (max-width: 1199px) {
  .contact-info {
    min-width: 300px;
    flex-direction: row;
  }
  
  #header .main-header .header-icons li.language .more-languages li:last-child .language-flag {
      margin-right: 0;
  }
  
  #header .main-header .header-icons li.language .more-languages li.active a {
      cursor: inherit;
  }
  
  #header .main-header .header-icons li.language .more-languages li:not(.active) a {
      opacity: 0.6;
  }
  
  #productpage.giftcard .product-image-wrap {
      flex-direction: column;
  }
  
  #productpage.giftcard .product-image-wrap .product-images {
      width: 100%;
  }
  
  #productpage.giftcard .product-image-wrap .thumbs-wrap {
      max-width: 100%;
    min-width: 100%;
    margin: 0;
  }
  
  #productpage.giftcard .product-info .gift-prices {
      margin: -5px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  
  #productpage.giftcard .product-info .gift-prices .gift-price {
      padding: 5px;
  }
  
  #productpage.giftcard .product-info .gift-prices .gift-price label {
    padding: 10px 5px;
    margin: 0;
    border: 2px solid #eee;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  #productpage.giftcard .product-info .gift-prices .gift-price label:hover {
      border-color: var(--accentPrimary);
  }
  
  #productpage.giftcard .product-info .gift-prices .gift-price input:checked ~ label {
      border-color: var(--accentPrimary);
    background: var(--accentPrimary);
    color: #fff;
  }
  
  #productpage.giftcard .product-info .gift-prices .gift-price input {
      display: none;
  }
  
  #productpage.giftcard .product-info .thumb-wrap-outer,
  #productpage.giftcard .product-info .gift-prices-outer {
      padding-top: 30px;
  }
  
  #productpage.giftcard .product-info .custom-price-gift,
  #productpage.giftcard .product-info .email-input{
      padding-top: 20px;
  }
  
  #productpage.giftcard .product-info label {
      display: block;
  }
  
  #productpage.giftcard .product-info .input-wrap input,
  #productpage.giftcard .product-info .custom-price-gift input {
      width: 100%;
  }
  
  #productpage.giftcard .product-info .input-wrap input.error,
  #productpage.giftcard .product-info .custom-price-gift input.error {
      border-color: red;
  }
  
  #productpage.giftcard .product-info .thumbs {
      margin: 0px -5px;
  }
  
  #productpage.giftcard .product-info .thumb {
      padding: 0px 5px;
  }
  
  #productpage.giftcard .product-info .thumb input {
      display: none;
  }
  
  #productpage.giftcard .product-info .thumb .image-wrap {
    
  }
  
  #productpage.giftcard .product-info .thumb .image-wrap label {
      margin: 0;
    border-radius: var(--tileRadius) !important;
    display: block;
    overflow: hidden;
    border: 2px solid #eee;
    cursor: pointer;
  }
  
  #productpage.giftcard .product-info .thumb .image-wrap label:hover,
  #productpage.giftcard .product-info .thumb .image-wrap input:checked ~ label {
      border-color: var(--accentPrimary);
  }
  
  #productpage.giftcard .product-images .productpage-slider-gift .image-wrap {
    border-radius: var(--tileRadius) !important;
    overflow: hidden;
  }
  
  #productpage .product-info .cart .btn.wishlist-btn {
      margin-left: 15px;
    background: var(--accentPrimary);
    color: #fff;
    margin-bottom: 0px;
    padding: 0 25px;
  }
  
  #productpage .product-info .cart .btn.wishlist-btn i {
      font-size: 1.8em;
  }
  
  #productpage .product-info .cart .btn.wishlist-btn.in-wishlist i:before {
      content: '\ecea';
  }
  
  span[data-wishlist-items] {
      position: absolute;
    top: -7px;
    right: -7px;
    min-width: 19px;
    max-width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: var(--accentPrimary);
    border-radius: 50%;
    font-size: 13px;
    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;
  }
  
  
  .home-blog,
  .home-insta {
      position: relative;
  }
  
  .home-blog:before,
  .home-insta:before {
      content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url(brown-overlay.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .home-blog .title-featured,
  .home-insta .container {
      position: relative;
    z-index: 1;
  }
  
  .gui-account .gui-col2-left .gui-col2-left-col1 {
      margin-bottom: 30px;
  }
  
  .gui-block,
  .gui-block-inner,
  .gui-block-title {
      border-color: var(--accentPrimary);
  }
  
  .gui-block,
  .gui-block-title {
      border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .gui-block,
  .gui-block-content.gui-white {
      border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  body {
      margin-top: 0px !important;
  }
  
  .wsa-cookielaw {
      min-height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0debc;
    flex-wrap: wrap;
    bottom: 0;
    top: auto;
    border-bottom: 1px solid #eee;
  }
  
  .wsa-cookielaw a.wsa-cookielaw-button-green {
      background: var(--cart);
    color: #fff;
    border: none;
    text-shadow: none;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 15px;
  }
  
  .wsa-cookielaw a.wsa-cookielaw-link {
      color: #000;
  }
  
  @media (max-width: 767px) {
    .wsa-cookielaw {
        line-height: 1.6em;
      font-size: 0.8em;
      padding: 10px;
    }
    
    .wsa-cookielaw a.wsa-cookielaw-button-green {
      width: 100%;
      margin: 5px 0px;
    }
  }
  
  
  .zoom-outer {
    cursor: zoom-in;
  }
  
  .return-form-wrap {
      display: flex;
    flex-direction: column;
      max-width: 100%;
      width: 700px;
      margin: 0 auto;
  }
  
  .return-form-wrap h2,
  .return-form-wrap .text {
      margin-bottom: 15px; 
  }
  
  .return-form-wrap h2 {
      color: #966b26;
  }
  
  #return-form {
    padding: 20px;
    background: rgba(221,204,168,.2);
    border-radius: 5px;
    width: 100%;
    border: var(--standard_border);
  }
  
  #return-form .input-wrap {
      margin-bottom: 20px;
  }
  
  #return-form .input-wrap label {
      display: block;
  }
  
  #return-form .input-wrap input {
    width: 100%;
  }
  
  #return-form .input-wrap input.error {
      border-color: red;
  }
  
  #return-form .form-message {
    margin-bottom: 15px;
    padding: 15px 20px;
    background: #B33A3A;
    font-weight: bold;
    color: #fff;
    display: none;
    border-radius: 5px;
  }
  
  #return-form .form-message.error {
      display: block;
  }
  
  #return-form-2 .form-message {
      margin-bottom: 15px;
    padding: 15px 20px;
    background: #B33A3A;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
  }
  
  #return-form-2 .form-message.success {
      background: var(--cart);
  }
  
  .search-result {
      margin-top: 30px;
  }
  
  .order-products {
      margin-left: -12px;
    margin-right: -12px;
  }
  
  .order-products .order-product {
      display: flex;
    padding: 12px;
  }
  
  .order-products .order-product .inner {
      margin: 0 !important;
    padding: 20px;
    border: 2px solid #eee;
    flex-direction: column;
    position: relative;
  }
  
  .order-products .order-product .inner:hover,
  .order-products .order-product .inner.active {
      border-color: #f0debc;
  }
  
  .order-products .order-product .inner &gt; i {
    font-size: 1.7em;
    color: #d2b87e;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 7px;
    left: 7px;
  }
    
  .order-products .order-product .inner.active &gt; i {
      opacity: 1;
  }
  
  .order-products .order-product .inner .image-wrap {
    width: 100% !important;
    padding: 0 !important;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .order-products .order-product .inner .info {
      padding-top: 20px;
    text-align: center;
  }
  
  .order-products .order-product .inner .info .product-title {
      font-size: 13px;
  }
  
  .search-result .btn-wrap {
      margin-top: 20px;
  }
  
  .search-result .input-wrap label {
      display: block;
  }
  
  .search-result .input-wrap input {
      width: 100%;
  }
  
  .search-result .input-wrap input.error {
      border-color: red;
  }
  
  .search-result .input-wrap input.disabled {
    background: #f7f7f7;
    pointer-events: none;
  }
  
  .search-result .input-wrap textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 100px;
  }
  
  .search-result #return-form-2 {
    margin-top: 30px;
    padding: 20px;
    background: rgba(221,204,168,.09);
  }
  
  .search-result .input-wrap {
      padding: 10px 0px;
  }
  
  .search-result .input-wrap:first-child {
      padding-top: 0;
  }
  
  @media (max-width: 991px) {
    .order-products .order-product .inner {
        flex-direction: column !important;
    }
  }
  
  @media (max-width: 767px) {
    .order-products .order-product .inner {
        padding: 10px;
    }
  }
  
  #productpage .product-info .specs {
      margin-top: 20px;
    max-width: 300px;
    margin-right: 30px;
  }

  #contact-form .btn-wrap .btn {
    max-width: unset;
  }
}

@media (max-width: 991px) {
  #contact-form {
    margin-top: 30px;
  }

  .form-contact-inner {
    flex-direction: column;
  }

  .contact-info {
    min-width: unset;
    max-width: unset;
    width: 100%;
    margin-right: 0;
  }

  .form-wrap .contact-info .title {
    font-size: 2em;
  }

  #contact-form .form-inner .label-50 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .form-wrap .contact-info .title {
    font-size: 1.8em;
  }
}

#textpage.about-page {
  --about_padding: 20px;
}

#textpage.about-page .textpage-content {
  margin-bottom: 30px;
}

#textpage.about-page .textpage-content .text-wrap {
  width: 60%;
  padding: var(--about_padding);
}

#textpage.about-page .textpage-content .image-wrap {
  width: 40%;
  padding: var(--about_padding);
}

#textpage.about-page .textpage-content .image-wrap img {
  padding-left: 50px;
}

#textpage .about-block {
  background: rgba(221, 204, 168, .09);
}

#textpage .about-block .inner {
  display: flex;
  flex-direction: row;
  margin: calc(var(--about_padding) * -1);
}

#textpage.about-page .about-block .inner .left,
#textpage.about-page .about-block .inner .right {
  display: block;
  padding: var(--about_padding);
}

#textpage .about-block .inner .left {
  padding-right: 50px;
  width: 40%;
}

#textpage .about-block .inner .right {
  width: 60%;
}

#textpage .about-block .inner .left img {
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  #textpage .about-block .inner {
    flex-direction: column;
  }

  #textpage.about-page .textpage-content .image-wrap img {
    padding-left: 0;
  }

  #textpage.about-page .about-block .inner .left,
  #textpage.about-page .about-block .inner .right {
    width: 100%;
  }

  #textpage .about-block .inner .left img {
    width: unset;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #textpage.about-page {
    --about_padding: 15px;
  }

  #textpage.about-page .textpage-content .text-wrap,
  #textpage.about-page .textpage-content .image-wrap {
    width: 100%;
  }

  #textpage.about-page .textpage-content .text-wrap {
    margin-bottom: 0;
  }

  #textpage.about-page .textpage-content .image-wrap img {
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
}

/* 404 page */
.page-404 .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-404 .image-wrap {
  position: relative;
}

.page-404 .image-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 600px;
}

.page-404 .button-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
}

.page-404 .buttons {
  margin: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.page-404 .buttons .button {
  padding: 10px;
}

@media (max-width: 767px) {
  .page-404 .image-wrap {
    height: 400px;
    overflow: hidden;
  }

  .page-404 .image-wrap img {
    max-width: unset;
    max-height: 400px;
    min-height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .page-404 .button-wrap {
    padding: 5px;
  }

  .page-404 .buttons {
    padding-top: 20px;
    margin: -4px;
  }

  .page-404 .buttons .button {
    padding: 4px;
  }
}

/* END | 404 page */

.instagram-feed .more-wrap {
  margin-top: 20px;
}

#textpage {
  --sidebar_width: 320px;
  --sidebar_margin: 30px;
}

#textpage .inner {
  display: flex;
  margin-top: 30px;
}

#textpage .sidebar {
  min-width: var(--sidebar_width);
  max-width: var(--sidebar_width);
  margin-right: var(--sidebar_margin);
  padding: 30px;
  background: rgba(221, 204, 168, 0.09);
  border-radius: 3px;
  height: fit-content;
}

#textpage .sidebar .title {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 15px;
}

#textpage .sidebar .links-wrap {
  border-left: 2px solid var(--accentPrimary);
  padding-left: 20px;
}

#textpage .sidebar ul {
  margin: -5px 0;
}

#textpage .sidebar ul li {
  padding: 5px 0;
}

#textpage .sidebar ul li.active a {
  color: var(--accentPrimary);
  font-weight: 700;
}

@media (max-width: 991px) {
  #textpage {
    --sidebar_width: 100%;
    --sidebar_margin: unset;
  }

  #textpage .inner {
    flex-direction: column-reverse;
  }
}

#cart-page .cart-body-col .shipping-discount {
  align-items: flex-start;
}

#cart-page .discount-gift-wrap {
  display: flex;
  flex-direction: column;
  margin: -5px;
}

#cart-page .discount-gift-wrap .discount-block {
  padding: 5px;
}

#cart-page .gift-card-block form {
  display: flex;
  align-items: center;
}

#cart-page .gift-card-block input {
  margin-right: 10px;
}

#cart-page .gift-card-block a.check-discount {
  margin-top: 5px;
  display: block;
  text-align: left;
}

#cart-page .gift-card-block a.check-discount:hover {
  text-decoration: underline;
}

#cart-page .gift-card-block .btn {
  max-height: 50px;
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
  padding: 0 15px;
  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;
  line-height: 50px;
  text-align: center;
}

#cart-page .cart-body-col .shipping-discount {
  align-items: flex-start;
}

@media(max-width: 1399px) {
  #cart-page .cart-body-col .shipping-discount {
    flex-direction: column;
  }

  #cart-page .gift-card-block,
  #cart-page .cart-body-col .shipping-discount .shipping-btn {
    margin-top: 15px;
  }

  #cart-page .gift-card-block a.check-discount {
    margin-top: 3px;
  }
}

@media(max-width: 767px) {

  #cart-page .gift-card-block,
  #cart-page .cart-body-col .shipping-discount .shipping-btn {
    margin-top: 10px;
  }

  #cart-page .gift-card-block a.check-discount {
    margin-top: 5px;
    font-size: 90%;
  }

  #cart-page .cart-body-col .shipping-discount {
    flex-grow: 10;
  }

  #cart-page .cart-body-col .discount-block,
  #cart-page .cart-body-col .discount-block form {
    width: 100%;
  }

  #cart-page .cart-body-col .discount-block input {
    display: flex;
    flex-grow: 10;
  }
}

.mobile-menu ul.shop-settings ul.subs {
  display: block;
}

.mobile-menu ul.shop-settings&gt;li&gt;.inner&gt;a {
  border-top: none;
  font-weight: normal;
}

.mobile-menu ul.shop-settings&gt;li&gt;.inner.active-lang&gt;a {
  font-weight: 700;
}

.mobile-menu ul.shop-settings&gt;li:first-child&gt;.inner&gt;a {
  border-top: 1px solid #eee;
}

#service-page .faq-block {
  background: rgba(221, 204, 168, .2);
  border: var(--standard_border);
  border-radius: var(--tileRadius);
}

#header .alertbar {
  min-height: 40px;
  height: 40px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  position: relative;
}

#header .alertbar .alertbar-inner {
  text-align: center;
}

#header .alertbar .alertbar-close {
  position: absolute;
  right: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  font-size: 1.2em;
  color: black;
  cursor: pointer;
}

@media (max-width: 767px) {
  #header .alertbar {
    min-height: 60px;
    height: 60px;
  }
}

#header .main-header .header-icons li.language .more-languages {
  opacity: 1;
  visibility: visible;
  position: static;
  border: none;
  display: flex;
  flex-direction: row;
}

#header .main-header .header-icons li.language .more-languages li:last-child .language-flag {
  margin-right: 0;
}

#header .main-header .header-icons li.language .more-languages li.active a {
  cursor: inherit;
}

#header .main-header .header-icons li.language .more-languages li:not(.active) a {
  opacity: 0.6;
}

#productpage.giftcard .product-image-wrap {
  flex-direction: column;
}

#productpage.giftcard .product-image-wrap .product-images {
  width: 100%;
}

#productpage.giftcard .product-image-wrap .thumbs-wrap {
  max-width: 100%;
  min-width: 100%;
  margin: 0;
}

#productpage.giftcard .product-info .gift-prices {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#productpage.giftcard .product-info .gift-prices .gift-price {
  padding: 5px;
}

#productpage.giftcard .product-info .gift-prices .gift-price label {
  padding: 10px 5px;
  margin: 0;
  border: 2px solid #eee;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#productpage.giftcard .product-info .gift-prices .gift-price label:hover {
  border-color: var(--accentPrimary);
}

#productpage.giftcard .product-info .gift-prices .gift-price input:checked~label {
  border-color: var(--accentPrimary);
  background: var(--accentPrimary);
  color: #fff;
}

#productpage.giftcard .product-info .gift-prices .gift-price input {
  display: none;
}

#productpage.giftcard .product-info .thumb-wrap-outer,
#productpage.giftcard .product-info .gift-prices-outer {
  padding-top: 30px;
}

#productpage.giftcard .product-info .custom-price-gift,
#productpage.giftcard .product-info .email-input {
  padding-top: 20px;
}

#productpage.giftcard .product-info label {
  display: block;
}

#productpage.giftcard .product-info .input-wrap input,
#productpage.giftcard .product-info .custom-price-gift input {
  width: 100%;
}

#productpage.giftcard .product-info .input-wrap input.error,
#productpage.giftcard .product-info .custom-price-gift input.error {
  border-color: red;
}

#productpage.giftcard .product-info .thumbs {
  margin: 0px -5px;
}

#productpage.giftcard .product-info .thumb {
  padding: 0px 5px;
}

#productpage.giftcard .product-info .thumb input {
  display: none;
}

#productpage.giftcard .product-info .thumb .image-wrap {}

#productpage.giftcard .product-info .thumb .image-wrap label {
  margin: 0;
  border-radius: var(--tileRadius) !important;
  display: block;
  overflow: hidden;
  border: 2px solid #eee;
  cursor: pointer;
}

#productpage.giftcard .product-info .thumb .image-wrap label:hover,
#productpage.giftcard .product-info .thumb .image-wrap input:checked~label {
  border-color: var(--accentPrimary);
}

#productpage.giftcard .product-images .productpage-slider-gift .image-wrap {
  border-radius: var(--tileRadius) !important;
  overflow: hidden;
}

#productpage .product-info .cart .btn.wishlist-btn {
  margin-left: 15px;
  background: var(--accentPrimary);
  color: #fff;
  margin-bottom: 0px;
  padding: 0 25px;
}

#productpage .product-info .cart .btn.wishlist-btn i {
  font-size: 1.8em;
}

#productpage .product-info .cart .btn.wishlist-btn.in-wishlist i:before {
  content: '\ecea';
}

span[data-wishlist-items] {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 19px;
  max-width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: var(--accentPrimary);
  border-radius: 50%;
  font-size: 13px;
  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;
}


.home-blog,
.home-insta {
  position: relative;
}

.home-blog:before,
.home-insta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(brown-overlay.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.home-blog .title-featured,
.home-insta .container {
  position: relative;
  z-index: 1;
}

.gui-account .gui-col2-left .gui-col2-left-col1 {
  margin-bottom: 30px;
}

.gui-block,
.gui-block-inner,
.gui-block-title {
  border-color: var(--accentPrimary);
}

.gui-block,
.gui-block-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.gui-block,
.gui-block-content.gui-white {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

body {
  margin-top: 0px !important;
}

.wsa-cookielaw {
  min-height: 45px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0debc;
  flex-wrap: wrap;
  bottom: 0;
  top: auto;
  border-bottom: 1px solid #eee;
}

.wsa-cookielaw a.wsa-cookielaw-button-green {
  background: var(--cart);
  color: #fff;
  border: none;
  text-shadow: none;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 15px;
}

.wsa-cookielaw a.wsa-cookielaw-link {
  color: #000;
}

@media (max-width: 767px) {
  .wsa-cookielaw {
    line-height: 1.6em;
    font-size: 0.8em;
    padding: 10px;
  }

  .wsa-cookielaw a.wsa-cookielaw-button-green {
    width: 100%;
    margin: 5px 0px;
  }
}


.zoom-outer {
  cursor: zoom-in;
}

.return-form-wrap {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 700px;
  margin: 0 auto;
}

.return-form-wrap h2,
.return-form-wrap .text {
  margin-bottom: 15px;
}

.return-form-wrap h2 {
  color: #966b26;
}

#return-form {
  padding: 20px;
  background: rgba(221, 204, 168, .2);
  border-radius: 5px;
  width: 100%;
  border: var(--standard_border);
}

#return-form .input-wrap {
  margin-bottom: 20px;
}

#return-form .input-wrap label {
  display: block;
}

#return-form .input-wrap input {
  width: 100%;
}

#return-form .input-wrap input.error {
  border-color: red;
}

#return-form .form-message {
  margin-bottom: 15px;
  padding: 15px 20px;
  background: #B33A3A;
  font-weight: bold;
  color: #fff;
  display: none;
  border-radius: 5px;
}

#return-form .form-message.error {
  display: block;
}

#return-form-2 .form-message {
  margin-bottom: 15px;
  padding: 15px 20px;
  background: #B33A3A;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}

#return-form-2 .form-message.success {
  background: var(--cart);
}

.search-result {
  margin-top: 30px;
}

.order-products {
  margin-left: -12px;
  margin-right: -12px;
}

.order-products .order-product {
  display: flex;
  padding: 12px;
}

.order-products .order-product .inner {
  margin: 0 !important;
  padding: 20px;
  border: 2px solid #eee;
  flex-direction: column;
  position: relative;
}

.order-products .order-product .inner:hover,
.order-products .order-product .inner.active {
  border-color: #f0debc;
}

.order-products .order-product .inner&gt;i {
  font-size: 1.7em;
  color: #d2b87e;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 7px;
}

.order-products .order-product .inner.active&gt;i {
  opacity: 1;
}

.order-products .order-product .inner .image-wrap {
  width: 100% !important;
  padding: 0 !important;
  border-radius: 10px;
  overflow: hidden;
}

.order-products .order-product .inner .info {
  padding-top: 20px;
  text-align: center;
}

.order-products .order-product .inner .info .product-title {
  font-size: 13px;
}

.search-result .btn-wrap {
  margin-top: 20px;
}

.search-result .input-wrap label {
  display: block;
}

.search-result .input-wrap input {
  width: 100%;
}

.search-result .input-wrap input.error {
  border-color: red;
}

.search-result .input-wrap input.disabled {
  background: #f7f7f7;
  pointer-events: none;
}

.search-result .input-wrap textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 100px;
}

.search-result #return-form-2 {
  margin-top: 30px;
  padding: 20px;
  background: rgba(221, 204, 168, .09);
}

.search-result .input-wrap {
  padding: 10px 0px;
}

.search-result .input-wrap:first-child {
  padding-top: 0;
}

@media (max-width: 991px) {
  .order-products .order-product .inner {
    flex-direction: column !important;
  }
}

@media (max-width: 767px) {
  .order-products .order-product .inner {
    padding: 10px;
  }
}

#productpage .product-info .specs {
  margin-top: 20px;
  max-width: 300px;
  font-size: 1.143em;
  border: 1px solid #fcfaf7;
}

#productpage .product-info .specs .spec {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

#productpage .product-info .specs .spec:nth-child(even) {
  background: rgba(221, 204, 168, .09);
}

#productpage .product-info .specs .spec .spec-title {
  font-weight: 600;
  flex: 1;
}

#productpage .product-info .info-melding {
  background: #fcfaf7;
  border: 1px solid var(--accentPrimary);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-radius: 5px;
  margin-bottom: 5px;
}

#productpage .product-info .info-melding .icon {
  font-size: 1.6em;
  color: var(--accentPrimary);
  margin-right: 15px;
}

#productpage .product-info .product-usps li.usp-item img {
  margin-right: 14px;
}

#productpage .product-info .product-usps i {
  color: var(--accentPrimary);
}

.collection-text p&gt;span span {
  display: inline-block;
}

#productpage .product-info .cart .btn-large {
  width: 100%;
}

#productpage .product-info .cart .btn-large i {
  margin-right: 10px;
}

#collection .custom-sidebar .back-btn {
  width: 100%;
  font-size: 0.9em;
}

#collection .sibling-cats {
  margin: 0;
  /*   border: 1px  solid #eee; */
  /*   padding: 13px 30px; */
  list-style: none;
  margin-top: 20px;
  border-radius: 5px;

  padding: 20px 25px;
  background-color: rgba(221, 204, 168, .2);
  border: var(--standard_border);
  border-radius: var(--tileRadius);
}

#collection .sibling-cats li a {
  padding: 10px 0px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  display: block;
}

#collection .sibling-cats li a:hover,
#collection .sibling-cats li a.active {
  color: var(--accentPrimary);
}

#collection .sibling-cats li:last-child a {
  border-bottom: 0;
}

#collection.custom-textpage .collection-text .inner {
  width: 100%;
  max-width: 100%;
}

#collection.custom-textpage .collection-text .inner .sterrenbeelden {
  margin: 0px -10px;
  margin-bottom: 30px;
}

#collection.custom-textpage .collection-text .inner .sterrenbeelden .sterrenbeeld {
  padding: 10px;
}

#collection.custom-textpage .collection-text .inner .sterrenbeelden .sterrenbeeld .image-wrap {
  border: 1px solid var(--accentPrimary);
  border-radius: 5px;
  overflow: hidden;
  padding: 20%;
  background: #fcfaf7;
}

#collection.custom-textpage .collection-text .inner .sterrenbeelden .sterrenbeeld .title {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

#collection.custom-textpage .catalog-category .custom-label {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 3px 7px;
  background: var(--accentPrimary);
  color: #fff;
  z-index: 2;
  font-size: 0.9em;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

#collection.custom-textpage .catalog-category .custom-label i {
  margin-right: 3px;
  font-size: 14px;
}

#collection.custom-textpage .catalog-category .custom-label img {
  margin-right: 3px;
  width: 14px;
}

#collection .info-melding {
  background: #fcfaf7;
  border: 1px solid red;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-radius: 5px;
  margin-bottom: 5px;

}

#collection .info-melding .text div:first-child {
  margin-bottom: 15px;
}

#login-page {
  padding: 40px 0px;
}

#login-page .login-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.1em;
}

#login-page .login-page-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#login-page .login-page-inner .register-col {
  width: 55%;
  padding-top: 30px;
}

#login-page .login-page-inner .register-col .btn-wrap {
  display: flex;
}

#login-page .login-page-inner .register-col .usps {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 23px 0px 30px 0px;
}

#login-page .login-page-inner .register-col .usps .usp {
  display: flex;
  align-items: center;
  padding: 5px 0px;
  font-size: 1.1em;
  letter-spacing: 1.49px;
}

#login-page .login-page-inner .register-col .usps .usp .icon {
  color: var(--accentPrimary);
  font-size: 1.4em;
  margin-right: 10px;
}

#login-page .login-page-inner .register-col .usps .usp .usp-text .usp-title {
  font-weight: 600;
}

#login-page .login-page-inner .register-col .text {
  margin-top: 10px;
  /*   font-size: 1.143em; */
}

#login-page .login-page-inner .login-col {
  width: 40%;
}

#login-page .login-page-inner .login-col .login-col-inner {
  padding: 30px;
  background: rgba(221, 204, 168, .09);
  border-radius: 5px;
  border: var(--standard_border);
}

#login-page .login-page-inner .login-col .login-col-inner .text {
  margin-bottom: 15px;
  margin-top: 10px;
  /*   font-size: 1.143em; */
}

#login-page .login-page-inner .login-col .login-col-inner form .input-wrap.first-input {
  margin-bottom: 15px;
}

#login-page .login-page-inner .login-col .login-col-inner form .input-wrap label {
  display: block;
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  opacity: .7;
  font-weight: 600;
}

#login-page .login-page-inner .login-col .login-col-inner form .input-wrap input {
  outline: none;
  font-size: 1em;
  width: 100%;
}

#login-page .login-page-inner .login-col .login-col-inner form .input-wrap span {
  color: #C80805;
  margin-left: 3px;
}

#login-page .login-page-inner .login-col .login-col-inner .required-fields {
  color: #C80805;
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
  font-size: 0.9em;
}

#login-page .login-page-inner .login-col .login-col-inner .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}


#login-page .login-page-inner .login-col .login-col-inner .text-link {
  text-decoration: none !important;
  font-size: 0.9em;
}

@media (max-width: 991px) {
  #login-page .login-page-inner .register-col {
    width: 40%;
  }

  #login-page .login-page-inner .login-col {
    width: 55%;
  }
}

@media (max-width: 767px) {
  #login-page .login-page-inner {
    flex-direction: column;
  }

  #login-page .login-page-inner .register-col {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0px;
  }

  #login-page .login-page-inner .register-col .usps {
    margin: 8px 0px 15px 0px;
  }

  #login-page .login-page-inner .register-col .btn-wrap .btn {
    width: 100%;
  }

  #login-page .login-page-inner .login-col {
    width: 100%;
  }

  #login-page .login-page-inner .login-col .login-col-inner .buttons {
    flex-direction: column-reverse;
  }

  #login-page .login-page-inner .login-col .login-col-inner .buttons .btn {
    width: 100%;
    margin-bottom: 15px;
  }
}

#register-page {
  max-width: 100%;
  width: 800px;
  margin: 40px auto;
  padding: 30px 30px;
  background: rgba(221, 204, 168, .09);
}

#register-page h1 {
  font-size: 25px;
}

#register-page .input-wrap-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px -10px
}

#register-page .input-wrap-row .input-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px;
}

#register-page .input-wrap-row .input-wrap label {
  display: block;
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  opacity: .7;
  font-weight: 600;
}

#register-page .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

#register-page .btn-wrap .text-link {
  text-decoration: underline;
}

#register-page .phone-input-wrap {
  position: relative;
}

#register-page .phone-input-wrap .cur-country {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 80px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#register-page .phone-input-wrap .cur-country span {
  margin-left: 5px;
}

#register-page .phone-input-wrap select {
  position: absolute;
  left: 0;
  width: 80px;
  height: 50px;
  border: 2px solid #eee;
  appearance: none;
  color: transparent;
  background: transparent;
  z-index: 3;
  outline: none !important;
}

#register-page .phone-input-wrap input {
  padding-left: 100px;
  width: 100%;
}

#register-page .checkbox-wrap {
  margin-top: 15px;
}

#register-page .checkbox-wrap label {
  line-height: 18px;
}

#register-page .checkbox-wrap label:before {
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

#register-page .checkbox-wrap label:after {
  top: 50%;
  transform: translateY(-50%);
}

#register-page .checkbox-wrap input:checked~label:before {
  background: var(--accentPrimary);
  border-color: var(--accentPrimary) !important;
}

#register-page .checkbox-wrap label a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #register-page .btn-wrap {
    flex-direction: column-reverse;
  }

  #register-page .btn-wrap .text-link-wrap {
    text-align: center;
    margin-top: 15px;
  }
}

.home-text .home-text-block .text-block {
  border-radius: var(--tileRadius);
  border: var(--standard_border);
}

@media (max-width: 767px) {
  #productpage .product-info .cart .btn {
    padding: 0px 13px;
  }

  #productpage .product-info .cart .btn.wishlist-btn {
    font-size: 0.8em;
    margin-left: 10px;
  }
}

.products .product.dev-product {
  display: flex;
}

.products .product.dev-product .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.products .product.dev-product .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products .product.dev-product .info .compare {
  display: flex;
  align-items: center;
  justify-content: center;
}

#productpage .product-info-wrap .compare {
  margin-top: 10px;
}

add-compare {
  cursor: pointer;
}
add-compare:hover {
  font-weight: bold;
}
add-compare.active {
  cursor: not-allowed;
  pointer-events: none;
}


/* live compare */
.compare-block {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.compare-block .compare-wrap {
  position: relative;
}

.compare-block .compare-pop {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  background: #fff;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.compare-pop .head {
  height: 50px;
  padding: 0px 15px;
  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;
  cursor: pointer;
  text-decoration: none;
  background: var(--accentPrimary);
}

.compare-pop {
  -webkit-transform: translate(0, calc(100% + 2px)) translateZ(0);
  transform: translate(0, calc(100% + 2px)) translateZ(0);
  ;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.compare-pop.active {
  -webkit-transform: translate(0, calc(100% - 50px)) translateZ(0);
  transform: translate(0, calc(100% - 50px)) translateZ(0);
  -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);
}

.compare-pop.active.open {
  -webkit-transform: translate(0, 0%) translateZ(0);
  transform: translate(0, 0%) translateZ(0);
  width: 350px;
}

.compare-pop .head .title {
  color: #fff;
}

.compare-pop .head .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  background: #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: 11px;
  font-weight: bold;
}

.compare-pop .compare-body {
  background: rgba(0, 0, 0, 0.03);
  padding: 20px 15px;
}

.compare-overlay {
  z-index: 9999;
}

.compare-products .compare-product {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.compare-products .compare-product .inner {
  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;
}

.compare-products .compare-product .image {
  min-width: 60px;
  max-width: 60px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.compare-products .compare-product .image:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}

.compare-products .compare-product .image img {
  width: 100%;
}

.compare-products .compare-product .info {
  width: 100%;
  margin-left: 10px;
  font-size: .95em;
}

.compare-products .compare-product .product-brand {
  display: block;
  font-size: .9em;
  font-weight: bold;
}

.compare-products .compare-product .delete {
  color: #D0D0D0;
  margin-left: 15px;
}

.compare-products .compare-product .stars-price {
  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;
  margin-top: 5px;
}

.compare-products .compare-product .stars {
  font-size: .9em;
  color: #f1c40f;
  margin: 0px -1px;
}

.compare-products .compare-product .stars i {
  margin: 1px;
}

.compare-pop .button {
  margin-top: 20px;
}

.compare-pop .button .btn {
  width: 100%;
}

/* end live compare */

/* Compare page */
#compare-page {}

#compare-page .compare-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-y: scroll;
}

#compare-page .table-compare {
  width: 100%;
  min-width: 900px;
}

#compare-page .table-compare .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 250px;
  position: relative;
}

#compare-page .table-compare .item .share-compare {
  margin-top: 10px;
}

#compare-page .table-compare .item img {
  width: 100%;
  border-radius: var(--tileRadius);
}

#compare-page .table-compare .item .remove {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
  font-size: 18px;
}

#compare-page .table-compare .item .remove i {
  margin-right: -1px;
}


#compare-page .table-compare .read-more-link {
  color: var(--accentPrimary);
  text-decoration: underline;
}

#compare-page .table-compare .item .title {
  margin-top: 15px;
  height: 3em;
  overflow: hidden;
}

#compare-page .table-compare .item .price {
  margin: 10px 0 20px 0;
  font-size: .95em;
  font-weight: bold;
}

#compare-page .table-compare .item .price .old-price .price-inner {
  margin-right: 10px;
  display: inline-block;
  text-decoration: line-through;
  font-size: 90%;
}

#compare-page .table-compare .btn {
  height: 40px;
}

#compare-page .table-compare td .stock {
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .1em;
}

#compare-page .table-compare td .stock i {
  margin-right: 7px;
}

#compare-page .table-compare th,
#compare-page .table-compare td {
  border-right: 1px solid #fcfaf7;
  border-bottom: 1px solid #fcfaf7;
  padding: 20px;
  font-size: .95em;
}

#compare-page .table-compare tr:last-child td,
#compare-page .table-compare tr:last-child th {
  border-bottom: none;
}

#compare-page .table-compare tr td:last-child,
#compare-page .table-compare tr th:last-child {
  border-right: none;
}

#compare-page .table-compare tr td:first-child,
#compare-page .table-compare tr th:first-child {
  font-size: 1em;
  color: #333;
}

/* End compare page */

#productpage .product-content-bundles .product-content p:last-child span {
  text-decoration: none !important;
}

/* #productpage .product-content-bundles .product-content p:last-child a {
  display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: 400;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;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: 0 25px;color: #fff;font-weight: 700;font-size: 1em;border-radius: 3px;text-transform: uppercase;-webkit-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;background: #666699;color: #fff !important;text-decoration: none !important;font-size: 14px;margin-top: 5px;}
  #productpage .product-content-bundles .product-content p:last-child a:hover {-webkit-filter: brightness(90%);filter: brightness(90%);} */
.products .product .image-wrap img,
.categories .category a,
#catalog .catalog-category a {
  border: 1px solid var(--accentPrimary)
}

#productpage .product-content-bundles .product-content .btn {
  background: #666699;
  color: #fff !important;
  text-decoration: none !important;
  margin-top: 20px;
  white-space: break-spaces;
  border: var(--standard_border);
}

#cart-page .add-wrapping .add-wrapping-input {
  display: none;
}

#cart-page .add-wrapping label {
  text-decoration: underline;
  cursor: pointer;
}

#cart-page .add-wrapping label i,
#cart-page .change-wrapping a i {
  margin-right: 5px;
  font-size: 18px;
  text-decoration: none !important;
  line-height: 16px;
  position: relative;
  top: 1px;
}

#cart-page .add-wrapping label span,
#cart-page .change-wrapping a {
  color: var(--accentPrimary) !important;
  text-decoration: underline;
}

#cart-page .add-wrapping {
  margin-top: 5px;
}

#cart-page .add-wrapping .init-label,
#cart-page .change-wrapping a {
  color: var(--accentPrimary) !important;
  font-weight: bold;
}

#cart-page .add-wrapping .filled-label {
  display: none;
  color: var(--cart);
}

#cart-page .add-wrapping .add-wrapping-input:checked~.filled-label {
  display: inline-block;
  text-decoration: none;
  color: var(--accentPrimary) !important;
}

#cart-page .add-wrapping .add-wrapping-input:checked~.init-label {
  display: none;
}

.general-content p a {
  color: #666699 !important;
  text-decoration: underline !important;
}

#cart-page #cadeaupapier-popup {
  display: none;
}

#cart-page .inpak-samen {
  margin-top: 10px;
  margin-bottom: -15px;
}

#cadeaupapier-popup {
  width: 800px;
}

#cadeaupapier-popup .title {
  font-size: 1.8em;
  font-weight: 700;
  text-align: center;
}

#cadeaupapier-popup .button-wrap {
  text-align: center;
  margin-top: 30px;
}

#cadeaupapier-popup .inpak-varianten {
  margin: 20px -7px 0px -7px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#cadeaupapier-popup .inpak-varianten .inpak-variant {
  width: 25%;
  padding: 7px;
}

#cadeaupapier-popup .inpak-varianten .inpak-variant .inpak-variant-inner {
  padding: 5px;
  border: 2px solid #eee;
  display: block;
}

#cadeaupapier-popup .inpak-varianten .inpak-variant .inpak-variant-inner:hover,
#cadeaupapier-popup .inpak-varianten .inpak-variant .inpak-variant-inner.active {
  border-color: var(--accentPrimary);
}

#cadeaupapier-popup .inpak-varianten .inpak-variant img {
  width: 100%;
}

#footer .footer-bottom .payments {
  align-items: center;
}

#footer .footer-bottom .payments .payment-title {
  color: #7f7f7f;
}

#cart-page .payments .payment-title {
  width: 100%;
  margin-bottom: 10px;
}

#cart-page .payments .payment-title i,
#footer .footer-bottom .payments .payment-title i {
  margin-right: 5px;
  color: var(--cart);
}

@media(max-width: 767px) {
  #footer .footer-bottom .payments .payment-title {
    width: 100%;
    text-align: center;
  }
}

.greeting-block {
  display: none;
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 3px;
  margin-top: -3px;
}

.greeting-main-title {
  margin-top: 40px;
  width: 100%;
}

.greeting-block .greeting-title {
  font-size: 1.2em;
}

.categories .category .category-title,
#catalog .catalog-category .overlay .category-title {
  font-size: 1em;
  font-weight: 800;
  letter-spacing: 1px;
  hyphens: auto;
  word-wrap: break-word;
  word-break: auto-phrase;
}

.categories .category {
  padding: 5px;
}

#catalog .catalog-category {
  padding: 5px;
}

@media only screen and (min-width: 992px) {
  .categories .category img {
    /* width: auto; */
    height: 100%;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
  }

  .categories .category a {
    min-height: 120px;
  }
}

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

  .categories .category .category-title,
  #catalog .catalog-category .overlay .category-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
  }

  .categories .category {
    padding: 3px;
  }
}


h1,
h2,
h3,
h4,
.title-font {
  font-weight: 200 !important
}

#blog .blog-article .summary .content {
  display: none !important;
}

#blog .blog-article .info {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#blog .blog-article .info-wrap {
  margin: 0 !important;
}

#letter-overview.letter-overview.active li:first-child,
#letter-overview-footer.fixed .letter-overview li:first-child {
  margin-left: 0 !important;
}

.letter-overview {
  justify-content: center;
}

.headlines .owl-nav {
  display: none !important;
}

#shopify-section-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: all 300ms ease-in-out;
}

.col-description-below {
  overflow: hidden;
  position: relative;
}

.col-description-below.spacing-below {
  margin-bottom: 24px;
}

.desc-collapsed {
  height: 140px;
}

.desc-collapsed:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7749474789915967) 57%, rgba(255, 255, 255, 1) 100%);
}

#collectionLeesmeer {
  text-decoration: none !important;
  margin-top: 16px;
}

#collectionLeesmeer,
#collectionLeesmeer:hover {
  color: #fff !important;
}

#collectionLeesmeer i {
  margin-left: 6px;
}

#collectionLeesmeer i.rotated {
  transform: rotate(180deg);
}

.leesmeer-btn-wrapper {
  display: flex;
  justify-content: center;
}

  {
  # header #
}

.sm-header {
  min-height: 50vh;
  background-color: #fbf5eb;
  border: solid 1px #F0DEBC;
  border-radius: 15px;
  margin-bottom: 50px;
  margin-top: 50px;
  display: flex;
  overflow: hidden;
}

.sm-header .header-col-left {
  width: 55%;
  background-size: cover;
  position: relative;
}

.sm-header .header-col-left:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 20%;
  background: linear-gradient(270deg, rgba(251, 245, 235, 1) 0%, rgba(251, 245, 235, 1) 35%, rgba(251, 245, 235, 0) 100%);
  right: 0;
  top: 0;
}

.sm-header .header-col-left img {
  width: 100%;
}

.sm-header .header-col-right {
  width: 45%;
  display: flex;
  align-items: center;
}

.sm-header .buttons-wrapper {
  padding-top: 24px;
  gap: 12px;
  display: flex;
}

.sm-header .buttons-wrapper .btn-header-main {
  background-color: #F0DEBC;
  border: solid 2px #F0DEBC;
  padding: 12px 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  justify-content: center;
  transition: all 300ms ease-in-out;
}

.sm-header .buttons-wrapper .btn-header-main:hover {
  background-color: #cdbc9e;
  border-color: #cdbc9e;
  transition: all 300ms ease-in-out;
}

.sm-header .buttons-wrapper .btn-header-sub {
  background-color: transparent;
  border: solid 1px #000;
  padding: 12px 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  justify-content: center;
  transition: all 300ms ease-in-out;
}

.sm-header .buttons-wrapper .btn-header-sub:hover {
  background-color: #000;
  color: #fff;
  transition: all 300ms ease-in-out;
}

.sm-header .header-content h2 {
  padding-bottom: 16px;
  font-size: 40px;
}

@media only screen and (max-width: 1200px) {
  .sm-header .header-content h2 {
    font-size: 36px;
  }

  .sm-header .buttons-wrapper .btn-header-main,
  .sm-header .buttons-wrapper .btn-header-sub {
    padding: 12px 18px;
  }

  .sm-header .header-content {
    padding: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .sm-header {
    flex-direction: column;
  }

  .sm-header .header-content {
    padding: 20px 24px 32px 24px;
  }

  .sm-header .header-col-left {
    width: 100%;
    height: 360px;
  }

  .sm-header .header-col-right {
    width: 100%;
  }

  .sm-header .header-col-left:after {
    height: 20%;
    width: 100%;
    top: unset;
    bottom: 0;
    background: linear-gradient(0deg, rgba(251, 245, 235, 1) 0%, rgba(251, 245, 235, 1) 35%, rgba(251, 245, 235, 0) 100%);
  }

  .sm-header .buttons-wrapper .btn-header-main,
  .sm-header .buttons-wrapper .btn-header-sub {
    padding: 12px 30px;
  }

  .sm-header .header-content {
    padding: 40px 24px;
  }
}

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

  .sm-header {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm-header .buttons-wrapper {
    flex-direction: column;
  }

  .sm-header .buttons-wrapper .btn-header-main,
  .sm-header .buttons-wrapper .btn-header-sub {
    width: 100%;
  }

  .sm-header .header-col-left {
    height: 270px;
  }

  .sm-header .header-content h2 {
    font-size: 29px;
  }
}</pre></body></html>