/* Old Pickup Styles */
.map-top-border {
    border-top: 1px solid #efefef;
    padding-top: 15px;
}

.map_canvas {
    float: right;
    width: 48%;
    height: 180px;
    padding: 0 0 0 2%;
}

.map_address {
    float: left;
    width: 50%;
    font-size: 12px;
}

#onestepcheckout-form .map_canvas,
.multiple-checkout .map_canvas {
    float: right;
    width: 100%;
    height: 180px;
    padding: 0;
    margin-top:10px;
}
#onestepcheckout-form .map_address,
.multiple-checkout .map_address {
    float: left;
    width: 100%;
}

.left {float:left;}

.right {float: right;}

#co-shipping-method-form .sp-methods dd .location_label label {
    min-width: 100px;
    background: none !important;
    padding: 0;
}

/*#opc-co-shipping-method-form .sp-methods dd .location_label label,*/

.location.left {width:100%;}

.location.left .input-box {
    margin-bottom: 8px;
    float: none !important;
    display: block !important;
}

.location_label {display:inline-block;}

.location label {
    margin-right:10px;
}

.location_address {
    width: 300px;
}

.location .ui-datepicker-trigger {
    display: inline;
    padding-left: 5px;
}

/* Zoey Edit Start */
.shq-calendar-date .ui-datepicker-trigger {
    width: 100%;
}
/* Zoey Edit End */

.overlay-container {position:relative;}

.overlay-bg {
    position:absolute;
    width:19.2em;
    height:195px;
    background-color:transparent;
    visibility: hidden;
    z-index: 101;
}

.overlay-pickup {
    position:absolute;
    width:19.2em;
    visibility: hidden;
    z-index: 101;
}

.overlay-text {
    position:relative;
    top:45%;
    left:15%;
    font-size:16px;
    font-weight:bold;
}

.collapsable_heading {
    cursor: pointer;
    color: #696;
    font-weight:bold;
    background-image:url(../images/i_desc_arrow.gif);
    background-repeat:no-repeat;
    text-indent:23px;
    background-position:4px 8px;
}
.open {
    background-image:url(../images/i_asc_arrow.gif);
    background-repeat:no-repeat;
    text-indent:23px;
    background-position:4px 8px;
);
}

.ups_logo {
    height:36px;
    width:30px;
    padding: 10px 10px;
}

.trademark {font-size:9px; /*Font Size of Trademark Text*/}

.disclaimer {font-size:9px; /*Font Size of Trademark Text*/}

.location-map {margin: 12px 0;}


/* New Pickup Styles */
.opc .shq-custom-method select,
#onestepcheckout-form .shq-custom-method select,
.multiple-checkout .shq-custom-method select {max-width: 100% !important; width: 100% !important; }

.opc .shq-custom-method select,
.opc .shq-custom-method input,
#onestepcheckout-form .shq-custom-method select,
#onestepcheckout-form .shq-custom-method input,
.multiple-checkout .shq-custom-method select,
.multiple-checkout .shq-custom-method input {
    font-size: 12px !important;
    height: 30px !important;
    border: 1px solid #ddd !important;
    max-width: 100%;
    float: left;
    color:#555;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.calendar-blk, .clock-blk, .location-blk {fill:#555;}

.shq-custom-method {
    width: 100%;
    max-width: 480px;
    display: inline-block;
    color:#555 !important;
    margin-top: 10px;
}
.shq-optn-50l,
.shq-optn-50r,
.shq-optn-100 {
    float: left;
    margin-bottom: 20px;
    font-size: 12px;
}

.shq-optn-50l {width: 46%; padding-right: 4%; box-sizing: content-box;}
.shq-optn-50r {width: 46%; padding-left: 4%; box-sizing: content-box;}
.shq-optn-100 {width: 100%;}

#onestepcheckout-form .shq-optn-50l,
.multiple-checkout .shq-optn-50l {width: 100%;padding-right:0;}

#onestepcheckout-form .shq-optn-50r,
.multiple-checkout .shq-optn-50r {width: 100%;padding-left:0;}

.shq-custom-method label.shq-title,
.shq-custom-method label.shq-input {
    padding:0 !important;
    background: none !important;
}
.shq-custom-method label.shq-input input {width: auto; float: left;}
.shq-custom-method label.shq-title:hover,
.shq-custom-method label.shq-input:hover {
    background:none !important;
}

.shq-title,
.shq-input {
    float: left;
    width:100%;
    font-weight: normal !important;
    color: #555 !important;
    font-size: 12px;
}

.shq-input {margin-top:5px;}
.shq-input .shq-input {margin-top:0;}
.shq-input .shq-input .shq-input {margin-top:0;}

.shq-ico-location,
.shq-ico-calendar,
.shq-ico-clock {
    width: 14px;
    height: 14px;
    float: left;
    display: inline-block;
    margin: 0 5px 0 0;
    background-size: 14px 14px;
}
.shq-ico-calendar {
    background: transparent url('../images/calendar-blk.svg') center center no-repeat;
}

.shq-ico-clock {
    background: transparent url('../images/clock-blk.svg') center center no-repeat;
}

.shq-ico-location {
    background: transparent url('../images/location-blk.svg') center center no-repeat;
}

.shq-ico-r  {
    margin: 8px 0 0 5px !important;
}
.shq-map-insert {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.shq-map-popup {
    width: 600px;
    height: 400px;
}

@media only screen and (max-width: 480px) {

    .shq-optn-50l {width: 100%; padding-right: 0;}
    .shq-optn-50r {width: 100%; padding-left: 0;}

    .map_canvas {
        float: right;
        width: 100%;
        height: 180px;
        padding: 0;
        margin-top:10px;
    }

    .map_address {
        float: left;
        width: 100%;
    }

}
