html {
	font-size: 62.5%;
	min-height: 100%;
	position: relative;
	scroll-behavior: smooth;
}

body {
	font-size: 1.8rem;
	margin-top: 95px;
	/* Para el headroom */
	font-family: 'Mulish', sans-serif;
	font-weight: 400;
	color: #343434;
	overflow-x: hidden;
}

.container-fluid,
.container {
	padding-left: 2vw;
	padding-right: 2vw;
}

.container-fluid-content {
	padding-left: 4vw;
	padding-right: 4vw;
}

.row {
	margin-right: -2vw;
	margin-left: -2vw;
}

[class*=col-],
.col {
	padding-right: 2vw;
	padding-left: 2vw;
}

#footer {
	bottom: 0;
	width: 100%;
	background: #F3F3F3;
	padding: 7rem 2rem 3rem 2rem;
	margin-top: 3rem;
	font-size: 1.6rem;
	border-top: 1px solid #fff;
}

#footer h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.home #footer {
	margin-top: 0;
}

.lista-pie {
	margin-bottom: 5rem;
}

.lista-pie .list-group-item {
	position: relative;
	display: block;
	padding: 0.6rem 0;
	margin-bottom: -1px;
	background: none;
	border: 0;
}

.lista-pie .list-group-item a {
	color: #343434;
	display: block;
	font-size: 1.6rem;
}

.lista-pie .list-group-item a:hover {
	color: #343434;
	text-decoration: none;
	opacity: 0.7;
}

.precio-tachado {
	/* font-family: 'barlowregular'; */
	color: #ff0000;
	text-decoration: line-through;
	/* font-size: 1.2rem; */
}

.creado {
	float: right;
	margin-top: -2rem;
}

.texto-peque {
	font-size: 1.2rem;
}

.frase {

	color: #ff0000;
	font-size: 1.2rem;

	padding-bottom: 3rem;
}

.glyphicon-order {
	background: url(/img/admin/orden.png);
	width: 12px !important;
	height: 15px !important;
	margin: 0px 3px -3px 3px;
	float: right;
}

.glyphicon-ordertop {
	background: url(/img/admin/orden-top.png);
	width: 8px !important;
	height: 11px !important;
	margin: 3px 3px -3px 3px;
	float: right;
}

.glyphicon-ordertop:hover {
	background: url(/img/admin/orden-bottom.png) !important;
}

.glyphicon-orderbottom {
	background: url(/img/admin/orden-bottom.png);
	width: 8px !important;
	height: 11px !important;
	margin: 3px 3px -3px 3px;
	float: right;
}

.glyphicon-orderbottom:hover {
	background: url(/img/admin/orden-top.png);
}

.codcli {
	min-width: 13rem;
}

.lista-columnas {
	column-count: 2;
	column-gap: 3rem;
}

a {
	color: #343434;
}

p {
	margin-bottom: 0;
}

h1 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.edukia p {
	margin-bottom: 3rem;
}

.edukia li {
	margin-bottom: 1rem;
}

.edukia ul {
	margin-bottom: 3rem;
	padding-left: 2rem;
}

.edukia a {
	text-decoration: underline;
}

.edukia a:hover {
	opacity: 0.7;
	color: #343434;
}

.edukia img {
	max-width: 100%;
	height: auto !important;
	margin-bottom: 3rem;
}

.entradilla {
	background: #eee;
	padding: 2rem 2rem 0rem 2rem;
	margin-bottom: 3rem;
	border-radius: 4px;
}

.header #header {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	position: fixed !important;
	z-index: 1003;
	top: 0;
	left: 0;
	right: 0;
}

.header-top {
	background: #FFA900;
	border-bottom: 1px solid #fff;
}

.header-bottom {
	background: #FFA900;
}

.header.headroom--pinned #header {
	top: 0;
}

.header.headroom--unpinned #header {
	top: -100%;
}

.header.headroom--pinned #header {
	top: 0;
}

.header.headroom--unpinned #header {
	top: -100%;
}

.compra-rapida {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.header.headroom--pinned .compra-rapida {
	top: 100px;
}

.dropdown-menu {
	padding: 0;
	margin: 0;
}

.form-group {
	position: relative;
}

.form-control,
select {
	font-size: 1.6rem;
	font-weight: 400;
	padding: 2rem 1rem 2rem 1.5rem;
	display: block;
	width: 100%;
	border: 1px solid #b4b4b4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
	background: #fff;
}

select {
	padding: 0.8rem 1rem 0.8rem 1.5rem !important;
	line-height: 1.6rem;
	width: auto;
	height: auto !important;
}

textarea {
	height: 105px;
}

#formLateral .form-group {
	margin-bottom: .5rem !important;
}

#formLateral .form-control,
#formLateral select {
	font-size: 1.5rem;
	padding: .5rem 1rem .5rem 1rem !important;
	height: 3rem !important;
}

#formLateral label {
	margin-bottom: 0;
}

#formLateral .guardar-datos {
	margin-top: -3rem;
	position: relative;
	float: right;
}

.datos-carrito .well-botones {
	margin-top: .5rem !important;
}

::-webkit-input-placeholder,
#nuevo ::-webkit-input-placeholder {
	color: #9D9D9D !important;
	opacity: 0.6;
	filter: alpha(opacity=60)
}

:-moz-placeholder,
#nuevo :-moz-placeholder {
	color: #9D9D9D !important;
	opacity: 0.6;
	filter: alpha(opacity=60)
}

::-moz-placeholder,
#nuevo ::-moz-placeholder {
	color: #9D9D9D !important;
	opacity: 0.6;
	filter: alpha(opacity=60)
}

:-ms-input-placeholder,
#nuevo :-ms-input-placeholder {
	color: #9D9D9D !important;
	opacity: 0.6;
	filter: alpha(opacity=60)
}

::placeholder {
	color: #9D9D9D !important;
	opacity: 0.6;
	filter: alpha(opacity=60)
}

.unidades::placeholder {
	font-size: 1.4rem;
}

input:focus,
textarea:focus {
	outline: none;
}

.arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #0090FF;
	float: left;
	position: relative;
	top: 8px;
	left: -2px;
}

.pasahitza {
	color: #bcbcbc;
	font-size: 1.6rem;
	text-align: left;
	position: relative;
	top: -30px;
}

.error {
	color: #e71313 !important;
	font-weight: 700;
}

input.error {
	border-bottom: 1px solid #e71313 !important;
	font-weight: 300;
}

.error:before,
.error:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0;
	position: absolute;
	background: #e71313;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.bar:before {
	left: 50%;
}

.bar:after {
	right: 50%;
}

/* active state */
input:focus~.bar:before,
input:focus~.bar:after,
textarea:focus~.bar:before,
textarea:focus~.bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

/* active state */
input:focus~.highlight,
textarea:focus~.highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from {
		background: #538ac2;
	}

	to {
		width: 0;
		background: transparent;
	}
}

@-moz-keyframes inputHighlighter {
	from {
		background: #538ac2;
	}

	to {
		width: 0;
		background: transparent;
	}
}

@keyframes inputHighlighter {
	from {
		background: #538ac2;
	}

	to {
		width: 0;
		background: transparent;
	}
}

.btn-2c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #387b7c;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.btn-2c:hover:after,
.btn-2c:active:after {
	width: 100%;
}

input.error {
	border: 1px solid #e71313 !important;
}

.icon_error {
	position: absolute;
	display: block;
	right: 7px;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff url(/img/form_error.svg) center center no-repeat;
}

.icon_ok {
	position: absolute;
	display: block;
	right: 7px;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff url(/img/form_ok.svg) center center no-repeat;
}

.error:before,
.error:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0;
	position: absolute;
	background: #e71313;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

p.mensaje_error {
	color: #e71313;
	padding: 5px 0px;
	font-size: 1.4rem;
	position: relative;
	z-index: 0;
	margin: 0;
}

.custom-checkbox label,
.custom-radio label {
	text-transform: none !important;
	font-size: 1.4rem !important;
	font-weight: 400 !important;
	opacity: 1 !important;
	padding-top: 0.5rem;
}

.label-pedido {
	font-size: 1.5rem !important;
	font-weight: 700 !important;
}

.label-pedido span {
	display: block;
	opacity: 0.5 !important;
}

p.label-pedido {
	margin-top: 1rem;
}

.custom-radio {
	margin-top: .5rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
	background-color: transparent;
	display: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url(/img/ok.svg);
}

.custom-control {
	padding-left: 35px;
}

.custom-control-label::after {
	position: absolute;
	top: 0;
	left: -35px;
	display: block;
	width: 27px;
	height: 27px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% 50%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #B4B4B3;
}

.custom-control-label::before {
	left: -25px;
	top: 5px;
}



.custom-radio .custom-control-label::after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background: url(/img/borobil.svg) 50% 50% no-repeat;
}

.subraya {
	text-decoration: underline;
}

abbr[title] {
	border-bottom: none !important;
	cursor: inherit !important;
	text-decoration: none !important;
}

.hizkuntza {
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.hizkuntza .dropdown-toggle::after {
	border: 0;
	width: 10px;
	height: 5px;
	background: url(/img/arrow.svg) no-repeat center center;
	position: relative;
	top: 2px;
}

.hizkuntza .nav-link {
	color: #343434;
}

.hizkuntza .dropdown-menu {
	min-width: auto;
}

.hizkuntza .dropdown-menu .dropdown-item {
	padding: .75rem 1.5rem;
	font-weight: 700;
	font-size: 1.3rem;
}

.well-topheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 90px;
}

.phone {
	width: 40px;
	height: 40px;
	background: url(/img/phone.svg) no-repeat center center;
	display: inline-block;
}

.well-contacto .nav-link {
	padding: 0;
	display: flex;
	align-items: center;
}

.well-contacto .dropdown-toggle::after {
	display: none;
}

.well-contacto .dropdown-menu {
	padding: 2rem;
}

.user {
	display: flex;
	align-items: center;
}

.user:hover {
	color: #343434;
	text-decoration: none;
	opacity: 0.7;
}

.micuenta {
	font-size: 1.5rem;
	display: none;
}

.icon-user {
	width: 40px;
	height: 40px;
	background: url(/img/user.svg) no-repeat center center;
	display: inline-block;
}

.logo {
	position: absolute;
	left: 0;
	top: -39px
}

.logo img {
	width: 82px;
}

.navbar-main {
	padding: 0.3rem 0rem
}

.well-menu-search {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	position: relative;
}

.select-categoria {
	display: none;
}

.search-header {
	width: 100%;
	position: relative;
}

.search-header .input-group {
	width: 100%;
}

.btn-menu {
	font-size: 1rem;
	padding: 0.3rem 0.75rem 0rem 0.75rem;
}

.btn-menu span {
	display: block;
	height: 27px;
	width: 100%;
	background: url(/img/hamburgesa.svg) no-repeat center center;
}

.btn-menu span.icon-a {
	background: url(/img/icon-a.svg) no-repeat center center !important;
	background-size: auto 25px !important;
}

td.sinpadding {
	padding: 0 !important;
}

.btn-precio {
	padding: .2rem .7rem !important;
	font-size: 1.2rem !important;
	font-weight: 700;
	background-color: #d6d6d6;
}

.btn-precio span {
	font-size: 1.2rem;
	font-weight: 400;
}

.search-header .form-control {
	border: 0;
	border-radius: 0.3rem;
}

.search-header .form-control:active,
.search-header .form-control:focus {
	box-shadow: none;
}

.btn-search {
	width: 4rem;
	height: 4rem;
	background: url(/img/icon-search.svg) no-repeat center center;
	display: inline-block;
	position: absolute;
	right: 0.7rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}

.mm-wrapper__blocker {
	background: rgba(0, 0, 0, 0.7);
}

.mm-panels,
.mm-panel {
	background: #fff !important;
}

.mm-listitem__text {
	white-space: normal !important;
}

.mm-navbar {
	background: #fff !important;
}

.vertodos,
.mm-navbar__title>span {
	font-weight: bold !important;
	color: #343434;
}

.buscador-carrito {
	position: relative;
}

#resumen,
#resumen2 {
	display: none;
}

.resumen {
	position: fixed;
	top: 9.4rem;
	left: 0;
	overflow-y: auto;
	height: calc(90vh - 7.8rem);
	overscroll-behavior-y: contain;
	width: 100%;
	background: #fff;
}

.resumen2 {
	position: absolute;
	background: #fff;
	top: 11.3rem;
	box-shadow: 0px 30px 60px #00000029;
	border: 1px solid #D4D4D4;
}

.resumen ul li {
	border: none;
	border-top: 1px solid #ddd !important;
	margin-bottom: 0;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 16px;
}

.resumen ul li:hover,
.resumen ul li:focus,
.resumen ul li:active {
	margin-bottom: 0;
}

.resumen ul li a {
	text-decoration: none;
	display: block;
}

