* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* EXTRA ======================================================================= */
::-moz-selection {
  background: #9b9fa7;
  color: #fff;
}
::selection {
  background: #9b9fa7;
  color: #fff;
}
::-moz-selection {
  background: #9b9fa7;
  color: #fff;
}
#fixedframes {
  position: fixed;
  right: 30px;
  bottom: 15px;
}
#fixedframes #privacypolicy2,
#fixedframes #privacypolicy {
  margin-bottom: 15px;
  position: relative;
  background: #eeeeee;
  color: #9b9fa7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  max-width: 400px;
  min-width: 400px;
  font-size: 14px;
  line-height: 22px;
  margin-left: 30px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
#fixedframes #privacypolicy2.accent,
#fixedframes #privacypolicy.accent {
  background: #f5871f;
  color: white;
}
#fixedframes #privacypolicy2.accent .privacy-btn,
#fixedframes #privacypolicy.accent .privacy-btn {
  background-image: url('../images/privacy-close-white.svg');
}
#fixedframes #privacypolicy2.active,
#fixedframes #privacypolicy.active {
  display: block;
}
#fixedframes #privacypolicy2 a,
#fixedframes #privacypolicy a {
  color: #9b9fa7;
}
#fixedframes #privacypolicy2 .privacy-btn,
#fixedframes #privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* CMS ========================================================================= */
/* PLUGINS ===================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* VARIABLES =================================================================== */
@font-face {
  font-family: 'Antic Slab';
  src: url('../fonts/AnticSlab-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/PTSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/PTSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.grecaptcha-badge,
#rc-anchor-alert {
  display: none !important;
}
/* STYLES ====================================================================== */
a {
  color: inherit;
}
.blue {
  color: #0e1a66;
  font-weight: bold;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
h1 {
  /*font-size:16px;
	line-height:18px;
	padding-bottom:18px;
	border-bottom:1px solid @green;
	text-transform:uppercase;	*/
  font-family: 'Antic Slab', serif;
}
h2 {
  font-family: 'Antic Slab', serif;
  font-size: 28px;
  line-height: 35px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  margin: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
}
.green-title {
  color: #0e1a66;
}
.refblue {
  color: #36c;
}
.mobile {
  display: none;
}
.panelbutton {
  text-align: center;
}
.panelbutton a {
  padding: 5px 10px;
  color: white;
  border-radius: 10px;
  background: #f5871f;
  text-align: center;
  display: inline-block;
  margin: auto;
  text-decoration: none;
}
.panelbutton.fixed {
  position: fixed;
  z-index: 5000;
  left: 20px;
  top: 20px;
}
.panelbutton.fixed a {
  background: #d031b8;
}
@media only screen and (max-width: 1000px) {
  .mobile {
    display: block;
  }
  .nomobile {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .info .dollarpond {
    display: none!important;
  }
}
header {
  z-index: 100;
  position: fixed;
  width: 100%;
  background: #0e1a66;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
header .toggle {
  display: none;
}
header .logo {
  float: left;
  margin-left: 5%;
  position: relative;
  font-family: "Times";
}
header .logo a {
  margin: 31px 0;
  font-size: 30px;
  line-height: 22px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
header .logo a span {
  text-transform: none;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}
header .navcontainer {
  float: right;
  margin-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .navcontainer nav.navsearchcart {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
header .navcontainer nav ul {
  margin: 0;
  padding: 0;
}
header .navcontainer nav ul li {
  display: inline-block;
}
header .navcontainer nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 40px 0;
  margin-top: 0;
  margin-left: 20px;
  display: block;
  position: relative;
}
header .navcontainer nav ul li a.search,
header .navcontainer nav ul li a.cart {
  padding: 20px 0 !important;
}
@media only screen and (max-width: 400px) {
  header .navcontainer nav ul li a {
    margin-left: 10px;
  }
}
header .navcontainer nav ul li a:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0e1a66;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .navcontainer nav ul li a.buttonstyle:after {
  display: none;
}
header .navcontainer nav ul li a.buttonstyle span {
  padding: 7px 10px;
  border-radius: 10px;
  background: #7373b8;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
header .navcontainer nav ul li a.buttonstyle:hover span {
  background: #f5871f;
}
header .navcontainer nav ul li a.active {
  color: #e8e8e8;
}
header .navcontainer nav ul li a.active:after,
header .navcontainer nav ul li a:hover:after {
  background: white;
}
header .navcontainer nav ul li a.search,
header .navcontainer nav ul li a.cart {
  cursor: pointer;
  position: relative;
  top: 2px;
  /*color:red;
							background:green;*/
  padding: 0;
  font-size: 22px;
}
header .navcontainer nav ul li a.search:after,
header .navcontainer nav ul li a.cart:after {
  display: none;
}
header .navcontainer nav ul li a.search span.icon,
header .navcontainer nav ul li a.cart span.icon {
  min-height: 1px;
  min-width: 30px;
  display: inline-block;
}
header .navcontainer nav ul li a.search .itemsincart,
header .navcontainer nav ul li a.cart .itemsincart {
  position: relative;
  top: -10px;
  font-size: 10px;
  color: white;
  background: #7373b8;
  border-radius: 50%;
  padding: 2px 5px;
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
@media only screen and (max-width: 1000px) {
  header .logo {
    margin-left: 5%;
  }
  header .logo a {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    margin: 0;
    margin-top: 18px;
    font-size: 20px;
    line-height: 20px;
    font-size: 15px;
    line-height: 15px;
  }
  header .logo a span {
    font-size: 15px;
    line-height: 15px;
    font-size: 12px;
    line-height: 12px;
  }
  header .toggleontainer {
    width: 35px;
    height: 15px;
    position: relative;
    margin-right: 10px;
  }
  header .toggle {
    display: block;
    width: 35px;
    height: 15px;
    position: absolute;
    right: 0%;
    top: 45px;
    top: 25px;
    cursor: pointer;
    z-index: 99990;
  }
  header .toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: white;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .toggle:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: white;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .toggle.open:before {
    background: white;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
  }
  header .toggle.open:after {
    background: white;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50%;
  }
  header .navcontainer {
    margin-right: 5%;
  }
  header .navcontainer .navbasic {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: black;
    overflow-y: scroll;
  }
  header .navcontainer .navbasic ul {
    margin-top: 100px;
  }
  header .navcontainer .navbasic ul li {
    display: block;
    border-bottom: 1px solid white;
  }
  header .navcontainer .navbasic ul li a {
    padding: 20px ;
    margin-left: 0;
    /*&.buttonstyle{
								background:#7373b8;
							}*/
  }
  header .navcontainer .navbasic ul li a.active {
    background: #0e1a66;
  }
  header .navcontainer .navbasic ul li a:after {
    display: none;
  }
  header .navcontainer .navbasic.show {
    display: block;
  }
  header .navcontainer .navsearchcart {
    margin-top: 40px;
    margin-top: 0px;
  }
  header .navcontainer .navsearchcart ul li a {
    padding: 20px 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  header {
    /*.logo{
			//margin-top:50px;
			a{
				font-size:15px;
				span{
					font-size:12px;
				}	
			}
			 
		}	 	*/
  }
}
header.small .navcontainer nav ul li a {
  padding: 20px 0px;
}
@media only screen and (max-width: 1000px) {
  header.small .navcontainer nav ul li a {
    padding: 20px;
  }
}
header.small .logo a {
  margin: 0;
  margin-top: 18px;
  font-size: 15px;
  line-height: 16px;
}
header.small .logo a span {
  font-size: 12px;
  line-height: 12px;
}
.checkout {
  border: none;
  background: #0e1a66;
  color: white;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
}
.checkout span {
  font-size: 0.95em;
}
.checkout:hover {
  background: #9b9fa7;
}
.fedex {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fedex p {
  margin: 0;
}
.fedex .img img {
  display: inline-block;
  width: 120px;
  height: auto;
  border: 1px solid #ccc;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 10px;
}
.headerspacer {
  height: 130px;
}
.headerbanner figure {
  width: 100%;
  height: 280px;
  height: 160px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*&:after{
			content:'';
			position:absolute;
			top:0;left:0;right:0;bottom:0; 
			background-image: linear-gradient(to bottom, rgba(255,255,255,0),  rgba(255,255,255,1));	
		}*/
}
.headerbanner figure.loaded {
  opacity: 1;
}
.headerbanner figure img {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.headerbanner figure img.loaded {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .headerbanner {
    height: 100px;
  }
}
.subheadernavholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.subheadernavholder ul {
  list-style: none;
  margin: -10px;
  padding: 0;
}
.subheadernavholder ul li {
  display: inline-block;
  margin: 10px;
}
.subheadernavholder ul li a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 20px;
  background: #f1f1f1;
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subheadernavholder ul li a:hover,
.subheadernavholder ul li a.active {
  color: white;
  background: #607d8b;
}
@media only screen and (max-width: 1100px) {
  .subheadernavholder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0px;
  }
  .subheadernavholder ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .subheadernavholder ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1100px) {
  .subheadernavholder ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subheadernavholder ul li {
    margin: 5px;
  }
}
.inner {
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .inner {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.btncart {
  text-decoration: none;
  font-weight: 700;
  color: #9b9fa7;
}
.btncart span {
  margin-right: 10px;
}
.checkoutnav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 20px 0;
}
.checkoutnav li {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.checkoutnav li:hover,
.checkoutnav li.active {
  color: #0e1a66;
}
main .prodoverview_holder {
  margin-bottom: 100px;
}
main .prodoverview_holder .col_left {
  width: 160px;
  padding-right: 5px;
  float: left;
}
main .prodoverview_holder .col_left h1 {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 18px;
  border-bottom: 1px solid #0e1a66;
  text-transform: uppercase;
}
main .prodoverview_holder .col_left .countrynav {
  margin-top: 20px;
}
main .prodoverview_holder .col_left .countrynav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
main .prodoverview_holder .col_left .countrynav > ul ul {
  margin-top: 10px;
  padding-left: 10px;
  list-style: none;
}
main .prodoverview_holder .col_left .countrynav > ul > li {
  display: block;
  margin-bottom: 10px ;
}
main .prodoverview_holder .col_left .countrynav > ul > li a {
  display: block;
  padding: 4px 8px ;
  font-size: 14px;
  line-height: 19px;
  border-radius: 7px;
  background: #e8e8e8;
  background: #f0f0f0;
  text-decoration: none;
  color: #333;
}
main .prodoverview_holder .col_left .countrynav > ul > li a:hover {
  /*color:@green;	
								color:white;
								background:@green;*/
}
main .prodoverview_holder .col_left .countrynav > ul > li a.active {
  background: #0e1a66;
  color: white!important;
}
main .prodoverview_holder .col_left .countrynav > ul > li > ul {
  display: none;
}
main .prodoverview_holder .col_left .countrynav > ul > li > ul.active {
  display: block;
}
main .prodoverview_holder .col_left .countrynav > ul > li > ul > li {
  margin-bottom: 10px;
}
main .prodoverview_holder .col_left .countrynav > ul > li > ul > li > ul {
  display: none;
}
main .prodoverview_holder .col_left .countrynav > ul > li > ul > li > ul.active {
  display: block;
}
main .prodoverview_holder .col_left .countrynav > ul > li > ul > li > ul > li {
  margin-bottom: 10px;
}
main .prodoverview_holder .col_right {
  width: 78%;
  width: calc(100% - 160px);
  padding-left: 2%;
  float: right;
}
main .prodoverview_holder .col_right .centertitle {
  text-align: center;
  margin-bottom: 50px;
}
main .prodoverview_holder .col_right .crumbs {
  color: #0e1a66;
  margin-bottom: 20px;
  font-family: 'Antic Slab', serif;
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 18px;
  border-bottom: 1px solid #0d0938;
  text-transform: uppercase;
  margin-bottom: 30px;
}
main .prodoverview_holder .col_right .prodwrap {
  margin: -1%;
  /*opacity:0;
				transition: opacity .5s ease;
				&.loaded{
					opacity:1;	
				}*/
}
main .prodoverview_holder .col_right .prodwrap .results_up {
  margin-bottom: 30px;
  margin-left: 1%;
}
main .prodoverview_holder .col_right .prodwrap .proditem {
  margin: 1%;
  width: 31.333%;
  float: left;
  position: relative;
  display: block;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
}
main .prodoverview_holder .col_right .prodwrap .proditem .img {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #f0f0f0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
main .prodoverview_holder .col_right .prodwrap .proditem .img figure {
  width: 100%;
  margin: 20px;
  margin: 0px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
main .prodoverview_holder .col_right .prodwrap .proditem .img figure.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
main .prodoverview_holder .col_right .prodwrap .proditem .img figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
main .prodoverview_holder .col_right .prodwrap .proditem .img figure img.loaded {
  display: none;
}
main .prodoverview_holder .col_right .prodwrap .proditem:hover .img {
  -webkit-transform: scale(0.905);
      -ms-transform: scale(0.905);
          transform: scale(0.905);
}
main .prodoverview_holder .col_right .prodwrap .proditem .info {
  background: #fafafa;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 20px;
  padding: 0px 10px 10px 10px;
  opacity: 0.1;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
main .prodoverview_holder .col_right .prodwrap .proditem .info .pretitel {
  color: #7373b8;
  font-weight: bold;
}
main .prodoverview_holder .col_right .prodwrap .proditem .info.loaded {
  opacity: 1;
}
main .prodoverview_holder .col_right .prodwrap .proditem .info .kaartnum {
  color: grey;
  font-size: 12px;
}
main .prodoverview_holder .col_right .prodwrap .proditem .info .labelnew {
  font-size: 14px;
  background: #f5871f;
  color: white;
  padding: 2px 5px;
  border-radius: 10px;
}
main .prodoverview_holder .col_right .prodwrap .proditem .info .addtocart {
  font-size: 22px;
  display: inline-block;
  margin-top: 3px;
}
main .prodoverview_holder .col_right .prodwrap .proditem .info .price .euro {
  color: #0e1a66;
  line-height: 15px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
main .prodoverview_holder .col_right .prodwrap .proditem .info .price .dollarpond {
  color: grey;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
}
main .prodoverview_holder .col_right .navpagination {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
main .prodoverview_holder .col_right .navpagination.bottom {
  margin-top: 30px;
  border-top: 1px solid #e0dede;
}
main .prodoverview_holder .col_right .navpagination.bottom nav {
  margin-top: 30px;
}
main .prodoverview_holder .col_right .navpagination.top {
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #e0dede;
}
main .prodoverview_holder .col_right .navpagination.top .sortbyholder {
  font-size: 12px;
  color: #747474;
}
main .prodoverview_holder .col_right .navpagination.top .sortbyholder ul {
  margin: 0;
  padding: 0;
}
main .prodoverview_holder .col_right .navpagination.top .sortbyholder ul li {
  display: inline-block;
  margin: 0px 0px;
}
main .prodoverview_holder .col_right .navpagination.top .sortbyholder ul li a {
  text-decoration: none;
  border: 1px solid #e0dede;
  padding: 0px 6px ;
  display: inline-block;
}
main .prodoverview_holder .col_right .navpagination.top .sortbyholder ul li a span.notactive {
  display: none;
}
main .prodoverview_holder .col_right .navpagination.top .sortbyholder ul li a:hover,
main .prodoverview_holder .col_right .navpagination.top .sortbyholder ul li a.active {
  color: white;
  background: #0e1a66;
}
main .prodoverview_holder .col_right .navpagination.top .sortbyholder ul li a:hover.arrow,
main .prodoverview_holder .col_right .navpagination.top .sortbyholder ul li a.arrow {
  border: none;
  background: none;
  color: #747474;
}
@media only screen and (max-width: 600px) {
  main .prodoverview_holder .col_right .navpagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .prodoverview_holder .col_right .navpagination .sortbyholder {
    margin-bottom: 30px;
  }
}
main .prodoverview_holder .col_right .navpagination nav {
  display: block;
  clear: both;
  font-size: 12px;
  color: #747474;
}
main .prodoverview_holder .col_right .navpagination nav ul {
  margin: 0;
  padding: 0;
}
main .prodoverview_holder .col_right .navpagination nav ul li {
  display: inline-block;
  margin: 0px 0px;
}
main .prodoverview_holder .col_right .navpagination nav ul li a {
  text-decoration: none;
  border: 1px solid #e0dede;
  padding: 0px 6px ;
  display: inline-block;
}
main .prodoverview_holder .col_right .navpagination nav ul li a:hover,
main .prodoverview_holder .col_right .navpagination nav ul li a.active {
  color: white;
  background: #0e1a66;
}
main .prodoverview_holder .col_right .navpagination nav ul li a:hover.arrow,
main .prodoverview_holder .col_right .navpagination nav ul li a.arrow {
  border: none;
  background: none;
  color: #747474;
}
main .prodoverview_holder:before,
main .prodoverview_holder:after {
  content: "";
  display: table;
}
main .prodoverview_holder:after {
  clear: both;
}
main .prodoverview_holder:before,
main .prodoverview_holder:after {
  content: "";
  display: table;
}
main .prodoverview_holder:after {
  clear: both;
}
@media only screen and (max-width: 1000px) {
  main .prodoverview_holder .col_left {
    width: 100%;
    padding-right: 0%;
    float: none;
  }
  main .prodoverview_holder .col_left .breadcrumbscountries {
    position: relative;
    color: #0e1a66;
  }
  main .prodoverview_holder .col_left .breadcrumbscountries .crumbs {
    width: 70%;
  }
  main .prodoverview_holder .col_left .breadcrumbscountries .showall {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    padding: 5px 10px;
    line-height: 14px;
    font-size: 10px;
    margin-left: 20px;
    background: #9b9fa7;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border-radius: 50px;
    text-transform: uppercase;
  }
  main .prodoverview_holder .col_left .breadcrumbscountries .showall.left {
    position: static;
    right: auto;
    left: 0;
    margin-left: 0;
  }
  main .prodoverview_holder .col_left .breadcrumbscountries .showall:hover {
    background: #0e1a66;
  }
  main .prodoverview_holder .col_left .breadcrumbscountries:before,
  main .prodoverview_holder .col_left .breadcrumbscountries:after {
    content: "";
    display: table;
  }
  main .prodoverview_holder .col_left .breadcrumbscountries:after {
    clear: both;
  }
  main .prodoverview_holder .col_left .breadcrumbscountries:before,
  main .prodoverview_holder .col_left .breadcrumbscountries:after {
    content: "";
    display: table;
  }
  main .prodoverview_holder .col_left .breadcrumbscountries:after {
    clear: both;
  }
  main .prodoverview_holder .col_left .searchform {
    display: none;
  }
  main .prodoverview_holder .col_left .countrynav {
    display: none;
  }
  main .prodoverview_holder .col_left .countrynav.home {
    display: block !important;
  }
  main .prodoverview_holder .col_left .countrynav.home > ul li {
    display: inline-block;
  }
  main .prodoverview_holder .col_left .countrynav > ul li a {
    /*	display:none;
								&.active{
								 display:inline-block;
							}*/
    font-size: 14px;
  }
  main .prodoverview_holder .col_left .countrynav > ul ul {
    display: inline-block;
  }
  main .prodoverview_holder .col_left .countrynav > ul ul li a {
    font-size: 12px;
  }
  main .prodoverview_holder .col_right {
    margin-top: 50px;
    padding-left: 0;
    width: 100%;
    float: none;
  }
  main .prodoverview_holder .col_right .prodwrap .results_up {
    margin-bottom: 30px;
  }
  main .prodoverview_holder .col_right .prodwrap .proditem {
    width: 48%;
  }
}
@media only screen and (max-width: 550px) {
  main .prodoverview_holder .col_right .prodwrap .proditem .img figure {
    margin: 0px;
  }
  main .prodoverview_holder .col_right .prodwrap .proditem .info {
    font-size: 12px;
    line-height: 15px;
  }
  main .prodoverview_holder .col_right .prodwrap .proditem .info span.labelnew {
    padding: 0px 5px;
    border-radius: 0;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  main .prodoverview_holder .col_right .prodwrap .proditem .info span.breakup {
    line-height: 15px!important;
    height: 15px;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    width: 100%;
    position: relative;
    display: inline-block;
  }
  main .prodoverview_holder .col_right .prodwrap .proditem .info span.breakup:after {
    content: "...";
    position: absolute;
    background: #fafafa;
    top: 0;
    right: 0;
  }
}
main .kaartdetail_holder {
  margin-bottom: 80px;
}
main .kaartdetail_holder h1 .pretitel {
  color: #7373b8;
}
main .kaartdetail_holder .soldrelated_holder {
  background: #f0f0f0;
  margin-bottom: 5%;
  padding: 25px 25px;
}
main .kaartdetail_holder .soldrelated_holder > p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #f5871f;
}
main .kaartdetail_holder .soldrelated_holder .flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .kaartdetail_holder .soldrelated_holder .flexrow .left {
  width: 40%;
  position: relative;
}
main .kaartdetail_holder .soldrelated_holder .flexrow .left .back {
  color: #fff;
  padding: 10px 22px;
  line-height: 14px;
  font-size: 11px;
  text-decoration: none;
  background: #f5871f;
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 50px;
  text-transform: uppercase;
}
main .kaartdetail_holder .soldrelated_holder .flexrow .right {
  width: 40%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .kaartdetail_holder .soldrelated_holder .flexrow .right a {
  display: block;
  width: 100%;
  text-align: center;
}
main .kaartdetail_holder .soldrelated_holder .img {
  position: relative;
  width: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #f0f0f0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
main .kaartdetail_holder .soldrelated_holder .img figure {
  width: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  margin: 20px;
  margin: 0px;
}
main .kaartdetail_holder .soldrelated_holder .img figure.loaded {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
main .kaartdetail_holder .soldrelated_holder .img figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
main .kaartdetail_holder .soldrelated_holder .img figure img.loaded {
  display: none;
}
@media only screen and (max-width: 1000px) {
  main .kaartdetail_holder .soldrelated_holder .flexrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  main .kaartdetail_holder .soldrelated_holder .flexrow .left {
    width: 50%;
  }
  main .kaartdetail_holder .soldrelated_holder .flexrow .right {
    width: 50%;
    text-align: center;
  }
  main .kaartdetail_holder .soldrelated_holder .flexrow .right .img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  main .kaartdetail_holder .soldrelated_holder .flexrow .left {
    width: 100%;
  }
  main .kaartdetail_holder .soldrelated_holder .flexrow .right {
    width: 100%;
  }
}
main .kaartdetail_holder h1 {
  font-weight: normal;
  text-align: center;
  padding: 0 5%;
  margin: 25px auto 50px auto;
  font-size: 30;
  line-height: 40px;
  font-family: 'Antic Slab', serif;
}
main .kaartdetail_holder .kaartdetail {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
main .kaartdetail_holder .kaartdetail.loaded {
  opacity: 1;
}
main .kaartdetail_holder .kaartdetail .col_left {
  width: 59%;
  padding-right: 1%;
  float: left;
}
main .kaartdetail_holder .kaartdetail .col_left .slider {
  margin-top: 50px;
  position: relative;
  border: 1px solid #f0f0f0;
}
@media only screen and (min-width: 1000px) {
  main .kaartdetail_holder .kaartdetail .col_left .slider {
    margin-top: 0;
    height: 600px;
  }
}
main .kaartdetail_holder .kaartdetail .col_left .slider figure {
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  main .kaartdetail_holder .kaartdetail .col_left .slider figure {
    height: 600px;
  }
}
main .kaartdetail_holder .kaartdetail .col_left .slider figure > div {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: realtive;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .kaartdetail_holder .kaartdetail .col_left .slider figure a {
  cursor: pointer;
  position: relative;
  display: block;
}
main .kaartdetail_holder .kaartdetail .col_left .slider figure a span {
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 10;
  background: #0e1a66;
  background: #9b9fa7;
  padding: 8px 12px;
  font-size: 30px;
  color: white;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
main .kaartdetail_holder .kaartdetail .col_left .slider figure a span:hover {
  opacity: 1;
}
main .kaartdetail_holder .kaartdetail .col_left .slider figure img {
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  /* Zorgt ervoor dat de afbeelding niet wordt beïnvloed door tekstregels */
  margin: auto;
}
@media only screen and (min-width: 1000px) {
  main .kaartdetail_holder .kaartdetail .col_left .slider figure img {
    max-height: 600px;
  }
}
main .kaartdetail_holder .kaartdetail .col_left .slider .slick-next,
main .kaartdetail_holder .kaartdetail .col_left .slider .slick-prev {
  position: absolute;
  bottom: 80px;
  bottom: calc(50% - 20px);
  left: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 0px;
  width: 40px;
  height: 40px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #0e1a66;
  border-radius: 20px;
  background-image: url('../images/prev.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
  z-index: 99;
}
@media only screen and (max-width: 750px) {
  main .kaartdetail_holder .kaartdetail .col_left .slider .slick-next,
  main .kaartdetail_holder .kaartdetail .col_left .slider .slick-prev {
    left: 10px;
  }
}
main .kaartdetail_holder .kaartdetail .col_left .slider .slick-next:hover,
main .kaartdetail_holder .kaartdetail .col_left .slider .slick-prev:hover {
  background-color: #9b9fa7;
}
main .kaartdetail_holder .kaartdetail .col_left .slider .slick-next {
  right: 20px;
  left: auto;
  background-image: url('../images/next.svg');
}
@media only screen and (max-width: 750px) {
  main .kaartdetail_holder .kaartdetail .col_left .slider .slick-next {
    right: 10px;
  }
}
main .kaartdetail_holder .kaartdetail .col_left .sliderhelper {
  margin: 10px -2% 30px -2%;
}
main .kaartdetail_holder .kaartdetail .col_left .sliderhelper .thumb {
  width: 25%;
  padding: 2%;
  float: left;
  cursor: pointer;
}
main .kaartdetail_holder .kaartdetail .col_left .sliderhelper .thumb figure {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
main .kaartdetail_holder .kaartdetail .col_left .sliderhelper .thumb figure.loaded {
  opacity: 1;
}
main .kaartdetail_holder .kaartdetail .col_left .sliderhelper .thumb figure img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
main .kaartdetail_holder .kaartdetail .col_left .sliderhelper .thumb figure img.loaded {
  opacity: 1;
  display: none;
}
main .kaartdetail_holder .kaartdetail .col_left .sliderhelper:before,
main .kaartdetail_holder .kaartdetail .col_left .sliderhelper:after {
  content: "";
  display: table;
}
main .kaartdetail_holder .kaartdetail .col_left .sliderhelper:after {
  clear: both;
}
main .kaartdetail_holder .kaartdetail .col_left .sliderhelper:before,
main .kaartdetail_holder .kaartdetail .col_left .sliderhelper:after {
  content: "";
  display: table;
}
main .kaartdetail_holder .kaartdetail .col_left .sliderhelper:after {
  clear: both;
}
main .kaartdetail_holder .kaartdetail .col_left .mapmakerinfo {
  margin-top: 60px;
  padding: 10px 25px;
  background: #f0f0f0;
}
main .kaartdetail_holder .kaartdetail .col_left .mapmakerinfo hr {
  margin: 30px 0;
  background: #aaa;
}
main .kaartdetail_holder .kaartdetail .col_right {
  width: 39%;
  padding-left: 1%;
  line-height: 22px;
  float: right;
  background: #f0f0f0;
  padding: 10px 25px ;
  position: relative;
}
main .kaartdetail_holder .kaartdetail .col_right p.nomargin {
  margin: 0;
  padding: 0;
}
main .kaartdetail_holder .kaartdetail .col_right a {
  text-decoration: none;
}
main .kaartdetail_holder .kaartdetail .col_right .back {
  position: absolute;
  top: 25px;
  right: 20px;
  color: #fff;
  padding: 10px 22px;
  line-height: 14px;
  font-size: 11px;
  margin-left: 20px;
  background: #9b9fa7;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 50px;
  text-transform: uppercase;
}
main .kaartdetail_holder .kaartdetail .col_right .back:hover {
  background: #0e1a66;
}
main .kaartdetail_holder .kaartdetail .col_right .kaartnaam {
  font-size: 18px;
  line-height: 30px;
  width: 80%;
  color: #607d8b;
}
main .kaartdetail_holder .kaartdetail .col_right .kaartnaam p {
  margin-top: 15px;
}
main .kaartdetail_holder .kaartdetail .col_right .kaartnummer {
  font-size: 18px;
  font-weight: 700;
  color: #7373b8;
}
main .kaartdetail_holder .kaartdetail .col_right .labelnew {
  font-size: 14px;
  background: #f5871f;
  color: white;
  padding: 2px 5px;
  border-radius: 10px;
}
main .kaartdetail_holder .kaartdetail .col_right .reflink {
  /*text-decoration:underline;
					color:@green;
					transition: color .3s ease;
					&:hover{
						color:@lightgreen;
					}*/
  font-size: 14px;
  background: #7373b8;
  line-height: 25px;
  color: white;
  padding: 2px 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
main .kaartdetail_holder .kaartdetail .col_right .reflink:hover {
  background: #0e1a66;
}
main .kaartdetail_holder .kaartdetail .col_right .reflink.auth_cert {
  padding: 2px 5px;
  cursor: pointer;
  margin-left: 5px;
}
@media only screen and (max-width: 500px) {
  main .kaartdetail_holder .kaartdetail .col_right .reflink.auth_cert {
    padding: 0px 5px;
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
main .kaartdetail_holder .kaartdetail .col_right .txt_oranje {
  color: #f5871f;
}
main .kaartdetail_holder .kaartdetail .col_right .txt_purple {
  color: #7373b8;
}
main .kaartdetail_holder .kaartdetail .col_right .txt_small {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  font-weight: normal;
  line-height: 15px  ;
  font-size: 13px;
}
main .kaartdetail_holder .kaartdetail .col_right .txt_big {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  line-height: 18px;
  font-size: 18px;
}
main .kaartdetail_holder .kaartdetail .col_right .price {
  font-size: 18px;
}
main .kaartdetail_holder .kaartdetail .col_right .price .euro {
  color: #0e1a66;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
}
main .kaartdetail_holder .kaartdetail .col_right .price .dollarpond {
  color: grey;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
}
main .kaartdetail_holder .kaartdetail .col_right .price .btns {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .kaartdetail_holder .kaartdetail .col_right .price .btns.flexend {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .kaartdetail_holder .kaartdetail .col_right .price .btns .addtocart {
  color: #fff;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  background: #0e1a66;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 50px;
  text-transform: uppercase;
}
main .kaartdetail_holder .kaartdetail .col_right .price .btns .addtocart:hover {
  background: #9b9fa7;
}
main .kaartdetail_holder .kaartdetail .col_right .price .btns .addtocart.ml {
  margin-left: 20px;
}
main .kaartdetail_holder .kaartdetail .col_right .price .btns .addtocart.oranje {
  background: #f5871f;
}
main .kaartdetail_holder .kaartdetail .col_right .price .btns .addtocart.oranje:hover {
  background: black;
}
main .kaartdetail_holder .kaartdetail .col_right .price .btns .questions {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 5px 11px;
  font-size: 11px;
  margin-left: 10px;
  background: #9b9fa7;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 50px;
  text-transform: uppercase;
}
main .kaartdetail_holder .kaartdetail .col_right .price .btns .questions.noml {
  margin-left: 0;
}
main .kaartdetail_holder .kaartdetail .col_right .price .btns .questions:hover {
  background: #9b9fa7;
}
main .kaartdetail_holder .kaartdetail .col_right .price .btns .printbtn {
  vertical-align: middle;
  margin-left: 20px;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  main .kaartdetail_holder .kaartdetail .col_right .price .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .kaartdetail_holder .kaartdetail .col_right .price .btns .addtocart {
    margin-bottom: 20px;
    text-align: center;
  }
  main .kaartdetail_holder .kaartdetail .col_right .price .btns .questions {
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
main .kaartdetail_holder .kaartdetail .col_right .price #addfeedback {
  font-size: 14px;
  color: #7373b8;
  font-weight: 700;
}
main .kaartdetail_holder .kaartdetail .col_right hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #aaa;
  margin: 30px 0;
}
main .kaartdetail_holder:before,
main .kaartdetail_holder:after {
  content: "";
  display: table;
}
main .kaartdetail_holder:after {
  clear: both;
}
main .kaartdetail_holder:before,
main .kaartdetail_holder:after {
  content: "";
  display: table;
}
main .kaartdetail_holder:after {
  clear: both;
}
@media only screen and (max-width: 1200px) {
  main .kaartdetail_holder .kaartdetail .col_left {
    width: 49%;
  }
  main .kaartdetail_holder .kaartdetail .col_right {
    width: 49%;
  }
}
@media only screen and (max-width: 1000px) {
  main .kaartdetail_holder h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0px auto  0px auto;
  }
  main .kaartdetail_holder .kaartdetail .col_left {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
  main .kaartdetail_holder .kaartdetail .col_right {
    width: 100%;
  }
}
main .relateditemsholder {
  margin-bottom: 80px;
}
main .relateditemsholder h1 {
  width: 30%;
  padding-right: 2%;
  font-family: 'Antic Slab', serif;
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 18px;
  border-bottom: 1px solid #0e1a66;
  text-transform: uppercase;
  margin-bottom: 30px;
}
main .relateditemsholder .relateditemswrap {
  margin: -1%;
}
main .relateditemsholder .relateditemswrap .proditem {
  margin: 1%;
  width: 18%;
  width: 23%;
  float: left;
  position: relative;
  display: block;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  padding: 10px;
}
main .relateditemsholder .relateditemswrap .proditem .img {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #f0f0f0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
main .relateditemsholder .relateditemswrap .proditem .img figure {
  width: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  margin: 20px;
  margin: 0px;
}
main .relateditemsholder .relateditemswrap .proditem .img figure.loaded {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
main .relateditemsholder .relateditemswrap .proditem .img figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
main .relateditemsholder .relateditemswrap .proditem .img figure img.loaded {
  display: none;
}
main .relateditemsholder .relateditemswrap .proditem:hover .img {
  -webkit-transform: scale(0.905);
      -ms-transform: scale(0.905);
          transform: scale(0.905);
}
main .relateditemsholder .relateditemswrap .proditem .info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 20px;
  padding: 0px 10px 10px 10px;
  background: #fafafa;
  font-size: 14px;
  line-height: 18px;
}
main .relateditemsholder .relateditemswrap .proditem .info .pretitel {
  color: #7373b8;
  font-weight: bold;
}
main .relateditemsholder .relateditemswrap .proditem .info .kaartnum {
  color: grey;
  font-size: 12px;
}
main .relateditemsholder .relateditemswrap .proditem .info .labelnew {
  font-size: 14px;
  background: #f5871f;
  color: white;
  padding: 2px 5px;
  border-radius: 10px;
}
main .relateditemsholder .relateditemswrap .proditem .info .price .euro {
  color: #0e1a66;
  line-height: 15px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
main .relateditemsholder .relateditemswrap .proditem .info .price .dollarpond {
  color: grey;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
}
main .relateditemsholder .relateditemswrap:before,
main .relateditemsholder .relateditemswrap:after {
  content: "";
  display: table;
}
main .relateditemsholder .relateditemswrap:after {
  clear: both;
}
main .relateditemsholder .relateditemswrap:before,
main .relateditemsholder .relateditemswrap:after {
  content: "";
  display: table;
}
main .relateditemsholder .relateditemswrap:after {
  clear: both;
}
@media only screen and (max-width: 1000px) {
  main .relateditemsholder .relateditemswrap .proditem {
    width: 48%;
  }
}
@media only screen and (max-width: 550px) {
  main .relateditemsholder .relateditemswrap .img figure {
    margin: 0px;
  }
  main .relateditemsholder .relateditemswrap .proditem .info {
    font-size: 12px;
    line-height: 15px;
  }
  main .relateditemsholder .relateditemswrap .proditem .info.labelnew {
    padding: 0px 5px;
    border-radius: 0;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  main .relateditemsholder .relateditemswrap .proditem .info span.breakup {
    line-height: 15px!important;
    height: 15px;
    overflow-y: hidden;
    width: 100%;
    display: inline-block;
    position: relative;
  }
  main .relateditemsholder .relateditemswrap .proditem .info span.breakup:after {
    content: "...";
    position: absolute;
    background: #fafafa;
    top: 0;
    right: 0;
  }
}
.newsletterblock {
  background: #9b9fa7;
  padding: 40px 50px;
}
.newsletterblock h2 {
  color: white;
  margin-bottom: 0;
}
.newsletterblock .subtitel {
  color: white;
}
.newsletterblock .newsfeedback {
  font-size: 14px;
  color: black;
  font-weight: 700;
}
footer .footergreen {
  background: #0e1a66;
  color: white;
  padding: 25px 50px 30px 50px;
}
footer .footergreen .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*.col{
				width:25%;
				padding-right:5%;
				float:left;
			}*/
}
footer .footergreen .cols h4 {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}
footer .footergreen .cols .left {
  width: 40%;
  text-align: left;
}
footer .footergreen .cols .left a {
  text-decoration: none;
  display: inline-block;
}
footer .footergreen .cols .left a .icon {
  font-size: 22px;
  padding: 10px 5px 0 5px;
  display: block;
}
footer .footergreen .cols .right {
  width: 55%;
}
footer .footergreen:before,
footer .footergreen:after {
  content: "";
  display: table;
}
footer .footergreen:after {
  clear: both;
}
footer .footergreen:before,
footer .footergreen:after {
  content: "";
  display: table;
}
footer .footergreen:after {
  clear: both;
}
@media only screen and (max-width: 1100px) {
  footer .footergreen .cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*.half{
					&.last{
						width:30%;	
						.col{
						//width:95%;
						//float:none;
						width:100%;
						 
						}
					}
					&.first{
						width:70%;	
						.col{
							width:50%;	
						}
					}
					position:relative;
					float:left;
					
					
				}	*/
  }
  footer .footergreen .cols .left {
    width: 100%;
    text-align: center;
  }
  footer .footergreen .cols .right {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 800px) {
  footer .footergreen .cols .half.last {
    width: 100%;
  }
  footer .footergreen .cols .half.last .col {
    width: 50%;
  }
  footer .footergreen .cols .half.first {
    width: 100%;
  }
  footer .footergreen .cols .half.first .col {
    width: 50%;
  }
}
@media only screen and (max-width: 505px) {
  footer .footergreen .cols .half.last {
    width: 100%;
  }
  footer .footergreen .cols .half.last .col {
    width: 100%;
  }
  footer .footergreen .cols .half.first {
    width: 100%;
  }
  footer .footergreen .cols .half.first .col {
    width: 100%;
  }
}
footer .footerlinks {
  text-align: center;
  font-size: 12px;
  padding: 0px 5px 15px 5px;
}
footer .footerlinks a {
  margin: 0 10px;
}
footer .footerlinks a.nomargin {
  margin: 0;
}
.recentadditions {
  width: 100%;
  background: #9b9fa7;
  float: left;
  margin: 0 auto 100px ;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.recentadditions h2 {
  text-align: center;
  color: white;
  margin: 80px auto 50px;
}
.recentadditions .recent_wrap {
  margin: -1%;
  /*opacity:0;
		transition: opacity .5s ease;
		&.loaded{
			opacity:1;	
		}*/
}
.recentadditions .recent_wrap .proditem {
  margin: 1%;
  width: 23%;
  float: left;
  position: relative;
  display: block;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-color: transparent;
}
@media only screen and (max-width: 1000px) {
  .recentadditions .recent_wrap .proditem {
    width: 48%;
  }
}
@media only screen and (max-width: 550px) {
  .recentadditions .recent_wrap .proditem {
    width: 48%;
  }
}
.recentadditions .recent_wrap .proditem .img {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.recentadditions .recent_wrap .proditem .img figure {
  width: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  margin: 20px;
  margin: 0px;
}
@media only screen and (max-width: 550px) {
  .recentadditions .recent_wrap .proditem .img figure {
    margin: 5px;
  }
}
.recentadditions .recent_wrap .proditem .img figure.loaded {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.recentadditions .recent_wrap .proditem .img figure img {
  border: 1px solid #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.recentadditions .recent_wrap .proditem .img figure img.loaded {
  display: none;
}
.recentadditions .recent_wrap .proditem:hover .img {
  -webkit-transform: scale(0.905);
      -ms-transform: scale(0.905);
          transform: scale(0.905);
}
.recentadditions .recent_wrap .proditem .info {
  margin-top: 0px;
  background: #fafafa;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 20px;
  padding: 0px 10px 10px 10px;
  opacity: 0.1;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.recentadditions .recent_wrap .proditem .info.loaded {
  opacity: 1;
}
.recentadditions .recent_wrap .proditem .info .kaartnum {
  color: grey;
  font-size: 12px;
}
.recentadditions .recent_wrap .proditem .info .labelnew {
  font-size: 14px;
  background: #f5871f;
  color: white;
  padding: 2px 5px;
  border-radius: 10px;
}
.recentadditions .recent_wrap .proditem .info .price .euro {
  color: #0e1a66;
  line-height: 15px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.recentadditions .recent_wrap .proditem .info .price .dollarpond {
  color: grey;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 550px) {
  .recentadditions .recent_wrap .proditem .info {
    font-size: 12px;
    line-height: 15px;
  }
  .recentadditions .recent_wrap .proditem .info span.labelnew {
    padding: 0px 5px;
    border-radius: 0;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  .recentadditions .recent_wrap .proditem .info span.breakup {
    line-height: 15px!important;
    height: 15px;
    overflow-y: hidden;
    width: 100%;
    position: relative;
    display: inline-block;
  }
  .recentadditions .recent_wrap .proditem .info span.breakup:after {
    content: "...";
    position: absolute;
    background: #fafafa;
    top: 0;
    right: 0;
  }
}
.recentadditions .showallrecent {
  margin: auto;
  text-align: center;
  display: block;
}
.recentadditions .showallrecent a {
  margin-top: 50px;
  color: #fff;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  background: #0e1a66;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
}
.recentadditions .showallrecent a:hover {
  background: #607d8b;
}
.homeblock {
  clear: both;
  padding-top: 100px;
}
.homeblock .col1 {
  width: 48%;
  float: left;
  position: relative;
}
.homeblock .col1 .txtblock {
  margin-bottom: 50px;
  text-align: left;
}
.homeblock .col1 .imgblock figure {
  position: relative;
  margin-bottom: 20px;
}
.homeblock .col1 .imgblock figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.homeblock .col1 .imgblock figure img.loaded {
  opacity: 1;
}
.homeblock .col3 {
  width: 48%;
  float: right;
}
.homeblock .col3 .fairsholder .fair_item {
  text-decoration: none;
  margin-bottom: 10px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
}
.homeblock .col3 .fairsholder .fair_item .fair_left {
  margin-right: 10px;
  background: #9cc;
  background: #9b9fa7;
  width: 13%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: 'Antic Slab', serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.homeblock .col3 .fairsholder .fair_item .fair_left .date {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.homeblock .col3 .fairsholder .fair_item .fair_right {
  padding: 15px 10px;
  width: 85%;
  background: #9cc;
  background: #9b9fa7;
}
.homeblock .col3 .fairsholder .fair_item .fair_right .title {
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}
.homeblock .col3 .fairsholder .fair_item:before,
.homeblock .col3 .fairsholder .fair_item:after {
  content: "";
  display: table;
}
.homeblock .col3 .fairsholder .fair_item:after {
  clear: both;
}
.homeblock .col3 .fairsholder .fair_item:before,
.homeblock .col3 .fairsholder .fair_item:after {
  content: "";
  display: table;
}
.homeblock .col3 .fairsholder .fair_item:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .homeblock .col3 .fairsholder .fair_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homeblock .col3 .fairsholder .fair_item .fair_left {
    width: 100%;
    margin-bottom: 2px;
    padding: 10px;
  }
  .homeblock .col3 .fairsholder .fair_item .fair_right {
    width: 100%;
  }
}
.homeblock:before,
.homeblock:after {
  content: "";
  display: table;
}
.homeblock:after {
  clear: both;
}
.homeblock:before,
.homeblock:after {
  content: "";
  display: table;
}
.homeblock:after {
  clear: both;
}
@media only screen and (max-width: 1250px) {
  .homeblock .col1 {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  .homeblock .col1 .txtblock {
    max-width: 500px;
  }
  .homeblock .col2 {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .homeblock .col3 {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
    float: none;
  }
}
.textpage .col1 {
  width: 45%;
  width: 100%;
}
.textpage .col2 {
  width: 100%;
  max-width: 850px;
  margin: auto;
  margin-top: 50px;
}
.textpage .col2 .kartograaf_back {
  color: #fff;
  padding: 10px 22px;
  line-height: 14px;
  font-size: 11px;
  background: #9b9fa7;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 50px;
  text-transform: uppercase;
}
.textpage .col2 .kartograaf_back:hover {
  background: #0e1a66;
}
.textpage .col1 .plaintext,
.textpage .col2 .plaintext {
  margin-bottom: 50px;
}
.textpage .col1 .gallery,
.textpage .col2 .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1%;
}
.textpage .col1 .gallery.full,
.textpage .col2 .gallery.full {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.textpage .col1 .gallery .img_column,
.textpage .col2 .gallery .img_column {
  width: 48%;
  margin: 1%;
}
.textpage .col1 .gallery .img_column.full,
.textpage .col2 .gallery .img_column.full {
  width: 98%;
}
.textpage .col1 .gallery .img_column figure,
.textpage .col2 .gallery .img_column figure {
  position: relative;
  margin-bottom: 50px;
}
.textpage .col1 .gallery .img_column figure img,
.textpage .col2 .gallery .img_column figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.textpage .col1 .gallery .img_column figure img.loaded,
.textpage .col2 .gallery .img_column figure img.loaded {
  opacity: 1;
}
.textpage:before,
.textpage:after {
  content: "";
  display: table;
}
.textpage:after {
  clear: both;
}
.textpage:before,
.textpage:after {
  content: "";
  display: table;
}
.textpage:after {
  clear: both;
}
@media only screen and (max-width: 1000px) {
  .textpage .col1,
  .textpage .col2 {
    width: 100%;
    margin: auto;
    float: none;
    margin-bottom: 50px;
    padding-right: 0;
  }
}
.cartwrap {
  max-width: 650px;
}
.cartwrap h2 {
  margin-top: 0;
  text-transform: none;
}
.cartwrap .cartitem {
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cartwrap .cartitem .img {
  width: 20%;
}
.cartwrap .cartitem .img figure {
  position: relative;
}
.cartwrap .cartitem .img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cartwrap .cartitem .img figure img.loaded {
  opacity: 1;
}
.cartwrap .cartitem .info {
  width: 60%;
  margin: 0 50px;
}
.cartwrap .cartitem .info .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fafafa;
}
.cartwrap .cartitem .info .price .euro {
  color: #0e1a66;
  line-height: 15px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.cartwrap .cartitem .info .price .dollarpond {
  color: grey;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
}
.cartwrap .cartitem .delete {
  width: 20%;
  color: #7373b8;
  color: crimson;
  color: #9b9fa7;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
}
.cartwrap .cartitem .delete:hover {
  color: crimson;
}
#message {
  font-weight: 700;
  color: crimson;
}
#orderForm {
  max-width: 650px;
}
form {
  /*label, input, textarea {
      display: block;
    }*/
  /*@media only screen and (max-width: 450px) { 	
		max-width:100%;
	}*/
  text-align: left;
  margin-bottom: 20px;
}
form.checkout_form {
  /*#eu_vat_checkbox{
			display:inline-block;
			margin-right:20px;	
		}*/
}
form.checkout_form #billing_vatnumber {
  display: none;
}
form.checkout_form #billing_vatnumber.active {
  display: block;
}
form.checkout_form h2 {
  text-transform: none;
}
form.checkout_form .section_review,
form.checkout_form .section_shippingaddress,
form.checkout_form .different_shipping_form,
form.checkout_form .section_billingaddress {
  max-width: 650px;
  display: none;
}
form.checkout_form .section_review h2,
form.checkout_form .section_shippingaddress h2,
form.checkout_form .different_shipping_form h2,
form.checkout_form .section_billingaddress h2 {
  margin-top: 0;
}
form.checkout_form .section_review.active,
form.checkout_form .section_shippingaddress.active,
form.checkout_form .different_shipping_form.active,
form.checkout_form .section_billingaddress.active {
  display: block;
}
form.checkout_form .section_review .checkout_reviewitem .title {
  width: 60%;
  float: left;
}
form.checkout_form .section_review .checkout_reviewitem .price {
  width: 30%;
  float: right;
  text-align: right;
}
form.checkout_form .section_review .checkout_reviewitem .line {
  float: left;
  background-color: #ccc;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}
form.checkout_form .section_review #submitOrder {
  width: 100%;
  display: block;
  border: none;
}
form.checkout_form .section_review:before,
form.checkout_form .section_review:after {
  content: "";
  display: table;
}
form.checkout_form .section_review:after {
  clear: both;
}
form.checkout_form .section_review:before,
form.checkout_form .section_review:after {
  content: "";
  display: table;
}
form.checkout_form .section_review:after {
  clear: both;
}
form.checkout_form .section_review .totals .row {
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
}
form.checkout_form .section_review .totals .row.stroke {
  opacity: 0.5;
}
form.checkout_form .section_review .totals .row.stroke .title,
form.checkout_form .section_review .totals .row.stroke .price {
  text-decoration: line-through;
}
form.checkout_form .section_review .totals .row .title {
  width: 60%;
  float: left;
  text-align: right;
}
form.checkout_form .section_review .totals .row .title.red {
  color: crimson;
}
form.checkout_form .section_review .totals .row .price {
  width: 30%;
  float: right;
  text-align: right;
}
form.checkout_form .section_review .totals .row .price.red {
  color: crimson;
}
form.checkout_form .section_review .totals .row:before,
form.checkout_form .section_review .totals .row:after {
  content: "";
  display: table;
}
form.checkout_form .section_review .totals .row:after {
  clear: both;
}
form.checkout_form .section_review .totals .row:before,
form.checkout_form .section_review .totals .row:after {
  content: "";
  display: table;
}
form.checkout_form .section_review .totals .row:after {
  clear: both;
}
form.invisible {
  display: none;
}
form.navsearchform {
  position: fixed;
  top: 0;
  left: 50%;
  top: -100%;
  z-index: 99991;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #9b9fa7;
  padding: 20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 	
		input[type="text"]{
		 padding:10px;
		 background:black;
		 color:white!important;
		 border:none !important;
		 background:#333;
		 
		}
		button span.icon{
		 	color:white ;	
		}
		.search-submit,
		#search-submit{
			outline: 0;
		    cursor: pointer;
		    position: absolute;
		    top:0;
		    right: 5px;
		    height: 37px;
		    background: 0 0;
		    border: none;
		    //font-size:25px;
	 	}*/
}
form.navsearchform .title {
  color: black;
  font-weight: bold;
}
form.navsearchform .flexholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form.navsearchform .flexholder select,
form.navsearchform .flexholder input {
  width: calc(48%);
  background: white;
}
form.navsearchform.active {
  top: 0%;
}
@media only screen and (max-width: 1000px) {
  form.navsearchform {
    width: 100%;
  }
  form.navsearchform.active {
    top: 70px;
  }
}
form.navsearchform .close {
  color: black;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
}
form.navsearchform .reset {
  display: inline;
  margin-left: 20px;
  cursor: pointer;
}
form.navsearchform .search-submit {
  outline: 0;
  cursor: pointer;
  background: #7373b8;
  /* Achtergrond verwijderen */
  padding: 10px 20px;
  border-radius: 7px;
  border: none;
  color: white;
  font-weight: normal;
}
form.searchform {
  position: relative;
}
form.searchform .advanced_search {
  text-decoration: underline;
  color: #999;
  font-size: 12px;
  cursor: pointer;
  margin-top: -12px;
}
form.searchform .advanced_search:hover {
  color: black;
}
form.searchform input {
  border-radius: 7px;
  font-size: 11px;
  margin-bottom: 0 ;
}
form.searchform .search-submit,
form.searchform #search-submit {
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 5px;
  height: 37px;
  background: 0 0;
  border: none;
  font-size: 25px;
}
form .uniform__potty {
  position: absolute;
  left: -9999px;
}
form .error,
form .erroneous {
  border-color: red !important;
  color: red !important;
}
form input[type="email"],
form input[type="number"],
form input[type="text"] {
  border: none;
  padding: 10px;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  width: 100%;
  color: #2c2b2a;
  margin-bottom: 20px;
}
form input[type="email"]::-webkit-input-placeholder, form input[type="number"]::-webkit-input-placeholder, form input[type="text"]::-webkit-input-placeholder {
  color: #999;
}
form input[type="email"]::-moz-placeholder, form input[type="number"]::-moz-placeholder, form input[type="text"]::-moz-placeholder {
  color: #999;
}
form input[type="email"]:-ms-input-placeholder, form input[type="number"]:-ms-input-placeholder, form input[type="text"]:-ms-input-placeholder {
  color: #999;
}
form input[type="email"]::-ms-input-placeholder, form input[type="number"]::-ms-input-placeholder, form input[type="text"]::-ms-input-placeholder {
  color: #999;
}
form input[type="email"]::placeholder,
form input[type="number"]::placeholder,
form input[type="text"]::placeholder {
  color: #999;
}
form textarea {
  border: none;
  -webkit-appearance: none;
  padding: 10px  ;
  border: 1px solid #ccc;
  width: 100%;
  resize: none;
  height: 100px;
  overflow-x: hidden;
  color: #2c2b2a;
  margin-bottom: 20px;
}
form textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #2c2b2a;
  font-size: 10px;
}
form textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #2c2b2a;
  font-size: 10px;
}
form textarea:-ms-input-placeholder {
  text-transform: uppercase;
  color: #2c2b2a;
  font-size: 10px;
}
form textarea::-ms-input-placeholder {
  text-transform: uppercase;
  color: #2c2b2a;
  font-size: 10px;
}
form textarea::placeholder {
  text-transform: uppercase;
  color: #2c2b2a;
  font-size: 10px;
}
form #news-submit,
form #form-submit {
  border: none;
  display: block;
  width: 100%;
  background: #0e1a66;
  border-color: #28a4c9;
  padding: 10px;
  color: white;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
form #news-submit.disabled,
form #form-submit.disabled {
  pointer-events: none;
  opacity: 0.5;
}
form label {
  display: block;
  margin-bottom: 10px;
  padding: 0;
}
form input[type="radio"],
form input[type="checkbox"] {
  border-color: #e1e1e1;
  background-color: #fcfcfc;
  color: #333333;
  margin: 6px 0;
  width: auto;
  font-size: 11px;
  display: inline-block;
  margin: 0px 10px 20px 0;
}
form select {
  border: none;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: #2c2b2a;
  margin-bottom: 20px;
  width: 100%;
  background-color: white;
  -webkit-appearance: none;
  /*background-image: url('../../assets/images/selectarrows.png');
      background-position: center right;
      background-repeat: no-repeat;*/
  /**/
}
@media only screen and (max-width: 1000px) {
  form.navsearchform .flexholder {
    margin-top: 50px;
  }
  form.navsearchform .flexholder select,
  form.navsearchform .flexholder input {
    width: 100%;
  }
}
.fixedform {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
  display: none;
}
.fixedform .closeAddedPopup {
  cursor: pointer;
  text-decoration: underline;
}
.fixedform .fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.fixedform .formwrap {
  background: white;
  max-width: 900px;
  max-height: calc(100% - 90px);
  width: 90%;
  overflow-y: auto;
  margin: 30px auto;
  margin-top: 60px;
  position: relative;
  border: 1px solid #666;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fixedform .formwrap.small {
  max-width: 570px;
}
.fixedform .formwrap.in {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fixedform .formwrap .close {
  position: absolute;
  top: 00px;
  right: 00px;
  font-size: 30px;
  color: white;
  padding: 20px;
  cursor: pointer;
}
.fixedform .formwrap .titel {
  background: #0e1a66;
  padding: 20px;
  color: white;
}
.fixedform .formwrap .popupcontent {
  clear: both;
  padding: 20px;
}
.fixedform .formwrap .popupcontent .continue {
  padding: 7px 10px;
  background: #7373b8;
  border-radius: 7px;
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixedform .formwrap .popupcontent .continue:hover {
  background: #f5871f;
}
.fixedform .formwrap .popupcontent .added_price {
  color: #0e1a66;
}
.fixedform .formwrap .contactform {
  clear: both;
  padding: 20px;
}
.fixedform .formwrap .contactform .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fixedform .formwrap .contactform .col3 .colitem {
  width: 30%;
}
.fixedform .formwrap .contactform .col3 select {
  padding: 7px 10px;
}
.fixedform .formwrap .contactform #form-submit {
  width: auto;
  display: inline-block !important;
}
.fixedform .formwrap .auth_holder {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fixedform .formwrap .auth_holder .left {
  width: 140px;
}
.fixedform .formwrap .auth_holder .left img {
  display: block;
  width: 100%;
  height: auto;
}
.fixedform .formwrap .auth_holder .right {
  width: calc(100% - 160px);
}
@media only screen and (max-width: 600px) {
  .fixedform .formwrap .auth_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fixedform .formwrap .auth_holder .right {
    width: 100%;
    margin-top: 20px;
  }
}
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  background-color: white;
  /* box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;*/
}
.StripeElement--focus {
  -webkit-box-shadow: 0 1px 3px 0 #cfd7df;
          box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: crimson;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
#card-errors {
  margin-top: 20px;
  margin-bottom: 20px;
  color: crimson;
}
.kredietkaartholder {
  display: none;
  min-height: 40px;
}
.kredietkaartholder.active {
  display: block;
}
.validate-coupon {
  float: right;
  cursor: pointer;
}
#submitOrder.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
/* MEDIA QUERY'S =============================================================== */
.print_header {
  display: none;
}
.print_footer {
  display: none;
}
@media print {
  .mobile {
    display: block !important;
  }
  .nomobile {
    display: none !important;
  }
  .print_header {
    display: block;
    top: 0px;
    width: calc(100% - 80px);
    margin: 0 40px;
    border-bottom: 1px solid grey;
  }
  .print_footer {
    display: block;
    top: 0px;
    width: calc(100% - 80px);
    margin: 0 40px;
    margin-top: 100px;
    border-top: 1px solid grey;
  }
  .panelbutton.fixed {
    display: none;
  }
  .headerspacer {
    height: 20px;
    display: none;
  }
  header {
    background-color: black;
    display: none;
  }
  header .navsearchform,
  header .navcontainer {
    display: none;
  }
  footer {
    display: none;
  }
  main .kaartdetail_holder h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 50px auto  50px auto;
  }
  main .kaartdetail_holder .kaartdetail .col_left {
    width: 100%;
    margin: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .kaartdetail_holder .kaartdetail .col_left .slider.slick-slider {
    width: 450px;
    /*.slick-slide.slick-current.slick-active{
							width: 400px;
							>div{
								width: 400px;
							}
						}*/
    width: 400px;
    height: auto !important;
    margin: auto !important;
    text-align: center;
  }
  main .kaartdetail_holder .kaartdetail .col_left .slider.slick-slider .slick-prev {
    display: none !important;
  }
  main .kaartdetail_holder .kaartdetail .col_left .slider.slick-slider .slick-next {
    display: none !important;
  }
  main .kaartdetail_holder .kaartdetail .col_left .slider.slick-slider .slick-list.draggable {
    height: auto !important;
  }
  main .kaartdetail_holder .kaartdetail .col_left .slider.slick-slider .slick-slide {
    height: 0;
  }
  main .kaartdetail_holder .kaartdetail .col_left .slider.slick-slider .slick-slide.slick-current.slick-active {
    display: block !important   ;
    position: relative;
    width: 400px !important;
    height: auto;
  }
  main .kaartdetail_holder .kaartdetail .col_left .slider.slick-slider .slick-slide.slick-current.slick-active > div {
    width: 400px !important;
  }
  main .kaartdetail_holder .kaartdetail .col_left .slider.slick-slider a span {
    display: none;
  }
  main .kaartdetail_holder .kaartdetail .col_left .slider.slick-slider figure img {
    width: 400px !important;
    height: auto !important;
  }
  main .kaartdetail_holder .kaartdetail .col_left .sliderhelper {
    display: none;
  }
  main .kaartdetail_holder .kaartdetail .col_left .mapmakerinfo {
    padding: 0 !important;
  }
  main .kaartdetail_holder .kaartdetail .col_right {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 50px;
    background: transparent;
  }
  main .kaartdetail_holder .kaartdetail .col_right .back {
    display: none;
  }
  main .kaartdetail_holder .kaartdetail .col_right .price .btns {
    display: none;
  }
  main .kaartdetail_holder .kaartdetail .col_right hr {
    display: none;
  }
  main .relateditemsholder {
    display: none;
  }
}
