.box-cart-bottom {}

.add_to_cart_container {
    display: flex;
    /* right: 100px; */
}

.box-cart-bottom .qty-label {
    margin-right: 15px;
    margin-top: 5px;
}

#awp_add_to_cart .exclusive {
    background-color: #dfc592;
    color: #000;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    margin-top: 16px;
    margin-left: 15px;
}

#quantity_wanted_p {
    display: flex;
    align-items: center;
}

.quantity-input-wrapper {
    display: flex;
    align-items: center;
}

.quantity-input-wrapper input {
    text-align: center;
    margin: 0 10px;
    width: 50px;
}

.quantity-input-wrapper a {
    color: #333;
    cursor: pointer;
}

.price {
    color: #d9534f;
    font-size: 1.5em;
    font-weight: bold;
}

.tax-label {
    color: #999;
    font-size: 0.8em;
}

#reduction_percent {
    color: #d9534f;
    font-size: 0.9em;
}