body{
    font-family: "Myriad Pro";
}

@media screen and (max-width: 768px) {
    .carousel{
        display: none;
    }
}

.btn-default{
    color: #FFFFFF;
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid #e4e2e2;
    border-radius: 0px;
}

.btn-default:hover{
    background-color: #FFFFFF;
}

.btn-default:focus{
    background-color: #FFFFFF;
}

a:hover{
    text-decoration: none;
    color: #00ADEF;
}

.prijsbox{
    margin-left: 10px;
}

.title{
    margin-top: 20px;
    height: 50px;
    font-size: 20px;
    text-align: center;
}

.img-product{
    width: 230px;
    max-height: 230px;
    vertical-align: middle;
}

.img-border{
    height: 230px;
}

.pricerangebox{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size: 18px;
    width: 60px;
    height: 30px;
}

.price{
    padding-top: 6px;
    font-size: 30px;
    margin: 0 auto;
    color: #0f0f0f;
}

.thumbnail{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    word-wrap:break-word;
}
.thumbnail:hover{
    box-shadow: 0px 0px 10px #00ADEF;
}
.line{
    margin-bottom: 5px;
}
@media screen and (max-width: 770px) {
    .right{
        float:left;
        width: 100%;
    }
}
span.thumbnail {
    border: 1px solid #d7d7d7 !important;
    border-radius: 0px !important;
    padding: 10px;
}
.container h4{margin-top:70px; margin-bottom:30px;}
button {    margin-top: 6px;
}
.right {
    float: right;
}

.price{
    padding-top: 6px;
    font-size: 30px;
    margin: 0 auto;
    color: #0f0f0f;
}







