/* Taeco Front-end header navigation */
/* 
Date update: 21/12/2020
by: T Green and Blue House
Taeco Version: V1.2

*/
.navbar-main {
    background: rgba( 45, 80, 55, 0.50 );

backdrop-filter: blur( 9.0px );
-webkit-backdrop-filter: blur( 9.0px );

    color: #fff !important;
    height: 70px;
}
.navbar-main .nav-link {
    color: #fff;
}

.brand-wrap .logo,
.navbar-brand .logo{
    margin-right: 0px !important;
    padding-left: 15px;
}

  .mobilemenu-icon-div-mini {
      padding-left: 12px;
      padding-right: 12px;
  }
/* .navbar-toggler-icon {
    background-image: url(../images/misc/menu-bar.png) !important;
    height: 32px !important;
    width: 32px !important;
    background-size: 100%;
} */

.navbar-main a {
    color: #fff !important;
}
/* header icon */
.cart-icon {
    height: 32px;
    width: 32px;
    position: relative;
    display: flex;
    align-items: center;
    
}

.search-icon {
    height: 32px;
    width: 32px;
    position: relative;
    display: flex;
    align-items: center;
}

.menu-icon {
    color: #fff;
    height: 32px;
    width: 32px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.btn-close {
    font-size: 16px;
}




.t-badge-div {
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 24px;
    font-size: 9px;
    color: white;
    min-width: 15px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px !important;
    min-width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-ecom {
    display: flex;
}

.wishlist-icon {
    color: #fff;
    margin-right: 8px;
    height: 32px;
    width: 32px;
    position: relative;
    display: flex;
    align-items: center;
}

.user-icon {
    color: #fff;
    margin-right: 8px;
    height: 32px;
    width: 32px;
    position: relative;
    display: flex;
    align-items: center;
}

.badge-cart {

    background-color: #fc0000;

}

.badge-wishlist {

    background-color: #1100fc;

}

/* End header Icon */

/* Mobile menu */
.offcanvas-header {
    display: none;
}

.screen-overlay {
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.screen-overlay.show {
    transition: opacity 0.5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.group-menu {
    display: flex;
    align-items: center;
}

@media all and (max-width: 992px) {
    .offcanvas-header {
        display: block;
    }
    .menu-icon {
        display: flex !important;
    }

    .menu-home{
        display: flex !important;
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
        background-color: #000;
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }
    .mobilemenu-icon-div {

        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobilemenu-icon-div-mini {
        padding-top: 16px;
        padding-bottom: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #c2c2c2;
    }

    .mobilemenu-icon {
        height: 16px;
        width: 16px;
        margin-right: 8px;
        font-family: monospace;
    }
    .mobilemenu-login-wrap {
        display: flex !important;
    }
}
/* end mobile menu */


/* End Navigation */