
/**
 * 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;
}
}
html,
body {
    background-color: #fff;
    text-align: center;
    color: #000000;
    font-family: 'myriad-pro', 'Tahoma', 'sans-serif';
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 15px;
    min-width: 1010px;
}

:root{
    --gap: 20px
}

h1,
h2,
h4 {
    color: #000000;
}

h3 {
    color: #000000;
    font-size: 18pt;
    font-weight: bold;
}

h5 {
    color: #000000;
    font-size: 12pt;
    font-weight: 600;
    margin: 10px 0 0;
    padding: 0;
}

h6 {
    color: #000000;
    font-size: 18px;
    padding: 0 0 8px 5px;
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
    margin: 0 0 10px;
}

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

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

a {
    color: #006CB7;
    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: 2px solid #f96d00;
    background: white;
    padding: 2px 6px;
    margin: 0;
    color: #006CB7;
    font-weight: bold;
    border-radius: 2px;
}

button:hover {
    cursor: pointer;
    background: #006CB7;
    color: white;
}

.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 .wrapper{width: 950px; padding: 0px 20px;}*/

#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: rgba(2, 128, 193, 1);
}

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

#gsHeader .gsShopLogo span.gsRightName {
    color: #006CB7;
    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:hover a {
    color: #3a3a3a;
}

#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: #f96d00;
    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: rgba(239, 239, 239, 1);
    display: flex;
    padding: 10px 0px;
}

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

.above_header_wrapper a {
    color: rgba(58, 59, 58, 1);
}

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

.above_header_wrapper li span {
    font-weight: 700;
    color: #E3000B;
}

.full_header_wrapper {
    width: 100%;
    background-color: #E3000B;
    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;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#gsHeader .gsHeaderRow3 ul.main-nav li.nav-last {
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}

.acclinks-txt {
    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;
}

.acclinks-txt a {
    color: rgba(58, 59, 58, 1);
    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: #A70C13;
    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;
    overflow: hidden;
    background: #fff;
}

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

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

/* Footer */

#gsFooter {
    background: #FAC70A;
    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: #EFEFEF;
}

#gsFooter .wrapper {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/footer_image_new.jpg) no-repeat right bottom;
    background-size: 300px;
    overflow: hidden;
    min-height: 286px;
}

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

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

#gsFooter .gsFooterRow1 h5,
#gsFooter .gsFooterRow1 p,
#gsFooter .gsFooterRow1 a {
    color: #000000;
}

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

.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: #000000;
    font-size: 24pt;
    margin: 0 0 5px 0;
}

.gsLargeCol .std h2 {
    color: #3a3a3a;
    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: #000000;
    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: #000000;
    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;
    overflow: hidden;
}

.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: #F18200;
    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: #F3F3F3;
}

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

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

.product-right #super-product-table th {
    color: #000000;
}

.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 .product-right ul {
    list-style-position: inside;
}

.product-view .product-right .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 .product-right .usp li {
    margin: 3px 0;
    display: grid;
    grid-template-columns: 20px auto;
    padding: 0px !important;
}

.product-view .product-right .usp li a {
    color: #006CB7;
}

.product-view .product-right .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: #f96d00;
    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: #000000;
    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: #f96d00;
    font-weight: bold;
}

.toolbar .pager li a {
    line-height: 22px;
    color: #006CB7;
    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: #000000;
    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 #F18200;
    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: #006CB7;
}

.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 #F18200;
    font-size: 13pt;
    font-weight: normal;
    color: #f18200;
    border-radius: 2px;
    float: right;
}

.cart .totals {
    font-weight: bold;
    color: #000000;
    margin-top: 16px;
    grid-gap: 10px;
}

.cart .totals .orange-text {
    color: #f18200;
}

.cart .totals .green-text {
    color: green;
}

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


.cart .section-title .fr {
    font-size: 13pt;
    font-weight: normal;
    color: #F18200;
    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%;
    z-index: 999;
}

#goodstore_searchbox .input-text {
    height: 32px;
    line-height: 30px;
    padding: 0 8px;
    width: 386px;
    border: 0;
    padding: 0;
    font-style: italic;
    color: #767676;
    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: rgba(58, 59, 58, 1);
}

.gsStorePicker .gsMainButton {
    font-size: 14px;
    color: white;
    padding: 12px 20px;
    height: 21px;
    width: 180px;
    background-color: #006CB7;
    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: rgba(58, 59, 58, 1) !important;
}

.gsStorePicker .gsCategory h2 {
    margin: 0;
    color: #000000;
    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: rgba(58, 59, 58, 1);
    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: #006CB7;
    color: white;
    box-shadow: 0 0 3px #666;
}


/* Widget: Accountlinks */
.acclinkswidget {
    color: #f96d00;
    margin-bottom: 10px;
    text-align: center;
}

#gsMain .acclinkswidget a {
    color: #f96d00;
}

/* Cart / Winkelwagen */
#gsMain .acclinkswidget a {
    color: #f96d00;
}

#gsMain .acclinkswidget a.cartlink {
    display: inline-block;
    clear: both;
    margin: 3px 0;
    padding: 0px;
    height: 31px;
    line-height: 31px;
    color: #006CB7;
    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: #F18200;
    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 #006CB7;
    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;
}

.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: #214D90;
}

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

.opc .allow .step-title h2 {
    color: #000;
}

.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;
}

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

.cat_head_wrapper {
    position: relative;
    margin-bottom: 20px;
}

.cat_head_img {
    z-index: 999;
}

.cat_head_wrapper p {
    position: relative;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 0.9em;
    line-height: 150%;
    color: #fff;
    padding: 15px;
    z-index: 1;
}

/* Variatie styling. Deze zijn gelijk voor elk blok. */

.zak.cat_head_wrapper {
    width: 521px;
    height: 250px;
}

.con.cat_head_wrapper {
    width: 521px;
    height: 250px;
}

.zak_v1 .cat_head_img {
    border-radius: 10px 10px 0px 0px;
}

.zak_v1 p {
    margin-top: -30px;
    border-radius: 0px 0px 10px 10px;
    width: 521px;
    background: #2F8BCB;
}

.con_v1 .cat_head_img {
    border-radius: 10px 10px 0px 0px;
}

.con_v1 p {
    margin-top: -30px;
    border-radius: 0px 0px 10px 10px;
    width: 521px;
    background: #F06725;
}

.zak_v2 p,
.zak_v2 .cat_head_img {
    position: absolute;
}

.zak_v2 .cat_head_img {
    border-radius: 10px;
}

.zak_v2 p {
    z-index: 999;
    border-radius: 10px;
    width: 55%;
    right: 0px;
    bottom: 0px;
    background: #006CB7;
}

.con_v2 p,
.con_v2 .cat_head_img {
    position: absolute;
}

.con_v2 .cat_head_img {
    border-radius: 10px;
}

.con_v2 p {
    z-index: 999;
    border-radius: 10px;
    width: 55%;
    right: 0px;
    bottom: 0px;
    background: rgba(240, 103, 37, 0.85);
}

.become_gs_blue_ovrl {
    background: #006CB7 !important;
}

.become_gs_orange_ovrl {
    background: rgba(240, 103, 37, 0.85) !important;
}

.become_gs_blue_fll {
    background: #006CB7 !important;
}

.become_gs_orange_fll {
    background: #F06725 !important;
}

.standard_cat_wrapper {
    width: 521px;
    min-height: 250px;
    position: relative;
    margin-bottom: 20px;
}

.standard_cat_wrapper p {
    font-size: 0.9em;
    line-height: 150%;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    margin: 0;
}

.consument_v1 p {
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 0px 0px 2px 2px;
    width: 100%;
    background: #F06725;
    margin-top: -30px;
    position: relative;
}

.consument_v1 img {
    width: 521px;
    height: 250px;
}

.zakelijk_v1 p {
    border-radius: 0px 0px 2px 2px;
    width: 100%;
    background: #006CB7;
    margin-top: -30px;
    position: relative;
}

.zakelijk_v1 img {
    width: 521px;
    height: 250px;
}

.consument_v2 p {
    border-radius: 2px;
    width: 55%;
    right: 0px;
    bottom: 0px;
    background: rgba(240, 103, 37, 0.85);
    position: absolute;
}

.consument_v2 img {
    width: 455px;
    height: 220px;
    border-radius: 2px;
}

.zakelijk_v2 p {
    border-radius: 2px;
    width: 55%;
    right: 0px;
    bottom: 0px;
    background: #006CB7;
    position: absolute;
}

.zakelijk_v2 img {
    width: 455px;
    height: 220px;
    border-radius: 2px;
}

/* Mobile_Shipping custom blocks */

.total_cat_wrapper div:last-child {
    border: none;
}

.catalog-category-view .mobile.usp-shipping {
    display: none;
}

.checkout-cart-index .mobile.usp-shipping {
    display: none;
}

.checkout-onepage-index .mobile.usp-shipping {
    display: none;
}

.checkout-onepage-success .mobile.usp-shipping {
    display: none;
}

.catalog-product-view .mobile.usp-shipping {
    display: none;
}

.cms-aanbiedingen .mobile.usp-shipping {
    display: none;
}

.cms-klantenservice .usp-shipping {
    display: none;
}

.catalogsearch-result-index .mobile.usp-shipping {
    display: none;
}

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

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

.sales-order-history .mobile.usp-shipping {
    display: none;
}

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

.customer-address-index .mobile.usp-shipping {
    display: none;
}

.customer-address-new .mobile.usp-shipping {
    display: none;
}

.customer-address-form .mobile.usp-shipping {
    display: none;
}

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

.sales-order-view .mobile.usp-shipping {
    display: none;
}

.cms-page-view .mobile.usp-shipping {
    display: none;
}


.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: #2F8BCB;
}

.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%);
}

/* JvdvV buttons restyle */


.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 rgba(46, 135, 46, 1);*/
    transition: all 0.2s ease;
    background: #00963E url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbrick_winkelwagen_wit.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border-bottom: 3px solid #2E872D;
}

.btn.imp_cta:hover {
    /*  background: rgba(22, 137, 44, 1);*/

    background: #2E872D url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbrick_winkelwagen_wit.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.btn.imp_cta.btn-cart.product_page_atc_btn_content {
    background: #00963E;
}

.btn.imp_cta.btn-cart.product_page_atc_btn_content:hover {
    background: #2E872D;
}

.btn.imp_cta.btn-cart.product_page_atc_btn_content>span {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbrick_winkelwagen_wit.svg);
    padding-right: 25px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center;
}

.btn.imp_cta.btn-cart.product_page_atc_btn_content>span:hover {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbrick_winkelwagen_wit.svg);
    padding-right: 25px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center;
}

.btn.cta-or {
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s ease;
    border-bottom: 3px solid rgba(214, 95, 13, 1);
    background: rgba(249, 109, 0, 1);
}

.btn.cta-or:hover {
    background: rgba(214, 95, 13, 1);
}

.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 #006CB7;
    background: #006CB7;
}

.btn.cta:hover {
    background: #006CB7;
}

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

.btn.cta-nofill:hover {
    border: 2px solid #006CB7;
    color: #fff;
    background: #006CB7;
}

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

/* Productteksten 2.0 */

.mobile-desc-wrapper .std h3 {
    margin: 15px 0px;
    color: #3a3a3a;
    font-size: 15px;
    font-style: normal;
    font-weight: regular;
}

.mobile-desc-wrapper .std h2 {
    color: #3a3a3a;
}

/* EdM product title fix */

.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;
}

/* EdM footer subscribe */
.footer-subscribe .btn.no-cta.aw {
    background: #fff;
    color: rgba(115, 112, 113, 1);
    transition: all 0.2s ease;
    border: 1px solid rgba(115, 112, 113, 1);
    border-bottom: 3px solid rgba(93, 92, 92, 1);
    width: 160px;
    height: 45px;
}

.footer-subscribe .btn.no-cta.aw:hover {
    background: rgba(115, 112, 113, 1);
    color: #fff;
}

/* JvdV info-pages */
.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: arial, 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: #000;
    margin: 15px 0px 0px 0px;
}

.info_page_klantenservice a.breadcrumbs {
    color: #0380C1;
}

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

.info_page_klantenservice h3 {
    margin: 15px 0px 0px 0px;
    font-weight: 300;
    color: #000;
}

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

.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: #000;
    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: #000;
    text-decoration: none;
}

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

.visual_nav:hover {
    color: #000;
    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: arial, 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: #000;
    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: #000;
}

.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: #0380C1;
}

.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;
}

/* EdM Footer Social media */


#gsSocialMediaButtonsFooter {
    left: 395px;
}

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

