.info {
	display: inline-block;
	margin: .5em 1em;
	font-size: 1em;
}
.boton-info {
	display:inline-block;
	cursor: pointer;
	/*border-bottom: 1px dotted #214C31;*/
}


.boton-info-cerrar {
	display: block;
	padding: 0 0 1em;
	margin: .5em 1.5em;
	float: right;
	font-size: 1.1em;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}
.boton-info-cerrar a {
	
}

input.qtyplus {
	padding:-5px;
	margin:-5px;
	width:30px;
	height:40px;
	color: #214C31;
	font-weight: bold;
	/* margin:10px 0 0 10px;*/
	border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}
input.qtyminus {
	padding:-5px;
	margin:-5px;
	width:30px;
	height:40px;
	color: #214C31;
	font-weight: bold; 
	/*margin:10px 10px 0 0;*/
	border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	}

/* VERDURAS */
article .right-column figure {
	width: 100%;
	margin: 0 auto;
}

#progreso-verduras {
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto 1em;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eee;
	text-decoration: none;
}
#progreso-verduras p {
	line-height:1.6em;
	margin: 0 !important;
}
.contenido-caja {
	display: block;
	width: 100%;
	font-size: .8em;
	padding: .10em 0;
	margin-bottom: 0;
}
.contenido-progreso {
	display: inline-block;
	margin-top: .6em !important;
}

.default-content .box-center .text-cocas {
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: left;
	padding: 0.5em 0;
}

.tabla-verduras, .tabla-verduras-extra {
	display: inline-block;
	width: 100%;
	margin: 1em auto .5em;
	font-size: 1.4em;
}

.producto-verduras {
	display: block;
	width: 100%;
	min-height: 4.75em;
	float: left;
	margin: .3em auto;
	border: 1px solid #6B8C33;
	/*background-color: #eee;*/
	border-radius: .25em .9em;
}

.tabla-verduras-imagen {
	display: block;
	float: left;
	width: 13%;
	padding: 0 1em;
}
.tabla-verduras-imagen figure img {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0 !important;
	padding:1%;
}
.tabla-verduras-producto {
	display: block;
	float:left;
	width: 52%;
	font-size: 1em;
	padding: 2.2em .5em;
}
.nom_producto {
	font-weight: bold;
}
.tabla-verduras-cantidad {
	display: block;
	float:left;
	text-align: center;
	width: 16%;
	padding: 1.5em 0 1.5em 1em;
}
.tabla-verduras-peso {
	display: block;
	width: 7%;
	padding: 2.5em .5em;
	float: left;
	font-size: .9em;
}


#botones {
	text-align:center;
}

#botones a {
	cursor:pointer !important;
}

.boton_comprar, .boton_comprar_no {
	display:inline-block;
}

.boton_comprar_no a {
	margin-right: 20px;
}

.mas-menos {
	margin: 5px auto;
	width: 50%;
}

.cantidad-verduras {
	background-color: #fff;
	border:1px solid #ddd;
	color: #214C31;
	font-size: 1.25em;
	font-weight: bold;
	/*margin: 10px 0 5px;*/
	height: 37px;
	width: 1.75em;
	text-align: center;
}
input.qtyplus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold;/* margin:10px 0 0 10px*/;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
input.qtyminus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold; /*margin:10px 10px 0 0*/;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}

.comprar-boton-verduras {
	display: block;
	margin: 0 auto;
	width:60%;
}
.comprar-boton-verduras a {
		/*-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;*/
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #287e5f), color-stop(1, #0f583f) );
	background:-moz-linear-gradient( center top, #287e5f 5%, #0f583f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#287e5f', endColorstr='#0f583f');*/
	background-color:#0f583f;
	/*border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;*/
	text-indent:0;
	/*border:2px solid #268a16;*/
	display:inline-block;
	color:#fff;
	/*color:#306108;*/
	font-family:Arial;
	font-size:1.75em;
	font-weight: bold;
	width:100%;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #aade7c;*/
	padding: 1em 0;
	
}
.comprar-boton-verduras a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f583f), color-stop(1, #287e5f) );
	background:-moz-linear-gradient( center top, #0f583f 5%, #287e5f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f583f', endColorstr='#287e5f');
	background-color:#0f583f;
}

/* PRODUCTOS EXTRAS VERDURAS */

#verduras-extra {
	width: 100%;
}
#verduras-extra h1 {
	font-size:1.5em;
}
#progreso-verduras-abajo {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto 1em;
	font-size: 1.45em;
	padding: .2em 0;
	border: 1px solid #214C31;
	background-color: #eee;
	text-decoration: none;
}
#progreso-verduras-extra {
	display: none;
	width: 100%;
	text-align: center;
	margin: 0 auto 1em;
	font-size: 1.45em;
	padding: 1em 0;
	border: 1px solid #214C31;
	border-top: none;
	background-color: #eeb;
	text-decoration: none;
}
.comprar-boton-verduras-extra {
	display: block;
	margin: 0 auto;
	width: 50%;
}
.comprar-boton-verduras-extra a {
	background-color:#0f583f;
	text-indent:0;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:1.75em;
	font-weight: bold;
	width:100%;
	text-decoration:none;
	text-align:center;
	padding: 1em 0;
}
.comprar-boton-verduras a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f583f), color-stop(1, #287e5f) );
	background:-moz-linear-gradient( center top, #0f583f 5%, #287e5f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f583f', endColorstr='#287e5f');
	background-color:#0f583f;
}

.producto-verduras-extra {
	border: 1px solid #FE8A02 !important;
}

.tabla-verduras-imagen-extra {
	display: block;
	float: left;
	width: 13%;
	padding: 0 0 0 .5em;
}
.tabla-verduras-imagen-extra figure img {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0 !important;
	padding:1%;
}

.tabla-verduras-producto-extra.1linea {
	padding: 2.3em 0 2.3em .5em !important;
	}
.tabla-verduras-producto-extra.2lineas {
	padding: 1.2em 0 1.2em .5em !important;
	}
.tabla-verduras-producto-extra.3lineas {
	padding: 1.1em 0 1.1em .5em !important;
	}
.tabla-verduras-producto-extra {
	display: block;
	float:left;
	width: 50%;
	font-size: 1em;
	padding: 2em 0 2em .5em;
}
.tabla-verduras-precio-extra {
	display: block;
	float:left;
	width: 8%;
	font-size: 1em;
	padding: 2em .6em 2em .25em;
}
.tabla-verduras-cantidad-extra {
	display: block;
	float:left;
	text-align: center;
	width: 14%;
	padding: 1.4em .3em 1.4em .82em;
	font-size: .85em;
}
.tabla-verduras-peso-extra {
	display: block;
	width: 7%;
	padding: 2em .25em;
	float: left;
	font-size: 1em;
}


#botones {
	text-align:center;
}

#botones a {
	cursor:pointer !important;
}

.boton_comprar, .boton_comprar_no {
	display:inline-block;
}

.boton_comprar_no a {
	margin-right: 20px;
}

.mas-menos {
	margin: 5px auto;
	width: 50%;
}

