.clear{
	clear:both;
}
.nobr{
	white-space:nowrap;
}

.shipping .carrier_logo img{
	width:100px;
	padding-left:10px;
	padding-right:10px;
}
.shipping .description, .shipping .delivery_date{
	font-size:0.9em;
}
.shipping .select-parcel{
	cursor:pointer;
	text-decoration:underline;
}
.shipping .select-parcel:hover{
	color:grey;
	text-decoration:none;
}
/* map */
#emcMap {
    width:80%;
    max-width:1200px;
    height:auto;
    display:none;
    position: absolute;
    top:100px;
    padding:10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index:11111;
    background: #f9f9f9;
    box-shadow:3px 3px 30px rgba(0, 0, 0, 0.4), 3px 3px 30px rgba(0, 0, 0, 0.4);
}
#emcMap.emcModalShow{
    display: block;
}
#emcMapInner {
    background: #f9f9f9;
}
#emcMap .emcClose {
    background-image: url("../img/icon-close.png");
    height:40px;
    width:40px;
    cursor:pointer;
    top:-20px;
    right:-20px;
    position:absolute;
    z-index: 11222;
}
#emcMap #zipCodeContainer {
    height: 55px;
    max-width:600px;
    box-sizing:border-box;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
#emcMap #zipCodeContainer input[type="text"] {
    max-width: 40%;
    margin-right: 5px;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
#emcMap #validateZipCodeButton {
    max-width: 20%;
    background-color: #5bc0de;
    color: #fff;
    border-radius: 3px;
    border-style: none;
    font-weight: 600;
    font-size: 16px;
    padding: .6180469716em 1.3em;
    cursor: pointer;
}
#emcMap #validateZipCodeButtonDesktopText {
    display: inline;
}
#emcMap #validateZipCodeButtonMobileText {
    display: none;
}
#emcMap #mapContainer {
    float:left;
    width:100%;
    padding-right:268px;
    box-sizing:border-box;
}
#emcMap #prContainer {
    overflow-y:scroll;
    height:500px;
    padding:0px 10px;
    width: 268px;
    margin-left:-268px;
    float:right;
    box-sizing:border-box;
    font-family:Roboto, Arial, sans-serif;
}
#emcMap #prContainer table{
    border:0;
}
#emcMap #prContainer td {
    border-top: 1px solid #dddddd;
    padding: 9px 10px;
    text-align:left;
    color: #777;
    font-size:13px;
    line-height:20px;
    border-right-width:0;
    border-bottom-width:0;
}
#emcMap #prContainer td a {
    color: #337ab7;
}
#emcMap #prContainer td a:hover {
    text-decoration:none;
}
#emcMap #mapCanvas {
    overflow:hidden;
    height:500px;
}
#emcMap .emcMarker {
    background-image: url("../img/marker.png");
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 6px;
    width: 28px;
    height: 35px;
    box-sizing: border-box;
    display: inline-block;
    margin-right:5px;
    vertical-align:middle;
}
.mapboxgl-canvas-container .emcMarker {
    cursor: pointer;
}
#emcMap .emcPointHeader {
    display: flex;
    align-items: baseline;
}
#emcMap .emcPointTitle {
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    width:180px;
    display:inline-block;
    vertical-align:middle;
}
#emcMap .emcMakerPopup {
    width:250px;
    color:#777777;
    line-height:20px;
}
#emcMap a:hover {
    text-decoration:none;
}
#emcMap .emcSchedule {
    font-size:11px;
}
.emcPointer {
    cursor: pointer;
}
#emcMap .parcelButton {
    width: 190px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #ffffff !important;
    background-color: #5bc0de;
    border: 1px solid #46b8da;
    display:inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align:center;
    vertical-align:middle;
    text-decoration: none;
}

#emcMap .emcDay {
    width:60px;
    font-weight: bold;
    display: inline-block;
}

.mapboxgl-ctrl-top-left {
    pointer-events: auto;
}

.mapboxgl-ctrl-top-left #emcBoxtalLogo {
    margin: 5px;
    height: 24px;
    width: 100px;
    cursor: pointer;
}

/* override for mobile */
@media (max-width: 785px) {
    #emcMap #validateZipCodeButtonDesktopText {
        display: none;
    }
    #emcMap #validateZipCodeButtonMobileText {
        display: inline;
    }
    #emcMap #validateZipCodeButton {
        padding: .6180469716em 1em;
    }
}

@media (max-width: 767px) {
    #emcMap {
        width:90%;
        height:85%;
    }
    #emcMapInner {
        height:100%;
    }
    #emcMap #prContainer {
        display:none;
    }
    #emcMap #mapContainer {
        padding-right:0px;
        height:100%;
        height: calc(100% - 55px);
    }
    #emcMap #mapCanvas {
        height:100%;
    }
}

@media (max-width: 375px) {
    #emcMap #validateZipCodeButton {
        padding: .6180469716em 0.5em;
    }
}
