
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://www.goodstore.nl/skin/frontend/goodstore/default/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* Module: Sidebar Widget (Left) */

.gsSmallCol.fl .widget {
    padding: 0px;
}
#gsMain .gsSmallCol.fl .widget h1 {
    margin: 10px 0 0 0;
    padding: 0px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.gsSmallCol.fl .widget p {
    margin: 8px 0 0 0;
}
.gsSmallCol.fl .widget ul { margin: 0; padding: 0; list-style: none; }

/* Module: Sidebar Widget (Right) */

.gsSmallCol.fr .widget {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
        
        border: 1px solid #cecece;
        border-radius: 0.5px;
}
.gsSmallCol.fr .widget p { margin: 8px 0 0 0; }
.gsSmallCol.fr .widget h1, .gsSmallCol .widget h2 {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.gsSmallCol.fr .widget h1 {
	font-size: 25px;
	color: #f96d00;
	padding: 0 0 10px 0;
}
.gsSmallCol.fr .widget h2 {
	font-size: 18px;
	color: #0290e4;
	padding: 0 0 8px 5px;
}
.gsSmallCol.fl .widget:first-child h5:first-of-type{margin-top: 0px;}

.gsSmallCol.fr .widget ul { margin: 0; padding: 0 0 0 6px; list-style: none; }
.gsSmallCol.fr .widget ul li { margin: 0 0 6px 0; }

/* Module: Footer widget (top) */
.gsFooterRow1 .widget {
	float: left;
	color: rgba(58, 59, 58, 1);
	font-size: 14px;
	margin-right: 20px;
	min-width: 120px;
	max-width: 400px;
}
.gsFooterRow1 .widget h1 {
	font-size: 14px;
	font-weight: 600;
	color: rgba(58, 59, 58, 1);
	margin: 0;
}
.gsFooterRow1 .widget ul { list-style: none; margin: 0; padding: 0;}
.gsFooterRow1 .widget a {
	color: rgba(58, 59, 58, 1);
	text-decoration: none;
}
.gsFooterRow1 .widget a:hover {
	text-decoration: underline;
}

/* Module: Footer widget (bottom) */
.gsFooterRow2 .widget { font-size: 14px; padding-bottom: 20px; }
.gsFooterRow2 p { margin: 7px 0 0 0; }

input#gscmbname, input.gscmbname  {
    max-width: 155px !important;
}

input#gscmbphone, input.gscmbphone {
    max-width: 155px !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

/* recomment for fix issues on mobile devices
@media only screen and (max-device-width: 770px) {
    .amlabel-txt {
        font-size: 70%;
        line-height: 1.1;
    }
}
*/

.amlabel-div {
    position: relative;
}

.amlabel-div .amlabel-txt {
    line-height: 11px;
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    letter-spacing: 0.01px;
    text-decoration: none;
    color: #fff;
}

.amlabel-div a {
    text-decoration: none;
    position: relative;
}

.amlabel-table {
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.amlabel-table td {
    vertical-align: middle;
    text-align: center;
    border: 0;
    height: auto;
}

.top-center {
    top     : 0;
    left    : 0;
    right   : 0;
    margin-left : auto;
    margin-right : auto;
    text-align: center;
    background-position-x: center !important;
}

.middle-left {
    left : 0;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
}

.middle-right {
    right: 0;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
    background-position-x: right !important;
    text-align: right;
}

.bottom-center {
    bottom: 0;
    left    : 0;
    right   : 0;
    margin-left : auto;
    margin-right : auto;
    text-align: center;
    background-position-x: center !important;
}

.middle-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    background-position-x: center !important;
}

.top-left {
    top: 0;
    left: 0;
}

.top-right {
    top: 0;
    right: 0;
    background-position-x: right !important;
    text-align: right;
}

.bottom-left {
    bottom: 0;
    left: 0;
}

.bottom-right {
    bottom: 0;
    right: 0;
    background-position-x: right !important;
    text-align: right;
}

.products-list .amlabel-div {
    float: left;
}

* html .amlabel-div {
    float: left;
}

* html .amlabel-div a {
    position: relative;
}

@media (max-width: 930px) {
    .amlabel-table {
        display: none;
    }
}

.amlabel-table2 {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.amlabel-txt2 {
    width: 100%;
    height: 100%;
    background-size: contain !important;
    position: absolute;
    z-index: 7000;
}

.wrapper .page-header .page-header-container {
    z-index: 7100;
}

.ampreorder_note {
    font-weight: bold !important;
    color: #00aa00;
}
#ampromo-items-add {
  border: 1px solid #ededed;
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
}
#ampromo-items-add a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.amscheckout #ampromo-items-add {
  margin: 7px 10px;
}
#ampromo-overlay {
  direction: ltr;
}
#ampromo-overlay.mode-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  overflow: scroll;
}
#ampromo-overlay.mode-popup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  background: url(https://www.goodstore.nl/skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  opacity: .8;
}
#ampromo-overlay.mode-popup .close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#ampromo-overlay.mode-inline #ampromo-items {
  width: 100%;
  margin: 20px 0 40px;
  border: 0;
  padding: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .products {
  margin: 0 -20px 25px;
  align-items: stretch;
}
#ampromo-overlay.mode-inline #ampromo-items .products .product {
  margin-bottom: 20px;
}
#ampromo-overlay.mode-inline #ampromo-items #ampromo-carousel-wrapper {
  margin: 0 -15px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item {
  margin: 0 20px 20px;
  height: 100%;
  width: auto;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-items-form {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-item-buttons {
  margin-top: 20px;
  text-align: center;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config .ampromo-item-options {
  margin-bottom: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options {
  display: flex;
  align-items: flex-start;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options {
  margin-left: 12px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options input,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options select {
  max-width: 160px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple {
  margin: -20px -20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-image-wrap {
  padding: 20px 20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title {
  position: relative;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title .ampromo-item-title {
  padding: 12px;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title:hover .ampromo-item-title {
  display: flex;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 {
  color: white;
  line-height: initial;
  text-align: center;
  font-size: 16px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 a {
  color: white;
  line-height: initial;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-add-all {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
#ampromo-overlay.mode-inline .ampromo-slide {
  margin: 10px 0;
}
#ampromo-overlay.mode-inline #ampromo-carousel-content {
  display: flex;
  flex-wrap: wrap;
}
#ampromo-overlay .ampromo-carousel-control {
  position: absolute;
  top: 260px;
  background: url(https://www.goodstore.nl/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
  width: 48px;
  height: 45px;
  font-size: 0;
  display: none;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.prev {
  background-position: 0 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.next {
  background-position: -46px 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.prev {
  background-position: 0 -45px;
  left: 20px;
}
#ampromo-overlay .ampromo-carousel-control.prev:hover {
  background-position: 0 -91px;
}
#ampromo-overlay .ampromo-carousel-control.next {
  background-position: -46px -45px;
  right: 20px;
}
#ampromo-overlay .ampromo-carousel-control.next:hover {
  background-position: -46px -91px;
}
#ampromo-overlay #ampromo-items {
  border: 1px solid #ededed;
  background-color: white;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#ampromo-overlay #ampromo-items.amcarousel {
  display: block;
  width: 950px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-wrapper {
  width: 780px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-content {
  width: 4500px;
  height: 1px;
}
#ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control {
  display: block;
}
#ampromo-overlay #ampromo-items .ampromo-item {
  box-sizing: border-box;
  margin-bottom: 7px;
  padding: 20px;
  width: 250px;
  border: 1px solid #ededed;
  position: relative;
  margin-right: 12px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard {
  width: 400px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard .ampromo-item-options {
  overflow-y: scroll;
  max-height: 300px;
}
#ampromo-overlay #ampromo-items .ampromo-item-options {
  margin-bottom: 12px;
  text-align: left;
}
#ampromo-overlay #ampromo-items .ampromo-item-image {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header {
  font-weight: bold;
  font-size: 18px;
  background: #f3f3f3;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header:after {
  content: '▲';
  margin-left: 12px;
  color: #919191;
}
#ampromo-overlay #ampromo-items .rule .products {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 40px;
}
#ampromo-overlay #ampromo-items .rule .products .product {
  margin-left: 10px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple {
  margin: -20px -20px -40px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .product-title {
  position: static;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .ampromo-item-image-wrap {
  padding: 20px;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item {
  box-shadow: none;
  border: 1px solid #d8dae4;
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item.checked {
  outline: 1px solid #d8dae4;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .ampromo-item-title {
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .mark input {
  position: absolute;
  left: -25px;
  top: 0;
}
#ampromo-overlay #ampromo-items .rule.collapsed .ampromo-rule-header:after {
  content: '▼';
}
#ampromo-overlay #ampromo-items .rule.collapsed .products {
  display: none;
}
@media only screen and (max-width: 820px) and (min-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 400px;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control {
    z-index: 10001;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.next {
    right: 0;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.prev {
    left: 0;
  }
}
@media only screen and (max-width: 340px) {
  #ampromo-overlay.mode-popup #ampromo-items .ampromo-item {
    border: none;
  }
}
@media only screen and (max-height: 500px) {
  #ampromo-overlay.mode-popup #ampromo-items {
    padding-top: 0;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    top: 0 !important;
    height: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items > h4 {
    display: none;
  }
}
#ampromo-carousel-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
#ampromo-carousel-content .ampromo-slide {
  float: left;
}
.ampromo-item .qty-holder {
  display: none;
}
.ampromo-item .giftcard-send-form {
  padding: 0;
  margin: 0;
}
.ampromo-item-options select,
.ampromo-item-options input {
  max-width: 210px;
}
.ampromo-notification {
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
  border: 1px solid #f16048;
  color: #df280a;
  background: #faebe7;
}
.ampromo-items-form h4 {
  line-height: 50px;
}
.ampromo-items-form h4 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.ampromo-label {
  float: right;
  position: absolute;
  z-index: 500;
}
.ampromo-gift .product-image {
  float: left;
}
.ampromo-gift li {
  margin: 10px 10px;
  float: left;
}
.ampromo-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 300px;
  position: absolute;
  z-index: 10001;
}
.ampromo-product-name {
  font-weight: bold;
}

.calendar {
  z-index:10001;
}

div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width: 170px;
}

.amshopby-logo {
    padding: 0 10px 10px 0;
    float: left;
}

.amshopby-featured {
    padding: 5px;
}

.amshopby-link {
    padding: 5px 0 0 5px;
}

.amshopby-clearer {
    display: block;
    clear: both;
    overflow: hidden;
}

div.block-layered-nav dd a {
    padding: 0 5px 0 0;
    display: block;
    float: left;
}

.block-layered-nav .amshopby-attr,
.block-layered-nav .amshopby-attr:hover {
    padding-left: 15px;
    background: url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr::before,
.block-layered-nav .amshopby-attr-selected::before {
    border-style: none;
}

.block-layered-nav .amshopby-attr-selected,
.block-layered-nav .amshopby-attr-selected:hover {
    font-weight: bold;
    padding-left: 15px;
    background: url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr-inactive {
    pointer-events: none;
    color: #666
}

.block-layered-nav dd a img {
    float: left;
}

.block-layered-nav .single-choice a.amshopby-attr,
.block-layered-nav .single-choice a.amshopby-attr:hover {
    background-image: url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-rb1.gif);
}

.block-layered-nav .single-choice a.amshopby-attr-selected,
.block-layered-nav .single-choice a.amshopby-attr-selected:hover {
    background-image: url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-rb2.gif);
}

.amshopby-swatch {
    background: url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-level-2 {
    padding-left: 0;
}

.block-layered-nav .amshopby-cat-level-2.static-2-level {
    padding-left: 30px;
}

.block-layered-nav .amshopby-cat-level-3 {
    padding-left: 20px;
}

.block-layered-nav .amshopby-cat-selected {
    font-weight: bold;
    color: black;
    text-decoration: none;
    cursor: text;
}

.block-layered-nav .amshopby-cat-multi a {
    padding-left: 15px;
    background: url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-multiselected a,
.block-layered-nav .amshopby-cat-multiselected a:hover {
    font-weight: bold;
    background: url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav span.amshopby-plusminus {
    float: left;
    display: block;
    margin: 5px 0 0;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-plus.gif) no-repeat;
}

.block-layered-nav span.minus {
    background: transparent url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;
}

.block-layered-nav li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.main .block-layered-nav.amshopby-collapse-enabled dt {
    cursor: pointer;
    padding-left: 15px;
    background: url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled dt::after {
    border-style: none;
}

.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
    background: url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled .toggle-content .no-display {
    display: block;
}

.block-layered-nav .amshopby-slider {
    position: relative;
    margin: 10px 4px 5px;
    z-index: 9;
    height: 18px;
    background: url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    cursor: pointer;
}

.block-layered-nav .amshopby-slider .handle {
    margin-left: -4px;
    width: 8px;
    top: 3px;
    height: 14px;
    background: transparent url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat;
    position: absolute;
    cursor: move;
    z-index: 2;
}

/*
 * Slider labels
 */
.amshopby-slider-price {
    color: #798794;
}

.amshopby-slider-price-from {
    float: left;
}

.amshopby-slider-price-to {
    float: right;
}

.amshopby-slider-handle-right,
.amshopby-slider-handle-left {
    position: absolute;
    top: 14px;
}

.amshopby-slider-handle-left {
    left: 0;
}
.amshopby-slider-handle-right {
    right: 0;
}
.amshopby-tooltip {
    padding: 2px 5px;
    background: #FEC;
    border: 1px solid #FAA819;
    color: #1F5070;
    text-align: left;
    width: 200px;
    position: absolute;
    z-index: 1000;
}

.amshopby-slider-price-range {
    text-align: center;
    font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor: help;
    display: inline;
}

.block-layered-nav,
.amshopby-page-container,
.amshopby-filters-top {
    position: relative;
}

.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}

.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

.amshopby-overlay div {
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 200px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}
/*
 * Advanced Categories
 */
.amshopby-advanced li {
    clear: both;
}

.amshopby-advanced .level1 {
    padding-left: 20px;
}

.amshopby-advanced .level2 {
    padding-left: 30px;
}

.amshopby-advanced .level3 {
    padding-left: 40px;
}

.amshopby-advanced .level4 {
    padding-left: 50px;
}

.amshopby-advanced li.active > a {
    font-weight: bold;
}

.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}
/*
 * Slider Bar
 */
.amshopby-slider-bar {
    position: absolute;
    background: #999;
    height: 6px;
    top: 6px;
    z-index: 1;
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
    overflow: auto;
}

.btn-remove-inline {
    background: url('https://www.goodstore.nl/skin/frontend/base/default/images/am_btn_remove.gif') no-repeat;
    width: 13px;
    height: 12px;
    margin-left: 4px;
}

.amshopby-hightlighted {
    background: yellow;
}

.btn-remove-inline img {
    display: inline;
}

.block-layered-nav .amshopby-slider .handle.active {
    z-index: 3;
}

.amshopby-slider-ui {
    background: url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    margin: 10px .4em;
}

.amshopby-slider-ui .ui-slider-handle {
    background-color: #f18200;
    border: 1px solid #de5400;
    box-sizing: border-box;
    outline: none;
}

.amshopby-slider-ui .ui-slider-range {
    background-color: #999999;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    cursor: pointer;
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: -.4em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0.2em;
    height: 8px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.amshopby-narrow-by-list td {
    vertical-align: top;
}

input[name^="amshopby"][id$="from"].input-text,
input[name^="amshopby"][id$="to"].input-text {
    width: auto;
}

.amshopby-item-top {
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol {
    max-width: 250px;
}

.amshopby-item-top .amshopby-column {
    width: auto;
}

.no-display-current,
.no-display {
    display: none;
}

.current .no-display-current,
.current td.no-display {
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content dt {
        background: url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dt.current {
        background: url(https://www.goodstore.nl/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
    }
}

.block-layered-nav ol:not(.single-choice) select option[selected] {
    color: white;
    background-color: rgba(171, 171, 171, 1);
}

.amshopby-apply-button {
    width: 180px;
    height: 40px;
    margin-top: 1em;
}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}
.amshopby-subcategories-wrapper {
    position: relative;
    box-sizing: unset;
    flex-wrap: wrap;
}
.amshopby-subcategories-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 999;
}
.amshopby-subcategory {
    float: left;
    height: auto;
    width: auto;
    padding-right: 5px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.amshopby-subcategory .am-item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
}
.amshopby-subcategory .am-img {
    max-width: 100%;
    display: block;
    float: left;
}
.amshopby-subcategory .am-title {
    margin-left: 5px;
    padding: 20px 0;
}
.amshopby-subcategories-img {
    display: inline;
    vertical-align: middle;
}
div.amshopby-overflow-scroll-enabled div.block-content dl dd > ol:first-of-type {
    overflow-y: auto;
}
.amshopby-cat-level-1.without-icon {
    padding-left: 15px;
}

#cookie-law { background:#f7f7f7; }
#cookie-law p { padding:5px 0; margin:0; }
#cookieconsent {
    position: fixed;
    right: 50px;
    top: 100%;
    transition: top .5s;
    text-align: right;
}

#cookieconsent .cc-handle {
    display: inline-block;
    box-shadow: 0 0 15px -3px rgba(0,0,0,.75);
    cursor: pointer;
    position: relative;
}
#cookieconsent .cc-handle:after {
    content: '';
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
}

#cookieconsent .cc-handle .cc-title {
    padding: 15px;
    background: #fff;
    z-index: 100;
    line-height: 1.1;
    margin: 0;
}

#cookieconsent .cc-handle .cc-title .icon {
    font-size: 24px;
    vertical-align: middle;
}

#cookieconsent .cc-content {
    position: relative;
    width: 380px;
    transition: box-shadow .5s;
    padding: 15px;
    background: #fff;
    text-align: left;
}
#cookieconsent.open .cc-content {
    box-shadow: 0 0 15px -3px rgba(0,0,0,.75);
}

#cookieconsent .cc-options li {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

#cookieconsent .cc-options label {
    margin-left: 15px;
}

#cookieconsent .cc-options p {
    margin-top: 5px;
    font-weight: normal;
}

#cookieconsent .cc-option-title {
    font-weight: bold;
}

#cookieconsent .cc-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 10px;
}

#cookieconsent .cc-icon img {
    max-width: 100%;
    height: auto;
    display: block;
}

#cookieconsent .cc-link {
    margin-left: 15px;
}

#cookieconsent .cc-footer .btn {
    width: auto;
}

#cookieconsent .cc-footer a {
    text-decoration: underline;
    color: #0290e4;
}

.cc-placeholder {
    padding: 15px;
    border: 1px dotted #333;
    background: #fff;
    cursor: pointer;
    transition: background .3s;
}
.cc-placeholder:hover {
    background: #ddd;
}

@media (max-width: 768px) {
    #cookieconsent {
        right: 0;
        width: 100%;
        line-height: 1.2;
        font-size: 14px;
    }

    #cookieconsent .cc-content {
        width: 100%;
    }

    #cookieconsent .cc-handle .cc-title .title-text {
        display: none;
    }

    #cookieconsent .cc-options li input {
        font-size: 16px;
        min-width: 16px;
    }
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 768px)
and (orientation : landscape) {
    #cookieconsent .cc-intro {
        margin-bottom: 10px;
    }
    #cookieconsent .cc-options {
        columns: 2;
        column-gap: 10px;
    }
    #cookieconsent .cc-options label {
        margin-left: 10px;
    }
    #cookieconsent .cc-options label p {
        margin-left: -29px;
    }
    #cookieconsent .cc-options li {
        break-inside: avoid;
        margin-top: 0;
        align-items: flex-start;
    }
    #cookieconsent .cc-footer {
        text-align: right;
    }
}
/*
 * Magmodules.eu - http://www.magmodules.eu
 *
 * NOTICE OF LICENSE
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magmodules.eu so we can send you a copy immediately.
 *
 * @category      Magmodules
 * @package       Magmodules_Feedbackcompany
 * @author        Magmodules <info@magmodules.eu>
 * @copyright     Copyright (c) 2017 (http://www.magmodules.eu)
 * @license       http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

.feedbackcompany-sidebar-block {
    padding: 10px;
}

.feedbackcompany-sidebar-block .rating-name {
    font-style: italic;
}

.feedbackcompany-logo {
    width: 125px;
    margin: auto;
}

.feedbackcompany-medium-image {
    width: 125px;
    padding: 7px;
}

/** Discrete stars **/
.feedbackcompany-sidebar-block .rating-empty {
    float: right;
    display: block;
    width: 80px;
    height: 16px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/star.png') 0 -16px;
    margin-right: 5px;
}

.feedbackcompany-sidebar-block .rating-star-1 {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/star.png') 0 0;
    margin-right: 5px;
}

.feedbackcompany-sidebar-block .rating-star-2 {
    float: left;
    display: block;
    width: 32px;
    height: 16px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/star.png') 0 0;
    margin-right: 5px;
}

.feedbackcompany-sidebar-block .rating-star-3 {
    float: left;
    display: block;
    width: 48px;
    height: 16px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/star.png') 0 0;
    margin-right: 5px;
}

.feedbackcompany-sidebar-block .rating-star-4 {
    float: left;
    display: block;
    width: 64px;
    height: 16px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/star.png') 0 0;
    margin-right: 5px;
}

.feedbackcompany-sidebar-block .rating-star-5 {
    float: left;
    display: block;
    width: 80px;
    height: 16px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/star.png') 0 0;
    margin-right: 5px;
}

/** Continuous stars **/

.feedbackcompany-small-widget .rating-box {
    height: 21px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-small-empty.png') no-repeat !important;
    margin: 5px 0 0;
    width: 75px;
}

.feedbackcompany-small-widget .rating {
    display: block;
    height: 21px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-small-filling.png') no-repeat !important;
}

.feedbackcompany-small-widget .feedbackcompany-small-text {
    padding: 5px 0 0 0;
}

.feedbackcompany-medium-widget .rating-box {
    height: 21px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-empty.png') no-repeat;
    margin: 10px 0 5px;
    width: 110px;
}

.feedbackcompany-medium-widget .rating {
    display: block;
    height: 21px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-filling.png') no-repeat !important;
}

.feedbackcompany-medium-widget .feedbackcompany-small-text {
    padding: 4px 0 0 0;
}

.feedbackcompany-small-score .rating-box {
    height: 21px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-empty.png') no-repeat;
    margin: 5px 15px;
    width: 109px;
    float: left;
}

.feedbackcompany-small-score .rating {
    display: block;
    height: 21px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-filling.png') no-repeat;
}

.feedbackcompany-small-score .feedbackcompany-small-text {
    padding: 4px 0 0 0;
}

/** big colorful review stars **/
.block-content p.company-name {
    text-align: center;
    margin: 5px auto;
    font-size: 12px;
}

.total-block-text {
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}

.total-block-text p {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 2px;
    font-size: 18px;
}

.total-block-text p.based-on {
    text-align: center;
    padding-top: 0;
    font-size: 11px;
    font-style: italic;
}

.total-block-stars {
    height: 21px;
    width: 110px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-empty.png') no-repeat;
    margin: 5px auto;
}

.total-block-stars span {
    display: block;
    height: 21px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-filling.png') no-repeat;
}

/** medium colorful review stars **/
.total-block-stars-medium {
    height: 20px;
    width: 108px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-medium-empty.png') no-repeat;
}

.total-block-stars-medium span {
    display: block;
    height: 20px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-medium-filling.png') no-repeat;
}

/** small colorful review stars **/
.total-block-stars-small {
    height: 14px;
    width: 74px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-small-empty.png') no-repeat;
    margin: 5px auto;
}

.total-block-stars-small span {
    display: block;
    height: 14px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-small-filling.png') no-repeat;
}

/** small grayscale review stars **/
.total-block-stars-grey {
    height: 14px;
    width: 74px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-grayscale-small-empty.png') no-repeat;
    display: inline-block
}

.total-block-stars-grey span {
    display: block;
    height: 14px;
    background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-grayscale-small-filling.png') no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, (min-resolution: 192dpi), (min-resolution: 2dppx) {
    /** big colorful review stars **/
    .total-block-stars {
        background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-empty@2x.png') no-repeat;
        background-size: 110px 21px;
    }

    .total-block-stars span {
        background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-big-filling@2x.png') no-repeat;
        background-size: 110px 21px;
    }

    /** medium colorful review stars **/
    .total-block-stars-small {
        background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-medium-empty@2x.png') no-repeat;
        background-size: 108px 20px;
    }

    .total-block-stars-small span {
        background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-medium-filling@2x.png') no-repeat;
        background-size: 108px 20px;
    }

    /** small colorful review stars **/
    .total-block-stars-small {
        background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-small-empty@2x.png') no-repeat;
        background-size: 74px 14px;
    }

    .total-block-stars-small span {
        background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-colorful-small-filling@2x.png') no-repeat;
        background-size: 74px 14px;
    }

    /** small grayscale review stars **/
    .total-block-stars-grey {
        background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-grayscale-small-empty@2x.png') no-repeat;
        background-size: 74px 14px;
    }

    .total-block-stars-grey span {
        background: url('https://www.goodstore.nl/skin/frontend/base/default/magmodules/feedbackcompany/images/stars-grayscale-small-filling@2x.png') no-repeat;
        background-size: 74px 14px;
    }
}

/* CUSTOM BLOCK */
.feedbackcompany-custom {
    font-weight: bold;
    font-size: 13px;
    display: block;
    border: .25em solid #EEE;
    background: #F6F6F6;
    padding: 1.0em;
    width: 30%;
    text-align: center;
}

.feedbackcompany-custom .client {
    font-size: 16px;
}

.feedbackcompany-custom .rating-box {
    margin-left: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.feedbackcompany-custom .number {
    font-size: 11px;
    font-style: italic;
    font-weight: 300;
}

#feedbackcompany-header-widget {
    font-size: 12px;
    border-radius: 2px;
    border: 1px solid silver;
    padding: 10px 15px 10px 10px;
    line-height: 18px;
}

#feedbackcompany-header-widget.feedbackcompany-header-widget-searchbar {
    position: absolute;
    top: 55px;
    right: 25%;
    margin-right: 18px;
}

#feedbackcompany-header-widget .total-block-stars-small {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 10px 0 8px;
}

.feedbackcompany-logo {
    padding: 10px 0;
}

@media (min-width: 961px) {
    #feedbackcompany-header-widget {
        display: inline-block;
    }

    #feedbackcompany-header-widget > * {
        display: inline-block;
    }

    #feedbackcompany-header-widget a:hover {
        text-decoration: none;
    }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete .search-autocomplete {
  position: absolute;
}
.searchautocomplete .form-search {
  overflow: none !important;
  position: relative;
}
.searchautocomplete .sprite {
  background: url('https://www.goodstore.nl/skin/frontend/base/default/images/mirasvit/sprite.png');
}
.searchautocomplete .nav-search-in {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 11;
}
.searchautocomplete .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav-search-in .category-fake {
  height: 20px;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
  margin-top: 6px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav-search-in:hover .category-fake {
  color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 102;
  box-shadow: 0 10px 10px #5E5E5E;
  top: 30px;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  margin: 0;
  border: none!important;
  background: none!important;
  box-shadow: none;
  position: relative;
  padding: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  border: 1px solid #e2e2e2;
  margin-bottom: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  box-shadow: 0 0 1px #525252;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
  background-color: #F7F7F6;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 10px 5px 10px;
}
.searchautocomplete .searchautocomlete-image {
  float: left;
  margin: 0px 5px 5px 0px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 11px;
  right: 44px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}

@media screen and (min-width:768px){
.readmore {
	overflow:hidden;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 5;
}
.readmore.open .readmore-content-wrapper {
	max-height: 100%;
	overflow: hidden;
	-webkit-mask-image: -webkit-gradient(linear, left 70%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	-ms-mask-image: url('https://www.goodstore.nl/skin/frontend/base/default/css/readmore_mask.svg#readmoremask');
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=0,Style=1);
	mask-image: url('https://www.goodstore.nl/skin/frontend/base/default/css/readmore_mask.svg#readmoremask');
	mask: url('https://www.goodstore.nl/skin/frontend/base/default/css/readmore_mask.svg#readmoremask');
}
.readmore-link-wrapper {
	position: absolute;
	bottom: 0;
	height: 20px;
	border-top: 1px solid white;
	width: 100%;
	text-align: center;
}
.readmore-link-wrapper a {
	line-height: 20px;
}
}
@import url("https://use.typekit.net/vby0vxu.css");

:root {
    --gs-blue-main: #0380C1;
    --gs-blue-main-darker: #2d72a2;
    --gs-green-main: #26ae35;
    --gs-green-main-darker: #2e872e;
    --gs-orange-main: #f06725;
    --gs-grey-main: #737071;
    --gs-grey-main-darker: #5d5c5c;
    --gs-grey-main-lighter: #e5e3de;
    --gs-grey-main-extra-light: #f8f8f8;
    --gs-grey-secondary: #cccbc7;
    --gs-grey-tertiary: #DCDCDC;
    --gs-grey-tertiary-darker:#c5c5c5;
    --gs-txt: #3A3B3A;
    --gap: 20px;
}

html,
body {
    background-color: #fff;
    text-align: center;
    color: var(--gs-txt);
    font-family: 'myriad-pro', 'Tahoma', 'sans-serif';
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 15px;
    min-width: 1010px;
}

h1,
h2,
h4 {
    color: var(--gs-orange-main);
}

h3 {
    color: var(--gs-blue-main);
    font-size: 18pt;
    font-weight: bold;
}

h5 {
    color: var(--gs-txt);
    font-size: 12pt;
    font-weight: 600;
    margin: 10px 0 0;
    padding: 0;
}

h6 {
    color: var(--gs-blue-main);
    font-size: 18px;
    padding: 0 0 8px 5px;
    font-weight: bold;
    margin: 0 0 10px;
}

p {
    margin: 8px 0 5px 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: var(--gs-orange-main);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

/* SVG styles */
.gs-white-svg {
    fill: #fff;
}

.gs-svg-fill {
    fill-rule: evenodd;
}

button {
    border: none;
    border-bottom: 2px solid var(--gs-blue-main-darker);
    background: var(--gs-blue-main);
    padding: 2px 6px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;

    font-weight: 500;
    font-size: 1em;
    height: 40px;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    max-width: 400px;
}

button:hover {
    cursor: pointer;
    background: var(--gs-blue-main-darker);
}

.wrapper {
    width: 990px;
    margin: 0 auto;
    text-align: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ml {
    margin-left: 20px;
}

.mr {
    margin-right: 20px;
}

.npm p {
    margin: 0;
}

.hide {
    display: none;
}

.cb {
    clear: both;
}

/* Header */

#gsHeader p {
    margin: 0;
}

#gsHeader .gsHeaderTop {
    display: flex;
    margin-top: 30px;
}

#gsHeader .gsLogo img {
    width: 100px;
    height: auto;
}

#gsHeader .gsShopLogo .gsShopLogoPreBox {
    padding-left: 20px;
    margin-top: 10px;
}

#gsHeader .gsShopLogo .gsShopLogoPreBox span {
    font-size: 14px;
    font-weight: normal;
}

#gsHeader .gsShopLogo .gsShopLogoBox {
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    color:var(--gs-blue-main);
}

#gsHeader .gsShopLogo span.gsLeftName {
    text-transform: capitalize;
}

#gsHeader .gsShopLogo span.gsRightName {
    color: var(--gs-blue-main);
    font-weight: normal;
}

#gsHeader .gsHeaderBottom {
    margin-top: 20px;
}

#gsHeader .gsHeaderRow {
    width: 990px;
    clear: both;
}

#gsHeader .gsHeaderRow.gsHeaderRow1 {
    position: relative;
    overflow: visible;
    height: 31px;
}

#gsHeader .gsHeaderRow.gsHeaderRow1 .fl ul {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}

#gsHeader .gsHeaderRow.gsHeaderRow1 .fl ul li {
    float: left;
    padding: 5px 0;
    border-radius: 2px 2px 0 0;
    position: relative;
}

#gsHeader .gsHeaderRow.gsHeaderRow1 .fl ul li a {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    font-size: 13px;
    line-height: 21px;
    border-right: 1px solid white;
    padding: 0 15px;
}

