.product-specs h1 {
    font-size: 26px;
    color: #666666;
    margin-bottom: 20px;
}


.thumbs .field--items .field--item {
    margin-bottom: 4px !important;
    background-color: white;
    border: 1px solid #cacaca;
}

#sf-product-img {
     width: 100%;
     background-color: white;
     margin-bottom: 15px;
}

.view-keuzehulp-headset .view-filters {
    float: left;
    width: 250px;
}

.view-keuzehulp-headset .view-filters .control-label {
    display: block;
    margin-bottom: 3px;
}

.view-keuzehulp-headset .view-filters .form-control,
.views-exposed-form #views-exposed-form-keuzehulp-headset-page-1 .form-control,
.views-exposed-form #views-exposed-form-keuzehulp-headset-page-2 .form-control,
.views-exposed-form #views-exposed-form-keuzehulp-headset-page-3 .form-control {
    display: block;
    margin-bottom: 10px;
    width: 240px;
}


.bef-exposed-form .form--inline .bef--secondary {
    width: 240px;
}

.bef--secondary .form-control{
	max-width: 220px;
}

.description ul{
	padding: 5px 20px;
}

.product-specs .col-xs-7{
	padding-left: 10px;
	padding-right: 10px;
}

.product-specs .col-md-7{
	padding-right: 8px;
}


@media screen and (max-width: 992px){
.bef-exposed-form .form--inline > .form-item{
	width: 160px;
}

.bef-exposed-form .form--inline .bef--secondary,
.views-exposed-form .form-control {
    width: 160px;
}

.bef--secondary .form-control{
	max-width: 140px;
}
}

@media screen and (max-width: 768px){
.bef-exposed-form .form--inline > .form-item{
	width: 100%;
}

.bef-exposed-form .form--inline .bef--secondary,
.views-exposed-form .form-control {
    width: 100%;
}

.bef--secondary .form-control{
	max-width: 100%;
}
}




.view-keuzehulp-headset .view-content {

}




.download-file {

    border: 1px solid #bfbfbf;
    border-radius: 2px;
    overflow: hidden;
    background-image: url(/themes/custom/synfore/images/brochure-btn-lg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    margin-bottom: 15px;
    clear: both;
    width: 150px;
    height: 28px;
}
.download-file > .file {

}
.download-file > .file span {
    background-color: transparent !important;
    border: none !important;
}

.download-file .file-icon {
    display: none;
}

.download-file a {
    display: block;
    padding: 5px;
    overflow: hidden;
    max-height: 24px;
    color: transparent;
    text-indent: -9999px;
}

.download-file .file-size {
    display: none;
}

button.button--add-to-cart,
button.button--add-to-cart:hover {
    background-color: #fdd73c;
    border: 0px;
    background-image: url(/themes/custom/synfore/images/winkelwagen-zwart.png);
    background-size: 25px;
    background-position-x: 7px;
    background-position-y: 5px;
    background-repeat: no-repeat;
    color: #000;
    padding: 9px 10px 8px 45px!important;
    font-weight: 500;
    margin-top: -4px;
}

#sf-checks h3 {
    margin-top: 0;
}

#sf-checks ul {
    padding-left: 0;
}

#sf-checks ul li {
    list-style: none;
    list-style-type: none;
    list-style-type: none;
    padding: 1px 0 1px 20px;
    margin: 5px 0;
}

li.sf-check {
    background-image: url(/themes/custom/synfore/images/sf-check.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position-y: 3px;
}

.sf-product .field--name-field-afbeelding .field--label {
    display: none;
}

 .sf-product .product-description {
        font-size: 16px;
        font-weight: 300;
    }

/* lees meer/minder */
.description {
        overflow: hidden;
        height: 330px; /* Hoogte van het ingeklapte deel */
        transition: height 0.3s ease;
    }

    .description.expanded {
        height: auto;
    }

    button.toggle-description {
        /*display: none;*/
        margin-top: 10px;
        cursor: pointer;
        background-color: transparent;
        text-decoration: underline;
        font-weight: 500;
        padding: 0px;
        border: 0px solid black;
    }


@media screen and (max-width: 992px) {

    .sf-product .product-description {
        width: 100%;
        padding-top: 30px;
    }
}

.sf-product .commerce-order-item-add-to-cart-form .js-form-item-quantity-0-value label,
.sf-product .commerce-order-item-add-to-cart-form #edit-purchased-entity-wrapper {
    display: none;
}

.sf-product .commerce-order-item-add-to-cart-form #edit-quantity-wrapper,
.sf-product .commerce-order-item-add-to-cart-form .js-form-item-quantity-0-value,
.sf-product .commerce-order-item-add-to-cart-form #edit-actions--3 {
    display: inline;
}
.sf-product .commerce-order-item-add-to-cart-form .js-form-item-quantity-0-value input {
    width: 80px;
}

button.button--add-to-cart,
button.button--add-to-cart:hover {
    margin: 20px 4px;
}

.beste-prijs a {
    display: inline-block;
    background-color: #dddddd;
    color: #000;
    padding: 5px 7px;
    font-size: 10px;
    border-radius: 4px;
}

.beste-prijs a:hover {
    background-color: rgb(59, 64, 66);
    color: rgb(237, 235, 232);
    text-decoration-color: currentcolor;
}



.commerce-order-item-add-to-cart-form .form-actions .btn {
    margin-right: 5px !important;

}

.sf-product .image-view {
    position: relative
}


.sf-product .imageview #sf-product-img-left,
.sf-product .imageview #sf-product-img-right {
    position: absolute;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #242424 !important;
    color: white;
    top: 50%;
    text-align: center;
    line-height: 39px;
    font-size: 60px;
    text-decoration: none !important;
    cursor: pointer;
}

.sf-product .imageview #sf-product-img-left {
    left: 20px;
}
.sf-product .imageview #sf-product-img-right {
    right: 20px;
}
