﻿@media all {

    .configure .short-description {
        padding-top: 0px;
    }

    .gallery .picture-thumbs {
    }

    .configure {
        /*padding-left: 80px;*/
    }

     .gallery .thumb-item {
    }

     .pictures {
        width: 37%
    }

     .configure {
        width: 63%;
    }

     .gallery .picture-wrapper {
    }

     .attribute-square-medium {
        background-size: 200px 200px !important;
        width: 191px;
        height: 191px;
        border: solid gray 1px;
    }

     .attribute-squares-medium label {
        width: 208px;
        height: 208px;
    }

     .attribute-square-small {
        background-size: 84px 84px !important;
        width: 84px;
        height: 84px;
        border: solid gray 1px;
    }

     .attribute-squares-small label {
        width: 100px;
        height: 100px;
    }

     .picture-thumbs-prev-arrow {
        bottom: 250px;
    }

     .picture-thumbs-next-arrow {
        bottom: 250px;
    }

     .attributes li {
        margin-right: 31px;
    }

    .attributes .option-list {
        display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(200px, auto)) !important;
        
    }

    .overview input[type=number] {
    background-color: #ebf8fc !important;
    border: 1px solid #aaccd7 !important;
    color: #666 !important;
    width: 175px;
    font-size: 13px;
    padding: 6px 30px 6px 6px;
    background-position: 96% center;
    }

    .attributes .option-list.radio-list label {
        display: block;
        padding: 10px;
        background-color: #f2f7fc;
        text-align: center;
        font-size: 14px;
        border: 1px solid #e9e9e9 !important;
        color: #888;
        -webkit-transition: all .3s;
        transition: all .3s;
        cursor: pointer;
    }

    .overview input[type=text], .overview input[type=email], .overview input[type=tel], .variant-overview input[type=text], .variant-overview input[type=email], .variant-overview input[type=tel], .attributes select {
        border: 0;
        width: 100%;
        max-width: 100%;
        text-align: left;
        background-color: #ebf8fc !important;
        font-size: 13px;
        color: #666;
        border: 1px solid #aaccd7 !important;
    }

    .attribute-squares.option-list li:hover label, .attribute-squares li.selected-value label {
        border-color: #ccc;
        background: #fff;
    }

    .attribute-squares li.selected-value label {
        border-color: #008000;
        border: 5px solid #008000;
        background: #fff;
    }
    .kleurstaalbutton {
        background-color: #01799F;
        width: 195px;
        height: 40px;
        color: white;
        text-align: center;
        padding-top: 10px;
        font-size: 14px;
        cursor: pointer;
        float: left;
        margin-right: 20px;
    }

     .meetservicebutton {
        background-color: #F4B44C;
        width: 195px;
        height: 40px;
        color: white;
        text-align: center;
        padding-top: 10px;
        font-size: 14px;
        cursor: pointer;
        float: right;
    }

     .attr-help {
        float: right;
    }

         .attr-help .icon {
            font-size: 16px !important;
            color: gray;
            vertical-align: top;
        }

     .attributetitle {
        color: #007ba4;
        font-size: 16px;
        font-weight: bold
    }

     .attributeslayout {
        padding: 0px;
        padding-top: 0px;
        overflow: auto;
        margin-bottom: 10px;
    }

     .shortdescription {
        font-size: 14px;
    }

     .product-name {
        margin-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }

    .attributes .breedte {
        float: left;
        /*padding-left: 34px*/
    }

    .attributes .hoogte {
        float: left;
        margin-left: 66px;
        margin-top: -20px;
    }
}

@media (max-width: 1024px) {
     .pictures {
        width: 100%
    }

     .configure {
        width: 100%
    }

    .configure {
        padding-left: 10px;
        padding-right: 10px;
    }

     .meetservicebutton {
        width: 175px;
    }

     .kleurstaalbutton {
        width: 150px;
    }

    .moreinfoform {
        display: none;
    }

 .attributes .breedte {
        float: left;
        padding-left: 10px;
    }

    .attributes .hoogte {
        float: left;
        margin-left: 10px;
    }

  .attributes li {
        float: none;
    }
}
