.grid_cart{
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 10px;
}

.rectangle_estandard{
    background-color: white;
    border-radius: 40px;
    min-height: 100px;
    margin: 10px 0px 10px 0px;
    padding: 30px;
}
/*
table{
    width: 100%;
}

td > img{
    width: 80%;
}

td.especial_imatge{
    width: 10%;
    text-align: center;
}

.caracteristiques > p{
    background-color: white;
    border: 1px solid grey;
    padding: 2px 5px;
    border-radius: 4px;
    text-align: center !important;
    margin-right: 10px;
    font-size: 0.80em;
}

.caracteristiques{
    display: flex;
}

th{
    padding-bottom: 10px;
}
*/
.bold{
    font-weight: bold;
}

.right{
    text-align: right !important;
}

h2{
    margin-top: 0px;
    color: #7ed957;
    font-weight: bold;
}

/*table{
    text-align: left;
}*/

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
     margin: 0; 
}

input.actualitzar{
    margin: 0;
    background-color: white;
    border: 1px solid grey;
    padding: 2px 5px;
    border-radius: 4px;
    text-align: center !important;
    width: 30px;
    
}

.canviar-producte{
    background-color: white;
    border: 1px solid grey;
    padding: 2px 5px;
    border-radius: 4px;
    text-align: center !important;
    width: 20px;
}

#resum input{
    background-color: white;
    border: 1px solid grey;
    padding: 5px 0px;
    border-radius: 4px;
    text-align: center !important;
    width: 100%;
    margin-bottom: 10px;
}

#resum button{
    margin: 10px 0px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    color: white;
}

#resum button.metodes-pagament{
    background-color: #7ed957;
    border: 1px solid #7ed957;
}

#resum button.descompte{
    background-color: #ffbd59;
    border: 1px solid #ffbd59;
}

hr{
    margin-top: 10px;
    margin-bottom: 30px;
}

#dades-carret p{
   margin: 0px 0px 20px 0px;
}

#dades-carret{
    display: grid;
    grid-template-columns: 60% 40%;
    margin-bottom: 10px;
}

.eliminarproducte{
    margin: 10px 0px;
    width: 100%;
    padding: 5px;
    border-radius: 20px;
    font-weight: bold;
    color: white;
    border: 1px solid #ff5757;
    background-color: #ff5757;
}

#eliminarCistella{
    margin: 10px 0px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    color: white;
    border: 1px solid #ff5757;
    background-color: #ff5757;
}

#info_extesa .eliminar{
    width: 40%;
}

button:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 200ms ease-out;
}

.complete{
    background-color: white;
    border-radius: 40px;
    padding: 30px;
    min-height: 400px;
}

.complete a{
    background-color: #7ed957;
    border: 1px solid white;
    border-radius: 10px;
    padding: 5px;
    text-decoration: none;
    color: white;
}

.complete h3{
    margin-top: 30px;
    color: #7ed957;
    margin-left: 20px;
}

.complete table{
    margin-left: 40px;
    width: 90% !important;
}