.send-pudo-order_order-list::after {
    font-family: woocommerce !important;
    content: '\e02d' !important;
}
.print-pudo-waybill_order-list::after {
    font-family: woocommerce !important;
    content: '\e019' !important;
}

#pudo-locker-destination{
    max-width:530px;
}

/* The Modal (background) */
.pudo-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    min-width: 700px;
    min-height: 400px;
}

/* Modal Content */
.pudo-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    height: 90%;/* Full height */
    min-width: 650px;
    min-height: 400px;

}

/* The Close Button */
.pudo-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.pudo-close:hover,
.pudo-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


#pudo-wrapper {
    overflow: hidden; /* will contain if #first is longer than #second */
}
#pudo-first {
    min-width:300px;
    width: 20vw;
    float:left; /* add this */
    overflow: hidden; /* if you don't want #second to wrap below #first */
}
#pudo-second {
    width: 60vw;
    float:right;
    overflow: hidden; /* if you don't want #second to wrap below #first */
}
#pudo-map {
    height: 70vh;
    width:65vw;
}

.pudo-h4{
    text-align:center;
    height:50px;
}

.pudo-marker-title{
    width:30px;
    height:50px;
}
@media (min-width:350px) and ( max-width:768px) {
    #pudo-first{
        display:none;
    }
    #pudo-second,#pudo-map {
        width:90vw;
    }
    #pudo-modalTitle{
        margin-right:300px
    }
}

@media (min-width:769px) and (max-width:1000px) {
    #pudo-second,#pudo-map {
        width:50vw;
    }
}
@media  (min-width:1001px) and (max-width:1568px){
    #pudo-second,#pudo-map {
        width:50vw;
    }
}