.cantidad-verduras {
	background-color: #fff;
	border:1px solid #ddd;
	color: ##214C31;
	font-size: 1.1em;
	font-weight:bold;
	/*margin: 10px 0 5px;*/
	height: 37px;
	width: 1.5em;
	text-align: center;
}
input.qtyplus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold;/* margin:10px 0 0 10px*/;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
input.qtyminus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold; /*margin:10px 10px 0 0*/;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}



@media screen and (min-width: 992px) {

/*VERDURAS*/

.right-column img.img-verduras {
	width: 100%;
}
.explicacion {
	font-size: 1.3em;
	text-align: center;
}
#progreso-verduras {
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto 1em;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eee;
	text-decoration: none;
}
#progreso-verduras p {
	line-height:1.6em;
	margin: 0;
}
.contenido-caja {
	display: inline-block;
	width: 49%;
	float: left;
	font-size: .8em;
	padding: .3em 0;
}
.contenido-progreso {
	display: inline-block;
	margin-top: .6em !important;
}

.default-content .box-center .text-cocas {
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: left;
	padding: 0.5em 0;
}

.tabla-verduras {
	display: inline-block;
	width: 100%;
	margin: 2em auto 2em;
	font-size: 1.4em;
}

.producto-verduras {
	display: block;
	width: 47.6%;
	min-height: 82px;
	float: left;
	margin: .6em 1%;
	border: 1px solid #6B8C33;
	/*background-color: #eee;*/
	border-radius: .25em .9em;
}

.tabla-verduras-imagen {
	display: block;
	float: left;
	width: 16%;
	padding: .75em 0 0 .5em;
}
.tabla-verduras-imagen figure img {
	width: 100%;
	margin: 0 auto;
	padding:1%;
}
.tabla-verduras-producto {
	display: block;
	float:left;
	width: 46%;
	font-size: .9em;
	padding: 2.5em .5em;
}
.tabla-verduras-cantidad {
	display: block;
	float:left;
	text-align: center;
	width: 22%;
	padding: 1.5em 0;
}
.tabla-verduras-peso {
	display: block;
	width: 7%;
	padding: 2.5em .5em;
	float: left;
	font-size: .9em;
}

.solo-un-extra {
	width: 50%;
	margin: 1% 25%;
}

#botones {
	text-align:center;
}

#botones a {
	cursor:pointer !important;
}

.boton_comprar, .boton_comprar_no {
	display:inline-block;
}

.boton_comprar_no a {
	margin-right: 20px;
}

.mas-menos {
	margin: 5px auto;
	width: 50%;
}

.cantidad-verduras {
	background-color: #fff;
	border:1px solid #ddd;
	color: ##214C31;
	font-size: 1.1em;
	font-weight:bold;
	/*margin: 10px 0 5px;*/
	height: 37px;
	width: 1.75em;
	text-align: center;
}
input.qtyplus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold;/* margin:10px 0 0 10px*/;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
input.qtyminus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold; /*margin:10px 10px 0 0*/;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}

.comprar-boton-verduras {
	display: block;
	margin: 0 auto;
	width:60%;
}
.comprar-boton-verduras a {
		/*-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;*/
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #287e5f), color-stop(1, #0f583f) );
	background:-moz-linear-gradient( center top, #287e5f 5%, #0f583f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#287e5f', endColorstr='#0f583f');*/
	background-color:#0f583f;
	/*border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;*/
	text-indent:0;
	/*border:2px solid #268a16;*/
	display:inline-block;
	color:#fff;
	/*color:#306108;*/
	font-family:Arial;
	font-size:1.75em;
	font-weight: bold;
	width:100%;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #aade7c;*/
	padding: 1em 0;
	
}
.comprar-boton-verduras a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f583f), color-stop(1, #287e5f) );
	background:-moz-linear-gradient( center top, #0f583f 5%, #287e5f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f583f', endColorstr='#287e5f');
	background-color:#0f583f;
}

/* PRODUCTOS EXTRAS VERDURAS */

#verduras-extra {
	width: 100%;
}

#progreso-verduras-abajo {
	display: block;
	width: 45%;
	text-align: center;
	margin: 0 auto 1em;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eee;
	text-decoration: none;
}
#progreso-verduras-extra {
	display: none;
	width: 45%;
	float: left;
	text-align: center;
	margin: 0 0 1em 0;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eeb;
	text-decoration: none;
}
.comprar-boton-verduras-extra {
	display: block;
	margin: 0 auto;
	width: 50%;
}
.comprar-boton-verduras-extra a {
	background-color:#0f583f;
	text-indent:0;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:1.75em;
	font-weight: bold;
	width:100%;
	text-decoration:none;
	text-align:center;
	padding: 1em 0;
}
.comprar-boton-verduras a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f583f), color-stop(1, #287e5f) );
	background:-moz-linear-gradient( center top, #0f583f 5%, #287e5f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f583f', endColorstr='#287e5f');
	background-color:#0f583f;
}

.producto-verduras-extra {
	border: 1px solid #FE8A02;
}



.tabla-verduras-imagen-extra {
	display: block;
	float: left;
	width: 13%;
	padding: .75em 0 0 .5em;
}
.tabla-verduras-imagen-extra figure img {
	width: 100%;
	margin: 0 auto;
	padding:1%;
}
.tabla-verduras-producto-extra {
	display: block;
	float:left;
	width: 40%;
	font-size: 1em;
	padding: 1.7em .5em;
}
.tabla-verduras-precio-extra {
	display: block;
	float:left;
	width: 8%;
	font-size: 1em;
	padding: 2.3em .5em;
}
.tabla-verduras-cantidad-extra {
	display: block;
	float:left;
	text-align: center;
	width: 22%;
	padding: 1.8em 0;
}
.tabla-verduras-peso-extra {
	display: block;
	width: 6%;
	padding: 2.4em 0;
	float: left;
	font-size: 1em;
}


#botones {
	text-align:center;
}

#botones a {
	cursor:pointer !important;
}

.boton_comprar, .boton_comprar_no {
	display:inline-block;
}

.boton_comprar_no a {
	margin-right: 20px;
}

.mas-menos {
	margin: 5px auto;
	width: 50%;
}

.cantidad-verduras {
	background-color: #fff;
	border:1px solid #ddd;
	color: ##214C31;
	font-size: 1.1em;
	font-weight:bold;
	/*margin: 10px 0 5px;*/
	height: 37px;
	width: 1.75em;
	text-align: center;
}
input.qtyplus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold;/* margin:10px 0 0 10px*/;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
input.qtyminus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold; /*margin:10px 10px 0 0*/;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}

}

@media screen and (min-width: 854px) and (max-width: 991px) {
/* VERDURAS */
.explicacion {
	font-size: 1.3em;
	text-align: center;
}
#progreso-verduras {
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto 1em;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eee;
	text-decoration: none;
}
#progreso-verduras p {
	line-height:1.6em;
	margin: 0;
}
.contenido-caja {
	display: inline-block;
	width: 49%;
	float: left;
	font-size: .8em;
	padding: .5em 0;
}
.contenido-progreso {
	display: inline-block;
	margin-top: .6em !important;
}

