.shipping-dates-day { line-height: 30px; border-bottom: 1px dashed #fff; margin-left: 2px;  color:white;  padding-left: 5px;}

a.hour-container {
    border: 1px solid #dddddd;
    display: inline-block;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.5 !important;
    text-transform: uppercase;
    text-decoration: none;;
}

a.hour-container.available {background-color: lightblue;}
a.hour-container.unavailable {background-color: #efefef; color: #aaa;}

a.hour-container:hover {text-decoration: none; background-color: #ccc;}
a.hour-container.available:hover { cursor: pointer; }

a.hour-container.available.chosen-hour {background-color: lightcoral;}


#shipping_date_field, #shipping-date-wrapper {display: none;}
#shipping_date_field {width: 380px;}
#open-shipping-dates {float: right; display: none; width: 30px; height: 30px; background: transparent url('images/calendar.png') top center no-repeat; text-indent: -999px}


input#shipping_date {border: none !important;}


#select-shipping-date-city-name {display: none; width: 100%; background-color: #667d93; color: white; font-weight: bold; text-align: center;}
#select-shipping-date {display: none; width: 100%; background-color: #3D5667; color: white;    text-align: center;}
select#shipping_city{ background-position: 10px center; float: right; width: 32% }

.single-product-date-select-day{display:none}
#shipping-dates-day {     width: 100%;    padding: 0;    position: relative;    float: none; }

#select-shipping-wrapper select {
    width: 90%;
}

select {background-position: 10px center !important;}

.col-loading {background: url('images/loader2.gif') center center no-repeat; background-size: 25px;}
.single-shipping-error {background-color: rgba(255,0,0,0.2); }
#shipping_city_field, select[name="shipping_city"] {display: none}


#order_comments_field {display: none;}
#box-order_carrier_notes label {
    width: 100% !important;
    color: #b49b6d;
    font-family: 'Simple CLM', 'sans-serif';
    font-size: 23px;
    margin-bottom: 5px !important;
}


.step-title-ribbon {
    height: 49px;
    display: block;
    background: transparent url('images/checkout-title-ribbon.png') right top no-repeat;
    color: white !important;
    right: -53px;
    position: relative;
    padding-right: 55px;
}
