.botonF1{
    width:40px;
    height:40px;
    background:#ff8178;
    right:0;
    bottom:0;
    position:fixed;
    margin-right:56px;
    margin-bottom:10px;
    border:none;
    outline:none;
    color: #FFF;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-right: 2px;
    text-align: center;
    border-radius: 8%;
    font-size:26px;
    visibility: hidden;
    transition:.3s;
    z-index: 10;  
  }

  .botonF1 i{
      text-align: center;
      
  }

  .botonF1:hover{
    background: #f83d30;
    color: #FFF;
  }

  .botonF1:hover .count-items-cart{
    background: hsl(7, 80%, 56%);
  }

  .botonF1:active {
    transform: scale(1.05);
  }

  .count-items-cart{
    position: absolute;
    top: -10px;
    right: -10px;
    height: 30px;
    width: 30px;
    background:#ff8178;
    color: #FFF;
    font-size: 0.83333em;
    margin-top: -10px;
    padding-top: 2px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    transition:.3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hide-count-cart{
  display: none;
}

.move-rigth-count {
  margin-right: 10px;
}

.carrito-container {
  background: #313130;
  position: fixed;
  right: 10px;
  bottom: 58px;
  z-index: 8;
  opacity: 0;
  border-radius: 2%;
  height: 0px;
  transition: .3s;
  height: 0px;
  width: 0px;
  box-shadow: 2px 2px 10px #232424;
   -webkit-box-shadow: 2px 2px 10px #232424;
   -moz-box-shadow: 2px 2px 10px #232424;
}

.show-shop-cart {
  opacity: 1;
  height: 500px;
  width: 300px;
}

.list-group {
  max-height: 254em;
  height: 25em;
  overflow: auto;
}

/* Tamaño del scroll */
.list-group::-webkit-scrollbar {
  width: 8px;
}

 /* Estilos barra (thumb) de scroll */
 .list-group::-webkit-scrollbar-thumb {
  background: #666b7a;
  border-radius: 4px;
}

.list-group::-webkit-scrollbar-thumb:active {
  background-color: #666b7a;
}

.list-group::-webkit-scrollbar-thumb:hover {
  background: #666b7a;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

 /* Estilos track de scroll */
 .list-group::-webkit-scrollbar-track {
  background: #313130;
  border-radius: 4px;
}

.list-group::-webkit-scrollbar-track:hover, 
.list-group::-webkit-scrollbar-track:active {
  background: #313130;
}

.products-section {
  background-color: #ffffff1c;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}

.category-section {
  -webkit-box-shadow:0px 1px 0px #ffffff79;
 -moz-box-shadow:0px 1px 0px #ffffff79;
 box-shadow:0px 1px 0px #ffffff79;
}

.category-section h2 {
  margin-bottom: 0px;
}

.card-title {
}

.card-description {
}