| 1 |
.merchant-cart-reserved-timer { |
| 2 |
width: 100%; |
| 3 |
border-radius: 5px; |
| 4 |
display: -ms-flexbox; |
| 5 |
display: -webkit-box; |
| 6 |
display: flex; |
| 7 |
-ms-flex-align: center; |
| 8 |
-webkit-box-align: center; |
| 9 |
align-items: center; |
| 10 |
padding: 15px; |
| 11 |
background-color: var(--merchant-bg-color); |
| 12 |
margin-bottom: 10px; |
| 13 |
} |
| 14 |
|
| 15 |
.merchant-cart-reserved-timer-icon { |
| 16 |
margin-right: 14px; |
| 17 |
display: -ms-flexbox; |
| 18 |
display: -webkit-box; |
| 19 |
display: flex; |
| 20 |
-webkit-box-align: center; |
| 21 |
-ms-flex-align: center; |
| 22 |
align-items: center; |
| 23 |
-webkit-box-pack: center; |
| 24 |
-ms-flex-pack: center; |
| 25 |
justify-content: center; |
| 26 |
} |
| 27 |
.merchant-cart-reserved-timer-icon img { |
| 28 |
min-width: 36px !important; |
| 29 |
max-width: 36px !important; |
| 30 |
} |
| 31 |
|
| 32 |
.merchant-cart-reserved-timer-content p { |
| 33 |
margin: 5px 0; |
| 34 |
} |
| 35 |
|
| 36 |
.merchant-cart-reserved-timer-content-title { |
| 37 |
font-size: 14px; |
| 38 |
} |
| 39 |
|
| 40 |
.merchant-cart-reserved-timer-content-desc { |
| 41 |
width: 100%; |
| 42 |
color: #000; |
| 43 |
font-size: 16px; |
| 44 |
font-weight: 600; |
| 45 |
margin-top: 5px; |
| 46 |
line-height: normal; |
| 47 |
text-align: left; |
| 48 |
} |
| 49 |
.merchant-cart-reserved-timer-content-desc span { |
| 50 |
color: rgb(255, 0, 0); |
| 51 |
} |