/**
 * Webkul Software.
 * 
 * @category   Webkul
 * @package    Webkul_ZipcodePricing
 * @author     Webkul Software Private Limited
 * @copyright  Webkul Software Private Limited (https://webkul.com)
 * @license    https://store.webkul.com/license.html
 */
#selected-location, .my_location {
    float: left;
    cursor: pointer;
    margin-right: 5px;
}
.material-icons.my_location {
    font-size: 15px;
    line-height: 1.5;
}

.text-red {
    color: #FF0000;
}

.d-none {
    display: none;
}

/* #shipping-method-buttons-container div.primary > :first-child {
    display: none;
} */

@media all and (max-width: 768px) {
    #selected-location, .my_location {
        float: none;
    }
}