#gsHeader .gsHeaderRow.gsHeaderRow1 .fl ul li a:hover {
    text-decoration: none;
}

#gsHeader .gsHeaderRow.gsHeaderRow1 .fl ul li:hover {
    background: white;
    margin-left: -1px;
    cursor: pointer;
}

#gsHeader .gsHeaderRow.gsHeaderRow1 .fl ul li ul {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 99;
    border: 3px solid white;
    border-radius: 2px;
    padding: 8px;
    box-shadow: 0 2px 4px #999;
    min-width: 200px;
}

#gsHeader .gsHeaderRow.gsHeaderRow1 .fl ul li ul li {
    float: none;
    padding: 0;
    border-radius: 0;
}

#gsHeader .gsHeaderRow.gsHeaderRow1 .fl ul li:hover ul li a {
    text-transform: none;
    letter-spacing: normal;
    color: var(--gs-orange-main);
    font-size: 11pt;
    line-height: 12pt;
    border: 0;
    padding: 0;
}

#gsHeader .gsHeaderRow.gsHeaderRow1 .fl ul li:hover ul {
    display: block;
    left: -10px;
    top: 28px;
}

.above_header_wrapper {
    background-color: var(--gs-grey-main-extra-light);
    display: flex;
    padding: 10px 0px;
}

.above_header_wrapper ul {
    display: flex;
    justify-content: space-between;
}

.above_header_wrapper a {
    color: var(--gs-txt);
}

.above_header_wrapper li {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_checkmark_blue.svg);
    background-size: 12px 9px;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 5%;
}

.full_header_wrapper {
    width: 100%;
    background-color: var(--gs-blue-main);
    height: 45px;
}

#gsHeader .gsHeaderRow2 .fl,
#gsHeader .gsHeaderRow2 .fr {
    padding: 0 10px;
}

#gsHeader .gsHeaderRow2 .fr {
    margin-top: 5px;
}

#gsHeader .gsHeaderRow2 p {
    line-height: 57px;
}

#gsHeader .gsHeaderRow2 {
    margin-left: 4%;
    display: flex;
    height: 38px;
    padding: 10px 0px;
    justify-content: space-between;
}

#gsHeader .gsHeaderRow3 {
    margin: auto;
    display: flex;
}

#gsHeader .gsHeaderRow3 ul.main-nav {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%
}

#gsHeader .gsHeaderRow3 ul.main-nav li {
    display: block;
    float: left;
    margin: 0 0 0 20px;
    padding: 12px 20px 13px 0;
}

.acclinks-txt {
    padding: 8px 10px 10px 10px;
    height: 18px;
    border-bottom: 2px solid var(--gs-grey-tertiary-darker);
    background-color: var(--gs-grey-tertiary);
    border-radius: 2px;
    text-align: center;
}

.acclinks-txt a {
    color: var(--gs-txt);
    font-weight: 600;
}

#gsHeader .gsHeaderRow3 ul.main-nav li:last-child {
    border: 0;
    float: right;
}

#gsHeader .gsHeaderRow3 ul.main-nav li a {
    color: white;
    text-decoration: none;
}

#gsHeader .gsHeaderRow3 ul li img {
    float: left;
}

#gsHeader .gsHeaderRow3 .fr {
    color: white;
    letter-spacing: 1px;
    margin: 9px 23px 0 0;
    font-size: 10pt;
}

li.nav-last {
    width: 150px;
    background-color: var(--gs-blue-main-darker);
    padding-left: 20px !important;
    padding-right: 0px !important;
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_phone_white.svg);
    background-repeat: no-repeat;
    background-size: 12px 15px;
    background-position: 15%;
}

/* Main */

#gsMain .mainWrapper {
    padding: 20px 0;
    background: #fff;
    overflow: hidden;
}

#gsLeftCatNav ul {
    margin-left: 20px;
    display: none;
}

#gsLeftCatNav li.active ul {
    display: block;
}

#gsLeftCatNav li.active ul ul {
    display: none;
}

#gsLeftCatNav li.active ul li.active ul {
    display: block;
}

#gsMain .gsSmallCol {
    width: 180px;
    min-height: 300px;
    padding: 0 20px;
}

#gsMain .gsLargeCol {
    width: 518px;
    min-height: 300px;
    padding: 0 15px;
}

#gsMain .gsSmallCol h1 {
    font-size: 14pt;
    margin: 5px 0 5px 0;
    font-weight: 600;
}

#gsMain .gsSmallCol a {
    text-decoration: none;
    color: var(--gs-txt);
}

#gsMain .gsSmallCol a:hover {
    text-decoration: underline;
}

/* Footer */
#gsFooter {
    background-color: var(--gs-grey-main-extra-light);
    overflow: hidden;
}

.gsLogo svg {
    width: 100px;
    height: 58px;
}

.wrapper_inner_blue {
    width: 940px;
    margin: 0 auto;
    text-align: left;
    height: 58px;
    display: flex;
    padding: 14px 25px 13px;
    justify-content: space-between;
}

.gsFooterRow.gsFooterRow2 {
    background-color: var(--gs-blue-main);
}

#gsFooter .wrapper {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/goodstore_duimen@2x.webp) no-repeat right bottom;
    overflow: hidden;
    min-height: 286px;
    background-size: 35%;
}

#gsFooter .gsFooterRow {
    width: 990px;
    clear: both;
    overflow: hidden;
}

#gsFooter .gsFooterRow1 {
    min-height: 165px;
    padding: 30px 10px 10px 20px;
}

#gsFooter .gsFooterRow1 h5 {
    color: var(--gs-txt);
}

#gsFooter .gsFooterRow2 {
    position: relative;
    width: 100% !important;
}

.gsFooterRow2 p,
.gsFooterRow2 p a {
    color: #fff;
}

.gsFooterRow2 p a {
    text-decoration: underline;
}

.social_icons_gs {
    margin: 11px;
}

.social_icons_gs img {
    width: 24px;
    height: auto;
}

#gsFooter .fr {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#gsBelowFooter {
    color: white;
    text-align: center;
}

#gsBelowFooter .wrapper {
    margin: -50px auto 50px auto;
    width: 990px;
}

#gsSocialMediaButtonsFooter {
    position: absolute;
    top: 75px;
    left: 365px;
}

#gsSocialMediaButtonsFooter .sm-fb {
    margin: 0 0 5px 0;
}

/* CMS page */
hr {
    border: 0;
    height: 1px;
    background: #eee;
    margin: 5px 0;
}

.gsLargeCol .std {
    font-size: 11pt;
}

.gsLargeCol .std h1 {
    color: var(--gs-blue-main);
    font-size: 24pt;
    margin: 0 0 5px 0;
}

.gsLargeCol .std h2 {
    color: var(--gs-txt);
    font-size: 20pt;
    margin: 0 0 5px 0;
}

.gsLargeCol .std table {
    border-collapse: collapse;
}

.gsLargeCol .std table td {
    vertical-align: top;
    padding: 3px;
}

/* Category / search results */
ul.products-grid {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 2%;
    grid-row-gap: 10px;
}

ul.products-grid li.item {
    width: 100%;
}

ul.products-grid li.item.last {
    margin-right: 0px;
}

ul.products-grid li.item div.item-info {
    min-height: 240px;
    text-align: center;
}

ul.products-grid li.item div.item-buttons {
    margin-top: 8px;
    height: 60px;
    text-align: center;
}

ul.products-grid li.item div.item-info .product-name {
    font-size: 15px;
    margin: 5px 0 10px 0;
    line-height: 11pt;
    height: 40px;
    color: var(--gs-blue-main);
    text-decoration: none;
}

ul.products-grid li.item div.item-info a.product-name:hover h2 {
    text-decoration: underline;
}

/* Product view */
.product-view .product-top {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

.section-title {
    padding: 8px 12px;
    border: 1px solid #cecece;
    line-height: 14pt;
    border-radius: 2px;
    overflow: hidden;
}

.section-title h1 {
    margin: 0;
    color: var(--gs-blue-main);
    font-size: 14pt;
}

.product-view .section-title {
    line-height: 13pt;
}

.product-view .section-title h1 {
    font-size: 13pt;
}

.product-view .product-top .regular-price {
    font-weight: bold;
    font-size: 13pt;
    position: relative;
}

.product-view .product-left .product-image {
    text-align: center;
}

.product-view .product-left .product-image img {
    width: 100%;
    height: auto;
}

.product-view .product-left .more-views {
    overflow: hidden;
}

.product-view .product-left .more-views ul {
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
}

.product-view .product-left .more-views ul li {
    float: left;
    margin: 0 3px 3px 0;
    list-style: none;
}

.product-view .product-left .more-views ul li img {
    width: 100%;
    height: auto;
}

.product-view .product-left .cart-from-amount {
    font-size: 14pt;
    color: var(--gs-orange-main);
    font-weight: normal;
    margin: 8px 0 4px 0;
    display: inline-block;
}

.product-view .product-instock {
    text-align: center;
}

.product-view .product-left .product-socialmedia .cb {
    margin-bottom: 5px;
    overflow: hidden;
}

.product-view .product-left .add-to-cart {
    margin-top: 20px;
    text-align: center;
}

.product-view .product-left .add-to-cart label {
    display: none;
}

.product-view .product-left .add-to-cart input,
.product-view .product-left .add-to-cart select {
    width: 62px;
    height: 30px;
    margin: 0 0 3px 0;
    border: 1px solid #cecece;
    padding: 0;
    line-height: 30px;
    text-align: center;
}

.product-view .product-left .add-to-cart select,
.product-view .product-left .add-to-cart select option {
    text-indent: 16px;
}

.product-view .product-right {
    overflow: hidden;
}

.product-view #product-attribute-specs-table .odd {
    background-color: var(--gs-grey-main-extra-light);
}

.product-view #product-attribute-specs-table td,
.product-view #product-attribute-specs-table th {
    vertical-align: top;
    font-weight: normal;
    text-align: left;
    padding: 10px;
}

.product-view #product-attribute-specs-table th.label {
    min-width: 100px;
}

.product-view #product-attribute-specs-table ul {
    list-style: none;
}

.product-view .product-right h2 {
    margin: 5px 0 2px 0;
    font-size: 13pt;
    color: var(--gs-orange-main);
}

.product-right #super-product-table {
    border-collapse: collapse;
}

.product-right #super-product-table th {
    color: var(--gs-blue-main);
}

.product-right #super-product-table td {
    padding: 2px;
}

.product-right #super-product-table td.first {
    vertical-align: top;
}

.product-right #super-product-table .price {
    font-size: 11pt;
}

.product-right #super-product-table .input-text.qty {
    width: 62px;
    height: 30px;
    border: 1px solid #cecece;
    padding: 0;
    line-height: 30px;
    text-align: center;
}

.product-view ul {
    list-style-position: inside;
}

.product-view .usp .checkmark {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_checkmark_blue.svg);
    width: 12px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 12px 20px;
    padding-left: 20px;
}

.product-view .usp li {
    margin: 3px 0;
    display: grid;
    grid-template-columns: 20px auto;
    padding: 0px !important;
}

.product-view .usp li a {
    color: var(--gs-blue-main);
}

.product-view .usp li::before {
    display: none;
}

.product-view .product-right .tier-prices {
    margin-top: 10px;
}

.product-view .product-bottom {
    clear: both;
    padding-top: 15px;
}

/* Prices */
.price-box p {
    margin: 3px 0 3px 0;
}

.product-view .product-left .price-box {
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}

.product-view .product-left .regular-price,
.product-view .product-left .price-to,
.product-view .product-left .special-price {
    line-height: 16pt;
    padding: 2px;
}

.product-view .product-left .price-from,
.product-view .product-left .old-price {
    line-height: 16pt;
    padding: 3px;
}

.regular-price,
.price-from,
.price-excluding-tax,
.minimal-price-link {
    color: var(--gs-orange-main);
    font-weight: normal;
    font-size: 17px;
    display: inline-block;
}

.price-excluding-tax .label {
    display: none;
}

.price-to {
    display: none;
}

.old-price {
    text-transform: lowercase;
    text-decoration: line-through;
    font-size: 13px;
}

/* Notices / Messages */
ul.messages {
    background-color: #ffffcc;
    padding: 5px 10px;
    margin: 5px 0 10px 0;
    border: 1px dashed #555;
    list-style: none;
    color: #555;
    font-size: 10pt;
}

ul.messages ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Toolbar */
.toolbar {
    overflow: hidden;
    border-radius: 2px;
    line-height: 22px;
    font-size: 18px;
}

.toolbar h1 {
    font-size: 18px;
    color: var(--gs-blue-main);
    float: left;
    margin: 0;
    padding-top: 2px;
}

.toolbar .sorter {
    float: left;
    padding-top: 3px;
}

.toolbar .pager {
    float: right;
    padding-top: 1px;
}

.toolbar .pager li {
    float: left;
    margin-left: 5px;
}

.toolbar .pager li.current {
    line-height: 22px;
    color: var(--gs-orange-main);
    font-weight: bold;
}

.toolbar .pager li a {
    line-height: 22px;
    color: var(--gs-blue-main);
    font-weight: bold;
}

.toolbar .pager li a:hover {
    text-decoration: none;
}

.toolbar-bottom .toolbar {
    border: 0px;
    margin-top: 10px;
}

.toolbar-bottom {
    padding-top: 10px;
}

/* Page: Cart */
#gsMain .gsExtraLargeCol {
    width: 739px;
    min-height: 300px;
    padding: 0 15px;
    border-right: 1px solid #eee;
}

.cart table {
    border-collapse: collapse;
}

.cart .cart-table {
    width: 740px;
    margin-top: 15px;
}

.cart .cart-table tr td {
    text-align: left;
}

.cart th {
    color: var(--gs-blue-main);
    font-size: 11pt;
    font-weight: bold;
    border-bottom: 1px solid black;
    padding: 5px 3px 5px 3px;
}

.cart td {
    padding: 5px 3px 10px 3px;
    min-width: 80px;
}

.cart .cart-newlyadded {
    background-color: #E4E4E4;
}

.cart .cart-image {
    border: 1px solid var(--gs-orange-main);
    border-radius: 2px;
    padding: 3px;
    margin-right: 10px;
    max-width: 250px;
}

.cart .cart-remove-item {
    padding-top: 8px;
    font-style: italic;
    text-align: center;
}

.cart .cart-remove-item a {
    color: var(--gs-blue-main);
}

.cart .cart-info-cell {
    vertical-align: top;
}

.cart .cart-info .product-name {
    font-weight: bold;
    font-size: 11pt;
    margin: 2px 0 5px 0;
}

.cart .cart-info .product-std {
    font-size: 10pt;
}

.cart .cart-price {
    font-size: 14px;
    font-weight: bold;
}

.cart input.input-text.qty,
.cart select.qty {
    width: 62px;
    height: 30px;
    border: 1px solid #cecece;
    padding: 0;
    line-height: 30px;
    text-align: center;
}

.cart select.qty,
.cart select.qty option {
    text-indent: 16px;
}

.cart .cart-actions {
    text-align: center;
}

.cart .cart-actions-center {
    width: 75px;
    margin: 0 auto;
    padding: 0 5px;
}

.cart .cart-actions a,
.cart .cart-actions button,
.cart .btn-update {
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    border: 0;
    background: 0;
    font-size: 0;
}

.cart .cart-actions button,
.cart .btn-update {
    margin: 5px 15px;
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/cart-refresh.png) no-repeat;
}

.cart .cart-actions a {
    float: right;
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/cart-remove.png) no-repeat;
}

.cart .cart-subtotal .cart-price {
    padding: 5px 8px;
    margin-right: 5px;
    border: 1px solid var(--gs-orange-main);
    font-size: 13pt;
    font-weight: normal;
    color: var(--gs-orange-main);
    border-radius: 2px;
    float: right;
}

.cart .totals {
    font-weight: bold;
    color: var(--gs-blue-main);
    margin-top: 16px;
}

.cart .totals .orange-text {
    color: var(--gs-orange-main);
}

.cart .totals .green-text {
    color: var(--gs-green-main);
}

.cart .totals-row {
    height: 30px;
}

.cart .totals-row-subtotal .extra-usp {
    width: 400px;
    left: 0;
}

.cart .section-title .fr {
    font-size: 13pt;
    font-weight: normal;
    color: var(--gs-orange-main);
    text-align: right;
    border: 0;
}

.cart .checkout-btns {
    margin-top: 15px;
}

.cart .checkout-btns .btn-proceed-checkout,
.cart .checkout-btns .btn-continue {
    margin-top: 32px;
    width: 186px;
    height: 36px;
    font-size: 0;
    border: 0;
    padding: 0;
}

.cart .checkout-types {
    float: right;
    margin-left: 30px;
}

.cart .checkout-btns .btn-proceed-checkout,
.cart .checkout-btns .btn-proceed-checkout:hover {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/cart-checkout-btn.png);
}

.cart .checkout-btns .btn-continue,
.cart .checkout-btns .btn-continue:hover {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/cart-continue-btn.png);
    float: left;
}

.cart .checkout-extra h2 {
    font-size: 16px;
    margin: -50px 0 3px 0;
}

.cart .checkout-extra input {
    width: 200px;
    height: 24px;
    margin: 5px 0 10px 0;
    padding: 2px 8px;
    border: 1px solid #888;
}

.crosssell {
    clear: both;
    padding-top: 25px;
}

.crosssell ul.products-grid li.item {
    margin-right: 25px;
}

.crosssell ul.products-grid li.item.last {
    margin-right: 0px;
}

/* Page: New Account / Login */
.col2-set {
    clear: both;
}

.col2-set .col-1,
.col2-set .col-2 {
    width: 254px;
    float: left;
}

.col2-set .col-1 {
    padding-right: 10px;
}

.registered-users .buttons-set button {
    float: right;
}

.registered-users .buttons-set a {
    display: block;
    float: left;
    margin-top: 30px;
}

div.fieldset .control .input-box {
    float: left;
}

/* Page: My Dashboard */
#my-orders-table {
    width: 510px;
}

#my-orders-table td {
    padding: 3px 2px;
    border-top: 1px solid #efefef;
    font-size: 10pt;
}

#my-orders-table .a-right {
    text-align: right;
}

/* Page: Order Info */
.col2-set {
    overflow: hidden;
}

.order-items.order-details {
    clear: both;
    margin-top: 5px;
}

/* Module: SearchBox */
#goodstore_searchbox {
    display: inline-flex;
}

#goodstore_searchbox select {
    float: left;
    min-width: 150px;
    margin: 16px 10px 0 5px;
}

.searchautocomplete .form-search {
    width: 350px;
    height: 38px;
}

.searchautocomplete .searchautocomplete-placeholder {
    width: 100%;
}

#goodstore_searchbox .form-search .input-text {
    height: 32px;
    line-height: 30px;
    padding: 0 8px;
    width: 386px;
    border: 0;
    padding: 0;
    font-style: italic;
    color: var(--gs-grey-main);
    border: 1px solid var(--gs-grey-secondary);
    text-indent: 10px;
}

#goodstore_searchbox .button:hover {
    cursor: pointer;
}

/* Module: StorePicker */
nav.nav-bar {
    display: flex;
    justify-content: space-between;
    width: 765px;
}

.gsStorePicker {
    cursor: pointer;
}

#gsHeader .gsHeaderRow3 ul.main-nav {
    margin: 0px;
}

.gsStores ul li a {
    color: var(--gs-txt);
}

.gsStorePicker .gsMainButton {
    font-size: 14px;
    color: white;
    padding: 12px 20px;
    height: 21px;
    width: 180px;
    background-color: var(--gs-blue-main-darker);
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_hamburgermenu_white.svg);
    background-size: 18px 15px;
    background-repeat: no-repeat;
    background-position: 10% 45%;
}

.gsStorePicker:hover .gsMainButton {
    text-decoration: underline;
}

.gsStorePicker .gsStores {
    display: none;
    position: absolute;
    width: 950px;
    min-height: 50px;
    background-color: white;
    z-index: 1000;
    cursor: default;
    border-radius: 2px 0px 2px 2px;
    box-shadow: 2px 2px 4px #666;
}

.gsStorePicker:hover .gsStores {
    display: block;
}

.gsStorePicker:hover a:hover {
    cursor: pointer;
}

.gsStorePicker .gsCategory {
    padding: 15px;
    float: left;
    width: 21%;
}

.gsStorePicker .gsCategory ul li a {
    color: var(--gs-txt) !important;
}

.gsStorePicker .gsCategory h2 {
    margin: 0;
    color: var(--gs-blue-main);
    font-size: 14pt;
}

.gsStorePicker .gsCategory ul {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}

.gsStorePicker .gsCategory ul li {
    text-align: left;
    padding: 3px 0px !important;
    width: 100%;
    margin: 0px !important;
}

.gsStorePicker .gsCategory h6 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: var(--gs-txt);
    padding-left: 0px;
}

.gsStorePicker .gsCategory ul li:last-child {
    float: none !important;
}

.gsStores .gsCategory:last-child li:last-child {
    font-weight: bold;
}

/* Module: (Layered) Filter */
dd {
    margin: 0;
}

.block.filters select {
    width: 180px;
}

.block.filters .actions {
    margin: 3px 0 0 22px;
}

.block.filters a.btn-remove {
    display: block;
    float: left;
    height: 18px;
    width: 18px;
    overflow: hidden;
    margin-right: 4px;
    text-indent: 18px;
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/removefilter.png) no-repeat;
}

.block.filters li {
    margin-bottom: 5px;
}

/* 'Module': slider */
#gsSliderWrapper {
    position: relative;
    width: 518px;
    overflow: hidden;
}

#gsSlider {
    width: 518px;
    overflow: hidden;
}

#gsSlider ul {
    margin: 0;
    margin-left: 0;
    padding: 0;
    list-style: none;
    width: 9999px;
}

#gsSlider ul li {
    float: left;
}

#gsSlider ul li img {
    width: 518px;
    height: auto;
}

#gsSliderControls {
    position: absolute;
    right: 5px;
    top: 12px;
}

#gsSliderControls a {
    display: block;
    margin: 5px;
    clear: both;
    height: 24px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    border-radius: 2px;
    background-color: var(--gs-blue-main);
    color: white;
    box-shadow: 0 0 3px #666;
}

/* Widget: Accountlinks */
.acclinkswidget {
    color: var(--gs-orange-main);
    margin-bottom: 10px;
    text-align: center;
}

#gsMain .acclinkswidget a {
    color: var(--gs-orange-main);
}

/* Cart / Winkelwagen */
#gsMain .acclinkswidget a {
    color: var(--gs-orange-main);
}

#gsMain .acclinkswidget a.cartlink {
    display: inline-block;
    clear: both;
    margin: 3px 0;
    padding: 0px;
    height: 31px;
    line-height: 31px;
    color: var(--gs-blue-main);
    text-transform: uppercase;
    font-size: 18px;
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodstore_Winkelwagen_Los_Grey.svg) no-repeat;
}

#gsMain .acclinkswidget a.cartlink span.cartAmount {
    display: block;
    float: left;
    width: 33px;
    min-height: 31px;
    text-align: center;
    font-weight: bold;
    color: var(--gs-orange-main);
    font-size: 20px;
    text-shadow: 1px 2px 1px #fff, -1px -1px 1px #fff;
}

/* Module: Nieuws */
.news-item {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 2px solid var(--gs-blue-main);
    overflow: hidden;
}

.news-item.news-item-full {
    border: 0;
}

.news-item h4,
.news-item h5 {
    font-size: 14px;
    margin: 8px 0 0 0;
    float: left;
}

.news-item .date {
    font-style: italic;
    float: right;
    padding-right: 2px;
}

.news-item .description {
    clear: both;
}

.news-item .news {
    clear: both;
    margin: 5px 0 0 0;
}

.news-item .more {
    float: right;
}

.news-item .social {
    float: right;
    clear: both;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.opc .field {
    overflow: hidden;
    clear: both;
}

/* ======================= Improved One Page Checkout with tabs  ======================== */
.block-progress .block-title {
    background: none;
    margin: 0 0 34px;
    padding: 0;
}

.checkout-onepage-index .col-main {
    padding: 0;
    border: 0;
}

.checkout-onepage-index .page-title {
    padding-right: 40px;
    width: auto;
}

.checkout-onepage-index .page-title h1 {
    background: none;
    padding: 0;
}

.opc {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 970px;
    padding-top: 20px;
    text-align: center;
    border: 1px solid #BBAFA0;
    background: #F9F3E3;
}

.opc .buttons-set {
    margin: 15px 0 0;
    opacity: 1 !important;
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}

.opc .buttons-set .back-link {
    display: none;
}

.opc .buttons-set .please-wait {
    position: absolute;
    z-index: 99;
    top: 30%;
    left: 50%;
    margin: -80px 0 0 -146px;
    border: 5px solid #f3b66f;
    font-size: 12px;
    background: #fff;
    padding: 30px;
    white-space: nowrap;
    border: 1px solid #c0c0c0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.opc .buttons-set a {
    color: var(--gs-blue-main);
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc li.section {
    display: inline;
}

.opc .step-title,
.opc .allow .step-title {
    border: 1px solid #F9F3E3;
    height: 69px
}

.opc .step {
    padding: 30px 20px;
    position: absolute;
    border: 0;
    top: 105px;
    left: 0;
    z-index: 1;
    background: #FBFAF6;
    width: 605px;
    height: 900px;
    border-bottom: 1px dotted #ccc;
    border: none;
    width: 697px;
    text-align: left;
    border-top: 1px solid #BBAFA0;
}

.opc .step-title .number,
.opc .allow .step-title .number,
.opc .active .step-title .number {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.opc .step-title {
    position: relative;
    float: left;
    text-align: center;
    padding: 15px 11px 0;
    margin-left: -1px;
    background: none;
}

.opc .step-title a {
    display: none;
}

.opc .step-title .number {
    background: #ccc;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 0;
    border: 0;
}

.opc .step-title h2 {
    font-size: 12px;
    color: #bbb;
    clear: both;
}

.opc .allow .step-title {
    cursor: pointer;
    background: none;
}

.opc .allow .step-title .number {
    background: var(--gs-txt);
    color: #fff;
}

.opc .allow .step-title h2 {
    color: var(--gs-txt);
}

.opc .active .step-title {
    color: #ef0606;
    cursor: default;
    border: 1px solid #BBAFA0;
    border-bottom: 1px solid #FBFAF6;
    z-index: 2;
    background: #FBFAF6 url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/bkg_checkout.gif) 0 0 repeat-x;
}

.opc .active .step-title .number {
    background: #F18200;
    border-color: #fff;
    color: #fff;
}

.opc .active .step-title h2 {
    color: #F18200;
}

.opc .step-title h2,
.opc .allow .step-title h2,
.opc .active .step-title h2 {
    width: 100%;
    text-align: center;
}

.opc .step-title {
    width: 16%;
}

.opc .form-list li fieldset {
    margin-bottom: 40px;
}

.opc .form-list label {
    float: left;
    width: 220px;
    text-align: right;
    padding: 4px 0 0;
}

.opc .form-list label.required em {
    float: none;
    position: relative;
    right: 4px;
}

.opc .form-list li.fields {
    margin: 0;
}

.opc .form-list div.fields {
    width: 100%;
    overflow: hidden;
    margin: 0 0 8px;
}

.opc .form-list .wide,
.opc .form-list li.fields .field {
    width: 697px;
    margin: 0 0 8px;
}

.opc .form-list li.wide .input-box,
.opc .form-list .input-box {
    clear: none;
    float: right;
    margin-right: 140px;
    width: 260px;
}

.opc .form-list li.wide select {
    width: 390px;
}

.opc .form-list li.wide input.input-text {
    width: 254px;
}

.opc .form-list .control input {
    margin: 8px 0 0 25px;
}

.opc .form-list li.control label {
    float: left;
}

.opc form .form-list li.wide {
    margin-bottom: 8px;
    overflow: hidden;
}

.opc form .address-select {
    margin: 8px 0 40px;
}

.opc:first-of-type .step {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.opc:first-of-type .step[style*='display:none;'],
.opc:first-of-type .step[style*='display: none;'] {
    display: block !important;
}

.opc:first-of-type .section .step {
    left: 100%;
}

.opc:first-of-type .allow .step {
    left: -100%;
}

.opc:first-of-type .active .step {
    left: 0;
}

.opc:first-of-type li:last-child .step-title a {
    width: 50%
}

.opc:first-of-type li:first-child .step-title a {
    width: 50%;
    left: 50%
}

#opc-login p.required {
    display: none;
}

#opc-login h3 {
    margin-bottom: 18px;
}

#opc-login .col-2 {
    float: left;
}

#opc-login .col-2 form fieldset h4 {
    display: none;
}

#opc-login .col-2 {
    display: block;
    width: 300px;
}

#opc-login .col-2 fieldset {
    width: 300px;
}

#opc-login .col-2 .input-box {
    width: 188px;
    margin: 0;
    float: left;
}

#opc-login .col-2 .input-text {
    width: 182px;
}

#opc-login .col-2 .form-list label {
    text-align: left;
}

#opc-login .col-2 .form-list label {
    width: 110px;
    clear: both;
}

#opc-login .form-list li.control label {
    float: none;
}

#opc-login .form-list li.control input {
    margin: 0 8px 0 0;
}

#opc-login .col-1 {
    float: right;
}

#opc-login .col-1 {
    width: 290px;
}

#opc-login .col-1 h4,
#opc-login .col-1 .ul {
    display: none;
}

#checkout-step-review.step {
    width: 697px;
}

#opc-review .step {
    padding: 30px 20px;
    border-top: 1px solid #BBAFA0;
}

#opc-review .product-name {
    font-weight: bold;
    color: #0a263c;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    padding: 20px 0;
    border: 0;
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 40px;
}

#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px;
}

#opc-shipping_method .buttons-set {
    border-top: 1px solid #E4E4E4;
}

/* ================================= Solution by www.h-o.nl =============================== */

#opc-review .step-title {
    display: none;
}

#opc-review .totals-row {
    display: none;
}

.input-box.remember-me {
    padding-top: 10px;
    padding-right: 10px;
}

.chzn-container {
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    display: inline;
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/qty-input.png) no-repeat;
    margin-bottom: 4px;
}

.chzn-container a {
    color: black;
    display: block;
    line-height: 30px;
    width: 62px;
    height: 30px;
}

.chzn-container a:hover {
    color: black;
    text-decoration: none;
}

.chzn-container ul {
    cursor: pointer;
}

.chzn-container .chzn-drop {
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0;
    position: absolute;
    top: 100%;
    left: -9999px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    z-index: 1010;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

.chzn-container.chzn-with-drop .chzn-drop {
    left: 0;
}

.chzn-container .chzn-search {
    display: none;
}

#cookie-law {
    background: none repeat scroll 0% 0% rgb(247, 247, 247);
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 30px;
    width: 100%;
}

.clear {
    clear: both;
}

.menu_cat_block {
    width: 100%;
    height: 96px;
    position: relative;
    clear: both;
    border-bottom: 0.5px solid rgba(58, 59, 58, 0.35);
}

.menu_cat_block .img_wrapper {
    position: relative;
    width: 143px;
    padding-left: 5px;
    height: 100%;
    float: left;
    box-sizing: border-box;
}

.menu_cat_block .txt_wrapper {
    position: relative;
    width: 49%;
    height: 100%;
    display: table;
    float: left;
    box-sizing: border-box;
}

.menu_cat_block .img_wrapper img {
    margin: 1%;
    width: 94px;
    height: 71px;
}

.menu_cat_block .txt_wrapper p {
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    z-index: 10;
    color: var(--gs-blue-main);
}

