@import 'fonts.css?v=2013071801';
@import 'skeleton.mobileonly.min.css?v=2013071801';
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import 'jquery.qtip.min.css?v=2013071801';
@import 'jquery-ui-1.10.3.custom.min.css';
@import '_submenu.css?_=2017062601';
@import 'sprites.css';

.sprite-icon {
    display: inline-block;
    font-size: 0.5em;
}

@font-face {
    font-family: 'Memphis LT CYR';
    src: url('../fonts/MemphisLTCYR-Medium.eot');
    src: url('../fonts/MemphisLTCYR-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MemphisLTCYR-Medium.woff') format('woff'),
    url('../fonts/MemphisLTCYR-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Memphis LT CYR';
    src: url('../fonts/MemphisLTCYR-Bold.eot');
    src: url('../fonts/MemphisLTCYR-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MemphisLTCYR-Bold.woff') format('woff'),
    url('../fonts/MemphisLTCYR-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate.truncate-3 {
    -webkit-line-clamp: 3;
    max-height: 4.75rem;
}

.truncate.truncate-show-all {
    overflow: visible;
    -webkit-line-clamp: unset;
    max-height: none;
}

a[data-toggle="truncate"] {
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    text-transform: lowercase;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

img {
    border: 0px;
}

img.img {
    width: 100%;
}

pre {
    clear: both;
}

/* Alerts */

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}

.hidden {
    display: none !important;
}

.knitbg {
    background: url(../images/pattern_knitted.png?_=2) repeat #f3f3f3;
}

.pager td {
    padding: 4px;
}

.pagerFirst, .pagerPrevious {
    text-align: left;
    width: 10%;
}

.pagerNext, .pagerLast {
    text-align: right;
    width: 10%;
}

.pagerSelection {
    text-align: center;
    width: 60%;
}

.pagerSelectionItem {
    text-align: center;
}

.pagerSelectionItemActive {
    text-align: center;
    font-weight: bold;
}

.pagerAbstract {
    font-weight: bold;
    text-align: center;
}

.cmsError {
    border: 1px solid black;
    background-color: #D1E428;
}

input[type=text], input[type=password], input[type=submit], input[type=date], input[type=email], select {
    -webkit-appearance: none;
}

input[type=text].errored, input[type=date].errored, select.errored, textarea.errored   {
    background-color: #fce9e9;
    border: 1px solid #fce9e9;
}

span.errored {
    display: none;
}

#form158 input.errored  {
    border-width:1px;
}

html body.category {
    overflow-x: hidden;
}

html body img.errored   {
    background-color:#fce9e9;
    border-color:#c93f2d;
    border-style:solid;
    border-width:1px 1px 1px 0;
    display:block;
    height:16px;
    width:16px;
}

p.error {
    background-color:#fce9e9;
    border:1px solid #c93f2d;
    line-height: 1.5em;
    text-align: center;
    width: 50%;
    margin: .5em auto;
}

input.readOnly {
    color: black;
    background-color: #D4D0C8;
}

div.cms-internal-error {
    color: #dd0000;
}

body {
    margin: 0 auto;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    color: #57585b;
    line-height: 1.5em;
    letter-spacing: 0.025em;
}

p {
    margin: 0 0 10px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=date],
textarea {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;

    background: #f9f9f9;
    border: 0;
    border-radius: 2px;
    line-height: 36px;
    padding: 0 9px;
    -webkit-box-shadow: inset 0px 1px 9px 0 rgba(200, 200, 200, 0.1);
    box-shadow: inset 0px 1px 9px 0 rgba(200, 200, 200, 0.1);
    box-sizing: border-box;
    width: 100%;
    max-width: 345px;
}

textarea {
    height: 100px;
    text-align: left;
}

input[type=password], input[type=email], input.username {
    padding-left: 36px;
}

input ~ span.sprite-icon, select ~ i.sprite-icon {
    position: absolute;
    top: 7px;
    font-size: .27em;
}

input ~ span.sprite-icon {
    left: 10px;
}

select ~ i.sprite-icon {
    right: 10px;
    font-size: .2em;
    line-height: 22px;
    pointer-events: none;
}

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select > select {
    min-width: 50px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 2px #d7d7d7;
    height: 36px;
}

input[type=password] ~ span.icon:before {
    content: "\f023";
    font-size: 16px;
}

input[type=email] ~ span.icon:after, input.username ~ span.icon:after {
    content: "\f0e0";
    font-size: 16px;
}

input.validate {
    margin-bottom: 0;
}

input[value].validate:valid, input[type=password].dirty.validate:valid {
    -webkit-box-shadow: 0px 2px 0 0 rgba(114, 199, 66, 0.75), inset 0px 1px 9px 0 rgba(200, 200, 200, 0.1);
    box-shadow: 0px 2px 0 0 rgba(114, 199, 66, 0.75), inset 0px 1px 9px 0 rgba(200, 200, 200, 0.1);
}

input[value].validate + span, input[value].validate:invalid + span {
    display: none;
}
input[value].validate.errored + span {
    display: none !important;
}
input[value].validate:valid + span {
	display: block;
	position: absolute;
	color: #72c742;
	width: 14px;
	height: 11px;
	top: 12px;
	right: 18px;
	background: url(../images/icon_check.png) no-repeat;
}

input.validate.dirty:invalid, input.validate.errored:valid, input.validate.errored:invalid {
    background-color: #f6e2e2;
    -webkit-box-shadow: 0px 2px 0 0 rgba(199, 66, 66, 0.75), inset 0px 1px 9px 0 rgba(200, 200, 200, 0.1);
    box-shadow: 0px 2px 0 0 rgba(199, 66, 66, 0.75), inset 0px 1px 9px 0 rgba(200, 200, 200, 0.1);
}

select {
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 2px #d7d7d7;
    padding: 7px;
    font-family: 'Quicksand', sans-serif;
    color: #57585b;
}


input[type=text]::-webkit-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=text]:-moz-placeholder {
    color: #bfbfbf;
}
input[type=button], input[type=submit], .register-button, .button-submit {
	text-align: center;
	border: none;
	border-radius: 3px;
	font-family: Quicksand, sans-serif;
	font-weight: 500;
	color: white;
	height: 45px;
	padding: 10px 18px 10px 18px;
	font-size: 10pt;
	cursor: pointer;
	background-color: #60aa71;
	width: 100%;
	max-width: 345px;
	box-sizing: border-box;
	text-transform: uppercase;
}

input[type=submit].add-to-cart-button, .add-to-cart-button {
    max-width: none;
    height: 55px;
}

a.button-submit {
    text-decoration: none;
}

a.button-submit:hover{
    color: white;
    font-weight: 500;
}


a.btn {
    border: none;
    border-radius: 3px;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    color: white;
    height: 45px;
    padding: 13px 80px 13px 19px;
    font-size: 11pt;
    cursor: pointer;
    background: #b0b1b2;
    text-decoration: none;
}

a.btn.text {
    background: none;
    color: #929294;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

a.btn:hover {
    background-color: #58595b;
    font-weight: 500;
    color: white;
}

a.btn.text:hover {
    font-weight: 500;
    color: #57585b;
}

.register-button {
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.register-button:hover {
    color: white;
    font-weight: normal;
}

.clear_input_div {
    float: left;
    margin-right: 4px;
    margin-bottom: 10px;
    width: 100%;
}

.centerText {
    text-align: center;
}

.tooltip {
    cursor: help;
}

.icon.tooltip > img {
    transform: scale(.5, .5);
}

#body-main-image-link, #body-main-image-link > picture > img{
    overflow-x: hidden;
    width: 100%;
    display: block;
}

.container.full-width {
    width: 100%;
    max-width: 1920px;
}

@media only screen and (min-width: 192px) {
  .container.full-width {
    max-width: 2560px;
  }
}


/*----------------
Headings
----------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    line-height: 20px;
    color: #57585b;
    text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1,
h2,
h3 {
    line-height: 1.2em;
}

h1 {
    font-size: 38.5px;
}

h2 {
    font-size: 31.5px;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

h1 small {
    font-size: 24.5px;
}

h2 small {
    font-size: 17.5px;
}

h3 small {
    font-size: 14px;
}

h4 small {
    font-size: 14px;
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Headings */

a {
    color: #58595b;
}

a.no-underline {
    text-decoration: none;
}


a:hover {
    color: #58595b;
    font-weight: bold;
}

.clear {clear: both;}
.floatLeft {float: left;}
.floatRight {float: right;}
.disabled {display: none;}
.margin5px {margin: 5px;}
.margin8px {margin: 8px;}
.margin10px {margin: 10px;}


    /* #Base 960 Grid
    ================================================== */

    .visible-phone
    {
        display: none !important
    }

    /*  #Mobile (Portrait)
    ================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 768px)
    {
        .hidden-desktop
        {
            display: none !important
        }
    }

    @media only screen and (max-width: 767px)
    {
        .hidden-phone
        {
            display: none !important
        }

        .visible-phone
        {
            display: inherit !important
        }
    }

/*----------------
Button arrow
----------------*/
/*
button.arrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0
}

button.arrow,
button.arrow span {
    display: block;
    height: 54px;
    width: 74px
}

button.arrow span {
    background-position: top;
    background-repeat: no-repeat;

    -webkit-transition: background-position .2s;
    -moz-transition: background-position .2s;
    -ms-transition: background-position .2s;
    -o-transition: background-position .2s;
    transition: background-position .2s;
}

button.arrow.next span {
    background-image: url('/img/arrow_next.png');
}

button.arrow.next:hover span {
    background-position: 0 -59px
}
*/
/*----------------
Socialmedia
----------------*/

#socialmedia {
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 9998;
}

#socialmedia ul {
    margin: 0;
    padding:0;
}

#socialmedia ul li {
    margin: 0;
    padding:0;
    list-style: none;
}

#socialmedia ul li a {
    border: none;
    font-size: 0;
    line-height: 0;
    color: transparent;
    display: block;
    width: 46px;
    height: auto;
    margin-bottom: 4px;
    overflow: hidden;
}

#socialmedia ul li a img {
    padding-left: 10px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

#socialmedia ul li a:hover img {
    padding-left: 0;
}

#socialmedia ul li a img{
    border: none;
}

/*----------------
Top header
----------------*/

#topHeaderWrapper, #HeaderWrapper {
    width: 100%;
    margin: 0 auto;
    /*height: 530px;*/
}

#topHeaderWrapper #topElementsWrapper, #HeaderWrapper #topElementsWrapper, #headerTopWrapper
{
    position: relative;
    z-index: 9998;
    background: #fff;
}

#topHeaderWrapper #topElementsWrapper {
    height: 49px;
}

#headerTopWrapper {
    border-bottom: 1px solid #f6f6f6;
    z-index: 9999;
}

#topElementsWrapper > .container {
    padding-top: 9px;
}

#topHeaderWrapper .container .top-links {
    float: right;
}

#topHeaderWrapper .container .top-links ul {
    padding: 0;
    margin: 0;
    float: left;
}

#topHeaderWrapper .container .top-links ul li {
    float: left;
    list-style-type: none;
    margin-left: 1em;
}

#topHeaderWrapper .container .top-links ul li:first-child {
    margin-left: 0;
}

#topHeaderWrapper .container .top-links a {
    text-decoration: none;
    background: url(../images/text_dot.png) no-repeat left 5px center;
    padding-left: 14px;
}

#topHeaderWrapper .container .top-links a:first-child {
    padding-left: 0;
    background: none;
}

#topHeaderWrapper .container a.logo {
    position: absolute;
    left: 10px;
    top: 8px;
}

#topHeaderWrapper .container a.logo img {
    height: 100px;
    border: none;
}

#topHeaderWrapper .container .searchBar {
    float: right;
    margin-left: 10px;
    width: 300px;
}

#topHeaderWrapper .container .searchBar #searchForm {
    position: relative;
    height: 32px;
}

#topHeaderWrapper .container .searchBar input[type=text] {
    width: 100%;
    line-height: 32px;
}

#topHeaderWrapper .container .searchBar input[type=image] {
    position: absolute;
    top: 10px;
    right: 20px;
}

.shoppingcartSummary {
    display: block;
    color: #58595B;
    min-width: 60px;
    position: relative;
    float: right;
    margin-left: 20px;
    line-height: 32px;
    text-decoration:none;
}

.shoppingcartSummary .sprite-icon {
    position: absolute;
    right: 0;
}

.shoppingcartSummary .shoppingcart-product-count {
    position: absolute;
    top: 0;
    right: -4px;
    display: inline-block;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    font-size: 9px;
    border-radius: 50%;
    background: #70c14c;
    text-align: center;
    line-height: 14px;
    width: 14px;
    height: 14px;
    color: white;
    pointer-events: none;
}

.shoppingcartSummary a {
    margin-right: -10px;
    padding-right: 42px;
    text-decoration: none;
    text-align: right;
    display: block;
    min-width: 65px;
}

.shoppingcartSummary .sign {
    display: none;
}

/* -- Start main menu -- */

#topHeaderWrapper .container .mainMenu {
    float: left;
    margin-left: 119px;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    color: #58595b;
}

#topHeaderWrapper .container .mainMenu .container {
    width: 100%;
}

#topHeaderWrapper .container .mainMenu .container .row {
    margin-bottom: 0;
}

#topHeaderWrapper .container .mainMenu .menu-link,
#topHeaderWrapper .container .mainMenu .toggle-link
{
    display: none
}

#topHeaderWrapper .container .mainMenu ul {
    float: right;
    margin: 0;
    padding: 0;
}

#topHeaderWrapper .container .mainMenu ul li {
    float: left;
    display: block;
    padding: 0;
}

#topHeaderWrapper .container .mainMenu ul li a,
    #topHeaderWrapper .container .mainMenu ul li div
{
    text-decoration: none;
    float: left;
    font-size: 12pt;
    display: block;
    height: 22px;
    overflow: hidden;
    padding: 0;
}

#topHeaderWrapper .container .mainMenu ul li {
    display: block;
    padding: 5px 30px 5px 0;
}

#topHeaderWrapper .container .mainMenu ul li.active a {
    color: #58595b;
	font-weight: 700;
}

#topHeaderWrapper .container .mainMenu ul li a {
    color: #58595b;
}

#topHeaderWrapper .container .mainMenu ul li:first-child, #topHeaderWrapper .container .mainMenu ul li.first-child {
    padding-left: 0;
}

#topHeaderWrapper .container .mainMenu ul li:last-child, #topHeaderWrapper .container .mainMenu ul li.last-child {
    padding-right: 0;
}

/* -- Start dropdown main menu -- */

#topHeaderWrapper .container .mainMenu ul li ul {
    display: none;
}


/* -- Start header image -- */

#HeaderWrapper .cloud-light-l,
#HeaderWrapper .header-img,
#HeaderWrapper .header-img .cloud-dark-m
{
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
}

#HeaderWrapper .parallax.cloud-light-l
{
    background-image: url('../images/cloud_light_l.png');
    background-position: 50% -120px;
    position: absolute;
    top: 0;
    z-index: 5
}

#HeaderWrapper .header-img
{
    background-color: #e7e7e7;
    background-position: 50% 0;
    position: relative;
}

    #HeaderWrapper .header-img .layer
    {
        position: absolute
    }

    #HeaderWrapper .header-img .movingElement
    {
        position: absolute;
        z-index: 15
    }

    #HeaderWrapper .header-img .cloud-dark-m
    {
        background-image: url('../images/cloud_dark_m.png');
        background-position: 50% 300px
    }

/*----------------
(homepage) News
----------------*/

#newsWrapper {
    background: #c9cacc;
    width: 100%;
    float: left;
    position: relative;
    z-index: 9900;
}

#newsWrapper h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    line-height: 1.5em;
    margin: 20px 0 0 0;
    padding: 0;
    font-weight: normal;
}

#newsWrapper .container {
    padding: 18px 0;
    position: relative;
}

#newsWrapper .container .left h5 {
    color: #cf161c;
    margin-top: 0;
}

#newsWrapper .container .left {
    width: 63px;
    float: left;
}

#newsWrapper .container .left p {
    max-height: 8em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#newsWrapper .container .right {
    width: 832px;
    float: left;
}

#newsWrapper .container .slider {
    background: #fff;
    float: left;
    height: 250px;
    font-size: 14px;
}

#newsWrapper .container .slider .bx-wrapper {
    margin-bottom: 0;
    height: 100%;
}

#newsWrapper .container .slider .bx-prev {
    display: none;
}

#newsWrapper .container .slider .bx-next {
    right: -67px;
}

#newsWrapper .container .slider .bx-next:hover {
    right: -77px;
}

#newsWrapper .container .slider .filler {
    border: 1px dashed #8a8b8a;
    float: left;
    min-height: 248px;
    height: 100%;
}

#newsWrapper .container .slider .filler ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#newsWrapper .container .slider .filler li {
    list-style: none;
    margin: 0;
    position: relative;
    height: 248px;
}

#newsWrapper .container .slider .filler .left {
    float: left;
    margin: 2.5%;
    width: 45%;
}

#newsWrapper .container .slider .filler .right {
    float: right;
    margin: 2.5%;
    width: 45%;
    height: 208px;
    overflow: hidden;
}

#newsWrapper .container .slider .filler p.title {
    font-weight: bold;
    color: #d61518;
    font-size: 18px;
}

#newsWrapper .container .slider .filler img {
    display: block;
    margin: 0 auto;
}

#newsWrapper .container .slider .filler .left .readMore {
    position: absolute;
    bottom: 6px;
    left: 280px;
}

/*----------------
(homepage) About
----------------*/

#aboutWrapper {
    width: 100%;
    float: left;
    background: #fff url(../images/cloud_06.png) no-repeat 50% -210px;
        position: relative;
}

#aboutWrapperOverlay
{
    background: url(../images/cloud_06_overlay.png) no-repeat 50% -210px;
    width: 100%;
    height: 92px;
    position: absolute;
    z-index: 998;
}

#aboutWrapper .container {
    padding: 20px 0;
        z-index: 999;
}

#aboutWrapper .container h1 {
    color: #d92727;
    font-weight: normal;
    font-size: 40px;
}

#aboutWrapper .container .left p {}

#aboutWrapper .awards {}

#aboutWrapper .awards img {
    margin-right: 12px;
}
#aboutWrapper .awards a {
    text-decoration: none;
}
#aboutWrapper .container ul {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

#aboutWrapper .container ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}

#aboutWrapper .container ul li img {
    float: left;
}

#aboutWrapper .container ul li span {
    float: left;
    padding: 19px 0 0 10px;
}

/*----------------
(homepage) Quality
----------------*/

#qualityWrapper {
    background: url(../images/pattern_knitted.png?_=2) repeat;
    width: 100%;
    float: left;
}

#qualityWrapper .container {
    padding: 34px 0;
}

#qualityWrapper .container h2 {
    text-transform: uppercase;
    text-align: center;
    /*font-size: 70px;*/ /** Edit: JT 20160802 **/
    font-size: 40px; /** Edit: JT 20160802 **/
    margin: 0;
    padding: 0;
    font-weight: normal;
}

#qualityWrapper .container p.subtext {
    text-align: center;
    color: #da2727;
    font-size: 30px;
    margin: 8px 0 28px 0;
    padding: 0;
}

#qualityWrapper .container .eight.columns p {
    margin: 0;
}