/* EdM header cart */

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: #00963E url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbrick_winkelwagen_wit.svg);
    border-bottom: 3px solid #2E872D;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 30% center;
}

a.cartlink span.cartAmount {
    width: 100%;
    padding-left: 55%;
}

.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: #000000;
    margin-bottom: 8px;
}

.account-login h2 {
    color: #0380C1;
}

.account-create .input-text,
.account-login .input-text,
.customer-address-form .input-text,
.customer-account-edit .input-text {
    width: 66%;
    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;
}

.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 {
    /* WebKit browsers */
    color: #fff;
}

.account-create input::-webkit-input-placeholder,
.account-login input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.account-create input::-webkit-input-placeholder,
.account-login input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.account-create input::-webkit-input-placeholder,
.account-login input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

/*Cart USP text fix */
.checkout-onepage-index .extra-usp.orange-text {
    display: none;
}

/* overige account pages restyling */
.hello {
    color: #000000;
    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;
}

/* Goodstore homepage JvdV */
.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: rgba(240, 103, 37, 1);
    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: #393b3a;
    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: #393b3a;
}

.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: #000000;
    font-size: 10px;
    margin: 0px;
}

.movie_wrapper {
    float: left;
}

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

.movie_txt_wrapper h2 {
    color: #000000;
    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;
}

/* JvdV onze webshops */

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

.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;
}

/* Winkelpage */
.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);
}

/* account dashboard fix */
.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: rgba(58, 59, 58, 1);
    font-weight: 600;
}

/* Breadcrumbs 2.0 */
.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/goodbricks_Chevrons_right.svg);
    background-repeat: no-repeat;
    background-size: 5px 8px;
}

.breadcrumbs ul li a {
    color: #006CB7;
    font-size: 14px;
}

/* Top buttons in de cart */

.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;
}

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

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

/* available in store */
.available-in-store,
.product-instock,
.product-notinstock,
.product-diminishedstock,
.product-laststock,
.preorder_box {
    display: flex;
    align-items: start;
}

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

.available-in-store a {
    color: #000 !important;
}

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

.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);
}

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

/* Cart 2.0 */
.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: #000000;
    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);
    border-radius: 2px;
    padding: 20px;
}

.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: #000000;
    font-weight: bold;
}

.product-quantity button {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(204, 203, 199, 1);
}

.quantity-input {
    border: 1px solid rgba(204, 203, 199, 1);
    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: #000000;
}

.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: rgba(58, 59, 58, 1);
    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;
}

/* IE 10 fix */
.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 Margins */
.cart .section-title {
    padding-left: 0;
}

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

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

/* Feedbackcompany Styling */
.fbc_number {
    font-weight: bold;
}

#gsBelowFooter .wrapper {
    color: #000;
    text-align: center;
    margin: auto;
}


/* Blog Styling */
.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: #f96d00;
}

.blog h1 {
    color: #3a3a3a;
}

.blog h2 {
    margin-bottom: 8px;
    font-size: 1.3em;
    color: #3a3a3a;
}

.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%;
}

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

/* lampenlichtshop mobile & kunstplantenwebwinkel mobile */
.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: rgba(3, 128, 193, 0.8);
    color: #fff;
    top: 30%;
    right: 5%;
    font-weight: bold;
    font-size: 19px;
}

.circle_large span,
.circle span {
    display: inline-block;
    width: 100%;
    height: 100%;
    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: rgba(3, 128, 193, 0.8);
    color: #fff;
}

.price_orange {
    color: #fff;
    background-color: rgba(240, 103, 37, 0.8);
}

.price_faded {
    color: #f96d00;
    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: #000000;
    font-size: 21px;
}

.lampen_homepage_wrapper h3 {
    color: #2F8BCB;
    font-size: 16px !important;
}

.box_homepage_wrapper h3 {
    color: #000000;
    font-size: 16px !important;
}

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

.item_txt_wrapper.product h3 {
    color: #2F8BCB;
}

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

.item_txt_wrapper {
    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: #0380C1;
    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,
.recently_viewed_wrapper .products-grid {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 15px;
}

.home_slider_inner::-webkit-scrollbar,
.recently_viewed_wrapper .products-grid::-webkit-scrollbar {
    width: 10px;
    height: 10px;

    background: #65676B;
    border-radius: 2px;
}

.home_slider_inner::-webkit-scrollbar-thumb,
.recently_viewed_wrapper .products-grid::-webkit-scrollbar-thumb {
    background-color: #FAC70A;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    border-radius: 2px;
}

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

/* Firefox */
.home_slider_inner,
.recently_viewed_wrapper .products-grid {
    scrollbar-color: #FAC70A #65676B;
}

/*
.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;
}


.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;
}
*/
.home_slider_inner::-webkit-scrollbar,
.recently_viewed_wrapper .products-grid::-webkit-scrollbar {
    display: inherit;
}

.home_slider_inner:hover::-webkit-scrollbar,
.recently_viewed_wrapper .products-grid:hover::-webkit-scrollbar {
    width: 10px;
}

/*
.home_slider_inner:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.home_slider_inner:hover::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(100,100,100,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
*/

.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: rgba(58, 59, 58, 1);
    border: 2px solid rgba(58, 59, 58, 1);
}

.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: rgba(58, 59, 58, 1);
}

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

.top_banner_txt_overlay span:nth-child(2) {
    color: rgba(240, 103, 37, 1);
    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: #000000;
}

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

.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%;
}

/* lampenlichtshop mobile & kunstplantenwebwinkel mobile end */

/* FeedbackCompany styling */
.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;
}

/* FeedbackCompany styling end */

/* headerrow2 grid */
#gsHeader .gsHeaderRow2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    justify-content: right;
}

#LegoLogo {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/LEGO_Logo.png);
    height: 38px;
    width: 38px;
    background-size: cover;
}

/* headerrow2 grid END */

/* Checkout crosssells */
.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;
}

/* Checkout crosssells END */

button.button.btn-request-quote {
    display: none;
    visibility: hidden;
}

/* Product page update */
.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-bottom {
    grid-column: 1 / 3;
}

.product-left .add-to-cart input {
    margin-bottom: 20px !important;
}

/* Product page update END */

/* Pricing Widget Styling */
.price_from .sale.regular {
    text-decoration: line-through;
}

.price_from .sale.special {
    color: #f06725;
}

.price_from span:first-child {
    display: inline-block !important;
}

/* Pricing Widget Styling END */

.checkout-phone-wrapper {
    display: none;
}

/* Onestepcheckout icons */
.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');
}

/* Onestepcheckout icons END */

.ampreorder_note {
    color: #3a3a3a;
    font-size: 12px;
}

.catalog-category-view .preorder_box {
    margin-top: 8px;
    grid-column: 1;
    color: #000000;
}

/* Tierprice color edits */

.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;
}

/* Category page prijs styling */
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: #000000;

}

/* Search autocomplete fix */
.searchautocomplete .searchautocomplete-placeholder ul li div.highlight {
    visibility: hidden;
}

/* Lampenlichtshop home page */
.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;
}

/* IE edits */
@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;
    }

    .toolbar .pager li a.next,
    .toolbar .pager li a.previous {
        width: 100px;
    }

    a.cartlink {
        background-size: 20px 20px;
    }

    #gsHeader .gsLogo img {
        height: 58px;
    }

    #LegoLogo {
        background-size: 38px 38px;
    }

    .gsHeaderRowMenu .gsHeaderRowMenuTab {
        background-size: 18px 18px;
    }

    .view_all>a {
        width: 165px;
        margin: 0px auto;
    }
}

.preorder_note {
    font-size: 10.4pt;
}

.box-up-sell .item-info a {
    color: #006CB7;
}


.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: #000000;
    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: #f06725;
}

.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: #0380C1;
}

.hot_items_wrapper .top_banner_txt_overlay span {
    text-transform: uppercase;
}

/* productpage 2.0 */
.product-main-wrapper {
    grid-template-columns: 48.5% 48.5%;
    grid-column-gap: 3%;
}

.product-bottom {
    border-top: 1px dashed #CCCCCC;
    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 #CCCCCC;
    border-bottom: 1px dashed #CCCCCC;
}

#product_name h1 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    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 #CCCCCC;
    border-bottom: 1px dashed #CCCCCC;
}

.mobile-specs-wrapper .mobile-specs,
.mobile-desc-header {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.mobile-specs-wrapper {
    padding-top: 20px;
}

.product-left {
    padding-bottom: 20px;
}

.product-view .product-right .usp li a {
    color: #000000;
}

.product_top_right_inner {
    display: grid;
}

.price-excluding-tax .label {
    display: inline-block;
}

.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 #CCCCCC;
}

.in-store-text,
.in-stock-text {
    color: #2E872D;
}

.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: #000000 !important;
    font-weight: 700;
}

.usp .usp_bold span {
    color: #006CB7;
}

.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;
}

.more-views ul {
    display: grid;
    grid-template-columns: 14.5% 14.5% 14.5% 14.5% 14.5% 14.5%;
    grid-column-gap: 2.5%;
}

.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;
}

/* BTW switcher */
a.btw_inactive {
    color: #006CB7;
    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;
}

/* Tierprices */
.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: #F08200;
}

.price-excluding-tax,
.minimal-price-link {
    color: #000000;
    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;
}

/* Product descriptions */
.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;
}

/* upsells */
.product-upsells {
    color: #000000;
    font-weight: bold;
}

.section-title,
.box-up-sell ul.products-grid li.item div.item-info {
    border: none;
    padding: 0px;
}

.item-info img {
    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: #000000;
    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: #000000;
    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 #CCCCCC;
    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: #000000;
    font-weight: bold;
}

.item-info .special-price .price-label {
    display: none !important;
}

.product_attribute_specs_table_more {
    border-bottom: 1px solid #FAC70A;
    position: relative;
    height: 20px;
    margin-bottom: 35px;
    margin-top: 10px;
}

.product_attribute_specs_table_more a {
    color: #000000;
    padding: 10px;
    border: 1px solid #FAC70A;
    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: block !important;
    margin-bottom: 15px;
}

.tierprices_dropdown {
    padding-top: 15px;
    display: inline-block;
    color: #2A79BC;
}

.tier-prices .benefit {
    color: #00963E;
}

.tier-prices .price-excluding-tax,
.tierprices_dropdown {
    display: none;
}

.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;
}

/* Site breder maken */
.gsFulCol {
    width: 990px;
    padding-left: 0px;
}

#gsMain .gsExtraLargeCol {
    width: 735px;
    padding: 0px;
}

#gsMain .gsSmallCol {
    padding: 0px;
    width: 225px;
}

/* IE edits voor goodstore 2.0 */
@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 {
    float: right;
}

/* Search results & cat page */
.toolbar {
    padding-bottom: 20px;
    border-bottom: 1px dashed #CCCCCC;
}

.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 #CCCCCC;
}

.category-products ul.products-grid li.item div.item-info a {
    display: grid;
    grid-template-columns: auto 40px;
}

.pager .pages li {
    background: #EDEDED 0% 0% no-repeat padding-box;
    border-radius: 2px;
    border-bottom: 2px solid rgba(222, 222, 222, 1);
}

.toolbar .pager li a {
    font-weight: normal;
    color: #000000;
    font-size: 13px !important;
    width: 33px;
    height: 31px;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block
}

.pager .pages li.current {
    font-weight: normal;
    color: #000000;
    font-size: 13px;
    background: #DEDEDE 0% 0% no-repeat padding-box;
    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: #000000;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}

.toolbar .fr {
    float: none;
    width: 100%;
    display: grid;
}

.products-grid li a {
    text-decoration: none;
}

/* Category Laynav */
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: #000000;
    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: #027FC1;
    height: 3px;
    top: 0.5em;
}

.amshopby-attr {
    padding-left: 24px;
}

.block-layered-nav dd {
    padding-bottom: 12px;
    border-bottom: 1px dashed #CCCCCC;
    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: #00000080;
}

.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 #CCCBC7;
    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: #000000;
}

.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,
.product-laststock,
.product-diminishedstock {
    margin-bottom: 0px;
    grid-column: 1/2;
}

.available-in-store span,
.product-instock span,
.product-notinstock span,
.preorder_box span,
.product-laststock span,
.product-diminishedstock span {
    font-weight: 700;
    font-size: 13px;
}

.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/goodbricks_Chevrons_up.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/goodbricks_Chevrons_down.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/goodbricks_Chevrons_down.svg) 95% center #FAC70A;
    background-repeat: no-repeat;
    background-size: 10px;
}

.old-price {
    color: #000000;
}

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;
}

