/*
    Add global css styles
*/

.clearent-payment-errors {
    color: red !important;
}


.esri-view .esri-view-surface--inset-outline:focus::after {
    outline: none !important;
}

.esri-view-width-xlarge .esri-popup__main-container,
.esri-view-width-large .esri-popup__main-container,
.esri-view-width-medium .esri-popup__main-container {
    height: 258px !important;
    width: 400px !important;
}

.esri-popup__footer .esri-popup__footer--has-actions {
    display: none !important;
}
/*
.orderloader {
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 100px;
    z-index: 9999;
    display:none;
}*/
@media (max-width: 420px) {
    .logo-wrapper {
        display: none;
    }

    .navbar-text {
        width: 55%;
    }

        .navbar-text table {
            width: 100%;
        }

    .m-viewstoreinfo-hide {
        display: none;
    }

    .currentstore {
        padding: 25px;
    }

    .currentstore table {
        font-size: 12px;
    }

    .m-viewstoreinfo-bottom {        
        display: block !important;
    }

        .m-viewstoreinfo-bottom a {
            font-size: 11px;
            padding: 2px;
        }
}

@media (max-width: 767px) {
    #map {
        display: none;
    }

    .filter-store {
        max-height: 210px !important;
        top: 50px;
    }

    .nav-item img {
        display: none;
    }
}


/** SPINNER CREATION **/
.modalloader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
/** MODAL STYLING **/
.modal-content {
    border-radius: 0px;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
    opacity: 0.75 !important;
}

.modal-backdrop.in {
    opacity: 0.75 !important;
}

.loader-txt p {
    font-size: 13px;
    color: #666;
}

    .loader-txt p small {
        font-size: 11.5px;
        color: #999;
    }


.footer-tab-nav-container {
    display: none;
}


@media (max-width: 844px) {

    .footer_bottom_mobile {
        margin-bottom: 57px;
    }

    .footer-tab-nav-container {
        position: fixed;
        bottom: 0px;
        background-color: #c10230;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        /*box-shadow: 0 15px 10px rgba(0,0, 0, 0.16), 0 3px 6px rgba(0,0, 0, 0.16);*/
        display: flex;
        padding: 5px;
        justify-content: space-around;
        width: 100%;
        z-index: 1500 !important;
    }



        .footer-tab-nav-container .tab {
            background-color: #c10230;
            border-radius: 50px;
            cursor: pointer;
            display: block;
            align-items: center;
            justify-content: center;
            /*            padding: 10px; */
            margin: 0 5px;
            transition: background 0.4s linear;
            text-align: center;
            z-index: 11500;
        }

            .footer-tab-nav-container .tab a {
                text-decoration: none;
            }

            .footer-tab-nav-container .tab a {
                text-decoration: none;
                color: white;
            }

                .footer-tab-nav-container .tab a:hover {
                    text-decoration: none;
                    color: black;
                }


            .footer-tab-nav-container .tab .item-count {
                background: #1b1b1b;
                border-radius: 50%;
                width: 24px;
                display: inline-block;
                color: #fff;
                font-size: 13px;
                height: 24px;
                position: absolute;
                top: 10px;
                right: 38px;
                padding: 2px;
                font-weight: 600;
            }

            .footer-tab-nav-container .tab:hover {
                color: black;
            }

            .footer-tab-nav-container .tab i {
                font-size: 1.5em;
                display: block;
            }

            .footer-tab-nav-container .tab img {
                display: block;
            }

            .footer-tab-nav-container .tab p {
                display: block;
                text-align: center;
                font-weight: bold;
                overflow: hidden;
                max-width: 100%;
                margin-top: 5px;
                font-size: 12px;
                margin-bottom: 0px;
                padding: 0px;
            }

            .footer-tab-nav-container .tab.active p {
                transition: max-width 0.4s linear;
            }


    main {
        margin-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .item-quantity-container {
        flex: 0 0 9.666667%;
        max-width: 9.666667%;
    }
}