| 1 |
.usk-page-cart .woocommerce-cart-form .shop_table { |
| 2 |
border: 1px solid rgba(0, 0, 0, 0.1); |
| 3 |
border-collapse: collapse; |
| 4 |
margin: 0; |
| 5 |
text-align: center; |
| 6 |
width: 100%; |
| 7 |
border-radius: 5px; |
| 8 |
} |
| 9 |
.usk-page-cart .woocommerce-cart-form .shop_table th, |
| 10 |
.usk-page-cart .woocommerce-cart-form .shop_table td { |
| 11 |
padding: 10px 12px; |
| 12 |
line-height: 1.5em; |
| 13 |
background: transparent; |
| 14 |
} |
| 15 |
.usk-page-cart .woocommerce-cart-form .shop_table th { |
| 16 |
border: 1px solid rgba(222, 220, 220, 0.5803921569); |
| 17 |
font-size: 14px; |
| 18 |
color: #fff; |
| 19 |
text-transform: uppercase; |
| 20 |
font-weight: 700; |
| 21 |
background: #e62a3f; |
| 22 |
} |
| 23 |
.usk-page-cart .woocommerce-cart-form .shop_table td { |
| 24 |
border-top: none; |
| 25 |
border: 1px solid rgba(222, 220, 220, 0.5803921569); |
| 26 |
border-bottom: none; |
| 27 |
vertical-align: middle; |
| 28 |
font-size: 14px; |
| 29 |
text-transform: capitalize; |
| 30 |
font-weight: 400; |
| 31 |
color: #929292; |
| 32 |
} |
| 33 |
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-remove .remove { |
| 34 |
display: inline-block; |
| 35 |
font-size: 17px; |
| 36 |
height: 25px; |
| 37 |
width: 25px; |
| 38 |
line-height: 25px; |
| 39 |
text-align: center; |
| 40 |
border-radius: 100%; |
| 41 |
color: #e62a3f !important; |
| 42 |
text-decoration: none; |
| 43 |
font-weight: 700; |
| 44 |
border: 0; |
| 45 |
transition: all 0.3s ease; |
| 46 |
margin: auto; |
| 47 |
background: transparent; |
| 48 |
} |
| 49 |
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-remove .remove:hover { |
| 50 |
background: #e62a3f; |
| 51 |
color: #fff !important; |
| 52 |
} |
| 53 |
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-image a img { |
| 54 |
width: 80px; |
| 55 |
height: 80px; |
| 56 |
outline: none; |
| 57 |
} |
| 58 |
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-title { |
| 59 |
text-align: left; |
| 60 |
} |
| 61 |
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-title a { |
| 62 |
color: #e62a3f; |
| 63 |
font-weight: 500; |
| 64 |
transition: all 0.3s ease; |
| 65 |
} |
| 66 |
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-title a:hover { |
| 67 |
color: #f00; |
| 68 |
} |
| 69 |
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-quantity .qty { |
| 70 |
width: 90px; |
| 71 |
height: 42px; |
| 72 |
text-align: left; |
| 73 |
outline: none; |
| 74 |
color: #7b7373; |
| 75 |
border: 1px solid #d6d4d4; |
| 76 |
background: transparent; |
| 77 |
border-radius: 2px; |
| 78 |
} |
| 79 |
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-quantity .qty:focus { |
| 80 |
border: 1px solid #b3aaaa; |
| 81 |
} |
| 82 |
.usk-page-cart .woocommerce-cart-form .shop_table .actions { |
| 83 |
text-align: right !important; |
| 84 |
} |
| 85 |
.usk-page-cart .woocommerce-cart-form .shop_table .actions .coupon { |
| 86 |
float: none; |
| 87 |
margin: 0; |
| 88 |
padding-bottom: 0; |
| 89 |
display: flex; |
| 90 |
flex-wrap: wrap; |
| 91 |
align-items: center; |
| 92 |
gap: 6px; |
| 93 |
} |
| 94 |
.usk-page-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text { |
| 95 |
width: 135px; |
| 96 |
border: 1px solid #ded3d3; |
| 97 |
outline: none; |
| 98 |
font-size: 14px; |
| 99 |
text-align: center; |
| 100 |
font-weight: 500; |
| 101 |
border-radius: 2px; |
| 102 |
background: transparent; |
| 103 |
padding: 6px 6px 5px; |
| 104 |
float: initial; |
| 105 |
line-height: 1.5; |
| 106 |
} |
| 107 |
.usk-page-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text::placeholder { |
| 108 |
color: #c1aeae; |
| 109 |
} |
| 110 |
.usk-page-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text:focus { |
| 111 |
border: 1px solid #7b7373; |
| 112 |
} |
| 113 |
.usk-page-cart .woocommerce-cart-form .shop_table .actions .button { |
| 114 |
width: 100% !important; |
| 115 |
background: transparent; |
| 116 |
border: 1px solid #e62a3f; |
| 117 |
color: #e62a3f; |
| 118 |
font-size: 14px; |
| 119 |
font-weight: 600; |
| 120 |
transition: all 0.3s ease; |
| 121 |
border-radius: 2px; |
| 122 |
outline: none; |
| 123 |
opacity: 1; |
| 124 |
cursor: pointer; |
| 125 |
line-height: 1.5; |
| 126 |
padding: 6px 6px 5px; |
| 127 |
} |
| 128 |
.usk-page-cart .woocommerce-cart-form .shop_table .actions .button:hover { |
| 129 |
background-color: #e62a3f; |
| 130 |
color: #fff; |
| 131 |
} |
| 132 |
.usk-page-cart .woocommerce-cart-form .shop_table_responsive tr { |
| 133 |
margin: 0; |
| 134 |
} |
| 135 |
.usk-page-cart .woocommerce-cart-form .shop_table_responsive tr:nth-child(2n) td { |
| 136 |
background-color: #eaeff3; |
| 137 |
} |
| 138 |
.usk-page-cart .woocommerce-cart-form .shop_table_responsive tr:nth-child(2n+1) td { |
| 139 |
background-color: transparent; |
| 140 |
} |
| 141 |
.usk-page-cart .cart-collaterals { |
| 142 |
margin-top: 50px; |
| 143 |
} |
| 144 |
.usk-page-cart .cart-collaterals .cart_totals h2 { |
| 145 |
font-size: 22px; |
| 146 |
text-transform: capitalize; |
| 147 |
font-weight: 600; |
| 148 |
color: #e62a3f; |
| 149 |
margin: 0; |
| 150 |
margin-bottom: 30px; |
| 151 |
} |
| 152 |
.usk-page-cart .cart-collaterals .cart_totals .shop_table { |
| 153 |
border: 1px solid rgba(0, 0, 0, 0.1); |
| 154 |
border-collapse: collapse; |
| 155 |
margin: 0; |
| 156 |
margin-bottom: 20px; |
| 157 |
text-align: center; |
| 158 |
} |
| 159 |
.usk-page-cart .cart-collaterals .cart_totals .shop_table th, |
| 160 |
.usk-page-cart .cart-collaterals .cart_totals .shop_table td { |
| 161 |
border: 1px solid rgba(0, 0, 0, 0.1); |
| 162 |
width: 100%; |
| 163 |
padding: 10px 12px; |
| 164 |
line-height: 1.5em; |
| 165 |
background: transparent; |
| 166 |
} |
| 167 |
.usk-page-cart .cart-collaterals .cart_totals .shop_table th { |
| 168 |
font-size: 14px; |
| 169 |
color: #565656; |
| 170 |
text-transform: uppercase; |
| 171 |
font-weight: 700; |
| 172 |
} |
| 173 |
.usk-page-cart .cart-collaterals .cart_totals .shop_table td .woocommerce-Price-amount { |
| 174 |
font-size: 14px; |
| 175 |
color: rgba(72, 67, 67, 0.7490196078); |
| 176 |
} |
| 177 |
.usk-page-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout { |
| 178 |
padding: 0; |
| 179 |
} |
| 180 |
.usk-page-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button { |
| 181 |
background-color: #e62a3f; |
| 182 |
color: #ffffff; |
| 183 |
width: 100%; |
| 184 |
text-align: center; |
| 185 |
height: 50px; |
| 186 |
line-height: 50px; |
| 187 |
padding: 0; |
| 188 |
font-size: 12px; |
| 189 |
text-transform: uppercase; |
| 190 |
transition: all 0.3s ease; |
| 191 |
margin: 0; |
| 192 |
border: none; |
| 193 |
border-radius: 2px; |
| 194 |
text-decoration: none !important; |
| 195 |
} |
| 196 |
.usk-page-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover { |
| 197 |
background: #c50847; |
| 198 |
} |
| 199 |
|
| 200 |
@media (min-width: 1024px) { |
| 201 |
.usk-page-cart .woocommerce-cart-form .shop_table .actions .coupon { |
| 202 |
float: left; |
| 203 |
} |
| 204 |
.usk-page-cart .woocommerce-cart-form .shop_table .actions .button { |
| 205 |
width: 130px !important; |
| 206 |
font-size: 14px; |
| 207 |
} |
| 208 |
.usk-page-cart .woocommerce-cart-form .shop_table .actions .coupon { |
| 209 |
margin-bottom: 0; |
| 210 |
} |
| 211 |
.usk-page-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text { |
| 212 |
width: 140px; |
| 213 |
font-size: 14px; |
| 214 |
} |
| 215 |
.usk-page-cart .cart-collaterals .cart_totals .shop_table th, |
| 216 |
.usk-page-cart .cart-collaterals .cart_totals .shop_table td { |
| 217 |
width: 50%; |
| 218 |
} |
| 219 |
.usk-page-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button { |
| 220 |
height: 55px; |
| 221 |
line-height: 55px; |
| 222 |
font-size: 14px; |
| 223 |
} |
| 224 |
} |