.resumen ul li figure {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.figure,
.figcaption {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.resumen ul li .figure {
	flex: 0 0 33.33%;
	margin-right: 1rem;
	text-align: center;
}

.resumen2 ul li .figure {
	flex: 0 0 23.33%;
}

.resumen ul li .figure img {
	width: auto;
	max-width: 100%;
	max-height: 100px;
}

.resumen ul li .figcaption {
	flex: 0 0 66.66%;
	padding-right: 2rem;
}

.title-carrito {
	font-size: 1.4rem;
}

.btn-buscadorver {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.resumen ul li:hover a.btn-buscadorver {
	background: rgba(255, 255, 255, 0.7);
}

.figcaption p:first-child {
	font-size: 1.8rem;
	font-weight: 700;
}

.resumen ul li.figcaption {
	width: 66.6%;
}

.delete {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 12px;
	right: 53px;
	background: url("/img/delete.svg") no-repeat;
	display: none;
	z-index: 4;
}

.delete.ireki {
	display: inline-block;
}

.delete-carrito {
	right: 10px;
}

.tipo {
	position: absolute;
	left: 1rem;
	top: 1rem;
	width: 13px;
	height: 13px;
	border-radius: 13px;
}

.tipo1 {
	background: #FFA900;
	display: none !important;
}

.tipo2 {
	background: #F26122;
}

.td-tipo .tipo1,
.td-tipo .tipo2 {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
}

.ver-tipo span {
	width: 13px;
	height: 13px;
	border-radius: 13px;
	display: inline-block;
	margin-right: 0.5rem;
}

.ver-tipo.tipo1,
.ver-tipo.tipo2 {
	background: none;
	position: relative;
	top: -1rem;
	font-size: 1.4rem;
}

.ver-tipo.tipo1:after {
	content: 'Profesional';
}

.ver-tipo.tipo2:after {
	content: 'Alyco Orange';
}

.tipo1 span {
	background: #FFA900;
}

.tipo2 span {
	background: #F26122;
}

.footer-buscador {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ddd !important;
	background: #eee;
	padding: 1rem 2rem;
}

.footer-buscador a:hover {
	color: #343434;
}

.footer-buscador span {
	font-weight: bold;
	text-decoration: underline;
}

.btn-contacto {
	background: #343434;
	color: #fff;
	font-size: 1.6rem;
	display: inline-block;
	width: 11.2rem;
	text-align: center;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
}

.horario {
	display: block;
	clear: both;
	font-size: 1.2rem;
}

.btn-phone {
	background: #eee;
	color: #343434;
	font-size: 1.6rem;
	width: auto;
	margin-bottom: 1rem;
}

.link-phone {
	padding: 0;
}

nav[aria-label='breadcrumb'] {
	overflow: auto;
	position: relative;
	width: 100%;
}

.breadcrumb {
	background: none;
	padding-left: 0;
	font-size: 1.3rem;
	color: #343434;
	margin-top: 1rem;
	margin-bottom: 0;
	display: flex;
	flex-flow: row nowrap;
	flex-direction: row-reverse;
	overflow: auto;
}

.breadcrumb li {
	flex-basis: 0;
	-ms-flex-positive: 1;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.breadcrumb li:nth-child(1n) {
	order: 6;
}

.breadcrumb li:nth-child(2n) {
	order: 5;
}

.breadcrumb li:nth-child(3n) {
	order: 4;
}

.breadcrumb li:nth-child(4n) {
	order: 3;
}

.breadcrumb li:nth-child(5n) {
	order: 3;
}

.breadcrumb li:nth-child(6n) {
	order: 1;
}

.breadcrumb li a {
	color: #343434;
	white-space: nowrap;
}

.breadcrumb-item.active {
	color: #343434;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 3rem;
	content: "";
	width: 10px;
	height: 7px;
	background: url(/img/arrow-miga.svg) no-repeat center center;
}

.cards-productos {
	display: flex;
	flex-wrap: wrap;
	margin: 4rem 0rem 4rem -1.5rem;
}

.cards-productos .card {
	width: calc(50% - 1.5rem);
	margin: 0 0em 2.7rem 1.5rem;
	position: relative;
	border: 0;
	padding: 0;
}

.cards-productos .card h2 {
	font-size: 2rem;
	font-weight: bold;
}

.cards-productos .card a {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.cards-productos .card .card-body {
	padding: 2rem 0;
	font-size: 1.6rem;
}

.cards-productos .card .figure {
	background: #F3F3F3;
	border: 1px solid #F3F3F3;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	max-height: 265px;
	height: 150px;
}

.cards-productos .card:hover .figure {
	background: #fff;
	border: 1px solid #ccc;
}

.cards-productos .card .figure img {
	mix-blend-mode: multiply;
	object-fit: cover;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.btn-gris {
	background: #343434;
	color: #fff;
	padding: 1.3rem 2rem !important;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 3rem !important;
}

.btn-gris:hover {
	background: #343434;
	color: #fff !important;
}

.btn-gris:hover {
	opacity: 0.7;
}

.btn-pie {
	margin: 0.7rem 0 2rem 0;
}

.nav-social {
	margin: 0 0 3rem -1rem;
}

.nav-familias {
	margin-top: 1rem;
}

.nav-familias .nav-item {
	display: block;
	width: 100%;
	position: relative;
}

.nav-familias>.nav-item {
	margin-bottom: 1rem;
}

.nav-familias .nav-item [data-toggle=collapse]::before {
	content: '';
	width: 7px;
	min-width: 7px;
	height: 12px;
	display: inline-block;
	background: #fff url(/img/arrow-familias.svg) no-repeat;
	margin-right: 5px;
	transition: all .4s;
}

.nav-familias .nav-item [data-toggle=collapse][aria-expanded=true]:before {
	content: '';
	width: 7px;
	min-width: 7px;
	height: 12px;
	display: inline-block;
	background: #fff url(/img/arrow-familias.svg) no-repeat;
	margin-right: 5px;
	transform: rotate(90deg);
	
}

.nav-familias a {
	display: flex;
	gap: 0.5rem;
	width: 100%;
	margin-bottom: -1px;
	padding: .3rem 0rem 0 0;
	align-items: baseline;
	font-size: 1.6rem;
}

.nav-familias a:hover {
	text-decoration: none;
	color: #1A1A1A;
}

.nav-familias .nav-item [data-toggle=collapse][aria-expanded=true] {
	font-weight: bold;
}
.nav-familias .nav .nav-link {
	font-size: 1.4rem !important;
	line-height: 1.5rem !important;
	padding: .7rem .5rem .7rem 2rem;
	font-weight: 400;
}

.nav-familias .nav .nav-link.active {
	font-weight: 700;
}

.nav-familias .nav {
	border-bottom: 1px solid #BCBCBC;
	padding-bottom: 1.3rem;
    margin-bottom: 1.3rem;
}


.btn-google {
	padding-left: 0;
	text-decoration: underline;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding-left: 0 !important;
}

.btn-google:hover {
	text-decoration: none;
}

.row-pie {
	border-top: 1px solid #D4D4D4;
	margin-top: 5rem;
	padding-top: 3rem;
}

.paginacion {
	padding: 23px 30px 17px 30px;
	margin-left: -15px;
	margin-right: -15px;
}

p.mostrando {
	margin-top: 4px;
	text-align: left;
	font-size: 1.6rem;
}

p.mostrando span {
	font-weight: 700;
}

.pagination {
	display: block;
	margin-bottom: 0;
	justify-content: center;
}

.pagination li {
	display: inline-block;
	margin-bottom: 1px;
}

.pagination li.active .page-link,
.pagination li .page-link:hover {}

.pagination a,
.pagination .page-link {
	border: none;
	background-color: transparent !important;
	font-size: 1.7rem;
	color: #2B3031;
	font-weight: bold;
	margin-left: 1px;
	margin-right: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0.7rem 1rem;
	text-align: center;
}

.pagination a:hover,
.pagination .page-link:hover {
	opacity: 0.7;
}

.pagination .paginaActual a {
	color: #2B3031;
	border-radius: 0;
	background: none;
	border-bottom: 3px solid #2B3031;
}

.pagination li.suite .page-link {
	display: inline-block;
	margin: 0px 0 0px 0;
}

.pagination li.suite .page-link:after {
	content: '';
	width: 5px;
	height: 10px;
	background: url("/img/arrow-miga.svg") no-repeat;
	padding-right: 1.3rem;
	display: inline-block;
	margin: 0px 0 0px 5px;
	position: relative;
	top: 2px;
}

.pagination li.precedent .page-link:before,
.volver:before {
	content: '';
	width: 5px;
	height: 10px;
	background: url("/img/arrow-miga.svg") no-repeat;
	padding-right: 1.3rem;
	display: inline-block;
	margin: 0px 5px 0px 0px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	position: relative;
	top: -2px;
}

.precedent .page-link {
	padding-left: 0;
}

.volver {
	font-size: 1.7rem;
	font-weight: 700;
	color: #1A1A1A
}

.volver {
	font-size: 1.7rem;
	font-weight: 700;
	color: #1A1A1A
}

.footer-noticia {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
}

.well-nav-tipos {
	font-size: 1.4rem;
	margin: 3rem 0 -2.7rem 0;
}

.nav-tipo {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	display: inline-block;
	margin-right: 5px;
	margin-left: -3px;
}

.nav-tipos li {
	margin-left: 3px;
}

.nav-tipos li a {
	padding-left: 3px;
	padding-right: 0;
	padding-bottom: 0rem;
	margin-right: 2rem;
}

.nav-tipos li a:hover {
	color: #343434;
	opacity: 0.7;
}

.nav-tipos li.active a {
	border-bottom: 2px solid #343434;
}

.nav-tipos li.active a:hover {
	opacity: 0.7;
}

.img-producto {
	width: auto;
	max-height: 600px;
	max-width: 100%;
}

.carousel {
	position: sticky;
	top: 2rem;
}

.carousel-thumbnails .carousel-indicators {
	bottom: -100px;
	top: auto;
}

.carousel-thumbnails .carousel-indicators li {
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: 0;
}

.carousel-thumbnails .carousel-indicators li img {
	width: 40px;
	height: 40px;
}

.carousel-thumbnails .carousel-indicators li.active img {
	border: 1px solid #BABABA;
}

.carousel-thumbnails {
	margin-bottom: 12rem;
}

.btn-primary {
	color: #fff;
	background-color: #0090FF;
	border-color: #0090FF;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: bold;
	padding: 1rem 2rem;
}

.btn-promo {
	color: #fff;
	background-color: #49AB94;
	border-color: #49AB94;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: bold;
	padding: 1rem 2rem;
	display: inline-flex;
	gap: 0.5rem;
}

.btn-promo:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(/img/icono-promo.svg) no-repeat center center;
}
.btn-promo-pedido {
	gap: 1rem;
}

.btn-promo:hover {
	opacity: 0.7;
	color: #fff;
}

.btn-secondary {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 1rem 2rem;
	line-height: 1.8rem;
}

.btn-caracteristicas,
.btn-caracteristicas:active,
.btn-caracteristicas:focus {
	background: #E0E0E0;
	color: #343434;
	font-size: 1.5rem;
	border: 0;
	box-shadow: none;
}

.card-body-caracteristicas .card {
	padding: 0;
	margin: 2rem 0 0 0;
	border: 0;
}

.compartir {
	margin: 3rem 0 3rem 0;
}

.btn-infor {
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0.7rem 0 1rem 0;
}

.btn-infor:hover {
	opacity: 0.7;
}

.btn-noinfor:hover {
opacity: 1;
}

.btn-infor span {
	display: inline-block;
	background: #FFA900;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #343434;
	border-radius: 3px !important;
	padding: 0.6rem 1rem;
	letter-spacing: 0.2rem;
}

.btn-infor::after {
	content: '';
	display: inline-block;
	height: 23px;
	width: 140px;
	background: url(/img/iconos-tecnicos.svg) no-repeat left center;
}

.btn-noinfor {
	display: inline-block;
	margin: 0 0 0 0;

}

.btn-noinfor span {
	display: inline-block;
	background: #f7e6c4;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #343434;
	border-radius: 3px !important;
	padding: 0.6rem 1rem;
	letter-spacing: 0.2rem;
	padding: 0.3rem 0.5rem;
}
.btn-noinfor::after {
	display:none;
}

.rango {
	color:#beb9b9;
	font-size: 1.3rem;
}

.btn-cart {
	background: #0090FF url(/img/cart.svg) no-repeat center center;
	width: 42px;
	height: 40px;
}

.table {
	font-size: 1.6rem;
	margin-top: 3rem;
}

.table thead th {
	border-bottom: 1px solid #dee2e6;
}

.th-right {
	text-align: right;
}

.table th {
	border-top: 0;
	line-height: 1.8rem;
}

.nowrap {
	white-space: nowrap;
}

.tr-pedido td {
	background: #f5f5f5 !important;
}

.unidades {
	border: 1px solid #B7B7B7;
	border-radius: 3px;
	background: #F5F5F5;
	padding: 0.6rem 0.7rem;
	max-width: 8rem;
	text-align: right;
	position: relative;
}

.p-com {
	min-width: 70px;
}

.unidades:after {
	position: absolute;
	top: 0;
	content: "€";
}

.cod {
	font-size: 1.4rem;
	display: block;
	clear: both;
	margin-bottom: .5rem;
}

table.table-ficha th {
	width: 100% !important;
}



table.table-ficha .cod {
	font-weight: 400;
	margin-bottom: 1rem;
	display: inline-block;
}

.estado {
	padding: 0.5rem 0.8rem;
	font-size: 1.5rem;
	line-height: 1.6rem;
	display: inline-block;
	margin-bottom: 4px;
}

.estado span {
	display: block;
	clear: both;
	font-size: 1rem;
	line-height: 1.2rem;
	margin: 5px 0 0 0;
}

.estado1 {
	color: #228F1A;
	background: #E2F0E1;
}

.estado2 {
	color: #8F1A1A;
	background: #F0E1E1;
}

.estado3 {
	color: #E46E06;
	background: #FCECDE;
}

.estado4 {
	color: #8B4609;
	background: #F0E7DF;
}

.estadoverde {
	color: #228F1A;
	background: #E2F0E1;
}

.estadorojo {
	color: #f10d0d;
	background: #F0E1E1;
}

.estadogranate {
	color: #8F1A1A;
	background: #F0E1E1;
}

.estadonaranja {
	color: #E46E06;
	background: #FCECDE;
}

.estadomarron {
	color: #8B4609;
	background: #f3bb86;
}

.estadopromo {
	color: #fff;
	background: #49AB94 url(/img/icono-promo.svg) no-repeat 5px 50%;
	padding-left: 27px;
	font-size: 1.1rem;
	border-radius: 2px;
}

.estadoazul {
	color: #0090FF;
	background: #dbe4f5;
}

.modal-producto .modal-dialog {
	max-width: 700px;
}

.modal-header .close {
	font-size: 2.5rem;
}

.modal-producto .modal-body {
	padding: 2rem 3rem;
}

.table td,
.table th {
	padding: 0.8rem 0.75rem 1rem 0.75rem;
}

.table tr:last-child td {
	border-bottom: 1px solid #dee2e6;
}

.precio {
	padding: 0.3rem 0;
	height: 4rem;
	display: inline-block;
}

.input-pre {
	width: 10rem !important;
	text-align: right;
}

.dto {
	background: #E8F5FF;
	color: #0090FF;
	border-radius: 2rem;
	padding: 0.3rem 0.6rem;
	display: inline-block;
	font-weight: 700;
	white-space: nowrap;
}

.modal-footer {
	display: flex;
	justify-content: space-between;
}

.modal-footer .btn {
	font-size: 1.5rem;
	padding: 0.7rem 2rem;
}

#modalcarrito .modal-dialog {
	max-width: 600px;
}

.h2-relacionados {
	font-size: 3rem;
	font-weight: 700;
	margin: 4rem 0 2rem 0;
}

.nav-legal a:hover {
	color: #343434;
}

.text-modal-carrito {
	margin-top: 3rem;
}

.bg-gris {
	background: #F5F5F5;
}

.well-form {
	border-radius: 3px;
	padding: 3rem 4rem;
	margin: 0 0 3rem 0;
}

.well-login {
	max-width: 360px;
	margin: 2rem auto 5rem;
}

.userform label {
	font-size: 1.5rem;
	font-weight: 700;
}

.olvido {
	font-size: 1.5rem;
	margin: -0.5rem 0 2rem 0;
	display: block;
}

.olvido:hover {
	color: #343434;
}

.introduce {
	margin: -1.4rem 0 2.4rem 0;
}

.text-micuenta {
	display: none;
}

.well-minombre-icon {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
}

.minombre {
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	text-align: right;
	font-size: 1.4rem;
	font-weight: 700;
	position: absolute;
	left: 0;
	right: 35px;
}

.user-registered {
	width: 100%;
	max-width: 190px;
}

.user-registered:hover {
	color: #343434;
}

.como-cliente {
	background: #FFD687;
	padding: 1.5rem 1rem;
	border-radius: 3px;
}

.user-registered:active,
.user-registered:focus {
	color: #343434;
}

.user-registered .icon-user {
	position: absolute;
	right: 0;
}

.user-registered::after {
	display: none;
}

.carrito {
	margin-right: 1rem;
	margin-top: 1rem;
}

.text-carrito {
	display: none;
}

.icon-carrito {
	width: 40px;
	height: 40px;
	background: url(/img/cart-b.svg) center center no-repeat;
	display: inline-block;
	position: relative;
	top: 0.6rem;
}

.n-carrito {
	display: inline-block;
	min-width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 16px;
	background: #0090FF;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -4px;
	right: 0;
	right: -4px;
	font-size: 1.2rem;
	padding-left: 4px;
	padding-right: 4px;
}

.well-user-carrito {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
	max-width: 350px;
}

.well-user-carrito .dropdown-menu {
	min-width: 190px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 30px 60px #00000029;
	border: 1px solid #D4D4D4;
	border-radius: 3px;
	overflow: hidden;
	top: 1rem !important;
}

.well-user-carrito .dropdown-menu .list-group-item {
	border-bottom: 0;
	border-top: 0;
}

.list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-top: 0 !important;
}

.well-user-carrito .dropdown-menu ul {
	border-radius: 3px;
}

.well-user-carrito .dropdown-menu ul li {
	padding: 0;
}

.well-user-carrito .dropdown-menu ul li a {
	padding: 0.75rem 1.25rem;
	display: block;
}

.well-user-carrito .dropdown-menu ul li a:hover {
	text-decoration: none;
	color: #343434;
	background: #eee;
}

.well-listado .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-top: 0 !important;
}

.salir a {
	padding: 1.35rem 1.25rem !important;
	border-top: 1px solid rgba(0, 0, 0, .125) !important;
	margin-top: 1rem;
}

.user-list {
	font-size: 1.6rem;
}

.h1-migas {
	margin: 2rem 0 0.5rem 0;
}

.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
	background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

.input-file-container {
	position: relative;
	width: 100%;
	display: block;
	background-color: #D6D6D6;
	border-radius: 4px;
	height: 4.2rem;
}

.js .input-file-trigger {
	display: inline-block;
	padding: 0px 5px 7px 5px;
	background: #D6D6D6;
	border-radius: 4px;
	color: #fff;
	font-size: 1.6rem !important;
	transition: all .4s;
	cursor: pointer;
	text-transform: none;
	position: absolute;
	left: 10px;
	top: 10px;
	color: #343434;
	z-index: 0;
}

.js .input-file {
	width: 100%;
	opacity: 0;
	padding: 7px 5px 7px 5px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	mix-blend-mode: multiply;
}

.js .input-file:hover+.input-file-trigger,
.js .input-file:focus+.input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
	background: #D6D6D6 cursor: pointer;
}

.file-return {
	margin: 0;
}

.file-return:not(:empty) {
	margin: 1em 0;
}

.js .file-return {
	font-style: italic;
	font-size: .9em;
	font-weight: bold;
}

.js .file-return:empty {
	display: none;
}

.compra-rapida {
	border: 1px solid #E2E2E2;
	background: #FAFAFA;
	padding: 1rem 2rem;
	border-radius: 4px;
	position: sticky;
	top: -3px;
	top: -63px;
	z-index: 3;
}

.compra-rapida h2 {
	font-size: 2rem;
	font-weight: bold;
}

.form-referencia {
	display: flex;
	align-items: end;
}

.btn-anadir {
	padding: 0.8rem 1.6rem !important;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 0 0rem 1rem;
}

.group-unidades {
	width: 8rem;
	margin-left: 1rem;
}

.well-csv {
	display: flex;
}

.por-fichero {
	display: none;
}

.compra-rapida .form-group {
	margin-bottom: 0;
}

.producto-carrito {
	display: flex;
	width: 100%;
	padding: 0 1.5rem;
}

.figure-carrito {
	width: 6.6rem;
	position: relative;
	margin-right: 1rem;
}

.promociones .figure-carrito {
	width: auto !important;
}

.figure-carrito .tipo {
	left: 0.2rem;
	top: 0rem;
	width: 10px;
	height: 10px;
	border-radius: 13px;
}

.well-cod-estado {
	display: block;
	/* display: flex;
	justify-content: space-between; */
}

.well-cod-estado .estado {
	position: static;
	margin-top: -0.3rem;
}

.info-producto {
	width: 100%;
}

.title-producto {
	padding-bottom: 0.6rem;
	display: block;
	line-height: 1.6rem;
}

.td-h {
	display: block;
	height: 4rem;
}

.input-com {
	position: relative;
	padding-right: 0px;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}

.input-com span {
	height: 3.6rem;
	line-height: 3.3rem;
	text-align: right;
	width: 10px;
	padding-left: 5px;
}

.input-dto {
	width: 3.5rem;
}

.td-h+span {
	height: 3.6rem;
	line-height: 3.6rem;
}

.btn-eliminar {
	display: block;
	width: 40px;
	height: 40px;
	background: url(/img/eliminar.svg) no-repeat center center;
	position: absolute;
	left: 0.5rem;
	bottom: 0;
}

.btn-actualizar {
	display: block;
	width: 40px;
	height: 40px;
	background: url(/img/actualizar.svg) no-repeat center center;
	position: absolute;
	left: 60px;
	bottom: 0;
}

.td-iconos {
	position: absolute;
	left: 0;
	bottom: 7px;
	padding-right: 0;
}

.datos-carrito {
	margin: 0rem -4vw 0 -4vw;
	border-top: 1px solid #D4D4D4;
	padding: 1.5rem 3rem 2rem 3rem;
	background: #fff;
	border-bottom: 1px solid #D4D4D4;
}

.datos-carrito dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #BEBEBE;
	margin: 2rem 0 0 0;
	padding: 1.5rem 0 0 0;
	font-size: 1.6rem;
	clear: both;
}

