PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 1.5.2
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v1.5.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-shiny-grid.rtl.css

usk-shiny-grid.rtl.css in Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder 1.5.2, at assets/css/usk-shiny-grid.rtl.css

393 lines 16.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 html {
2 line-height: 1.3 !important; }
3
4 .usk-shiny-grid {
5 --btn-width: 100%;
6 /*-----------------------------------------
7 usk Shiny widget grid and list scss
8 --------------------------------------------*/ }
9 .usk-shiny-grid .usk-grid {
10 display: grid; }
11 .usk-shiny-grid .usk-grid .usk-item {
12 position: relative;
13 box-shadow: 0 2px 5px 0px rgba(163, 163, 163, 0.2); }
14 .usk-shiny-grid .usk-grid .usk-item .usk-image {
15 position: relative;
16 overflow: hidden; }
17 .usk-shiny-grid .usk-grid .usk-item .usk-image .img {
18 width: 100%;
19 height: 100%;
20 object-fit: cover; }
21 .usk-shiny-grid .usk-grid .usk-item .usk-image .image-default {
22 opacity: 1;
23 transform: scale(1.1);
24 transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), opacity 0.5s; }
25 .usk-shiny-grid .usk-grid .usk-item .usk-image .image-hover {
26 position: absolute;
27 top: 0;
28 bottom: 0;
29 right: 0;
30 left: 0;
31 opacity: 0;
32 transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), opacity 0.5s; }
33 .usk-shiny-grid .usk-grid .usk-item .usk-button.added {
34 display: none;
35 transition: all 3s ease-in-out; }
36 .usk-shiny-grid .usk-grid .usk-item .usk-button.loading::after {
37 content: '';
38 width: 20px;
39 height: 20px;
40 border: 2px dotted #fff;
41 border-radius: 50%;
42 margin-right: -15px;
43 display: inline-block;
44 position: relative;
45 position: absolute;
46 top: 31%;
47 text-align: center;
48 animation: rotation 2s linear infinite; }
49 .usk-shiny-grid .usk-grid .usk-item .usk-button.loading i {
50 transition: all .3s ease-in-out;
51 transform: translate(-70px);
52 opacity: .02; }
53 .usk-shiny-grid .usk-grid .usk-item .added_to_cart {
54 transition: all 3s ease; }
55 .usk-shiny-grid .usk-grid .usk-item .added_to_cart::after {
56 content: '\2713';
57 margin-right: 5px;
58 font-size: 20px; }
59 .usk-shiny-grid .usk-grid .usk-item .added_to_cart i {
60 display: none; }
61 .usk-shiny-grid .usk-grid .usk-item .usk-button,
62 .usk-shiny-grid .usk-grid .usk-item .added_to_cart {
63 position: absolute;
64 font-weight: 600;
65 text-align: center;
66 right: 0;
67 bottom: 0;
68 width: var(--btn-width);
69 margin: 0 calc(calc(100% - var(--btn-width)) / 2);
70 background: #2b2d42;
71 text-decoration: none;
72 color: #fff;
73 text-transform: capitalize;
74 transform: translateY(50px);
75 opacity: 0;
76 visibility: hidden;
77 transition: all 0.3s ease; }
78 .usk-shiny-grid .usk-grid .usk-item .usk-button a,
79 .usk-shiny-grid .usk-grid .usk-item .added_to_cart a {
80 color: #fff; }
81 .usk-shiny-grid .usk-grid .usk-item .usk-button .button-icon:before,
82 .usk-shiny-grid .usk-grid .usk-item .added_to_cart .button-icon:before {
83 margin: -5px;
84 transition: all 0.3s ease;
85 opacity: 0;
86 visibility: hidden; }
87 .usk-shiny-grid .usk-grid .usk-item .usk-button:hover .button-icon:before,
88 .usk-shiny-grid .usk-grid .usk-item .added_to_cart:hover .button-icon:before {
89 margin-right: 10px;
90 opacity: 1;
91 visibility: visible; }
92 .usk-shiny-grid .usk-grid .usk-item .usk-shoping {
93 position: absolute;
94 right: auto;
95 opacity: 0;
96 transition: all 0.3s ease; }
97 .usk-shiny-grid .usk-grid .usk-item .usk-shoping a {
98 position: relative;
99 display: block;
100 text-decoration: none;
101 margin-bottom: 6px;
102 text-align: center; }
103 .usk-shiny-grid .usk-grid .usk-item .usk-shoping .usk-shoping-icon-wishlist {
104 background: #2b2d42;
105 color: #fff;
106 transition: all 0.3s ease; }
107 .usk-shiny-grid .usk-grid .usk-item .usk-shoping .usk-shoping-icon-wishlist:hover {
108 background: #000; }
109 .usk-shiny-grid .usk-grid .usk-item .usk-shoping .usk-compare {
110 background: #2b2d42;
111 color: #fff;
112 transition: all 0.3s ease; }
113 .usk-shiny-grid .usk-grid .usk-item .usk-shoping .usk-compare:hover {
114 background: #000; }
115 .usk-shiny-grid .usk-grid .usk-item .usk-shoping .usk-shoping-icon-quickview {
116 background: #2b2d42;
117 color: #fff;
118 transition: all 0.3s ease; }
119 .usk-shiny-grid .usk-grid .usk-item .usk-shoping .usk-shoping-icon-quickview:hover {
120 background: #000; }
121 .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper {
122 display: block;
123 position: absolute;
124 text-align: right; }
125 .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content {
126 display: block; }
127 .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content div .usk-badge {
128 text-decoration: none;
129 font-size: 8px;
130 text-transform: uppercase;
131 text-align: center;
132 font-weight: 700; }
133 .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-sale-badge .usk-badge {
134 background: #2b2d42;
135 color: #fff; }
136 .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-sale-badge,
137 .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-percantage-badge,
138 .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-stock-status-badge,
139 .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-trending-badge,
140 .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-new-badge {
141 margin-bottom: 6px;
142 display: flex; }
143 .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-percantage-badge .usk-badge {
144 background: #8d99ae;
145 color: #fff; }
146 .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-stock-status-badge .usk-badge {
147 background: #b3c8d0;
148 color: #fff; }
149 .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-trending-badge .usk-badge {
150 background: #ef233c;
151 color: #fff; }
152 .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-new-badge .usk-badge {
153 background: #dc0428;
154 color: #fff; }
155 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-category {
156 display: inline-block; }
157 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-category a {
158 text-decoration: none;
159 color: #8d99ae;
160 text-transform: uppercase;
161 font-weight: 600;
162 border: 1px solid #8d99ae;
163 padding: 4px 10px;
164 transition: all 0.3s ease; }
165 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-category a:hover {
166 border: 1px solid #2b2d42;
167 background: #2b2d42;
168 color: #ebebeb; }
169 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-title {
170 text-decoration: none;
171 display: inherit;
172 z-index: 1;
173 position: relative; }
174 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-title .title {
175 color: #2b2d42;
176 text-transform: capitalize;
177 font-weight: 700;
178 font-size: 16px;
179 cursor: pointer;
180 transition: all 0.3s ease;
181 z-index: 1;
182 margin: 0; }
183 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-title .title:hover {
184 color: #d90429; }
185 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-price {
186 display: block;
187 font-size: 12px;
188 font-weight: 700;
189 color: #8d99ae; }
190 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-price ins,
191 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-price > .woocommerce-Price-amount.amount {
192 text-decoration: none;
193 background: transparent; }
194 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-price del {
195 font-weight: 500;
196 padding-left: 6px; }
197 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-rating {
198 display: flex;
199 align-items: center;
200 width: 100%; }
201 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-rating .woocommerce-product-rating {
202 display: flex;
203 align-items: center;
204 padding: 0; }
205 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-rating .woocommerce-product-rating .star-rating {
206 font-size: 12px; }
207 .usk-shiny-grid .usk-grid .usk-item:hover .usk-image .image-default {
208 opacity: 0;
209 transform: scale(1); }
210 .usk-shiny-grid .usk-grid .usk-item:hover .usk-image .image-hover {
211 opacity: 1;
212 transform: scale(1.1); }
213 .usk-shiny-grid .usk-grid .usk-item:hover .usk-button,
214 .usk-shiny-grid .usk-grid .usk-item:hover .added_to_cart {
215 transform: translateY(0px);
216 opacity: 1;
217 visibility: visible; }
218 .usk-shiny-grid .usk-grid .usk-item:hover .usk-shoping {
219 opacity: 1; }
220 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-button,
221 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .added_to_cart {
222 height: 50px;
223 line-height: 50px;
224 font-size: 14px; }
225 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-shoping {
226 top: 20px;
227 left: 20px; }
228 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-shoping a .icon {
229 width: 35px;
230 height: 30px;
231 font-size: 12px;
232 line-height: 30px; }
233 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-desc {
234 display: none; }
235 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-badge-label-wrapper {
236 top: 20px;
237 right: 20px; }
238 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-badge-label-wrapper .usk-badge-label-content div .usk-badge {
239 padding: 4px 6px; }
240 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-content {
241 padding: 20px; }
242 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-content .usk-category {
243 margin-bottom: 15px; }
244 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-content .usk-category a {
245 font-size: 10px; }
246 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-content .usk-title {
247 margin-bottom: 10px; }
248 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-content .usk-price {
249 font-size: 14px; }
250 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-have-rating .usk-content .usk-price {
251 opacity: 1;
252 transform: translateY(0);
253 transition: transform 0.3s cubic-bezier(0.17, 0.73, 0.66, 0.99) 0s, z-index 0.3s step-end, opacity 0.3s ease; }
254 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-have-rating .usk-content .usk-rating {
255 position: absolute;
256 right: 0;
257 bottom: 0;
258 padding: 0 20px;
259 opacity: 0;
260 transform: translateY(0);
261 transition: transform 0.3s cubic-bezier(0.17, 0.73, 0.66, 0.99) 0s, z-index 0.3s step-end, opacity 0.3s ease; }
262 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-have-rating:hover .usk-content .usk-rating {
263 transform: translateY(-25px);
264 opacity: 1; }
265 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-have-rating:hover .usk-content .usk-price {
266 transform: translateY(-25px);
267 opacity: 0; }
268 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-item-box {
269 display: flex;
270 align-items: center;
271 justify-content: center;
272 height: 100%;
273 width: 100%; }
274 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-image {
275 height: 100%;
276 width: 100%; }
277 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-button,
278 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .added_to_cart {
279 height: 30px;
280 line-height: 30px;
281 font-size: 12px; }
282 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-shoping {
283 top: 10px;
284 left: 10px; }
285 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-shoping a .icon {
286 width: 25px;
287 height: 20px;
288 font-size: 10px;
289 line-height: 20px; }
290 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-badge-label-wrapper {
291 top: 10px;
292 right: 10px; }
293 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-badge-label-wrapper .usk-badge-label-content div .usk-badge {
294 padding: 4px; }
295 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content {
296 width: 100%;
297 height: 100%;
298 position: relative;
299 display: flex;
300 align-items: center;
301 padding: 10px; }
302 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-category {
303 margin-bottom: 15px; }
304 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-category a {
305 font-size: 12px; }
306 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-desc {
307 display: none;
308 line-height: 1.5;
309 font-size: 13px;
310 color: #6f6f6f;
311 font-weight: 500;
312 margin-bottom: 10px; }
313 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-price {
314 font-size: 12px;
315 opacity: 1;
316 visibility: visible;
317 transition: all 0.3s ease;
318 margin-bottom: 8px; }
319
320 @media (min-width: 768px) {
321 .usk-shiny-grid .usk-grid .usk-item .usk-shoping .usk-shoping-icon .icon:before {
322 font-size: 18px;
323 padding: 5px; }
324 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-title .title {
325 font-size: 18px; }
326 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item {
327 display: flex;
328 height: 100%; }
329 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-button,
330 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .added_to_cart {
331 height: 40px;
332 line-height: 40px;
333 font-size: 13px; }
334 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-shoping {
335 top: 15px;
336 left: 15px; }
337 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-badge-label-wrapper {
338 top: 15px;
339 right: 15px; }
340 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-badge-label-wrapper .usk-badge-label-content div .usk-badge {
341 padding: 6px; }
342 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content {
343 padding: 15px; }
344 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-category {
345 margin-bottom: 15px; }
346 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-title {
347 margin-bottom: 6px; } }
348
349 @media (min-width: 1024px) {
350 .usk-shiny-grid .usk-grid .usk-item .usk-shoping a .icon {
351 width: 35px;
352 height: 35px;
353 font-size: 14px;
354 line-height: 35px; }
355 .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content div .usk-badge {
356 font-size: 10px; }
357 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-category {
358 font-size: 14px; }
359 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-price {
360 font-size: 14px; }
361 .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-rating .woocommerce-product-rating .star-rating {
362 font-size: 14px; }
363 .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-content .usk-category {
364 margin-bottom: 18px; }
365 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-button,
366 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .added_to_cart {
367 height: 44px;
368 line-height: 44px;
369 font-size: 13px; }
370 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-shoping {
371 top: 20px;
372 left: 20px; }
373 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-shoping a .icon {
374 width: 30px;
375 height: 25px;
376 font-size: 12px;
377 line-height: 25px; }
378 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-badge-label-wrapper {
379 top: 20px;
380 right: 20px; }
381 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content {
382 padding: 20px; }
383 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-category {
384 margin-bottom: 18px; }
385 .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-desc {
386 display: inherit !important; } }
387
388 @keyframes rotation {
389 0% {
390 transform: rotate(0deg); }
391 100% {
392 transform: rotate(-360deg); } }
393