/* .product_form {
} */



.product_wrapper {
    display: flex; 
    justify-content: center;
}

.product_wrapper select {
    color: #000; 
    border-color: #000; 
    width: 100%; 
}

.product_wrapper input {
    color: #000; 
    border-color: #000; 
    width: 100%; 
    margin-left: 30px;
}

@media only screen and (min-width: 768px){

    .product_wrapper input {
        /* width: 49%;  */
        width: 60%; 
        margin-left: 10px;
        border-radius: 0px;
        background-color: #EFEFEF
    }
    
    .product_wrapper select {
        /* width: 47%; */
        width: 40%;
    }
}



@media only screen and (max-width: 768px){
    .product_wrapper input {
        /* width: 30%;  */
        width: 60%; 
        /* margin-left: 100px; */
        margin-left: 10px;
        border-radius: 0px;
        background-color: #EFEFEF
    }
    
    .product_wrapper select {
        /* width: 15%; */
        width: 40%;
    }
}




.login_out_wrapper p {
    font-size: 16px;
    color: #000; 
    text-align: right; 
    letter-spacing: 0px; 
    cursor: pointer;        
}

.product_login {
    text-align: center !important;
}

@media only screen and (max-width: 768px){
    .checkout_title div {
        display: flex; 
    }
}

.checkout_image_column {
    width: 25% !important;
}

.checkout_product_name_column {
    width: 33.33% !important;
}

.checkout_quantity_column {
    width: 16.67% !important;
}

.checkout_price_column {
    width: 16.67% !important;
}

.checkout_remove_column {
    width: 8.33% !important;
}

.checkout_column {
    margin-bottom: 30px;
}

.checkout_column div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkoutAtSalonory-text {
    background-color: black;
    color: white;
    padding: 5px 15px;
}


