/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{width: 100%; border-collapse:collapse;border-spacing:0}.paragraph ul {list-style: disc; margin-left: 20px;}

/* POSITION CLASSES */
.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wrapper.small{
    width: 800px;
}
.clear {
    clear: both;
}
.dpn {
    display: none!important;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.floatRightI {
    float: right!important;
}
.mt0 {
    margin-top: 0!important;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mb0{
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.pt10{
    padding-top: 10px;
}
.pt15{
    padding-top: 15px;
}
.pt25{
    padding-top: 25px;
}
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}
.p30-0{
    padding: 30px 0;
}
.p40 {
    padding: 40px;
}
.p10-0 {
    padding: 10px 0;
}
.p5-10 {
    padding: 5px 10px;
}
.p40-0 {
    padding: 40px 0;
}

/* FONT CLASSES */
.light {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
}
.regular {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
}
.bold {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
}
.title-regular {
    /*font-family: "Zilla Slab";*/
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
}
.title-bold {
    /*font-family: "Zilla Slab";*/
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
}
.uppercase {
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}
strong {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
em {
    font-style: italic;
}
.centerText {
    text-align: center;
}

/* GENERAL STYLING CLASSES */
.backgroundCover {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.clearFix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.relative {
    position: relative;
}
.btn {
    cursor: pointer;
}
.formshowerror {
    border: 1px solid red;
    background-color: #ffd0d0;
    color: red;
}

/* GENERAL ELEMENTS */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: white;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}
a {
    color: inherit;
}
b {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    font-weight: bold;
}

/* PARAGRAPH */
.paragraph {
    float: left;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 23px;
    color: #141217;
    width: 100%;
}
.paragraph img {
    max-width: 100%;
    height: auto!important;
}
.paragraph.white {
    color: white!important;
}
.paragraph.italic {
    font-style: italic;
}
.paragraph.small {
    font-size: 12px;
    line-height: 23px;
}
.paragraph a {
    color: #e32618;
    text-decoration: none;
}
.paragraph a:hover {
    color: #bd2317;
}
.paragraph ul {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.paragraph ul li {
    float: left;
    width: 100%;
    padding-left: 20px;
    position: relative;
    list-style: none;
}
.paragraph ul li:before {
    position: absolute;
    left: 0;
    content: '\f0c8';
    font-family: "FontAwesome";
    font-size: 7px;
    color: #e32618;
    margin-top: 1px;
}
.paragraph ol{
    list-style-type: decimal;
    padding-left: 20px;
}
.paragraph-line26 {
    line-height: 23px !important;
}
.paragraph table{
    width: 100%!important;
}
.paragraph table img{
    width: auto!important;
    height: auto!important;
}
.paragraph table  {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #e2e2e2;
}
.paragraph table tr th,
.paragraph table tr td {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px;
}
.paragraph table tr th:first-child,
.paragraph table tr td:first-child {
    border-left: 1px solid #e2e2e2;
}
.paragraph table tr th {
    background: #eee;
    border-top: 1px solid #e2e2e2;
    text-align: left;
}


/* BUTTONS */
.button {
    float: left;
    /*font-family: "Zilla Slab";*/
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    padding: 10px 10px;
    background-color: #e32618;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    border: 1px solid #bd2317;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.button.small {
    font-size: 13px;
}
.button.green {
    background-color: #1fa972;
    border: 1px solid #1a8b5e;
    color: white;
}
.button.green:hover {
    background-color: #1a8b5e;
    color: white;
}
.button.blue {
    background-color: #0a6398;
    border: 1px solid #08426c;
    color: white;
}
.button.blue:hover {
    background-color: #08426c;
    color: white;
}
.button.yellow {
    background-color: #eba307;
    border: 1px solid #cd8a07;
    color: #141217;
}
.button.yellow:hover {
    background-color: #cd8a07;
    color: #141217;
}

.button.white {
    background-color: white;
    border: 1px solid #ebebeb;
    color: #141217;
}
.button.white:hover {
    background-color: #ebebeb;
}
.button.grey {
    background-color: #f5f5f5;
    border: 1px solid #ececec;
    color: #141217;
}
.button.grey:hover {
    background-color: white;
}
.button img {
    max-width: 20px;
}
.button.submit {
    border: none;
    outline: none;
    -webkit-appearance: none;
}
.button.big{
    padding: 15px;
    font-size: 15px;
}
.button.second{
    margin-left: 20px;
}
.button:hover {
    background-color: #bd2317;
}
.orderButtonBig{
    padding: 12px 30px;
    width: calc(100% - 60px);
    font-size: 16px;
}
.productMenu .orderButtonBig{
    width: auto;
    font-size: 14px;
    padding: 10px 10px;
}
.productMenu .price{
    margin-top: 17px;
}
.favoriteBig{
    width: 50px;
    height: 43px;
}

/* COL */
.col-1,
.col-2,
.col-2-5,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
}
.col-1 {
    width: 8.333%;
}
.col-2 {
    width: 16.666%;
}
.col-2-5 {
    width: 20%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.333%;
}
.col-5 {
    width: 41.666%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.333%;
}
.col-8 {
    width: 66.666%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.333%;
}
.col-11 {
    width: 91.666%;
}
.col-12 {
    width: 100%;
}
.col-padding {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}
.col-padding-right-small {
    padding-right: 10px;
}
.col-padding-right {
    padding-right: 20px;
}
.col-padding-right-big {
    padding-right: 50px;
}
.col-padding-left-small {
    padding-left: 10px;
}
.col-padding-left {
    padding-left: 20px;
}
.col-padding-left-big {
    padding-left: 50px;
}
.col-padding-left-medium{
    padding-left: 30px;
}
.s-show,
.s-show-block {
    display: none;
}

/* TITLES */
.title-1 {
    font-size: 25px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}
.title-2 {
    font-size: 18px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}
.title-3 {
    font-size: 15px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}
.title-4 {
    font-size: 13px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}
.title-5 {
    font-size: 12px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

/* HEADER */
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
}
.header.scroll .topBar {
    margin-top: -100px;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.header.addExtraMenu .extraMenu {
    display: block;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.1);
}
.extraMenu {
    display: none;
    background-color: #eff4f4;
    border: 1px solid #edf1f1;
    height: 60px;
}
.extraMenu li {
    float: left;
}
.extraMenu li:first-child {
    margin-left: 0;
}
.extraMenu a {
    float: left;
    padding: 19px 15px;
    margin-top: 7px;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #141217;
    text-decoration: none;
    cursor: pointer;
}
.extraMenu a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.extraMenu a.selected {
    background-color: white;
}
.topBar {
    float: left;
    width: 100%;
    background-color: #f8fafa;
    border-bottom: 1px solid #e8eeee;
    padding: 10px 0;
}
.usps {
    float: left;
}
.usps li {
    float: left;
    /*font-family: "Zilla Slab";*/
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #141217;
    -webkit-font-smoothing: antialiased;
}
.usps li:before {
    float: left;
    content: '';
    position: relative;
    background-image: url("../../images/check.png");
    background-size: 15px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    margin: 0 15px;
}
.usps li.yellowColor:before{
    background-image: url("../../images/check-yellow.png");
}
.usps li:first-child:before {
    margin-left: 0;
}
.usps.detailPage li {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
}
.usps.detailPage li:last-child{
    margin-bottom: 0;
}
.usps.detailPage.small li{
    font-size: 13px;
}
.usps.detailPage li:before {
    margin-left: 0;
}
.freeShipping{
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 12px;
    padding: 10px;
    background-color: #3b81ba;
    color: white;
    font-weight: 500;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}
.clientMenu {
    float: right;
}
.clientMenu li {
    float: left;
    margin-left: 15px;
}
.clientMenu li a {
    /*font-family: "Zilla Slab";*/
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    color: #141217;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.clientMenu li a:hover {
    color: #e32618;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.mainBar {
    float: left;
    width: 100%;
    background-color: white;
    padding: 20px 0;
}
.logo {
    float: left;
    width: 160px;
    margin-top: 0px;
}
.logo img {
    float: left;
    max-width: 100%;
}

/*SEARCHBAR*/
.searchBar {
    float: left;
    background: #fff;
    border-radius: 3px;
    position: relative;
    min-width: 450px;
    max-width: 440px;
    border: 1px solid #ebebeb;
    margin-top: 4px;
    margin-left: 30px;
}
.searchBar input[type=text] {
    border: none;
    box-shadow: none;
    font-size: 12px;
    width: 80%;
    padding: 15px;
    margin: 0;
    overflow: hidden;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    color: #141217;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.searchBar input[type=text]:focus {
    outline: none;
}
.searchBar button[type=submit] {
    background-color: #f8fafa;
    color: #141217;
    font-size: 13px;
    width: 10%;
    min-width: 85px;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    margin: 0;
    user-select: none;
    /*font-family: "Zilla Slab";*/
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    border: 1px solid #ebebeb;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.searchBar button[type=submit]:hover,
.searchBar button[type=submit]:focus {
    background-color: #ebebeb;
    cursor: pointer;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.searchBar .search_dropdown {
    min-width: 17px;
    border-left: 1px solid #ebebeb;
    color: #555;
    padding: 0 28px 0 13px;
    border-radius: 2px 0 0 2px;
    position: absolute;
    top: 0;
    right: 85px;
    bottom: 0;
    z-index: 10000;
    user-select: none;
    box-sizing: content-box;
}
.searchBar .search_dropdown:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    color: #555;
    height: 8px;
    width: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    font-size: 12px;
}
.searchBar .search_dropdown:hover,
.search_bar .search_dropdown.active {
    cursor: pointer;
    border-right-color: #ccc;
}
.searchBar .search_dropdown > span {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    white-space: nowrap;
    font-size: 13px;
}
.searchBar .search_dropdown ul {
    display: none;
    position: absolute;
    top: 100%;
    right: -1px;
    font-size: 14px;
    width: 225px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
    border: 1px solid #ebebeb;
}
.searchBar .search_dropdown li {
    list-style-type: none;
    margin: 0;
    padding: 5px 18px;
    color: #141217;
    line-height: 20px;
    position: relative;
    font-size: 12px;
}
.searchBar .search_dropdown li:hover {
    background: #f8fafa;
    color: #141217;
}
.searchBar .search_dropdown li.selected {
    background: #dadada;
    color: #141217;
}

/* PERSONAL MENU */
.personalMenu {
    float: right;
}
.login {
    float: left;
    margin: 20px;
}
.login li {
    float: left;
}
.login a {
    float: left;
    font-size: 13px;
    text-decoration: none;
}
.login a:hover {
    color: #e32618;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.orderMenu {
    float: left;
    margin-top: 7px;
}
.orderMenu li {
    float: left;
    position: relative;
    margin-left: 15px;
    border: 1px solid transparent;
}
.orderMenu li i {
    color: #7d7d7d;
    width: 100%;
    text-align: center;
}
.orderMenu li:hover {
    background-color: #f8fafa;
    border: 1px solid #e8eeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.orderMenu li a {
    float: left;
    padding: 10px;
    min-width: 40px;
}
.orderMenu li img {
    max-width: 25px;
}
.orderMenu li.shoppingCart {
    background-color: #f8fafa;
    border: 1px solid #e8eeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.orderMenu .counter {
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #e32618;
    color: white;
    z-index: 101;
    top: -10px;
    right: -10px;
    font-size: 11px;
    text-align: center;
    padding: 5px;
}

/*KIYOH*/
.kiyoh-widget {
    float: left;
    /*font-family: "Zilla Slab";*/
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    margin-left: 20px;
}
.ratings {
    float: left;
}
.rating-box,
.rating {
    display: block;
    background: url("../../images/kiyoh-sterren.png") repeat-x scroll left bottom transparent;
    width: 100px;
    height: 19px;
    margin: 15px 10px 0px 0px;
}
.rating {
    background: url("../../images/kiyoh-sterren.png") repeat-x scroll left top transparent;
}
.kiyohlogo {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}
.kiyohlogo a {
    float: left;
    padding: 10px;
    margin-top: -9px;
}
.ratingBar {
    float: left;
}
.average-rating {
    font-size: 18px;
    text-decoration: none;
    float: left;
    margin-top: 15px;
}
.smallText {
    font-size: 14px;
    margin-top: 3px;
    float: right;
    margin-left: 3px;
}
.rating-box.big,
.rating.big {
    display: block;
    background: url("../../images/kiyoh-sterren-big.png") repeat-x scroll left bottom transparent;
    width: 116px;
    height: 21px;
    margin: 5px 15px 0px 0px;
}
.rating.big {
    background: url("../../images/kiyoh-sterren-big.png") repeat-x scroll left top transparent;
}
.ratingBar.big {
    float: left;
}
.average-rating.big {
    font-size: 35px;
    text-decoration: none;
    float: left;
    padding: 6px 0;
    margin-top: 4px;
}
.smallText.big {
    font-size: 19px;
    margin-top: 5px;
    float: right;
    margin-left: 3px;
}
.ratings.big {
    margin-top: 10px;
}
.newsLetter {
    float: left;
    width: 400px;
    height: 90px;
    overflow: hidden;
}
.newsLetterInput {
    width: 70%;
    padding: 10px 0;
    margin-top: 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 0;
}
.absoluteNews {
    position: absolute;
    right: 5px;
    top: 15px;
    padding: 6px 10px;
}

/* MAINMENU */
.menuBar {
    float: left;
    width: 100%;
    background-color: #fdfdfd;
    border-top: 1px solid #e8eeee;
    border-bottom: 1px solid #e8eeee;
    padding: 5px 0;
}
#menu {
    float: left;
    z-index: 100;
    position: relative;
    margin-right: 20px;
    width: 100%;
}
#menu ul {
    float: left;
}
#menu li {
    float: left;
    width: auto;
    margin-right: 20px;
}
#menu li:hover .sub {
    display: block;
}
#menu li:first-child a {
    padding: 10px 15px 10px 0;
}
#menu li a {
    float: left;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #141217;
    font-size: 14px;
    padding: 12px 15px 12px 15px;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
}
#menu li a:hover {
    color: #e32618 !important;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