.default-content .box-center .text-cocas {
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: left;
	padding: 0.5em 0;
}

.tabla-verduras, .tabla-verduras-extra {
	display: inline-block;
	width: 100%;
	margin: 2em auto 2em;
	font-size: 1.4em;
}

.producto-verduras {
	display: block;
	width: 47.6%;
	min-height: 82px;
	float: left;
	margin: .6em 1%;
	border: 1px solid #6B8C33;
	/*background-color: #eee;*/
	border-radius: .25em .9em;
}

.tabla-verduras-imagen {
	display: block;
	float: left;
	width: 16%;
	padding: 0 0 0 .5em;
}
.tabla-verduras-imagen figure img {
	width: 100%;
	margin-bottom: 0 !important;
	padding:1%;
}
.tabla-verduras-producto {
	display: block;
	float:left;
	width: 46%;
	font-size: 1em;
	padding: 2em .5em;
}
.tabla-verduras-producto .nom_producto {
	font-weight: bold;
}
.doble-linea {
	padding: 1.3em .5em;
}
.tabla-verduras-cantidad {
	display: block;
	float:left;
	text-align: center;
	width: 22%;
	padding: 1.7em 0;
	font-size: .75em;
}
.tabla-verduras-peso {
	display: block;
	width: 7%;
	padding: 2.5em .5em;
	float: left;
	font-size: .85em;
}


#botones {
	text-align:center;
}

#botones a {
	cursor:pointer !important;
}

.boton_comprar, .boton_comprar_no {
	display:inline-block;
}

.boton_comprar_no a {
	margin-right: 20px;
}

.mas-menos {
	margin: 5px auto;
	width: 50%;
}

.cantidad-verduras {
	background-color: #fff;
	border:1px solid #ddd;
	color: #214C31;
	font-size: 1.2em;
	font-weight: bold;
	/*margin: 10px 0 5px;*/
	height: 37px;
	width: 1.75em;
	text-align: center;
}
input.qtyplus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold;/* margin:10px 0 0 10px*/;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
input.qtyminus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold; /*margin:10px 10px 0 0*/;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}

.comprar-boton-verduras {
	display: block;
	margin: 0 auto;
	width:60%;
}
.comprar-boton-verduras a {
		/*-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;*/
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #287e5f), color-stop(1, #0f583f) );
	background:-moz-linear-gradient( center top, #287e5f 5%, #0f583f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#287e5f', endColorstr='#0f583f');*/
	background-color:#0f583f;
	/*border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;*/
	text-indent:0;
	/*border:2px solid #268a16;*/
	display:inline-block;
	color:#fff;
	/*color:#306108;*/
	font-family:Arial;
	font-size:1.75em;
	font-weight: bold;
	width:100%;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #aade7c;*/
	padding: 1em 0;
	
}
.comprar-boton-verduras a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f583f), color-stop(1, #287e5f) );
	background:-moz-linear-gradient( center top, #0f583f 5%, #287e5f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f583f', endColorstr='#287e5f');
	background-color:#0f583f;
}

/* PRODUCTOS EXTRAS VERDURAS */

#verduras-extra {
	width: 100%;
}

#progreso-verduras-abajo {
	display: block;
	width: 45%;
	float: left;
	text-align: center;
	margin: 0 2.2% 1em .5em;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eee;
	text-decoration: none;
}
#progreso-verduras-extra {
	display: block;
	width: 44%;
	float: left;
	text-align: center;
	margin: 0 0 1em 0;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eeb;
	text-decoration: none;
}
.comprar-boton-verduras-extra {
	display: block;
	margin: 0 auto;
	width: 50%;
}
.comprar-boton-verduras-extra a {
	background-color:#0f583f;
	text-indent:0;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:1.75em;
	font-weight: bold;
	width:100%;
	text-decoration:none;
	text-align:center;
	padding: 1em 0;
}
.comprar-boton-verduras a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f583f), color-stop(1, #287e5f) );
	background:-moz-linear-gradient( center top, #0f583f 5%, #287e5f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f583f', endColorstr='#287e5f');
	background-color:#0f583f;
}

.producto-verduras-extra {
	border: 1px solid #FE8A02;
}

.tabla-verduras-imagen-extra {
	display: block;
	float: left;
	width: 13%;
	padding: .5em 0 .5em .5em;
}
.tabla-verduras-imagen-extra figure img {
	width: 100%;
	margin: 0 auto;
	padding:1%;
}
.tabla-verduras-producto-extra {
	display: block;
	float:left;
	width: 44%;
	font-size: .95em;
	padding: 1.5em .25em 1.5em .4em;
}
.tabla-verduras-producto-extra .nom_producto {
	display: block;
	font-weight: bold;
}
.tabla-verduras-precio-extra {
	display: block;
	float:left;
	width: 8%;
	font-size: .85em;
	padding: 2.2em .5em 2.2em 0;
}
.tabla-verduras-cantidad-extra {
	display: block;
	float:left;
	text-align: center;
	width: 18%;
	padding: 1.2em .25em 1.2em .5em;
}
.tabla-verduras-cantidad-extra input.qtyplus,
.tabla-verduras-cantidad-extra input.qtyminus,
.tabla-verduras-cantidad-extra input.cantidad-verduras  {
	width: 2em;
	font-size: .85em;
}
.tabla-verduras-peso-extra {
	display: block;
	width: 7%;
	padding: 2.2em .25em;
	float: left;
	font-size: .85em;
}


#botones {
	text-align:center;
}

#botones a {
	cursor:pointer !important;
}

.boton_comprar, .boton_comprar_no {
	display:inline-block;
}

.boton_comprar_no a {
	margin-right: 20px;
}

.mas-menos {
	margin: 5px auto;
	width: 50%;
}

.cantidad-verduras {
	background-color: #fff;
	border:1px solid #ddd;
	color: ##214C31;
	font-size: 1.1em;
	font-weight:bold;
	/*margin: 10px 0 5px;*/
	height: 37px;
	width: 1.75em;
	text-align: center;
}
input.qtyplus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold;/* margin:10px 0 0 10px*/;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
input.qtyminus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold; /*margin:10px 10px 0 0*/;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
}


@media screen and (min-width: 800px) and (max-width: 853px) {
/* VERDURAS */
.explicacion {
	font-size: 1.3em;
	text-align: center;
}
#progreso-verduras {
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto 1em;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eee;
	text-decoration: none;
}
#progreso-verduras p {
	line-height:1.6em;
	margin: 0;
}
.contenido-caja {
	display: inline-block;
	width: 49%;
	float: left;
	font-size: .8em;
	padding: .5em 0;
}
.contenido-progreso {
	display: inline-block;
	margin-top: .6em !important;
}

.default-content .box-center .text-cocas {
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: left;
	padding: 0.5em 0;
}

.tabla-verduras, .tabla-verduras-extra {
	display: inline-block;
	width: 100%;
	margin: 2em auto 2em;
	font-size: 1.4em;
}