#aboutWrapper ul.usps img
{
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

#aboutWrapper ul.usps span
{
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#aboutWrapper ul.usps li:hover span
{
    color: #d92727;
    padding-left: 20px
}

#aboutWrapper ul.usps li:hover img
{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

#imagesWrapper {
    width: 100%;
    float: left;
    background: #e7e7e8;
    padding: 10px 0;
}

#imagesWrapper .container img {
    width: 100%;
    height: auto;
}

/*----------------
(homepage) Productimages
----------------*/

#topParalaxWrapper
{
    height: 400px;
    position: relative;
    width: 100%
}

#topParalaxWrapper .parallax
{
    box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.4) inset;
    position: absolute
}

#productImagesWrapper {
    background: #dcd5d6 url(../images/cloud_08.png) bottom center no-repeat;
    float: left;
    width: 100%;
    overflow: hidden;
}

#productImagesWrapper .container {
    position: relative;
}

#productImagesWrapper .container .bx-wrapper {
    clear: left;
}

#productImagesWrapper .container ul.tabs {
    margin: 0;
    padding: 0;
    height: 50px;
}

#productImagesWrapper .container ul.tabs li:first-child {
    margin-left: 0;
}

#productImagesWrapper .container ul.tabs li {
    float: left;
    list-style: none;
    margin: 0;
}

#productImagesWrapper .container ul.tabs li a {
    background: #f6f6f6;
    -webkit-border-radius: 0px 0px 25px 25px;
    -moz-border-radius: 0px 0px 25px 25px;
    border-radius: 0px 0px 25px 25px;
    padding: 10px 20px;
    float: left;
    text-decoration: none;
    font-size: 18px;
    margin: 0 0 0 5px;
}

#productImagesWrapper .container ul.tabs li a:hover {
    border: 1px dashed #58595b;
    border-top: none;
    padding-top: 15px;
    margin: 0 0 0 3px;
}

#productImagesWrapper .container ul.slider {
    margin: 0;
}

#productImagesWrapper .container ul.slider li {
    list-style: none;
    float: left;
    width: 240px;
    text-align: center;
}

#productImagesWrapper .container ul.slider li a, #productImagesWrapper .container ul.slider li a:hover {
    text-decoration: none;
}

#productImagesWrapper .container ul.slider li img {
    width: 240px;
}

#productImagesWrapper .container ul.slider li p {
    margin: 0;
    margin-top: 5px;
    font-size: 14px;
    line-height: 14px;
}

#productImagesWrapper .container ul.slider li p.title {
    color: #d92727;
    text-transform: uppercase;
    margin: 0;
    font-size: 120%;
    line-height: 120%;
    font-weight: 400;
}

#productImagesWrapper .container ul.indicator {}

#productImagesWrapper .container ul.indicator li {
    list-style: none;
    float: left;
}

#productImagesWrapper .container ul.indicator li.active {}

#productImagesWrapper .sun {
    background: url(../images/sun.png) no-repeat 0 0;
    width: 238px;
    height: 239px;
    position: absolute;
    bottom: -131px;
    left: -50px;
}

/*----------------
(content) Header
----------------*/

#headerContent {
    width: 100%;
    background: #e7e7e8;
}

#headerContent .headerImageWrapper {
    width: 100%;
    position: relative;
}

#headerContent .headerImageWrapper .headerImage img {
    max-width: 100%;
}

#headerContent .container {
    position: static;
}

.breadcrum {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    color: #a0a0a0;
    font-size: 12px;
    margin: 22px 0;
}

#productDetailWrapper .breadcrum {
    display: inline-block;
    vertical-align: middle;
}

#productDetailWrapper .breadcrum-row {
    margin-bottom: 0;
}

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

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

.breadcrum ul li {
    float: left;
}

.breadcrum ul li:after {
    content: "\f054";
    padding: 0 7px;
    font-family: FontAwesome;
    color: inherit;
    font-size: 9px;
    font-weight: 400;
}

.breadcrum ul li:last-of-type:after {
    display: none;
}

.backbutton .fa {
    font-weight: 400;
    font-size: 10px;
}

.backbutton:after {
    content: '|';
    font-weight: 600;
    padding: 0 7px;
}

.backbutton a {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
}

.backbutton a:hover {
    color: #58595b;
}

#headerContent .headerImage {
    width: 100%;
    overflow: hidden;
}

#headerContent .headerImage img {
    display: block;
}

#headerContent .headerImage .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/header_image_shadow.png) top left;
    height: 7px;
}

.headerTitle {
    width: 100%;
    float: left;
    text-align: center;
    background: url(../images/cloud.png) no-repeat center top;
}

.headerTitle h1, .headerTitle h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 60px;
    padding: 0;
    margin: 50px 0 50px 0;

    line-height: 50px;
}

/* header with menu tabs */

.headerTitle h2.custom {
    margin-bottom: 80px;
}

/*----------------
(content) content blocks
----------------*/

.greybg {background: #f6f6f6;}
.cloud {background: url(../images/cloud_02.png) bottom center no-repeat #f6f6f6;}
.knitted {background-image: url(../images/knitted_pattern.png); background-repeat: repeat}

.contentWrapper {
    width: 100%;
    float: left;
}

.contentWrapper.greybg, .contentWrapper.cloud, .contentWrapper:last-of-type {
    padding-bottom: 40px;
}

.contentWrapper .container h3,
.contentWrapper .container h3 {
    color: #585858;
    font-weight: bold;
}

.contentWrapper .container .columns p.subtext,
.contentWrapper .container .column p.subtext {
    font-weight: bold;
}

.contentWrapper .container .columns p,
.contentWrapper .container .column p {

}

.contentWrapper .container .columns img,
.contentWrapper .container .column img {
    width: 100%;
}

.contentWrapper .container a.icon img {
    margin-left: .5em;
    width: auto;
    vertical-align: middle;
}

a.readMore {
    background: url(../images/read_more_arrow_smaller.png) no-repeat;
    float: right;
    padding: 10px 0 10px 54px;
}

.contentWrapper .container .step {
    width: 140px;
    padding: 0 10px;
    float: left;
}

span.manual {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
}

span.manual a {
    color: #d92727;
}

/*----------------
Category
----------------*/

#categoryIntroWrapper {
    width: 100%;
    float: left;
    background: #f6f6f6 url(../images/cloud_02.png) no-repeat bottom center;
    border-top: 1px dashed #58595b;
}

#categoryIntroWrapper .container {
    padding: 20px 0 80px 0;
}

.contentWrapper.productOverviewIntro {
    padding-bottom: 0;
    font-size: 13px;
}

.contentWrapper.productOverviewIntro .ten.columns {
    max-height: 240px;
    overflow-y: auto;
}

.productOverviewIntro h1 {
    font-family: Quicksand, sans-serif;
    margin-top: 2px;
    font-weight: 600;
    font-size: 22px;
}

.productOverviewIntro img {
    border-radius: 10px;
}

.menuTabs ul {
    padding: 0;
    margin: 0;
}

.category .container .sixteen.columns.breadcrum {
/*	display: none;*/
   margin: 10px 20px;
}

.productOverviewIntro .container, #categoryProductsWrapper .container {
	width: 100%;
	background-color: #f6f6f6;
}

#categoryProductsWrapper .container .four.columns, .relatedProductsContainer .container .four.columns {
	width: -webkit-calc(15% - 20px);
    width:    -moz-calc(15% - 20px);
    width:         calc(15% - 20px);
	margin-left: 20px;
	margin-right: 0px;
}

#categoryProductsWrapper .container .eight.columns {
	width: -webkit-calc(50% - 20px);
    width:    -moz-calc(50% - 20px);
    width:         calc(50% - 20px);
}

#categoryProductsWrapper .container .twelve.columns, .relatedProductsContainer .container .twelve.columns {
	width: -webkit-calc(85% - 30px);
    width:    -moz-calc(85% - 30px);
    width:         calc(85% - 30px);
	margin-left: 10px;
	margin-right: 0px;
}
#categoryProductsWrapper .container .twelve.columns.alpha {
    width: 100%;
	margin-top: 4px;
}

#categoryIntroWrapper .container h3 a,
#categoryProductsWrapper .container h3 a,
#categoryProductsWrapper .container h2 a {
    color: #58595b;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

#categoryProductsWrapper, .relatedProductsContainer {
    width: 100%;
    padding: 5px 0 50px 0;
	background-color: #f6f6f6;
    clear: left;
}
.category-producten .relatedProductsContainer {
	background-color: transparent;
}

.relatedProductsContainer.inline {
    padding: 0;
}

.b2b-product .relatedProductsContainer.inline .three.columns {
    width: 146px;
}

#categoryProductsWrapper .filter-container #ecommerceFilterForm h3 {
    margin-top: 30px;
}

#categoryProductsWrapper .filter-container h3 {
    font-family: Quicksand, sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin: 10px 0 27px 0;
}

#categoryProductsWrapper .filter-container h3 span.reset-filters {
    float: right;
    white-space: nowrap;
    color: #a3a5a8;
    font-size: 9pt;
    display: block;
    cursor: pointer;
}

#categoryProductsWrapper .filter-container h3 span.reset-filters:before {
    display: block;
    content: 'x';
    float: left;
    margin-right: 3px;
    color: #a3a5a8;
}

#categoryProductsWrapper .filter-container ul.subcategories li:not(.active) ul {
    display: none;
}

#categoryProductsWrapper .filter-container h3 span.reset-filters:hover {
    text-decoration: underline;
}

#categoryProductsWrapper .filter-container .noUi-target {
    margin-left: 13px;
    margin-right: 13px;
}

#categoryProductsWrapper .filter-container .noUi-horizontal {
    height: 10px;
}

#categoryProductsWrapper .filter-container div.lower {
    margin-top: 15px;
    float: left;
    width: 50px;
    margin-bottom: 10px;
}

#categoryProductsWrapper .filter-container div.upper {
    margin-top: 15px;
    float: right;
    width: 50px;
    margin-bottom: 10px;
}

#categoryProductsWrapper .filter-container div.lower input,
    #categoryProductsWrapper .filter-container div.upper input
{
    width: 50px;
    padding: 0;
    font-size: 12px;
    text-align: center;
}

#categoryProductsWrapper .filter-container .noUi-horizontal .noUi-handle {
    height: 20px;
}

#categoryProductsWrapper .filter-container .noUi-horizontal .noUi-handle:before,
    #categoryProductsWrapper .filter-container .noUi-horizontal .noUi-handle:after
{
    height: 7px;
}

#categoryProductsWrapper .filter-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#categoryProductsWrapper .filter-container ul li {
    line-height: 2em;
}

#categoryProductsWrapper .filter-container ul li a {
    color: #58595b;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

#categoryProductsWrapper .filter-container ul li a:hover {
    font-weight: bold;
}

#categoryProductsWrapper .filter-container ul li.active > a {
    font-family: Quicksand, sans-serif;
    font-weight: 400;
}

#categoryProductsWrapper .filter-container ul.subcategories > li > ul > li:first-child > a {
    line-height: 1em;
    padding-bottom: .5em;
    margin-top: .5em;
}

#categoryProductsWrapper .filter-container ul.subcategories > li > ul > li:last-child > a {
    line-height: 1em;
    padding-top: .5em;
    margin-bottom: .5em;
}

#categoryProductsWrapper .filter-container ul.subcategories > li > ul li > a {
    margin-left: 25px;
    border-left: 2px solid #e6e6e6;
    padding-left: 13px;
}

#categoryProductsWrapper .filter-container ul.subcategories > li > ul > li > ul > li > a {
    padding-left: 26px;
    font-size: smaller;
}

#categoryProductsWrapper .filter-container .noUi-connect {
    background: #B3B3B3;
}

#categoryProductsWrapper .filter-container .facet {
    border-bottom: 0px solid #e6e6e6;
    padding: 0 0 3px 0;
}

#categoryProductsWrapper .filter-container .facet:first-of-type {
    border-top: 0px solid #e6e6e6;
}

#categoryProductsWrapper .filter-container .facet.facet-collapsed .values,
    #categoryProductsWrapper .filter-container .facet.facet-collapsed .upper,
    #categoryProductsWrapper .filter-container .facet.facet-collapsed .lower
{
    display: none;
}

#categoryProductsWrapper .filter-container h4
{
    color: #58595b;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0 0 0;
    cursor: pointer;
}

#categoryProductsWrapper .filter-container .facet h4:after {
    content: '-';
    float: right;
    font-size: 125%;
    font-weight: bold;
    padding-right: 5px;
}

#categoryProductsWrapper .filter-container .facet.facet-collapsed h4:after {
    content: '+';
}

#categoryProductsWrapper .filter-container .facet-price .values {
    margin-top: 10px;
}

#categoryProductsWrapper .filter-container label {
    display: block;
    color: #58595b;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    white-space: nowrap;
}

#categoryProductsWrapper .filter-container label.color {
    font-size: 13px;
    float: left;
    width: 49%;
    margin-right: 1%;
}

#categoryProductsWrapper .filter-container label .icheckbox_minimal-grey {
    background-color: #fff;
    margin-top: -3px;
}

#categoryProductsWrapper #material-filters {
    display: none;
    /*
    margin: 0;
    margin-right: 25px;
    padding: 0;
    list-style-type: none;
    float: right;
    height: 20px;
    margin-top: -27px;
    */
}

/*
#categoryProductsWrapper #material-filters li {
    float: left;
    border: 1px dashed #58595b;
    text-decoration: none;
    padding: 8px 27px 4px 27px;
    display: block;
    height: 13px;
    line-height: 13px;
    cursor: pointer;
    text-align: center;
    border-radius: 20px 20px 0px 0px;
    margin: 0 5px 0 0;
    font-size: 13px;
    background: #b3b3b3;
    color: #fff;
}

#categoryProductsWrapper #material-filters li.active {
    background: #ffffff;
    color: #8f9194;
    border-bottom: 1px solid #fff;
}

#categoryProductsWrapper #material-filters li:hover {
    color: #DA272B;
}
*/

#categoryProductsWrapper .product-container, .relatedProductsContainer .product-container {
    background: transparant;
    border-radius: 0px;
    padding: 0;
}

#categoryProductsWrapper .product-container .four.columns.omega {

    margin-left: 10px;
    line-height: 0px; /*change*/
}
@media only screen and (min-width: 768px) {
	#categoryProductsWrapper .product-container .four.columns.omega {
    	width: -webkit-calc(33% - 10px);
    	width:    -moz-calc(33% - 10px);
    	width:         calc(33% - 10px);
	}
}
@media only screen and (min-width: 1200px) {
	#categoryProductsWrapper .product-container .four.columns.omega {
    	width: -webkit-calc(25% - 10px);
    	width:    -moz-calc(25% - 10px);
    	width:         calc(25% - 10px);
	}
}
@media only screen and (min-width: 2520px) {
	#categoryProductsWrapper .product-container .four.columns.omega {
    	width: -webkit-calc(16.6667% - 10px);
    	width:    -moz-calc(16.6667% - 10px);
		width:         calc(16.6667% - 10px);
	}
}

.relatedProductsContainer .product-container {
    margin-top: 20px;
}

#productDetailWrapper .relatedProductsContainer .product-container {
    padding: 0;
}

.relatedProductsContainer .product-container h4 {
    font-family: Quicksand, sans-serif;;
    font-weight: bold;
    font-size: 22px;
    margin: 35px 10px;
    padding-bottom: 5px;
    text-align: left;
}

.relatedProductsContainer.inline .product-container h4 {
    margin: 22px 0;
    text-align: left;
    padding: 0;
    font-size: 14px;
}

#categoryProductsWrapper .product-container h4 {
    display: none;
}

#categoryProductsWrapper .product-container .product {
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    text-align: center;
}

#categoryProductsWrapper .product-container .product p.titleProduct a,
    #categoryProductsWrapper .product-container .product p.titleProduct a:link
{
    text-decoration: none;
    font-family: Quicksand, sans-serif;;
    font-size: 20px;
}


.relatedProductsContainer.relatedProductsContainerCart .container {
	width: 960px;
	background-color: #fff;
	border-radius: 5px;
}
.relatedProductsContainer.relatedProductsContainerCart .product-container {
	margin-top: 0;
}
.relatedProductsContainer .product-container h4 {
	text-align: center;
}

.relatedProductsContainer .container {
	width: 100%;
}
.r
.relatedProductsContainer .container .sixteen.columns {
	width: 100%;
	margin: 0;
}
.relatedProductsContainer .container .product-container .four.columns {
    margin-left: 10px;
    line-height: 0px; /*change*/
}

@media only screen and (min-width: 1200px) {
	.relatedProductsContainer .container .product-container .four.columns {
		width: -webkit-calc(25% - 10px);
		width:    -moz-calc(25% - 10px);
		width:         calc(25% - 10px);
	}
}
@media only screen and (min-width: 2520px) {
	.relatedProductsContainer .container .product-container .four.columns {
		width: -webkit-calc(16.6667% - 10px);
    	width:    -moz-calc(16.6667% - 10px);
    	width:         calc(16.6667% - 10px);
	}
}
 .container .relatedProductsContainer .three.columns {
	width: -webkit-calc(50% - 10px);
    width:    -moz-calc(50% - 10px);
    width:         calc(50% - 10px);
	 margin-left: 0;
	 margin-right: 10px;
}

.relatedProductsContainer .product-container .product {
    text-align: left;
}
.relatedProductsContainer.inline .product-container .product {
    padding: 0 0 10px 0;
}
.relatedProductsContainer.inline .product-container .product img {
    background-color: #fff;
	width: 100%;
}

.relatedProductsContainer.inline .product-container .product a,
.relatedProductsContainer.inline .product-container .product a:hover {
    text-decoration: none;
    font-weight: normal;
}

.relatedProductsContainer .product-container .product p.titleProduct,
.relatedProductsContainer .product-container .product p.priceTitleProduct
{
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 14px;
    text-align: center;
    line-height: 1.4em;
    max-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.relatedProductsContainer .product-container .product p.priceTitleProduct.sale
{
    color: #dd0000;
}
.relatedProductsContainer .product-container .product p.priceTitleProduct .price
{
    padding-left: 5px;
}
.relatedProductsContainer .product-container .product p.priceTitleProduct.sale .price
{
    font-weight: bold;
    color: #dd0000;
}
.relatedProductsContainer .product-container .product p.priceTitleProduct.sale .old-price
{
    text-decoration: line-through;
    color: #c9cacc;
    font-weight: bold;
    padding-left: 5px;
}

.relatedProductsContainer .product-container .product .titleProduct
{
    margin-bottom: 0;
}

.relatedProductsContainer .product-container .product .ageTitleProduct {
    display: none;
}

.relatedProductsContainer .product-container .product a {
    display: block;
	text-decoration: none;
}



body.category .relatedProductsContainer .product-container .product a > img {
    width: 100%;
    height: auto;
	margin: 10px 0;
}

.relatedProductsContainer.inline .product-container .product a > img {
    width: 150px;
    height: 188px;
}

.b2b-product .relatedProductsContainer.inline .product-container .product a > img {
    width: 140px;
    height: 175px;
}

.relatedProductsContainer .product-container .product .price {
    color: #000;
    text-align: center;
    font-weight: 400;
    margin: auto;
}

.relatedProductsContainer .product-container .product .price span {
    font-size: 14px;
    line-height: 1.25rem;
}

#categoryProductsWrapper .product-container .product p.titleProduct,
#categoryProductsWrapper .product-container .product p.ageTitleProduct {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 1.4em;
    max-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

#categoryProductsWrapper .product-container .product p.titleProduct a,
#categoryProductsWrapper .product-container .product p.titleProduct a:link,
#categoryProductsWrapper .product-container .product p.ageTitleProduct a,
#categoryProductsWrapper .product-container .product p.ageTitleProduct a:link {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
}

