body {
	color: #2c3e50;
	background: #ecf0f1;
	padding: 0 1em 1em;
}
body.site {
	padding: 0px !important;
}
h1 {
	margin: 0;
	line-height: 2;
	text-align: center;
}
h2 {
	margin: 0 0 0.5em;
	font-weight: normal;
}
.principal-accordion input {
	/*position: absolute;*/
	position: fixed;
	opacity: 0;
	z-index: -1;
}
.row {
	display: flex;
}
.row .col {
	flex: 1;
}
.row .col:last-child {
	margin-left: 1em;
}
@media (max-width: 767px) {
	.row, .thumbnails {
		margin-left: -15px;
	}
}
/* Accordion styles */
.tabs {
	/*border-radius: 8px;*/
	border-radius: 0px;
	overflow: hidden;
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.tab {
	width: 100%;
	color: white;
	overflow: hidden;
}
.tab-label {
	display: flex;
	justify-content: space-between;
	padding: 1em;
	background: #1a252f;
	font-weight: bold;
	cursor: pointer;
	/* Icon */
}
.tab-label:hover {
	background: #1a252f;
}
.tab-label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	transition: all 0.35s;
}
.tab-content {
	max-height: 0;
	padding: 0 1em;
	color: #2c3e50;
	background: white;
	transition: all 0.35s;
}
.tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: #2c3e50;
	cursor: pointer;
}
.tab-close:hover {
	background: #1a252f;
}
/*input:checked + .tab-label {*/
/*background: #1a252f;*/
/*}*/
/*input:checked + .principal-tab {*/
/*background-image: linear-gradient(#1a252f, #2e5f90);*/

/*}*/
/*input:checked + .sub-tab {*/
/*background-image: linear-gradient(#2e5f90, #5f87a7);*/

/*}*/
/*.sub-tab {*/
/*background: #2e5f90;*/
/*}*/
input:checked + .tab-label::after {
	transform: rotate(90deg);
}
input:checked ~ .tab-content {
	max-height: 999999999999999vh;
	/*padding: 1em;*/
	padding: 0px 5px 0px 5px;
}
label.tab-label {
	margin-bottom: 5px !important;
	font-size: 18px;
	padding: 15px;
	text-transform: capitalize;
}
.header {
	margin-bottom: 15px;
}
/*@media (max-width: 768px) {*/
/*.header .brand {*/
/*margin: 20px 0px;*/
/*}*/
/*}*/
.brand:hover{
	text-decoration: none;
	color:#000;
}
.body .container {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 5px 5px 7px 5px;
	border: 0px solid rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.chzn-single {
	border-radius: 0px !important;
	height: 35px !important;
	line-height: 30px !important;
	background: #fff !important;
	font-size: 15px !important;
	font-weight: bold !important;
}
form.formulario-idioma {
	margin-bottom: 0px;
}
li.active-result {
	line-height: 30px !important;
}
.chzn-container-single .chzn-single div {
	top: 6px;
}
.chzn-container .chzn-results li.highlighted {
	background: #ecf0f1;
	color: black;
}
.bar-fixed-bottom {
	background: black;
	position: fixed;
	width: 100%;
	bottom: -2px;
}
.bar-fixed-top {
	background: black;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99999999;
}
.show-cart li {
	display: flex;
}
.card {
	margin-bottom: 20px;
}
.card-img-top {
	width: 200px;
	height: 200px;
	align-self: center;
}
.modal-header .close {
	margin-top: -2px;
	margin-left: 0px;
}
#direccion .modal-body {
	margin-top: 0px;
	margin-bottom: 0px;
}
#alergenos .modal-body {
	margin-top: -17px;
	margin-bottom: 18px;
}
img.img-aler {
	max-width: 30px;
	margin: 5px;
}
select {
	width: 80px;
	border-radius: 0px;
	margin-bottom: 0px;
	height: 35px;
	font-weight: bold;
	border: 0px solid #ccc;
	text-indent: 10px;
}
a.chzn-single {
	border: 0px solid #ccc;
}
.chzn-container-active.chzn-with-drop .chzn-single {
	border: 0px solid #ccc;
}
.chzn-container-single .chzn-single {
	border: 0px solid #ccc;
}
.chzn-container-single .chzn-single span {
	overflow: visible;
}
.chzn-single span {
	margin-top: 2px;
}
.btn {
	font-weight: bold;
	font-size: 13px;
	border: 0px solid #bbb;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-group {
	font-weight: bold;
	font-size: 13px;
	border: 0px solid #bbb;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}
footer.footer {
	margin-top: 10px;
}
.btn-default {
	background-color: #fff;
}
#lista .modal-body {
	margin-top: 0px;
	margin-bottom: 0px;
}

