/*===============================================
    [SASS DIRECTORY ]
    
    [1] MEGA MENU VERTICAL 
    [2] MODULE HOME SLIDER  
    [3] MODULE EXTRA SLIDER
    [4] SHORT CODE BANNER 
    [5] SO LISTING TABS
    [6] SO DEALS
    [7] SO NEWSLETTER
==============================================*/



.container-fluid .container{
    padding-left: 15px;
    padding-right: 15px;
}

body.layout-9{
    font-size: 12px;
    color: #888;
}
/*====================== mod title ========================*/
.layout-9.common-home #content{
    span.fa-stack .fa-star.fa-stack-2x:before{
        color: #222;
    }
    .price,
    .price .price-new, .price span.price{
        color: #ff5555;
        font-weight: 500;
    }
    
    .label-product-new,
    .label-product-sale  {
        text-align: center; 
        background-color: $linkColor;
        border-radius: 50%;
        color: #fff;
        display: block;
        @include rem(font-size,12px);
        font-weight: 700;
        height: 40px;
        width: 40px;
        line-height: 40px;
        position: absolute;
        top: 20px;    
        text-transform: uppercase;        
        z-index: 2;
        padding: 0;
        margin-bottom: 5px;
    }
    .label-product-new,
    .label-new{
        background-color: #42cdac;
        font-weight: 400;
        #{$left}:20px;
        #{$right}: auto;
    }
    .label-product-sale,
    .label-sale{
        background-color: #ff5555;
        font-weight: 400;
        #{$right}:20px;
        #{$left}: auto;
    }
    .module{
        h3.modtitle{            
            display: inline-block;
            width: 100%;
            margin-top: 0;
            margin-bottom: 0px;            
            font-size: 40px;
            color: #222;
            font-weight: 400;
            text-transform: capitalize;
            text-align: center;
            
            span{
                font-size: 40px;
                color: #222;
                font-weight: 400;
                text-transform: capitalize;               
            }
        }
        .form-group{
            text-align: center;
            line-height: 22px;
            margin-top: 10px;
        }
    }
    .product-grid9{
            .product-item-container{
                background-color: #fff;          
                margin: 0 0 30px 0;
                padding: 0;
                position: relative;
                overflow: hidden;
                border-radius: 3px;

                > .list-block,.description{display: none;}
                .left-block{
                    position: relative;
                    .button-group{
                        padding: 0;
                        position: absolute;
                        z-index: 99;
                        #{$left}: 50%;
                        top: 50%;
                        @include transform(translate(-50%, -50%)); 
                        @include if-rtl {
                            @include transform(translate(50%, -50%)); 
                        }                 
                        min-width: 130px;
                        @media (max-width: 1199px){
                            min-width: 90px;
                        }
                        .btn-button{
                            border: none;
                            display: inline-block;
                            float: $left;                            
                            padding: 0;
                            background-color: #fff;
                            border-radius: 50%;
                            color: #fff;
                            width: 40px;
                            height: 40px;
                            line-height: 40px; 
                            text-align: center;                           
                            @include transition(all 0.2s ease-in-out 0s);
                            opacity:0 ;  @include transform(scale(0.5));
                          
                            -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
                                -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.1);
                                box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.1);
                            span{
                                display: none;
                            }
                            i,
                            &:before{
                                font-size: 14px;
                                color: #222;     
                                width: 40px;
                                height: 40px;
                                line-height: 40px;                                      
                            }
                            
                            
                            &.wishlist {
                                margin: 0;
                               
                            }
                            &.compare{
                                margin: 0 5px;
                              
                            }
                            &.quickview{
                              
                            }
                            
                            &:hover{
                                background-color: $background;                               
                                i{
                                    color: #fff;                                
                                }
                            }

                        }
                        
                    }
                }
                
                .right-block{clear: both;
                    padding: 10px 10px 0px 10px;
                    text-align: center;
                    position: relative;

                    .price{
                        margin-bottom: 0;
                    }
                    h4{
                        margin: 10px 0 3px 0;
                        font-weight: 400;
                        a{
                            font-size: 14px;
                            color: #222;
                            &:hover{
                                color: $linkColor;
                            }
                        }
                    } 
                    .rating, .ratings{margin-bottom: 2;}
                    .addToCart{
                        font-size: 12px;
                        color: #444;
                        text-transform: uppercase;
                        background-color: #fff;
                        border-radius: 20px;
                        border: none;
                        padding: 14px 25px;
                        line-height: 100%;
                        margin-top: 20px;
                        border: 1px solid #ebebeb;
                        //@include effect-block-hide();
                        &:hover{
                            background-color: $background;
                            border-color: $background;
                            color: #fff;
                        }
                    }
                }
                &:hover{  
                    .left-block .button-group .btn-button{   
                        @include transition(all 0.2s ease-in-out 0s);
                        opacity: 1 ;  @include transform(scale(1));                  
                    }    
                    .right-block .addToCart{
                       // @include effect-block-show();                
                    }
                }
            }
    }

}