#categoryProductsWrapper .product-container .product p.price {
    color: #545454;
    text-align: center;
    font-weight: 400;
    margin: auto;
    height: 1.25rem;
}

#categoryProductsWrapper .product-container .product p.price-old {
    text-decoration: line-through;
    color: #c9cacc;
    font-size: 14px;

    margin: 0;
    padding: 0;
    display: inline-block;
}

#categoryProductsWrapper .product-container .product p.price-discount {
    color: #dd0000;
	margin: 0;
    display: inline-block;
}

#categoryProductsWrapper .product-container .product p.price span {
    font-size: 14px;
    line-height: 1.25rem;
}

#categoryProductsWrapper .product-container .product p.price span.from {
    font-size: 14px;
    font-weight: normal;
}

#categoryProductsWrapper .product-container .product img {
    width: 100%;
    height: auto;
    margin: 10px 0;
	background-color: #fff;
}

#categoryProductsWrapper .pagination {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
    margin-right: 20px;
    margin-bottom: 10px;
}

#categoryProductsWrapper .resultCount {
    color: #545454;
    float: left;
    font-size: 14px;
    margin-left: 10px;
}

#categoryProductsWrapper .resultCount strong {
    margin-right: 5px;
    font-weight: 700;
}

#categoryProductsWrapper .pagination li {
    float: left;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
}

#categoryProductsWrapper .pagination li a {
    color: #545454;
    display: block;
    text-decoration: none;
}

#categoryProductsWrapper .pagination li.active {
    background-color: #545454;

    border-color: #545454;
}

#categoryProductsWrapper .pagination li.active a {
    font-weight: 500;
}

.categoryProductsText {
    width: 100%;
    float: left;
    padding: 30px 0 50px 0;
}

.categoryProductsText h2 {
    color: #585858;
    font-weight: 400;
    font-size: 24.5px;
}

/*----------------
Product detail
----------------*/

.lightbox-trigger:hover {
    cursor: pointer;
}

#productDetailWrapper {
    width: 100%;
    float: left;
    padding-bottom: 80px;
}

#productDetailWrapper .label-float {
    position: absolute;
    z-index: 10;
    margin-top: 50px;
    right: 270px;
    cursor: pointer;
}

#productDetailWrapper .label-info {
    position: absolute;
    z-index: 10;
    right: 0;
    width: 250px;
    min-height: 300px;
    max-height: 400px;
    background-color: #fff;
    padding: 10px;
    border: 1px dotted #eeeeee;
    font-size: 13px;
    opacity: 1;
    margin-top: 40px;
    margin-right: 0;
    text-align: justify;
    border-radius: 5px 0 0 5px;
    box-shadow: 0px 0px 10px #aaaaaa;
}

#productDetailWrapper .label-float, #productDetailWrapper .label-info {
    -webkit-transform: translate3d(275px, 0, 0);
    -moz-transform: translate3d(275px, 0, 0);
    -o-transform: translate3d(275px, 0, 0);
    transform: translate3d(275px, 0, 0);

    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
}


#productDetailWrapper .label-info .content {
    overflow: auto;
    max-height: 380px;
    padding-right: 10px;
}

#productDetailWrapper .label-float.open, #productDetailWrapper .label-info.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#productDetailWrapper ul.usps {
    float: left;
    clear: left;
    margin: 0;
    padding: 0;
    padding-top: 1%;
    padding-bottom: 5%;
    list-style-type: none;
    width: 100%;
    min-height: 120px;
}

#productDetailWrapper ul.usps li {
    float: left;
    margin-right: 15px;
    cursor: pointer;
    -webkit-transition: margin-top .2s;
    -moz-transition: margin-top .2s;
    -ms-transition: margin-top .2s;
    -o-transition: margin-top .2s;
    transition: margin-top .2s;
    position: relative;
    padding-bottom: 10px;
    margin-top: 10px;
}

#productDetailWrapper ul.usps li:hover {
    margin-top: 0px;
    padding-bottom: 20px;
}

#productDetailWrapper ul.usps img.balloon {
    display: none;
    position: absolute;
    top: 60px;
    left: -10px;
}

    #productDetailWrapper .productImage img.age-icon {
        margin: none;
        position: absolute;
        bottom: 0;
    }

#productDetailWrapper .productColors {
    height: 82px;
    float: left;
    margin: 0 0 20px;
    overflow: hidden;
    margin-left: -35px;
    margin-right: -35px;
}

#productDetailWrapper .productColors .bx-wrapper {
    margin: 0 35px;
    width: 465px;
}

#productDetailWrapper .productColors .bx-controls {
    position: relative;
    top: -82px;
    height: 0;
    z-index: 0;
}

#productDetailWrapper .productColors .bx-viewport {
    max-width: 430px;
}

#productDetailWrapper .productColors .bx-controls .bx-controls-direction {
    height: 0;
}

#productDetailWrapper .productColors .bx-prev {
    background: url(../images/arrow_left_webshop.png) 3px 10px no-repeat;
    margin-top: 3px;
    width: 35px;
    height: 82px;
    display: block;
    font-size: 0;
    line-height: 0;
    margin-left: -35px;
}

#productDetailWrapper .productColors .bx-prev:hover {
    -webkit-transition: background-position 0.4s ease-in-out;
    -moz-transition: background-position 0.4s ease-in-out;
    -ms-transition: background-position 0.4s ease-in-out;
    -o-transition: background-position 0.4s ease-in-out;
    transition: background-position 0.4s ease-in-out;
    background-position: 0px 10px;
}

#productDetailWrapper .productColors .bx-prev.disabled,
    #productDetailWrapper .productColors .bx-next.disabled
{
    display: none;
}


#productDetailWrapper .productColors .bx-next {
    background: url(../images/arrow_right_webshop.png) 0 10px no-repeat;
    width: 35px;
    height: 75px;
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    font-size: 0;
    line-height: 0;
    margin-right: -35px;
}

#productDetailWrapper .productColors .bx-next:hover {
    -webkit-transition: background-position 0.4s ease-in-out;
    -moz-transition: background-position 0.4s ease-in-out;
    -ms-transition: background-position 0.4s ease-in-out;
    -o-transition: background-position 0.4s ease-in-out;
    transition: background-position 0.4s ease-in-out;
    background-position: 3px 10px;
}

#productDetailWrapper .productColors ul {
    margin: 0;
    padding: 0;
    float: left;
}

#productDetailWrapper .productColors li {
    width: 80px;
    height: 82px;
    float: left;
    background: #fff;
    display: block;
    padding: 0;
    margin: 0 10px 10px 0;
}

#productDetailWrapper .productColors li img {
    border: 1px dashed #8a8b8a;
}

#productDetailWrapper .zoomText {
    float: left;
    text-align: center;
    width: 340px;
    padding: 0 0 0 55px;
}

#productDetailWrapper .zoomText img {
    margin: 3px 5px 0 0;
    float: left;
}

#productDetailWrapper .zoomText span {
    float: left;
}

#productDetailWrapper ul.additional-images {
    padding: 0;
    display: inline-block;
    position: fixed;
	z-index: 100;
	left: 30px;
    bottom: 20vh;
    min-height: 40vh;
    list-style-type: none;
}

#productDetailWrapper ul.additional-images li {
    height: 62px;
    width: 62px;
    cursor: pointer;
    border: 1px solid transparent;
    margin-bottom: .125rem;
}

#productDetailWrapper ul.slider-images {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#productDetailWrapper ul.additional-images li.selected {
    border: 1px solid #000;
}

#productDetailWrapper ul.additional-images li .lightbox-trigger {
    display: none;
}

#productDetailWrapper ul.additional-images li:last-of-type {
    margin-bottom: 0;
}

#productDetailWrapper ul.additional-images li img {
    width: 100%;
    border-radius: 0px;
	background-color: #ffffff;
}

#productDetailWrapper .container h1 {
    margin: 0;
    font-family: Quicksand, sans-serif;
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.25em;
    white-space: nowrap;
}

#productDetailWrapper .container h2.subtitle {
    font-family: Quicksand, sans-serif;
    color: #57585b;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}

#productDetailWrapper .container .information {
    float: none;
	clear: both;
}

#productDetailWrapper .container .information .author {
    float: left;
    margin-left: 2em;
    color: #b3b3b3;
}

.container .information-usp {
    clear: both;
	float: none;
	margin-top: 1.25rem;
    margin-left: 8px;
}

#productDetailWrapper .container .social {
    float: right;
    max-height: 1.5em;
}

#productDetailWrapper .container .social .instagram span {
    background: url('../images/Glyph_Logo_png.png');
}
#productDetailWrapper .container .social .instagram {
    float: left;
    display: block;
    height: 18px;
    width: 18px;
    margin: 18px 0 0 9px;
    padding: 2px 0 0 2px;
}

#productDetailWrapper .container .social .addthis_sharing_toolbox {
    float: left;
}

#productDetailWrapper .container .social iframe {
    overflow: hidden;
}

#productDetailWrapper .container .social .addthis_sharing_toolbox .at-share-tbx-element {
    position: relative;
    top: -1em;
}

#productDetailWrapper .container .social a.at-share-btn {
    background-color: #b3b3b3;
    margin-left: 9px;
}

#productDetailWrapper .container .social a.at-share-btn:hover {
    background-color: #58595b;
}

#productDetailWrapper .container .information .filler {
    position: relative;
    width: 100%;
    padding: 0 0 5px 0;
}

#productDetailWrapper .container .information.b2b-matrix .filler {
    padding: 0;
}

#productDetailWrapper .container input.b2bOrderFormSubmit {
    margin: 10px 0 0 0;
    float: left;
    clear: left;
}

#productDetailWrapper .container .submitWrapper {
    position: relative;
}

#productDetailWrapper .container .submitWrapper::before {
    content: ' ';
    vertical-align: middle;
    display: inline-block;
    background: url(../images/sprites-white.svg) center/contain no-repeat;
    background-size: 25.5em 38.2em;
    background-position: 0em -34.2em;
    background-blend-mode: multiply;
    width: 4em;
    height: 4em;
    position: absolute;
    top: 100px;
    left: 90px;
    transform: scale(0.5);
    z-index: 10;
}

#productDetailWrapper.b2b-product .container .submitWrapper::before {
    left: 50px;
}

#productDetailWrapper .container .addProduct .submitWrapper::before {
    top: 0;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix {
    width: 0;
    float: none;
    table-layout: fixed;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix thead tr {
    line-height: 32px;
    height: 34px;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix tbody tr {
    line-height: 26px;
    height: 65px;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix tbody tr td {
    vertical-align: top;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix tbody tr td:first-child   {
    width: 60px;
    line-height: 0;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix tbody tr td:first-child img {
    width: 50px;
    height: 50px;
    border: 1px dashed white;
    border-radius: 5px;
    cursor: pointer;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix tbody tr td:first-child img.selected {
    border-color: #93a1aa;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix tbody tr td.color-info,
#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .price-small {
    overflow: hidden;
    font-size: 10px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #bababa;
    line-height: 14px;
    border: none;
    text-align: center
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .price-small {
    font-size: 12px;
    color: #57585b;
    line-height: 1em;
    font-weight: 500;
    padding: 0;
    margin: 2px auto;
    float: none;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .price-small.price-discount {
    color: #dd0000;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix thead th {
    width: 65px;
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    line-height: 1.25em;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .color-info {
    width: 60px;
    vertical-align: middle;
    padding-bottom: 15px;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix thead th:first-child {
    width:  60px;
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    line-height: 1.25em;
    text-align: left;
    vertical-align: bottom;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox {
    margin: 0 auto;
    max-width: 70px;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .size
{
    font-size: 12px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #bababa;
    line-height: 12px;
    border: none;
    text-align: center;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox.unavailable  div.input {
    background: url(../images/stripe-pattern.png) repeat;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox.unavailable  div.input input {
    color: transparent;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .stock-status {
    line-height: 8px;
    text-align: center;
}

.stock-status-icon {
    background-color: black;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-top: 2px;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .input {
    background: #f9f9f9;
    border-radius: 5px;
    width: 50px;
    margin: 0 auto;
    text-align: center;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
    border: 2px solid transparent;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .column-all {
    text-transform: lowercase;
    text-align: center;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .column-all button {
    background: #FCFCFC;
    border-radius: 50%;
    box-shadow: 0 2px 3px #D7D7D7;
    line-height: 32px;
    font-weight: 700;
    font-family: Quicksand, sans-serif;
    border: 0;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .column-all button:hover
{
    background: #F4F4F4;
}

.stock-status-icon.stock-status-icon-green {
     background-color: #6ec245;
 }
.stock-status-icon.stock-status-icon-orange {
    background-color: #f9a829;
}
.stock-status-icon.stock-status-icon-red {
    background-color: #ea1d2c;
}
.stock-status-icon.stock-status-icon-blue {
    background-color: #1d9ff9;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .input.stock-green {
    border-bottom-color: #6ec245;
}
#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .input.stock-orange {
    border-bottom-color: #f9a829;
}
#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .input.stock-red {
    border-bottom-color: #ea1d2c;
}
#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .input.stock-blue {
    border-bottom-color: #1d9ff9;
}

.stock-status-icon.stock-status-icon-unavailable {
    background-color: transparent;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .input input {
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #57585b;
    border: 0;
    background: transparent;
    text-align: center;
    width: 100%;
    padding: 11px 0px;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .input input[type=number]::-webkit-inner-spin-button,
#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .input input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .input input:active,
    #productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .input input:focus,
    #productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .input input:hover
{
    background-image: none;
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .input input:focus {
    background-color: rgba(200, 200, 200, 0.2);
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .input input.modified {
    background-color: rgba(245, 245, 220, 0.3);
}
#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix .variantBox .input input.erreored {
    background-color: rgba(255, 0, 0, 0.1);
}

#productDetailWrapper .container .information.b2b-matrix table.b2b-matrix tbody {
    float: none;
    width: auto;
}

#productDetailWrapper .container .information .filler div.form-blocker,
    #productDetailWrapper .container .information .filler div.form-blocker-content
{
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.2;
    z-index: 9990;
}

#productDetailWrapper .container .information .filler div.form-blocker-content {
    opacity: 1;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    color: white;
    background-color: transparent;
    z-index: 9990;
}

#productDetailWrapper .container .information .filler div.form-blocker-content.loading {
    background: url(../images/add-to-cart-ajax-loader.gif) no-repeat center center transparent;
}

#productDetailWrapper .container .information .filler div.form-blocker-content div {
    display: none;
    height: 92%;
    background-color: white;
    padding: 1em 0 .5em 0;
    color: black;
}

#productDetailWrapper .container .information .filler div.form-blocker-content a.link.grey {
    margin-right: 2em;
}

#productDetailWrapper .container .information .filler .sellingPoint {
    float: left;
    padding: 16px;
    width: 336px;
}

#productDetailWrapper .container .information .filler .sellingPoint p {
    width: 103px;
    margin: 6px 0;
    float: left;
}

#productDetailWrapper .container .information .filler .sellingPoint input {
    float: left;
}

#productDetailWrapper .container .information .filler .sellingPoint input[type=text] {
    width: 90px;
    margin: 2px 8px 0 0;
}

#productDetailWrapper .container .information .filler .sellingPoint input[type=button] {
    float: right;
}

#productDetailWrapper .container .information .left {
    float: left;
    width: 256px;
}

#productDetailWrapper .container .information .right {
    float: left;
    width: 96px;
    padding: 0 16px 0 0;
}

#productDetailWrapper .container .information .is-missing {
    color: #dd0000;
    font-weight: bold;
    /*background-color:#fce9e9;*/
}

#productDetailWrapper .container .information .chooseColor .colorBoxes {
    padding: 10px 0;
}

#productDetailWrapper .container .information .chooseColor .colorBoxes .colorBox {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin: 0 5px 5px 0;
    text-decoration: none;
    background-size: cover;
    border: 1px solid #eee;
}

#productDetailWrapper .container .information .chooseColor .colorBoxes .colorBox.selected {
    border-color: #000;
}

#productDetailWrapper .container .information .chooseColor .colorBoxes .colorBox.unavailable {
    cursor: default;
    background-image: url(../images/colorbox_overlay.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
}

#productDetailWrapper .container .information .chooseAmount {
    float: left;
    clear: both;
    width: 100%;
}

#productDetailWrapper .container .information .chooseAmount p,
#productDetailWrapper .container .information .chooseColor p,
#productDetailWrapper .container .information .chooseSize p {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    display: block;
    margin: 0;
    color: #575454;
	text-transform: uppercase;
}

#productDetailWrapper .container .information .chooseSize {
    margin-top: 10px;
}

#productDetailWrapper .container .information .chooseSize p {
    float: left;
}

#productDetailWrapper .container .information .chooseSize p ~ .btn-info-popup {
    float: left;
}

#productDetailWrapper .container .information .chooseSize p ~ .btn-info-popup:before {
    content: '|';
    margin: 20px;
    font-weight: 400;
    color: #bababa;
}

#productDetailWrapper .container .information .chooseSize .sizeBoxes {
    clear: left;
}

#productDetailWrapper .container .information .chooseSize .sizeBox {
    /*padding: 5px 10px;*/
    cursor: pointer;
    float: left;
    margin-right: 10px;
    font-size: 12px;
    width: auto;
    /*height: 30px;
    text-align: center;*/
    line-height: 30px;
    /*border: 2px solid #eee;
    border-radius: 4px;*/
    margin-bottom: 10px;
	font-weight: 400;
}

#productDetailWrapper .container .information .chooseSize .sizeBox span {
    line-height: 1.2em;
    display: inline-block;
}

#productDetailWrapper .container .information .chooseSize .sizeBox.unavailable {
    opacity: 0.4;
    cursor: not-allowed;
    padding: 0;
    background:
            linear-gradient(to top right,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0) calc(50% - 0.8px),
            rgba(0,0,0,.5) 50%,
            rgba(0,0,0,0) calc(50% + 0.8px),
            rgba(0,0,0,0) 100%);
}

#productDetailWrapper .container .information .chooseSize .sizeBox.selected {
    /*background: #e6e6e6;*/
    font-weight: 700;
    /*border-color: #58595b;*/
    /*border-radius: 4px;*/
}

#productDetailWrapper .container .information .label {
    clear: both;
    margin: 0 16px;
    color: #000;
    font-size: 12px;
    padding-top: 1.5em;
}

#productDetailWrapper .container .information .chooseSize span.select {
    width: 115px;
    padding: 6px 6px;
}

#productDetailWrapper .container .information .price {
    float: left;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    padding: 10px 0 6px 0;
}

#productDetailWrapper .container .information .price .sign {
    display: inline;
}

#productDetailWrapper .container .information .right .label {
    float: right;
    padding-bottom: 30px;
}

#productDetailWrapper .container .information .price.old span.value,
    #productDetailWrapper .container .information .price.old span.sign
{
    text-decoration: line-through;
    color: #c9cacc;
    font-size: 16px;
    padding: 10px 0 0;
}

