﻿.menu-container {
    position: relative;
    z-index: 100;
}

    .menu-container.sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }

@media (max-width : 480px) {
    .menu-container {
        position: fixed;
        top: 0;
        width: 100%;
    }
}

@media (min-width : 992px) {
    .menu-container {
        /*height: 50px;*/
        background-color: #fff;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
    }
}

/************************************** nav-big *********************************/
.nav-big {
    display: none;
    border: none;
    margin-bottom: 0;
    background-color: #fff;
}

    .nav-big .navbar-collapse {
        padding: 0;
    }

    .nav-big .navbar-nav {
        width: 100%;
    }

        .nav-big .navbar-nav > li {
            float: none;
            display: inline-block;
        }

            .nav-big .navbar-nav > li > a, .nav-big .navbar-nav > li > a:active, .nav-big .navbar-nav > li > a:focus {
                color: #000 !important;
                padding: 0 15px;
                display: flex;
                justify-content: center;
                align-items: center;
                outline: none;
                text-decoration: none;
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out; /* firefox */
                -webkit-transition: all .3s ease-in-out; /* safari and chrome */
                -o-transition: all .3s ease-in-out; /* opera */
                -ms-transition: all .3s ease-in-out;
                height: 60px;
            }

            .nav-big .navbar-nav > li:first-child > a {
                padding-right: 0;
            }

            .nav-big .navbar-nav > li > a:before {
                background: #C71585;
            }

            .nav-big .navbar-nav > li:hover > a,
            .nav-big .navbar-nav > li:hover > a:before,
            .nav-big .navbar-nav > li > a:focus:before,
            .nav-big .navbar-nav > li > a:active:before {
                left: 0;
                right: 0;
                color: #fff;
                width: initial;
            }

            .nav-big .navbar-nav > li > a > i {
                margin-right: 5px;
                font-size: 14px;
            }

    .nav-big .level2 {
        border-radius: 0;
        padding: 10px 0;
        width: 1170px;
        height: 390px;
        opacity: 0.9;
        top: 48px;
        font-family: IRANSans;
        background-image: url(../Images/menu-bg.jpg);
        background-repeat: no-repeat;
        background-position: left 15px center;
        background-size: auto 300px;
    }

    .nav-big .level2-menu-box {
        float: right;
        width: 350px;
    }

        .nav-big .level2-menu-box > li > a {
            text-align: right;
            padding: 5px 10px;
            font-size: 12px;
            position: relative;
            display: block;
            color: #303030;
        }

        .nav-big .level2-menu-box > li:hover > a {
            color: #1B75BB;
        }

    .nav-big .level3 {
        top: 0;
        right: 30%;
        float: none;
        border-radius: 0;
        box-shadow: none;
        border: none;
        border-left: 1px solid #888;
        border-right: 1px solid #888;
        height: 100%;
        margin: 0;
    }

        .nav-big .level3 > li > a {
            text-align: center;
            padding: 5px 10px;
            font-size: 12px;
            position: relative;
            display: block;
            color: #303030;
        }

        .nav-big .level3 > li:hover > a {
            color: #1B75BB;
            background-color: transparent;
        }

    .nav-big .level4 {
        top: 0;
        right: 110%;
        float: none;
        border-radius: 0;
        box-shadow: none;
        border: none;
        height: 100%;
        margin: 0;
        width: 180px;
    }

        .nav-big .level4 .subcat-des {
            font-size: 11px;
            text-align: right;
            color: #555;
            line-height: 2.5;
        }

        .nav-big .level4 > li > a {
            text-align: right;
            padding: 5px 10px;
            font-size: 12px;
            position: relative;
            display: block;
            color: #303030;
        }

        .nav-big .level4 > li:hover > a {
            color: #1B75BB;
            background-color: transparent;
        }

@media(min-width:992px) {
    .nav-big {
        display: block;
    }
}


.nav-big li > .multi-level {
    top: 60px !important;
    padding: 0;
}

    .nav-big li > .multi-level a {
        font-weight: normal;
        color: #000;
        display: block;
        padding: 12px 15px !important;
    }

    .nav-big li > .multi-level a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .nav-big li > .multi-level a i {
            padding: 0;
            font-size: 16px;
            margin-left: -10px;
        }



.nav-big .level-3 {
    background: white;
    padding: 0;
    top: -3px !important;
    right: 100%;
    border-radius: 0px;
    box-shadow: none !important;
}