.cat_depth_ {
    color: rebeccapurple !important;
}

.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: 1000;
    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: rgba(248, 248, 248, 1);
}

.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: rgba(248, 248, 248, 1);
    cursor: pointer;
}

.content_header {
    color: rgba(49, 140, 204, 1);
    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: rgba(58, 59, 58, 1);
    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) rgba(255, 255, 255, 1) no-repeat 95% center;
    background-size: 7px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
    box-sizing: border-box;
}

@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;
    margin-top: 8px;
}

.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) #A70C13 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: rgba(49, 140, 204, 1);
    color: rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(39, 96, 136, 1);
}

.toolbar .pager li a.next {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/next.svg) no-repeat 90% center;
    background-size: 8px 12px;
    width: max-content;
    padding: 5px 20px 5px 10px;
}

.toolbar .pager li a.previous {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/prev.svg) no-repeat 10% center;
    background-size: 8px 12px;
    width: max-content;
    padding: 5px 10px 5px 20px;
}

.menu_right_bottom {
    background: #FAC70A;
    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: 545px;
}

#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: rgba(58, 59, 58, 1);
}

.sorter select {
    padding: 5px;
}

.gsSmallCol.mobile-menu {
    display: none;
}

.content_header a {
    color: rgba(49, 140, 204, 1);
}

/*Menu styling for mobile*/
.menu-item.back_link {
    display: none;
}

.gsHeaderRowMenu .top_level_menu ul li span {
    height: 0;
}

/* verzochtte fixes vanuit Remco */
dt.filter_header.last.odd {
    display: none;
}

li.amshopby-advanced {
    padding-top: 0px;
}

.catalogsearch-result-index h1,
.catalog-category-view h1 {
    color: #000000;
    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: #000000;
}

.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: rgba(58, 59, 58, 1);
}

.category_item_name h2,
.catalog-category-view h2 {
    color: rgba(58, 59, 58, 1);
    margin: 0px;
    font-size: 17px;
}

.category_item_name {
    width: 100%;
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.category_item_name a {
    color: rgba(58, 59, 58, 1);
}

.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%;
    }

    .box_4 .category_item {
        width: 24.25% !important;
    }

    .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: #0380C1;
}

.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 #006CB7;
    background: #006CB7;
    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: #000000;
    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);
}

.customer-account-edit .buttons-set .button {
    color: #fff;
    background-color: #006CB7;
    border: none;
    border-bottom: 3px solid #006CB7;
    transition: all 0.2s ease;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
}

.customer-account-edit .buttons-set .button:hover {
    background: #006CB7;
}

.validation-advice {
    margin-bottom: 20px;
}

#gsMain .wrapper {
    box-sizing: border-box;
    padding: 0 20px;
    background: #fff;
}

.home_slider_inner .slider_item img,
.recently_viewed_wrapper .item img {
    height: auto;
    width: auto;
    max-height: 180px;
    max-width: 180px;
}

.home_slider_inner .slider_item .item_image_wrapper,
.recently_viewed_wrapper .item .product-image {
    height: 180px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_slider_inner .slider_item picture {
    display: flex;
}

.home_slider_inner h3 {
    font-size: 14px;
    text-align: left;
}

.home_slider_wrapper .price_from {
    font-size: 12px;
    text-align: left;
}

.home_slider_inner .slider_item {
    margin-bottom: 0px;
}

.home_slider_inner .slider_item a,
.recently_viewed_wrapper .item a {
    color: #000000;
}

.goodbricks_home h2 {
    font-size: 21px;
    color: #000000;
}

.lego_grid {
    display: grid;
    grid-gap: 20px;
}

.lego_grid img {
    width: 100%;
    height: auto;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .lego_grid .theme_wrapper {
        display: inline-block;
        width: 31%;
        margin-right: 20px;
    }

    .lego_grid .theme_wrapper:nth-child(3) {
        margin: 0px;
    }
}

.footer_copy {
    text-align: right;
}

.footer_copy a {
    color: #373A36;
}

.social_icons_gs {
    margin-top: 5px;
}

.social_icons_gs p {
    font-weight: 700;
    color: #000000;
    margin-top: 0px;
}

.regular-price,
.price-from,
.price-excluding-tax,
.minimal-price-link {
    color: #000000;
}

.leeftijd_wrapper_outer {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 20px;
}

.leeftijd_wrapper img {
    width: 100%;
    height: auto;
}

.leeftijd_wrapper p {
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}

.leeftijd_wrapper a {
    color: #000000;
}

.leeftijd_wrapper a:hover {
    cursor: pointer;
}

.gsSmallCol h4 {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.goodbricks_home h2 {
    margin-top: 0px;
    line-height: 1;
}

.price-box .label {
    color: #000000;
}

.lego_grid,
.home_slider_wrapper {
    margin-bottom: 20px;
}

.gsSmallCol .widget ul li {
    margin-bottom: 10px;
}

.gsSmallCol.fl .widget ul {
    margin-bottom: 20px;
}

.checkout-cart-index .checkout-btns .btn.btn.imp_cta,
.onestepcheckout-place-order-wrapper .btn.btn.imp_cta {
    background: #00963E;
}

.checkout-cart-index .checkout-btns .btn.btn.imp_cta:hover,
.onestepcheckout-place-order-wrapper .btn.btn.imp_cta:hover {
    background: #2E872D;
}

.onestepcheckout-index-index #gsMain .wrapper {
    width: 810px;
    margin: 0 auto;
}

.filter_section_aantal-stenen .single-choice li,
.filter_section_prijs .single-choice li {
    display: list-item;
}

.filter_section_aantal-stenen .single-choice li:nth-child(2),
.filter_section_prijs .single-choice li:nth-child(2) {
    display: none;
}

.filter_section_aantal-stenen .single-choice li:nth-child(3),
.filter_section_prijs .single-choice li:nth-child(3) {
    display: flex;
}

.filter_section_aantal-stenen .single-choice li:nth-child(3)>span:first-child {
    display: none;
}

.amshopby-aantal_stenen-find {
    width: 33px;
    height: 33px;
    border: 0px;
    background: #DEDEDE 0% 0% no-repeat padding-box;
}

.amshopby-aantal_stenen-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;
}

.ui-slider-horizontal .ui-slider-range {
    background: #E3000B;
}

.ui-slider-horizontal .ui-slider-handle {
    background: #FAC70A;
    border: none;
}

.product-view .product-left .product-image img {
    aspect-ratio: 1/1;
}

.category-products .item-info img {
    aspect-ratio: 1/1;
}

.home_slider_inner .slider_item img {
    aspect-ratio: 1/1;
}

.lego_circles img {
    aspect-ratio: 1/1;
}

.amshopby-filters-left {
    margin-bottom: 20px;
}

.cms-home .amshopby-filters-left {
    margin-bottom: 0px;
}

ol.single-choice input {
    min-width: 40px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .lego_grid .lego_block {
        display: inline-block;
        width: 22%;
        margin: 20px 1%;
    }

    .leeftijd_wrapper_outer .leeftijd_wrapper {
        display: inline-block;
        width: 17%;
        margin: 20px 1%;
    }

    .lego_circle_item {
        display: inline-block;
        width: 22%;
        margin: 20px 1%;
    }

    .catalog-product-view .products-grid .product-instock {
        width: 100%;
    }

    .footer_contact .footer_phone {
        background-size: 21px 21px;
    }

    .footer_contact .footer_mail {
        background-size: 21px 21px;
    }

    #gsHeader .gsHeaderRow3 ul.main-nav li {
        padding-bottom: 11px !important;
    }

    .btn.imp_cta.btn-cart.product_page_atc_btn_content>span {
        background-size: 20px 21px;
    }
}

.full_width_banner_wrapper {
    margin-bottom: 20px;
}

.full_width_banner {
    width: 100%;
}

.special-price .price {
    color: #00963E;
    font-weight: 700;
    font-size: 17px;
}

.item-info .price-box {
    min-height: 37px;
}

/*
.product_info_wrapper .regular-price:before{
    content: 'Onze prijs';
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}
*/

.product_info_wrapper .regular-price .price {
    font-size: 40px;
    color: #000000;
}

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

.product_attribute_specs_table_more a {
    z-index: 2;
}

.tablet_cart_wrapper .totals-row:nth-child(4) {
    display: none;
}


.view_all {
    border-bottom: 1px solid #FED400;
    height: 30px;
    display: flex;
    justify-content: center;
    grid-column: 1/5;
    position: relative;
    margin-bottom: 10px;
}

.view_all>a {
    display: inline-block;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #FED400;
    color: #000000;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    top: 10px;
}


.goodbricks_home img {
    width: 100%;
    height: auto;
}

.lego_circles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10%;
    margin-bottom: 20px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.block-layered-nav .amshopby-attr-selected,
.block-layered-nav .amshopby-attr-selected:hover {
    padding-left: 30px;
}

.lego_home_banner {
    margin-bottom: 20px;
}

.onestepcheckout-index-index #gsMain {
    background: #fff;
}

.onestepcheckout-index-index #gsHeader .gsHeaderRow2 .checkout-header-right {
    display: block;
}

.info_page_klantenservice .cls-1 {
    fill: #006CB7;
}

.faq a {
    color: #006CB7;
}

.fb_iframe_widget img {
    width: 100% !important;
    height: auto !important;
}

.-icecat-wrapper h2 {
    font-size: 18px;
}

.home_slider_wrapper .price_from span:nth-child(2) {
    color: #17963E;
}

.cms-home .amshopby-filters-left {
    display: none;
}

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

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

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

.out-of-stock>span {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbricks_niet_op_voorraad.svg);
    background-repeat: no-repeat;
    padding-left: 17px;
    background-position: left center;
    color: #E3000B;
    background-size: 13px;
}

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

.diminished-stock-text {
    color: #EE7500;
}

.last-stock-text {
    color: #EE7500;
}

.in-stock-text {
    color: #00963E;
}

.preorder_note {
    color: #006CB7;
}

.availability,
.preorder_box {
    min-height: 33px;
}

div.availability.product-instock {
    display: none;
}

.product-view .availability {
    margin: 2px 0px 8px;
}

.product-view .item-info .out-of-stock {
    font-weight: 700;
    font-size: 13px;
}

.special-price .price-label {
    display: block;
    font-size: 11px;
}

.product_info_wrapper .price-box .special-price .price {
    font-size: 40px;
    color: #00963E;
}

#gsHeader .gsHeaderRow3 ul.main-nav {
    display: flex;
    place-items: center;
    justify-content: space-between;
}

.footer_phone {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbricks_phone.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    padding-left: 35px;
    background-position: left center;
    font-weight: 700;
}

.footer_mail {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbricks_mail.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    padding-left: 35px;
    background-position: left center;
    font-weight: 700;
}

.footer_contact h5 {
    margin-bottom: 10px;
}

.product_info_wrapper .price-box {
    padding-bottom: 15px;
}

.product_info_wrapper .availability {
    margin-bottom: 15px;
}

.product_info_wrapper .availability.out-of-stock {
    margin: 0 0 15px 0;
}

.product_info_wrapper .preorder_box {
    min-height: auto;
    margin-bottom: 15px;
}

.coupon_wrapper .buttons-set {
    float: right;
}

.onestepcheckout-index-index #LegoLogo {
    display: none;
}

.onestepcheckout-index-index #gsHeader .gsHeaderRow2 {
    grid-template-columns: auto;
}

.onestepcheckout-title {
    color: #26AE34;
}

.onestepcheckout-numbers {
    color: #26AE34;
}

.onestepcheckout-summary {
    padding: 20px;
}

#onestepcheckout-column-right-content-wrapper .onestepcheckout-right-inner-upper {
    padding: 0px;
}

.onestepcheckout-numbers.onestepcheckout-numbers-4 {
    color: #373A36;
    font-size: 18px;
    background: #FFD500;
    padding: 12px 20px;
}

.onestepcheckout-totals {
    display: none;
}

.onestepcheckout-index-index #onestepcheckout-column-right-content-wrapper .totals-row,
.onestepcheckout-index-index #onestepcheckout-column-right-content-wrapper .checkout-row {
    border-top: 1px solid #006CB7;
}

#cookieconsent {
    z-index: 999;
}

