.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-on-order{
    margin-left: 0;
    font-size: .7rem !important;
}
.btn-availability{
    margin-left: 0;
    font-size: .7rem !important;
}
.btn-link {
    font-weight: 400;
    color: #727171;
    background-color: transparent;
}
.product-status--btn__text {
    font-size: .7rem !important;
}

#wrapper_on_order, #wrapper_availability, #wrapper_found_cheaper {
    display: none;
    border: 1px solid #EE7A63;
    padding: 0 25px 10px 25px;
    width: 173px;
    position: absolute;
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 0px 2px 11px rgba(0,0,0,0.3);
    font-size: 12px;
}
/*#wrapper_found_cheaper { width: 214px; }*/

#wrapper_found_cheaper input[type='text'] {
    width: 98%;
}
#wrapper_found_cheaper textarea { width: 97%; }
#on_order_title, #availability_title, #found_cheaper_title {
    margin: 0 -25px;
    background-color: #f55757;
    height: 25px;
}
#on_order_title button, #availability_title button, #found_cheaper_form_close {
    font-weight: bold;
    color: white;
    vertical-align: middle;
    /* line-height: 25px; */
    margin-right: 5px;
    margin-top: 0px;
    background: none;
    border: none;
    font-size: 18px;
}
#on_order_form_close:hover, #availability_form_close:hover, #wrapper_found_cheaper_close:hover {
    cursor: pointer;
}
#consumer_comment{
    width: 164px;
    height: 60px;
}
#on_order_errors, #availability_errors, #found_cheaper_errors {
    font-size: 11px;
    color:red;
    margin: 6px 0;
}
#on_order_f2, #availability_f2, #found_cheaper_f2{
    height: 120px;
    padding-top: 80px;
    text-align: center;
    display: none;
}
#consumer_name, #consumer_email, #consumer_phone,
#available_consumer_name, #available_consumer_email, #available_consumer_phone, #available_consumer_comment{
    width:164px;
    margin-top: 2px;
}
.on-order--input, .availability--input, .found_cheaper--input {
    margin: 10px 0;
}
.on-order--fileinfo {
    font-size: 10px;
    margin: 0 0 5px 0;
}
.on-order--tooltip
{
    font-size: 18px;
    color: #222;
    line-height: 8px;
    font-weight: bold;
}
.ui-tooltip {
    font-size: 12px;
}
.join {
    margin-top: 20px;
}
.promocode-input {    
    width: 200px;
    border-color: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    padding: 3px 10px;
    box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
    margin-right: 13px;
}
/* .promocode-input:focus {
    text-transform:uppercase;
} */
.promocode-btn, .order-btn {
    font-size: 13px;
    font-weight: 600;
    
    color: white;
    background-color: #ec0000;
    height: 27px;
    padding: 1px 8px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.08), 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.promocode-btn:hover {
    background-color: #d10202;
    box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.08), 1px 1px 1px rgba(0, 0, 0, 0.9);
}