.nav-big .level-4 {
    background: white;
    padding: 0;
    top: -3px !important;
    right: 100%;
    border-radius: 0px;
    box-shadow: none !important;
}
/************************************** nav-small ****************************/
.nav-small {
    display: block;
    margin: 0 auto;
    color: #333;
    border: none;
    background-color: white;
    padding-bottom: 10px;
}

    .nav-small .navbar-brand {
        color: #777;
        outline: none;
    }

    .nav-small .navbar-collapse {
        border: none;
    }

    .nav-small .navbar-nav {
        background-color: #fff;
        width: 100%;
        margin: 0;
        overflow: auto;
    }

        .nav-small .navbar-nav > li {
            border: 1px solid #ddd;
            border-bottom: none;
            width: 100%;
        }

            .nav-small .navbar-nav > li:last-child {
                border-bottom: 1px solid #ddd;
            }

            .nav-small .navbar-nav > li > a {
                color: #303030;
                padding: 0 15px;
                line-height: 40px;
                display: block;
                outline: none;
                text-decoration: none;
                font-family: IRANSans;
                font-size: 12px;
            }

            .nav-small .navbar-nav > li:hover > a {
                color: #000;
            }




    .nav-small .navbar-toggle,
    .nav-small .navbar-toggle:hover,
    .nav-small .navbar-toggle:active,
    .nav-small .navbar-toggle:focus {
        padding: 0;
        margin: 0;
        border: none;
        background-color: transparent;
    }

@media only screen and (max-width: 768px) {
    .nav-small .navbar-toggle {
        display: block;
    }

        .nav-small .navbar-toggle img {
            height: 24px;
        }
}

.nav-small .navbar-toggle .icon-bar {
    background-color: black;
    height: 3px;
}

.nav-small .navbar-nav > .open > a,
.nav-small .navbar-nav > .open > a:hover,
.nav-small .navbar-nav > .open > a:active,
.nav-small .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #1B75BB;
    font-family: IRANSans-Medium;
}

.nav-small .navbar-nav > .open i {
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.nav-small .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
    padding-right: 20px !important;
}

.nav-small .dropdown-menu {
    padding: 0;
    width: 100%;
    position: absolute;
    z-index: 99999;
}

    .nav-small .dropdown-menu > li {
        border: none;
        border-bottom: 1px solid #ddd;
    }

        .nav-small .dropdown-menu > li:last-child {
            border-bottom: none;
        }

        .nav-small .dropdown-menu > li a {
            padding: 7px 15px 7px 20px !important;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font-family: IRANSans;
            font-size: 12px;
        }

            .nav-small .dropdown-menu > li a.nav-small-all {
                color: #9a2061 !important;
            }

.nav-small .dropdown .fa-angle-down {
    margin-right: 5px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 10px;
}

.nav-small .dropdown-menu .fa-circle {
    margin-left: 5px;
    font-size: 6px;
}

.nav-small .navbar-header {
    width: 100%;
}

.header-xs {
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    padding: 10px 10px 0 10px;
}

.header-xs-row1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-toggle-menu {
    background: none;
    border: none;
    font-size: 30px;
    padding: 0;
    line-height: 1;
}

    .btn-toggle-menu i {
        padding: 0;
    }

.header-xs-icons {
    height: 30px;
}

.icon-profile {
    height: 30px;
    width: 36px;
    border-radius: 10px;
    display: inline-block;
    background-image: url(../Images/user-icon-black.png);
    background-position: center;
    background-size: 85%;
    background-repeat: no-repeat;
}

.icon-cart {
    height: 30px;
    width: 36px;
    border-radius: 10px;
    display: inline-block;
    background-image: url(../Images/cart-black.png);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}

.logo-xs {
}

    .logo-xs img {
        height: 40px;
    }

.headerxs-row1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin: 10px 0 20px 0;
}

.headerxs-row2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.mobile-user-icons {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
}

.MobileMenuOverLay {
    background: #333;
    opacity: .5;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 111;
}

.DesktopMenuOverLay {
    background: #333;
    opacity: .5;
    /*display: none;*/
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 111;
    width: 100%;
}

.MobileMenuHeader {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .MobileMenuHeader img {
        display: inline-block;
        height: 50px;
    }

#MobileMenuBody {
    background: white;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) -2px 2px 4px;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    height: 100%;
    backface-visibility: hidden;
    transform: translate(150%, 0px);
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

    #MobileMenuBody.active {
        transform: translate(0%, 0px);
    }

#MobileBaseMenu > li {
    display: block;
    width: 100%;
    min-height: 45px;
    border-bottom: solid 1px #eee;
    overflow: hidden;
}

    #MobileBaseMenu > li:last-child {
        border-bottom: none;
    }

    #MobileBaseMenu > li:hover {
        /*border-bottom: solid 2px #db0b1b !important;*/
    }

#MobileBaseMenu li > a {
    width: 100%;
    display: block;
    padding: 8px 0 0 0;
}

#MobileBaseMenu li.logout > a, #MobileBaseMenu li.logout > a i {
    color: red;
}

#mobileClose {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1;
}

    #mobileClose i {
        padding: 0;
        line-height: 1;
    }
