.wowesim_product .legacy-itemprop-offers {
    display: none !important;
}
.wowesim_product .product_meta {
    display: none !important;
}

.wowesim_product .summary.entry-summary p {
    font-weight: 400;
}


#wow-form {
    margin: 40px auto;
    max-width: 1024px;
}

#wowww-form__modal {
    margin: 0 auto 40px;
    max-width: 1024px;
}


.wowww-form__section {

    display: flex;
    flex-wrap: nowrap;
}

.wowww-form__row {
    width: 50%;
}

.wowww-form__input {
    width: 100%;
    margin-bottom: 12px;
    padding: 0 8px;
}

.wowww-form__input > input[type=text] {
    width: 100%;
    outline: 0;
}

.wowww-form__input_small > input[type=text] {
    outline: 0;
}

.wowww-form__row_small {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -8px;
    margin-right: -8px;
}

.wowww-form__input_small {
    width: 25%;
    flex: 0 0 25%;
    padding: 0 8px;
}

.wowww-form__input_small > input {
    width: 100%;
}

.wowww-form__input.invalid > input {
    border-color: rgb(198, 8, 14);
}

.wowww-form__input.invalid > input[type=checkbox] {
    box-shadow: 0 0 0 2px rgb(198, 8, 14);
}


#wow-form__button.sending {
    background-color: rgb(198, 8, 14);
}

.wowww-form__err {
    display: none;
    font-size: 14px;
    color: rgb(198, 8, 14);
}

.wowww-form__input.invalid .wowww-form__err {
    display: block;
}

.wowww-form__errmessage {
    color: rgb(198, 8, 14);
    padding-bottom: 15px;
}


.wow-form__button {
    position: relative;
}

.wow-form__button.sending {
    background-color: rgb(198, 8, 14);
    color: white !important;
}

.wow-form__button.sending .scs-calc__res-spin {
    display: block !important;
}

.wow-form__button.sending .scs-calc__res-spinerin div {

}


@keyframes scs-calc__res-spinerin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.scs-calc__res-spin {
    position: absolute;
    left: 10px;
    top: 17px;
}

.scs-calc__res-spinerin div {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
    border-top-color: transparent;
    border-radius: 50%;
}

.scs-calc__res-spinerin div {
    animation: scs-calc__res-spinerin 1s linear infinite;
    top: 8px;
    left: 8px
}

.scs-calc__res-spiner {
    width: 16px;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.scs-calc__res-spinerin {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.scs-calc__res-spinerin div {
    box-sizing: content-box;
}


@media (max-width: 768px) {
    .wowww-form__row {
        width: 100%;
    }

    .wowww-form__section {
      flex-wrap: wrap;
    }
}
