
main{
    padding-bottom:9em;
}


h1{
    font-size:2.2rem;
}


.breadcrumbs{
    padding-bottom:3.4em;
}


.breadcrumbs a{
    color:#000;
    text-decoration: none;
}

.breadcrumbs a:hover{
    text-decoration: underline;
}



.overview{
    background:#f7f7f7;
    padding:2em 0;
    border-top:7.5em solid #000f9f;
}

.overview h2{
    color:#000f41;
    font-size:1.8em;
    font-weight:500;
    margin-bottom:0.5em;
}

.overview .itemview{
    height:14em;
}

.overview .code{
    color:#5c5b5b;
    font-size:0.9em;
    margin-left: 0.5em;
}

.overview .tags{
    padding-top:1.3em;
}

.overview .tagged{
    font-size: 0.9em;
    font-weight: 500;
    padding: 0.3em 0.8em;
    border-radius: 0.3em;
}

.overview .tagged.new{
    background: #f4f11c;
}

.overview .tagged.offer{
    background: #ececec;
}

.overview .buynow,
.overview .addbasket{
    font-size:0.85em;
    font-weight:500;
    color:#000;
    background:#1aff80;
    padding:0.6em 1.2em;
    margin-right:1em;
    cursor:pointer;
    text-decoration:none;
    border-radius:1em;
    transition:all 0.2s ease;
}

.overview .buynow:hover,
.overview .addbasket:hover{
    color: #3a9ccc;
}


.overview .exvat{
    display:inline-block;
    margin-top:0.75em;
    font-size:0.9em;
}


.overview .itemview{
    max-width:100%;
    object-fit:cover;
}


.overview label{
    display:inline-block;
    font-weight:500;
    margin-bottom:0.75em;
}


.descrbox{
    padding:3em 0;
}

.descrbox .partnerlogo{
    display:inline-block;
    max-width:80%;
    max-height:6em;
    margin-bottom:3em;
}

.infogroups{
    margin-top:1em;
}

.infogroups span{
    font-weight:500;
}

.infogroups a{
    color:#000;
    font-weight:500;
    display:inline-block;
    padding-bottom:0.1em;
    margin:0em;
    transition:all 0.2s ease;
    width:8.5em;
    margin-top:0.2em;
    display:inline-block;
}

.infogroups a i{
    color:#005dbc;
    font-size: 0.8em;
    line-height: 2em;
    position:relative;
    top:0.18em;
    margin-right:1em;
    transition:all 0.2s ease;
}

.infogroups a span{

}

.infogroups a:hover i{
    color: #00b3cc;
}



.descr *{
    font-size:1em;
    font-weight:300;
}

section.infosection{
    padding-top:4em;
}

section h3{
    color:#0303b8;
    display:inline-block;
    font-size:1.15em;
    font-weight:500;
    padding-bottom:0.15em;
    margin-bottom:2em;
}



.photos a{
    display:inline-block;
    border:5px solid #f5f5f5;
    margin-bottom:0.2em;
    transition:all 0.1s ease;
}

.photos a img{
    height:6em;
    width:auto;
}

.photos a:hover{
    border:5px solid #ecd09f;
}

.links a{
    color:#000;
    text-decoration:underline;
    font-size:0.9em;
    transition:all 0.2s ease;
}

.links a:hover{
    color:#a87b00;
}

.links hr{
    color:#d4d4d4;
    margin:0.75em 0;
}

.pricebox{
    font-size:1.05em;
    border:3px solid #02b6ff;
    padding:0.2em 0.8em;
    display:inline-block;
    font-weight:500;
    letter-spacing:1.2px;
    background:#fff;
    border-radius: 1.5em;
    margin-top:2em;
}

.pricebox a{
    text-decoration:none;
}


.cartmanager{
    margin-bottom:2em;
    margin-right:1em;
}

.cartmanager button{
    display:inline-block;
    color:#fff;
    background:#0303b8;
    cursor:pointer;
    font-size:1.1em;
    font-weight:bold;
    width:2em;
    line-height:1.4em;
    height: 1.4em;
    border-radius:0;
    border:0;
    transition: 0.2s all ease;
    position:relative;
    top:0.1em;
}

.cartmanager button:hover{
    background: #000f41;
}

.cartmanager button.removeitem{
    border-radius:0.3em 0 0 0.3em;
}

.cartmanager button.additem{
    border-radius:0 0.3em 0.3em 0;
}

.cartmanager input{
    display:inline-block;
    height:1.68em;
    width:4em;
    line-height:1.4em;
    border-radius:0;
    margin:0;
    text-align:right;
    box-shadow:none;
    border:1px solid #eee;
}


.deliverytimes{
    margin-top:1em;
    font-size:0.9em;
}

.deliverytimes span{
    color: #000000;
    font-weight:400;
}

.deliverytimes i{
    margin-right:0.5em;
    position:relative;
    top:0.2em;
}


.youtubeContainer{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.youtubeContainer iframe,
.youtubeContainer object,
.youtubeContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*====================== MODS =======================*/

table.unstriped tbody tr{
    font-size:0.95em;
    border-color:#d4d4d4;
}

tbody, tfoot, thead{
    border-color:#d4d4d4;
}



/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {


}




/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    main {
        padding-top:6em;
    }

}



/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .breadcrumbs {
        padding-bottom: 1.4em;
    }

    .overview .itemview{
        max-width:100%;
    }

    .infogroups {
        margin:0 0 1.5em 0;
    }


    .buynow,
    .addbasket{
        display: block;
        text-align: center;
        margin-top:1em;
        margin-bottom:1em;
    }


    .descrbox .partnerlogo{
        max-width: 100%;
    }
}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {



}