PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 1.6.2
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v1.6.2
3.1.4 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.0.7 3.0.5 3.0.4 3.0.3 3.0.2 trunk 1.5.0 1.5.1 1.5.2 1.6.1 1.6.2 1.6.3 1.6.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 All 93 releases
ultimate-store-kit / assets / css / usk-page-cart.css

usk-page-cart.css in Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder 1.6.2, at assets/css/usk-page-cart.css

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