﻿
.EditCart {
    width: 600px;
    background-color: white;
    text-align: left;
    align-items: baseline;
    margin-top: 50px;
}

.EditCartNew {
    margin-left: auto;
    margin-right: auto;
    /*height: 600px;*/
}

@media screen and (max-width: 600px) {
    .EditCart {
        width: 100%;
    }
}

.buttonAddToCart {
    width: 100%;
    text-align: center;
    border: 1px solid gray;
    /*display: flex;*/
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 6px 0;
    text-transform: capitalize;
    cursor: pointer;
    background: #36454F;
    color: #fff;
    border-radius: 15px;
    font-family: UnileverShilling;
}

.width20 {
    width: 20%;
}

.style3 {
    width: 20%;
}

.style4 {
    font-weight: bold;
    text-align: center;
}

.Heading {
    text-align: center;
    font-size: medium;
    font-weight: bold;
    color: #9B0000;
    font-family: 'Times New Roman';
}

.TextContent {
    text-align: left;
    font-family: UnileverShilling;
    font-size: small;
}

.csstd1 {
    width: 60%;
    text-align: left;
    align-content: flex-start;
}

.csstable1 {
    width: 100%;
    text-align: left;
    background-color: white;
    align-self: flex-start;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.width100 {
    width: 100%;
}

.cssImage1 {
    Height: 10px;
    width: 10px;
}

.btnBack {
    width: 115px;
    font-weight: 500;
}

.Label7 {
    color: blue;
    font-family: UnileverShilling;
    font-size: x-large;
    font-weight: 500;
}

.GridNumericColumn {
    text-align: right;
}