/*.mobile-user-icons li:nth-child(2) {
		width: 25%;
		color: #1288b4 !important;
	}

	.mobile-user-icons li:nth-child(3) {
		width: 8%;
		text-align: center;
		color: #333 !important;
	}

	.mobile-user-icons li:nth-child(4) {
		width: 19%;
		color: #1288b4 !important;
	}

	.mobile-user-icons li:nth-child(5) {
		width: 26%;
		color: #1288b4 !important;
	}

	.mobile-user-icons li:nth-child(6) {
		width: 10%;
		color: #1288b4 !important;
	}

		.mobile-user-icons li:nth-child(6) img {
			height: 23px;
		}

		.mobile-user-icons li:nth-child(6) .closeicon {
			height: 14px;
		}*/

.pnlSearchMobileCOntainer {
    overflow: hidden;
    width: 100%;
    background: white;
    height: 40px;
    position: relative;
}

.mobile-user-icons li {
    text-align: left;
}

    .mobile-user-icons li:last-child {
        margin-right: 20px;
    }

.mobile-user-icons span {
    cursor: pointer;
}

.mobile-user-icons .dropdown-toggle {
    cursor: pointer;
}

.mobile-user-icons .dropdown {
    position: static;
}

.mobile-user-icons .dropdown-menu {
    left: 0;
    right: auto;
    text-align: right;
    width: 240px;
    border-radius: 0;
    position: absolute;
    z-index: 99999;
}

    .mobile-user-icons .dropdown-menu i {
        margin-left: 5px;
    }

.mobile-user-icons img {
    height: 24px;
    vertical-align: middle;
}

.mobile-user-icons .list-group {
    margin-bottom: 0;
    font-size: 12px;
}

.current-cart {
    color: #000;
    text-align: left;
    border: none;
    display: inline-block;
    position: relative;
    left: 15px;
}

    .current-cart span {
        display: block;
        position: absolute;
        background-color: #1B75BB;
        color: #fff;
        width: 16px;
        height: 16px;
        line-height: 16px;
        border-radius: 8px;
        top: -7px;
        right: 20px;
        text-align: center;
    }

.btn-search-mobile {
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

@media(min-width:992px) {
    .nav-small {
        display: none;
    }
}

/************************************** nav-user ****************************/
.nav-user {
    border: none;
    margin-bottom: 0;
}

    .nav-user .navbar-user {
        border: 1px #eee solid;
        background-color: #fff;
        margin-top: 10px !important;
    }

@media only screen and (min-width : 992px) {
    .nav-user .navbar-user {
        border: none;
        background-color: transparent;
        margin: 0 !important;
    }
}

.nav-user .navbar-user > li {
    float: none;
    display: inline-block;
}

    .nav-user .navbar-user > li > a, .nav-user .navbar-user > li > span {
        text-align: center;
        color: #777;
        font-size: 15px;
        padding: 0px 15px !important;
        line-height: 40px;
        display: block;
        cursor: pointer;
    }

        .nav-user .navbar-user > li > a.message {
            position: relative;
        }

            .nav-user .navbar-user > li > a.message i {
                vertical-align: sub;
                font-size: 20px;
            }

            .nav-user .navbar-user > li > a.message label {
                background-color: #f00;
                color: #fff;
                display: block;
                height: 14px;
                width: 14px;
                line-height: 14px;
                border-radius: 7px;
                position: absolute;
                top: 4px;
                left: 7px;
                font-size: 11px;
                text-align: center;
            }

    .nav-user .navbar-user > li:hover > a, .nav-user .navbar-user > li:hover > span {
        color: #000;
    }

    .nav-user .navbar-user > li.dropdown > .dropdown-menu {
        padding: 10px 0;
        border-radius: 0;
    }

    .nav-user .navbar-user > li:hover > .dropdown-menu:before {
        content: "";
        width: 14px;
        height: 14px;
        display: block;
        background: #ddd;
        position: absolute;
        top: -8px;
        right: 35px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-user .navbar-user > li:hover > .dropdown-menu:after {
        content: "";
        width: 14px;
        height: 14px;
        display: block;
        background: #fff;
        position: absolute;
        top: -6px;
        right: 35px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.nav-user .dropdown-menu > li > a {
    display: block;
    text-align: right;
    padding: 10px;
    font-size: 13px;
}

    .nav-user .dropdown-menu > li > a i {
        margin-left: 5px;
    }

#backgroundMenuHover {
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 1000px;
    display: none;
    background: #333;
    opacity: .7;
    z-index: 9999999;
}

.navXs {
    z-index: 9999999;
    position: fixed;
    top: 0;
    width: 250px;
    /*min-height: 1000px;*/
    background: white;
}

    .navXs .fa-angle-left {
        float: left;
        font-size: 20px;
        margin-left: -15px;
    }

    .navXs .fa-angle-down {
        float: left;
        font-size: 20px;
        margin-left: -15px;
    }

#menuHeader {
    /*background: #eeeeee;*/
    border-bottom: solid 1px #b8b8b8;
    padding: 5px 5px;
    width: 100%;
    overflow: hidden;
}

    #menuHeader .col-xs-2 {
        padding: 2px;
    }

        #menuHeader .col-xs-2 img {
            vertical-align: middle;
            margin: 0 5px;
        }

