.grid-container{
    display: grid;
    grid-template-columns: 100px 100px;
}

.cart-title{
    margin-bottom: 60px;
}

.cart-container{
    background-color: lightgrey;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.cart-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

.cart-name{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black !important;
    color: white !important;
}

.removeCart{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    width: auto !important;
}

.viewWishlist{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    width: auto !important;
}

.removeWishlist{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    width: auto !important;
}

.title-container{
    margin-top: 100px;
    text-align: center;
}

.title-container-short{
    margin-top: 300px;
    margin-bottom: 300px;
    text-align: center;
}

.form-container{
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
}

.submitPayment {
  background-color: black;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.payment-container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.complete-payment-text{
    color: white;
    background-color: black;
    padding: 10px 100px;
    border-radius: 50px;
}

#mapLocationsSearch{
	height: 700px;
	width: 100%;
}

.mapContainer{
    margin-top: 50px;
    margin-bottom: 50px;
}

.profile-data{
    margin-top: 30px;
}

.productDetailsSingleLine {
    padding: 0;
    margin: 0;
}

.cartHeader {
    width: 100%;
    float: left;
    background-color: #555;
    color: #fff;
    text-align: left;
    padding: 1em 0;
}
.cartHeader .col-md-2, .cartSingleItem .col-md-2 {
    float: left;
}
.cartSingleItem {

    width: 100%;
    float: left;
    background-color: #ddd;
    color: #000;
    text-align: left;
    padding: 1em 0;
    margin-top: 0.5em;

}

.mobileCartNumber {
    display: none;
}

@media (max-width: 768px) {
  .mobileCartNumber {
    display: block;
  }
}

.productQuantityInput {
    height: calc(1.5rem + 1.75rem + 2px);
    text-align: center;
}

.productNoDisplay {
    display: none;
}

.sendProductMessage a {
    text-align: center;
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    width: 100%;
    display: block;
    padding: 1em 0;

}
.sendProductMessage a:hover {

    color: #fff;
    
}

.productMessageSend h2, .productMessageSend h3, .productMessageSend h4 {
    width: 100%;
}

.productMessageSend input {
    width: 100%;
    margin: 1em 0;
}

.totalCartDiv input {
    width: 100%;
    margin-bottom: 1em;
}

.totalCartDiv h4 {
    margin-top: 1em;
}

.totalCartDiv input.deliveryCheckbox {
    float: left;
    width: 3em;
    margin-top: 0.5em;
}

#deliveryData {
    display: none;
}