#productDetailWrapper .container .information .price.old span.percentage {
    text-decoration: none;
    color: #dd0000;
    font-size: 16px;
    padding: 0;
    padding-top: 10px;
    padding-left: 5px;
}

#productDetailWrapper .container .information .addProduct input[type=image] {
    width: 57px;
    height: 52px;
    float: right;
}

#productDetailWrapper .container .information .addProduct .error {
    font-weight: 400;
    color: #da2727;
    visibility: hidden;
    line-height: 1.5em;
	text-transform: uppercase;
}

#productDetailWrapper .container .information .addProduct .error.visible {
    visibility: visible;
}

#productDetailWrapper .container .information .addProduct .error p.error-text {
    margin: 0 0 10px 0;
}

#productDetailWrapper .container .information  a.btn-info-popup {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    font-size: 10pt;
    line-height: 1.24rem;
    color: #58595b;
    margin: 7px 0;
    display: inline-block;
}

#productDetailWrapper .container .information #productPopupText,
#productDetailWrapper .container #tab-specs #productPopupText{
    display: none;
}

#productDetailWrapper .container .information  a.btn-info-popup:hover {
    color: #58595b;
    font-weight: 500;
}

#productDetailInfo {
    float: left;
    width: 100%;
	background-color: #f6f6f6;
}

body.content .contentWrapper + footer, #productDetailInfo + footer {
    margin-top: 60px;
}

#productDetailInfo .tab.container {
    padding: 20px 0 40px 0;
}

#productDetailInfo .container h3 {
    text-transform: uppercase;
    color: #d92727;
    margin: 0 0 20px 0;
    font-weight: 400;
}

#productDetailInfo .container p.manual {
    position: absolute;
    top : 30px;
    right: 0;
    margin: 0;
}

#productDetailInfo .container .step {
    width: 140px;
    padding: 0 10px;
    float: left;
}

#productDetailInfo .container .step p {
    text-align: center;
    font-size: 14px;
}

#productDetailInfo .container div.tabs {
    clear: left;
}

#relatedProducts {
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#productDetailWrapper #relatedProducts .container {
    width: 96%;
    padding: 2%;
}

#relatedProducts .container .one-third.column {
    width: 30%;
    margin: 0 1.5%;
    text-align: center;
    border-right: 1px dashed #58595b;
}

#relatedProducts .container .one-third.column:last-child {
    border-right: 0;
}

#relatedProducts .container .one-third.column img {
    max-width: 100%;
}

#matchingProducts .container a, #relatedProducts .container a {
    text-decoration: none;
}

#matchingProducts .container h3 {
    font-size: 60px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0 40px 0;
    color: #58595b;
}

#relatedProducts .container h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px;
    color: #58595b;
}

#matchingProducts .container h4, #relatedProducts .container h4 {
    color: #58595b;
    text-transform: uppercase;
    margin: 0;
    font-size: 120%;
    line-height: 120%;
    font-weight: 400;
}

#productDetailInfo .bx-wrapper .bx-viewport {
    /* max-height: 500px; */
}

#productDetailInfo .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    width: 32px;
    height: 53px;
    text-indent: -9999px;
    z-index: 9998;
    transition: opacity 0.3s ease;
    opacity: 0;
}

#productDetailInfo .bx-wrapper .bx-controls a.bx-prev {
    background: url(../images/slider-arrow-left.png) no-repeat;
    left: 10%;
}

#productDetailInfo .bx-wrapper .bx-controls a.bx-next {
    background: url(../images/slider-arrow-right.png) no-repeat;
    right: 10%;
}

#productDetailInfo .bx-wrapper:hover .bx-controls a.bx-prev,
    #productDetailInfo .bx-wrapper:hover .bx-controls a.bx-next
{
    opacity: 0.5;
}

#productDetailInfo .bx-wrapper .bx-controls a.bx-prev:hover,
    #productDetailInfo .bx-wrapper .bx-controls a.bx-next:hover
{
    opacity: 1;
}

#matchingProducts .bx-wrapper .bx-viewport {
    min-height: 295px;
}

#matchingProducts .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 53px;
    text-indent: -9999px;
    z-index: 9999;
}

#mixMatchWrapper .bx-wrapper .bx-controls a.bx-prev {
    background: url(../images/arrow_up_mixnmatch.png) no-repeat;
}

#mixMatchWrapper .bx-wrapper .bx-controls a.bx-next {
    background: url(../images/arrow_down_mixnmatch.png) no-repeat;
    bottom: 0px;
    right: auto;
}

/*----------------
FAQ
----------------*/

#faqWrapper {
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px dashed #58595b;
    background: #f6f6f6;
    min-height: 350px;
    margin-top: 50px;
}

body.category #faqWrapper {
    margin-top: 0;
}

body.category div#categoryProductsWrapper ~ .contentWrapper {
    padding-bottom: 50px;
}

#faqAnswerContainer {
    -webkit-transition: margin-top .2s;
    -moz-transition: margin-top .2s;
    -ms-transition: margin-top .2s;
    -o-transition: margin-top .2s;
    transition: margin-top .2s;
}

#faqWrapper .answer {
    margin-left: 35px;
}

#productDetailInfo #faqWrapper {
    float: left;
    width: 100%;
    position: relative;
    border-top: 0px dashed #58595b;
    background: none;
    min-height: 350px;
}

#faqWrapper h3 {
    color: #da2727;
    text-transform: uppercase;
    font-weight: 400;
}

#faqWrapper .faqQ {}

#faqWrapper .columns ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#faqWrapper .columns ul li {
    background: url("../images/plus_minus.png") no-repeat scroll -472px 8px transparent;
    padding: 5px 5px 5px 25px;
    text-decoration: none;
}

#faqWrapper .columns ul li > a,
#faqWrapper .columns ul li > a:link
{
    text-decoration: none;
	padding-right: 20px;
}


#faqWrapper .columns ul li.active {
    background: url(../images/plus_minus.png) no-repeat 0px 8px;
}

#faqWrapper .columns ul li.active a,
    #faqWrapper .columns ul li.active a:link
{
    color: #da2727;
}

#faqWrapper .columns ul li .answer-text
{
    display: none;
}

#faqWrapper .filler {
    border: 1px dashed #58595b;
    left: inherit !important;
    background: #fff;
    margin: 0 0 20px 0;
    padding: 30px;
    position: relative;
    min-height: 205px;
}

#faqWrapper .filler .arrow {
    background: url(../images/arrow_right.png) no-repeat;
    height: 49px;
    width: 74px;
    position: absolute;
    top: 162px;
    left: -55px;
    display: none;
}

#faqWrapper .filler img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}


#faqWrapper .question {
    background: url(../images/plus_minus.png) no-repeat 0 8px;
    padding: 5px 5px 5px 25px;
    text-decoration: none;
}

#faqWrapper .questionActive {
    background: url(../images/plus_minus.png) no-repeat -472px 8px;
    padding: 5px 5px 5px 25px;
    text-decoration: none;
    color: #da2727;
}

#faqWrapper .answer {
     display: none;
}

#sendQuestionWrapper {
    float: left;
    width: 100%;
    background: url(../images/cloud_05.png) no-repeat bottom center;
    border-top: 1px dashed #58595b;
    overflow: hidden;
}

#sendQuestionWrapper .container {
    padding: 20px 0;
}

#sendQuestionWrapper h3 {
    color: #da2727;
    font-weight: normal;
    text-align: center;
    font-size: 40px;
}

#sendQuestionWrapper .submitButton {
    background: url(../images/arrow_bottom.png?_=2) bottom left no-repeat;
    float: left;
    height: 66px;
    display: block;
    padding: 127px 0 0 30px;
    margin: 0 0 0 -23px;
}


/*----------------
Selling points
----------------*/

#mapWrapper
{
    background: url(../images/cloud_06.png) no-repeat center -440px #f6f6f6;
    float: left;
    width: 100%;
    position: relative;
}

#mapWrapperOverlay
{
    background: url(../images/cloud_06_overlay.png) no-repeat center -440px;
    width: 100%;
    height: 70px;
    position: absolute;
    z-index: 9997;
}

#mapWrapper .mapText
{
    border-top: 1px dashed #e6e7e8;
    position: relative;
    z-index: 9997;
    margin-bottom: 2em;
}

body.map #mapWrapper .mapText
{
    -webkit-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
}

#mapWrapper .mapText .container {
    padding: 30px;
}

#mapWrapper .mapText h2 {
    color: #fff;
    background: url(../images/header_title_bg.png) no-repeat top center;
    margin: 20px 0;
    text-align: center;
    font-weight: normal;
    font-size: 60px;
    line-height: 93px;
    text-transform: uppercase;
}

#mapWrapper .mapText input {
    float: left;
}

#webshopsWrapper {
    width: 100%;
    float: left;
    background: #f6f6f6 url(../images/cloud_07.png) bottom center no-repeat;
    border-top: 1px dashed #e6e7e8;
}

#webshopsWrapper h3 {
    color: #da2727;
    font-weight: normal;
    text-align: center;
    font-size: 40px;
}

#webshopsWrapper .container {
    padding: 40px 0 80px 0;
}

#webshopsWrapper a.webshop {
    width: 288px;
    height: 120px;
    overflow: hidden;
    background: #fff;
    border: 1px dashed #58595b;
    float: left;
    -webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    margin: 20px 30px 0 0;
    text-decoration: none;
    cursor: pointer;
}

#webshopsWrapper .image,
#webshopsWrapper .text {
    width: 40%;
    float: left;
    padding: 4%
}

#webshopsWrapper .image img {
    margin: 10px auto;
    display: block;
    width: 100%;
}

#webshopsWrapper .text h4 {
    font-size: 16px;
    color: #da2727;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

#webshopsWrapper .text p {
    font-size: 13px;
    margin:0;
    line-height: 16px;
}


/*----------------
Contact
----------------*/

#contactWrapper {
    width: 100%;
    float: left;
    border-top: 1px dashed #58595b;
    background-color: #FFFFFF;
    background-image: url(../images/cloud_05.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#contactWrapper h3 {
    color: #d92727;
    text-transform: uppercase;
    font-weight: 400;
}

#contactWrapper .container {
    padding: 20px 0 50px 0;
}

#contactWrapper .container .eight.columns:first-child p {
    margin-top: 16px;
}

/*----------------
Zoekresultaten
----------------*/

.searchResults {
    float: left;
    width: 100%;
}

.searchResults .contentWrapper {
    padding: 20px 0;
}

.searchResults p.head {
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    padding: 0 0 20px 0;
    clear: both;
    text-align: center;
}

.searchResults h2 {
    color: #d92727;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}

.searchResults div.image {
    float: left;
    margin-right: 10px;
}

.searchResults div.image, .searchResults div.image img {
    width:  80px;
    height: 80px;
}

.searchResults .contentWrapper {
    cursor: pointer;
}

.searchResults .contentWrapper:nth-child(odd){
    background: #F6F6F6;
}

.searchResults .contentWrapper:hover {
    background: #e0e0e0;
}

.searchResults .contentWrapper:hover a {
    color: #da2727;
}


/*----------------
My account
----------------*/

body.login > div.container {
    margin-top: 60px;
    margin-bottom: 40px;
}

body.login > .container ~ .container {
    padding-bottom: 10em;
    background: url(../images/cloud_05.png) no-repeat center bottom -70px;
}

body.login #headerContent {
    background-color: #f6f6f6;
}

body.login #headerContent h1 {
    font-size: 30px;
    color: #58595b;
    font-weight: normal;
    margin: 1em 0;
}

body.login  h3 {
    text-transform: uppercase;
    font-size: 16px;
}

body.login .formColumnLeft {
    display: none;
}

body.login span.error-message {
    margin: 5px;
    font-weight: 500;
    color: #dd0000;
    display: inline-block;
    line-height: normal;
}

.button-green {
  color: white;
  background-color: #60aa71;
}
.button-green:hover {
  background-color: #4b8a5a;
}

input[type="submit"][disabled] {
    background: #b0b1b2;
    opacity: 0.9;
    cursor: not-allowed;
}
input[type="submit"][disabled]:hover {
    background: #b0b1b2;
}

body.login div.create-account {
    margin-top: 3em;
}

body.login .login-form {
    position: relative;
}

body.login h2 {
    font-size: 20px;
	font-weight: 600;
}

body.login .login-form .passwordLink {
    width: 25%;
    position: absolute;
    bottom: 0;
    left: 45%;
    margin-bottom: 12px;
    z-index: 100;
}

body.login .login-form .passwordLink  a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

body.login .eight.columns form, body.login .eight.columns form table {
    float: none;
	margin: 20px 0 10px 0;
}

body.login .formColumnSubmit {
    margin-top: 0;
    width: 50%;
}

body.login .formSubmitSend {
    margin-top: 10px;
}

body.login form span.errored {
    padding: 7px 0;
}

.devider {
		display: block;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
		margin: 10px 0 20px 0;
	}
	.devider > span {
        position: relative;
        display: inline-block;
    }

    .devider > span:before,
    .devider > span:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 9999px;
        height: 1px;
        background: #f6f6f6;
    }

    .devider > span:before {
        right: 100%;
        margin-right: 15px;
    }

    .devider > span:after {
        left: 100%;
        margin-left: 15px;
    }
	div.facebook-link {
        border: 2px #3B5998 solid;
		border-radius: 3px;
		font-family: Quicksand, sans-serif;
		font-weight: 500;
		color: white;
		padding: 9px 60px 9px 10px;
		font-size: 11pt;
		cursor: pointer;
		background-color: white;
		margin: 10px 0 45px 0;
	}
    div.facebook-link a {
        font-size: 14px;
        text-decoration: none;
        color: #3B5998;
    }
    div.facebook-link a img {
        height: 20px;
        margin: 0 5px 0 5px;
        float: left;
    }

    div.facebook-link span.margin-right-10 {
        margin-right: 10px;
    }

.fb.login_button img {
    vertical-align: middle;
    padding-right: 15px;
}

span.center-text {
    display: block;
    color: #b3b3b3;
    text-align: center;
    font-size: 18px;
    clear: both;
    margin-top: .5em;
    margin-bottom: 1.5em;
    position: relative;
}

span.center-text:before {
    content: ' ';
    width: 140px;
    height: .6em;
    position: absolute;
    left: 0;
    border-bottom: 1px solid #b3b3b3;
}

span.center-text:after {
    content: ' ';
    width: 140px;
    height: .6em;
    position: absolute;
    right: 0;
    border-bottom: 1px solid #b3b3b3;
}

/*----------------
Form
----------------*/

form {
    float: left;
    width: 100%;
}

table {
    float: left;
    width: 100%;
}

form tbody {
    float: left;
    width: 100%;
}

form .formRow {
    margin: 0 0 10px 0;
    position: relative;
    width: 100%;
    float: left;
    display:block;
    padding: 0;
    clear: both;
}

.formColumnLeft,
.formColumnRight,
.formColumnSubmit {
    width: 100%;
    display: block;
    float: left;
    clear: both;
}

.formColumnSubmit {
    margin-top: 2.3em;
}

.checkbox, .radio {
    width: 19px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(../images/checkboxes.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}

.radio {
    background: url(../images/radiobuttons.png) no-repeat;
}

select.styled {width: 100%!important;}

.select {
    position: absolute;
    width: 96%;
    padding: 2%;
    background: url(../images/dropdown.png) no-repeat center right #fff;
    overflow: hidden;
}

/*#sendQuestionWrapper form,
form {
    width: 100%;
    float: left;
}

#sendQuestionWrapper form .formTable,
.formTable {
    float: left;
    width: 100%;
    padding: 20px 0;
}

#sendQuestionWrapper form .formTable .formRow,
.formRow  {
    position: relative;
}

#sendQuestionWrapper form .formTable .formRow .formColumnLeft,
.formColumnLeft {
    width: 460px;
    clear: both;
    float: left;
    display:block;
}

#sendQuestionWrapper form .formTable .formRow .formColumnRight,
.formColumnRight {
    width: 460px;
    clear: both;
    float: left;
    display:block;
}

#sendQuestionWrapper form .formTable .formRow .formColumnRight input {}


#sendQuestionWrapper form .formTable .formRow .formColumnSubmit {
    background: url(../images/arrow_bottom.png) bottom left no-repeat;
    padding: 0 0 20px 30px;
    position: absolute;
    top: -53px;
    left: 460px;
}*/


/*----------------
Footer
----------------*/

footer {
    background: #fff;
    width: 100%;
    float: left;
    position: relative;
	z-index: 120;
}


footer .shade {
    position: absolute;
    top: -12px;
    width: 100%;
    height: 12px;
    background: rgb(246,246,246);
    background: -moz-linear-gradient(bottom, rgba(201, 202, 204, 0.38) 0%,rgba(255,255,255,0) 50%);
    background: -webkit-linear-gradient(bottom, rgba(201, 202, 204, 0.38) 0%,rgba(255,255,255,0) 50%);
    background: linear-gradient(to top, rgba(201, 202, 204, 0.38) 0%,rgba(255,255,255,0) 50%);
}


footer .container h4 {
    margin-bottom: 30px;
}

footer .container .footerItem {
    padding: 40px 0;
}

footer .container .footerItem ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .container .footerItem ul li {
    padding-bottom: .45em;
}

footer .container .footerItem ul a {
    text-decoration: none;
}

footer .container .footerItem .social-icons {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .container .footerItem .social-icons li {
    width: 40%;
    float: left;
}

/* Homepage Google map */

body.index .gmap, body.map .gmap {
    display: none;
    width: 100%;
    z-index: 9990;
}

body.index .gmap.no-height {
    height: 0 !important;
}

body.index .gmap .gmapLoading, body.map .gmap .gmapLoading {
    text-align: center;
    margin-top: 5em;
    font-size: larger;
}

.gmap .geoxml3_infowindow {
    min-width: 300px;
}

.gmap .geoxml3_infowindow h3 {
    font-size: 18px;
    margin-top: 0;
}

#closeMapWrapper
{
    background-image: url(../images/close_grey.png);
    background-repeat: no-repeat;
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 34px;
    margin: 0 47%;
    position: absolute;
    width: 74px;
    z-index: 9992;
}

    #closeMapWrapper:hover
    {
        background-image: url(../images/close_red.png)
    }

/* -- Loadmask -- */

.loadmask {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}

.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #6593cf;
    background: #c3daf9;
    padding: 2px;
}

.loadmask-msg div {
    padding: 5px 10px 5px 25px;
    background: #fbfbfb url('../images/loading.gif') no-repeat 5px 5px;
    line-height: 16px;
    border: 1px solid #a3bad9;
    color: #222;
    font: normal 11px tahoma, arial, helvetica, sans-serif;
    cursor: wait;
}

.masked {
    overflow: hidden !important;
}

.masked-relative {
    position: relative !important;
}

.masked-hidden {
    visibility: hidden !important;
}

/* Scroll down marker */
a.scrollDown {
    background: url(../images/arrow_down_grey.png?_=2) no-repeat 0 0;
    display: block;
    opacity: 0.8;
    width: 74px;
    height: 34px;
    position: fixed;
    bottom: 0;
    margin: 0 47%;
    z-index: 10000;
}

a.scrollUp {
    background: url(../images/back_to_top.png?_=2) no-repeat 0 0;
    display: block;
    width: 79px;
    height: 41px;
    margin: -41px auto 0;
    z-index: 10000;
}

a.scrollDown:hover {
    background-image: url(../images/arrow_down_red.png?_=2);
    opacity: 1;
}

a.scrollUp:hover {
    background: url(../images/back_to_top_highlight.png?_=2) no-repeat 0 0;
}

/* Photo & video tab */

#tab-photovideo ul, #tab-videos ul {
    margin: 0;
}

