.product{
    padding: 0 !important;
    margin: 0 !important;
}
@media screen and (min-width: 1367px){
    .image-product{
        position: relative;
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 5px !important;
        margin-bottom: 10px !important;
    }
    .img-product{
        position: relative;
    }
    .img-product .row>*{
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .grid-image{
        width: 100%;
        position: relative;
    }
    .slick-image-product{
        position: relative;
    }
    .slick-img-product{
        position: relative;
        width: 100%;
        display: flex;

    }
    .cimage-slick{
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        aspect-ratio: 16/9;
    }
    .cimage-slick img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
/* -------------------- Slick style */
    .product-img-slide-arrow{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        display: flex;
    }
    .pdi-box-arrow{
        width: 100%;
        position: relative;
        height: 100%;
    }
    .pdi-prev-button, .pdi-next-button{
        font-size: 35px;
        color: #fff;
        background: none !important;
        outline: none !important;
        border: none !important;
        transition: transform 0.5s;
        opacity: 0.8;
        margin: 0 !important;
        padding: 0 !important;
    }
    .pdi-prev-button{
        left: 10px;
    }
    .pdi-next-button{
        right: 10px !important;
        left: auto;
    }
    .pdi-prev-button:hover, .pdi-next-button:hover{
        cursor: pointer;
        transform: scale(1.2);
        opacity: 1;
        color: var(--second-color);
    }

    /* Image right  */
    /* .grid-child-image{
        height: 100%;
        position: relative;
        margin: 0 !important;
        padding: 0 !important;
    }
    .cimage-right-product{
        position: relative;
    }
    .cimage-right-top-product{
        position: relative;
        margin-bottom: 5px;
    }
    .cimage-gallary{
        position: relative;
        display: flex;
    }
    .cimage-gallary img{
        aspect-ratio: 16/9;
        object-fit: cover;
        width: 99%;
    } */

    .video-youtube-box{
        position: relative;
    }
    .video-youtube{
        width: 100%;
        height: 100%;
        aspect-ratio: 16/9;
    }

/* ----------------------------- details product */
    .details-product{
        margin-top: 20px;
        position: relative;
    }
    .name-product-box{
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 25px;
        color: var(--body-color);
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
        line-height: 35px;
        text-align: justify;
        padding-right: 30px;
    }
    .price-product-box{
        color: var(--main-color);
        font-size: 20px;
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
    }
    .pd-short-info-box{
        position: relative;
        margin-bottom: 20px;
    }
    .pd-location{
        display: flex;
        flex-direction: row;
    }
    .pd-location:hover{
        cursor: pointer;
        text-decoration: underline;
    }
    .pd-location span{
        font-size: 15px;
        font-family: 'Quicksand', sans-serif;
        font-style: italic;
    }

    .details-product-box{
        position: relative;
    }
    .info-product-box, .side-info-product{
        padding: 5px;
    }
    .info-product, .side-info-product{
        border: 1px solid rgba(0,0,0,0.2);
        padding: 15px;
        border-radius: 15px;
        margin-bottom: 15px;
    }
    .title-info-product{
        color: var(--body-color);
        font-family: 'Quicksand',sans-serif;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }
}