span.msrp_info {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

span.msrp_info .price {
    font-size: 14px;
    font-weight: 400;
}

.product-view .regular-price span:first-child {
    width: 100%;
    float: left;
}

.regular-price span:first-child {
    font-size: 13px;
}

.toolbar-bottom .sorter {
    display: none;
}

.onestepcheckout-summary .totals-row:nth-last-child(3) {
    display: none;
}

.tablet_cart_wrapper .totals-row:nth-last-child(2) {
    display: none;
}

.full_width_banner img {
    width: 100%;
    height: auto;
}

.recently_viewed_wrapper .add-to-links {
    display: none;
}

.recently_viewed_wrapper ul.products-grid li.item {
    display: grid;
    grid-template-columns: auto 40px;
    margin-right: 32px;
    width: 20%;
    min-width: 180px;
}

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

.recently_viewed_wrapper .item .product-image {
    grid-column: 1/3;
}

.recently_viewed_wrapper .item .product-name {
    grid-column: 1/3;
    font-size: 14px;
    margin: 5px 0px 0px 0px;
}

.recently_viewed_wrapper button {
    transition: all 0.2s ease;
    background: #00963E url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbrick_winkelwagen_wit.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border: 0px;
    border-bottom: 3px solid #2E872D;
    height: 40px;
    width: 40px;
}

.recently_viewed_wrapper button:hover {
    background: #2E872D url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbrick_winkelwagen_wit.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.recently_viewed_wrapper button>span {
    display: none;
}

.old-price span:last-child {
    display: none;
}

.recently_viewed_wrapper .actions {
    grid-column: 1/3;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.recently_viewed_wrapper .regular-price span:first-child {
    float: none;
    font-size: 14px;
    font-weight: 700;
}

.recently_viewed_wrapper .regular-price span:nth-child(2) {
    color: #17963E;
    font-size: 12px;
}

.recently_viewed_wrapper .available-in-store,
.recently_viewed_wrapper .product-instock,
.recently_viewed_wrapper .product-notinstock,
.recently_viewed_wrapper .preorder_box,
.recently_viewed_wrapper .product-laststock,
.recently_viewed_wrapper .product-diminishedstock,
.recently_viewed_wrapper p.availability.out-of-stock {
    margin-top: 0px;
    width: calc(100% - 40px);
}

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

.home_slider_inner .slider_item {
    display: grid;
}

.home_slider_inner h3 {
    margin: 10px 0px;
}

.above_header_wrapper li.rating {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbricks_rating.svg);
}

.above_header_wrapper li.deal {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbricks_deal.svg);
}

.above_header_wrapper li.delivery {
    background-image: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbricks_delivery.svg);
}

.product-left .product-image {
    order: 1;
}

.product-left .more-views {
    order: 2;
}

.product-left .mobile-desc-wrapper {
    order: 4;
}

.product-left .-icecat-wrapper {
    order: 3;
}

ul.messages {
    border: none;
    background: #FAC70A;
    color: #000000;
    font-size: 15px;
}

.dhlparcel_servicepoint_change {
    padding: 10px 10px 10px 10px;
    border: none;
    border-bottom: 2px solid rgba(204, 203, 199, 1);
    background: rgba(229, 227, 222, 1);
    border-radius: 2px;
    text-align: center;
    color: #000000;
    font-weight: 400;
}

.dhlparcel_servicepoint_change:hover {
    background: rgba(204, 203, 199, 1);
    color: #000000;
}

.toolbar .pager {
    display: none;
}

.toolbar-bottom .toolbar .pager {
    display: block;
}

.home_slider_inner .slider_item button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
}

/* experiment met hover states /*
/*
.lego_block:hover img{
    transform: scale(1.05);
    transition: all 0.2s;
}
*/

ul.dhlparcel-shipping-delivery-options-wrapper {
    padding-left: 20px;
}

div#dhlparcel_servicepoint_name_info {
    padding: 3px 0 5px 20px;
}

div#dhlparcel_servicepoint_change_button {
    padding-left: 20px;
}

.box-up-sell ul.products-grid li.item div.item-info .availability,
.box-up-sell ul.products-grid li.item div.item-info .preorder_box {
    margin: 2px 0px;
    min-height: 33px;
    padding-bottom: 0px;
}

ul.succes_page {
    padding-left: 20px;
    border-left: 4px solid #E3000B;
}

ul.succes_page li {
    position: relative;
}

ul.succes_page li strong:before {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #FED500;
    content: '';
    display: inline-block;
    position: absolute;
    left: -32px;
}

.lego_circles.succes_page .lego_circles img {
    width: 100%;
    height: auto;
    max-width: 150px;
}

div.block-layered-nav dd a {
    float: none;
}

.slider_item .available-in-store,
.slider_item .product-instock,
.slider_item .product-notinstock,
.slider_item .preorder_box,
.slider_item .product-laststock,
.slider_item .product-diminishedstock {
    width: calc(100% - 45px);
}

strong .blue_txt {
    color: #027FC4;
}

.succes_page {
    margin: 20px 0px;
}

.lego_circles.succes_page {
    display: flex;
    justify-content: space-between;
}

#gsMain .gsSmallCol .amshopby-slider-ui {
    margin: 12px;
}

.recently_viewed_wrapper ul.products-grid li.item {
    position: relative;
}

.diminished-stock-text {
    color: #00963E;
}

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

button#amshopby-lego_slider_aantal_stenen-btn {
    background: #DEDEDE 0% 0% no-repeat padding-box;
    border-radius: 2px;
    opacity: 1;
    border: 0px;
    width: 33px;
    height: 33px;
}

button#amshopby-lego_slider_aantal_stenen-btn 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;
}

.above_header_wrapper li {
    background-position: left center;
    padding-left: 20px;
}

/* prijzen */
.price_from .sale.regular {
    font-weight: 400;
}

.price_from .sale.special {
    font-weight: 700;
}

.recently_viewed_wrapper .regular-price span:nth-child(2),
.home_slider_wrapper .price_from span:nth-child(2) {
    color: #000;
    font-size: 17px;
}

.price_from span:first-child {
    font-weight: 400;
}

.recently_viewed_wrapper .regular-price span:first-child {
    font-weight: 400;
}

.recently_viewed_wrapper .old-price .price,
.slider_item .old-price .price {
    text-decoration: line-through;
}

ul.products-grid li.item .price-box .price-label {
    display: inline-block;
}

ul.products-grid li.item .item-info .special-price .price-label {
    display: inline-block !important;
    color: #000000;
    font-weight: 700;
}

.recently_viewed_wrapper ul.products-grid li.item {
    position: relative;
}

#cookieconsent .cc-footer .btn {
    background-color: #FAC70A;
    border-bottom: 2px solid #65676B;
    color: #000000;
    font-weight: 700;
}

.products-grid .msrp_info {
    display: none;
}


.promotion_banner {
    font-size: 13px;
    width: 100%;
    background-color: #fafafa;
}

.promotion_banner {
    margin: 0px !important;
}

.above_header_wrapper {
    background-color: #fafafa;
    padding: 0px;
}

.above_header_wrapper li {
    background: none;
}

.promotion_banner img {
    max-width: 40px;
    max-height: 40px;
}

.promotion_banner ul {
    max-width: 990px;
    margin: auto;
}

.promotion_banner .owl-item {
    display: flex;
    place-content: center;
    height: 45px;
}

.promotion_banner .owl-item li {
    align-self: center;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.1;
}

.image-placeholder {
    background: grey;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.promotion_banner .owl-nav {
    margin: 0 !important;
}

.promotion_banner .owl-prev,
.promotion_banner .owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    margin: 0 !important;
}

.promotion_banner .owl-prev {
    left: 0;
}

.promotion_banner .owl-next {
    right: 0;
}

.promotion_banner ul image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.promotion_banner .owl-prev span,
.promotion_banner .owl-next span {
    display: none;
}

.promotion_banner .owl-next {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/next.svg) #fafafa no-repeat center/5px !important;
}

.promotion_banner .owl-prev {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/prev.svg) #fafafa no-repeat center/5px !important;
}

.promotion_banner li a {
    color: #156689;
    text-decoration: underline;
}

.txt_overlay .button {
    background: #FED400;
    border-radius: 2px;
    border-bottom: 2px solid #B19300;
    color: #000000;
    font-weight: 700;
    width: fit-content;
    font-size: 15px;
    padding: 10px;
    transition: all 0.2s ease;
    place-self: flex-start;
}

.txt_overlay .button:hover {
    background: #B19300;
    border-bottom: 2px solid #B19300;
    color: #ffffff;
}

.lego_home_banner .txt_overlay {
    display: flex;
    flex-direction: column;
    width: calc(100% - 90px);
}

.lego_home_banner picture {
    display: flex;
}

.lego_home_banner {
    position: relative;
}

.lego_home_banner .action-btn {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbricks_actiebutton.svg) no-repeat center/cover;
    width: 80px;
    height: 80px;
    display: flex;
    place-content: center;
    place-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.lego_home_banner .action-btn span {
    transform: skew(0deg, 355deg);
    text-align: center;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 700;
}

.lego_home_banner a {
    text-decoration: none;
    color: inherit;
}


.rating-box:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
    z-index: 1;
    content: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/5_sterren_grijs.svg);
}

.rating-box>.rating:before {
    position: relative;
    color: #F7C94D;
    z-index: 2;
    content: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/5_sterren_geel.svg);
}

.rating-box {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 87px;
}

.rating {
    display: block;
    overflow: hidden;
}

.box-reviews {
    overflow: hidden;
}

.box-reviews .reviews {
    display: flex;
    flex-flow: column;
    gap: 20px;
    padding-bottom: 20px;
    scrollbar-color: #FAC70A #65676B;
}

.box-reviews .reviews::-webkit-scrollbar {
    display: inherit;
    width: 10px;
    height: 10px;

    background: #65676B;
    border-radius: 2px;
    transform: rotate(365);
}

.box-reviews .reviews:hover::-webkit-scrollbar {
    width: 10px;
}

.box-reviews .reviews::-webkit-scrollbar-thumb {
    background-color: #FAC70A;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    border-radius: 2px;
}

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

.box-reviews .reviews>.review {
    min-width: 270px;
    border: 1px solid #BABABA;
    padding: 15px 8px;
    display: grid;
    grid-template-columns: 87px repeat(5, 1fr);
    gap: 15px;
}

.ratings-table {
    grid-column: span 6;
    display: grid;
    grid-template-columns: 87px repeat(5, 1fr);
    gap: 15px;
}

.review .rating-box {
    grid-column: span 2;
}

.ratings-table .rating-box {
    grid-column: span 1;
}

.ratings-table p {
    grid-column: 2/7;
    margin: 0px;
    line-height: 1;
}

.review .title,
.review .text {
    grid-column: span 6;
    margin: 0px;
}

.review .name {
    grid-column: span 2;
    text-align: right;
}

.review .date {
    grid-column: span 2;
    text-align: right;
}

div#reviewModal {
    width: 30%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #ffffff;
    display: none;
}

#dialog_overlay {
    width: 70%;
}

.product_info_wrapper .rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

dialog {
    padding: var(--gap);
}

dialog fieldset {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

dialog .input-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
}

/* bundle product styling */
.product_info_wrapper:has(.bundle-wrapper) .price-box .price {
    color: #00963E;
    font-size: 40px;
}

.in-store-icon,
.in-stock-icon,
.not-in-stock-icon,
.pre-order-icon,
.diminished-stock-icon,
.last-stock-icon {
    margin-top: 0px;
}

.product_info_wrapper .availability {
    line-height: 1;
    place-items: center;
}

.product_info_wrapper:has(.bundle-wrapper) .price-box {
    padding-bottom: 0px;
    align-self: center;
}

.bundle-wrapper.single,
.bundle-wrapper.multi {
    padding: var(--gap) 0px;
    border-bottom: 1px solid #E8E8E8;
}

.bundle-label {
    display: none;
}

.qty_wrapper {
    color: #000000;
}

.qty_wrapper:hover {
    text-decoration: none;
}

.bundle-wrapper a {
    color: #0380C1;
}

.product-options .ampreorder_note {
    display: none;
}

.product_info_wrapper:has(.bundle-wrapper) .price-box .price-from {
    display: none;
}

.product_info_wrapper:has(.bundle-wrapper) .price-box .price-to {
    display: block;
}

.product_info_wrapper:has(.bundle-wrapper) p.required {
    display: none;
}

.product_info_wrapper:has(.bundle-wrapper) .price-box .price-to .price-label {
    display: none;
}

.bundle-wrapper.single,
.bundle-wrapper.multi {
    display: grid;
    grid-template-columns: 35px 1fr 65px;
    gap: var(--gap);
}

.bundle-wrapper img {
    max-width: 100%;
    height: auto;
    align-self: center;
}

.bundle-wrapper .availability {
    margin: 0px;
}

.bundle-wrapper a {
    display: block;
    margin-bottom: 5px;
}

