:root {
	--institucional1: #f9062d;
	--institucional2: #222222;
	--institucional3: #999999;
	--institucional4: #ebebeb;
	--fondo-html: #555555;
	--fondo-body: #f9f9f9;
	--subHeader1: #fafafa;
	--subHeader2: #222222;
	--footer: #222222;
	--text-color: #212529;
	--text-color-inverse: #f1f1f1;
	--hover-text-color-inverse: #ffffff;
	--background-color-menu-hover: #cccccc;
	--bordes: #e5e5e5;
	--boton: #ebebeb;
	--hover-boton: #6c757d;
	--outline-field: #212520;
	--default: #212529;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	padding: 0.75rem;
}
.fa-pencil-square-o:before {
	content: "\f044";
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: var(--hover-text-color-inverse);
	background-color: var(--hover-boton);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: var(--hover-text-color-inverse);
	background-color: var(--hover-boton);
	border-color: var(--hover-boton);
}
.btn-primary:focus, .btn-primary.focus {
	color: var(--hover-text-color-inverse);
	background-color: var(--hover-boton);
	border-color: var(--hover-boton);
	box-shadow: 0 0 0 0.2rem var(--hover-boton);
}
#messages {
	margin: 0 1rem;
}
#messages .alert {
	margin-top: 1rem;
}
#messages .alert .alertinner.wicon {
	padding-left: 0.5em;
	margin-left: 0.5em;
	display: flex;
}
#messages .alert .alertinner [class*="fa-"] {
	position: static;
	font-size: 2rem;
	margin-right: 1rem;
}
html {
	max-width: 1600px;
	min-width: 320px;
	margin: auto;
	font: 400 13px B612, sans-serif;
	background-color: var(--fondo-html);
}
body {
	background-color: var(--fondo-body);
}
h1 {
	font-size: 1.75rem;
	text-align: center;
	padding-top: 1rem;
	color: var(--institucional1);
}
h2 {
	font-size: 1.5rem;
	text-align: center;
	color: var(--institucional1);
}
a {
	color: var(--institucional1);
}
a:hover {
	color: var(--institucional2);
}
button {
	border-radius: 0.25rem;
}
i {
	width: 1.7rem;
}
footer {
	min-height: 5rem;
	background-color: var(--footer);
}
button:hover,
.btn-primary:hover {
	color: var(--hover-text-color-inverse);
	background-color: var(--hover-boton);
}
.breadcrumb {
        display: none;
}
.jumbotron {
	color: white;
	background-color: var(--institucional3);
	font-weight: bold;
}
a.jumbotron {
	display: block;
}
a.jumbotron:hover {
	background-color: var(--institucional2);
}
a.jumbotron * {
	color: white;
	font-weight: bold;
}
h2.jumbotron {
	display: none;
}
.btn-primary {
	background-color: var(--boton);
	color: var(--default);
	border: 1px solid var(--bordes);
}
.price_color,
.product_pod .price_color {
        color: var(--text-color);
}
select.form-control,
select.form-control:focus {
	color: var(--default);
	background-color: var(--boton);
}
.dropdown-menu.show {
	max-width: 20rem;
	width: max-content;
	left: 1rem;
}
.dropdown-item {
	white-space: normal;
	cursor: pointer;
}
.btn:focus {
	box-shadow: none;
}
#subHeader1,
#subHeader2 {
	display: flex;
	justify-content: space-between;
	padding: 0rem 1rem;
}
#subHeader1 {
	height: 5rem;
	background-color: var(--subHeader1);
}
#subHeader2 {
	height: 4rem;
	background-color: var(--subHeader2);
}
#subHeader1 *,
#subHeader2 * {
	align-self: center;
}
#boton-menu,
#boton-telefono,
.boton-search {
	height: 2.4rem;
	width: 3.5rem;
	background-color: var(--boton);
	border: 1px solid var(--bordes);
}
.boton-search {
	border-radius: 0rem 0.25rem 0.25rem 0rem;
	border-left-width: 0px;
}
#logotipo {
	max-height: 4rem;
}
#telefono {
	display: none;
}#subHeader1 .search_and_basket {
	display: none;
}
#subHeader2 .search_and_basket {
	display: flex;
	width: 100%;
}
#browse2 {
	display: none;
}
#browse2 > a, #subHeader2 .nav-link {
	color: var(--text-color-inverse);
}
.search_and_basket .btn-group {
	margin-left: 1rem;
}
.search_and_basket .form-search {
	display: flex;
	width: 100%;
}
.search_and_basket .form-search input {
	height: 2.4rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid var(--bordes);
}
.search_and_basket .form-search input:focus,
.form-control.variantes {
	border-color: var(--bordes);
	box-shadow: 0 0 0 0.1rem var(--bordes);
}
.search_and_basket a {
	border-color: var(--bordes);
	min-width: 6rem;
}
.search_and_basket button {
	border-color: var(--bordes);
	background-color: var(--boton);
}
.search_and_basket *:focus {
	box-shadow: none;
}
.search_and_basket button:hover,
.form-control.variantes:hover {
	color: var(--hover-text-color-inverse);
	background-color: var(--hover-boton);
}
.search_and_basket .dropdown-menu {
	width: 30rem;
}
.search_and_basket .btn.btn-outline-secondary.dropdown-toggle {
	display: none;
}
#subHeader2 .search_and_basket .btn.btn-outline-secondary {
	color: var(--outline-field);
	background-color: var(--boton);
	border-radius: 0.25rem;
}
#subHeader2>nav {
	display: none;
}
.paginador a {
	font-size: 2rem;
}
footer .nav-link {
	align-self: center;
	color: var(--text-color-inverse);
}
footer .nav-link:hover,
#browse2 > a:hover,
#subHeader2 .nav-link:hover {
	color: var(--hover-text-color-inverse);
	background-color: transparent;
	text-decoration: underline;
}
#credito {
	text-align: right;
	font-size: 0.75rem;
	margin-top: 0.1rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
	.hidden-xs {
		display: none;
	}
}

@media screen and (min-width: 576px) {
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	#menu-xs,
	#boton-telefono {
		display: none;
	}
	#subHeader1 .search_and_basket {
		display: flex;
	}
	#subHeader2 .search_and_basket {
		display: none;
	}
	#subHeader2 {
		height: 3rem;
	}
	#browse2 {
		display: block;
	}
	#subHeader2 > nav {
		display: flex;
	}
	.search_and_basket .btn.btn-outline-secondary.dropdown-toggle {
		display: inline-block;
	}
	#admin-opts-in-menu {
		display: block;
	}
	#admin-opts-in-bar {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	#subHeader2 {
		font-size: 1.25rem;
	}
	a.jumbotron {
		display: none;
	}
	h2.jumbotron {
		display: block;
	}
        .breadcrumb {
                display: flex;
                margin: 20px 10px 0px 10px;
                background-color: var(--boton);
        }
	#telefono { display: flex;
		font-size: 1.5rem;
		color: #ffffff;
		margin-right: 1rem;
	}
	#telefono > * {
		padding: 0.5rem 1rem;
	}
	#icono-tel {
		background-color: var(--institucional1);
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}
	#num-tel {
		width: max-content;
		font-weight: bold;
		background-color: var(--institucional2);
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	#admin-opts-in-menu {
		display: none;
	}
	#admin-opts-in-bar {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#subHeader1 {
		height: 6rem;
	}
	#logotipo {
		max-height: 5rem;
	}
}

@media screen and (min-width: 1200px) {
	#subHeader1 { height: 7rem;
	}
	#logotipo {
		max-height: 6rem;
	}
}