.datos-carrito dt {
	width: 50%;
	font-weight: normal;
	margin-bottom: 0.7rem;
}

.datos-carrito dd {
	width: 50%;
	margin: 0;
	text-align: right;
	margin-bottom: 0.7rem;
}

.datos-carrito dl strong {
	font-size: 2rem;
	text-transform: uppercase;
}

.well-botones {
	display: flex;
	justify-content: flex-end;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 2rem 0 0 0;
	column-gap: 10px;
}

.well-table-carrito {
	background: #fff;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	padding-left: 0rem;
	padding-right: 0rem;
	margin: 3rem -4vw 0 -4vw;
	/* overflow-x: hidden; */
}

table.table tr td.banatzailea+td {
	padding-left: 1.5rem;
}



.well-table-carrito table {
	margin-top: 0;
}

.well-table-carrito table tr:first-child {
	border-top: 0 !important
}

.con-dto {
	opacity: 0.5;
}

.con-dto.precio span {
	padding-left: 0.7rem;
}

.h2-cliente {
	font-size: 2rem;
	font-weight: 700;
}

.mensaje-confirmacion {
	background: #E2F0E1;
	color: 2rem;
	font-weight: 700;
	color: #228F1A;
	text-align: center;
	padding: 1rem;
	margin-bottom: 2rem;
}

.nombre-oferta {
	font-size: 2.5rem;
	margin-bottom: 2rem;
}

.caja {
	border-radius: 4px !important;
	font-size: 1.6rem;
	font-weight: 700;
	width: auto;
	background: #fff;
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #D4D4D4;
}

.caja th {
	background: #F5F5F5;
	border-bottom: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}

.caja td {
	border-right: 1px solid #D4D4D4;
}

.caja th:last-child,
.caja td:last-child {
	border-right: 0;
}

.caja td,
.caja th {
	padding: 0.5rem 1.4rem;
	text-align: center;
}

.nombre-cif {
	font-size: 1.6rem;
}

.caja-total th {
	text-transform: uppercase;
	letter-spacing: 0.3rem;
	white-space: nowrap;
}

.caja-total td {
	font-size: 2rem;
}

.flex-comision {
	justify-content: flex-end;
	padding-bottom: 3rem;
}

.well-print {
	border-top: 1px solid #C7C7C7;
	padding: 2rem 0 0 0;
	margin: 3rem 0 3rem 0;
	display: flex;
	justify-content: flex-end;
}

.btn-print {
	background: #D8D8D8 url(/img/icon-print.svg) no-repeat 8px 50%;
	font-size: 1.5rem;
	font-weight: 700;
	color: #343434;
	padding: 0.7rem 1rem 0.7rem 3.7rem !important;
}

.cabecera-imprimir {
	font-size: 1.4rem;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #C7C7C7;
	display: none;
}

.sa {
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.imprimir-dcha {
	margin-top: 1rem;
}

.h1-mis-datos {
	padding-bottom: 2rem;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 2rem;
}

.dl-datos {
	font-size: 1.6rem;
	margin-bottom: 3rem;
}

.dl-datos dd {
	margin-bottom: 1rem;
}

.datos-card {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #EBEBEB;
	padding: 2rem;
	font-size: 1.6rem;
}

.datos-card h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.h2-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dato {
	color: #0090FF;
	background: #E8F5FF;
	min-width: 65px;
	padding: 1rem 1rem;
	font-size: 1.6rem;
	text-align: center;
	line-height: 2.6rem;
	font-weight: 700;
	border-radius: 3rem;
	display: inline-block;
}

.grid-dl-datos {
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}

.grid-dl-datos .dato {
	padding: .1rem 1rem;
}

.grid-dl-datos dt {
	flex: 1;
	font-weight: 400;
	line-height: 1.5rem;
}

.grid-dl-datos dd {
	flex: 1;
	text-align: right;
}

.flex-data {
	display: flex;
}

.flex-data select {
	max-width: 8rem;
}

.flex-data select:first-child {
	max-width: 6rem;
}

.delete-buscar {
	position: relative;
	display: block !important;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	background: url(/img/delete.svg) no-repeat center center;
}

.btn-buscar {
	padding: 0.8rem 1.5rem !important;
}

.footer_search {
	display: flex;
	align-items: center;
}

.buscador label {
	line-height: 1.8rem;
}

.control-data {
	width: 12rem;
}

.btn-buscar-dropdown-menu {
	background: #E6E6E6;
	font-size: 1.5rem;
}

.btn-buscar-dropdown-menu+.collapse {
	background: none;
	border: 0;
	padding: 2rem 0;
}

.buscador {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2rem;
}

#buscar {
	position: relative;
}

#numero {
	width: 19rem;
	position: absolute;
	right: 0;
	bottom: -5.3rem;
	font-family: 'Mulish', sans-serif;
	font-size: 1.6rem;
}

#numeroC {
	width: 19rem;
	position: absolute;
	right: 22rem;
	bottom: -12rem;
	font-family: 'Mulish', sans-serif;
	font-size: 1.6rem;
}

.total-tabla {
	font-size: 1.7rem;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
	min-width: 280px;
	text-align: left;
}

.btn-csv {
	background: #E6E6E6;
	color: #343434;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 3px;
	margin-left: 1rem;
}

.resultados {
	position: relative;
	right: 0;
	top: 0rem;
}

.btn-eliminar:hover,
.btn-actualizar:hover {
	opacity: 0.7;
}

.well-table-carrito .table tr:last-child td {
	border-bottom: 0 !important;
}

/* .table table {
	width: 100%;
} */

.well-table-carrito .table table tr:last-child td,
.table table td,
.table table th {
	border: 0 !important
}

.table td.td-botonera {
	padding-top: 0 !important;
	text-align: center;
}

.table-accordion {
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
}

.table-accordion tr td {
	height: 0;
	border: 0 !important;
	font-size: 0;
	padding: 0 !important;
}

