﻿.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%;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media (min-width : 992px) {
    .menu-container {
        height: 50px;
        /*background-color: #16555C;*/
    }
}

/************************************** nav-big *********************************/
.nav-big {
    display: none;
    border: none;
    margin-bottom: 0;
    background-color: transparent;
}

    .nav-big .navbar-collapse {
        padding: 0;
    }

    .nav-big .navbar-nav {
        /*text-align: center;*/
        width: 100%;
    }

    .nav-big .navbar-nav-en {
        text-align: center;
    }

    .nav-big .navbar-nav > li {
        float: none;
        display: inline-block;
        position: static;
    }

        .nav-big .navbar-nav > li > a, .nav-big .navbar-nav > li > a:active, .nav-big .navbar-nav > li > a:focus, .nav-big .navbar-nav > li > span, .nav-big .navbar-nav > li > span:active, .nav-big .navbar-nav > li > span:focus {
            text-align: center;
            color: #333;
            font-size: 16px;
            padding: 0 25px;
            display: block;
            outline: none;
            text-decoration: none;
            background-color: transparent !important;
            transition: all .15s ease-in-out;
            -moz-transition: all .15s ease-in-out; /* firefox */
            -webkit-transition: all .15s ease-in-out; /* safari and chrome */
            -o-transition: all .15s ease-in-out; /* opera */
            -ms-transition: all .15s ease-in-out;
            height: 50px;
            line-height: 50px;
            text-transform: uppercase;
            cursor: pointer;
        }

            .nav-big .navbar-nav > li > a:before, .nav-big .navbar-nav > li > span:before {
                display: block;
                content: attr(title);
                font-weight: bold;
                height: 0;
                overflow: hidden;
                visibility: hidden;
            }

        .nav-big .navbar-nav > li:hover > a, .nav-big .navbar-nav > li:hover > span {
            text-shadow: 0 0 1px black;
        }

        .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: #6c1041;
        }

    .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: #6c1041;
            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: #6c1041;
            background-color: transparent;
        }

@media(min-width:992px) {
    .nav-big {
        display: block;
    }
}
/************************************** 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;
        margin-top: 36px;
    }

        .nav-small .navbar-nav > li {
            width: 100%;
            margin-bottom: 20px;
        }

            .nav-small .navbar-nav > li.signin {
                border-top: 1px solid #d6d6d6;
                padding-top: 20px;
            }

            .nav-small .navbar-nav > li.lang-fa {
                padding-top: 20px;
                border-top: 1px solid #d6d6d6;
            }

                .nav-small .navbar-nav > li.lang-fa.selected {
                    background-image: url(../Images/check-lang.svg);
                    background-repeat: no-repeat;
                    background-position: top 23px right 18px;
                }
                .nav-small .navbar-nav > li.lang-en.selected {
                    background-image: url(../Images/check-lang.svg);
                    background-repeat: no-repeat;
                    background-position: top 4px left 80px;
                }
            .nav-small .navbar-nav > li > a, .nav-small .navbar-nav > li > span {
                color: #303030;
                padding: 0 30px;
                line-height: 25px;
                display: block;
                outline: none;
                text-decoration: none;
                font-family: YekanBakh-Medium;
                font-size: 16px;
            }
            .nav-small .navbar-nav.navbar-nav-en > li > a, .nav-small .navbar-nav.navbar-nav-en > li > span {
                color: #303030;
                padding: 0 30px;
                line-height: 25px;
                display: block;
                outline: none;
                text-decoration: none;
                font-family: YekanBakh-Medium;
                font-size: 16px;
                text-align:left;
            }
            .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 {
        float: right;
        margin: 20px 0 0 21px;
        padding: 0;
        border: none;
        background-image:url(../Images/menu.svg);
        width:18px;
        height:14px;
        border-radius:0;
        background-position:center;
        background-size:100%;
    }

@media only screen and (max-width: 768px) {
    .nav-small .navbar-toggle {
        display: block;
    }
}

.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: #6c1041;
    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 .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%;
    padding: 0 15px;
}

.logo-xs {
    float: left;
    margin-top: 10px;
}

    .logo-xs img {
        height: 34px;
    }

.mobile-user-icons {
    float: left;
    height: 34px;
    margin-top: 12px;
    padding-left: 10px;
    width: 55%;
    z-index: 9999999 !important;
    position: relative;
}

    .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 {
    float: left;
    text-align: left;
}

.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: #6c1041;
        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, .navXsProfile {
    z-index: 9999999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    overflow:auto;
}



.close-menu-xs {
    position: absolute;
    left: 20px;
    top: 20px;
    border: none;
    padding: 0;
    background: none;
    line-height: 1;
}
.close-menu-xs-en {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    padding: 0;
    background: none;
    line-height: 1;
}

/*******************************************/
.profile-menu-xs {
    margin-top: 36px;
}

.profile-menu-xs-item {
    font-size: 16px;
    color: #18585F;
    background-repeat: no-repeat;
    background-position: center right;
    line-height: 25px;
    font-family: YekanBakh-Medium;
    margin-bottom:20px;
}

    .profile-menu-xs-item button {
        background: none;
        background-color: transparent;
        border: none;
        display: block;
        width: 100%;
        text-align: right;
        padding-right: 30px;
        position: relative;
        color: #18585F;
        font-size: 16px;
        line-height: 25px;
        height: 25px;
    }

        .profile-menu-xs-item button img {
           margin-right:5px;
           height:8px;
        }

    .profile-menu-xs-item > a {
        display: block;
        padding-right: 30px;
    }

.profile-menu-xs-subitem > a {
    font-size: 16px;
    color: #333;
    display: block;
    padding-right: 50px;
    margin-bottom: 20px;
    font-family: YekanBakh-Medium;
}
.profile-menu-xs-subitem:first-child > a {
    margin-top: 20px;
}
.unread-count-xs {
    width: 20px;
    height: 20px;
    background-color: #327078;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border-radius: 12px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    margin-right: 4px;
    font-family: YekanBakh-Medium;
    font-size: 16px;
}