


//** 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

    
==============================================*/
.wrapper-fluid .typeheader-19 .container{
    max-width: 1600px;
}
.typeheader-19{
    background-color: #2a3c52;
    #sosearchpro .chosen-container-single .chosen-single div b{
        background-position: 5px 8px;
    }
    // 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;
        }
        .dropdown-menu{
            li{
                line-height: 22px;
            }
        }
        
    }
    .telephone {
       float: $right;
       line-height: 40px;
    }
    .header-middle{
        padding: 22px 0;

    }
    .lang-curr{
        float: $right;
        > li{
            position: relative;
            padding-#{$left}: 20px;
            margin-#{$left}: 20px;
            &:before{
                position: absolute; 
                content: "";
                width: 1px; height: 20px; 
                background-color: #dcdcdc;
                top: 10px; #{$left}: 0;

            }
        }
    }
    .welcome-msg{  line-height: 40px;    
        span{
            border-bottom: 1px dashed;
        }
    }
    .signin-w{
        float: $right;
    }
    .signin-link{
        min-height: 34px;
        padding-#{$left}: 40px;
        position: relative;
        line-height: 1.3; color: #fff;
        &:before{
            content: '';
            display: block;
            width: 35px;
            height: 40px;
            background: url(#{$imgPath}icon/id19-icon-image.png) no-repeat -5px -2px;
            position: absolute;
            #{$left}: 0;
            top: 0;
        }
        li{
            display: inline-block;
            width: 100%;
            font-size: 12px;
            a{ color: #fff; }
            &.regis{
                font-size: 14px; color: #222; font-weight: 600;
            }
        }
    }
    .mycompare{
        min-height: 34px;
        padding-#{$left}: 40px;
        position: relative;
        float: $right;
        line-height: 1.3; font-size: 12px; 
        a{ color: #fff; }
        &:before{
            content: '';
            display: block;
            width: 35px;
            height: 40px;
            background: url(#{$imgPath}icon/id19-icon-image.png) no-repeat -136px -2px;
            position: absolute;
            #{$left}: 0;
            top: 0;
        }
        b{
            float: $left; width: 100%; font-size: 14px;
        }
    }

   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;
            line-height: 40px;
            &.account{
                a{
                    padding: 0;
                }
                .dropdown-menu {
                    #{$right}: auto;
                    #{$left}: 0;
                }
            }
            .btn-group{
                display: inline;
                line-height: 40px;
                padding: 12px 0;
                .btn-link{
                    padding: 0;
                    border: none;
                    //color: #fff;
                }
            } 
            .fa-caret-down{
                font-size: 12px;
            }
        }
    }

    .header-bottom{
        padding-top: 20px;
        a{
            
        }
    }
    .bottom-right{
        padding-top: 13px;
    }
    .logo{
        width: 20%;
        float: $left;
        padding-top: 10px;
    }
    .search-header-w,
    .main-menu-w{
        margin-#{$left}: 20%;
    }

    /*=====SEARCH ======*/
   
    #sosearchpro .search{
        position: relative;
        margin: 0;
        width: 100%;
        background-color: #fff; border-radius: 4px;
        .chosen-container-single .chosen-single{
            height: 35px; line-height: 35px;
            padding-#{$left}: 15px;
            div{
                width: 35px; height: 35px;
                background-color: #fff;
                line-height: 35px; text-align: center;
                border-bottom-#{$right}-radius: 4px;
                border-top-#{$right}-radius: 4px;
                b{
                    width: 20px; margin: 0 auto;
                }

            }
        } 

        .select_category{
            border-#{$right}: 1px solid #dedede;
            background-color: #fff;
            border-bottom-#{$left}-radius: 4px;
            border-top-#{$left}-radius: 4px;  
            border-bottom-#{$right}-radius: 0;
            border-top-#{$right}-radius: 0;      
            width: 22%;

        } 
        .input-group-btn{
            width: 0;
        }
        button{
            position: absolute;
            top: 0px;
            #{$right}: 0px;
            height: 37px;
            text-align: center;
            line-height: 37px;
            padding: 0 15px;
            color: #fff;
            border-radius: 0;
            text-transform: upper-case;
            border-bottom-#{$right}-radius: 4px;
            border-top-#{$right}-radius: 4px;
            i{
                font-size: 16px;
                color: #fff;
            }
        }
        
        input{
    
            border: none;
            border-radius: 4px;           
            background-color: #fff;
            z-index: 0;
            height: 37px;
            padding-#{$left}: 20px;
            font-size: 12px;
            width: 98%;
            background-color: #fff;
            color: #999;
            &::-moz-placeholder {
                color: #999;
                opacity: 1; 
            }
            &:-ms-input-placeholder { color: #999; } 
            &::-webkit-input-placeholder  { color: #999; } 
            &:focus{
                z-index: 0;
            }
        }

    }
  

    /*BLOCK CART*/
    .shopping_cart{
        float: $right;
        position: relative; 
        .btn-shopping-cart .top_cart{
            position: relative;
            .icon-c{
                float: $left;
                display: block;
                width: 40px;
                height: 40px;
                background: url(#{$imgPath}icon/id19-icon-image.png) no-repeat -280px -2px;
                i{
                    display: none;
                }
                
            }
            .shopcart-inner{
                float: $left;
                position: relative;
                min-height: 35px;
                margin-#{$left}: 5px;
                color: #fff;
                .text-shopping-cart{
                    font-size: 12px;
                    font-weight: 400;
                    margin-top: 0px;
                    margin-bottom: 0;
                    line-height: 20px;
                    text-transform: capitalize;
                    float: $left;
                    padding-#{$right}: 5px;
                    &:after{
                        content: "-";
                    }
                }
                .total-shopping-cart{
                    font-size: 12px;
                    float: $left;
                    line-height: 20px;
                    font-weight: 400;
                    .items_carts{
                        position: absolute;
                        bottom: -3px;
                        #{$left}: 0;
                        font-weight: 600; font-size: 14px;
                        display: block; overflow: hidden;
                        text-indent: -8px;
                    }
                    .items_cart{
                        
                    }
                }
            } 
                
        } 
        .dropdown-menu{ top: 100%; #{$right}: -15px; #{$left}: auto;
            color: #666;
        }
        .shoppingcart-box:before{right: 50px;}
    }

    /*MENU MEGA*/
    .menu-vertical{
        width: 150px; 
        float: $left;
        margin-#{$right}: 40px;
    }


    .megamenu-style-dev{
        .navbar-default{ background: transparent; }
    }

    .container-megamenu.horizontal ul.megamenu > li > a strong img{
        display: none;
    }
    .container-megamenu.horizontal ul.megamenu > li{
        margin-#{$right}: 30px;
        > a{            
            line-height: 100%;
            color: #fff;
            font-size: 14px;
            text-transform: capitalize;
            strong{ font-weight: 400; }
        }

        @include if-rtl {
            &.style-page{
                > .sub-menu{                
                    right: auto !important;
                    left: 0;
                }
            }
        }
    
    }    

    /*-- MEGA MENU VERTICAL --*/
    .container-megamenu.vertical .vertical-wrapper ul.megamenu{
        box-shadow: none; 
        border: 1px solid #ccc; border-top: none;
        width: 250px;
        .loadmore{
            border-top: 1px solid #ccc;
        }
    } 
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore .more-view,
    .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore i{
        color: #666;
    }

    /*-- MEGA MENU VERTICAL --*/
    .container-megamenu.vertical{
        position: relative;    
        #menuHeading{
            .megamenuToogle-wrapper{
                background-color: transparent;
            }
            .megamenuToogle-pattern{                      
                .container{   
                    color: #fff; text-transform: capitalize;
                    font-size: 14px; font-weight: 700;
                    background-color: transparent;
                    padding: 0 !important;
                    text-shadow: none;
                    line-height: 44px;
                    > div {
                        display: none;
                    }
                    &:after{
                        font-family: 'FontAwesome';
                        content: "\f0d7";
                        font-size: 16px;
                        color: #6a7786;
                        position: absolute;
                        #{$right}: 20px;
                        top: 0;
                        font-weight: 400;
                    }
                }                      
            }
        }  
        @media (min-width: 992px){
            .vertical-wrapper{
                @include effect-block-hide();
                position: absolute;
                width: 100%;
                top: 60px;
            }
            &:hover{
                .vertical-wrapper{
                    @include effect-block-show();
                    top: 44px;
                }
            }
        }

    }
}


@media (min-width: 1200px) and (max-width: 1649px){  

    .typeheader-19 .container-megamenu.horizontal ul.megamenu > li{
        margin-#{$right}: 24px;
    }
}