


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

    
==============================================*/
.common-home{
    .typeheader-11{ margin-bottom: 20px; }
}
.typeheader-11{
    background-color: #fff;

    // MENU ON TOP
    &.navbar-compact{
        .header-middle{
            padding: 10px 0;
        }
        #cart{
            margin-top: 3px;
        }
    }
    .header-top{
        font-size: 13px;
        min-height: 45px;

        .module{
            display: table-cell;
            margin-bottom: 0;
        }

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

        .dropdown-menu{
            li{
                line-height: 22px;
            }
        }

    }

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

    }

    .header-bottom{
        clear: both;
        padding-bottom: 0px;
        background-color: #363636;
    }

    .telephone {
        float: $right;
        ul{
            li{
                display: inline-block;
                position: relative;           
                list-style: outside none none;
                padding-#{$left}: 18px;
                margin-#{$left}: 18px;
                padding-#{$right}: 0;
                &:after {
                    background-color: rgba(255,255,255,0.4);
                    content: "";
                    height: 11px;
                    position: absolute;
                    #{$left}: 0;
                    top: 9px;
                    width: 1px;
                }
                a{       
                    text-transform: capitalize;
                    i{
                        margin-#{$right}: 5px;
                        color: #666;
                    }
                }
            }
        }
    }
    .lang-curr{
        float: $left;
        .dropdown-menu{
            #{$left}: 0; #{$right}: 0;
        }
    }

    .welcome-msg{      
        .socials{ float: $right;
            li{
                display: inline-block; font-size: 14px; 
                a{
                    color: #fff; margin-#{$left}: 25px; line-height: 50px;
                    &:hover{ color: $background; }
                }
                span{ display: none; }

            }
        }
    }


    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-#{$left}: 20px;
            margin-#{$left}: 20px;
            padding-#{$right}: 0;
            font-size: 12px;
            line-height: 45px;
            &.language{
                min-height: 23px;
            }
            .btn-group{
                display: inline;
                line-height: 45px;
                padding: 12px 0;
                .btn-link{
                    padding: 0;
                    border: none;
                    color: #fff;
                }
            } 
            .fa-caret-down{
                font-size: 12px;
            }
            &:after {
                background-color: rgba(255,255,255,0.3);
                content: "";
                height: 13px;
                position: absolute;
                #{$left}: 0;
                top: 16px;
                width: 1px;
            }
            >   a {
                font-size: 12px;
                color: #fff;
                padding-#{$left}: 3px;
                i{
                    padding-#{$right}: 3px;
                }
            }
            
            &.account{
                line-height: 45px;
                > a{
                    padding: 0;
                    margin: 0;
                }
                .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);}
            }

            &.language{

            }
            &.welcome-msg,
            &:first-child{
                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;  
            border-bottom-#{$left}-radius: 3px;
            border-top-#{$left}-radius: 3px;
            width: 28%;
            position: relative;
            &:before{
                position: absolute; content: "";
                width: 1px; height: 20px; background-color: #ebebeb;
                top: 10px; #{$right}: 0; z-index: 9;
            }
            select{
                height: 40px;
                line-height: 40px;
                color: #666666;                
                font-size: 12px;         
                padding: 0 15px;   
                &:hover{
                    cursor: pointer;
                }
            }
            &.icon-select{
                &:after{
                    color: #999;
                    background-color: #fff;
                    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 35px;
            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: #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{
                width: 40px;
                height: 40px;
                border-radius: 50%;             
                float: $left;                
                text-align: center;
                line-height: 40px;
                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: $textColor2;
                margin-#{$left}: 15px;
                margin-top: 13px;
                .text-shopping-cart{
                    font-size: 14px;
                    font-weight: 700;
                    margin-top: 0px;
                    margin-bottom: 0;
                    line-height: 100%;
                    text-transform: uppercase;
                    float: $left;
                    padding-#{$right}: 5px;
                }
                .total-shopping-cart{
                    font-size: 12px;
                    float: $left;
                    line-height: 100%;
                    font-weight: 700;
                    .items_cart2{
                        display: none;
                    }
                    .items_cart{
                        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}: 45px;
        > a{            
            line-height: 100%;
            color: #fff; font-size: 14px; font-weight: 700;
            padding: 18px 0;
        }
        
        &:hover,
        &.active,
        &.menu_active{
            > a{                
                
            }
        }
        
    }    


}


@media (min-width: 1200px)  {
  
}

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

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

.wrapper-boxed{

}