#menu li a.selected {
    background-color: #e32618;
    color: white!important;
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    padding: 12px 15px!important;
}
#menu li.lastMenuItem{
    float: right;
    margin-right: 0;
}
#menu .sub {
    display: none;
    z-index: 99;
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0px;
    background-color: white;
    padding: 20px;
    border-bottom: 1px solid #e8eeee;
    border-left: 1px solid #e8eeee;
    border-right: 1px solid #e8eeee;
    border-top: 5px solid #fdfdfd;
}
#menu .sub ul {
    float: left;
}
#menu .sub li {
    float: left;
    width: 100%;
    margin: 0!important;
}
#menu .sub li:after {
    display: none;
}
#menu .sub li:last-child {
    border-bottom: none;
}
#menu .sub li a {
    float: left;
    width: 100%;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    cursor: pointer;
    color: #141217;
    text-transform: none;
    height: auto;
    background-color: transparent;
    padding: 0!important;
    line-height: 2;
}
#menu .sub li a:hover {
    color: #e32618;
}
#menu .sub li:last-child {
    border-bottom: none;
}
.borderMenuItem {
    border: 1px solid #e8eeee;
    background-color: #f3f9f9;
}
.iconArrow {
    display: none;
}
#menu li.homeIcon a{padding: 8px 10px!important;}

