/* ===================================
   WooCommerce Live Location
=================================== */

#wcll-wrapper{
    margin-top:25px;
    padding:20px;
    border:1px solid #e5e5e5;
    border-radius:10px;
    background:#fafafa;
}

#wcll-wrapper h3{
    margin-bottom:15px;
    font-size:20px;
}

#wcll-location-btn{
    margin-top:10px;
    width:100%;
    padding:14px;
    font-size:16px;
    font-weight:600;
    border-radius:8px;
    cursor:pointer;
    transition:.25s;
}

#wcll-location-btn:hover{
    opacity:.9;
}

#wcll-status{
    margin-top:12px;
    font-weight:600;
    font-size:14px;
}

#customer_location_url{
    background:#fff !important;
    cursor:not-allowed;
    font-weight:600;
}

/* Mobile */

@media(max-width:768px){

    #wcll-wrapper{
        padding:15px;
    }

    #wcll-location-btn{

        width:100%;
        font-size:15px;

    }

}