/* The sidepanel menu */
.sidepanel {
    height: 250px; /* Specify a height */
    width: 336px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1041; /* Stay on top */
    top: 0;
    right: -350px;
    opacity: 0;
    background-color: #ffffff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
    height: -webkit-fill-available;
    padding-left: 20px;
    padding-right: 20px;
  }
  .titulo-resumen-compra i{
      color:#000000;
      font-size: 20px;
  }

  .titulo-resumen-compra .carrito-compra-titulo{
      font-weight: bold;
  }
  
  /* The sidepanel links */
  a.closebtn {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  a.closebtn:hover {
    color: #000000;
  }
  
  /* Position and style the close button (top right corner) */
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style the button that is used to open the sidepanel */
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #ffffff;
    color: #000000;
    padding: 10px 15px;
    border: none;
    margin-top: 4%!important;
    right: 0;
    position: fixed;
    top: 1%;
    z-index: 123;
    border: 1px solid #000000;
  }
 
  .openbtn i{
    color:#000000;  
    font-size: 20px;    
  }

.contenido-items-compra {
    border-top: 1px solid #F4F4F4;
    padding-top: 10px;
}

.titulo-resumen-compra {
    border-bottom: 1px solid #9B9B9B;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.no-items-carrito{
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

span.cantidad-items-compra {
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 9px;
    font-weight: bold;
}

.contenedor-icono-carrito {
    position: relative;
    width: 36px;
}

.contenedor-icono-carrito.interno {
  margin-right: 10px;
}

.item-tarifa{
  padding: 5px;
}

.item-accion-tarifa i{
  color: #000000;
  font-size: 20px;
  margin-right: 5px;
}

.item-accion-tarifa {
  display: inline;
  width: 50%;
  margin-right: 10px;
}

.agrupacion-tarifa{
  margin-bottom: 15px;
}

.botones-accion-tarifas button{
  margin-right:5px;
}