.infoBox {
    display: block;
    overflow: hidden;
    margin-top: 8px;
    background: #E9242B;
    border-radius: 0 6px 6px;
    font: lighter 13px/16px "marselispro", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.infoBox .close {
    top: 6px;
    left: 6px;
    background: url(../images/icon_sprite.png) no-repeat 0 0;
    position: absolute;
    height: 14px;
    text-indent: -9999px;
    width: 14px;
}

.infoBox h3 {
    background: #fff;
    margin: 0;
    font-weight: bold;
    padding: 15px 20px 5px;
    color: #E9242B;
    font-size: 19px;
    line-height: 19px;
}

.infoBox p {
    background: #fff;
    margin: 0;
    font-size: 12px;
    padding: 5px 20px 0px;
}

.infoBox ul.hours {
    background: #fff;
    margin: 0;
    padding: 5px 20px 10px;
    border-radius: 0 0 6px 6px;
    display: block;
}

.infoBox ul.hours li {
    display: inline-block;
    clear: both;
    margin: 0;
    font-size: 11px;
}

.infoBox ul.hours li span.day {
    width: 23px;
    display: block;
    float: left;
    text-align: center;
    color: #003067;
    font-weight: bold;
}

.infoBox ul.hours li span.small {
    width: 10px;
    display: block;
    float: left;
    text-align: center;
}

.infoBox ul.hours li span.large {
    width: 80px;
    display: block;
    float: left;
    text-align: center;
}

.infoBox .selectspot {
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
}

.infoBox .selectspot:hover {
    color: #003067;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin: 10px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
    height: 45px;
}

#israelpost-autocompelete {
    display: inline-block;
}

#israelpost-autocompelete:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f002";
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 20px;
    -webkit-font-smoothing: antialiased;
    color: #6d6d6d;
}
.rtl #israelpost-autocompelete:after {
    left: 20px;
    right: inherit;
}

#legend {
    height: 105px;
    background-color: white;
    padding: 5px;
    margin: 10px;
}

#israelpost-additional .spot-detail {
    margin: 10px 0;
    line-height: 25px;
}

#israelpost-additional .spot-picker {
    background: #000;
    padding: 10px;
    color: #fff;
    display: inline-block;
}

#israelpost-additional .spot-message {
    color: #df280a;
}

#israelpost-overlay {
    background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 998;
}


.spot-list-container .spot-message {
    display: none;
}

.spot-list-container {
    margin: 10px 0;
}

.spot-list-container {
    margin: 10px 0 0;
}

.spot-list-container .field {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
}

.spot-list-container .field select {
    width: 100%;
}

.cart_totals .spot-list-container .field{
    max-width: 230px;
}

.ui-widget.ui-widget-content{
    z-index: 999;
}

.topbar {
    z-index: 888;
}
nav {
    z-index: 887;
}

#order_review .shipping td:nth-child(2) {
    min-width: 270px;
}

.gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}
.gm-style img { max-width: none; display: inline-block;}

.ui-widget-header {
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.rtl .ui-widget-header {
    text-align: right;
    direction: rtl;
}
.rtl .ui-dialog .ui-dialog-title {
    float: right;
}
.rtl .ui-dialog .ui-dialog-titlebar-close {
    right: inherit;
    left: 0.3em;
}
.ui-button, .ui-button:hover {
    border: none;
    background: none;
}

.rtl .spot-list-container .field{
    text-align: right;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #ffffff;
    box-shadow: none;
}

.spot-list-container .select2-container--default .select2-selection--single {
    border-radius: 0;
}

.gm-style .gm-style-iw{
	padding: 0 !important;
}
.gm-style .gm-style-iw-d{
	overflow: auto !important;
}
.spot-list-container .select2-container{
	width: 100% !important;
}
@media only screen and (max-width: 767px){
    #legend {
        display: none !important;
    }

    #israelpost-autocompelete {
        left: 100px !important;
    }

    #israelpost-autocompelete:after {
        top: 20px;
        right: 18px;
    }

    .rtl #israelpost-autocompelete:after {
        left: 18px;
    }

    #pac-input {
        margin: 10px 12px 12px;
        height: 35px;
        width: 200px;
    }

    #order_review .shipping td:nth-child(2) {
        min-width: 0;
        width: 60%;
    }

    .spot-list-container .field select {
        direction: rtl;
    }
}