/************************************************************************************************
    MODULE HOME SLIDER  
*************************************************************************************************/

.module.sohomepage-slider .so-homeslider img{
    width: auto;
}
.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: 64px;
                height: 64px;
                line-height: 64px;
                text-align: center;
                @include border-radius(50%);
                top: 50%;
                margin-top: -32px;
                text-indent: -999em;
                display: block;
                background-color: rgba(0,0,0,0.1);
                border: none;
                @include transform(scale(0));
                opacity: 0;
                @include transition(all 0.2s ease-in-out 0s);  
                &:after{display: none;}
                &:before{
                    font-size: 40px;
                    color: #fff;
                    font-family: 'FontAwesome';
                    display: block;
                    text-indent: 0 !important;
                    width: 64px;
                    height: 64px;
                    line-height: 62px;
                    opacity: 1;
                }
                &:hover{
                    background-color: #fff;
                    &:before{
                        color: $background;
                    }
                }
            }
            .owl2-next{
                #{$right}: 15px;
                #{$left}: auto;
                &:before{
                    @include if-ltr{             
                        content: "\f105"; 
                    }  
                    @include if-rtl {
                        content: "\f104"; 
                    }  
                }
            }
            .owl2-prev{
                #{$left}: 15px;
                #{$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: -30px;
            z-index: 10;
            .owl2-dot {
              background: #222 !important;
              margin: 0 5px;
              width: 30px;
              height: 6px;
              padding: 0;
              transition: all 0.3s ease 0s;
              border-radius: 3px;
              float: none;
              display: inline-block;
              span {
                background: #fff;
                display: block;
                width: 100%;
                height: 100%;          
                border-radius: 3px;
                -webkit-border-radius: 3px;
                margin: 0;
              }
              &:hover,
              &.active {
                background: $background !important;   
                span {
                  box-shadow: none;
                  -webkit-box-shadow: none;
                  background: $background !important; 
                }
              }
            }

        } 
    } 

}

