* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.containers {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.wrappers {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0 auto;
  position: relative;
}

.wrappers li {
  display: inline-block;
  /* padding: 10px; */
}
.wrappers li:hover {box-shadow: 0px 20px 20px 0px #00000021; transition: box-shadow 0.3s ease-in-out;
}

.product-container {
    text-align: center;
    padding: 15px;
    width: 200px;
    height: 365px;
}

.wrappers a {
	color:black;
}
.wrappers a:hover {
	color:black;
}


.wrappers img {
  width: 100%;
  height: 80%;
}

.wrappers h5 {font-size: 14px;
    font-family: cairo-light;
    color: #000;
    padding: 5px;
    margin-bottom: -2px;
}

.wrappers h6 {font-family:cairo-bold;
  padding: 5px;
}

.wrappers::-webkit-scrollbar {
  height: 7px;
}

.wrappers::-webkit-scrollbar-track {
  background: #eeeeee;
  border: 4px solid transparent; 
  background-clip: content-box;
}

.wrappers::-webkit-scrollbar-thumb {
  background: #888;
}

#click2 {
  position: absolute;
  top: 35%;
  left: 0%;
  width: 35px;
  height: 80px;
  background: white;
  border: 1px solid #888;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  opacity: 0.8;
  cursor: pointer;
}

#click {
  position: absolute;
  top: 35%;
  right: 0%;
  width: 35px;
  height: 80px;
  background: white;
  border: 1px solid #888;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  opacity: 0.8;
  cursor: pointer;
}

#click:hover, #click2:hover {
  opacity: 1;
}

.right-arrow {
  background: url(../../comunit.github.io/Product-slider/img/right.png) no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: 40%;
}

.left-arrow {
  background: url(../../comunit.github.io/Product-slider/img/left.png) no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: 40%;
}