.productbotn h4{
    margin-top: 0px;
    color: #373737;
    font-size: 11px;
    font-family: 'Ubuntu';
    font-weight: 600;
}

#carrusel {  
  background-color: #E1E1E1;
  width: 100%;
  padding-right: 18px;
  overflow: hidden;  
  position: relative;
}

#carrusel .carrusel-box .productbotn {  
  width: 90px !important;
}

/* BOTONERA PARA CYBERMONDAY */
/* #carrusel {
  background-image: linear-gradient(35deg, rgb(42 167 245) 0%, rgb(102 85 247) 50%, rgba(122, 58, 248, 1) 100%);
  width:100%;
  overflow:hidden;
  height:162px;
  position:relative;
} */

.carrusel-box {
    width:100%;
    left:10px;
    position:absolute;
    z-index:0;
}
.slick-track{
    display: flex;
    width: 700px !important;    
}
.slick-list{
    width: 0%;
}
.slick-slide{
    width: 130px !important;
    text-align: center;
    margin-left: 10px;
}
/* button{
    display: none;
} */

.carrusel-box img {
  object-fit: cover;
  margin-top: 15px;
  width: 80px;
  margin-bottom: 8px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
}
.carrusel-box img:hover {
	box-shadow: 1px 1px 10px 1px;
}

.actbtn{
  box-shadow: 2px 2px 10px 2px #131313;
}

@media only screen and (max-width: 850px) {
  .slick-list {
    width: 30%;
  }
}
@media only screen and (max-width: 450px) {
  .slick-list {
    width: 20%;
  }
}

@media only screen and (min-width: 720px) {
  #carrusel .carrusel-box .productbotn {
    width: 125px !important;
  }
}

@media only screen and (min-width: 800px) {
  #carrusel .carrusel-box .productbotn {
    width: 130px !important;
  }
}

@media only screen and (min-width: 850px) {
  #carrusel {
    display: none !important;
  }
}