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