﻿@media all {


    .icon-container {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 40px; /* Grootte van icoon */
        height: 40px; /* Grootte van icoon */
    }

        .icon-container .icon-image {
            width: 100%;
            height: 100%;
            opacity: 0.6; /* Icoon een beetje doorzichtig */
        }

        .icon-container .icon-label {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); /* Centreer de tekst */
            color: white;
            font-size: 12px;
            font-weight: bold;
            background: rgba(0, 0, 0, 0.5); /* Subtiele achtergrond voor leesbaarheid */
            padding: 2px 5px;
            border-radius: 3px;
        }

    .colorpopup {
        max-height: 650px !important;
        overflow-y: auto;
        min-height: 650px !important;
    }

    .item-box .picture img {
    position:unset;
    }

    .color-options {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .color-item {
        border: 2px solid transparent;
        padding: 5px;
        cursor: pointer;
        position: relative;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

        .color-item img {
            max-width: 74px;
            object-fit: cover;
        }

        .color-item.selected {
            border: 2px solid #008000;
            border-radius: 5px;
        }

    .color-options .color-item .samplebutton {
        background-color: aliceblue;
        padding: 3px;
        margin-top: 0px;
        font-size: 10px;
        color: #007ba4;
        font-weight: bold;
        cursor: pointer;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 74px;
    }

        .color-options .color-item .samplebutton .icon {
            float: left;
            color: #666;
            font-size: 14px !important;
            padding-right: 5px;
        }

    .attributesamplepicker {
    }

        .attributesamplepicker .top {
            padding: 10px;
            display: flex;
            flex-flow: row wrap;
        }

            .attributesamplepicker .top .text {
                padding-right: 25px;
                width: 70%;
            }

            .attributesamplepicker .top .filter {
                border: 1px solid #73cbe8;
                padding: 20px;
                margin-top: 10px
            }

                .attributesamplepicker .top .filter .option {
                    border: 1px solid #c3c2bd;
                    margin-right: 20px;
                    margin-bottom: 5px;
                }

                .attributesamplepicker .top .filter .filterbutton {
                    padding: 13px 35px;
                    border: 0;
                    background: #E28C4A;
                    text-transform: uppercase;
                    font-weight: bold;
                    font-size: 14px;
                    color: #fff;
                }

    .attributecolorlist {
        display: flex;
        flex-flow: row wrap;
        position: relative;
        width: 100%;
    }

        .attributecolorlist .color {
            margin-right: 5px;
            padding-top: 0px;
            text-transform: uppercase;
        }

            .attributecolorlist .color .productbox {
                position: relative;
                min-width: 126px;
                border: 1px solid #a8a8a8;
                padding: 5px;
                line-height: 1.5;
                font-size: 10px;
                max-width: 117px;
                border-radius: 5px;
            }

                .attributecolorlist .color .productbox .option {
                    color: #007ba4;
                }

                .attributecolorlist .color .productbox .zoomimage {
                    display: none;
                    position: absolute;
                    max-width: 600px;
                }

                    .attributecolorlist .color .productbox .zoomimage img {
                    }

                .attributecolorlist .color .productbox .tooltip-container {
                    display: none;
                    width: 300px;
                }

                .attributecolorlist .color .productbox .tooltip-body img {
                    width: 300px;
                }

                .attributecolorlist .color .productbox img {
                }

                .attributecolorlist .color .productbox:hover .tooltip-container {
                    visibility: visible;
                    display: block;
                    margin-right: -83px;
                    margin-top: 5px;
                    z-index: 999;
                    top: 118%;
                    right: 79px;
                }

                    .attributecolorlist .color .productbox:hover .tooltip-container:before {
                        margin-right: -207px;
                        border-bottom: 7px solid lightgray;
                    }

                    .attributecolorlist .color .productbox:hover .tooltip-container:after {
                        margin-right: -206px;
                    }

                    .attributecolorlist .color .selectbutton {
                        border: 1px solid #a8a8a8;
                        padding: 5px;
                        margin-top: 2px;
                        font-size: 12px;
                        color: #007ba4;
                        font-weight: bold;
                        cursor: pointer;
                        float: right;
                        width: 49%;
                    }

                .attributecolorlist .color .selectbutton .icon {
                    color: #666666;
                    padding-right: 15px
                }

            .attributecolorlist .color .productbox:hover {
                border-color: #008000;
                border: 2px solid #008000;
            }

            .attributecolorlist .color .selected-value {
                border-color: #008000;
                border: 2px solid #008000;
            }


            .attributecolorlist .color .cartbutton {
                padding: 5px;
                margin-top: 2px;
                font-size: 12px;
                color: #007ba4;
                font-weight: bold;
                cursor: pointer;
            }

                .attributecolorlist .color .cartbutton .icon {
                    color: #666666;
                    padding-right: 5px;
                    font-size: 14px !important;
                }

    .attributecolorsandorder {
        position: relative;
    }

        .attributecolorsandorder .order {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 20%;
        }

            .attributecolorsandorder .order .orderfixed {
                position: fixed;
                width: 180px;
            }

                .attributecolorsandorder .order .orderfixed .button {
                    padding: 13px 35px;
                    border: 0;
                    background: #007ba4;
                    text-transform: uppercase;
                    font-weight: bold;
                    font-size: 14px;
                    color: #fff;
                    width: 180px;
                }


    .samplebasket {
        width: 45px;
        height: 44px;
        float: right;
        position: relative
    }

        .samplebasket .image {
            padding-top: 11px;
        }

        .samplebasket .counter {
            position: absolute;
            bottom: 5px;
            right: 0px;
            border-radius: 50%;
            line-height: 16px;
            background: #ff5874;
            color: #fff;
            z-index: 1;
            pointer-events: none;
            width: 16px;
            height: 16px;
            font-size: 10px;
            line-height: 17px;
        }

    .samplecart {
        padding: 10px;
    }

        .samplecart .complete {
            color: green;
            margin-top: 50px
        }

        .samplecart .form {
            display: flex;
            flex-wrap: wrap;
            margin-top: 50px;
        }

            .samplecart .form .left {
                flex: 1 50%
            }

                .samplecart .form .left .submitbutton {
                    padding: 13px 35px;
                    border: 0;
                    background: #E28C4A;
                    text-transform: uppercase;
                    font-weight: bold;
                    font-size: 14px;
                    color: #fff;
                }

            .samplecart .form .right {
                flex: 1 50%;
            }

    .sampleproductbox {
        display: flex;
        flex-flow: row wrap;
    }

    .attributes .filter {
        float: left !important;
        width: 21%;
    }
        .attributes .filter .filtertitle {
            
            margin-bottom: 10px;
            padding: 0px;
        }

        .attributes .attributecolorsandorder {
            float: right;
            width: 75%;
            margin-left: 10px;
        }

    .attributes .filter select {
        margin-bottom: 5px;
    }

    .attributes .filter input[type=text] {
        margin-bottom: 5px;
        background-color: #ebf8fc !important;
        border: 1px solid #aaccd7 !important;
        color: #666 !important;
    }

    .attributes .filter .filterbutton2 {
        padding: 13px 15px;
        border: 0;
        background: #E28C4A;
       border: 1px solid #aaccd7;
        font-size: 14px;
        color: #fff;
        width: 100%;
    }

    .attributes .filter .filterbutton3 {
        padding: 13px 15px;
        border: 0;
        background: green;
        border: 1px solid #aaccd7;
        font-size: 14px;
        color: #fff;
        width: 100%;
    }

    input#Kleurcode {
        margin-top: 9px;
    }

    input[type="text"]::-webkit-input-placeholder {
        color: #666666;
    }

    .tooltip-container .tooltip-body {
        text-align: left;
        font-size: 12px;
    }
}

@media (max-width: 769px) {


    .attributesamplepicker .top .text {
        width: 100%;
    }

    .attributesamplepicker .top .freeimage {
        display: none;
    }

    .attributes .filter {
        display: none;
    }

    .attributes .attributecolorsandorder {
        width: 100%;
    }
}
