.sendago-map {
    height: 400px;
    width: 100%;
    margin-top:20px;
}

#popup-content {
    background-color:#fff;
    padding:15px;
    border-radius:5px;
    border:1px solid #ccc;
    position:relative;
    margin-bottom:10px;
}
#popup-content:after {
    content:'';
    display:block;
    border-top: 15px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
}

#sendago-lockers-list {
    height: 468px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    margin-bottom:30px;
}

#sendago-lockers-list .item {
    border-bottom:1px solid #ccc;
    padding:10px 0;
}

#sendago-lockers-list > :nth-child(even){
    background-color: #f8f9fa;
}
#sendago-lockers-list > :nth-child(odd){
    background-color: #fff;
}

#sendago-lockers-list .item input[name="shipping_locker"] {
    margin-right:10px;
}

#sendago-lockers-list .item h4 {
    font-size:18px;
    font-weight:bold;
    margin-bottom:0;
}

#sendago-lockers-list .item label {
    padding:3px 0;
}

#sendago-lockers-list .item button {
    line-height:1.2;
}