.menu_cat_block .v_align {
    top: 50%;
    left: 20px;
    position: absolute;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.btn {
    font-weight: 500;
    font-size: 1em;
    color: #fff;
    border: none;
    height: 40px;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 400px;
    background: transparent;
    border-radius: 2px !important;
    background: transparent;
}

.btn.aw {
    width: auto;
}

.btn svg {
    vertical-align: middle;
    width: 24px;
    height: auto;
    margin-left: 3px;
}

.btn.srt svg {
    margin-left: 0px;
}

.btn.imp_cta {
    border-bottom: 3px solid var(--gs-green-main-darker);
    transition: all 0.2s ease;
    background: var(--gs-green-main);
}

.btn.imp_cta:hover {
    background: var(--gs-green-main-darker);
}

.btn.no-cta {
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s ease;
    background: rgba(115, 112, 113, 1);
    border-bottom: 3px solid rgba(93, 92, 92, 1);
}

.btn.no-cta:hover {
    background: rgba(93, 92, 92, 1);
}

.btn.cta {
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s ease;
    border-bottom: 3px solid var(--gs-blue-main-darker);
    background: var(--gs-blue-main);
}

.btn.cta:hover {
    background: var(--gs-blue-main-darker);
}

.btn.cta-nofill {
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid rgba(115, 112, 113, 1);
    color: var(--gs-blue-main);
    transition: all 0.2s ease;
}

.btn.cta-nofill:hover {
    border: 2px solid var(--gs-blue-main);
    color: #fff;
    background: var(--gs-blue-main);
}

.btn.imp_cta.aw.srt {
    height: 35px;
}

.mobile-desc-wrapper .std h3 {
    margin: 15px 0px;
    color: var(--gs-txt);
    font-size: 15px;
    font-style: normal;
    font-weight: regular;
}

.mobile-desc-wrapper .std h2 {
    color: var(--gs-txt);
}

.product-name.section-title {
    border-bottom: 1px solid rgba(151, 151, 151, 0.5);
    border-radius: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    padding: 8px 0px 8px 0px;
}

.product-name.section-title .fl {
    width: 69%;
    position: relative;
}

.product-view .product-top .fr .toolbarcartbutton {
    float: right;
    position: relative;
}

.product-top .product-name .price {
    display: inline-block;
}

.item-buttons .cart-from-amount {
    display: inline-block;
    margin-top: 8px;
}

ul.products-grid li.item div.item-buttons {
    height: 70px;
}

.footer-subscribe .btn.no-cta.aw {
    background: #fff;
    color: var(--gs-txt);
    transition: all 0.2s ease;
    border: 1px solid var(--gs-grey-main-darker);
    border-bottom: 3px solid var(--gs-grey-main-darker);
    width: 160px;
    height: 45px;
}

.footer-subscribe .btn.no-cta.aw:hover {
    background: var(--gs-grey-main-darker);
    color: #fff;
}

.info_page_klantenservice p {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 150%;
}

.info_page_klantenservice {
    margin-right: 20px;
}

.info_page_klantenservice article {
    padding: 15px 0px 15px 0px;
    border-top: 1px solid #b6b6b6;
}

.info_page_klantenservice table {
    font-family: 'myriad-pro', 'Tahoma', 'sans-serif';
    border-collapse: collapse;
    width: 100%;
}

.info_page_klantenservice td,
.info_page_klantenservice th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.info_page_klantenservice td img {
    margin-right: 10px;
    vertical-align: middle;
    max-width: 24px;
    max-height: 24px;
    height: auto;
    width: auto;
}

.info_page_klantenservice tr td {
    vertical-align: middle;
    min-width: 100px;
}

.info_page_klantenservice h1 {
    margin-top: 5px;
}

.info_page_klantenservice h2 {
    color: var(--gs-txt);
    margin: 15px 0px 0px 0px;
}

.info_page_klantenservice a.breadcrumbs {
    color: var(--gs-blue-main);
}

.info_page_klantenservice article h2 {
    margin: 0px 0px 0px 0px;
}

.info_page_klantenservice h3 {
    margin: 15px 0px 0px 0px;
    font-weight: 300;
    color: var(--gs-txt);
}

.info_page_klantenservice ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 15px;
}

.info_page_klantenservice li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.info_page_klantenservice ul li:first-child {
    margin-top: 0px;
}

.info_page_klantenservice ul li:last-child {
    margin-bottom: 0px;
}

.info_page_klantenservice ol {
    list-style-type: decimal;
    margin-left: 15px;
    list-style-position: outside;
}

.info_page_klantenservice ul ul,
.info_page_klantenservice ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

.info_page_klantenservice ol ol,
.info_page_klantenservice ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

.sumup {
    width: calc(100% / 3);
    float: left;
    padding-top: 10px;
    overflow: hidden;
}

.sumup_mid {
    width: calc((100% / 3) - 4px);
    padding-top: 10px;
}

.sumup .mid_img {
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
}

.sumup img {
    padding-right: 3px;
    padding-left: 3px;
    box-sizing: border-box;
    width: 100%;
}

.beoordeling_header {
    margin-top: 30px;
    background: #403f3d;
    border-bottom: 3px solid #348ccc;
}

.info_page_klantenservice .beoordeling_header h2 {
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 20px !important;
}

.vn_sec ul {
    color: var(--gs-txt);
}

.vn_sec a,
.vn_con a {
    min-width: 100%;
    min-height: 100%;
}

.vn_sec {
    width: 48.5%;
    height: 150px;
    margin: 1.5% 0% 1.5% 1.5%;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    background-color: rgba(183, 183, 183, 0.2);
}

.vn_sec:hover {
    background-color: rgba(183, 183, 183, 0.4);
}

.vn_sec figure {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    position: relative;
}

.vn_sec figure svg {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inf_wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vn_sec>a>div {
    width: 30%;
    height: 100%;
    float: left;
    position: relative;
}

.vn_sec>a>div:nth-child(even) {
    width: 70%;
    height: 100%;
    float: left;
}

.vn_sec:nth-child(odd) {
    margin: 1.5% 1.5% 1.5% 0%;
}

.vn_con {
    color: var(--gs-txt);
    width: 22.75%;
    height: 150px;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    margin: 1.5% 0% 1.5% 1.5%;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    background-color: rgba(183, 183, 183, 0.2);
    text-align: center;
}

.vn_con a {
    color: var(--gs-txt);
    text-decoration: none;
}

.vn_con:hover {
    background-color: rgba(183, 183, 183, 0.4)
}

.visual_nav:hover {
    color: var(--gs-txt);
    text-decoration: none;
}

.vn_con figure {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 36px;
    height: 36px;
}

.visual_nav h3 {
    margin: 0px;
}

.visual_nav {
    margin-top: 20px;
    margin-bottom: 20px;
}

.info_page_klantenservice p {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 150%;
}

.info_page_klantenservice article {
    padding: 15px 0px 15px 0px;
    border-top: 1px solid #b6b6b6;
}

.info_page_klantenservice table {
    font-family: 'myriad-pro', 'Tahoma', 'sans-serif';
    border-collapse: collapse;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.info_page_klantenservice td,
.info_page_klantenservice th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.info_page_klantenservice td img {
    margin-right: 10px;
    vertical-align: middle;
}

.info_page_klantenservice tr td {
    vertical-align: middle;
    min-width: 100px;
}

.info_page_klantenservice h2 {
    color: var(--gs-txt);
    margin: 15px 0px 0px 0px;
}

.info_page_klantenservice article h2 {
    margin: 0px 0px 0px 0px;
}

.info_page_klantenservice h3 {
    margin: 15px 0px 0px 0px;
    font-weight: 300;
    color: var(--gs-txt);
}

.info_page_klantenservice ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 15px;
}

.info_page_klantenservice li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.info_page_klantenservice ul li:first-child {
    margin-top: 0px;
}

.info_page_klantenservice ul li:last-child {
    margin-bottom: 0px;
}

.info_page_klantenservice ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 15px;
}

.info_page_klantenservice ul ul,
.info_page_klantenservice ol ul {
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 15px;
}

.info_page_klantenservice ol ol,
.info_page_klantenservice ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

.faq a {
    color: var(--gs-blue-main);
}

.verzending_rates td:first-child {
    width: 33%;
}

.verzending_rates ul {
    margin-left: 0px;
    list-style-type: none;
}

.info_page_klantenservice tr td {
    vertical-align: middle;
    min-width: 100px;
}

#gsSocialMediaButtonsFooter {
    left: 395px;
}

.social_icons_gs img {
    margin-left: 5px;
}

span.acclinks-cart-txt {
    display: none;
}

.desktop-accountlinks {
    display: flex;
    float: right;
}

a.cartlink {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 10px;
    background-color: var(--gs-green-main);
    border-bottom: 2px solid var(--gs-green-main-darker);
    border-radius: 2px;
}

.cart-image-wrapper {
    display: block;
    width: 22px;
    height: 18px;
}

span.cartAmount {
    display: block;
    color: #fff;
}
/*
.customer-account-login #goodstore_searchbox .form-search .button,
.customer-account-create #goodstore_searchbox .form-search .button,
.checkout-cart-index #goodstore_searchbox .form-search .button,
.checkout-onepage-index #goodstore_searchbox .form-search .button,
.cms-beoordeling #goodstore_searchbox .form-search .button,
.cms-ruilen-en-retourneren #goodstore_searchbox .form-search .button,
.cms-overige-informatie #goodstore_searchbox .form-search .button,
.cms-verzending-en-bezorging #goodstore_searchbox .form-search .button,
.cms-bestellen-en-betalen #goodstore_searchbox .form-search .button,
.sales-order-view #goodstore_searchbox .form-search .button,
.sales-order-history #goodstore_searchbox .form-search .button,
.customer-account-edit #goodstore_searchbox .form-search .button,
.customer-account-index #goodstore_searchbox .form-search .button,
.customer-address-form #goodstore_searchbox .form-search .button,
.customer-address-index #goodstore_searchbox .form-search .button {
    padding-top: 6px;
}
*/
.form-search label {
    display: none;
}

.gsSmallCol.fr .acclinkswidget {
    display: none;
}

.account-create,
.account-login .page-title h1 {
    margin: 0px;
}

.account-create .fieldset h2.legend {
    color: var(--gs-blue-main);
    margin-bottom: 8px;
}

.account-login h2 {
    color: var(--gs-blue-main);
}

.account-create .input-text,
.account-login .input-text,
.customer-address-form .input-text,
.customer-account-edit .input-text {
    width: 66%;
    border: 1px solid var(--gs-grey-secondary);
    margin-bottom: 13px;
    padding: 8px 10px;
    box-sizing: border-box;
    margin-top: 3px;
    height: 34px;
    font-family: 'myriad-pro', 'Tahoma', 'sans-serif';
    font-size: 12px;
    color: var(--gs-grey-main);
}

.account-login div#remember-me-box label,
.account-create div#remember-me-box label {
    display: inline-block;
}

.account-login .col2-set .col-1,
.account-login .col2-set .col-2 {
    width: 47%;
}

.registered-users .buttons-set button {
    float: none;
    margin-top: 10px;
}

.account-create button.btn,
.account-login button.btn {
    max-width: 200px;
}

.account-create label em,
.account-login label em {
    margin-right: 4px;
}

.account-login .registered-users .buttons-set a {
    float: none;
    margin-top: 0px;
}

.btn.cta-gr {
    border-bottom: 3px solid rgba(115, 112, 113, 1);
    background: #858585;
    transition: all 0.2s ease;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
}

.btn.cta-gr:hover {
    background: rgba(115, 112, 113, 1);
}

.account-create .validation-advice {
    color: red;
}

.account-create p.required {
    width: 33%;
}

.account-create .fieldset {
    width: 45%;
    float: left;
}

.customer-account-create .mobile.usp-shipping {
    display: none;
}

.account-create button.btn.cta.fr {
    margin-right: 27%;
}

.account-create input::-webkit-input-placeholder,
.account-login input::-webkit-input-placeholder {
    color: #fff;
}

.account-create input::-webkit-input-placeholder,
.account-login input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.account-create input::-webkit-input-placeholder,
.account-login input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.account-create input::-webkit-input-placeholder,
.account-login input:-ms-input-placeholder {
    color: #fff;
}

.checkout-onepage-index .extra-usp.orange-text {
    display: none;
}

.hello {
    color: var(--gs-blue-main);
    font-size: 14pt;
    margin-top: 0px;
}

.my-account p {
    margin-bottom: 1em;
}

.my-account h1 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.my-account h2 {
    margin: 0px;
}

.my-account h3 {
    margin: 0px;
    margin-bottom: 10px;
}

.my-account h4 {
    margin-bottom: 0px;
}

#my-orders-table {
    width: 100%;
    border-spacing: 0;
}

.customer-account-index th,
.customer-account-index td,
.sales-order-history th,
.sales-order-history td {
    border-bottom: 1px solid #858585;
}

.box-account.box-info {
    margin-top: 45px;
}

td.a-center.last svg {
    width: 24px;
    height: 24px;
}

.all-orders {
    width: 80px;
    float: right;
    margin-top: 10px;
}

.box-title {
    margin-top: 10px;
}

.box-content a:last-child {
    margin-top: 10px;
    display: inline-block;
}

.customer-address-index .my-acccount .btn.cta {
    margin: 10px 0px;
}

.checkout-cart-index .btn {
    max-width: 220px;
}

.checkout-cart-index .discount .btn.no-cta,
.checkout-cart-index .checkout-btns .btn.cta {
    height: 40px;
}

.discount-form button.btn.no-cta.aw {
    margin-bottom: 15px;
}

.discount-form button.btn.cta {
    height: 40px;
    max-width: 153px;
}

.aanbieding_product_price_from.strike {
    text-decoration: line-through;
}

.aanbiedingen_product img {
    max-width: 100%;
}

.home_title h2 {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.home_title p {
    margin: 0px;
}

.clear {
    clear: both;
}

.home_container {
    width: 100%;
}

.home_header_wrapper {
    width: 100%;
    height: 166px;
    overflow: hidden;
    clear: both;
}

.home_header_wrapper a {
    min-width: 100%;
    min-height: 100%;
}

.home_header_wrapper a:hover {
    text-decoration: none;
}

.text_block_wrapper {
    background-color: var(--gs-orange-main);
    box-sizing: border-box;
    padding: 10px;
    width: 40%;
    height: 100%;
    float: left;
}

.text_block_wrapper h1 {
    font-size: 25px;
    color: #fff;
    text-align: center;
}

.text_block_wrapper p {
    color: #fff;
    text-align: center;
}

.img_block_wrapper {
    float: left;
    width: 60%;
    height: 100%;
}

.home_header_wrapper img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.main_aanbiedingen {
    width: 100%;
}

.main_aanbiedingen_content {
    width: 100%;
}

.aanbiedingen_product {
    text-align: center;
    width: 20%;
    padding: 2px;
    box-sizing: border-box;
    float: left;
}

.aanbiedingen_product h3 {
    color: var(--gs-txt);
    font-size: 12pt;
}

.aanbiedingen_product a:hover,
.text_block_wrapper_small a:hover {
    text-decoration: none;
}

.aanbieding_product_price_conc {
    font-weight: 800;
    font-size: 20px;
    margin-left: 2px;
}

.aanbieding_product_price_from {
    margin-right: 2px;
    color: var(--gs-txt);
}

.home_main_wrapper_2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.home_wrapper_small {
    width: 49%;
    position: relative;
    margin-bottom: 15px;
}

.home_wrapper_small:first-child {
    margin-right: 2%;
    float: left;
}

.home_wrapper_small {
    max-width: 100%;
    float: left;
}

.text_block_wrapper_small h2 {
    margin: 0px;
    font-size: 16px;
}

.text_block_wrapper_small {
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 100;
    position: absolute;
    bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.img_block_wrapper_small {
    width: 100%;
}

.img_block_wrapper_small img {
    width: 100%;
}

.text_block_wrapper_small p {
    color: var(--gs-txt);
    font-size: 10px;
    margin: 0px;
}

.movie_wrapper {
    float: left;
}

.movie_txt_wrapper {
    float: left;
    width: 44%;
    margin-left: 15px;
}

.movie_txt_wrapper h2 {
    color: var(--gs-txt);
    font-size: 35px;
    margin: 0px;
}

.movie-txt-wrapper p {
    font-size: 13px;
}

.home_movie_wrapper {
    margin-top: 20px;
    display: inline-block;
}

.home_movie_wrapper iframe {
    width: 395px;
    height: 323px;
}

.row {
    clear: both;
}

.product_genre {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.ow_wrap {
    position: relative;
}

.product_genre:nth-of-type(odd) {
    margin-right: 1%;
}

.product_genre:nth-of-type(even) {
    margin-left: 1%;
}

.afbeelding_genre img {
    width: 100%;
    height: auto;
    display: block;
}

.text_overlay_ow {
    width: 100%;
    position: absolute;
    bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
}

.text_overlay_ow h2 {
    font-size: 16px;
    margin: 0;
}

.ow_container .menu_cat_block {
    border-bottom: none;
    width: 50%;
    float: left;
    clear: none;
}

.menu_cat_block .txt_wrapper p {
    color: var(--gs-txt);
}

.menu_cat_block .img_wrapper {
    width: 30%;
    padding: 0% 1% 0% 1%;
    box-sizing: border-box;
}

.menu_cat_block .img_wrapper img {
    width: 65%;
    height: auto;
}

.menu_cat_block .txt_wrapper {
    width: 70%;
}

.gs-desktop-header-cart {
    display: flex;
    height: 38px;
    width: 88px;
}

.top_banner_wrapper,
.bottom_banner_wrapper,
.open_time_wrapper_inner {
    width: 100%;
}

.txt_right {
    width: 30%;
    float: left;
    margin-left: 2.5%;
}

.top_banner_wrapper {
    width: 100%;
}

.txt_left {
    width: 65%;
    float: left;
    margin-right: 2.5%;
}

.open_time_wrapper {
    background-color: rgba(239, 239, 239, 1);
    margin-bottom: 30px;
}

.open_right_l {
    width: 45%;
    float: left;
}

.open_time_wrapper li {
    padding: 6px 0px;
}

.open_time_wrapper ul {
    padding: 10px;
}

.gs_stores img {
    width: 100%;
}

.bottom_banner_wrapper {
    margin-top: 30px;
}

.banner_overlay {
    background-color: rgba(239, 239, 239, 1);
    margin-bottom: 30px;
}

.banner_overlay_innner {
    padding: 20px;
    height: 20px;
}

.banner_overlay_innner ul {
    display: flex;
    justify-content: space-around;
}

.gs_stores a {
    color: rgba(0, 0, 0, 1);
}

.acc_logout_wrapper {
    padding: 8px 10px 10px 10px;
    height: 18px;
    width: 85px;
    border-bottom: 2px solid rgba(204, 203, 199, 1);
    background-color: rgba(229, 227, 222, 1);
    border-radius: 2px;
    text-align: center;
    margin-bottom: 10px;
}

.acc_logout_wrapper a {
    color: var(--gs-txt);
    font-weight: 600;
}

.breadcrumbs ul {
    display: flex;
    width: 100%;
}

.breadcrumbs ul li span {
    margin-right: 4px;
    background-position: center;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/chevron_blue.svg);
    background-repeat: no-repeat;
    background-size: 5px 8px;
}

.breadcrumbs ul li a {
    color: var(--gs-blue-main);
    font-size: 14px;
}

.cart .checkout-btns.cart_top_buttons {
    margin-top: 0px;
    width: 100%;
    float: none;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
}

.cart .checkout-btns.cart_top_buttons .checkout-types {
    margin-left: 0px;
}

p.availability.out-of-stock {
    display: block;
    margin: 0px;
}

.price-box p {
    margin: 0px;
}

.available-in-store,
.product-instock,
.product-notinstock {
    display: flex;
    align-items: center;
}

.product-instock,
.product-notinstock {
    margin-bottom: 10px;
}

.available-in-store a {
    color: var(--gs-txt) !important;
}

.in-store-icon,
.in-stock-icon,
.not-in-stock-icon,
.pre-order-icon {
    margin-right: 4px;
    background-position: center;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/winkel_icoon.svg);
    background-repeat: no-repeat;
}

.in-stock-icon {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_in_stock.svg);
}

.not-in-stock-icon {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodstore_Voorraad_kruisje.svg);
}

.pre-order-icon {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/pre_order_icon.svg);
}

.in-store-text,
.in-stock-text,
.not-in-stock-text {
    font-size: 12px;
    font-weight: bold;
}

.checkout-wrapper {
    display: grid !important;
    grid-template-columns: 67% 32%;
    grid-gap: 10px;
    width: 100%;
}

.cart-row {
    display: grid !important;
    grid-template-columns: 13% 34% 4% 22% auto;
    grid-template-rows: 100px;
    grid-gap: 20px;
}

.cart .totals {
    display: grid;
    color: var(--gs-txt);
    font-weight: normal;
    margin: 0px;
}

.cart .totals-row {
    display: grid;
    grid-template-columns: 75% 25%;
}

.cart .totals-row:last-child {
    font-weight: bold;
    border-top: 1px solid rgba(190, 190, 190, 1);
    padding-top: 10px;
    height: 20px;
}

.cart .totals-row .a-right span.price {
    font-weight: bold;
}

.gsFulCol {
    padding-left: 20px;
    width: 950px;
}

.checkout-accept {
    background-color: rgba(247, 247, 247, 1);
    height: fit-content;
    border-radius: 2px;
    padding: 20px;
    display: flex;
    flex-flow: column;
}

.cart .checkout-btns {
    width: 100%;
}

.cart .checkout-types {
    float: none !important;
    margin: 0px !important;
}

.checkout-cart-index .btn {
    height: 33px !important;
    max-width: 100%
}

.cart .section-title {
    border: 0px;
}

.cart .btn.no-cta {
    margin-top: 15px;
}

.discount-form label {
    font-size: 14px;
    display: block;
    background-image: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/down_grey.svg');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: right;
}

.cart .checkout-extra input {
    width: 203px;
}

.input-box {
    display: inline-block;
}

.buttons-set {
    float: right;
    margin-top: 5px;
}

.cart .checkout-extra input {
    height: 27px;
}

.cart .btn svg {
    width: 12px;
}

.discount-form button.btn.cta {
    width: 35px;
    padding: 2px 6px;
}

.cart_trash_can {
    background-image: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_trash_GS.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.cart-row .product-title a {
    color: var(--gs-blue-main);
    font-weight: bold;
}

.product-quantity button {
    width: 30px;
    height: 30px;
    border: 1px solid var(--gs-grey-secondary);
    background: #fff;
    color: var(--gs-txt);
}

.quantity-input {
    border: 1px solid var(--gs-grey-secondary);
    text-align: center;
    height: 26px;
    border-right: 0px;
    border-left: 0px;
}

.quantity-minus {
    margin-right: -3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.quantity-plus {
    margin-left: -3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.col-6.product-title,
.product-quantity {
    padding-top: 30px;
}

.product-remove,
.product-price {
    padding-top: 35px;
}

.cart-row .product-image img {
    padding-top: 5px;
}

.discount-form {
    margin-top: 10px;
}

div#crosssell-products-list {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    grid-gap: 30px;
}

.crosssell .item-info {
    display: grid;
    grid-template-columns: 30% 70%;
}

.crosssell h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

.crosssell a {
    color: var(--gs-blue-main);
}

.crosssell .price-including-tax {
    display: none;
}

.crosssell .price-box .label {
    display: none;
}

.crosssell .item_right {
    display: grid;
    display: -ms-grid;
}

.crosssell .price-box .price-excluding-tax,
.crosssell .price-box .minimal-price-link {
    color: var(--gs-txt);
    font-weight: bold;
    font-size: 14px;
}

.crosssell .txt_area {
    min-height: 39px;
}

.item-info-lower {
    display: grid;
    grid-template-columns: 80% 20%;
}

.btn_mini {
    width: 35px;
    height: 30px !important;
    padding: 0px;
}

.btn_mini span svg {
    width: 17px !important;
    margin-left: 0px;
}

.gs-desktop-header-cart a:hover {
    text-decoration: none;
}

.cart-row {
    border-bottom: 1px solid rgba(239, 239, 239, 1);
}

.discount_remove svg {
    transform: rotate(45deg);
}

.coupon_wrapper {
    display: none;
}

.checkout-wrapper {
    display: flex\9;
    justify-content: space-between\9;
    width: 950px\9;
}

.cart-row {
    display: flex\9;
    display: -ms-flexbox\9;
    justify-content: space-between\9;
    -ms-flex-wrap: wrap\9;
    flex-wrap: wrap\9;
    width: 95%\9;
}

.product-image {
    width: 13%\9;
}

#gsHeader .gsHeaderRow2 {
    width: 68%\9 !important;
}

#goodstore_searchbox .form-search .input-text {
    width: 310px\9 !important;
}

.gs-desktop-header-cart {
    margin-right: 21px\9;
}

#gsHeader .gsHeaderRow3 ul.main-nav {
    width: 78%\9;
}

#gsHeader .gsHeaderRow3 ul.main-nav li:last-child {
    float: none\9;
    margin-left: 555px\9;
}

.totals-row .a-right:nth-child(2) {
    float: right\9;
}

.checkout-accept {
    width: 180px\9;
    height: auto\9;
}

.a-right {
    display: inline-block\9;
}

.totals-row>div {
    display: inline-block\9;
}

.totals-row div:nth-child(2) {
    float: right\9;
}

.crosssell .item-info,
.item-info-lower,
div#crosssell-products-list {
    display: flex\9;
}

.crosssell .item_right {
    display: inline-block\9;
}

.item-info-lower {
    justify-content: space-between\9;
}

.crosssell .item {
    width: 30%\9;
}

.cart .product-title {
    width: 40%\9;
}

.coupon_wrapper {
    display: none\9;
    justify-content: space-between\9;
}

.cart .checkout-extra input {
    width: 110px\9;
}

.cart .section-title {
    padding-left: 0;
}

.cart .section-title p {
    margin-top: 4px;
}

.crosssell .section-title h1 {
    margin-bottom: 4px;
}

.fbc_number {
    font-weight: bold;
}

#gsBelowFooter .wrapper {
    color: var(--gs-txt);
    text-align: center;
    margin: auto;
}

.blog ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.blog .news-item h4 {
    color: var(--gs-orange-main);
}

.blog h1 {
    color: var(--gs-txt);
}

.blog h2 {
    margin-bottom: 8px;
    font-size: 1.3em;
    color: var(--gs-txt);
}

.blog p {
    margin: 8px 0 8px 0;
    line-height: 24px;
}

.blog .intro {
    line-height: 24px;
    font-weight: 600;
    font-size: 1.2em;
}

.blog a {
    font-weight: 600;
}

.blog section {
    clear: both;
}