/************************************************************************************************
    MODULE SO CATEGORIES
*************************************************************************************************/
.box-content1{
    border-bottom: 1px dashed #ddd;
}
.common-home .so-categories{
    margin: 30px;
    position: relative;
    .owl2-carousel .owl2-item img{
        transform-style: unset;
    }
    .form-group{
        margin-bottom: 0;
    }
    .owl2-controls{
        .owl2-nav{            
            @include owl2-nav-style9(50px,70px,60px);
            .owl2-prev,
            .owl2-next{
                margin-top: -57px;
            }
        }
    }
    .cat-wrap{

        position: static;
        .owl2-stage-outer{
            direction: ltr;
            overflow: unset;
            position: static;
        }
        .content-box{
            width: 100%;
            padding: 0;
            margin: 0;
            background-color: #fff;
            border-radius: 0;
            text-align: center;

            &:hover{
                .cat-title a{
                    background-color: $linkColor;
                    border-color: $linkColor;
                    color: #fff;
                }
            }
            .image-cat{
                img{
                    border: none;
                    &:hover{
                        opacity: 0.2;
                        transform: scale(1);
                        @include transition(all 0.2s ease-in-out 0s);
                    }
                }
                    
            }
            .cat-title{
                margin-top: 0px;
                margin-bottom: 10px;
                padding-top: 0;
                a{
                    text-transform: uppercase;
                    color: #222;
                    font-weight: 400;
                    font-size: 14px;
                    border: 1px solid #e5e5e5;
                    border-radius: 23px;
                    background-color: #fff;
                    padding: 12px 30px;
                    position: relative;
                    top: -10px;
                    z-index: 99;
                    @include transition(all 0.2s ease-in-out 0s);
                    &:hover{
                        background-color: $linkColor;
                        border-color: $linkColor;
                        color: #fff;
                    }
                }
            }
            .child-cat{
                .child-cat-title{
                    float: $left;
                    width: 100%;
                    font-size: 14px;
                    .arrow{
                        display: none;
                    }
                    a{
                        position: relative;
                        padding-#{$left}: 20px;
                        line-height: 30px;
                        &:before{
                            position: absolute;
                            content: "\f18e";
                            font-family: FontAwesome;
                            top: -6px;
                            #{$left}: 0;
                            color: $linkColor;
                            font-size: 13px;
                            @include if-rtl {
                                content: "\f190";
                            }
                        }
                    }
                }
            }
            .btn-more{
                margin-top: 20px;
                a{
                    display: block;
                    font-size: 12px;
                    color: #fff;
                    font-weight: 600;
                    text-transform: uppercase;
                    padding: 8px 20px;
                    background-color: $background;
                    float: $left;
                    &:hover{
                        background-color: darken($background,10%);
                    }
                }
            }
        }
    }
}

