@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,500,600,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');

/*resCarousel Css*/

.leftLs, .leftLst {
    position: absolute;
    margin: auto;
    top: -80px;
    bottom: 0;
    z-index: 100;
    right: 18%;
    width: 40px;
    height: 40px;
    box-shadow: none;
    background: none;
    font-size: 22px;
    border-left: 1px solid #ccc;
    padding: 0;
}
.leftLst img {
    width: 21px;
    margin-top: -5px;
}
.rightLst img {
    width: 21px;
    margin-top: -5px;
}
.rightLs, .rightLst {
    position: absolute;
    margin: auto;
    top: -80px;
    right: 16%;
    bottom: 0;
    z-index: 100;
    width: 40px;
    height: 40px;
    box-shadow: none;
    background: none;
    font-size: 22px;
    font-weight: 300;
    padding: 0;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
.resCarousel {
  float: left;
  overflow: hidden;
  width: 100%;
}

.resCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.resCarousel-inner .item { float: left; }

/*resCarousel Css End*/



.p8 {
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 40px;
}

.shad a {
  color: black;
  text-decoration: none;
}

.itm { display: none; }

.act, .nxt { display: block; }

.sliderMain {
  height: 280px;
  overflow: hidden;
}

/*products*/

.shad {
  background: white;
  box-sizing: border-box;
  padding: 0px;
}

.EiProducts .shad a { color: black; }

.item, .EiProd {
  padding: 10px;
  border-right: 0px solid rgb(242, 242, 242);
  border-bottom: 0px 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;
}

.EiProdImg img {
  max-width: 100%;
  transition: 0.3s ease all;
  margin: 0 auto;
  display: block;
}
.EiProdImg {
    padding: 0;
    position: relative;
}
.resCarousel-inner .item {
    float: left;
    position: relative;
}
.EiProdName {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    padding: 0 20px;
}
.EiPName { width: 100%; }



.EiProdName div {
  float: left;
  padding: 4px;
}

.EiProdName .EiPrice {
  font-weight: bold;
  font-size: 16px;
}

.EiProdName .EiPriceT {
  color: grey;
  text-decoration: line-through;
  font-size: 16px;
}

.EiProdName .EiDisc {
  color: green;
  font-size: 16px;
}