.dokan-geolocation-map-left #dokan-geolocation-locations-map {
    max-height: 100vh !important;
}
.dokan-geolocation-row > div:first-child {
    width: 60%;
}

.dokan-geolocation-row > div:last-child {
    width: 40%;
}
.map-info-price del {
    opacity: 0.5;
}

.map-info-price {
    color: var(--ast-global-color-3);
    font-size: 14px;
    margin-top: 5px;
}
.map-show-hide-btn {
    display: none;
}
.iziModal-content button.icon-close,
.mapboxgl-popup-close-button {
    width: 30px;
    height: 30px;
    border-radius: 0px;
    padding: 0;
    float: right;
    z-index: 9;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: var(--ast-global-color-0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.iziModal-content button.icon-close:hover,
.mapboxgl-popup-close-button:hover {
    background-color: var(--ast-global-color-1);
}

.mapboxgl-popup-close-button {
    color: #036cd2;
}
button.mapboxgl-popup-close-button {
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
}

button.mapboxgl-popup-close-button::after {
    font-family: "Font Awesome 5 Free";
}

button.mapboxgl-popup-close-button::after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

/*Responsive styles*/
@media only screen and (max-width: 767px) {
    .map-show-hide-btn button {
        background: #000 !important;
    }
    .dokan-geolocation-row > div:first-child,
    .dokan-geolocation-row > div:last-child {
        width: 100%;
    }

    .dokan-geolocation-row.dokan-geolocation-map-left {
        display: block;
    }
    .dokan-geolocation-map-left #dokan-geolocation-locations-map {
        opacity: 0;
        height: 100vh;
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
    }
    .dokan-geolocation-map-left #dokan-geolocation-locations-map.show-map {
        display: block;
        opacity: 1;
        position: relative;
        z-index: 1;
    }
    .map-show-hide-btn {
        text-align: center;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 60px;
        z-index: 9999999;
    }

    .map-show-hide-btn button {
        border: none;
        color: #fff !important;
        border-radius: 4px;
        padding: 12px 20px !important;
        font-size: 16px !important;
    }
    .map-show-hide-btn {
        display: block;
    }
}

/*Style added by aminur*/
.booxos-search-from-row {
    box-shadow: 0 0.125rem 0.25rem 0.1rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 45px;
    display: flex;
    margin: 0 !important;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
}

.dokan-geolocation-location-filters .booxos-search-from-row .dokan-geo-filters-column input {
    border: none !important;
    padding: 20px 0px 0px;
    background: transparent;
}
.dokan-geolocation-location-filters .booxos-search-from-row .dokan-geo-filters-column input:focus {
    outline: 0;
    box-shadow: none;
}

.booxos-search-from-row button.dokan-btn.dokan-geo-product-search-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.booxos-search-from-row button.dokan-btn.dokan-geo-product-search-btn img {
    width: 15px;
}
.dokan-booxos-geo-filters-column {
    display: block;
}

