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-shiny-grid.css

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

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