
	.row-product-xs {
		margin-bottom: 30px; 
	}
	.mobil-name-prod {
		display: inline;
		font-weight: 400!important; 
		font-size: 12px; 
	}
	.mobil-price-prod {
		font-size: 12px; 
		font-weight: 900; 
		display: block;
	} 
	.control-row {
		background-color: #d5d5d5; 
		border-radius: 4px; 
		padding: 2px 10px;
		font-size: 20px;  
	}
	.content-row-controls {
		margin-top: 10px; 
	}
	.bolder { font-weight: 900; }
	.np { padding: 0px; }
	.tallas-row { margin: 5px 5px; text-align: left; }

	.color-picker { width: 25px; height: 25px; border-radius: 50%; display: inline-block; }
/**********************************/ 
.nav-menu-header { display: block!important; }
	.container-img:nth-child(1) {
		height: 200px;  
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	} 
	.name {
		font-size: 15px; font-weight: 600; display: block; padding: 20px 0px;
		min-height: 100px;
	}
	.btn-add {
		background-color: black; color: white; padding: 5px 15px; margin-top: 10px;
	} 
	.btn-add:hover {
		cursor: pointer;
		background-color: white; 
		color: black;
		border: 2px solid black;
		transition-property: all;
		transition-duration: .2s;
	}
	.add-more {
		font-size: 20px; font-weight: 700; background-color: #e1e1e1; padding: 0px 20px; border-radius: 10px;
	}
	.add-more:hover {
		cursor: pointer;
	}
	.np-sides { padding-left: 0px; padding-right: 0px;  }
	body { background-color: #f8f8f8; }
	.shadow-white { box-shadow: 1px 4px 5px 2px #00000008; }
	.row-logo { display: none; }

/*******************/
  		.container-controls { padding-right: 0px!important; }
  		.container-input-cantidad { 
			text-align: center;
		}
			.control-cantidad:hover {
			cursor: pointer;
		}
		.control-cantidad {
			display: inline-block; 
			height: 30px; 
			width: 30px; 
			border-radius: 50%; 
			background-color: #011fc2; 
			color: white; 
			font-size: 28px; 
			text-align: center;
			line-height: 30px;
		}
		.span-menos:active, .span-mas:active {
			transform: scale(1.1);
			transition-property: all; 
			transition-duration: .2s; 
		}
		.input-cantidad {
			border: 1px solid gray; 
			border-radius: 12px; 
			width: 100%; 
			text-align: center;
			height: 35px; 
		}
		.container-input-cantidad { 
			text-align: center;
		}
		          	 
/* ******************* */ 
.pagar {
	font-weight: 500; background-color: #f42e9a; margin-left: 20px; color: white; padding: 10px 25px; border-radius: 20px; display: inline-block; font-size: 20px; 
		}
.pagar:hover {
	cursor: pointer;
}