.subtotal { | |
margin-left: 50px; | |
} | |
.subtotal__head > img { | |
margin-bottom: 20px; | |
} | |
.subtotal__body { | |
display: flex; | |
flex-direction: column; | |
justify-content: space-between; | |
width: 300px; | |
height: 100px; | |
padding: 20px; | |
background-color: #f3f3f3; | |
border: 1px solid #ddd; | |
border-radius: 3px; | |
} | |
.subtotal__gift { | |
display: flex; | |
align-items: center; | |
} | |
.subtotal__gift > input { | |
margin-right: 5px; | |
} | |
.subtotal__body > button { | |
background-color: #f0c14b; | |
border-radius: 2px; | |
width: 100%; | |
height: 30px; | |
border: 1px solid; | |
border-color: #a88734 #9c7e31 #846a29; | |
margin-top: 10px; | |
color: #111; | |
} | |