.homeIcon i{font-size: 20px;}

/* SOCIALMENU */
.socialMenu {
    float: right!important;
}
.socialMenu li {
    float: left;
}
.socialMenu li a {
    float: left;
    color: #808080;
    padding: 5px 10px;
}
.socialMenu li a:hover {
    color: #e32618;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

/*HOME*/
.uspList {
    float: left;
    width: 100%;
}
.uspList li {
    float: left;
    /*font-family: "Zilla Slab";*/
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #141217;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    margin-bottom: 10px;
}
.uspList li:before {
    float: left;
    font-family: "FontAwesome";
    content: '\f00c';
    color: #a3c056;
    font-size: 15px;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.slideImage {
    float: left;
    width: 100%;
}
.slideImage img {
    float: left;
    max-width: 100%;
}
.slideImage.onlyImage{
    position: relative;
    float: left;
    width: 100%;
}
.onlyImage a{
    float: left;
    width: 100%;
}
.slideImage.onlyImage img{
    position: relative;
    width: 100%;
    height: auto;
}
.infoslide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0px;
}
.bookImage{
    position: relative;
    float: left;
    width: 25%;
    max-width: 200px;
    height: auto;
}
.bookImage img{
    float: left;
    width: 100%;
}
.combiBooks{
    float: left;
    width: 150px;
}
.bookItem .combiBooks .image {
    width: 50px!important;
}
.plus{
    float: left;
    font-size: 40px;
    position: relative;
    margin: 13px 12px;
}
.combiBooksInfo{
    width: calc(100% - 150px);
    padding-left: 20px;
    float: left;
}
.bookInfoSlide{
    float: left;
    position: relative;
    width: 73%;
    margin-left: 2%;
    padding: 15px;
}
.borderBlock {
    border: 1px solid #eaecec;
}
.bookHome {
    float: left;
    margin-top: -45px;
    width: 45%;
    position: absolute;
    max-width: 160px;
}
.bookText {
    float: left;
    width: 55%;
    padding-left: 0;
}
.book-cover a{
    min-height: 200px;
}
#themes .image{
    max-width: 40%;
    margin: 20px 30%;
}

/*CONTENT*/
.content {
    margin-top: 180px;
}