.blog section img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog section .uitlijning_links {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.blog section .uitlijning_rechts {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.blog .uitlijning_rechts,
.blog .uitlijning_links {
    width: 49%;
}

.catalog-category-view .toolbar .sorter span,
.catalogsearch-result-index .toolbar .sorter span {
    font-size: 15px;
}

.circle {
    border-radius: 100%;
    width: 80px;
    height: 80px;
}

.circle.circle_larger {
    width: 100px;
    height: 100px;
}

.circle.circle_larger .price_from {
    padding-top: 25px;
}

.top_banner_wrapper .price_wrapper {
    top: 17%;
    right: 17%;
}

.top_banner_wrapper .price_from span:nth-child(2) {
    font-size: 25px;
    font-weight: bold;
}

.circle_large {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    position: absolute;
    background-color: var(--gs-blue-main);
    color: #fff;
    top: 30%;
    right: 5%;
    font-weight: bold;
    font-size: 19px;
}

.circle_large span,
.circle span {
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.circle_large_inner {
    padding: 16px 20px;
}

.slider_item .circle {
    position: absolute;
    right: 5%;
    top: 5%;
}

.circle_inner {
    padding: 18px 10px;
    font-size: 19px;
}

.blue_bg {
    background-color: var(--gs-blue-main);
    color: #fff;
}

.price_orange {
    color: #fff;
    background-color: var(--gs-orange-main);
    opacity: 0.8;
}

.price_faded {
    color: var(--gs-orange-main);
    background-color: rgba(255, 255, 255, 0.8);
}

.price_wrapper {
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 10px;
}

.slider_item,
.lower_item_left,
.top_banner_wrapper {
    position: relative;
}

.lampen_homepage_wrapper,
.box_homepage_wrapper {
    width: 100%;
}

.lampen_homepage_wrapper h2,
.box_homepage_wrapper h2 {
    color: var(--gs-txt);
    font-size: 21px;
}

.lampen_homepage_wrapper h3 {
    color: var(--gs-blue-main);
    font-size: 16px !important;
}

.box_homepage_wrapper h3 {
    color: var(--gs-txt);
    font-size: 16px !important;
}

.category_item h2 {
    color: #fff;
    font-size: 21px;
    margin: 0px;
}

.item_txt_wrapper.product h3 {
    color: var(--gs-blue-main);
}

.item_txt_wrapper.product h3:hover {
    text-decoration: underline;
}

.item_txt_wrapper,
.price_from {
    text-align: center;
    min-height: 38px;
}

.price_from span:first-child {
    font-size: 14px;
    margin-right: 3px;
}

.krijtborden.price_from span:first-child {
    display: none;
}

.price_from {
    font-size: 25px;
    font-weight: bold;
}

.single_line .circle_inner {
    padding: 27px;
}

.category_btn {
    display: inline-block;
    border: 2px solid #fff;
    opacity: 100%;
    width: 64px;
    height: 12px;
    color: #fff;
    font-size: 10px;
    padding: 4px;
    text-align: center;
}

.category_item {
    width: 48%;
    position: relative;
}

.row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.lampen_homepage_wrapper img,
.box_homepage_wrapper img {
    width: 100%;
}

#gsMain .gsExtraLargeCol {
    margin-right: 0px !important;
    border-right: 0px !important;
}

.home_blue_banner {
    background-color: var(--gs-blue-main);
    border-radius: 2px;
    width: 100%;
    padding: 6px 0px 8px;
    color: #fff;
    margin: 30px 0px;
}

.home_blue_banner_inner {
    text-align: center;
}

.lower_banner_section {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 31% 65.5%;
}

.kunstplanten.lower_banner_section {
    grid-template-columns: 65.5% 31%;
}

.lower_item_right {
    position: relative;
}

.slider_item {
    min-width: 180px;
    margin-right: 32px;
    margin-bottom: 15px;
}

.krijtborden.slider_item {
    min-width: 225px;
    margin-right: 35px;
    margin-bottom: 15px;
}

.home_slider_inner {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 15px;
}

.home_slider_inner::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border: 1px solid #EFEFEF;
}

.home_slider_inner::-webkit-scrollbar-thumb {
    background-color: #CCCBC7;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.home_slider_inner::-webkit-scrollbar-button:single-button {
    display: block;
    height: 13px;
    width: 13px;
}

/* Left */

.home_slider_inner::-webkit-scrollbar-button:single-button:decrement {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* right */
.home_slider_inner::-webkit-scrollbar-button:single-button:increment {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.image_txt_overlay {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.category_img_wrapper {
    display: flex;
    align-items: center;
}

.category_item a {
    margin-top: 8px;
    display: inline-block;
}

.image_overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(58, 59, 58, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}

.category_item:hover .image_overlay {
    display: none;
}

.category_item:hover {
    cursor: pointer;
}

.category_btn:hover {
    background-color: var(--gs-txt);
    border: 2px solid var(--gs-txt);
}

.item_image_wrapper .image_txt_overlay {
    bottom: 25px;
}

.item_image_wrapper .category_btn {
    height: 14px;
    width: 140px;
}

.top_banner_txt_overlay {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 39%;
    padding: 20px 0px;
    width: 54%
}

.top_banner_txt_overlay span {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: var(--gs-txt);
}

.top_banner_txt_overlay span:first-child {
    font-weight: bold;
    font-size: 16px;
}

.top_banner_txt_overlay span:nth-child(2) {
    color: var(--gs-orange-main);
    font-size: 29px;
    font-weight: bold;
}

.slider_item:nth-child(3) .circle_inner {
    padding: 26px;
}

.top_banner_wrapper .price_from span:first-child {
    display: inline-block;
    font-size: 10px;
}

.lower_item_right .top_banner_txt_overlay {
    width: 62%;
}

.krijtborden.lower_item_right .top_banner_txt_overlay {
    width: 75%;
}

.kunstplanten.lower_item_right .top_banner_txt_overlay {
    width: 80%;
}

.top_banner_wrapper .price_from {
    font-size: 22px;
    padding: 13px 5px;
}

.lampen_homepage_wrapper img,
.box_homepage_wrapper img {
    border-radius: 2px;
}

.lampen_homepage_wrapper a,
.box_homepage_wrapper a {
    text-decoration: none;
}

.action_wrapper {
    width: 100%;
}

.action_wrapper span {
    color: var(--gs-txt);
}

.action_wrapper_inner {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    grid-gap: 26px;
}

.kunstplanten.action_wrapper .action_wrapper_inner {
    grid-gap: 3% !important;
}

.action_wrapper_inner .slider_item {
    min-width: 0px;
    width: 100%;
}

.kunstplanten.action_wrapper {
    margin: 34px 0 0 0;
}

.home_slider_inner .slider_item {
    min-width: 180px;
}

.lower_item_left_txt {
    text-align: center;
    margin-top: 10px;
}

.lower_item_left_txt h3 {
    margin-bottom: 0px;
}

.category_item a {
    margin: 0px;
}

.category_item h2 {
    margin-bottom: 5px;
}

.home_slider_wrapper .price_from {
    color: var(--gs-txt);
}

.krijtborden.lower_banner_section {
    grid-gap: 4%;
    grid-template-columns: 31.33% 64.67%;
}

.krijtborden.lower_item_right .top_banner_txt_overlay {
    width: 80%;
}

.lower_item_left {
    display: grid;
}

.krijtborden.action_wrapper {
    margin: 34px 0 0 0;
}

.lower_item_left .item_price_wrapper {
    align-self: end;
}

.krijtborden.action_wrapper .action_wrapper_inner {
    grid-gap: 4%;
    grid-template-columns: 30.67% 30.67% 30.67%;
}

.feedbackcompany .summary-index,
.feedbackcompany .summary-index .column {
    display: grid;
    grid-template-columns: auto auto;
}

.feedbackcompany .summary-index .column {
    width: 100% !important;
}

.feedbackcompany .summary-index .column dd,
.feedbackcompany .summary-index .column dt {
    width: 100% !important;
    display: flex;
    align-items: center;
}

.feedbackcompany .dl-feedback {
    display: grid;
    grid-template-columns: auto auto;
    width: 50%;
}

.feedbackcompany .dl-feedback dt,
.feedbackcompany .dl-feedback dd {
    width: 100% !important;
}

.feedbackcompany .column .title {
    font-weight: bold;
}

.feedbackcompany .review-header h4 {
    font-size: 18px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.feedbackcompany .header-floating-feedbackcompany,
.feedbackcompany .review-content {
    padding: 0 !important;
}

.feedbackcompany .total-feedbackcompany {
    margin-right: 0 !important;
}

.feedbackcompany .pages ol li {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
}

.feedbackcompany .pages ol li:last-child {
    margin-right: 0;
}

#gsHeader .gsHeaderRow2 {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 5%;
    justify-content: right;
}

.crosssell .special-price {
    font-size: 14px;
    color: inherit;
    display: inline-block;
}

.crosssell .special-price .price-excluding-tax {
    display: inline-block;
}

.crosssell .price-box .minimal-price-link {
    margin-top: 16px;
}

button.button.btn-request-quote {
    display: none;
    visibility: hidden;
}

.product-main-wrapper {
    display: grid;
    grid-template-columns: 41% 56%;
    grid-column-gap: 3%;
}

.catalog-product-view .product-top .product-name {
    display: grid;
    grid-template-columns: 70% 30%;
}

.product-left {
    display: grid;
    grid-template-rows: auto auto auto auto auto;
    margin-bottom: auto
}

.product-right {
    display: grid;
    grid-template-rows: min-content;
}

.product-bottom {
    grid-column: 1 / 3;
}

.product-left .add-to-cart input {
    margin-bottom: 20px !important;
}

.price_from .sale.regular {
    text-decoration: line-through;
}

.price_from .sale.special {
    color: var(--gs-txt);
}

.price_from span:first-child {
    display: inline-block !important;
}

.checkout-phone-wrapper {
    display: none;
}

.company-toggle-icon.collapsed {
    background-image: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/iconmonstr-plus-5.svg');
}

.company-toggle-icon.expanded {
    background-image: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/iconmonstr-min-1.svg');
}

.payment-usp-icon {
    background-image: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/iconmonstr-lock-3.svg');
}

.tooltip-wrapper {
    background-image: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/iconmonstr-help-2.svg');
}

.tooltip-close {
    background-image: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/iconmonstr-plus-2.svg');
}

.phone-icon {
    background-image: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_phone_white.svg');
}

.ampreorder_note {
    color: var(--gs-txt);
    font-size: 12px;
}

.catalog-category-view .preorder_box {
    margin-top: 5px;
    grid-column: 1;
    color: var(--gs-txt);
}

.catalog-product-view .regular-price,
.catalog-product-view .price-from,
.catalog-product-view .special-price,
.catalog-product-view .price-excluding-tax,
.catalog-product-view .minimal-price-link {
    font-weight: bold;
}

ul.products-grid li.item .price-box .price-label {
    display: inline-block;
}

ul.products-grid li.item .price-box .price-excluding-tax {
    display: inline-block;
}

ul.products-grid li.item .price-box .price-including-tax {
    display: block;
    color: var(--gs-txt);
}

.searchautocomplete .searchautocomplete-placeholder ul li div.highlight {
    visibility: hidden;
}

.manhattan_banner_wrapper {
    margin-top: 30px;
}

.home_vintlux_banner_wrapper {
    margin-top: 30px;
}

.price_faded {
    width: 100px;
    height: 100px;
}

.price_faded .price_from {
    padding: 25% 0;
}

.circle_large {
    top: 37.5%;
}

.circle_small_inner {
    padding: 27px 8px;
}

.circle_small_inner span:nth-child(1) {
    font-size: 10px;
}

.circle_small_inner span:nth-child(2) {
    font-size: 17px;
}

.circle_large_inner span {
    font-size: 18px;
}

.mobile_txt_underlay {
    display: none;
}

.top_banner_wrapper:hover {
    cursor: pointer;
}

.b2b.price_faded,
.b2b.price_orange {
    width: 100px;
    height: 100px;
}

.b2b.price_faded .price_from,
.b2b.price_orange .price_from {
    padding: 25% 0;
}

.circle_large {
    top: 37.5%;
}

.b2b.circle_inner {
    padding: 18px 0px;
}

.b2b.circle_inner .price_from {
    font-size: 19px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .lower_banner_section {
        display: flex;
    }

    .lower_item_left {
        float: left;
        width: 31%;
    }

    .lower_item_right {
        width: 65%;
    }

    .action_wrapper_inner {
        display: flex;
        justify-content: space-between;
    }

    .action_wrapper_inner .slider_item {
        width: 200px;
    }
}

.preorder_note {
    font-size: 10.4pt;
}

.box-up-sell .item-info a {
    color: var(--gs-blue-main);
}

.cms-no-route .usp-shipping {
    display: none;
}

ul.products-grid li.item div.item-info .product-name {
    height: 50px;
}

.hot_items_wrapper img {
    width: 100%;
    height: auto;
}

.hot_items_wrapper .action_wrapper h3 {
    color: var(--gs-txt);
    font-size: 13pt !important;
}

.hot_items_wrapper a:hover {
    text-decoration: none;
}

.hot_items_wrapper a:hover h3 {
    text-decoration: underline;
}

.hot_items_wrapper .action_wrapper span:nth-child(2) {
    color: var(--gs-orange-main);
}

.hot_items_wrapper .action_wrapper .price_from {
    font-size: 30px;
}

.hot_items_wrapper .action_wrapper {
    margin-top: 20px;
}

.aanbiedingen_banner_small_txt {
    color: #fff;
    text-align: center;
}

.aanbiedingen_banner_wrapper_small {
    padding: 20px 10px;
    margin-bottom: 20px;
    background-color: var(--gs-blue-main);
}

.hot_items_wrapper .top_banner_txt_overlay span {
    text-transform: uppercase;
}

.product-main-wrapper {
    grid-template-columns: 48.5% 48.5%;
    grid-column-gap: 3%;
}

.product-bottom {
    border-top: 1px dashed var(--gs-grey-secondary);
    display: grid;
    grid-template-columns: 48.5% 48.5%;
    grid-column-gap: 3%;
}

.product-right .usp {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed var(--gs-grey-secondary);
    border-bottom: 1px dashed var(--gs-grey-secondary);
}

#product_name h1 {
    font-size: 20px;
    font-weight: bold;
    color: var(--gs-blue-main);
    margin: 0px;
}

.breadcrumbs {
    display: grid;
    grid-template-columns: auto 140px;
    margin-bottom: 20px;
    font-size: 13px;
}

.mobile-desc-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed var(--gs-grey-secondary);
    border-bottom: 1px dashed var(--gs-grey-secondary);
}

.mobile-specs-wrapper .mobile-specs,
.mobile-desc-header {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.mobile-specs-wrapper {
    padding-top: 20px;
}

.product-view .product-left .more-views ul li img {
    border: 1px solid var(--gs-grey-secondary);
    border-radius: 2px;
}

.product-left {
    padding-bottom: 20px;
}

.product-view .product-right .usp li a {
    color: var(--gs-txt);
}

.product_top_right_inner {
    display: grid;
}

.price-excluding-tax .label {
    display: inline-block;
}

.product-view .product-left .product-image img {
    border: 1px solid var(--gs-grey-secondary);
    border-radius: 2px;
}

.add-to-cart label {
    display: none;
}

.add-to-cart {
    display: grid;
    grid-template-columns: 75px auto;
    grid-gap: 10px;
}

.add-to-cart input#qty {
    text-align: center;
    border-radius: 2px;
    border: 1px solid var(--gs-grey-secondary);
}

.in-store-text,
.in-stock-text {
    color: var(--gs-green-main-darker);
}

.product-bottom-right {
    display: grid;
    grid-template-rows: 290px auto;
    grid-row-gap: 20px;
}

.price-box .price {
    font-weight: bold;
}

.in-store-text,
.in-stock-text,
.not-in-stock-text {
    font-size: 15px;
}

.product-info-wrapper .price-box .label {
    display: none;
}

.add-to-cart {
    padding-bottom: 15px;
}

.usp .usp_bold {
    color: var(--gs-txt);
}
.usp .usp_bold .est_day_of_arrival{
    color: var(--gs-blue-main);
}

.product-view .product-left .more-views ul {
    margin: 12px 0 0 0;
}

.product-view .product-left .more-views ul li {
    margin: 0 12px 3px 0;
}

.mobile-specs {
    padding-bottom: 10px;
}

.product-view .product-left .more-views ul li {
    margin: 0px;
    float: none;
}

.special-price .price-label {
    display: none;
}

.price-excluding-tax .price,
.price-including-tax .price {
    order: 2;
}

.product_info_wrapper {
    padding-top: 15px;
    display: grid;
    grid-template-rows: min-content;
}

a.btw_inactive {
    color: var(--gs-blue-main);
    text-decoration: underline;
}

.switch_icon {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_btw_switcher.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
    margin-left: 5px;
}

div#btw_switcher {
    font-size: 13px;
    display: flex;
    place-items: center;
    justify-content: space-around;
}

.product-view .product-right .tier-prices {
    font-size: 15px;
}

.tier-prices .price-including-tax,
.tier-prices .price-excluding-tax {
    font-weight: bold;
}

.tier-prices .benefit {
    font-weight: normal;
    color: var(--gs-orange-main);
}

.price-excluding-tax,
.minimal-price-link {
    color: var(--gs-txt);
    font-size: 15px;
}

.price-excluding-tax .label,
.minimal-price-link .label,
.price-including-tax .label {
    font-weight: normal;
    font-size: 13px;
}

.product-view li {
    list-style-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_list_style.svg);
    padding-bottom: 15px;
}

.mobile-desc-wrapper li {
    padding-bottom: 10px;
    list-style-position: inside;
}

.mobile-desc-wrapper h2,
.mobile-desc-wrapper h3 {
    margin: 15px 0px;
    font-size: 15px;
}

.product-upsells {
    color: var(--gs-txt);
    font-weight: bold;
}

.section-title,
.box-up-sell ul.products-grid li.item div.item-info {
    border: none;
    padding: 0px;
}

.item-info img {
    border: 1px solid var(--gs-grey-secondary);
    width: 100%;
    height: auto;
    grid-column: 1/3;
}

.minimal-price-link .label {
    display: inline-block;
}

ul.products-grid li.item div.item-info {
    display: grid;
    min-height: inherit;
    grid-template-columns: auto 40px;
    text-align: left;
}

ul.products-grid li.item div.item-info .product-name {
    margin: 0px;
    height: 36px;
    color: var(--gs-blue-main);
    text-align: left;
    overflow: hidden;
    grid-column: 1/3;
    padding-top: 10px;
}

ul.products-grid li.item div.item-info a {
    grid-column: 1/3;
}

ul.products-grid li.item .item-buttons .in-store-text,
.in-stock-text,
.not-in-stock-text,
p.availability.out-of-stock {
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
}

p.availability.out-of-stock {
    color: var(--gs-txt);
    grid-column: 1;
}

ul.products-grid li.item button {
    max-width: 40px;
    padding: 0px;
    padding-right: 5px;
    grid-row: 3/5;
    grid-column: 2/3;
    align-self: end;
}

.product-view ul.products-grid li.item button {
    max-width: 100%;
    grid-row: 5/6;
    grid-column: 1/3;
}

.item-info .price-box {
    min-height: inherit;
}

.box-up-sell {
    border-top: 1px dashed var(--gs-grey-secondary);
    padding-top: 20px;
}

.product-view .availability {
    margin: 0px;
    grid-column: 1/2;
}

.product-view ul.products-grid {
    grid-template-columns: 29.5% 29.5% 29.5%;
    grid-column-gap: 5.50%;
}

.section-title .product-upsells {
    font-size: 18px;
    color: var(--gs-txt);
    font-weight: bold;
}

.item-info .special-price .price-label {
    display: none !important;
}

.product_attribute_specs_table_more {
    border-bottom: 1px solid var(--gs-grey-secondary);
    position: relative;
    height: 20px;
    margin-bottom: 35px;
    margin-top: 10px;
}

.product_attribute_specs_table_more a {
    color: var(--gs-txt);
    padding: 10px;
    border: 1px solid var(--gs-grey-secondary);
    border-radius: 2px;
    width: 200px;
    display: inherit;
    position: absolute;
    left: 27%;
    top: 6%;
    z-index: 100;
    background: #fff;
    text-align: center;
}

#product-attribute-specs-table tr {
    display: none;
}

#product-attribute-specs-table tr:nth-child(1),
#product-attribute-specs-table tr:nth-child(2),
#product-attribute-specs-table tr:nth-child(3) {
    display: table-row;
}

ul#tierprices_list {
    display: none;
}

.tierprices_dropdown {
    padding-top: 15px;
    display: inline-block;
    color: var(--gs-blue-main);
}

.box-collateral.box-up-sell.box-cross-sell {
    padding-bottom: 10px;
}

.box-up-sell ul.products-grid li.item div.item-info {
    grid-template-columns: 100%;
}

.box-up-sell ul.products-grid li.item div.item-info .availability {
    padding-bottom: 10px;
}

.gsFulCol {
    width: 990px;
    padding-left: 0px;
}

#gsMain .gsExtraLargeCol {
    width: 735px;
    padding: 0px;
}

#gsMain .gsSmallCol {
    padding: 0px;
    width: 225px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .product-left,
    .product-right,
    .product-bottom-left,
    .product-bottom-right {
        width: 48.5%;
    }

    .product-left,
    .product-bottom-left {
        float: left;
        margin-right: 3%;
    }

    .product-bottom-right {
        float: left;
    }

    div#btw_switcher {
        float: right;
    }

    .usp li {
        list-style: none;
    }

    .product-view ul.products-grid li {
        width: 29.5%;
        margin-right: 5.75%;
        float: left;
    }

    .product-view ul.products-grid li:nth-child(3n+3) {
        margin-right: 0px;
    }

    .box-cross-sell {
        margin-bottom: 15px;
    }

    .item-info .price-box,
    .item-info .availability {
        float: left;
    }

    .product-right .add-to-cart button {
        width: 370px;
    }

    .add-to-cart input#qty {
        float: left;
        margin-right: 20px;
        width: 73px;
        height: 37px;
    }

    .product-view .product-left .more-views ul {
        display: inline-block;
    }

    .product-view .product-left .more-views ul li {
        float: left;
        width: 70px;
        margin-right: 10px;
    }

    div#btw_switcher {
        float: right;
    }

    .breadcrumbs ul {
        width: 80%;
        float: left;
    }

    .breadcrumbs {
        display: inline-block;
        width: 100%;
    }

    .category-products ul.products-grid li {
        float: left;
        width: 30%;
        margin-right: 4.5%;
        margin-bottom: 20px;
    }

    .category-products ul.products-grid li:nth-child(3n+3) {
        margin-right: 0px;
    }

    .category-products .item-info .price-box,
    .category-products .item-info .availability {
        float: none;
    }

    .toolbar .fr {
        float: right;
    }

    .cart-row {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: space-between;
    }

    .cart-row .product-image {
        width: 13%;
    }

    .cart .product-title {
        width: 40%;
    }

    .cart .totals-row {
        display: -ms-flexbox;
        justify-content: space-between;
    }

    .checkout-wrapper {
        display: -ms-flexbox;
        justify-content: space-between;
        width: 100%;
    }
}

.product-view .product-right {
    display: inline-block;
}

.toolbar {
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--gs-grey-secondary);
}

.category-products ul.products-grid {
    grid-template-columns: 30.5% 30.5% 30.5%;
    grid-column-gap: 4.10%;
    grid-row-gap: 30px;
    margin: 20px 0 0 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--gs-grey-secondary);
}

.category-products ul.products-grid li.item div.item-info a {
    display: grid;
    grid-template-columns: auto 40px;
}

.pager .pages li {
    background: var(--gs-grey-tertiary);
    border-radius: 2px;
    border-bottom: 2px solid var(--gs-grey-tertiary-darker);
}

.toolbar .pager li a {
    font-weight: normal;
    color: var(--gs-txt);
    font-size: 13px !important;
    width: 33px;
    height: 31px;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block
}
.toolbar .pager li a:hover{
    background: var(--gs-grey-tertiary-darker);
}

.pager .pages li.current {
    font-weight: normal;
    color: var(--gs-txt);
    font-size: 13px;
    background: var(--gs-grey-tertiary-darker);
    width: 33px;
    height: 33px;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
}

.catalogsearch-result-index .toolbar h1 {
    display: none;
}

.catalogsearch-result-index h1,
.category-products h1 {
    color: var(--gs-blue-main);
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}

.toolbar .fr {
    float: none;
    width: 100%;
    display: grid;
}

.products-grid li a {
    text-decoration: none;
}

ul#gsLeftCatNav {
    margin-top: 7px;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 2px solid #ECECEC;
}

ul#gsLeftCatNav li {
    margin-bottom: 5px;
    font-size: 14px;
}

ul#gsLeftSubCat {
    margin-top: 5px;
}

.widget a.activeLink {
    font-weight: bold;
}

.widget .categoryName {
    font-size: 16px;
}

ul#gsLeftSubCat {
    display: block;
}

dt.filter_header,
.block-subtitle {
    color: var(--gs-txt);
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 8px 0;
}

.ui-slider-horizontal .ui-slider-handle {
    width: 18px;
    height: 18px;
    background: transparent linear-gradient(180deg, #F2F2F2 0%, #D4D4D4 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000032;
    border: 1px solid #979797;
    border-radius: 100%;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: var(--gs-blue-main);
    height: 3px;
    top: 0.5em;
}

.amshopby-attr {
    padding-left: 24px;
}

.block-layered-nav dd {
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--gs-grey-secondary);
    min-height: auto !important;
}

.amshopby-item-top {
    min-width: 225px;
}

.amshopby-item-top dl {
    margin: 0px;
}

.amshopby-item-top li {
    padding: 7px 0px 8px;
}

.amshopby-price-top-find {
    background: #EDEDED 0% 0% no-repeat padding-box;
    border-radius: 2px;
    opacity: 1;
}

.block-layered-nav .count {
    color: var(--gs-txt)80;
    opacity: 0.8;
}

.block-layered-nav .amshopby-attr,
.block-layered-nav .single-choice a.amshopby-attr {
    padding-left: 30px;
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/checkmark.svg) left center no-repeat;
    background-size: 15px;
}

.block-layered-nav .amshopby-attr-selected,
.block-layered-nav .amshopby-attr-selected {
    padding-left: 30px;
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/checkmark_active.svg) left center no-repeat !important;
    background-size: 15px;
}

.block-layered-nav .amshopby-attr:hover,
.block-layered-nav a.amshopby-attr:hover {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/checkmark_hover.svg) left center no-repeat !important;
    background-size: 15px !important;
    padding-left: 30px !important;
}

ol.single-choice input {
    width: 55px;
    height: 29px;
    text-align: center;
    border: 1px solid var(--gs-grey-secondary);
    border-radius: 2px;
}

.amshopby-price-find {
    height: 33px;
    width: auto;
    margin-left: 15px;
    background: #EDEDED 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 2px;
    color: var(--gs-txt);
}

.left_menu_categories ul {
    border-left: 2px solid #ECECEC;
    padding-left: 15px;
}

.category-products ul.products-grid li.item div.item-info {
    grid-template-rows: auto;
    position: relative;
}

.available-in-store,
.product-instock,
.product-notinstock,
.preorder_box {
    margin-bottom: 0px;
    grid-column: 1/2;
}

.category-products ul.products-grid li.item button {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.toolbar .pager {
    grid-column: 2/3;
}

.toolbar {
    display: grid;
}

.toolbar-bottom .toolbar {
    grid-template-columns: auto auto;
}

.toolbar-bottom .toolbar .fr {
    grid-column: 1/3;
}

.toolbar .fl {
    grid-row: 2/2;
}

.filter_header {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/chevron_close_blue.svg) right center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/chevron_open_blue.svg) right center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.product_attribute_specs_table_more a {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/chevron_open_blue.svg) 95% center #fff;
    background-repeat: no-repeat;
    background-size: 10px;
}

.old-price {
    color: var(--gs-txt);
}

span.multiselect-child {
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    float: left;
}

.currently .label {
    font-size: 15px;
}

.cat_depth_1 {
    margin-left: 10px;
}

.cat_depth_2 {
    margin-left: 20px;
}

.cat_depth_3 {
    margin-left: 30px;
}

.tierprices_dropdown {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_tier_prices.svg) left 62% no-repeat;
    padding-left: 25px;
    height: 27px;
}

.tierprices_dropdown span {
    padding-right: 20px;
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_dropdown_pyramid.svg) right center no-repeat;
    font-weight: 600;
}

.product-purchase-info {
    height: 24px;
}

.product-view .availability {
    min-height: 8px;
}

.product_info_wrapper .price-box .price {
    font-size: 17px;
}

.product_info_wrapper .label {
    font-size: 15px;
}

.product_info_wrapper .price-box .old-price .price {
    font-size: 15px;
    font-weight: normal;
}

.price-including-tax .label {
    font-weight: normal;
}

.item-info .price_box .label {
    font-size: 13px;
}

.toolbar .fl button {
    display: none;
}

.amshopby-price-top-find span {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_lay_nav_button.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 6px;
    height: 10px;
}

.amshopby-price-top-find {
    width: 33px;
    height: 33px;
    border: 0px;
    background: #DEDEDE 0% 0% no-repeat padding-box;
}

.single-choice li {
    display: flex;
    justify-content: space-between;
}

.single-choice li>span {
    padding-top: 5px;
}

.amshopby-item-top:nth-child(1) dt.filter_header:nth-child(1) {
    margin-top: 0px;
}

.menu_wrapper {
    display: none;
    position: absolute;
    z-index: 150;
    background: rgba(255, 255, 255, 1);
    width: 990px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

.gsHeaderRowMenu:hover .menu_wrapper {
    display: block;
}

.gsHeaderRowMenu {
    position: relative;
}

.gsHeaderRowMenu span {
    cursor: pointer;
    height: 45px;
    display: inline-block;
}

.sub_level_menu,
.top_level_menu,
.sub_level_menu div:nth-child(1),
.sub_level_menu div:nth-child(2) {
    float: left;
}

.sub_level_menu {
    width: 765px;
    height: 600px;
    background: var(--gs-grey-main-extra-light);
}

.sub_level_menu span {
    height: auto;
}

.top_level_menu,
.menu_right_inner {
    width: 225px;
}

.top_level_menu li {
    padding: 15px 20px;
    font-weight: 600;
}

.top_level_menu a.active li {
    background: var(--gs-grey-main-extra-light);
    cursor: pointer;
}

.content_header {
    color: var(--gs-blue-main);
    width: 100%;
    display: inline-block;
    padding-top: 15px;
}

.content_inner span,
.content_inner ul {
    float: left;
}

.content_inner {
    padding-left: 30px;
    width: 510px;
    height: 600px;
    position: relative;
    display: none;
}

.menu_right_inner {
    display: none;
}

.content_inner.active,
.menu_right_inner.active {
    display: inline-block;
}

.content_inner .content_inner_left ul li,
.content_inner .content_inner_right ul li {
    padding: 7px 0px 8px;
}

.content_inner_left,
.content_inner_right {
    float: left;
    width: 45%;
}

.content_inner_left {
    margin-right: 10%;
}

.content_bottom {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.menu_overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 9;
    background-color: #00000041;
    display: none;
}

div.amshopby-overflow-scroll-enabled div.block-content dl dd>ol:first-of-type {
    max-height: max-content !important;
}

.view_all_btn {
    padding: 8px 25px 5px 10px;
    border-radius: 2px;
    color: var(--gs-txt);
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    height: 39px;
    display: block;
    text-align: center;
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_arrow_black_right.svg) no-repeat 95% center var(--gs-grey-tertiary);
    background-size: 7px;
    border-bottom: 2px solid var(--gs-grey-tertiary-darker);
    margin-bottom: 20px;
    box-sizing: border-box;
}
.view_all_btn:hover {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_arrow_black_right.svg) no-repeat 95% center var(--gs-grey-tertiary-darker);
    text-decoration: none;
}

@media screen and (min-width:1024px) {
    .top_level_menu li:hover:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 65%;
        height: 100%;
    }

    .top_level_menu {
        position: relative;
    }

    .top_level_menu li {
        padding: 15px;
        cursor: pointer;
    }
}

.filter_close {
    display: none;
}

p.availability.out-of-stock {
    height: 19px;
    padding-top: 5px;
}

.filter_name {
    font-weight: 600;
}

.btn-remove-inline {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/close_grey.svg) no-repeat center 80%;
    background-size: 17px;
}

.currently ol li {
    padding: 7px 0px 8px 0px;
}

#gsMain .gsSmallCol .actions a {
    text-decoration: underline;
}

.breadcrumbs strong {
    font-weight: normal;
}

.gsHeaderRowMenuTab {
    width: 225px;
    display: inline-block;
    padding: 12px 0px 13px 47px;
    color: #fff;
    box-sizing: border-box;
    text-align: left;
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_hamburgermenu_white.svg) var(--gs-blue-main-darker) no-repeat 8% center;
    background-size: 18px;
}

li.nav-last {
    box-sizing: border-box;
    width: 140px;
}

.amshopby-apply-button {
    width: 100%;
    border: none;
    border-radius: 2px;
    background: var(--gs-blue-main);
    color: rgba(255, 255, 255, 1);
    border-bottom: 2px solid var(--gs-blue-main-darker);
}

.toolbar .pager li a.next {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/next.svg) no-repeat 90% center var(--gs-grey-tertiary);
    background-size: 8px 12px;
    width: max-content;
    padding: 5px 20px 5px 10px;
}
.toolbar .pager li a.next:hover {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/next.svg) no-repeat 90% center var(--gs-grey-tertiary-darker);
    background-size: 8px 12px;
}

.toolbar .pager li a.previous {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/prev.svg) no-repeat 10% center var(--gs-grey-tertiary);
    background-size: 8px 12px;
    width: max-content;
    padding: 5px 10px 5px 20px;
}
.toolbar .pager li a.previous:hover {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/prev.svg) no-repeat 10% center var(--gs-grey-tertiary-darker);
    background-size: 8px 12px;
}

.menu_right_bottom {
    background: var(--gs-blue-main);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
}

.menu_right_inner {
    position: relative;
    height: 600px;
}

.cta_txt {
    color: rgba(255, 255, 255, 1);
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.cta_link {
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    text-align: center;
    padding-left: 65px;
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_arrow_white_right.svg) no-repeat right center;
    background-size: 7px;
    padding-right: 15px;
    display: inline-block;
    font-weight: normal;
}

.menu_right_bottom_inner {
    padding: 50px 10px;
}

.menu_right_inner img {
    width: 100%;
    height: 450px;
}

.amshopby-advanced .level1 {
    padding-left: 0px;
}

.amshopby-advanced .level2 {
    padding-left: 15px;
}

.amshopby-advanced .level3 {
    padding-left: 20px;
}

.amshopby-advanced .level1 ol li {
    border-left: 2px solid rgba(236, 236, 236, 1);
}

.amshopby-advanced ol li:last-child {
    padding-bottom: 0px;
}

.left_column_aanbiedingen.amshopby-attr.amshopby-attr-selected,
.left_column_aanbiedingen.amshopby-attr:hover {
    background: none !important;
}

.filter_header:hover {
    cursor: pointer;
}

.searchautocomplete .form-search {
    width: 565px;
}

#goodstore_searchbox .form-search .input-text {
    width: 100% !important;
}

.checkout-cart-index .item-info img {
    width: 75px;
    height: 75px;
}

.checkout-cart-index .cart .section-title {
    padding: 8px 12px;
    padding-left: 0px;
}

.block-layered-nav .actions {
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(204, 204, 204, 1);
}

.menu_wrapper a {
    color: var(--gs-txt);
}

.sorter select {
    padding: 5px;
}

.gsSmallCol.mobile-menu {
    display: none;
}

.content_header a {
    color: var(--gs-blue-main);
}

.menu-item.back_link {
    display: none;
}

.gsHeaderRowMenu .top_level_menu ul li span {
    height: 0;
}

dt.filter_header.last.odd {
    display: none;
}

li.amshopby-advanced {
    padding-top: 0px;
}

.catalogsearch-result-index h1,
.catalog-category-view h1 {
    color: var(--gs-blue-main);
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}

.cat_desc_wrapper {
    padding: 5px 0px 15px 0px;
}

.top_banner_wrapper img,
.home_slider_inner .slider_item img {
    width: 100%;
    height: auto;
}

.cat_nav_wrapper .home_slider_inner .slider_item {
    width: 170px;
}

.catalog-category-view h2 {
    padding: 15px 0px 5px 0px;
}

.cat_nav_wrapper .item_txt_wrapper h3 {
    font-size: 15px;
    text-align: left;
    color: var(--gs-blue-main);
}

.cat_nav_wrapper .home_slider_wrapper .price_from {
    text-align: left;
}

.cat_nav_wrapper .price_from {
    font-size: 17px;
}

.cat_nav_wrapper .price_from span:first-child {
    font-size: 13px;
}

.cat_nav_wrapper .home_slider_inner {
    padding-bottom: 0px;
}

.cat_nav_wrapper .home_slider_inner .slider_item {
    margin-bottom: 0px;
}

.category_item_wrapper {
    margin-top: 20px;
}

.cat_nav_wrapper .home_slider_inner a {
    color: var(--gs-txt);
}

.category_item_name h2,
.catalog-category-view h2 {
    color: var(--gs-txt);
    margin: 0px;
    font-size: 17px;
}

.category_item_name {
    width: 100%;
    border-bottom: 1px dashed var(--gs-grey-secondary);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.category_item_name a {
    color: var(--gs-txt);
}

.category_item_wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: 31% 31% 31%;
    grid-column-gap: 3.5%;
    grid-row-gap: 10px;
    margin-bottom: 20px;
}

.category_item_wrapper img {
    width: 100%;
    height: auto;
}