.catalog-category-view .price-box.bundle .price {
    color: #000000;
    font-size: 17px;
}

.catalog-category-view .price-box.bundle .price:before {
    content: 'Onze prijs ';
    font-weight: normal;
    font-size: 13px;
}

/* multi opties */
.product-options input:disabled {
    display: none;
}

.product-options li {
    list-style: none;
}

.bundle-wrapper .special-price .price-label {
    display: none;
}

.product_info_wrapper .bundle-wrapper .price-box .old-price .price {
    color: #00000089;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
}

.bundle-wrapper .old-price .price-label {
    display: none;
}

.product_info_wrapper .bundle-wrapper .price-box .special-price .price {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
}

.product_info_wrapper .bundle-wrapper .price-box .regular-price .price {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

.product_info_wrapper .bundle-wrapper .regular-price span:first-child {
    display: none;
}

.product_info_wrapper .bundle-wrapper .preorder_box {
    margin-bottom: 0px;
    line-height: 1;
    display: flex;
    place-items: center;
}

.product_info_wrapper:has(.bundle-wrapper) .product-options {
    border-top: 1px solid #E8E8E8;
    margin: var(--gap) 0px;
}

.product_info_wrapper:has(.bundle-wrapper) .product-options dl {
    margin: 0px;
}

.product_info_wrapper .bundle-wrapper .price-box {
    text-align: right;
}

.category-products p.availability,
.category-products .preorder_box {
    min-height: auto;
    align-items: center;
    margin-top: 5px;
}

.cart-row {
    grid-template-columns: 75px 1fr 20px auto 65px;
    padding: 10px 0px;
    align-items: center;
    grid-template-rows: auto;
}

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

.cart-row .product-image a {
    display: flex;
}

.cart-row .col-6.product-title,
.product-quantity {
    padding-top: 0px;
}

.cart-row .product-remove,
.cart-row .product-price {
    padding-top: 0px;
    text-align: right;
}

.cart-row .item-options dt {
    display: none;
}

.cart-row .item-options {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 10px 0px 0px 0px;
}

.cart-row .item-options dd {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
}

.cart-row .item-options dd span:before {
    content: ' -  \00a0';
    display: inline-block;
}

.cart-row .preorder_box {
    margin-top: 5px;
    width: 100%;
    min-height: auto;
    align-items: center;
}

.product-view li.verzendkosten {
    display: none !important;
}

/* Feedback company styling */
.above_header_wrapper li span {
    color: #000000;
}

.above_header_wrapper li span.fbc_inline_small {
    font-weight: 400;
}

.feedbackcompany .page-title .flexbox-container h1 {
    margin: 0;
    padding: 0;
    min-height: auto;
}

.feedbackcompany .total-feedbackcompany.total-feedbackcompany-mobile {
    text-align: left;
    margin: 20px 0 15px;
}

.feedbackcompany .pager .pages li {
    min-width: 33px;
    height: 33px;
    font-size: 13px;
    box-sizing: border-box;
    display: flex;
}

.feedbackcompany .pager .pages ol {
    display: flex;
}

.feedbackcompany .pager .pages li a {
    color: #000000;
}

.feedbackcompany .pager .pages li:hover {
    cursor: pointer;
}

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

.feedbackcompany .pages ol li:last-child {
    padding: 0 10px;
}

.pager .pages li {
    display: flex;
    justify-content: center;
    place-items: center;
    padding: 0px;
    transition: all 0.2s ease;
}

.pager .pages li:hover {
    background: rgba(222, 222, 222, 1);
}

.category-img.amlabel-div {
    grid-column: 1/3;
}

.slider_item .amlabel-txt2 {
    background-size: auto !important;
    padding: 4px 0px !important;
}

.amlabel-txt2 {
    display: flex;
    place-content: center;
    place-items: center;
    padding: 2px 0px !important;
    max-height: 36px !important;
    background-size: initial !important;
    z-index: 998 !important;
}

.box-up-sell .amlabel-div .amlabel-txt {
    font-size: 11px !important;
}

.home_slider_inner .slider_item a,
.recently_viewed_wrapper .item a {
    display: grid;
}

.amlabel-txt2.top-right {
    background-size: contain !important;
    max-height: 70px !important;

}

.amlabel-txt2.top-right>.amlabel-txt {
    transform: skew(0deg, 353deg);
    margin-bottom: 5px;
}

.product-main-wrapper .amlabel-txt2.top-right {
    max-height: 100px !important;
    height: 100px !important;

}

.product-main-wrapper .amlabel-txt2.top-right>.amlabel-txt {
    transform: skew(0deg, 355deg);
}

.product-main-wrapper .box-up-sell .amlabel-txt2 {
    display: none !important;
}

.product-main-wrapper .amlabel-txt2.top-right {
    width: 100px !important;
    height: 100px !important;
}

/* Goodbricks change forgotten */
.customer-account-changeforgotten .gsFullCol {
    padding: 0 20px;
    margin-bottom: 20px;
}

.customer-account-changeforgotten .gsFullCol button {
    max-width: 200px;
    height: 35px;
    padding: 2px 20px 0px 20px;
    transition: all 0.2s ease;
    border: none;
    border-bottom: 3px solid #006CB7;
    background: #006CB7;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    border-radius: 2px;
    width: 100%;
}

.customer-account-changeforgotten .gsFullCol .input-box {
    display: block;
}

.customer-account-changeforgotten .gsFullCol .input-text {
    width: 100%;
    max-width: 250px;
    border: 1px solid #858585;
    padding: 8px 10px;
    box-sizing: border-box;
    margin-top: 3px;
    height: 34px;
    font-size: 16px;
    color: #858585;
    font-family: 'myriad-pro', 'Tahoma', 'sans-serif';
}

.customer-account-changeforgotten .gsFullCol .fieldset {
    margin-top: 20px !important;
}

.crosssell .old-price span:last-child {
    display: none;
}

.crosssell .item-info .old-price .price-label {
    display: none;
}

.crosssell .item-info .old-price .price {
    text-decoration: line-through;
}

/* promo module popup button */
.ampromo-item-buttons button {
    border: none;
    border-bottom: 3px solid #2E872D;
    background-color: #00963E;
    color: #fff;
    margin-top: 10px;
    padding: 0px 10px;
    height: 33px;
    font-size: 1em;
    width: 100%;
    font-weight: 400;
}

.ampromo-item-buttons button:hover {
    border-bottom: 3px solid #2E872D;
    background-color: #2E872D;
}

#lightboxOverlay {
    z-index: 10000;
}

/* bundle product styling */
.product_info_wrapper:has(.bundle-wrapper) .price-box .price{color: #00963E; font-size: 40px;}
.in-store-icon, .in-stock-icon, .not-in-stock-icon, .pre-order-icon, .diminished-stock-icon, .last-stock-icon{margin-top: 0px;}
.product_info_wrapper .availability{line-height: 1; place-items: center;}
.product_info_wrapper:has(.bundle-wrapper) .price-box{padding-bottom: 0px; align-self: center;}
.bundle-wrapper.single, .bundle-wrapper.multi{padding: var(--gap) 0px; border-bottom: 1px solid #E8E8E8;}

.bundle-label{display: none;}
.qty_wrapper{color: #000000;}
.qty_wrapper:hover{text-decoration: none;}
.bundle-wrapper a{color:#0380C1;}
.product-options .ampreorder_note{display: none;}
.product_info_wrapper:has(.bundle-wrapper) .price-box .price-from{display: none;}
.product_info_wrapper:has(.bundle-wrapper) .price-box .price-to{display: block;}
.product_info_wrapper:has(.bundle-wrapper) p.required{display: none;}
.product_info_wrapper:has(.bundle-wrapper) .price-box .price-to .price-label{display: none;}
.bundle-wrapper.single, .bundle-wrapper.multi{display: grid; grid-template-columns: 35px 1fr 65px; gap: var(--gap);}
.bundle-wrapper img{max-width: 100%; height: auto; align-self: center;}
.bundle-wrapper .availability{margin: 0px;}
.bundle-wrapper a{display: block; margin-bottom: 5px;}

.catalog-category-view .price-box.bundle .price{color: #000000; font-size: 17px;}
.catalog-category-view .price-box.bundle .price:before{content: 'Onze prijs '; font-weight: normal; font-size: 13px;}

/* multi opties */
.product-options input:disabled{display: none;}
.product-options li{list-style: none;}
.bundle-wrapper .special-price .price-label{display: none;}
.product_info_wrapper .bundle-wrapper .price-box .old-price .price{color: #00000089; font-size: 15px; font-weight: 400; line-height: 1.1;}
.bundle-wrapper .old-price .price-label{display: none;}
.product_info_wrapper .bundle-wrapper .price-box .special-price .price{color: #000000; font-size: 15px; font-weight: 400; line-height: 1.1;}
.product_info_wrapper .bundle-wrapper .price-box .regular-price .price{color: #000000; font-size: 15px; font-weight: 400;}
.product_info_wrapper .bundle-wrapper .regular-price span:first-child{display: none;}
.product_info_wrapper .bundle-wrapper .preorder_box{margin-bottom: 0px; line-height: 1; display: flex; place-items: center;}

.product_info_wrapper:has(.bundle-wrapper) .product-options{border-top: 1px solid #E8E8E8; margin: var(--gap) 0px;}
.product_info_wrapper:has(.bundle-wrapper) .product-options dl{margin: 0px;}
.product_info_wrapper .bundle-wrapper .price-box{
        text-align: right;
    }

.category-products p.availability, .category-products .preorder_box{
    min-height: auto;
    align-items: center;
    margin-top: 5px;
} 

.cart-row{grid-template-columns: 75px 1fr 20px auto; padding: 10px 0px; align-items: center; grid-template-rows: auto;}
    .cart-row .product-image img{padding: 0px;}
    .cart-row .product-image a{display: flex;}
    .cart-row .col-6.product-title, .product-quantity{padding-top: 0px;}
    .cart-row .product-remove, .cart-row .product-price{padding-top: 0px;}
    .cart-row .item-options dt{display: none;}
    .cart-row .item-options{display: flex; flex-direction: column; gap: 5px; margin: 10px 0px 0px 0px;}
    .cart-row .item-options dd{font-size: 13px; font-weight: 400; font-style: italic;}
    .cart-row .item-options dd span:before{content: ' -  \00a0'; display: inline-block;}

#cookieconsent{
    will-change: transform;
    bottom: 0;
    transition: translateY .5s;
}
    
#cookieconsent .cc-content{
    transition: none;
}

.ampromo-header {
    position: relative;
    margin-bottom: var(--gap);
}

#ampromo-overlay.mode-popup .close {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbricks-icon-mark-x.svg) no-repeat;
}

.ampromo-item-buttons .btn.imp_cta {
    height: 38px !important;
    background: #00963E;
    box-sizing: border-box;
}

.ampromo-item-buttons .btn.imp_cta>span {
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbrick_winkelwagen_wit.svg) no-repeat;
    background-position: right center;
    padding-right: 25px;
}

.ampromo-items-form h4 a {
    font-size: 15px;
    color: #000000;
    text-align: left;
}

.ampromo-item-image-wrap {
    margin-bottom: var(--gap);
}
#ampromo-overlay.mode-popup{overflow: auto;}
#ampromo-overlay.mode-popup .price-box p {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

#ampromo-overlay.mode-popup .price-box .old-price {
    font-size: 15px;
    text-decoration: none;
}

#ampromo-overlay.mode-popup .price-box .old-price .price {
    text-decoration: line-through;
}

#ampromo-overlay.mode-popup .price-box .special-price .price-label {
    font-size: 13px;
    font-weight: 700;
}

#ampromo-overlay.mode-popup h4 {
    margin: 0;
}

.ampromo-items-form .price-box {
    text-align: left;
}

.ampromo-items-form .msrp_info {
    display: none;
}

#ampromo-carousel-content {
    display: flex;
    overflow-x: scroll;
}

#ampromo-overlay #ampromo-items {
    padding: var(--gap);
}

/* Firefox workaround */

