.aviso{
	 clear: both;
	 color: #999999;
	 font-size: 11px;
}
.alert {
	font-size: 14px;
	font-weight: bold;
}
.alert.alert-success {
	padding: 2rem 5rem !important;
	background: #D1B349;
	color: #FFF;
}
@media only screen and (min-width: 250px) {
.alert.alert-success {
	left: 0;
}
}
@media only screen and (min-width: 768px) {
.alert.alert-success {
	left: 10%;
}
}
@media only screen and (min-width: 1500px) {
.alert.alert-success {
	left: 20%;
}
}
.alert.alert-success {
	max-width: 1024px;
	font-size: 2rem;
	text-align: center;
	margin: 1rem auto;
	text-transform: uppercase;
	padding: 0.5rem 0;
	position: fixed;
	bottom: 0.2rem;
	z-index: 32;
}
.alert-success .close {
	font-size: 2rem;
	padding-right: 0.5rem;
}
.alert-success .fa {
	display: none;
}
.product-quantity-container {
  text-align: center;
  padding: 1rem 0;
}
.product-quantity-container .product-quantity {
  background: #fdfdfd; 
  border: 1px solid #dddddd; 
  padding: 3px 10px; 
  width: 25%;
}
.product-quantity-container input {
	text-align: center;
	font-weight: 800;
}
.product-quantity-container .product-quantity-increement, .product-quantity-container .product-quantity-decrement {
    background: #cbcbcb;
    border: 1px solid #fefefe; 
    margin: 3px; 
    padding: 3px 15px;
}
.button-add {
	border:0;
	width: 100%;
	background: #17C567;
	color: #FFF;
	font-weight: 800;
	padding: 0.5rem 1rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button-add:hover {
	background: #000;
}
