


//** simple and lightweight mixin library for Sass **
//-- url : http://bourbon.io/docs ---
@import 'bourbon/bourbon';

//** Mixins for Rem Font Sizing **
//-- url : http://hugogiraudel.com/2013/03/18/ultimate-rem-mixin/
@import 'utilities/rem';

//** Variables for responsive design in bootstrap with sass **
//-- url : https://gist.github.com/webinfinita/11407836
@import 'utilities/bootstrap_breakpoints';

//** Makes supporting both left-to-right (LTR) and right-to-left (RTL) easy.**
//-- url : https://github.com/tysonmatanich/directional-scss
@import 'utilities/directional';

//Mixins utilities
@import 'utilities/theme_variables';
@import 'utilities/utilities';

/*===============================================
    [SASS DIRECTORY ]
    
    [1] BLOCK HEADER

    
==============================================*/

.typeheader-6{
    .container-megamenu.horizontal ul.megamenu > li > a strong img{
        display: none;
    }
    // MENU ON TOP
    &.navbar-compact{
        .header-middle{
            padding: 10px 0;
        }
    }
    @media (min-width: 992px){
        .logo{
            padding-top: 3px;
        }
    }
    .header-top{
        min-height: 40px;
        background-color: #f9f9f9;
        border-bottom: 1px solid #e9e9e9;
        .module{
            display: table-cell;
            margin-bottom: 0;
        }

        .dropdown-menu{
            li{
                line-height: 22px;
            }
        }
        .header-top-right {
            .inner{
                float: $right;
            }
        }

    }

    .header-middle{
        clear: both;
       
        .middle2{
            
        }

    }

    .header-bottom{
        clear: both;
        padding: 11px 0;
        background-color: #fff;
        border-bottom: 1px solid #e5e5e5;
    }

    .welcome-msg{
        font-size: 13px;
        color: #666;
        line-height: 40px;
    }

    .lang-curr{
        /*.dropdown-menu{
            #{$left}: 0;
            #{$right}: auto;
        }*/
    }

    ul.top-link{list-style: none;margin:0; float: $left; 
        .dropdown-menu{

        }
        > li{                
            float: $left;
            position: relative;           
            list-style: outside none none;
            padding-#{$left}: 20px;
            margin-#{$left}: 20px;
            padding-#{$right}: 0;
            font-size: 13px;
            i{
                padding-#{$right}: 5px;
            }
            &.language{
                min-height: 23px;
            }
            .btn-group{
                display: inline;
                line-height: 40px;
                padding: 12px 0;
                .btn-link{
                    padding: 0;
                    border: none;
                    color: #666;                    
                }
            } 
            .fa-caret-down{
                font-size: 12px;
            }
            &:after {
                background-color: rgba(102,102,102,0.4);
                content: "";
                height: 10px;
                position: absolute;
                #{$left}: 0;
                top: 16px;
                width: 1px;
            }
            >   a {
                font-size: 13px;
                color: #666;
                line-height: 40px;
            }
            
            &.account{
                line-height: 40px;
                > a{
                    padding: 0;
                    margin: 0;
                }
                &:before{
                    content: "\f007"; 
                    font-family: FontAwesome;
                    font-size: 13px;
                }
                .dropdown-menu {
                    #{$left}: 0;
                    #{$right}: auto;
                }                      
            }
            &.wishlist{
                &:before{
                    content: "\f004"; 
                    font-family: FontAwesome;
                    font-size: 11px;
                }  
            }


            &.account:hover  {
                ul.dropdown-link {top: 34px; z-index: 9999; opacity: 1; border-top: 1px solid rgba(200, 199, 199, 0.3);}
            }

            &.currency{
                &:after{
                    display: none;
                }
            }
            
        }
    }

    /*=====SEARCH ======*/
    .search-header-w{
        position: absolute;
        top: 7px;
        #{$right}: 15px;
        z-index: 99;
        .searchw-inner{
            position: relative;
        }
        #sosearchpro .search .select_category{
            display: none;
        }
        .icon-search{                
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;  
            i{
                font-size: 16px;
                color: #4f4f4f;
            }
            &.active{
                i::before{
                    content:"\f00d";
                }
            }
            &:hover{
                cursor: pointer;
            }

        }
        #sosearchpro .search{
            display: none;
            position: absolute;
            top: 40px;
            #{$right}: 0px;
            padding: 0;
            width: 300px;
            border: none;
            background-color: #fff;
            input{
                width: 300px;
                border: 1px solid #eaeaea;
                height: 38px;
                line-height: 38px;
            }
            .input-group-btn{
                position: absolute;
                #{$right}: 0;
                top: 0;
                height: 38px;
                width: 40px;
                line-height: 38px;
            }
            button{
                
                border-radius: 0px;
                color: #999;
                padding: 0;
                width: 40px;
                text-align: center;
                height: 38px;
                line-height: 38px;
                i{
                    color: #fff;
                    font-size: 16px;
                }
                span{
                    display: none;
                }
            }
        }
        &:hover{

            #sosearchpro .search{
                
            }
        }
    }


    /*BLOCK CART*/
    #cart .dropdown-menu{
        margin-#{$right}: 0;
    }
    .shopping_cart{
        .btn-shopping-cart{
            .shopcart{
                .icon-c{
                    display: none;
                }
                .shopcart-inner{
                    p{
                        float: $left;
                        margin: 0;
                    }
                    .total-shopping-cart{
                        .items_cart2,
                        .items_carts{
                            display: none;
                        }
                        .items_cart{
                            &:before{
                                content: "(";
                                    padding-#{$left}: 5px;
                            }
                            &:after{
                                content: ")";
                            }
                        }
                    }
                }
            }
        }
    }

    /*MENU MEGA*/
    .megamenu-style-dev{
        .navbar-default{ background: transparent; }
    }


    .container-megamenu.horizontal ul.megamenu > li{
        margin-#{$right}: 40px;
        > a{            
            line-height: 100%;
            color: #363636;
            font-size: 14px;
            font-weight: 500;
            padding: 20px 0 19px 0;
            strong{
                font-weight: 600;
            }
        }
        
        &:hover,
        &.active,
        &.menu_active{
            > a{                

            }
        }
        
    }    


}


