52,8 → 52,12 |
.basket_product_wrap .basket_product_row .product_info .dummy { flex-grow:1; width:90px; } |
.basket_product_wrap .basket_product_row .product_info .dummyp { flex-grow:1; width:110px; } |
.basket_sum_wrap .basket_sum_row { display:flex; width:100%; justify-content:space-between; align-items:center; } |
.basket_sum_wrap .basket_sum_row .title { width: 60%; display:inline-block; margin-top:0.3em; margin-bottom:0.3em; } |
.basket_sum_wrap .basket_sum_row .title { width: 80%; display:inline-block; margin-top:0.3em; margin-bottom:0.3em; } |
.basket_sum_wrap .basket_sum_row .title2 { width: 80%; display:inline-block; margin-top:0.3em; margin-bottom:0.3em; } |
.basket_sum_wrap .basket_sum_voucher .title, |
.basket_sum_wrap .basket_sum_coupon .title { display:flex; justify-content:flex-start; align-items:center; } |
.basket_sum_wrap .basket_sum_voucher .title a, |
.basket_sum_wrap .basket_sum_coupon .title a { margin-right:0.5rem; } |
.basket_sum_wrap .basket_sum_row .value { width: 20%; display:inline-block; font-weight:normal; text-align:right; } |
.basket_sum_wrap .basket_sum_row .valuel { width: 20%; display:inline-block; font-weight:normal; text-align:left; } |
.basket_sum_wrap .basket_sum_row .sum { width: 20%; display:inline-block; font-weight:bold; text-align:right; } |