.category_item {
    width: 100%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .category_item,
    .category_item_name {
        width: 31% !important;
        height: auto;
        float: left;
        margin-right: 3.5%;
    }

    .category_item:nth-child(3n+3),
    .category_item_name:nth-child(3n+3) {
        margin-right: 0px;
    }

    .category_img_wrapper {
        display: inline-block;
    }

    .category_item_wrapper {
        height: 380px;
    }

    .crosssell .item {
        width: 30%;
        float: left;
        margin-right: 4%;
    }

    .crosssell .item.last.odd {
        margin-right: 0px;
    }

    .crosssell .item .item-buttons {
        float: right;
    }

    .crosssell .item .item_left {
        float: left;
        width: 30%;
    }

    .crosssell .item .item_right {
        width: 68%;
        display: inline-block;
    }

    .product-view .product-right {
        width: 45%;
    }
}

#gsHeader .gsHeaderTop {
    margin-top: 15px;
}

.item-info .out-of-stock {
    grid-column: 1/2;
}

.customer-account-forgotpassword .mainWrapper h2 {
    color: var(--gs-blue-main);
}

.customer-account-forgotpassword .mainWrapper .input-box {
    display: block;
}

.customer-account-forgotpassword .mainWrapper .input-text {
    width: 66%;
    max-width: 490px;
    border: 1px solid #858585;
    margin-bottom: 13px;
    padding: 8px 10px;
    box-sizing: border-box;
    margin-top: 3px;
    height: 34px;
    font-family: 'myriad-pro', 'Tahoma', 'sans-serif';
    font-size: 12px;
    color: #858585;
}

.customer-account-forgotpassword .mainWrapper .button {
    max-width: 200px;
    height: 35px;
    padding: 2px 20px 0px 20px;
    transition: all 0.2s ease;
    border: none;
    border-bottom: 3px solid var(--gs-blue-main-darker);
    background: var(--gs-blue-main);
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    border-radius: 2px;
    width: 100%;
}

.customer-account-forgotpassword .gsFullCol {
    padding: 0px 20px;
    margin-bottom: 20px;
}

.account-login .input-box,
.account-create .input-box,
.my-account .input-box {
    display: block;
}

.account-login {
    margin-bottom: 20px;
}

.account-login h1 {
    margin-top: 5px;
}

.field.name-middlename {
    display: none;
}

.account-create .fieldset {
    width: 100%;
    float: none;
}

.buttons-set {
    float: none;
}

.my-account h2 {
    color: var(--gs-blue-main);
    margin-bottom: 8px;
    margin-top: 0.83em;
}

.pcnl-info {
    margin-bottom: 8px;
}

.pcnl-info-text {
    margin-top: 5px;
}

.customer-address-form .form-list input.pcnl-input-text-half {
    width: 66%;
}

.customer-address-form #postcode_input_checkbox {
    margin-left: 0px !important;
}

.customer-address-form select#country {
    height: 34px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.customer-address-form .pcnl-output-field {
    background-color: rgba(245, 245, 245, 1);
    border: 1px solid rgba(214, 214, 214, 1);
    margin: 5px 0px;
    padding: 10px;
    box-sizing: border-box;
}

.customer-address-form .pcnl-info label {
    font-weight: 700;
}

.acclinks-txt {
    width: 100px;
}

.validation-advice {
    color: rgba(213, 29, 29, 1);
    margin-top: 10px;
}

.customer-account-edit .buttons-set .button {
    color: #fff;
    background-color: var(--gs-blue-main);
    border: none;
    border-bottom: 3px solid var(--gs-blue-main-darker);
    transition: all 0.2s ease;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
}

.customer-account-edit .buttons-set .button:hover {
    background: var(--gs-blue-main-darker);
}

.validation-advice {
    margin-bottom: 20px;
}

.grid-container-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: var(--gap);
}

.grid-container-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: var(--gap);
}

.enhanced-page .grid-container-12,
.enhanced-page .grid-container-6 {
    background: #F9F9F9;
}

.container-inner {
    padding: var(--gap);
}

.grid-12 {
    grid-column: span 12;
}

.grid-11 {
    grid-column: span 11;
}

.grid-10 {
    grid-column: span 10;
}

.grid-9 {
    grid-column: span 9;
}

.grid-8 {
    grid-column: span 8;
}

.grid-7 {
    grid-column: span 7;
}

.grid-6 {
    grid-column: span 6;
}

.grid-5 {
    grid-column: span 5;
}

.grid-4 {
    grid-column: span 4;
}

.grid-3 {
    grid-column: span 3;
}

.grid-2 {
    grid-column: span 2;
}

.enhanced-page h2 {
    color: var(--gs-txt);
    font-size: 17px;
    font-weight: 700;
    margin: 8px 0px 12px 0px;
}

.enhanced-page p {
    margin: 0px;
    color: var(--gs-txt);
}

.enhanced-page img {
    width: 100%;
    height: auto;
}

.enhanced-page a:hover {
    color: var(--gs-txt);
    text-decoration: underline;
}

.enhanced-page figure {
    margin: 0;
}

.kader-txt-box,
.slider-txt-box {
    text-align: center;
}

.banner {
    position: relative;
}

.txt-overlay h1 {
    color: #ffffff;
    margin: 0 0 10px 0;
    font-size: 25px;
}

.txt-overlay h2 {
    color: #ffffff;
    margin: 0 0 var(--gap) 0;
    font-size: 20px;
}

.txt-overlay p {
    color: #ffffff;
    margin: 0px;
    font-size: 17px;
}

.txt-overlay {
    position: absolute;
    width: 41%;
    height: 100%;
    bottom: 0;
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    padding: 0 var(--gap) calc(2 * var(--gap)) var(--gap);
    justify-content: flex-end;
}

.txt-overlay.left {
    left: 0;
    text-align: left;
}

.txt-overlay.right {
    right: 0;
    text-align: right;
}

.txt-overlay.top {
    justify-content: flex-start;
    padding-top: var(--gap);
}

.txt-overlay.right p {
    align-self: flex-end;
}

.slider-outer {
    padding: var(--gap) 0px;
}

.slider-inner>li:last-of-type figure {
    position: relative;
}

.slider-inner>li:last-of-type figure::after {
    content: "";
    position: absolute;
    inline-size: var(--gap);
    block-size: 100%;
    width: var(--gap);
    inset-block-start: 0;
    inset-inline-end: calc(var(--gap) * -1);
}

.slider-inner {
    padding: 0px var(--gap);
    display: grid;
    grid-gap: var(--gap);
    grid-auto-flow: column;
    overflow-x: scroll;
    overflow-y: hidden;
}

.slider-inner .slider-item {
    min-width: 220px;
}

.slider-txt-box h3 {
    color: var(--gs-txt);
    font-size: 15px;
    margin: 10px 0px;
}

.contact-block {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    text-align: center;
    padding: var(--gap);
    background: #CED2D5;
}

.contact-block h2 {
    color: var(--gs-txt);
    font-weight: 700;
}

.contact-block p span {
    font-weight: 700;
    font-size: 17px;
    color: var(--gs-txt);
}

.enhanced-page .owl-theme .owl-dots .owl-dot {
    margin: 0 5px;
}

.call-me-back-widget p {
    display: none;
}

.enhanced-page .owl-dots {
    display: flex;
    justify-content: center;
}

.enhanced-page .owl-dots:after {
    content: '>';
    display: inline-block;
    width: 20px;
    color: #CED2D5;
    font-weight: 700;
}

.enhanced-page .owl-dots:before {
    content: '<';
    display: inline-block;
    width: 20px;
    color: #CED2D5;
    font-weight: 700;
}

.call-me-back-widget input {
    width: 100%;
    border-radius: 2px;
}

.fold-up-handle {
    background: #CED2D5;
    padding: var(--gap);
    display: grid;
    gap: var(--gap);
    grid-template-columns: 1fr (2* var(--gap));
}

.fold-up-handle p {
    grid-column: 1/2;
}

.bespoke-widget {
    background: #CED2D5;
}

.bespoke-widget .grid-container-12 {
    background: none;
}

.fold-up-chevron {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/chevron_offerte_aanvragen.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: inline-block;
    grid-column: 2/3;
}

.bespoke-widget.container-inner {
    padding: 0px;
}

.bespoke-widget h3 {
    font-size: 17px;
    margin: 0px;
    color: var(--gs-txt);
}

.bespoke-widget {
    grid-row-gap: 0px;
}

.bespoke-widget .grid-container-12 {
    padding: var(--gap);
}

.bespoke-widget input[type="text"] {
    padding: calc(0.5 * var(--gap));
    height: 35px;
    box-sizing: border-box;
    border: none;
}

.bespoke-widget textarea {
    padding: calc(0.5 * var(--gap));
    box-sizing: border-box;
    min-height: 150px;
    border: none;
}

.bespoke-widget .fold-up {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding: var(--gap);
    background: #CED2D5;
}

.bespoke-widget .fold-up .grid-container-12 {
    padding: 0px 0px var(--gap) 0px;
}

.bespoke-widget .validation-advice {
    grid-column: span 12;
}

.bespoke-widget .gscmbbemail~.validation-advice {
    grid-column: span 12;
    grid-row: 5;
}

.call-me-back-widget input {
    box-sizing: border-box;
    font-style: normal;
    height: 35px;
    text-indent: 0px;
    padding: 10px;
}

input#gscmbname,
input.gscmbname,
input#gscmbphone,
input.gscmbphone {
    max-width: 100% !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .txt-overlay {
        height: 100%;
        padding: 20px;
        display: block;
    }

    .container-inner {
        padding: 20px;
    }

    .txt-overlay.left {
        left: 0;
    }

    .txt-overlay.right {
        right: 0px;
    }

    .grid-4 {
        display: inline-block;
        width: 26%;
        margin: 22px;
    }

    .slider-inner {
        display: flex;
        margin: 20px 0px;
    }

    .slider-inner .slider-item {
        width: 23%;
        margin: 20px;
    }

    .contact-block.grid-4 {
        display: flex;
        padding: 20px;
        float: left;
        width: 25%;
        min-height: 220px;
    }

    .contact-block.grid-4 {
        margin: 20px 0px;
    }

    .contact-block.grid-4:nth-child(2) {
        margin: 20px;
    }

    .grid-container-12::after {
        clear: both;
        content: '';
        display: block;
    }

    .bespoke-widget {
        width: 100%;
        display: inline-block;
    }

    .bespoke-widget .grid-container-12,
    .fold-up-handle {
        padding: 20px;
    }

    .bespoke-widget .gscmbbname {
        width: 100%;
        margin-bottom: 20px;
        padding: 10px;
    }

    .gscmbbemail {
        width: 48%;
        margin-right: 20px;
        padding: 10px;
    }

    .gscmbbphone {
        width: 48%;
        padding: 10px;
    }

    .gscmbbmessage {
        width: 100%;
        padding: 10px;
        margin-top: 20px;
    }

    .fold-up-handle {
        position: relative;
    }

    .fold-up-handle p {
        width: 90%;
    }

    .fold-up-handle span {
        position: absolute;
        right: 20px;
        top: 50%;
    }
}

.product-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.more-views ul li {
    list-style: none;
    padding: 0px;
    display: flex;
}

.more-views ul {
    margin-top: var(--gap);
}

table#product-attribute-specs-table {
    width: 100%;
}

.mobile-desc-wrapper.grid-6 {
    grid-row: span 6;
}

.product-view .product-top {
    margin-bottom: 0px;
}

.product-view ul.products-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: var(--gap);
}

.product-view ul.products-grid li {
    padding-bottom: 0px;
}

.product-view ul.products-grid li.item button {
    margin-top: 10px;
}

.product_attribute_specs_table_more {
    margin-bottom: 15px;
}

@media all and (-ms-high-contrast:none),
all and (-ms-high-contrast:active) {
    .grid-container-12::after {
        clear: both;
        content: '';
        display: block;
    }

    .product-view .media_wrapper.grid-6 {
        width: 48%;
        margin-right: 20px;
        float: left;
    }

    .product-view .mobile-desc-wrapper.grid-6 {
        width: 48%;
        margin-right: 20px;
        float: left;
        min-height: 800px;
    }

    .product-view #product_name {
        width: 48%;
        float: right;
        margin-bottom: 20px;
    }

    .product-view .product-price-info {
        width: 48%;
        float: right;
        margin-bottom: 20px;
    }

    .product-view .product-purchase-info {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .mobile-specs-wrapper.grid-6,
    .product-crosssell-info.grid-6,
    .product-upsell-info.grid-6 {
        width: 48%;
        float: right;
    }

    .product-view .product-addtocart-info {
        width: 48%;
        float: right;
        margin-bottom: 20px;
    }

    .product-view ul.usp {
        width: 48%;
        float: right;
        margin-bottom: 20px;
    }

    .config-wrapper {
        width: 48%;
        float: right;
        margin-bottom: 20px;
    }

    .mobile-specs-wrapper.grid-6:after {
        clear: both;
        content: "";
        display: block;
    }

    .product-view .more-views ul {
        display: flex;
        margin-top: 20px;
    }

    .product-addtocart-info .btn.imp_cta {
        float: right;
    }

    .product-addtocart-info:after {
        clear: both;
        content: '';
        display: block;
    }

    .add-to-cart input#qty {
        margin-right: 0px;
        width: 60px;
    }

    .product-view .product-top {
        width: 100%;
        padding-bottom: 20px;
    }

    .product-view .product-top .usp {
        padding: 20px 0px;
    }

    .bespoke-icon,
    .levertijd-enhanced-icon,
    .promo-icon {
        display: inline-block;
        background-size: 32px 32px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .bespoke_link,
    .promo_link {
        display: -ms-inline-flexbox;
    }

    .available-in-store,
    .product-instock,
    .product-notinstock {
        width: 100%;
    }

    .more-views li {
        margin-right: 20px;
    }

    .more-views li:last-child {
        margin-right: 0px;
    }

    div.grid-6#mobile-specs-btn {
        padding: 20px 0px !important;
    }

    .catalog-product-view .product-main-wrapper {
        display: inline-block;
    }
}

.bespoke-icon,
.levertijd-enhanced-icon,
.promo-icon {
    place-self: center;
    background-repeat: no-repeat;
}

.bespoke_link p,
.promo_link p {
    margin: 0px;
}

.bespoke-icon {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodstore_maatwerk.svg);
}

.promo-icon {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodstore_promo.svg);
}

.bespoke_link,
.promo_link {
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-gap: 10px;
}

.bespoke_link a,
.promo_link a {
    color: var(--gs-txt);
}

.bespoke_link h5,
.promo_link h5 {
    color: var(--gs-txt);
    margin: 0px;
    font-weight: 700;
}

.add-to-cart {
    grid-gap: 0px 10px;
    padding-bottom: 0px;
}

.product-purchase-info {
    height: auto;
}

.product-view ul.products-grid {
    grid-column-gap: var(--gap);
    grid-row-gap: var(--gap);
}

.item-info img {
    box-sizing: border-box;
}

.product-view .product-top {
    padding-bottom: var(--gap);
    border-bottom: 1px dashed var(--gs-grey-secondary);
}

.mobile-desc-wrapper,
div#mobile-specs-btn.grid-6 {
    padding-top: 0px;
    border-top: none;
}

.super-attribute-select.active {
    margin-bottom: -2px;
}

.product-image img {
    border: 1px solid var(--gs-grey-secondary);
    border-radius: 2px;
}

.product-view .grid-container-12 {
    gap: var(--gap) 30px;
}

.product-view ul.usp {
    border-top: 1px dashed var(--gs-grey-secondary);
    border-bottom: 1px dashed var(--gs-grey-secondary);
    padding: var(--gap) 0px;
}

.tierprices_dropdown {
    height: auto;
    background-position: left center;
    padding-top: 0px;
    margin-top: 10px;
}

.price-info .price-box .price {
    font-size: 17px;
}

.price-info .price-box .label {
    font-size: 15px;
}

ul#tierprices_list li {
    padding-bottom: 10px;
}

ul#tierprices_list li:first-child {
    padding-top: 10px;
}

.tier-prices li:last-child {
    padding-bottom: 0px;
}

.mobile-desc-wrapper h2 {
    display: none;
}

.mobile-desc-wrapper .std h2 {
    display: block;
}

.product-price-info .price-box .price {
    font-size: 17px;
}

.product-price-info .price-box .old-price .price {
    font-size: 15px;
}

.product-view #product-attribute-specs-table th.label {
    width: 25%;
}

.price-box {
    display: flex;
    flex-flow: column;
}

.product-addtocart-info.grid-6 {
    display: grid;
    gap: 10px;
}

.product-view ul.products-grid li.item button {
    margin-top: 0px;
}

.item-info .out-of-stock {
    margin: 0px;
}

#gsHeader .searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price {
    text-decoration: line-through !important;
}

.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price:before {
    content: none !important;
}

.LPO_enhanced_outer_single {
    padding: var(--gap) 0px;
}

.LPO_enhanced_outer_single img {
    width: 100%;
    height: auto;
}

.LPO_enhanced_outer_single .LPO_txt_wrapper h2 {
    padding: 0px;
}

.LPO_enhanced_outer_single .LPO_txt_wrapper {
    place-self: center;
}
.maatwerk-enhanced-icon, .retour-icon, .bespoke-icon, .promo-icon, .levertijd-enhanced-icon, .info-pages-enhanced-icon{
    width: 32px;
    height: 32px;
    place-self: center;
    background-repeat: no-repeat;
}
.maatwerk-enhanced-icon {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodstore_maatwerk_enhanced.svg);
}
.retour-icon{
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodstore_retour.svg);
}
.info-pages-enhanced-icon{
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodstore_info.svg);
}
.levertijd-enhanced-icon{
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/wissellijsten_maatwerk_goodstore.svg) no-repeat;
}

.table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: calc(0.5 * var(--gap));
    margin-bottom: calc(0.5 * var(--gap));
}

.table-container>table {
    width: 100%;
}

.table-container tr:nth-child(odd) {
    background-color: var(--gs-grey-main-extra-light);
    border-collapse: collapse;
}

.table-container th {
    background-color: lightgrey;
    border-collapse: separate;
    padding-left: calc(0.5 * var(--gap));
    height: 40px;
    font-weight: 700;
}

.table-container td {
    padding: calc(0.5 * var(--gap));
}

.table-container tr td:nth-child(1) {
    font-weight: 700;
}

/* Tooltip voor op rekening orders */
.checkmo-list label {
    display: none;
}

.checkmo-list li {
    padding: calc(0.5 * var(--gap));
}

.oacklux-pdf-icon {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodstore_oacklux_pdf.svg) no-repeat;
    width: 32px;
    height: 32px;
    align-self: center;
}

.gsSmallCol.fl ul.home-nav,
.gsSmallCol.fl ul.service-nav,
.gsSmallCol .block-content ul {
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--gs-grey-secondary);
    margin-right: var(--gap);
}

.home-nav li,
.service-nav li,
.gsSmallCol .block-content ul li {
    padding: 4px 0px;
}

.gs-home.grid-container-12 {
    gap: calc(2 * var(--gap)) var(--gap);
}

.gs-home h2 {
    color: var(--gs-txt);
    margin: 0 0 calc(0.5 * var(--gap)) 0;
    font-size: 17px;
}

.gs-home img {
    width: 100%;
    height: auto;
}

.gs-home .slider_item {
    display: grid;
    grid-template-columns: 1fr 40px;
    min-width: 190px;
    position: relative;
}

.gs-home .slider_item .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 40px;
    padding: 0px;
}

.gs-home .slider_item .btn svg {
    margin: 0;
}

.gs-home .slider_item a {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 40px;
}

.gs-home .slider_item a:hover {
    text-decoration: none;
}

.gs-home .slider_item a:hover .item_txt_wrapper {
    color: var(--gs-blue-main);
}

.gs-home .slider_item h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.item_image_wrapper {
    border: 1px solid var(--gs-grey-secondary);
    border-radius: 2px;
    grid-column: span 2;
    aspect-ratio: 1/1;
}

.item_price_wrapper {
    height: min-content;
    align-self: flex-end;
}

.item_image_wrapper>picture {
    aspect-ratio: 1/1;
    display: flex;
    object-fit: contain;
    justify-content: center;
    place-items: center;
}

.gs-home .slider_item .preorder_box {
    align-self: flex-end;
    color: var(--gs-txt);
    display: flex;
}

.gs-home .slider_item .preorder_box .pre-order-icon {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/pre_order_icon_blue.svg);
    align-self: center;
}

.gs-home .slider_item .preorder_note {
    font-size: 13px;
}

.item_txt_wrapper {
    grid-column: span 2;
}

.gs-home .item_txt_wrapper,
.gs-home .price_from {
    text-align: left;
    min-height: initial;
}

.gs-home .slider_item .price_from {
    font-size: 15px;
    font-weight: 400;
}

.gs-home .slider_item .price_from span:last-child {
    font-weight: 700;
}

.slider_item .circle {
    width: 60px;
    height: 60px;
    top: 10px;
    right: 10px;
}

.slider_item .circle .circle_inner {
    width: 100%;
    height: 100%;
    display: flex;
    place-items: center;
    justify-content: center;
    font-size: 15px;
    text-align: center;
    padding: 0px;
}

.LPO_enhanced_outer a {
    color: var(--gs-txt);
}

.LPO_enhanced_inner figure {
    margin: 0;
}

.LPO_enhanced_inner img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.LPO_enhanced_outer .kader-txt-box {
    text-align: left;
}

.LPO_enhanced_outer .kader-txt-box h3 {
    margin: 5px 0px 0px;
    font-size: 15px;
    color: var(--gs-txt);
    font-weight: 700;
}

.LPO_enhanced_outer .kader-txt-box p {
    font-size: 13px;
    margin: 0;
    display: inline-block;
}

.LPO_enhanced_outer .kader-txt-box span {
    font-size: 13px;
    font-weight: 700;
    color: var(--gs-txt);
}

.LPO_enhanced_outer .kader-txt-box .price_from {
    display: inline-block;
    font-size: 13px;
}

.LPO_enhanced_outer .kader-txt-box .price_from span:first-child {
    font-weight: 400;
    margin: 0;
    text-transform: lowercase;
}

.gs-home .banner {
    position: relative;
}

.gs-home .txt-overlay {
    background: transparent linear-gradient(270deg, #FFFFFF00 0%, #00000033 53%, #00000080 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    position: absolute;
    height: 100%;
    bottom: 0;
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    padding: 0 var(--gap) calc(2 * var(--gap)) var(--gap);
    justify-content: flex-end;
}

.gs-home .banner .b2b.price_orange {
    display: flex;
    justify-content: center;
    place-items: center;
}

.gs-home .banner .b2b.price_orange span {
    font-size: 25px;
    font-weight: 700;
}

.gs-home .txt-overlay h1 {
    color: #ffffff;
    margin: 0px;
    font-size: 22px;
}

.gs-home .txt-overlay p {
    margin: calc(0.5 * var(--gap)) 0;
    font-size: 15px;
    font-weight: 400;
}

.gs-home .banner button.btn.cta {
    width: auto;
}

.gs-home .txt-overlay.left {
    left: 0;
    text-align: left;
}

.gs-home .home-cats .kader a:hover {
    text-decoration: none;
}

.gs-home .home-cats .kader a:hover h3 {
    text-decoration: underline;
}

.LPO_enhanced_outer .kader-txt-box span:last-child,
.gs-home .slider_item .price_from span:last-child {
    font-size: 15px;
}

.price_from .sale.regular {
    margin-top: 0px !important;
}

.gs-home .slider_item .product-instock {
    margin: 0;
    align-self: flex-end;
}

.gs-home .slider_item h3 {
    margin: 0px;
}

.gs-home .slider_item .item_txt_wrapper {
    padding: 10px 0 10px 0;
}

.gs-home .slider_item a {
    grid-template-rows: min-content auto 23px 16px;
}

.item_price_wrapper {
    height: auto !important;
    align-self: flex-start !important;
}

.grid-12.home_slider_wrapper {
    overflow: hidden;
}

.gs-home .banner a:hover {
    text-decoration: none;
}

div.filter_slider_wrapper {
    position: relative;
}

div.filter_slider_navigation.left,
div.filter_slider_navigation.right {
    width: 46px;
    height: 46px;
    display: none;
    cursor: pointer;
    position: absolute;
}

div.filter_slider_navigation.left {
    left: 0;
}

div.filter_slider_navigation.right {
    right: 0;
}

#filter_slider {
    overflow-x: auto;
    -webkit-scrollbar-width: none;
    scrollbar-width: none;
    margin-bottom: calc(0.5 * var(--gap));
}

#filter_slider,
#filter_slider li a {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#filter_slider li:not(:last-child) {
    margin: 0 15px 5px 0;
}

#filter_slider li:last-child {
    margin: 0 3px 5px 0;
}

#filter_slider li a {
    color: var(--gs-txt);
    box-shadow: 0px 1px 6px #00000029;
    border-radius: 2px;
    transition: .2s;
    border: 0.5px solid var(--gs-grey-main-lighter);
    box-sizing: border-box;
}

#filter_slider li a:hover {
    text-decoration: none;
    box-shadow: -3px 3px 6px #00000050;
}

#filter_slider li a .swatch {
    width: 45px;
    height: 45px;
    border-radius: 2px 0px 0px 2px;
}

#filter_slider li a span {
    padding: 0 15px 0 10px;
}

.filter_slider_wrapper h2 {
    padding-bottom: 15px;
}

.LPO_enhanced_outer img {
    width: 100%;
    height: auto;
}

.LPO_enhanced_outer {
    margin-bottom: var(--gap);
}

.LPO_enhanced_outer a {
    color: var(--gs-txt);
}

.LPO_enhanced_outer a:hover {
    color: var(--gs-txt);
    text-decoration: none;
}

.LPO_enhanced_outer .banner {
    position: relative;
}

.LPO_enhanced_outer .banner img {
    border-radius: 2px;
}

.LPO_enhanced_inner figure {
    margin: 0px;
}

.LPO_enhanced_inner figcaption {
    text-align: left;
}

.LPO_enhanced_inner img {
    border-radius: 5px;
}

.LPO_enhanced_outer .kader-txt-box h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--gs-txt);
    margin: 10px 0px 5px;
}

.LPO_enhanced_outer .kader-txt-box span {
    font-size: 13px;
    font-weight: 700;
    color: var(--gs-txt);
}

.LPO_enhanced_outer .kader-txt-box p {
    font-size: 13px;
    margin: 0px;
    display: inline-block;
}

#filter_slider {
    padding-bottom: 10px;
}

.LPO_enhanced_outer .hero-banner .btn.cta {
    margin-top: 10px;
}

.LPO_enhanced_outer .txt-overlay h2 {
    margin: 0px;
}

.LPO_enhanced_outer .txt-overlay {
    background: transparent linear-gradient(270deg, #FFFFFF00 0%, #00000033 53%, #00000080 100%) 0% 0% no-repeat padding-box;
    width: 100%;
}

.LPO_enhanced_outer .price_from span:first-child {
    display: none !important;
}

.LPO_enhanced_outer .price_from {
    display: inline-block;
}

.LPO_enhanced_inner .kader {
    position: relative;
}

.LPO_label {
    position: absolute;
    background: var(--gs-orange-main);
    opacity: 0.8;
    padding: 5px 10px;
}

.LPO_label span {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.LPO_label.left {
    left: 0;
}

.LPO_label.bottom {
    bottom: 70px;
}

.LPO_enhanced_outer .b2b.price_orange>span {
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    width: auto;
    height: auto;
}

.LPO_enhanced_outer .b2b.price_orange {
    display: flex;
    justify-content: center;
    place-items: center;
}

div.filter_slider_navigation {
    background: #fff;
    border-radius: 2px;
    border: 1px solid var(--gs-grey-main-lighter);
    box-sizing: border-box;
    z-index: 1;
}

div.filter_slider_navigation>span {
    content: '';
    display: block;
    height: 100%;
    width: 100%;

}

div.filter_slider_navigation.right>span {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/chevron_blue.svg);
    background-color: #fff;
    background-size: 10px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

div.filter_slider_navigation.right {
    box-shadow: -6px 3px 6px #00000029;
}

div.filter_slider_navigation.left {
    box-shadow: 6px 3px 6px #00000029;
}

div.filter_slider_navigation.left>span {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/chevron_blue_left.svg);
    background-color: #fff;
    background-size: 10px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.LPO_enhanced_outer .price_from {
    min-height: auto;
}

.LPO_enhanced_outer .btn {
    width: auto;
}

.catalog-category-view h1 {
    margin-bottom: var(--gap);
}

.category_item_wrapper {
    margin-top: 0px;
}

.cat_desc_wrapper {
    display: none;
}

.LPO_enhanced_outer_single {
    padding: 0px 0px var(--gap) 0px;
}

span.cart-from-amount {
    grid-column: span 2;
    margin-top: 5px;
}

.cart .totals-row {
    height: auto;
    padding: 10px 0px;
}

.custom-options div#product-options-wrapper {
    gap: 0px;
}

.custom-options dl {
    margin: 0;
}

.custom-options dd {
    margin-bottom: var(--gap);
}

.custom-options dd.last {
    margin-bottom: 0;
}

.custom-options .input-box {
    display: block;
}

.custom-options .input-box input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #cecece;
}

.custom-options label {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.custom-options .note {
    display: none;
}

.custom-options label em {
    display: inline-block;
}

#calculations,
.product-options label span {
    display: none;
}

.col-6.product-title dl.item-options {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 5px;
    margin: 10px 0px;
    color: var(--gs-txt);
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
}

.onestepcheckout-custom-options {
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    margin-top: 5px;
}

.onestepcheckout-custom-options b {
    font-weight: 400;
}

.product-options em::before {
    content: ' (cm) ';
    display: inline-block;
    white-space: pre;
    font-style: normal;
    color: var(--gs-txt);
}

.maatwerk_txt {
    margin-bottom: var(--gap);
}

.bespoke_link.calc>.bespoke-icon {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodstore_maatwerk_lijsten_calculator.svg);
}

#cookieconsent .cc-footer a{
    color: var(--gs-blue-main);
}

#cookieconsent{
    will-change: transform;
    bottom: 0;
    transition: translateY .5s;
}

#cookieconsent .cc-content{
    transition: none;
}

input, button, select{
    font-family: 'myriad-pro', 'Tahoma', 'sans-serif';
}

#goodstore_searchbox .form-search .input-text {
    color: var(--gs-grey-main)!important;
    border: 1px solid var(--gs-grey-secondary)!important;
    border-right: 0!important;
}

.block-layered-nav .form-button.button{
    background: var(--gs-grey-tertiary);
    border-bottom: 2px solid var(--gs-grey-tertiary-darker);
    padding: 0px;
}
.block-layered-nav .form-button.button:hover{
    background: var(--gs-grey-tertiary-darker);
}
input[type="checkbox"]{
    accent-color: var(--gs-blue-main);
}
.block-layered-nav .amshopby-attr-selected, .block-layered-nav .amshopby-attr-selected:hover{
    padding-left: 30px;
}

.cart-row .product-quantity{display: flex;}
.product-quantity .quantity-input{padding: 0px; height: auto;}
.product-quantity .quantity-plus, .product-quantity .quantity-minus{margin: 0px!important; padding: 0px;}
.onestepcheckout-right-inner-upper{background-color: var(--gs-grey-main-extra-light)!important; border: 1px solid var(--gs-grey-secondary)!important;}
.onestepcheckout-index-index .totals-row{border-top: 1px solid var(--gs-grey-secondary)!important;}
.onestepcheckout-threecolumns div.osc-short input[type=email], .onestepcheckout-threecolumns div.osc-short input[type=search], .onestepcheckout-threecolumns div.osc-short input[type=number], .onestepcheckout-threecolumns div.osc-short input[type=password], .onestepcheckout-threecolumns div.osc-short input[type=tel], .onestepcheckout-threecolumns div.osc-short input[type=text], .onestepcheckout-threecolumns div.osc-short select, .onestepcheckout-threecolumns input[type=email], .onestepcheckout-threecolumns input[type=search], .onestepcheckout-threecolumns input[type=number], .onestepcheckout-threecolumns input[type=password], .onestepcheckout-threecolumns input[type=tel], .onestepcheckout-threecolumns input[type=text], .onestepcheckout-threecolumns select, .onestepcheckout-threecolumns textarea, .shipment-methods dt, #checkout-payment-method-load dt{border: 1px solid var(--gs-grey-secondary)!important;}
a.addsqty, a.subsqty{color: var(--gs-blue-main)!important;}
.onestepcheckout-right-inner-lower .page-title{display: none;}