#tab-photovideo ul.photos, #tab-videos ul.photos {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#tab-photovideo ul.photos li, #tab-videos ul.photos li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    border: 0px solid #CACACA;
}

#tab-photovideo ul.photos li span.video-overlay, #tab-videos  ul.photos li span.video-overlay {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(../images/video_overlay.png) no-repeat top left;
    opacity: 0.4;
}

#tab-photovideo li a, #tab-videos li a {
    text-align: center;
    display: block;
    font-size: 0;
    line-height: 0;
}

#tab-photovideo li a:hover, #tab-videos li a:hover {
    cursor: default;
}

#tab-photovideo li img, #tab-videos li img {
    max-width: 940px;
    width: 100%;
    border-radius: 5px;
}

#tab-photovideo ul.photos li.active, #tab-photovideo ul.photos li:hover, #tab-videos ul.photos li.active, #tab-videos ul.photos li:hover {
    border-color: #676767;
    -webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.6);
}

#tab-photovideo #photoVideoPreview, #tab-videos #photoVideoPreview {
    width: 340px;
    height: 340px;
    text-align: center;
    /*
    background-color: #ffffff;
    border: 1px solid #CACACA;
    */
}

#tab-photovideo .six.columns, #tab-videos .six.columns {
    position: relative;
}

#tab-photovideo .arrow {
    background: url(../images/arrow_right.png) no-repeat;
    height: 49px;
    width: 74px;
    position: absolute;
    top: 162px;
    left: -55px;
display: none;
}

/* ACCOUNT */

div#pagerContainer {
    font-size: 14px;
    padding: 0 0 20px 0;
}
div.personalOrder {
    border-bottom: 1px dashed #58595b;
    padding: 10px 0 20px 0;
    overflow: hidden;
}
div.personalOrder div.buttons {
    float: right;
    text-align: right;
    margin-right: 0px;
}
div.personalOrder div.buttons a.button {
    display: block;
    text-align: right;
    width: auto;
    margin-top: 0.8em;
}
div.personalOrder h3 {
    font-size: 16px;
    line-height: 22px;
}
div.personalOrder div {
    float: left;
    margin-right: 20px;
    width: 23%;
}
div.personalOrder label {
    font-weight: normal;
    display: block;
}

a.link {
    background: #58595b;
    color: #fff;
    padding: 8px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    float: right;
    margin: 13px 0 0;
}

a.link.grey {
    background-color: #b3b3b3;
}

a.link.green {
    color: white;
    background-color: #70C14C;
}
a.link.green:hover {
    background-color: #93C165;
}

a.link.no-float {
    float: none;
}

/*a.link.left {
    float: left;
}*/

div.personalOrderDetail {
    font-size: 14px;
}
div.personalOrderDetail a.right {
    float: right;
    padding-top: 7px;
}
div.personalOrderDetail h4.subHeader {
    border-top: 1px dashed #58595b;
    font-size: 16px;
    color: #da2727;
    padding: 20px 0 0;
    margin: 20px 0;
}
div.personalOrderDetail h5 {
    text-transform: uppercase;
    margin: 0;
}

/* CART */


.order h3,
.usersEditForm h3,
.usersNewpasswordForm h3,
.personalOrderDetail h3 {
    color: #58595b!important;
}

.contentText {
    width: 100%;
    text-align: center;
    float: left;
}

.contentText .container {
    padding: 20px 0;
}

/* CHECKOUT */

div.contentCart div.address dt, div.contentCart div.address dd {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 14px;
    position: relative;
}
div.contentCart div.address dt {
    width: 100%;
    margin: 9px 0 5px 0;
    clear: left;
	font-weight: bold;
}

div.contentCart .account-usps {
    margin: 4px 0;
    padding: 0;
    font-weight: normal;
}

div.contentCart .account-usps li {
    list-style-type: none;
    padding-left: 22px;
    background: url(../images/icon_check.png) no-repeat center left;
}

div.contentCart div.address dd {
    width: 100%;
}
.personalOrderDetail div.contentCart div.address dt, .personalOrderDetail div.contentCart div.address dd {
    height: auto;
    line-height: 1.25em;
}
.personalOrderDetail div.contentCart div.address dt {
    display: none;
}
div.contentCart div.address dd input {
    margin: 0 0 10px;
    width: 100%;
    max-width: none;
}
div.contentCart div.address select {
    height: 38px;
    margin: 0 0 10px;
}
div.contentCart div.address .select {
    width: 100%;
    height: 20px;
    padding: 8px 10px;
}
div.contentCart div.address .disabled, div.contentCart div.address .readonly {
    display: block;
    opacity: 0.5;
}

.contentWrapper.shoppingCartWrapper h3 {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: inherit;
    letter-spacing: 0.4px;
}

.contentWrapper.shoppingCartWrapper .orderButtons {
    max-width: 345px;
    margin-top: 22px;
}

.contentWrapper.shoppingCartWrapper .orderButtons .formSubmitSend,
    div.contentCart input[type="submit"].formSubmitSend {
    margin-top: 22px;
    display: block;
    height: 45px;
    width: 100%;
    text-align: left;
}
.contentWrapper.shoppingCartWrapper .orderButtons a.formSubmitSend {
    height: auto;
}

div.shippingmethod {
    padding: 0 0 30px;
    overflow: hidden;
    line-height: 50px;
}

div.shippingmethod .select-box {
    float: left;
    width: 10%;
}
div.shippingmethod .logo {
    float: left;
    width: 15%;
}
div.shippingmethod .logo {
    margin-right: 1em;
}
div.shippingmethod .logo img {
    max-width: 100px;
}
div.shippingmethod .label, div.shippingmethod .cost {
    width: 30%;
    float: left;
}
input.formSubmitPrevious {
    background-color: #b3b3b3;
}

ol.orderProgress {
    height: 20px;
    list-style-type: none;
    padding: 0;
    margin: 10px 0 20px 0;
}
ol.orderProgress li {
    float: left;
    width: 33.3333%;

    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #d7d7d7;
}
ol.orderProgress li.progress2 {
    text-align: center;
}
ol.orderProgress li.progress3 {
    text-align: right;
}
ol.orderProgress li.active {
    color: #72c742;
}

div.orderProgressLines {
    width: 100%;
    position: relative;
    top: 4.5px;
}
div.orderProgressLines div {
    width: 50%;
    float: left;
    height: 1px;
    border-bottom: 1px solid #d7d7d7;
}
div.orderProgressLines div.active {
    border-bottom: 1px solid #72c742;
}

div.orderProgressBullets {
    height: 10px;
}
div.orderProgressBullets div {
    position: absolute;
    padding: 0 2px;
    background: white;
}

div.orderProgressBullets div span.bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    border: solid 1px #d7d7d7;
}
div.orderProgressBullets div.progress1 {
    left: 10px;
}
div.orderProgressBullets div.progress2 {
    left: 50%;
    margin-left: -5px;
}
div.orderProgressBullets div.progress3 {
    right: 10px;
}
div.orderProgressBullets div.active span.bullet {
    background-color: #72c742;
    border-color: #72c742;
}


/* STEP 2 */
div.contentWrapper div.contentCart div.methods div.paymentprofile div.logo img {
    width: 100px;
    float: left;
    margin: 0 40px 0 0;
}

div.contentWrapper div.contentCart div.methods h3.errored,
    div.contentWrapper div.contentCart div.methods div.paymentprofile.errored
{
    font-weight: bold;
    color: #da2727 !important;
}

div.errored, div.errored a, div.errored a:link {
    color: #da2727;
    font-weight: bold;
}

div.paymentprofile {
    width: 310px;
    min-height: 36px;
    border-radius: 10px;
    border: solid 2px #d7d7d7;
    background-color: white;
    margin-bottom: 11px;
    padding: 15px;
    display: flex;
}
div.paymentprofile.active, div.paymentprofile:hover {
  	background-color: #f3f9ff;
  	border: solid 2px #56a7f2;
}

div.paymentprofile div.logo {
    flex: 0 0 36px;
    margin-right: 20px;
}

div.paymentprofile div.details {
    flex: 1;
}

div.paymentprofile div.label {
    display: block;
    min-height: 3em;
}

div.paymentprofile div.options {
    display: none;
    margin-top: .5em;
}

div.paymentprofile div.options label {
    display: block;
}

div.paymentprofile select, div.paymentprofile input[type=date] {
    width: 190px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 2px #d7d7d7;
    height: 36px;
}

div.paymentprofile select.errored, div.paymentprofile input[type=date].errored {
    background-color: #fce9e9;
    border: 1px solid #fce9e9;
}

div.paymentprofile input[type="radio"] {
    display: none;
}

div.paymentprofile label {
    font-weight: bold;
}

div.paymentprofile.active, div.paymentprofile:hover {
    background-color: #f3f9ff;
    border-color: #559ff3;
}

div.paymentprofile.active div.options {
    display: block;
}

div.paymentprofile.active div.options p {
    margin-top: 1.5em;
}

div.paymentprofile.active div.options label {
    margin-top: 5px;
}

div.paymentprofile.active div.options label + input, div.paymentprofile.active div.options span + input {
    margin-top: 5px;
}

div.paymentprofile.active div.options .full-width-options {
    margin-left: -56px;
    border-top: 1px solid #d7d7d7;
    padding-top: 10px;
    margin-top: 20px;
}


/* Categorie pagina */
div.categoryContainer {
    text-align: center;
    background: #f6f6f6;
    padding-bottom: 4em;
    clear: left;
    border-top: 1px dashed #000000;
}

div.categoryContainer div.container a, div.categoryContainer.container a:link {
    text-decoration: none;
}

div.categoryContainer div.container {
    padding-top: 2em;
    border-bottom: 1px dashed #8a8b8a;
}

div.categoryContainer div.container ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2em;
}

div.categoryContainer div.container ul li {
    line-height: 2em;
}


.black {
    background: url(../images/black_opacity.png) repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 10000;
}

.languagePopover
{
    display: none;

}

/* Legacy */
.customer-service {
    float: right;
    margin-right: 20px;
}

.customer-service a {
    text-decoration: none;
}

.header-top-links {
    height: 38px;
    line-height: 38px;
    border-bottom: #f6f6f6;
    font-size: 9pt;
}

.header-top-links .current-username {
    font-size: smaller;
    margin-left: .5em;
    line-height: 39px;
}

select#languageCombobox {
    width: 60px;
    float: right;
    height: 30px;
    margin-left: 5px;
    margin-top: 28px;
    padding: 0;
    font-size: 10pt;
}


/*----------------
Mix & match
----------------*/

#mixMatchHeader
{
    clear: both;
    padding: 20px 0 0;
}

#mixMatchWrapper
{
    clear: both;
    padding: 40px 0 0;
    background-color: #C9CACC;
}

#mixMatchHeader .container .twelve.columns, #mixMatchWrapper .container .twelve.columns
{
    display: block;
    float: none;
    margin: 0 auto;
}

#mixMatchWrapper .container .twelve.columns {
    width: 675px
}

#productDetailInfo #mixMatchHeader .container h3
{
    color: #58595b;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    text-transform: none;
    margin: 25px 0 20px 0;
}

#productDetailInfo #mixMatchHeader .container p {
    width: 500px;
    margin: auto;
    margin-bottom: 25px;
}

.mixMatchSlider
{
    width: 82px;
    float: left;
    height: 500px;
    margin: 0 10px;
    overflow: visible;
    position: relative;
    z-index: 60;
}

.mixMatchSlider.left-slider {
    margin-left: 0;
}

.mixMatchSlider.right-slider {
    margin-right: 0;
}

.mixMatchSlider .ui-draggable-dragging img
{
    border: 1px solid #8a8a8a;
    z-index: 100
}

#mixMatchWrapper .mixMatchSlider .bx-wrapper
{
    margin-top: 30px;
}

#mixMatchWrapper .mixMatchSlider .bx-controls
{
    position: relative;
    height: 0;
    z-index: 0;
}

#mixMatchWrapper .mixMatchSlider .bx-viewport {
    height: 400px !important;
}

#mixMatchWrapper .mixMatchSlider .bx-controls-direction
{
    height: 0;
    top: 30px;
}

#mixMatchWrapper .mixMatchSlider .bx-wrapper .bx-controls-direction .bx-next,
    #mixMatchWrapper .mixMatchSlider .bx-wrapper .bx-controls-direction .bx-prev
{
    background: url(../images/arrow_up_mixnmatch.png) 0 15px no-repeat;
    width: 48px;
    height: 100px;
    display: block;
    font-size: 0;
    line-height: 0;
    margin-left: -25px;
    -webkit-transition: background-position 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: background-position 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -ms-transition: background-position 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: background-position 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: background-position 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#mixMatchWrapper .mixMatchSlider .bx-wrapper .bx-controls-direction .bx-prev {
    top: -420px
}

#mixMatchWrapper .mixMatchSlider .bx-wrapper .bx-controls-direction .bx-next
{
    background: url(../images/arrow_down_mixnmatch.png) top left no-repeat;
    margin-left: 59px;
}

#mixMatchWrapper .mixMatchSlider .bx-wrapper .bx-controls-direction .bx-prev,
    #mixMatchWrapper .mixMatchSlider .bx-wrapper .bx-controls-direction .bx-next
{
    opacity: 1;
}

#mixMatchWrapper .mixMatchSlider .bx-wrapper .bx-controls-direction .bx-prev.disabled,
#mixMatchWrapper .mixMatchSlider .bx-wrapper .bx-controls-direction .bx-next.disabled
{
    opacity: 0;
}

#mixMatchWrapper .mixMatchSlider .bx-wrapper .bx-controls-direction .bx-prev:hover
{
    background-position: 0 0;
}

#mixMatchWrapper .mixMatchSlider .bx-wrapper .bx-controls-direction .bx-next:hover
{
    background-position: 0 25px;
}

.mixMatchSlider ul
{
    margin: 0;
    padding: 0;
    float: left;
}

.mixMatchSlider ul a
{
    display: block
}

.mixMatchSlider li
{
    width: 80px;
    height: 82px;
    background: #fff;
    display: block;
    clear: both;
    padding: 0;
    margin: 0 0 10px 0;
}

    .mixMatchSlider li a img
    {
        margin: 1px
    }

    .mixMatchSlider li a.ui-state-highlight
    {
        border: 0;
        background: transparent;
    }

    .mixMatchSlider li a.ui-state-highlight img
    {
        border: 1px dashed #8a8b8a;
        margin: 0
    }

.mixMatchCombi
{
    background: url(../images/product_image_bg.png) no-repeat;
    float: left;
    height: 500px;
    margin: 1px;
    position: relative;
    width: 463px;
}

    .mixMatchCombi img.clickable {
        cursor: pointer;
    }

    .mixMatchCombi .mixMatchCombiContainer
    {
        font-size: 26px;
        line-height: 1em;
        padding: 0 10%;
        position: absolute;
        text-align: center;
        top: 180px;
        width: 80%;
    }

        .mixMatchCombi.ui-droppable-dropped .mixMatchCombiContainer
        {
            display: none
        }

.mixMatchCombi img
{
    display: block;
    margin: 19px auto 0 auto;
}

#mixMatchDescription
{
    clear: both;
    display: block;
    height: 0;
    position: absolute;
    width: 100%;
    left: -15px;
    z-index: 50;
}

#mixMatchDescription .container
{
    height: 65px;
}

#mixMatchDescription p
{
    color: #58595b;
    float: left;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: 30px;
    right: -20px;
    width: 150px;
    line-height: 14px;
}

#mixMatchDescription p:first-child
{
    left: 0;
    right: none;
}

#mixmatch-border-button-container {
    visibility: hidden;
    text-align: center;
    position: relative;
    top: -50px;
    margin-top: 20px;
}

    #mixmatch-border-button-container h4 {
        position: relative;
        top: 10px;
    }

    #mixmatch-border-button-container a.link {
        float: none;
        min-width: 150px;
        background: url(../images/button_background_grey_large.png) bottom right no-repeat;
    }

    #mixmatch-border-button-container a.link .goto-text {
        color: #C9C9CB;
    }

    #mixmatch-border-button-container a.link .product-name {
        text-transform: uppercase;
    }

/* Language select */

/* Default layout */

.combobox-container {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    width: 80px;
    float: right;
}

.combobox-container i.fa {
    font-size: 10px;
    margin-left: 8px;
    color: #57585b;
    line-height: 38px;
}

.combobox-container a.combobox-single {
    display: block;
    overflow: hidden;
    padding-left: 24px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;

    background-size: 20px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

html.lang-en-en .combobox-container a.combobox-single {
    padding: 0 10px;
    width: auto;
}

html.lang-en-en .combobox-container {
    width: auto;
}

.combobox-container a.combobox-single-with-drop {
    box-shadow: 0 1px 0 #FFFFFF inset;
}

input:focus, button:focus, .combobox-container a.combobox-single:focus {
    outline: none;
}

input:focus {
    background-color: rgba(0, 0, 0, 0.1);
}

.combobox-container a.combobox-single div {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.combobox-container a.combobox-single-with-drop div {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
}

.combobox-container a.combobox-single div b {
    /*background: url("/assets/chosen-sprite-446e459d07e35a80536324bf09caf50c.png") no-repeat scroll 0 0 transparent;*/
    display: block;
    height: 100%;
    width: 100%;
}

.combobox-container a.combobox-single-with-drop div b {
    background-position: -18px 1px;
}

.combobox-container .combobox-drop {
    display: none;
    left: 0;
    position: absolute;
    top: 35px;
    z-index: 10000;
}

.combobox-container .combobox-search {
    display: none;
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1010;
}

.combobox-container .combobox-search input {
    border: 1px solid #AAAAAA;
    font-size: 1em;
    margin: 1px 0;
    outline: 0 none;
    padding: 4px 20px 4px 5px;
}

.combobox-container .combobox-results {
    margin: 0 4px 4px 0;
    max-height: 320px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 0 4px;
    width: 250px;

    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #AAAAAA #AAAAAA;
    border-image: none;
    border: 1px solid #AAAAAA;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.combobox-container .combobox-results li {
    color: #333333;
    display: none;
    line-height: 15px;
    list-style: none outside none;
    margin: 0;
    padding: 5px 6px;
    background-size: 20px 16px;
    background-repeat: no-repeat;
    background-position: 3px 7px;
}

.combobox-container .combobox-results li.active-result {
    cursor: pointer;
    display: list-item;
    padding-left: 30px;
}

.combobox-container .combobox-results li:hover {
    background-color: #DA2727;
    color: white;
}

/* Custom layout */

.combobox-container {

}

.combobox-container .combobox-search input {
    /*background: url("../images/magnifyingglass_red.png") no-repeat scroll top right;*/
}

i.combobox-loader {
    background: url(../images/language-select-loader.gif) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    margin-top: 13px;
    margin-right: 10px;
}

.combobox-container .combobox-results  {
    max-height: 320px;
}

.combobox-container .combobox-results li {
    font-size: 12pt;
    padding: 8px 6px;
}

/* Fix for horizontal scroll */
body > iframe {
    left: 0;
}

/* Landing pagina's */
.categoryProductsText .productImage {
    width: 197px;
    height: 221px;
    float: left;
    background: url(../images/product_image_bg.png) no-repeat;
    background-size: 197px 221px;
    position: relative;
}

.categoryProductsText .productImage img {
    margin: 16px auto 0 auto;
    display: block;
}

iframe.external {
    left: auto;
    width: 100%;
    background-color: transparent;
}

/*----------------
AFBEELDINGEN
----------------*/

#lightbox {
    display: none;
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.7);
    /*background:url(../images/overlay.png) repeat;*/
    text-align:center;
    z-index: 10000;
}

