.p24-payment__logo {
max-width: 80px;
}
.p24-1clicks {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 20px;
}
.p24-1clicks__items {
display: flex;
flex-direction: column; 
gap: 8px;
align-items: center;
}
.p24-1clicks__label,
.p24-1clicks__or {
font-size: 75%;
text-align: center;
}
.p24-1clicks__or {
display: flex;
align-items: center;
gap: 10px;
white-space: nowrap;
}
.p24-1clicks__or:after,
.p24-1clicks__or:before {
content: "";
width: 100%;
height: 1px;
background: rgba(0, 0, 0, .2);
}
.p24-1click {
display: flex;
gap: 12px;
align-items: center;
cursor: pointer;
background: white;
border-radius: 6px;
padding: 10px;
border: 2px solid transparent;
outline: none;
position: relative;
}
.p24-1click__logo { margin: 0; }
.p24-1click__logo img { display: block; }
.p24-1click--card {
aspect-ratio: 85.6 / 53.98;
}
.p24-1click--active {
border-color: currentColor;
outline: 1px solid;
}
.p24-1click--card__number {
gap: 0.5em;
display: flex;
font-size: 110%;
font-family: monospace;
align-items: center;
margin-bottom: 1.5em;
}
.p24-1click--card__number small { font-size: 75%; }
.p24-1click--card__valid {
font-family: monospace;
position: absolute;
bottom: 10px;
left: 10px;
opacity: .8;
font-size: 80%;
font-weight: 800;
}
.p24-1click--blik__valid {
font-family: monospace;
opacity: .8;
font-size: 75%;
}
.p24-1click--card__logo {
margin-bottom: 0;
position: absolute;
bottom: 10px;
right: 10px;
}
#card-tokenizer {
display: flex;
justify-content: center;
min-width: 280px;
}
.woocommerce table.shop_table .shop_table__cell-description {
border-top: none;
padding-top: 0;
margin: 0;
opacity: .5;
font-size: 75%;
}
.p24-waiting {
position: absolute;
background: rgba(255, 255, 255, .85);
font-size: 90%;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
flex-direction: column;
top: 0; left: 0; bottom: 0; right: 0;
}
.p24-waiting.hidden { display: none; }
.p24-waiting .wc-block-components-spinner {
position: relative;
height: auto;
}
.p24-blik-code-input { margin-top: 0 !important; }
.p24-payment-input input[type="text"] {
padding: 0 1rem;
width: 100%;
box-sizing: border-box;
min-height: 3rem;
}
.woocommerce-order-pay .p24-payment-container {
max-width: 500px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 24px;
}
.wc-block-components-radio-control-accordion-content:has(.p24-payment-container:empty) {
display: none;
}
.p24-methods {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: 12px;
}
.p24-methods + .woocommerce-input-wrapper {
margin-top: 24px;
display: block;
}
.p24-methods__items {
--logo-size: 20px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, auto));
gap: 12px;
border-radius: 4px;
}
.p24-methods__items--featured {
--logo-size: 40px;
grid-template-columns: repeat(auto-fit, minmax(150px, auto));
}
.p24-method-item {
cursor: pointer;
display: flex;
background: white;
border-radius: 4px;
padding: 10px;
flex-direction: column;
text-align: center;
justify-content: center;
align-items: center;
flex: 0 1 100px;
border: 1px solid hsla(0, 0%, 7%, .11);
user-select: none;
position: relative;
gap: 8px;
font-size: 11px;
}
.p24-method-item--active { outline: 2px solid black; }
.p24-method-item picture {
aspect-ratio: 16/9;
height: var(--logo-size);
max-height: var(--logo-size);
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
}
.p24-method-item picture img {
max-width: 100%;
max-height: var(--logo-size);
}
.p24-payment-container .p24-checkbox:first-child .wc-block-components-checkbox { margin-top: 0; }
input[id^="payment_method_p24-"] + label img { max-height: 30px; }
.p24-payment-container .wc-block-components-notice-banner:first-child { margin-top: 0; }
p24-installment {
margin: 20px 0;
display: block;
}
p24-installment[show-modal="true"] { cursor: pointer; }
.p24-currency__submit {
line-height: inherit;
padding-top: 0.3rem !important;
padding-right: 0.5rem !important;
padding-bottom: 0.3rem !important;
padding-left: 0.5rem !important;
}
#p24-3ds-modal {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
z-index: 9999;
background-color: rgba(0, 0, 0, 0.6);
visibility: hidden; opacity: 0;
transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
align-items: center; justify-content: center;
display: flex;
}
#p24-3ds-modal.active {
display: flex;
visibility: visible;
opacity: 1;
}
#p24-3ds-modal .modal-content {
background: #fff;
border-radius: 8px;
padding: 16px;
max-width: 600px;
max-height: 80vh;
width: 100%;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
display: flex;
flex-direction: column;
position: relative;
transition: transform 0.3s ease-out, opacity 0.3s ease-out;
transform: translateY(25px);
opacity: 0;
}
#p24-3ds-iframe-wrapper {
width: 100%; height: 100%;
flex-grow: 1;
min-height: 480px;
}
#p24-3ds-modal.active .modal-content {
transform: translateY(0px);
opacity: 1;
}
#p24-3ds-iframe-wrapper {
width: 100%;
height: 100%;
flex-grow: 1;
min-height: 480px;
}
#p24-3ds-iframe-wrapper iframe.fullScreenP24 {
width: 100%;
height: 100%;
border: none;
min-height: 480px;
display: block;
visibility: visible;
}
#p24-3ds-iframe-wrapper iframe.hiddenP24 {
display: none !important;
visibility: hidden !important;
}
.p24-1clicks__new-card {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
max-width: 450px;
margin: 16px auto;
padding: 12px 20px;
background-color: #fafbfc;
border: 1.5px solid #d1d5db;
border-radius: 6px;
color: #1f2937;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.3px;
cursor: pointer;
transition: all 0.2s ease-in-out;
font-family: inherit;
text-decoration: none;
box-shadow: none;
}
.p24-1clicks__new-card-icon {
flex-shrink: 0;
width: 18px; height: 18px;
color: #3b82f6; stroke: currentColor;
}
.p24-1clicks__new-card-text { white-space: nowrap; }
.p24-1clicks__new-card:hover {
background-color: #f3f4f6;
border-color: #9ca3af;
color: #0f172a;
box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.p24-1clicks__new-card:hover .p24-1clicks__new-card-icon {
color: #2563eb; transform: scale(1.05);
}
.p24-1clicks__new-card:active {
transform: translateY(1px);
box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.p24-1clicks__new-card:focus {
outline: 2px solid #3b82f6;
outline-offset: 2px;
}
.p24-1clicks__new-card:disabled {
opacity: 0.6;
cursor: not-allowed;
background-color: #f3f4f6;
}
.p24-1click--card {
--card-bg: linear-gradient(135deg, #ffffff 0%, #f7f7f9 100%);
--card-border: rgba(0, 0, 0, .06);
--card-shadow: 0 1px 5px rgba(0, 0, 0, .06);
--card-shadow-hover: 0 4px 14px rgba(0, 0, 0, .12);
--accent: #2563eb;
--text-color: #1f2937;
--text-color-light: #6b7280;
--border-radius: 12px;
display: flex;
flex-direction: column;
gap: 10px;
padding: 14px 16px;
width: 100%;
max-width: 220px;                 
border: 1px solid var(--card-border);
border-radius: var(--border-radius);
background: var(--card-bg);
box-shadow: var(--card-shadow);
cursor: pointer;
text-align: left;
transition: transform .18s ease, box-shadow .18s ease;
}
.p24-1click--card:hover {
transform: translateY(-2px);
box-shadow: var(--card-shadow-hover);
}
.p24-1click--card:focus-visible {
outline: 3px solid color-mix(in oklab, var(--accent) 60%, white 40%);
outline-offset: 3px;
}
.p24-1click--card-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.p24-1click--card__logo img {
max-height: 24px;
width: auto;
opacity: .95;
}
.p24-1click--card__number {
font-size: 17px;
font-family: ui-monospace, monospace;
letter-spacing: 1.5px;
font-weight: 600;
color: var(--text-color);
display: block;
}
.p24-1click--card__number small {
font-size: 14px;
color: var(--text-color-light);
margin-right: 4px;
}
.p24-1click--card__valid {
font-size: 13px;
color: var(--text-color-light);
}
@media screen and (max-width: 480px) {
#p24-3ds-modal {
padding: 0;
align-items: flex-end;
}
#p24-3ds-modal .modal-content {
width: 100%; height: 95vh;
max-width: 100%; max-height: 100%;
padding: 12px;
border-radius: 16px 16px 0 0;
transform: translateY(100%);
opacity: 1;
}
#p24-3ds-modal.active .modal-content { transform: translateY(0); }
#p24-3ds-iframe-wrapper { height: 100%; min-height: 0; }
#p24-3ds-iframe-wrapper iframe { min-height: 0; }
#card-tokenizer iframe { max-width: 100%; width: 100% !important; }
.p24-1clicks__new-card {
padding: 10px 16px;
font-size: 13px;
max-width: 100%;
}
.p24-1clicks__new-card-icon { width: 16px; height: 16px; }
.p24-1clicks__items .p24-1click--card {
width: 100%;
max-width: 220px;
}
}
@media screen and (min-width: 481px) {
#p24-3ds-modal .modal-content {
height: auto;
max-height: 90vh;
}
.p24-1clicks__items {
flex-direction: row;
flex-wrap: wrap;        
justify-content: center; 
}
.p24-1clicks__items .p24-1click--card {
flex: 0 1 220px;        
max-width: 220px;
width: auto;
}
}
@media screen and (min-width: 779px) and (max-width: 873px) {
.p24-1clicks__items {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
justify-items: center; 
}
.p24-1clicks__items .p24-1click--card {
width: 100%;
max-width: 100%;
}
}
@media screen and (max-width: 768px) {
#p24-3ds-modal .modal-content {
max-width: 90%;
padding: 16px;
max-height: 92vh;
}
}@import url("//fonts.googleapis.com/css?family=Montserrat:100");
@keyframes rotate-forever{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner-loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:none;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay{bottom:0;display:none;height:100%;left:0;overflow:auto;overflow:initial;position:fixed;right:0;top:0;transition:all .15s ease-in-out;width:100%;z-index:1999999999}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{margin-bottom:3em;position:absolute;top:100px;z-index:1999999999}.pum-container.pum-responsive{height:auto;left:50%;margin-left:-47.5%;overflow:visible;width:95%}.pum-container.pum-responsive img{height:auto;max-width:100%}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;margin-left:inherit;top:auto}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content:focus{outline:none}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content>:last-child{margin-bottom:0}.pum-container .pum-content+.pum-close{background-color:#0000;cursor:pointer;line-height:1;min-width:1em;position:absolute;text-align:center;text-decoration:none;z-index:2}.pum-container .pum-content+.pum-close>span{position:relative;z-index:1}.pum-container.pum-scrollable .pum-content{max-height:95%;overflow:auto;overflow-y:scroll}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container{position:fixed}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{height:auto;position:static;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{font-size:18px;line-height:26px;margin:0 auto;padding:3px;text-align:center;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;border:.25em solid #00000080;border-radius:50%;border-right-color:#0000;display:inline-block;font-size:2em;height:.75em;width:.75em}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{border:.25em solid #ffffff80;border-right-color:#0000;margin-left:.5em}.pum-form__messages{border:1px solid #00000040;display:none;margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message:last-child{margin-bottom:0}.pum-form__message--error{border-color:red;color:red!important}.pum-form__message--success{border-color:green;color:green!important}.pum-form--loading{opacity:.5}.pum-alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-left{text-align:left}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{display:block;margin-bottom:.25em}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;font-size:14px;margin-bottom:5px;padding:10px 8px}.pum-form--style-default button{cursor:pointer;font-size:18px;margin:10px 0 0;padding:10px 5px}.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{bottom:40%;position:absolute;right:50%}.pum-sub-form .spinner-loader:not(:required){animation:spinner-loader 1.5s linear infinite;border-radius:.5em;box-shadow:1.5em 0 0 0 #0000334d,1.1em 1.1em 0 0 #0000334d,0 1.5em 0 0 #0000334d,-1.1em 1.1em 0 0 #0000334d,-1.5em 0 0 0 #0000334d,-1.1em -1.1em 0 0 #0000334d,0 -1.5em 0 0 #0000334d,1.1em -1.1em 0 0 #0000334d;display:inline-block;font-size:10px;height:1em;margin:1.5em;overflow:hidden;text-indent:100%;width:1em}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.popmake-close{cursor:pointer}.pum-container iframe.formidable{overflow:visible;width:100%}.flatpickr-calendar.open,.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important} .pum-theme-18026, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } 
.pum-theme-18026 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px none #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-18026 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-18026 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit; font-weight: 100 } 
.pum-theme-18026 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } .pum-theme-18025, .pum-theme-motyw-domyslny { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-18025 .pum-container, .pum-theme-motyw-domyslny .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 249, 249, 249, 0.00 ) } 
.pum-theme-18025 .pum-title, .pum-theme-motyw-domyslny .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-18025 .pum-content, .pum-theme-motyw-domyslny .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 } 
.pum-theme-18025 .pum-content + .pum-close, .pum-theme-motyw-domyslny .pum-content + .pum-close { position: fixed; height: 40px; width: 40px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #ffffff; font-family: inherit; font-weight: 400; font-size: 18px; line-height: 36px; border: 1px none #ffffff; border-radius: 1px; box-shadow: 1px 1px 3px 0px rgba( 15, 15, 15, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 10, 0, 0, 0.60 ) } 
body.admin-bar .pum-theme-18025 .pum-content + .pum-close, body.admin-bar .pum-theme-motyw-domyslny .pum-content + .pum-close { top: 32px } .pum-theme-18027, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-18027 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-18027 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 34px; line-height: 36px } 
.pum-theme-18027 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-18027 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: Times New Roman; font-weight: 100; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } .pum-theme-18028, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-18028 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-18028 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-18028 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-18028 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-18029, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-18029 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-18029 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-weight: 100; font-size: 26px; line-height: 28px } 
.pum-theme-18029 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit; font-weight: 100 } 
.pum-theme-18029 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } .pum-theme-18030, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-18030 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-18030 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-18030 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-18030 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Tahoma; font-weight: 700; font-size: 16px; line-height: 18px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } .pum-theme-18031, .pum-theme-floating-bar { background-color: rgba( 255, 255, 255, 0.00 ) } 
.pum-theme-18031 .pum-container, .pum-theme-floating-bar .pum-container { padding: 8px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 238, 246, 252, 1.00 ) } 
.pum-theme-18031 .pum-title, .pum-theme-floating-bar .pum-title { color: #505050; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-18031 .pum-content, .pum-theme-floating-bar .pum-content { color: #505050; font-family: inherit; font-weight: 400 } 
.pum-theme-18031 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 5px; bottom: auto; top: 50%; padding: 0px; color: #505050; font-family: Sans-Serif; font-weight: 700; font-size: 15px; line-height: 18px; border: 1px solid #505050; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ); transform: translate(0, -50%) } .pum-theme-18032, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-18032 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ) } 
.pum-theme-18032 .pum-title, .pum-theme-content-only .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-18032 .pum-content, .pum-theme-content-only .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 } 
.pum-theme-18032 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #000000; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) } 
#pum-30032 {z-index: 1999999999}
#pum-18034 {z-index: 1999999999}.wdp_pricing_table_caption { }
.wdp_pricing_table {
border-collapse: collapse;
font-size: 0.9em;
table-layout: fixed;
--highlight-range-bg: #efefef;
--highlight-range-text: #6d6d6d;
}
.wdp_pricing_table td {
border: solid 1px #dfdfdf;
padding: 5px 10px;
text-align: center;
}
.wdp_pricing_table tr.clickable_bulk {
cursor: pointer;
}
.wdp_pricing_table .clickable_bulk:hover > * {
background-color: var(--highlight-range-bg) !important;
color: var(--highlight-range-text) !important;
}
.wdp_pricing_table thead {
background: #efefef;
}
.spinner_img {
content:url(//pilkarskibox.pl/wp-content/plugins/advanced-dynamic-pricing-for-woocommerce/BaseVersion/assets/images/spinner-2x.gif);
display: block;
}
del .woocommerce-Price-amount {
display: inline;
}.wdp_deals_table_caption {
font-weight: bold;
}
.wdp_deals_table {
border-collapse: collapse;
font-size: 0.9em;
}
.wdp_deals_table td {
border: solid 1px #dfdfdf;
padding: 5px 10px;
text-align: center;
}
.wdp_deals_table thead {
background: #efefef;
}