@media (max-width: 799px) {
    .productIMG img {
    }

    .productIMG {
        width: 100%;
    }


    .product-detail-left {
        margin-left: 5%;
        width: 35%;
        display: block;
        float: left;
        min-height: 23.6px;
    }

    .productDatas {
        margin-top: 5%;
        min-height: 530px;
    }

        .productDatas .features {
            height: 95px;
        }

    .product-detail-right {
        width: 55%;
        margin-right: 5%;
        display: block;
        float: right;
        min-height: 23.6px;
        word-break: break-word;
    }

    .productDatas .ciab-shortcode {
        margin-top: 30px;
        float: left;
        width: 80%;
        margin-left: 8.5%;
    }


    .product .entry-content {
        min-height: 1580px;
    }

    .productDescription {
        float: left;
        width: 90%;
        margin-left: 5%;
    }
}

@media (min-width: 800px) {
    .product {
        width: 80%;
        margin: auto;
        margin-top: 25px;
    }

        .product .entry-content {
            min-height: 1080px;
        }

    .productTitle {
        float: right;
        width: 50%;
    }

    .product-detail-left {
        width: 50%;
        display: block;
        float: left;
        height: 23.6px;
    }

    .productDetails {
        min-height: 530px;
    }

    .product-detail-right {
        width: 50%;
        display: block;
        float: right;
        height: 23.6px;
    }

    .productIMG {
        float: left;
        height: 500px;
        width: 50%;
    }

        .productIMG img {
            height: 500px;
            width: 550px;
            margin: auto;
            object-fit: cover;
            display: block;
        }

    .productData {
        float: right;
        width: 50%;
    }

    .productDatas .ciab-shortcode {
        float: left;
        margin-top: 10px;
    }

    .productDatas {
        margin: auto;
        height: 475px;
        float: right;
        width: 50%;
        margin-top: 20px;
    }

    .productDescription {
        width: 45%;
        display: block;
        margin-bottom: 75px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        float: left;
    }
}
