PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 2.0.1
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v2.0.1
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-order.rtl.css

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

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