#lightbox p {
    text-align:right;
    color:#fff;
    margin-right:20px;
    font-size:12px;
}

#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:940px;
}

#lightbox .controlsLB {
    height: 53px;
    width: 100%;
}

#lightbox .controlsLB a{
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    width: 32px;
    height: 53px;
}

#lightbox .controlsLB a:hover{
    cursor: pointer;
}

#lightbox .controlsLB a.prev {
    background: url(../images/slider-arrow-left.png) no-repeat;
    left: 50%;
    margin-left: -450px;
}

#lightbox .controlsLB a.next {
    background: url(../images/slider-arrow-right.png) no-repeat;
    left: 50%;
    margin-left: 420px;
}

/*----------------
PRODUCT DETAILS
----------------*/

#productDetailWrapper .productImage {
    width: 100%;
    height: auto;
    position: relative;
}

#productDetailWrapper .productImage img {
    cursor: zoom-in;
}

#productDetailWrapper .container .nine.columns {
    width: 50%;
	position: relative;
	margin: 0;
}

#productDetailWrapper .container .seven.columns {
    width: 434px;
    max-width: 434px;
    padding-left: 90px;
}

#productDescription {
	clear: both;
	float: none;
	padding-top: 2rem;
}

#productDetailWrapper .productImage img {
    display: block;
	width: 100%;
}
#productDetailWrapper .container {
    padding: 0;
    font-size: 10pt;
    line-height: 1.4em;
	width: 100%;
}

#productDetailWrapper .container:first-of-type {
    padding: 0;
}

#productDetailWrapper .container #tab-description {
    max-width: 95%;
}

#productDetailWrapper .container .seasons {
    float: right;
    padding: 0;
}
#productDetailWrapper .container .seasons img {
    width: 25px;
}

#productDetails
{
    margin-top: 35px;
}

.information-usp ul {
    padding: 0;
    margin: 0 0 0 18px;
}
.information-usp ul li {
    list-style: disc;
    font-size: 10pt;
    margin: 0;
    line-height: 1.1rem;
    text-transform: uppercase;
}
.information-usp ul li > span {
    font-size: 10pt;
}

.information-usp ul li:first-child {
    font-weight: 700;
    font-family: Quicksand, sans-serif;
}

#productDetails strong {
    font-weight: 700;
}

#productInformation .deliverable {
  float: right;
}

#productInformation .deliverable div {
    margin: 10px 0 0 0;
    padding: 0 0 0 16px;
    font-weight: bold;
    display: none;
}

form.orderForm {
	float: none;
	width: 100%;
	clear: both;
}

ul.usp_texts {
    margin: 0 0 0 16px;
    padding: 0;
    list-style: none;
}

ul.usp_texts li {
    padding: 8px 0 8px 0;
    /*background: url(../images/plus-sign-10-green.png) no-repeat left center;*/
    font-family: Quicksand, sans-serif;
    font-weight: 500;
	list-style: disc;
}

#productDetailWrapper .container .information .deliverable strong {
    color: #60aa71;
    font-weight: 400;
	text-transform: uppercase;
}

#productDetailWrapper .container .information .deliverable_outofstock, #productDetailWrapper .container .information  .deliverable_eol {
    color: #da2727;
}

#productDetailWrapper .container .information .deliverable_outofstock strong, #productDetailWrapper .container .information  .deliverable_eol strong {
    color: #58595b;
}

#productDetailWrapper .container .information .deliverable_pre_order strong {
    color: #1d9ff9;
}

#productDetailWrapper .container .information .pricing {
    margin: 5px 0;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
}

#productDetailWrapper .container .information .pricing .payment-logos {
    position: absolute;
    bottom: 0;
    right: 0;
}

#productDetailWrapper .container .information .pricing .payment-logos img {
    height: 13px;
}
#productDetailWrapper .container .information .price.old {
    margin-right: 10px;
}

/*----------------
BESCHRIJVING TABS
----------------*/

#productDetailWrapper #productDescription .container {
    padding: 30px 0 20px 0;
}

#productDetailWrapper #productDescription #tab-description h2 {
    font-size: 10pt;
    font-weight: bold;
}

#productDetailWrapper #productDescription #product-review-header > strong{
    font-size: 14px;
    font-weight: 700;
    font-family: Quicksand, sans-serif;
}

.menuTabs {
    margin-bottom: 1rem;
}
.menuTabs li {
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    font-size: 14px;
    list-style: none;
    width: 33%;
    display: block;
    float: left;
    text-transform: uppercase;
}
.menuTabs li.itemActive {
	font-weight: 700;
}
.menuTabs li a {
    color: #57585b;
    text-decoration: none;
    display: block;
    height: 22px;
}
.menuTabs li a:hover, .menuTabs li.itemActive a {
    color: inherit;
}

#Reacties h2, #Reply h2 {
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    font-size: 14px;
    list-style: none;
    margin: 0;
    margin-bottom: 1em;
    color: #58595b;
}

#Reacties:not(.open) .reactieItem:nth-of-type(n+3) {
    display: none;
}

#Reacties p.body {
    clear: left;
}

#Reacties > p a {
    float: left;
    display: block;
}

#Reacties p a:nth-child(2) {
    margin-left: 39px;
}

#Reacties p a:nth-child(2):before {
    content: ' ';
    padding-left: 19px;
    border-left: 0px solid #9e9e9e;
    display: block;
    position: absolute;
    margin-left: -20px;
    width: 3px;
    height: 1.5em;
}

#Reacties p a.green-link {
    color: #60aa71;
    border-bottom-color: #60aa71;
}

#Reacties p a.green-link:hover {
    color: #60aa71;
    border-bottom-color: #60aa71;
}

#Reacties {
    margin-bottom: 4em;
	margin-top: 50px;
}

#Reacties a[data-toggle] {
    color: #57585b;
    font-size: 14px;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #57585b;
    padding-bottom: 1px;
}

#Reacties a[data-toggle]:hover {
    color: #57585b;
    border-bottom-color: #57585b;
}

.react-buttons {
	margin-top: 20px;
}

#Reply {
	padding-bottom: 50px;
	overflow: hidden;
}

#Reply:not(.open) {
    display: none;
}

#Reply .formColumnLeft {
    display: none;
}

#Reply input[type="submit"] {
    float: none;
    margin-top: 1em;
}

#Reply input, #Reply textarea {
    border: 1px solid #e3e3e3;
    border-top-color: #c3c3c3;
}

#Reply .rating-input {
    background: white;
    border: 1px solid #e3e3e3;
    border-top-color: #c3c3c3;
    padding: .75em;
}

#Reply .rating-input:before {
    content: 'Rating:';
    font-weight: 600;
    margin-right: 1em;
}

#Reply input::placeholder, #Reply textarea::placeholder {
    color: #b3b3b3;
    font-size: 13px;
}

#Reply input, #Reply textarea {
    font-size: 15px;
}

#Reply p.character-limit {
    font-size: smaller;
    text-align: right;
}

#Reply a {
    text-decoration: none;
}

#Reply .errorMessages {
    color: red !important;
}

.rate {
    float: left;
    margin-bottom: 1em;
}

.rate .fa-star, .rating-input .fa-star {
    font-size: 0;
    opacity: 0.4;
    height: 16px;
    width: 16px;
}

.rate .fa-star:before, .rating-input .fa-star:before {
    font-size: 16px;
}

.rate .fa-star.filled, .rating-input .fa-star.filled {
    opacity: 1;
}


/*----------------
TABS
----------------*/

#productDescription #tab-specs td {
    vertical-align: top;
    border-bottom: 1px dotted #ccc;
    padding: .5em .5em;
}

#productDescription #tab-specs table {
    border-top: 1px dotted #ccc;
}

#productDescription #tab-specs img.season-icon {
    width: 24px;
    height: 25px;
}


/* Webshop homepage*/

html {
    min-height: 100%;
    height: 100%;
}

body.webshop-home {
    background: #f5f5f5;
    min-height: 100%;
    height: 100%;
    position: relative;
    padding: 0;
}

body.webshop-home .container.full-width .body-contents img {
    max-width: 100%;
}

body.webshop-home h3 {
    clear: both;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    font-weight: normal;
    background: url('images/back_header.png') repeat-x center;
}
body.webshop-home h3 span{
    font-family: Quicksand, sans-serif;
    font-weight: bold;
    clear: both;
    margin: 0 auto;
    width: auto;
    padding: 0 10px;
    text-align: center;
    font-weight: normal;
    color: #909195;
    background-color: #F5F5F5;
}

.container + footer {
    margin-top: 40px;
}

body.webshop-home section.homepage-body {
    position: relative;
    height: 100%;
    min-height: 100%;
    z-index: 50;
    top: 0px;
    left: 0px;
    width: 100%;
}

body.webshop-home section.homepage-body .container {
    height: 100%;
    min-height: 100%;
    z-index: 51;
}

body.webshop-home .background-gradient {
    position: absolute;
    margin-bottom: -97px;
    width: 100%;
    bottom: 0;
}

body.webshop-home .background-container {
    position: absolute;
    background-position: 50% 0;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

#webshopBannerContainer {
    margin-top: 10px;
}

#webshopBannerContainer a {
    text-decoration: none;
}

#webshopBannerContainer h4 {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
	text-align: center;
}

#webshopBannerContainer h4.overlayed {
	margin-top: -2em;
    padding-bottom: .5em;
	color: white;
}

#webshopBannerContainer img, #webshopFullWidthVisualsContainer img {
    width: 100%;
    max-width: 100%;
}

body.webshop-home footer {
    margin-top: 40px;
}

body.webshop-home .bx-wrapper {
    padding: 0;
    margin: 0 auto;
    border: 0;
}

body.webshop-home.has-slider-border .bx-wrapper {
    border: 3px dashed #9B9FA2;
}

body.webshop-home.has-background .bx-wrapper ul.slider li.slide p {
    color: #000;
}

body.webshop  .bx-wrapper .bx-prev {
    background-image: url(../images/slider-pijl-links.svg);
    width: 54px;
    height: 54px;
    left: 20px;
    z-index: 9998;
}

body.webshop  .bx-wrapper .bx-prev:hover {
    left: 10px;
}

body.webshop  .bx-wrapper .bx-next {
    background-image: url(../images/slider-pijl-rechts.svg);
    right: 20px;
    width: 54px;
    height: 54px;
    z-index: 9998;
}

body.webshop  .bx-wrapper .bx-next:hover {
    right: 10px;
}

body.webshop  .bx-wrapper .bx-pager {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

body.webshop  .bx-wrapper ul.slider {
    margin: 0;
}

body.webshop  .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link {
    background: #fff;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    font-weight: bold;
}

body.webshop .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
    background: #d8d8d8;
}

body.webshop  .bx-wrapper ul.slider li.slide a{
    display: block;
    position: relative;
    /* Fix for safari */
    text-decoration: none;
}

body.webshop  .bx-wrapper ul.slider li.slide div.info {
    position: absolute;
    top: 20px;
    right: 220px;
    text-align: right;
}

body.webshop  .bx-wrapper ul.slider li.slide:nth-child(even) div.info {
    left: 220px;
    right: auto;
    text-align: left;
}

body.webshop  .bx-wrapper ul.slider li.slide h4 {
    font-size: 15pt;
    font-weight: bold;
    line-height: 1.5em;
}

body.webshop  .bx-wrapper ul.slider li.slide p {
    color: #c9cacc;
    font-size: 11pt;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    padding-left: 25%;
}

body.webshop  .bx-wrapper ul.slider li.slide:nth-child(even) p {
    padding-left: 0;
    padding-right: 25%;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox__backdrop {
    z-index: 10000;
}

.fancybox__container {
    z-index: 10000 !important;
    --fancybox-thumbs-border-radius: 0;
    --fancybox-thumbs-ratio: 1;
    --fancybox-thumbs-width: 62px;
    --fancybox-thumbs-height: 62px;
    --fancybox-accent-color: #000;    
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-width: 1px !important;
}

.fancybox__backdrop {
    background: white !important;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10010;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 10020;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../images/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../images/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

#tab-react #fb-root {
    height: 0;
}

/* Newsletter footer */

footer .footerItem.newsletter p {
    max-width: 70%;
    margin-bottom: 10px;
}

form.newsletter-subscribe {
    float: none;
}

form.newsletter-subscribe input[type="text"], form.newsletter-subscribe input[type="email"] {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    max-width: 240px;
}

form.newsletter-subscribe input[type="email"] {
    padding-left: 9px;
}

form.newsletter-subscribe input[type="submit"] {
    margin-top: .5em;
    max-width: 240px;
}

.qtip-content {
    color: #58595b;
}

/** Update for mix&match v2 30-10-2015 **/
#mixMatchWrapper .bx-wrapper .bx-controls-direction a{
    position: absolute;
    top: 50%;
    margin-top: -26px;
    width: 32px;
    height: 53px;
    text-indent: -9999px;
    z-index: 9998;
    transition: opacity 0.3s ease;
    opacity: 0;
}
#mixMatchWrapper
{
    padding: 40px 0 30px 0;
}
.mixMatchCombi img
{
    position: absolute;
}

/* KLANTENSERVICE */

#customerservice-faq {
    margin-top: 60px;
    margin-bottom: 40px;
}
.container#customerservice-faq .eight.columns:nth-child(odd) {
    padding-right: 45px;
    width: 423px;
    border-right: solid 2px #f6f6f6;
}

.container#customerservice-faq .eight.columns:nth-child(even) {
    padding-left: 45px;
    width: 405px;
}

.container#customerservice-faq .eight.columns:nth-child(3n+0) {
    padding-right: 45px;
	padding-left: 0;
    width: 423px;
}



.container#customerservice-faq .eight.columns.faq-list {
	margin-bottom: 80px;
}


#customerservice-faq .logo img{
    height: auto;
    width: 100%;
    margin-bottom: 22px;
    margin-top: 20px;
}

#customerservice-faq > p {
    padding: 10px;
}
#customerservice-faq h1 {
	font-size: 24px;
    font-weight: 700;
	margin-left: 10px;
	margin-right: 10px;
}
#customerservice-faq h2 {
	font-size: 24px;
    font-weight: 700;
}
#customerservice-faq h4 {
    font-weight: 700;
}
#customerservice-faq a.more {
    background-image: url(/client/lodger/images/arrow_more.png);
    background-repeat: no-repeat;
	background-size: 24px 15px;
    background-position: right center;
    padding: 5px 50px 5px 0;
    font-weight: 700;
    text-decoration: none;
}

.faq-main-categories {
    margin-bottom: 30px;
    height: auto;
}

.faq-main-categories .clear-both{
    clear: both;
}

.faq-main-categories div.item{
    width: 45%;
    height: 150px;
    float: left;
    text-align: center;
    border: 2px solid #d7d7d7;
    border-radius: 5%;
    margin-right: 5%;
    margin-top: 5%;
	font-size: 14px;
}
.faq-main-categories div.item:nth-child(2n+0){
    margin-right: 0%;
}

.faq-main-categories img {
    width: 40px;
    height: 40px;
    margin: auto;
    display: block;
	float: left;
	margin-right: 15px;
}
.faq-main-categories .item img {
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
	float: none;
	margin-top: 37px;
	margin-bottom: 10px;
}
#customerservice-faq hr {
    border-bottom: 0px solid rgba(255, 255, 255, 0.3);
	    margin: 25px 0 15px 0;
}
.faq-main-categories a {
     display:block;
     text-decoration: none;
	 padding: 0 20px;
	 line-height: 1.2;
}
#faqContainer ul, #customerservice-faq ul {
    list-style-type: none;
    padding: 0;
    border-top: solid 1px #e6e6e6;
}
#faqContainer ul li, #customerservice-faq ul li {
    border-bottom: solid 1px #e6e6e6;
    padding: 10px 10px 9px 0;
}

#customerservice-faq #faqWrapper {
    background-color: white;
    border-top: none;
}
#customerservice-faq #faqWrapper .columns {
    margin-bottom: 70px;
}

#faq-header {
	overflow: hidden;
}
#faqWrapper #faq-header h3, .select-selected .title, .select-items .title {
	color: #57585b;
	text-transform: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 0.9;
}
.faq-header-text-container span, .select-selected .subtitle, .select-items .subtitle {
	font-size: 12px;
	display: block;
}

#customerservice-faq .eight.columns #faq-header .faq-header-image,
 #customerservice-faq .eight.columns #faq-header .faq-header-text-container {
    float: left;
}
#customerservice-faq .eight.columns #faq-header .faq-header-image {
	width: 40px;
	height: 40px;
}

 #customerservice-faq .eight.columns #faq-header .faq-header-text-container {
    margin-left: 15px;
}

 #customerservice-faq .eight.columns #faq-header .faq-header-text-container h3 {
     margin: 0px;
}

#customerservice-faq .container.container {
    display: none;
}



#customerservice-faq .eight.columns p > a:not(.more){
    text-decoration: underline;
}

#customerservice-faq ul li, #customerservice-faq #faqWrapper .columns ul li  {
	padding: 10px 10px 9px 0;
	background-image: none;
}
#faqContainer ul li > a, #customerservice-faq ul li > a {
    display: block;
	text-decoration: none;
	background-image: url(/client/lodger/images/arrow_faq_down.png);
    background-repeat: no-repeat;
	background-size: 12px 7px;
    background-position: right 7px;
	padding-right: 20px;
}
#customerservice-faq ul li.opened > a {
	background-image: url(/client/lodger/images/arrow_faq_up.png);
}
#customerservice-faq ul li > a {
    font-weight: 500;
}

#customerservice-faq .menuToggle {
    margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
}



#customerservice-faq .eight.columns ul li .answer-text{
     margin: 10px 0 20px 0;
	 overflow: hidden;
	 color: #909090;
}

#customerservice-faq .eight.columns ul li .answer-text > p{
    margin-bottom: 20px;
}

#customerservice-faq .answer-text a.answered-yes, #customerservice-faq .answer-text a.answered-no, #faqContainer a.answered-yes, #faqContainer a.answered-no  {
	display: block;
	float: left;
	text-indent: -9999px;
	width: 50px;
	height: 33px;
	background-image: url(/client/lodger/images/thumbs_up.png);
    background-repeat: no-repeat;
	background-size: 50px 33px;
    background-position: right top;
	margin-top: 5px;
	margin-right: 10px;
	opacity:0.3;
	padding-right: 0;
}
#customerservice-faq .answer-text a.answered-no, #faqContainer a.answered-no {
	background-image: url(/client/lodger/images/thumbs_down.png);
}
#customerservice-faq a.answered-yes:hover, #customerservice-faq a.answered-yes.active, #customerservice-faq a.answered-no:hover, #customerservice-faq a.answered-no.active {
	opacity:1;
}