.producto-verduras {
	display: block;
	width: 47.6%;
	min-height: 82px;
	float: left;
	margin: .6em 1%;
	border: 1px solid #6B8C33;
	/*background-color: #eee;*/
	border-radius: .25em .9em;
}

.tabla-verduras-imagen {
	display: block;
	float: left;
	width: 16%;
	padding: .7em 0 0 .5em;
}
.tabla-verduras-imagen figure img {
	width: 100%;
	margin-bottom: 0 !important;
	padding:1%;
}
.tabla-verduras-producto {
	display: block;
	float:left;
	width: 43%;
	font-size: .9em;
	padding: 1.85em .5em;
}
.tabla-verduras-producto .nom_producto {
	font-weight: bold;
}
.doble-linea {
	padding: 1.3em .5em;
}
.tabla-verduras-cantidad {
	display: block;
	float:left;
	text-align: center;
	width: 22%;
	padding: 1.2em 0;
	font-size: .75em;
}
.tabla-verduras-peso {
	display: block;
	width: 7%;
	padding: 2em .5em;
	float: left;
	font-size: .85em;
}


#botones {
	text-align:center;
}

#botones a {
	cursor:pointer !important;
}

.boton_comprar, .boton_comprar_no {
	display:inline-block;
}

.boton_comprar_no a {
	margin-right: 20px;
}

.mas-menos {
	margin: 5px auto;
	width: 50%;
}

.cantidad-verduras {
	background-color: #fff;
	border:1px solid #ddd;
	color: #214C31;
	font-size: 1.2em;
	font-weight: bold;
	/*margin: 10px 0 5px;*/
	height: 37px;
	width: 1.75em;
	text-align: center;
}
input.qtyplus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold;/* margin:10px 0 0 10px*/;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
input.qtyminus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold; /*margin:10px 10px 0 0*/;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}

.comprar-boton-verduras {
	display: block;
	margin: 0 auto;
	width:60%;
}
.comprar-boton-verduras a {
		/*-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;*/
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #287e5f), color-stop(1, #0f583f) );
	background:-moz-linear-gradient( center top, #287e5f 5%, #0f583f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#287e5f', endColorstr='#0f583f');*/
	background-color:#0f583f;
	/*border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;*/
	text-indent:0;
	/*border:2px solid #268a16;*/
	display:inline-block;
	color:#fff;
	/*color:#306108;*/
	font-family:Arial;
	font-size:1.75em;
	font-weight: bold;
	width:100%;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #aade7c;*/
	padding: 1em 0;
	
}
.comprar-boton-verduras a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f583f), color-stop(1, #287e5f) );
	background:-moz-linear-gradient( center top, #0f583f 5%, #287e5f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f583f', endColorstr='#287e5f');
	background-color:#0f583f;
}

/* PRODUCTOS EXTRAS VERDURAS */

#verduras-extra {
	width: 100%;
}

#progreso-verduras-abajo {
	display: block;
	width: 44%;
	float: left;
	text-align: center;
	margin: 0 2.2% 1em 0;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eee;
	text-decoration: none;
}
#progreso-verduras-extra {
	display: block;
	width: 44%;
	float: left;
	text-align: center;
	margin: 0 0 1em 0;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eeb;
	text-decoration: none;
}
.comprar-boton-verduras-extra {
	display: block;
	margin: 0 auto;
	width: 50%;
}
.comprar-boton-verduras-extra a {
	background-color:#0f583f;
	text-indent:0;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:1.75em;
	font-weight: bold;
	width:100%;
	text-decoration:none;
	text-align:center;
	padding: 1em 0;
}
.comprar-boton-verduras a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f583f), color-stop(1, #287e5f) );
	background:-moz-linear-gradient( center top, #0f583f 5%, #287e5f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f583f', endColorstr='#287e5f');
	background-color:#0f583f;
}

.producto-verduras-extra {
	border: 1px solid #FE8A02;
}

.tabla-verduras-imagen-extra {
	display: block;
	float: left;
	width: 13%;
	padding: .75em 0 0 .5em;
}
.tabla-verduras-imagen-extra figure img {
	width: 100%;
	margin: 0 auto;
	padding:1%;
}
.tabla-verduras-producto-extra {
	display: block;
	float:left;
	width: 37%;
	font-size: .85em;
	padding: 1.2em .3em 1.2em .2em;
}
.tabla-verduras-producto-extra .nom_producto {
	display: block;
	font-weight: bold;
}
.tabla-verduras-precio-extra {
	display: block;
	float:left;
	width: 8%;
	font-size: .85em;
	padding: 2.2em .5em 2.2em 0;
}
.tabla-verduras-cantidad-extra {
	display: block;
	float:left;
	text-align: center;
	width: 22%;
	padding: 1.2em .25em 1.2em .5em;
}
.tabla-verduras-cantidad-extra input.qtyplus,
.tabla-verduras-cantidad-extra input.qtyminus,
.tabla-verduras-cantidad-extra input.cantidad-verduras  {
	width: 2em;
	font-size: .85em;
}
.tabla-verduras-peso-extra {
	display: block;
	width: 7%;
	padding: 2.2em .25em;
	float: left;
	font-size: .85em;
}


#botones {
	text-align:center;
}

#botones a {
	cursor:pointer !important;
}

.boton_comprar, .boton_comprar_no {
	display:inline-block;
}

.boton_comprar_no a {
	margin-right: 20px;
}

.mas-menos {
	margin: 5px auto;
	width: 50%;
}

.cantidad-verduras {
	background-color: #fff;
	border:1px solid #ddd;
	color: ##214C31;
	font-size: 1.1em;
	font-weight:bold;
	/*margin: 10px 0 5px;*/
	height: 37px;
	width: 1.75em;
	text-align: center;
}
input.qtyplus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold;/* margin:10px 0 0 10px*/;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
input.qtyminus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold; /*margin:10px 10px 0 0*/;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
}

@media screen and (min-width: 670px) and (max-width: 799px) {
	
/* VERDURAS */
.explicacion {
	font-size: 1.3em;
	text-align: center;
}
#progreso-verduras {
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto 1em;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eee;
	text-decoration: none;
}
#progreso-verduras p {
	line-height:1.6em;
	margin: 0;
}
.contenido-caja {
	display: inline-block;
	width: 49%;
	float: left;
	font-size: .8em;
	padding: .5em 0;
}
.contenido-progreso {
	display: inline-block;
	margin-top: .6em !important;
}

.default-content .box-center .text-cocas {
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: left;
	padding: 0.5em 0;
}

.tabla-verduras, .tabla-verduras-extra {
	display: inline-block;
	width: 100%;
	margin: 2em auto 2em;
	font-size: 1.4em;
}

.producto-verduras {
	display: block;
	width: 47.6%;
	min-height: 82px;
	float: left;
	margin: .6em 1%;
	border: 1px solid #6B8C33;
	/*background-color: #eee;*/
	border-radius: .25em .9em;
}

