body {
    color: #333333;
    background: #FFFFFF;
    /*background-color: #111;
    background-image: url(../images/fondo.jpg);
    background-repeat: repeat;
    background-position: center top;*/
}

.nav-link {
    margin-left: 20px;
}

.nav-link:hover{
    background-color: rgba(51,255,246,.5);
    border-radius: 5px;
}

.ver_carrito { /*Modificar tambien en productos.css*/
	display:block;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: green;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	top:20%;
	right:20px;
	border-radius: 100%;
	text-align: center;
}

nav div ul li a{
	font-size: 17px;
}

.category-font {
	font-family: "Bahnschrift Condensed";
	font-size: 16px;
}

.category-title {
	font-family: "Bahnschrift Condensed";
	color: #007bff;
}

.mark-title {
	font-family: "Bahnschrift Condensed";
	color: #007338;
}

#toast-container .toast.toast-info {
	background-image: url("../images/logotipo.png") !important;
	background-size: 40px;
}
#toast-container .toast.toast-error {
	background-image: url("../images/logotipo.png") !important;
	background-size: 40px;
}
#toast-container .toast.toast-success {
	background-image: url("../images/logotipo.png") !important;
	background-size: 40px;
}
#toast-container .toast.toast-warning {
	background-image: url("../images/logotipo.png") !important;
	background-size: 40px;
}