.footer {
    position:fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
	z-index: 10000;
    border-top: 1px solid transparent;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.navbar{
    /*border-top: 1px solid transparent;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);*/
}

.group-container{
    /*padding:0;
    height:100%;*/
}

.selectors, .block{
    height:100%;
    width:100%;
}

.selectors button{
    border: 0;
    border-radius: 0;
    background-color: #f8f9fa !important;
    width:25%;
    margin-left: 0;
}

.selectors button:active{
    /*border:0;*/
}

.selectors button:focus{
    border:0;
    outline: 0;
    box-shadow: 0 0 0 0px;
}

.selector-holder{
    display: flex;
    flex-direction: column;
	color: #000;
}

.inactive{
    display: none;
}

.selector-holder span{
    font-size: 0.8rem;
}

/* Colors of the buttons*/
.button-active, .selectors button:hover, .selectors button:active, .selectors button:focus{
    color: #007738;
}

.button-inactive{
    color: #000;
}

#cantidadEnCarritoFoot{
	margin-top: -3px;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 0.6rem;
	z-index: 7;
	color: #000;
	border: 1px solid #000;
	border-radius: 20px;
}

#shopping_cart{
	margin-top: -17px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:66px;
	right:12px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:10000;
}

.my-float{
	margin-top:16px;
}

/*************************************************/

.offcanvas-header{ display:none; }

@media (max-width: 992px) {
  .offcanvas-header{ display:block; }
  .navbar-collapse {
    position: fixed;
    top:0; 
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgb(255 255 255 / 95%);
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
	#dropdown-menu{
		background: transparent !important;
	}
	#div_menu_cat{
		border-right: 0px solid #fff;
	}
}