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

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


.sohomepage-slider .so-homeslider{border: none; z-index: 0;}

#content .so-page-builder .container{
    padding: 0 15px;
}
.container-fluid .container{
    padding-left: 15px;
    padding-right: 15px;
}


#main-content,#content{margin-bottom: 30px;}

.common-home{
    
    
}

/*====================== mod title ========================*/
.layout-2.common-home #content{
    margin-bottom: 0;
    .row-image{
        margin: 0;
    }
    .module{
        h3.modtitle{
            font-size: 26px;
            color: #222;
            font-weight: 700;
            text-transform: capitalize;
            margin-top: 0;
            margin-bottom: 10px;
            text-align: center;
           
            span{
                font-size: 26px;
                color: #222;
                font-weight: 700;
                text-transform: capitalize;
            }
        }
        .form-group{
            text-align: center;
            font-size: 16px; color: #999;
        }
    }
}


/*.box-content1{
    margin-bottom: 30px;
}*/

/************************************************************************************************
    MODULE HOME SLIDER  
*************************************************************************************************/
.sohomepage-slider .so-homeslider .owl2-nav div::before,
.sohomepage-slider .so-homeslider .owl2-nav div:hover:before{
    background-color: transparent !important;
}

.module.sohomepage-slider{
    margin: 0;
    z-index: 0;
    .form-group{
        margin-bottom: 0;
    }
    .so-homeslider{
         border: none;
        img{
            width: auto;
        }
        &:hover{
            .owl2-controls .owl2-nav{
                .owl2-next,
                .owl2-prev{
                    @include transform(scale(1));
                    opacity: 1;
                    @include transition(all 0.2s ease-in-out 0s);  
                }
            }
        }
    }
    .owl2-controls{
        height: 0;
        .owl2-nav{
            .owl2-next,
            .owl2-prev{
                font-size: 0px;
                z-index: 99;
                width: 44px;
                height: 44px;
                line-height: 42px;
                text-align: center;
                border-radius: 0;
                top: 50%;
                margin-top: 14px;
                text-indent: -999em;
                display: block;
                background-color: transparent;
                border: none;
                @include transform(scale(0));
                opacity: 0;
                @include transition(all 0.2s ease-in-out 0s);  
                &:after{display: none;}
                &:before{
                    font-size: 70px;
                    color: #c8c8c8; opacity: 1;
                    font-family: 'FontAwesome';
                    display: block;
                    text-indent: 0 !important;
                    width: 44px;
                    height: 50px;
                    line-height: 42px;
                }
                &:hover{
                    &:before{
                        color: $background;
                    }
                }
            }
            .owl2-next{
                #{$right}: 70px;
                #{$left}: auto;
                &:before{
                    @include if-ltr{             
                        content: "\f105"; 
                    }  
                    @include if-rtl {
                        content: "\f104"; 
                    }  
                }
            }
            .owl2-prev{
                #{$left}: 70px;
                #{$right}: auto;
                &:before{
                  @include if-ltr{             
                    content: "\f104"; 
                  }  
                  @include if-rtl {
                    content: "\f105"; 
                  }  
                }
            }

        }
        .owl2-dots{
            bottom: 20px;
            position: static;
            left: auto;
            right: auto;
            width: 100%;
            display: inline-block;
            text-align: center;
            position: relative;
            top: -35px;
            z-index: 10;
            .owl2-dot {
              background: #222 !important;
              margin: 0 5px;
              width: 12px;
              height: 12px;
              padding: 0;
              transition: all 0.3s ease 0s;
              border-radius: 50%;
              float: none;
              display: inline-block;
              span {
                background: #fff;
                display: block;
                width: 100%;
                height: 100%;          
                border-radius: 50%;
                -webkit-border-radius: 50%;
                margin: 0;
              }
              &:hover,
              &.active {
                background: $background !important;   
                span {
                  box-shadow: none;
                  -webkit-box-shadow: none;
                  background: $background !important; 
                }
              }
            }

        } 
    }

}


/************************************************************************************************
    SHORTCODE HTML 
*************************************************************************************************/
    
