.outt { display: none; }

.leftLs, .leftLst {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 100;
  left: 0;
  width: 40px;
  height: 60px;
  box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
}

.rightLs, .rightLst {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 40px;
  height: 60px;
  box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
}
.resCarousel {
  float: left;
  overflow: hidden;
  padding: 0 15px;
  width: 100%;
}
.resCarousel-inner {
  transition: 1s ease all;
  float: left;
 padding:5px 0px;
}
.resCarousel-inner .item { float: left; }
/*resCarousel Css End*/
.p0 { padding: 0; }
.p8 { padding: 15px; }
.shad a {
 
  text-decoration: none;
}
.itm { display: none; }
.act, .nxt { display: block; }
.sliderMain {
  height: 280px;
  overflow: hidden;
}
/*products*/
.shad {
  background: white;
  box-sizing: border-box;
  /*border: 8px solid white;*/
  /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.12), 1px 4px 7px 0 rgba(0,0,0,.1);
  padding-bottom: 15px;
}
.EiProducts .shad a { color: black; }
.item, .EiProd {
  /*padding: 10px;
  border-right: 1px solid rgb(242, 242, 242);
  border-bottom: 1px solid rgb(242, 242, 242);*/
}
.EiProdH {
  padding: 5px 15px;
  font-weight: bold;
  margin-bottom: 11px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.item:hover .EiProdImg img {
  transform: scale(1.05);
  transition: 0.3s ease all;
  position: relative;
}
.item:hover .EiProdImg2 img {
  transform: scale(1.05);
  transition: 0.3s ease all;
  position: relative;
}
.EiProdImg img {
  max-height: 250px;
  max-width: 100%;
  transition: 0.3s ease all;
  margin: 0 auto;
  display: block;
}
.EiProdImg2 img {
  max-height: 190px;
  max-width: 100%;
  transition: 0.3s ease all;
  margin: 0 auto;
  display: block;
}

.EiPName { width: 100%;font-size: 16px;margin-top: 8px;text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    color: #000000; }
.EiProdName { padding: 0; }
.EiProdName div {
 
  padding: 4px;
  text-align: center;
}
.EiProdName .EiPrice {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.EiProdName .EiPriceT {
  color: grey;
  text-decoration: line-through;
  font-size: 13px;
}
.EiProdName .EiDisc {

  font-size: 13px;
}
