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

.kader-filter {
    width: 100%;
    margin-bottom: 30px;
}

.kader-titel {
    font-size: 20px;
    font-family: "Myriad Pro";
    color: #0f0f0f;

    padding-top: 20px;
    padding-right: 40px;
}

.kader-inhoud {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 20px;

}

.search-input {
    border: 1px solid #E4E4E4;
    border-radius: 20px;
    padding-left: 10px;

    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);

    font-family: "Myriad Pro";

    width: 100%;
    height: 30px;
}

input:focus {
    outline:none;
}

.btn-sidenav{
    padding: 5px 15px 5px 15px;

    margin-top: 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Myriad Pro";

    border: none;
    background-color: #00ADEF;
    border-radius: 20px;
}

.btn-default{
    border-radius: 0px;
    margin-top: 10px;
}

h4{
    font-weight: 600;
}
p{
    font-size: 12px;
    margin-top: 5px;
}
.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;
}
.btn-info {
    color: #fff;
    background-color: #19b4e2;
    border-color: #19b4e2;
    font-size:13px;
    font-weight:600;
}

.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;
}

.prijsbox{
    margin-left: 10px;
}

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

.banner-category{
    color: #3C4A55;
    font-size: 30px;
    font-family: "Myriad Pro";
    font-weight: bold;

    background-color: #F2F5F8;
    height: 80px;
    padding-top: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border-radius: 20px;
    background-color: #00ADEF;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active :focus{
    outline: none;
}

.ui-widget-header {
    background-color: transparent;
}

.ui-widget-content {
    background-color: #F2F5F8;
}

.products{
    margin-top: 40px;
}

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

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
    color: red;
}
