


//** 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-3{
    background-color: #fff;

    // MENU ON TOP
    &.navbar-compact{
        .header-middle{
            padding: 10px 0;
        }
        #cart{
            margin-top: 3px;
        }
    }
    .header-top{
        font-size: 13px;
        min-height: 40px;
        background-color: #f5f5f5;
        .module{
            display: table-cell;
            margin-bottom: 0;
        }

        .header-top-right{text-align:$right;}

        .dropdown-menu{
            li{
                line-height: 22px;
            }
        }
        .header-top-right {display: inline-block;}

    }

    .header-middle{
        clear: both;
        padding: 31px 0 27px 0;
        .middle2{
            padding-#{$right}: 40px;
        }

    }

    .header-bottom{
        clear: both;
        padding-bottom: 0px;

        .bottom2{
       
        }
    }

    .telephone {
        float: $right;
        line-height: 40px;
        ul{
            li{   
                float: $left;
                margin-#{$left}: 15px;         
                a{       
                    
                }
                &:first-child{
                    margin-#{$left}: 0;         
                }
            }
        }
    }
    .lang-curr{
        float: $right;
    }

    .signin-w{
        float: $left;
        line-height: 40px;
        margin-#{$left}: 5px;
        a{ 

        }
    }

    .welcome-msg{      
        font-size: 12px;
        line-height: 40px;
        float: $left;
        b{
            color: #002222;
        }
    }

    .wishlist-comp{
        float: $right;
        li{
            list-style: none;
            float: $left;
            
            &.wishlist {
                margin-#{$left}: 20px;
            }
            a{
                i{
                    font-size: 16px;
                    color: #666;
                    width: 40px;
                    height: 40px;
                    text-align: center;
                    line-height: 40px;
                    border: 1px solid #ebebeb;
                    border-radius: 100%;
                    margin-#{$right}: 10px;
                }
                span{
                    
                }
            } 
        }
    }

    ul.top-link{list-style: none;margin:0; vertical-align:top;
        display: inline-flex;
        .dropdown-menu{

        }
        > li{                
            display: inline-block; 
            position: relative;           
            list-style: outside none none;
            padding-#{$right}: 20px;
            margin-#{$right}: 20px;
            padding-#{$left}: 0;
            font-size: 12px;
            &.language{
                min-height: 23px;
            }
            .btn-group{
                display: inline;
                line-height: 40px;
                padding: 12px 0;
                .btn-link{
                    padding: 0;
                    border: none;
                    //color: #fff;
                }
            } 
            .fa-caret-down{
                font-size: 12px;
            }
            &:after {
                background-color: #c4c4c4;
                content: "";
                height: 11px;
                position: absolute;
                #{$right}: 0;
                top: 16px;
                width: 1px;
            }
            >   a {
                font-size: 12px;
                color: #fff;
                padding-#{$left}: 3px;
            }
            
            &.account{
                > a{
                    padding: 0;
                    margin: 0;
                }
                &:before{
                    content: "\f007"; 
                    font-family: FontAwesome;
                    font-size: 12px;
                }                      
            }
            &.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);}
            }

            &.language{

            }
            &.welcome-msg{
                padding-#{$left}: 0px;
                margin-#{$left}: 0px;
                &:after{
                    display: none;
                }
            }
        }
    }

    /*=====SEARCH ======*/
    .search-header-w{

    }
    #sosearchpro .search{
        position: relative;
        margin: 0;
        width: 100%;
        border: 1px solid #ebebeb;
        border-radius: 3px;
        .select_category{
            border: none;
            background-color: #fff;
            border-bottom-#{$left}-radius: 3px;
            border-top-#{$left}-radius: 3px;
            width: 25%;
            position: relative;
            &:before{
                width: 1px;
                height: 10px;
                background-color: #ebebeb;
                content: "";
                top: 17px;
                #{$right}: 0;
                position: absolute;
                z-index: 1;
            }
            &:after{
                background-color: transparent !important;
                #{$right}: 5px;
            }
            select{
                height: 40px;
                line-height: 40px;
                color: #666666;                
                font-size: 12px;         
                padding: 0 15px; 
                font-weight: 300;  
                &:hover{
                    cursor: pointer;
                }
            }
            &.icon-select{
                &:after{
                    color: #999;
                    background-color: #f5f5f5;
                    font-size: 16px;
                    line-height: 42px;
                    #{$right}: 0;
                    #{$left}: auto;
                }
            }
        } 
        .input-group-btn{
            width: 0;
        }
        button{
            position: absolute;
            top: -1px;
            #{$right}: -1px;
            height: 42px;
            text-align: center;
            line-height: 42px;
            padding: 0 17px;
            font-size: 14px;
            color: #fff;
            border-radius: 0;
            text-transform: upper-case;
            border-bottom-#{$right}-radius: 3px;
            border-top-#{$right}-radius: 3px;
            i{
                font-size: 12px;
                color: #fff;
            }
        }
        
        input{
            border: none;
            border-radius: 0px;   
            border-bottom-#{$right}-radius: 4px;
            border-top-#{$right}-radius: 4px;         
            background-color: #fff;
            z-index: 0;
            height: 40px;
            padding-#{$left}: 20px;
            font-size: 12px;
            width: 100%;
            background-color: #fff;
            color: #666;
            font-weight: 300;
            &::-moz-placeholder {
                color: #666;
                opacity: 1; 
            }
            &:-ms-input-placeholder { color: #666; } 
            &::-webkit-input-placeholder  { color: #666; } 
            &:focus{
                z-index: 0;
            }
        }

    }
  
    /*BLOCK CART*/
    .shopping_cart{
        float: $right;
        position: relative;
        line-height: 51px;
        padding: 0 15px;
        .btn-shopping-cart .top_cart{
            position: relative;
            .icon-c{
       
                float: $left;                
  
                i{
                    font-size: 18px;
                    color: #fff;
                }
                @media (min-width: 991px) and(-webkit-min-device-pixel-ratio:0) {
                    padding-top: 3px;
                }
                @media (max-width: 991px){
                   
                }
            }
            .shopcart-inner{
                float: $left;
                color: #fff;
                margin-#{$left}: 15px;
  
                .text-shopping-cart{
                    font-size: 14px;
                    font-weight: 700;
                    margin-top: 0px;
                    margin-bottom: 0;
                    line-height: 51px;
                    text-transform: uppercase;
                    float: $left;
                    padding-#{$right}: 5px;
                }
                .total-shopping-cart{
                    font-size: 12px;
                    float: $left;
                    line-height: 51px;
                    font-weight: 700;
                    .items_cart2{
                        display: none;
                    }
                    .items_cart{
                        display: none;
                        width: 22px; 
                        height: 22px;
                        line-height: 20px;    
                        text-align: center;
                        @include border-radius(100%);
                        position: absolute;
                        top: -6px;
                        #{$left}: 27px;
                        font-size: 12px;
                        color: #fff;
                        background-color: #232f3e;
                        border: 1px solid #fff;
                    }
                }
            } 
                
        } 
        .dropdown-menu{ top: 100%; #{$right}: -15px; #{$left}: auto;
            color: #666;
        }
        .shoppingcart-box:before{right: 50px;}
    }

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


    .container-megamenu.horizontal ul.megamenu > li{
        margin-#{$right}: 30px;
        > a{            
            line-height: 51px;
            padding: 0;
            color: #fff;
        }
        
        &:hover,
        &.active,
        &.menu_active{
            > a{                
                
            }
        }
        
    }    

    /*-- MEGA MENU VERTICAL --*/

}


.common-home .typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a::before {
    top: 17px;
}


@media (min-width: 1200px) and (max-width: 1366px){
    .typeheader-3 .wishlist-comp li.wishlist{
        margin-#{$left}: 10px;
    }
}