html {
    position: relative;
    min-height: 100%;
    padding:0;
    margin:0;
}

body {
    background:#fff;
    padding:0;
    margin:0 0 40px 0;
    height:100%;
    width:100%;
    float:left;
    color:#666666;
    font-family: MyriadPro;
}

.pull-right{
    float:right;
} 

.clear{
    clear:both;
}

.visible-xs{
    display:none;
}


@font-face { font-family: MyriadPro; src: url(../fonts/MyriadPro-Regular.otf);}

/********************************/
/**************Divs**************/
/********************************/
header{
    float:left;
    width:100%;
}

.topNavigatie{
    float:left;
    width:100%;
    background:#666;
    height:20px;
    padding:10px 0;
    position: relative;
    z-index:5;
}

.container{
    max-width:980px;
    width:100%;
    margin:0 auto;
    padding-left:15px;
    padding-right:15px;
    box-sizing:border-box;
}

#komendedeals{
    padding-top:15px; 
    float:left;
    position:relative;
    display: none;
}

#komendedealscontainer{
    float:right;
    width:70%;
}

.komendedeal{
    float:left;
    width:25%;
    box-sizing: border-box;
}

.komendedeal .komendedealimg{
    border:1px solid #333;
    height:45px;
    overflow:hidden;
}

.komendekorting{
    background:#fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float:left;
    width:35px;
    height:35px;
    border:1px solid #bebebe;
    margin:-17px 0 0 25%;
    position: relative;
}

#content{
    float:left;
    width:100%;
    padding:15px 0;
}

.contentLeft{
    float:left;
    box-sizing: border-box;
    padding-right:25px;
    width:65%;
    border-right:3px solid #bebebe;
    position: relative;
}

.contentRight{
    float:right;
    box-sizing: border-box;
    padding-left:25px;
    width:35%;
    position: relative;
}

#content .contentLeft,
#content .contentRight{
    padding-bottom:15px;
}

#socialSection{
    float:left;
    width:100%;
    padding:10px 0;
}


#slider,
#carousel{
    border:0px solid #333333;
}

#carousel {
    display: none;
}

#carousel li{
    border-right:0px solid #333333;
}

#carousel{
    border-top:none;
}

#slider li img{
    max-width:100%;
}

#keuzeblok{
    float:left;
    box-sizing: border-box;
    width:100%;
    padding:8px;
    margin-top:20px;
    border:1px solid #33CC00;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
}

.inputFieldContainer{
    margin-bottom:25px;
}


footer {
    width:100%;
    background:#666;
    height:20px;
    padding:10px 0;
    position: absolute;
    bottom:0;
    z-index:5;
}

footer .contentLeft{
    border:none;
}
/********************************/
/**************LISTS*************/
/********************************/
.topNavigatie ul,
footer ul{
    list-style:none;
    margin:0;
    padding:0;
}

.topNavigatie ul{
    float:right;
}

.topNavigatie ul li,
footer ul li{
    float:left;
    padding:0 15px;
}

.topNavigatie ul li a,
footer ul li a{
    float:left;
    color:#fff!important;
    text-decoration: none;
}

.topNavigatie ul li a:hover,
footer ul li a:hover{
    text-decoration: underline;
}

ul li{
    font-size:14px;
}

ul{
    float:left;
    padding:0;
    list-style-position: inside;
}

#product_description ul, ul.productEigenschappen{
    float:left;
    list-style:none;
    margin-bottom:0;
}

#product_description ul li, ul.productEigenschappen li{
    float:left;
    width:100%;
    font-size:14px;
    line-height:25px;
}

#product_description ul li:before, ul.productEigenschappen li:before{
    content:'';
    background-image: url(../images/list-style.png);
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position: center;
    margin-right:10px;
    width:14px;
    height:25px;
    display:inline-block;
    float:left;
}                  

#product_description {
    margin-top: 40px;
    font-size:14px;
}

/********************************/
/**************Heads*************/
/********************************/
.contentLeft h1{
    font-size:30px;
    color:#231F20;
    margin:0 0 20px 0;
}

.contentLeft h1.home {
    margin-bottom: 0;
}

.contentLeft h1 span{
    text-transform: uppercase;
    font-weight:bold;
}

#keuzeblok h2{
    font-size:12px;
    float:left; 
    width:100%;
    margin:0;
}

