


//** 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-20 .container{
    max-width: 1600px;
}

.typeheader-20{
    background-color: #fff;   
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.1);

    #sosearchpro .chosen-container-single .chosen-single div b{
        background-position: 5px 12px;
    }
    #sosearchpro .dropdown-menu .media:hover{
        background-color: #fff;
    }
    // MENU ON TOP
    &.navbar-compact{
        
    }
    .header-top{
        font-size: 13px;
        min-height: 40px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #e5e5e5;
        .module{
            display: table-cell;
            margin-bottom: 0;
        }
        .dropdown-menu{
            li{
                line-height: 22px;
            }
        }
        
    }
    @media (min-width: 1200px) and (max-width: 1649px){
        .middle-right{
            padding-#{$left}: 0;    
        }
    }
    .telephone {
       float: $right;
       line-height: 40px;
    }

    .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: 19px;
        margin-#{$right}: 35px;
        @media (min-width: 1200px) and (max-width: 1649px){
            margin-#{$right}: 10px;
        }
        &:before{
            content: '';
            display: block;
            width: 28px;
            height: 34px;
            background: url(#{$imgPath}icon/id16-icon-image.png) no-repeat -18px -16px;
            position: absolute;
            #{$left}: 0;
            top: 0;
        }
        li{
            
            width: 100%;
            font-size: 12px;
            &.regis{
                font-size: 14px; color: #222; font-weight: 600;
            }
        }
    }

    .wishlist-comp{
        float: $right;
        margin-#{$right}: 20px;
        li{
            width: 40px;
            height: 40px;
            list-style: none;
            float: $left;
            padding-top: 8px;
            margin-#{$left}: 15px;

            a{
                i{
                    font-size: 26px;
                    color: #232f3e;
                }
                span{
                    display: none;
                }
                &.top-link-wishlist{
                    width: 40px;
                    height: 32px;
                    display: block;
                    overflow: hidden;
                    text-indent: -999em;
                    &:before{
                        font-family: 'FontAwesome';
                        content: "\f004";
                        font-size: 26px;
                        color: #232f3e;
                        display: block;
                        text-indent: 0;
                    }
                }
            } 
        }
    }

   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{
                    font-size: 13px; 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: 33px 0 30px 0;
    }

 
    
    /*=====SEARCH ======*/
    #sosearchpro .dropdown-menu .media-body .box-price span{
        float: $left;
        padding-#{$left}: 0px;
        padding-#{$right}: 10px;
    }
    .search-header-w{
        float: $right;
        position: relative;
        margin: side-values(0 40px 0 0);
        @media (min-width: 1200px) and (max-width: 1649px){
            margin: side-values(0 15px 0 0);
        }
        padding-bottom: 8px;
        #sosearchpro .search .select_category{
            display: none;
        }
      
        #sosearchpro .search{            
            padding: 0;
            width: 230px;
            border: none;
            background-color: #fff;
            border: 1px solid #e1e1e1;
            border-radius: 17px;
            margin: 0;
            z-index: 99;
            input{
                width: 230px;
                border: none;
                height: 34px;
                line-height: 34px;
                padding-#{$left}: 20px;

            }
            .input-group-btn{
                position: absolute;
                #{$right}: 0;
                top: 0;
                height: 33px;
                line-height: 32px;
                width: 36px;
            }
            button{
                background-color: #fff;
                border-radius: 18px;
                color: #444;
                padding: 0;
                width: 36px;
                text-align: center;
                height: 33px;
                line-height: 32px;
                i{
                   margin: 0;
                    font-size: 14px;
                    width: 32px;
                    height: 32px;
                    line-height: 32px;
                }
                span{
                    display: none;
                }
            }
        }
        .icon-search{                
            width: 34px; height: 34px;           
            font-size: 14px;
            color: #fff;
            line-height: 32px; text-align: center;
            float: $left;            
            display: block !important;
            border-radius: 100%;
            i{
                font-size: 14px;
                color: #fff;
            }
            &.active{
                i::before{
                    content:"\f00d";
                }
            }
            &:hover{
                cursor: pointer;
            }

        }
        #sosearchpro .search{
            display: none;
            position: absolute;
            top: 35px;
            #{$right}: -10px;
       
        }
    }
  

    /*BLOCK CART*/
    .shopping_cart{
        float: $right;
        position: relative;
        .btn-shopping-cart .top_cart{
            position: relative;
            padding-bottom: 8px;
            .icon-c{
                float: $left;
                display: block;
                width: 35px;
                height: 34px;
                background: url(#{$imgPath}icon/id16-icon-image.png) no-repeat -124px -16px;
                i{
                    display: none;
                }
                
            }
            .shopcart-inner{
                float: $left;
                position: relative;
                min-height: 35px;
                margin-#{$left}: 12px;
                @media (min-width: 1200px) and (max-width: 1649px){
                     margin-#{$left}: 6px;
                }
                .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-vertical{
        width: 150px; 
        float: $left;
        margin-#{$right}: 40px;
    }

    /*MENU MEGA*/
    .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;
        @media (min-width: 1200px) and (max-width: 1649px){
            margin-#{$right}: 20px;
        }
        > a{            
            line-height: 100%;
            color: #222;
            font-size: 14px;
            strong{ font-weight: 400; }
        }
    
    }    

    /*-- MEGA MENU VERTICAL --*/
    .container-megamenu.vertical .vertical-wrapper ul.megamenu{        
        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: #222; text-transform: capitalize;
                    font-size: 14px; font-weight: 700;
                    background-color: transparent;
                    text-shadow: none;
                    line-height: 38px;
                    border: 1px solid #ddd;
                    border-radius: 20px;
                    > div {
                        display: none;
                    }
                    &:after{
                        font-family: 'FontAwesome';
                        content: "\f0d7";
                        font-size: 16px;
                        color: #cecece;
                        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: 992px)  {


}