@-webkit-keyframes opml_fade_in_show {
0% {
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes opml_fade_in_show {
0% {
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes opml-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes opml-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} body .opml-store-locator-input {
position: relative;
max-width: 420px;
}
body .opml-store-locator-input::before {
content: "";
width: 20px;
height: 20px;
background-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/location-pin.svg);
display: block;
background-repeat: no-repeat;
position: absolute;
top: 22px;
left: 26px;
}
body .opml-store-locator-input.opml-is-active label {
top: -8px;
left: 32px;
}
body .opml-store-locator-input.opml-is-loading::after {
content: "";
display: block;
width: 16px;
height: 16px;
border: 1px solid #a7a7ab;
border-top: 1px solid #24242e;
position: absolute;
border-radius: 50%;
top: 21px;
right: 23px;
-webkit-animation: opml-rotate 1s linear infinite;
animation: opml-rotate 1s linear infinite;
}
body .opml-store-locator-input__label {
position: absolute;
background: #fff;
padding: 0 7px;
-webkit-transition: 0.2s all ease-out;
transition: 0.2s all ease-out;
top: 22.5px;
left: 44px;
color: #000;
font-size: 16px;
line-height: 1 !important;
}
body .opml-store-locator-input .opml-store-locator-input__input[type=text] {
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 47px;
border: 2px solid #c7d4db;
background: #fff;
outline: none;
padding: 0 0 0 52px !important;
height: 60px;
margin: 0;
}
body .opml-store-locator-input .opml-store-locator-input__input[type=text]:hover, body .opml-store-locator-input .opml-store-locator-input__input[type=text]:active, body .opml-store-locator-input .opml-store-locator-input__input[type=text]:focus {
background: #fff;
border-color: #24242d;
}
div.opml-popup {
background: rgba(0, 0, 0, 0.368627451);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 10000;
display: none;
}
div.opml-popup * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
letter-spacing: unset;
line-height: 1.4;
}
div.opml-popup__content {
border-radius: 10px;
max-width: 560px;
background-color: #fff;
padding: 45px 70px;
margin: 0 auto;
position: relative;
}
@media screen and (max-width: 600px) {
div.opml-popup__content {
padding: 45px 40px;
}
}
@media screen and (max-width: 380px) {
div.opml-popup__content {
padding: 30px 25px;
}
}
div.opml-popup--open {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
div.opml-popup--open .opml-popup__content {
-webkit-animation: opml_fade_in_show 0.2s cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal none running;
animation: opml_fade_in_show 0.2s cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal none running;
}
div.opml-popup__close {
width: 14px;
position: absolute;
right: 20px;
top: 20px;
cursor: pointer;
height: 14px;
}
div.opml-popup__close svg {
max-width: 100%;
}
.opml-store-locator * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
letter-spacing: unset;
line-height: 1.4;
font-family: Roboto, Helvetica, Arial, sans-serif;
}
.opml-store-locator__heading {
color: #24242d;
margin-bottom: 15px;
text-align: center;
font-weight: 700;
font-size: 30px;
}
.opml-store-locator__content {
color: #24242d;
text-align: center;
margin-bottom: 33px;
}
.opml-store-locator .opml-store-locator__input {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 60px;
}
.opml-store-locator .opml-store-locator__input .opml-store-locator-input {
width: 100%;
}
.opml-store-locator__geolocate {
text-align: center;
margin-top: 25px;
}
.opml-store-locator__geolocate-btn {
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
border: 0;
background: transparent;
outline: none;
margin: 0;
position: relative;
padding: 0 0 0 24px;
font-weight: 500;
font-size: 16px;
cursor: pointer;
}
.opml-store-locator__geolocate-btn::before {
content: "";
display: block;
height: 16px;
width: 16px;
background-repeat: no-repeat;
background-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/geolocate.svg);
position: absolute;
left: 0;
background-size: 16px;
top: 5px;
}
.opml-store-locator__geolocate-btn.opml-store-locator__geolocate-btn--loading::after {
content: "";
display: block;
position: absolute;
height: 16px;
width: 16px;
background: #fff;
left: 0;
top: 2px;
border-radius: 50%;
border: 1px solid #a7a7ab;
border-top: 1px solid #24242e;
-webkit-animation: opml-rotate 1s linear infinite;
animation: opml-rotate 1s linear infinite;
}
.opml-store-locator__geolocate-btn.opml-store-locator__geolocate-btn--loading::before {
display: none;
}
.opml-store-locator__geolocate-btn:hover {
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
border: 0;
background: transparent;
outline: none;
}
.opml-store-locator__geolocate--error p {
margin-bottom: 0;
color: #24242d;
}
.opml-store-locator__results {
margin-top: 30px;
position: relative;
}
.opml-store-locator__results.has-scroll-bottom::after {
position: absolute;
height: 30px;
width: 100%;
content: "";
bottom: 0;
left: 0;
background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
background: linear-gradient(0deg, #fff, transparent);
}
.opml-postcode-locator__row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 10px;
}
.opml-postcode-locator .opml-store-locator-input {
width: 100%;
max-width: 288px;
min-width: 250px;
}
.opml-postcode-locator button.opml-postcode-locator__button {
background: #000;
color: #fff;
font-size: 16px;
border-radius: 100px;
height: 100%;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
max-height: 70px;
padding: 15px 40px;
}
.opml-postcode-locator button.opml-postcode-locator__button:hover {
opacity: 0.8;
}
@media screen and (max-width: 480px) {
.opml-postcode-locator__row {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.opml-postcode-locator .opml-store-locator-input {
max-width: unset;
margin-bottom: 10px;
padding-right: 0;
}
.opml-postcode-locator__button-wrap {
width: 100%;
}
.opml-postcode-locator__button {
margin-left: 0 !important;
width: 100%;
}
}
.opml-mini-locator {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 10px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.opml-mini-locator__icon-wrap {
width: 40px;
height: 40px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #d9d9d9;
border-radius: 50%;
background-color: #fff;
cursor: pointer;
}
.opml-mini-locator__icon-wrap:hover {
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.opml-mini-locator__icon {
-webkit-mask-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/location-pin.svg);
mask-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/location-pin.svg);
background-color: #006350;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center 11px;
mask-position: center 11px;
width: 100%;
height: 100%;
}
.opml-mini-locator[data-type=delivery] .opml-mini-locator__icon {
-webkit-mask-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/delivery-cycle.svg);
mask-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/delivery-cycle.svg);
}
.opml-mini-locator[data-type=collection] .opml-mini-locator__icon, .opml-mini-locator[data-type=pickup] .opml-mini-locator__icon {
-webkit-mask-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/pickup.svg);
mask-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/pickup.svg);
}
.opml-mini-locator[data-type=notset] .opml-mini-locator__address-button {
display: none;
}
.opml-mini-locator[data-type=notset] .opml-mini-locator__address-postcode {
cursor: pointer;
}
.opml-mini-locator__address-postcode {
font-size: 16px;
color: #000;
margin: 0 !important;
line-height: 1.2;
}
.opml-mini-locator__address-button {
color: #606060;
text-decoration: none;
margin: 0;
line-height: 1.2;
outline: none;
}
.opml-mini-locator__address-button:hover {
text-decoration: none;
outline: none;
} #order_review .opml-mini-locator .opml-mini-locator__icon-wrap,
.wp-block-woocommerce-checkout .opml-mini-locator .opml-mini-locator__icon-wrap {
display: none;
}
.flux-checkout .opml-mini-locator {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
}
.opml-search-single-store {
background: #fff;
border: 1px solid rgba(179, 179, 179, 0.3);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
border-radius: 9px;
margin-bottom: 10px;
padding: 20px;
}
.opml-search-single-store:last-child {
margin-bottom: 0;
}
@media screen and (max-width: 380px) {
.opml-search-single-store {
padding: 15px 10px;
}
}
.opml-search-single-store .opml-search-single-store-content__heading {
font-weight: 700;
font-size: 16px;
margin: 5px 0 0 0;
line-height: 1;
}
.opml-search-single-store .opml-search-single-store-content__address {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 1.2;
}
.opml-search-single-store .opml-search-single-store-content__buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 10px;
margin-top: 20px;
}
.opml-store-results {
max-height: 360px;
overflow-y: auto;
position: relative;
}
body .opml-select-store-button {
padding: 8px 20px 8px 46px;
background-color: #000;
color: #fff;
border-radius: 100px;
position: relative;
text-decoration: none !important;
outline: none;
}
body .opml-select-store-button:active {
color: #fff;
outline: none;
}
body .opml-select-store-button:focus {
outline: none;
}
body .opml-select-store-button::after {
content: "";
display: block;
height: 100%;
width: 20px;
-webkit-mask-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/delivery-cycle.svg);
mask-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/delivery-cycle.svg);
background-color: #fff;
position: absolute;
top: 0;
left: 20px;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
}
body .opml-select-store-button--selected::before {
content: "";
width: 24px;
height: 24px;
position: absolute;
background-color: #5da052;
border: 2px solid #fff;
border-radius: 50%;
background-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/check.svg);
background-position: center;
background-repeat: no-repeat;
top: -16px;
right: -5px;
background-size: 9px;
}
body .opml-select-store-button.opml-is-loading::before {
position: absolute;
z-index: 10;
content: "";
width: 16px;
height: 16px;
border: 1px solid #fff;
border-top: 1px solid #838383;
border-radius: 50%;
left: 16px;
background: #000;
top: 12px;
-webkit-animation: opml-rotate 1s linear infinite;
animation: opml-rotate 1s linear infinite;
}
body .opml-select-store-button.opml-is-loading::after {
display: none;
}
body .opml-select-store-button .opml-select-store-button__text {
display: block;
line-height: 1;
font-size: 14px;
font-weight: 700;
text-decoration: none;
color: #fff;
}
body .opml-select-store-button .opml-select-store-button__eta {
display: block;
font-size: 12px;
line-height: 1;
text-decoration: none;
color: #fff;
}
body .opml-select-store-button--disabled {
opacity: 0.3;
cursor: no-drop;
}
body .opml-select-store-button--pickup::after {
-webkit-mask-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/pickup.svg);
mask-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/pickup.svg);
}
body .opml-select-store-button:not(.opml-is-loading):hover {
outline: 2px solid #000 !important;
background-color: #fff !important;
color: #000 !important;
}
body .opml-select-store-button:not(.opml-is-loading):hover .opml-select-store-button__text,
body .opml-select-store-button:not(.opml-is-loading):hover .opml-select-store-button__eta {
color: #000;
}
body .opml-select-store-button:not(.opml-is-loading):hover::after {
background-color: #000;
}
.opml-store-locator-notice {
background-color: #fcf2f2;
color: #30303a;
padding: 16px 26px;
border-radius: 60px;
margin-bottom: 30px;
}
@media screen and (max-width: 400px) {
.opml-store-locator-notice {
padding: 10px 16px;
}
} p#billing_postcode_field {
position: relative;
} p#shipping_postcode_field {
position: relative;
}
span.opml-postcode-btn {
position: absolute;
right: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
gap: 5px;
top: 0;
height: 100%;
}
span.opml-postcode-btn__icon {
height: 100%;
width: 11px;
background-color: #000;
-webkit-mask-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/pencil.svg);
mask-image: url(//pollossanjuan.es/wp-content/plugins/orderable-pro/inc/modules/multi-location-pro/assets/images/pencil.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 11px;
mask-size: 11px;
-webkit-mask-position: center;
mask-position: center;
}
span.opml-postcode-btn__edit {
color: #000;
}.wpsr-fm-chat-wrapper.wpsr-fm-bubble-position-bottom-right,
.wpsr-floating-icons.wpsr-fm-bubble-position-bottom-right {
bottom: 90px !important;
} .wpsr-fm-chat-box {
bottom: 90px !important;
} .woocommerce mark.count {
display: none;
} html, body { overflow-x: hidden; } @media (max-width: 1024px) {
.psj-work-flow { flex-wrap: wrap !important; justify-content: center !important; }
.psj-work-flow .psj-work-step { flex: 0 1 220px !important; max-width: 100%; }
} .woocommerce .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-checkout .woocommerce h3,
.woocommerce form.checkout h3,
.woocommerce-account .woocommerce h2,
.woocommerce-cart .woocommerce h2,
#order_review_heading,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
color: #1a1a1a !important;
} .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
color: #FF5A5F !important;
}
.elementor-location-footer a[href*="politica-de-privacidad"],
.elementor-location-footer a[href*="aviso-legal"],
.elementor-location-footer a[href*="politica-de-cookies"],
footer a[href*="politica-de-privacidad"],
footer a[href*="aviso-legal"],
footer a[href*="politica-de-cookies"] {
color: #ED9ABA !important;
} .select2-container--default .select2-selection__placeholder,
.select2-selection__placeholder {
color: #6d6d6d !important;
} .woocommerce form .password-input .show-password-input,
.woocommerce-page form .password-input .show-password-input,
.show-password-input {
width: 24px !important;
height: 24px !important;
top: calc(50% - 12px) !important;
background-size: 18px 18px;
background-position: center;
} .woocommerce-privacy-policy-text a,
.woocommerce-terms-and-conditions-wrapper a,
.woocommerce-form-login a,
.e-con-inner .woocommerce-privacy-policy-text a {
color: #b3115a !important;
text-decoration: underline !important;
} .woocommerce-checkout .woocommerce-billing-fields h2,
.woocommerce-checkout .woocommerce-shipping-fields h2,
.woocommerce-checkout .woocommerce-additional-fields h2,
.woocommerce-checkout #order_review_heading {
color: #1a1a1a !important;
} .elementor-location-footer a[href*="politica-de-privacidad"],
.elementor-location-footer a[href*="aviso-legal"],
.elementor-location-footer a[href*="politica-de-cookies"],
footer a[href*="politica-de-privacidad"],
footer a[href*="aviso-legal"],
footer a[href*="politica-de-cookies"] {
text-decoration: underline !important;
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 216px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #1E73BE; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #1E73BE; --cmplz_button_accept_border_color: #1E73BE; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #1e73be; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}