@supports not selector(:has(a, b)) {
    .checkout-wrapper > :first-child {
        grid-column: span 2;
    }
}

    /* desktopmenu 2.0 */

    @media screen and (min-width:768px) {
        .menu_wrapper {
            width: 225px;
            max-width: 990px;
            min-width: 225px;
        }

        .menu_overlay{
            z-index: 999;
        }

        .menu_wrapper .subMenu {
            border-left: 1px solid rgba(204, 203, 199, 1);
            padding: 20px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: min-content;
            gap: 20px;
            width: calc(990px - 225px);
            box-sizing: border-box;
        }

        .menu_wrapper .subMenu .full {
            grid-column: span 3;
            padding-top: 20px;
            margin-top: 20px;
            border-top: 1px solid rgba(204, 203, 199, 1);
            margin-left: -20px;
            margin-right: -20px;
            text-align: center;
        }

        .menu_wrapper .subMenu .full span:after{
            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: 10px;
            content: '';
            margin-left: 10px;
        }

        .menu_wrapper .mainMenu {
            width: 225px;
            min-width: 225px;
            padding: 20px 20px 20px 16px;
            box-sizing: border-box;
        }

        .menu_wrapper .mainMenu li {
            display: flex;
            justify-content: space-between;
            cursor: pointer;
        }

        .menu_wrapper .mainMenu li:not(:last-child) {
            margin-bottom: 15px;
        }

        .menu_wrapper .subMenu.hidden {
            display: none;
        }

        .menu_wrapper .subMenu-container {
            display: flex;
        }

        .menu_wrapper nav {
            display: flex;
            overflow: hidden;
            transition: width 500ms ease 0s;
        }

        .menu_wrapper span {
            white-space: nowrap;
            height: auto;
        }

        .menu_wrapper .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;
        }
    }

/* interest pages */

    .interest.card{
        display: flex;
        flex-direction: column;
        gap: calc(0.5 * var(--gap));
        border-radius: 2px;
    }
    .interest.card:hover{
        box-shadow: 0 1px 1px rgba(0,0,0,0.15), 
                    0 2px 2px rgba(0,0,0,0.15), 
                    0 4px 4px rgba(0,0,0,0.15), 
                    0 8px 8px rgba(0,0,0,0.15); 
    }

    .interests-wrapper{
        display: grid;
        grid-template-columns: repeat(12,1fr);
        gap: calc(1.5 * var(--gap)) var(--gap);
    }

    .interests-wrapper figure{
        margin: 0;
    }

    .interests-wrapper picture{
        display: flex;
        border: 1px solid;
        border-bottom: none;
        border-right: none;
        border-top-left-radius: 2px;
    }
    .interests-wrapper picture img{
        width: 100%;
    }

    /* borders */
    .interests-wrapper picture.airplanes{
        border-color: #f9a102; 
    }
    .interests-wrapper picture.racecars{
        border-color: #cf0007; 
    }
    .interests-wrapper picture.trucks{
        border-color: #4f8dac; 
    }
    .interests-wrapper picture.motorcycles{
        border-color: #432a72; 
    }
    .interests-wrapper picture.vehicles{
        border-color: #75b1d4; 
    }
    .interests-wrapper picture.trains{
        border-color: #03af4e; 
    }
    .interests-wrapper picture.superheroes{
        border-color: #053d69; 
    }
    .interests-wrapper picture.space{
        border-color: #331962; 
    }
    .interests-wrapper picture.travel{
        border-color: #b88742; 
    }
    .interests-wrapper picture.princesses{
        border-color: #fd5fb3; 
    }
    .interests-wrapper picture.plants{
        border-color: #ffe114; 
    }
    .interests-wrapper picture.ninjas{
        border-color: #169be2; 
    }
    .interests-wrapper picture.gaming{
        border-color: #7d9f18; 
    }
    .interests-wrapper picture.formula-1{
        border-color: #31bac0; 
    }
    .interests-wrapper picture.fantasy{
        border-color: #a1bca0; 
    }
    .interests-wrapper picture.animals{
        border-color: #2eb382; 
    }
    .interests-wrapper picture.flowers{
        border-color: #c91389; 
    }
    .interests-wrapper picture.cars{
        border-color: #828280; 
    }
    .interests-wrapper picture.buildings{
        border-color: #dfd8c9; 
    }
    .interests-wrapper picture.dragons{
        border-color: #2a5c36; 
    }
    
    .interests-wrapper h2{
        margin: 5px 0px;
        padding: 0;
    }

    .interests-wrapper figcaption{
        padding: calc(0.5 * var(--gap));
        padding-top: 0px;
    }

    .shadow-3{
        box-shadow: 0 1px 1px rgba(0,0,0,0.15), 
                    0 2px 2px rgba(0,0,0,0.15), 
                    0 4px 4px rgba(0,0,0,0.15);
    }

    .interests-wrapper > figure{
        grid-column: span 6;
    }
    
    .grid-12{
        grid-column: span 12;
    }
    .grid-6{grid-column: span 6;}
    .grid-4{grid-column: span 4;}
    .grid-3{grid-column: span 3;}
    .grid-2{grid-column: span 2;}

    /* filter-slider */
    #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: #000000;
    border-radius: 2px;
    transition: .2s;
    border: 1px solid #f8bd1f;
    border-radius: 2px;
    border-bottom: none;
    border-right: none;
    box-sizing: border-box;
}

#filter_slider li a picture{
    min-width: 45px;
    border: none;
}

#filter_slider li a:hover {
    text-decoration: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), 
                    0 2px 2px rgba(0,0,0,0.15), 
                    0 4px 4px rgba(0,0,0,0.15), 
                    0 8px 8px rgba(0,0,0,0.15); 
}

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

div.filter_slider_navigation.left, div.filter_slider_navigation.right{
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    background: #fff;
    border-radius: 2px;
    z-index: 1;
    border: 0.5px solid rgb(115 112 113 / 25%);
}
div.filter_slider_navigation>span{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
}
.filter_slider_navigation.right{
    right: 0;
    box-shadow: -6px 3px 6px #00000029;
}
.filter_slider_navigation.left{
    display: none;
    left: 0;
    border: 1px solid #f8bd1f;
    border-radius: 2px;
    border-bottom: none;
    border-right: none;
    box-shadow: 6px 3px 6px #00000029;
}
.filter_slider_navigation.right > span{
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/next.svg) #fff no-repeat center/8px;
}
.filter_slider_navigation.left > span{
    background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/prev.svg) #fff no-repeat center/8px;
}


    @media screen and (max-width: 767px) {
    .interests-wrapper > figure{
        grid-column: span 6;
    }
    /* fixing padding for full-width layout  */
    .category-interesses .gsFullCol{
        padding: 0 var(--gap);
    }
    .category-interesses.catalog-category-view .breadcrumbs{
        padding: 0;
    }
    }
    @media screen and (min-width: 768px){
        .interests-wrapper{
            padding: 0 5px;
        }
    }
    @media screen and (max-width: 350px) {
    .interests-wrapper > figure{
        grid-column: span 12;
    }
    }
#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: #006CB7;
    font-size: 13pt;
    font-weight: bold;
}

.mobile-menu-wrapper a {
    font-weight: bold;
    color: #3a3a3a;
}

.mobile-menu-wrapper a:hover {
    color: #f96d00;
}

.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;
}

.mob_usp_head {
    max-width: 200px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cms-page-view #btw_switcher,
.clnews-index-index #btw_switcher {
    display: none;
}

@media screen and (min-width: 1024px) {
    .single_line .circle_inner {
        padding: 28px 10px;
    }

    #gsMain .wrapper {
        width: 1030px;
    }

    #gsMain {
        background: #fff url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/Achtergrond_goodbricks.svg);
        background-size: 40%;
    }

    .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 (min-width:768px) and (max-width:1023px) {

    @-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;
    }

    #gsMain {
        background: #fff;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    #gsHeader .gsHeaderRow3 ul.main-nav li {
        padding-right: 0px;
        font-size: 13px;
    }

    .wrapper {
        padding: 0 20px;
        width: 100%;
    }

    #gsFooter .wrapper {
        background: none;
    }

    .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;
    }

    #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%;
    }

    #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%;
    }

    #gsSliderWrapper {
        width: 100%;
    }

    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;

    }

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

    .gsLargeCol .std table {
        width: 100%;
    }

    .gsLargeCol .std table img {
        width: 100%;
    }

    .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;
    }

    .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;
    }

    .single_line .circle_inner {
        padding: 25px 10px;
    }

    .circle_inner {
        padding: 10px;
    }

    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;
    }

    .visual_nav .vn_sec svg {
        width: 36px;
        height: 36px;
    }

    .vn_sec>a>div {
        width: 25%;
    }

    .vn_sec>a>div:nth-child(even) {
        width: 75%;
    }

    .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;
    }

    .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%;
    }

    .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%;
    }

    .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
    }

    #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(9, 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;
    }

    .acclinks-txt {
        width: 110px;
    }

    .feedbackcompany-index-index #gsMain .gsExtraLargeCol {
        width: 70% !important;
    }
}

@media screen and (max-width:1023px) {
    .banner_overlay_innner {
        height: 60px;
    }

    .amshopby-apply-block {
        z-index: 2;
    }

    ol.single-choice input {
        height: 34px;
    }

    .txt_left {
        width: 60%;
    }

    .txt_right {
        width: 35%;
    }

    .product-main-wrapper .owl-carousel .owl-item {
        aspect-ratio: 1/1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .product-view .product-left .product-image img {
        aspect-ratio: initial;
    }

    .acc_logout_wrapper {
        height: 38px;
    }

    #gsHeader .gsHeaderRow2 {
        margin-left: 1%;
    }

    #goodstore_searchbox {
        width: 47%;
    }

    .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;
    }

    .product-view .product-left .product-image {
        overflow: hidden;
        width: 100%;
    }

    span.label.lowest_price {
        width: 100%;
    }

    .tierprices_dropdown {
        height: 37px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .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;
    }

    .circle_large {
        display: none;
    }

    .circle.price_faded {
        display: none;
    }

    .mobile_txt_underlay p {
        color: #3a3a3a;
    }

    .mobile_txt_code {
        font-weight: bold;
    }

    .mobile_txt_underlay {
        background-color: #eee;
        padding: 10px;
        display: block;
    }

    .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 {
        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;
    }

    .ow_container .menu_cat_block {
        width: 100%;
    }

    .menu_cat_block .img_wrapper {
        width: 20%;
    }
}

@media screen and (min-width:768px) and (max-width:947px) {
    .cart .checkout-extra input {
        width: 205px;
    }

    .onestepcheckout-index-index #gsMain .wrapper {
        padding: 0;
        width: 770px;
    }
}

@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 0px 13px 0px;
    }

    .onestepcheckout-index-index #gsMain .wrapper {
        padding: 0;
        width: 750px;
    }
}

@media screen and (min-width: 768px) {
    .my-account .pcnl-info-text {
        width: 66%;
    }

    .product-view .recently_viewed_wrapper {
        grid-column: 1/3;
    }

    .category-products .recently_viewed_wrapper ul.products-grid {
        border: none;
    }

    .category-products .recently_viewed_wrapper .actions {
        position: relative;
    }

    .lego_home_banner {
        position: relative
    }

    .lego_home_banner img {
        border-radius: 5px;
    }

    .product-view .item-info .product-instock,
    .product-view .item-info .out-of-stock {
        margin-bottom: 5px;
    }

    .txt_overlay {
        color: #fff;
        text-align: left;
        z-index: 100;
        position: absolute;
        top: 0;
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
    }

    .txt_overlay p {
        font-size: 18px;
    }

    .txt_overlay span {
        font-weight: 700;
        display: inline-block;
        width: 100%;
        font-size: 25px;
    }

    .mobile-menu-bttn-wrapper {
        display: none;
    }

    a.cartlink {
        display: none;
    }

    .gs-desktop-header-cart a.cartlink {
        display: flex;
    }

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

    .catalog-category-view .lego_grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .customer-address-form .pcnl-output-field {
        width: 66%;
    }

    .mobile-accountlinks {
        display: none;
    }

    .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;
    }

    .customer-address-index .my-acccount .btn.cta {
        max-width: 210px;
    }

    #gsHeader .gsHeaderBottom {
        display: none;
    }

    .full_header_wrapper {
        margin-top: 15px;
    }
}