.tabla-verduras-imagen {
	display: block;
	float: left;
	width: 16%;
	padding: .7em 0 0 .5em;
}
.tabla-verduras-imagen figure img {
	width: 100%;
	margin-bottom: 0 !important;
	padding:1%;
}
.tabla-verduras-producto {
	display: block;
	float:left;
	width: 43%;
	font-size: .9em;
	padding: 1.85em .5em;
}
.tabla-verduras-producto .nom_producto {
	font-weight: bold;
}
.doble-linea {
	padding: 1.3em .5em;
}
.tabla-verduras-cantidad {
	display: block;
	float:left;
	text-align: center;
	width: 22%;
	padding: 1.2em 0;
	font-size: .75em;
}
.tabla-verduras-peso {
	display: block;
	width: 7%;
	padding: 2em .5em;
	float: left;
	font-size: .85em;
}


#botones {
	text-align:center;
}

#botones a {
	cursor:pointer !important;
}

.boton_comprar, .boton_comprar_no {
	display:inline-block;
}

.boton_comprar_no a {
	margin-right: 20px;
}

.mas-menos {
	margin: 5px auto;
	width: 50%;
}

.cantidad-verduras {
	background-color: #fff;
	border:1px solid #ddd;
	color: #214C31;
	font-size: 1.2em;
	font-weight: bold;
	/*margin: 10px 0 5px;*/
	height: 37px;
	width: 1.75em;
	text-align: center;
}
input.qtyplus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold;/* margin:10px 0 0 10px*/;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
input.qtyminus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold; /*margin:10px 10px 0 0*/;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}

.comprar-boton-verduras {
	display: block;
	margin: 0 auto;
	width:60%;
}
.comprar-boton-verduras a {
		/*-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;*/
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #287e5f), color-stop(1, #0f583f) );
	background:-moz-linear-gradient( center top, #287e5f 5%, #0f583f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#287e5f', endColorstr='#0f583f');*/
	background-color:#0f583f;
	/*border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;*/
	text-indent:0;
	/*border:2px solid #268a16;*/
	display:inline-block;
	color:#fff;
	/*color:#306108;*/
	font-family:Arial;
	font-size:1.75em;
	font-weight: bold;
	width:100%;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #aade7c;*/
	padding: 1em 0;
	
}
.comprar-boton-verduras a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f583f), color-stop(1, #287e5f) );
	background:-moz-linear-gradient( center top, #0f583f 5%, #287e5f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f583f', endColorstr='#287e5f');
	background-color:#0f583f;
}

/* PRODUCTOS EXTRAS VERDURAS */

#verduras-extra {
	width: 100%;
}

#progreso-verduras-abajo {
	display: block;
	width: 44%;
	float: left;
	text-align: center;
	margin: 0 2.2% 1em 0;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eee;
	text-decoration: none;
}
#progreso-verduras-extra {
	display: block;
	width: 44%;
	float: left;
	text-align: center;
	margin: 0 0 1em 0;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eeb;
	text-decoration: none;
}
.comprar-boton-verduras-extra {
	display: block;
	margin: 0 auto;
	width: 50%;
}
.comprar-boton-verduras-extra a {
	background-color:#0f583f;
	text-indent:0;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:1.75em;
	font-weight: bold;
	width:100%;
	text-decoration:none;
	text-align:center;
	padding: 1em 0;
}
.comprar-boton-verduras a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f583f), color-stop(1, #287e5f) );
	background:-moz-linear-gradient( center top, #0f583f 5%, #287e5f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f583f', endColorstr='#287e5f');
	background-color:#0f583f;
}

.producto-verduras-extra {
	border: 1px solid #FE8A02;
}

.tabla-verduras-imagen-extra {
	display: block;
	float: left;
	width: 13%;
	padding: .75em 0 0 .5em;
}
.tabla-verduras-imagen-extra figure img {
	width: 100%;
	margin: 0 auto;
	padding:1%;
}
.tabla-verduras-producto-extra {
	display: block;
	float:left;
	width: 37%;
	font-size: .85em;
	padding: 1.2em .3em 1.2em .2em;
}
.tabla-verduras-producto-extra .nom_producto {
	display: block;
	font-weight: bold;
}
.tabla-verduras-precio-extra {
	display: block;
	float:left;
	width: 8%;
	font-size: .85em;
	padding: 2.2em .5em 2.2em 0;
}
.tabla-verduras-cantidad-extra {
	display: block;
	float:left;
	text-align: center;
	width: 22%;
	padding: 1.2em .25em 1.2em .5em;
}
.tabla-verduras-cantidad-extra input.qtyplus,
.tabla-verduras-cantidad-extra input.qtyminus,
.tabla-verduras-cantidad-extra input.cantidad-verduras  {
	width: 2em;
	font-size: .85em;
}
.tabla-verduras-peso-extra {
	display: block;
	width: 7%;
	padding: 2.2em .25em;
	float: left;
	font-size: .85em;
}


#botones {
	text-align:center;
}

#botones a {
	cursor:pointer !important;
}

.boton_comprar, .boton_comprar_no {
	display:inline-block;
}

.boton_comprar_no a {
	margin-right: 20px;
}

.mas-menos {
	margin: 5px auto;
	width: 50%;
}

.cantidad-verduras {
	background-color: #fff;
	border:1px solid #ddd;
	color: ##214C31;
	font-size: 1.1em;
	font-weight:bold;
	/*margin: 10px 0 5px;*/
	height: 37px;
	width: 1.75em;
	text-align: center;
}
input.qtyplus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold;/* margin:10px 0 0 10px*/;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
input.qtyminus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold; /*margin:10px 10px 0 0*/;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}

}
@media screen and (max-width: 669px) {
.explicacion {
	font-size: 1.3em;
	text-align: center;
}
.salto {
	padding: 1px 8px;
    &::before {
    content: "";
	display: block;
	}
}


@media screen and (min-width: 592px) and (max-width: 669px) {
	
/* VERDURAS */
.explicacion {
	font-size: 1.3em;
	text-align: center;
}
#progreso-verduras {
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto 1em;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eee;
	text-decoration: none;
}
#progreso-verduras p {
	line-height:1.6em;
	margin: 0;
}
.contenido-caja {
	display: inline-block;
	width: 49%;
	float: left;
	font-size: .8em;
	padding: .5em 0;
}
.contenido-progreso {
	display: inline-block;
	margin-top: .6em !important;
}

.default-content .box-center .text-cocas {
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: left;
	padding: 0.5em 0;
}

.tabla-verduras, .tabla-verduras-extra {
	display: inline-block;
	width: 100%;
	margin: 2em auto 2em;
	font-size: 1.4em;
}

.producto-verduras {
	display: block;
	width: 47.6%;
	min-height: 82px;
	float: left;
	margin: .6em 1%;
	border: 1px solid #6B8C33;
	/*background-color: #eee;*/
	border-radius: .25em .9em;
}

.tabla-verduras-imagen {
	display: block;
	float: left;
	width: 16%;
	padding: .7em 0 0 .5em;
}
.tabla-verduras-imagen figure img {
	width: 100%;
	margin-bottom: 0 !important;
	padding:1%;
}
.tabla-verduras-producto {
	display: block;
	float:left;
	width: 43%;
	font-size: .9em;
	padding: 1.85em .25em;
}
.tabla-verduras-producto .nom_producto {
	font-weight: bold;
}
.doble-linea {
	padding: 1.3em .5em;
}
.tabla-verduras-cantidad {
	display: block;
	float:left;
	text-align: center;
	width: 28%;
	padding: 1.2em 0;
	font-size: .75em;
}
.tabla-verduras-peso {
	display: block;
	width: 7%;
	padding: 2em 0;
	float: left;
	font-size: .85em;
}


