@charset "UTF-8";

main#container {
    display: grid;
    grid-template-columns: 450px;
}

section.products > picture > img {
    width: 450px; 
}

section.products > button {
   width: 220px;
   height: 55px;
   transform: translate(47%, -60%);
}

section.products > button > img {
    width: 35px;
    margin-left: 22px;
}

section.products > button > p {
    font-size: 1.2em;
    padding: 16px;
}

section.products > div.selection {
   position: absolute;
   width: 220px;
   height: 56px;
   border-radius: 30px;
   background-color: hsl(14, 86%, 42%);
   border: solid hsl(14, 86%, 42%);
   box-shadow: 2px 3px 4px rgba(95, 94, 94, 0.563);
   transform: translate(47%, -159%);
}

div.selection > button.increment {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    border: solid 2px rgb(255, 255, 255);
    border-radius: 20px;
    width: 22px;
    height: 22px;
    margin-left: 16px;
    margin-top: 13px;
}

div.selection > p.quantity {
    margin-right: 105px;
}

div.selection > button.decrement {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    border: solid 2px rgb(255, 255, 255);
    border-radius: 20px;
    width: 22px;
    height: 22px;
    margin-left: 174px;
    margin-top: 13px;
}

section#cart > div.carbon > p {
    font-size: 15px;
}

section#cart > div.carbon > img {
    width: 25px;
}

div#OrderConfirmed h1 {
    font-size: 2.2em;
    margin-bottom: 3px;
}

div#OrderConfirmed p {
    font-size: 1.1em;
    margin-bottom: 4px;
}

div#OrderConfirmed img {
   width: 60px;
}

div#listConfirmed > section.prodConfirmed  img {
    width: 70px;
    height: 70px;
}

section.prodConfirmed > div#descriProd {
    line-height: 1.9em;
    margin-top: 5px;
}

section.prodConfirmed > div#descriProd > p#name {
    width: 450px;    
    font-size: 1.1em;
}

section.prodConfirmed > div#descriProd > p#mult {
    font-size: 1em;
}

section.prodConfirmed > div#descriProd > p#fixedPrice {
    margin-left: 15px;
    font-size: 1em;
}

section.prodConfirmed > p#priceTotal {
    margin-top: 8px;
    margin-left: 30px;
    font-size: 1.3em;
}