/* BREADCRUMBS */
.breadCrumbs {
    float: left;
    width: auto;
    line-height: 1.6;
}
.breadCrumbs li {
    float: left;
    font-size: 13px;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
}
.breadCrumbs a {
    float: left;
    text-decoration: none;
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    font-weight: bold;
}
.breadCrumbs a:after {
    content: '\f054';
    font-family: "FontAwesome";
    font-size: 10px;
    color: #e32618;
    margin: 0 10px;
}
.breadCrumbs li:last-child a:after{display: none;}
.breadCrumbs a:hover {
    color: #e32618;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

/*SCROLLMENU*/
.scrollMenu {
    float: left;
    width: 100%;
    background-color: #eff4f4;
    border: 1px solid #edf1f1;
}
.scrollMenu li, .scrollMenu span {
    float: left;
}
.scrollMenu li.selected a, .scrollMenu span.selected a {
    background-color: white;
}
.scrollMenu li:first-child, .scrollMenu span:first-child {
    margin-left: 0;
}
.scrollMenu a {
    float: left;
    padding: 25px 15px;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #141217;
    text-decoration: none;
    cursor: pointer;
}
.scrollMenu a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

/*PAGINATION*/
.pagination {
    float: left;
}
.pagination li {
    float: left;
    width: auto;
    font-size: 13px;
    color: #141217;
    margin-right: 2px;
    line-height: 2;
}
.pagination li a {
    text-decoration: none;
    padding: 7px 10px;
    float: left;
    line-height: 1;
}
.pagination li a:hover {
    color: #bd2317;
}
.pagination li.active {
    margin-right: 6px;
}
.pagination li.active a {
    background-color: #f8f8f8;
    border: 1px solid #e8eeee;
}
.pagination li.active a:hover {
    color: #141217;
    cursor: default;
}

/*FILTER + SUBPAGES*/
.filterItems {
    float: left;
    width: 100%;
}
.filterItems li {
    float: left;
    width: 100%;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}
.filterItems .total {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    float: right;
    margin-left: 10px;
    color: #e32618;
    text-align: center;
}
.subMenu {
    float: left;
    width: 100%;
}
.subMenu li {
    float: left;
    width: 100%;
}
.subMenu a {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 13px;
    line-height: 2;
}
.subMenu a:hover {
    color: #e32618;
}

.subMenu .selected {
    color: #e32618;
}

/*PRICE RANGE -
.ui-slider-horizontal {
    height: 3px;
    background: #eeeeee;
    clear: both;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0px;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 3px;
    font-size: .7em;
    display: block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #e32618;
}
.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #e32618;
    width: 22px;
    height: 22px;
    outline: none;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    border: none;
    cursor: pointer;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    margin-left: -6px;
}
.ui-slider a:focus {
    outline: none;
}
#slider-range {
    width: 100%;
    margin: 0 auto;
}
#price-range {
    float: left;
    width: 70%;
}*/

/*DETAILPAGE*/
.bookTile .book-container {
    width: 100%;
    display: block;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}
.book {
    position: relative;
    z-index: 5;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    transition: 0.75s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 125px 0;
    -moz-transform-origin: 125px 0;
    transform-origin: 125px 0;
    cursor: pointer;
    -webkit-transform: translateX(-10px) translateZ(35px) translateX(35px) rotateY(20deg);
    -moz-transform: translateX(-10px) translateZ(35px) translateX(35px) rotateY(20deg);
    transform: translateX(-10px) translateZ(35px) translateX(35px) rotateY(20deg);
}
.book:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    width: 7px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 20;
    -webkit-transform: translateZ(1px);
}
.book:hover {
    -webkit-transform: translateX(-10px) translateZ(35px) translateX(35px) rotateY(0deg);
    -moz-transform: translateX(-10px) translateZ(35px) translateX(35px) rotateY(0deg);
    transform: translateX(-10px) translateZ(35px) translateX(35px) rotateY(0deg);
}
.noTurn .book {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
.noTurn {
    -webkit-perspective: 0px;
    -moz-perspective: 0px;
    perspective: 0px;
}
.noTurn .book:after {
    width: 1px;
}
.book-cover {
    position: relative;
    z-index: 10;
}
.book-cover a{
    position: absolute;
    outline: none;
    width: 100%;
    height: 200px;
}
.book-cover img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
.book-spine {
    color: #fff;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 30px;
    z-index: 5;
    overflow: hidden;
    -webkit-transform: rotateY(-90deg) translateX(-29px);
    -moz-transform: rotateY(-90deg) translateX(-29px);
    transform: rotateY(-90deg) translateX(-29px);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color: #353533;
}

.innerFancyBox{
    padding: 30px;
    line-height: 1.5;
}
.wauto{
    width: auto;
}
a{
    outline: none;
}
.linkWatch {
    float: left;
    width: 80%;
    margin-left: 20%;
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
    text-decoration: none;
}
.linkWatch:hover {
    color: #e32618;
}
.authors {
    float: left;
    width: 100%;
}
.authors li {
    float: left;
    font-size: 14px;
    color: #141217;
}
.authors li a {
    float: left;
    text-decoration: none;
}
.authors li a:hover {
    color: #e32618;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.authors li:after {
    content: ',';
    margin-right: 5px;
}
.authors li:last-child:after {
    display: none;
}
.review {
    float: left;
    width: 100%;
}
.review.small li {
    font-size: 13px;
}
.review li {
    float: left;
    margin-right: 3px;
    font-size: 16px;
}
.reviewItem{
    position: relative;
}

.border {
    border: 1px solid #eaecec;
}
.bookList {
    float: left;
    width: 100%;
}
.bookList.small li {
    font-size: 13px;
    line-height: 23px;
}
.bookList.small li:before {
    line-height: 12px;
}
.bookList li {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.bookList li:before {
    position: absolute;
    left: 0;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 14px;
    color: #d6d6d6;
    margin-top: -1px;
}
.tabContainer {
    float: left;
    width: 100%;
}
.bookUspContainer {
    float: left;
    width: 100%;
}
.bookItemList {
    float: left;
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
}
.bookItemList.tile{
    width: 32%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding: 15px;
}
.bookItemList.tile:nth-child(3n + 2){
    margin-left: 2%;
    margin-right: 2%;
}
.bookItemList.tile .bookLabel{
    top: -30px;
    font-size: 12px;
    padding: 5px 7px;
    left: 0;
    right: auto;
}
.bookItemList.tile .bookTile{
    width: auto;
    height: 160px;
    margin: auto;
    display: table;
    float: none;
    padding-right: 0;
}
.bookItemList.tile .infoTile{
    padding: 0;
}

.bookItemList.tile .bookTile .book{
    float:left;
}
.bookItemList.tile .bookTile img{
    max-height: 160px;
    float:left;
    width: auto;
}
.bookItemList.tile .infoTile h4{
    font-size: 14px;
    line-height: 1.6;
}
.bookItemList.tile .infoTile .paragraph{
    display: none;
}
.bookItemList.tile .infoTile .author{
    display: block;
}

.bookItemList.tile .infoTile{
    width: 100%;
    margin-top: 20px;
    padding-right: 20px!important;
    height: 95px;
}
.orderTile{
    position: relative;
}
.bookItemList.tile .orderTile{
    width: 100%;
    margin-top: 10px;
}
.bookItemList.tile .tab_content-notab{
    margin-top: 31px;
}
.waaierTile .book:after{
    display: none;
}
.waaierTile .book{
    box-shadow: none;
    -webkit-transform-style: none;
    -moz-transform-style: none;
    transform-style: none;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
.waaierTile .book-cover img{
    vertical-align: bottom;
    width: auto;
    max-height: 160px;
    float: none;
    margin: auto;
    display: table;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.bookItemList.tile .waaierTile{
    width: 100%!important;
}
.tileButtons .selected{
    background-color: #277a98;
    border-color: #084055;
    color: white;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 33px;
    border-bottom: none;
    width: 100%;
    z-index: 100;
    position: relative;
}
ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 21px;
    border-top: 1px solid #e8eeee;
    border-left: 1px solid #e8eeee;
    border-bottom: 1px solid #e8eeee;
    background-color: #ecf2f2;
    color: #141217;
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    margin-top: 3px;
    height: 29px;
    line-height: 29px;
}
ul.tabs li:last-child {
    border-right: 1px solid #e8eeee;
}
ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}
ul.tabs li a{
    text-decoration: none;
}
ul.tabs li.active {
    height: 32px;
    line-height: 31px;
    margin-top: 0;
    background-color: white;
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    color: #141217;
    font-size: 14px;
    border-bottom: 1px solid white;
    display: block;
}
.tab_container {
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: visible;
    margin-top: -2px;
    z-index: 1;
    position: relative;
}
.overviewTab .tab_container{
    border: 1px solid #e8eeee;
}
.tab_content {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
}
.tab_content-notab{
    float: left;
    width: 100%;
    background-color: white;
    border: 1px solid #e8eeee;
    padding: 20px;
}
.bookImageBig{
    padding-left: 12%;
    max-width: 400px;
}

.detail .price{
    font-size: 26px;
    color: black;
}

.tab_drawer_heading {
    display: none;
}
.discount_tag{
    position: absolute;
    background-color: #e32618;
    color: white;
    padding: 4px 10px;
    right: -5px;
    top: 35px;
    z-index: 10;
}
.discount_tag:after{
    position: absolute;
    content: '';
    top: -4px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 4px 0px;
    border-color: transparent transparent #a02115 transparent;
}


.price {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: black;
    line-height: 1.2;
}

.price.small{
    font-size: 16px;
}
.oldPrice {
    color: #141217;
    font-size: 14px;
    margin-right: 10px;
    text-decoration: line-through;
}
.wishListBtn {
    padding: 6px 11px;
}
.quoteOuter {
    background-color: #62b59e;
    padding: 30px;
}
.quote {
    float: left;
    width: 100%;
    color: white;
    /*font-family: "Zilla Slab";*/
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
.quote:before {
    content: '"';
    font-size: 24px;
}
.quote:after {
    content: '"';
    font-size: 24px;
}
.linkTitle {
    float: left;
    width: auto;
    color: #e32618;
    border-bottom: 1px solid #e32618;
    text-decoration: none;
    font-size: 12px;
    margin: 9px 0 0 15px;
}
.autorPhoto {
    float: left;
    width: 20%;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-position: center;
}
.autorMovie iframe {
    float: left;
    max-width: 100%;
    height: 400px!important;
    width: 100%!important;
}
.paragraph iframe{
    float: left;
    max-height: 400px!important;
    max-width: 100%!important;
    margin-bottom: 20px;
}
.bookItem {
    float: left;
    width: 100%;
    border: 1px solid #eaecec;
    padding: 20px;
    height: 130px;
}
.bookItem.combi{
    height: auto;
    margin-top: 22px;
    background-color: #e6eded;
    border: 1px solid #e3e5e5;
}
.bookItem.combi:hover{
    border: 1px solid #e3e5e5;
}
.bookItem.home {
    border: none;
    border-bottom: 1px solid #eaecec;
}
.bookItem.home:hover {
    background-color: #eff4f4;
    border-color: #eaecec;
}
.bookItem.home:last-child {
    border: none;
}
.bookItem:hover {
    border-color: #e32618;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.bookItem .image{
    width: auto!important;
    max-width: 100%;
    display:block;
}
.bookItem img{
    max-height: 90px;
    display:block;
}

.authorSmall {
    float: left;
    width: 100%;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    color: #6f6f6f;
    margin-top: 5px;
    line-height: 1.4;
}
.specifications {
    float: left;
    width: 100%;
}
.specifications li {
    font-size: 13px;
    line-height: 1.8;
}
.label {
    position: relative;
    float: left;
    margin-top: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 20;
    padding: 5px;
}
.homethreeBlock {
    float: left;
    width: 386px;
}
.homethreeBlock:nth-child(2n) {
    margin-left: 20px;
    margin-right: 20px;
}
.waaier-container{
    width: 200px;
    float: none;
    margin: auto;
}
.bookLabel{
    padding: 5px 10px;
    background-color: #e42300;
    color: white;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 99;
}
.bookLabel.green{
    background-color: #a3c056;
}
.gameImageBig .linkWatch, .waaierImageBig .linkWatch{
    width: 100%;
    margin-left: 0;
}
.waaierImageBig .dropShadowBook, .gameImageBig .dropShadowBook {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.game-container {
    width: 80%;
    margin: 0 10%;
}
.game-container img{
    max-width: 100%;
    max-height: 400px;
    margin: auto;
    display: table;
    float: none!important;
}
/*BLOG*/
.blogItem {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

/*CONTACT*/
#map {
    float: left;
    width: 100%;
    height: 300px;
}
.inputLabel {
    float: left;
    width: 100%;
    text-align: left;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #141217;
    margin: 10px 20px 10px 0;
}
small{
    font-size: 11px
}
.input {
    cursor: auto;
    display: inline-block;
    position: relative;
    color: #404040;
    width: 100%;
    margin-top: 5px;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    float: left;
    outline: none;
    padding: 8px;
    background-color: white;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
}
.input:focus {
    border-color: black;
}
.input.error {
    border-color: #e32618;
}
.input.ok {
    border-color: #8aa83a;
}
.input.white {
    background-color:#ffffff;
}
textarea.input {
    max-width: 100%;
    height: 100px;
}

/*CART*/
/*SHOPPINGCART*/
#add-cart-box {
    padding: 30px;
}
#nieuwsbrief-box {
    padding: 30px;
    max-width: 600px;
    line-height: 24px;
}
.formbutton:nth-child(2n) {
    margin-left: 10px;
}
/*
 *	Cart
 */
.inputbox,
.inputbox_error {
    cursor: auto;
    display: inline-block;
    position: relative;
    color: #404040;
    width: 100%;
    height: 30px;
    margin-top: 5px;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    float: left;
    outline: none;
    padding: 8px;
    background-color: white;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.inputbox_error {
    border: 1px solid red;
    color: #e63631;
    background-color: #ffd6d6;
}
textarea.inputbox, textarea.inputbox_error {
    height: 100px;
    width: 100%;
    max-width: 100%;
}
.korting {
    border-radius: 0;
    max-height: 38px;
}
#cart-detail input {
    border: 1px solid #dcdcdc;
    padding: 5px;
    color: black;
}
.cart-line {
    height: 1px;
    background-color: #e6e6e6;
}
.cart-line-margin {
    margin: 10px 0px;
}
.cart-top {
    margin: 0 0 15px 0;
}
.cart-top ul {
    margin: 0px;
    padding: 0 0 0 0 ;
    list-style-type: none;
    height: 32px;
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cart-top ul li {
    list-style-type: none;
    border-right: 1px solid #fff;
    float: left;
    width: 31%;
    padding: 6px 8px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}
.cart-top ul li:last-child {
    border-right: 0px;
}

/*CART NEW*/
.cartLabel{
    float:left;
    width: 150px;
    line-height: 40px;
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
}
.cartLabel span{
    line-height: 1.6;
    float: left;
}
.cartInput{
    float:left;
    width: calc(100% - 150px);
    padding-left: 20px;
}
.cartInput.inputs{
    height: 40px;
    line-height: 40px;
}
.line{
    float: left;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
}
.discountBtn{
    float: left;
    width: 100%;
    margin: 10px 0;
    line-height: 1;
}
.discountBtn .btn{
    float: right;
    color: red;
}
.discountBtn .btn:hover{
    color: #c10000;
}

/*SELECTBOX*/
.selectBoxCol {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    float: left;
    width: auto;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    min-width: 200px;
}
.selectBoxCol:after {
    position: absolute;
    top: 0px;
    line-height: 40px;
    right: 15px;
    font-size: 14px;
    color: #4e4f4f;
    content: '\f107';
    font-family: "FontAwesome";
    z-index: -1;
}
.selectBox {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    padding: 8px 40px 8px 10px;
    width: auto;
    font-size: 13px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    color: black;
    border: 1px solid #ebebeb;
    min-width: 200px;
    height: 40px;
}

/*CHECK + RADIO */
.custom input[type="checkbox"]:not(:checked),
.custom input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.custom input[type="checkbox"]:not(:checked) + label,
.custom input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    padding-top: 0px;
    color: black;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 1.4;
    float: left;
    width: 100%;
}
.custom input[type="checkbox"]:not(:checked) + label:before,
.custom input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 17px;
    height: 17px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
}
.custom input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.custom input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.custom input[type="checkbox"]:not(:checked) + label:after,
.custom input[type="checkbox"]:checked + label:after {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 10px;
    line-height: 0.8;
    color: white;
    padding: 4px 7px 6px 3px;
    width: 7px;
    height: 7px;
    background-color: #1b6eb7;
    transition: all .2s;
}
.custom input[type="radio"]:not(:checked),
.custom input[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
.custom input[type="radio"]:not(:checked) + label,
.custom input[type="radio"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    margin-left: 5px;
    padding-top: 0px;
    letter-spacing: 0;
    line-height: 25px;
    color: black;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}
.custom input[type="radio"]:not(:checked) + label:before,
.custom input[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    background: white;
}
.custom input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.custom input[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.custom input[type="radio"]:not(:checked) + label:after,
.custom input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #1b6eb7;
    transition: all .2s;
}
.explain{
    font-size: 12px;
}
.explain i{
    width: 20px;
    float: left;
}
.explain span{
    width: calc(100% - 20px);
    float: right;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.data-table th {
    background: #fff;
    color: #404040;
    font-weight: bold;
}
.data-table td {
    text-align: left;
    padding: 5px 4px;
    font-size: 13px;
    border-bottom: 1px solid #f0f0f0;
}
.data-table th {
    text-align: left;
    padding: 5px 4px 8px 4px;
}
.data-table td a {
    text-decoration: none;
}
.message-error {
    border: 1px solid red;
    background-color: #ffd6d6;
    padding: 10px;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    color: black;
}
.message-ok {
    border: 1px solid #426e27;
    background-color: #efffdf;
    padding: 10px;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    color: black;
}
.rowCart{
    float:left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.headCart{
    float: right;
    width: 50%;
}
.amountCart{
    float: left;
    width: 20%;
}
.deliveryCart{
    float: left;
    width: 30%;
}
.priceCart{
    float: left;
    width: 30%;
}
.totalPriceCart{
    float: left;
    width: 20%;
}
.photoCart{
    float: left;
    width: 20%;
}
.photoCart img {
    float: none;
    display: table;
    margin: auto;
    max-width: 120px;
}
.nameCart{
    float: left;
    width: 20%;
}
.deliverytimeCart{
    float: left;
    width: 15%;
}
.removeCart{
    float: left;
    width: 10%;
}
.amountupdateCart{
    float: left;
    width: 10%;
}
.productpriceCart{
    float: left;
    width: 15%;
}
.subtotalCart {
    float: left;
    width: 10%;
}
.totalsCart {
    float: right;
    width: 25%;
    line-height: 2.5;
}
.totalUpper{
    float: left;
    width: 60%;
}
#subtotal{
    float: left;
    width: 40%;
}
.subPrices {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
}
.smaller{
    float: left;
    width: 60%;
}
.last.smaller{
    float: left;
    width: 40%;
}
.deleteCart{
    color: #e42619;
    font-size: 18px;
    padding: 5px 10px;
    background-color: #fdfdfd;
    float: right;
    border: 1px solid #e8eeee;
    margin-right: 10px;
    border-radius: 3px;
    margin-top: 3px;
    cursor: pointer;
}
.deleteCart:hover{
    background-color: #f7f7f7;
}


/*FOOTER*/
footer {
    float: left;
    width: 100%;
    padding: 60px 0;
    background-color: #f8fafa;
}
.footerMenu {
    float: left;
    width: 100%;
}
.footerMenu li {
    float: left;
    width: 100%;
}
.footerMenu li a {
    float: left;
    font-size: 13px;
    text-decoration: none;
    line-height: 2;
}
.footerMenu li a:hover {
    color: #e32618;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.partners {
    float: left;
    width: auto;
    margin-top: 15px;
}
.partners li {
    float: left;
    margin-right: 10px;
    width: 80px;
}
.partners li img{
    max-height: 60px;
    width: auto;
    float: none;
    margin: auto;
}
.footerBottom {
    float: left;
    width: 100%;
    padding: 10px 0;
    background-color: #f8fafa;
}

/*CHECKBOXES*/
input.custom[type="checkbox"] {
    display: none;
    cursor: pointer;
}
input.custom[type="checkbox"] + label {
    color: #2c2c2c;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    float: left;
    margin: 3px 0;
    line-height: 17px;
}
input.custom[type="checkbox"] + label span {
    display: inline-block;
    float: left;
    width: 17px;
    height: 17px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    border: 1px solid #b4b4b4;
}
input.custom[type="checkbox"] + label span {
    background-color: white;
}
input.custom[type="checkbox"]:checked + label span:after {
    position: absolute;
    color: #e32618;
    font-size: 10px;
    font-family: "FontAwesome";
    content: '\f00c';
    height: 10px;
    width: 10px;
    top: 2px;
    left: 3px;
    line-height: 1;
}
input.custom[type="checkbox"]:disabled + label {
    opacity: 0.5;
    cursor: default;
}

/*SELECT*/
.select-style {
    margin: 10px 0;
    float: left;
    padding: 0;
    border: 1px solid #dfdfdf;
    width: 100%;
    overflow: hidden;
    background: white url(../../images/arrowicon.png) no-repeat 100% 50%;
    outline: none;
}
.select-style select {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    outline: none;
    padding: 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
}

/*TOOLTIP*/
.bottomTip:before{
    content: attr(data-title);
    position: absolute;
    z-index: 9999;
    transform: translateY(40px);
    font-size: 10px;
    background: rgba(0, 0, 0, 0.67);
    color: #fff;
    top: 10px;
    width: 50px;
    left: 50%;
    margin-left: -35px;
    padding: 6px 10px;
    display: inline-block;
    opacity: 0;
    transition: .2s all;
    text-align: center;

}
.bottomTip:after{
    opacity: 0;
    transform: translateY(40px);
    top: 4px;
    content: "";
    display: block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 0.67);
    position: absolute;
    left: 50%;
    margin-left: -6px;
    transition: .2s all;
}
.bottomTip:hover:before {
    opacity:1;
    transform:translateY(30px);
}
.bottomTip:hover:after {
    opacity:1;
    transform:translateY(30px);
}
.image-container{
    padding: 0!important;
}
.image-container img{
    width: 100%;
    display: block;
}

/*BASKET*/
#telefooninfo{
    padding: 30px!important;
}
#basket_base {
    margin: 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:left;
    width: 100%;
    line-height: 2;
}
#basket_base td{
    vertical-align: middle;
    font-size: 12px;
}
#basket_base a{
    text-decoration: none;
}
#basket_progress{
    background: url(../../images/line_basket.png)center 79px no-repeat #f6fbff;
}
#basket_progress ul {
    list-style-type: none;
    margin: 0;
    padding: 0
    float:left;
    width: 100%;
}
#basket_progress ul li {
    float: left;
    width: 20%;
    margin: 0 6.666% 0 0;
    padding: 0 0 20px 0;
    background: url(../../images/basket_unselected.png) center bottom no-repeat;
    text-align: center;
    font-size: 18px;
    color: #8ac0ed;
    font-family: 'Montserrat', sans-serif;
}
#basket_progress ul li.selected {
    color: #1a6eb6;
    background: url(../../images/basket_selected.png) center bottom no-repeat;
}
#basket_progress ul li.last {
    margin: 0;
}
#basket_progress{
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
table#basket_content {
    padding-top: 20px;
    vertical-align: top;
    width: 100%;
}
table#basket_content td {
    padding: 15px 30px 15px 0;
    vertical-align: top;
    border-bottom: 1px solid #ededed;
    line-height: 22px;
}
table#basket_content td.smaller {
    padding: 5px 30px 5px 0;
}
table#basket_content td.last {
    padding-right: 0;
    text-align: right;
}
table#basket_content td.basket_content_image {
    text-align:right;
}
table#basket_content td.basket_content_image img {
    max-width:150px;
    max-height:130px;
}
.basket_line {
    border-bottom: 1px solid red;
}
.basket_line_dark {
    border-bottom: 1px solid #444 !important;
}
.spinbox {
    margin: 5px 0 0 0;
    padding: 5px 3px;
    width: 35px;
    border: 1px solid #1a6eb6;
    color: #1a6eb6;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.coupon {
    padding: 8px 10px;
    height: 12px;
    width: 200px;
    margin-top: -6px;
    border: 1px solid #cbcbcb;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
input.submitbutton_coupon {
    height: 30px;
    margin-top: -6px;
    cursor: pointer;
    background: url(../../images/btn_coupon_bg.png) repeat-x;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-appearance: none;
}
input.submitbutton_coupon:hover {
    background: url(../../images/btn_coupon_bg_h.png) repeat-x;
}
.basket_collumn, .basket_collumn_large {
    float: left;
    width: 27%;
    margin: 10px 37px 0 0;
    line-height: 22px;
    padding: 20px;
}
.basket_collumn_50 {
    width:100%;
    float: left;
}
.basket_collumn_large {
    width: auto;
    float: none;
    margin:0px 0px 0px 0px;
}

.basket_form_title_large {
    padding-left: 20px;
    text-align: left;
}
.basket_form_content {
    min-height: 150px;
}
.basket_form_content td{
    vertical-align: middle;
}
.basket_collumn_large .basket_form_content {
    min-height: 50px;
}
select.selectbox {
    border: 1px solid #d6d6d6;
    padding: 4px;
    width:312px;
}
.basket_collumn_50 input[type=radio] {
    margin-left:10px;
}
#straat_loading, #plaats_loading, #bezorg_straat_loading, #bezorg_plaats_loading {
    margin-bottom:-5px;
}
.payment {
    width: 100%;
    float: left;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
}
.payment.selected, .payment:hover {
    border: 1px solid #cce5fa;
    background-color: #f3f9fe;
}
.payment_input {
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.payment_description {
    float: left;
    width: calc(100% - 275px);
    margin-left: 75px;
}
.payment_description span {
    color: #1a6eb6;
}
.payment_icon {
    float: left;
    width: 56px;
    left: 33px;
    position: absolute;
    top: 50%;
    padding-right: 15px;
    transform: translateY(-50%);
    text-align: center;
}
.payment_icon img{
    float: left;
    width: 100%;
}
.payment_choice {
    float: left;
    width: 200px;
}
.payment_choice select {
    padding: 3px;
}
.basket_thanks {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #1a6eb6;
    padding-bottom: 10px;
}
.basket_thanks_text {
    font-size:16px;
    line-height:28px;
}
input.textfield {
    padding: 8px 10px;
    height: 12px;
    width: 232px;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.data {
    float: left;
    width: 50%;
}
.padd20{
    float: left;
    margin-top: 17px;
    margin-left: 10px;
    font-size: 12px;
}
.title_blue {
    font-size: 14px;
    color: #1a6eb6;
    font-family: 'Montserrat', sans-serif;
}
.inputbox, .inputbox_error {
    background-color:#ffffff;
    border:1px solid #d6d6d6;
    color:#2a2a2a;
    font-size:12px;
    padding:5px 5px;
}
.inputbox_error {
    background-color:#ffc7c7;
    border:1px solid #ff0000;
    color:#ff0000;
}
.inputbox_text {
    height:100px
}
.input-auto .inputbox, .input-auto .inputbox_error {
    width: 100% !important;
    padding:5px 0px 5px 5px;
}
#sorteer, #sorteer_hoe {
    border: 1px solid #ddd;
    padding: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#basket_content{
    float: left;
    width: 100%;
}

/*GENERAL STYLING*/
.autocolumn-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}
.scrollLink {
    text-decoration: none;
}
.noDeco {
    text-decoration: none;
}
.image {
    float: left;
    width: 100%;
}
.image img {
    float: left;
    max-width: 100%;
}
.dropShadowBook {
    -webkit-box-shadow: -4px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px 0px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
.borderBottom {
    border-bottom: 1px solid #eee;
}
.borderTop {
    border-top: 1px solid #eee;
}
.lineHeight14 {
    line-height: 1.4;
}
.max135{
    max-height: 135px;
}
.responsiveTable td{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.orderPopUp{line-height: 1.6;}

/*GENERAL STYLING - BACKGROUND*/
.whiteBack {
    background-color: white;
}
.blueLightBack {
    background-color: #eff4f4;
}
.brandColorBack {
    background-color: #e32618;
}
.greenBack {
    background-color: #8aa83a;
}
.yellowBack {
    background-color: #eba307;
}
.greyLightBack{
    background-color: #f7f7f7;
}
.greyBack {
    background-color: #f2f2f2;
}
.mintBack {
    background-color: #cae6dc;
}
.blueBack {
    background-color: #0a6398;
}
.blueLightBack-cart{
    background-color: #f6fbff;
}

/*GENERAL STYLING - COLORS*/
.blueColor {
    color: #0a6398;
}
.blueLightColor {
    color: #497390;
}
.whiteColor {
    color: white;
}
.brandColor {
    color: #e32618;
}
.blackColor {
    color: #141217 !important;
}
.yellowColor {
    color: #f19b13;
}
.greenColor {
    color: #047c50;
}
.redColor {
	color:#ff0000;
}
.greyColor{
    color: #ededed;
}
.darkgreyColor{
    color: #767676;
}
.orangeColor{
    color: #eba306;
}

/*GENERAL STYLING - FONTS*/
.rightText {
    text-align: right;
}
.lightFont {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
}
.regularFont {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
}
.boldFont {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    font-weight: bold;
}
.titleRegularFont {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
}
.titleBoldFont {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
}

h3 {
    color: #000;
    margin: 10px 0px;
    font-weight: 700;
}
.desktop-show{
    display: block;
}
.mobile-show{
    display: none;
}


#slides.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    zoom: 1;
    padding: 10px 15px;
    text-align: center;
    font-size: 25px;
    line-height: 1;
    background: rgb(249, 249, 249);
    color: #393d3d;
}
#slides .owl-prev{
    display: none!important;
}
#slides .owl-buttons{
    margin-top: -22.5px;
}
.auteur {
	min-height:230px;
}
.auteurImage{
    height: 130px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.auteurImage img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*GRID*/
.grid {
    max-width: calc(100% + 20px);
    float: left;
    width: calc(100% + 20px);
}
.grid-sizer{
    width: calc(33.33% - 20px);
}
.grid-item {
    float: left;
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
}

.grid-item.full {
    width:  100%;
}
.gridImage{
    float:left;
    width: 100%;
    background-color: #fbfbfb;
}
.gridImage img{
    float: none;
    margin: auto;
    display: table;
    max-width: 100%;
}
.shadow{
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}