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")}.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;
}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;
}