.navbar{
    box-shadow: unset !important;
}
.navbar-static{
    box-shadow: 0 3px 15px #d3d3d3 !important;
}
.jsidebar-content {
    z-index: 3000;
}
.sidebar .sidebar-mobile-toggler {
    z-index: 3001;
}

.sidebar.sidebar-main {
    z-index: 3002;
}
@media (max-width: 991.98px) {
    #topVue > .navbar-static {
        margin-top: 4.6rem;
    }
}
.shop-dropdown-toggle::after{
    display: none !important;
}
.color-black{
    color: black!important;
    text-decoration: none!important;
}
#middle{
    display: none;
}
#closemenu{
    color: #373737;
    cursor: pointer;
    transition: 2s;
}
/*#cityid , #provinceid {*/
/*    display: none;*/
/*}*/
#provinceid{
    background-color: red;
    color: white;
}

/* Categories Styles*/
#menuBox{
    margin-right: 15px;
    padding: 5px;
    min-width: 500px;
    max-width: 50% !important;
    position: absolute;
    top: 120px;
    z-index: 111;
    display: none;
}
#closeMenuBox{
    padding: 5px;
    cursor: pointer;
    transition: 0.5s;
}
#closeMenuBox:hover{
    transform: rotate(360deg);
    color: red;
}
.header-menu{
    text-decoration: none;
    padding: 5px 0px;
    color: rgba(0,0,0,0.7)!important;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    list-style: none;
    display: block;
}
.header-menu a:hover{
    color: #f17575!important;
    cursor: pointer;
}
.no-wrap {
    display: block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#mini-shopping-cart{
    max-width: 400px;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
}
#mini-shopping-cart img {
    border-radius: 10px;
}
#mini-shopping-cart .cart-item {
    border: 1px solid lightgray;
    border-radius: 10px;
}
#mini-shopping-cart .fa-trash {
    color: gray;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
#mini-shopping-cart .fa-trash:hover {
    color: red;
    cursor: pointer;
}
#mini-shopping-cart .item-box {
    max-height: 300px;
    overflow: auto;
}

/* Footer info bar */
.footer-info-bar-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.footer-info-bar {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(240, 86, 98, 0.14);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
    min-width: 720px;
    padding: 0.65rem 1rem;
    width: 100%;
}

.footer-info-bar__section {
    align-items: center;
    display: flex;
    flex-shrink: 0;
}

.footer-info-bar__phones {
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 250px;
    padding-left: 0.5rem;
}

.footer-info-bar__phone-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    justify-content: space-between;
    line-height: 1.85;
    width: 100%;
}

.footer-info-bar__phone-label {
    color: #666;
    flex: 1 1 auto;
    font-size: 0.74rem;
    font-weight: 700;
    min-width: 0;
    text-align: right;
    white-space: nowrap;
}

.footer-info-bar__phone-prefix {
    color: #666;
    font-weight: 700;
}

.footer-info-bar__phone-number {
    color: #2563eb;
    direction: ltr;
    flex: 0 0 auto;
    font-size: 0.74rem;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
    unicode-bidi: plaintext;
    white-space: nowrap;
}

.footer-info-bar__phone-number:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.footer-info-bar__divider {
    align-self: stretch;
    background: #e6e6e6;
    flex-shrink: 0;
    margin: 0 0.85rem;
    min-height: 46px;
    width: 1px;
}

.footer-info-bar__trust {
    gap: 1.25rem;
}

.footer-info-bar__trust-item {
    align-items: center;
    color: #666;
    display: flex;
    flex-direction: column;
    font-size: 0.68rem;
    font-weight: 700;
    gap: 0.35rem;
    line-height: 1.45;
    text-align: center;
    width: 4.5rem;
}

.footer-info-bar__trust-item i {
    color: #F05662;
    font-size: 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
}

.footer-info-bar__social {
    gap: 0.45rem;
}

.footer-info-bar__social-link {
    align-items: center;
    background: rgba(240, 86, 98, 0.12);
    border-radius: 50%;
    color: #999;
    display: flex;
    flex-shrink: 0;
    height: 2rem;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    width: 2rem;
}

.footer-info-bar__social-link i {
    font-size: 1rem;
    height: 1rem;
    width: 1rem;
}

.footer-info-bar__social-link:hover {
    background: rgba(240, 86, 98, 0.22);
    color: #F05662;
    text-decoration: none;
}

.footer-info-bar__logo {
    display: flex;
    flex-shrink: 0;
    padding-right: 0.25rem;
    text-decoration: none;
}

.footer-info-bar__logo img {
    height: auto;
    max-height: 42px;
    width: auto;
}

.footer-info-bar__email {
    font-size: 0.85rem;
}

.footer-info-bar__email-link {
    color: #424242;
    font-weight: 800;
    text-decoration: none;
}

.footer-info-bar__email-link:hover {
    color: #F05662;
    text-decoration: none;
}

@media (min-width: 768px) {
    .modal-content.border-radius-1-5-rem.bg-white {
        margin-top: 9rem;
    }

    .swal-modal {
        margin-top: 9rem !important;
    }
}

@media (max-width: 767.98px) {
    .modal-content.border-radius-1-5-rem.bg-white,
    .modal-content.border-radius-1-5-rem.bg-f5f5f5,
    .modal-content.border-radius-1-5-rem {
        margin-top: 7rem;
    }

    .swal-modal {
        margin-top: 7rem !important;
    }

    .footer-info-bar-wrap {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        overflow-x: visible;
    }

    .footer-info-bar {
        flex-direction: column;
        min-width: 0;
        padding: 0;
        width: 100%;
    }

    .footer-info-bar__divider,
    .footer-info-bar__logo {
        display: none !important;
    }

    .footer-info-bar__section {
        align-items: center;
        box-sizing: border-box;
        height: 70.5px;
        justify-content: center;
        min-height: 70.5px;
        padding: 0 1rem;
        width: 100%;
    }

    .footer-info-bar__section:not(:last-child) {
        border-bottom: 1px solid #ececec;
    }

    .footer-info-bar__phones {
        flex-direction: column;
        gap: 0;
        justify-content: center;
        min-width: 0;
        padding-left: 0;
    }

    .footer-info-bar__phone-row {
        gap: 0.5rem;
        line-height: 1.35;
    }

    .footer-info-bar__phone-label,
    .footer-info-bar__phone-number {
        font-size: 0.68rem;
    }

    .footer-info-bar__trust {
        gap: 1rem;
    }

    .footer-info-bar__trust-item {
        width: 4rem;
    }

    .footer-info-bar__social {
        gap: 0.65rem;
    }
}
