/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01/11/2018, 16:06:47
    Author     : Aldana
*/

/*CARRITO AL PIE*/

.sidenav-bottom {
    position: fixed;
    bottom: 0;
    
    width: 100%;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    z-index: 15;
}

.sidenav-bottom > div{
    background-color: #ffffff;
    margin-top: 1em;
    margin-bottom: 1em;
    display:none;
}

.sidenav-bottom .carrito button {
  width: 100%;
  height: 44px;
  border:none;
  border-radius: 8px;
  background-color: #009EE3;/*#ff0010;*/
  
  font-family: Nunito;
  font-size: 1em;
  color: #ffffff;
  text-transform: uppercase;
}

 .sidenav-bottom .carrito button .pull-right{
  font-size: 1.14em;
  color: #000000;
  width: 5em;
  height: 22px;
  border-radius: 11px;
  background-color: #ffffff;
}

 .sidenav-bottom .carrito button .pull-left{
  font-size: 1em;
  color: #000000;
  
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background-color: #ffffff;
}
