.bg_color{
  background-color: #8bd477;
}

.text-logo{
  color: #8bd477;
}

.top-bar-info ul {
    margin-bottom: 0;
    float: left;
}

.top-bar-info li {
    color: #fff;
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px
}

.top-bar-rrss a{
  text-decoration: none;
  color: #fff;
}

.top-bar-rrss a:hover{
  text-decoration: none;
  color: #cf7a0c;
}

.info-ventas{
  max-width: 1140px;
}

/* MODAL CARRITO DE COMPRAS */
.modal.left .modal-dialog {
	position:fixed;
	right: 0;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #eeeeee;
	background-color: #fafafa;
}

/* ICONO DENTRO DEL INPUT BUSCAR */
.icono_buscar {
    padding-right: calc(1.5em + .75rem);
    background-image: url('../img/icono/magnifying-glass-solid.svg');
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);

}