@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: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: 767px) {

    @-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;
    }

    .catalogsearch-result-index .breadcrumbs {
        padding: 0 20px;
    }


    .catalog-category-view .preorder_box {
        margin-top: 0px;
    }

    .product-view .recently_viewed_wrapper {
        grid-column: 1/2;
    }

    .product-view .product-left .product-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .category-products .recently_viewed_wrapper ul.products-grid {
        border: none;
    }

    .category-products .recently_viewed_wrapper ul.products-grid li.item,
    .product-view .recently_viewed_wrapper ul.products-grid li.item {
        margin-right: 10px;
    }

    ul.products-grid li.item .price-box .price-label {
        margin-right: 5px;
    }

    ul.products-grid li.item .price-box p {
        display: flex;
        place-items: baseline;
    }

    .recently_viewed_wrapper .actions {
        position: relative;
    }

    .crosssell .item-info-lower .item_price {
        width: 100%;
        float: none;
    }

    .crosssell .item-info-lower .item_price .price-box .regular-price span:first-child {
        display: none;
    }

    .crosssell .item-info-lower .item_price .price-box span.price {
        display: inline-block;
    }

    .crosssell .item-info-lower .item_price .label {
        display: none;
    }

    .gsSmallCol .widget-static-block {
        display: none;
    }

    .available-in-store,
    .product-instock,
    .product-notinstock,
    .preorder_box,
    .product-laststock,
    .product-diminishedstock,
    p.availability.out-of-stock {
        margin-top: 0px;
        min-height: 50px;
    }

    .mobile_prod_usp {
        display: block;
        margin-top: 10px;
    }

    .onestepcheckout-index-index #gsMain .wrapper {
        width: 100%;
    }

    .onestepcheckout-index-index .mobile-header-wrapper {
        border-bottom: 1px solid rgba(168, 168, 168, 1);
    }

    .onestepcheckout-right-inner-lower {
        padding: 0 20px;
    }

    .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;
    }

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

    .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;
    }

    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;
    }

    .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;
    }

    .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 h2,
    .my-account h3 {
        margin-bottom: 0;
    }

    .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;
    }

    #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 #f96d00;
        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 #0380C1;
    }

    .gsSmallCol .widget>ul li a:hover {
        text-decoration: none;
        background: #f0f0f0;
    }

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

    #gsFooter .gsFooterRow1 .widget ul {
        margin: 0 -20px 15px;
    }

    #gsFooter .gsFooterRow1 .widget a {
        color: #000;
    }

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

    .shoplogo {
        display: block;
        padding: 10px 20px;
        font-size: 20px;
        background: #fff;
        text-align: left;
        font-weight: bold;
        color: #000;
    }

    .shoplogo .prefix {
        display: inline-block;
    }

    .shoplogo .logo {
        display: inline-block;
    }

    .shoplogo .gsLeftName {
        text-transform: capitalize;
    }

    .shoplogo .gsRightName {
        font-weight: normal;
        color: #0380C1;
    }

    #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;
        padding: 0 20px 0;
        margin: 8px 0 0;
        float: none;
        background: #0380C1;
    }

    #goodstore_searchbox .input-text {
        width: 100%;
        margin: 0 !important;
        background: #fff;
        border: 0;
        text-indent: 0;
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
        border-radius: 5px;
        font-size: 16px;
    }

    #goodstore_searchbox .button {
        display: none;
    }

    #goodstore_searchbox select {
        margin: 0;
        float: none;
    }

    #goodstore_searchbox {
        display: none;
    }

    #gsSlider,
    #gsSliderWrapper,
    #gsSlider ul li img {
        width: 100%;
    }

    .gsLargeCol .std {
        font-size: 16px;
        line-height: 1.6;
    }

    .gsLargeCol .std table {
        width: 100%;
    }

    .gsLargeCol .std table td img {
        margin: 0 auto;
    }

    #gscmblsubmit,
    button {
        padding: 10px 15px;
        font-size: 16px;
    }

    ul.products-grid {
        grid-template-columns: 49% 49%;
    }

    ul.products-grid li.item {

        width: 100%;
    }

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

    .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 {
        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: #000000;
    }

    .product-view .section-title .product-upsells {
        display: block;
        color: #000000;
        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: #3a3a3a;
        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 #cecece;
        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/goodbricks_Chevrons_up.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .mobile-specs-btn {
        background: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/goodbricks_Chevrons_down.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .mobile-specs-wrapper {
        padding-top: 5px;
        display: block;
        grid-row: 3/4;
        border-top: 1px dashed #CCCCCC;
    }

    .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;
    }

    .lb-outerContainer,
    .lb-dataContainer {
        max-width: 90%;
        margin-left: 5%;
        height: auto !important;
    }

    .lb-image,
    #lightbox img {
        height: auto !important;
    }

    .cart .cart-table {
        width: 100%;
        line-height: 1.6;
    }

    .cart .cart-table tr:not(:last-child) {
        border-bottom: 1px solid #e0e0e0;
    }

    .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;
        border-top: 1px solid #000;
    }

    .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-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;
    }

    #gsFooter {
        margin-bottom: 15px;
    }

    #gsFooter .wrapper,
    #gsFooter {
        background: #efefef63 !important;
        padding: 0 !important;
        min-height: 1px;
    }

    #gsFooter .gsFooterRow1 {
        background: #FAC70A;
    }

    .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;
        border-bottom: 1px solid #858585;
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icons/footer-link.svg) right center no-repeat;
        background-size: 7px;
        color: #000;
        font-weight: bold;
    }

    .footer-links ul li a:hover {
        color: #f96d00;
        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;
    }

    .product-view .cart-from-amount:before {
        content: '.';
        display: block;
        line-height: 0;
        height: 0;
        overflow: hidden;
        clear: both;
    }

    p.acclinks-txt {
        display: none;
    }

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

    .tablet-accountlinks {
        display: inline-block;
    }

    a.cartlink span.cartAmount {
        text-align: center;
        width: 100%;
        height: 40px;
        padding-left: 30%;
    }

    p.cartamount-txt {
        height: 40px;
        line-height: 36px;
        color: white;
        /*  background: #F18200;
        position: absolute;
        top: 20%;
        width: 23px;
        height: 23px;
        transform: translateY(-90%);
        right: -33%;
        text-align: center;
        border: 1px solid #F18200;
        border-radius: 100%;
        */
    }

    .header_menu_b {
        display: flex;
        justify-content: space-between;
        padding-top: 5px;
        /*float: right;
        width: 90px;
        height: 60px;
        position: relative;
        top: 0;
        */
    }

    .mobile.shoplogo {
        display: none;
    }

    #gsHeader .gsLogo {
        top: 23%;
        width: 93px;
        height: 47px;
        margin: 0px;
        order: 1;
    }

    .gsLogo button {
        display: block;
    }

    .mobile-shoplogo-bttn,
    .mobile-shoplogo-bttn:hover {
        padding: 0px;
        background: url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbricks_logo.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/Goodbricks_Hamburg_Header.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: 38px;
        height: auto;
        margin-top: 7px;
    }

    #mobile-menu-wrapper {
        display: none;
    }

    .form-search {
        padding-top: 6px;
    }

    .form-search button {
        display: none;
    }

    .catalog-category-view .gsSmallCol.fl {
        display: none;
    }

    .cms-index-index .gsSmallCol.fl {
        display: none;
    }

    .checkout-cart-index .gsSmallCol.fl {
        display: none;
    }

    .checkout-onepage-index .gsSmallCol.fl {
        display: none;
    }

    .catalog-product-view .gsSmallCol.fl {
        display: none;
    }

    body {
        padding-top: 60px;
        background-color: white;
    }

    .mobile-header-wrapper {
        position: fixed;
        background-color: #fff;
        z-index: 999;
        width: 100%;
        margin-bottom: 14px;
    }

    #gsFooter {
        padding: 20px;
        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: #308BCB;
    }

    .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 #f96d00;
        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;
    }

    .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: #000000;
        font-weight: bold;
        font-size: 14pt;
    }

    .mobile-home-img-wrapper {
        width: 100%;
        height: auto;
        position: relative;
    }

    .view-more-list {
        display: none;
        margin-top: 0px !important;
    }

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

    .usp-shipping h5 {
        margin-left: 33px;
        text-align: left;
        color: #000000;
        text-transform: none;
    }

    .vn_sec {
        width: 100%;
        margin: 15px 0px 15px 0px;
        float: none;
    }

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

    .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;
    }

    .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;
    }

    .product_genre {
        float: none;
        width: 100%;
    }

    .full_header_wrapper {
        display: none;
    }

    .desktop-accountlinks {
        display: none;
    }

    .gs-desktop-header-cart {
        display: none;
    }

    #gsHeader .gsHeaderBottom {
        display: block;
        padding: 10px 20px 7px;
        background-color: #E3000B;
    }

    #gsHeader .gsHeaderTop {
        display: grid;
        margin-top: 0px;
        grid-template-columns: 38px, repeat(3, 1fr);
        padding-top: 10px;
        padding-bottom: 10px;
        place-content: center;
        place-items: center;
        display: block;
        position: relative
    }

    a.cartlink {
        display: inline-block;
        padding: 0px;
        width: 88px;
        height: 40px;
        background: #00963E url('https://www.goodstore.nl/skin/frontend/goodstore/default/images/Goodbrick_winkelwagen_wit.svg');
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 30% center;
        border-bottom: 3px solid #2E872D;
        order: 3;
        position: absolute;
        right: 20px;
    }

    #gsHeader .gsHeaderRow2 {
        display: none;
        display: inline-block;
        position: absolute;
        right: 120px;
        padding: 2px 0;
        width: 40px;
    }

    #gsHeader .gsHeaderTop .gsLogo {
        float: none;
        position: absolute;
        left: 65px;
        top: 6px;
        width: 70px;
    }

    #gsHeader .gsHeaderTop .gsLogo .mobile-shoplogo-bttn {
        width: 70px;
    }

    .mobile-menu-bttn-wrapper {
        float: left;
        margin-top: 12px;
    }


    .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 rgba(204, 203, 199, 1);
        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 rgba(204, 203, 199, 1);
        font-size: 14px;
        padding: 0 15px;
        border-right: 0px;
    }

    .usp-shipping {
        margin-top: 60px;
    }

    .txt_left {
        width: 50%;
    }

    .txt_right {
        width: 45%;
    }

    .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/goodbricks_Chevrons_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;
    }

    .form-search input {
        border-radius: 0px !important;
    }

    button.button.search-button {
        border-radius: 0px !important;
    }

    textarea,
    input[type="text"] {
        -webkit-appearance: none;
    }

    .in-store-text,
    .in-stock-text,
    .not-in-stock-text {
        font-size: 16px;
    }

    .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: #000000;
        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: #0380C1;
        font-size: 14px;
    }

    .carousel_wrapper_inner .item_txt span {
        font-size: 10px;
        color: #000000;
    }

    .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: #000000;
        font-size: 14px;
        font-weight: bold;
    }

    .item .item_price .price_reg {
        font-size: 8px;
        color: #000000;
        text-decoration: line-through;
    }

    .mobile_carousel_wrapper h2 {
        color: #000000;
        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: #000000;
        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;
    }

    .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-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;
        display: flex;
    }

    .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: 0px !important;
    }

    .quantity-plus {
        margin-left: -5px !important;
    }

    .product-quantity button {
        height: 31px !important;
        padding-bottom: 5px;
        padding-top: 5px;
    }

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

    .top_banner_txt_overlay {
        position: static !important;
    }

    .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 #mobile-desc-btn {
        order: 4;
    }

    .product-right #productVideos {
        order: 2;

    }

    .product-right #productVideos .IcecatLive section {
        margin: 10px 0px 20px 0px;
    }

    .product-right #productVideos h2 {
        color: #000000;
    }

    .product-right .product_top_right_inner {
        order: 1;
    }

    .product-right .mobile-specs-wrapper {
        order: 5;
    }

    .box-up-sell {
        order: 6;
    }

    .box-collateral.box-up-sell.box-cross-sell {
        order: 3;
    }



    .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;
    }

    p.availability.product-instock {
        margin-top: 0px;
    }

    .price_from,
    .category_info_tag {
        display: inherit;
        font-size: 12px !important;
        padding: 0px !important;
        color: #f06725;
        min-height: auto !important;
    }

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

    .home_slider_inner .price_from span:first-child {
        display: inline-block;
    }

    .price_from .sale.regular {
        display: inline-block !important;
        margin-top: 3px !important;
        font-size: 10px;
    }

    .category_info_tag {
        font-weight: bold;
    }

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

    .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,
    .category-products .preorder_box {
        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(9, 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: 50px;
        height: 100%;
        float: right;
        padding: 0px;
        background-position: center;
    }

    .filter_close:hover {
        background: url(https://www.goodstore.nl/skin/frontend/goodstore/default/images/icon_close_white.svg) no-repeat;
        background-size: 16px;
        background-position: center;
    }

    .filter_bg {
        width: 100%;
        padding: 0px;
        background-color: #E3000B;
        height: 56px;
    }

    .amshopby-apply-button {
        background: #006CB7;
    }

    .toolbar-bottom button {
        display: none;
        visibility: hidden;
    }

    .amshopby-item-top {
        max-width: 100%;
        min-width: 100%;
    }

    .amshopby-container-top {
        padding: 15px;
    }


    .product-view ul.products-grid {
        grid-auto-flow: column;
        grid-auto-columns: calc(70% - 40px);
        /*grid-template-columns: 0px;*/
        overflow-x: scroll;
        -webkit-scroll-events: touch;
    }

    /*
    .product-view ul.products-grid li.item {
        margin-left: -15px;
    }
*/
    .product-view ul.products-grid::after {
        content: '';
        width: 10px;
    }

    .product-right {
        grid-template-columns: 100%;
    }

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

    .breadcrumbs li {
        display: none;
    }

    .breadcrumbs .last_link_crumb {
        display: inline-block;
    }

    .catalog-category-view .breadcrumbs {
        padding: 0px 20px;
    }

    .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;
    }

    .content_inner.active {
        display: flex;
        flex-direction: column;
        padding-top: 10px;
    }

    .sub_level_menu,
    .top_level_menu,
    .sub_level_menu div:nth-child(1),
    .sub_level_menu div:nth-child(2) {
        float: none;
    }

    .content_inner.active>.content_inner_left {
        order: 1;
    }

    .content_inner.active>.content_inner_right {
        order: 2;
    }

    .content_inner.active>.content_bottom {
        order: 0;
    }

    .content_bottom a.view_all_btn {
        margin: 0px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .gsHeaderRowMenu {
        position: relative;
        top: 60px;
    }

    .menu_wrapper {
        position: fixed;
        top: 115px;
        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%;
    }

    .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;
    }

    #gsMain .gsExtraLargeCol {
        padding: 0px 20px;
    }

    .account-login .buttons-set,
    .account-create .buttons-set {
        float: none;
    }

    .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;
    }

    .single_line.mob .circle_inner {
        padding-top: 9px !important;
    }

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

    .catalog-category-view .lego_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .view_all {
        grid-column: 1/3;
    }

    .lego_circles {
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        margin: 0 0 20px 0;
    }

    .lego_home_banner img {
        border-radius: 5px 5px 0 0;
    }

    .txt_overlay {
        display: inline-block;
        background: #5E545C;
        padding: 5px;
        width: 100%;
        border-radius: 0 0 5px 5px;
    }

    .txt_overlay p {
        color: #ffffff;
        font-weight: 400;
        margin: 0px;
        font-size: 15px;
    }

    .txt_overlay p span {
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
    }

    .txt_overlay span {
        display: inline-block;
    }

    .checkout-header-right {
        display: none;
    }

    #gsHeader .gsHeaderRow2 {
        display: block;
    }

    #gsHeader .gsHeaderTop {
        grid-template-columns: 38px 1fr 38px 88px;
    }

    .mobile-menu-bttn-wrapper {
        order: 1;
    }

    #gsHeader .gsLogo {
        order: 2;
    }

    #gsHeader .gsHeaderRow2 {
        order: 3;
    }

    a.cartlink {
        order: 4;
    }

    .onestepcheckout-index-index #gsHeader .header_middle_row.wrapper {
        width: 100%;
    }
}