/* Config select box */
.config-label {
    font-weight: 700;
    margin-left: 4px;
}
.config-input-box {
    margin-top: 10px;
}
.super-attribute-select {
    border: 1px solid #cecece;
    width: 100%;
    padding: 10px;
}
.super-attribute-select option {
    padding: 10px;
}
.super-attribute-select.active {
    border-bottom: 3px solid var(--gs-green-main-darker);
}
.custom-options label {
    width: max-content;
}

.custom-options label em {
    float: right;
}

.maatwerk_txt.passe-partout {
    margin-top: var(--gap);
}

.product-top:has(.levertijd_enhanced) .verzendmoment {
    display: none;
}

    /* GSnl - promo extension */
    @supports not selector(:has(*)) {
        @media screen and (min-width:1024px) {
            .checkout-wrapper div:first-child {
                grid-column: 1/3;
            }

            .cart-row div:first-child,
            .tablet_cart_wrapper .totals div:first-child,
            .tablet_cart_wrapper .totals .totals-row div:first-child {
                grid-column: 1/1;
            }
        }
    }

    @supports selector(:has(*)) {
        @media screen and (min-width:1024px) {
            .checkout-wrapper div:has(#ampromo-items-add) {
                grid-column: 1/3;
            }
        }
    }

    #ampromo-items .ampromo-header h4 {
        color: var(--gs-txt);
    }

    #ampromo-items .ampromo-item-title h4 a {
        color: var(--gs-blue-main);
    }

    #ampromo-overlay.mode-popup .close {
        background: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_cross_blue.svg');
    }

    .category-image p{margin: 0 0 var(--gap) 0;}
    .category-image img{max-width: 100%; height: auto; cursor:default;}
#shipping_address_list input[type='checkbox'] {
    width: auto !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    ul.products-grid {
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
    }

    ul.products-grid li.item {
        flex-basis: 30%;
        flex-grow: 1;
        margin: 5px;
    }

    .product-main-wrapper{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .product-left {
        flex-basis: 41%;
    }

    .product-right {
        flex-basis: 56%;
    }

    .product-bottom {
        flex-basis: 100%;
    }

    .product-view .product-right .usp {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mobile-desc-wrapper {
        margin-top: 20px;
    }

    .product-view .product-right .usp li {
        display: flex;
    }

    .product-view .product-right .usp .checkmark {
        flex-basis: 12px;
        padding-left: 10px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .checkout-wrapper {
        display: flex;
    }

    .checkout-wrapper form {
        flex-basis: 66%;
    }

    .checkout-accept {
        flex-basis: 32%;
        margin-left: 10px;
    }

    .cart-row {
        display: flex;
        padding-bottom: 10px;
    }

    .cart-row .product-image {
        flex-basis: 13%;
    }

    .cart-row .product-title {
        flex-basis: 34%;
        margin-left: 20px;
    }

    .cart-row .product-remove {
        flex-basis: 4%;
        margin-left: 20px;
    }

    .cart-row .product-quantity {
        flex-basis: 22%;
        margin-left: 20px;
    }

    .cart-row .product-price {
        flex-basis: auto;
        margin-left: 20px;
    }

    .cart .totals {
        display: flex;
        flex-wrap: wrap;
    }

    .cart .totals .totals-row {
        flex-basis: 100%;
        display: flex;
        justify-content: space-between;
    }

    .checkout-header-right {
        display: flex;
    }

    .checkout-phone-wrapper {
        margin-right: 20px;
    }

    .checkout-phone-inner {
        display: flex;
        align-items: center;
    }

    .phone-icon {
        margin-right: 10px;
    }

    .checkoutcontainer {
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
    }

    .onestepcheckout-column-left {
        flex-basis: 50%;
        margin: 0 10px;
    }

    .onestepcheckout-column-right {
        flex-basis: 50%;
        margin: 0 10px;
    }

    ul#billing_address_list {
        display: flex;
        flex-direction: column;
    }

    .postcode_input_wrapper {
        display: flex;
        justify-content: space-between;
    }
    .postcode_input_wrapper .field {
        flex-basis: 49%;
    }
    .onestepcheckout-index-index .postcode_input_wrapper .field.pcnl-input-housenumber .input-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .onestepcheckout-index-index .postcode_input_wrapper .field.pcnl-input-housenumber .input-box input {
        flex-basis: 40%;
    }

    .onestepcheckout-index-index .postcode_input_wrapper .field.pcnl-input-housenumber .input-box select {
        flex-basis: 20%;
        flex-grow: 1;
        margin-left: 4%;
    }

    .onestepcheckout-index-index .postcode_input_wrapper .field.pcnl-input-housenumber .input-box .validation-advice {
        flex-basis: 100%;
    }

    .onestepcheckout-column-left #shipping_address ul {
        overflow: inherit;
    }

    ul#billing_address_list li:first-of-type {
        order: -1;
    }

    .company-toggle-wrapper {
        display: flex;
    }

    .company-toggle-wrapper span {
        margin-right: 3px;
    }

    select::-ms-expand {
        display: none;
    }

    .payment-usp-wrapper {
        display: flex;
    }

    .payment-usp-icon {
        flex-basis: 14px;
        flex-shrink: 0;
        margin-right: 3px;
    }

    dl.shipment-methods {
        display: flex;
        flex-direction: column;
    }

    dl.shipment-methods dt {
        margin: 5px 0;
    }

    dl#checkout-payment-method-load {
        display: flex;
        flex-direction: column;
    }

    dl#checkout-payment-method-load dt {
        margin: 5px 0;
    }

    .checkout-label-wrapper, .checkout-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .checkout-label-wrapper .name {
        flex-basis: 50%;
    }

    .checkout-label-wrapper .qty {
        flex-basis: 24%;
    }

    .qty .qty-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 23px;
    }

    a.addsqty, a.subsqty {
        flex-basis: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .checkout-label-wrapper .total {
        flex-basis: 20%;
    }

    .onestepcheckout-summary .totals-row {
        display: flex;
        justify-content: space-between;
    }
}
@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.tablet,
.mobile {
    display: none;
}

#mobile-menu-wrapper {
    display: none;
}

.mobile_prod_usp {
    display: none;
}

.product-upsells {
    color: var(--gs-blue-main);
    font-size: 13pt;
    font-weight: bold;
}


.mobile-menu-wrapper a {
    font-weight: bold;
    color: var(--gs-txt);
}

.mobile-menu-wrapper a:hover {
    color: var(--gs-orange-main);
}

.gsLogo button {
    display: none;
}

ul.products-grid li.item {
    display: inline-block;
    vertical-align: top;
}

.gsSmallCol.fl .widget>ul,
.gsSmallCol.fl .widget>p {
    display: block;
}

.tablet-accountlinks {
    display: none;
}

.header_menu_b {
    display: none;
}

/* Tablet styling up to 990px */

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

    /* global */

    @-ms-viewport {
        width: device-width;
    }

    @-o-viewport {
        width: device-width;
    }

    @viewport {
        width: device-width;
    }

    html *,
    html *:before,
    html *:after {
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    html,
    body {
        min-width: 1px;
        width: 100%;
        font-size: 15px;
        line-height: 1.6;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .wrapper {
        padding: 0 20px;
        width: 100%;
    }

    .tablet {
        display: block;
        padding-top: 15px;
    }

    .tablet .acclinkswidget {
        display: none;
    }

    .tablet .widget:nth-child(3),
    .tablet .widget:nth-child(5),
    .tablet .widget:nth-child(6) {
        display: none;
    }

    .tablet .widget:nth-child(4) {
        text-align: center;
    }

    .tablet-accountlinks {
        display: inline-block;
        padding-right: 15px;
    }

    /* Header */

    #gsHeader .gsHeaderTop {
        padding: 0;
        overflow: visible;
    }

    .gsTop {
        display: none;
    }

    #gsHeader .gsShopLogo {
        left: 205px;
        top: 85px;
    }

    #gsHeader .gsHeaderRow.gsHeaderRow1 {
        display: none;
    }

    #gsHeader .gsShopLogo .gsShopLogoBox {
        padding-top: 0;
        padding-bottom: 0;
    }

    #gsHeader .gsHeaderRow {
        width: 100%;
    }

    #gsHeader .gsHeaderRow2 {
        background: #fff;
    }

    #gsHeader .gsHeaderRow3 {
        left: 0;
        border-radius: 0;
    }

    #gsHeader .gsHeaderRow2>.fl {
        width: 70%;
    }

    #gsHeader .gsHeaderRow2 .fr {
        width: 30%;
        text-align: right;
    }

    #goodstore_searchbox .fl {
        width: 40%;
    }

    #goodstore_searchbox form {
        width: auto;
        position: relative;
    }

    #goodstore_searchbox .input-text {
        width: 100%;
    }

    #goodstore_searchbox .button {
        position: absolute;
        right: -3px;
        top: 7px;
    }

    #goodstore_searchbox select {
        min-width: 1px;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    /* Columns */

    #gsMain .gsSmallCol {
        width: 100%;
    }

    #gsMain .gsSmallCol.fl {
        padding-bottom: 15px;
    }

    #gsMain .gsSmallCol.fr {
        display: none;
    }

    .module-wrapper {
        float: left;
        width: 30%;
    }

    #gsMain .gsLargeCol {
        width: 70%;
        border: 0;
    }

    #gsMain .gsExtraLargeCol {
        width: 100%;
    }

    /* Slider */

    #gsSliderWrapper {
        width: 100%;
    }

    /* Products Grid */

    ul.products-grid {
        width: 100%;
        grid-template-columns: 32% 32% 32%;
    }

    ul.products-grid li.item {
        width: 100%;
    }

    ul.products-grid li.item .price-box p {
        margin: 0;
    }

    ul.products-grid li.item .price-box .price-excluding-tax {
        display: inline-block;
    }

    ul.products-grid li.item .price-box .price-including-tax {
        display: block;
    }

    /* Footer */

    #gsFooter .gsFooterRow {
        width: 100% !important;
    }

    #gsBelowFooter .wrapper {
        width: 100%;
    }

    #gsFooter .fr {
        width: 70%;
    }

    .gsFooterRow2 .widget {
        font-size: 12px;
    }

    #gsFooter .gsLogo {
        width: auto;
    }

    #gsFooter .gsFooterRow .wrapper_inner_blue {
        width: auto;
        height: auto;
    }

    /* Content */

    .gsLargeCol .std table {
        width: 100%;
    }

    .gsLargeCol .std table img {
        width: 100%;
    }

    /* Cart*/

    .cart .cart-table {
        width: 100%;
    }

    .cart td {
        padding-right: 10px;
    }

    .cart .checkout-btns .btn-continue,
    .cart .checkout-btns .btn-continue:hover {
        float: right;
        margin-right: 10px;
    }

    /* Checkout */

    .btn-validate-address {
        width: 51% !important;
    }

    .checkout-onepage-index .page-title h1 {
        margin-top: 0;
    }

    .opc {
        padding-top: 0;
    }

    .opc .step {
        top: 85px;
        width: 100%;
    }

    #opc-login .col-2 .form-list label {
        display: block;
        width: 100%;
    }

    #opc-login .col-2 .input-box {
        display: block;
        width: 100%;
        float: none;
    }

    .opc .step-title {
        width: 20%;
    }

    .opc .step-title,
    .opc .allow .step-title {
        height: 87px;
        margin-top: -1px;
    }

    .opc .form-list .wide,
    .opc .form-list li.fields .field {
        width: 100%;
    }

    .opc .form-list li.control label {
        float: none;
    }

    .opc .buttons-set {
        padding-top: 15px;
    }

    .opc .form-list .control input {
        margin-right: 5px;
    }

    #checkout-review-table,
    #checkout-step-review.step {
        width: 100%;
    }

    .opc .buttons-set .please-wait {
        width: 70%;
        margin-left: -35%;
    }

    #mobile-menu-wrapper {
        display: none;
    }
}

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

    /* Products Grid */

    ul.products-grid {
        width: 100%;
    }

    .gsStorePicker .gsMainButton {
        height: 44px;
        width: 220px;
    }

    .acclinks-txt {
        height: 38px;
    }

    li.nav-last {
        height: 45px;
    }

    #gsHeader .gsHeaderRow3 {
        height: 45px;
    }

    ul.products-grid li.item {
        width: 100%;
    }

    #mobile-menu-wrapper {
        display: none;
    }
}

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

    /* global */

    @-ms-viewport {
        width: device-width;
    }

    @-o-viewport {
        width: device-width;
    }

    @viewport {
        width: device-width;
    }

    html *,
    html *:before,
    html *:after {
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    html,
    body {
        min-width: 1px;
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .mobile {
        display: block;
    }

    .mobile_prod_usp {
        display: block;
        margin-top: 10px;
    }

    .product-view .product-bottom {
        padding-top: 0px;
    }

    .old-price .price {
        float: left;
        margin-left: 10px;
    }

    p.special-price {
        margin-top: 20px;
    }

    .special-price .price {
        margin-left: 5px;
    }

    .old-price .price-label {
        float: left;
    }

    .special-price span.price-label {
        float: left;
        margin-top: 4px;
    }

    .wrapper,
    #gsBelowFooter .wrapper {
        width: 100%;
        padding: 0 20px;
    }

    .catalog-category-view .imp_cta span {
        display: none;
    }

    .catalog-product-view .box-up-sell .imp_cta span {
        display: none;
    }

    .gsTop .widget {
        display: none;
    }

    .product-view .product-right {
        padding: 0px;
    }

    /* Forms */

    input[type="text"],
    input[type="password"] {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        font-size: 16px;
    }

    /* Colsets */

    .col2-set .col-1,
    .col2-set .col-2 {
        width: 100%;
        float: none;
    }

    .buttons-set {
        padding-top: 10px;
    }

    .registered-users .buttons-set button {
        float: none;
    }

    .registered-users .buttons-set a {
        margin: 15px 0;
        float: none;
    }

    /* Shipping USP */

    .usp-shipping {
        display: block;
        margin-bottom: -15px;
        padding: 20px;
        background: #fff;
        text-align: center;
        box-sizing: border-box;
    }

    .usp-shipping p {
        margin: 0;
    }

    .usp-shipping img {
        width: 90%;
        max-width: 300px;
        margin: 0 auto;
    }

    /* My Account */

    .my-account h2,
    .my-account h3 {
        margin-bottom: 0;
    }

    /* Columns */

    .gsSmallCol,
    .gsLargeCol,
    #gsMain .gsSmallCol,
    #gsMain .gsExtraLargeCol,
    #gsMain .gsLargeCol {
        width: 100%;
        float: none;
        padding-bottom: 15px;
    }

    #gsMain .mainWrapper {
        box-shadow: none;
        border-radius: 5px;
        padding: 15px 0;
        margin-top: 70px;
    }

    .logo img {
        max-width: 100px;
        margin-top: -10px;
        display: none;
    }

    /* Submenus */

    #gsMain .gsSmallCol {
        min-height: 1px;
    }

    #gsMain .gsSmallCol a {
        text-decoration: none !important;
    }

    .gsSmallCol.fl .widget ul {
        margin: 0 -20px 15px;
    }

    .gsSmallCol.fl .widget>ul,
    .gsSmallCol.fl .widget>p {
        display: none;
    }

    .gsSmallCol.fl .widget h5 {
        padding: 5px 40px 5px 20px;
        margin: 0 -20px;
        line-height: 1.6;
        border-bottom: 1px solid var(--gs-orange-main);
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icons/open.svg) right 20px center no-repeat;
        background-size: 15px;
        cursor: pointer;
    }

    .gsSmallCol.fl .widget h5.active {
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icons/close.svg) right 20px center no-repeat;
        background-size: 15px;
    }

    .gsSmallCol .widget>ul li {
        display: block;
    }

    .gsSmallCol .widget>ul li a {
        display: block;
        width: 100%;
        padding: 8px 20px;
        border-bottom: 1px solid var(--gs-blue-main);
    }

    .gsSmallCol .widget>ul li a:hover {
        text-decoration: none;
        background: #f0f0f0;
    }

    .gsSmallCol.fr .widget {
        display: none;
    }

    /* Submenus footer */

    #gsFooter .gsFooterRow1 .widget ul {
        margin: 0 -20px 15px;
    }

    #gsFooter .gsFooterRow1 .widget a {
        color: var(--gs-txt);
    }

    #gsFooter .gsFooterRow1 .widget>ul,
    #gsFooter .gsFooterRow1 .widget>p {
        display: none;
    }

    #gsFooter .gsFooterRow1 .widget>p {
        display: block;
        margin: 0 -20px;
    }

    #gsFooter .gsFooterRow1 .widget>p>a {
        display: block;
        width: 100%;
        padding: 8px 20px;
    }

    /* Header */

    .shoplogo {
        display: block;
        padding: 10px 20px;
        font-size: 20px;
        background: #fff;
        text-align: left;
        font-weight: bold;
        color: var(--gs-txt);
    }

    .shoplogo .prefix {
        display: inline-block;
    }

    .shoplogo .logo {
        display: inline-block;
    }

    .shoplogo .gsLeftName {
        text-transform: capitalize;
    }

    .shoplogo .gsRightName {
        font-weight: normal;
        color: var(--gs-blue-main);
    }

    #gsHeader {
        background: none;
    }

    #gsHeader .wrapper {
        padding: 0;
    }

    #gsHeader .gsShopLogo {
        display: none;
        font-size: 16pt;
        position: absolute;
        left: 0;
        top: -40px;
        overflow: visible;
    }

    #gsHeader .gsHeaderTop {
        padding: 0 20px;
        overflow: visible;
        height: 60px;
    }

    #gsHeader .gsHeaderRow {
        width: 100%;
    }

    #gsHeader .gsShopLogo .gsShopLogoPreBox {
        display: none;
    }

    #gsHeader .gsShopLogo .gsShopLogoBox {
        background: none;
        padding: 0;
        border-radius: 0;
    }

    .gsStorePicker {
        position: relative;
    }

    #gsHeader .gsHeaderRow.gsHeaderRow1 {
        display: none;
    }

    #gsHeader .gsHeaderRow.gsHeaderRow1,
    #gsHeader .gsHeaderRow2 {
        height: auto;
        max-height: 100%;
        background: none;
        box-shadow: none;
    }

    #gsHeader .gsHeaderRow2 .fl {
        float: none;
    }

    .gsHeaderBottom .fr {
        float: none;
    }

    #gsHeader .gsHeaderRow2 .fr {
        display: none;
    }

    #goodstore_searchbox select {
        display: none;
    }

    #gsHeader .gsHeaderRow2 .fl,
    #gsHeader .gsHeaderRow2 .fr {
        padding: 0;
    }

    #gsHeader .gsHeaderBottom {
        padding: 10px 20px 7px;
        display: block;
        margin: 0;
    }

    .gsStorePicker {
        display: none;
    }

    .gsStorePicker .gsMainButton {
        height: auto;
        border-radius: 0;
    }

    .gsStorePicker .gsStores {
        width: 100%;
    }

    .gsStorePicker .gsCategory {
        width: 100%;
        display: block;
        float: none;
    }

    #gsMain .wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    #gsMain .mainWrapper {
        border-radius: 0;
    }

    #goodstore_searchbox .fl {
        float: none;
    }

    #goodstore_searchbox form {
        position: relative;
        float: none;
    }

    #goodstore_searchbox .input-text {
        width: 100%;
        margin: 0 !important;
        background: #fff;
        border: 0;
        text-indent: 0;
        padding: 0 15px;
        border-radius: 5px;
        font-size: 16px;
    }

    #goodstore_searchbox select {
        margin: 0;
        float: none;
    }

    /* Slider */

    #gsSlider,
    #gsSliderWrapper,
    #gsSlider ul li img {
        width: 100%;
    }

    /* Content */

    .gsLargeCol .std {
        font-size: 16px;
        line-height: 1.6;
    }

    .cms-index-index .gsLargeCol,
    .cms-index-index .gsExtraLargeCol {
        display: none;
    }

    .gsLargeCol .std table {
        width: 100%;
    }

    .gsLargeCol .std table td img {
        margin: 0 auto;
    }

    #gscmblsubmit,
    button {
        padding: 10px 15px;
        font-size: 16px;
    }

    /* Products Grid */

    ul.products-grid {
        grid-template-columns: 49% 49%;
    }

    ul.products-grid li.item {
        width: 100%;
    }

    ul.products-grid li.item img {
        width: 100%;
    }

    /* Toolbar */

    .toolbar h1 {
        display: block;
        padding: 0 0 10px;
        width: 100%;
        grid-column: 1/3;
    }

    .toolbar .fr {
        display: block;
        float: none;
        grid-row: 2/2;
    }

    /* Product View */

    .product-view {
        line-height: 1.6;
    }

    .product-view .section-title {
        border: none;
    }

    .product-view .toolbarcartbutton {
        display: none;
    }

    .product-view .section-title .fl {
        display: block;
        width: 100%;
        padding: 0 0 10px;
    }

    .product-view .section-title h1 {
        line-height: 1.6;
        font-size: 12pt;
        color: var(--gs-txt);
    }

    .product-view .section-title .product-upsells {
        display: block;
        color: var(--gs-txt);
        margin-top: 0px;
        padding-bottom: 10px;
    }

    .product-view .product-top .regular-price {
        float: none;
        display: none;
    }

    .product-view .product-top .fr .toolbarcartbutton {
        top: 0;
        right: 0;
    }

    .product-view .product-top {
        margin: 0px;
    }

    .product-view .product-left .product-image img {
        width: 100%;
        height: auto;
    }

    .product-view .product-left,
    .product-view .product-right {
        display: block;
        width: 100%;
        float: none;
    }

    .product-left .price-box .price-including-tax {
        float: left;
        margin-left: 8px;
        margin-top: 4px;
    }

    .product-left .price-box .price-excluding-tax {
        float: left;
        color: var(--gs-txt);
        font-size: 12pt;
        margin-top: 5px;
    }

    .product-view .product-left .add-to-cart {
        margin-top: 15px;
    }

    .product-view .product-left .add-to-cart input,
    .product-view .product-left .add-to-cart select {
        border: 1px solid var(--gs-grey-secondary);
        width: 62px !important;
    }

    .product-view .product-left .price-box,
    .product-view .product-left .add-to-cart {
        text-align: center;
    }

    .product-view .product-right img {
        text-align: center;
    }

    .product-view .product-socialmedia {
        text-align: center;
    }

    .mobile-specs-btn,
    .mobile-desc-btn {
        border: none;
        float: right;
        background-size: contain;
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
        margin-top: 10px;
        margin-right: 20px;
    }

    .mobile-desc-btn {
        background: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/chevron_close_blue.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .mobile-specs-btn {
        background: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/chevron_open_blue.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .mobile-specs-wrapper {
        padding-top: 5px;
        display: block;
        grid-row: 3/4;
        border-top: 1px dashed var(--gs-grey-secondary);
    }

    .mobile-specs-wrapper .mobile-specs {
        padding-bottom: 5px;
        margin: 5px 0px 2px 0px;
        display: block;
        font-weight: bold;
    }

    #product-attribute-specs-table {
        display: none;
        padding-bottom: 15px;
        padding-top: 15px;
        width: 100%;
    }

    #product-attribute-specs-table tr {
        display: table-row;
    }

    .product-view .product-right #product-attribute-specs-table .even {
        background-color: #ececec;
    }

    .mobile-desc-wrapper .std {
        padding: 10px 0px;
        height: auto;
    }

    .mobile-desc-wrapper {
        padding-top: 5px;
        margin-top: 5px;
    }

    .mobile-desc-wrapper .mobile-desc-header {
        padding-bottom: 5px;
        margin: 5px 0px 2px 0px;
        display: block;
        font-weight: bold;
    }

    .readmore-link-wrapper {
        display: none;
    }

    .readmore.open {
        height: auto !important;
    }

    .catalog-category-view .readmore {
        display: none;
    }

    .item-info p.special-price {
        margin-top: 0px;
    }

    .item-info span.price-label {
        display: none;
    }

    .item-info .old-price .price {
        float: none;
    }

    .product-socialmedia .fl,
    .product-socialmedia .fr {
        float: none;
        display: inline-block;
        margin-right: 10px;
    }

    /* Image Popup */

    .lb-outerContainer,
    .lb-dataContainer {
        max-width: 90%;
        margin-left: 5%;
        height: auto !important;
    }

    .lb-image,
    #lightbox img {
        height: auto !important;
    }

    /* Shopping Cart */

    .cart .cart-table {
        width: 100%;
        line-height: 1.6;
    }

    .cart .cart-table tr:not(:last-child) {
        border-bottom: 1px solid var(--gs-grey-secondary);
    }

    .cart .cart-table tr:not(:last-child) td:nth-last-child(1) {
        padding-bottom: 15px;
    }

    .cart .cart-table tr:not(:first-child) td:first-child {
        padding-top: 15px;
    }

    .cart .cart-table th {
        display: none;
    }

    .cart .cart-table tr td {
        display: block;
        width: 100%;
    }

    .cart-actions button,
    .cart .btn-update {
        display: inline-block;
    }

    .cart .section-title h1 {
        display: inline-block;
        float: none;
        width: 70%
    }

    .cart .totals-row {
        line-height: 1.4;
    }

    .cart .totals-row>div:first-child .orange-text {
        width: 100%;
    }

    .cart .totals-row:nth-child(2)>div:first-child {
        display: block;
        right: auto;
        padding: 0 0 15px;
    }

    .cart .totals-row-subtotal .extra-usp {
        padding: 15px 0 0;
        margin-top: 15px;
        width: 100%;
        text-align: right;
    }

    .cart .checkout-btns {
        width: 100%;
        float: none;
        padding-top: 20px;
    }

    .cart .checkout-types {
        float: none;
        text-align: right;
        margin-bottom: 15px;
        margin-left: 0px;
    }

    .checkout-cart-index.discount.btn.no-cta {
        float: right;
    }

    .checkout-cart-index .btn {
        max-width: 100%;
    }

    .cart .checkout-btns .btn-proceed-checkout,
    .cart .checkout-btns .btn-continue,
    .checkout-btns .btn-continue:hover {
        display: block;
        float: none !important;
        margin: 0 0 0 auto;
    }

    .cart .checkout-btns .btn-continue {
        margin: 10px 0 15px auto;
    }

    .cart .checkout-extra h2 {
        margin: 0;
    }

    .cart .checkout-extra input {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .cart .cart-subtotal .cart-price {
        float: none;
    }

    .cart .cart-remove-item {
        text-align: left;
    }

    .cart .section-title .fr {
        display: inline-block;
        width: 29%;
    }

    /* Checkout */

    .checkout-onepage-index .page-title h1 {
        margin-top: 0;
    }

    .col2-set {
        width: 100%;
    }

    #opc-login .col-1,
    #opc-login .col-2 {
        float: none;
        width: 100%;
    }

    #opc-login .col-1 {
        padding-bottom: 15px;
    }

    #opc-login .col-2 .input-box {
        width: 100%;
        float: none;
    }

    .opc .form-list .control input {
        margin-left: 1px !important;
        float: left;
        margin-top: 10px !important;
    }

    .opc {
        padding-top: 0;
        height: 1500px;
    }

    .opc .step {
        width: 100%;
        top: 67px;
        height: 1500px;
    }

    .opc .step-title,
    .opc .allow .step-title {
        margin-top: -1px;
        width: 20%;
        padding-top: 20px;
    }

    #opc-login .col-2 fieldset {
        width: 100%;
    }

    .opc .step-title h2,
    .opc .allow .step-title h2,
    .opc .active .step-title h2 {
        display: none;
    }

    #opc-login h3 {
        margin-top: 0;
    }

    #opc-login .col-2 .form-list label {
        width: 100%;
        display: block;
        padding: 0 0 5px;
    }

    .opc .form-list .wide,
    .opc .form-list li.fields .field {
        width: 100%;
    }

    .opc .form-list label {
        display: block;
        text-align: left;
        float: none;
        width: 100%;
        padding-bottom: 5px;
    }

    .opc .form-list li fieldset {
        margin: 0;
    }

    .opc .form-list li.wide .input-box,
    .opc .form-list .input-box {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .buttons-set:before {
        content: '.';
        display: block;
        line-height: 0;
        height: 0;
        overflow: hidden;
        clear: both;
    }

    #opc-shipping_method .buttons-set {
        padding-top: 15px;
    }

    .opc .buttons-set .please-wait {
        margin-left: -45%;
        width: 90%;
        white-space: normal;
    }

    #checkout-review-table thead {
        display: none;
    }

    #checkout-review-table tbody td {
        width: 200%;
        display: block;
    }

    #opc-review .product-name {
        margin-bottom: 0;
    }

    #checkout-review-table tbody tr.last td.last {
        padding-bottom: 25px;
    }

    #checkout-review-table tfoot td {
        width: 50%;
        vertical-align: top;
    }

    #checkout-step-review.step {
        width: 100%;
    }

    #checkout-review-submit .btn-checkout {
        width: 100%;
        padding: 15px 0;
    }

    #opc-review .buttons-set .please-wait {
        height: auto;
    }

    .checkout-onepage-success iframe {
        display: none;
    }

    .checkout-onepage-success .page-title h1 {
        margin-top: 0;
    }

    .btn-validate-address {
        min-width: 180px;
    }

    /* Footer */

    #gsFooter {
        margin-bottom: 15px;
    }

    #gsFooter .wrapper,
    #gsFooter {
        background-color: var(--gs-grey-main-extra-light);
        padding: 0 !important;
        min-height: 1px;
    }

    .footer-callout {
        display: block;
        padding: 15px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

    .footer-links {
        margin: 0;
        padding: 15px;
        background: #fff;
        border-radius: 5px;
    }

    .footer-links ul li {
        display: block;
    }

    .footer-links ul li a {
        display: block;
        padding: 5px 0;
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icons/footer-link.svg) right center no-repeat;
        background-size: 7px;
        color: var(--gs-txt);
        font-weight: bold;
    }

    .footer-links ul li a:hover {
        color: var(--gs-orange-main);
        text-decoration: none;
    }

    .gsFooterRow2 .widget {
        padding-bottom: 0 !important;
        min-width: 33%;
    }

    #gsFooter .gsFooterRow .wrapper_inner_blue {
        width: auto;
        height: auto;
    }

    #gsFooter .gsFooterNextToLogo,
    #gsSocialMediaButtonsFooter {
        display: none;
    }

    #gsFooter .gsLogo {
        padding-right: 25px;
    }

    #gsFooter .gsFooterRow1 {
        padding: 30px;
        width: 100%;
    }

    #gsFooter .widget p {
        margin: 0 !important;
    }

    #gsFooter .widget p a {
        padding: 8px 0 !important;
    }

    /* Clears */

    .product-view .cart-from-amount:before {
        content: '.';
        display: block;
        line-height: 0;
        height: 0;
        overflow: hidden;
        clear: both;
    }

    /* header cart */

    p.acclinks-txt {
        display: none;
    }

    span.acclinks-cart-txt {
        display: none;
    }

    .tablet-accountlinks {
        display: inline-block;
    }

    .header_menu_b a.cartlink span.cartAmount {
        background: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodstore_Winkelwagen_Los_Wit.svg');
        width: 32px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 1px;
        position: absolute;
        top: 0;
        right: 7%;
        margin-top: 14px;
    }

    p.cartamount-txt {
        border: 1px solid var(--gs-orange-main);
        border-radius: 100%;
        color: white;
        background: var(--gs-orange-main);
        position: absolute;
        top: 20%;
        width: 23px;
        height: 23px;
        transform: translateY(-90%);
        right: -33%;
        text-align: center;
    }

    .header_menu_b {
        display: block;
        float: right;
        width: 90px;
        height: 60px;
        position: relative;
        top: 0;
    }

    .mobile.shoplogo {
        display: none;
    }

    #gsHeader .gsLogo {
        margin: 0px;
    }

    .gsLogo button {
        display: block;
    }

    .mobile-shoplogo-bttn,
    .mobile-shoplogo-bttn:hover {
        padding: 0px;
        background: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/logo_goodstore_wit.svg');
        background-repeat: no-repeat;
        background-position: center;
        width: 87px;
        height: 50px;
        margin: 0px;
        border: none;
    }

    .search-bttn,
    .search-bttn:hover {
        background: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodstore_Vergrootglas_Wit_2.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 25px;
        width: 26px;
        border: none;
        padding: 0px;
        margin-top: 14px;
    }

    .menu-bttn,
    .menu-bttn:hover {
        background: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodstore_Hamburg_Header_Wit.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 27px;
        width: 30px;
        border: none;
        border-radius: 0px;
        padding: 0px;
    }

    .search-bttn:focus,
    .menu-bttn:focus,
    .mobile-shoplogo-bttn:focus {
        outline: none;
    }

    .search-bttn-wrapper {
        width: 35px;
        position: absolute;
        left: 39%
    }

    .mobile-menu-bttn-wrapper {
        width: 30px;
        position: absolute;
        height: 30px;
    }

    #mobile-menu-wrapper {
        display: none;
    }

    .form-search {
        padding-top: 6px;
    }

    .form-search button {
        display: none;
    }

    .cms-index-index .gsSmallCol.fl,
    .checkout-cart-index .gsSmallCol.fl,
    .checkout-onepage-index .gsSmallCol.fl,
    .catalog-product-view .gsSmallCol.fl,
    .catalog-category-view .gsSmallCol.fl {
        display: none;
    }

    body {
        padding-top: 60px;
        background-color: white;
    }

    .mobile-header-wrapper {
        position: fixed;
        background-color: var(--gs-blue-main);
        z-index: 999;
        width: 100%;
        margin-bottom: 14px;
        top: 0;
    }

    #gsFooter {
        margin: 0px;
    }

    .sticky_menu_footer {
        padding: 8px 0 8px 5px;
    }

    .menu_footer_left {
        height: 36px;
        display: inline-block;
        position: relative;
        width: calc(50% - 4px);
        text-align: center;
    }

    .menu_footer_right {
        display: inline-block;
        position: relative;
        width: calc(50% - 4px);
        text-align: center;
    }

    .clear {
        clear: both;
    }

    .menu_dropdown {
        height: calc(100vh - 74px);
    }

    .mobile-menu-wrapper {
        background-color: #fff;
        position: fixed;
        top: 76px;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: calc(100vh - 74px);
        height: calc(100vh - 74px);
        width: 100%;
        z-index: 1000;
    }

    .menu_dropdown {
        background: #fff;
        padding: 0px 20px 0px 20px;
        box-sizing: content-box;
        -webkit-transform: translateZ(0);
        max-height: calc(100vh - 119px);
        height: calc(100vh - 119px);
    }

    .mobile-menu-wrapper .menu_dropdown>ul,
    .mobile-menu-wrapper .menu_dropdown>p {
        display: none;
    }

    .no_drop.active {
        background: none !important;
    }

    .no_drop {
        background: none !important;
    }

    .menu_blue_text {
        color: var(--gs-blue-main);
    }

    .mobile-menu-wrapper .menu_dropdown .menu_account {
        background: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/icons/account.svg') right 20px center no-repeat;
        background-size: 20px 20px;
    }

    .mobile-menu-wrapper .menu_dropdown h5 {
        padding: 5px 40px 5px 20px;
        margin: 0 -20px;
        line-height: 1.6;
        border-bottom: 1px solid var(--gs-orange-main);
        background: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/icons/open.svg') right 20px center no-repeat;
        background-size: 17px;
        cursor: pointer;
    }

    .mobile-menu-wrapper .menu_dropdown h5.active {
        background: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/icons/close.svg') right 20px center no-repeat;
        background-size: 15px;
    }

    .menu_dropdown>ul li {
        display: block;
    }

    .menu_dropdown>ul li a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        padding: 10px 0px 10px 0px;
    }

    .menu_dropdown>ul li a:hover {
        text-decoration: none;
        background: #f0f0f0;
    }

    .acclinkswidget {
        display: none;
    }

    .gsSmallCol.fl {
        display: none;
    }

    .con.cat_head_wrapper {
        display: none;
    }

    img.mobile-home-img {
        width: 100%;
        height: auto;
        max-width: none;
    }

    .mobile-home-wrapper {
        background-color: #eee;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .mobile-home-img-txt-wrapper {
        background-color: rgba(255, 255, 255, 0.7);
        position: absolute;
        width: 100%;
        padding: 10px;
        bottom: 0px;
    }

    .mobile-home-img-txt-wrapper p {
        color: var(--gs-txt);
        font-weight: bold;
        font-size: 14pt;
    }

    .mobile-home-img-wrapper {
        width: 100%;
        height: auto;
        position: relative;
    }

    .view-more-list {
        display: none;
        margin-top: 0px;
    }

    .view-more-wrapper span {
        background: #cecece;
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
        margin-top: 5px;
        text-align: left;
        text-indent: 33px;
        background-image: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/icons/down_grey.svg');
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-size: 20px;
    }

    .view-more-btn {
        width: 100%;
        height: auto;
    }

    .mobile-home-img-price-callout-wrapper {
        background-color: white;
        margin-top: 8px;
    }

    .mobile-home-img-callout-txt-wrapper {
        background-color: #eee;
    }

    .view-more-list {
        margin-top: 0px !important;
    }

    .mobile-home-img-price-callout-wrapper img {
        width: 49%;
        height: auto;
    }

    .mobile-home-img-callout-txt-wrapper p {
        color: var(--gs-txt);
        font-size: 16pt;
        font-weight: bold;
        text-align: left;
        padding-left: 33px;
    }

    .mobile-home-img-callout-txt-wrapper {
        padding-top: 10px;
    }

    .mobile-home-img-txt-wrapper {
        text-align: left;
    }

    .mobile-home-img-txt-wrapper p {
        padding-left: 23px;
    }

    .mobile-home-wrapper-more {
        background-color: #eee;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .usp-shipping ul {
        margin-top: 10px;
    }

    .usp-shipping li {
        margin-left: 33px;
        text-align: left;
    }

    .usp-shipping li a {
        color: var(--gs-txt);
    }

    .usp-shipping h5 {
        margin-left: 33px;
        text-align: left;
        color: var(--gs-txt);
        text-transform: none;
    }
}

