.checkoutProduct { display: flex; margin-top: 20px; margin-bottom: 20px; } .checkoutProduct__info { padding-left: 20px; } .checkoutProduct__info > button { background: #f0c14b; height: 30px; margin-top: 10px; border: 1px solid; border-radius: 3px; margin-top: 10px; border-color: #a88734, #9c7e31, #846a29; color: #111; } .checkoutProduct__image { object-fit: contain; height: 180px; width: 180px; } .checkoutProduct__rating { display: flex; } .checkoutProduct__title { font-size: 17px; font-weight: 800; }