#remainingTime h2{
    text-transform: uppercase;
    color:#999999;
    font-size:18px;
}

#remainingTime h2 span{
    font-size: 28px !important;
    color:#eb1c23 !important;
}

#remainingTime h2 sup{
    font-size:12px;
}

/********************************/
/**************Images************/
/********************************/
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a.logo img{
    max-width:100%;
}

.komendedeal .komendedealimg img{
    max-width:100%;
}

.topNavigatie li a img{
   max-height:15px;
    margin-top:2.5px;
}

#slider img,
#carousel img{
    max-width:100%;
}

#carousel ul li {
    border: 10px solid #ffffff !important;
}

#carousel img {
}

#socialicons a img{
    max-height:25px;
}


#keuzeblok img.forminfo{
    position: absolute;
    top:0;
    right:0;
    max-height:25px;
}

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

/********************************/
/************Paragraphs**********/
/********************************/
p{
    margin:0;
}

p.margin_top {
    position: relative;
    float: left;
    margin-top: 20px;
    width: 100%;
    font-size: 14px; 
}

.komendekorting p{
    font-size:12px; 
    line-height:35px;
    width:100%;
    text-align:Center;
}

#komendedeals > p{
    float:left;
    width:25%;
    font-size:12px;
    position:absolute;
    bottom:15px;
}

.prijsinfo .oldPrice{
    font-size:21px;
    color:#666666;
    margin-bottom:10px;
    position: relative;
    float:left;
}

.prijsinfo .oldPrice sup{
    font-size:12px;
}

.prijsinfo .oldPrice:after{
    content:'';
    height:2px;
    width:100%;
    bottom:0;
    background:#33CC00;
    position: absolute;
    bottom:50%;
    left:0;
    -ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Safari */
    transform: rotate(-15deg);
}

.prijsinfo .actiePrice{
    font-size:46px;
    font-weight:bold;
    color:#000;
    margin-bottom:10px;
    width:100%;
    float:left;
}

.prijsinfo .actiePrice sup{
    font-size:30px;
}

span.green{
    color:#0BBF00;
}

.prijsinfo .besparing{
    font-size:14px;
    color:#0BBF00;
    margin-bottom:10px;
    width:100%;
    float:left;
}

.prijsinfo .tip{
    font-size:12px;
    line-height:24px;
    color:#FF6600;
    margin-bottom:15px;
    width:100%;
    float:left;
}

.prijsinfo .tip img{
    max-height:24px;
    float:left;
    margin-right:15px;
}

footer p{
    color:#fff;
    text-align:right;
}

/********************************/
/**************Links*************/
/********************************/
a.logo{
    max-width:250px;
    float:left;
    margin-top:10px;
}

a.bestelBtn, input.bestelBtn{
    float:left;
    width:100%;
    text-align:center;
    font-weight: bold;
    font-size: 14px;
    color:#000;
    background:url('../images/gradient.png');
    padding:10px 15px;
    position: relative;
    text-decoration: none;
    border: 0;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    cursor: pointer;
    box-sizing: border-box;
}

a.bestelBtn:hover, input.bestelBtn:hover{
    text-decoration: none!important;
    color:#fff;
}

a.bestelBtn:hover:before, 
input.bestelBtn:hover:before {
    left:25px;
}

a.bestelBtn:before, 
input.bestelBtn:before {
    background-image: url('../images/arrow.png');
    background-size:auto 50% ;
    background-repeat: no-repeat;
    background-position: center left;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top:0;
    left:15px;
    -webkit-transition:0.3s;
    transition:0.3s;
}

.contentLeft a.btn,
.contentRight a.btn{
    color:#666666;
    font-size:12px;
    text-decoration: none;
}

a.btn-bottom{
    position: absolute;
    bottom:0;
    right:0;
}

.contentLeft a.btn-bottom{
    right:25px;
}

.contentLeft a.btn:hover,
.contentRight a:hover{
    text-decoration: underline;
}

/********************************/
/**************Forms*************/
/********************************/
#keuzeblok table tr,
#keuzeblok table{
    float: left;
    width:100%;
}     

table{
    font-size:12px;
    border-collapse: collapse;
}

.table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}

table tr td.countBox{
    width:75%;
}

table tr td{
    box-sizing:border-box;
    padding:10px 0;
    line-height:25px;
    vertical-align: top;
    border:none;
}

table tr td p{
    float:left;
    color:#656565;
}

