img.lws-woorewards-point-symbol{display:inline !important;margin-bottom:-0.1em;height:1em;width:auto;}ul.products li.product img.lws-woorewards-point-symbol{margin-bottom:-0.1em;}.wr-wrapper{display:flex;flex-direction:row;padding:var(--wr-block-padding, "10px");gap:10px;justify-content:center;align-items:center;border-style:var(--wr-block-border-style, "none");border-width:var(--wr-block-border-width, "inherit");border-radius:var(--wr-block-border-radius, "inherit");border-color:var(--wr-block-border-color, "inherit");background-color:var(--wr-block-background-color, "inherit");color:var(--wr-block-font-color, "inherit");font-size:var(--wr-block-font-size, "inherit");line-height:1;flex-wrap:wrap}.wr-wrapper.vertical{flex-direction:column}.wr-wrapper.top-margin{margin-top:10px}.wr-wrapper.auto-fit{width:-moz-fit-content;width:fit-content}.wr-wrapper.bottom-margin{margin-bottom:10px}.wr-wrapper .wr-icon{display:flex;justify-content:center;align-items:center;font-size:2em;color:var(--wr-block-border-color, "inherit")}.wr-button{display:flex;justify-content:center;align-items:center;padding:5px 10px;transition:all .5s ease;padding:var(--wr-button-padding, "10px");border-style:var(--wr-button-border-style, "none");border-width:var(--wr-button-border-width, "inherit");border-color:var(--wr-button-border-color, "inherit");border-radius:var(--wr-button-border-radius, "inherit");background-color:var(--wr-button-background-color, "inherit");color:var(--wr-button-font-color, "inherit");font-size:var(--wr-button-font-size, "inherit")}.wr-button:hover{border-color:var(--wr-button-border-over-color, "inherit");background-color:var(--wr-button-background-over-color, "inherit");color:var(--wr-button-font-over-color, "inherit")}@font-face {
font-family: "lws-icons";
src: url(//cosmeticoslaita.com/wp-content/plugins/woorewards/assets/lws-adminpanel/styling/fonts/lws-icons.eot?v20230623);
src: url(//cosmeticoslaita.com/wp-content/plugins/woorewards/assets/lws-adminpanel/styling/fonts/lws-icons.eot?v20230623) format("embedded-opentype"),
url(//cosmeticoslaita.com/wp-content/plugins/woorewards/assets/lws-adminpanel/styling/fonts/lws-icons.woff2?v20230623) format("woff2"), url(//cosmeticoslaita.com/wp-content/plugins/woorewards/assets/lws-adminpanel/styling/fonts/lws-icons.woff?v20230623) format("woff"),
url(//cosmeticoslaita.com/wp-content/plugins/woorewards/assets/lws-adminpanel/styling/fonts/lws-icons.ttf?v20230623) format("truetype"), url(//cosmeticoslaita.com/wp-content/plugins/woorewards/assets/lws-adminpanel/styling/fonts/lws-icons.svg?v20230623) format("svg");
font-weight: normal;
font-style: normal;
} .lws-icon::before,
[class^="lws-icon-"]::before,
[class*=" lws-icon-"]::before {
font-family: "lws-icons";
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .lws-icon-sm {
font-size: 0.8em;
}
.lws-icon-lg {
font-size: 1.2em;
} .lws-icon-16 {
font-size: 16px;
}
.lws-icon-32 {
font-size: 32px;
} .lws-icon-bg-square,
.lws-icon-bg-circle {
padding: 0.35em;
background-color: #eee;
}
.lws-icon-bg-circle {
border-radius: 50%;
} .lws-icon-ul {
padding-left: 0;
list-style-type: none;
}
.lws-icon-ul > li {
display: flex;
align-items: flex-start;
line-height: 1.4;
}
.lws-icon-ul > li > .lws-icon {
margin-right: 0.4em;
line-height: inherit;
} .lws-icon-is-spinning {
-webkit-animation: lws-icon-spin 2s infinite linear;
-moz-animation: lws-icon-spin 2s infinite linear;
animation: lws-icon-spin 2s infinite linear;
}
@-webkit-keyframes lws-icon-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes lws-icon-spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
}
}
@keyframes lws-icon-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
} .lws-icon-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.lws-icon-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.lws-icon-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.lws-icon-flip-y {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.lws-icon-flip-x {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
} .lws-icon-gift::before {
content: "\e900";
}
.lws-icon-pencil::before {
content: "\ea02";
}
.lws-icon-bin::before {
content: "\ea03";
}
.lws-icon-checkmark::before {
content: "\ea04";
}
.lws-icon-cross::before {
content: "\ea05";
}
.lws-icon-dropper::before {
content: "\ea09";
}
.lws-icon-checkbox-checked::before {
content: "\ea0a";
}
.lws-icon-checkbox-unchecked::before {
content: "\ea0b";
}
.lws-icon-arrow-up::before {
content: "\ea0c";
}
.lws-icon-arrow-down::before {
content: "\ea0d";
}
.lws-icon-arrow-left::before {
content: "\ea0e";
}
.lws-icon-arrow-right::before {
content: "\ea0f";
}
.lws-icon-nav-down::before {
content: "\ea10";
}
.lws-icon-nav-left::before {
content: "\ea11";
}
.lws-icon-nav-right::before {
content: "\ea12";
}
.lws-icon-nav-up::before {
content: "\ea13";
}
.lws-icon-down-arrow::before {
content: "\ea14";
}
.lws-icon-right-arrow::before {
content: "\ea16";
}
.lws-icon-up-arrow::before {
content: "\ea17";
}
.lws-icon-small-right::before {
content: "\ea18";
}
.lws-icon-small-left::before {
content: "\ea19";
}
.lws-icon-small-down::before {
content: "\ea1a";
}
.lws-icon-small-up::before {
content: "\ea1b";
}
.lws-icon-star-full::before {
content: "\ea1c";
}
.lws-icon-star-empty::before {
content: "\ea1d";
}
.lws-icon-plus::before {
content: "\ea1e";
}
.lws-icon-minus::before {
content: "\ea1f";
}
.lws-icon-required::before {
content: "\ea20";
}
.lws-icon-search::before {
content: "\ea22";
}
.lws-icon-undo::before {
content: "\ea24";
}
.lws-icon-show-more::before {
content: "\ea25";
}
.lws-icon-edit::before {
content: "\ea26";
}
.lws-icon-over::before {
content: "\ea27";
}
.lws-icon-idle::before {
content: "\ea28";
}
.lws-icon-click::before {
content: "\ea2a";
}
.lws-icon-cursor::before {
content: "\ea2b";
}
.lws-icon-text::before {
content: "\ea2c";
}
.lws-icon-inkpot::before {
content: "\ea2d";
}
.lws-icon-align-left::before {
content: "\ea2e";
}
.lws-icon-italic::before {
content: "\ea2f";
}
.lws-icon-line-height::before {
content: "\ea30";
}
.lws-icon-scale-vertical::before {
content: "\ea31";
}
.lws-icon-underline::before {
content: "\ea32";
}
.lws-icon-caps-small::before {
content: "\ea33";
}
.lws-icon-full-screen::before {
content: "\ea34";
}
.lws-icon-artboard::before {
content: "\ea35";
}
.lws-icon-margin-left::before {
content: "\ea36";
}
.lws-icon-enlarge::before {
content: "\ea37";
}
.lws-icon-resize-v::before {
content: "\ea39";
}
.lws-icon-resize-h::before {
content: "\ea3a";
}
.lws-icon-border::before {
content: "\ea3b";
}
.lws-icon-border-style::before {
content: "\ea3c";
}
.lws-icon-border-radius::before {
content: "\ea3d";
}
.lws-icon-border-width::before {
content: "\ea3e";
}
.lws-icon-question::before {
content: "\ea3f";
}
.lws-icon-books::before {
content: "\ea40";
}
.lws-icon-info::before {
content: "\ea41";
}
.lws-icon-settings-gear::before {
content: "\ea42";
}
.lws-icon-circle-up::before {
content: "\ea43";
}
.lws-icon-circle-left::before {
content: "\ea44";
}
.lws-icon-circle-down::before {
content: "\ea45";
}
.lws-icon-circle-right::before {
content: "\ea46";
}
.lws-icon-menu-bars::before {
content: "\ea47";
}
.lws-icon-floppy-disk::before {
content: "\ea48";
}
.lws-icon-download::before {
content: "\ea49";
}
.lws-icon-youtube::before {
content: "\ea4a";
}
.lws-icon-discord::before {
content: "\ea4b";
}
.lws-icon-support::before {
content: "\ea4c";
}
.lws-icon-key::before {
content: "\ea4d";
}
.lws-icon-bulb::before {
content: "\ea4e";
}
.lws-icon-billboard::before {
content: "\ea4f";
}
.lws-icon-repeat::before {
content: "\ea50";
}
.lws-icon-leave::before {
content: "\ea51";
}
.lws-icon-image::before {
content: "\ea53";
}
.lws-icon-barcode::before {
content: "\ea55";
}
.lws-icon-b-meeting::before {
content: "\ea56";
}
.lws-icon-shop::before {
content: "\ea57";
}
.lws-icon-handle::before {
content: "\ea58";
}
.lws-icon-coins::before {
content: "\ea59";
}
.lws-icon-discount::before {
content: "\ea5a";
}
.lws-icon-supply::before {
content: "\ea5b";
}
.lws-icon-lw_reward::before {
content: "\ea5c";
}
.lws-icon-users::before {
content: "\ea5d";
}
.lws-icon-last-page::before {
content: "\ea5f";
}
.lws-icon-first-page::before {
content: "\ea60";
}
.lws-icon-next-page::before {
content: "\ea61";
}
.lws-icon-previous-page::before {
content: "\ea62";
}
.lws-icon-logo-facebook::before {
content: "\ea63";
}
.lws-icon-logo-twitter::before {
content: "\ea64";
}
.lws-icon-logo-pinterest::before {
content: "\ea65";
}
.lws-icon-logo-linkedin::before {
content: "\ea66";
}
.lws-icon-logo-whatsapp::before {
content: "\ea67";
}
.lws-icon-logo-mewe::before {
content: "\ea68";
}
.lws-icon-radio-checked::before {
content: "\ea69";
}
.lws-icon-radio-unchecked::before {
content: "\ea6a";
}
.lws-icon-copy::before {
content: "\ea6b";
}
.lws-icon-birthday-cake::before {
content: "\ea6c";
}
.lws-icon-user-plus::before {
content: "\ea6e";
}
.lws-icon-cart::before {
content: "\ea6f";
}
.lws-icon-ban::before {
content: "\ea70";
}
.lws-icon-wallet::before {
content: "\ea71";
}
.lws-icon-refresh::before {
content: "\ea72";
}
.lws-icon-trend-up::before {
content: "\ea73";
}
.lws-icon-pdf::before {
content: "\ea74";
}
.lws-icon-facebook2::before {
content: "\ea75";
}
.lws-icon-pinterest1::before {
content: "\ea76";
}
.lws-icon-twitter1::before {
content: "\ea77";
}
.lws-icon-linkedin1::before {
content: "\ea78";
}
.lws-icon-whatsapp::before {
content: "\ea79";
}
.lws-icon-lw_mewe::before {
content: "\ea7a";
}
.lws-icon-crown::before {
content: "\eb0b";
}
.lws-icon-warning::before {
content: "\f06a";
}
.lws-icon-calendar::before {
content: "\f06d";
}
.lws-icon-version::before {
content: "\f06e";
}
.lws-icon-notifs-on::before {
content: "\f06f";
}
.lws-icon-notifs-off::before {
content: "\f070";
}
.lws-icon-power::before {
content: "\f071";
}
.lws-icon-menu::before {
content: "\f072";
}
.lws-icon-adv-settings::before {
content: "\f073";
}
.lws-icon-debug::before {
content: "\f074";
}
.lws-icon-notes::before {
content: "\f075";
}
.lws-icon-letter::before {
content: "\f076";
}
.lws-icon-cart-2::before {
content: "\f077";
}
.lws-icon-app-store::before {
content: "\f078";
}
.lws-icon-users-mm::before {
content: "\f079";
}
.lws-icon-users-wm::before {
content: "\f07a";
}
.lws-icon-api::before {
content: "\f07b";
}
.lws-icon-t-remove::before {
content: "\f07c";
}
.lws-icon-floppy-disk-2::before {
content: "\f07d";
}
.lws-icon-setup-preferences::before {
content: "\f07e";
}
.lws-icon-components::before {
content: "\f07f";
}
.lws-icon-questionnaire::before {
content: "\f080";
}
.lws-icon-window-add::before {
content: "\f081";
}
.lws-icon-back-arrow::before {
content: "\f082";
}
.lws-icon-paint-37::before {
content: "\f084";
}
.lws-icon-divider::before {
content: "\f085";
}
.lws-icon-button-2::before {
content: "\f087";
}
.lws-icon-code::before {
content: "\f088";
}
.lws-icon-text-2::before {
content: "\f089";
}
.lws-icon-present::before {
content: "\f08a";
}
.lws-icon-trophy::before {
content: "\f08b";
}
.lws-icon-cockade::before {
content: "\f08c";
}
.lws-icon-coupon::before {
content: "\f08d";
}
.lws-icon-handshake::before {
content: "\f08f";
}
.lws-icon-privacy::before {
content: "\f090";
}
.lws-icon-c-pulse::before {
content: "\f091";
}
.lws-icon-g-chart::before {
content: "\f092";
}
.lws-icon-chart-bar-32::before {
content: "\f093";
}
.lws-icon-chart-bar-33::before {
content: "\f094";
}
.lws-icon-refund::before {
content: "\f095";
}
.lws-icon-url::before {
content: "\f096";
}
.lws-icon-network-communication::before {
content: "\f097";
}
.lws-icon-a-share::before {
content: "\f098";
}
.lws-icon-launch::before {
content: "\f099";
}
.lws-icon-migration::before {
content: "\f09a";
}
.lws-icon-cloud-download-93::before {
content: "\f09b";
}
.lws-icon-shortcode::before {
content: "\f09c";
}
.lws-icon-free::before {
content: "\f09d";
}
.lws-icon-countdown::before {
content: "\f09e";
}
.lws-icon-bug::before {
content: "\f09f";
}
.lws-icon-save-to-list::before {
content: "\f0a0";
}
.lws-icon-plug-2::before {
content: "\f0a1";
}
.lws-icon-file-add::before {
content: "\f0a2";
}
.lws-icon-delivery::before {
content: "\f0a3";
}
.lws-icon-storage-unit::before {
content: "\f0a4";
}
.lws-icon-stock-2::before {
content: "\f0a5";
}
.lws-icon-file-money::before {
content: "\f0a6";
}
.lws-icon-bill::before {
content: "\f0a7";
}
.lws-icon-check-list::before {
content: "\f0a8";
}
.lws-icon-check-all::before {
content: "\f0a9";
}
.lws-icon-unite-round::before {
content: "\f0aa";
}
.lws-icon-menu-5::before {
content: "\f0ab";
}
.lws-icon-wallet-44::before {
content: "\f0ac";
}
.lws-icon-toast::before {
content: "\f0ad";
}
.lws-icon-license-key::before {
content: "\f0ae";
}
.lws-icon-hash-mark::before {
content: "\f0af";
}
.lws-icon-ampersand::before {
content: "\f0b0";
}
.lws-icon-telescope::before {
content: "\f0b1";
}
.lws-icon-shield::before {
content: "\f0b2";
}
.lws-icon-verified::before {
content: "\f0b3";
}
.lws-icon-screen-sharing-2::before {
content: "\f0b4";
}
.lws-icon-find-replace::before {
content: "\f0b5";
}
.lws-icon-password::before {
content: "\f0b6";
}
.lws-icon-contactless-card::before {
content: "\f0b7";
}
.lws-icon-delete-forever::before {
content: "\f0b8";
}
.lws-icon-currency-exchange-2::before {
content: "\f0b9";
}
.lws-icon-decision-process::before {
content: "\f0ba";
}
.lws-icon-bookmarks::before {
content: "\f0bb";
}
.lws-icon-fav-list::before {
content: "\f0bc";
}
.lws-icon-apps::before {
content: "\f0bd";
}
.lws-icon-winner::before {
content: "\f0be";
}
.lws-icon-img-stack::before {
content: "\f0bf";
}
.lws-icon-tags-stack::before {
content: "\f0c0";
}
.lws-icon-organic-2::before {
content: "\f0c1";
}
.lws-icon-timer::before {
content: "\f0c2";
}
.lws-icon-bag-delivery::before {
content: "\f0c3";
}
.lws-icon-event-create::before {
content: "\f0c4";
}
.lws-icon-event-confirm::before {
content: "\f0c5";
}
.lws-icon-opening-times::before {
content: "\f0c6";
}
.lws-icon-timeline::before {
content: "\f0c7";
}
.lws-icon-mirror-tablet-phone-2::before {
content: "\f0c9";
}
.lws-icon-visa::before {
content: "\f0ca";
}
.lws-icon-shopping-tag::before {
content: "\f0cb";
}
.lws-icon-small-up-2::before {
content: "\f0cc";
}
.lws-icon-i-add::before {
content: "\f0cd";
}
.lws-icon-i-delete::before {
content: "\f0ce";
}
.lws-icon-small-down-2::before {
content: "\f0cf";
}
.lws-icon-small-left-2::before {
content: "\f0d0";
}
.lws-icon-i-remove::before {
content: "\f0d1";
}
.lws-icon-small-right-2::before {
content: "\f0d2";
}
.lws-icon-small-triangle-down::before {
content: "\f0d3";
}
.lws-icon-small-triangle-left::before {
content: "\f0d4";
}
.lws-icon-small-triangle-right::before {
content: "\f0d5";
}
.lws-icon-small-triangle-up::before {
content: "\f0d6";
}
.lws-icon-diamond::before {
content: "\f0d8";
}
.lws-icon-gold-coin::before {
content: "\f0d9";
}
.lws-icon-bullet-list-69::before {
content: "\f0db";
}
.lws-icon-list-bullet::before {
content: "\f0dc";
}
.lws-icon-saved-items::before {
content: "\f0df";
}
.lws-icon-recipe-create::before {
content: "\f0e1";
}
.lws-icon-recipe::before {
content: "\f0e2";
}
.lws-icon-office::before {
content: "\f0e3";
}
.lws-icon-circle-09::before {
content: "\f0e4";
}
.lws-icon-user-frame-32::before {
content: "\f0e5";
}
.lws-icon-business-agent::before {
content: "\f0e6";
}
.lws-icon-user-frame-32-2::before {
content: "\f0e7";
}
.lws-icon-business-contact-88-1::before {
content: "\f0e8";
}
.lws-icon-business-agent-2::before {
content: "\f0e9";
}
.lws-icon-business-contact-88-2::before {
content: "\f0ea";
}
.lws-icon-circle-09-2::before {
content: "\f0eb";
}
.lws-icon-b-remove::before {
content: "\f0ec";
}
.lws-icon-b-add::before {
content: "\f0ed";
}
.lws-icon-b-check::before {
content: "\f0ee";
}
.lws-icon-b-love::before {
content: "\f0ef";
}
.lws-icon-a-search::before {
content: "\f0f0";
}
.lws-icon-a-heart::before {
content: "\f0f1";
}
.lws-icon-a-check::before {
content: "\f0f2";
}
.lws-icon-a-add::before {
content: "\f0f3";
}
.lws-icon-a-edit::before {
content: "\f0f4";
}
.lws-icon-a-remove::before {
content: "\f0f5";
}
.lws-icon-a-star::before {
content: "\f0f7";
}
.lws-icon-upload::before {
content: "\f0f8";
}
.lws-icon-system-update::before {
content: "\f0f9";
}
.lws-icon-book-open::before {
content: "\f0fa";
}
.lws-icon-book-39::before {
content: "\f0fb";
}
.lws-icon-a-time::before {
content: "\f0fc";
}
.lws-icon-home::before {
content: "\f0fd";
}
.lws-icon-home-3::before {
content: "\f0fe";
}
.lws-icon-ic_history_24px::before {
content: "\f0ff";
}
.lws-icon-time-machine::before {
content: "\f100";
}
.lws-icon-at-sign::before {
content: "\f102";
}
.lws-icon-world-pin::before {
content: "\f103";
}
.lws-icon-world::before {
content: "\f104";
}
.lws-icon-globe::before {
content: "\f105";
}
.lws-icon-logo-instagram::before {
content: "\f106";
}
.lws-icon-logo-snapchat::before {
content: "\f108";
}
.lws-icon-logo-fb-simple::before {
content: "\f109";
}
.lws-icon-file-article::before {
content: "\f10a";
}
.lws-icon-file-copies::before {
content: "\f10b";
}
.lws-icon-file-article-2::before {
content: "\f10c";
}
.lws-icon-pin::before {
content: "\f10d";
}
.lws-icon-calendar-event-create::before {
content: "\f10f";
}
.lws-icon-calendar-event::before {
content: "\f111";
}
.lws-icon-check-out::before {
content: "\f112";
}
.lws-icon-check-in::before {
content: "\f113";
}
.lws-icon-pin-time::before {
content: "\f114";
}
.lws-icon-calendar-date-1::before {
content: "\f115";
}
.lws-icon-calendar-date-2-1::before {
content: "\f116";
}
.lws-icon-file-csv::before {
content: "\f117";
}
.lws-icon-file-xlsx::before {
content: "\f118";
}
.lws-icon-gift-exchange::before {
content: "\f119";
}
.lws-icon-giftcard::before {
content: "\f11a";
}
.lws-icon-savings::before {
content: "\f11b";
}
.lws-icon-sort-descending::before {
content: "\f11c";
}
.lws-icon-sort-ascending::before {
content: "\f11d";
}
.lws-icon-check::before {
content: "\f11e";
}
.lws-icon-e-remove::before {
content: "\f11f";
}
.lws-icon-edit-1::before {
content: "\f120";
}
.lws-icon-c-info-2::before {
content: "\f121";
}
.lws-icon-c-info-1::before {
content: "\f122";
}
.lws-icon-logo-paypal::before {
content: "\f123";
}
.lws-icon-stripe::before {
content: "\f124";
}
.lws-icon-bars-2::before {
content: "\f125";
}
.lws-icon-circle-02::before {
content: "\f126";
}
.lws-icon-jewel::before {
content: "\f127";
}
.lws-icon-grid-interface::before {
content: "\f128";
}
.lws-icon-1-by-1::before {
content: "\f129";
}
.lws-icon-3-by-3::before {
content: "\f12a";
}
.lws-icon-lines::before {
content: "\f12b";
}
.lws-icon-grid-system::before {
content: "\f1b5";
}
.lws-icon-gift-1::before {
content: "\f1b6";
}
.lws-icon-treasure-map-21::before {
content: "\f1b7";
}
.lws-icon-compass-04::before {
content: "\f1b8";
}
.lws-icon-c-remove::before {
content: "\f1b9";
}
.lws-icon-c-check::before {
content: "\f1ba";
}
.lws-icon-barcode-qr::before {
content: "\f1bb";
}
.lws-icon-chart-growth::before {
content: "\f1bc";
}
.lws-icon-wand::before {
content: "\f1bd";
}
.lws-icon-incense::before {
content: "\f1be";
}
.lws-icon-razor::before {
content: "\f1bf";
}
.lws-icon-hair-clipper::before {
content: "\f1c0";
}
.lws-icon-progress-2::before {
content: "\f1c1";
}
.lws-icon-video-gallery-2::before {
content: "\f1c2";
}
.lws-icon-hair-man::before {
content: "\f1c3";
}
.lws-icon-hair-woman::before {
content: "\f1c4";
}
.lws-icon-door-3::before {
content: "\f1c5";
}
.lws-icon-candlestick-chart::before {
content: "\f1c6";
}
.lws-icon-statistics::before {
content: "\f1c7";
}
.lws-icon-botany::before {
content: "\f1c8";
}
.lws-icon-chess-king::before {
content: "\f1c9";
}
.lws-icon-baby::before {
content: "\f1ca";
}
.lws-icon-family::before {
content: "\f1cb";
}
.lws-icon-empty::before {
content: "\f1cc";
}
.lws-icon-radio-btn-checked-2::before {
content: "\f1cd";
}
.lws-icon-radio-btn-checked-1::before {
content: "\f1ce";
}
.lws-icon-radio-btn::before {
content: "\f1cf";
}
.lws-icon-checkbox-btn-checked::before {
content: "\f1d0";
}
.lws-icon-checkbox-btn::before {
content: "\f1d1";
}
.lws-icon-offline::before {
content: "\f1d2";
}
.lws-icon-wedding-rings::before {
content: "\f1d3";
}
.lws-icon-deaf::before {
content: "\f1d4";
}
.lws-icon-edit-curves::before {
content: "\f1d5";
}
.lws-icon-edit-brightness::before {
content: "\f1d6";
}
.lws-icon-frame-effect::before {
content: "\f1d7";
}
.lws-icon-blindness::before {
content: "\f1d8";
}
.lws-icon-vr-headset::before {
content: "\f1d9";
}
.lws-icon-app-services::before {
content: "\f1da";
}
.lws-icon-face-recognition::before {
content: "\f1db";
}
.lws-icon-live-streaming::before {
content: "\f1dc";
}
.lws-icon-decision-process-1::before {
content: "\f1dd";
}
.lws-icon-drone-2::before {
content: "\f1de";
}
.lws-icon-ai::before {
content: "\f1df";
}
.lws-icon-crane::before {
content: "\f1e0";
}
.lws-icon-fence::before {
content: "\f1e1";
}
.lws-icon-land::before {
content: "\f1e2";
}
.lws-icon-apps-1::before {
content: "\f1e3";
}
.lws-icon-bookmarks-1::before {
content: "\f1e4";
}
.lws-icon-google::before {
content: "\f1e5";
}
.lws-icon-telegram::before {
content: "\f1e6";
}
.lws-icon-light-control::before {
content: "\f1e7";
}
.lws-icon-grain::before {
content: "\f1e8";
}
.lws-icon-bag-delivery-1::before {
content: "\f1e9";
}
.lws-icon-soup::before {
content: "\f1ea";
}
.lws-icon-pepper::before {
content: "\f1eb";
}
.lws-icon-crumpet::before {
content: "\f1ec";
}
.lws-icon-snack::before {
content: "\f1ed";
}
.lws-icon-cutlery::before {
content: "\f1ee";
}
.lws-icon-file-zip::before {
content: "\f1ef";
}
.lws-icon-window-paragraph::before {
content: "\f1f0";
}
.lws-icon-window-dev::before {
content: "\f1f1";
}
.lws-icon-window-add-1::before {
content: "\f1f2";
}
.lws-icon-watch-2::before {
content: "\f1f3";
}
.lws-icon-wallet-1::before {
content: "\f1f4";
}
.lws-icon-bug-1::before {
content: "\f1f5";
}
.lws-icon-usb::before {
content: "\f1f6";
}
.lws-icon-tag-sale::before {
content: "\f1f7";
}
.lws-icon-support-1::before {
content: "\f1f8";
}
.lws-icon-smiling-face-sunglasses::before {
content: "\f1f9";
}
.lws-icon-sun-cloud::before {
content: "\f1fa";
}
.lws-icon-sun-cloud-snow-55::before {
content: "\f1fb";
}
.lws-icon-sun-cloud-snow-54::before {
content: "\f1fc";
}
.lws-icon-snow::before {
content: "\f1fd";
}
.lws-icon-sleep::before {
content: "\f1fe";
}
.lws-icon-file-article-1::before {
content: "\f1ff";
}
.lws-icon-sd-card::before {
content: "\f200";
}
.lws-icon-satisfied::before {
content: "\f201";
}
.lws-icon-sad::before {
content: "\f202";
}
.lws-icon-sick::before {
content: "\f203";
}
.lws-icon-silly::before {
content: "\f204";
}
.lws-icon-round-euro::before {
content: "\f205";
}
.lws-icon-round-dollar::before {
content: "\f206";
}
.lws-icon-round-yen::before {
content: "\f207";
}
.lws-icon-round-pound::before {
content: "\f208";
}
.lws-icon-quite-happy::before {
content: "\f209";
}
.lws-icon-progress::before {
content: "\f20a";
}
.lws-icon-percentage-38::before {
content: "\f20b";
}
.lws-icon-paint-brush::before {
content: "\f20c";
}
.lws-icon-p-share::before {
content: "\f20d";
}
.lws-icon-p-check::before {
content: "\f20e";
}
.lws-icon-p-edit::before {
content: "\f20f";
}
.lws-icon-p-time::before {
content: "\f210";
}
.lws-icon-p-settings::before {
content: "\f211";
}
.lws-icon-music-note::before {
content: "\f212";
}
.lws-icon-music-cloud::before {
content: "\f213";
}
.lws-icon-muffin::before {
content: "\f214";
}
.lws-icon-multiple-11::before {
content: "\f215";
}
.lws-icon-mouse::before {
content: "\f216";
}
.lws-icon-moka::before {
content: "\f217";
}
.lws-icon-money-coins::before {
content: "\f218";
}
.lws-icon-money-bag::before {
content: "\f219";
}
.lws-icon-malicious::before {
content: "\f21a";
}
.lws-icon-hat-3::before {
content: "\f21b";
}
.lws-icon-glasses::before {
content: "\f21c";
}
.lws-icon-ghost-2::before {
content: "\f21d";
}
.lws-icon-headphones-mic::before {
content: "\f21e";
}
.lws-icon-headphones::before {
content: "\f21f";
}
.lws-icon-camera-flashlight::before {
content: "\f220";
}
.lws-icon-drop::before {
content: "\f221";
}
.lws-icon-dog::before {
content: "\f222";
}
.lws-icon-speedometer::before {
content: "\f223";
}
.lws-icon-cry-57::before {
content: "\f224";
}
.lws-icon-controller::before {
content: "\f225";
}
.lws-icon-connection::before {
content: "\f226";
}
.lws-icon-compass-04-1::before {
content: "\f227";
}
.lws-icon-cheeseburger::before {
content: "\f228";
}
.lws-icon-chips::before {
content: "\f229";
}
.lws-icon-cart-speed::before {
content: "\f22a";
}
.lws-icon-office-chair::before {
content: "\f22b";
}
.lws-icon-car-simple::before {
content: "\f22c";
}
.lws-icon-browser-firefox::before {
content: "\f22d";
}
.lws-icon-browser-edge-legacy::before {
content: "\f22e";
}
.lws-icon-browser-chrome::before {
content: "\f22f";
}
.lws-icon-browser-opera::before {
content: "\f230";
}
.lws-icon-bitcoin::before {
content: "\f231";
}
.lws-icon-beverage::before {
content: "\f232";
}
.lws-icon-battery::before {
content: "\f233";
}
.lws-icon-bat::before {
content: "\f234";
}
.lws-icon-button-play-1::before {
content: "\f235";
}
.lws-icon-btn-play-2::before {
content: "\f236";
}
.lws-icon-btn-play-3::before {
content: "\f237";
}
.lws-icon-button-play-2::before {
content: "\f238";
}
.lws-icon-btn-play-4::before {
content: "\f239";
}
.lws-icon-btn-play-1::before {
content: "\f23a";
}
.lws-icon-data-table::before {
content: "\f23b";
}
.lws-icon-row-table::before {
content: "\f23c";
}
.lws-icon-layout::before {
content: "\f23d";
}
.lws-icon-layout-grid::before {
content: "\f23e";
}
.lws-icon-sales_campaigns::before {
content: "\f23f";
}
.lws-icon-temple::before {
content: "\f241";
}
.lws-icon-credit-locked::before {
content: "\f242";
}
.lws-icon-money-transfer::before {
content: "\f244";
}
.lws-icon-sync-devices::before {
content: "\f245";
}
.lws-icon-file-pdf::before {
content: "\f248";
}
.lws-icon-handout::before {
content: "\f249";
}
.lws-icon-transaction::before {
content: "\f24a";
}.lws-free-product-popup-container.fixed {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 1999;
}
.lws-free-product-popup-container.loading .free-product-popup {
opacity: 0.5;
cursor: wait;
}
.free-product-popup-shadow {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 100;
}
.lwss_selectable.free-product-popup {
background-color: #ffffff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
z-index: 101;
min-width: 400px;
max-height: 80%;
display: flex;
flex-direction: column;
}
.lwss_selectable.free-product-popup form {
overflow-y: scroll;
}
.lwss_selectable.free-product-top-line {
display: flex;
background-color: #eee;
height: 30px;
line-height: 20px;
}
.lwss_selectable.free-product-popup-title {
font-size: 16px;
padding: 5px;
font-weight: bold;
flex: 1 1 auto;
}
.lwss_selectable.close-button.lws-icon-cross {
display: flex;
justify-content: center;
align-items: center;
background-color: #3f89a5;
transition: all 0.3s ease;
color: #ffffff;
border: none;
font-size: 18px;
width: 30px;
padding: 0px;
border-radius: 0px;
}
.lwss_selectable.close-button.lws-icon-cross:hover {
background-color: #3fa9c5;
}
.lwss_selectable.products-list {
display: flex;
flex-direction: column;
gap: 1px;
background-color: #ddd;
}
.lwss_selectable.product-line {
display: flex;
background-color: #fff;
align-items: center;
justify-content: space-between;
padding: 5px;
}
.lwss_selectable.product-thumbnail img {
max-width: 40px;
}
.lwss_selectable.buttons-line {
display: flex;
justify-content: space-between;
align-items: center;
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
padding-top: 10px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
border-color: #ddd;
border-style: solid;
}
.lwss_selectable.free-product-popup-cancel {
background-color: #ddd;
color: #666;
border: none;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
transition: all 0.3s ease;
}
.lwss_selectable.free-product-popup-cancel:hover {
background-color: #eee;
color: #333;
}
.lwss_selectable.free-product-popup-validate {
background-color: #3f89a5;
color: #fff;
border: none;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
transition: all 0.3s ease;
}
.lwss_selectable.free-product-popup-validate:not(.disabled):hover {
background-color: #3fa9c5;
}
.lwss_selectable.free-product-popup-validate.disabled {
cursor: not-allowed;
opacity: 0.5;
}.lws-popup{display:flex;justify-content:center;align-items:center}.lws-popup.lws-shadow{position:fixed;top:0;right:0;left:0;bottom:0;background-color:rgba(46,87,107,.7);z-index:9999}.lws-popup .lws-window{width:auto;background-color:rgba(255,255,255,.8);min-height:40px;min-width:min(100% - 2rem,40rem);max-width:min(100% - 2rem,70rem);max-height:min(100% - 2rem,80rem);border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);position:relative;display:flex;flex-direction:column}.lws-popup .lws-window .loader{position:absolute;z-index:9999;top:0px;right:0px;bottom:0px;left:0px;background-color:rgba(255,255,255,.5);border-radius:4px}.lws-popup .lws-window .loader .animation{display:block;position:relative;left:50%;top:50%;width:42px;height:42px;margin:-24px 0 0 -24px;border-radius:50%;border:3px solid rgba(0,0,0,0);border-top-color:#366;animation:spin 2s linear infinite}.lws-popup .lws-window .loader .animation:before{content:"";position:absolute;top:3px;left:3px;right:3px;bottom:3px;border-radius:50%;border:3px solid rgba(0,0,0,0);border-top-color:#777;animation:spin 3s linear infinite}.lws-popup .lws-window .loader .animation:after{content:"";position:absolute;top:9px;left:6px;right:9px;bottom:9px;border-radius:50%;border:3px solid rgba(0,0,0,0);border-top-color:#366;filter:brightness(130%);animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.lws-popup .lws-popup-close{position:absolute;z-index:99999;right:10px;top:10px;font-size:20px;color:gray;cursor:pointer}.lws-popup .lws-popup-close:hover{color:#333}.lws-popup .lws-popup-content{width:auto;display:flex;min-height:30px;flex-direction:column;padding:10px;gap:5px;overflow-y:auto;position:relative}.lws-popup .lws-popup-content .content-up{display:flex;justify-content:center;align-items:center;padding:5px 20px;border:1px solid gray;color:gray;border-radius:4px;cursor:pointer}.lws-popup .lws-popup-content .content-up:hover{background-color:gray;color:#fff}.lws-popup .lws-popup-content .content-up.hidden{display:none}.lws-popup .lws-popup-content .content-up.disabled{border-color:#ccc;color:#ccc;cursor:not-allowed}.lws-popup .lws-popup-content .content-up.disabled:hover{border-color:#ccc;background-color:rgba(0,0,0,0);color:#ccc}.lws-popup .lws-popup-content .content-down{display:flex;justify-content:center;align-items:center;padding:5px 20px;border:1px solid gray;color:gray;border-radius:4px;cursor:pointer}.lws-popup .lws-popup-content .content-down:hover{background-color:gray;color:#fff}.lws-popup .lws-popup-content .content-down.hidden{display:none}.lws-popup .lws-popup-content .content-down.disabled{border-color:#ccc;color:#ccc;cursor:not-allowed}.lws-popup .lws-popup-content .content-down.disabled:hover{border-color:#ccc;background-color:rgba(0,0,0,0);color:#ccc}.lws-popup .lws-popup-content.all .content-up{display:none}.lws-popup .lws-popup-content.all .content-down{display:none}.lws-popup .lws-popup-content.onebyone{overflow:hidden}.lws-popup .lws-popup-content.onebyone .lws-popup-item{display:none}.lws-popup .lws-popup-content.threebythree{overflow:hidden}.lws-popup .lws-popup-content.threebythree .lws-popup-item{display:none}.lws-popup .lws-popup-title{padding:20px 40px 5px 40px;font-size:18px;color:#333;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lws-popup .lws-popup-buttons{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.lws-popup .lws-popup-buttons .lws-popup-button.cancel{flex:1 1 auto;padding:20px;display:flex;justify-content:center;align-items:center;color:#fff;border-radius:0 0 0 4px;background-color:rgba(204,0,0,.8)}.lws-popup .lws-popup-buttons .lws-popup-button.cancel:hover{background-color:rgba(255,0,0,.8)}.lws-popup .lws-popup-buttons .lws-popup-button.apply{flex:1 1 auto;padding:20px;display:flex;justify-content:center;align-items:center;border-radius:0 0 4px 0;color:#fff;background-color:rgba(0,153,77,.8)}.lws-popup .lws-popup-buttons .lws-popup-button.apply:hover{background-color:rgba(0,204,68,.8)}.lws-popup .lws-window:hover{background-color:#fff}.wr_free_product_popup .lws-popup-content .lws-popup-item input[type=radio]{opacity:0;position:fixed;width:0}.wr_free_product_popup .lws-popup-content .lws-popup-item label{background-color:#ccc;color:#444;padding:10px;border-radius:4px;cursor:pointer}.wr_free_product_popup .lws-popup-content .lws-popup-item input[type=radio]:checked+label{background-color:#2e576b;color:#fff}.wr_free_product_popup .lws-popup-content .lws-popup-item input[type=radio]:focus+label{background-color:#1f3a47;color:#fff}.wr_free_product_popup .lws-popup-content .lws-popup-item input[type=radio]:hover+label{background-color:#4d91b3;color:#fff}.wr_free_product_popup .lws-popup-content.all .lws-popup-item label,.wr_free_product_popup .lws-popup-content.onebyone .lws-popup-item label,.wr_free_product_popup .lws-popup-content.threebythree .lws-popup-item label{display:flex;align-items:center;justify-content:left;gap:10px}.wr_free_product_popup .lws-popup-content.all .lws-popup-item label img,.wr_free_product_popup .lws-popup-content.onebyone .lws-popup-item label img,.wr_free_product_popup .lws-popup-content.threebythree .lws-popup-item label img{max-width:40px;max-height:40px}.wr_free_product_popup .lws-popup-content.grid .lws-popup-items{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:5px}.wr_free_product_popup .lws-popup-content.grid .lws-popup-item label{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:10px}.wr_free_product_popup .lws-popup-content.grid .lws-popup-item .product-name{text-align:center}.wr_free_product_popup .lws-popup-button.apply.wr_free_product_popup_apply.disabled{background-color:#ccc;color:#fff;cursor:not-allowed}img.lws-woovirtualwallet-currency-symbol{
display: inline !important;
float: none !important;
margin-bottom: -0.1em;
height: 1em;
width: auto;
}
.lws-woovirtualwallet-currency-label{
}
.wvw-payment-method-warning{
color: #cc1d25;
}
.lws-woovirtualwallet-payment-method-alert{
font-weight: bold;
}
.lws-woovirtualwallet-forbidden-product{
font-style: italic;
}
.lws-woovirtualwallet-forbidden-product error{
font-weight: bold;
}
#payment .payment_methods li .lws-woovirtualwallet-payment-method-label{
float: right;position: relative;
display:flex;height:30px;margin-left:10px;background-color: #ddd;
}
#payment .payment_methods li .lws-woovirtualwallet-payment-method-icon{
flex: 0 0 auto; height: 30px;
}
.woocommerce-checkout #payment .payment_methods li .lws-woovirtualwallet-payment-method-icon img{
width: auto;height: 26px;margin: 2px;
}
#payment .payment_methods li .lws-woovirtualwallet-payment-method-balance{
padding: 0 5px;line-height: 30px;font-weight: normal;
} ul.products li.product img.lws-woovirtualwallet-currency-symbol, ul.products .wc-block-grid__product img.lws-woovirtualwallet-currency-symbol, .wc-block-grid__products li.product img.lws-woovirtualwallet-currency-symbol, .wc-block-grid__products .wc-block-grid__product img.lws-woovirtualwallet-currency-symbol{
display: initial;
margin: initial;
margin-bottom: -0.1em;
}
.lws-woovirtualwallet-amount{
white-space: nowrap !important;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}