#botones {
	text-align:center;
}

#botones a {
	cursor:pointer !important;
}

.boton_comprar, .boton_comprar_no {
	display:inline-block;
}

.boton_comprar_no a {
	margin-right: 20px;
}

.mas-menos {
	margin: 5px auto;
	width: 50%;
}

.cantidad-verduras {
	background-color: #fff;
	border:1px solid #ddd;
	color: #214C31;
	font-size: 1.2em;
	font-weight: bold;
	/*margin: 10px 0 5px;*/
	height: 37px;
	width: 1.75em;
	text-align: center;
}
input.qtyplus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold;/* margin:10px 0 0 10px*/;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
input.qtyminus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold; /*margin:10px 10px 0 0*/;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}

.comprar-boton-verduras {
	display: block;
	margin: 0 auto;
	width:60%;
}
.comprar-boton-verduras a {
		/*-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;*/
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #287e5f), color-stop(1, #0f583f) );
	background:-moz-linear-gradient( center top, #287e5f 5%, #0f583f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#287e5f', endColorstr='#0f583f');*/
	background-color:#0f583f;
	/*border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;*/
	text-indent:0;
	/*border:2px solid #268a16;*/
	display:inline-block;
	color:#fff;
	/*color:#306108;*/
	font-family:Arial;
	font-size:1.75em;
	font-weight: bold;
	width:100%;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #aade7c;*/
	padding: 1em 0;
	
}
.comprar-boton-verduras a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f583f), color-stop(1, #287e5f) );
	background:-moz-linear-gradient( center top, #0f583f 5%, #287e5f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f583f', endColorstr='#287e5f');
	background-color:#0f583f;
}

/* PRODUCTOS EXTRAS VERDURAS */

#verduras-extra {
	width: 100%;
}

#progreso-verduras-abajo {
	display: block;
	width: 43%;
	float: left;
	text-align: center;
	margin: 0 1.8% 1em 0;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eee;
	text-decoration: none;
}
#progreso-verduras-extra {
	display: block;
	width: 44%;
	float: left;
	text-align: center;
	margin: 0 0 1em 0;
	font-size: 1.45em;
	padding: 1em;
	border: 1px solid #214C31;
	background-color: #eeb;
	text-decoration: none;
}
.comprar-boton-verduras-extra {
	display: block;
	margin: 0 auto;
	width: 50%;
}
.comprar-boton-verduras-extra a {
	background-color:#0f583f;
	text-indent:0;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:1.75em;
	font-weight: bold;
	width:100%;
	text-decoration:none;
	text-align:center;
	padding: 1em 0;
}
.comprar-boton-verduras a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f583f), color-stop(1, #287e5f) );
	background:-moz-linear-gradient( center top, #0f583f 5%, #287e5f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f583f', endColorstr='#287e5f');
	background-color:#0f583f;
}

.producto-verduras-extra {
	border: 1px solid #FE8A02;
}

.tabla-verduras-imagen-extra {
	display: block;
	float: left;
	width: 13%;
	padding: 1em 0 1em .5em;
}
.tabla-verduras-imagen-extra figure img {
	width: 100%;
	margin: 0 auto;
	padding:1%;
}
.tabla-verduras-producto-extra {
	display: block;
	float:left;
	width: 39%;
	font-size: .825em;
	padding: 1.2em 0 1.2em .2em;
}
.tabla-verduras-producto-extra .nom_producto {
	display: block;
	font-weight: bold;
}
.tabla-verduras-precio-extra {
	display: block;
	float:left;
	width: 8%;
	font-size: .85em;
	padding: 2.2em .5em 2.2em 0;
}
.tabla-verduras-cantidad-extra {
	display: block;
	float:left;
	text-align: center;
	width: 22%;
	padding: 1.2em 0 1.2em .6em;
}
.tabla-verduras-cantidad-extra input.qtyplus,
.tabla-verduras-cantidad-extra input.qtyminus,
.tabla-verduras-cantidad-extra input.cantidad-verduras  {
	width: 2em;
	font-size: .85em;
}
.tabla-verduras-peso-extra {
	display: block;
	width: 7%;
	padding: 2.2em .25em;
	float: left;
	font-size: .85em;
}


#botones {
	text-align:center;
}

#botones a {
	cursor:pointer !important;
}

.boton_comprar, .boton_comprar_no {
	display:inline-block;
}

.boton_comprar_no a {
	margin-right: 20px;
}

.mas-menos {
	margin: 5px auto;
	width: 50%;
}

.cantidad-verduras {
	background-color: #fff;
	border:1px solid #ddd;
	color: ##214C31;
	font-size: 1.1em;
	font-weight:bold;
	/*margin: 10px 0 5px;*/
	height: 37px;
	width: 1.75em;
	text-align: center;
}
input.qtyplus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold;/* margin:10px 0 0 10px*/;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
input.qtyminus { padding:-5px;margin:-5px;width:30px; height:40px; color: #214C31;font-weight: bold; /*margin:10px 10px 0 0*/;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}

}

@media screen and (min-width: 476px) and (max-width: 591px) {

/*VERDURAS*/

.tabla-verduras-imagen {
	display: block;
	float: left;
	width: 16%;
	padding: 0 0 0 .4em;
}
.tabla-verduras-imagen figure img {
	width: 100%;
	margin: 0 auto;
	padding:1%;
}
.tabla-verduras-producto {
	display: block;
	float:left;
	width: 45%;
	font-size: .9em;
	font-weight: bold;
	padding: 2.5em .5em;
}
.doble-linea {
	padding: 1.7em .5em;
}
.tabla-verduras-cantidad {
	display: block;
	float:left;
	text-align: center;
	width: 22%;
	padding: 1.6em 0;
	font-size: .8em;
}
.tabla-verduras-peso {
	display: block;
	width: 7%;
	padding: 2.5em .5em;
	float: left;
	font-size: .9em;
}

/*VERDURAS EXTRA*/
.tabla-verduras-imagen-extra {
	display: block;
    float: left;
    width: 13%;
    padding: .8em 0 0 .5em;
}
.tabla-verduras-precio-extra {
	display: block;
    float: left;
    width: 9%;
    font-size: .85em;
    padding: 2.4em .6em 2.4em .25em;
}
.tabla-verduras-peso-extra {
	display: block;
    width: 7%;
    padding: 2.4em .25em;
    float: left;
    font-size: .85em;
}
.tabla-verduras-cantidad-extra {
	display: block;
    float: left;
    text-align: center;
    width: 20%;
    padding: 1.4em .3em 1.4em .82em;
    font-size: .85em;
}
.tabla-verduras-producto-extra {
	display: block;
    float: left;
    width: 38%;
    font-size: .95em;
    font-weight: bold;
	padding: 1.4em .6em 1.4em .25em;
}
.tabla-verduras-producto-extra .nom_producto {
	/*display: block;*/
}
	
}

