| 1 |
.usk-page-checkout { |
| 2 |
display: grid; |
| 3 |
grid-template-columns: repeat(1, 1fr); |
| 4 |
grid-gap: 40px; } |
| 5 |
.usk-page-checkout .usk-checkout-billing-address .usk-checkout-billing-address-header { |
| 6 |
font-size: 25px; |
| 7 |
margin: 0 0 20px; |
| 8 |
text-transform: capitalize; |
| 9 |
font-weight: 700; |
| 10 |
color: #222331; } |
| 11 |
.usk-page-checkout .usk-checkout-billing-address .woocommerce-billing-fields__field-wrapper { |
| 12 |
display: grid; |
| 13 |
grid-template-columns: repeat(6, 1fr); |
| 14 |
grid-gap: 20px; } |
| 15 |
.usk-page-checkout .usk-checkout-billing-address .form-row { |
| 16 |
display: flex; |
| 17 |
grid-gap: 8px; |
| 18 |
flex-direction: column; |
| 19 |
margin: 0; |
| 20 |
grid-column: span 6 / auto; } |
| 21 |
.usk-page-checkout .usk-checkout-billing-address label { |
| 22 |
font-size: 14px; |
| 23 |
color: #2d2d30; |
| 24 |
text-transform: capitalize; } |
| 25 |
.usk-page-checkout .usk-checkout-billing-address .input-text, |
| 26 |
.usk-page-checkout .usk-checkout-billing-address select { |
| 27 |
width: 100%; |
| 28 |
padding: 12px; |
| 29 |
border: 1px solid #ddd; |
| 30 |
border-radius: 3px; |
| 31 |
color: #4f4f58; |
| 32 |
outline: none; } |
| 33 |
.usk-page-checkout .usk-checkout-billing-address .input-text:focus, |
| 34 |
.usk-page-checkout .usk-checkout-billing-address select:focus { |
| 35 |
outline: 1px solid rgba(176, 172, 172, 0.94); } |
| 36 |
.usk-page-checkout .usk-checkout-shipping-form .woocommerce-shipping-fields__field-wrapper { |
| 37 |
display: grid; |
| 38 |
grid-template-columns: repeat(6, 1fr); |
| 39 |
grid-gap: 20px; } |
| 40 |
.usk-page-checkout .usk-checkout-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row { |
| 41 |
grid-column: span 6 / auto; } |
| 42 |
.usk-page-checkout .usk-checkout-shipping-form #ship-to-different-address { |
| 43 |
font-size: 20px; |
| 44 |
text-transform: capitalize; |
| 45 |
color: #42454d; |
| 46 |
font-family: system-ui; |
| 47 |
margin: 0 0 20px; |
| 48 |
text-align: left; } |
| 49 |
.usk-page-checkout .usk-checkout-shipping-form .woocommerce-form__label-for-checkbox { |
| 50 |
display: flex; |
| 51 |
align-items: center; |
| 52 |
grid-gap: 8px; } |
| 53 |
.usk-page-checkout .usk-checkout-shipping-form .woocommerce-form__input-checkbox { |
| 54 |
margin: 0; |
| 55 |
width: 16px; |
| 56 |
height: 16px; } |
| 57 |
.usk-page-checkout .usk-checkout-shipping-form .form-row { |
| 58 |
margin: 0; |
| 59 |
display: flex; |
| 60 |
grid-gap: 6px; |
| 61 |
flex-direction: column; } |
| 62 |
.usk-page-checkout .usk-checkout-shipping-form .form-row label { |
| 63 |
font-size: 12px; |
| 64 |
color: #43434e; |
| 65 |
text-transform: capitalize; } |
| 66 |
.usk-page-checkout .usk-checkout-shipping-form .form-row .input-text, |
| 67 |
.usk-page-checkout .usk-checkout-shipping-form .form-row .country_to_state, |
| 68 |
.usk-page-checkout .usk-checkout-shipping-form .form-row .state_select { |
| 69 |
width: 100%; |
| 70 |
border: 1px solid #ddd; |
| 71 |
border-radius: 3px; |
| 72 |
outline: none; |
| 73 |
padding: 12px; } |
| 74 |
.usk-page-checkout .usk-checkout-shipping-form .form-row .input-text:focus, |
| 75 |
.usk-page-checkout .usk-checkout-shipping-form .form-row .country_to_state:focus, |
| 76 |
.usk-page-checkout .usk-checkout-shipping-form .form-row .state_select:focus { |
| 77 |
outline: 1px solid #c3c3ca; } |
| 78 |
.usk-page-checkout .usk-checkout-order-review .woocommerce-checkout-review-order-table { |
| 79 |
width: 100%; |
| 80 |
border-collapse: collapse; } |
| 81 |
.usk-page-checkout .usk-checkout-order-review .woocommerce-checkout-review-order-table thead { |
| 82 |
background-color: #f2f2f2; } |
| 83 |
.usk-page-checkout .usk-checkout-order-review .woocommerce-checkout-review-order-table th, |
| 84 |
.usk-page-checkout .usk-checkout-order-review .woocommerce-checkout-review-order-table td { |
| 85 |
border: 1px solid #e0e0e0; |
| 86 |
text-align: left; |
| 87 |
padding: 15px; } |
| 88 |
.usk-page-checkout .usk-checkout-order-review .woocommerce-checkout-review-order-table th { |
| 89 |
font-size: 16px; |
| 90 |
text-transform: capitalize; |
| 91 |
color: #28283b; } |
| 92 |
.usk-page-checkout .usk-checkout-order-review .woocommerce-checkout-review-order-table tr:nth-child(even) { |
| 93 |
background-color: #f2f2f2; } |
| 94 |
.usk-page-checkout .usk-checkout-order-review .woocommerce-checkout-review-order-table td { |
| 95 |
font-size: 14px; |
| 96 |
color: #5f6176; |
| 97 |
text-transform: capitalize; } |
| 98 |
.usk-page-checkout .usk-checkout-order-review .woocommerce-checkout-review-order-table tfoot th { |
| 99 |
color: #28283b; } |
| 100 |
.usk-page-checkout .usk-checkout-order-review .woocommerce-checkout-review-order-table .order-total td, |
| 101 |
.usk-page-checkout .usk-checkout-order-review .woocommerce-checkout-review-order-table .cart-subtotal td { |
| 102 |
color: #28283b; |
| 103 |
font-weight: 700; } |
| 104 |
.usk-page-checkout .usk-checkout-payment .wc_payment_methods { |
| 105 |
margin: 0; |
| 106 |
padding: 0; |
| 107 |
list-style: none; } |
| 108 |
.usk-page-checkout .usk-checkout-payment .wc_payment_method.payment_method_bacs { |
| 109 |
margin: 0 0 20px; } |
| 110 |
.usk-page-checkout .usk-checkout-payment label { |
| 111 |
font-size: 14px; |
| 112 |
text-transform: capitalize; |
| 113 |
color: #5e5d6b; } |
| 114 |
.usk-page-checkout .usk-checkout-payment .input-radio { |
| 115 |
margin: 0; } |
| 116 |
.usk-page-checkout .usk-checkout-payment .payment_box.payment_method_bacs { |
| 117 |
margin: 10px 0 0; } |
| 118 |
.usk-page-checkout .usk-checkout-payment .payment_box.payment_method_bacs, |
| 119 |
.usk-page-checkout .usk-checkout-payment .woocommerce-privacy-policy-text { |
| 120 |
font-size: 14px; |
| 121 |
color: #6b6e83; |
| 122 |
line-height: 1.5; } |
| 123 |
.usk-page-checkout .usk-checkout-payment .payment_box.payment_method_bacs p, |
| 124 |
.usk-page-checkout .usk-checkout-payment .woocommerce-privacy-policy-text p { |
| 125 |
margin: 0; } |
| 126 |
.usk-page-checkout .usk-checkout-payment .woocommerce-privacy-policy-text { |
| 127 |
margin: 0 0 30px; } |
| 128 |
.usk-page-checkout .usk-checkout-payment .payment_method_paypal { |
| 129 |
display: flex; |
| 130 |
align-items: center; |
| 131 |
grid-gap: 12px; |
| 132 |
margin: 17px 0; } |
| 133 |
.usk-page-checkout .usk-checkout-payment .payment_method_paypal img { |
| 134 |
width: 145px; |
| 135 |
margin: 0 10px; } |
| 136 |
.usk-page-checkout .usk-checkout-payment .place-order .button { |
| 137 |
padding: 14px; |
| 138 |
background-color: #0075ff; |
| 139 |
border: 0; |
| 140 |
color: #fff; |
| 141 |
text-transform: uppercase; |
| 142 |
font-size: 11px; |
| 143 |
font-weight: 700; |
| 144 |
cursor: pointer; |
| 145 |
border-radius: 3px; |
| 146 |
transition: all 0.3s ease; } |
| 147 |
.usk-page-checkout .usk-checkout-payment .place-order .button:hover { |
| 148 |
background-color: #0267dc; } |
| 149 |
.usk-page-checkout .usk-checkout-address-wrapper, |
| 150 |
.usk-page-checkout .usk-checkout-details-wrapper { |
| 151 |
display: flex; |
| 152 |
flex-direction: column; |
| 153 |
gap: 30px; } |
| 154 |
|
| 155 |
@media (min-width: 768px) { |
| 156 |
.usk-page-checkout { |
| 157 |
grid-template-columns: repeat(2, 1fr); } |
| 158 |
.usk-page-checkout .usk-checkout-billing-address .woocommerce-billing-fields__field-wrapper .form-row:first-child { |
| 159 |
grid-column: span 3 / auto; } |
| 160 |
.usk-page-checkout .usk-checkout-billing-address .woocommerce-billing-fields__field-wrapper .form-row:nth-child(2) { |
| 161 |
grid-column: span 3 / auto; } |
| 162 |
.usk-page-checkout .usk-checkout-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row:first-child { |
| 163 |
grid-column: span 3 / auto; } |
| 164 |
.usk-page-checkout .usk-checkout-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(2) { |
| 165 |
grid-column: span 3 / auto; } |
| 166 |
.usk-page-checkout .usk-checkout-shipping-form #ship-to-different-address { |
| 167 |
font-size: 20px; |
| 168 |
margin: 0 0 30px; } |
| 169 |
.usk-page-checkout .usk-checkout-order-review .woocommerce-checkout-review-order-table th, |
| 170 |
.usk-page-checkout .usk-checkout-order-review .woocommerce-checkout-review-order-table td { |
| 171 |
padding: 10px 20px; } } |
| 172 |
|