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

ul.dropdown-list.book-vendors {
    display: none;
}


.add_to_cart_inline {
    border: none !important;
    margin-block-start: 0;
    margin-block-end: 0;
    padding: 0 !important;
    line-height: 3 !important;
    text-align: end;
}


.add_to_cart_button {
    background-color: #00b2b5 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: .64em !important;
}

.book-purchasing input[type=number] {
    color: #00b2b5 !important;
    border: 2px solid #00b2b5;
    padding: 4px 2px 3px 10px !important;
    background: #f2f2f2 !important;
    border-radius: 4px !important;
    width: 60px;
    font-weight: normal;
}

.book-purchasing input[type=number]:focus {
    outline: none !important;
}
.coupon .button {
    content:'+';
    background-color: rgba(52, 156, 157, 1.00);
    color: #fff;
    font-size: 20px;
    float: right;
    border-radius: 0;
}
.added_to_cart {
    text-decoration: none;
    font-weight: 600;
    padding: 0 !important;
    color: #00b2b5;
}
