

.mini-slider img {
object-fit: cover;
height: 79px;
max-width: 90px;

border-right: 1px solid var(--color7);
  padding: 6px;
    
}

.mini-slider span:first-child img{
  border-right: none;

}


.mini-slider {
    position: relative;
    width: 100%;
    float: right;
    padding: 0 30px;
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    display:none;
}



.company-pic img,.icon-right,.icon-left{
  cursor: pointer;
}

div.mini-slider  .slide{

padding:2px;
}

.icon-right, .icon-left{

    position:absolute;
    top:25px;
    display:none;
}

.icon-right {
   right:2px
}

.icon-left {
    left: 2px
}

.disable {
    opacity: .4;
    cursor: default;
}

.enable{
opacity:1;
  cursor:pointer;

}





div.company-pic {
    overflow: hidden;
    width: 100%;
    background-color: white;
}

div.product-slide  section{
    
  background-color: #f9f9f9;
  margin:auto;
 height:80px;
    
   
}






