/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /* ------------------ Quantity ------------------- */
.lsdd-qty {
    width: 97px;
    float: right;
    border: 1px solid #f7f7f7;
}
.lsdd-qty button {
    background: #fff;
    width: 30px;
    border: none;
    cursor: pointer;
    margin: 0;
    float: left;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    height: 30px;
    border-radius: 0;
    padding: 0;
    color: #5F6973;
    font-weight: 700;
}
.lsdd-qty input {
    width: 35px;
    text-align: center;
    border: none;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-radius: 0;
    margin: 0;
    float: left;
    color: #000;
    padding: 0;
    font-weight: 700;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.lsdd-qty input[type=number]::-webkit-inner-spin-button, 
.lsdd-qty [type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.hidden{
    display:none !important;
}
.nominal-item  input~label p{
    position: absolute;
    right: 15px;
}

@keyframes loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.lsd-btn.loading {
    color: transparent!important;
    min-height: .8rem;
    pointer-events: none;
    position: relative;
}
.lsd-btn.loading::after {
    animation: loading .5s infinite linear;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1rem;
    left: 50%;
    margin-left: -.4rem;
    margin-top: -.4rem;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 1rem;
    z-index: 1;
}
/* ------------------ Quantity ------------------- */


/* Thankyou */
#lsdd-countdown li {
    display: inline-block;
    font-size: 13px;
    list-style-type: none;
    padding: 10px;
    text-transform: uppercase;
}

#lsdd-countdown li span {
    display: block;
    font-size: 40px;
    line-height: 1.2em;
}

.text-bold{
    font-weight: 600;
}
.lsd-btn{
    position: relative;
}
.lsd-btn svg{
    position: absolute;
    left: 15px;
}