#zoneMap {
    width: 620px;
    height: 640px;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
}
div.service-detail h2 {
    font-weight: 600;
}

div.service-detail .delivery-calc-wrap p {
    margin-left: 0;
    margin-right: 0;
}

.delivery-detail {
    font-size: 18pt;
    font-weight: 600;
    color: #008000;
}

.service-help-info {
    color: #336699;
    font-weight: 400 !important;
    font-size: 14pt;
    text-indent: 0px;
}

.delivery-calc-wrap-how {
    padding-bottom: 10px;
}

.delivery-calc-input-line {
    position: relative;
    display: flex;
    max-width: 700px;
}

.delivery-calc-input-container {
    position: relative;
    flex: 1;
}

.delivery-calc-wrap .suggestions-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#deliveryAddr {
    background: #fff;
    border: 1px solid #c6c6c6 !important;
    border-radius: 2px;
    box-shadow: 0px 2px 1px -1px rgba(255, 255, 255, 0.75), inset 0px 0px 3px rgba(0, 0, 0, 0.1),
        inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif;
    font-size: 11pt;
    padding: 9px 7px 9px;
}

#delivery-know {
    margin-left: 10px;
    padding: 8px 30px;
    background: #5e84ab;
    color: #fff;
    font-weight: 400;
    border-radius: 2px;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

#delivery-know:hover {
    background: #4b74a1;
}

#delivery-calc-res,
#delivery-calc-out {
    display: none;
}

#delivery-show-point {
    display: inline-block;
    margin: 10px 0px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
}

#delivery-show-point:hover {
    text-decoration: underline;
}


.service-detail .service-section {
    margin-bottom: 40px;
}
.service-detail .service-section-row {
    display: flex;
    margin: 28px -10px;
    flex-wrap: wrap;
}
.service-detail .service-section-col {
    flex: 1;
    margin: 0 10px;
}
.service-detail .delivery-table {
    width: 100%;
}
.service-detail .delivery-table tr:first-child td {
    border-top: 1px solid #c6c6c6;
}
.service-detail .delivery-table td {
    padding: 0 20px;
    border-bottom: 1px solid #c6c6c6;
}

.service-detail .delivery-main-image {
    max-width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .service-detail .service-section-col {
        min-width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .service-detail .delivery-mobile-order-1 {
        order: 1;
    }
    .service-detail .delivery-mobile-order-2 {
        order: 2;
    }
    .service-detail .delivery-table td {
        padding: 0 10px;
    }
}

#apiship_pvz {padding: 0;}
#apiship_cityPicker > div:first-child {margin-bottom: 0;}
#apiship_cityLabel {padding-left: 0;}
.bx-sls .bx-ui-sls-container,
.bx-sls .bx-ui-sls-container input {height:100%;}