| @@ -1,0 +1,1164 @@ | ||
| 1 | +.king-addons-icon { | |
| 2 | + display: inline-block; | |
| 3 | + width: 32px; | |
| 4 | + height: 32px; | |
| 5 | + background-size: 32px; | |
| 6 | + background-image: url(../img/default-widget.svg); | |
| 7 | + background-repeat: no-repeat; | |
| 8 | + background-position: center; | |
| 9 | +} | |
| 10 | + | |
| 11 | +#elementor-panel-elements .king-addons-icon { | |
| 12 | + margin-bottom: -8px; | |
| 13 | +} | |
| 14 | + | |
| 15 | +.elementor-panel #elementor-panel-category-king-addons .king-addons-icon { | |
| 16 | + display: inline-block; | |
| 17 | + width: 48px; | |
| 18 | + height: 48px; | |
| 19 | + background-size: 48px; | |
| 20 | +} | |
| 21 | + | |
| 22 | +#elementor-navigator .king-addons-icon { | |
| 23 | + display: inline-block; | |
| 24 | + width: 19px; | |
| 25 | + height: 19px; | |
| 26 | + background-size: 19px; | |
| 27 | +} | |
| 28 | + | |
| 29 | +.elementor-panel #elementor-panel-category-king-addons .icon { | |
| 30 | + max-height: 60px; | |
| 31 | +} | |
| 32 | + | |
| 33 | +/*noinspection CssNonIntegerLengthInPixels*/ | |
| 34 | +.elementor-panel #elementor-panel-category-king-addons .icon:after, | |
| 35 | +#elementor-panel-elements .king-addons-icon:after { | |
| 36 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 37 | + font-size: 9px; | |
| 38 | + font-weight: bold; | |
| 39 | + font-style: normal; | |
| 40 | + line-height: 19px; | |
| 41 | + position: absolute; | |
| 42 | + top: 1px; | |
| 43 | + right: 1px; | |
| 44 | + display: block; | |
| 45 | + width: 28px; | |
| 46 | + height: 19px; | |
| 47 | + content: 'FREE'; | |
| 48 | + letter-spacing: 0.5px; | |
| 49 | + color: #574ff7; | |
| 50 | +} | |
| 51 | + | |
| 52 | +.king-addons-repeater-list-img-icon { | |
| 53 | + max-height: 30px; | |
| 54 | + vertical-align: middle; | |
| 55 | +} | |
| 56 | + | |
| 57 | +.king-addons-editor-preview-update { | |
| 58 | + display: flex; | |
| 59 | + justify-content: space-between; | |
| 60 | + margin: 0; | |
| 61 | +} | |
| 62 | + | |
| 63 | +.elementor-panel .elementor-element:hover:has(.king-addons-icon) .title, | |
| 64 | +.elementor-panel #elementor-panel-category-king-addons .elementor-element:hover .title { | |
| 65 | + transition: all .3s; | |
| 66 | + color: rgb(87, 79, 247); | |
| 67 | +} | |
| 68 | + | |
| 69 | +.elementor-panel .elementor-element:has(.king-addons-icon) { | |
| 70 | + border: 1px solid rgb(87 79 247 / 60%); | |
| 71 | +} | |
| 72 | + | |
| 73 | +.elementor-panel #elementor-panel-category-king-addons .elementor-element { | |
| 74 | + border: 1px solid rgb(87 79 247 / 20%); | |
| 75 | +} | |
| 76 | + | |
| 77 | +.elementor-panel .elementor-element:hover:has(.king-addons-icon), | |
| 78 | +.elementor-panel #elementor-panel-category-king-addons .elementor-element:hover { | |
| 79 | + background-color: rgb(87 79 247 / 5%); | |
| 80 | +} | |
| 81 | + | |
| 82 | +.elementor-control-type-repeater .king-addons-submenu-item .king-mega-menu-item-type-control { | |
| 83 | + display: none; | |
| 84 | +} | |
| 85 | + | |
| 86 | +/* -------------- */ | |
| 87 | +/* Pro Features Disclaimer */ | |
| 88 | + | |
| 89 | +.elementor-control.king-addons-pro-control label i { | |
| 90 | + font-size: 15px; | |
| 91 | + margin-left: 3px; | |
| 92 | + /*color: #772fff;*/ | |
| 93 | + color: #5B03FF; | |
| 94 | +} | |
| 95 | + | |
| 96 | +.elementor-control.king-addons-pro-control .elementor-control-content:before { | |
| 97 | + position: absolute; | |
| 98 | + z-index: 9; | |
| 99 | + width: 100%; | |
| 100 | + height: 100%; | |
| 101 | + content: ''; | |
| 102 | + background: transparent; | |
| 103 | +} | |
| 104 | + | |
| 105 | +/* Make .king-addons-pro-control position: relative | |
| 106 | + so the tooltip can be positioned absolutely inside it */ | |
| 107 | +.king-addons-pro-control { | |
| 108 | + position: relative; | |
| 109 | +} | |
| 110 | + | |
| 111 | +/* The tooltip is hidden by default */ | |
| 112 | +.king-addons-pro-tooltip { | |
| 113 | + position: absolute; | |
| 114 | + top: 40px; | |
| 115 | + | |
| 116 | + /* Styling */ | |
| 117 | + padding: 15px; | |
| 118 | + font-size: 12px; | |
| 119 | + font-weight: 500; | |
| 120 | + color: #93003c; | |
| 121 | + border: 1px solid #e6e9ec; | |
| 122 | + border-radius: 5px; | |
| 123 | + background-color: #ffffff; | |
| 124 | + box-shadow: 1px 1px 5px rgba(0,0,0,0.2); | |
| 125 | + | |
| 126 | + /* Initially hidden */ | |
| 127 | + visibility: hidden; | |
| 128 | + opacity: 0; | |
| 129 | + transition: opacity 0.2s ease-in-out; | |
| 130 | + z-index: 999; | |
| 131 | +} | |
| 132 | + | |
| 133 | +.king-addons-pro-tooltip a { | |
| 134 | + color: #5B03FF; | |
| 135 | + transition: none; | |
| 136 | +} | |
| 137 | + | |
| 138 | +/* Show the tooltip on hover */ | |
| 139 | +.king-addons-pro-control:hover .king-addons-pro-tooltip { | |
| 140 | + visibility: visible; | |
| 141 | + opacity: 1; | |
| 142 | +} | |
| 143 | + | |
| 144 | +.elementor-control-type-raw_html:has(.king-addons-pro-notice) { | |
| 145 | + padding-left: 0; | |
| 146 | + padding-right: 0; | |
| 147 | +} | |
| 148 | + | |
| 149 | +/* END: Pro Features Disclaimer */ | |
| 150 | +/* -------------- */ | |
| 151 | + | |
| 152 | +/* -------------- */ | |
| 153 | +/* NOTICES */ | |
| 154 | + | |
| 155 | +.king-addons-pro-features-heading { | |
| 156 | + font-size: 15px; | |
| 157 | + color: #5B03FF; | |
| 158 | +} | |
| 159 | + | |
| 160 | +.elementor-control[class*="pro_notice"] { | |
| 161 | + padding: 5px 0 15px 0 !important; | |
| 162 | +} | |
| 163 | + | |
| 164 | +.elementor-repeater-row-controls .elementor-control[class*="pro_notice"] { | |
| 165 | + padding: 5px 10px 15px 10px !important | |
| 166 | +} | |
| 167 | + | |
| 168 | +.king-addons-pro-notice { | |
| 169 | + font-size: 15px; | |
| 170 | + font-weight: 400; | |
| 171 | + line-height: 1.6; | |
| 172 | + padding: 20px 20px; | |
| 173 | + text-align: center; | |
| 174 | + border-top: 1px solid rgb(87 79 247 / 35%); | |
| 175 | + border-bottom: 1px solid rgb(87 79 247 / 35%); | |
| 176 | + background-color: rgb(87 79 247 / 5%); | |
| 177 | +} | |
| 178 | + | |
| 179 | +.king-addons-pro-notice a { | |
| 180 | + color: #5B03FF; | |
| 181 | +} | |
| 182 | + | |
| 183 | +.king-addons-pro-features-list { | |
| 184 | + text-align: center; | |
| 185 | +} | |
| 186 | + | |
| 187 | +.king-addons-pro-features-list ul { | |
| 188 | + text-align: left; | |
| 189 | +} | |
| 190 | + | |
| 191 | +.king-addons-pro-features-list ul li::marker { | |
| 192 | + color: #772fff; | |
| 193 | +} | |
| 194 | + | |
| 195 | +.king-addons-pro-features-list ul li { | |
| 196 | + font-size: 14px; | |
| 197 | + line-height: 1.1; | |
| 198 | + position: relative; | |
| 199 | + margin-top: 9px; | |
| 200 | + padding-bottom: 9px; | |
| 201 | + list-style: disc inside; | |
| 202 | + border-bottom: 1px solid #e6e8ea; | |
| 203 | +} | |
| 204 | + | |
| 205 | +/*noinspection CssNonIntegerLengthInPixels*/ | |
| 206 | +.king-addons-pro-features-list ul + a.king-addons-pro-features-cta-btn { | |
| 207 | + font-size: 15px; | |
| 208 | + font-weight: 400; | |
| 209 | + line-height: 2; | |
| 210 | + display: inline-block; | |
| 211 | + margin: 20px 15px 10px auto; | |
| 212 | + padding: 10px 25px; | |
| 213 | + cursor: pointer; | |
| 214 | + transition: all 300ms ease; | |
| 215 | + letter-spacing: 0.5px; | |
| 216 | + /* text-transform: uppercase; */ | |
| 217 | + color: #ffffff; | |
| 218 | + border: none; | |
| 219 | + border-radius: 12px; | |
| 220 | + /* background: linear-gradient(45deg, #5B03FF, #9B62FF); */ | |
| 221 | + background-image: linear-gradient(120deg, #A20BD8 0%, #FF4040 100%); | |
| 222 | +} | |
| 223 | + | |
| 224 | +.king-addons-pro-features-list ul + a.king-addons-pro-features-cta-btn:hover { | |
| 225 | + color: #ffffff; | |
| 226 | +} | |
| 227 | + | |
| 228 | +#king-addons-editor-settings-notification { | |
| 229 | + position: fixed; | |
| 230 | + z-index: 9999; | |
| 231 | + bottom: 5px; | |
| 232 | + left: 40px; | |
| 233 | + padding: 13px 25px; | |
| 234 | + color: #222; | |
| 235 | + border-radius: 3px; | |
| 236 | + background: #2a2a2b; | |
| 237 | + -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3); | |
| 238 | + box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3); | |
| 239 | +} | |
| 240 | + | |
| 241 | +#king-addons-editor-settings-notification:before { | |
| 242 | + position: absolute; | |
| 243 | + bottom: 10px; | |
| 244 | + left: -6px; | |
| 245 | + width: 0; | |
| 246 | + height: 0; | |
| 247 | + content: ''; | |
| 248 | + border-top: 6px solid transparent; | |
| 249 | + border-right-width: 6px; | |
| 250 | + border-right-style: solid; | |
| 251 | + border-right-color: #2a2a2b; | |
| 252 | + border-bottom: 6px solid transparent; | |
| 253 | +} | |
| 254 | + | |
| 255 | +.MuiBox-root button[value="document-settings"] { | |
| 256 | + position: relative; | |
| 257 | +} | |
| 258 | + | |
| 259 | +#king-addons-editor-settings-notification.king-addons-new-editor-bar { | |
| 260 | + position: absolute; | |
| 261 | + top: calc(100% + 13px); | |
| 262 | + bottom: auto; | |
| 263 | + left: 0; | |
| 264 | + display: flex; | |
| 265 | + align-items: center; | |
| 266 | + flex-direction: column; | |
| 267 | + justify-content: center; | |
| 268 | + min-width: 300px; | |
| 269 | +} | |
| 270 | + | |
| 271 | +#king-addons-editor-settings-notification.king-addons-new-editor-bar:before { | |
| 272 | + position: absolute; | |
| 273 | + top: -12px; | |
| 274 | + left: 10px; | |
| 275 | + border-right: 6px solid transparent; | |
| 276 | + border-bottom-width: 6px; | |
| 277 | + border-bottom-style: solid; | |
| 278 | + border-bottom-color: #2a2a2b; | |
| 279 | + border-left: 6px solid transparent; | |
| 280 | +} | |
| 281 | + | |
| 282 | +#king-addons-editor-settings-notification h4 { | |
| 283 | + margin-bottom: 10px; | |
| 284 | +} | |
| 285 | + | |
| 286 | +#king-addons-editor-settings-notification h4 span { | |
| 287 | + font-size: 14px; | |
| 288 | + vertical-align: super; | |
| 289 | + color: #5f5f5f; | |
| 290 | +} | |
| 291 | + | |
| 292 | +#king-addons-editor-settings-notification h4 i { | |
| 293 | + font-size: 24px; | |
| 294 | + margin-right: 10px; | |
| 295 | + color: #3db050; | |
| 296 | +} | |
| 297 | + | |
| 298 | +#king-addons-editor-settings-notification p { | |
| 299 | + font-size: 12px; | |
| 300 | + line-height: 1.5; | |
| 301 | + color: #666; | |
| 302 | +} | |
| 303 | + | |
| 304 | +#king-addons-editor-settings-notification > i { | |
| 305 | + position: absolute; | |
| 306 | + top: 7px; | |
| 307 | + right: 7px; | |
| 308 | + cursor: pointer; | |
| 309 | + color: #666666; | |
| 310 | +} | |
| 311 | +/* END: NOTICES */ | |
| 312 | +/* -------------- */ | |
| 313 | + | |
| 314 | +/* DARK MODE */ | |
| 315 | + | |
| 316 | +@media (prefers-color-scheme: dark) { | |
| 317 | + .king-addons-pro-notice a { | |
| 318 | + color: #A08CFF; | |
| 319 | +} | |
| 320 | +.elementor-control.king-addons-pro-control label i { | |
| 321 | + color: #f0abfc; | |
| 322 | +} | |
| 323 | +.king-addons-pro-features-heading { | |
| 324 | + color: #DED6FA; | |
| 325 | +} | |
| 326 | +} | |
| 327 | + | |
| 328 | +/* END: DARK MODE */ | |
| 329 | + | |
| 330 | +/* GRID PREVIEW */ | |
| 331 | +.elementor-control-king_addons_grid_layout_select.elementor-control .elementor-control-field { | |
| 332 | + align-items: flex-start; | |
| 333 | + flex-direction: column !important; | |
| 334 | +} | |
| 335 | + | |
| 336 | +.elementor-control-king_addons_grid_layout_select.elementor-control .elementor-control-input-wrapper { | |
| 337 | + display: flex; | |
| 338 | + width: 100% !important; | |
| 339 | + margin-top: 10px; | |
| 340 | +} | |
| 341 | + | |
| 342 | +.elementor-control-king_addons_grid_layout_select.elementor-control .elementor-choices { | |
| 343 | + align-items: stretch; | |
| 344 | + flex-wrap: wrap; | |
| 345 | + width: 100% !important; | |
| 346 | + height: auto; | |
| 347 | + border: 1px solid #dfd5d5; | |
| 348 | +} | |
| 349 | + | |
| 350 | +.elementor-control-king_addons_grid_layout_select.elementor-control .elementor-choices label { | |
| 351 | + width: 33.3%; | |
| 352 | + height: 50px; | |
| 353 | + background-repeat: no-repeat; | |
| 354 | + background-position: center center; | |
| 355 | + background-size: 75%; | |
| 356 | +} | |
| 357 | + | |
| 358 | +.elementor-control-king_addons_grid_layout_select input[type="radio"]:checked + label { | |
| 359 | + border: 2px solid #D30C5C; | |
| 360 | + border-radius: 0 !important; | |
| 361 | + background-color: #ffffff; | |
| 362 | +} | |
| 363 | + | |
| 364 | +.elementor-control-king_addons_grid_layout_select label:nth-child(2) { | |
| 365 | + background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3Crect x='25.6' y='15.2' class='st1' width='22.2' height='11.9'/%3E%3Crect x='25.6' y='4.9' class='st1' width='22.2' height='9.2'/%3E%3C/g%3E%3C/svg%3E"); | |
| 366 | +} | |
| 367 | + | |
| 368 | +.elementor-control-king_addons_grid_layout_select label:nth-child(4) { | |
| 369 | + background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3Crect x='25.6' y='16.6' class='st1' width='10.5' height='10.5'/%3E%3Crect x='37.2' y='16.6' class='st1' width='10.5' height='10.5'/%3E%3Crect x='25.6' y='4.9' class='st1' width='22.2' height='10.5'/%3E%3C/g%3E%3C/svg%3E"); | |
| 370 | +} | |
| 371 | + | |
| 372 | +.elementor-control-king_addons_grid_layout_select label:nth-child(6) { | |
| 373 | + background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Crect x='2.2' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3Crect x='25.6' y='16.6' class='st1' width='10.5' height='10.5'/%3E%3Crect x='37.2' y='16.6' class='st1' width='10.5' height='10.5'/%3E%3Crect x='25.6' y='4.9' class='st1' width='10.5' height='10.5'/%3E%3Crect x='37.2' y='4.9' class='st1' width='10.5' height='10.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); | |
| 374 | +} | |
| 375 | + | |
| 376 | +.elementor-control-king_addons_grid_layout_select label:nth-child(8) { | |
| 377 | + background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3Crect x='25.6' y='4.9' class='st1' width='10.5' height='22.2'/%3E%3Crect x='37.2' y='16.6' class='st1' width='10.5' height='10.5'/%3E%3Crect x='37.2' y='4.9' class='st1' width='10.5' height='10.5'/%3E%3C/g%3E%3C/svg%3E"); | |
| 378 | +} | |
| 379 | + | |
| 380 | +.elementor-control-king_addons_grid_layout_select label:nth-child(10) { | |
| 381 | + background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='13.9' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3Crect x='37.2' y='16.6' class='st1' width='10.5' height='10.5'/%3E%3Crect x='37.2' y='4.9' class='st1' width='10.5' height='10.5'/%3E%3Crect x='2.3' y='16.6' class='st1' width='10.5' height='10.5'/%3E%3Crect x='2.3' y='4.9' class='st1' width='10.5' height='10.5'/%3E%3C/g%3E%3C/svg%3E"); | |
| 382 | +} | |
| 383 | + | |
| 384 | +.elementor-control-king_addons_grid_layout_select label:nth-child(12) { | |
| 385 | + background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='28.5' height='22.2'/%3E%3Crect x='31.8' y='12.9' class='st1' width='15.9' height='6.3'/%3E%3Crect x='31.8' y='4.9' class='st1' width='15.9' height='6.8'/%3E%3Crect x='31.8' y='20.3' class='st1' width='15.9' height='6.8'/%3E%3C/g%3E%3C/svg%3E"); | |
| 386 | +} | |
| 387 | + | |
| 388 | +.elementor-control-king_addons_grid_layout_select label:nth-child(14) { | |
| 389 | + background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='13.9' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3Crect x='2.2' y='4.9' class='st1' width='10.5' height='22.2'/%3E%3Crect x='37.2' y='4.9' class='st1' width='10.5' height='22.2'/%3E%3C/g%3E%3C/svg%3E"); | |
| 390 | +} | |
| 391 | + | |
| 392 | +.elementor-control-king_addons_grid_layout_select label:nth-child(16) { | |
| 393 | + background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='33.9' height='13.2'/%3E%3Crect x='2.2' y='19.3' class='st1' width='16.4' height='7.8'/%3E%3Crect x='19.7' y='19.3' class='st1' width='16.4' height='7.8'/%3E%3Crect x='37.2' y='4.9' class='st1' width='10.5' height='13.2'/%3E%3Crect x='37.2' y='19.3' class='st1' width='10.5' height='7.8'/%3E%3C/g%3E%3C/svg%3E"); | |
| 394 | +} | |
| 395 | + | |
| 396 | +.elementor-control-king_addons_grid_layout_select label:nth-child(18) { | |
| 397 | + background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='22.2' height='12.1'/%3E%3Crect x='25.6' y='4.9' class='st1' width='22.2' height='12.1'/%3E%3Crect x='2.2' y='18.2' class='st1' width='14.4' height='8.9'/%3E%3Crect x='17.8' y='18.2' class='st1' width='14.4' height='8.9'/%3E%3Crect x='33.3' y='18.2' class='st1' width='14.4' height='8.9'/%3E%3C/g%3E%3C/svg%3E"); | |
| 398 | +} | |
| 399 | + | |
| 400 | +.elementor-control-king_addons_grid_layout_select label:nth-child(20) { | |
| 401 | + background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3Crect x='25.6' y='4.9' class='st1' width='22.2' height='22.2'/%3E%3C/g%3E%3C/svg%3E"); | |
| 402 | +} | |
| 403 | + | |
| 404 | +.elementor-control-king_addons_grid_layout_select label:nth-child(22) { | |
| 405 | + background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='14.5' height='22.2'/%3E%3Crect x='33.4' y='4.9' class='st1' width='14.4' height='22.2'/%3E%3Crect x='17.9' y='4.9' class='st1' width='14.4' height='22.2'/%3E%3C/g%3E%3C/svg%3E"); | |
| 406 | +} | |
| 407 | + | |
| 408 | +.elementor-control-king_addons_grid_layout_select label:nth-child(24) { | |
| 409 | + background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 32' style='enable-background:new 0 0 50 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23C2C1C0;} %3C/style%3E%3Cg id='Background'%3E%3Crect class='st0' width='50' height='32'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Crect x='2.2' y='4.9' class='st1' width='10.6' height='22.2'/%3E%3Crect x='37.2' y='4.9' class='st1' width='10.5' height='22.2'/%3E%3Crect x='25.6' y='4.9' class='st1' width='10.5' height='22.2'/%3E%3Crect x='14' y='4.9' class='st1' width='10.5' height='22.2'/%3E%3C/g%3E%3C/svg%3E"); | |
| 410 | +} | |
| 411 | + | |
| 412 | +/* END: GRID PREVIEW */ | |
| 413 | +/* -------------- */ | |
| 414 | + | |
| 415 | +/* FORM BUILDER */ | |
| 416 | +.king-addons-fb-step-editor-bg { | |
| 417 | + background: rgb(227 227 255) !important; | |
| 418 | + border-color: rgb(87 79 247 / 35%) !important; | |
| 419 | + color: #d6107c; | |
| 420 | +} | |
| 421 | + | |
| 422 | +.king-addons-fb-step-editor-bg button { | |
| 423 | + border-color: rgb(87 79 247 / 35%) !important; | |
| 424 | +} | |
| 425 | +/* END: FORM BUILDER PREVIEW */ | |
| 426 | +/* -------------- */ | |
| 427 | + | |
| 428 | +.elementor-label-block .e-ai-button { | |
| 429 | + display: none !important; | |
| 430 | +} | |
| 431 | + | |
| 432 | +.elementor-tags-list .elementor-tags-list__inner .elementor-tags-list__teaser { | |
| 433 | + display: none; | |
| 434 | +} | |
| 435 | + | |
| 436 | +.king-addons-icon.king-addons-image-hotspots { | |
| 437 | + background-image: url(../img/image-hotspots.svg); | |
| 438 | +} | |
| 439 | + | |
| 440 | +.king-addons-icon.king-addons-vertical-scrollable-image { | |
| 441 | + background-image: url(../img/vertical-scrollable-image.svg); | |
| 442 | +} | |
| 443 | + | |
| 444 | +.king-addons-icon.king-addons-one-page-navigation { | |
| 445 | + background-image: url(../img/one-page-navigation.svg); | |
| 446 | +} | |
| 447 | + | |
| 448 | +.king-addons-icon.king-addons-off-canvas-content { | |
| 449 | + background-image: url(../img/off-canvas-content.svg); | |
| 450 | +} | |
| 451 | + | |
| 452 | +.king-addons-icon.king-addons-image-comparison { | |
| 453 | + background-image: url(../img/image-comparison.svg); | |
| 454 | +} | |
| 455 | + | |
| 456 | +.king-addons-icon.king-addons-styled-text-builder { | |
| 457 | + background-image: url(../img/styled-text-builder.svg); | |
| 458 | +} | |
| 459 | + | |
| 460 | +.king-addons-icon.king-addons-global-section-container { | |
| 461 | + background-image: url(../img/global-section-container.svg); | |
| 462 | +} | |
| 463 | + | |
| 464 | +.king-addons-icon.king-addons-card-carousel { | |
| 465 | + background-image: url(../img/card-carousel.svg); | |
| 466 | +} | |
| 467 | + | |
| 468 | +.king-addons-icon.king-addons-auto-scrolling-text { | |
| 469 | + background-image: url(../img/auto-scrolling-text.svg); | |
| 470 | +} | |
| 471 | + | |
| 472 | +.king-addons-icon.king-addons-popup { | |
| 473 | + background-image: url(../img/popup.svg); | |
| 474 | +} | |
| 475 | + | |
| 476 | +.king-addons-icon.king-addons-video-popup { | |
| 477 | + background-image: url(../img/video-popup.svg); | |
| 478 | +} | |
| 479 | + | |
| 480 | +.king-addons-icon.king-addons-blog-posts { | |
| 481 | + background-image: url(../img/blog-posts.svg); | |
| 482 | +} | |
| 483 | + | |
| 484 | +.king-addons-icon.king-addons-image-grid { | |
| 485 | + background-image: url(../img/image-grid.svg); | |
| 486 | +} | |
| 487 | + | |
| 488 | +.king-addons-icon.king-addons-business-hours { | |
| 489 | + background-image: url(../img/business-hours.svg); | |
| 490 | +} | |
| 491 | + | |
| 492 | +.king-addons-icon.king-addons-price-list { | |
| 493 | + background-image: url(../img/price-list.svg); | |
| 494 | +} | |
| 495 | + | |
| 496 | +.king-addons-icon.king-addons-image-hover-box { | |
| 497 | + background-image: url(../img/image-hover-box.svg); | |
| 498 | +} | |
| 499 | + | |
| 500 | +.king-addons-icon.king-addons-reading-progress-bar { | |
| 501 | + background-image: url(../img/reading-progress-bar.svg); | |
| 502 | +} | |
| 503 | + | |
| 504 | +.king-addons-icon.king-addons-pulsing-button { | |
| 505 | + background-image: url(../img/pulsing-button.svg); | |
| 506 | +} | |
| 507 | + | |
| 508 | +.king-addons-icon.king-addons-creative-button { | |
| 509 | + background-image: url(../img/creative-button.svg); | |
| 510 | +} | |
| 511 | + | |
| 512 | +.king-addons-icon.king-addons-hovering-image-stack { | |
| 513 | + background-image: url(../img/hovering-image-stack.svg); | |
| 514 | +} | |
| 515 | + | |
| 516 | +.king-addons-icon.king-addons-advanced-border-radius { | |
| 517 | + background-image: url(../img/advanced-border-radius.svg); | |
| 518 | +} | |
| 519 | + | |
| 520 | +.king-addons-icon.king-addons-content-flip-box { | |
| 521 | + background-image: url(../img/content-flip-box.svg); | |
| 522 | +} | |
| 523 | + | |
| 524 | +.king-addons-icon.king-addons-flip-countdown { | |
| 525 | + background-image: url(../img/flip-countdown.svg); | |
| 526 | +} | |
| 527 | + | |
| 528 | +.king-addons-icon.king-addons-smooth-counter { | |
| 529 | + background-image: url(../img/smooth-counter.svg); | |
| 530 | +} | |
| 531 | + | |
| 532 | +.king-addons-icon.king-addons-testimonial { | |
| 533 | + background-image: url(../img/testimonial.svg); | |
| 534 | +} | |
| 535 | + | |
| 536 | +.king-addons-icon.king-addons-testimonials-wall { | |
| 537 | + background-image: url(../img/testimonial.svg); | |
| 538 | +} | |
| 539 | + | |
| 540 | +.king-addons-icon.king-addons-testimonial-carousel { | |
| 541 | + background-image: url(../img/testimonial-carousel.svg); | |
| 542 | +} | |
| 543 | + | |
| 544 | +.king-addons-icon.king-addons-feature-list { | |
| 545 | + background-image: url(../img/feature-list.svg); | |
| 546 | +} | |
| 547 | + | |
| 548 | +.king-addons-icon.king-addons-taxonomy-list { | |
| 549 | + background-image: url(../img/taxonomy-list.svg); | |
| 550 | +} | |
| 551 | + | |
| 552 | +.king-addons-icon.king-addons-page-list { | |
| 553 | + background-image: url(../img/page-list.svg); | |
| 554 | +} | |
| 555 | + | |
| 556 | +.king-addons-icon.king-addons-search { | |
| 557 | + background-image: url(../img/search.svg); | |
| 558 | +} | |
| 559 | + | |
| 560 | +.king-addons-icon.king-addons-progress-bar { | |
| 561 | + background-image: url(../img/progress-bar.svg); | |
| 562 | +} | |
| 563 | + | |
| 564 | +.king-addons-icon.king-addons-team-member { | |
| 565 | + background-image: url(../img/team-member.svg); | |
| 566 | +} | |
| 567 | + | |
| 568 | +.king-addons-icon.king-addons-team-member-slider { | |
| 569 | + background-image: url(../img/team-member-slider.svg); | |
| 570 | +} | |
| 571 | + | |
| 572 | +.king-addons-icon.king-addons-share-buttons { | |
| 573 | + background-image: url(../img/share-buttons.svg); | |
| 574 | +} | |
| 575 | + | |
| 576 | +.king-addons-icon.king-addons-pricing-table { | |
| 577 | + background-image: url(../img/pricing-table.svg); | |
| 578 | +} | |
| 579 | + | |
| 580 | +.king-addons-icon.king-addons-charts { | |
| 581 | + background-image: url(../img/charts.svg); | |
| 582 | +} | |
| 583 | + | |
| 584 | +.king-addons-icon.king-addons-posts-grid { | |
| 585 | + background-image: url(../img/posts-grid.svg); | |
| 586 | +} | |
| 587 | + | |
| 588 | +.king-addons-icon.king-addons-woocommerce-grid { | |
| 589 | + background-image: url(../img/woocommerce-grid.svg); | |
| 590 | +} | |
| 591 | + | |
| 592 | +.king-addons-icon.king-addons-media-grid { | |
| 593 | + background-image: url(../img/media-grid.svg); | |
| 594 | +} | |
| 595 | + | |
| 596 | +.king-addons-icon.king-addons-magazine-grid { | |
| 597 | + background-image: url(../img/magazine-grid.svg); | |
| 598 | +} | |
| 599 | + | |
| 600 | +.king-addons-icon.king-addons-timeline { | |
| 601 | + background-image: url(../img/timeline.svg); | |
| 602 | +} | |
| 603 | + | |
| 604 | +.king-addons-icon.king-addons-slider { | |
| 605 | + background-image: url(../img/slider.svg); | |
| 606 | +} | |
| 607 | + | |
| 608 | +.king-addons-icon.king-addons-form-builder { | |
| 609 | + background-image: url(../img/form-builder.svg); | |
| 610 | +} | |
| 611 | + | |
| 612 | +.king-addons-icon.king-addons-data-table { | |
| 613 | + background-image: url(../img/data-table.svg); | |
| 614 | +} | |
| 615 | + | |
| 616 | +.king-addons-icon.king-addons-content-ticker { | |
| 617 | + background-image: url(../img/content-ticker.svg); | |
| 618 | +} | |
| 619 | + | |
| 620 | +.king-addons-icon.king-addons-mailchimp { | |
| 621 | + background-image: url(../img/mailchimp.svg); | |
| 622 | +} | |
| 623 | + | |
| 624 | +.king-addons-icon.king-addons-tabs { | |
| 625 | + background-image: url(../img/tabs.svg); | |
| 626 | +} | |
| 627 | + | |
| 628 | +.king-addons-icon.king-addons-accordion { | |
| 629 | + background-image: url(../img/accordion.svg); | |
| 630 | +} | |
| 631 | + | |
| 632 | +.king-addons-icon.king-addons-image-accordion { | |
| 633 | + background-image: url(../img/image-accordion.svg); | |
| 634 | +} | |
| 635 | + | |
| 636 | +.king-addons-icon.king-addons-countdown { | |
| 637 | + background-image: url(../img/countdown.svg); | |
| 638 | +} | |
| 639 | + | |
| 640 | +.king-addons-icon.king-addons-copy-paste { | |
| 641 | + background-image: url(../img/copy-paste.svg); | |
| 642 | +} | |
| 643 | + | |
| 644 | +.king-addons-icon.king-addons-protected-content { | |
| 645 | + background-image: url(../img/protected-content.svg); | |
| 646 | +} | |
| 647 | + | |
| 648 | +.king-addons-icon.king-addons-conditional-display { | |
| 649 | + background-image: url(../img/conditional-display.svg); | |
| 650 | +} | |
| 651 | + | |
| 652 | +.king-addons-icon.king-addons-pricing-calculator { | |
| 653 | + background-image: url(../img/pricing-calculator.svg); | |
| 654 | +} | |
| 655 | + | |
| 656 | +.king-addons-icon.king-addons-pricing-slider { | |
| 657 | + background-image: url(../img/pricing-slider.svg); | |
| 658 | +} | |
| 659 | + | |
| 660 | +.king-addons-icon.king-addons-google-maps { | |
| 661 | + background-image: url(../img/google-maps.svg); | |
| 662 | +} | |
| 663 | + | |
| 664 | +.king-addons-icon.king-addons-form-styler { | |
| 665 | + background-image: url(../img/form-styler.svg); | |
| 666 | +} | |
| 667 | + | |
| 668 | +.king-addons-icon.king-addons-lottie-animations { | |
| 669 | + background-image: url(../img/lottie-animations.svg); | |
| 670 | +} | |
| 671 | + | |
| 672 | +.king-addons-icon.king-addons-mega-menu { | |
| 673 | + background-image: url(../img/mega-menu.svg); | |
| 674 | +} | |
| 675 | + | |
| 676 | +.king-addons-icon.king-addons-filterable-image-gallery { | |
| 677 | + background-image: url(../img/filterable-image-gallery.svg); | |
| 678 | +} | |
| 679 | + | |
| 680 | +.king-addons-icon.king-addons-login-register-form { | |
| 681 | + background-image: url(../img/login-register-form.svg); | |
| 682 | +} | |
| 683 | + | |
| 684 | +.king-addons-icon.king-addons-dynamic-posts-grid { | |
| 685 | + background-image: url(../img/dynamic-posts-grid.svg); | |
| 686 | +} | |
| 687 | + | |
| 688 | +.king-addons-icon.king-addons-advanced-callout-box { | |
| 689 | + background-image: url(../img/advanced-callout-box.svg); | |
| 690 | +} | |
| 691 | + | |
| 692 | +.king-addons-icon.king-addons-magnetic-buttons { | |
| 693 | + background-image: url(../img/magnetic-buttons.svg); | |
| 694 | +} | |
| 695 | + | |
| 696 | +.king-addons-icon.king-addons-parallax-depth-cards { | |
| 697 | + background-image: url(../img/parallax-background.svg); | |
| 698 | +} | |
| 699 | + | |
| 700 | +.king-addons-icon.king-addons-pull-quotes-callouts-builder { | |
| 701 | + background-image: url(../img/pull-quotes-callouts-builder.svg); | |
| 702 | +} | |
| 703 | + | |
| 704 | +.king-addons-icon.king-addons-scrollytelling-slides { | |
| 705 | + background-image: url(../img/scrollytelling-slides.svg); | |
| 706 | +} | |
| 707 | + | |
| 708 | +.king-addons-icon.king-addons-spotlight-reveal { | |
| 709 | + background-image: url(../img/spotlight-reveal.svg); | |
| 710 | +} | |
| 711 | + | |
| 712 | +.king-addons-icon.king-addons-holographic-card { | |
| 713 | + background-image: url(../img/holographic-card.svg); | |
| 714 | +} | |
| 715 | + | |
| 716 | +.king-addons-icon.king-addons-card-slider { | |
| 717 | + background-image: url(../img/card-slider.svg); | |
| 718 | +} | |
| 719 | + | |
| 720 | +.king-addons-icon.king-addons-simple-card-grid { | |
| 721 | + background-image: url(../img/simple-card-grid.svg); | |
| 722 | +} | |
| 723 | + | |
| 724 | +.king-addons-icon.king-addons-simple-post-grid { | |
| 725 | + background-image: url(../img/simple-post-grid.svg); | |
| 726 | +} | |
| 727 | + | |
| 728 | +.king-addons-icon.king-addons-simple-post-slider { | |
| 729 | + background-image: url(../img/simple-post-slider.svg); | |
| 730 | +} | |
| 731 | + | |
| 732 | +.king-addons-icon.king-addons-quick-product-slider { | |
| 733 | + background-image: url(../img/quick-product-slider.svg); | |
| 734 | +} | |
| 735 | + | |
| 736 | +.king-addons-icon.king-addons-quick-product-grid { | |
| 737 | + background-image: url(../img/quick-product-grid.svg); | |
| 738 | +} | |
| 739 | + | |
| 740 | +.king-addons-icon.king-addons-kpi-tiles-microcharts { | |
| 741 | + background-image: url(../img/kpi-tiles-microcharts.svg); | |
| 742 | +} | |
| 743 | + | |
| 744 | +.king-addons-icon.king-addons-interactive-gradient-mesh { | |
| 745 | + background-image: url(../img/interactive-gradient-mesh.svg); | |
| 746 | +} | |
| 747 | + | |
| 748 | +.king-addons-icon.king-addons-breadcrumbs { | |
| 749 | + background-image: url(../img/breadcrumbs.svg); | |
| 750 | +} | |
| 751 | + | |
| 752 | +.king-addons-icon.king-addons-ajax-add-to-cart { | |
| 753 | + background-image: url(../img/ajax-add-to-cart.svg); | |
| 754 | +} | |
| 755 | + | |
| 756 | +.king-addons-icon.king-addons-compare-table { | |
| 757 | + background-image: url(../img/compare-table.svg); | |
| 758 | +} | |
| 759 | + | |
| 760 | +.king-addons-icon.king-addons-icon-steps-process-timeline { | |
| 761 | + background-image: url(../img/timeline.svg); | |
| 762 | +} | |
| 763 | + | |
| 764 | +.king-addons-icon.king-addons-values-circle-infographic { | |
| 765 | + background-image: url(../img/values-circle-infographic.svg); | |
| 766 | +} | |
| 767 | + | |
| 768 | +.king-addons-icon.king-addons-tb-archive-description { | |
| 769 | + background-image: url(../img/tb-archive-description.svg); | |
| 770 | +} | |
| 771 | + | |
| 772 | +.king-addons-icon.king-addons-woo-product-breadcrumbs { | |
| 773 | + background-image: url(../img/woo-product-breadcrumbs.svg); | |
| 774 | +} | |
| 775 | + | |
| 776 | +.king-addons-icon.king-addons-woo-product-variations { | |
| 777 | + background-image: url(../img/woo-product-variations.svg); | |
| 778 | +} | |
| 779 | + | |
| 780 | +.king-addons-icon.king-addons-woo-product-badges { | |
| 781 | + background-image: url(../img/woo-product-badges.svg); | |
| 782 | +} | |
| 783 | + | |
| 784 | +.king-addons-icon.king-addons-woo-product-upsell { | |
| 785 | + background-image: url(../img/woo-product-upsell.svg); | |
| 786 | +} | |
| 787 | + | |
| 788 | +.king-addons-icon.king-addons-woo-products-result-count { | |
| 789 | + background-image: url(../img/woo-products-result-count.svg); | |
| 790 | +} | |
| 791 | + | |
| 792 | +.king-addons-icon.king-addons-woo-checkout-order-summary { | |
| 793 | + background-image: url(../img/woo-checkout-order-summary.svg); | |
| 794 | +} | |
| 795 | + | |
| 796 | +.king-addons-icon.king-addons-woo-checkout-payment { | |
| 797 | + background-image: url(../img/woo-checkout-payment.svg); | |
| 798 | +} | |
| 799 | + | |
| 800 | +.king-addons-icon.king-addons-woo-checkout-coupon { | |
| 801 | + background-image: url(../img/woo-checkout-coupon.svg); | |
| 802 | +} | |
| 803 | + | |
| 804 | +.king-addons-icon.king-addons-woo-checkout-sticky-sidebar { | |
| 805 | + background-image: url(../img/woo-checkout-sticky-sidebar.svg); | |
| 806 | +} | |
| 807 | + | |
| 808 | +.king-addons-icon.king-addons-woo-checkout-acf-fields { | |
| 809 | + background-image: url(../img/woo-checkout-acf-fields.svg); | |
| 810 | +} | |
| 811 | + | |
| 812 | +.king-addons-icon.king-addons-woo-my-account-orders { | |
| 813 | + background-image: url(../img/woo-my-account-orders.svg); | |
| 814 | +} | |
| 815 | + | |
| 816 | +.king-addons-icon.king-addons-woo-my-account-address { | |
| 817 | + background-image: url(../img/woo-my-account-address.svg); | |
| 818 | +} | |
| 819 | + | |
| 820 | +.king-addons-icon.king-addons-woo-my-account-acf-fields { | |
| 821 | + background-image: url(../img/woo-my-account-acf-fields.svg); | |
| 822 | +} | |
| 823 | + | |
| 824 | +.king-addons-icon.king-addons-comparison-matrix-cards { | |
| 825 | + background-image: url(../img/comparison-matrix-cards.svg); | |
| 826 | +} | |
| 827 | + | |
| 828 | +.king-addons-icon.king-addons-content-toggle { | |
| 829 | + background-image: url(../img/content-toggle.svg); | |
| 830 | +} | |
| 831 | + | |
| 832 | +.king-addons-icon.king-addons-facet-active-filters { | |
| 833 | + background-image: url(../img/facet-active-filters.svg); | |
| 834 | +} | |
| 835 | + | |
| 836 | +.king-addons-icon.king-addons-facet-meta { | |
| 837 | + background-image: url(../img/facet-meta.svg); | |
| 838 | +} | |
| 839 | + | |
| 840 | +.king-addons-icon.king-addons-facet-price { | |
| 841 | + background-image: url(../img/facet-price.svg); | |
| 842 | +} | |
| 843 | + | |
| 844 | +.king-addons-icon.king-addons-facet-reset { | |
| 845 | + background-image: url(../img/facet-reset.svg); | |
| 846 | +} | |
| 847 | + | |
| 848 | +.king-addons-icon.king-addons-facet-search { | |
| 849 | + background-image: url(../img/facet-search.svg); | |
| 850 | +} | |
| 851 | + | |
| 852 | +.king-addons-icon.king-addons-facet-taxonomy { | |
| 853 | + background-image: url(../img/facet-taxonomy.svg); | |
| 854 | +} | |
| 855 | + | |
| 856 | +.king-addons-icon.king-addons-floating-tags-marquee { | |
| 857 | + background-image: url(../img/floating-tags-marquee.svg); | |
| 858 | +} | |
| 859 | + | |
| 860 | +.king-addons-icon.king-addons-interactive-steps-progress { | |
| 861 | + background-image: url(../img/interactive-steps-progress.svg); | |
| 862 | +} | |
| 863 | + | |
| 864 | +.king-addons-icon.king-addons-liquid-glass-cards { | |
| 865 | + background-image: url(../img/liquid-glass-cards.svg); | |
| 866 | +} | |
| 867 | + | |
| 868 | +.king-addons-icon.king-addons-loop-grid { | |
| 869 | + background-image: url(../img/loop-grid.svg); | |
| 870 | +} | |
| 871 | + | |
| 872 | +.king-addons-icon.king-addons-pros-cons-box { | |
| 873 | + background-image: url(../img/pros-cons-box.svg); | |
| 874 | +} | |
| 875 | + | |
| 876 | +.king-addons-icon.king-addons-reveal-swipe-cards { | |
| 877 | + background-image: url(../img/reveal-swipe-cards.svg); | |
| 878 | +} | |
| 879 | + | |
| 880 | +.king-addons-icon.king-addons-scroll-story-sections { | |
| 881 | + background-image: url(../img/scroll-story-sections.svg); | |
| 882 | +} | |
| 883 | + | |
| 884 | +.king-addons-icon.king-addons-tb-404-description { | |
| 885 | + background-image: url(../img/tb-404-description.svg); | |
| 886 | +} | |
| 887 | + | |
| 888 | +.king-addons-icon.king-addons-tb-404-search-form { | |
| 889 | + background-image: url(../img/tb-404-search-form.svg); | |
| 890 | +} | |
| 891 | + | |
| 892 | +.king-addons-icon.king-addons-tb-404-title { | |
| 893 | + background-image: url(../img/tb-404-title.svg); | |
| 894 | +} | |
| 895 | + | |
| 896 | +.king-addons-icon.king-addons-tb-archive-pagination { | |
| 897 | + background-image: url(../img/tb-archive-pagination.svg); | |
| 898 | +} | |
| 899 | + | |
| 900 | +.king-addons-icon.king-addons-tb-archive-posts { | |
| 901 | + background-image: url(../img/tb-archive-posts.svg); | |
| 902 | +} | |
| 903 | + | |
| 904 | +.king-addons-icon.king-addons-tb-archive-result-count { | |
| 905 | + background-image: url(../img/tb-archive-result-count.svg); | |
| 906 | +} | |
| 907 | + | |
| 908 | +.king-addons-icon.king-addons-tb-archive-title { | |
| 909 | + background-image: url(../img/tb-archive-title.svg); | |
| 910 | +} | |
| 911 | + | |
| 912 | +.king-addons-icon.king-addons-tb-author-box { | |
| 913 | + background-image: url(../img/tb-author-box.svg); | |
| 914 | +} | |
| 915 | + | |
| 916 | +.king-addons-icon.king-addons-tb-author-info { | |
| 917 | + background-image: url(../img/tb-author-info.svg); | |
| 918 | +} | |
| 919 | + | |
| 920 | +.king-addons-icon.king-addons-tb-back-to-home { | |
| 921 | + background-image: url(../img/tb-back-to-home.svg); | |
| 922 | +} | |
| 923 | + | |
| 924 | +.king-addons-icon.king-addons-tb-featured-image { | |
| 925 | + background-image: url(../img/tb-featured-image.svg); | |
| 926 | +} | |
| 927 | + | |
| 928 | +.king-addons-icon.king-addons-tb-post-comments { | |
| 929 | + background-image: url(../img/tb-post-comments.svg); | |
| 930 | +} | |
| 931 | + | |
| 932 | +.king-addons-icon.king-addons-tb-post-content { | |
| 933 | + background-image: url(../img/tb-post-content.svg); | |
| 934 | +} | |
| 935 | + | |
| 936 | +.king-addons-icon.king-addons-tb-post-excerpt { | |
| 937 | + background-image: url(../img/tb-post-excerpt.svg); | |
| 938 | +} | |
| 939 | + | |
| 940 | +.king-addons-icon.king-addons-tb-post-meta { | |
| 941 | + background-image: url(../img/tb-post-meta.svg); | |
| 942 | +} | |
| 943 | + | |
| 944 | +.king-addons-icon.king-addons-tb-post-navigation { | |
| 945 | + background-image: url(../img/tb-post-navigation.svg); | |
| 946 | +} | |
| 947 | + | |
| 948 | +.king-addons-icon.king-addons-tb-post-taxonomies { | |
| 949 | + background-image: url(../img/tb-post-taxonomies.svg); | |
| 950 | +} | |
| 951 | + | |
| 952 | +.king-addons-icon.king-addons-tb-post-title { | |
| 953 | + background-image: url(../img/tb-post-title.svg); | |
| 954 | +} | |
| 955 | + | |
| 956 | +.king-addons-icon.king-addons-tb-related-posts { | |
| 957 | + background-image: url(../img/tb-related-posts.svg); | |
| 958 | +} | |
| 959 | + | |
| 960 | +.king-addons-icon.king-addons-tb-search-results { | |
| 961 | + background-image: url(../img/tb-search-results.svg); | |
| 962 | +} | |
| 963 | + | |
| 964 | +.king-addons-icon.king-addons-woocommerce-floating-cart-icon { | |
| 965 | + background-image: url(../img/woocommerce-floating-cart-icon.svg); | |
| 966 | +} | |
| 967 | + | |
| 968 | +.king-addons-icon.king-addons-woo-archive-banner { | |
| 969 | + background-image: url(../img/woo-archive-banner.svg); | |
| 970 | +} | |
| 971 | + | |
| 972 | +.king-addons-icon.king-addons-woo-archive-description { | |
| 973 | + background-image: url(../img/woo-archive-description.svg); | |
| 974 | +} | |
| 975 | + | |
| 976 | +.king-addons-icon.king-addons-woo-archive-title { | |
| 977 | + background-image: url(../img/woo-archive-title.svg); | |
| 978 | +} | |
| 979 | + | |
| 980 | +.king-addons-icon.king-addons-woo-cart-coupon-form { | |
| 981 | + background-image: url(../img/woo-cart-coupon-form.svg); | |
| 982 | +} | |
| 983 | + | |
| 984 | +.king-addons-icon.king-addons-woo-cart-cross-sells { | |
| 985 | + background-image: url(../img/woo-cart-cross-sells.svg); | |
| 986 | +} | |
| 987 | + | |
| 988 | +.king-addons-icon.king-addons-woo-cart-empty { | |
| 989 | + background-image: url(../img/woo-cart-empty.svg); | |
| 990 | +} | |
| 991 | + | |
| 992 | +.king-addons-icon.king-addons-woo-cart-table { | |
| 993 | + background-image: url(../img/woo-cart-table.svg); | |
| 994 | +} | |
| 995 | + | |
| 996 | +.king-addons-icon.king-addons-woo-cart-totals { | |
| 997 | + background-image: url(../img/woo-cart-totals.svg); | |
| 998 | +} | |
| 999 | + | |
| 1000 | +.king-addons-icon.king-addons-woo-checkout-form { | |
| 1001 | + background-image: url(../img/woo-checkout-form.svg); | |
| 1002 | +} | |
| 1003 | + | |
| 1004 | +.king-addons-icon.king-addons-woo-checkout-login { | |
| 1005 | + background-image: url(../img/woo-checkout-login.svg); | |
| 1006 | +} | |
| 1007 | + | |
| 1008 | +.king-addons-icon.king-addons-woo-checkout-place-order { | |
| 1009 | + background-image: url(../img/woo-checkout-place-order.svg); | |
| 1010 | +} | |
| 1011 | + | |
| 1012 | +.king-addons-icon.king-addons-woo-checkout-progress { | |
| 1013 | + background-image: url(../img/woo-checkout-progress.svg); | |
| 1014 | +} | |
| 1015 | + | |
| 1016 | +.king-addons-icon.king-addons-woo-checkout-steps { | |
| 1017 | + background-image: url(../img/woo-checkout-steps.svg); | |
| 1018 | +} | |
| 1019 | + | |
| 1020 | +.king-addons-icon.king-addons-woo-my-account-content { | |
| 1021 | + background-image: url(../img/woo-my-account-content.svg); | |
| 1022 | +} | |
| 1023 | + | |
| 1024 | +.king-addons-icon.king-addons-woo-my-account-dashboard { | |
| 1025 | + background-image: url(../img/woo-my-account-dashboard.svg); | |
| 1026 | +} | |
| 1027 | + | |
| 1028 | +.king-addons-icon.king-addons-woo-my-account-details { | |
| 1029 | + background-image: url(../img/woo-my-account-details.svg); | |
| 1030 | +} | |
| 1031 | + | |
| 1032 | +.king-addons-icon.king-addons-woo-my-account-downloads { | |
| 1033 | + background-image: url(../img/woo-my-account-downloads.svg); | |
| 1034 | +} | |
| 1035 | + | |
| 1036 | +.king-addons-icon.king-addons-woo-my-account-logout { | |
| 1037 | + background-image: url(../img/woo-my-account-logout.svg); | |
| 1038 | +} | |
| 1039 | + | |
| 1040 | +.king-addons-icon.king-addons-woo-my-account-navigation { | |
| 1041 | + background-image: url(../img/woo-my-account-navigation.svg); | |
| 1042 | +} | |
| 1043 | + | |
| 1044 | +.king-addons-icon.king-addons-woo-my-account-order-details { | |
| 1045 | + background-image: url(../img/woo-my-account-order-details.svg); | |
| 1046 | +} | |
| 1047 | + | |
| 1048 | +.king-addons-icon.king-addons-woo-product-acf-field { | |
| 1049 | + background-image: url(../img/woo-product-acf-field.svg); | |
| 1050 | +} | |
| 1051 | + | |
| 1052 | +.king-addons-icon.king-addons-woo-product-add-to-cart { | |
| 1053 | + background-image: url(../img/woo-product-add-to-cart.svg); | |
| 1054 | +} | |
| 1055 | + | |
| 1056 | +.king-addons-icon.king-addons-woo-product-countdown { | |
| 1057 | + background-image: url(../img/woo-product-countdown.svg); | |
| 1058 | +} | |
| 1059 | + | |
| 1060 | +.king-addons-icon.king-addons-woo-product-cross-sell { | |
| 1061 | + background-image: url(../img/woo-product-cross-sell.svg); | |
| 1062 | +} | |
| 1063 | + | |
| 1064 | +.king-addons-icon.king-addons-woo-product-custom-tabs { | |
| 1065 | + background-image: url(../img/woo-product-custom-tabs.svg); | |
| 1066 | +} | |
| 1067 | + | |
| 1068 | +.king-addons-icon.king-addons-woo-product-full-description { | |
| 1069 | + background-image: url(../img/woo-product-full-description.svg); | |
| 1070 | +} | |
| 1071 | + | |
| 1072 | +.king-addons-icon.king-addons-woo-product-images-gallery { | |
| 1073 | + background-image: url(../img/woo-product-images-gallery.svg); | |
| 1074 | +} | |
| 1075 | + | |
| 1076 | +.king-addons-icon.king-addons-woo-product-meta { | |
| 1077 | + background-image: url(../img/woo-product-meta.svg); | |
| 1078 | +} | |
| 1079 | + | |
| 1080 | +.king-addons-icon.king-addons-woo-product-price { | |
| 1081 | + background-image: url(../img/woo-product-price.svg); | |
| 1082 | +} | |
| 1083 | + | |
| 1084 | +.king-addons-icon.king-addons-woo-product-rating { | |
| 1085 | + background-image: url(../img/woo-product-rating.svg); | |
| 1086 | +} | |
| 1087 | + | |
| 1088 | +.king-addons-icon.king-addons-woo-product-related { | |
| 1089 | + background-image: url(../img/woo-product-related.svg); | |
| 1090 | +} | |
| 1091 | + | |
| 1092 | +.king-addons-icon.king-addons-woo-product-sku { | |
| 1093 | + background-image: url(../img/woo-product-sku.svg); | |
| 1094 | +} | |
| 1095 | + | |
| 1096 | +.king-addons-icon.king-addons-woo-product-short-description { | |
| 1097 | + background-image: url(../img/woo-product-short-description.svg); | |
| 1098 | +} | |
| 1099 | + | |
| 1100 | +.king-addons-icon.king-addons-woo-product-stock { | |
| 1101 | + background-image: url(../img/woo-product-stock.svg); | |
| 1102 | +} | |
| 1103 | + | |
| 1104 | +.king-addons-icon.king-addons-woo-product-tabs { | |
| 1105 | + background-image: url(../img/woo-product-tabs.svg); | |
| 1106 | +} | |
| 1107 | + | |
| 1108 | +.king-addons-icon.king-addons-woo-product-title { | |
| 1109 | + background-image: url(../img/woo-product-title.svg); | |
| 1110 | +} | |
| 1111 | + | |
| 1112 | +.king-addons-icon.king-addons-woo-products-grid { | |
| 1113 | + background-image: url(../img/woo-products-grid.svg); | |
| 1114 | +} | |
| 1115 | + | |
| 1116 | +.king-addons-icon.king-addons-woo-products-pagination { | |
| 1117 | + background-image: url(../img/woo-products-pagination.svg); | |
| 1118 | +} | |
| 1119 | + | |
| 1120 | +.king-addons-icon.king-addons-woo-products-sorting { | |
| 1121 | + background-image: url(../img/woo-products-sorting.svg); | |
| 1122 | +} | |
| 1123 | + | |
| 1124 | +.king-addons-icon.king-addons-woo-shortcode-add-to-cart { | |
| 1125 | + background-image: url(../img/woo-shortcode-add-to-cart.svg); | |
| 1126 | +} | |
| 1127 | + | |
| 1128 | +.king-addons-icon.king-addons-woo-shortcode-cart { | |
| 1129 | + background-image: url(../img/woo-shortcode-cart.svg); | |
| 1130 | +} | |
| 1131 | + | |
| 1132 | +.king-addons-icon.king-addons-woo-shortcode-checkout { | |
| 1133 | + background-image: url(../img/woo-shortcode-checkout.svg); | |
| 1134 | +} | |
| 1135 | + | |
| 1136 | +.king-addons-icon.king-addons-woo-shortcode-my-account { | |
| 1137 | + background-image: url(../img/woo-shortcode-my-account.svg); | |
| 1138 | +} | |
| 1139 | + | |
| 1140 | +.king-addons-icon.king-addons-woo-shortcode-order-tracking { | |
| 1141 | + background-image: url(../img/woo-shortcode-order-tracking.svg); | |
| 1142 | +} | |
| 1143 | + | |
| 1144 | +.king-addons-icon.king-addons-woo-shortcode-product-categories { | |
| 1145 | + background-image: url(../img/woo-shortcode-product-categories.svg); | |
| 1146 | +} | |
| 1147 | + | |
| 1148 | +.king-addons-icon.king-addons-woo-shortcode-product-category { | |
| 1149 | + background-image: url(../img/woo-shortcode-product-category.svg); | |
| 1150 | +} | |
| 1151 | + | |
| 1152 | +.king-addons-icon.king-addons-woo-shortcode-product-page { | |
| 1153 | + background-image: url(../img/woo-shortcode-product-page.svg); | |
| 1154 | +} | |
| 1155 | + | |
| 1156 | +.king-addons-icon.king-addons-woo-shortcode-products { | |
| 1157 | + background-image: url(../img/woo-shortcode-products.svg); | |
| 1158 | +} | |
| 1159 | + | |
| 1160 | +.king-addons-icon.king-addons-woo-shortcode-shop-messages { | |
| 1161 | + background-image: url(../img/woo-shortcode-shop-messages.svg); | |
| 1162 | +} | |
| 1163 | + | |
| 1164 | +/* for elementor icons */ | |