.table-accordion.show {
	height: auto;
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

.table-accordion.show tr td {
	height: auto;
	border: 0 !important;
	font-size: 0;
	font-size: 1.4rem;
	padding: 0.2rem 0.75rem 0.6rem 0.75rem !important;
}

.table tbody+tbody {
	border: 0;
	padding-bottom: 1rem;
}

.tarte-botoia {
	display: inline-block;
	width: 7rem;
}

.tarte-botoia .btn {
	background: #E6E6E6;
	border-radius: 3px;
	font-size: 1.6rem;
	padding: 0;
	width: 90%;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.tarte-botoia .btn:before {
	content: 'Ver';
}

.tarte-botoia .btn[aria-expanded='true']:before {
	content: 'Cerrar';
}

.tabla-datos table.table tr:hover {
	background: #F5F5F5 !important;
}

.block {
	display: block;
	margin: 0.5rem 0 1rem 0px;
}

.rs {
	display: block;
	font-size: 1.3rem;
}

.vencido {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
}

.vencido1 {
	background: #DAF0DD;
	color: #27A738;
}

.vencido2 {
	background: #F5DEDB;
	color: #C53C2C;
}

.btn-ver {
	background: #E6E6E6;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 700;
	border-radius: 3px;
	color: #343434;
}

.btn-iniciar {
	background: #FCD385;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 700;
	border-radius: 3px;
	color: #343434;
}

.btn-artic,
.btn-artic:hover {
	background: #0090FF;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 700;
	border-radius: 3px;
	color: #fff;
	white-space: nowrap;
}

.btn-artic:hover {
	opacity: 0.7;
}

.flex-cliente {
	border-bottom: 1px solid #AFAFAF;
	padding-bottom: 0rem;
	margin-bottom: 2rem;
}

.flex-cliente .btn-iniciar {
	padding: 1rem 2rem;
}

.flex-cliente .btn-iniciar {
	margin: -1rem 0 2rem 0;
}

.saldo-deuda {
	display: flex;
	justify-content: space-between;
	column-gap: 3rem;
	margin: 3rem 0;
}

.saldo,
.deuda {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 1rem;
	text-align: center;
	border-radius: 3px;
	width: 100%;
}

.saldo {
	background: #E0F5DB;
}

.deuda {
	background: #F5DEDB;
}

.saldo span,
.deuda span {
	display: block;
	font-size: 3rem;
}

.deuda span {
	color: #C53C2C;
}

.estado-oferta,
.estado-pedido,
.estado-albaran,
.estado-factura {
	font-size: 1.5rem;
	padding: 0.2rem 0.7rem;
	white-space: nowrap;
}

.estado-oferta1 {
	background: #DFEDDE;
	color: #228F1A;
}

.estado-oferta2 {
	background: #F0E1E1;
	color: #8F1A1A;
}

.estado-oferta3 {
	background: #FCECDE;
	color: #E46E06;
}

.estado-oferta4 {
	background: #dbe4f5;
	color: #0090FF;
}

.estado-pedido1 {
	background: #DFEDDE;
	color: #228F1A;
}

.estado-pedido2 {
	background: #F0E1E1;
	color: #8F1A1A;
}

.estado-pedido3 {
	background: #FCECDE;
	color: #E46E06;
}

.estado-albaran1 {
	background: #DFEDDE;
	color: #228F1A;
}

.estado-albaran2 {
	background: #F0E1E1;
	color: #8F1A1A;
}

.estado-albaran3 {
	background: #FCECDE;
	color: #E46E06;
}

.estado-factura1 {
	background: #DFEDDE;
	color: #228F1A;
}

.estado-factura2 {
	background: #F0E1E1;
	color: #8F1A1A;
}

.estado-factura3 {
	background: #FCECDE;
	color: #E46E06;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-total {
	font-size: 1.5rem;
	margin: 2rem 0 -2rem 0;
	display: block;
}

.flex-total-bottom {
	margin-bottom: 0rem;
}

.nombre-cif {
	text-align: right;
}

.sin-asignar {
	display: flex;
	justify-content: flex-end;
}

.sin-asignar .form-group {
	margin-bottom: 0;
}

.asignar {
	display: flex;
	align-items: end;
	column-gap: 1rem;
}

.estado-oferta-detalle {
	margin: -1rem 0 2rem 0rem;
}

.descuento-oferta {
	display: flex;
	justify-content: flex-end;
	text-align: right;
}

.descuento-oferta dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	margin: 2rem 0 2rem 0;
	max-width: 300px;
}

.descuento-oferta dl strong {
	text-transform: uppercase;
	font-size: 2rem;
}

.descuento-oferta dt {
	width: 60%;
	font-weight: normal;
	display: flex;
	align-items: center;
}

.descuento-oferta dd {
	width: 40%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.input-descuento {
	width: 9.3rem;
	position: relative;
}

.input-descuento input {
	padding: 2rem 5.4rem 2rem 1.5rem;
	text-align: right;
}

.input-descuento:after {
	content: '%';
	display: inline-block;
	width: 13px;
	height: 4.2rem;
	line-height: 4.2rem;
	position: absolute;
	right: 4.2rem;
	top: 0;
}

.btn-actualizar-oferta {
	display: inline-block;
	background: #F5F5F5 url(/img/actualizar.svg) no-repeat center center;
	border-radius: 0 3px 3px 0;
	border: 1px solid #B7B7B7;
	width: 3.5rem;
	height: 4.2rem;
	position: absolute;
	text-outline: 0 0 #000;
	top: 0;
	right: 0;
}

.d-envio {
	font-size: 1.4rem;
	margin: 1rem 0 1rem 0;
}

.caja-full {
	width: 100%;
	display: grid;
	margin: 2rem 0 -1rem 0;
}

.flex-pedido .caja-full {
	margin-bottom: 3rem;
}

.flex-pedido .caja-full .flex {
	padding: 0 1rem;
}

.col-print {
	display: none;
}

.servidas {
	text-align: right;
	color: #228F1A;
}

.verde {
	color: #228F1A;
}

.col-unidades .restos {
	display: block;
	text-align: left;
}

.table table th {
	padding-top: 0;
	padding-bottom: 0;
}

.col-uni {
	width: 100px;
	max-width: 100px;
	min-width: 100px;
}

.col-pre {
	width: 100px;
	max-width: 100px;
	min-width: 100px;
}

.col-dto {
	width: 70px;
	max-width: 70px;
	min-width: 70px;
}

.restos {
	/*color: #8F1A1A;*/
	color: #ff0000;
	text-align: right;
	font-size: 1.3rem;
}

.restos a {
	color: #8F1A1A;
	text-align: right;
}

.restos a span {
	text-decoration: underline;
}

.restos span {
	display: block;
	font-size: 1.2rem;
}

.cantidad span {
	display: block;
	font-size: 1.2rem;
}

.cantidad span:not(.verde) {
	color: #ff0000;
}

.td-enlinea {
	white-space: nowrap;
}

.footer-factura {
	font-size: 1.4rem;
}

.footer-factura p {
	margin-bottom: 1rem;
}

.bg-hero {
	position: relative;
	height: auto;
	overflow: hidden;
}

.bg-hero .col-12 {
	position: absolute;
	bottom: 4rem;
	left: 2rem;
	z-index: 1;
}

.bg-empresa .col-12 {
	left: auto;
}

.hero {
	position: relative;
	object-fit: cover;
	object-position: center right;
	z-index: 0;
	width: 100%;
	max-height: 500px;
	min-height: 180px;
}

.hero-empresa {
	max-height: 300px;
}

th a.active .glyphicon-ordertop {
	background: url(/img/admin/orden-top.png);
	color: #1279b9 !important;
}

th a.active .glyphicon-orderbottom {
	background: url(/img/admin/orden-bottom.png);
}

th a.active-top,
th a.active-bottom {
	color: #1279b9 !important;
	font-weight: bold;
}

th a.active-top .glyphicon-order {
	background: url(/img/admin/orden-top.png);
}

th a:hover.active-top .glyphicon-order {
	background: url(/img/admin/orden-bottom.png);
}

th a.active-bottom .glyphicon-order {
	background: url(/img/admin/orden-bottom.png);
}

th a:hover.active-bottom .glyphicon-order {
	background: url(/img/admin/orden-top.png);
}

th a:hover {
	color: #0471b6 !important;
	text-decoration: none;
	border: 0;
	background: none !important;
	box-shadow: none !important;
}

th a:hover .glyphicon-order {
	background: url(/img/admin/orden-top.png);
}

th a:hover .glyphicon-ordertop {
	background: url(/img/admin/orden-bottom.png);
}

th a:hover .glyphicon-orderbottom {
	background: url(/img/admin/orden-top.png);
}

.intro-home h1,
.intro-empresa h1 {
	font-weight: 300;
	font-size: 3.5rem;
	padding-right: 5rem;
	margin-bottom: 0.7rem;
}

.intro-empresa h1 {
	font-weight: 700;
	text-align: center;
	padding-right: 0;
}

.intro-descargas h1 {
	color: #fff !important;
}

.tag-home {
	display: inline-block;
	background: #FFA900;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.3rem 0.8rem;
	text-transform: uppercase;
}

.home {
	background: #F6F4F9;
}

.cards-home {
	margin: -2rem 1rem 0 1rem;
}

.card-home {
	background: #fff;
	text-align: center;
	padding: 11rem 3rem 4rem 3rem;
	position: relative;
	margin-bottom: 3rem;
}

.card-home span {
	display: inline-block;
	width: 7rem;
	height: 7rem;
	border-radius: 7rem;
	border: 2px solid #fab900;
	position: absolute;
	left: 50%;
	top: 2.6rem;
	transform: translateX(-50%);
}

.card-home1 span {
	background: url(/img/star.svg) no-repeat center center;
}

.card-home2 span {
	background: url(/img/herramienta.svg) no-repeat center center;
}

.card-home3 span {
	background: url(/img/escudo.svg) no-repeat center center;
}

.card-home4 span {
	background: url(/img/premio.svg) no-repeat center center;
}

.card-home4 {
	background: #3F3A40;
	color: #fff;
}

.card-home4 span {
	border: 2px solid #ffffff;
}

.card-home h2 {
	font-weight: 700;
	font-size: 2.3rem;
	margin-bottom: 1.5rem;
}

.bg-productos {
	background: #ffffff;
}

.cards-productos .card-title-home {
	width: calc(100% - 1.5rem) !important;
	text-align: center;
}

.card-title-home h2 {
	font-weight: 300 !important;
	font-size: 3.5rem !important;
	margin-bottom: 0.7rem;
}

.card-title-home p {
	font-weight: 700;
}

.bg-catalogo {
	height: 300px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	color: #fff;
	width: 100%;
	justify-content: center;
	margin-bottom: 6rem;
	position: relative;
}

.bg-catalogo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	z-index: 0;
}

.bg-catalogo a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	z-index: 2;
}

.bg-catalogo h2 {
	font-weight: 300;
	font-size: 3.5rem;
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 2;
}

.btn-descarga {
	background: #fab900;
	color: #343434;
	padding: 1rem 4rem;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 2rem auto;
	position: relative;
	z-index: 2;
}

.btn-descarga span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/img/eye.svg) no-repeat center center;
	margin-right: 8px;
}

.header-noticias h2 {
	font-weight: 300;
	font-size: 2.5rem;
}

.btn-vertodas {
	background: #E6E6E6;
	font-size: 1.6rem;
	font-weight: 700;
}

.header-noticias {
	font-weight: 700;
	margin-bottom: 3rem;
}

.grid-news .figure {
	display: block;
	border-radius: 3px;
}

.grid-news figure,
.more-news figure {
	position: relative;
}

.grid-news figure a,
.more-news figure a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.grid-news img {
	width: 100%;
}

.grid-news article {
	margin-bottom: 6rem;
}

.grid-news article h2 {
	font-size: 2.5rem;
	line-height: 3.3rem;
	font-weight: 700;
}

.fecha {
	margin: 2rem 0 1rem 0;
	font-size: 1.4rem;
	font-weight: 700;
	opacity: 0.5;
}

.fecha-ver {
	margin: 1rem 0 0rem 0;
}

.grid-news article .figure {
	overflow: hidden;
	padding: 0;
	margin-bottom: 2vw;
}

.btn-enviar {
	margin: 2rem 0 3rem;
}

.medios {
	margin: 3rem 0 3rem 0;
}

.medios .btn-phone-pie {
	font-size: 3rem;
}

.helbidea {
	font-size: 1.4rem;
}

.lista-medios {
	padding: 0;
	margin: 3rem 0 0 0;
	font-size: 1.5rem;
}

.lista-medios li {
	list-style: none;
	padding: 0;
	margin: 0 0 0.5rem 0;
}

.lista-medios li span:first-child {
	font-weight: 700;
	opacity: 0.5;
	display: inline-block;
	min-width: 13rem;
}

.lista-medios li:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 13px;
	background: url(/img/mail.svg) no-repeat left center;
	background-size: 14px;
}

.h1-confirm {
	text-align: center;
}

.h2-empresa {
	margin: 3rem 0 3rem 0;
	text-align: center;
	font-size: 3rem;
	font-weight: 300;
}

.bg-calidad {
	margin: 3rem 0;
	padding: 6rem 0;
	background: rgb(248, 248, 249);
}

.calidad {
	width: 100%;
	border-radius: 4px;
	margin-bottom: 1rem;
}

.row-calidad {
	align-items: center;
}

.row-calidad h2 {
	align-items: center;
	font-size: 1.8rem;
	color: #fab900;
	letter-spacing: .1rem;
}

.row-calidad h3 {
	align-items: center;
	font-weight: 300;
	font-size: 3.4rem;
	line-height: 3.4rem;
	margin-bottom: 2rem;
}

.row-calidad {
	align-items: center;
	margin-bottom: 5rem;
}

.btn-calidad {
	background: #fab900;
	font-size: 1.5rem;
	font-weight: 700;
	color: #343434;
	text-decoration: none !important;
}

