

.product-carousel {
  box-sizing: border-box;
  background-colors: pink;
  padding: 90px 0px 0px 0px;
  width: 104%;
  margin: -70px 0px 24px -40px;
}
.product-carousel .product {
  box-sizing: border-box;
  margin: 0px 0px 0px 20px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-content: space-between;

  box-shadow: 0px 40px 26px -30px rgba(0, 0, 0, 0.5);
}

.product-top img {
  display: block;
}
.product-top {
  width: 95%;
  border: solid 9px #ffffff;
  
}

.product {
  

}


/** ARROWS **/
i {
  display: inline-block;
  padding: 12px;
  top: calc(0%);
  cursor: pointer;
}
.right {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 65px;
  z-index: 10;
  /*transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);*/
  background-image: url(../images/left.png);
  background-size: cover;
  background-position: center;
}
.right:hover {
  opacity: 0.7;
}
.left {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0px;
  z-index: 10;
  /*transform: rotate(135deg);
  -webkit-transform: rotate(135deg);*/
  background-image: url(../images/right.png);
  background-size: cover;
  background-position: center;
}
.left:hover {
  opacity: 0.7;
}
/** SLICK SLIDER CSS **/
/* Slider */
.slick-slider {
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding: 0px 0px 40px 0px;
}
.slick-track {
  display: flex;
  justify-content: flex-end !important;
  position: relative;
  top: 0;
  right: 0;
}
















@media screen and (max-width: 1440px) {

 
.right {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 55px;
  z-index: 10;
  /*transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);*/
  background-image: url(../images/left.png);
  background-size: cover;
  background-position: center;
}
.right:hover {
  opacity: 0.7;
}
.left {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  z-index: 10;
  /*transform: rotate(135deg);
  -webkit-transform: rotate(135deg);*/
  background-image: url(../images/right.png);
  background-size: cover;
  background-position: center;
}
.left:hover {
  opacity: 0.7;
}





}












@media screen and (max-width: 750px) {



.right {
  display: none !important;
 } 


 .left {
  display: none !important;
 } 


.product-carousel {
  box-sizing: border-box;
  background-colors: pink;
  padding: 90px 0px 0px 0px;
  width: 100%;
  margin: -70px 0px 24px 0px;
}


.product-carousel .product {
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-content: space-between;

  box-shadow: 0px 40px 26px -30px rgba(0, 0, 0, 0.5);
}

}  





@media screen and (max-width: 480px) {


.product-carousel .product {
  box-sizing: border-box;
  margin: 0px 33px 0px 33px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-content: space-between;

  box-shadow: 0px 40px 26px -30px rgba(0, 0, 0, 0.5);
}

}  