@media screen and (min-width:580px) and (max-width:767px) {

    /* Products Grid */

    ul.products-grid li.item {
        width: 100%;
    }

    ul.products-grid li.item img {
        width: 100%;
    }

    ul.products-grid li.item .price-box p {
        margin: 0;
    }

    ul.products-grid li.item .price-box .price-excluding-tax {
        display: inline-block;
    }

    ul.products-grid li.item .price-box .price-including-tax {
        display: block;
        color: var(--gs-txt);
        font-size: 11pt;
    }

    .con.cat_head_wrapper {
        display: none;
    }
}



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

    /* Content*/

    .gsLargeCol .std table td {
        display: block;
        width: 100%;
        text-align: center;
    }

    /* Slider */
    #gsSliderWrapper,
    #gsSlider,
    #gsSlider ul li img {
        width: 100%;
        max-width: 100%;
    }

    /* Products Grid */

    ul.products-grid li.item {
        width: 100%;
    }

    ul.products-grid li.item div.item-buttons {
        height: auto;
    }

    /* Cart */

    .btn-validate-address {
        width: 100% !important;
    }

    .cart .section-title h1 {
        display: inline-block;
        float: none;
        width: 45%
    }

    .cart .section-title .fr {
        display: inline-block;
        width: 53%;
        float: none;
    }

    /* Landingspages */

    .standard_cat_wrapper {
        display: none;
    }

    .con.cat_head_wrapper {
        display: none;
    }
}

@media only screen and (max-width: 579px) {
    .standard_cat_wrapper {
        width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
    }

    .standard_cat_wrapper p {
        display: none;
    }

    .standard_cat_wrapper img {
        width: 100% !important;
        height: auto !important;
        position: relative !important;
    }
}

@media only screen and (max-width: 650px) {
    .sumup {
        width: 100%;
    }

    .sumup .mid_img {
        border-left: none;
        border-right: none;
    }

    .sumup_mid {
        width: 100%;
    }

}

@media (max-width: 575px) {
    .vn_con {
        width: 45%;
        margin: 2.5% 2.5% 2.5% 2.5%;
    }

    .vn_sec figure svg {
        max-height: 50px;
        max-width: 50px;
    }
}



@media (max-width: 767px) {
    .vn_sec {
        width: 100%;
        margin: 15px 0px 15px 0px;
        float: none;
    }

    .vn_sec:nth-child(odd) {
        margin: 0.5% 0% 0.5% 0%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .visual_nav .vn_sec svg {
        width: 36px;
        height: 36px;
    }

    .vn_sec>a>div {
        width: 25%;
    }

    .vn_sec>a>div:nth-child(even) {
        width: 75%;
    }
}

.mob_usp_head {
    max-width: 200px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}



@media screen and (max-width: 767px) {
    .account-login .input-text {
        padding: 0 10px !important;
    }

    .account-create .fieldset {
        width: 100%;
    }

    .account-login .btn {
        width: 100%;
        max-width: 400px;
        float: left;
        margin-top: 15px;
        height: 45px;
    }

    .account-login .col2-set .col-1,
    .account-login .col2-set .col-2 {
        width: 100%;
    }

    .col-2.registered-users {
        margin-top: 80px;
    }

    .account-create button.btn.cta.fr {
        margin-right: 0px;
    }
}



@media screen and (max-width: 474px) {
    .account-create .btn {
        max-width: 100% !important;
        margin-top: 15px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .account-create .fieldset {
        width: 100%;
        float: right;
    }

    .customer-account-login #gsMain .gsExtraLargeCol,
    .customer-account-create #gsMain .gsExtraLargeCol {
        width: 70%;
        border: 0;
    }

    .cms-home #gsMain .gsExtraLargeCol {
        width: 70%;
    }

    .cms-page-view #gsMain .gsExtraLargeCol {
        width: 70%;
        border: 0;
    }

    button.btn.cta-gr.fl {
        margin-right: 39%;
        margin-bottom: 16px;
    }

    .account-create button.btn {
        width: 100%;
        float: left;
    }
}

@media screen and (min-width: 768px) {
    .customer-address-index .my-acccount .btn.cta {
        max-width: 210px;
    }
}

@media screen and (max-width: 767px) {
    .cc-options p {
        display: none;
    }

    #cookieconsent .cc-footer .btn {
        width: 100%;
        margin-top: 10px;
        height: 40px;
    }

    .cc-link {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

    .cc-options li {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .product_genre {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 385px) {
    .total_cat_wrapper .img_wrapper img {
        width: 47px;
        height: 35.5px;
    }

    .total_cat_wrapper .txt_wrapper {
        width: auto;
    }

    .menu_cat_block .img_wrapper {
        width: 65px;
    }

    .menu_cat_block .v_align {
        left: 0px !important;
    }

    .frt_menu_cat_block {
        text-align: left;
        padding-top: 30px;
    }
}

@media screen and (max-width: 320px) {
    .total_cat_wrapper .img_wrapper img {
        width: 33px;
        height: 25px;
    }

    .menu_cat_block .img_wrapper {
        width: 50px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .movie_wrapper {
        float: none;
    }

    .home_movie_wrapper iframe {
        width: 100%;
        height: 323px;
    }

    .aanbiedingen_product a h3 {
        height: 75px;
    }

    .aanbiedingen_product {
        width: 25%;
    }

    .aanbiedingen_product:last-child {
        display: none;
    }

    .movie_txt_wrapper {
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .ow_container .menu_cat_block {
        width: 100%;
    }

    .menu_cat_block .img_wrapper {
        width: 20%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .acclinks-txt {
        height: 38px;
        width: 105px;
    }

    .gsStorePicker .gsMainButton {
        height: 45px;
        width: 200px;
        background-position: 10% 50%;
        padding: 12px 20px 30px;
    }

    li.nav-last {
        height: 45px;
        padding-left: 40px;
        float: none;
    }

    #gsHeader .gsHeaderRow3 {
        padding: 0px 20px;
        width: 100%;
    }

    nav.nav-bar {
        height: 45px;
        width: 100%;
        padding: 0px;
    }

    #gsHeader .wrapper {
        width: 100%;
    }

    #goodstore_searchbox {
        width: 60%;
    }

    #gsHeader .gsLogo img {
        max-width: 100px;
    }

    .searchautocomplete .form-search {
        width: 366px;
    }

    .full_header_wrapper .widget.widget-static-block {
        width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:800px) {
    nav.nav-bar {
        padding: 0px;
        width: 100%;
    }

    #gsHeader .gsHeaderRow3 ul.main-nav li {
        padding: 12px 12px 13px 0px;
    }
}

@media screen and (max-width:767px) {
    .full_header_wrapper {
        display: none;
    }

    .above_header_wrapper {
        display: none;
    }

    .desktop-accountlinks {
        display: none;
    }

    .gs-desktop-header-cart {
        display: none;
    }

    #gsHeader .gsHeaderBottom {
        display: block;
        padding: 10px 20px 7px;
        background-color: rgba(239, 239, 239, 1);
    }

    #gsHeader .gsHeaderTop {
        display: block;
        margin-top: 12px;
    }

    a.cartlink {
        display: inline-block;
        padding: 0px;
        width: 0px;
        border: 0px;
    }

    #gsHeader .gsHeaderRow2 {
        display: none;
    }

    .form-search {
        width: 100% !important;
    }

    button.button.search-button span {
        display: none;
    }

    button.button.search-button {
        display: block;
        height: 40px;
        margin-bottom: 10px;
        border: 1px solid var(--gs-grey-secondary);
        border-left: 0px;
        background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_magnifier_grey.svg);
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: center;
        width: 50px;
    }

    .form-search input {
        border: 1px solid var(--gs-grey-secondary);
        font-size: 14px;
        padding: 0 15px;
        border-right: 0px;
    }

    .usp-shipping {
        margin-top: 60px;
    }

}

@media screen and (min-width:768px) {
    #gsHeader .gsHeaderBottom {
        display: none;
    }

    .full_header_wrapper {
        margin-top: 15px;
    }
}

@media screen and (max-width:1023px) {
    .banner_overlay_innner {
        height: 60px;
    }

    .txt_left {
        width: 60%;
    }

    .txt_right {
        width: 35%;
    }

    .acc_logout_wrapper {
        height: 38px;
    }

    #gsHeader .gsHeaderRow2 {
        margin-left: 1%;
    }

    #goodstore_searchbox {
        width: 47%;
    }
}

@media screen and (max-width:767px) {
    .txt_left {
        width: 50%;
    }

    .txt_right {
        width: 45%;
    }
}

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

    .txt_left,
    .txt_right {
        float: none;
        width: 100%;
        margin: 0;
    }

    .banner_overlay_innner {
        height: 120px;
        text-align: center;
    }

    .banner_overlay_innner ul {
        display: block;
    }

    .open_time_wrapper {
        margin-top: 30px;
    }

    .breadcrumbs ul li span {
        background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/chevron_blue_left.svg);
        float: left;
        margin-top: 6px;
    }

    .cart .checkout-btns.cart_top_buttons {
        display: block;
    }

    .cart .checkout-btns.cart_top_buttons .checkout-types {
        margin-top: 15px;
    }

    .clnews-index-index .usp-shipping,
    .clnews-newsitem-view .usp-shipping {
        display: none;
    }

    .checkout-cart-index .btn.cta {
        max-width: 250px;
        width: 100%;
    }

    .cart .checkout-btns.cart_top_buttons {
        display: none;
    }

    /* Mobile IoS searchbox fix */

    .form-search input {
        border-radius: 0px !important;
    }

    button.button.search-button {
        border-radius: 0px !important;
    }

    textarea,
    input[type="text"] {
        -webkit-appearance: none;
    }
}

@media (max-width:767px) {

    .in-store-text,
    .in-stock-text,
    .not-in-stock-text {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .usp-shipping {
        padding: 20px 0px;
    }

    .mobile_in_store_inner {
        width: 100%;
        padding: 20px 0px;
        margin: auto 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile_in_store_txt {
        color: var(--gs-txt);
        font-size: 12px;
        font-weight: bold;
        margin-right: 10px;
        min-width: 146px;
    }

    .mobile_top_banner_wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    .mobile_top_banner_wrapper img {
        width: 100%;
        max-width: 100%;
    }

    .carousel_wrapper_inner .item {
        min-width: 275px;
        border-right: 1px solid #CCCBC7;
        padding: 0px 20px 0px 10px;
    }

    .carousel_wrapper_inner {
        display: flex;
        overflow-x: scroll;
        flex-wrap: nowrap;
        position: relative;
    }

    .carousel_wrapper_inner .item_txt h2 {
        color: var(--gs-blue-main);
        font-size: 14px;
    }

    .carousel_wrapper_inner .item_txt span {
        font-size: 10px;
        color: var(--gs-txt);
    }

    .carousel_wrapper_inner .item_image img {
        margin-top: 17px;
    }

    .item .item_price span:first-child {
        margin-top: 10px;
    }

    .item .item_price span {
        display: inline-block;
    }

    .item .item_price .price_spec {
        color: var(--gs-txt);
        font-size: 14px;
        font-weight: bold;
    }

    .item .item_price .price_reg {
        font-size: 8px;
        color: var(--gs-txt);
        text-decoration: line-through;
    }

    .mobile_carousel_wrapper h2 {
        color: var(--gs-txt);
        text-align: left;
        padding-left: 25px;
        font-size: 16px;
    }

    .line {
        border-bottom: 0.5px solid #CCCBC7;
        display: inline-block;
        width: 32%;
        height: 2px;
    }

    .item_inner {
        display: inline-flex;
    }

    .item_image {
        float: left;
        width: 29%;
    }

    .item_price {
        width: 15%;
        float: right;
    }

    .item_txt {
        float: left;
        width: 54%;
    }

    .lower_link_wrapper {
        text-align: left;
    }

    .lower_link_wrapper a {
        color: var(--gs-txt);
        font-size: 10px;
    }

    .lower_link_wrapper span {
        padding-left: 96px;
    }

    .mobile_store_icon {
        background-image: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/winkel_icoon_blue.svg');
        background-repeat: no-repeat;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-left: 10px;
        margin-right: 5px;
        min-width: 12px;
    }

    .mobile_in_store_inner a {
        min-width: 190px;
    }
}

@media screen and (max-width:529px) {
    #gsFooter .gsFooterRow1 .widget {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:657px) {
    #gsFooter .gsFooterRow2 .wrapper_inner_blue {
        display: block;
    }

    #gsFooter .gsFooterRow2 .wrapper_inner_blue .widget {
        margin-top: 15px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .checkout-wrapper {
        grid-template-columns: auto;
    }

    .gsFulCol {
        padding: 0px;
        width: 100%;
    }

    .cart-row {
        grid-gap: 5%;
        grid-auto-rows: auto;
        grid-template-columns: 10% 34% 4% 22% auto;
    }

    .quantity-input {
        height: 30px;
    }

    .tablet_cart_wrapper {
        display: grid;
        grid-template-columns: 35% 35%;
        grid-gap: 30%;
    }

    .cart .totals {
        grid-area: 1 / 2 / 1 / 2;
    }

    .cart .checkout-extra {
        grid-area: 1 / 1 / 1 / 1;
    }

    .checkout-types {
        grid-area: 1 / 2 / 1 / 2;
    }

    .checkout-btns .btn.no-cta {
        grid-area: 1 / 1 / 1 / 1;
        margin-top: 0px;
    }

    .cart .checkout-btns {
        display: grid;
        grid-template-columns: 35% 35%;
        grid-gap: 30%;
    }

    .checkout-accept {
        height: auto;
        padding: 0px;
        background-color: #fff;
    }

    .cart .totals-row:last-child {
        height: 30px;
    }

    .cart .totals-row {
        grid-template-columns: 71% 29%;
    }

    .cart .checkout-extra input {
        width: 272px;
        height: 35px;
    }

    .discount-form button.btn.cta {
        height: 35px !important;
    }

    div#crosssell-products-list {
        grid-gap: 3%;
    }

    .coupon_wrapper {
        display: none;
    }

    .product-left {
        grid-template-rows: auto auto auto auto auto;
        margin-bottom: auto
    }
}

@media screen and (min-width:768px) and (max-width:947px) {
    .cart .checkout-extra input {
        width: 205px;
    }
}

@media screen and (max-width:767px) {
    .gsFulCol {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .checkout-wrapper {
        grid-template-columns: auto;
    }

    div#crosssell-products-list {
        grid-template-columns: 80% 80% 80%;
        grid-gap: 5%;
        overflow: scroll;
    }

    .cart-row {
        grid-template-columns: 19% 60% auto;
        grid-template-rows: 36px;
        grid-row-gap: 7px;
        grid-column-gap: 5px;
        line-height: 100%;
        padding: 20px 0px;
    }

    .cart-row .product-image {
        grid-row: 1 / 2;
    }

    .cart-row .product-quantity {
        grid-column: 2 / 2;
    }

    .cart-row .product-price {
        grid-column: 3 / 3;
        padding-top: 5px;
    }

    .cart-row .product-title,
    .cart-row .product-remove,
    .cart-row .product-quantity,
    .cart-row .product-price {
        padding: 0px;
    }

    .cart-row .product-title a {
        font-size: 14px;
    }

    .product-quantity button {
        padding: 0px 6px;
    }

    .quantity-input {
        height: 30px;
        padding: 2px 0px 2px;
    }

    .cart_trash_can {
        background-image: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_cross_blue.svg');
        background-size: 12px;
        width: 12px;
        height: 12px;
    }

    .col-1.product-remove {
        padding-left: 32px;
    }

    .checkout-accept {
        background-color: #fff;
        padding: 20px 0px;
        height: auto;
    }

    .cart .totals-row {
        height: 30px !important;
        grid-template-columns: 77% 23%;
    }

    .cart .totals {
        margin-bottom: 10px;
    }

    .cart .totals-row span {
        text-align: right;
        width: 100%;
        text-align: right;
        display: inherit;
    }

    .crosssell .price-including-tax {
        display: none !important;
    }

    .cart-row .product-image img {
        width: 85px;
        padding: 0px;
    }

    .cart-row .product-image a {
        display: inline-block;
    }

    .cart .section-title {
        padding: 0px;
    }

    .cart .section-title h1 {
        width: 100% !important;
    }

    .crosssell .section-title {
        margin-bottom: 10px;
    }

    .coupon_wrapper {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: 84% 11%;
    }

    .cart .checkout-extra input {
        margin-top: 15px;
        height: 33px;
    }

    .cart .checkout-btns {
        margin: 0px;
    }

    input[type="textarea"] {
        -webkit-appearance: none;
    }

    .cart input {
        border-radius: 0px;
        box-shadow: none;
    }

    .cart .quantity-input {
        height: 31px !important;
        width: 42px !important;
    }

    .quantity-minus {
        margin-right: -4px !important;
    }

    .quantity-plus {
        margin-left: -5px !important;
    }

    .product-quantity button {
        height: 31px !important;
        padding-bottom: 5px;
        padding-top: 1px;
    }

    .product-remove {
        text-align: right;
    }

    .product-price {
        text-align: right;
    }

    .coupon_wrapper {
        display: none;
    }

    .mobile_carousel_wrapper a:hover {
        text-decoration: none;
    }

    .mobile_in_store_wrapper a,
    .mobile_in_store_wrapper a:hover {
        text-decoration: none;
        color: var(--gs-txt);
    }
}

@media screen and (max-width:859px) {
    .above_header_wrapper ul {
        font-size: 13px;
    }
}

@media screen and (max-width:809px) {
    .above_header_wrapper ul {
        font-size: 12px;
    }
}

@media screen and (max-width:1023px) {
    .lower_item_right .top_banner_txt_overlay {
        width: 100%;
        padding: 10px 0px;
    }

    .category_btn {
        height: 27px;
    }

    .circle_inner {
        padding: 18px 10px;
    }

    .top_banner_wrapper .price_from {
        padding: 10px 5px;
    }

    .action_wrapper_inner {
        overflow: scroll;
    }

    .image_overlay {
        display: none;
    }

    .circle_large {
        font-size: 16px;
    }

    .action_wrapper_inner::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 10px;
        height: 10px;
    }

    .action_wrapper_inner::-webkit-scrollbar-thumb {
        /*border-radius: 5px;*/
        background-color: #CCCBC7;
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    .top_banner_wrapper .top_banner_txt_overlay span:nth-child(2) {
        font-size: 22px;
    }

    .top_banner_txt_overlay .primary_text {
        font-size: 22px !important;
    }
}

@media screen and (max-width:900px) {
    .circle_large {
        top: 23%;
    }

    .top_banner_wrapper .price_wrapper {
        top: 2%;
    }

    .circle_large_inner {
        padding: 29px 20px;
    }

    .top_banner_txt_overlay {
        top: 31%;
    }
}

@media screen and (max-width:767px) {
    .top_banner_txt_overlay {
        position: static !important;
    }
}

/* FeedbackCompany styling */

@media screen and (max-width:1023px) and (min-width:768px) {
    .feedbackcompany-index-index #gsMain .gsExtraLargeCol {
        width: 70% !important;
    }
}

@media screen and (max-width:767px) {
    .feedbackcompany-index-index #gsHeader .usp-shipping {
        display: none;
    }

    .feedbackcompany .summary-index {
        grid-template-columns: auto;
    }

    .feedbackcompany .summary-index .column {
        grid-template-columns: 50% 50%;
    }

    .product-main-wrapper {
        grid-template-columns: auto;
    }

    .product-left {
        grid-column: 1/2;
        grid-template-rows: auto;
        display: block;
    }

    .product-right {
        grid-column: 1/2;
        display: grid !important;
    }

    .product-right * {
        order: 100;
    }

    .product-bottom {
        grid-row: 3/3;
        grid-column: 1/2;
    }

    .product-instock,
    .product-notinstock {
        margin-bottom: 0;
    }

    .tier-prices {
        margin-bottom: 15px;
    }

    .config-input-box {
        margin-top: 0 !important;
    }

    .config-box {
        margin-top: 10px !important;
    }

    .config-wrapper {
        order: 1;
    }

    .product-purchase-info {
        order: 1;
    }

    .add-to-cart {
        order: 2;
    }
}

@media screen and (max-width:425px) {
    .feedbackcompany .summary-index .column dt {
        font-size: 14px;
    }

    .feedbackcompany .dl-feedback {
        width: 100%;
    }

    .feedbackcompany .summary-index .column {
        grid-template-columns: 60% 40%;
    }
}

/* FeedbackCompany styling end */

@media screen and (max-width:767px) {
    p.availability.product-instock {
        margin-top: 0px;
    }
}

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

    .price_from,
    .category_info_tag {
        display: inherit;
        font-size: 12px !important;
        padding: 0px !important;
        color: var(--gs-orange-main);
        min-height: auto !important;
    }

    .price_from span:first-child {
        display: none !important;
    }

    .price_from .sale.regular {
        display: inline-block !important;
        margin-top: 3px !important;
        font-size: 10px;
    }

    .category_info_tag {
        font-weight: bold;
    }
}

@media screen and (max-width:767px) {
    .item_inner a {
        grid-template-columns: auto !important;
        grid-template-rows: auto auto auto;
    }

    .item_inner .item_txt {
        min-height: 75px;
    }

    .item_inner .item_txt h2 {
        margin-bottom: 0px;
        line-height: 1.3;
    }

    .carousel_wrapper_inner .item {
        min-width: 125px;
        padding: 0px 10px 0px 10px;
        border-right: 0px;
        position: relative
    }

    .carousel_wrapper_inner {
        padding-left: 20px;
    }

    .lower_link_wrapper {
        display: none;
    }

    .item_inner .price_from {
        color: var(--gs-txt);
        display: grid;
        grid-template-columns: auto auto;
    }

    .mob.circle {
        position: absolute;
        width: 35px;
        height: 35px;
        right: 10%;
        top: 9%;
    }

    .mob .circle_inner {
        font-size: 11px;
        padding: 0px !important;
        padding-top: 2px !important;
        line-height: 1.3;
    }
}

@media screen and (max-width:1023px) {
    .circle_large {
        display: none;
    }

    .circle.price_faded {
        display: none;
    }

    .mobile_txt_underlay p {
        color: var(--gs-txt);
    }

    .mobile_txt_code {
        font-weight: bold;
    }

    .mobile_txt_underlay {
        background-color: #eee;
        padding: 10px;
        display: block;
    }
}

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

    .product-bottom,
    .product-main-wrapper,
    .product-bottom-right {
        grid-template-columns: 100%;
        grid-template-rows: auto;
    }

    .catalog-product-view .gsFulCol {
        width: 100%;
        padding-left: 20px;
    }

    ul.products-grid li.item div.item-info {
        grid-template-columns: auto 40px;
    }

    ul.products-grid li.item .price-box .price-label {
        display: none;
    }

    .item-info .price-box span,
    ul.products-grid li.item .price-box .price-excluding-tax {
        margin: 0px;
    }

    .in-store-text,
    .in-stock-text,
    .not-in-stock-text {
        font-size: 13px;
    }

    .catalog-category-view ul.products-grid,
    .catalogsearch-result-index ul.products-grid {
        grid-template-columns: 48% 48%;
        grid-column-gap: 4%;
    }

    .catalog-category-view #gsMain .gsExtraLargeCol,
    .catalogsearch-result-index #gsMain .gsExtraLargeCol {
        padding-left: 20px;
        padding-right: 20px;
    }

    .catalog-category-view ul.products-grid li.item button,
    .catalogsearch-result-index ul.products-grid li.item button {
        max-width: 100%;
        grid-row: 5/6;
        grid-column: 1/3;
    }

    .category-products ul.products-grid li.item div.item-info a {
        grid-template-columns: auto auto;
        grid-template-rows: auto auto auto auto;
    }

    .category-products p.availability {
        grid-column: 1/3;
        padding-bottom: 10px;
    }

    ul.products-grid li.item div.item-info .product-name {
        height: 50px;
    }

    .category-products .item-info .price-box {
        grid-column: 1/3;
    }

    .price-box .label {
        font-size: 13px;
    }

    .product_info_wrapper .price-box .label {
        font-size: 15px;
    }

    .item-info .price-box span.price {
        font-size: 15px;
    }

    .product-view ul.products-grid {
        grid-template-columns:
            repeat(3, calc(70% - 40px)) 10px;
    }

    .product_attribute_specs_table_more {
        display: none;
    }

    .product_info_wrapper .price-box {
        display: grid;
    }

    .product_info_wrapper .price-box p {
        margin: 0px;
    }

    .product-purchase-info {
        grid-row: 4;
        margin: 0px;
    }

    .product_info_wrapper .add-to-cart {
        margin-top: 15px;
    }

    .toolbar .fl button {
        display: inline-block;
        background: rgba(100, 103, 107, 1);
        border: none;
        border-radius: 2px;
        border-bottom: 2px solid rgba(58, 59, 58, 1);
        color: rgba(255, 255, 255, 1);
        width: 100%;
        font-size: 14px;
        font-weight: 600;
    }

    .category-products ul.products-grid li.item button {
        position: relative;
    }

    #gsMain .gsSmallCol,
    .gsSmallCol.mobile-menu {
        position: absolute;
        top: 0px;
        z-index: 1000;
        background: #fff;
        max-height: max-content;
        height: max-content;
        padding-bottom: 50px;
    }

    .filter_close {
        display: inline-block;
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_close_white.svg) no-repeat;
        background-size: 16px;
        border: 0px;
        width: 16px;
        height: 16px;
        margin-top: 14px;
        padding: 0px;
    }

    .filter_bg {
        width: 100%;
        padding: 0px 20px;
        background-color: var(--gs-blue-main);
        height: 45px;
    }

    .toolbar-bottom button {
        display: none;
        visibility: hidden;
    }

    .amshopby-item-top {
        max-width: 100%;
        min-width: 100%;
    }

    .amshopby-container-top {
        padding: 15px;
    }

    div#mobile-desc-btn {
        grid-row: 4;
    }

    .product-view ul.products-grid {
        grid-template-columns: repeat(3, calc(60% - 0px)) 10px;
        overflow-x: scroll;
    }

    .product-view ul.products-grid li.item button {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 40px;
    }

    .box-up-sell ul.products-grid li.item div.item-info {
        position: relative;
    }

    #product_name h1 {
        font-weight: 600;
        font-size: 17px;
        padding-bottom: 20px;
    }

    .product-left {
        padding-bottom: 0px;
    }

    .toolbar {
        grid-template-columns: 48% 48%;
        grid-column-gap: 4%;
    }

    .box-up-sell ul.products-grid li.item div.item-info .availability {
        padding-bottom: 0px;
    }

    .add-to-cart input#qty {
        margin-bottom: 0px;
    }

    .product-view .more-views li {
        padding-bottom: 0px;
    }

    .mobile-specs-btn,
    .mobile-desc-btn {
        margin-top: 15px;
    }

    .toolbar-bottom .toolbar .fl {
        display: none;
    }

    .toolbar-bottom .toolbar .pager li span {
        display: none
    }

    .toolbar .fl {
        grid-row: 1;
    }

    .toolbar .fr {
        grid-row: 2;
        grid-column: 1/3;
    }

    .toolbar {
        grid-row-gap: 20px;
    }

    .toolbar-bottom .toolbar {
        grid-row-gap: 0px;
    }

    .toolbar .pager li a.previous {
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/prev.svg) no-repeat center 70%;
        background-size: 8px 16px;
        width: 33px;
        padding: 0px;
        height: 26px;
    }

    .toolbar .pager li a.next {
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/next.svg) no-repeat center 70%;
        background-size: 8px 16px;
        width: 33px;
        padding: 0px;
        height: 26px;
    }

    .toolbar .pager li a.next span,
    .toolbar .pager li a.previous span {
        display: none;
    }

    #gsMain .gsSmallCol,
    .gsSmallCol.mobile-menu {
        height: 100%;
        position: fixed;
        overflow-y: scroll !important;
        text-align: left;
    }

    .gsSmallCol.mobile-menu a {
        color: var(--gs-txt);
    }

    .breadcrumbs li {
        display: none;
    }

    .breadcrumbs .last_link_crumb {
        display: inline-block;
    }

    .catalog-category-view .breadcrumbs {
        padding: 0px 20px;
    }
}