/************************************************************************************************
    SO DEALS
*************************************************************************************************/
.deals9-slick-w{
    position: relative;
    &:before{
        position: absolute; content: "";
        width: 100%;
        height: 500px;
        background-color: #fafafa;
        top: 180px; #{$left}:0;
    }
}
.so-deals-slick .deals-nav .slick-prev{
    border-#{$left}: none;
}
.layout-9.common-home #content .module.deals9-slick h3.modtitle{
    display: none;
}
.layout-9.common-home #content .module.deals9-slick .caption h3.modtitle{
    display: block;
    text-align: $left;
}
.deals9-slick{

    .so-deals-slick.slick-horizontal{
        direction: ltr;
        padding: 0;
        position: relative;
        .deals-nav{
            border: none;
            @include owl2-nav-style9(50px,70px,60px); 
            .slick-prev,
            .slick-next{
                top: auto;
                bottom: 75px;
                margin-top: 0;
                padding: 0;
                &.slick-prev{
                    #{$left}: -50px;
                }
                &.slick-next{
                    #{$right}: -50px;
                }
            }
 
        }
        
        
        .ds-items-detail{

        }
        
        .deals-content{
            border: none;
            border-radius: 0;
            padding-bottom: 240px;
            .ds-items{  
                width: 100%;
                left: 0;
                transform: none;
                padding: 0; 
                margin: 0;
                .slick-list{
                    margin: 0 -15px;
                }
                .ds-item{
                    padding: 0 15px;
                    border: none;

                    .ds-item-inner{                    
                        margin: 0;
                        .ds-image-thumb{
                            img{
                                border: 1px solid #e5e5e5;
                                width: 100%;
                                border-radius: 0;
                                display: block;
                                padding: 0;
                            }
                        }
                    }
                    &:hover,
                    &.slick-current{
                        outline: none;
                        .ds-item-inner{
                            .ds-image-thumb img{ border-color: $linkColor; }
                        }
                    }
                }
                .ds-image-thumb{
                    padding: 0;
                    margin: 0;
                    height: 210px;
                    border: none;
                    img{
                        max-height: 210px;
                    }
                }
            }
       
            .item{
                .product-thumb{
                    position: relative;
                    padding-#{$right}: 0px;
                    .image{
                        position: relative;
                        margin-top: 25px;
                        width: 49%;
                        float: $left;
                        border: 1px solid #e5e5e5;                       
                        padding: 28px 20px;
                        .inner{
                            margin-#{$left}: 120px;
                        }
                    }
                    .caption{
                       
                        width: 51%;
                        padding: side-values(50px 30px 50px 40px);
                        float: $left;
                        text-align: $left;
                        p{
                            padding: 15px 0 0 0;
                        }
                    }
                    h4{
                        margin: 0;
                        padding: 0;
                        padding-top: 85px;
                        a{
                            color: #222;
                            font-size: 18px;
                            font-weight: 400;
                            &:hover{
                                color: $linkColor;
                            }
                        }
                    }
                    .price .price-new, .price span.price{
                        @include rem(font-size,24px);
                        color: #ff4444;
                    }
                    .price .price-old{
                        font-size: 18px;
                    }

                    .button-group{
                        margin-top: 40px;
                        .addToCart{
                            font-size: 12px;
                            color: #444;
                            text-transform: uppercase;
                            background-color: #fff;
                            border-radius: 20px;
                            border: none;
                            padding: 14px 25px;
                            line-height: 100%;
                            margin-top: 0px;
                            border: 1px solid #ebebeb;
                            float: $left;
                            margin-#{$right}: 5px;
                            margin-#{$left}: auto;
                            &:hover{
                                background-color: $background;
                                border-color: $background;
                                color: #fff;
                            }
                        }
                        .btn-button{
                            border: none;                        
                            float: $left;                            
                            padding: 0;
                            background-color: #fff;
                            border-radius: 50%;
                            color: #fff;
                            width: 40px;
                            height: 40px;
                            line-height: 40px; 
                            text-align: center;                           
                            @include transition(all 0.2s ease-in-out 0s);
                            border: 1px solid #ebebeb;
                            span{
                                display: none;
                            }
                            i,
                            &:before{
                                font-size: 14px;
                                color: #222;                                           
                            }
                            
                            
                            &.wishlist {
                                margin: 0;
                               
                            }
                            &.compare{
                                margin: 0 5px;                          
                            }
                            &.quickview{
                              
                            }
                            
                            &:hover{
                                background-color: $background;  
                                border-color: $background;                             
                                i{
                                    color: #fff;                                
                                }
                            }

                        }
                        
                    }
                    
                    .item-time{
                        float: $left;
                        width: 90px;
                    }
                    @media (min-width: 767px){
                    .item-timer{
                        background-color: transparent;                     
                        float: $left;
                        width: 85px;
                        .time-item{
                            background-color: #fff;
                            border: 1px solid #e5e5e5;
                            line-height: 100%;
                            float: $left;
                            text-align: center;      
                            padding: 25px 5px 15px 5px;
                            margin: 5px 0; 
                            width: 86px;
                            height: 90px;              
                            .num-time{
                                border: none;
                                font-size: 24px;
                                color: $linkColor;
                                font-weight: 500;
                                text-align: center;
                                background-color: #fff;
                                border-radius: 0;
                            }
                            .name-time{
                                color: #888;
                                font-size: 12px;
                                font-weight: 400;
                                text-transform: capitalize;
                                margin-top: 5px;
                            }
                     
                        }
                    }
                    }
                }
            }
        }

    }
} 



/************************************************************************************************
    SHORTCODE HTML 
*************************************************************************************************/

.banners1{
    padding: 0 15px;
    margin-top: 90px;
    margin-bottom: 100px;
    img{
        width: 100%;
    }
    .banner1{
        margin: 0 -10px;
        margin-bottom: 20px;
        .b1{
            width: 64.708%;            
            padding: 0 10px;
            float: $left;
        }
        .b2{
            padding: 0 10px;
            width: 35.292%;
            float: $left;
        }
    }
    .banner2{
        margin: 0 -10px;
        .b2{
            width: 64.708%;
            padding: 0 10px;
            float: $left;
        }
        .b1{
            padding: 0 10px;
            width: 35.292%;
            float: $left;
        }
    }
}