.booxos-search-form-field {
    width: 50%;
    padding: 5px 20px;
    position: relative;
}
.dokan-geo-filters-column.dokan-booxos-geo-filters-column {
    padding: 0 !important;
}
.booxos-search-form-field .dokan-geo-filters-column.dokan-booxos-geo-filters-column-button {
    width: auto;
    margin: 0px !important;
    align-items: center;
}
.booxos-search-form-field.booxos-search-form-field-search-product {
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 45px;
}
.dokan-booxos-geo-filters-column-button {
    padding: 0px !important;
}
.booxos-search-form-field.booxos-search-form-field-search-gmap {
    border-radius: 45px;
    transition: 0.3s;
}
.booxos-search-form-field .dokan-geo-filters-column.dokan-booxos-geo-filters-column {
    width: 100%;
    display: block;
}
.booxos-search-form-field.booxos-search-form-field-search-product::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    height: 40px;
    width: 1px;
    background: #e7e7e7;
    transform: translateY(-50%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.booxos-search-form-field.booxos-search-form-field-search-product:hover,
.booxos-search-form-field.booxos-search-form-field-search-gmap:hover {
    background: #f4f4f4;
    border-color: #f4f4f4;
}
.booxos-search-form-field.booxos-search-form-field-search-product:hover::after {
    opacity: 0;
}
.booxos-hovered-on-geo-location .booxos-search-form-field.booxos-search-form-field-search-product::after {
    opacity: 0;
}

.booxos-search-form-field.booxos-search-form-field-search-gmap {
    display: flex;
}

.booxos-search-form-field.booxos-search-form-field-search-product.active,
.booxos-search-form-field.booxos-search-form-field-search-gmap.active {
    background: #fff;
    border: 1px solid #dedede;
    width: 80%;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.booxos-search-form-field.booxos-search-form-field-search-product.active::after {
    opacity: 0;
}

.booxos-search-form-field-search-gmap.active button.dokan-btn.dokan-geo-product-search-btn span {
    font-weight: 700;
}
.booxos-search-form-field-search-gmap.active button.dokan-btn.dokan-geo-product-search-btn {
    width: 100px;
}

.booxos-search-form-field .dokan-geo-filters-column.dokan-booxos-geo-filters-column h4 {
    font-size: 16px;
    margin-bottom: -17px;
}

/*POS Login*/
.pos-login-form {
    max-width: 540px !important;
    border: 1px solid var(--ast-border-color);
    padding: 40px;
    border-radius: 3px;
}
.pos-login-form .woocommerce form .form-row {
    width: 100%;
    float: none;
}
.pos-login-form .woocommerce form .form-row input {
    padding: 0.9rem 1.1rem;
}

@media only screen and (max-width: 767px) {
    .dokan-booxos-geo-filters-column h4 {
        font-size: 15px !important;
        margin-bottom: 0;
        transform: translateY(-50%);
        padding-left: 0;
        position: absolute;
        top: 50%;
        pointer-events: none;
        z-index: 9;
    }
    .booxos-search-form-field.booxos-search-form-field-search-product .dokan-geo-filters-column.dokan-booxos-geo-filters-column {
        position: relative;
    }
    .booxos-search-from-row {
        display: block !important;
        box-shadow: none !important;
    }

    .booxos-search-form-field {
        width: 100%;
    }

    .booxos-search-form-field.booxos-search-form-field-search-gmap {
        padding: 0;
    }

    .booxos-search-form-field.booxos-search-form-field-search-product {
        padding: 0;
        border-radius: 0px;
        border: none;
    }
    .booxos-search-form-field {
        border: none;
    }

    .dokan-geolocation-location-filters .booxos-search-from-row .dokan-geo-filters-column input {
        background: #fff;
        border: 1px solid #dedede !important;
        border-radius: 10px !important;
        padding: 10px 15px;
        width: 100%;
        text-align: right;
        height: 50px !important;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -ms-border-radius: 10px !important;
        -o-border-radius: 10px !important;
    }
    div#tag_inputautocomplete-list::after {
        left: 15px !important;
        right: 15px !important;
    }
    .autocomplete-items div {
        padding-left: 15px !important;
    }
    .booxos-search-form-field.booxos-search-form-field-search-product.active,
    .booxos-search-form-field.booxos-search-form-field-search-gmap.active {
        border: none;
    }

    .booxos-search-form-field .autocomplete {
        border-bottom-left-radius: 0px !important;
    }

    .autocomplete-items {
        left: 0 !important;
        right: 0 !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    .dokan-booxos-geo-filters-column h4 {
        font-size: 12px;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
    }

    div#dokan-existing-geo-form {
        padding: 15px;
    }

    .booxos-search-form-field .dokan-geo-filters-column.dokan-booxos-geo-filters-column {
        width: 100%;
        display: block;
        position: relative;
    }

    .booxos-search-form-field.booxos-search-form-field-search-product::after {
        display: none;
    }

    .booxos-search-form-field .dokan-geo-filters-column.dokan-booxos-geo-filters-column {
        margin-bottom: 20px !important;
    }
    .booxos-search-form-field.booxos-search-form-field-search-product.active,
    .booxos-search-form-field.booxos-search-form-field-search-gmap.active {
        width: 100%;
    }
    #dokan-geo-product-search-btn-div button {
        flex: inherit !important;
        justify-content: center;
        width: auto !important;
        padding: 10px 20px;
    }

    #dokan-geo-product-search-btn-div button span {
        display: block !important;
    }
    .booxos-search-from-row button.dokan-btn.dokan-geo-product-search-btn img {
        margin-right: 10px;
    }

    #dokan-geo-product-search-btn-div button span {
        font-weight: bold;
    }
    #find-product-heading svg {
        margin-left: 14px;
        margin-right: 14px;
        width: 20px;
        height: 20px;
    }
    .booxos-search-form-field.booxos-search-form-field-search-gmap.active {
        background: transparent;
    }

    .dokan-geolocation-location-filters .dokan-geo-filters-column .location-address .suggestions-wrapper ul.suggestions {
        width: 100% !important;
        left: 0;
        right: 0;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
    .dokan-geolocation-location-filters .dokan-geo-filters-column.dokan-booxos-geo-filters-column .location-address div.suggestions-wrapper ul.suggestions {
        padding-left: 0px !important;
        position: sticky !important;
    }
}