.faq-main-categories.custom-select {
  position: relative;
}


.select-selected {
  background-color: white;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content:"";
  background-image: url('/client/lodger/images/arrow_faq_select.png');
    background-size: 13px 9px;
    display: inline-block;
  width: 13px;
  height: 9px;
  right: 22px;
  top: 27px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.opened:after {
  background-image: url('/client/lodger/images/arrow_faq_select_open.png');
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  padding: 12px 50px 12px 12px;
  width: 262px;
  border: 0px solid transparent;
  border-radius: 30px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  -webkit-box-shadow:0 0 20px rgba(0,0,0,.11);
  -moz-box-shadow: 0 0 20px  rgba(0,0,0,.11);
  box-shadow:0 0 20px  rgba(0,0,0,.11);
  line-height: 1.5;
}
.select-selected.opened {
    border-radius: 30px 30px 0 0;
	-webkit-box-shadow:0 0 30px rgba(0,0,0,.15);
  	-moz-box-shadow: 0 0 30px  rgba(0,0,0,.15);
  	box-shadow:0 0 30px  rgba(0,0,0,.15);
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0 0 30px 30px;
  -webkit-box-shadow:0 15px 30px rgba(0,0,0,.15);
  -moz-box-shadow: 0 15px 30px  rgba(0,0,0,.15);
  box-shadow:0 15px 30px  rgba(0,0,0,.15);
  padding: 0 12px;
}
.select-items a {
	border-top: solid 1px #e6e6e6;
	padding: 12px 0;
	line-height: 1.5;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}




@media only screen and (min-width: 767px) {
	body.login > div.container > .eight.columns:first-child, body.webshop .container .address.billing {
		padding-right: 45px;
		width: 423px;
		border-right: solid 2px #f6f6f6;
	}
	body.login > div.container > .eight.columns:last-child, body.webshop .container .address.shipping {
		padding-left: 45px;
		width: 405px;
	}

    body.webshop .shoppingCartWrapper .seven.columns {
        padding-right: 45px;
        width: 423px;
    }
    body.webshop .shoppingCartWrapper .offset-by-two.seven.columns {
        padding-left: 45px;
        width: 405px;
        border-right: 0;
        border-left: solid 2px #f6f6f6;
        padding-right: 0;
        margin-top: 5.5em;
    }
    body.webshop .shoppingCartWrapper .offset-by-two.seven.columns h3 {
        margin-top: -2.75em;
    }

	.devider {
		width: 345px;
	}
	div.facebook-link {
		width: 275px;
	}
    div.contentCart.checkout .costs input.formSubmitSend.adjust { font-weight: bold; float: left; padding-left: 0; }
    div.customer-service-block { width: 100%; margin-top: 44px; float: left; }
    div.customer-service-block.payment-screen { padding: 20px 0 0 0; border-top: 1px dashed #58595b; float: left; }
    div.terms-and-conditions { position: absolute; left: -9999999999999px; }
    body.login h3 { text-transform: none; }

    body.login .login-form form .formRow { clear: none; width: 345px; margin-right: 20px; }
    body.login .login-form form .formRow:last-child { clear: both; }
    div.customer-service-block.login { padding: 20px 0 0 0; margin-top: 10px; border-top: 1px dashed #58595b; float: left; }
    div.cartRight input.formDelete, div.contentCart.checkout .costs input.formDelete { margin-left: 10px; }
    div.contentCart div.cartRight.orderButtons { float: left; width: 100%; }
    div.terms-and-conditions-mobile { text-align: left; }
    div.terms-and-conditions-mobile a { white-space: nowrap; }
    div.contentCart div.cart { margin: 0 0 10px; }
    ol.orderProgress li.progress1 span { background-position: 0px -300px; }
    ol.orderProgress li.progress1.current span { background-position: 0px 0px; }
    ol.orderProgress li.progress2 span { background-position: 0px -330px; }
    ol.orderProgress li.progress2.current span { background-position: 0px -30px; }
    ol.orderProgress li.progress3 span { background-position: 0px -360px; }
    ol.orderProgress li.progress3.current span { background-position: 0px -60px; }
    div.orderProgressBar div { background-image: none; }
    div.orderProgressBar div.current { background-image: url(../images/progress.png); }

    .contentWrapper.order {
        padding-bottom: 100px;
    }
}
.terms-and-conditions-mobile input {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -ms-appearance: radio;
}

/** Edit 06-01-2016: JT **/
#topHeaderWrapper .container .mainMenu ul li { padding: 5px 25px 5px 0; }

.pick-up .shippingmethod { padding: 0; }
.pick-up .shippingmethod label { width: 100%; line-height: 20px; cursor: pointer; }
.pick-up .shippingmethod input { float: left; -webkit-appearance: radio; -moz-appearance: radio; -ms-appearance: radio; }
.terms-and-conditions-mobile input { -webkit-appearance: radio; -moz-appearance: radio; -ms-appearance: radio; }


hr {
    clear: both;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.formSubmitSend {
    background-image: none;
    text-decoration: none;
    font-size: 18px;
    text-transform: initial;
}

/** Edit: JT 20160802 **/
#headerContent .headerImage.title {
    position: relative;
}
#headerContent .headerImage.title .h1 {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -23px;
    z-index: 3;
    background: white;
    padding: 0;
}
#headerContent .headerImage.title h1 {
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}
#headerContent .headerImage.title .h1 h1.line {
    position: relative;
    z-index: 1;
}
#headerContent .headerImage.title .h1 h1.line:before {
    border-top: 1px solid #dfdfdf;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}
#headerContent .headerImage.title .h1 h1.line span {
    background: #fff;
    padding: 0 40px;
}
#headerContent .headerImage.title img {
    position: relative;
    z-index: 2;
}

/*.contentWrapper.cloud {
    background: none;
}
#aboutWrapperOverlay {
    background: none;
}
#aboutWrapper {
    background: none;
}*/

/* Top language selector */

#topLanguageSelector {
    width: 100%;
    position: fixed;
    z-index: 1000;
    margin: -1px auto 0;
}

#topLanguageSelector .topElementsWrapper {
}

#topLanguageSelector .topElementsWrapper .container {
    background-color: #F5F5F5;
    width: 950px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}

#topLanguageSelector .container .sixteen.columns {
    padding: 5px;
    border: 1px solid #C6C8C7;
    margin: 2px 5px 5px;
    width: 928px;
    text-align: center;
}

#topLanguageSelector ul {
    margin: 10px auto;
    padding: 0;
    list-style-type: none;
}

#topLanguageSelector input[type="button"] {
    margin-bottom: 10px;
}

#topLanguageSelector ul li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

#topLanguageSelector ul li:first-child {
    margin-left: 0;
}

#topLanguageSelector h3 span {
    background-color: #F5F5F5 !important;
}

#ui-blocker {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 900;
}

/** 20160922 JT **/
#categoryProductsWrapper .product-container .product p.price-discount span.from {
    font-size: 11px;
}

/* CMS Popup Module */
.cms-module-popup {
    width: 532px;
    margin-left: -266px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100010;
    margin-top: -150px;
    display: none;
}

.cms-module-popup .modal-header {
    border-radius: 20px 20px 0 0;
    background: #909195;
    padding: 30px 15px 5px;
    text-align: center;
    position: relative;
}

.cms-module-popup .modal-header .modal-close-btn {
    color: white;
    text-transform: uppercase;
    top: 0px;
    right: 0px;
    position: absolute;
    padding: 10px;
    cursor: pointer;
}

.cms-module-popup .modal-header .modal-title {
    color: white;
    font-size: 18pt;
    line-height: 1.15em;
}

.cms-module-popup .modal-header .modal-subtitle {
    font-size: 12pt;
}

.cms-module-popup .modal-body {
    border: 1px solid #909195;
    background: #fff;
    border-top: 0;
    padding: 10px;
    color: black;
}

.cms-module-popup .modal-body .modal-body-text {
    display: none;
}

.cms-module-popup .modal-body a {
    display: block;
}

.cms-module-popup .modal-body form {
    width: 100%;
}

.cms-module-popup .modal-body form label {
    float: left;
    width: 25%;
    clear: left;
    line-height: 34px;
}

.cms-module-popup .modal-body form input[type="text"], .cms-module-popup .modal-body form input[type="email"] {
    float: left;
    width: 40%;
    padding: 1%;
    margin-bottom: 5px;
}

.cms-module-popup .modal-body form input[type="submit"] {
    float: right;
    width: 50%;
    height: 34px;
    background-color: #cacbcd;
}

@media only screen and (max-width: 768px) {
    .cms-module-popup {
        width: 80%;
        left: 10%;
        margin-left: 0;
    }

    .cms-module-popup .modal-header {
        padding: 25px 15px 5px;
    }

    .cms-module-popup .modal-header .modal-title {
        font-size: 15pt;
    }

    .cms-module-popup .modal-header .modal-subtitle {
        display: none;
    }

    .cms-module-popup .modal-body .modal-body-text {
        display: block;
    }

    .cms-module-popup .modal-body img {
        max-width: 100%;
    }

    .cms-module-popup .modal-body.has-form img {
        display: none;
    }

    .cms-module-popup .modal-body form label, .cms-module-popup .modal-body form input[type="text"], .cms-module-popup .modal-body form input[type="email"] {
        float: none;
        display: block;
        width: 96%;
    }

    .cms-module-popup .modal-body form input[type="text"], .cms-module-popup .modal-body form input[type="email"] {
        padding: 2%;
    }

}

#accountWrapper {
    padding-bottom: 40px;
}

.menuPillsLeft > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menuPillsLeft > ul > li {
    background-color: white;
    margin-bottom: 5px;
}

.menuPillsLeft > ul > li > a {
    padding: 10px;
    text-decoration: none;
    display: block;
}

.menuPillsLeft > ul > li:hover, .menuPillsLeft > ul > li.active {
    background-color: #58595b;
}

.menuPillsLeft > ul > li:hover a:link, .menuPillsLeft > ul > li.active a,
.menuPillsLeft > ul > li a:hover, .menuPillsLeft > ul > li a:hover  {
    color: white;
}

.container .b2bOrderInformation {
    margin-bottom: 30px;
}

.container .b2bOrderInformation .filler {
    padding: 0;
    margin: 20px 35px;
    clear: both;
    border-bottom: 1px solid #f6f6f6;
}

.container .b2bOrderInformation .filler:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.container .b2bOrderInformation h4 {
    font-size: 1em;
    margin-bottom: 0;
}

.container .b2bOrderInformation .filler:first-child h4 {
    display: none;
}

.container .b2bOrderInformation dl {
    width: 100%;
}

.container .b2bOrderInformation dl.billing-address {
    margin-top: 0;
}

.container .b2bOrderInformation dl.billing-address dt, .container .b2bOrderInformation dl.shipping-address dt {
    display: none;
}

.container .b2bOrderInformation dl.billing-address dd, .container .b2bOrderInformation dl.shipping-address dd {
    float: none;
    width: 100%;
}

.container .b2bOrderInformation dl.shipping-address dd:not(.select-shipping) {
    margin-left: 21px;
}

.container .b2bOrderInformation dl.shipping-address input[type=radio] {
    display: none;
}

.container .b2bOrderInformation dl.shipping-address input[type=radio] + label div {
    background-color: white;
    border: 2px solid #6D6D6D;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: 4px;
    cursor: pointer;
}

.container .b2bOrderInformation dl.shipping-address input[type=radio] + label div:after {
    display: none;
    content: ' ';
    width: 6px;
    height: 6px;
    background-color: #1d9ff9;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}

.container .b2bOrderInformation dl.shipping-address input[type=radio]:checked + label div {
    border-color: #1d9ff9;
}

.container .b2bOrderInformation dl.shipping-address input[type=radio]:checked + label div:after {
    background-color: #1d9ff9;
    display: inline-block;
}

.container .b2bOrderInformation dt {
    width: 75%;
    float: left;
}
.container .b2bOrderInformation dd {
    width: 25%;
    float: left;
    margin: 0;
}

.container .b2bOrderInformation .article-summary dd {
    text-align: right;
}

.container .b2bOrderInformation .article-summary dt.article-count,
    .container .b2bOrderInformation .article-summary dd.article-count {
    margin-bottom: 1em;
}

.container .b2bOrderInformation .article-summary dt.total,
.container .b2bOrderInformation .article-summary dd.total {
    margin-top: .5em;
    border-top: 1px solid transparent;
    padding-top: .5em;
}

.container .b2bOrderInformation .article-summary dd.total {
    border-color: #f6f6f6;
}

.container .b2bOrderInformation dd.country {
    text-transform: uppercase;
}

.container .b2bOrderInformation dt.highlight, .container .b2bOrderInformation dd.highlight {
    font-weight: bold;
}

input[type=text].order-reference {
    display: block;
    width: 96%;
    padding: 8px;
    margin-top: .5em;
}

.dynamicPager {
    float: right;
    margin-bottom: 2em;
}

.dynamicPager > div, .dynamicPager > div > .Number {
    float: left;
    margin-right: 15px;
}
.dynamicPager > div.pageNumbers {
    margin-right: 0;
}

.dynamicPager > div > .Number {
    background: transparent;
    display: inline-block;
    width: 20px;
}

.dynamicPager > div > .Number.active, .dynamicPager > div > .Number:hover {
    color: #585858;
	font-weight: 700;
}


.dynamicPager > div > .Number.active a, .dynamicPager > div > .Number:hover a {
    color: #585858;
}

.dynamicPager > div a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #585858;
    font-size: 14px;
}

.dynamicPager > div.previous a:before {
    content: '';
	display: block;
	position: absolute;
	background: url('../images/filter_arrow_back.png');
	width: 8px;
	height: 12px;
	background-size: cover;
	margin-left: -15px;
    margin-top: 4px;
}

.dynamicPager > div.first a:after {
    content: '\2026';
    margin-left: .5em;
}

.dynamicPager > div.last a:before {
    content: '\2026';
    margin-right: .5em;
}

.dynamicPager > div.next a:before {
	content: '';
	display: block;
	position: absolute;
	background: URL('../images/filter_arrow_next.png');
	right: 20px;
	width: 8px;
	height: 12px;
	background-size: 100%;
	margin-top: 4px;
}

/* Cart */

.shoppingCartWrapper {
    font-size: 13px;
}

.shoppingCartWrapper h2 {
    font-weight: bold;
    margin-bottom: 35px;
    font-size: 22px;
}
.personalOrderDetail.shoppingCartWrapper h2 {
    margin-left: 0;
    margin-right: 0;
}

.shoppingCartWrapper.b2bShoppingCartWrapper h2 {
    margin-left: 0;
    margin-right: 0;
}

.shoppingCartWrapper.b2bShoppingCartWrapper .contentCart {
    width: 458px;
}

.shoppingCartWrapper.b2bShoppingCartWrapper .order-details {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.shoppingCartWrapper form {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.shoppingCartWrapper form.is--refreshing {
    opacity: 0.4;
}

.shoppingCartWrapper .contentCart div.row {
    line-height: 30px;
    margin-bottom: 30px;
}

.shoppingCartWrapper .contentCart div.row.row-header {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 40px;
}

.shoppingCartWrapper .contentCart div.row.row-header .columns,
.shoppingCartWrapper .contentCart .costs:last-child > div {
    border-bottom: 1px dashed #58595b;
}

.shoppingCartWrapper .contentCart div.row:last-of-type .columns,
.shoppingCartWrapper .checkout > div.rows {
    padding-bottom: 42px;
    border-bottom: 1px dashed #58595b;
}

.shoppingCartWrapper .checkout {
    margin-bottom: 44px;
}

@media only screen and (min-width: 768px) {
    .shoppingCartWrapper .contentCart div.row .four.columns {
        width: 360px;
        margin-right: 0;
        padding-right: 10px;
    }
    .shoppingCartWrapper .contentCart div.row .ten.columns {
        width: 650px;
        margin-right: 0;
        padding-right: 10px;
    }

    .shoppingCartWrapper .contentCart div.row .three.columns {
        width: 125px;
        padding-left: 10px;
        margin-left: 0;
    }
}

.shoppingCartWrapper div.postcard-text {
    clear: both;
    margin-left: 110px;
}

.shoppingCartWrapper div.postcard-text .postcard-text-wrapper {
    background-size: 50%;
    background-repeat: no-repeat;
}

.shoppingCartWrapper div.postcard-text .postcard-text-wrapper textarea {
    background-color: transparent;
    line-height: 1.55em;
    padding: .5em;
}

@media only screen and (max-width: 767px) {
    .shoppingCartWrapper .eleven.columns.postcard + .three.columns {
        display: none;
    }
    .shoppingCartWrapper .row.postcard-row .column-description > img {
        position: absolute;
    }
    .shoppingCartWrapper .row.postcard-row .column-description .title, .shoppingCartWrapper .row.postcard-row .column-description .price {
        margin-left: 130px;
    }
    .shoppingCartWrapper div.postcard-text {
        margin-left: 130px;
    }
    .shoppingCartWrapper div.postcard-text .postcard-text-wrapper {
        background-image: none !important;
    }

    .shoppingCartWrapper div.postcard-text .postcard-text-wrapper textarea {
        width: 100%;
        max-width: none;
    }
}

@media only screen and (min-width: 767px) {
    .shoppingCartWrapper div.postcard-text .postcard-text-wrapper {
        border: 1px solid #f4f4f4;
        width: 540px;
        height: 180px;
    }

    .shoppingCartWrapper div.postcard-text .postcard-text-wrapper textarea {
        width: 270px;
        height: 180px;
        margin-left: 270px;
    }
}

.shoppingCartWrapper .contentCart div.row .three.columns:not(:last-child) {
    padding-right: 10px;
    margin-right: 0;
}

.shoppingCartWrapper .contentCart div.row:not(.row-header) .four.columns {
    height: 90px;
}

.shoppingCartWrapper .contentCart div.row:not(.row-header) .three.columns {
    height: 80px;
    padding-top: 10px;
}

.shoppingCartWrapper .contentCart div.row.postcard-row:not(.row-header) .three.columns {
    height: 262px;
}

.shoppingCartWrapper div.row .three.columns.column-price {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    text-align: right;
}

.shoppingCartWrapper .columns.column-description a, .shoppingCartWrapper .columns.column-description > img   {
    display: block;
    float: left;
    text-decoration: none;
}

.shoppingCartWrapper .columns.column-description .title {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    float: left;
    padding-top: 10px;
}

.shoppingCartWrapper .columns.column-description .error {
    color: #dd0000;
    display: inline-block;
    line-height: normal;
    width: 50%;
}

.shoppingCartWrapper .columns.column-description img {
    width: 90px;
    height: 90px;
    margin-right: 20px;
}

.shoppingCartWrapper .formDelete {
    background: url('../images/trashcan_big.png') no-repeat center center;
    border: 0;
    border-radius: 0;
    padding: 7px;
    height: auto;
    font-size: 13px;
    vertical-align: middle;
    margin-left: 10px;
    width: auto;
}

.shoppingCartWrapper div.row.postcard-row .formDelete {
    margin-left: 44px;
}

.shoppingCartWrapper .formDelete:hover {
    background-color: transparent;
}

.shoppingCartWrapper .checkout a[data-toggle] {
	border: 0;
    color: #9e9e9e;
	font-size: 15px;
	font-family: Quicksand, sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding: 0 0 .2em 12px;
    background: url(../images/arrow_right_small.png) no-repeat left 5px;
    margin: 1.5em 0 0;
    display: block;
}

.shoppingCartWrapper .checkout #CouponForm {
    margin-bottom: 10px;
}

.shoppingCartWrapper .checkout #CouponForm .input {
    display: flex;
}