@media screen and (min-width: 425px) and (max-width: 475px) {

/*VERDURAS*/

.tabla-verduras-imagen {
	display: block;
	float: left;
	width: 16%;
	padding: .4em 0 .6em .4em;
}
.tabla-verduras-imagen figure img {
	width: 100%;
	margin: 0 auto;
	padding:1%;
}
.tabla-verduras-producto {
	display: block;
	float:left;
	width: 45%;
	font-size: .9em;
	font-weight: bold;
	padding: 2.5em .5em;
}
.doble-linea {
	padding: 1.7em .5em;
}
.tabla-verduras-cantidad {
	display: block;
	float:left;
	text-align: center;
	width: 22%;
	padding: 1.9em 0;
	font-size: .8em;
}
.tabla-verduras-peso {
	display: block;
	width: 7%;
	padding: 2.5em .5em;
	float: left;
	font-size: .9em;
}

/*VERDURAS EXTRA*/
.tabla-verduras-imagen-extra {
	display: block;
    float: left;
    width: 13%;
    padding: .8em 0 0 .5em;
}
.tabla-verduras-precio-extra {
	display: block;
    float: left;
    width: 9%;
    font-size: .85em;
    padding: 2.4em .6em 2.4em .25em;
}
.tabla-verduras-peso-extra {
	display: block;
    width: 7%;
    padding: 2.4em .25em;
    float: left;
    font-size: .85em;
}
.tabla-verduras-cantidad-extra {
	display: block;
    float: left;
    text-align: center;
    width: 20%;
    padding: 1.4em .3em 1.4em .82em;
    font-size: .85em;
}
.tabla-verduras-producto-extra {
	display: block;
    float: left;
    width: 39%;
    font-size: .95em;
    font-weight: bold;
	padding: 1.55em .6em 1.55em .25em;
}
.tabla-verduras-producto-extra .nom_producto {
	/*display: block;*/
}
	
}

@media screen and (min-width: 412px) and (max-width: 424px) {

/*VERDURAS*/

.tabla-verduras-imagen {
	display: block;
	float: left;
	width: 16%;
	padding: .4em 0 .6em .4em;
}
.tabla-verduras-imagen figure img {
	width: 100%;
	margin: 0 auto;
	padding:1%;
}
.tabla-verduras-producto {
	display: block;
	float:left;
	width: 45%;
	font-size: .9em;
	font-weight: bold;
	padding: 2.2em .5em;
}
.doble-linea {
	padding: 1.7em .5em;
}
.tabla-verduras-cantidad {
	display: block;
	float:left;
	text-align: center;
	width: 22%;
	padding: 1.6em 0;
	font-size: .8em;
}
.tabla-verduras-peso {
	display: block;
	width: 7%;
	padding: 2.5em .5em;
	float: left;
	font-size: .9em;
}

/*VERDURAS EXTRA*/
.tabla-verduras-imagen-extra {
	display: block;
    float: left;
    width: 13%;
    padding: .8em 0 0 .5em;
}
.tabla-verduras-precio-extra {
	display: block;
    float: left;
    width: 9%;
    font-size: .85em;
    padding: 2.4em .6em 2.4em .25em;
}
.tabla-verduras-peso-extra {
	display: block;
    width: 7%;
    padding: 2.4em .25em;
    float: left;
    font-size: .85em;
}
.tabla-verduras-cantidad-extra {
	display: block;
    float: left;
    text-align: center;
    width: 20%;
    padding: 1.4em .3em 1.4em .82em;
    font-size: .85em;
}
.tabla-verduras-producto-extra {
	display: block;
    float: left;
    width: 38%;
    font-size: .95em;
    font-weight: bold;
	padding: 1.55em .6em 1.55em .25em;
}
.tabla-verduras-producto-extra .nom_producto {
	/*display: block;*/
}
	
}
@media screen and (min-width: 393px) and (max-width: 411px) {

/*VERDURAS*/

.tabla-verduras-imagen {
	display: block;
	float: left;
	width: 16%;
	padding: .6em 0 .6em .5em;
}
.tabla-verduras-imagen figure img {
	width: 100%;
	margin: 0 auto;
	padding:1%;
}
.tabla-verduras-producto {
	display: block;
	float:left;
	width: 45%;
	font-size: .9em;
	font-weight: bold;
	padding: 2.2em .5em;
}
.doble-linea {
	padding: 1.7em .5em;
}
.tabla-verduras-cantidad {
	display: block;
	float:left;
	text-align: center;
	width: 22%;
	padding: 1.6em 0;
	font-size: .8em;
}
.tabla-verduras-peso {
	display: block;
	width: 7%;
	padding: 2.5em .5em;
	float: left;
	font-size: .9em;
}

/*VERDURAS EXTRA*/
.tabla-verduras-imagen-extra {
	display: block;
    float: left;
    width: 13%;
    padding: .8em 0 0 .5em;
}
.tabla-verduras-precio-extra {
	display: block;
    float: left;
    width: 9%;
    font-size: .85em;
    padding: 2.4em .6em 2.4em .25em;
}
.tabla-verduras-peso-extra {
	display: block;
    width: 7%;
    padding: 2.4em .25em;
    float: left;
    font-size: .85em;
}
.tabla-verduras-cantidad-extra {
	display: block;
    float: left;
    text-align: center;
    width: 20%;
    padding: 1.4em .3em 1.4em .82em;
    font-size: .85em;
}
.tabla-verduras-producto-extra {
	display: block;
    float: left;
    width: 38%;
    font-size: .9em;
    font-weight: bold;
	padding: 1.4em .6em 1.4em .25em;
}
.tabla-verduras-producto-extra .nom_producto {
	/*display: block;*/
}

}
@media screen and (min-width: 375px) and (max-width: 392px) {

/*VERDURAS*/

.tabla-verduras-imagen {
	display: block;
	float: left;
	width: 16%;
	padding: .6em 0 .6em .5em;
}
.tabla-verduras-imagen figure img {
	width: 100%;
	margin: 0 auto;
	padding:1%;
}
.tabla-verduras-producto {
	display: block;
	float:left;
	width: 45%;
	font-size: .9em;
	font-weight: bold;
	padding: 2.2em .5em;
}
.doble-linea {
	padding: 1.7em .5em;
}
.tabla-verduras-cantidad {
	display: block;
	float:left;
	text-align: center;
	width: 22%;
	padding: 1.6em 0;
	font-size: .8em;
}
.tabla-verduras-peso {
	display: block;
	width: 7%;
	padding: 2.5em .5em;
	float: left;
	font-size: .9em;
}

/*VERDURAS EXTRA*/
.tabla-verduras-imagen-extra {
	display: block;
    float: left;
    width: 13%;
    padding: .8em 0 0 .5em;
}
.tabla-verduras-precio-extra {
	display: block;
    float: left;
    width: 9%;
    font-size: .85em;
    padding: 2.4em .6em 2.4em .25em;
}
.tabla-verduras-peso-extra {
	display: block;
    width: 7%;
    padding: 2.4em .25em;
    float: left;
    font-size: .85em;
}
.tabla-verduras-cantidad-extra {
	display: block;
    float: left;
    text-align: center;
    width: 20%;
    padding: 1.4em .3em 1.4em .82em;
    font-size: .85em;
}
.tabla-verduras-producto-extra {
	display: block;
    float: left;
    width: 38%;
    font-size: .8em;
	padding: 1.4em .6em 1.4em .25em;
}
.tabla-verduras-producto-extra .nom_producto {
	display: block;
	font-weight: bold;
}

}
@media screen and (min-width: 360px) and (max-width: 374px) {
	
/* VERDURAS */
article .right-column figure {
	width: 50%;
	margin: 0 auto;
}

#progreso-verduras {
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto 1em;
	font-size: 1.45em;
	padding: 1em;
	border: 1px dotted #bbb;
	background-color: #eee;
	text-decoration: none;
}
#progreso-verduras p {
	line-height:1.6em;
	margin: 0;
}

