/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_ZipcodePricing
 * @author    Webkul
 * @copyright Copyright (c) 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;
}
@media all and (max-width: 768px) {
    #selected-location, .my_location {
        float: none;
    }
}