.shoppingCartWrapper .checkout #CouponForm input[type=submit] {
    max-width: 33%;
}

.shoppingCartWrapper .checkout #CouponForm input[type=text] {
}

.shoppingCartWrapper .checkout #CouponForm input[type=text].valid {
    background-color: #cbe9bc;
}

.shoppingCartWrapper .checkout #CouponForm:not(.open) {
    display: none;
}

.shoppingCartWrapper .checkout #CouponForm .title, .shoppingCartWrapper .checkout #CouponForm .subtitle {
    line-height: 2em;
    font-size: 14.5px;
    font-weight: bold;
}

.shoppingCartWrapper .checkout #CouponForm .formSubmitSend {
    background: #898989;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 19px;
    float: none;
    margin-left: 5px;
}

.shoppingCartWrapper .checkout .row {
    margin-bottom: 0;
}

.shoppingCartWrapper .checkout .row.coupon.discount .two.columns {
    color: #ef5656
}

.shoppingCartWrapper .checkout .two.columns {
    text-align: right;
}

.shoppingCartWrapper .checkout .row.buttons > div {
    margin-top: 30px;
    padding-top: 40px;
}

.shoppingCartWrapper .checkout .row.buttons > div:first-child {
    margin-right: 0;
    padding-right: 10px;
}

.shoppingCartWrapper .checkout .row.buttons > div:last-child {
    margin-left: 0;
    padding-left: 10px;
}

.free-shipping {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    color: #6ec245;
}

.shoppingCartWrapper .costs {
    font-family: Quicksand, sans-serif;
    font-weight: normal;
    line-height: 1.24;
    font-size: 14.5px;
}

.shoppingCartWrapper .costs.total {
    font-weight: bold;
    margin-top: 10px;
}

.shoppingCartWrapper .container.checkout .costs.total {
    margin-left: 10px;
    margin-right: 10px;
}

.shoppingCartWrapper .costs.total .five.columns, .shoppingCartWrapper .costs.total .offset-by-eleven.three.columns, .shoppingCartWrapper .costs.total .two.columns {
    border-top: 1px solid #585858;
    padding-top: 10px;
    margin-left: 0;
    margin-right: 0;
}

.shoppingCartWrapper .costs.total .two.columns {
    width: 120px;
}

.shoppingCartWrapper input[type=submit].continue, .formSubmitSend.previous-step {
    background: none;
    color: #929294;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding-right: 19px;
    margin-top: 20px;
    display: block;
}

.shoppingCartWrapper.b2bShoppingCartWrapper input[type=submit] {
    margin-right: 35px;
}

.shoppingCartWrapper.b2bShoppingCartWrapper input[type=submit].continue {
    margin-left: 16px;
    margin-right: 0
}

.shoppingCartWrapper div.shippingmethod .label {
    float: none;
    width: auto;
}

.shoppingCartWrapper .container .columns .payment-methods {
    margin-top: 25px;
}

.shoppingCartWrapper .container .columns .payment-methods img {
    width: auto;
    height: auto;
    margin-right: 16px;
}

.b2b-product .stock-legend {
    clear: left;
    float: left;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.b2b-product .stock-legend li {
    line-height: 1.5em;
}

.b2b-product .stock-legend li i {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}

.b2b-product #productDescription {
    float: left;
    padding-top: 44px;
    width: 100%;
}

#productDetailWrapper.b2b-product .container .information .filler {
    margin: 0;
    padding: 0;
}

p.image-download {
    margin: 0 0 22px 75px;
    text-align: center;
    clear: left;
    padding-top: 22px
}

/* B2B Cart */

div.contentCart div.cart {
    overflow: hidden;
    padding: 0 0 20px;
    margin: 0 0 20px;
    font-size: 14px;
}
div.contentWrapper div.contentCart div.cart img, div.contentCart div.cart img {
    width: 65px;
    float: left;
    margin: 0px 12px 0px 0px;
    background-color: #fff;
}
div.contentCart div.cartImage, div.contentCart div.cartLeft, div.contentCart div.cartVariants {
    float: left;
    position: relative;
}

div.contentCart div.cartVariants {
    width: 80%;
}

div.contentCart div.cartVariants div.cartVariant {
    width: 20%;
    float: left;
}

div.contentCart div.cartVariants div.cartVariant .input {
    background: #f9f9f9;
    border-radius: 5px;
    width: 50px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
    border: 1px solid transparent;
    border-bottom-width: 1.5px;
    margin: 0 auto;
}

div.contentCart div.cartVariants div.cartVariant .input input {
    float: none;
    margin-top: 0;
    padding: 5px 10px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #57585b;
    border: 0;
    background: transparent;
    text-align: center;
    width: 100%;
    padding: 11px 0px;
}

div.contentCart div.cartVariants div.cartVariant .input input.errored {
    background-color: rgba(255, 0, 0, 0.1);
}

div.contentCart div.cartVariants div.cartVariant .input.stock-green {
    border-bottom-color: #6ec245;
}
div.contentCart div.cartVariants div.cartVariant .input.stock-orange {
    border-bottom-color: #f9a829;
}
div.contentCart div.cartVariants div.cartVariant .input.stock-red {
    border-bottom-color: #ea1d2c;
}


div.contentCart div.cartVariants div.cartVariant .input input[type=number]::-webkit-inner-spin-button,
div.contentCart div.cartVariants div.cartVariant .input input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

div.contentCart div.cartVariants div.cartVariant .size {
    line-height: 1.25em;
    height: 2.8em;
    padding: 0 2.5%;
}

div.contentCart div.cartVariants div.cartVariant .size, div.contentCart div.cartVariants div.cartVariant .amount, div.contentCart div.cartVariants div.cartVariant .price {
    text-align: center;
}

div.contentCart div.cartVariants div.cartVariant .size, div.contentCart div.cartVariants div.cartVariant .price {
    font-size: 13px;
}

div.contentCart div.cartVariants div.cartVariant .price.price-discount {
    color: #dd0000;
}

div.contentCart div.cartImage {
    width: 19%;
    margin-right: 1%;
}

div.contentCart div.cartImage .styleno {
    color: #58595b;
    text-transform: uppercase;
    font-weight: 400;
}

div.contentCart div.cartImage .image a {
    display: block;
}

div.contentCart div.cartImage .styleno, div.contentCart div.cartImage .image {
    text-align: center;
}

div.contentWrapper div.contentCart div.cart div.cartImage .image img {
    float: none;
    margin: 0 auto;
}

div.contentCart div.cartImage .color {
    font-size: 12px;
    text-align: center;
    line-height: 1.3em;
}

.user-navision-switch-container .user-navision-switch {
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
    border: 1px solid #f4f4f4;
}

.user-navision-switch-container .user-navision-switch li {
    cursor: pointer;
}

.user-navision-switch-container .user-navision-switch label {
    padding: .25em 0;
    display: block;
    cursor: pointer;
}

.user-navision-switch-container .user-navision-switch li span {
    font-family: 'Courier New', serif;
    margin: 0 1em;
}

.user-navision-switch-container .user-navision-switch li:nth-child(even) {
    background-color: #f4f4f4;
}

.user-navision-switch-container .user-navision-switch.is--searching li:nth-child(even) {
    background-color: white;
}

.user-navision-switch-container .user-navision-switch li:hover, .user-navision-switch-container .user-navision-switch.is--searching li:hover {
    background-color: #0a6aa1;
    color: white;
}

@media only screen and (min-width: 960px) {
	body.webshop-home .container .body-contents img {
		width: 960px;
		position: relative;
		left: 50%;
		margin-left: -480px;
	}
}
@media only screen and (min-width: 767px) {
	body.webshop-home section.homepage-body {
		position: static;
		height: 100%;
		min-height: 70%;
	}
}

/* Aanpassingen 14-11-2017 JT */
body.webshop-home h3 span {
	border-radius: 5px;
	padding: 5px 10px 0 10px;
}
body.webshop-home h3 {
	position: relative;
}

#ecommerce-added-to-cart-popup {
    display: none;

    position: fixed;
    z-index: 10000;
    right: 1rem;
    background: #fff;
    padding: 14px;
    max-width: 290px;

    box-shadow: 0 0 18px 0 rgba(93, 93, 93, 0.28);
    border: solid 6px #ffffff;
}

#ecommerce-added-to-cart-popup p {
    font-weight: 500;
    line-height: normal;
    background: url('../images/cart-checked.png') no-repeat left center;
    padding: 0 36px;
    margin-bottom: 16px;
}

#ecommerce-added-to-cart-popup a.button-submit {
    display: block;
    height: auto;
}

#ecommerce-added-to-cart-popup span[data-modal="close"] {
    position: absolute;
    cursor: pointer;
    padding: 1em;
    right: 0;
    top: 0;
}

#ecommerce-added-to-cart-popup span[data-modal="close"]:hover {
    opacity: 0.5;
}

.container .address dl {
    margin-top: 0;
}

.container .address.shipping dl:first-of-type {
    border-radius: 5px;
    background-color: #e1e1e1;
    padding: 15px;
}

.container .address.shipping h4 {
    font-size: 14px;
}

.container .address.shipping dl:first-of-type input[type="text"],
.container .address.shipping dl:first-of-type input[type="email"] {
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: inset 0px 1px 9px 0 rgba(200, 200, 200, 0.1);
}

span.flag {
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    background: no-repeat left center;
    background-size: 20px 16px;
    line-height: 16px;
    width: 20px;
    height: 16px;
    margin-right: .5em;
    position: relative;
    top: 2px;
}

span.hint {
    display: block;
    font-family: Quicksand;
    font-size: 13px;
    font-weight: 500;
    color: rgba(126, 126, 126, 0.65);
    line-height: 1.25em;
    margin-top: -2em;
}

.contentWrapper.order h3 {
    margin-bottom: 33px;
}

.contentWrapper.order .order-number {
    border-radius: 5px;
    background-color: #ebebeb;
    padding: 20px;
    display: flex;
}

.contentWrapper.order .order-number label, .contentWrapper.order .order-number span {
    flex: 1
}
.contentWrapper.order .order-number span {
    text-align: right;
    font-weight: bold;
}

.contentWrapper.order .order-number + p a.link {
    margin-top: 20px;
}

.contentWrapper.order.orderReturn .sixteen.columns {
    margin-top: 2em;
}

@media only screen and (min-width: 768px) {
    .contentWrapper.order.orderReturn .container .container {
        margin-top: 8em;
    }

    .contentWrapper.order.orderReturn .container .container > .eight.columns > h3 {
        margin-top: -2.5em;
    }

    .contentWrapper.order.orderReturn .container > .eight.columns.alpha {
        padding-right: 45px;
        width: 423px;
        border-right: solid 2px #f6f6f6;
    }

    .contentWrapper.order.orderReturn .container > .eight.columns.omega {
        padding-left: 45px;
        width: 405px;
    }
}

.cart >.cartVariants > .formDelete{
    height: 100%;
    position: relative;
    float: right;
    width: 17px;
    cursor: pointer;
}


/** Mobile image slider **/
.images-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.images-prev {
    left: 0;
}

.images-next {
    right: 0;
}

.images-nav span {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 24px;
    margin-top: -8px;
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
}
.images-prev span {
    left: 10px;
    background-image: url('../images/image_preview_prev.png');
}

.images-next span {
    right: 10px;
    background-image: url('../images/image_preview_next.png');
}

.images-nav:hover span {
    visibility: visible;
}


/** Owl mobile image slider **/

.slider-images.owl-theme .owl-dots .owl-dot.active span, .slider-images.owl-theme .owl-dots .owl-dot:hover span {
    background: #aaaaaa;
}


.slider-images.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: #e6e6e6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#gmap3_274_query{
    background-color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
#customerservice-faq h1 {
    margin-left: 0px;
    margin-right: 0px;
}
.faq-main-categories {
    margin-bottom: 10px;
    height: auto;
	width: 100%;
}
.select-items div, .select-selected {
	width: auto;
}
#faqContainer {
	margin-top: 45px;
}
#customerservice-faq .menuToggle {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
}
#customerservice-faq {
    margin-top: 20px;
}
#customerservice-faq .container .eight.columns:first-child, .container#customerservice-faq .eight.columns:nth-child(odd), .container#customerservice-faq .eight.columns.faq-list:nth-child(2) {
    padding-right: 0;
	padding-left: 0;
    width: 100%;
    border-right: 0;
	margin-bottom: 0;
}
#customerservice-faq .container .eight.columns:last-child, .container#customerservice-faq .eight.columns:nth-child(even), .container#customerservice-faq .eight.columns.faq-list:nth-child(odd) {
    padding-right: 0;
	padding-left: 0;
    width: 100%;
}
.container#customerservice-faq .eight.columns.faq-list ul {
	margin-top: 0;
	margin-bottom: 0;
	border-top: none;
}
.container#customerservice-faq .eight.columns.faq-list h4 {
	margin: 20px 0 0 0;
	padding: 10px 0;
	border-bottom: solid 1px #e6e6e6;
}
#customerservice-faq h2.category {
    margin-top: 30px;
}
#customerservice-faq #faqWrapper .columns {
    margin-bottom: 50px;
}
}
@media only screen and (max-width: 375px) {

}

#customerservice-faq > .faq-item > h2 {
    margin-bottom: 30px;
}

/** New category layout 2020-01-23 **/
.lightgrey {
    background: #f6f6f6;
}

#categoryProductsWrapper .filter-container h3 span.reset-filters {
    display: none;
    font-family: Quicksand;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.79;
    letter-spacing: 0.18px;
    text-align: center;
    color: #d1172d;
}
#categoryProductsWrapper .filter-container h3 span.reset-filters:before {
    display: none;
}
#categoryProductsWrapper .filter-container h3 span.reset-filters.show-button {
    display: block;
}
#categoryProductsWrapper select#ecommerceSort, #categoryProductsWrapper select#ecommerceSortMobile {
    width: 165px;
    border: none;
    padding: 9px 12px;
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.21px;
    text-align: left;
    color: #585858;
    padding-left: 25px;
    background: transparent;
    position: relative;
    z-index: 3;
    cursor: pointer;
    height: 37px;
}
#categoryProductsWrapper select#ecommerceSort:focus, #categoryProductsWrapper select#ecommerceSortMobile:focus {
    outline: none;
}
#categoryProductsWrapper .select-wrapper:before, #categoryProductsWrapper .select-wrapper:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
}
#categoryProductsWrapper .select-wrapper:before {
    background: URL('../images/sort_icon.png');
    left: 10px;
    width: 15px;
    height: 11px;
    background-size: 100%;
    top: 12px;
}
#categoryProductsWrapper .select-wrapper:after {
    background: URL('../images/filter_arrow_down.png');
    right: 10px;
    width: 12px;
    height: 8px;
    background-size: 100%;
    top: 15px;
}
#categoryProductsWrapper .select-wrapper {
    position: relative;
    border-radius: 18.5px;
    padding: 9px 12px;
}
@media only screen and (min-width: 767px) {
    .topPager .resultCount {
        line-height: 38px;
    }
    .topPager .sort-text {
        float: left;
        margin: 1px 5px;
        color: #545454;
        font-size: 14px;
    }
    .topPager .dynamicPager {
        padding-top: 8px 10px 0 20px;
    }
    .container .topPager {
        margin-bottom: 10px;
    }
    #categoryProductsWrapper .filter-container #ecommerceFilterForm h3 {
        margin: 1.5rem 0 .5rem;
        border-bottom: 0px solid #e6e6e6;
/*        padding: 18px 0 27px 0;*/
    }
    #categoryProductsWrapper .filter-container h3 span.reset-filters.show-button {
        display: block;
        margin-top: 5px;
    }
    .dynamicPager > div a {
        font-size: 14px;
        padding-right: 8px;
    }
}
#productDetailWrapper {
    max-width: 100vw;
    overflow:hidden;
	background-color: #f6f6f6;
}
#productDetailWrapper .backbutton, #productDetailWrapper .breadcrum {
    display: none;
}

.contentWrapper .container .columns img.header-img {
    width: calc(100% + 10px);
}
#categoryProductsWrapper .dynamicPager .last:not(.Number) a, #categoryProductsWrapper .dynamicPager .first:not(.Number) a {
    display: none;
}

/* 20200513 Blog Mailchimp Fix */
#mc_embed_signup_scroll .clear {
    overflow: initial;
    visibility: visible;
    width: auto;
    height: auto;
}
#mc_embed_signup_scroll {
    margin-bottom: 10px;
}

#webshopFullWidthVisualsContainer a {
    text-decoration: none;
    width: 100%;
    max-width: 100%;
}
#webshopFullWidthVisualsContainer .row {
    margin-bottom: 0;
}
#webshopFullWidthVisualsContainer .row.with-bottom-margin {
    margin-bottom: 10px;
}
.one-columns-desktop, .two-columns-desktop, .three-columns-desktop, .four-columns-desktop {
    display: none;
}
.one-columns-mobile, .two-columns-mobile, .three-columns-mobile, .four-columns-mobile {
    display: none;
}
@media only screen and (min-width: 767px) {
    .one-columns-desktop, .two-columns-desktop, .three-columns-desktop, .four-columns-desktop {
        float: left;
        display: block;
        margin-bottom: -6.5px;
    }
    .one-columns-desktop {
        width: 100%;
    }
    .two-columns-desktop {
        width: 50%;
    }
    .three-columns-desktop {
        width: 33.3%;
    }
    .four-columns-desktop {
        width: 25%;
    }
}

.productImage .videoPlayerContainer {
    position: relative;
    cursor: pointer;
}
#productDetailWrapper .productImage img.play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top:-25px;
    margin-left:-25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}


#categoryProductsWrapper .product-container .product a {
    position: relative;
    display: block;
}
#categoryProductsWrapper .product-container .product .product-label {
    position: absolute;
    width: auto;
    height: auto;
    top: 20px;
    left: 20px;
}

@media only screen and (max-width: 767px)
{
    #productDetailWrapper .container > div .product-label {
        top: 20px;
        left: 20px;
        max-width: 64px;
    }
}

#productDetailWrapper .container > div {
    position: relative;
}
#productDetailWrapper .container > div .product-label {
    position: absolute;
    width: auto;
    height: auto;
    top: 90px;
    left: 20%;
    z-index: 100;
}

#productDetailWrapper .blog-item {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: white;
    margin-bottom: 1rem;
    border: 1px solid white;
    cursor: pointer;
}

#productDetailWrapper .blog-item:hover {
    border: 1px solid black;
}

#productDetailWrapper .blog-item .blog-image {
    flex: 0 0 150px;
}

#productDetailWrapper .blog-item .blog-image img {
    max-width: 100%;
}

.no-z-index {
    z-index: initial;
}

@media only screen and (max-width: 767px) {
    .product-label {
        transform: scale(0.8);
        left:10px !important;
        top:10px !important;
    }
}

#productDetailWrapper .container .seven.columns {
    padding-bottom: 50px;
}
