.prestomart_select_shipping_defclass {
    width: 550px;
    height: 600px;
}

.prestomart_select_shipping .layui-layer-content {
    padding: 10px;
}

#woo_prestomart_store::-webkit-scrollbar {
    width: 6px;
    height: 640px;
}

#woo_prestomart_store::-webkit-scrollbar-thumb {
    border-radius: 3px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

#woo_prestomart_store::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.prestomart_google_map .layui-layer-btn {
    display: none;
}

#prestomart_google_map {
    height: 100%;
    width: 100%;
}

#woo_presto_mart_search_address {
    position: absolute;
    z-index: 99;
    top: 10px;
    left: 10px;
}

#woo_presto_mart_search_address input {
    position: relative;
    height: 30px;
}

#woo_presto_mart_search_address button {
    position: relative;
    padding: 0 10px 0 10px;
    margin: 0 10px 0 0;
    height: 30px;
    background: none rgb(255, 255, 255);
    border: 0px;
    border-radius: 2px;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.7);
}

.pac-container {
    z-index: 99999999;
}

.pm_shipping_header_indiv {
    margin-bottom: 3px;
    padding: 5px 10px;
    float: left;
    color: black;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    margin-right: 8px;
}

.pm_shipping_header_indiv:last-child {
    margin-right: 0;
}

.pm_shipping_header_indiv:hover {
    font-weight: 600;
}

.pm_shipping_header_indiv_checked {
    padding: 4px 10px!important;
    font-weight: 600;
    color: black;
    border: solid 2px black;
}

#pm_shipping_content {
    word-wrap: break-word;
    /*word-break: break-all;*/
    margin-top: 1em;
}

.presto_mart_input_text {
    border:1px solid rgb(126, 137, 147);
    border-radius: 4px;
    color: rgb(50, 55, 60);
    cursor: text;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
}

#woo_prestomart_store table tr td {
    position:relative;
    text-align:left;
}
#woo_prestomart_store table tr td:nth-child(3) {
    width: 25%;
    text-align:right;
}

#woo_prestomart_store table tr td:nth-child(1) input {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
}
#woo_prestomart_store table tr td:nth-child(3) span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

.prestomart_before_store {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0px 10px 0px 20px;
    font-size: 12px;
    border-top-left-radius: 20px;
    background: #f74a49;
    color: white;
}

#woo_done_location {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

#woo_done_location button{
    position: relative;
    padding: 0 10px 0 10px;
    margin: 0 10px 0 0;
    height: 30px;
    /* background: none rgb(255, 255, 255); */
    background-color: #f74a49;
    color: white;
    border: 0px;
    border-radius: 2px;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    overflow: hidden;
    /* color: rgba(0, 0, 0, 0.7); */
    bottom: 20px;
}

.focus_prestomart_google_map_input {
    top:0 !important;
}

@media screen and (min-width:550px) {
    /* .pm_shipping_content {
        width: 500px;
    } */

    #woo_prestomart_select_table td {
        padding: 5px;
    }

    /*
    .pm_self_pickup_store_address {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: wrap;
    }
    */

    #pm_select_express,#woo_prestomart_location{
        /* padding: 0; */
        width: 200px;
    }

    #prestomart_google_map {
        height: 480px;
        width: 640px;
    }
}

@media screen and (max-width: 350px) {
    .pm_shipping_header_indiv {
        margin-bottom: 5px;
        padding: 5px 5px;
        margin-right: 5px;
    }
}