#supershop_fields{
margin-top: 1em;
background: url(https://mamavita.com/wp-content/uploads/2022/08/SSH_kartya_bg.jpg) no-repeat;
background-size:cover;
padding: 10px;
border-radius:15px;
min-height: 300px;
color: #fff;
}
#supershop_fields h2,
#supershop_fields label,
.sh-response-wrapper p {
color:#fff;
}
#point_redeem_button, #balance_check_button{
background-color:#edaf2d;
}
#supershop_fields #supershop-logo {
float: right;
}
#order_comments {
min-height: 50px;
}
input#sh_card_num::-webkit-outer-spin-button,
input#sh_card_num::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input#sh_card_num[type=number]{
-moz-appearance: textfield;
}
.sh_error_input {
border: 1px solid red !important;
background-color: pink !important;
} .lds-ellipsis {
display: inline-block;
position: relative;
width: 80px;
height: 18px;
}
.lds-ellipsis div {
position: absolute;
top: 6px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #fff;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 8px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 8px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 32px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 56px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}   .supershop-svg {
background-color: #003e7e !important;
}
.supershop-svg #supershop-logo {
max-width: 86%;
}
.badge-inner.supershop-svg {
padding: 15px 4px 10px 4px;
}
.badge-inner.supershop-svg .sh_multiplier {
font-size: 1.2em;
} .woocommerce-account #form-user-supershop .optional {
display: none;
}