.banners1{
    margin-top: 80px; margin-bottom: 30px;
    .bott{
        margin-top: 30px;
    }
}
.banners2{
    margin-bottom: 80px;
}
.banners3{
    margin-bottom: 55px;
}
.box-video > div{
    background: url(#{$imgPath}bg-video.jpg) no-repeat center center !important; 
    height: 480px !important;
    &:hover{
        cursor: pointer;
    }
}

/*== Block policy ==*/
.block-policy1{
    border-top: 1px solid #e3e3e3; padding: 48px 0;
    ul{
        display: inline-block; width: 100%;
        margin: 0 -10px;
        li{
            float: $left;
            padding: 0 10px;
            text-align: center;
            width: 25%;
            .item-inner{               
                &:hover{
                    .content{
                        h2,span{
                            color: $linkColor;
                        }
                    }                
                }
   
                .content{
                    float: $left;
                    text-align: $left;                    
                    position: relative;
                    padding-#{$left}: 55px;
                    &:before{
                        background: url(#{$imgPath}icon/promotion.png) no-repeat center center; 
                        width: 50px;
                        height: 50px;
                        top: 0;
                        #{$left}: 0px;
                        position: absolute; content: "";
                    }
                    h2{
                        color: #222;
                        font-weight: 600;
                        text-transform: uppercase;
                        font-size: 14px;
                        margin: 0;
                        &:hover{
                            color: $linkColor;
                        }
                    }
                    span{
                        line-height: 100%;
                        margin: 0;        
                        display: inline-block;
                        width: 100%;
                        font-size: 13px; color: #999;
                    }
                }
            }
          
            &.item-1{
                .item-inner{
                    .content{
                        padding-#{$left}: 65px;
                        &:before{
                            background-position: 0px 0px;
                        }
                    }
                }
            }
            &.item-2{
                .item-inner{
                    .content{
                        &:before{
                            background-position: -140px 0px;
                        }
                    }
                }
            }
            &.item-3{
                .item-inner{
                    .content{
                        &:before{
                            background-position: -280px 0px;
                        }
                    }
                }
            }
            &.item-4{
                .item-inner{
                    .content{
                        &:before{
                            background-position: -430px 0px;
                        }
                    }
                }
            }
        }
    }
}


/************************************************************************************************
    MODULE EXTRA SLIDER
*************************************************************************************************/


.layout-1.common-home #content .module.extra-full h3.modtitle{
    margin-bottom: 20px;
}
// EXTRA SLIDER FULL GRID
.extra-full{
    .so-extraslider{
        position: relative;
        margin: 30px 0 0 0;
        .owl2-controls{
            .owl2-nav{
           
                @include owl2-nav-style1(40px,50px,#999,$background);                 
        
                > div{
                    @include transform(scale(0));
                    opacity: 0;
                    @include transition(all 0.2s ease-in-out 0s);  
                   
                }
            }
        }
        &:hover{
            .owl2-controls .owl2-nav{
                > div{
                    @include transform(scale(1));
                    opacity: 1;
                    @include transition(all 0.2s ease-in-out 0s);
                }
            }
        }
    }
}


                   

/************************************************************************************************
    MODULE LISTING TABS
*************************************************************************************************/
.layout-1.common-home #content .module.listingtab-layout1 h3.modtitle{
   
}
.listingtab-layout2{
    position: relative; margin-top: 30px;
    .so-listing-tabs{
        margin: 0 -15px;        
        overflow: unset;
        .ltabs-items-container .ltabs-items .ltabs-item .item-inner{
            padding: 0 15px 20px 15px;
            margin: 0;
        }
        .products-list .product-grid .product-item-container .button-group .btn-button{
            width: 35px;
        }
        .cate-link{
            text-align: center;
            padding: 20px;
            a{
                font-size: 14px; color: #222;
                border: 1px solid #d7d7d7;
                border-radius: 20px;
                padding: 10px 30px;
                font-weight: 500; text-transform: uppercase;
                @include transition(all 0.2s ease-in-out 0s);  
                &:hover{
                    background-color: $background;
                    border-color: $background;
                    color: #fff;
                }
            }
        }
        .ltabs-items-inner{
            .owl2-controls{
                .owl2-nav{
               
                    @include owl2-nav-style1(40px,50px,#999,$background);                
            
                    > div{
                        @include transform(scale(0));
                        opacity: 0;
                        @include transition(all 0.2s ease-in-out 0s);  
                          
                    }
                    .owl2-prev,
                    .owl2-next{
                        top: 30%;
                    }
                }
            }
            &:hover{
                .owl2-controls .owl2-nav{
                    > div{
                        @include transform(scale(1));
                        opacity: 1;
                        @include transition(all 0.2s ease-in-out 0s);
                        &.owl2-prev{
                            #{$left}: 0px;
                           
                        }
                        &.owl2-next{
                            #{$right}: 0px;                    
                        }
                    }
                }
            }
        }
        .products-list .product-grid .product-item-container .button-group .btn-button{
            margin: 0;
        }
        .ltabs-wrap{
            overflow: unset;
            .ltabs-tabs-container{
                margin: 0px;
                .ltabs-tabs-wrap{
                    ul.ltabs-tabs {
                        text-align: center;     
                        padding: 25px 0;
                        margin: 0 15px;
                        li.ltabs-tab {
                            border: medium none;
                            display: inline-block;
                            line-height: 100%;        
                            float: none;
                            margin: 0 7px;
                            .ltabs-tab-label {
                                color: #707070;                    
                                font-size: 14px;
                                font-weight: 500;
                                padding: 0;
                                text-transform: capitalize;
                                background-color: #f6f6f6;
                                padding: 14px 20px;
                                border-radius: 24px;
                                @include transition(all 0.2s ease-in-out 0s);  
                                &:hover{
                                    color: #fff;
                                    background-color: $background;
                                }
                            }
                            &:hover,
                            &.tab-sel{                   
                                .ltabs-tab-label {
                                    color: #fff;
                                    background-color: $background;
                                }
                            }
                        }
                    }
                }
            }
        } 

        .wap-listing-tabs{
            clear: both;
            margin-top: 30px;
            position: relative;
        }
        .ltabs-items-container {
            .products-list .product-grid .product-item-container{
            } 

        }
    }
}

/************************************************************************************************
    MODULE SO CATEGORIES
*************************************************************************************************/
.so-categories.preset01-4{
    .cat-wrap{    
        .content-box{
            width: 25%;
            padding: 0 15px; margin: 0;
        }
    } 
    .modcontent{
        margin: 0 -15px;
    }
} 

.so-categories{
    
    .cat-wrap{
        margin-top: 30px;
    }
    .cat-wrap .content-box .cat-title{
        text-align: center; margin-top: 10px;
        p{
            font-size: 14px; color: #999; margin-top: 5px;
        }
        a{
            font-size: 16px; color: #222; font-weight: 600; text-transform: uppercase;
            &:hover{color: $background;}
        }
    } 
} 

/************************************************************************************************
    SHORTCODE NEWSLETTER
*************************************************************************************************/
.layout-2.common-home #content .module.newsletter-footer1 h3.modtitle{
    color: #fff; font-weight: 600;
}
.newsletter-footer1{
    background: url(#{$imgPath}bg-newsletter2.jpg) no-repeat center center; 
    padding: 0;
    margin-bottom: 80px;
    .newsletter{
        padding: 80px 110px;
        .modtitle{
            float: $left; font-size: 21px; line-height: 48px; 
        }

      .block_content{
        margin-#{$left}: 17%;
        form.signup{
          display: block;
          margin: 0;
          .form-group{
            position: relative;
            .input-box{
              vertical-align: top;
              padding-#{$right}: 180px;         
            }
            .subcribe{
              position: absolute;
              top: 0;
              #{$right}: 0;
            }

            input.form-control{
                border-radius: 25px;
              height: 48px;
              line-height: 48px;
              width: 100%;
              box-shadow: none;
              padding: side-values(0 0 0 20px);
              border: none;           
              background-color: #fff;    
              &::-moz-placeholder {
                      color: #898989;
                        opacity: 1; 
                    }
                    &:-ms-input-placeholder { color: #898989; } 
                    &::-webkit-input-placeholder  { color: #898989; } 
                      &:focus{
                          z-index: 0;
                      }
            }
          }

          .subcribe button{  
  
            border: 0 none;
            color: #fff;
            font-weight: 600;
            font-size: 18px;
            height: 48px;
            line-height: 42px;
            padding: 0 30px;    
            text-transform: capitalize;
            letter-spacing: 1px;
            border-radius: 25px;
            &:hover{
                background-color: darken($linkColor,10%);
            }
          }
        }
      }
    }
}

/************************************************************************************************
    MODULE LATEST BLOG
*************************************************************************************************/
.layout-1.common-home #content .module.blog-home .form-group,
.layout-1.common-home #content .module.blog-home h3.modtitle span{
    color: #fff;
}
.blog-home{
    margin-bottom: 25px; margin-top: 75px; padding: 0 !important;
    .owl2-controls{
        .owl2-nav{                
           @include owl2-nav-style1(40px,50px,#999,$background);                   
        }
        .owl2-dots{
            @include owl2-dot-style(10px,10px,#c8c8c8);
            margin-top: 15px;
        }
    }
    .so-blog-external .blog-external{
        border: none;
        margin-bottom: 0px;
        margin-top: 20px;
        //direction: ltr;
        @include if-rtl {
            margin-left: -30px;

        }
     
        .media{
            margin: 0;
            .item{
                margin: 0;
                overflow: hidden;
                background-color: #fff;
                .media-left{
                    padding: 0;                    
                    overflow: hidden;
                    margin-top: 5px;
                    margin-bottom: 18px;
                    position: relative;
                    a{
                        @include hover-image-effect();
                    }
                    .date-added{
                        position: absolute;
                        top: 15px;
                        #{$left}: 15px;
                        display: block;
                        background-color: #fff;
                        color: #fff;
                        width: 54px;
                        height: 58px;
                        font-size: 14px;
                        padding-top: 10px;
                        line-height: 22px;
                        text-align: center;
                        color: #222;
                        @include box-shadow(-1px 1px 2px 0px rgba(0, 0, 0, 0.2));
                        z-index: 2;
                        b{
                            font-size: 24px;
                            display: inherit;
                            width: 100%;
                            color: $linkColor;
                            font-weight: 600;
                        }
                    }
                }
                .media-content{                    
                    float: $left;
                    text-align: $left;  
                    padding: 0;     
                    i{
                        display: none;
                    }
                    h4{
                        a{
                            padding: 0;
                            font-weight: 600;
                            font-size: 16px;
                            color: #222;
                            text-transform: uppercase;
                            &:hover{
                                color: $linkColor;
                            }
                        }
                    }
                    .media-date-added{
                        float: $left;
                        font-size: 12px; color: #909090;
                    }
                    .media-comment{
                        padding-#{$left}: 15px;
                        position: relative;
                        &:before{
                            position: absolute; content: ""; width: 1px; height: 11px; background-color: #e6e6e6;
                            top: 3px; #{$left}: 0;
                        }
                    }
                    .media-subcontent{
                        float: $left;
                        clear: none;
                        margin-#{$left}: 20px;
                        font-size: 12px; color: #909090;
                    }
                    .description{
                        font-size: 14px; color: #666;
                        clear: both; display: inline-block; margin-top: 8px;
                    }
                }
            }
        }
    }
}


/************************************************************************************************
    SHORTCODE HTML SLIDER BRANDS
*************************************************************************************************/

.slider-brands{
     padding: 0px;
    .contentslider{
       padding: 20px 30px;
        position: relative;
        .owl2-stage-outer{
            direction: ltr;
        }
    }
    .owl2-carousel .owl2-item{
        height: 0;
        &.active{
            height: auto;
        }
    }
    .item{
        text-align: center;        
        opacity: 0.4;
        @include transition(all 0.2s ease-in-out 0s);
        &:hover{
            opacity: 1;
        }
    }
    .owl2-controls .owl2-nav{
        @include owl2-nav-style1(40px,50px,#999,$background);       
        
    }  
}


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