.trx_popup {
position: fixed;
display: none;
z-index: 100000;
-webkit-animation-duration: 1s;
animation-duration: 1s;
max-width: calc(100% - 20px);
max-height: calc(100% - 20px); }
.trx_popup.close {
-webkit-animation-duration: 1s;
animation-duration: 1s; }
.trx_popup .trx_popup_close {
position: absolute;
top: 15px;
right: 15px;
width: 20px;
height: 20px;
cursor: pointer;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.trx_popup .trx_popup_close:hover {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.trx_popup .trx_popup_close:before, .trx_popup .trx_popup_close:after {
content: '';
width: 100%;
height: 1px;
display: block;
background-color: #979797;
position: absolute;
top: 50%;
left: 0; }
.trx_popup .trx_popup_close:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.trx_popup .trx_popup_close:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.trx_popup .trx_popup_container {
width: 360px;
height: 360px;
max-width: 100%;
max-height: 100%;
padding: 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: -webkit-gradient(linear, left top, right bottom, from(white), color-stop(white), to(#E3E3E3));
background: -webkit-linear-gradient(top left, white, white, #E3E3E3);
background: -o-linear-gradient(top left, white, white, #E3E3E3);
background: linear-gradient(to bottom right, white, white, #E3E3E3);
background-size: cover;
background-position: center;
-webkit-box-shadow: 6px 17px 43px rgba(0, 0, 0, 0.06);
box-shadow: 6px 17px 43px rgba(0, 0, 0, 0.06); }
.trx_popup .trx_popup_inner {
width: 100%; }
.trx_popup .trx_popup_subtitle + .trx_popup_title,
.trx_popup .trx_popup_title + .trx_popup_subtitle,
.trx_popup .trx_popup_title:first-child,
.trx_popup .trx_popup_subtitle:first-child,
.trx_popup .trx_popup_descr:first-child,
.trx_popup .trx_popup_button:first-child {
margin-top: 0; }
.trx_popup .trx_popup_title:last-child,
.trx_popup .trx_popup_subtitle:last-child,
.trx_popup .trx_popup_descr:last-child,
.trx_popup .trx_popup_button:last-child,
.trx_popup p:empty {
margin-bottom: 0; }
.trx_popup.topleft {
top: 50px;
left: 50px;
right: auto;
bottom: auto; }
.trx_popup.topright {
top: 50px;
left: auto;
right: 50px;
bottom: auto; }
.trx_popup.bottomleft {
top: auto;
left: 50px;
right: auto;
bottom: 50px; }
.trx_popup.bottomright {
top: auto;
left: auto;
right: 50px;
bottom: 50px; } @media (max-width: 1023px) {
.trx_popup .trx_popup_container {
width: 300px;
height: 300px; }
.trx_popup.topleft {
top: 30px;
left: 30px; }
.trx_popup.topright {
top: 30px;
right: 30px; }
.trx_popup.bottomleft {
left: 30px;
bottom: 30px; }
.trx_popup.bottomright {
right: 30px;
bottom: 30px; } }
@media (max-width: 767px) {
.trx_popup.topleft {
top: 10px;
left: 10px; }
.trx_popup.topright {
top: 10px;
right: 10px; }
.trx_popup.bottomleft {
left: 10px;
bottom: 10px; }
.trx_popup.bottomright {
right: 10px;
bottom: 10px; } } @-webkit-keyframes fadeIn_popup {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes fadeIn_popup {
from {
opacity: 0; }
to {
opacity: 1; } }
@-webkit-keyframes fadeInDown_popup {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown_popup {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fadeInLeft_popup {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0%, 0);
transform: translate3d(-100%, 0%, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0); } }
@keyframes fadeInLeft_popup {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0%, 0);
transform: translate3d(-100%, 0%, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0); } }
@-webkit-keyframes fadeInRight_popup {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0%, 0);
transform: translate3d(100%, 0%, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0); } }
@keyframes fadeInRight_popup {
from {
opacity: 0;
-webkit-transform: translate3d(100%, -50%, 0);
transform: translate3d(100%, -50%, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0); } }
@-webkit-keyframes fadeInUp_popup {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0); } }
@keyframes fadeInUp_popup {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0); } } @-webkit-keyframes fadeOut_popup {
from {
opacity: 1; }
to {
opacity: 0; } }
@keyframes fadeOut_popup {
from {
opacity: 1; }
to {
opacity: 0; } }
@-webkit-keyframes fadeOutDown_popup {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown_popup {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
@-webkit-keyframes fadeOutLeft_popup {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0%, 0);
transform: translate3d(-100%, 0%, 0); } }
@keyframes fadeOutLeft_popup {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0%, 0);
transform: translate3d(-100%, 0%, 0); } }
@-webkit-keyframes fadeOutRight_popup {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0%, 0);
transform: translate3d(100%, 0%, 0); } }
@keyframes fadeOutRight_popup {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0%, 0);
transform: translate3d(100%, 0%, 0); } }
@-webkit-keyframes fadeOutUp_popup {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp_popup {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }.trx_popup {
-webkit-animation-name: fadeIn_popup;
animation-name: fadeIn_popup;
}
.trx_popup.close {
-webkit-animation-name: fadeOut_popup;
animation-name: fadeOut_popup;
}.trx_popup .trx_popup_container {
background-image: url(http://xn--dinkelbrotglck-rsb.at/wp-content/uploads/2019/03/contacts-background.png);
} .trx_popup_close:before,
.trx_popup_close:after {
background-color: #ffffff!important;
}
.trx_popup_inner .trx_popup_subtitle {
color: #ffffff;
}
.trx_popup_inner .trx_popup_title {
color: #ffffff;
}
.trx_popup_inner .trx_popup_button {
color: #3f2803!important;
background-color: #ffffff !important;
}
.trx_popup_inner .trx_popup_button:hover {
color: #ffffff !important;
background-color: #3f2803 !important;
}@font-face {
font-family: 'Inter';
font-display: swap;
src: url(//xn--dinkelbrotglck-rsb.at/wp-content/plugins/trx_popup/css/fonts/Inter/Inter-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Inter';
font-display: swap;
src: url(//xn--dinkelbrotglck-rsb.at/wp-content/plugins/trx_popup/css/fonts/Inter/Inter-Bold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Inter';
font-display: swap;
src: url(//xn--dinkelbrotglck-rsb.at/wp-content/plugins/trx_popup/css/fonts/Inter/Inter-ExtraBold.ttf) format('truetype');
font-weight: 800;
font-style: normal;
}.wc-plc__tracking__btn__wrapper * {
color: #000000 !important;
text-decoration: none;
}
.wc-plc__tracking__btn {
padding: 15px;
background-color: #ffdc00;
line-height: 1.2;
font-size: 16px;
display: flex;
justify-content: flex-start;
margin-bottom: 10px;
}
.wc-plc__tracking__btn > div:first-of-type {
margin-right: 15px;
}
.wc-plc__tracking__logo {
width: 30px;
height: auto;
margin-right: 10px;
}
.wc-plc__bs {
padding: 15px;
background-color: #ffdc00;
line-height: 1.2;
font-size: 16px;
}
.wc-plc__bs__logo {
width: 50px;
height: auto;
}
.wc-plc__bs__header {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
font-size: 1.2em;
}
.wc-plc__bs__form {
display: flex;
justify-content: space-between;
align-items: center;
}
.wc-plc__bs__form input {
width: 100%;
border: 0;
background-color: #ffffff;
padding-left: 5px;
padding-right: 5px;
}
.wc-plc__ajax-loader {
margin-left: 10px;
display: none;
}
.wc-plc__bs__results__address {
background-color: #fff;
margin-bottom: 10px;
padding: 5px;
display: flex;
justify-content: space-between;
font-size: 0.9em;
align-items: center;
}
.wc-plc__bs__results__address:hover {
border: 2px solid #000000;
padding: 3px;
cursor: pointer;
}
.wc-plc__bs__results__header {
display: none;
margin-top: 10px;
margin-bottom: 10px;
}
.wc-plc__bs__results {
display: none;
max-height: 280px;
overflow: auto;
}.sppfw-payment-form .form-row {
padding-bottom: 0;
}
.payment_method_sppfw_creditcard .woocommerce-SavedPaymentMethods,
.payment_method_sppfw_debit .woocommerce-SavedPaymentMethods
{
padding-top: 0 !important;
}
.woocommerce-checkout #payment .payment_method_sppfw_creditcard div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment .payment_method_sppfw_debit div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token
{
margin: 0;
}
.payment_method_sppfw_creditcard .woocommerce-SavedPaymentMethods-saveNew,
.payment_method_sppfw_debit .woocommerce-SavedPaymentMethods-saveNew {
display: block;
padding-top: 0;
}
.payment_method_sppfw_creditcard ul,
.payment_method_sppfw_debit ul {
padding-left: 0;
}
.sppfw-payment-form .mt-10 {
margin-top: 10px !important;
}
.sppfw-payment-form .mb-10 {
margin-bottom: 10px !important;
}
.sppfw-payment-form .mb-0 {
margin-bottom: 0 !important;
}
.sppfw-display-none {
display: none !important;
}
.sppfw-test-mode-banner {
margin-bottom: 10px !important;
}
.sppfw-user-desc {
margin-bottom: 5px !important;
}
.payment_method_sppfw_creditcard img {
max-height: 30px;
float: right;
}
.payment_method_sppfw_googlepay img {
max-height: 30px;
float: right;
}
.payment_method_sppfw_debit img {
max-height: 30px;
float: right;
}
.payment_method_sppfw_prepay img {
max-height: 30px;
float: right;
}
.payment_method_sppfw_invoice img {
max-height: 30px;
float: right;
}
.payment_method_sppfw_paypal img {
max-height: 30px;
float: right;
}
.payment_method_sppfw_paybybank img {
max-height: 30px;
float: right;
} .sppfw-payment-form .form-row.woocommerce-validated input.input-text {
box-shadow: none !important;
}
.sppfw-payment-form .invalid input {
color: red;
} .payment_method_sppfw_debit input[type="text"]:focus {
outline-offset: -2px !important;
}
.payment_method_sppfw_debit .error-message {
display: none;
font-size: 12px;
color: red;
}
.payment_method_sppfw_debit [data-lang="de"] .invalid .error-message[data-error-lang="de"] {
display: block;
}
.payment_method_sppfw_debit [data-lang="en"] .invalid .error-message[data-error-lang="en"] {
display: block;
}
.payment_method_sppfw_debit input + label {
cursor: pointer;
}
.payment_method_sppfw_debit #sppfw-debit-form {
overflow: hidden;
padding-top: 0 !important;
}
#payment .payment_method_sppfw_debit #sppfw-debit-form div.form-row {
padding-bottom: 0;
}
.payment_method_sppfw_debit #sppfw-debit-form.collapsed {
transition: max-height .2s ease-out;
}
.payment_method_sppfw_debit #sppfw-debit-form.collapsed + .woocommerce-SavedPaymentMethods-saveNew {
display: none !important;
}
.payment_method_sppfw_debit #sppfw-debit-form.expanded {
transition: max-height .2s ease-in;
}
.sppfw-spinner {
display: none;
width: 80px;
height: 80px;
position: fixed;
top: 50%;
left: 50%;
z-index: 999;
}
body.sppfw-loading .sppfw-spinner {
display: inline-block;
}
.sppfw-spinner div {
box-sizing: border-box;
display: block;
position: absolute;
width: 64px;
height: 64px;
margin: 8px;
border: 8px solid #000;
border-radius: 50%;
animation: sppfw-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #000 transparent transparent transparent;
}
.sppfw-spinner div:nth-child(1) {
animation-delay: -0.45s;
}
.sppfw-spinner div:nth-child(2) {
animation-delay: -0.3s;
}
.sppfw-spinner div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes sppfw-spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.theme-astra .payment_method_sppfw_creditcard #sppfw-form-cc.sppfw-payment-form {
padding: 0 !important;
margin: 0 !important;
}
.theme-astra #sppfw-debit-form {
border: none;
padding: 0;
}
.payment_method_sppfw_creditcard input + label {
cursor: pointer;
}
.payment_method_sppfw_creditcard #sppfw-form-cc {
border: none;
overflow: hidden;
transition: max-height .2s ease;
}
.payment_method_sppfw_creditcard #sppfw-form-cc.collapsed {
max-height: 0;
padding: 0;
overflow: hidden;
}
.payment_method_sppfw_creditcard #sppfw-form-cc.collapsed + .woocommerce-SavedPaymentMethods-saveNew {
display: none !important;
}
.payment_method_sppfw_creditcard #sppfw-form-cc #sppfw-cc-iframe {
max-width:30em;
width: 100%;
}
.payment_method_sppfw_creditcard #sppfw-form-cc.expanded {
max-height: 300px !important;
opacity: 1 !important;
}
body:not(.sppfw-loading) .sppfw-overlay {
display: none !important;
}
body.sppfw-loading .sppfw-overlay {
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
z-index: 500;
display: block;
top: 0;
left: 0;
}
body.sppfw-loading {
overflow: hidden;
}
.sppfw-modal {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
max-width: 500px;
height: auto;
width: 100%;
z-index: 1000;
background: white;
border-radius: 4px;
}
.sppfw-modal iframe {
width: 100%;
height: 600px;
border: none;
}
.sppfw-modal__content {
border-radius: 4px;
padding: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.sppfw-spinner {
display: none;
width: 80px;
height: 80px;
position: fixed;
top: 50%;
left: 50%;
z-index: 999;
}
body.sppfw-loading .sppfw-spinner {
display: inline-block;
}
.sppfw-spinner div {
box-sizing: border-box;
display: block;
position: absolute;
width: 64px;
height: 64px;
margin: 8px;
border-width: 8px;
border-style: solid;
border-radius: 50%;
animation: sppfw-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #000 transparent transparent transparent;
}
.sppfw-spinner div:nth-child(1) {
animation-delay: -0.45s;
}
.sppfw-spinner div:nth-child(2) {
animation-delay: -0.3s;
}
.sppfw-spinner div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes sppfw-spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.sppfw-testmode,
.sppfw-sandbox {
text-align: center;
}
fieldset.sppfw-block {
margin: 0;
padding: 0;
background: inherit;
border: none;
}
fieldset.sppfw-block #sppfw-cc-iframe {
border: none;
width: 100%;
max-width: 30em;
}
p.sppfw-addresswarning {
}
div.sppfw-googlepay-container-hidden {
display: none;
}
input.sppfw-ccb-invalid {
border-color: red !important;
}
.sppfw-block-error-message,
.payment_method_sppfw_debit .form-row.invalid .error-message {
display: flex !important;
align-items: flex-start;
color: #b00020;
font-weight: 600;
font-size: 12px;
line-height: 1.4;
margin: 4px 0 0 !important;
padding: 0 !important;
background: none !important;
border: none !important;
}
.sppfw-block-error-message::before,
.payment_method_sppfw_debit .form-row.invalid .error-message::before {
content: '';
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 24 24" fill="%23b00020"><path d="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1.13 9.38l.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z"></path></svg>');
background-repeat: no-repeat;
background-size: contain;
width: 20px;
height: 20px;
margin-right: 4px;
flex-shrink: 0;
}
.payment_method_sppfw_debit .form-row.invalid .input-text,
.sppfw-block .wc-input-wrapper input.sppfw-has-error {
border-color: #b00020 !important;
}
.wc-block-checkout__actions .wc-block-components-button:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.payment_method_sppfw_debit .form-row.invalid .error-message {
display: flex !important;
}body.wcz-btn-style-plain.woocommerce ul.products li.product a.button,
body.wcz-btn-style-plain.woocommerce.single-product
div.product
form.cart
.button,
body.wcz-btn-style-plain.wcz-wooblocks
ul.wc-block-grid__products
li.wc-block-grid__product
.add_to_cart_button {
display: inline-block;
background: none;
font-size: 16px;
line-height: 1.1;
font-weight: normal;
padding: 10px 20px 11px;
background-color: #e8e8e8;
border: 0;
border-radius: 2px;
box-shadow: none;
text-decoration: none;
color: #717171;
text-shadow: none;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
body.wcz-btn-style-detailed.woocommerce ul.products li.product a.button,
body.wcz-btn-style-detailed.woocommerce.single-product
div.product
form.cart
.button,
body.wcz-btn-style-detailed.wcz-wooblocks
ul.wc-block-grid__products
li.wc-block-grid__product
.add_to_cart_button {
display: inline-block;
background: none;
font-size: 16px;
line-height: 1.1;
font-weight: normal;
padding: 10px 20px 11px;
background-color: #e8e8e8;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 4px;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.5),
0 1px 4px rgba(0, 0, 0, 0.1);
text-decoration: none;
color: #656565;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
body.wcz-btn-style-plain.woocommerce ul.products li.product a.button:hover,
body.wcz-btn-style-detailed.woocommerce ul.products li.product a.button:hover,
body.wcz-btn-style-plain.woocommerce.single-product
div.product
form.cart
.button:hover,
body.wcz-btn-style-detailed.woocommerce.single-product
div.product
form.cart
.button:hover,
body.wcz-btn-style-plain.wcz-wooblocks
ul.wc-block-grid__products
li.wc-block-grid__product
.add_to_cart_button,
body.wcz-btn-style-detailed.wcz-wooblocks
ul.wc-block-grid__products
li.wc-block-grid__product
.add_to_cart_button {
background-color: #757575;
color: #fff;
text-shadow: none;
} body.wcz-edit-sale.woocommerce ul.products li.product span.onsale,
body.wcz-edit-sale.single-product span.onsale,
body.wcz-edit-sale .wcz-popup span.onsale,
body.wcz-edit-sale.wcz-wooblocks
ul.wc-block-grid__products
li.wc-block-grid__product
.wc-block-grid__product-onsale {
min-width: initial;
min-height: initial;
height: auto;
width: fit-content;
border-radius: 0;
margin: 5px;
padding: 5px 10px 6px;
font-size: 15px;
font-weight: 400;
line-height: 1;
}
body.wcz-edit-sale.wcz-wooblocks
ul.wc-block-grid__products
li.wc-block-grid__product
.wc-block-grid__product-onsale {
border-color: rgba(0, 0, 0, 0.25);
}
body.wcz-wooblocks
ul.wc-block-grid__products
li.wc-block-grid__product
.wc-block-grid__product-price
del {
font-size: 0.8em;
}
body.wcz-wooblocks
ul.wc-block-grid__products
li.wc-block-grid__product
.wc-block-grid__product-price__value {
font-weight: 400;
}
body.wcz-wooblocks
ul.wc-block-grid__products
li.wc-block-grid__product
.wc-block-grid__product-price
ins {
background: none;
} .wcz-banner-notice {
margin: 0 auto 20px;
}
.wcz-banner-notice h4 {
font-size: inherit;
margin: 0 0 10px;
padding: 0;
}
.wcz-banner-notice.wcz-notice-one h4 {
color: #2f79ff;
}
.wcz-banner-notice p {
font-size: inherit;
} .wcz-banner-notice.wcz-notice-two {
border: 1px solid #2f79ff;
background-color: rgba(46, 119, 255, 0.06);
border-radius: 4px;
padding: 20px;
} .wcz-banner-notice.wcz-notice-three {
box-shadow: 4px 0 0 #2f79ff inset;
padding: 2px 0 2px 25px;
} .wcz-banner-notice.wcz-notice-four {
background-color: #2f79ff;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 0 4px rgba(255, 255, 255, 0.4) inset;
color: #fff;
padding: 20px;
}
.wcz-banner-notice.wcz-notice-four h4,
.wcz-banner-notice.wcz-notice-four p {
text-shadow: none;
}
.wcz-banner-notice.wcz-notice-two p,
.wcz-banner-notice.wcz-notice-three p,
.wcz-banner-notice.wcz-notice-four p {
margin: 0;
} .wcz-product-long-desc,
.wcz-product-reviews,
.wcz-product-addinfo {
margin: 35px 0;
padding: 35px 0;
position: relative;
clear: both;
}
.wcz-product-long-desc .wcz-inner,
.wcz-product-reviews .wcz-inner,
.wcz-product-addinfo .wcz-inner {
margin: 0 auto;
}
.wcz-product-long-desc.center {
text-align: center;
}
.wcz-product-long-desc::before,
.wcz-product-long-desc::after,
.wcz-product-reviews::before,
.wcz-product-reviews::after,
.wcz-product-addinfo::before,
.wcz-product-addinfo::after {
display: block;
content: "";
clear: both;
}
.wcz-longdescdiv-one,
.wcz-reviewsdiv-one,
.wcz-addinfodiv-one {
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
}
.wcz-longdescdiv-one.bot-divider,
.wcz-reviewsdiv-one.bot-divider,
.wcz-addinfodiv-one.bot-divider {
box-shadow:
0 -1px 0 rgba(0, 0, 0, 0.12),
0 1px 0 rgba(0, 0, 0, 0.12);
}
.wcz-longdescdiv-two,
.wcz-reviewsdiv-two,
.wcz-addinfodiv-two {
border-top: 1px dashed rgba(0, 0, 0, 0.12);
}
.wcz-longdescdiv-two.bot-divider,
.wcz-reviewsdiv-two.bot-divider,
.wcz-addinfodiv-two.bot-divider {
border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}
.wcz-longdescdiv-three::before,
.wcz-reviewsdiv-three::before,
.wcz-addinfodiv-three::before {
height: 3px;
position: absolute;
top: -1px;
width: 40px;
background-color: rgba(0, 0, 0, 0.2);
left: 50%;
margin-left: -20px;
}
.wcz-longdescdiv-three.bot-divider::after,
.wcz-reviewsdiv-three.bot-divider::after,
.wcz-addinfodiv-three.bot-divider::after {
height: 3px;
position: absolute;
bottom: -1px;
width: 40px;
background-color: rgba(0, 0, 0, 0.2);
left: 50%;
margin-left: -20px;
}
.wcz-cart-empty-txt {
margin: 0 0 25px;
}
.woocommerce td.product-name dl.variation {
margin: 5px 0 0;
font-size: 0.9em;
}
.woocommerce-cart .wcz-cart-stock p,
.woocommerce td.product-name dl.variation dd p,
body.theme-storefront .woocommerce td.product-name dl.variation dd,
body.theme-go .woocommerce tr.cart_item .variation p {
margin: 0;
}
body.theme-oceanwp .woocommerce td.product-name dl.variation dt,
body.theme-go .woocommerce tr.cart_item dt,
body.theme-storefront .woocommerce tr.cart_item dt {
float: left;
}
.wcz-checkout-secureimg,
.wcz-checkout-potxt {
padding: 20px 0 0;
color: #999;
display: block;
clear: both;
}
.wcz-checkout-secureimg img {
display: inline-block;
}
.wcz-checkout-secureimg.wcz-checkout-centerimg {
text-align: center;
}
.wcz-stock-remaining {
margin: 10px 0 0;
font-size: 0.8em;
color: rgba(0, 0, 0, 0.6);
}
.wcz-stock-sold {
font-size: 0.85em;
margin: 0 0 20px;
} .wcz-woocommerce.wcz-tabstyle-side.woocommerce-account
.woocommerce-MyAccount-navigation {
width: 20%;
margin: 0;
}
.wcz-woocommerce.wcz-tabstyle-side.woocommerce-account
.woocommerce-MyAccount-navigation
ul {
margin: 0;
padding: 0 4px 0 0;
box-shadow: -1px 0 0 rgba(0, 0, 0, 0.08) inset;
}
.wcz-woocommerce.wcz-tabstyle-side.woocommerce-account
.woocommerce-MyAccount-navigation
ul
li {
margin: 0 0 1px;
padding: 0;
list-style-type: none;
}
.wcz-woocommerce.wcz-tabstyle-side.woocommerce-account
.woocommerce-MyAccount-navigation
ul
li
a {
display: block;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
padding: 12px 15px !important;
text-decoration: none;
font-size: 0.9em;
}
.wcz-woocommerce.wcz-tabstyle-side.woocommerce-account .is-active {
box-shadow: 4px 0 0 rgba(0, 0, 0, 0.3) inset;
}
.wcz-woocommerce.wcz-tabstyle-side.woocommerce-account
.woocommerce-MyAccount-content {
width: 75%;
margin: 0;
} .wcz-woocommerce.wcz-tabstyle-horizontal.woocommerce-account
.woocommerce-MyAccount-navigation,
.wcz-woocommerce.wcz-tabstyle-horizontal.woocommerce-account
.woocommerce-MyAccount-content {
width: 100%;
float: none;
margin: 0;
}
.wcz-woocommerce.wcz-tabstyle-horizontal.woocommerce-account
.woocommerce-MyAccount-navigation
ul {
margin: 0 0 30px;
padding: 0;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.wcz-woocommerce.wcz-tabstyle-horizontal.woocommerce-account
.woocommerce-MyAccount-navigation
ul
li {
margin: 0 -3px 0 0;
padding: 0;
list-style-type: none;
display: inline-block;
}
.wcz-woocommerce.wcz-tabstyle-horizontal.woocommerce-account
.woocommerce-MyAccount-navigation
ul
li
a {
display: block;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
padding: 12px 15px !important;
text-decoration: none;
font-size: 0.9em;
}
.wcz-woocommerce.wcz-tabstyle-horizontal.woocommerce-account .is-active {
background-color: rgba(0, 0, 0, 0.05);
} .wcz-soldout {
display: block;
z-index: 11;
}
body.wcz-soldout-style-angle .wcz-soldout {
background-color: red;
color: #fff;
transform: rotate(-32deg);
position: absolute;
top: 20%;
left: 50%;
margin: 0 0 0 -45px;
padding: 2px 15px;
}
body.wcz-soldout-style-overbtn .wcz-soldout {
position: absolute;
top: auto;
bottom: 0;
left: 0;
width: 100%;
padding: 10px;
background-color: rgba(255, 255, 255, 0.85);
} .wcz-direct-checkout-cart {
margin: 0 auto 25px;
}
.wcz-direct-checkout-notice {
background-color: #75b2ff;
box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.25);
color: #fff;
text-align: center;
padding: 18px 15px 15px;
font-size: 15px;
}
.wcz-direct-checkout-cart form.woocommerce-cart-form .coupon {
display: none !important;
} .woocommerce ul.products li.product {
position: relative;
}
.wcz-adminstats-modal {
position: fixed;
left: 15px;
bottom: 15px;
border: 1px solid rgba(0, 0, 0, 0.35);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
background-color: #fff;
border-radius: 4px;
margin: 0;
padding: 15px;
width: 360px;
z-index: 999;
font-size: 13px;
}
.wcz-adminstats-modal.wcz-modal-loading {
height: 50px;
background-image: url(//xn--dinkelbrotglck-rsb.at/wp-content/plugins/woocustomizer/assets/images/loader.gif);
background-repeat: no-repeat;
background-position: center center;
}
.wcz-adminstats-modal.wcz-modal-loading .wcz-adminstats-modal-inner {
visibility: hidden;
}
.wcz-adminstats-btn {
background-image: url(//xn--dinkelbrotglck-rsb.at/wp-content/plugins/woocustomizer/assets/images/stats-icon.png) !important;
background-size: 100% auto !important;
background-position: top left;
width: 28px;
height: 28px;
position: absolute;
top: 5px;
left: 5px;
margin: 0;
padding: 2px 6px;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
font-size: 14px;
text-align: center;
background-color: #d8d8d8;
color: #808080;
z-index: 99;
cursor: pointer;
opacity: 0;
-webkit-transition: opacity 0.3s ease 0s;
-moz-transition: opacity 0.3s ease 0s;
-ms-transition: opacity 0.3s ease 0s;
-o-transition: opacity 0.3s ease 0s;
transition: opacity 0.3s ease 0s;
}
ul.products li.product:hover .wcz-adminstats-btn {
opacity: 1;
}
.wcz-adminstats-btn:hover {
background-position: bottom left;
}
.wcz-adminstats-modal h4 {
margin: 0 0 8px;
padding: 0;
font-size: 14px;
font-weight: 700;
color: #222;
display: flex;
align-items: baseline;
}
.wcz-adminstats-modal h4 span {
flex: 1;
white-space: nowrap;
}
.wcz-adminstats-modal h4 span:last-child {
flex: 0.5;
font-size: 11px;
text-align: right;
font-weight: 300;
text-transform: capitalize;
}
.wcz-adminstats-modal h5 {
margin: 15px 0 5px;
padding: 0;
font-size: 14px;
font-weight: 700;
color: #222;
}
.wcz-adminstats-block {
display: flex;
margin: 0 0 3px;
align-items: center;
}
.wcz-adminstats-date {
width: 85px;
color: #999;
}
.wcz-adminstats-title {
flex: 1.8;
}
.wcz-adminstats-title span {
opacity: 0.45;
font-size: 12px;
}
.wcz-adminstats-stat {
flex: 1;
text-align: right;
font-size: 12px;
}
.wcz-adminstats-edit {
text-align: center;
border-top: 1px solid rgba(0, 0, 0, 0.12);
margin: 10px 0 0;
padding: 10px 0 0;
}
.wcz-adminstats-close {
background-image: url(//xn--dinkelbrotglck-rsb.at/wp-content/plugins/woocustomizer/assets/images/close-icon.png) !important;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
top: 6px;
right: -23px;
font-size: 14px;
background-color: #fff;
color: #8c8b8b;
border: 1px solid rgba(0, 0, 0, 0.35);
border-left: 0;
border-radius: 0 3px 3px 0;
padding: 4px 6px;
margin: 0;
line-height: 1;
width: 23px;
height: 23px;
cursor: pointer;
box-sizing: border-box;
}
.wcz-hide {
display: none;
}
.woocommerce.widget_shopping_cart .mini_cart_item dl.variation {
display: none !important;
}
.wcz-new-product-badge {
position: absolute;
}
.wcz-badge-pos-topleft {
top: 5px;
left: 15px;
}
.wcz-badge-pos-topright {
top: 5px;
right: 15px;
}
.wcz-badge-pos-abovetitle {
height: 0;
position: relative;
}
.wcz-badge-pos-belowtitle {
position: relative;
margin: 10px 0;
}
.wcz-new-product-badge span {
background-color: #2f79ff;
color: #fff;
font-size: 14px;
padding: 2px 5px;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
}
.wcz-badge-pos-abovetitle span {
position: relative;
top: -50px;
}
a.button.wcz-continue,
a.button.wcz-qv-btn {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
font-weight: 500;
}
.woocommerce .cart .wcz-btsbtn {
display: inline-block;
}
.wcz-btsbtn.center {
text-align: center;
}
.wcz-btsbtn.right {
text-align: right;
}
a.button.wcz-bts-btn {
margin: 0 0 25px;
} .wcz-login-logout.elementor-item a {
color: inherit;
}
@media only screen and (max-width: 782px) {
.wcz-woocommerce.wcz-tabstyle-side.woocommerce-account
.woocommerce-MyAccount-navigation,
.wcz-woocommerce.wcz-tabstyle-side.woocommerce-account
.woocommerce-MyAccount-content {
float: none;
width: 100%;
}
.wcz-woocommerce.wcz-tabstyle-side.woocommerce-account
.woocommerce-MyAccount-navigation
ul {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
margin: 0 0 20px;
padding: 0;
}
.wcz-woocommerce.wcz-tabstyle-side.woocommerce-account
.woocommerce-MyAccount-navigation
ul
li {
display: inline-block;
margin: 0 -4px 0 0;
}
}
.woocommerce div.product form.cart div.quantity {
vertical-align: middle;
}
.wcz-qty-suffix {
display: inline-block;
vertical-align: middle;
float: left;
margin: 8px 20px 0 4px;
font-size: 0.95em;
}
.wcz-qty-suffix.nofloat {
float: none;
}
.product .price small {
opacity: 0.72;
}span.eeb-nodis { 
display:none !important; 
}
span.eeb-rtl { 
unicode-bidi:bidi-override !important; 
direction:rtl !important; 
display:inline !important; 
}
span.eeb-rtl span.eeb-sd, span.eeb-nrtl span.eeb-sd{
display:inline !important;
padding-left:0 !important;
}
span.eeb-nrtl { 
word-break: break-all !important;
}
.eeb-encoded { 
position:relative; 
margin-top:-0.3em; 
z-index:1000; 
color:green; 
}