.countBox input[type="text"]{
    float:left;
    width:35px;
    height:25px;
    text-align:Center;
    box-sizing: border-box;
    border:1px solid #666666;
}

.countBox .countButtons{
    position:relative;
    float:left;
    height:25px;
    width:30px;
}
.countBox .countButtons button{
    position:absolute;
    height:50%;
    bottom:0;
    font-size:8px;
    border:none;
    background:#fff;
    border:1px solid #666666;
    border-left:none;
}

.countBox .countButtons button:first-child{
    border-bottom:none;
    bottom:50%;
}

label{
    float:left;
    margin-right:8px;
}

label > input{
    display:none;
}

label > input + img{
    cursor:pointer;
    opacity:0.2;
    max-height:15px;
}

label > input:checked + img{  
    opacity:1;
}

table#order tbody tr:first-child td{
    background: #666;
    color:#fff;
}

table.register,
table.inlog{
    width: 100%;
}

table.register td,
table.inlog td{
    width: auto !important;
}

table.register td.descr,
table.inlog td.descr{
    width: 200px !important;
    font-size: 14px;
}

.cfield {
    display: none!important;
}

table.register td input,
table.inlog td input{
    width: 350px;
}

table#order {
    width: 100%;
}

table#order td {
    padding-right: 30px;
    width: auto !important;
    max-width: 200px !important;
}

table#order td.descr {
    font-size: 14px;
}

input[type="text"], select, textarea {
    display: block;
    font-weight: normal;
    background: #fff;
    float: left;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    max-width: 100%;
}

fieldset{
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

input[type="submit"]{
    float:left;
    text-align:center;
    font-weight: bold;
    font-size: 14px;
    color:#000;
    background:url('../images/gradient.png');
    padding:10px 15px;
    position: relative;
    text-decoration: none;
    border: 0;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    cursor: pointer;
    -webkit-transition:0.3s;
    transition:0.3s;    
}

input[type="submit"]:hover{
    color:#fff;
}

table td {
    font-size: 14px !important;
}

table td a {
    padding-left: 20px;
    color:#666666;
}

#content a {
    color:#666666;
}

form#form_contact input, form#form_contact textarea {
    margin: 0 0 0 20px;
    width: 100%;
}

form#form_contact textarea {
    height: 100px;
}

img.flag {
    max-width: 25px;
    margin-right: 10px;
}

span.bold {         
    font-size: 15px;
    font-weight: bold;
}

#keuzeblok table {
    width: 100%;
}

#keuzeblok table tr td.price {
    width: 100px !important;
    text-align: right;
}

td.countBox {
    width: 220px !important;
}

.contentLeft span {
    font-family: MyriadPro !important;
    font-size:14px !important;
    font-size:14px !important;
    color:#666666 !important;
}

input.home {
    width: 305px;
}

@media only screen and (max-width: 725px) {    
    body{margin:0;}
    .container{width:100%; max-width:320px;}
    .hidden-xs{display:none;}
    .visible-xs{display:block;}
    .contentLeft, .contentRight{width:100%; padding-right:0; padding-left:0; border-right:none; float:left;}
    a.logo{max-width:50%; margin-top:0px;}
    a.logo img{max-height:85px;}
    
    .contentLeft h1{font-size:14px; line-height:18px; margin-bottom:10px;}
    
    .topNavigatie{ height:30px; margin-bottom:55px;}
    .topNavigatie ul{float:left;}
    .topNavigatie ul li,
    footer ul li{padding:0 10px;}
    
    #remainingTime{max-width:50%; text-align:center; margin-top:-55px;}
    #remainingTime h2{font-size:12px;}
    
    #socialSection{padding:0;}
    
    #komendedeals > p {font-size:9px; width:20%;}    
    #komendedealscontainer{width:75%;}
    .komendedeal .komendedealimg{height:40px;}
    .komendekorting{width:25px; height:25px; margin: -12px 0 0 25%;}
    .komendekorting p{font-size:10px; line-height:25px;}
    
    .prijsinfo .oldPrice{font-size:18px;}
    .prijsinfo .actiePrice{font-size:35px;}
    .prijsinfo .actiePrice sup{font-size:22px;}
    a.bestelBtn{ margin-bottom:15px;}
   
    footer{position:relative; float:left; height:auto;}
    
    input.home {
    width: 290px;
    }
}