.default-content .box-center .text-cocas {
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: left;
	padding: 0.5em 0;
}

.tabla-verduras, .tabla-verduras-extra {
	display: inline-block;
	width: 100%;
	margin: 2em auto 2em;
	font-size: 1.4em;
}

.producto-verduras {
	display: block;
	width: 100%;
	min-height: 4.75em;
	float: left;
	margin: .3em auto;
	border: 1px solid #6B8C33;
	/*background-color: #eee;*/
	border-radius: .25em .9em;
}

.tabla-verduras-imagen {
	display: block;
	float: left;
	width: 16%;
	padding: .8em 0 0 .5em;
}
.tabla-verduras-imagen figure img {
	width: 100%;
	margin: 0 auto;
	padding:1%;
}
.tabla-verduras-producto {
	display: block;
	float:left;
	width: 45%;
	font-size: .9em;
	font-weight:bold;
	padding: 2.1em .5em;
}
.doble-linea {
	padding: 1.7em .5em;
}
.tabla-verduras-cantidad {
	display: block;
	float:left;
	text-align: center;
	width: 22%;
	padding: 1.5em 0;
	font-size: .9em;
}
.cantidad-verduras {
	background-color: #fff;
	color: #214C31;
	}
.tabla-verduras-peso {
	display: block;
	width: 7%;
	padding: 2.5em .5em;
	float: left;
	font-size: .9em;
}


#botones {
	text-align:center;
}

#botones a {
	cursor:pointer !important;
}

.boton_comprar, .boton_comprar_no {
	display:inline-block;
}

.boton_comprar_no a {
	margin-right: 20px;
}

.mas-menos {
	margin: 5px auto;
	width: 50%;
}

.cantidad-verduras {
	background-color: #eee;
	border:1px solid #ddd;
	/*color: #FE8A02;*/
	font-size: 1.1em;
	/*margin: 10px 0 5px;*/
	height: 37px;
	width: 1.75em;
	text-align: center;
}
input.qtyplus { padding:-5px;margin:-5px;width:2.2em; height:40px; color: #214C31;font-weight: bold;/* margin:10px 0 0 10px*/;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
input.qtyminus { padding:-5px;margin:-5px;width:2.2em; height:40px; color: #214C31;font-weight: bold; /*margin:10px 10px 0 0*/;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}

.comprar-boton-verduras {
	display: block;
	margin: 0 auto;
	width:60%;
}
.comprar-boton-verduras a {
		/*-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;*/
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #287e5f), color-stop(1, #0f583f) );
	background:-moz-linear-gradient( center top, #287e5f 5%, #0f583f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#287e5f', endColorstr='#0f583f');*/
	background-color:#0f583f;
	/*border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;*/
	text-indent:0;
	/*border:2px solid #268a16;*/
	display:inline-block;
	color:#fff;
	/*color:#306108;*/
	font-family:Arial;
	font-size:1.75em;
	font-weight: bold;
	width:100%;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #aade7c;*/
	padding: 1em 0;
	
}
.comprar-boton-verduras a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f583f), color-stop(1, #287e5f) );
	background:-moz-linear-gradient( center top, #0f583f 5%, #287e5f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f583f', endColorstr='#287e5f');
	background-color:#0f583f;
}
/*VERDURAS EXTRA*/
.tabla-verduras-imagen-extra {
	display: block;
    float: left;
    width: 13%;
    padding: .8em 0 0 .5em;
}
.tabla-verduras-precio-extra {
	display: block;
    float: left;
    width: 9%;
    font-size: .85em;
    padding: 2.4em .6em 2.4em .25em;
}
.tabla-verduras-peso-extra {
	display: block;
    width: 7%;
    padding: 2.4em .25em;
    float: left;
    font-size: .85em;
}
.tabla-verduras-cantidad-extra {
	display: block;
    float: left;
    text-align: center;
    width: 19%;
    padding: 1.4em .3em 1.4em .82em;
    font-size: .85em;
}
.tabla-verduras-producto-extra {
	display: block;
    float: left;
    width: 38%;
    font-size: .8em;
    font-weight: bold;
	padding: 1.4em .6em 1.4em .25em;
}
.tabla-verduras-producto-extra .nom_producto {
	display: block;
}
}
@media screen and (min-width: 320px) and (max-width: 359px) {
	.tabla-verduras-imagen {
		display: block;
		float: left;
		width: 16%;
		padding: 1em 0 1em .5em;
	}
	.tabla-verduras-imagen figure img {
		margin-bottom: 0;
	}
	.tabla-verduras-producto {
		padding: 1.5em .5em;
		width:36%;
	}
	.tabla-verduras-cantidad {
		width:28%;
		font-size:1em;
		padding: 1.4em 0;
	}
	.cantidad-verduras {
		background-color: #fff;
		color: #214C31;
	}
	input.qtyplus,
	input.qtyminus {
		width: 2em;
	}
	.tabla-verduras-imagen-extra {
		display: block;
		float: left;
		width: 13%;
		padding: 1em 0 0 .5em;
	}
	.tabla-verduras-producto-extra {
		display: block;
		float:left;
		width: 36%;
		font-size: .8em;
		font-weight: bold;
		padding: 1.4em .25em;
	}
	.tabla-verduras-precio-extra {
		display: block;
		float: left;
		width: 9%;
		font-size: .85em;
		padding: 2.3em .6em 2.3em .25em;
	}
	.tabla-verduras-peso-extra {
		display: block;
		width: 7%;
		padding: 2.3em .25em;
		float: right;
		font-size: .8em;
	}
	.tabla-verduras-cantidad-extra {
		display: block;
		float: left;
		text-align: center;
		width: 20%;
		padding: 1.4em .3em 1.4em .82em;
		font-size: .825em;
	}
	.tabla-verduras-producto-extra .nom_producto {
		display: block;
	}
	span.nom_producto.1linea {
		padding-top: 2em;
	}
	span.nom_producto.2lineas {
		padding-top: 1.5em;
	}
	span.nom_producto.3lineas {
		padding-top: 1em;
	}
}

