
.faultier-wrap{
    position: relative;
    display: inline-block;
    margin: 0 0 25px;
    width: 100%;
   
}

.faultier{
    overflow: hidden;
    width: 100%;
    /* background: linear-gradient(to right, #ffffff 0%,#ffffff 50%,#e1e1e1 50%,#e1e1e1 100%); */
    
}





.faultier-slider{
    transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s; 
    transform: translate3d(0px, 0px, 0px);
}
.faultier-slider:after{
    clear: both;
    content: '';
}


.faultier-box{
    display: block;
    overflow: hidden;
    float: left;
}


.faultier-box-halfhidden{
    opacity:0.7;
}
.faultier-box-hidden{
    opacity:0.7;
}

.faultier-box-active{
    
}



.faultier-arrow{
    position: absolute;
    top: calc(50% - 10px);
    height: 20px;
    width: 20px;
    font-family: 'icon';
    color: gray;
    font-size: 20px;
    cursor: pointer;
}
.faultier-arrow.faultier-arrow-left{
    left: -15px;
}
.faultier-arrow.faultier-arrow-right{
    right: -15px;
}
.faultier-arrow.faultier-arrow-left:after{
    content: "\e619";
}
.faultier-arrow.faultier-arrow-right:after{
    content:"\e617"
}
.faultier-arrow.faultier-arrow-disabled{
    color: #f0f0f0;
}


.faultier-navi{
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 20px;
    text-align: center;
    vertical-align:middle;
    white-space: nowrap;
    overflow: hidden;
}

.faultier-navi-dot{
    width: 8px;
    height: 8px;
    margin: 0 7px;
    background: lightgray;
    border-radius:50%;
    display: inline-block;
    cursor:pointer;
}

.faultier-navi-dot-active{
    background-color: #dc98bf ;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
}


.faultier-loading{
    
    
    transition: 1s all;
}

.faultier-loading-done{
    
}

/*
 *
 */

.faultier .product-box {    width: 150px;    overflow: hidden;    margin: 0 5px;    height: 280px; }

.faultier-theme-image .faultier-slider{  }
.faultier-theme-image .faultier-slider .faultier-box{ width: 100%; }

.faultier-hidden{
    display:none;
}