@-webkit-keyframes spin {
            to {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
 
        @keyframes spin {
            to {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        .div-waiting{
            position: fixed;
            z-index: 998;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 1;
            background: rgba(0,0,0,0.2);
            vertical-align: middle;
            text-align: center;
        }
        .icon-waiting{
            position: relative;
            top: 48%;
            width: 5rem!important;
            height: 5rem!important;
            margin: 0 auto;
            border-radius: 50%;
            border: 0.5rem solid rgba(21, 21, 21, 0.4);
            border-top-color: #e1e1e1;
            -webkit-animation: 1.5s spin infinite linear;
            animation: 1.5s spin infinite linear;
        }
        .icon-position{
            position: relative;
            top: 48%;
            margin: 0 auto;
            font-size: 30px;
        }



    
.wf-product-form--atc-button {
    color: #fff!important;
    background-color: #5d5e6f!important;
    border: 1px solid #5d5e6f!important;
    margin-top: unset!important;
}
.wf-product-form--atc-button {
    font-size: var(--font-size-body-smaller, .875rem);
}
.wf-product-form--atc-button {
    text-transform: uppercase;
}
.wf-product-form--atc-button {
    font-size: var(--font-size-button-large);
    letter-spacing: .01em;
    width: calc(100% - 8.125rem);
    padding: 0.875rem 0.3125rem;
    margin-left: 0;
}
span.atc-button--icon {
    display: none;
}