@media screen and (min-width:580px) and (max-width:767px) {

    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: #000;
        font-size: 11pt;
    }

    .con.cat_head_wrapper {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .sumup {
        width: 100%;
    }

    .sumup .mid_img {
        border-left: none;
        border-right: none;
    }

    .sumup_mid {
        width: 100%;
    }

    #gsFooter .gsFooterRow2 .wrapper_inner_blue {
        display: block;
    }

    #gsFooter .gsFooterRow2 .wrapper_inner_blue .widget {
        margin-top: 15px;
    }
}

@media 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;
    }

    .vn_con {
        width: 45%;
        margin: 2.5% 2.5% 2.5% 2.5%;
    }

    .vn_sec figure svg {
        max-height: 50px;
        max-width: 50px;
    }
}

@media screen and (max-width:529px) {
    #gsFooter .gsFooterRow1 .widget {
        width: 100%;
        margin-bottom: 30px;
    }
}

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

    .gsLargeCol .std table td {
        display: block;
        width: 100%;
        text-align: center;
    }

    #gsSliderWrapper,
    #gsSlider,
    #gsSlider ul li img {
        width: 100%;
        max-width: 100%;
    }

    ul.products-grid li.item div.item-info {
        min-height: auto;
    }

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

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

    .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;
    }

    .standard_cat_wrapper {
        display: none;
    }

    .con.cat_head_wrapper {
        display: none;
    }

    .account-create .btn {
        max-width: 100% !important;
        margin-top: 15px;
    }
}

@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%;
    }

    .catalog-category-view .lego_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .btn.imp_cta.btn-cart.product_page_atc_btn_content>span {
        font-size: 14px;
        background-size: 16px;
    }
}

@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;
    }

    .box-up-sell ul.products-grid li.item div.item-info .availability,
    .box-up-sell ul.products-grid li.item div.item-info .preorder_box {
        width: calc(100% - 40px);
    }
}

@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:767px) {
    #gsHeader {
        background: #fff;
        height: 167px;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
    }

    .above_header_wrapper {
        position: relative;
        height: 52px;
    }

    .mobile-header-wrapper {
        position: relative;
    }

    #gsMain .gsSmallCol {
        z-index: 10001;
    }

    .dhlparcel-modal {
        z-index: 10001;
    }
}

.filter_section_aantal.stenen .single-choice li,
.filter_section_aantal-stenen .single-choice li,
.filter_section_prijs .single-choice li {
    display: list-item;
}

.filter_section_aantal.stenen .single-choice li:nth-child(3),
.filter_section_aantal-stenen .single-choice li:nth-child(3),
.filter_section_prijs .single-choice li:nth-child(3) {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.filter_section_aantal.stenen .single-choice li:nth-child(3):after,
.filter_section_aantal-stenen .single-choice li:nth-child(3):after,
.filter_section_prijs .single-choice li:nth-child(3):after {
    content: none;
}

.filter_section_aantal.stenen .single-choice li:nth-child(2),
.filter_section_aantal-stenen .single-choice li:nth-child(2),
.filter_section_prijs .single-choice li:nth-child(2) {
    display: none;
}

.filter_section_aantal.stenen .single-choice li:nth-child(3) span:first-of-type {
    display: none;
}

.amshopby-price-top-find {
    background: rgba(229, 227, 222, 1);
    border-bottom: 2px solid rgba(204, 203, 199, 1);
    transition: all 0.2s ease;
}

.amshopby-price-top-find:hover {
    background: rgba(204, 203, 199, 1);
    border-bottom: 2px solid rgba(204, 203, 199, 1);
}

#amshopby-lego_slider_aantal_stenen-btn {
    background: rgba(229, 227, 222, 1) !important;
    border-bottom: 2px solid rgba(204, 203, 199, 1) !important;
    transition: all 0.2s ease;
}

#amshopby-lego_slider_aantal_stenen-btn:hover {
    background: rgba(204, 203, 199, 1) !important;
    border-bottom: 2px solid rgba(204, 203, 199, 1) !important;
}

#cookieconsent {
    will-change: transform;
}

@media screen and (max-width:767px) {
    .promotion_banner ul {
        width: inherit;
    }

    .promotion_banner {
        font-size: 14px;
    }

    .promotion_banner .owl-item {
        height: 52px;
        padding: 11px 0px;
    }

    div#gsMain {
        margin-top: 108px;
    }

    .lego_home_banner .txt_overlay {
        padding: 10px;
        width: 100%;
    }

    .txt_overlay .button {
        padding: 6px 15px 7px;
        line-height: 1;
        place-self: flex-start;
    }

    #lightboxOverlay {
        z-index: 10000;
    }
}

@media screen and (min-width:1024px) {
    .checkout-wrapper div:has(#ampromo-items-add) {
        grid-column: span 2;
    }
}


@media screen and (min-width:768px) and (max-width:900px) {
    .lego_home_banner .txt_overlay p span {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .product_info_wrapper .bundle-wrapper .price-box .special-price .price {
        margin-left: 0px;
    }

    .product_info_wrapper .bundle-wrapper .price-box .old-price .price {
        float: none;
        margin-left: 0px;
    }

    .catalog-category-view .price-box.bundle .price {
        font-size: 15px;
    }
}

@media screen and (min-width:768px) {
    .cart-row {
        grid-auto-flow: column;
    }
}

@media screen and (max-width:767px) {
    .cart-row {
        grid-template-columns: 50px 1fr auto;
        grid-column-gap: 10px;
    }

    .cart-row .product-quantity {
        grid-column: 2/2;
    }

    .cart-row .product-price {
        grid-column: 3/3;
    }

    .cart-row .product-image {
        grid-row: 1/3;
    }
}

@media screen and (min-width:768px) {
    div#ic_extended_imaging {
        grid-column: 1/3;
    }
}

@media screen and (max-width:767px) {
    .onestepcheckout-index-index #gsHeader .wrapper {
        width: 100%;
    }
}

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

    .category-img.amlabel-div .amlabel-txt2.bottom-left,
    .category-img.amlabel-div .amlabel-txt2.bottom-right {
        height: 30px !important;

    }

    .category-img.amlabel-div .amlabel-txt2.bottom-left .amlabel-txt,
    .category-img.amlabel-div .amlabel-txt2.bottom-right .amlabel-txt {
        font-size: 13px !important;
    }

    .amlabel-txt2.top-right>.amlabel-txt {
        font-size: 19px !important;
    }

    .amlabel-txt2.top-right {
        max-height: initial !important;
        width: 60px !important;
        height: 60px !important;
    }

    .slider_item .amlabel-txt2.top-right {
        padding: 0px !important;
    }

    .product-view .product-right .mobile-desc-wrapper h2 {
        color: #000000;
    }
}

@media screen and (min-width:768px) {
    .amlabel-txt2.top-right {
        width: 70px !important;
        height: 70px !important;
    }

    .slider_item .amlabel-txt2.top-right {
        padding: 0px !important;
    }
}

@media screen and (max-width:767px) {
    .customer-account-changeforgotten .gsFullCol .input-text {
        height: 40px;
        line-height: 40px;
    }
}

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

    #ampromo-items .old-price .price,
    #ampromo-items .old-price .price-label,
    #ampromo-items .special-price span.price-label {
        float: none;
    }

    #ampromo-items .price-box p {
        margin: 0px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .catalog-product-view div#gsMain {
        margin-top: 167px;
    }

    .catalog-product-view {
        padding-top: 0px;
    }
}

.above_header_wrapper {
    overflow: hidden;
}

@media screen and (max-width:767px){
    .product_info_wrapper .bundle-wrapper .price-box .special-price .price{
        margin-left: 0px;
    }
    .product_info_wrapper .bundle-wrapper .price-box .old-price .price{
        float: none;
        margin-left: 0px;
    }
    .catalog-category-view .price-box.bundle .price{font-size: 15px;}
}

@media screen and (min-width:768px){
    .cart-row{grid-auto-flow: column;}
}
@media screen and (max-width:767px){
    .cart-row{grid-template-columns: 50px 1fr auto; grid-column-gap: 10px;}
    .cart-row .product-quantity{grid-column: 2/2;}
    .cart-row .product-price{grid-column:3/3;}
    .cart-row .product-image{grid-row: 1/3;}
}

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

    #ampromo-overlay.mode-popup .price-box .special-price .price,
    #ampromo-overlay.mode-popup .price-box .old-price .price {
        margin: 0px;
    }

    #ampromo-overlay #ampromo-items {
        display: block;
    }
}

/* mobile menu edits */
.sub-menu-active {
    display: none
}

.nav-topmenu,
.menuSlide {
    width: 100%;
    position: absolute;
}

.menuSlide {
    left: 100%;
    transition: .2s;
}
.stop-scroll{
    overflow: hidden;
    margin: 0;
    height: 100%;
    position: fixed;
}
.mobile-menu-wrapper{overflow-y:scroll!important;}

@media screen and (max-width:767px) {
    .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: #E3000B;
        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;
    }

    .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: #000000;
        font-size: 17px;
        font-weight: 700;
    }

    .last-cat{
        border-bottom: 1px dashed #CCCCCC;
        padding-bottom: 23px;
    }
}
#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;
}

.ampromo-label{
    float: right;
    position: absolute;
    z-index: 500;
}

.ampromo-gift .product-image{
    float: left;
}

.ampromo-gift li{
    margin: 10px 10px;
    float: left;
}

.ampromo-product-name{
    font-weight: bold;
}

.add-to-cart-wrapper .product-options {
    margin-bottom: 10px;
}

.ampromo-label{
    float: right;
    position: absolute;
    z-index: 1;
}
