/*
 * Opening Hours
 */

body {
    font-family: "Source Sans Pro",sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}
#pickupPointHours .PR-Hours {
    font-size:12px !important;
    width: 100%;
    color: #666;
    border: solid 1px #eee;
}
#pickupPointHours .PR-Hours .d {
    background: #eee;
}

#pickupPointHours { width: 50%; }
#pickupPointHours th {text-align: left; width: 30%; padding: 5px;}
#pickupPointHours td {text-align: center; width: 30%; padding: 5px;}

.order_succeeded_alert {
    background: #FFF;
    padding: 1em;
    border-radius: 5px;
    margin-bottom: 1em;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
}

.order_succeeded_alert {
    border: 1px solid #CDDC39;
}

.order_succeeded_alert h1 {
    font-size: 1.2em;
    color: #CDDC39;
    margin-top: 1em;
    margin-bottom: .3em;
    float: left;
}

svg {
    width: 50px;
}

.order_summary_list_item_container {
    margin-bottom: 2em;
}
@media only screen and (min-width: 481px){
    .order-summary_list_status {
        -ms-flex: 1;
        flex: 1;
        text-align: right;
    }}

@media (max-width: 481px){
    #pickupPointHours {
        width:100%;
    }
    .selection{
        background:none !important;
    }
    svg {display:none;}
    h1{float: none !important;}
}

.pickup-option{
    margin-left: 15px;
    margin-right: 15px;
    padding: 1em;
    border: 1px solid #d5d3d3;
    border-radius: 5px;
    margin-bottom: 20px;
}

.pickup-option form{
    margin-top: 20px;
}

.pickup-option input[type="submit" i]{
    background: #00a89f;
    color: #FFF;
    box-shadow: none;
    appearance: none;
    border: none;
    padding: 1em 2em;
    font-size: 1em;
}

@media(min-width:992px){
    body {
        width: 70%;
        margin: 0 auto;
    }
}

.well{
    background: #00a89f1a;
    border-radius: 6px;
    padding: 1em;
    margin-bottom: 20px;
    color: #008079;
}

.selection{
    border-radius: 6px;
    padding: 1em 1em 2em 1em;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #008079;
    border: 1px solid #00a89f;
    color: #00a89f;
    font-size: 0.85em;
    background:url('check.svg');
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 97% 50%;
}

