/**
 * Copyright © Ecwhim. All rights reserved.
 */

.amount-value {
    float: left;
    margin: 0 10px 5px 0;
}
.amount-button {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #c2c2c2;
    text-align: center;
    line-height: 20px;
    min-height: 20px;
    font-weight: 700;
    background: #f0f0f0;
    color: #949494;
}
.custom-amount {
    display: table;
}
.amount-input-text-addon, .amount-input-text {
    display: table-cell;
}
.amount-input-text-addon, input[type="text"].amount-input-text {
    padding: 0 9px;
    border: 1px solid #c2c2c2;
}
.amount-input-text-addon {
    background-color: #f0f0f0;
    color: #949494;
    border-right: none;
}
input[type="text"].amount-input-text {
    width: 114px;
}
.amount-button:hover {
    border: 1px solid #ffffff;
    color: #333333;
}
.amount-button.selected {
    background: #ffffff;
    color: #000000;
}
.amount-button.selected, .custom-amount.selected .amount-input-text {
    border: 1px solid #ffffff;
    outline: 2px solid #ff5501;
}
.custom-amount.selected .amount-input-text {
    border-radius: unset;
}
.amount-button:hover, .amount-button.selected:hover {
    outline: 1px solid #999999;
}
.custom-amount.selected .amount-input-text:hover {
    border: 1px solid #c2c2c2;
    outline: unset;
}
.amount-button:focus, input.amount-input-text:focus {
    box-shadow: 0 0 3px 1px #00699d;
}
#ecw-gift-card-amount {
    left: -1000px;
    position: absolute;
    visibility: hidden;
}