.card-valores {
	border: 1px solid #eeecf0;
	background: #fff;
	padding: 4rem;
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}

.card-valores img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.card-valores span {
	display: block;
	font-size: 5rem;
	font-weight: 300;
	color: #fab900;
	width: 100%;
}

.card-valores:last-child span {
	color: #343434;
}

.card-valores:last-child {
	background: #fab900;
	color: #343434;
}

.h2-valores {
	font-size: 3.4rem;
	text-align: center;
	font-weight: 300;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
	width: 42px;
	height: 42px;
	background: url(/img/arrow-slick.svg) no-repeat center center;
	transform: translate(0, 0%);
}

.slick-next,
.slick-next:hover {
	transform: rotate(180deg);
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.responsive {
	margin: 4rem 0 4rem 0;
	font-size: 1.4rem;
}

.responsive h2 {
	font-size: 2.2rem;
	margin-bottom: 2rem;
}

.responsive div {
	margin: 0 1rem;
}

.slick-dots {
	display: none;
}

.grid-descargas {
	margin: 3rem 0rem 3rem 0rem;
	display: inline-flex;
	flex-wrap: wrap;
}

.card-descargas {
	background: #f6f4f8;
	text-align: center;
	position: relative;
	font-weight: 700;
	width: calc(50% - 2rem);
	margin: 0 1rem 2rem 1rem;
}

.card-descargas h2 {
	padding: 2rem;
	font-size: 1.4rem;
}

.card-descargas img {
	width: 100%;
}

.card-descargas a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.tipo-pedido {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background: #E6E6E6;
	margin-right: 0.5rem;
	margin-top: 0.2rem;
}

.tipo-pedido1 {
	background: #4A7EC2;
}

.tipo-pedido2 {
	background: #E6E6E6;
}

.tipo-pedido3 {
	background: #ff0000;
}

.tipo-pedido-leyenda {
	margin-left: 2rem;
}

.tipo-pedido-leyenda span {
	position: relative;
	top: 0.2rem;
}

.well-botonestabla {
	white-space: nowrap;
}

.error-carrito {
	font-size: 1.3rem;
	position: relative;
	top: 0.6rem;
}

.ui-menu {
	z-index: 1;
}

#carousel-thumb:fullscreen {
	width: 100vw;
	height: 100vh;
	/* etc.. */
}

#carousel-thumb:fullscreen .carousel-promo:before {
	display: none;
}

#carousel-thumb:fullscreen .img-producto {
	width: auto;
	height: 100vh;
	max-height: 100% !important;
}

#carousel-thumb:fullscreen.carousel-fade .carousel-item-next.carousel-item-left,
#carousel-thumb:fullscreen.carousel-fade .carousel-item-prev.carousel-item-right,
#carousel-thumb:fullscreen.carousel-fade .carousel-item.active {
	background: #fff;
	text-align: center;
}

#carousel-thumb:fullscreen.carousel-thumbnails .carousel-indicators {
	bottom: 0px;
	top: auto;
}

/* .btn-close.btn-fullscreen { */
.btn-fullscreen {
	background: #F3F3F3 url(/img/icon-search.svg) center center no-repeat;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: absolute;
	border: 0;
	display: block;
	z-index: 11;
	top: 1rem;
	left: 1rem;
	display: none;
}


.btn-close {
	background: #F3F3F3 url(/img/delete.svg) center center no-repeat;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: absolute;
	border: 0;
	display: block;
	z-index: 11;
	top: 1rem;
	right: 1rem;
	display: none;
}



#carousel-thumb:fullscreen .btn-close, .figure-carrito:fullscreen .btn-close {
	display: block !important;
}

#carousel-thumb:fullscreen .btn-fullscreen, .figure-carrito:fullscreen .btn-fullscreen {
	display: none !important;
}

.figure-carrito:fullscreen img {
    max-height: 100vh;
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-fullscreen.btn-txiki {
    width: 20px;
	height: 20px;
    top: 1rem;
    left: -1rem;
	background: #F3F3F3;
	font-size: 1.7rem;
	line-height: 1.4rem;
	padding: 0;
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 0;
	text-align: center;
	font-weight: 700;
}

.header-pedido {
	display: flex;
	justify-content: space-between;
}

.btn {
	border-radius: 2rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.col-tabla {
	order: 2;
}

.col-producto {
	order: 3;
	flex-basis: content;
	flex-basis: auto;
	font-size: 1.6rem;
}

#descripcion {
	border: 0;
}

.modal-producto h2.modal-title {
	font-size: 3rem;
}

.modal-producto h3 {
	background: #eee;
	padding: 0.5rem 1rem;
	border-radius: 3px;
	font-size: 2rem;
	margin: 3rem 0 1rem 0;
	font-weight: bold;
}

.modal-producto .edukia {
	font-size: 1.6rem;
}

.modal-producto .edukia dl,
.edukia-fitxa dl {
	display: flex;
	flex-wrap: wrap;
}

.modal-producto .edukia dt,
.edukia-fitxa dt {
	width: 40%;
}

.edukia-fitxa dt {
	font-weight: 400;
}

.modal-producto .edukia dd,
.edukia-fitxa dd {
	margin-left: auto;
	width: 60%;
}

.well-contacto-user {
	display: flex;
	align-items: center;
}

.codigo-pedido {
	display: block;
	white-space: nowrap;
}

.ver-albaranes {
	background: #fff !important;
	font-size: 1.6rem;
	font-weight: 700;
	padding-right: 3rem;
	border: 1px solid #D7D7D7 !important;
}

.well-ver-albaranes .dropdown-menu {
	top: -1px;
	min-width: 149px;
}

.btn-vaciar-carrito {
	background: url(/img/eliminar.svg) no-repeat right center;
	padding-right: 3rem;
	font-size: 1.5rem;
	font-weight: 700;
	margin-right: 3.7rem;
	border-radius: 0;
}

.boton-video,
.boton-video:hover {
	display: inline-block;
	background: #F3F3F3 url(/img/icono-video.svg) 1rem 50% no-repeat;
	text-decoration: none;
	padding: 1rem 2rem 1rem 5rem;
	border-radius: 2.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: #343434;
	margin-top: 2rem;
}

.boton-video:hover {
	opacity: 0.7;
}

.imprimir {
	position: static;
	top: 0;
	right: 4vw;
}

.imprimir .btn-primary {
	padding: 1rem 2rem !important;
}

.guardar-datos {
	margin-top: 1rem;
	text-align: right;
}

.btn-guardar {
	font-size: 1.3rem;
	padding: .7rem 1.5rem;
}

#Tclave {
	padding-right: 46px !important;
}

#ojo {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 9px;
	bottom: .8rem;
	opacity: .3;
	cursor: pointer;
	background: url(/img/view.png) no-repeat;
	background-size: contain;
}

#ojo.abierto {
	background: url(/img/hidden.png) no-repeat;
	background-size: contain;
}


.PrintArea {
	margin: 20px 5px;
	padding: 10px;
	width: 400px;
}

.buttonBar {
	height: 30px;
}

.buttonBar div {
	display: inline-block;
	float: left;
	margin-right: 10px;
	padding: 3px 12px;
	cursor: pointer;
}

.button {
	background: none repeat scroll 0 0 #999999;
	border: 1px solid blue;
	color: #EEEEEE;
	text-align: center;
}

div.settingName {
	display: inline-block;
	vertical-align: top;
}

div.settingVals {
	display: inline-block;
	padding-left: 10px;
}

span.test {
	color: red;
}

#Retain.PrintArea.area1 {
	border: 1px solid #999;
}

.PrintArea.area1 {
	border: solid 1px #ffb40f;
}

.PrintArea.area2 {
	border: solid 1px #20ff58;
}

.PrintArea.area3 {
	border: solid 1px #999;
}

.header-ficha {
	display: flex;
	background: #EEEEEE;
	border-radius: 0.9rem;
	gap: 1rem;
	margin-bottom: 2rem;
}

.header-ficha h1 {
	margin: 1rem 2rem 1rem 0;
	font-size: 2rem;
}

.header-ficha img {
	width: auto;
	max-width: 80px;
	max-height: 80px;
	mix-blend-mode: multiply;
	padding: 1rem;
}

.header-ficha .figure {
	width: 80px;
	text-align: center;
}

.header-ficha dl {
	display: flex;
	font-size: 1.4rem;
	gap: 0.3rem;
	flex-wrap: wrap;
}


.header-ficha dt {
	width: 25%;
	white-space: nowrap;
}

.header-ficha dd {
	margin-left: auto;
	width: 70%;
}

.btn-azul-claro {
	background: #DBEFFF;
	font-size: 1.6rem;
	font-weight: bold;
	color: #343434;
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 0.5rem;
	border-radius: 0;
}

.carrito-azul {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/img/cart-azul.svg) no-repeat center center;
}

.header-ficha header {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.botones-opciones {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	align-items: end;
	border-radius: 0 0 0.9rem 0;
	overflow: hidden;
}

.btn-opciones {
	border-radius: 0 0 0.9rem 0;
	position: relative;
	z-index: 2;
	background: #8B8B8B;
	border: 0;
}

.dropdown-opciones {
	position: inherit;

}

.dropdown-opciones .dropdown-menu {
	border: 0;
	background: none;
	width: 100%;
}

.collapse-opciones {
	margin-bottom: 3rem;
	margin-top: -2rem;
	transition: all 0.3s;
}

.collapse-opciones .header-ficha {
	margin-bottom: 1rem;
	margin-right: 0rem;
	margin-left: 0rem;
	margin-top: 2rem;
}

.collapse-opciones .header-ficha h2 {
	font-size: 2rem;
	font-weight: 700;
	margin: 1.5rem 2rem 1rem 0;
}

.collapse-opciones .header-ficha {
	align-items: center;
}

.collapse-opciones .header-ficha:hover {
	text-decoration: none;
	color: #343434;
	opacity: 0.7;
}

.h2-ficha {
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
	padding: 1.5rem 2rem;
	background: #EEEEEE;
}

.btn-imprimir-azul {
	border-radius: 1.5rem;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0;
	display: inline-flex;
	background: #fff;
	gap: 0.7rem;
	align-items: center;
	margin: -0.65rem 1rem;
	text-transform: uppercase;
}

.btn-imprimir-azul::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/img/print-azul.svg) no-repeat center center;
}

.edukia-fitxa {
	margin: 2rem auto;
	max-width: 770px;
}

.edukia-fitxa h3 {
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid #E1E1E1;
	margin: 4.7rem 0 1.8rem 0;
}

.lista-documentos {
	padding: 0;
	margin: -0.5rem 0 0 0;
}