.form-control {
	padding: 0rem 0rem;
	height: calc(2em + 0rem + 0px);
	font-size: 1rem;
	font-weight: bold;
	color: #F44336;
	border: 1px solid #ced4da;
	border-radius: 0rem;
	text-align: center;
}
a:link{text-decoration: none}

a:active{text-decoration: none}

a:visited{text-decoration: none}

a:hover{text-decoration: none}

h3#ventanaModalLabel {
	font-weight: bold;
}
#alergenos .modal-body {
	margin-bottom: -25px;
}
.btn-group + .btn-group {
	margin-left: 3px;
}
@media only screen and (max-width: 700px){
	.rsform-simple-js-modal-content {
		height: auto !important;
	}
}
.rsform-simple-js-modal-content {
	height: auto !important;
}
.feedback-container {
	position: inherit !important;
}
.modal-content {
	border-radius: 0rem;
}

/*div#productos {*/
/*padding: 0px 34px 15px 15px;*/
/*}*/

/*Alergenos*/
.producto-alergenos div.altramuces {
	background-image: url(https://www.vercarta.com/assets/images/alergenos/iconos/altramuces.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.producto-alergenos div.apio {
	background-image: url(https://www.vercarta.com/assets/images/alergenos/iconos/apio.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.producto-alergenos div.dioxido {
	background-image: url(https://www.vercarta.com/assets/images/alergenos/iconos/azufresulfitos.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.producto-alergenos div.cacahuetes {
	background-image: url(https://www.vercarta.com/assets/images/alergenos/iconos/cacahuetes.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.producto-alergenos div.crustaceos {
	background-image: url(https://www.vercarta.com/assets/images/alergenos/iconos/crustaceos.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.producto-alergenos div.cascara {
	background-image: url(https://www.vercarta.com/assets/images/alergenos/iconos/frutoscascara.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.producto-alergenos div.gluten {
	background-image: url(https://www.vercarta.com/assets/images/alergenos/iconos/gluten.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.producto-alergenos div.huevos {
	background-image: url(https://www.vercarta.com/assets/images/alergenos/iconos/huevos.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.producto-alergenos div.lacteos {
	background-image: url(https://www.vercarta.com/assets/images/alergenos/iconos/lacteos.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.producto-alergenos div.moluscos {
	background-image: url(https://www.vercarta.com/assets/images/alergenos/iconos/moluscos.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.producto-alergenos div.mostaza {
	background-image: url(https://www.vercarta.com/assets/images/alergenos/iconos/mostaza.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.producto-alergenos div.pescado {
	background-image: url(https://www.vercarta.com/assets/images/alergenos/iconos/pescado.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.producto-alergenos div.sesamo {
	background-image: url(https://www.vercarta.com/assets/images/alergenos/iconos/sesamo.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
.producto-alergenos div.soja {
	background-image: url(https://www.vercarta.com/assets/images/alergenos/iconos/soja.png);
	background-size: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 20px;
	float: left;
}
/*Fin alergenos*/

#productos hr {
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 0px solid #fff;
}

.linea-producto .precio1 p, .precio2 p {
	margin: 10px 0px -10px 0px;
	text-align: center;
}

div#productos {
	margin-top: -4px;
}

.precio1, .precio2 {
	padding: 0px 10px 0px 0px;
}
.add-to-cart {
	border-radius: 50%;
	padding: 0.15rem .40rem;
}
.info-producto {
	padding: 0 15px 0 25px;
	text-transform: capitalize;
}
@media (max-width: 767px) {
	/*.info-producto {*/
	/*padding: 0px 0px 0px 10px;*/
	/*}*/
	#productos hr {
		margin: 15px 0px 0px 0px;
	}
}
.color-titulo-producto {
	color: black;
}
h5 {
	font-size: 16px;
	line-height: 17px;
	font-weight: inherit;
}
div.preciomenu {
	color: red;
	font-size: 35px;
}
.col-2 {
	-ms-flex: 0 0 15.2%;
	flex: 0 0 16%;
}
.site-title {
	line-height: 54px;
}

@media (min-width: 1200px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: auto;
	}
}

b, strong {
	font-size: 16px;
}