﻿.LargeproductImage img {
    display: block;
    max-height: 694px;
    max-width: 694px;
}


.productImage img {
    display: block;
    max-height: 515px;
    max-width: 510px;
}

.productImageThumb img {
    max-height: 280px;
    max-width: 250px;
}

.productImageXxSmallThumb img {
    max-height: 60px;
    max-width: 50px;
    margin-right: 8px;
}

.productImageSmallThumb img {
    max-height: 110px;
    max-width: 100px;
    margin-right: 8px;
}

@media (max-width: 1200px) {
    .productImage .productImageThumb {
        order: 1;
    }
}

.searchbar {
    padding-bottom: 20px;
}

.modal-body {
    display: flex;
}

.modal-body img {
    object-fit: contain;
}

.cartStatus {
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 3px;
    margin-right: 3px;
    border: 1px solid lightGrey;
    background-color: white;
    color: black;
}

.ecomCard {
    border: 1px none lightgrey;
    margin: 25px;
    padding: 0;
}

.ecomCard-body {
    padding: 0;
}

.ecomPrice {
    padding-top: 10px;
}

.CartQuantity {
    padding-right: 10px;
}

.textRed {
    color: red;
}

.addressBox {
    border: 1px solid lightgrey;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.addressBox:hover {
    background-color: lightblue; 
}
