html {
    background-color: rgba(112,112,112,0.1);
}

body {
    padding: 0;
    margin: auto !important;
    width: 1920px;
    font-family: calibri;
}

#cartBody {    
    margin: 40px auto 0px auto;
    width: 1460px;
}


#infoBody {    
    margin: 40px auto 0px auto;
    width: 1460px;
    display: flex;
    justify-content: space-around;
}

#infoBody label {
    font-family: Hammersmith One;
    color: rgb(112,112,112);
    font-size: 14pt;
    font-weight: 100;
}

#infoBody input {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border-width: 1px;
    margin-bottom: 15px;
}

#infoBody #cartTitle {
    margin: 10px 0px 10px 0px;
    font-weight: 100;
}

.infoBoxes {
    margin-top: 40px;
    border-width: 0px;
}

.infoItems {
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 235px 90px 110px;
    grid-template-rows: 180px 60px 5px;
    grid-template-areas:
        "thumb title title "
        "thumb mod price"
        "line line line";
    hyphens: auto
}

.infoItems h5{
    display: flex;
    justify-content: flex-end;
}

#infoBody #totalContainer {
    width: 100%;
}

#infoBody #totalContainer #furtherButton {
    text-decoration: none;
    width: 80%;
    margin: 0px auto 0px auto;
    height: 50px;
    float: none;
}

#cartSide {
    min-height: 400px;
    background-color: white;
    border-radius: 15px;
    width: 30%;
    padding: 1% 2% 2% 2%;
}

#infoSide {
    height: auto;
    background-color: white;
    border-radius: 15px;
    width: 50%;
    padding: 1% 2% 2% 2%;
}


#infoSide label {
    text-transform: uppercase;
}

#cart {
    height: 1080px;
    background-color: white;
    border-radius: 15px;
    width: 90%;
    padding: 5%;
}

#cartTitle {
    font-family: Chewy;
    text-transform: uppercase;
    color: rgb(112,112,112);
    font-size: 25pt;
    width: 95%;
    margin: 10px;
}

.cartLines {
    height: 1px;
    background-color: rgb(112,112,112);
    border-radius: 15px;
}

.cartItems {
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 255px 60px 100px 60px 300px 450px 100px;
    grid-template-rows: 40px 40px 135px 40px;
    grid-template-areas: 
        "thumb title title title title title price"
        "thumb itemNumber itemNumber itemNumber . . ."
        "thumb mod mod mod . . ."
        "line line line line line line line"
        ;    
    
}

.itemMods {
    grid-area: mod;
    display: flex;
    align-items: end;
    
}

#itemButtonQuantity {    
    grid-area: amount;
    width: 60%;
    height: 33px;
    padding: 0;
    background-color: #6EC6EC;
    font-family: Hammersmith One;
    color: white;
    border-radius: 15px;
    border-width: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 10px 0px 10px;
}

#quantityInput {
    display: none;
}

#itemButtonQuantity svg {
    transform: rotate(180deg);
    height: 12px;
}

#itemButtonQuantity path {
    fill: white;
}

#quantityMenu {
    width: 63px;
    padding: 0;
    background-color: #6EC6EC;
    font-family: Hammersmith One;
    color: white;
    border-radius: 15px;
    display: none;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    position: absolute;
}

#quantityMenu p {    
    width: 100%;
    margin: 0;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#quantityMenu p:hover {
    background-color: #6F89ED;
    cursor: pointer;
}


#quantityMenu #first:hover {
    border-radius: 15px 15px 0px 0px;
}

#quantityMenu #last:hover {
    border-radius:  0px 0px 15px 15px;
}

.itemThumbs {
    grid-area: thumb;
    object-fit: contain;
    width: 170px;
    padding: 25px;
    height: 170px;
    background-color: rgba(201,201,201,0.25);
    border-radius: 15px;
}

.itemThumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.itemNames {    
    grid-area: title;
    margin: 0;
    font-family: Hammersmith One;
    color: rgb(112,112,112);
    font-size: 16pt;
    font-weight: bold;
    text-decoration: none;
}

.itemNumbers {    
    grid-area: itemNumber;
    margin: 0;
    display: flex;
    align-items: end;
    font-family: Open Sans;
    font-weight: normal;
    color: rgb(112,112,112);
    font-size: 12pt;
}

.itemPrices {
    grid-area: price;
    margin: 0px;
    color: rgb(48,133,170);
    font-family: Open Sans;
    font-weight: normal;
    font-size: 20pt;
    text-transform: uppercase;
}

.subtractAmount {
    margin: 0 5px 0px 5px;
    height: 35px;
    font-family: Hammersmith One;
    color: rgb(112,112,112);
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.itemAmounts {
    width: 75px;
    height: 35px;
}

.addAmount {
    margin: 0px 5px 0px 5px;
    height: 35px;
    background: none;
    border: none;
    color: rgb(218,97,74);
    font-family: Hammersmith One;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.addAmount svg {    
    height: 21px;
    width: auto;
}

.itemModTxt {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
}

.cartItemLines {
    grid-area: line;
    background-color: #707070;
    height: 1px;
    width: 100%;
    display: flex;
    align-self: end;
}

#totalContainer {
    width: 725px;
    float: right;
}

#totalContainer div {
    display: flex;
    justify-content: space-between;
}

#totalContainer h2, h3, h4, p {
    margin: 10px 0px 10px 0px;
    font-weight: 100;
}

#totalContainer h2 {
    color: rgb(48,133,170);
    font-family: Hammersmith One;
}

#totalContainer h3, h4 {
    font-family: Open Sans;
}

#totalContainer h3 {
    color: rgb(48,133,170);
}

#totalContainer h4 {
    color: rgb(112,112,112);
}

#totalContainer #furtherButton {    
    text-decoration: none;
    background-color: #3085AA;
    border-style: none;
    width: 232.92px;
    height: 35px;
    color: white;
    font-size: 13pt;
    font-family: 'Hammersmith One';
    border-radius: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    float: right;
}



@media only screen and (max-width: 1320px) {
    nav {
        width: 1320px;
    }
}