﻿.CartCheckoutDiv {
    margin: 0.4rem auto;
    
    max-width: 1050px;

    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

    /border: 1px solid black;
}





.CartCheckoutItemsTotalContainer {
    width: 49%;
    min-width: 360px;

    /border: 1px solid blue;
}






.CartCheckoutTotalContainer {
    margin: 0 auto;
    padding: 8px;

    /width: 80%;
    max-width: 400px;
    /height: 200px;

    /border: 2px solid red;
}

.CartCheckoutTotalContainerItem {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 5px;
    /border: 2px solid red;
}

.CartCheckoutTotalContainerItemHeads {
    width: 150px;

    /border: 1px solid red;
}

.CartCheckoutTotalContainerPriceHeads {
    width: 150px;

    display: flex;
    justify-content: space-between;
    
    /border: 1px solid red;
}

.linesMarks {
    margin-bottom: 5px;
    border: 1px solid black;
}





.CartCheckoutItemsContainer {
    margin: 0 auto;

    width: 100%;
    min-width: 298px;
    /height: 400px;
    
    /border: 2px solid black;
}

.CartCheckoutItemsContainerItems {
    margin-bottom: 5px;
    width: 100%;
    min-height: 80px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border: 2px solid black;
}





.CartCheckoutInformationTermsContainer {
    width: 49%;
    min-width: 360px;

    height: fit-content;
    
    border: 2px solid black;
}


.CartCheckoutInformationTermsContainerHeads {
    width: 100%;
    min-height: 45px; 
}


.CartCheckoutInformationContainer {
    margin: 0 auto 10px auto;

    width: 100%;
    min-width: 298px;
    height: fit-content;
    
    /border: 2px solid red;
}






.CartCheckoutInformationContainerBoxes {
    margin: 0 auto 10px auto;

    width: 95%;
    min-height: 38px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    /border: 1px solid blue;
}


.CartCheckoutInformationContainername {
    width: 25%;

    border: 1px solid pink;
}


.CartCheckoutInformationContainerTextBoxes {
    width: 75%;

    /border: 1px solid black;
}

.CartCheckoutInformationContainerTextBoxClass {
    width: 100%;
    height: 27px;

    border: 0px solid transparent;
    border-bottom: 2px solid black;

}

.CartCheckoutInformationContainerTextBoxClassMulti {
    width: 100%;
    
    height: 85px;
    min-height: 85px;
    max-height: 125px;

    resize: vertical;

    border: 0px solid transparent;
    border-bottom: 2px solid black;
}





.CartCheckoutTermsContainer {
    margin: 0 auto;

    width: 100%;
    min-width: 298px;
    height: fit-content;

    /border: 2px solid black;
}

.CartCheckoutTermsContainerCheckBox {
    margin: 0 auto 15px auto;

    width: 80%;
    min-height: 10px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    /border: 2px solid red;
}

.CartCheckoutTermsContainerCheckBoxCheck {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 10%
}

.CartCheckoutTermsContainerCheckBoxText {
    width: 85%;
    text-align: justify;
}






.CartCheckoutItemsContainerItemsProductNameQytTotal {
    padding-left: 5px;

    width: 100%;

    text-align: justify;
}

.CartCheckoutItemsContainerItemsProductName {
    padding: 5px 5px 5px 0;

    width: 100%;

    /border: 2px solid black;
}

.CartCheckoutItemsContainerItemsProductQyt {
    padding: 5px 0;

    display: flex;
    align-items: center;
    /justify-content: space-between;

    /border: 1px solid black;
}

.CartCheckoutItemsContainerItemsProductQytDropDown {
    padding: 0 5px;

    width: 50px;
    height: 30px;

    text-align: center;
    /background: transparent;

    border: 1px solid black;
    border-radius: 3px;
    /border-bottom: 2px solid black;
}

.CartCheckoutItemsContainerItemsProductQytGrandTotal {
    margin: 0 15px;
    /padding: 0 10px;

    height: 30px;

    display: flex;
    align-items: center;
    justify-content: space-evenly;

    border: 0px solid black;
    /border-bottom: 2px solid black;

    /font-weight: bold;
    transform: scale(1, 1.2);
}

.CartCheckoutItemsContainerItemsProductEdit {
    padding: 8px 15px;

    border-radius: 8px;

    /width: 60px;

    /background-color: red;
    /color: grey;
    font-weight: bold;
}

.CartCheckoutItemsContainerItemsProductRemove {
    margin: 0 10px;
    padding: 8px 15px;

    border-radius: 8px;

    /width: 60px;

    background-color: red;
    color: white;
    font-weight: bold;
}




.payPalDivMethod {
    margin: 0.4rem auto;


    width: 100%;
    min-width: 300px;
    max-width: 450px;

    border: 2px solid black;
}