.sf-submit-loader-container {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1000
}

.sf-submit-loader-content {
    margin: auto;
    text-align: center;
}

.sf-submit-loader-text {
    font-size: 26px;
    margin-bottom: 6px;
    color: rgba(0, 0, 0, 0.52);
    letter-spacing: 1.2px;
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sq-input {
    height: 40px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: white;
    display: inline-block;
    -webkit-transition: border-color .1s ease-in-out;
    -moz-transition: border-color .1s ease-in-out;
    -ms-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out;
}

.sq-input--focus {
    border: 1px solid rgb(57, 142, 231);
}

.sq-input--error {
    border: 1px solid #E02F2F;
}

.priceol {
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 0px;
}

#ik69k {
    margin-right: 10px;
}

#ikgb3 {
    font-size: 14px;
}

#i7hvr {
    font-size: 14px;
}

#i5uqd {
    display: none;
}

#iwbdp {
    color: #ffffff;
}

#i9nqdp {
    color: #ff0000;
}

#timer-12586003 {
    display: inline;
}

.form-control.form-control-xs {
    margin: -10px 0 0 0 !important;
}

#i4mqow {
    text-align: center;
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'Circular-Loom';
    src: url('../fonts/CircularXXWeb-Book-cd7d2bcec649b1243839a15d5eb8f0a3.woff2') format('woff2');
}

@font-face {
    font-weight: 500;
    font-style: normal;
    font-family: 'Circular-Loom';
    src: url('../fonts/CircularXXWeb-Medium-d74eac43c78bd5852478998ce63dceb3.woff2') format('woff2');
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: 'Circular-Loom';
    src: url('../fonts/CircularXXWeb-Bold-83b8ceaf77f49c7cffa44107561909e4.woff2') format('woff2');
}

@font-face {
    font-weight: 900;
    font-style: normal;
    font-family: 'Circular-Loom';
    src: url('../fonts/CircularXXWeb-Black-bf067ecb8aa777ceb6df7d72226febca.woff2') format('woff2');
}

.col-sm-8 {
    max-width: 100%;
}

.modal-content {
    color: #000 !Important;
}

.price-us-1,
.product_price {
    position: absolute;
}

.price-us-1 {
    right: 4%;
    top: 7%;
}

.product_price {
    top: 14%;
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    right: 6%;
}

@media screen and (max-width:640px) {
    .product_price {
        top: 5%;
        font-size: 40px;
        font-weight: 600;
        color: #fff;
        right: 8%;
    }

    .price-us-1 {
        top: -6%;
        width: 35%;
    }
}