﻿.feature-item {
    background-color: #F9F9F9;
    width: 170px;
    height: 170px;
}

    .feature-item > img {
        width: 75px;
        margin: auto;
        object-fit: cover;
    }

/*

#zoomLens {
    position: absolute;
    border: 2px solid #ccc;
    width: 100px;
    height: 100px;
    display: none;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 200%;
    pointer-events: none;
}*/


.zoomWindow {
    border: 1px solid rgb(136, 136, 136) !important;
}

/*#gallery_01 img {
    border: 2px solid white;
}*/

/*Change the colour*/
/*.active img {
    border: 2px solid #333 !important;
}*/

#fbplus-content {
    width: 100% !important;
}


.image-content {
    background-color: #F9F9F9!important;
}




@media (max-width: 1000px) {
    .categories-and-product-detail-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .product-detail-content {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .product-detail-image-content {
        width: 100%;
        margin-bottom: 2vh;
    }

    .responsive-product-name {
        display: flex;
        flex-direction: column;
    }

    .product-detail-content > div:nth-of-type(2) {
        width: 100%;
    }

        .product-detail-content > div:nth-of-type(2) > div:nth-of-type(1) {
            display: none;
        }

    .technical-shipment-specifications-content {
        gap: 5vh;
    }

        .technical-shipment-specifications-content > div:nth-of-type(1) {
            width: 100%;
            padding: 20px;
        }


            .technical-shipment-specifications-content > div:nth-of-type(1) > div:nth-of-type(1) {
                justify-content: space-between;
            }

        .technical-shipment-specifications-content > div:nth-of-type(2) {
            width: 100%;
            padding: 20px;
        }

            .technical-shipment-specifications-content > div:nth-of-type(2) > div:nth-of-type(1) {
                justify-content: space-between;
            }

    .general-button {
        padding: 15px 35px;
        margin-top: 25px;
    }

    .feature-item {
        width: 162px;
        height: 162px;
    }
}
