.pick_point{ cursor:pointer;}
.wp_pkpo_hide{display: none !important;}
.wp_pkpo_form_select { width: 100%; height: 30px;}
.wp_pkpo_checkout_column  input[type="text"]{ margin-bottom: 25px; }
.wp_pkpo_form_select{margin-bottom: 25px; }
.woocommerce ul#pickup_points {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce ul#pickup_points li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none;
}
.woocommerce ul#pickup_points li input {
    margin: 3px .5ex;
}
.woocommerce ul#pickup_points li label {
    display: inline;
}
.remove_selection{
    border-radius: 50%;    
    color: #7f7f7f;   
    display: block; 
    cursor:pointer;  
    padding: 2px;    
    position: absolute;    
    right: 24px; 
    display:none; 
    top: -4px;
} 
.pickup_content{
    color: #000;
}
.selected_marker{
    display:none;
    float:left;
}
.pickup_header{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    background-color: #48b5e9;
    color: white;
    margin: 1px;
    border-radius: 2px 2px 0 0; /* In accordance with the rounding of the default infowindow corners. */
}
#map-canvas {
    margin: 0;
    padding: 0;
    height: 400px;
    max-width: none;
}
#map-canvas img {
    max-width: none !important;
}
.gm-style-iw {
    width: 335px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}
.iw-container {
    margin-bottom: 10px;
}
.iw-container .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    background-color: #48b5e9;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
}
.iw-container .iw-content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 15px 5px 20px 15px;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
}
.iw-content img {
    float: right;
    margin: 0 5px 5px 10px;	
}
.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}
.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.wp_pickup_time_info{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}