/************************************************************************************************
    MODULE EXTRA SLIDER
*************************************************************************************************/
.layout-9.common-home #content .module.product-simple h3.modtitle{
    text-align: $left;
    span{
        font-size: 24px;
    }
} 
.extra-layout9{
    margin-top: 110px;
    .so-extraslider{
        margin-top: 50px;
        position: relative;
        .owl2-controls .owl2-nav{
            @include owl2-nav-style9(50px,70px,60px);    
            .owl2-prev,
            .owl2-next{
                margin-top: -50px;
            }
            .owl2-prev{
                #{$left}: -35px !important;
            
            }
            .owl2-next{
                #{$right}: -35px !important;
               
            }
        }
    }
} 

.common-home .product-simple{
    position: relative;
    padding: 0 15px;
    .modcontent{
        padding-bottom: 10px !important;
        
    }
    .so-extraslider{
        margin: 0;
        margin-top: 15px;
        .owl2-controls{
            .owl2-nav{                
                @include owl2-nav-style2(20px,26px,#999);            
            }
            .owl2-dots{
                @include owl2-dot-style(8px,8px,#222);
                top: -3px;
                #{$right}: -5px;

            }
        }
        &:hover{
            .owl2-controls{
                .owl2-nav > div{     
                   
                }
            }
        }
        .extraslider-inner{
            padding-bottom: 0;
            .item {
                padding-top: 0;
                border: none;
                .item-inner{           
                    margin-bottom: 20px; 
                   
                    width: 100%;
                    overflow: hidden;
  
                    &:last-child{
                        border-bottom: none;
                        margin-bottom: 0;
                    }
                    .label-product-sale{
                        top: 0 !important;
                        #{$right}: 0 !important;
                    }
                    .label-product-new{
                        top: 0 !important;
                        #{$left}: 0 !important; 
                    }
                    .item-image{
                        width: 120px;
                        float: $left;                
                        border: 1px solid #e5e5e5;
                        a{
                            
                        }                
                        .so-quickview{
                            .btn-button{
                                border: none;
                                display: inline-block;
                                margin-top: 0;
                                padding: 0;
                                background-color: #c9c9c9;
                                border-radius: 3px;
                                color: #fff;
                                width: 30px;
                                height: 30px;
                                line-height: 30px;
                                transform: all 0.3s ease 0s;      
                                text-align: center;   
                                position: absolute;
                                top: 50%;
                                margin-top: -15px;
                                #{$left}: 50%;
                                margin-#{$left}: -15px; 
                                @include transform(scale(0));
                                opacity: 0;
                                @include transition(all 0.2s ease-in-out 0s);
                                span{
                                    display: none;
                                }
                                i,
                                &:before{
                                    font-size: 12px;
                                    color: #fff;                              
                                    height: 30px;
                                    line-height: 30px;
                                    text-align: center;                              
                                }
                                &:hover{
                                    background-color: $background;
                                }
                            }
                        } 
                    }
                    .button-group{  
                        .btn-button{
                            border: none;
                            display: inline-block;
                            margin-top: 5px;
                            padding: 0;
                            background-color: #c9c9c9;
                            border-radius: 3px;
                            color: #fff;
                            width: 30px;
                            height: 30px;
                            line-height: 28px;
                            transform: all 0.3s ease 0s;
                            position: relative;
                            margin: 0;
                            span{
                                color: #fff;
                                display: inline-block;
                                font-size: 12px;
                                font-weight: 300;
                                height: auto;                             
                                width: auto;
                            }
                            i,
                            &:before{
                                font-size: 12px;
                                color: #fff;                              
                                height: 30px;
                                line-height: 30px;
                                text-align: center;                              
                            }
                            
                            &.addToCart{
                                width: auto;
                                padding-#{$left}: 10px;
                                padding-#{$right}: 10px;
                                i{
                                    padding-#{$right}: 5px;
                                }
                            }
                            &.wishlist {
                                margin: 0 2px 0 2px;
                                
                            }
                            &.compare{
                               
                            }
                
                            &:hover{
                                background-color: $background;                                               
                                i{
                                    color: #fff;
                                    
                                }
                            }
                        }    
                    }
                    .item-content{
                        display: inline-block;
                    }
                    .item-info{
                        margin-top: 10px;
                        margin-#{$left}: 140px;
                        position: relative;
                        .content_price{
                            
                        }
                        .price{
                            margin-bottom: 3px;
                        }
                        .rating, .ratings{
                            margin-bottom: 5px;

                        }
                        .item-title{
                            line-height: 100%;
                            margin-bottom: 0px;
                            padding: 0;
                            a{
                                font-size: 14px;
                                color: #222;
                                font-weight: 400;
                                text-transform: capitalize;
                                line-height: 18px;
                                &:hover{
                                    color: $linkColor;
                                }
                            }
                        }
                
                    }  
                    &:hover{
                        .item-image{
                            border-color: $linkColor;
                        }
                    }                  
                }
            }
        }
    }

    &.extra-bottom{
        margin-bottom: 30px;
        .so-extraslider .extraslider-inner .item .item-inner{
            padding: 10px 0;
            margin: 0;
            background-color: #f7f7f7;
            border-radius: 3px;
            overflow: hidden;

            .item-image{
                width: 130px;
                float: $left;  
            }
            .item-info{
                margin-top: 40px;
                margin-#{$left}: 150px;
            }
        }
    }
}


/************************************************************************************************
    SHORTCODE HTML SLIDER BRANDS
*************************************************************************************************/
.brands-w{

}
.slider-brands{
    border-top: 1px dashed #ddd;
    border-radius: 0px;
     padding: 40px 0px !important;
     margin:side-values(110px 15px 25px 15px);

    .contentslider{
       padding: 0;
        position: relative;
        .owl2-stage-outer{
            direction: ltr;
        }
        
    }
    .item{
        text-align: center;
        opacity: 0.4;
        &:hover{
            opacity: 1;
        }
    }
    .owl2-controls .owl2-nav{
        @include owl2-nav-style9(50px,70px,60px);    

        .owl2-prev,
        .owl2-next{
            //@include effect-block-hide();
        }
        @media (min-width: 992px){
            .owl2-prev{
                #{$left}: -50px !important;
            
            }
            .owl2-next{
                #{$right}: -50px !important;
               
            }
        }
    }
    &:hover{
        .owl2-controls .owl2-nav{
            .owl2-prev,
            .owl2-next{
                //@include effect-block-show();
            }
        }
    }
    
}

/************************************************************************************************
    MODULE NEWSLETTER
*************************************************************************************************/

.testimonials-w{
    background: url(#{$imgPath}id9-bg-testimonials.jpg) no-repeat;
    padding: 100px 0 100px 0;    
    .slider-testimonials {    
        margin: 0 auto;
        text-align: center;
        background: rgba(255,255,255,0.9) !important;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        padding: 80px 15px 40px 15px !important;
        .contentslider{
            direction: ltr;
        }
        .inner{
            width: 70%;
            margin: 0 auto
        }
      
        h2{
            font-size: 40px;
            color: #222;
            font-weight: 400;
        }
        .item{
            .text{
                font-size: 16px; color: #888;
                margin-top: 30px;
                line-height: 30px;
                margin-bottom: 20px;
            }
            .name{
                span{
                    font-size: 18px; color: #222;
                }
                p{ line-height: 100%; }
            }
        }
        .owl2-carousel .owl2-dots{
            position: static;
            margin-top: 10px;
            .owl2-dot{
                float: none;
                display: inline-block;
                span{
                    background-color: #d7d7d7;            
                }
                &.active,
                &:hover{
                    span{ background-color: $background;}
                }
            }
        }  
    }
}












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

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

}

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

}