﻿@media(max-width: 750px) {
    .ProductShowcaseAIDetailsBlockDiv {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ProductShowcaseAIMediaBlockContainer {
        //margin: 0.2rem 0 0 0;
        width: 100%;
        max-width: 800px;
    }

    .ProductShowcaseAIBlock {
        max-width: 800px;
    }

    .ProductShowcaseMediaBlock {
        max-width: 800px;
    }

    .ProductShowcaseProductDetailBlock {
        width: 100%;
        height: 650px;
    }

    .ProductDetailsFeatures {
        margin: 0 auto;

        width: 90%;
        height: 590px;
    }

    .ProductShowcaseReviewsBlockDiv {
        width: 100%;
    }



    .ProductShowcaseProductSpecialComments {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ProductShowcaseProductSpecialCommentsTextBox {
        margin-left: 0px;

        width: 100%;
    }


    .InquiryContinaers {
        margin-top: 16px;
        /justify-content: center;
    }

    .inquiryitemSpec {
        max-width: 100%;
        /text-align: center;
    }

    .inquiryitemData {
        text-align: center;
        width: 100%;
    }



    .CompanyShowcaseAIDetailsBlockDiv {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .CompanyShowcaseAIBlock {
        width: 100%;
        max-width: 800px;
    }

    .CompanyShowcaseReviewsBlockDiv {
        width: 100%;
    }

    .CompanyShowcaseProductDetailBlock {
        width: 100%;
        max-height: 650px;
    }

    .CompanyShowcaseCompanyDetailsHeadingBlock {
        /height: 8%;
    }

    .CompanyShowcaseCompanyDetailBlock {
        margin: 0 auto;

        width: 90%;
        max-width: 700px;
        min-width: 280px;
        /height: 92%;
    }



    .CompanyShowcaseReviewsBlockDiv {
        width: 100%;
    }



    .CartCheckoutItemsTotalContainer {
        width: 100%;
        min-width: 300px;
    }

    .CartCheckoutInformationTermsContainer {
        margin-top: 0.5rem;
        
        width: 100%;
        min-width: 300px;
    }
}


@media(max-width: 750px) {
    .ProductShowcaseHeadingNameContainer {
        margin: 8px 0;
        //padding: 0.2rem 0.4rem;
        //600px;

        text-align: justify;
    }

    .ProductShowcaseImageDetailsDiv {
        flex-wrap: wrap;
    }

    .QytDiv {
        margin: 0 auto;
        width: 250px;
        justify-content: space-evenly;
    }

    .itemSpec {
        width: 120px;
    }

    .itemData {
        width: 120px;
        text-align: right;
    }

    .QuantityDropDown {
        display: unset;
    }

    .linesMarksProduct {
        margin: 0 auto;
        margin-bottom: 5px;
    }
}




@media(max-width: 550px) {
    .CartCheckoutInformationContainerBoxes {
        flex-direction: column;

        height: fit-content;
        margin-bottom: 10px;

        align-items: start;
    }

    .CartCheckoutInformationContainerTextBoxes {
        width: 100%;
    }
}

@media(max-width: 400px) {
    .ProductShowcaseImageDetailsDiv {
        margin: 0;
    }

    .ProductShowcaseNameCotainer {
        margin: 0;
        padding: 0;

        width: 95%;
        max-width: 350px;
        min-width: 290px;

        /border: 1px solid yellow;
    }

    .CartCheckoutItemsTotalContainer {
        width: 100%;
    }
}