.autocomplete {
    /* position: relative; */
    display: inline-block;
    border-radius: 20px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #dedede;
    border-top: 0px;
    z-index: 99;
    top: 100%;
    left: -1px;
    right: -1px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    padding-bottom: 30px;
    background: #fff;
    padding-top: 15px;
}

.autocomplete-items div {
    padding: 5px 10px 5px 35px;
    cursor: pointer;
    background-color: #fff;
}
.booxos-search-form-field .autocomplete {
    display: block;
}
.dokan-geolocation-location-filters .dokan-geo-filters-column .location-address .suggestions-wrapper ul.suggestions {
    border-color: #dedede;
    background: #fff !important;
    left: -1px;
    width: calc(100% + 2px);
    border-top-color: #fff !important;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    padding-bottom: 30px !important;
}
.booxos-search-form-field.booxos-search-form-field-search-gmap .location-address {
    position: inherit !important;
}
.dokan-geolocation-location-filters .dokan-geo-filters-column .location-address .suggestions-wrapper ul.suggestions li a {
    background: transparent !important;
    color: #646464;
    font-weight: 700;
    font-size: 15px;
}
.tag-drop-div {
    color: #646464;
    font-weight: 700;
    font-size: 15px;
}
div#tag_inputautocomplete-list::after,
.dokan-geolocation-location-filters .dokan-geo-filters-column.dokan-booxos-geo-filters-column .location-address .suggestions-wrapper ul.suggestions::after {
    position: absolute;
    left: 35px;
    right: 30px;
    height: 1px;
    background: #dedede;
    content: "";
    top: 0;
}
.dokan-geolocation-location-filters .dokan-geo-filters-column.dokan-booxos-geo-filters-column .location-address .suggestions-wrapper ul.suggestions::after {
    left: 20px;
    right: 20px;
}
.dokan-geolocation-location-filters .dokan-geo-filters-column.dokan-booxos-geo-filters-column .location-address .suggestions-wrapper ul.suggestions {
    padding-left: 20px !important;
}

.dokan-geolocation-location-filters .dokan-geo-filters-column.dokan-booxos-geo-filters-column .location-address .suggestions-wrapper ul.suggestions li a {
    padding-left: 0 !important;
}
.booxos-search-form-field.booxos-search-form-field-search-product.hide-row::after {
    display: none;
}
.booxos-search-form-field.booxos-search-form-field-search-gmap.active .dokan-geo-product-search-btn img {
    margin-right: 5px;
}
.fiskaly-cash-register-form {
    padding: 22px 30px 30px;
    margin-top: 25px;
    display: block;
    text-align: left;
    border-radius: 4px;
    border: 1px solid #e0e0e0; 
    background-color: #fff; 
}
.fiskaly-cash-register-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
}

.fiskaly-cash-register-form input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    box-sizing: border-box;
    color: #555555;
}

.booxos-thankyou-redirect-notice {
    display: none;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    padding: 15px;
    margin: 10px 0;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
}
.woocommerce span.password-input {
    position: relative;
}

.woocommerce .password-input .show-password-input {
    position: absolute;
    right: 10px;
    top: -4px;
    cursor: pointer;
}
.woocommerce .ast-animate-input .password-input .show-password-input{
	top: -12px;
}

.woocommerce .password-input .show-password-input::before {
    width: 20px;
    height: 20px;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ddd;
    content: "\f06e";
}

.woocommerce .password-input .show-password-input.display-password::before{
    content: "\f070";
}