.hsplus-checkout-field {
}

.hsplus-checkout-field.hsplus-checkout-field--hidden {
    display: none;
    opacity: 0 !important;
    width: 0;
    height: 0;
}

.hsplus-checkout-field.hsplus-checkout-field--no-top-margin {
    margin-top: -7px !important;
}

.hsplus-checkout-field span.optional {
    display: none;
    opacity: 0;
    width: 0;
}
.hsplus-checkout-field .hsplus-checkbox {
    width: auto !important;
}

/*Loading spinner icon*/
.hsplus-spinner-loading,
.hsplus-spinner-loading:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.hsplus-spinner-loading {
    margin: 20px auto;
    font-size: 5px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    margin-top: 65em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#hsplus-spinner {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(11, 11, 11, 0.46);
    z-index: 99999;
}

.hsplus-spinner-text {
    text-align: center;
    color: #fff;
}


