.ws_buy_credits button {
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
    border: 0;
    margin-top:15px;
}
/* credits font */
.ws_buy_credits #credits {
    font-size: 25px;
    font-weight: 700;
    margin-top: 15px;
}
/* price font */
.ws_buy_credits #price {
    font-size: 25px;
    font-weight: 700;
    margin-top: 15px;
    padding: 10px;
    background: white;
    border-radius: 10px;
}
.ws_buy_credits #credits {
    padding: 10px;
    background: white;
    border-radius: 10px;
    border: 0;
    margin-top: 0;
    line-height: 0;
    text-align:center;
}
.ws_buy_credits .col-md-6 {
    text-align: center;
}
.ws_buy_credits .discountFlag {
    position: absolute;
    background: #60A3E6;
    border-radius: 10px;
    top: -10px;
    font-size: 20px;
    right: 10px;
    color: white;
    padding: 5px 7px 5px 7px;
}
.ws_buy_credits .outterBox {
    background: white;
    border-radius: 20px;
    box-shadow: 0 14px 55px 0 rgba(208.00000000000003, 201.99999999999997, 238.99999999999997, 0.3);
    padding: 0 0 20px 0;
}
.ws_buy_credits .cValue {
    position: relative;
    display: block;
    text-align: center;
    font-size: 4em;
    color: #181b31;
    font-weight: 400;
}
.ws_buy_credits #rangeValue {
    position: relative;
    display: block;
    text-align: center;
    font-size: 6em;
    color: #181b31;
    font-weight: 400;
}
.range {
    width: 400px;
    height: 35px;
    -webkit-appearance: none;
    background: #181b31;
    outline: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 0 0 5px rgb(24, 27, 49);
}
.ws_buy_credits .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: visible!important;
    background: var(--e-global-color-secondary);
    cursor: pointer;
    border: 4px solid white;
    box-shadow: -607px 0 0 600px var(--e-global-color-secondary);
}

.ws_buy_credits .credits-input-pre {
    display: flex;
    justify-content: center;
}
.woocommerce div.quantity {
    display: unset;
    margin-inline-end: unset!important;
    font-size: unset;
}
.ws_buy_credits .credits_value {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ws_buy_credits .quantity-select .entry {
    font-size:35px;
}
.ws_buy_credits #qmamount, .ws_buy_credits .qmamount {
    font-size: 18px;
    font-weight: 600;
}

/* when hover over credits-plus or credits-minus then change color and size of the fontawesome icon */
.ws_buy_credits .credits-plus:hover, .credits-minus:hover {
    color: var(--e-global-color-secondary);
    font-size: 35px;
}