.backIconMenu {
    margin-top: 5px;
}

    .backIconMenu img {
        width: 15px;
    }

.closeIconMenu {
    margin-top: 5px;
}

    .closeIconMenu img {
        width: 11px;
    }

.logoxsMenu span:not(:empty) {
    color: #1B75BB;
    margin-top: 5px;
    display: inline-block;
    font-weight: bold;
}

.logoxsMenu img {
    height: 30px;
}
/*************************************/
.mobile-menu {
    position: fixed;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100%;
    background: #fff;
    transition: right 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
}

    .mobile-menu.open {
        right: 0;
    }

#MobileMenu {
    transition: all 0.5s ease-in-out;
}

    #MobileMenu a {
        color: #000;
    }

        #MobileMenu a i {
            font-size: 20px;
            vertical-align: middle;
        }

    #MobileMenu .ip {
        position:absolute;
        left:0;
    }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.mobile-menu-header {
    padding: 20px 30px 20px 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .mobile-menu-header .btn-close {
        border: solid 1px rgba(0, 0, 0, 0.40);
        height: 30px;
        width: 30px;
        font-size: 18px;
        text-align: center;
        line-height: 30px;
        border-radius: 10px;
        color: #000;
        font-weight: bold;
    }

    .mobile-menu-header img {
        height: 33px;
    }

.mobile-menu-items {
}

    .mobile-menu-items > li {
        display: block;
        width: 100%;
        /*border-bottom: solid 1px #eee;*/
        overflow: hidden;
    }

        .mobile-menu-items > li:last-child {
            border-bottom: none;
        }

        .mobile-menu-items > li:hover {
        }

    .mobile-menu-items li > a, .mobile-menu-items li > a:focus {
        /*font-size: 13px;*/
        width: 100%;
        display: block;
        padding: 8px 10px;
        outline: none;
        text-decoration: none;
        position: relative;
    }

    .mobile-menu-items li > span, .mobile-menu-items li > span:focus {
        /*font-size: 13px;*/
        width: 100%;
        display: block;
        padding: 8px 10px;
        outline: none;
        text-decoration: none;
        position: relative;
    }

    .mobile-menu-items li.logout > a, .mobile-menu-items li.logout > a i {
        color: red;
    }


.mobile-menu-box {
    margin-bottom: 15px;
}


.mobile-menu-items .opened {
    /*color: #ff1744;*/
}

.mobile-menu-items li.open > ul > li > a {
    font-size: 14px;
    color: #777;
}

.dropdown-menu-l1, .dropdown-menu-l2, .dropdown-menu-l3 {
    display: none;
    padding-right: 30px;
    margin-bottom:20px;
}

.mobile-menu-box a {
    color: #333;
}

.mobile-menu-box li i {
    font-size: 20px;
    color: #aaa;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    top: 0;
}

    .mobile-menu-box li i.flip {
        transform: translateY(-50%),rotate(-180deg);
        /*border: 1px solid #ff1744;*/
        /*color: #ff1744;*/
    }


.mobile-menu-box .mainUl {
    background: white;
}

    .mobile-menu-box .mainUl li {
        padding: 5px 15px;
        border-bottom: solid 1px #ddd;
    }

        .mobile-menu-box .mainUl li li, .mobile-menu-box .mainUl li li li {
            padding: 5px 10px;
        }

        .mobile-menu-box .mainUl li:last-child {
            border-bottom: 0px;
        }

        .mobile-menu-box .mainUl li ul {
            background: #eee;
        }

            .mobile-menu-box .mainUl li ul ul {
                background: #dedede;
            }

.menu-mobile-username, .menu-mobile-username:hover, .menu-mobile-username:active, .menu-mobile-username:focus {
    display: block;
    color: #000;
    padding: 5px 15px;
    background-color: #f8f8f8;
}

    .menu-mobile-username .username-text {
        height: 50px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.5;
        padding-top: 10px;
    }

    .menu-mobile-username .user-img-box {
        height: 40px;
        width: 40px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        padding: 5px;
    }

        .menu-mobile-username .user-img-box img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            border-radius: 25px;
        }

    .menu-mobile-username .username-link {
        display: block;
        color: #0099ff;
        font-size: 10px;
    }

    .menu-mobile-username .fa-angle-left {
        font-size: 16px;
        vertical-align: sub;
        line-height: 1;
    }
