/* roze en groene knopkes oplossen */
.aantal-roze {
    /* background-color:rgba(255, 255, 255, 1) !important; */
}

/* FAVLISTS */

button.unit.selected, button.unit.selected:hover, .input-group-addon.selected{
    background-color: #ff7f66;
    /*
        border-color: #ebebeb;
        color: #468847;
        border-color: #d6e9c6;
    */
}

button.unit, button.unit:hover{
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: black;
    /*opacity: 50%;*/
}


/* PRODUCT GRID */
.product-info .image{
    max-height: 270px;
}

/* FAV */

#favlist-modal-table tr{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.hidden{
    display:none;
}

/* RESPONSIVE VIDEOS */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* BUTTONS PRODUCT PAGE */
/*.button-50px, */
a.button-50px>i{
    width:50px;
    height:50px;
    vertical-align:middle;
    font-size: 25px;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius:2px;
}

.instock{
    display:inline-block;
    background-color: green;
    color:white;
    padding: 0 15px;
}


.outofstock{
    display:inline-block;
    background-color:#ff9966;
    color:orangered;
    padding: 0 15px;
}

span .fa.fa-euro{
    background-color: gold;
    /*border: 1px solid black;*/
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.icon{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    padding:10px;
    border-radius:50%;
    font-size: 20px;
    margin: 5px;
}
span.promo{
    background-color: gold;
    color: slategrey;
}
span.promo:before{
    content: "€";
    font-weight: bold;
}
span.bestelartikel{
    background-color: darkred;
    color:white;
}
span.bestelartikel:before{
    content: "B";
}
span.gewichtsartikel{
    background-color: #003A88;
    color:white;
}
span.gewichtsartikel:before{
    content: "K";
}
span.hoeveelheidskorting{
    background-color:#BD4C14;
    color: yellow;
}
span.hoeveelheidskorting:before{
    content: "€";
}




/* LOADER */
.preloader-1 {
    text-align: center;
    background-color: #FFA07A;
    margin: 100px auto 0;
    padding: 10px 30px;
    width: 200px;
    border-radius: 5px;
}
.preloader-1 div{
    /*width: 66px;*/
    height: 12px;
    color: white;
    margin: 10px 5px;
    ;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
}


@keyframes opacity-1 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.preloader-1 .line {
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 0 1px;
    display: inline-block;
    /*animation: opacity-1 1000ms infinite ease-in-out;*/
    animation-name: opacity-1;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function:ease-in-out;
}

.preloader-1 .line-1 {
    animation-delay: 800ms;
}
.preloader-1 .line-2 {
    animation-delay: 600ms;
}
.preloader-1 .line-3 {
    animation-delay: 400ms;
}
.preloader-1 .line-4 {
    animation-delay: 200ms;
}
.preloader-1 .line-6 {
    animation-delay: 200ms;
}
.preloader-1 .line-7 {
    animation-delay: 400ms;
}
.preloader-1 .line-8 {
    animation-delay: 600ms;
}
.preloader-1 .line-9 {
    animation-delay: 800ms;
}



@keyframes opacity-2 {
    0% {
        opacity: 1;
        height: 15px;
    }
    50% {
        opacity: 0;
        height: 12px;
        +
    }
    100% {
        opacity: 1;
        height: 15px;
    }
}

.tooltip{
    z-index: 10000 !important;
    text-transform: capitalize;
}
.related .bx-viewport{
    /*overflow: visible !important;*/
}

td s{
    color: black;
    font-size: 12px;
    font-weight: normal;
}

a.button span{
    color: black;
    background-color: #e6e6e6;
    border: 1px solid #323232;
    opacity: 1;
    transition: all 150ms linear;
    font-weight: 500;
    margin: 10px;

    /*    color: gray;
        box-shadow: 2px 5px 10px #e4e4e4;
        background-color: #f9f9f9;
        border: 1px solid #ff7f66;
        opacity: 1;
        transition: all 150ms linear;
        font-weight: 500;
        margin: 10px;*/
}
/*
a.button span:hover {
    transition: all 150ms linear;
    opacity: .85;
  }
    a.button span:active {
    transition: all 150ms linear;
    opacity: .75;
  }*/

/* BANNERS */

.banner *, .camera_caption *{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #d6d6d;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.banner .bold, .camera_caption .bold{
    font-weight:600;
}
.banner .px14, .camera_caption .px14{
    font-size:14px;
    line-height: 14px;
    text-transform: none;
}
.banner .px15, .camera_caption .px15{
    font-size:15px;
    line-height: 15px;
}
.banner .px20, .camera_caption .px20{
    font-size:20px;
    line-height: 20px;
}
.banner .px30, .camera_caption .px30{
    font-size:30px;
    line-height: 30px;
}
.banner .px40, .camera_caption .px40{
    font-size:40px;
    line-height: 40px;
}
.banner .px60, .camera_caption .px60{
    font-size:60px;
    line-height: 60px;
}
.banner .px70, .camera_caption .px70{
    font-size:70px;
    line-height: 70px;
}
.banner .px150, .camera_caption .px150{
    font-size:150px;
    line-height: 150px;
}
.banner .white, .camera_caption .white{
    color: #fff;
}
.banner .orange1, .camera_caption .orange1{
    color: #ff7f66;
}
.banner .orange2, .camera_caption .orange2{
    color: #fe8973;
}
.banner .gray1, .camera_caption .gray1{
    color: #3e454c;
}
.banner .gray2, .camera_caption .gray2{
    color: #7979b;
}

.banner i{
    float:right;
    width:88px;
    height:88px;
    line-height:88px;
    vertical-align:top;
    text-align:center;
    font-size:42px;
    color:#fff;
    background-color:#fe8973;
    font-family: FontAwesome;
}

.groteLoginKnop {
    display: none;
}

/********************************************************************************************************************************************************************************************************/
/* banner */
/*@media (max-width: 555px) { 
    .banner>div.banner-5 .s-desc {
        padding: 50px 0px 10px;
    }
}*/
@media only screen and (min-device-width: 768px)  {

    .groteLoginKnop {
        display: initial;
        background-color: #ff7f66;
        color: white;
        float: right;
        padding: 10px;
    }
    .groteLoginKnop a {
        color: white;
    }

    .banner {
        margin:0 -15px 29px;
        overflow:hidden;
    }
    .banner>div:first-child {
        border:0;
    }
    .banner>div.banner-4, .banner>div.banner-5 {
        width:50%;
        max-width:600px
    }
    .banner>div>a {
        overflow:hidden;
        display:block;
        border:1px solid #e8e8e8;
        position:relative;
    }
    .banner>div {
        position:relative;
        overflow:hidden;
        width:33.33333%;
        float:left;
        padding:0 15px;
        max-width:400px
    }
    .banner img {
        width:100%;
        height:auto;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .banner .s-desc {
        display:block;
        position:absolute;
        top:11%;
        left:11.35%;
        right:11.35%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color:#79797b;
        font-size:14px;
        width: auto;
        /*max-width:250px*/
    }
}

/*
* SCROLL BEGIN
*/
#column-right .box-content ul li ul {
    max-height: 275px;
    overflow: auto;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
/*
* SCROLL EINDE
*/

.bx-wrapper {
    /*overflow: hidden;*/
}

.exclusive {
    font-size: 10px;
    background-color: red;
    color: white;
    padding: 3px;
    border-radius: 11px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    margin-right: 5px;
}

.exclusievetekst a{
    font-size: 18px;
}

.legeOpvullingVoorExclusieveArtikels {
    height: 67px;
}

.legeOpvullingVoorExclusieveArtikelsFavs {
    height: 111px
}

/*
* banners
*/
#nk-message-banner {
    color: white;
    padding: 10px;
    background-color: #ff7f66;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    border-radius: 0px;
    display: none;
}
.newsletter-embedded{
    width: 100%;
    height: 600px;
}

/** show password */
::-ms-clear, ::-ms-reveal{
    display: none;
}

input {
    box-sizing:border-box;
}

input:active, input:focus{
    outline:none;
    -moz-outline:none;
}

input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner{
    border:none;
}

.inputShowPwd {
    position:relative;
    /*display: inline-block;*/
}
.inputShowPwd > input {
    padding-right: 36px !important;
    padding-right: 36px;
    padding-left: 10px;
}
.inputShowPwd > .showEle {
    display: none;
    position: absolute;
    height: 24px;
    width: 24px;
    top: 50%;
    margin-top: -12px;
    right: 6px;
    background:url(../../../../../image/pwd.png) 50% 50% no-repeat;
    background-size: 24px 24px;
    z-index: 1;
    cursor: pointer;
}
.inputShowPwd > input[type="text"] {
    display: none;
}
