.form-control {
    border: 1px solid #40dcfd;
    border-radius: 50px;
}

.waves-light{
    width: 80%;
    border-radius: 50px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.5rem .7rem;
}

.price-box {
    margin: 8px 0 2px;
}

.special-price {
    margin: 0;
    padding: 3px 0;
    display: inline;
}

.special-price .price-label {
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    color: #666;
    display: none;
}

.special-price .price {
    font-size: 24px;
    color: #fe0100;
    font-weight: bold;
}

.old-price {
    display: inline;
    margin-right: 15px;
}

.old-price .price-label {
    color: #777777;
    display: none;
    white-space: nowrap;
}

.old-price .price {
    color: #777777!important;
    font-size: 15px;
    font-weight: normal;
    text-decoration: line-through;
    margin-left: 6px;
}