.lista-documentos li {
	list-style: none;
	padding: 1rem;
	margin: 0;
	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lista-documentos li:last-child {
	border-bottom: 1px solid #E2E2E2;
}

.lista-documentos ul li:last-child {
	border-bottom: 0;
}


.lista-videos li {
	display: block;
	border-bottom: 1px solid #E2E2E2;
}

.lista-videos li:last-child {
	border-top: 0 !important
}

.lista-documentos ul {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.lista-videos ul {
	justify-content: flex-start;
	padding: 0.7rem 0 0 0;
	max-width: 0;
}


.title-documentos {
	display: block;
	width: 160px;
	font-size: 1.6rem;
	font-weight: 700;
}

.lista-documentos li li {
	border: 0;
	padding: 0.65rem 0;
}

.btn-descarga-azul,
.btn-play-azul {
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	background: #DBEFFF;
	padding: 0.4rem 0.8rem;
	display: flex;
	gap: 0.4rem;
	align-items: center;
	margin: 0 0.3rem;
}

.btn-descarga-azul:hover,
.btn-play-azul:hover {
	opacity: 0.7;
}

.btn-play-azul {
	background: #DBEFFF;
	padding: 0;
	width: 65px;
	height: 65px;
	border-radius: 65px;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.btn-descarga-azul:before {
	content: '';
	width: 9px;
	height: 13px;
	display: inline-block;
	background: url(/img/descarga-azul.svg) no-repeat center center;
}

.btn-play-azul:before {
	content: '';
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url(/img/play-azul.svg) no-repeat center center;
}


.my-sidebar {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
}

.header-ficha-print {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-bottom: 2rem;
	border-bottom: 6px #EEEEEE solid;
	padding-bottom: 1.2rem;
	display: none;
}

.header-ficha-print img {
	width: 110px;
}

.title-ficha-print {
	background: #0090FF;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
	display: inline-block;
	padding: 0.5rem 2rem;
	text-transform: uppercase;
}

.intro-ficha-print {
	display: none;
}

.carousel .carousel-item {
	text-align: center;
}

.carritos-vacios {

	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	gap: 0rem;
	text-align: center;
	margin: 10px 0;
}

.carritos-vacios a {
	background: #CEE5F7;
	padding: 0.5rem 2rem;
	border-radius: 3rem;
}

.carritos-vacios a:hover {
	text-decoration: none;
}

.carritos-vacios .icon-carrito {
	width: 50px;
	height: 40px;
	background: url(/img/cart-b.svg) center center no-repeat;
	display: inline-block;
	position: relative;
	top: 0.2rem;
	background-size: 32px auto;
}

.carritos-vacios .carrito {
	margin-top: 0;
	margin-left: 0;
	display: flex;
	align-items: center;
}

.carritos-vacios .text-carrito {
	display: block;
}

.carritos-vacios .n-carrito {
	min-width: 20px;
	height: 20px;
	line-height: 20px;
}

.header-mes {
	display: flex;
	gap: 1rem;
	margin: 3rem 0 -2rem 0;
}

.navegacion-mes {
	display: flex;
	gap: 0.7rem;
}

.navegacion-mes a {
	display: inline-block;
	height: 32px;
	width: 32px;
	border-radius: 32px;
	background: #E6E6E6 url(/img/arrow-mes.svg) no-repeat center center;
}

.navegacion-mes a:hover {
	opacity: 0.7;
}

.mes-siguiente {
	transform: rotate(-180deg);
}

.grid-datos .datos-card:first-child {
	position: relative;
	z-index: 1;
}

.texto-legal-contacto {
	font-size: 1.2rem;
}

.texto-legal-contacto p {
	margin-bottom: 1rem;
}

.table table tr:first-child td,
.table table tr:first-child th {
	padding-bottom: 0;
}

.btn-masinfo {
	padding: 0 .5rem;
}

.tooltip-container {
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.tooltip {
	opacity: 0;
	z-index: 99;
	color: #bbb;
	min-width: 266px;
	display: block;
	font-size: 11px;
	padding: 5px 10px;
	border-radius: 3px;
	text-align: center;
	text-shadow: 1px 1px 2px #111;
	background: rgba(51, 51, 51, 0.9);
	border: 1px solid rgba(34, 34, 34, 0.9);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute;
	right: -118px;
	bottom: 40px;
	color: #fff;
}

.tooltip:before,
.tooltip:after {
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(51, 51, 51, 0.9);
	position: absolute;
	bottom: -10px;
	left: calc(50% - 14px);
}

.tooltip-container:hover .tooltip,
a:hover .tooltip {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.tooltip table {
	width: 100%;
}

.cards-productos .card a.btn-descagar-promocion {
	position: absolute !important;
	z-index: 3;
	font-size: 1.6rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding-left: 0;
	margin-top: -2rem;
	top: 100% !important;
	left: 0 !important;
	right: auto !important;
	bottom: 0rem !important;
}

.cards-productos .card a.btn-descagar-promocion:hover {
	opacity: 0.7;
}

.cards-productos .card a.btn-descagar-promocion::before {
	content: '';
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(/img/icon-pdf.svg) no-repeat center center
}

.card-promo a span {
	display: none;
	position: absolute;
	padding: 1rem 2rem;
	background: #343434;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 3rem !important;
	left: 0;
	bottom: 4rem;
	white-space: nowrap;
}

.card-promo a span:hover {
	opacity: 0.7;
}

.cards-productos .card-promo {
	padding-bottom: 1rem !important;
}

.navbar-familias {
	padding: 0;
}

.navbar-familias .navbar-toggler {
	padding: 0;
	font-size: 1.6rem;
	outline: none;
	font-weight: 700;
}

.navbar-familias .navbar-toggler-icon {
	background: url(/img/hamburger-t.svg) center center no-repeat;
	background-size: contain;
	margin-right: 1rem;
}

table.promociones {
	width: 100% !important;
	background-color: #fff;
	border-bottom: 2px solid #d4d4d4;
}

.promocion:last-child table.promociones {
	border: 0;
}

table.promociones td {
	border: 0;
	padding: 0 2rem !important;
	vertical-align: middle;
}

table.promociones td.img {
	width: 40% !important;
	max-height: 20rem;
	vertical-align: middle;
	background-color: #fff;
}

table.promociones td.img img {
	width: 100%;
	max-width: 100%;
}

table.promociones tr:last-child td {
	border-bottom: 0;
}

table.promociones tr.carac table {
	width: 100%;
}



table.promociones tr.carac td[rowspan="2"] {
	width: 80px;
	padding: 0 !important;
	text-align: right;
}

table.promociones .table-ficha {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	width: auto !important;

}

table.promociones .table-ficha td {
	padding: 0 !important;
}

table.promociones .table-ficha th {
padding-left: 0 !important;
padding-bottom: 0 !important;
}

/*table.promociones .table-ficha th,
table.promociones .table-ficha td {
	text-align: center;
	width: 25rem;
}

table.promociones .table-ficha th {
	border-bottom: 1px solid #000 !important;
	padding-bottom: .5rem !important;
}

 table.promociones .table-ficha tr th:first-child,
table.promociones tr .table-ficha td:first-child {
	padding-left: 0 !important;
	text-align: left;
	border-bottom: 0 !important;
	width: 15rem !important;
	padding-bottom: 0 !important;
}
 */

table.promociones .btn-cart {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-size: 60% 60%;
}

table.promociones tr.carac td {
	/* background-color: #bbb; */
	text-align: center;
	padding: .2rem .5rem 1.5rem .5rem !important;
}

table.promociones .title-producto {
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 700;
	margin-top: 1rem;
}



/* table.promociones .titulo-producto {
	background-color: #dddada;
} */

table.promociones .unidades {
	margin-left: auto;
	margin-right: auto;
}

.icon-filtro {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/img/icon-filter.svg);
}

.toggler-filter {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.flex-filtros {
	display: flex;
	align-items:center;
	gap: 3rem;
	justify-content: flex-start;
}

.btn-borrar-filtros {
	font-size: 1.6rem;
	padding: 0.2rem 2rem;
	border: 1px solid #707070;
	border-radius: 3rem;
}
.h2-filtrar {
	display: none;
}

.promocion {
	background-color: #fff;
}

table.promociones td.titulo-producto {
	border-bottom: 1px solid #d4d4d4 !important;
}


/* .figure-promo .figure, .carousel-promo {
	position: relative;
	overflow: hidden !important;
}



.figure-promo .figure:before, .carousel-promo:before {
	content: '';
	width: 120px;
	height: 23px;
	background:#49AB94 url(/img/icon-promo.svg) center center no-repeat;
	color: #fff;
	position: absolute;
	top: 12px;
	right: -30px;
	-webkit-transform: rotate(36deg);
	transform: rotate(36deg);
	z-index: 2;
	text-align: center;
	font-size: 1.1rem;
	line-height: 2.1rem;
	font-weight: 400;
	display: inline-block;
} */


.etiquetas {
	display: -webkit-inline-flex;
	display: inline-flex;
	position: absolute;
	top: 4px;
	left: 3px;
	z-index: 2;
	
}

#carousel-thumb .etiquetas {
	left: auto;
	right: 0;
}

.etiqueta {
	flex: 1;
	margin-right: 3px;
	padding: 3px 10px 3px 27px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.1rem;
	display: inline-block;
}

.etiqueta-promo {
	color: #fff;
	background: #49AB94 url(/img/icon-promocion.svg) 6px 50% no-repeat;
}

.etiqueta-nuevo {
	background: #FFA800 url(/img/icon-nuevo.svg) 6px 50% no-repeat;
}

.etiqueta-descatalogado {
	color: #fff;
	background: #404040 url(/img/icon-descatalogado.svg) 6px 50% no-repeat;
}

.cooperativa {
	position: absolute;
	top: 30rem;
	left: 0;
	z-index: 1;
	font-size: 22rem;
	font-weight: 700;
	color: #FFA900;
	opacity: .6;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	letter-spacing: -10px;
	
}

@media (max-width: 410px) {
	.td-iconos {
		position: static;
		left: 0;
		bottom: 7px;
	}

	.btn-eliminar {
		position: static;
	}

	.btn-actualizar {
		position: static;
	}
}

@media (min-width: 410px) {
	.td-iconos {
		position: static;
		left: 0;
		bottom: 7px;
	}

	.btn-eliminar {
		position: static;
	}

	.btn-actualizar {
		position: static;
	}
}

@media (min-width: 576px) {



	.btn-azul-claro {
		margin: 0 0rem 0 0;
	}

	.btn-opciones {
		margin-left: 0.5rem;
	}

	.well-pedido-veralabaranes {
		display: flex;
		justify-content: space-between;
	}

	.grid-valores {
		display: inline-flex;
		flex-wrap: wrap;
		margin: -1rem 0 0 -1rem;
		width: calc(100% + 2rem);
	}

	.card-valores {
		width: calc(50% - 2rem);
		margin: 0 1rem 2rem 1rem;
	}

	.grid-news article img {
		transition: all 0.3s;
		transform: scale(1);
	}

	.grid-news article:hover img {
		transform: scale(1.1);
	}

	.grid-news {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-column-gap: 57px;
	}

	.grid-news article {
		grid-column: auto / span 6;
	}

	.grid-news .figure {
		width: 100%;
		margin-bottom: 10px;
	}

	.grid-news article:first-child .figure {
		height: 350px;
	}

	.grid-news article:first-child {
		grid-column-start: 1;
		grid-column-end: 7;
		grid-row-start: 1;
		grid-row-end: 3;
	}

	.grid-news article:nth-child(2),
	.grid-news article:nth-child(3) {
		grid-column: auto / span 6;
	}

	.grid-relacionados article:nth-child(2),
	.grid-relacionados article:nth-child(3),
	.grid-relacionados article:first-child {
		grid-column: auto / span 6;
	}

	.grid-relacionados article:first-child {
		grid-column-start: 1;
		grid-column-end: 7;
		grid-row-start: 1;
		grid-row-end: 1;
	}

	.grid-relacionados article .figure {
		height: 25rem !important;
	}

	.grid-news article:first-child img {
		object-fit: cover;
		object-position: 50% 50%;
		width: 100%;
		height: 100%;
	}

	.grid-news article h3 {
		font-size: 2rem;
	}

	.grid-news article .figure {
		height: 25rem;
		margin-bottom: 1.3vw;
	}

	.grid-news article:first-child .figure {
		max-height: 350px;
		margin-bottom: 1.3vw;
	}

	.grid-news article:nth-child(2) .figure,
	.grid-news article:nth-child(3) .figure {
		height: auto;
		height: 150px;
		margin-bottom: 2vw;
	}

	.grid-news article img {
		object-fit: cover;
		object-position: center center;
		width: 100%;
		height: 100%;
	}

	.bg-productos .cards-productos .card {
		width: calc(33.33% - 1.5rem);
	}

	.cards-home {
		display: flex;
		flex-wrap: wrap;
		column-gap: 3rem;
	}

	.card-home {
		width: calc(50% - 1.5rem);
	}

	.well-form {
		background: #fff;
		border: 1px solid #D4D4D4;
		margin: 5rem auto 5rem;
	}

	.imprimir {
		right: 2vw;
	}
}

@media (min-width: 768px) {
	.imprimir {
		position: absolute;
		right: 4vw;
	}

	.imprimir .btn-primary {
		padding: 1rem 2rem !important;
	}

	.precio {
		height: 4rem;
	}

	.breadcrumb {
		display: flex;
		flex-flow: row nowrap;
		flex-direction: row;
		overflow: auto;
	}

	.breadcrumb li:nth-child(1n) {
		order: 1;
	}

	.breadcrumb li:nth-child(2n) {
		order: 2;
	}

	.breadcrumb li:nth-child(3n) {
		order: 3;
	}

	.breadcrumb li:nth-child(4n) {
		order: 4;
	}

	.breadcrumb li:nth-child(5n) {
		order: 5;
	}

	.breadcrumb li:nth-child(6n) {
		order: 6;
	}

	.well-contacto-user {
		justify-content: space-between;
		width: 70%;
	}

	.cards-productos .card .figure {
		height: 250px;
	}

	.home .cards-productos .card .figure {
		height: 180px;
	}

	.nowrap-kendu-azalpena {
		width: 100%;
		white-space: nowrap;
		overflow: hidden !important;
		text-overflow: ellipsis;
		height: 30px;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-ms-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}

	.showmore {}

	.showmore.show .nowrap-kendu-azalpena {
		height: auto;
	}

	.showmore .more,
	.showmore.show .dots {
		display: none
	}

	.showmore.show .more {
		display: inline
	}

	.showmore.show {
		width: 100%;
	}

	.showmore.show .more+.nowrap-kendu-azalpena,
	.showmore.show .more+.nowrap-kendu-aktoreak {
		white-space: normal !important;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-ms-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}

	.showmore a {
		cursor: pointer;
		display: block;
		margin-top: 0.5em;
		margin-bottom: 1em;
		font-weight: bold;
	}

	.nowrap-kendu-aktoreak:empty+span+a {
		display: none;
	}

	.gehiago {
		font-size: 1.3rem;
	}

	.gehiago:before {
		content: 'Leer más';
	}

	.gehiago_pt:before {
		content: 'Ler mais';
	}

	.gehiago_fr:before {
		content: 'Lire plus';
	}

	.gehiago_en:before {
		content: 'Read more';
	}

	.gehiago:before,
	.gehiago_pt:before,
	.gehiago_fr:before,
	.gehiago_en:before {
		text-transform: uppercase;
		font-weight: bold;
		border-bottom: 2px solid #343434;
	}

	.showmore.show .gehiago:before {
		content: 'Cerrar';
	}

	.showmore.show .gehiago_pt:before {
		content: 'Fechar';
	}

	.showmore.show .gehiago_fr:before {
		content: 'Fermer';
	}

	.showmore.show .gehiago_en:before {
		content: 'Close';
	}

	.col-tabla {
		order: 3;
		flex-basis: content !important;
		display: flex;
		flex-wrap: wrap;
	}

	.col-producto {
		order: 2;
		flex-basis: 0;
		display: grid;
		min-width: 500px;
	}

	/*
	.columnas-producto {
		display: grid;
		grid-template-columns: 50% auto;
		grid-template-rows: 50%;
		grid-gap: 10px 10px;
	}
	*/
	.breadcrumb-ver {
		margin-bottom: 1rem;
	}

	.card-body-caracteristicas .card {
		margin: 0;
	}

	.btn-fullscreen {
		display: block;
	}

	.btn-menu-productos {
		margin-right: 4rem !important;
	}

	.grid-descargas {
		margin: 5rem -2rem 5rem -2rem;
		width: calc(100% + 4rem);
		justify-content: center;
	}

	.card-descargas {
		width: calc(33.33% - 4rem);
		margin: 0 2rem 4rem 2rem;
	}

	.card-descargas h2 {
		font-size: 1.6rem;
	}

	.responsive div {
		margin: 0 2rem;
	}

	.row-calidad h3 {
		font-size: 4.4rem;
		line-height: 4.4rem;
	}

	.h2-empresa {
		font-size: 5rem;
	}

	.grid-news article:nth-child(2) figcaption,
	.grid-news article:nth-child(3) figcaption {
		padding-left: 30px;
	}

	.grid-relacionados article:nth-child(2) figcaption,
	.grid-relacionados article:nth-child(3) figcaption {
		padding-left: 0px;
	}

	/*
	.well-albisteak {
	width:100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 3rem 0 3rem;
}*/
	.well-albistea {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
		padding: 3rem 3rem 0 3rem;
	}

	.well-actualizacion {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
		padding: 0rem 3rem 0 3rem;
	}

	/*
	.grid-news {
		grid-template-columns: 65% calc(35% - 47px);
		grid-column-gap: 47px;
	}*/
	.grid-news article {
		grid-column: auto / span 4;
	}

	.grid-news article:first-child {
		grid-column-start: 1;
		grid-column-end: 8;
		grid-row-start: 1;
		grid-row-end: 3;
	}

	.grid-news article:nth-child(2),
	.grid-news article:nth-child(3) {
		grid-column: auto / span 5;
	}

	.grid-relacionados article:nth-child(2),
	.grid-relacionados article:nth-child(3),
	.grid-relacionados article:first-child {
		grid-column: auto / span 4;
	}

	.grid-relacionados article:first-child {
		grid-column-start: 1;
		grid-column-end: 5;
		grid-row-start: 1;
		grid-row-end: 1;
	}

	.grid-news article:first-child h3 {
		font-size: 3rem;
		padding: 5px 27px;
	}

	.footer-factura {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.flex-pedido {
		display: flex;
		column-gap: 3rem;
		align-items: baseline;
		margin: 1rem 0 -3rem 0;
	}

	.flex-pedido td {
		font-size: 1.6rem !important;
	}

	.flex-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.flex-total {
		font-size: 1.5rem;
		margin: 2rem 0rem -2rem 0;
		display: flex;
	}

	.flex-total-bottom {
		margin-bottom: 0rem;
	}

	.resultados {
		position: relative;
		right: 0;
		top: 0rem;
	}

	.btn-buscar-dropdown-menu+.collapse:not(.show) {
		display: block;
		padding: 0rem 0;
	}

	.btn-buscar-dropdown-menu {
		display: none;
	}

	.flex-data {
		max-width: 25rem;
	}

	.buscador {
		display: flex !important;
		flex-wrap: nowrap !important;
		column-gap: 2rem !important;
		align-items: end !important;
	}

	.buscador .form-group {
		margin-bottom: 0;
	}

	.cabecera-imprimir {
		display: flex;
		justify-content: space-between;
		display: none;
	}

	.sa {
		margin-bottom: 0rem;
	}

	.imprimir-dcha {
		margin-top: 0rem;
		text-align: right;
	}

	.logo-datos {
		display: flex;
	}

	.logo-datos div:first-child {
		margin-right: 2rem;
	}

	.flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.nombre-cif {
		text-align: right;
	}

	.h2-cliente {
		font-size: 2.5rem;
		font-weight: 700;
	}

	.producto-carrito {
		padding: 0;
	}

	table.table tr td.banatzailea+td {
		padding-left: 0rem;
	}

	.well-table-carrito {
		background: #fff;
		border: 1px solid #D4D4D4;
		padding-left: 2rem;
		padding-right: 2rem;
		margin: 3rem 0vw 2rem 0vw;
		border-radius: 4px;
	}

	.datos-carrito {
		margin: 1.4rem 0vw 0 0vw;
		border: 1px solid #D4D4D4;
		border-radius: 4px;
		padding: 1.5rem 3rem 2rem 3rem;
		background: #fff;
		position: sticky;
		top: 1rem;
	}

	h1 {
		font-size: 3rem;
	}

	.btn-caracteristicas,
	.btn-caracteristicas:active,
	.btn-caracteristicas:focus {
		display: none;
	}

	.card-body-caracteristicas:not(.show) {
		display: grid;
	}

	.col-producto {
		padding-left: 0 !important;
	}

	.carousel-thumbnails .carousel-indicators li {
		width: 65px;
		min-width: 65px;
		height: 65px;
		overflow: hidden;
		text-indent: 0;
	}

	.carousel-thumbnails .carousel-indicators li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

	.well-nav-tipos {
		display: flex;
		align-items: center;
		font-size: 1.5rem;
		margin: 3rem 0 -3.7rem 0;
	}

	.nav-tipos {
		margin-left: 3rem;
		position: relative;
		top: -4px;
	}

	.col-pie {
		display: flex;
		justify-content: flex-end;
	}

	.btn-phone-pie {
		pointer-events: none;
	}

	.container-fluid,
	.container {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	.cards-productos {
		margin: 5.5rem -1.5rem 4rem -1.5rem;
	}

	.card-relacionados {
		margin-top: 2rem;
	}

	.cards-productos .card {
		width: calc(33.33% - 3rem);
		margin: 0 1.5rem 2.7rem 1.5rem;
		position: relative;
		border: 0;
		padding: 0;
	}

	.bg-productos .cards-productos .card {
		width: calc(25% - 3rem);
	}

	body {
		margin-top: 100px;
		/* Para el headroom */
	}

	.resumen {
		position: absolute;
		top: 3.9rem;
		left: 26.4rem;
		right: 0;
		max-height: calc(90vh - 3.8rem);
		overscroll-behavior-y: contain;
		width: auto;
		border-radius: 0 0 3px 3px;
		z-index: 10;
		background: #fff;
		overflow-x: hidden;
		overflow-y: hidden;
	}

	.resumen2 {
		top: 12.9rem;
		left: 0rem;
	}

	.resumen:before {
		content: '';
		background: #C7C7C7;
		height: 1px;
		left: 0;
		right: 0;
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 11;
	}

	.well-listado {
		border-top: 1px solid #C7C7C7;
		max-height: calc(90vh - 12.7rem);
		overflow-y: auto;
		overflow-x: hidden;
		overscroll-behavior-y: contain;
	}

	.resumen2 .well-listado {
		max-height: calc(90vh - 8rem);
	}

	.resumen ul {
		width: 70%;
		margin: 0 auto;
	}

	.footer-buscador {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.resumen[style*="display: block"]+div {
		position: fixed !important;
		background: rgba(0, 0, 0, 0.7) !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		top: 9.9rem !important;
		width: 100% !important;
		height: 100% !important;
		z-index: 0;
	}

	.resumen2[style*="display: block"]+div {
		display: none;
	}

	.micuenta {
		display: inline-block;
		white-space: nowrap;
	}

	.select-categoria {
		display: inline-block !important;
	}

	.dropdown:hover>.dropdown-menu {
		display: block;
	}

	.well-contacto .dropdown-menu {
		display: flex;
		align-items: center;
		float: none;
		position: relative;
		background: none;
		border: 0;
		padding: 0;
	}

	.btn-contacto {
		background: none;
		border-right: 1px solid #707070;
		border-radius: 0;
		font-size: 1.4rem;
		color: #343434;
		font-weight: 700;
		height: 2.7rem;
		padding-right: 2rem;
		margin-bottom: 0;
	}

	.btn-phone {
		pointer-events: none;
		background: none;
		font-size: 1.4rem;
		color: #343434;
		font-weight: 700;
		margin: 0 0 0 1rem;
	}

	.phone {
		display: none;
	}

	.link-phone {
		display: flex;
		align-items: center;
		pointer-events: none;
	}

	.header-top {
		background: #fff;
	}

	.logo {
		position: relative;
		left: 0;
		top: 0px;
		margin-right: 2rem;
	}

	.logo img {
		width: 120px;
	}

	.well-topheader {
		padding-left: 0;
	}

	.navbar-main {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

	.btn-menu {
		font-size: 1.6rem;
		font-weight: bold;
		margin-right: 2.5rem;
		margin-left: 1.5rem;
		padding-left: 0;
		padding-right: 0;
	}

	.btn-sinborder {
		border-bottom: 0;
	}

	.search-header {
		display: flex;
		flex-wrap: nowrap;
		background: #fff;
		border-radius: 3px;
	}

	.btn-menu {
		display: flex;
		align-items: center;
	}

	.btn-menu span {
		display: inline-block;
		height: 27px;
		width: 14px;
		background: url(/img/hamburger-t.svg) no-repeat center center;
		margin-right: 0.7rem;
	}

	.btn-menu span.icon-a {
		display: none;
	}

	.select-categoria {
		color: #343434;
		font-size: 1.6rem;
		font-weight: 400;
		padding: 0.9rem 1rem 0.9rem 1.5rem;
		border: 0;
		height: auto;
		border-radius: 3px 0 0 3px;
		border-right: 1.4rem solid #fff;
		margin-right: -3px;
		width: 220px;
	}

	.select-categoria:active,
	.select-categoria:focus {
		box-shadow: none !important;
		outline: none;
	}

	.select-divider {
		display: inline-block;
		border-right: 1px solid #EBEBEB;
		height: 4rem;
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.btn-fullscreen.btn-txiki {
		top: 0;
		left: -10px;
	}
	
	.flex-filtros {
		justify-content:space-between;
		border-bottom: 1px solid #BCBCBC;
		padding-bottom: 1rem;
		margin-top: 1.3rem;
	}



	.h2-filtrar {
		display: block;
		font-weight: bold;
	}

	
	.navbar-familias {
		display: block;
	}

	.promocion {
		background-color: #fff;
		padding: 2rem 3rem 0 3rem;
	}

	table.promociones tr.cabecera th {
		font-size: 1.4rem;
		font-weight: 700;
		padding-top: 1rem;
	}
	
	table.promociones tr.carac td {
		font-size: 1.4rem;
	}

	table.promociones td.img {
		width: 20% !important;
	}

	table.promociones .form-control {
		font-size: 1.4rem;
	}

	.nav-familias {
		margin-top: 1.3rem;
	}

	.con-frase {
		white-space: nowrap;
		display: table-cell;
		vertical-align: top;
		padding-right: 2rem;
	}

	.frase {
		display: table-cell;
		vertical-align: top;
		padding-bottom: 3rem;
	}

	.total-tabla {

		text-align: right;
	}

	.carritos-vacios {
		margin: 0px 0;
	}

	.my-sidebar {
		-ms-flex: 0 0 430px;
		flex: 0 0 430px;
		width: 430px;
	}

	.col-documentos {
		-ms-flex: 0 0 230px;
		flex: 0 0 230px;
		background-color: greenyellow;
	}

	.edukia-fitxa {
		margin: 5rem auto;
		max-width: 770px;
	}

	.card-descargas {
		width: calc(25% - 2rem);
	}

	.h2-valores {
		margin-top: 2rem;
		font-size: 4.4rem;
	}

	.mision {
		text-align: right;
	}

	.grid-news article:nth-child(2) .figure,
	.grid-news article:nth-child(3) .figure {
		height: auto;
	}

	.grid-news article:nth-child(2) img,
	.grid-news article:nth-child(3) img,
	.grid-news article img {
		object-fit: cover;
		object-position: center center;
		width: 100%;
		height: 100%;
		min-height: 230px;
	}

	.grid-news article:first-child h2 {
		font-size: 2.5rem;
		line-height: 3.3rem;
		margin-top: 1rem,
	}

	.grid-relacionados article:first-child h2 {
		font-size: 2.5rem;
		line-height: 3.3rem;
		margin-top: 0;
	}

	.grid-relacionados article:nth-child(2) h2,
	.grid-relacionados article:nth-child(3) h2 {
		margin-top: -1rem;
	}

	.intro-home {
		padding-top: 10rem;
		padding-bottom: 8rem;
		margin-bottom: 8rem;
	}

	.grid-news article:first-child {
		grid-column-start: 1;
		grid-column-end: 7;
		grid-row-start: 1;
		grid-row-end: 3;
	}

	.grid-news article:nth-child(2),
	.grid-news article:nth-child(3) {
		grid-column: auto / span 6;
	}

	.grid-relacionados article:nth-child(2),
	.grid-relacionados article:nth-child(3),
	.grid-relacionados article:first-child {
		grid-column: auto / span 4;
	}

	.grid-relacionados article:first-child {
		grid-column-start: 1;
		grid-column-end: 5;
		grid-row-start: 1;
		grid-row-end: 1;
	}

	.grid-news article:nth-child(2) .figure,
	.grid-news article:nth-child(3) .figure {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}

	.grid-news article:nth-child(2) .figcaption,
	.grid-news article:nth-child(3) .figcaption {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}

	.grid-relacionados article:nth-child(2) .figure,
	.grid-relacionados article:nth-child(3) .figure {
		display: block;
		vertical-align: top;
		width: 100%;
	}

	.grid-relacionados article:nth-child(2) .figcaption,
	.grid-relacionados article:nth-child(3) .figcaption {
		display: block;
		vertical-align: top;
		width: 100%;
	}

	.grid-news article:not(:first-child) .figure {
		margin-right: 23px;
	}

	.grid-relacionados article:not(:first-child) .figure {
		margin-right: 0px;
	}

	.bg-catalogo {
		margin-bottom: 6rem;
	}

	.header-noticias h2 {
		font-size: 4.5rem;
	}

	.bg-catalogo h2 {
		font-size: 4.5rem;
		margin-bottom: 1.5rem;
	}

	.cards-home {
		margin: -3rem 0rem 4rem 0rem;
	}

	.card-home {
		width: calc(25% - 2.3rem);
	}

	.bg-hero .col-12 {
		position: absolute;
		bottom: 12rem;
		left: 9rem;
		z-index: 1;
	}

	.bg-empresa .col-12 {
		left: auto;
	}

	.intro-home h1,
	.intro-empresa h1 {
		font-size: 4.5rem;
		margin-bottom: 0.7rem;
	}

	.btn-ver {
		line-height: 2rem;
	}

	.btn-iniciar {
		line-height: 2rem;
	}

	.compra-rapida {
		top: -73px;
	}

	.well-cod-estado {
		display: block;
	}

	.figure-carrito {
		width: 9.6rem;
	}

	.col-carrito {
		padding-right: 0 !important;
	}

	.compra-rapida {
		display: flex;
		padding-top: 2rem;
		padding-bottom: 2rem;
		margin: 1.4rem 0 2rem 0;
	}

	.por-fichero {
		display: block;
		width: 90%;
		margin-left: 2rem;
		border-left: 1px solid #D3D3D3;
		padding-left: 2rem;
	}

	.obser a {
		font-size: 1.1rem;
		text-decoration: underline;
	}

	.text-micuenta {
		display: inline-block;
		font-size: 1rem;
		text-transform: uppercase;
		font-weight: 700;
		margin-bottom: 0.6rem;
		margin-left: 35px;
		top: -1rem;
		position: relative;
	}

	.minombre {
		text-align: left;
		left: 35px;
		right: 10px;
		top: -1.8rem;
	}

	.user-registered .icon-user {
		right: auto;
		left: -0.5rem;
		top: -3.3rem;
	}

	.user-registered {
		background: #E6E6E6 0% 0% no-repeat padding-box;
		border-radius: 3px;
		position: relative;
	}

	.como-cliente {
		background: #FFD687;
		padding: .5rem 1rem;
		border-radius: 3px;
		max-width: 220px;
	}

	.user-registered::after {
		display: inline-block;
		position: absolute;
		right: 0.9rem;
		top: 50%;
		transform: translateY(-50%);
		border: 0;
		width: 10px;
		height: 5px;
		background: url(/img/arrow.svg) no-repeat center center;
	}

	.well-user-carrito .dropdown-menu {
		top: 0rem !important;
	}

	.text-carrito {
		display: inline-block;
	}

	.carrito {
		display: flex;
		align-items: center;
		font-size: 1.5rem;
		margin-top: 0.7rem;
		margin-left: 2rem;
	}

	.carrito:hover {
		color: #343434;
		text-decoration: none;
		opacity: 0.7;
	}

	.icon-carrito {
		top: 0.2rem;
	}

	.cards-productos .card-title-home {
		width: calc(40% - 3rem) !important;
		text-align: left;
		padding-top: 3rem;
	}

	.bg-productos .cards-productos .card {
		width: calc(20% - 3rem);
	}
}

@media (min-width: 1200px) {

	.por-fichero {

		width: 70%;

	}

	.lateral-descarga {
		position: sticky;
		top: 3rem;
		width: 100%;

	}

	.header-ficha dl {
		flex-wrap: nowrap;
		justify-content: left;
		width: 340px;
	}

	.header-ficha dt {
		width: 7rem;
	}

	.header-ficha dd {
		width: auto;
		margin-right: 3rem;
	}

	.header-ficha img {
		width: auto;
		max-width: 160px;
		max-height: 160px;
		mix-blend-mode: multiply;
		padding: 1rem;
	}

	.header-ficha .figure {
		width: 160px;
		text-align: center;
	}

	.header-ficha h1 {
		margin-top: 2.2rem;
		font-size: 3rem;
	}

	.collapse-opciones .header-ficha h2 {
		font-size: 3rem;
		font-weight: 700;
		margin: 2.2rem 2rem 1rem 0;
	}


	.header-ficha {
		margin-bottom: 3.6rem;
	}

	.table thead th {
		white-space: nowrap;
	}

	.card-descargas {
		width: calc(20% - 2rem);
	}

	.card-valores {
		width: calc(33.333% - 2rem);
		margin: 0 1rem 2rem 1rem;
		min-height: 270px;
		align-items: center;
	}

	.card-valores:first-child {
		width: calc(66.666% - 2rem);
	}

	.bg-productos {
		padding-bottom: 4rem;
		padding-top: 3rem;
	}

	.cards-productos .card-title-home h2 {
		font-size: 4.5rem !important;
	}

	.cards-productos .card-title-home {
		width: calc(50% - 3rem) !important;
		text-align: left;
		padding-top: 3rem !important;
		padding-left: 3rem !important;
	}

	.bg-productos .cards-productos .card {
		width: calc(16.66% - 3rem);
	}

	.col-datos {
		padding-left: 0 !important;
	}

	.grid-datos {
		display: flex;
		column-gap: 3rem;
	}

	.datos-card {
		width: 33.33%;
	}

	.col-carrito-izda {
		padding-left: 3vw !important;
	}

	.cards-productos .card {
		width: calc(25% - 3rem);
		margin: 0 1.5rem 2.7rem 1.5rem;
		position: relative;
		border: 0;
		padding: 0;
	}
}

@media (min-width: 1440px) {

	.my-sidebar {
		-ms-flex: 0 0 460px;
		flex: 0 0 460px;
		width: 460px;
	}

	.bg-hero .col-12 {
		position: absolute;
		bottom: 12rem;
		left: 23rem;
		z-index: 1;
	}

	.bg-empresa .col-12 {
		left: auto;
	}

	/*
	html {
		font-size: 72%;
	}
*/
	.container-fluid,
	.container {
		padding-left: 4vw;
		padding-right: 4vw;
		max-width: 1440px;
	}

	.row {
		margin-right: -4vw;
		margin-left: -4vw;
	}

	[class*=col-],
	.col {
		padding-right: 4vw;
		padding-left: 4vw;
	}


	.padding-ficha-left {
		padding-left: 0rem;
	}
}


@media (max-width: 576px) {

	.col-pre,
	.col-dto {
		width: 60px;
		max-width: 60px;
		min-width: 60px;


	}

	.td-enlinea.col-uni {
		margin-right: 0 !important;
		width: 50px;
	}

	.col-pre {
		width: 110px;
		max-width: 110px;
		min-width: 110px;
	}

	.col-dto {
		width: 70px;
		max-width: 70px;
		min-width: 70px;
	}

	.restos {
		margin-bottom: 1rem;
		display: inline-block;
	}

	table.table table {
		margin-left: auto;
		margin-right: auto;
	}

	.con-dto:not(.precio):not(.dto) {
		position: absolute;
		bottom: 1rem;
		right: 7rem;
	}

	.capa-iconos {
		position: absolute;
		right: 1rem;
		bottom: 1rem;
	}

	td[data-title=Total]:before {
		position: absolute;
		right: 7rem;
		bottom: 4rem;
	}

	table.table table tr {
		padding: 0;
	}

	td.sinpadding {
		padding-bottom: 5rem !important;
	}

	.tipo-pedido-leyenda {
		/* display: none; */
		display: block;
		margin-left: 0;
	}

	.slick-prev,
	.slick-next,
	.slick-prev:hover,
	.slick-next:hover {
		display: none;
	}

	.table-accordion.show tr td {
		padding: 0rem 0.75rem 0rem 0.75rem !important;
	}

	.table-accordion.show {
		background: #eee !important;
	}

	.tabla-datos table.table tr:hover {
		background: #ffffff !important;
	}

	.table-accordion.show tr:after {
		display: none !important;
	}

	.table-accordion.show tr {
		margin-bottom: 0px !important;
		position: relative;
		border-top: 0px solid #dee2e6 !important;
		border-bottom: 0px solid #dee2e6 !important;
		padding: 1rem 0 0.7rem 0;
	}

	.table-accordion.show tr td {
		padding-left: 2rem !important;
	}

	.tabla-datos .text-right {
		text-align: left !important;
	}

	.tarte-botoia {
		position: absolute;
		right: 1rem;
		bottom: 1rem;
	}

	.tabla-datos table.table tr td {
		padding-left: 1.5rem;
	}

	.tabla-datos table {
		margin-bottom: 0;
	}

	table.table {
		border: 0;
		padding-bottom: 0;
		display: block;
		width: 100%;
		clear: both;
	}


	table.table-ficha {
		font-size: 1.8rem;
		margin-top: 1rem;
	}

	/* .caja-full table {
		display: block;
	} */
	.input-com span {
		height: 2.8rem;
		line-height: 2.8rem;
	}

	.td-h+span {
		height: 2.8rem;
		line-height: 2.8rem;
	}

	.td-h,
	.precio {
		height: 3rem;
	}

	table.table input {
		font-size: 1.6rem;
	}

	table.table caption {
		display: block;
	}


	table.table thead {
		display: none;
	}

	table.table tbody,
	table.table tfoot,
	table.table tr,
	table.table th,
	table.table td {
		display: block;
		padding: 0;
		white-space: normal;
		border: none !important;
	}


	.btn-vaciar-carrito {
		margin-top: 1rem;
		margin-bottom: 1rem;
		margin-right: 0;
		;
	}

	.creado {
		float: none;
		position: relative;
		top: -2rem;
	}

	.datos-carrito {
		margin-top: 1rem;
	}

	.caja-full table td,
	.caja-full table th {
		font-size: 1.1rem;
		padding: .5rem .5rem;
	}

	table.table td.td-tipo {
		position: absolute;
		right: 0;
		display: inline-block;
		padding: 0;
		text-align: left !important;
		white-space: normal;
		border: none !important;
	}

	.title-producto {
		font-size: 1.9rem;
		line-height: 2rem;
		font-weight: 700;
		display: block;
		padding-right: 1.3rem;
		margin-bottom: 0.6rem
	}

	table.table tr {
		margin-bottom: 0px;
		position: relative;
		border-top: 1px solid #dee2e6 !important;
		border-bottom: 1px solid #dee2e6 !important;
		padding: 1.6rem 1rem 0 1rem;
	}

	table.table table tr {
		border: 0 !important;
	}

	table.table-ficha tr {
		border-top: 0px solid #dee2e6 !important;
		padding: 0 !important;
	}

	table.table tr:after {
		content: '';
		display: block;
		display: none;
		width: 100%;
		height: 20px;
		background: #F3F3F3;
		position: absolute;
		bottom: -21px;
		left: -4vw;
		right: -4vw;
		width: calc(100% + 8vw);
	}

	table.table-producto tr {
		margin-bottom: 20px;
		position: relative;
		border-top: 0 !important;
		border-bottom: 0 !important;
		padding: 2rem 0 0rem 0;
	}

	table.table-producto tr:after {
		height: 1px;
		background: #ccc;
	}

	table.table-producto:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #ccc;
		position: relative;
		bottom: 0px;
		left: -4vw;
		right: -4vw;
		width: calc(100% + 8vw);
	}

	table.table-producto:before {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #ccc;
		position: relative;
		top: 0px;
		left: -4vw;
		right: -4vw;
		width: calc(100% + 8vw);
	}

	table.table-producto .estado {
		font-size: 1.2rem;
		position: relative;
		right: 0;
		margin-top: 1rem;
	}

	table.table-producto {
		margin-bottom: 3rem;
	}

	.well-botonestabla {
		display: block;
		margin-bottom: 0.7rem;
		margin-top: 0.4rem;
	}

	.tabla-datos table.table tr:after {
		display: none;
	}

	table.table tr:last-child:after {
		display: none;
	}

	table.table tr:last-child {
		border-bottom: 0 !important;
	}

	.tabla-datos table tr:first-child {
		border-bottom: 1px solid #dee2e6 !important;
	}

	.tabla-datos table tbody:last-child tr:first-child {
		border-bottom: 0 !important;
	}

	.tabla-datos table.table tr {
		margin-bottom: 0;
	}

	table.table th[data-title]:before,
	table.table td[data-title]:before {
		content: attr(data-title) "\00A0";
		font-weight: 700;
		font-size: 1.6rem;
	}

	table.table th:not([data-title]) {
		font-weight: bold;
	}

	table.table-ficha th[data-title]:before,
	table.table-ficha td[data-title]:before {
		content: attr(data-title) "\00A0";
		font-weight: 700;
		font-size: 1.8rem;
	}


	table.table td:empty {
		display: none;
	}

	.estado {
		font-size: 1.2rem;
		position: absolute;
		right: 0;
		margin-top: -2.7rem;
	}

	.estado span {
		display: none;
	}

	.td-enlinea {
		display: inline-block !important;
		margin-right: 1rem !important;
		margin-top: 2rem;
		padding-bottom: 1rem !important;
		white-space: nowrap;
	}

	table.table td.td-enlinea[data-title]:before {
		display: block;
	}

	.btn-cart {
		margin-top: 1rem;
	}

	.p-com {
		min-width: 70px;
	}


	table.table td.banatzailea:empty {
		content: '';
		display: block;
		width: 100%;
		height: 7px;
		height: 0;
		background: #F3F3F3;
		margin: 8px 0 -5px 0;
	}

	table.table tr td.banatzailea+td {
		padding-left: 0;
	}
}

@media (max-width: 992px) {

	table.promociones {
		position: relative;
	}

	table.promociones .producto-carrito {
		padding: 0 !important;
	}

	table.promociones tr.cabecera {
		height: 0 !important;
	}

	table.promociones table.table-ficha tr.cabecera {
		height: auto !important;
	}

 	table.promociones tr.cabecera th {
		display: none !important;
	}

	table.promociones table.table-ficha tr.cabecera th {
		display: table-cell !important;
	}
 
	table.promociones tr,
	table.promociones th,
	table.promociones td {
		display: block;
		padding: 0;
		white-space: normal;
		border: none !important;
		text-align: left;
	}


	table.promociones th[data-title]:before,
	table.promociones td[data-title]:before {
		content: attr(data-title) "\00A0";
		font-weight: 700;
		font-size: 1.6rem;
		display: block;
		white-space: nowrap;
	}

	table.promociones th:not([data-title]) {
		font-weight: bold;
	}

	table.promociones td.img {
		width: 100% !important;
		text-align: center;
		max-height: none;
	}

	table.promociones td.img img {
		margin-left: auto;
		margin-right: auto;
		width: auto !important;
	}

	table.promociones td.titulo-producto {
		width: 100% !important;
	}

	table.promociones tr.carac>td {
		width: 100% !important;
	}

	table.promociones tr td {
		display: inline-block;
	}

	/* table.promociones [data-title=Precio] span {
		display: block;
	}
 */
	table.promociones .btn-cart {
		position: absolute;
		top: 1rem;
		right: 1rem;
	}
}