| 1 |
.ultimate-store-kit .woocommerce-result-count { |
| 2 |
font-weight: 500; |
| 3 |
margin-bottom: 10px; |
| 4 |
font-size: 18px; } |
| 5 |
|
| 6 |
.ultimate-store-kit .usk-shiny-grid-header-tabs .tab-option span { |
| 7 |
width: auto; } |
| 8 |
|
| 9 |
.theme-storefront .edd_download_purchase_form { |
| 10 |
margin: 0; } |
| 11 |
|
| 12 |
.theme-astra .edd_download_purchase_form .edd_purchase_submit_wrapper { |
| 13 |
margin: 0; } |
| 14 |
|
| 15 |
/* ------------------------------------------------------------------- |
| 16 |
Microtip |
| 17 |
|
| 18 |
Modern, lightweight css-only tooltips |
| 19 |
Just 1kb minified and gzipped |
| 20 |
|
| 21 |
@author Ghosh |
| 22 |
@package Microtip |
| 23 |
|
| 24 |
---------------------------------------------------------------------- |
| 25 |
1. Base Styles |
| 26 |
2. Direction Modifiers |
| 27 |
3. Position Modifiers |
| 28 |
--------------------------------------------------------------------*/ |
| 29 |
/* ------------------------------------------------ |
| 30 |
[1] Base Styles |
| 31 |
-------------------------------------------------*/ |
| 32 |
[class*="elementor-widget-usk-"] { |
| 33 |
/* ------------------------------------------------ |
| 34 |
[2] Position Modifiers |
| 35 |
-------------------------------------------------*/ |
| 36 |
/* ------------------------------------------------ |
| 37 |
[2.1] Top Left |
| 38 |
-------------------------------------------------*/ |
| 39 |
/* ------------------------------------------------ |
| 40 |
[2.2] Top Right |
| 41 |
-------------------------------------------------*/ |
| 42 |
/* ------------------------------------------------ |
| 43 |
[2.3] Bottom |
| 44 |
-------------------------------------------------*/ |
| 45 |
/* ------------------------------------------------ |
| 46 |
[2.4] Bottom Left |
| 47 |
-------------------------------------------------*/ |
| 48 |
/* ------------------------------------------------ |
| 49 |
[2.5] Bottom Right |
| 50 |
-------------------------------------------------*/ |
| 51 |
/* ------------------------------------------------ |
| 52 |
[2.6] Left |
| 53 |
-------------------------------------------------*/ |
| 54 |
/* ------------------------------------------------ |
| 55 |
[2.7] Right |
| 56 |
-------------------------------------------------*/ |
| 57 |
/* ------------------------------------------------ |
| 58 |
[3] Size |
| 59 |
-------------------------------------------------*/ } |
| 60 |
[class*="elementor-widget-usk-"] [aria-label][role~="tooltip"] { |
| 61 |
position: relative; } |
| 62 |
[class*="elementor-widget-usk-"] [aria-label][role~="tooltip"]::before, |
| 63 |
[class*="elementor-widget-usk-"] [aria-label][role~="tooltip"]::after { |
| 64 |
transform: translate3d(0, 0, 0); |
| 65 |
-webkit-backface-visibility: hidden; |
| 66 |
backface-visibility: hidden; |
| 67 |
will-change: transform; |
| 68 |
opacity: 0; |
| 69 |
pointer-events: none; |
| 70 |
transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s); |
| 71 |
position: absolute; |
| 72 |
box-sizing: border-box; |
| 73 |
z-index: 10; |
| 74 |
transform-origin: top; |
| 75 |
line-height: 1; } |
| 76 |
[class*="elementor-widget-usk-"] [aria-label][role~="tooltip"]::before { |
| 77 |
background-size: 100% auto !important; |
| 78 |
content: ""; } |
| 79 |
[class*="elementor-widget-usk-"] [aria-label][role~="tooltip"]::after { |
| 80 |
background: #282828; |
| 81 |
border-radius: 4px; |
| 82 |
color: #ffffff; |
| 83 |
content: attr(aria-label); |
| 84 |
font-size: var(--microtip-font-size, 13px); |
| 85 |
font-weight: var(--microtip-font-weight, normal); |
| 86 |
text-transform: capitalize; |
| 87 |
padding: 10px 15px; |
| 88 |
white-space: nowrap; |
| 89 |
box-sizing: content-box; } |
| 90 |
[class*="elementor-widget-usk-"] [aria-label][role~="tooltip"]:hover::before, |
| 91 |
[class*="elementor-widget-usk-"] [aria-label][role~="tooltip"]:hover::after, |
| 92 |
[class*="elementor-widget-usk-"] [aria-label][role~="tooltip"]:focus::before, |
| 93 |
[class*="elementor-widget-usk-"] [aria-label][role~="tooltip"]:focus::after { |
| 94 |
opacity: 1; |
| 95 |
pointer-events: auto; } |
| 96 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position|="top"]::before { |
| 97 |
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat; |
| 98 |
height: 6px; |
| 99 |
width: 18px; |
| 100 |
margin-bottom: 6px; } |
| 101 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position|="top"]::after { |
| 102 |
margin-bottom: 11px; } |
| 103 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position|="top"]::before { |
| 104 |
transform: translate3d(-50%, 0, 0); |
| 105 |
bottom: 100%; |
| 106 |
left: 50%; } |
| 107 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position|="top"]:hover::before { |
| 108 |
transform: translate3d(-50%, -5px, 0); } |
| 109 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position|="top"]::after { |
| 110 |
transform: translate3d(-50%, 0, 0); |
| 111 |
bottom: 100%; |
| 112 |
left: 50%; } |
| 113 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="top"]:hover::after { |
| 114 |
transform: translate3d(-50%, -5px, 0); } |
| 115 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="top-left"]::after { |
| 116 |
transform: translate3d(calc(-100% + 16px), 0, 0); |
| 117 |
bottom: 100%; } |
| 118 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="top-left"]:hover::after { |
| 119 |
transform: translate3d(calc(-100% + 16px), -5px, 0); } |
| 120 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="top-right"]::after { |
| 121 |
transform: translate3d(calc(+0% - 16px), 0, 0); |
| 122 |
bottom: 100%; } |
| 123 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="top-right"]:hover::after { |
| 124 |
transform: translate3d(calc(+0% - 16px), -5px, 0); } |
| 125 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position|="bottom"]::before { |
| 126 |
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat; |
| 127 |
height: 6px; |
| 128 |
width: 18px; |
| 129 |
margin-top: 5px; |
| 130 |
margin-bottom: 0; } |
| 131 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position|="bottom"]::after { |
| 132 |
margin-top: 11px; } |
| 133 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position|="bottom"]::before { |
| 134 |
transform: translate3d(-50%, -10px, 0); |
| 135 |
bottom: auto; |
| 136 |
left: 50%; |
| 137 |
top: 100%; } |
| 138 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position|="bottom"]:hover::before { |
| 139 |
transform: translate3d(-50%, 0, 0); } |
| 140 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position|="bottom"]::after { |
| 141 |
transform: translate3d(-50%, -10px, 0); |
| 142 |
top: 100%; |
| 143 |
left: 50%; } |
| 144 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="bottom"]:hover::after { |
| 145 |
transform: translate3d(-50%, 0, 0); } |
| 146 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="bottom-left"]::after { |
| 147 |
transform: translate3d(calc(-100% + 16px), -10px, 0); |
| 148 |
top: 100%; } |
| 149 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="bottom-left"]:hover::after { |
| 150 |
transform: translate3d(calc(-100% + 16px), 0, 0); } |
| 151 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="bottom-right"]::after { |
| 152 |
transform: translate3d(calc(+0% - 16px), -10px, 0); |
| 153 |
top: 100%; } |
| 154 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="bottom-right"]:hover::after { |
| 155 |
transform: translate3d(calc(+0% - 16px), 0, 0); } |
| 156 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="left"]::before, |
| 157 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="left"]::after { |
| 158 |
bottom: auto; |
| 159 |
left: auto; |
| 160 |
right: 100%; |
| 161 |
top: 50%; |
| 162 |
transform: translate3d(2px, -50%, 0); |
| 163 |
line-height: 1.4; } |
| 164 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="left"]::before { |
| 165 |
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat; |
| 166 |
height: 18px; |
| 167 |
width: 6px; |
| 168 |
margin-right: 5px; |
| 169 |
margin-bottom: 0; } |
| 170 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="left"]::after { |
| 171 |
margin-right: 10px; } |
| 172 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="left"]:hover::before, |
| 173 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="left"]:hover::after { |
| 174 |
transform: translate3d(0, -50%, 0); } |
| 175 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="right"]::before, |
| 176 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="right"]::after { |
| 177 |
bottom: auto; |
| 178 |
left: 100%; |
| 179 |
top: 50%; |
| 180 |
transform: translate3d(-2px, -50%, 0); } |
| 181 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="right"]::before { |
| 182 |
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat; |
| 183 |
height: 18px; |
| 184 |
width: 6px; |
| 185 |
margin-bottom: 0; |
| 186 |
margin-left: 5px; } |
| 187 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="right"]::after { |
| 188 |
margin-left: 11px; } |
| 189 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="right"]:hover::before, |
| 190 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-position="right"]:hover::after { |
| 191 |
transform: translate3d(0, -50%, 0); } |
| 192 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-size="small"]::after { |
| 193 |
white-space: initial; |
| 194 |
width: 80px; } |
| 195 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-size="medium"]::after { |
| 196 |
white-space: initial; |
| 197 |
width: 150px; } |
| 198 |
[class*="elementor-widget-usk-"] [role~="tooltip"][data-microtip-size="large"]::after { |
| 199 |
white-space: initial; |
| 200 |
width: 260px; } |
| 201 |
|
| 202 |
.usk-rating { |
| 203 |
display: inline-block; } |
| 204 |
.usk-rating .star-rating { |
| 205 |
display: block; |
| 206 |
margin: 6px 0px 0 0; |
| 207 |
float: left; |
| 208 |
overflow: hidden; |
| 209 |
position: relative; |
| 210 |
height: 14px; |
| 211 |
line-height: 1; |
| 212 |
font-size: 14px; |
| 213 |
width: 95px; |
| 214 |
font-family: star; |
| 215 |
letter-spacing: 5px; } |
| 216 |
.usk-rating .star-rating:before { |
| 217 |
content: "\73\73\73\73\73"; |
| 218 |
color: #d3ced2; |
| 219 |
float: left; |
| 220 |
top: 0; |
| 221 |
left: 0; |
| 222 |
position: absolute; } |
| 223 |
.usk-rating .star-rating span { |
| 224 |
overflow: hidden; |
| 225 |
float: left; |
| 226 |
top: 0; |
| 227 |
left: 0; |
| 228 |
position: absolute; |
| 229 |
padding-top: 1.5em; |
| 230 |
color: #ffcc00; } |
| 231 |
.usk-rating .star-rating span:before { |
| 232 |
content: "\53\53\53\53\53"; |
| 233 |
top: 0; |
| 234 |
position: absolute; |
| 235 |
left: 0; } |
| 236 |
.usk-rating:empty { |
| 237 |
display: none; } |
| 238 |
.usk-rating .woocommerce-product-rating { |
| 239 |
display: inline-block; |
| 240 |
padding-bottom: 12px; } |
| 241 |
.usk-rating .woocommerce-product-rating:after, .usk-rating .woocommerce-product-rating:before { |
| 242 |
content: " "; |
| 243 |
display: table; } |
| 244 |
.usk-rating .woocommerce-review-link { |
| 245 |
color: #fff; |
| 246 |
display: none; } |
| 247 |
|
| 248 |
div.pp_pic_holder { |
| 249 |
z-index: 99999998 !important; } |
| 250 |
|
| 251 |
.theme-twentytwentyone .onsale { |
| 252 |
position: unset; } |
| 253 |
|
| 254 |
.product-quick-view .usk-modal-page .usk-modal-product .product { |
| 255 |
display: block; |
| 256 |
align-items: flex-start; } |
| 257 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-image-wrapper { |
| 258 |
position: relative; } |
| 259 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-image-wrapper .usk-onsale { |
| 260 |
position: absolute; |
| 261 |
top: 0; } |
| 262 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-image-wrapper .usk-onsale .onsale { |
| 263 |
background: #e62a3f; |
| 264 |
color: #fff; |
| 265 |
font-weight: 700; |
| 266 |
padding: 4px 8px; |
| 267 |
display: inline-block; |
| 268 |
font-size: 14px; } |
| 269 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-image-wrapper .thumbnails .size-shop_thumbnail { |
| 270 |
border: 1px solid #dcd7d7; |
| 271 |
margin-right: 5px; } |
| 272 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box { |
| 273 |
width: 100%; |
| 274 |
padding-left: 30px; } |
| 275 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-product-title { |
| 276 |
text-decoration: none; |
| 277 |
display: block; |
| 278 |
margin-bottom: 15px; } |
| 279 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-product-title .product_title { |
| 280 |
color: #454545; |
| 281 |
font-size: 25px; |
| 282 |
text-transform: capitalize; |
| 283 |
font-weight: 800; |
| 284 |
margin: 0; |
| 285 |
transition: all .3s ease; } |
| 286 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-product-title .product_title:hover { |
| 287 |
color: #e62a3f; } |
| 288 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-product-price { |
| 289 |
margin-bottom: 15px; } |
| 290 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-product-price .price { |
| 291 |
font-size: 14px; |
| 292 |
color: #828181d1; |
| 293 |
font-weight: 700; |
| 294 |
margin: 0; } |
| 295 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-product-price .price ins { |
| 296 |
padding-left: 10px; |
| 297 |
background: transparent; } |
| 298 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-product-price .price del { |
| 299 |
font-weight: 500; } |
| 300 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-product-desc { |
| 301 |
margin-bottom: 20px; } |
| 302 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-product-desc p { |
| 303 |
font-size: 14px; |
| 304 |
color: #999595; |
| 305 |
line-height: 1.6; |
| 306 |
margin: 0; } |
| 307 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-quick-action-wrap { |
| 308 |
margin-bottom: 15px; } |
| 309 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-quick-action-wrap .cart .quantity { |
| 310 |
margin-bottom: 20px; } |
| 311 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-quick-action-wrap .cart .quantity input { |
| 312 |
height: 40px; |
| 313 |
width: 140px; |
| 314 |
padding: 10px; |
| 315 |
border: 1px solid #cccbcb; |
| 316 |
color: #9b9494; |
| 317 |
outline: none; |
| 318 |
background: transparent; } |
| 319 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-quick-action-wrap .cart .quantity input:focus { |
| 320 |
border: 1px solid #8a8484; } |
| 321 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-quick-action-wrap .cart button { |
| 322 |
font-size: 14px; |
| 323 |
padding: 14px 30px; |
| 324 |
margin-left: auto; |
| 325 |
color: #fff; |
| 326 |
font-weight: 700; |
| 327 |
text-transform: capitalize; |
| 328 |
transition: all .3s ease; |
| 329 |
background: #e52a3f; |
| 330 |
border: 1px solid #e52a3f; } |
| 331 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-quick-action-wrap .cart button:hover { |
| 332 |
border: 1px solid #e52a3f; |
| 333 |
background: transparent; |
| 334 |
color: #e52a3f; } |
| 335 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-product-meta { |
| 336 |
margin-bottom: 15px; } |
| 337 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-product-meta .posted_in { |
| 338 |
font-size: 14px; |
| 339 |
text-transform: capitalize; |
| 340 |
font-weight: 700; |
| 341 |
color: #454545; } |
| 342 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-product-meta .posted_in a { |
| 343 |
padding-left: 10px; |
| 344 |
font-weight: 400; |
| 345 |
color: #979393; |
| 346 |
transition: all .3s ease; } |
| 347 |
.product-quick-view .usk-modal-page .usk-modal-product .product .usk-modal-content-box .usk-product-meta .posted_in a:hover { |
| 348 |
color: #e62a3f; } |
| 349 |
|
| 350 |
.product-quick-view ::-webkit-scrollbar { |
| 351 |
width: 7px; } |
| 352 |
|
| 353 |
.product-quick-view ::-webkit-scrollbar-track { |
| 354 |
background: #e4e9eb; } |
| 355 |
|
| 356 |
.product-quick-view ::-webkit-scrollbar-thumb { |
| 357 |
background: #c9c9c9; } |
| 358 |
|
| 359 |
@media (min-width: 768px) { |
| 360 |
.product-quick-view .usk-modal-page .usk-modal-product .product { |
| 361 |
display: flex; } } |
| 362 |
|
| 363 |
@media (min-width: 1024px) { |
| 364 |
.product-quick-view .usk-modal-page .usk-modal-product .product { |
| 365 |
display: flex; } } |
| 366 |
|
| 367 |
@keyframes bouncing-loader { |
| 368 |
to { |
| 369 |
opacity: 0.1; |
| 370 |
transform: translate3d(0, -1rem, 0); } } |
| 371 |
|
| 372 |
.usk-bouncing-loader { |
| 373 |
display: flex; |
| 374 |
justify-content: center; |
| 375 |
position: absolute; |
| 376 |
left: 50%; |
| 377 |
transform: translate(-50%, -50%); |
| 378 |
top: 50%; } |
| 379 |
|
| 380 |
.usk-bouncing-loader > div { |
| 381 |
width: 1rem; |
| 382 |
height: 1rem; |
| 383 |
margin: 3rem 0.2rem; |
| 384 |
background: #8385aa; |
| 385 |
border-radius: 50%; |
| 386 |
animation: bouncing-loader 0.6s infinite alternate; } |
| 387 |
|
| 388 |
.usk-bouncing-loader > div:nth-child(2) { |
| 389 |
animation-delay: 0.2s; } |
| 390 |
|
| 391 |
.usk-bouncing-loader > div:nth-child(3) { |
| 392 |
animation-delay: 0.4s; } |
| 393 |
|
| 394 |
.usk-slider .swiper-pagination, |
| 395 |
.usk-dots-container .swiper-pagination, |
| 396 |
.usk-arrows-dots-container .swiper-pagination { |
| 397 |
position: relative; |
| 398 |
display: flex; |
| 399 |
justify-content: center; } |
| 400 |
.usk-slider .swiper-pagination .swiper-pagination-bullet, |
| 401 |
.usk-dots-container .swiper-pagination .swiper-pagination-bullet, |
| 402 |
.usk-arrows-dots-container .swiper-pagination .swiper-pagination-bullet { |
| 403 |
width: 10px; |
| 404 |
height: 10px; |
| 405 |
outline: none; } |
| 406 |
.usk-slider .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet, |
| 407 |
.usk-dots-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet, |
| 408 |
.usk-arrows-dots-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet { |
| 409 |
margin-left: 5px; |
| 410 |
outline: none; } |
| 411 |
.usk-slider .swiper-pagination.swiper-pagination-fraction, |
| 412 |
.usk-dots-container .swiper-pagination.swiper-pagination-fraction, |
| 413 |
.usk-arrows-dots-container .swiper-pagination.swiper-pagination-fraction { |
| 414 |
bottom: auto; |
| 415 |
z-index: 1; } |
| 416 |
|
| 417 |
.usk-arrows-dots-container .swiper-pagination-bullets-dynamic, |
| 418 |
.usk-slider .swiper-pagination-bullets-dynamic, |
| 419 |
.usk-dots-container .swiper-pagination-bullets-dynamic { |
| 420 |
overflow: hidden; |
| 421 |
font-size: 0; |
| 422 |
width: 100% !important; |
| 423 |
left: 0 !important; |
| 424 |
transform: translateX(0) !important; } |
| 425 |
|
| 426 |
.usk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, |
| 427 |
.usk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, |
| 428 |
.usk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { |
| 429 |
transform: scale(0.33); |
| 430 |
position: relative; } |
| 431 |
|
| 432 |
.usk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, |
| 433 |
.usk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, |
| 434 |
.usk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { |
| 435 |
transform: scale(1); } |
| 436 |
|
| 437 |
.usk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main, |
| 438 |
.usk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main, |
| 439 |
.usk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { |
| 440 |
transform: scale(1); } |
| 441 |
|
| 442 |
.usk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev, |
| 443 |
.usk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev, |
| 444 |
.usk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { |
| 445 |
transform: scale(0.66); } |
| 446 |
|
| 447 |
.usk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev, |
| 448 |
.usk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev, |
| 449 |
.usk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { |
| 450 |
transform: scale(0.33); } |
| 451 |
|
| 452 |
.usk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, |
| 453 |
.usk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, |
| 454 |
.usk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { |
| 455 |
transform: scale(0.66); } |
| 456 |
|
| 457 |
.usk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next, |
| 458 |
.usk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next, |
| 459 |
.usk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { |
| 460 |
transform: scale(0.33); } |
| 461 |
|
| 462 |
[class*='usk-arrows-align-top'] .usk-arrows-container { |
| 463 |
transform: translateY(-40px); } |
| 464 |
|
| 465 |
[class*='usk-arrows-align-bottom'] .usk-arrows-container { |
| 466 |
transform: translateY(40px); } |
| 467 |
|
| 468 |
[class*='usk-dots-align-top'] .usk-dots-container { |
| 469 |
transform: translateY(-30px); } |
| 470 |
|
| 471 |
[class*='usk-dots-align-bottom'] .usk-dots-container { |
| 472 |
transform: translateY(30px); } |
| 473 |
|
| 474 |
[class*='usk-arrows-dots-align-top'] .usk-arrows-dots-container { |
| 475 |
transform: translateY(-40px); } |
| 476 |
|
| 477 |
[class*='usk-arrows-dots-align-bottom'] .usk-arrows-dots-container { |
| 478 |
transform: translateY(40px); } |
| 479 |
|
| 480 |
.usk-arrows-align-center .usk-position-center, |
| 481 |
.usk-arrows-dots-align-center .usk-position-center { |
| 482 |
width: 100%; } |
| 483 |
|
| 484 |
.usk-arrows-align-center .usk-navigation-prev, |
| 485 |
.usk-arrows-dots-align-center .usk-navigation-prev { |
| 486 |
left: 0; |
| 487 |
position: absolute; |
| 488 |
transform: translateY(-50%); } |
| 489 |
|
| 490 |
.usk-arrows-align-center .usk-navigation-next, |
| 491 |
.usk-arrows-dots-align-center .usk-navigation-next { |
| 492 |
right: 0; |
| 493 |
position: absolute; |
| 494 |
transform: translateY(-50%); } |
| 495 |
|
| 496 |
.rtl .usk-arrows-align-center .usk-navigation-prev, |
| 497 |
.rtl .usk-arrows-dots-align-center .usk-navigation-prev { |
| 498 |
right: 0; |
| 499 |
left: inherit; } |
| 500 |
|
| 501 |
.rtl .usk-arrows-align-center .usk-navigation-next, |
| 502 |
.rtl .usk-arrows-dots-align-center .usk-navigation-next { |
| 503 |
left: 0; |
| 504 |
right: inherit; } |
| 505 |
|
| 506 |
.usk-arrows-dots-align-center .usk-dots-container .swiper-pagination, |
| 507 |
.usk-arrows-dots-align-center .usk-arrows-dots-container .swiper-pagination { |
| 508 |
position: absolute; |
| 509 |
width: 100% !important; } |
| 510 |
|
| 511 |
.usk-navigation-type-progress .swiper-pagination-progress { |
| 512 |
transform: translateY(15px); |
| 513 |
height: 5px; |
| 514 |
width: 100%; } |
| 515 |
|
| 516 |
[class*=" elementor-widget-usk-"] .swiper-pagination-fraction, [class*=" elementor-widget-usk-"] .swiper-pagination-custom, [class*=" elementor-widget-usk-"] .swiper-horizontal > .swiper-pagination-bullets, [class*=" elementor-widget-usk-"] .swiper-pagination-bullets.swiper-pagination-horizontal { |
| 517 |
bottom: auto; } |
| 518 |
|
| 519 |
*, *::before, *::after { |
| 520 |
box-sizing: border-box; } |
| 521 |
|
| 522 |
.ultimate-store-kit * ins { |
| 523 |
background: transparent; } |
| 524 |
|
| 525 |
.usk-wishlist-products .usk-table { |
| 526 |
width: 100%; |
| 527 |
border-collapse: collapse; |
| 528 |
text-align: center; } |
| 529 |
.usk-wishlist-products .usk-table th { |
| 530 |
padding: 10px; |
| 531 |
border-top: 1px solid #d0caca75; |
| 532 |
border-bottom: 1px solid #d0caca75; |
| 533 |
font-size: 14px; |
| 534 |
font-weight: 700; |
| 535 |
color: #4e4a4a; } |
| 536 |
.usk-wishlist-products .usk-table tr { |
| 537 |
border-bottom: 1px solid #d0caca75; } |
| 538 |
.usk-wishlist-products .usk-table td { |
| 539 |
padding: 10px; } |
| 540 |
.usk-wishlist-products .usk-table .usk-remove-icon .remove-icon { |
| 541 |
font-size: 12px; |
| 542 |
color: #848181; |
| 543 |
font-weight: 600; |
| 544 |
padding: 5px 10px; |
| 545 |
border-radius: 100px; |
| 546 |
transition: all 0.3s ease; } |
| 547 |
.usk-wishlist-products .usk-table .usk-remove-icon .remove-icon:hover { |
| 548 |
background: #000; |
| 549 |
color: #fff; } |
| 550 |
.usk-wishlist-products .usk-table .usk-product-image { |
| 551 |
display: none; } |
| 552 |
.usk-wishlist-products .usk-table .usk-product-image img { |
| 553 |
width: 100px; } |
| 554 |
.usk-wishlist-products .usk-table .usk-product-name { |
| 555 |
font-size: 12px; |
| 556 |
font-weight: 600; } |
| 557 |
.usk-wishlist-products .usk-table .usk-product-name a { |
| 558 |
color: #656262; |
| 559 |
transition: all 0.3s ease; |
| 560 |
text-decoration: none; } |
| 561 |
.usk-wishlist-products .usk-table .usk-product-name a:hover { |
| 562 |
color: #272525; } |
| 563 |
.usk-wishlist-products .usk-table .usk-price { |
| 564 |
font-size: 12px; |
| 565 |
color: #656262; |
| 566 |
font-weight: 600; |
| 567 |
display: none; } |
| 568 |
.usk-wishlist-products .usk-table .usk-price .old-price { |
| 569 |
color: #bdb3b3; |
| 570 |
font-weight: 500; } |
| 571 |
.usk-wishlist-products .usk-table .usk-stock { |
| 572 |
font-size: 12px; |
| 573 |
font-weight: 600; |
| 574 |
display: none; } |
| 575 |
.usk-wishlist-products .usk-table .usk-stock a { |
| 576 |
color: #656262; |
| 577 |
text-decoration: none; } |
| 578 |
.usk-wishlist-products .usk-table .usk-auction-button .addto-cart { |
| 579 |
font-size: 7px; |
| 580 |
padding: 8px 6px; |
| 581 |
background: #3a3939; |
| 582 |
color: #e8e5e5; |
| 583 |
font-weight: 600; |
| 584 |
border-radius: 3px; |
| 585 |
transition: all 0.3s ease; |
| 586 |
text-decoration: none; } |
| 587 |
.usk-wishlist-products .usk-table .usk-auction-button .addto-cart:hover { |
| 588 |
background: #000; } |
| 589 |
.usk-wishlist-products .usk-table .product-title, |
| 590 |
.usk-wishlist-products .usk-table .price-title, |
| 591 |
.usk-wishlist-products .usk-table .stock-title { |
| 592 |
display: none; } |
| 593 |
|
| 594 |
[class*=" elementor-widget-usk-"] svg.e-font-icon-svg { |
| 595 |
height: 1em; |
| 596 |
width: 1em; } |
| 597 |
|
| 598 |
[class*=" elementor-widget-usk-"] .usk-icon-compare { |
| 599 |
font-weight: bold; } |
| 600 |
|
| 601 |
/*------------------------------------- |
| 602 |
usk Shiny Widget header scss |
| 603 |
--------------------------------------*/ |
| 604 |
@media screen and (min-width: 768px) { |
| 605 |
.usk-glossy-grid .usk-grid.usk-grid-3, |
| 606 |
.usk-florence-grid .usk-grid.usk-grid-3, |
| 607 |
.usk-shiny-grid .usk-grid.usk-grid-3 { |
| 608 |
grid-template-columns: repeat(2, 1fr); } } |
| 609 |
|
| 610 |
@media screen and (min-width: 1024px) { |
| 611 |
.usk-glossy-grid .usk-grid.usk-list-2, |
| 612 |
.usk-florence-grid .usk-grid.usk-list-2, |
| 613 |
.usk-shiny-grid .usk-grid.usk-list-2 { |
| 614 |
grid-template-columns: repeat(2, 1fr); } |
| 615 |
.usk-glossy-grid .usk-grid.usk-grid-1, |
| 616 |
.usk-florence-grid .usk-grid.usk-grid-1, |
| 617 |
.usk-shiny-grid .usk-grid.usk-grid-1 { |
| 618 |
grid-template-columns: repeat(1, 1fr); } |
| 619 |
.usk-glossy-grid .usk-grid.usk-grid-2, |
| 620 |
.usk-florence-grid .usk-grid.usk-grid-2, |
| 621 |
.usk-shiny-grid .usk-grid.usk-grid-2 { |
| 622 |
grid-template-columns: repeat(2, 1fr); } |
| 623 |
.usk-glossy-grid .usk-grid.usk-grid-3, |
| 624 |
.usk-florence-grid .usk-grid.usk-grid-3, |
| 625 |
.usk-shiny-grid .usk-grid.usk-grid-3 { |
| 626 |
grid-template-columns: repeat(3, 1fr); } |
| 627 |
.usk-glossy-grid .usk-grid.usk-grid-4, |
| 628 |
.usk-florence-grid .usk-grid.usk-grid-4, |
| 629 |
.usk-shiny-grid .usk-grid.usk-grid-4 { |
| 630 |
grid-template-columns: repeat(4, 1fr); } |
| 631 |
.usk-glossy-grid .usk-grid.usk-grid-5, |
| 632 |
.usk-florence-grid .usk-grid.usk-grid-5, |
| 633 |
.usk-shiny-grid .usk-grid.usk-grid-5 { |
| 634 |
grid-template-columns: repeat(5, 1fr); } |
| 635 |
.usk-glossy-grid .usk-grid.usk-grid-6, |
| 636 |
.usk-florence-grid .usk-grid.usk-grid-6, |
| 637 |
.usk-shiny-grid .usk-grid.usk-grid-6 { |
| 638 |
grid-template-columns: repeat(6, 1fr); } } |
| 639 |
|
| 640 |
.usk-glossy-grid .usk-grid-header, |
| 641 |
.usk-florence-grid .usk-grid-header, |
| 642 |
.usk-shiny-grid .usk-grid-header { |
| 643 |
display: flex; |
| 644 |
justify-content: space-between; |
| 645 |
margin-bottom: 30px; } |
| 646 |
.usk-glossy-grid .usk-grid-header .woocommerce-result-count, |
| 647 |
.usk-florence-grid .usk-grid-header .woocommerce-result-count, |
| 648 |
.usk-shiny-grid .usk-grid-header .woocommerce-result-count { |
| 649 |
display: flex; |
| 650 |
align-items: center; |
| 651 |
color: #8d99ae; |
| 652 |
font-size: 16px; |
| 653 |
margin: 0; |
| 654 |
text-transform: capitalize; } |
| 655 |
.usk-glossy-grid .usk-grid-header .usk-grid-header-tabs, |
| 656 |
.usk-florence-grid .usk-grid-header .usk-grid-header-tabs, |
| 657 |
.usk-shiny-grid .usk-grid-header .usk-grid-header-tabs { |
| 658 |
display: flex; |
| 659 |
align-items: center; |
| 660 |
justify-content: center; |
| 661 |
list-style: none; |
| 662 |
margin: 0; |
| 663 |
padding: 0; } |
| 664 |
.usk-glossy-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list.usk-tabs-active a, |
| 665 |
.usk-florence-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list.usk-tabs-active a, |
| 666 |
.usk-shiny-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list.usk-tabs-active a { |
| 667 |
color: #E6EDEF; |
| 668 |
background: #2B2D42; } |
| 669 |
.usk-glossy-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list a, |
| 670 |
.usk-florence-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list a, |
| 671 |
.usk-shiny-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list a { |
| 672 |
padding: 4px 9px; |
| 673 |
color: #8D99AE; |
| 674 |
border: var(--usk-filter-border-width, 1px) solid #cad7ef; |
| 675 |
border-right: 0; |
| 676 |
transition: all 0.3s ease; |
| 677 |
font-size: 14px; |
| 678 |
display: inline-block; } |
| 679 |
.usk-glossy-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list a span, |
| 680 |
.usk-florence-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list a span, |
| 681 |
.usk-shiny-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list a span { |
| 682 |
width: auto; } |
| 683 |
.usk-glossy-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list a:hover, |
| 684 |
.usk-florence-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list a:hover, |
| 685 |
.usk-shiny-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list a:hover { |
| 686 |
color: #E6EDEF; |
| 687 |
background: #2B2D42; } |
| 688 |
.usk-glossy-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list:nth-last-child(1) a, |
| 689 |
.usk-florence-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list:nth-last-child(1) a, |
| 690 |
.usk-shiny-grid .usk-grid-header .usk-grid-header-tabs .usk-grid-tabs-list:nth-last-child(1) a { |
| 691 |
border-right: var(--usk-filter-border-width, 1px) solid #cad7ef; } |
| 692 |
|
| 693 |
.usk-glossy-carousel .usk-carousel .usk-item .usk-item-box .usk-shoping .usk-action-btn { |
| 694 |
transform: translateY(-80px); |
| 695 |
opacity: 0; } |
| 696 |
|
| 697 |
.usk-glossy-carousel .usk-carousel .usk-item:hover .usk-shoping .usk-action-btn { |
| 698 |
transform: translateY(0px); |
| 699 |
opacity: 1; } |
| 700 |
|
| 701 |
.usk-glossy-grid .usk-grid .usk-item .usk-item-box .usk-shoping .usk-action-btn { |
| 702 |
transform: translateY(-70px); |
| 703 |
opacity: 0; } |
| 704 |
|
| 705 |
.usk-glossy-grid .usk-grid .usk-item:hover .usk-shoping .usk-action-btn { |
| 706 |
transform: translateY(0px); |
| 707 |
opacity: 1; } |
| 708 |
|
| 709 |
.usk-florence-grid .usk-grid .usk-item .usk-item-box .usk-image .usk-shoping .usk-action-btn { |
| 710 |
opacity: 0; |
| 711 |
transition: all 0.3s ease; } |
| 712 |
|
| 713 |
.usk-florence-grid .usk-grid .usk-item:hover .usk-image .usk-shoping .usk-action-btn { |
| 714 |
opacity: 1; } |
| 715 |
|
| 716 |
/*------------------------------------------ |
| 717 |
Ultimate Store Kit Pagination Style |
| 718 |
-------------------------------------------*/ |
| 719 |
[class*=" elementor-widget-usk-"] .usk-pagination { |
| 720 |
display: flex; |
| 721 |
flex-direction: row; |
| 722 |
list-style: none; |
| 723 |
margin: 30px 0; |
| 724 |
font-weight: 500; |
| 725 |
padding: 0; |
| 726 |
gap: 10px; } |
| 727 |
[class*=" elementor-widget-usk-"] .usk-pagination li a { |
| 728 |
color: #2b2d42; |
| 729 |
font-size: 12px; |
| 730 |
margin: 0; |
| 731 |
transition: all 0.3s ease; |
| 732 |
border: 1px solid #2b2d42; |
| 733 |
padding: 4px 10px; |
| 734 |
border-radius: 2px; } |
| 735 |
[class*=" elementor-widget-usk-"] .usk-pagination li a:hover { |
| 736 |
background: #2b2d42; |
| 737 |
color: #edf2f4; } |
| 738 |
[class*=" elementor-widget-usk-"] .usk-pagination li:nth-child(1) a { |
| 739 |
margin-left: 0; } |
| 740 |
[class*=" elementor-widget-usk-"] .usk-pagination .usk-active a { |
| 741 |
background: #2b2d42; |
| 742 |
color: #edf2f4; } |
| 743 |
|
| 744 |
[class*=" elementor-widget-usk-"] .usk-item .usk-shoping a .icon { |
| 745 |
width: 1em; |
| 746 |
height: 1em; } |
| 747 |
|
| 748 |
/*------------------------------------------ |
| 749 |
usk Shiny Widget rating position scss |
| 750 |
-------------------------------------------*/ |
| 751 |
@media (min-width: 576px) { |
| 752 |
.usk-wishlist-products .usk-table .usk-product-image { |
| 753 |
display: table-cell; } |
| 754 |
.usk-wishlist-products .usk-table .usk-product-image img { |
| 755 |
width: 120px; } |
| 756 |
.usk-wishlist-products .usk-table .usk-table-title th { |
| 757 |
padding: 15px; |
| 758 |
font-size: 15px; } |
| 759 |
.usk-wishlist-products .usk-table td { |
| 760 |
padding: 15px; } |
| 761 |
.usk-wishlist-products .usk-table .usk-remove-icon .remove-icon { |
| 762 |
font-size: 14px; } |
| 763 |
.usk-wishlist-products .usk-table .usk-product-name { |
| 764 |
font-size: 14px; } |
| 765 |
.usk-wishlist-products .usk-table .usk-price { |
| 766 |
font-size: 14px; |
| 767 |
display: table-cell; } |
| 768 |
.usk-wishlist-products .usk-table .usk-stock { |
| 769 |
font-size: 14px; |
| 770 |
display: table-cell; } |
| 771 |
.usk-wishlist-products .usk-table .usk-auction-button .addto-cart { |
| 772 |
font-size: 12px; |
| 773 |
padding: 8px 15px; } |
| 774 |
.usk-wishlist-products .usk-table .product-title, |
| 775 |
.usk-wishlist-products .usk-table .price-title, |
| 776 |
.usk-wishlist-products .usk-table .stock-title { |
| 777 |
display: table-cell; } } |
| 778 |
|
| 779 |
.ultimate-store-kit { |
| 780 |
/* Swiper */ } |
| 781 |
.ultimate-store-kit .swiper-coverflow, |
| 782 |
.ultimate-store-kit .swiper-container-coverflow { |
| 783 |
padding-top: 15px; } |
| 784 |
.ultimate-store-kit .swiper-coverflow .swiper-slide, |
| 785 |
.ultimate-store-kit .swiper-container-coverflow .swiper-slide { |
| 786 |
transition-property: transform, border, background; } |
| 787 |
.ultimate-store-kit .swiper-horizontal > .swiper-pagination-progress, |
| 788 |
.ultimate-store-kit .swiper-container-horizontal > .swiper-pagination-progress { |
| 789 |
top: auto; |
| 790 |
bottom: 0; } |
| 791 |
.ultimate-store-kit .swiper-pagination-fraction, |
| 792 |
.ultimate-store-kit .swiper-pagination-custom, |
| 793 |
.ultimate-store-kit .swiper-horizontal .swiper-pagination-bullets, |
| 794 |
.ultimate-store-kit .swiper-horizontal + .swiper-pagination-bullets, |
| 795 |
.ultimate-store-kit .swiper-container-horizontal .swiper-pagination-bullets, |
| 796 |
.ultimate-store-kit .swiper-container-horizontal + .swiper-pagination-bullets { |
| 797 |
bottom: -50px; |
| 798 |
width: 100%; } |
| 799 |
.ultimate-store-kit .swiper-pagination-fraction .swiper-pagination-bullet, |
| 800 |
.ultimate-store-kit .swiper-pagination-custom .swiper-pagination-bullet, |
| 801 |
.ultimate-store-kit .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet, |
| 802 |
.ultimate-store-kit .swiper-horizontal + .swiper-pagination-bullets .swiper-pagination-bullet, |
| 803 |
.ultimate-store-kit .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet, |
| 804 |
.ultimate-store-kit .swiper-container-horizontal + .swiper-pagination-bullets .swiper-pagination-bullet { |
| 805 |
width: 10px; |
| 806 |
height: 10px; |
| 807 |
margin: 0 5px; } |
| 808 |
.ultimate-store-kit .usk-navigation-type-arrows-fraction .swiper-pagination { |
| 809 |
position: initial; } |
| 810 |
.ultimate-store-kit .swiper .elementor-lightbox-content-source, |
| 811 |
.ultimate-store-kit .swiper-container .elementor-lightbox-content-source { |
| 812 |
display: none; } |
| 813 |
.ultimate-store-kit .swiper-slide { |
| 814 |
border-style: solid; |
| 815 |
border-width: 0; |
| 816 |
overflow: hidden; } |
| 817 |
.ultimate-store-kit .swiper-horizontal + .swiper-pagination-progressbar, |
| 818 |
.ultimate-store-kit .swiper-vertical + .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, |
| 819 |
.ultimate-store-kit .swiper-container-horizontal + .swiper-pagination-progressbar, |
| 820 |
.ultimate-store-kit .swiper-container-vertical + .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { |
| 821 |
width: 100%; |
| 822 |
height: 4px; } |
| 823 |
.ultimate-store-kit .swiper-pagination-progressbar { |
| 824 |
background: rgba(0, 0, 0, 0.25); |
| 825 |
position: absolute; } |
| 826 |
.ultimate-store-kit .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { |
| 827 |
background: #007aff; |
| 828 |
position: absolute; |
| 829 |
left: 0; |
| 830 |
top: 0; |
| 831 |
width: 100%; |
| 832 |
height: 100%; |
| 833 |
transform: scale(0); |
| 834 |
transform-origin: left top; } |
| 835 |
.ultimate-store-kit .elementor-pagination-position-inside .swiper-pagination-fraction, |
| 836 |
.ultimate-store-kit .elementor-pagination-position-inside .swiper-container-horizontal > .swiper-pagination-bullets { |
| 837 |
bottom: 10px; } |
| 838 |
.ultimate-store-kit .elementor-pagination-position-outside .swiper, |
| 839 |
.ultimate-store-kit .elementor-pagination-position-outside .swiper-container { |
| 840 |
padding-bottom: 40px; } |
| 841 |
.ultimate-store-kit .elementor-pagination-position-outside .swiper-pagination-fraction, |
| 842 |
.ultimate-store-kit .elementor-pagination-position-outside .swiper-horizontal > .swiper-pagination-bullets, |
| 843 |
.ultimate-store-kit .elementor-pagination-position-outside .swiper-container-horizontal > .swiper-pagination-bullets { |
| 844 |
bottom: 0; } |
| 845 |
|
| 846 |
/* Button icon align */ |
| 847 |
.usk-button-icon-align-left { |
| 848 |
float: left; } |
| 849 |
|
| 850 |
.usk-button-icon-align-right { |
| 851 |
float: right; } |
| 852 |
|
| 853 |
.usk-flex-align-left { |
| 854 |
order: -1; } |
| 855 |
|
| 856 |
.usk-flex-align-right { |
| 857 |
order: 99; } |
| 858 |
|
| 859 |
[class*="usk-position-top"], |
| 860 |
[class*="usk-position-bottom"], |
| 861 |
[class*="usk-position-left"], |
| 862 |
[class*="usk-position-right"], |
| 863 |
[class*="usk-position-center"] { |
| 864 |
position: absolute !important; |
| 865 |
max-width: 100%; } |
| 866 |
|
| 867 |
.usk-position-top { |
| 868 |
top: 0; |
| 869 |
left: 0; |
| 870 |
right: 0; } |
| 871 |
|
| 872 |
.usk-position-bottom { |
| 873 |
bottom: 0; |
| 874 |
left: 0; |
| 875 |
right: 0; } |
| 876 |
|
| 877 |
.usk-position-left { |
| 878 |
top: 0; |
| 879 |
bottom: 0; |
| 880 |
left: 0; } |
| 881 |
|
| 882 |
.usk-position-right { |
| 883 |
top: 0; |
| 884 |
bottom: 0; |
| 885 |
right: 0; } |
| 886 |
|
| 887 |
.usk-position-top-left { |
| 888 |
top: 0; |
| 889 |
left: 0; } |
| 890 |
|
| 891 |
.usk-position-top-right { |
| 892 |
top: 0; |
| 893 |
right: 0; } |
| 894 |
|
| 895 |
.usk-position-bottom-left { |
| 896 |
bottom: 0; |
| 897 |
left: 0; } |
| 898 |
|
| 899 |
.usk-position-bottom-right { |
| 900 |
bottom: 0; |
| 901 |
right: 0; } |
| 902 |
|
| 903 |
.usk-position-center { |
| 904 |
top: 50%; |
| 905 |
left: 50%; |
| 906 |
transform: translate(-50%, -50%); |
| 907 |
max-width: 100%; |
| 908 |
box-sizing: border-box; } |
| 909 |
|
| 910 |
[class*="usk-position-center-left"], |
| 911 |
[class*="usk-position-center-right"] { |
| 912 |
top: 50%; |
| 913 |
transform: translateY(-50%); } |
| 914 |
|
| 915 |
.usk-position-center-left { |
| 916 |
left: 0; } |
| 917 |
|
| 918 |
.usk-position-center-right { |
| 919 |
right: 0; } |
| 920 |
|
| 921 |
.usk-position-center-left-out { |
| 922 |
right: 100%; |
| 923 |
width: max-content; } |
| 924 |
|
| 925 |
.usk-position-center-right-out { |
| 926 |
left: 100%; |
| 927 |
width: max-content; } |
| 928 |
|
| 929 |
.usk-position-top-center, |
| 930 |
.usk-position-bottom-center { |
| 931 |
left: 50%; |
| 932 |
transform: translateX(-50%); |
| 933 |
width: max-content; |
| 934 |
max-width: 100%; |
| 935 |
box-sizing: border-box; } |
| 936 |
|
| 937 |
.usk-position-top-center { |
| 938 |
top: 0; } |
| 939 |
|
| 940 |
.usk-position-bottom-center { |
| 941 |
bottom: 0; } |
| 942 |
|
| 943 |
.usk-position-cover { |
| 944 |
position: absolute; |
| 945 |
top: 0; |
| 946 |
bottom: 0; |
| 947 |
left: 0; |
| 948 |
right: 0; } |
| 949 |
|
| 950 |
.usk-position-relative { |
| 951 |
position: relative !important; } |
| 952 |
|
| 953 |
.usk-position-absolute { |
| 954 |
position: absolute !important; } |
| 955 |
|
| 956 |
.usk-position-fixed { |
| 957 |
position: fixed !important; } |
| 958 |
|
| 959 |
.usk-position-z-index { |
| 960 |
z-index: 1; } |
| 961 |
|
| 962 |
.usk-position-small { |
| 963 |
max-width: calc(100% - (15px * 2)); |
| 964 |
margin: 15px; } |
| 965 |
|
| 966 |
.usk-position-small.usk-position-center { |
| 967 |
transform: translate(-50%, -50%) translate(-15px, -15px); } |
| 968 |
|
| 969 |
.usk-position-small[class*="usk-position-center-left"], |
| 970 |
.usk-position-small[class*="usk-position-center-right"] { |
| 971 |
transform: translateY(-50%) translateY(-15px); } |
| 972 |
|
| 973 |
.usk-position-small.usk-position-top-center, |
| 974 |
.usk-position-small.usk-position-bottom-center { |
| 975 |
transform: translateX(-50%) translateX(-15px); } |
| 976 |
|
| 977 |
.usk-position-medium { |
| 978 |
max-width: calc(100% - (30px * 2)); |
| 979 |
margin: 30px; } |
| 980 |
|
| 981 |
.usk-position-medium.usk-position-center { |
| 982 |
transform: translate(-50%, -50%) translate(-30px, -30px); } |
| 983 |
|
| 984 |
.usk-position-medium[class*="usk-position-center-left"], |
| 985 |
.usk-position-medium[class*="usk-position-center-right"] { |
| 986 |
transform: translateY(-50%) translateY(-30px); } |
| 987 |
|
| 988 |
.usk-position-medium.usk-position-top-center, |
| 989 |
.usk-position-medium.usk-position-bottom-center { |
| 990 |
transform: translateX(-50%) translateX(-30px); } |
| 991 |
|
| 992 |
.usk-position-large { |
| 993 |
max-width: calc(100% - (30px * 2)); |
| 994 |
margin: 30px; } |
| 995 |
|
| 996 |
.usk-position-large.usk-position-center { |
| 997 |
transform: translate(-50%, -50%) translate(-30px, -30px); } |
| 998 |
|
| 999 |
.usk-position-large[class*="usk-position-center-left"], |
| 1000 |
.usk-position-large[class*="usk-position-center-right"] { |
| 1001 |
transform: translateY(-50%) translateY(-30px); } |
| 1002 |
|
| 1003 |
.usk-position-large.usk-position-top-center, |
| 1004 |
.usk-position-large.usk-position-bottom-center { |
| 1005 |
transform: translateX(-50%) translateX(-30px); } |
| 1006 |
|
| 1007 |
@media (min-width: 1200px) { |
| 1008 |
.usk-position-large { |
| 1009 |
max-width: calc(100% - (50px * 2)); |
| 1010 |
margin: 50px; } |
| 1011 |
.usk-position-large.usk-position-center { |
| 1012 |
transform: translate(-50%, -50%) translate(-50px, -50px); } |
| 1013 |
.usk-position-large[class*="usk-position-center-left"], |
| 1014 |
.usk-position-large[class*="usk-position-center-right"] { |
| 1015 |
transform: translateY(-50%) translateY(-50px); } |
| 1016 |
.usk-position-large.usk-position-top-center, |
| 1017 |
.usk-position-large.usk-position-bottom-center { |
| 1018 |
transform: translateX(-50%) translateX(-50px); } } |
| 1019 |
|
| 1020 |
.usk-transition-toggle { |
| 1021 |
-webkit-tap-highlight-color: transparent; } |
| 1022 |
|
| 1023 |
.usk-transition-toggle:focus { |
| 1024 |
outline: none; } |
| 1025 |
|
| 1026 |
.usk-transition-fade, |
| 1027 |
[class*="usk-transition-scale"], |
| 1028 |
[class*="usk-transition-slide"] { |
| 1029 |
transition: 0.3s ease-out; |
| 1030 |
transition-property: opacity, transform, filter; |
| 1031 |
opacity: 0; } |
| 1032 |
|
| 1033 |
.usk-transition-toggle:hover .usk-transition-fade, |
| 1034 |
.usk-transition-toggle:focus .usk-transition-fade, |
| 1035 |
.usk-transition-active.usk-active .usk-transition-fade { |
| 1036 |
opacity: 1; } |
| 1037 |
|
| 1038 |
.usk-transition-scale-up { |
| 1039 |
transform: scale(1, 1); } |
| 1040 |
|
| 1041 |
.usk-transition-scale-down { |
| 1042 |
transform: scale(1.1, 1.1); } |
| 1043 |
|
| 1044 |
.usk-transition-toggle:hover .usk-transition-scale-up, |
| 1045 |
.usk-transition-toggle:focus .usk-transition-scale-up, |
| 1046 |
.usk-transition-active.usk-active .usk-transition-scale-up { |
| 1047 |
opacity: 1; |
| 1048 |
transform: scale(1.1, 1.1); } |
| 1049 |
|
| 1050 |
.usk-transition-toggle:hover .usk-transition-scale-down, |
| 1051 |
.usk-transition-toggle:focus .usk-transition-scale-down, |
| 1052 |
.usk-transition-active.usk-active .usk-transition-scale-down { |
| 1053 |
opacity: 1; |
| 1054 |
transform: scale(1, 1); } |
| 1055 |
|
| 1056 |
.usk-transition-slide-top { |
| 1057 |
transform: translateY(-100%); } |
| 1058 |
|
| 1059 |
.usk-transition-slide-bottom { |
| 1060 |
transform: translateY(100%); } |
| 1061 |
|
| 1062 |
.usk-transition-slide-left { |
| 1063 |
transform: translateX(-100%); } |
| 1064 |
|
| 1065 |
.usk-transition-slide-right { |
| 1066 |
transform: translateX(100%); } |
| 1067 |
|
| 1068 |
.usk-transition-slide-top-small { |
| 1069 |
transform: translateY(-10px); } |
| 1070 |
|
| 1071 |
.usk-transition-slide-bottom-small { |
| 1072 |
transform: translateY(10px); } |
| 1073 |
|
| 1074 |
.usk-transition-slide-left-small { |
| 1075 |
transform: translateX(-10px); } |
| 1076 |
|
| 1077 |
.usk-transition-slide-right-small { |
| 1078 |
transform: translateX(10px); } |
| 1079 |
|
| 1080 |
.usk-transition-slide-top-medium { |
| 1081 |
transform: translateY(-50px); } |
| 1082 |
|
| 1083 |
.usk-transition-slide-bottom-medium { |
| 1084 |
transform: translateY(50px); } |
| 1085 |
|
| 1086 |
.usk-transition-slide-left-medium { |
| 1087 |
transform: translateX(-50px); } |
| 1088 |
|
| 1089 |
.usk-transition-slide-right-medium { |
| 1090 |
transform: translateX(50px); } |
| 1091 |
|
| 1092 |
.usk-transition-toggle:hover [class*="usk-transition-slide"], |
| 1093 |
.usk-transition-toggle:focus [class*="usk-transition-slide"], |
| 1094 |
.usk-transition-active.usk-active [class*="usk-transition-slide"] { |
| 1095 |
opacity: 1; |
| 1096 |
transform: translate(0, 0); } |
| 1097 |
|
| 1098 |
.usk-transition-opaque { |
| 1099 |
opacity: 1; } |
| 1100 |
|
| 1101 |
.usk-transition-slow { |
| 1102 |
transition-duration: 0.7s; } |
| 1103 |
|
| 1104 |
[hidden], |
| 1105 |
.usk-hidden { |
| 1106 |
display: none !important; } |
| 1107 |
|
| 1108 |
@media (min-width: 640px) { |
| 1109 |
.usk-hidden\@s { |
| 1110 |
display: none !important; } } |
| 1111 |
|
| 1112 |
@media (min-width: 960px) { |
| 1113 |
.usk-hidden\@m { |
| 1114 |
display: none !important; } } |
| 1115 |
|
| 1116 |
@media (min-width: 1200px) { |
| 1117 |
.usk-hidden\@l { |
| 1118 |
display: none !important; } } |
| 1119 |
|
| 1120 |
@media (min-width: 1600px) { |
| 1121 |
.usk-hidden\@xl { |
| 1122 |
display: none !important; } } |
| 1123 |
|
| 1124 |
@media (max-width: 639px) { |
| 1125 |
.usk-visible\@s { |
| 1126 |
display: none !important; } } |
| 1127 |
|
| 1128 |
@media (max-width: 959px) { |
| 1129 |
.usk-visible\@m { |
| 1130 |
display: none !important; } } |
| 1131 |
|
| 1132 |
@media (max-width: 1199px) { |
| 1133 |
.usk-visible\@l { |
| 1134 |
display: none !important; } } |
| 1135 |
|
| 1136 |
@media (max-width: 1599px) { |
| 1137 |
.usk-visible\@xl { |
| 1138 |
display: none !important; } } |
| 1139 |
|
| 1140 |
.usk-invisible { |
| 1141 |
visibility: hidden !important; } |
| 1142 |
|
| 1143 |
.usk-flex { |
| 1144 |
display: flex; } |
| 1145 |
|
| 1146 |
.usk-flex-inline { |
| 1147 |
display: inline-flex; } |
| 1148 |
|
| 1149 |
.usk-flex::before, |
| 1150 |
.usk-flex::after, |
| 1151 |
.usk-flex-inline::before, |
| 1152 |
.usk-flex-inline::after { |
| 1153 |
display: none; } |
| 1154 |
|
| 1155 |
.usk-flex-left { |
| 1156 |
justify-content: flex-start; } |
| 1157 |
|
| 1158 |
.usk-flex-center { |
| 1159 |
justify-content: center; } |
| 1160 |
|
| 1161 |
.usk-flex-right { |
| 1162 |
justify-content: flex-end; } |
| 1163 |
|
| 1164 |
.usk-flex-between { |
| 1165 |
justify-content: space-between; } |
| 1166 |
|
| 1167 |
.usk-flex-around { |
| 1168 |
justify-content: space-around; } |
| 1169 |
|
| 1170 |
@media (min-width: 640px) { |
| 1171 |
.usk-flex-left\@s { |
| 1172 |
justify-content: flex-start; } |
| 1173 |
.usk-flex-center\@s { |
| 1174 |
justify-content: center; } |
| 1175 |
.usk-flex-right\@s { |
| 1176 |
justify-content: flex-end; } |
| 1177 |
.usk-flex-between\@s { |
| 1178 |
justify-content: space-between; } |
| 1179 |
.usk-flex-around\@s { |
| 1180 |
justify-content: space-around; } } |
| 1181 |
|
| 1182 |
@media (min-width: 960px) { |
| 1183 |
.usk-flex-left\@m { |
| 1184 |
justify-content: flex-start; } |
| 1185 |
.usk-flex-center\@m { |
| 1186 |
justify-content: center; } |
| 1187 |
.usk-flex-right\@m { |
| 1188 |
justify-content: flex-end; } |
| 1189 |
.usk-flex-between\@m { |
| 1190 |
justify-content: space-between; } |
| 1191 |
.usk-flex-around\@m { |
| 1192 |
justify-content: space-around; } } |
| 1193 |
|
| 1194 |
@media (min-width: 1200px) { |
| 1195 |
.usk-flex-left\@l { |
| 1196 |
justify-content: flex-start; } |
| 1197 |
.usk-flex-center\@l { |
| 1198 |
justify-content: center; } |
| 1199 |
.usk-flex-right\@l { |
| 1200 |
justify-content: flex-end; } |
| 1201 |
.usk-flex-between\@l { |
| 1202 |
justify-content: space-between; } |
| 1203 |
.usk-flex-around\@l { |
| 1204 |
justify-content: space-around; } } |
| 1205 |
|
| 1206 |
@media (min-width: 1600px) { |
| 1207 |
.usk-flex-left\@xl { |
| 1208 |
justify-content: flex-start; } |
| 1209 |
.usk-flex-center\@xl { |
| 1210 |
justify-content: center; } |
| 1211 |
.usk-flex-right\@xl { |
| 1212 |
justify-content: flex-end; } |
| 1213 |
.usk-flex-between\@xl { |
| 1214 |
justify-content: space-between; } |
| 1215 |
.usk-flex-around\@xl { |
| 1216 |
justify-content: space-around; } } |
| 1217 |
|
| 1218 |
.usk-flex-stretch { |
| 1219 |
align-items: stretch; } |
| 1220 |
|
| 1221 |
.usk-flex-top { |
| 1222 |
align-items: flex-start; } |
| 1223 |
|
| 1224 |
.usk-flex-middle { |
| 1225 |
align-items: center; } |
| 1226 |
|
| 1227 |
.usk-flex-bottom { |
| 1228 |
align-items: flex-end; } |
| 1229 |
|
| 1230 |
.usk-flex-row { |
| 1231 |
flex-direction: row; } |
| 1232 |
|
| 1233 |
.usk-flex-row-reverse { |
| 1234 |
flex-direction: row-reverse; } |
| 1235 |
|
| 1236 |
.usk-flex-column { |
| 1237 |
flex-direction: column; } |
| 1238 |
|
| 1239 |
.usk-flex-column-reverse { |
| 1240 |
flex-direction: column-reverse; } |
| 1241 |
|
| 1242 |
.usk-flex-nowrap { |
| 1243 |
flex-wrap: nowrap; } |
| 1244 |
|
| 1245 |
.usk-flex-wrap { |
| 1246 |
flex-wrap: wrap; } |
| 1247 |
|
| 1248 |
.usk-flex-wrap-reverse { |
| 1249 |
flex-wrap: wrap-reverse; } |
| 1250 |
|
| 1251 |
.usk-flex-wrap-stretch { |
| 1252 |
align-content: stretch; } |
| 1253 |
|
| 1254 |
.usk-flex-wrap-top { |
| 1255 |
align-content: flex-start; } |
| 1256 |
|
| 1257 |
.usk-flex-wrap-middle { |
| 1258 |
align-content: center; } |
| 1259 |
|
| 1260 |
.usk-flex-wrap-bottom { |
| 1261 |
align-content: flex-end; } |
| 1262 |
|
| 1263 |
.usk-flex-wrap-between { |
| 1264 |
align-content: space-between; } |
| 1265 |
|
| 1266 |
.usk-flex-wrap-around { |
| 1267 |
align-content: space-around; } |
| 1268 |
|
| 1269 |
.usk-flex-first { |
| 1270 |
order: -1; } |
| 1271 |
|
| 1272 |
.usk-flex-last { |
| 1273 |
order: 99; } |
| 1274 |
|
| 1275 |
@media (min-width: 640px) { |
| 1276 |
.usk-flex-first\@s { |
| 1277 |
order: -1; } |
| 1278 |
.usk-flex-last\@s { |
| 1279 |
order: 99; } } |
| 1280 |
|
| 1281 |
@media (min-width: 960px) { |
| 1282 |
.usk-flex-first\@m { |
| 1283 |
order: -1; } |
| 1284 |
.usk-flex-last\@m { |
| 1285 |
order: 99; } } |
| 1286 |
|
| 1287 |
@media (min-width: 1200px) { |
| 1288 |
.usk-flex-first\@l { |
| 1289 |
order: -1; } |
| 1290 |
.usk-flex-last\@l { |
| 1291 |
order: 99; } } |
| 1292 |
|
| 1293 |
@media (min-width: 1600px) { |
| 1294 |
.usk-flex-first\@xl { |
| 1295 |
order: -1; } |
| 1296 |
.usk-flex-last\@xl { |
| 1297 |
order: 99; } } |
| 1298 |
|
| 1299 |
.usk-flex-none { |
| 1300 |
flex: none; } |
| 1301 |
|
| 1302 |
.usk-flex-auto { |
| 1303 |
flex: auto; } |
| 1304 |
|
| 1305 |
.usk-flex-1 { |
| 1306 |
flex: 1; } |
| 1307 |
|
| 1308 |
.usk-slidenav { |
| 1309 |
padding: 5px 10px; |
| 1310 |
color: rgba(102, 102, 102, 0.5); } |
| 1311 |
|
| 1312 |
.usk-slidenav:hover, |
| 1313 |
.usk-slidenav:focus { |
| 1314 |
color: rgba(102, 102, 102, 0.9); |
| 1315 |
outline: none; } |
| 1316 |
|
| 1317 |
.usk-slidenav:active { |
| 1318 |
color: rgba(102, 102, 102, 0.5); } |
| 1319 |
|
| 1320 |
.usk-slidenav-large { |
| 1321 |
padding: 10px 10px; } |
| 1322 |
|
| 1323 |
.usk-slidenav-container { |
| 1324 |
display: flex; } |
| 1325 |
|
| 1326 |
.usk-icon { |
| 1327 |
margin: 0; |
| 1328 |
border: none; |
| 1329 |
border-radius: 0; |
| 1330 |
overflow: visible; |
| 1331 |
font: inherit; |
| 1332 |
color: inherit; |
| 1333 |
text-transform: none; |
| 1334 |
padding: 0; |
| 1335 |
background-color: transparent; |
| 1336 |
display: inline-block; |
| 1337 |
fill: currentcolor; |
| 1338 |
line-height: 0; } |
| 1339 |
|
| 1340 |
/*-------------------------------------------------------- |
| 1341 |
Ultimate Store Kit |
| 1342 |
All Widget content-position css |
| 1343 |
---------------------------------------------------------*/ |
| 1344 |
.usk-content-position-left .usk-content { |
| 1345 |
text-align: left; } |
| 1346 |
|
| 1347 |
.usk-content-position-left .usk-rating { |
| 1348 |
justify-content: flex-start; } |
| 1349 |
|
| 1350 |
.usk-content-position-right .usk-content { |
| 1351 |
text-align: right; } |
| 1352 |
|
| 1353 |
.usk-content-position-right .usk-rating { |
| 1354 |
justify-content: flex-end; } |
| 1355 |
|
| 1356 |
.usk-content-position-center .usk-content { |
| 1357 |
text-align: center; } |
| 1358 |
|
| 1359 |
.usk-content-position-center .usk-rating { |
| 1360 |
justify-content: center; } |
| 1361 |
|
| 1362 |
.usk-florence-grid .added_to_cart.wc-forward, |
| 1363 |
.usk-florence-carousel .added_to_cart.wc-forward, |
| 1364 |
.usk-glossy-grid .added_to_cart.wc-forward, |
| 1365 |
.usk-showcase-slider .added_to_cart.wc-forward, |
| 1366 |
.usk-glossy-carousel .added_to_cart.wc-forward { |
| 1367 |
display: none !important; } |
| 1368 |
|
| 1369 |
/* Shado Mode */ |
| 1370 |
.usk-shadow-mode-yes .usk-brand-carousel .swiper-container { |
| 1371 |
padding: 10px; |
| 1372 |
margin: 0 -10px; } |
| 1373 |
|
| 1374 |
.usk-shadow-mode-yes .elementor-widget-container:before, .usk-shadow-mode-yes .elementor-widget-container:after { |
| 1375 |
content: ''; |
| 1376 |
position: absolute; |
| 1377 |
width: 20%; |
| 1378 |
height: 100%; |
| 1379 |
top: 0; |
| 1380 |
z-index: 2; |
| 1381 |
pointer-events: none; } |
| 1382 |
|
| 1383 |
.usk-shadow-mode-yes .elementor-widget-container:before { |
| 1384 |
background: linear-gradient(to right, white 5%, rgba(255, 255, 255, 0) 100%); |
| 1385 |
left: -10px; } |
| 1386 |
|
| 1387 |
.usk-shadow-mode-yes .elementor-widget-container:after { |
| 1388 |
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 95%); |
| 1389 |
right: -10px; } |
| 1390 |
|
| 1391 |
@media (max-width: 767px) { |
| 1392 |
.usk-shadow-mode-yes .elementor-widget-container:before, .usk-shadow-mode-yes .elementor-widget-container:after { |
| 1393 |
content: none; } } |
| 1394 |
|
| 1395 |
/* HIDE ON SPECIFIC DEVICES*/ |
| 1396 |
@media (min-width: 768px) and (max-width: 1023px) { |
| 1397 |
[class*=" elementor-widget-usk-"] .usk-hide-tablet { |
| 1398 |
display: none !important; } } |
| 1399 |
|
| 1400 |
@media (min-width: 1024px) { |
| 1401 |
[class*=" elementor-widget-usk-"] .usk-hide-desktop { |
| 1402 |
display: none !important; } } |
| 1403 |
|
| 1404 |
@media (max-width: 767px) { |
| 1405 |
[class*=" elementor-widget-usk-"] .usk-hide-mobile { |
| 1406 |
display: none !important; } } |
| 1407 |
|