@media screen and (max-width:1023px) {
    .product-view .product-left .product-image {
        overflow: hidden;
        width: 100%;
    }

    span.label.lowest_price {
        width: 100%;
    }

    .product-purchase-info .product-view .availability {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .amshopby-apply-block {
        position: sticky;
        bottom: 15px;
        padding: 0px 15px;
    }

    #gsMain .gsSmallCol {
        padding-bottom: 0px;
    }

    .mobile-desc-wrapper h2 {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    #gsMain .gsExtraLargeCol {
        width: 65%;
    }

    .category-products ul.products-grid {
        grid-template-columns: 47% 47%;
        grid-column-gap: 6%;
    }

    .product-view ul.products-grid {
        grid-template-columns:
            repeat(3, calc(50% - 40px)) 10px;
        overflow-x: scroll;
    }

    .category-products .products-grid .item .item-info .price-box {
        padding-top: 10px;
    }

    ol.single-choice input {
        height: 33px;
    }

    .menu_wrapper {
        width: 727px;
        max-width: inherit;
    }

    .sub_level_menu {
        width: 502px;
        height: 650px;
    }

    .menu_right_inner.active {
        display: none;
    }

    .content_inner {
        height: 650px;
    }
}



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

    .top_level_menu,
    .sub_level_menu {
        width: 100%;
    }

    .sub_level_menu .menu_img {
        display: none;
    }

    .content_inner.active .content_inner_left,
    .content_inner.active .content_inner_right,
    .content_inner.active .back {
        width: 100%;
        clear: both;
    }

    .gsHeaderRowMenu {
        position: relative;
        top: 60px;
    }

    .menu_wrapper {
        position: fixed;
        top: 127px;
        background: #fff;
        z-index: 101;
        width: 100%;
        display: none;
        line-height: 1;
        height: 100vh;
    }

    .menu_wrapper li {
        display: block;
    }

    .menu_wrapper .top_level_menu .next {
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/next.svg) no-repeat 50%;
        background-size: 8px 14px;
        width: 10px;
        padding: 0px;
        height: 13px;
        float: right;
    }

    .menu_wrapper .menu-item,
    .menu_wrapper .menu-item:hover {
        position: static;
    }

    .menu_wrapper .sub_level_menu {
        background: #fff;
        top: 0;
        position: absolute;
        left: auto;
        opacity: 1;
        width: 100%;
        z-index: 9;
        height: 100%;
        display: none;
        overflow-y: scroll;
    }

    .menu_wrapper .sub_level_menu .content_inner {
        background: #fff;
        width: 100%;
        height: 100%;
    }

    .menu_wrapper .sub_level_menu.menu_active {
        display: block;
        right: -100%;
    }

    .menu_wrapper .sub_level_menu .back_link {
        margin-top: 10px;
        padding: 10px 0;
    }

    .menu_wrapper .sub_level_menu .back {
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/prev.svg) no-repeat 50%;
        background-size: 8px 14px;
        width: 30px;
        height: 13px;
        float: left;
    }

    .content_inner {
        padding: 0 30px;
    }

    .content_inner .content_header {
        border-top: 1px dashed #ccc;
    }

    .menu-item.back_link {
        display: block;
    }

    .content_bottom {
        position: unset;
    }

    .content_bottom a {
        margin: 20px 0 155px;
    }

    .toolbar .sorter {
        padding: 0;
    }

    .toolbar .sorter .sort-by span {
        display: none;
    }

    .toolbar .sorter .sort-by select {
        padding: 10px;
        width: 100%;
    }
}

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

    .b2b.price_wrapper,
    .top_banner_txt_overlay {
        display: none;
    }

    .cat_nav_wrapper .home_slider_inner .slider_item {
        min-width: 125px;
        width: auto;
        padding: 0px 10px 10px 10px;
        margin-right: 0px;
    }

    .cat_nav_wrapper .item_txt_wrapper h3 {
        font-size: 14px;
        margin: 0px;
    }

    .cat_nav_wrapper .slider_item .circle {
        width: 35px;
        height: 35px;
    }

    .cat_nav_wrapper .slider_item .circle_inner {
        padding: 0px;
        font-size: 11px;
        line-height: 1.3;
        padding-top: 3px;
    }

    .category_item_wrapper {
        grid-template-columns: 48% 48%;
        grid-column-gap: 4%;
    }

    .category_item_wrapper .category_item:nth-child(3),
    .category_item_wrapper .category_item:nth-child(4) {
        grid-row: 3;
    }

    .category_item_wrapper .category_item_name:nth-child(6),
    .category_item_wrapper .category_item_name:nth-child(10) {
        grid-row: 4;
    }

    .toolbar .pager,
    .toolbar-bottom .toolbar .sorter {
        display: none;
    }

    .toolbar-bottom .toolbar .pager {
        display: inline-block;
    }

    .toolbar .sorter {
        float: none;
    }

    .toolbar .fr {
        grid-row: 1;
        grid-column: 2/3;
    }
}

@media screen and (min-width:768px) {
    .mobile-accountlinks {
        display: none;
    }
}

@media screen and (max-width:767px) {
    #gsMain .gsExtraLargeCol {
        padding: 0px 20px;
    }

    .account-login .buttons-set,
    .account-create .buttons-set {
        float: none;
    }
}

.cms-page-view #btw_switcher,
.clnews-index-index #btw_switcher {
    display: none;
}



@media screen and (max-width:767px) {
    .customer-address-form .form-list input.pcnl-input-text-half {
        width: 100%;
    }

    .account-create .input-text,
    .account-login .input-text,
    .customer-address-form .input-text,
    .customer-account-edit .input-text {
        width: 100%;
        line-height: 1;
    }

    .account-create #search,
    .account-login #search,
    .customer-address-form #search,
    .customer-account-edit #search {
        border: 1px solid rgba(204, 203, 199, 1);
        border-right: 0px;
        height: 40px;
    }
}



@media screen and (min-width: 768px) {
    .my-account .pcnl-info-text {
        width: 66%;
    }

    .customer-address-form .pcnl-output-field {
        width: 66%;
    }

    .account-create #search,
    .account-login #search,
    .customer-address-form #search,
    .customer-account-edit #search {
        border: 1px solid rgba(204, 203, 199, 1);
        border-right: 0px;
        height: auto;
        margin: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .acclinks-txt {
        width: 110px;
    }
}

@media screen and (min-width:1024px) {
    .account-login .col2-set .col-1 {
        width: 48%;
        float: left;
    }

    .account-login .col2-set .col-2 {
        width: 48%;
        float: right;
    }

    .account-create button.btn.cta.fr {
        margin-right: 34%;
    }

    .my-account .col2-set .col-1 {
        width: 48%;
        display: inline-block;
        float: none;
        margin-right: 2%;
    }

    .my-account .col2-set .col-2 {
        width: 48%;
        display: inline-block;
        float: none;
    }

    .my-account .col2-set .col-2.addresses-additional {
        width: 100%;
    }

    .box-account.box-info {
        margin-bottom: 45px;
    }

    .customer-address-form .pcnl-output-field {
        height: 85px;
    }

    .col2-set {
        display: flex;
    }
}

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

    .account-login .col2-set .col-1,
    .account-login .col2-set .col-2 {
        width: 100%;
        float: none;
        display: inline-block;
        max-width: 500px;
    }

    .customer-address-form .pcnl-output-field {
        height: 95px;
    }
}

@media screen and (min-width: 1024px) {
    .single_line .circle_inner {
        padding: 28px 10px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .single_line .circle_inner {
        padding: 25px 10px;
    }

    .circle_inner {
        padding: 10px;
    }
}

@media screen and (max-width:767px) {
    .single_line.mob .circle_inner {
        padding-top: 9px !important;
    }
}

@media screen and (max-width:767px) {
    .txt-overlay {
        position: relative;
        padding-bottom: 0px;
        width: 100%;
        height: auto;
    }

    .txt-overlay p,
    .txt-overlay h1,
    .txt-overlay h2 {
        color: #000000;
        text-align: center;
    }

    .kader.grid-4 {
        grid-column: span 12;
    }

    .contact-block.grid-4 {
        grid-column: span 12;
    }

    ul.usp li.kader.grid-4 {
        grid-column: span 6;
    }

    .txt-overlay p {
        max-width: 100%;
    }

    .contact-block a {
        color: #000000;
    }

    .txt-overlay.right p {
        align-self: center;
    }

    .bespoke-widget .grid-6 {
        grid-column: span 12;
    }

    .bespoke-widget .btn.no-cta.grid-4 {
        grid-column: span 12;
    }
}

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

    .bespoke-widget input,
    .bespoke-widget textarea {
        width: 90%;
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .txt-overlay {
        position: relative;
        padding-bottom: 0px;
        width: 100%;
        height: auto;
    }

    .txt-overlay p,
    .txt-overlay h1,
    .txt-overlay h2 {
        color: #000000;
        text-align: center;
    }

    .txt-overlay.right p {
        align-self: center;
    }

    .contact-block p span {
        font-size: 15px;
    }

    .contact-block {
        padding: calc(0.5 * var(--gap));
    }
}

@media screen and (max-width:767px) {
    .config-wrapper {
        order: 5;
    }

    .box-up-sell {
        border-top: none;
        padding-top: 0px;
    }

    .mobile-desc-wrapper {
        padding-bottom: 10px;
        margin-top: 0px;
    }

    .mobile-specs-wrapper .mobile-specs {
        padding-bottom: 0px;
        margin: 10px 0px -5px 0px;
    }

    .mobile-specs-btn {
        margin-top: 20px;
    }
}

@media screen and (min-width:768px) {
    .media_wrapper.grid-6 {
        grid-row: span 7;
    }

    div#mobile-specs-btn.grid-6,
    .product-crosssell-info.grid-6,
    .product-upsell-info.grid-6 {
        grid-column: 7/13;
    }

    .mobile-desc-wrapper {
        border-bottom: none;
    }
}

@media screen and (max-width: 767px) {
    .product-main-wrapper.grid-container-12 {
        grid-template-columns: repeat(12, 1fr);
    }

    .product-top.grid-container-12 {
        grid-template-columns: repeat(12, 1fr);
    }

    .product-main-wrapper .grid-6 {
        grid-column: span 12;
    }

    .product-main-wrapper .owl-carousel .owl-item {
        aspect-ratio: 1/1;
    }

    .product-view .product-top #product-name {
        order: 1;
    }

    .product-view .product-top .media_wrapper {
        order: 2;
    }

    .product-view .product-top .product-price-info {
        order: 3;
    }

    .product-view .product-top .product-purchase-info {
        order: 4;
    }

    .product-view .product-top .product-addtocart-info {
        order: 5;
    }

    .product-view .product-top .usp {
        order: 6;
    }
}

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

    .bespoke_link,
    .promo_link {
        order: 5;
    }

    .product-view .grid-container-12 {
        gap: var(--gap);
    }

    .tierprices_dropdown {
        background-position: left center;
    }

    .product-view ul.usp {
        border-bottom: none;
    }

    .product-view ul.products-grid {
        padding-bottom: var(--gap);
    }

    div#mobile-specs-btn.grid-6 {
        padding-top: 15px;
    }

    .mobile-desc-wrapper,
    div#mobile-specs-btn.grid-6 {
        border-top: 1px dashed var(--gs-grey-secondary);
    }

    div#mobile-desc-btn {
        padding-top: 15px;
    }

    .tier-prices {
        margin-bottom: 0px;
    }

    .product-view ul.usp {
        padding-bottom: 0px;
    }

    #product_name h1 {
        padding-bottom: 0px;
    }

    .old-price {
        text-decoration: line-through;
        font-size: 13px;
    }

    .old-price .price-label {
        float: none;
    }

    .price-box .old-price .price {
        margin-left: 0px;
        float: none;
    }

    p.special-price {
        margin-top: 0px;
    }

    .special-price .price {
        margin-left: 0px;
    }

    .tierprices_dropdown {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .product-addtocart-info .add-to-cart {
        order: 1;
    }

    .product-view .product-top .product-addtocart-info .product-purchase-info {
        order: 2;
        grid-row: auto;
    }
}

@media screen and (max-width:767px) {
    .product-view ul.products-grid li.item {
        min-width: 240px;
        margin-right: 20px;
    }

    .product-view ul.products-grid {
        display: flex;
        grid-column-gap: initial;
        flex-direction: row;
        grid-template-columns: none;
        overflow-x: scroll;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding: 50%;
    }

    .product-view ul.products-grid .item {
        scroll-snap-align: center;
    }

    .box-up-sell {
        overflow: hidden;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .product-view ul.products-grid {
        display: flex;
        grid-column-gap: initial;
        grid-template-columns: none;
    }

    .product-view ul.products-grid li.item {
        min-width: 140px;
        margin-right: 20px;
    }

    .box-up-sell {
        overflow: hidden;
    }
}

@media screen and (max-width:767px) {
    .owl-carousel .owl-item {
        aspect-ratio: 1/1;
        display: flex;
        display: -webkit-flex;
        height: 100%;
        place-content: center;
        border: 1px solid var(--gs-grey-secondary);
        border-radius: 2px;
    }

    .owl-carousel .owl-stage {
        display: flex;
        flex-wrap: wrap;
        place-items: center;
    }

    .owl-carousel .owl-item>img {
        align-self: center;
        border: none;
    }

    .owl-carousel .owl-stage-outer {
        height: 100%;
    }
}

@media screen and (min-width:768px) {
    .tier-prices li:first-child {
        padding-top: 15px;
    }
}

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

    .LPO_enhanced_outer_single .grid-7,
    .LPO_enhanced_outer_single .grid-5 {
        grid-column: span 12;
    }
}

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

    .gs-home .banner .txt-overlay .txt-overlay-lower,
    .gs-home .banner .txt-overlay .txt-overlay-upper {
        width: 41%;
    }
}

@media screen and (max-width: 1023px) {
    .gs-home .banner .txt-overlay {
        border-radius: 0px 0px 5px 5px;
        padding: calc(0.5 * var(--gap));
        background: #EFEFEF;
        position: relative;
        height: auto;
    }

    .gs-home .banner .txt-overlay .txt-overlay-lower,
    .gs-home .banner .txt-overlay .txt-overlay-upper {
        width: 100%;
    }

    .gs-home .hero-banner button.btn.cta {
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_arrow_white_right.svg) rgba(3, 128, 193, 1) no-repeat center;
        padding: 0px;
        margin: 0px;
        width: 20px;
        height: 20px;
    }

    .gs-home .hero-banner .btn.cta span {
        display: none;
    }

    .gs-home .txt-overlay h1 {
        color: var(--gs-txt);
    }

    .gs-home .hero-banner .txt-overlay-lower {
        display: grid;
        grid-template-columns: auto 20px;
        gap: calc(0.5 * var(--gap));
    }

    .gs-home .txt-overlay.left h1,
    .gs-home .txt-overlay.left p {
        text-align: left;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .cms-index-index .gsExtraLargeCol {
        display: block;
    }

    .LPO_enhanced_outer .kader-txt-box .price_from span:first-child,
    .slider_item .price_from span:first-child {
        display: inline-block !important;
    }

    .price_from .sale.regular {
        font-size: 15px;
    }
}

@media screen and (max-width:1023px) {
    .gs-home .slider_item .product-instock {
        line-height: 16px;
    }

    .item_price_wrapper {
        line-height: 19px;
    }

    .home-cats.grid-container-12 {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media screen and (max-width:767px) {
    .sub-menu-active {
        display: none
    }

    .nav-topmenu,
    .menuSlide {
        width: 100%;
        position: absolute;
    }

    .menuSlide {
        left: 100%;
        transition: .2s;
    }

    .mobile-menu-wrapper {
        top: 0px;
        height: 100%;
        max-height: 100%;
        text-align: left;
        position: fixed;
        padding-bottom: 80px;
    }

    .mobile-menu-wrapper h5,
    .mobile-menu-wrapper a {
        margin: 0px;
        font-size: 15px;
    }

    .nav-topmenu ul,
    .nav-submenus ul {
        display: grid;
        grid-gap: var(--gap);
        padding: 0px var(--gap);
    }

    .nav-controls {
        background: #318CCC;
        padding: var(--gap);
        margin-bottom: var(--gap);
        display: grid;
        grid-template-columns: 25px 1fr 16px;
    }

    .nav-controls span.sub-menu-active {
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/arrow_left.svg);
        background-repeat: no-repeat;
        background-size: 22px;
        width: 22px;
        height: auto;
        grid-column: 1/2;
    }

    .nav-controls span.menu-close {
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon-mark-x.svg);
        background-repeat: no-repeat;
        background-size: 16px;
        display: inline-block;
        width: 16px;
        height: 16px;
        grid-column: 3/4;
    }

    span.submenu-indicator {
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon-arrow-right-gray.svg);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 8px;
        height: 12px;
        align-self: center;
    }

    body {
        --gap: 20px;
    }

    .mobile-header-wrapper {
        position: absolute;
    }

    .mobile-menu-wrapper a {
        font-weight: 400;
    }

    .nav-topmenu li h5 {
        font-weight: 400;
    }

    .nav-topmenu li {
        display: flex;
        justify-content: space-between;
    }

    .nav-topmenu li h5.menu-header {
        color: var(--gs-blue-main);
        font-size: 17px;
        font-weight: 700;
    }

    .last-cat {
        border-bottom: 1px dashed var(--gs-grey-secondary);
        padding-bottom: 23px;
    }

    .menuSlide li.swatch_title {
        margin: 0px;
    }

    .content_inner.active,
    .menu_right_inner.active {
        display: none;
    }

    h5.heading {
        color: var(--gs-blue-main);
        font-weight: 700;
    }
}

@media screen and (max-width:1023px) {
    .LPO_enhanced_outer_single .LPO_txt_wrapper {
        background: #EFEFEF;
        border-radius: 0px 0px 5px 5px;
        padding: calc(0.5 * var(--gap));
    }

    .LPO_enhanced_outer_single .LPO_txt_wrapper h2 {
        padding: 15px 0px 5px 0px;
    }

    .LPO_enhanced_outer_single picture,
    .LPO_enhanced_outer_single .LPO_txt_wrapper {
        display: flex;
    }

    .LPO_enhanced_outer_single .LPO_txt_wrapper {
        flex-flow: column;
    }

    .LPO_enhanced_outer_single {
        row-gap: 0;
    }

    .LPO_enhanced_outer_single .grid-7,
    .LPO_enhanced_outer_single .grid-5 {
        grid-column: span 12;
    }
}

@media screen and (max-width: 767px) {
    .LPO_enhanced_outer_single .LPO_txt_wrapper h2 {
        font-size: 15px;
        padding: 5px 0px 0px 0px;
    }

    .LPO_enhanced_outer_single .LPO_txt_wrapper p {
        font-size: 13px;
        margin: 0px;
    }

}

@media screen and (max-width:767px) {
    .LPO_enhanced_outer .grid-3 {
        grid-column: span 6;
    }

    .LPO_enhanced_outer .grid-4 {
        grid-column: span 6;
    }

    .LPO_enhanced_outer {
        padding-bottom: var(--gap);
        border-bottom: 1px dashed var(--gs-grey-secondary);
    }

    .LPO_enhanced_outer .txt-overlay p {
        font-size: 13px;
    }

    .LPO_enhanced_outer .txt-overlay h1 {
        font-size: 15px;
    }

    .LPO_enhanced_outer .txt-overlay h2 {
        font-size: 15px;
    }

    #filter_slider li a span {
        font-size: 15px;
    }
}

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

    .LPO_enhanced_outer .txt-overlay .txt-overlay-lower,
    .LPO_enhanced_outer .txt-overlay .txt-overlay-upper {
        width: 41%;
    }
}

@media screen and (max-width:1023px) {
    #filter_slider li a picture {
        width: 40px;
    }

    .LPO_enhanced_outer .hero-banner .btn.cta>span {
        display: none;
    }

    .LPO_enhanced_outer .hero-banner .btn.cta {
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_arrow_white_right.svg) rgba(3, 128, 193, 1) no-repeat center;
        padding: 0px;
        width: 20px;
        height: 20px;
        margin: 0px;
    }

    .LPO_enhanced_outer .hero-banner .txt-overlay-lower {
        display: grid;
        grid-template-columns: auto 20px;
        gap: calc(0.5 * var(--gap));
    }

    .LPO_enhanced_outer .txt-overlay p,
    .LPO_enhanced_outer .txt-overlay h1,
    .LPO_enhanced_outer .txt-overlay h2 {
        text-align: left;
    }

    .LPO_enhanced_outer .txt-overlay {
        background: #EFEFEF;
        border-radius: 0px 0px 5px 5px;
        padding: calc(0.5 * var(--gap));
    }

    .LPO_enhanced_outer .txt-overlay .txt-overlay-lower,
    .LPO_enhanced_outer .txt-overlay .txt-overlay-upper {
        width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .LPO_enhanced_outer .grid-3 {
        grid-column: span 6;
    }
}


/* fixed header & refactor */
@media screen and (max-width:767px) {
    .header_middle_row {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
    }

    #gsHeader .gsHeaderTop {
        display: grid;
        grid-template-columns: 1fr 30px auto;
        grid-column-gap: var(--gap);
        align-items: center;
        background: rgba(3, 128, 193, 1);
        padding: 0px;
        margin: 0px;
        height: auto;
    }

    #goodstore_searchbox {
        grid-row: 2;
        grid-column: span 3;
        width: 100%;
        display: block;
        background: rgba(239, 239, 239, 1);
        padding: calc(0.5 * var(--gap)) var(--gap);
    }

    .gs-desktop-header-cart {
        grid-column: 3;
        display: block;
        padding-right: var(--gap);
        width: 100%;
        height: auto;
    }

    .mobile-menu-bttn-wrapper {
        margin: 0;
        position: relative;
        grid-column: 2;
        grid-row: 1;
    }

    .menu-bttn {
        height: 30px;
        background-position: center;
    }

    span.cartAmount {
        position: absolute;
        top: -10px;
        right: -10px;
        display: flex;
        justify-content: center;
        place-items: center;
        border-radius: 50%;
        font-size: 14px;
        width: 26px;
        height: 26px;
        background: #F18200;
    }

    .cart-image-wrapper {
        width: 30px;
        height: 30px;
    }

    .onestepcheckout-index-index #gsHeader .gsHeaderTop {
        margin: 0px !important;
    }

    .onestepcheckout-index-index #goodstore_searchbox {
        display: none;
    }

    .onestepcheckout-index-index #gsHeader .wrapper {
        padding: 0px !important;
        border-bottom: none !important;
    }

    #goodstore_searchbox form {
        background: none;
        padding: 0px;
        margin: 0px;
    }

    #goodstore_searchbox .form-search .input-text {
        height: 40px;
        line-height: 1.6;
    }

    #goodstore_searchbox .form-search .button {
        height: 40px;
    }

    .searchautocomplete .form-search {
        height: auto;
        padding: 0px;
    }

    #gsHeader .gsLogo {
        width: auto;
        height: auto;
        float: none;
        padding: calc(0.5 * var(--gap)) var(--gap);
    }

    .mobile-menu-bttn-wrapper {
        width: 30px;
        height: 30px;
    }

    a.cartlink {
        padding: 0px;
        width: 30px;
        height: 30px;
        display: block;
        background: none;
        border: none;
        position: relative;
    }
}

@media only screen and (max-width: 620px),
(max-width: 600px),
(max-width: 599px),
(max-width: 699px),
(max-width: 740px),
(max-width: 850px) {
    .onestepcheckout-index-index #checkout-payment-method-load dt {
        height: auto !important;
        padding: 20px 15px !important;
    }
}

@media only screen and (max-width:349px) {
    .onestepcheckout-right-inner-lower {
        padding: 0px 30px;
    }
}

.cart-image-wrapper {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodstore_Winkelwagen_Los_Wit.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

@media screen and (min-width:768px) {
    .mobile-menu-bttn-wrapper {
        display: none;
    }

    #gsHeader .gsHeaderTop {
        justify-content: space-between;
        align-items: center;
        margin-top: var(--gap);
    }

    .full_header_wrapper {
        margin-top: var(--gap);
    }

    .acclinks-txt,
    a.cartlink {
        transition: all 0.2s ease;
    }

    .acclinks-txt:hover {
        background-color: var(--gs-grey-tertiary-darker);
        text-decoration: none;
        cursor: pointer;
    }

    .acclinks-txt:hover>a {
        text-decoration: none;
    }

    a.cartlink {
        place-items: center;
        padding: 0px calc(0.5 * var(--gap));
    }

    a.cartlink:hover {
        background-color: rgba(46, 135, 45, 1);
    }
}

.stop-scroll {
    overflow: hidden;
}

@media screen and (min-width:768px) {
    .cart-row {
        grid-auto-flow: column;
        place-items: center;
        grid-template-columns: 75px 1fr 20px auto 55px;
        grid-template-rows: auto;
        padding-bottom: 10px;
    }

    .col-2.product-image {
        width: 75px;
        height: 75px;
    }

    .cart-row .product-image img,
    .col-6.product-title,
    .product-quantity,
    .product-remove,
    .product-price {
        box-sizing: border-box;
        padding: 0px;
    }

    .col-6.product-title {
        place-self: flex-start;
        align-self: auto;
    }

    div#crosssell-products-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .bespoke_link{
        grid-column: 7/13;
    }

}

@media screen and (max-width:767px) {
    .custom-options {
        order: 4;
    }
    .cart .totals-row{
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    .product-quantity button {
        height: 28px !important;
        width: 28px;
        padding: 0px;
    }

    .cart .quantity-input {
        padding: 0px;
        height: 28px !important;
        font-size: 16px;
    }

    .cart-row {
        align-items: center;
        grid-column-gap: 10px;
        grid-template-columns: 50px 1fr auto;
        grid-template-rows: auto !important;
    }

    .cart-row .product-image {
        grid-row: 1/3;
    }

    .quantity-minus {
        margin-right: -3px !important;
    }

    .checkout-cart-index .item-info img {
        width: 100%;
        height: auto;
    }

    .crosssell .item-info {
        grid-template-columns: 50px auto;
    }

    .item-info-lower {
        align-items: baseline;
    }

    .crosssell .item .item_price span:first-child {
        margin: 0px;
    }

    .col-1.product-remove {
        padding-left: 0px !important;
    }
}

@media screen and (max-width:767px) {
    div#crosssell-products-list .item {
        min-width: 255px;
    }
    div#crosssell-products-list{grid-template-columns: repeat(3,1fr);}
}
#gsHeader .gsHeaderRow2 {
    overflow: inherit;
}
.form-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-search label {
    display: none;
}

#goodstore_searchbox .form-search .input-text {
    border: 1px solid rgba(204, 203, 199, 1);
    color: #858585;
    font-style: normal;
    font-family: 'myriad-pro', 'Tahoma', 'sans-serif'
    font-size: 12px;
    background: #fff;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    z-index: 103;
    width: 400px;
    height: 40px;
    box-sizing: border-box;
}
#goodstore_searchbox .form-search .input-text:focus {
    outline: none;
}

#goodstore_searchbox .form-search .button {
    position: relative;
    right: 0;
    background: #fff;
    height: 40px;
    width: 50px;
    top: 0;
    border: 1px solid rgba(204, 203, 199, 1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    line-height: 30px;
    /*margin: 6px 0 0 0;*/
    z-index: 103;
    border-left: 0px;
}
#goodstore_searchbox .form-search .button:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_magnifier_grey.svg) left top no-repeat;
}
#goodstore_searchbox .form-search .button span {
    font: 0 / 0 a;
}
#search_autocomplete:before {
    display: none;
}
.searchautocomplete .searchautocomplete-placeholder {
    top: 37px;
    border: 1px solid #858585;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    left: 0;
    right: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul {
    padding: 3px 0 0 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
    float: none;
    margin: 0 10px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
    background: #efefef;
    box-shadow: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
    color: #3a3b3a;
    font-family: 'Myriad Pro', Tahoma, Geneva, Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.searchautocomplete .searchautocomplete-placeholder ul li div.highlight {
    color: #858585;
    font-family: 'Myriad Pro', Tahoma, Geneva, Ubuntu, sans-serif;
    font-size: 12px;
    margin: 5px 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
    float: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-excluding-tax,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-including-tax {
    float: left;
    color: #3a3b3a;
    font-family: 'Myriad Pro', Tahoma, Geneva, Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
    line-height: 16px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-excluding-tax {
    color: #f06725;
    font-size: 13px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price {
    float: left;
    margin-right: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-including-tax .price {
    color: #f06725;
}
#gsHeader .searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price {
    position: relative;
    text-decoration: none;
    font-weight: normal;
    margin-right: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    color: #3a3b3a;

    -webkit-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    transform:rotate(-5deg);
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .product-instock {
    display: none;
}
#gsHeader .searchautocomplete .searchautocomplete-placeholder ul li .price-box p {
    line-height: normal;
}
.searchautocomplete .searchautocomplete-placeholder ul li .stock {
    color: #269835;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .stock .in-stock {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

.searchautocomplete .searchautocomplete-placeholder .all a {
    color: #3a3b3a;
    font-size: 10px;
}

@media (max-width: 767px){
    .searchautocomplete .searchautocomplete-placeholder ul li div.highlight {
        display: none;
    }
    #goodstore_searchbox .form-search .input-text {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
        height: 50px;
        font-size: 16px;
    }
    #goodstore_searchbox .form-search .button {
        height: 50px;
        display: block;
        margin: 0;
    }
    .searchautocomplete .searchautocomplete-placeholder {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #goodstore_searchbox .form-search .input-text {
        width: auto;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

#gsHeader .gsHeaderRow.gsHeaderRow1 .fl ul.gsStoresHorizontal li ul {
    z-index: 104;
}
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

