.disponibilidad-rapida {
	color: #84b84c;
	padding: 3px 0;
	line-height: 1rem;
	font-size: .85rem;
	text-align: left;
	/*margin-left: .5rem;*/
	/*margin-right: .5rem*/
}

.filtros-familia {
	z-index: 100;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	padding: 0;
	-webkit-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
	-moz-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
	-o-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
	transition: width .2s ease-out 0s, padding .2s ease-out 0s
}

.filtros-familia.filtros-familia-desplegado .columna-de-filtros {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	min-height: 100%
}

.columna-de-filtros {
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
	-moz-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
	-o-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
	transition: width .2s ease-out 0s, padding .2s ease-out 0s
}

.filtros-familia.filtros-familia-desplegado .fondo-clicable {
	display: block;
	background-color: rgba(0, 0, 0, .6)
}

.filtros-familia .fondo-clicable {
	z-index: -1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	-webkit-transition: background-color .2s ease-out 0s;
	-moz-transition: background-color .2s ease-out 0s;
	-o-transition: background-color .2s ease-out 0s;
	transition: background-color .2s ease-out 0s
}

.filtros-familia.filtros-familia-desplegado .columna-de-filtros .filtros {
	position: absolute;
	top: 43px;
	right: 0;
	bottom: 0;
	width: 100%;
	overflow-y: auto
}

.filtros .acc-block {
	border: none
}

.acc-block {
	border: 1px solid #ccc;
	margin-bottom: -1px
}

.filtros-familia.filtros-familia-desplegado {
	width: 250px
}

.titulo-subrayado.text-xs-center.text-md-left:after, .titulo-subrayado:after {
	content: "";
	display: block;
	width: 2.5rem;
	height: 2px;
	background: #e65051;
	margin: .74rem 0 0;
}

.titulo-subrayado {
	margin-bottom: 1.5rem;
	font-size: 1.714rem;
}

.m-t-3 {
	margin-top: 3rem !important;
}

/*
Productos Relacionados
 */

@media (min-width: 768px) {

	.c-product-addtocart__section {
		width: calc(100% + 60px);
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}

}

.c-product-addtocart__section {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d1d1d1;
}

.c-options-selector__title {
	margin-bottom: 7.5px;
	color: #002a3a;
	font-size: 15px;
}

.c-options-selector {
	position: relative;
}

.c-options-selector__option {
	margin-bottom: 5px;
	padding: 10px 15px;
	border: 2px solid #dedede;
	border-radius: 5px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-options-selector__content {
	color: #616161;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.c-options-selector__name:last-of-type {
	margin-bottom: 5px;
}

.c-options-selector__name {
	font-size: 14px;
	line-height: 1.3em;
}

.o-status-text {
	color: #616161;
	line-height: 1em;
	font-size: 13px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.o-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.o-status-text__icon {
	font-size: 1.2em;
	margin-right: 5px;
}

.o-status-text--success {
	color: #55b45a;
}

.o-status-text--warning {
	color: #f0ad4e;
}

.o-status-text--danger {
	color: #c75150;
}

/*
FIN Productos Relacionados
 */

.row-no-margin {
	display: table;
}

.button.cart_button {
	text-align: center;
}

/*
    Vista Producto ADD Carrito
 */
@media (min-width: 768px) {

	.c-product-addtocart__section--action {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 0;
	}

	.c-product-addtocart__section {
		width: calc(100% + 60px);
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.c-product-addtocart__section--action {
	border-bottom: none;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.c-product-addtocart__section {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d1d1d1;
}

.c-product-addtocart__wrapper {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-inline-box;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-product-addtocart__qty {
	width: 59%;
}

.c-product-quantity {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
}

.c-product-quantity__btn {
	width: 25%;
	padding: 0;
	margin-top: auto;
	margin-bottom: auto;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.o-btn {
	padding: 5px 10px;
	text-transform: none;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.o-btn::before, .o-btn::after {
	content: '';
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.c-product-quantity__icon {
	font-size: 2em;
}

.o-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.c-product-quantity__input {
	width: 50%;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 1.6em;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	-moz-appearance: textfield;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.c-product-addtocart__summary {
	width: 40%;
}

.t-product-detail__summary {
	text-align: right;
	color: #616161;
	font-size: 12px;
}

.c-product-summary {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-product-summary__text {
	margin-bottom: 0;
	line-height: 1.4em;
}

.t-product-detail__summary-price {
	color: #c75150;
	font-weight: 700;
	font-size: 20px;
}

.u-text-brevier {
	font-size: 13px !important;
	line-height: 1.4em !important;
}

.c-product-quantity__btn:hover {
	background: transparent;
	color: #c75150;
}

.c-product-quantity__btn:disabled, .c-product-quantity__btn.is-disabled {
	color: #d1d1d1;
	background-color: transparent;
}

@media (min-width: 768px) {
	.c-product-finance {
		border: 1px solid black;
		border-radius: 3px;
	}

	/*
		.imagen-submenu-lateral-informatica {
			background-image: url('/imagenes/categorias-menu/informatica.svg') !important;
			background-repeat: no-repeat !important;
			background-position: right -8px bottom -21px !important;
		}

		.imagen-submenu-lateral-sonido {
			background-image: url('/imagenes/categorias-menu/sonido.svg') !important;
			background-repeat: no-repeat !important;
			background-position: right -8px bottom -21px !important;
		}

		.imagen-submenu-lateral-tv-satelite {
			background-image: url('/imagenes/categorias-menu/tv-satelite.svg') !important;
			background-repeat: no-repeat !important;
			background-position: right -8px bottom -21px !important;
		}

		.imagen-submenu-lateral-electricidad {
			background-image: url('/imagenes/categorias-menu/electricidad.svg') !important;
			background-repeat: no-repeat !important;
			background-position: right -8px bottom -21px !important;
		}

		.imagen-submenu-lateral-videovigilancia {
			background-image: url('/imagenes/categorias-menu/videovigilancia.svg') !important;
			background-repeat: no-repeat !important;
			background-position: right -8px bottom -21px !important;
		}

		.imagen-submenu-lateral-smartphone-consolas {
			background-image: url('/imagenes/categorias-menu/smartphone-consolas.svg') !important;
			background-repeat: no-repeat !important;
			background-position: right -8px bottom -21px !important;
		}

		.imagen-submenu-lateral-herramientas {
			background-image: url('/imagenes/categorias-menu/herramientas.svg') !important;
			background-repeat: no-repeat !important;
			background-position: right -8px bottom -21px !important;
		}
	 */

}

.c-product-finance {
	position: relative;
	color: black;
	padding: 1.1em 1.6em;
	font-size: 1em;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.o-btn--transparent {
	background-color: transparent;
}

.o-btn--fullwidth {
	width: 100%;
}

.o-media {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.o-media__img {
	padding-right: 15px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.c-product-finance__icon {
	font-size: 2em;
	color: #5a83b0;
}

.c-product-finance__content {
	text-align: left;
}

.o-media__body {
	width: 100%;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.o-media__img, .o-media__body {
	display: block;
	vertical-align: top;
}

.c-product-finance__title {
	margin-bottom: 0;
	font-weight: 700;
}

/*
   FIN Vista Producto ADD Carrito
 */

.border-gray-1px {
	border: 1px solid gray;
}

.border-light-gray-1px {
	border: 1px solid lightgrey;
}

.c-product-finance:hover {
	background: none;
}

.btn-vacio:focus, .btn-vacio:hover {
	color: #3c763d;
}

.btn-verde {
	color: #3c763d;
}

.icono-verde:before {
	color: #3c763d;
}

.border-gray-1px, .popover {
	max-width: 100%;
}

.acc-open-close {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	margin-top: 0;
}

.pull-xs-right {
	float: right !important;
}

.ficha-producto__datos-de-compra .acc-pccom.green .pccom-icon {
	color: #458057;
}

a[aria-expanded=true] .acc-open-close {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transition: all .35s ease-out;
}

.ficha-producto__datos-de-compra .acc-pccom.green .acc-block-contenido {
	background: #d6eed1;
	line-height: 16px;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.caja-seleccionada {
	background: #fce4e3;
	border: 1px solid #b48484;
}

.caja-seleccionada > .c-options-selector__content {
	font-weight: 700;
}

.caja-seleccionada > .c-options-selector__content > .c-options-selector__name {
	color: black;
}


.c-main-menu__catitem {
	margin-bottom: 0;
}

.c-main-menu__catlink {
	padding: 5px 0 5px 1rem;
	font-size: 1rem !important;
}

.text-center {
	text-align: center;
}

.a-none {
	text-decoration: none;
}

.a-none:hover {
	color: #666666 !important;
}

.imagen-menu-fija {
	position: absolute;
	bottom: -21px;
	right: -8px;
}

.text-left-imp {
	text-align: left !important;
}

.no-margin {
	margin: 0;
}

.background-image {
	background-repeat: no-repeat !important;
	background-position: right -8px bottom -21px !important;
}

.gpay-button.long {
	width: 100% !important;
}

.border-radius-4px-imp {
	border-radius: 4px !important;
}

.img-metodo-pago {
	width: 50px;
}


.button.cart_button_gray {
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	padding: 0;
	text-align: center;
	transition: background 0.3s ease-in-out 0s;
	white-space: normal;
	width: 100%;
	background: #fff none repeat scroll 0 0;
	color: #888;
}

.button.cart_button_gray span {
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	text-align: center;
	text-transform: capitalize;
}

.button.cart_button_gray:hover {
	color: #e44f4f !important;
	background: #fff !important;
}

@media only screen and (max-width: 768px) {
	.padding-0-xs {
		padding: 0 !important;
	}
}

.imagenes-productos {
	/*border: 3px solid #ccc !important;*/
}

#bloque_zoom iframe {
	width: 100%;
	height: 100%;
}

#gallery_01.owl-carousel .owl-item img {
	width: 75px !important;
	height: 75px !important;
}

#gallery_01.owl-carousel .owl-item {
	width: auto !important;
}

.ul-envios-devoluciones li, ol, ul {
	padding-left: 30px;
	list-style: circle !important;
}

.ul-envios-devoluciones-2 li, ol, ul {
	padding-left: 30px;
	list-style: disc !important;
}

footer ul {
	padding-left: 5px !important;
	font-size: 0.8rem !important;
}

.margin-righ-5px {
	margin-right: 5px;
}

.font-family-titulo-producto {
	height: auto;
	font-family: "Open Sans", open-sans, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	letter-spacing: normal;
	margin-bottom: 0.5rem;
	max-height: 3.75rem;
	--max-lines: 3;
	display: -webkit-box;
	-webkit-line-clamp: var(--max-lines);
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.font-family-blackfriday {
	font-family: Montserrat, sans-serif !important;
}

.texto-blanco {
	color: white !important;
}

.center-btn-amazon {
	display: block;
	margin: auto;
}

.padding-12 {
	padding: 12px;
}

.container-rendering-layout .title {
	margin: 40px 8px 26px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: 0 0;
	height: 32px;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	width: 100%;
	color: #444;
	white-space: normal;
}

.container-rendering-layout .title h2 {
	font-size: 1.714rem;
}

.container-rendering-layout .title h2:after {
	content: "";
	display: block;
	width: 2.5rem;
	height: 15px;
	margin: .74rem 0 0;
}

.imagen-fondo-cabecera {
	background-image: url(../imagenes/cable-sub.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position-x: left;
}


/** MENSAJES **/

#hubspot-messages-iframe-container.widget-align-right {
	right: 0 !important;
}

#hubspot-messages-iframe-container {
	display: initial !important;
	z-index: 2147483647;
	position: fixed !important;
	bottom: 0 !important;
}

@media (max-width: 600px) {
	#hubspot-messages-iframe-container, .hidden-xs {
		display: none !important;
	}
}

#hubspot-messages-iframe-container .shadow-container {
	display: initial !important;
	z-index: -1;
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	content: "";
}

.widget-app-container {
	padding-bottom: 16px;
	position: absolute;
	bottom: 0;
}

.dvBAhE {
	padding-left: 0px;
	padding-right: 16px;
	left: inherit;
	right: 0px;
}

.display-flex {
	display: flex !important;
}

.p-left-6 {
	padding-left: 24px !important;
}

.p-top-5, .p-y-5 {
	padding-top: 20px !important;
}

.launcher-right-align {
	float: right !important;
}

.dQDmjw {
	position: relative;
	display: inline-flex;
	-webkit-box-align: baseline;
	align-items: baseline;
	line-height: 1;
}

.gHtGcD {
	box-shadow: rgb(0 0 0 / 10%) 0px 1px 6px, rgb(0 0 0 / 20%) 0px 2px 24px;
	border: none;
	transition: box-shadow 150ms ease-in-out 0s;
	position: relative;
	border-radius: 50%;
	height: 60px;
	width: 60px;
}

.kLnMuf {
	transition: transform 0.16s linear 0s, opacity 0.06s linear 0s;
	opacity: 0;
	transform: rotate(
			25deg
	) scale(0);
}

.cAAsUf {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	width: 20px;
	height: 20px;
}

.RaRzw {
	transition: transform 0.16s linear 0s, opacity 0.06s linear 0s;
	opacity: 1;
	transform: rotate(
			0deg
	) scale(1);
}

.fuUxNJ {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	width: 32px;
	height: 30px;
}

.etGvrt {
	transition: transform 0.16s linear 0s, opacity 0.06s linear 0s;
	opacity: 1;
	transform: rotate(
			0deg
	) scale(1);
}

.gOEsZC {
	transition: transform 0.16s linear 0s, opacity 0.06s linear 0s;
	opacity: 0;
	transform: rotate(
			-25deg
	) scale(0);
}

.bJOVtl {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	transform-origin: right bottom;
}

.chat-widget {
	position: relative;
	width: 376px;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

.fTZdEK {
	height: 530px;
	background: rgb(255, 255, 255);
	border-radius: 8px;
	box-shadow: rgb(0 0 0 / 10%) 0px 5px 20px;
	position: relative;
	width: 396px;
	transition: bottom 0.25s ease-in-out 0s;
	margin-left: 24px;
	margin-right: 0px;
}

.hoQKAy {
	height: 68px;
	border-radius: 8px 8px 0px 0px;
}

.hsuDIo {
	-webkit-box-align: center;
	align-items: center;
	color: rgb(255, 255, 255);
	display: flex;
	height: 100%;
	padding: 16px;
}

.hgbqih {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	flex: 1 1 auto;
	height: 36px;
	min-width: 0px;
}

.tGjTm {
	display: flex;
	height: 36px;
	-webkit-box-pack: center;
	justify-content: center;
}

.chat-head {
	position: relative;
}

.p-x-3 {
	padding-left: 12px !important;
	padding-right: 12px !important;
}

.Kznfq {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	-webkit-box-pack: center;
	justify-content: center;
	min-width: 0px;
}

.YeCcQ {
	line-height: 20px;
	margin-bottom: 0px;
	font-size: 14px;
}

.lnvhAZ {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-top-0, .p-y-0 {
	padding-top: 0 !important;
}

.p-y-0 {
	padding-bottom: 0 !important;
}

.hUZFRH {
	font-size: 11px;
	line-height: initial;
}

.kSmMok {
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.bkkgoW {
	display: flex;
	flex-direction: column;
	height: calc(100% - 68px);
}

.ftjQdo {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.kYFmaz {
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
	padding-bottom: 12px;
	align-self: stretch;
	overflow: hidden scroll;
}

@media screen and (max-width: 900px) { {
}
	.gkPkei {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.gkPkei {
	z-index: 0;
	padding-top: 4px;
	padding-left: 16px;
	padding-right: 16px;
	flex-shrink: 0;
}

.hBzXlU {
	padding: 4px 10px;
	width: 100%;
}

.jODXEI {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 8px;
}

.cxNKOt {
	display: flex;
	height: 16px;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100%;
}

.jODXEI .PrimaryMessageHeader__PrimaryMessageHeaderWrapper-sc-1y0tw1b-0 .PrimaryMessageAvatar__PrimaryMessageAvatarWrapper-sc-1tht10t-0 {
	width: 32px;
	margin-left: -8px;
	margin-right: 8px;
}

.tyyIp {
	-webkit-box-align: center;
	place-items: center;
	display: flex;
	flex-shrink: 0;
	margin-top: 35px;
}

.kpyDcf {
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: 4px;
	margin-left: -4px;
}

.kpyDcf > * {
	flex: 1 1 0%;
	line-height: 1;
	position: relative;
}

.kpyDcf > * div {
	background-color: white;
}

.kpyDcf > * > * {
	position: absolute;
	left: 0px;
	bottom: -8px;
}

.gLvsdb {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	box-sizing: content-box;
	font-size: initial;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	height: 16px;
	width: 16px;
}

.kEACpJ {
	background-image: url(https://www.cablepelado.es/imagenes/chat/imagen-mag.webp);
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.jODXEI .PrimaryMessageContent__PrimaryMessageContentWrapper-ufwkjf-0 {
	margin-left: 32px;
}

.kwauem {
	position: relative;
	min-height: 32px;
	word-break: break-word;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0px;
	border-color: rgb(203, 214, 226);
	background-color: rgb(234, 240, 246);
	color: rgb(66, 91, 118);
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: column;
	border-radius: 0px 8px 8px;
	max-width: 284px;
}

.kwauem .PrimaryMessageContentSection__PrimaryMessageContentSectionWrapper-sc-2cszjw-1:first-child {
	border-top: none;
}

.kwauem .PrimaryMessageContentSection__PrimaryMessageContentSectionWrapper-sc-2cszjw-1 {
	border-top: 1px solid rgb(203, 214, 226);
}

.iHrpnR {
	width: 100%;
}

.jaQerz {
	padding: 8px 16px;
}

.fcuMVs {
	overflow-wrap: break-word;
	box-sizing: border-box;
	width: 100%;
	/*white-space: pre-wrap;*/
}

#hubspot-messages-iframe-container .shadow-container.active {
	width: 400px;
	height: 400px;
}

.AHnEv {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	box-sizing: content-box;
	font-size: initial;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	height: 32px;
	width: 32px;
}

.chat-widget .input-container {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	max-width: 100%;
	background-color: #fff;
	border-top: 2px solid #f2f5f8;
	flex-shrink: 0;
}

.m-bottom-2 {
	margin-bottom: 8px !important;
}

.kzvlRK {
	width: 100%;
}

.dopjub {
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.kipOoh {
	width: 100%;
	flex-basis: 100%;
}

.fXlvUW[contenteditable][placeholder]:empty {
	overflow-y: hidden;
}

.fXlvUW {
	border-radius: 3px;
	font-size: 16px;
	line-height: 22px;
	min-height: 40px;
	max-height: 100px;
	overflow: hidden auto;
	padding: 8px;
	position: relative;
	width: 100%;
	flex-basis: 100%;
	word-break: break-word;
	cursor: text;
	border: none;
	background-color: transparent;
}

.fXlvUW[contenteditable][placeholder]:empty::after {
	display: block;
	content: attr(placeholder);
	position: relative;
	color: rgb(123, 152, 182);
	background-color: transparent;
	cursor: text;
	user-select: none;
	font-size: 16px;
	line-height: 22px;
	height: 22px;
}

.display-flex {
	display: flex !important;
}

.m-left-1 {
	margin-left: 4px !important;
}

.flex-row {
	display: flex;
	flex-direction: row !important;
}

.flex-shrink-0, .no-shrink {
	display: flex;
	flex-shrink: 0 !important;
}

.kFMptD {
	flex-shrink: 0;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	padding: 0px;
	text-align: center;
	text-overflow: clip;
	font-size: 18px;
	line-height: 18px;
	outline: none;
	transition: background-color 150ms ease-out 0s;
	color: rgb(176, 193, 212);
	background-color: transparent;
	border: none;
	user-select: none;
	cursor: not-allowed !important;
}

.kFMptD > * {
	user-select: none;
}

.duBHLA {
	display: inline-flex;
	vertical-align: middle;
	fill: currentcolor;
}

.caMFA-D {
	flex-shrink: 0;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	padding: 0px;
	text-align: center;
	text-overflow: clip;
	font-size: 18px;
	line-height: 18px;
	outline: none;
	transition: background-color 150ms ease-out 0s;
	color: rgb(50, 136, 230);
	border: none;
	background-color: transparent;
	cursor: pointer !important;
}

.c-button-card__h3-3 {
	display: inline-block;
	vertical-align: top;
	color: #333333;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	margin: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

a.c-button-card__link_ref {
	color: #333333;
	text-decoration: none;
}

#ask_feature_div, #averageCustomerReviews, #averageCustomerReviews_feature_div {
	display: inline-block;
}

.noUnderline a:hover {
	text-decoration: none;
}

.a-icon.a-star-1 {
	background-position: -375px -144px;
}

.a-icon.a-star-1-5 {
	background-position: -390px -164px;
}

.a-icon.a-star-2 {
	background-position: -181px -76px;
}

.a-icon.a-star-2-5 {
	background-position: -99px -68px;
}

.a-icon.a-star-3 {
	background-position: -84px -48px;
}

.a-icon.a-star-3-5 {
	background-position: -181px -56px;
}

.a-icon.a-star-4 {
	background-position: -84px -8px;
}

.a-icon.a-star-4-5 {
	background-position: -84px -28px;
}

.a-icon.a-star-5 {
	background-position: -166px -36px;
}

.a-icon.a-accordion-radio, .a-icon.a-icon-checkbox, .a-icon.a-icon-radio, .a-icon.a-icon-star, .a-icon.a-icon-star-medium, .a-icon.a-icon-star-mini, .a-icon.a-icon-star-small {
	background-image: url(../imagenes/sprite/valoraciones.png);
	-webkit-background-size: 512px 256px;
	background-size: 512px 256px;
	background-repeat: no-repeat;
	background-position: -166px -36px;
}

.a-icon-star, .a-icon-star-small {
	height: 18px;
	width: 80px;
}

.a-icon-star, .a-icon-star-medium, .a-icon-star-mini, .a-icon-star-small {
	position: relative;
	vertical-align: text-top;
}

.a-icon {
	display: inline-block;
	vertical-align: top;
}

em, i {
	font-style: italic;
}

[class*=a-icon-star] > .a-icon-alt {
	clip-path: circle(0);
	left: auto;
	width: 100%;
	height: 100%;
	font-size: inherit;
	line-height: normal;
	opacity: 0;
}

.a-icon-alt {
	position: absolute;
	left: -9999px;
	top: auto;
	display: block;
	width: 1px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
}

.a-icon-popover {
	margin: 5px 0 0 .385em;
	vertical-align: text-top;
	width: 7px;
	height: 5px;
	background-position: -90px -5px;
	opacity: .6;
}

.a-size-base {
	font-size: 14px !important;
	line-height: 20px !important;
}

.dt-pestanias .dt-comentarios {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.dt-pestanias .dt-comentarios h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

.titulo_comment {
	cursor: pointer;
}

.txt_linkcoinns {
	text-decoration: none;
}

.dt-comentarios p {
	font-size: 14px;
	text-align: left;
	color: #000;
	vertical-align: middle;
	margin-bottom: 9px;
	float: left;
}

.zona_resumen_comen {
	width: calc(33.333% - 15px);
	margin-right: 15px;
	float: left;
}

.dt-comentarios p a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

.txt_resumen_comen a {
	font-weight: 700 !important;
	font-size: 14px;
}

.star_full {
	background-position: -158px -126px;
	width: 20px;
	height: 19px;
	background-repeat: no-repeat;
	margin-right: 0px;
	float: left;
	margin-right: 2px;
}

.star_empty {
	background-position: -125px -125px;
	width: 20px;
	height: 19px;
	background-repeat: no-repeat;
	margin-right: 5px;
	float: left;
}


.zona_comentarios {
	float: left;
	overflow: hidden;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-gap: 15px;
	column-gap: 15px;
}

.dt-comentarios .comentario {
	border: 1px solid #D2D2D2;
	display: inline-block;
	padding: 15px;
	margin-bottom: 15px;
	width: calc(100% - 32px);
}

.coment_visible {
	display: inline-block !important;
}

.dt-comentarios .comentario .titu-coment {
	font-size: 15px;
	float: left;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}

.dt-comentarios .comentario .autor-coment {
	font-size: 13px;
	line-height: 22px;
	margin-left: 15px;
	margin-bottom: 2px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-top: 0px;
	float: left;
}

.dt-comentarios p span {
	font-weight: normal;
	color: #000;
	margin-right: 3px;
	margin-left: 4px;
}

.sprite {
	background-image: url(../imagenes/sprite/valoraciones2.png);
	background-repeat: no-repeat;
	display: block;
}


@media (min-width: 951px) and (max-width: 1289px) {
	.zona_resumen_comen {
		width: calc(33.333% - 15px);
	}
}

@media (min-width: 731px) and (max-width: 950px) {
	.zona_resumen_comen {
		width: calc(33.333% - 15px);
	}

	.dt-comentarios p {
		text-align: center;
		line-height: 17px;
		margin-top: 9px;
	}
}

@media (min-width: 601px) and (max-width: 730px) {

	.resumen_estrellas .zona_resumen_comen p {
		text-align: left;
		line-height: 15px;
	}

	.dt-comentarios p {
		text-align: center;
		margin-top: 0px;
		line-height: 20px;
	}
}

@media (max-width: 600px) {

	.resumen_estrellas .zona_resumen_comen p {
		text-align: left;
		line-height: 15px;
	}

	.dt-comentarios p {
		text-align: left;
		margin-top: 0px;
		line-height: 20px;
	}

	.zona_comentarios {
		width: 100%;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}

	.dt-comentarios .comentario {
		margin-bottom: 10px !important;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.dt-comentarios .comentario .titu-coment {
		margin-right: 16px;
		font-size: 16px;
		margin-bottom: 0px;
	}

	.dt-comentarios .comentario .autor-coment {
		margin-left: 0px;
	}
}

.a-link-agua {
	color: #007185 !important;
	text-decoration: none;
}


.texto-coment {
	display: block;
	width: 100%;
}

.texto-respuesta {
	border-left: 2px solid #f0ad4e;
	border-right: 2px solid #f0ad4e;
	padding: 5px;
	padding-left: 10px;
	border-bottom: 1px dotted #eee;
	border-radius: 5px;
	border-top: 1px dotted #eee;
}

.std {
	font-family: sans-serif;
	font-size: 15px;
}


.btn-empty:focus, .btn-empty:hover {
	color: #131313;
	background: white;
	border-color: darkgray;
}

.btn-empty {
	color: #131313;
	background: white;
	border-color: darkgray;
}

.destacar_contenido_borders {
	font-weight: 700;
	border-left: 3px solid #c75150;
	border-right: 3px solid #c75150;
	text-decoration: 2px underline #c75150;
	text-underline-position: under;
}


@media (min-width: 900px) {


	.border-left-3px-solid-gray-md {
		border-left: 3px solid #ccc;
	}

}

.rem1 {
	font-size: 1rem !important;
}

.zona_puntoPack {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 20px);
	padding: 10px;
}

.zona_puntoPack .titulo {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	flex: 1 14.666%;
	margin: 10px;
	display: flex;
	flex-direction: column;
}

.info_datos {
	border-bottom: solid 1px #ccc;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.info_datos .datos {
	font-size: 15px;
	text-align: left;
	flex: 1 14.666%;
	margin: 10px;
	display: flex;
	flex-direction: column;
}

.info_datos .boton_entregar {
	background-color: #d9534f;
	width: 99%;
	float: left;
	text-decoration: none;
	color: #FFF !important;
	height: 45px;
	border: #d43f3a 2px solid;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	-webkit-appearance: none;
}

@media (min-width: 1024px) and (max-width: 1260px) {

	.info_datos .datos {
		width: calc(25% - 10px);
		margin-right: 10px;
		margin-top: 10px;
	}

	.info_datos .cp {
		width: calc(10% - 10px);
		margin-right: 10px;
	}
}

@media (min-width: 731px) and (max-width: 1023px) {

	.zona_puntoPack .titulo {
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.info_datos .datos {
		width: calc(25% - 10px);
		margin-right: 10px;
		margin-top: 10px;
	}

	.info_datos .cp {
		width: calc(10% - 10px);
		margin-right: 10px;
	}

	.info_datos .boton_entregar {
		width: 98%;
	}

}

@media (min-width: 481px) and (max-width: 730px) {

	.zona_puntoPack .titulo {
		display: none;
	}

	.info_datos .datos {
		margin: 10px 0px;
		margin-right: 10px;
	}

	.info_datos .cp {
		display: none;
	}
}

@media (max-width: 480px) {

	.zona_puntoPack .titulo {
		display: none;
	}

	.info_datos .datos {
		flex: 1 100%;
		margin-bottom: 2px;
		margin-top: 0px;
	}

	.info_datos .cp {
		display: none;
	}

	.info_datos .botones {
		width: 100% !important;
	}
}

.opacity-09 {
	opacity: 0.5;
}

.image-play-background {
	background-image: url(../imagenes/articulo/play-icon.png);
	background-repeat: round;
	width: 75px;
	height: 75px;
}

.textoFriday {
	color: #ffffff;
	font-size: 16px !important;
}


/*--------------------
 Checkout
 --------------------*/
.mtt_checkout {
	/*margin: 110px auto 30px;
	position: relative;
	width: 460px;
	background: white;
	border-radius: 15px;
	padding: 160px 45px 30px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .1);*/
}

/*--------------------
 Credit Card
 --------------------*/
.mtt_credit-card-box {
	perspective: 1000;
	width: 400px;
	height: 280px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.mtt_credit-card-box:hover .mtt_flip, .mtt_credit-card-box.hover .mtt_flip {
	transform: rotateY(180deg);
}

.mtt_credit-card-box .mtt_front, .mtt_credit-card-box .mtt_back {
	width: 100%;
	height: 250px;
	border-radius: 15px;
	backface-visibility: hidden;
	background: linear-gradient(135deg, #bd6772, #53223f);
	position: absolute;
	color: #fff;
	font-family: Inconsolata;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.mtt_credit-card-box .mtt_front::before, .mtt_credit-card-box .mtt_back::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../imagenes/mundo.svg') no-repeat center;
	background-size: cover;
	opacity: 0.05;
}

.mtt_credit-card-box .mtt_flip {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.mtt_credit-card-box .mtt_logo {
	position: absolute;
	top: 9px;
	right: -1px;
}

.mtt_credit-card-box .mtt_logo svg {
	width: 100%;
	height: auto;
	fill: #fff;
}

.mtt_credit-card-box .mtt_front {
	z-index: 2;
	transform: rotateY(0deg);
}

.mtt_credit-card-box .mtt_back {
	transform: rotateY(180deg);
}

.mtt_credit-card-box .mtt_back .mtt_logo {
	top: 185px;
}

.mtt_credit-card-box .mtt_chip {
	position: absolute;
	width: 60px;
	height: 45px;
	top: 20px;
	left: 20px;
	background: linear-gradient(135deg, #ddccf0 0%, #d1e9f5 44%, #f8ece7 100%);
	border-radius: 8px;
}

.mtt_credit-card-box .mtt_chip::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 4px solid rgba(128, 128, 128, .1);
	width: 80%;
	height: 70%;
	border-radius: 5px;
}

.mtt_credit-card-box .mtt_strip {
	background: linear-gradient(135deg, #404040, #1a1a1a);
	position: absolute;
	width: 100%;
	height: 50px;
	top: 30px;
	left: 0;
}

.mtt_credit-card-box .mtt_number {
	position: absolute;
	margin: 0 auto;
	top: 103px;
	left: 19px;
	font-size: 38px;
}

.mtt_credit-card-box label {
	font-size: 10px;
	letter-spacing: 1px;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: normal;
	opacity: 0.5;
	display: block;
	margin-bottom: 3px;
}

.mtt_credit-card-box .mtt_card-holder, .mtt_credit-card-box .mtt_card-expiration-date {
	position: absolute;
	margin: 0 auto;
	top: 180px;
	left: 19px;
	font-size: 22px;
	text-transform: capitalize;
}

.mtt_credit-card-box .mtt_card-expiration-date {
	text-align: right;
	left: auto;
	right: 20px;
}

.mtt_credit-card-box .mtt_ccv {
	height: 36px;
	background: #fff;
	width: 91%;
	border-radius: 5px;
	top: 110px;
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;
	color: #000;
	text-align: right;
	padding: 10px;
}

.mtt_credit-card-box .mtt_ccv label {
	margin: -25px 0 14px;
	color: #fff;
}

/*--------------------
	FIN PAGO DE TARJETA
--------------------*/

.max-height-600 {
	max-height: 600px;
}

.tab-outer {
	width: 100%;
	float: left;
	height: auto;
	padding: 110px 0 62px;
	background: url(../intranet-nueva/assets/imagenes/plantillas/ebay/tab-bg_cablepelado.png) repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover
}

.tab-inner {
	width: 100%;
	float: left;
	height: auto;
	padding: 0 30px
}

.tab-block {
	width: 100%;
	float: left;
	height: auto;
	background: rgba(255, 255, 255, .94);
	padding: 0 65px 30px;
	-webkit-box-shadow: 0 9px 32px rgba(220, 220, 220, .75)
}

.label-block {
	width: 100%;
	float: left;
	height: auto
}

.tab-block input[type=radio] {
	display: none
}

.label-block label:hover, .tabs .tab-selector-1:checked ~ .label-block .tab-label-1, .tabs .tab-selector-2:checked ~ .label-block .tab-label-2, .tabs .tab-selector-3:checked ~ .label-block .tab-label-3, .tabs .tab-selector-4:checked ~ .label-block .tab-label-4 {
	color: #fff;
	background: -webkit-linear-gradient(left, #94201d, #ea8a89);
	background: -o-linear-gradient(right, #94201d, #ea8a89);
	background: -moz-linear-gradient(right, #94201d, #ea8a89);
	background: linear-gradient(to right, #94201d, #ea8a89);
}

#menu2 {
	height: auto;
	opacity: 1;
	width: 100%;
	visibility: visible;
	padding: 0
}

/*.tab-content > .tab-pane {*/
/*	box-sizing: border-box;*/
/*	float: left;*/
/*	height: 0;*/
/*	position: relative;*/
/*	overflow: hidden;*/
/*	opacity: 0*/
/*}*/

.label-block {
	width: 100%;
	text-align: center;
	margin: -19px 0 34px;
	float: left
}

.label-block label {
	font-size: 15px;
	color: #fff;
	line-height: 22px;
	font-weight: 700;
	cursor: pointer;
	margin: 0 10px;
	padding: 13px 38px;
	background: -webkit-linear-gradient(left, #ea8a89, #b53838);
	background: -o-linear-gradient(right, #ea8a89, #b53838);
	background: -moz-linear-gradient(right, #ea8a89, #b53838);
	background: linear-gradient(to right, #ea8a89, #b53838);
	display: inline-block
}

.tab-content p {
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: #9f9f9f
}


.footer {
	width: 100%;
	float: left;
	height: auto;
	padding: 46px 0 0;
	background: #0d0a0a url(../intranet-nueva/assets/imagenes/plantillas/ebay/footer-bg_cablepelado.png) no-repeat center center;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative
}

.footer::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0, 0, 0, .62)
}

.footer .container {
	position: relative;
}

.footer-logo {
	width: 100%;
	height: auto;
	text-align: center;
	display: block;
	max-width: 100%;
	margin: 0 0 55px
}

.quick-link {
	width: 100%;
	float: left;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 8px 0
}

.quick-link li {
	display: inline-block;
	margin: 0 30px
}

.quick-link li a {
	font-size: 16px;
	color: #fff;
	display: inine-block;
	line-height: 23px
}

.quick-link li a:hover {
	color: #c85352
}

.footer .info {
	width: 100%;
	display: block;
	text-align: center
}

.footer .info li {
	display: inline-block;
	margin: 0 20px;
	line-height: 26px;
	font-size: 18px;
	color: #fff;
	padding-left: 38px
}


.service-item {
	width: 100%;
	float: left;
	text-align: center;
	padding: 30px 0 30px
}

.service-item li {
	float: left;
	width: 33.33%;
	padding: 0 60px
}

.service-item li h3 {
	font-size: 24px;
	color: #fff;
	line-height: normal;
	margin: 12px 0 18px
}

.service-item li p {
	font-size: 14px;
	color: #fff;
	line-height: normal;
	font-weight: 300;
	margin: 0 0 0;
	line-height: 24px
}

@media only screen and (max-width: 479px) {

	.label-block label {
		width: 100%;
		margin: 0 0 6px;
		float: left;
		text-align: center
	}


	.quick-link li {
		display: inline-block;
		width: 100%;
		text-align: left;
		margin: 0
	}

	.footer .info li {
		display: inline-block;
		margin: 0 0 10px;
		line-height: 26px;
		font-size: 14px;
		color: #fff;
		padding-left: 38px;
		float: left;
		width: 100%;
		text-align: left
	}

	.service-item li {
		width: 100%;
		padding: 0 60px
	}
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
	.label-block label {
		font-size: 14px;
		margin: 0 5px;
		padding: 13px 15px
	}


	.quick-link li {
		margin: 0 20px
	}

	.footer .info li {
		margin: 0 10px 10px
	}

	.service-item li {
		width: 100%;
		padding: 0 60px
	}
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
	.label-block label {
		margin: 0 6px;
		padding: 13px 30px
	}

	.service-item li {
		width: 100%;
		padding: 0 60px
	}
}

@media only screen and (max-width: 767px) {

	.tab-content {
		padding: 0
	}

	.tab-outer {
		padding: 40px 0
	}

	.tab-inner {
		padding: 0
	}

	.tab-block {
		padding: 0 20px 20px
	}

	.service-item li {
		width: 100%;
		padding: 0 60px
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.tab-block {
		padding: 0 20px 25px
	}

	.label-block label {
		margin: 0 10px
	}


	.service-item li {
		padding: 0 15px
	}

	.service-item li {
		width: 100%;
		padding: 0 60px
	}
}

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

	.label-block label {
		margin: 0 10px
	}

	.tab-block {
		padding: 0 25px 30px
	}

	.tab-inner {
		padding: 0
	}


}

.img-logo {
	max-width: 150px;
}

.padding-0-left {
	padding-left: 0;
}

.bloque_chat_expand {
	width: 250px;
	border: 1px solid #3288e6;
	border-radius: 34px;
	background: white;
	text-align: center;
}

.chat-agent {
	text-align: center;
	margin: auto;
}

.mr3 {
	margin: 3px;
}

.js-square-selector square-selector--inline {
	padding-left: 0 !important;
}

.bold {
	font-weight: 700 !important;
}

.mb-16 {
	margin-bottom: 16px;
}

.checkout-delivery .delivery-warning.same-day {
	padding: 16px 48px 16px 16px;
}

.checkout-delivery .delivery-warning {
	display: none;
	border: 1px solid #99caef;
	border-left: 5px solid #228cdd;
	padding: 16px;
	margin: 0 0 24px;
	border-radius: 8px;
}


.square-selector, .square-selector--inline {
	margin-bottom: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -4px;
	margin-right: -4px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	color: #02383e
}

@media only screen and (min-width: 769px) {
	.square-selector, .square-selector--inline {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.square-selector li:hover, .square-selector--inline li:hover {
		z-index: 1
	}

	.square-selector li:hover .square-selector-wrapper, .square-selector--inline li:hover .square-selector-wrapper {
		fill: #c75150;
		border-color: #c75150
	}

	.square-selector li:hover .square-selector-wrapper svg, .square-selector--inline li:hover .square-selector-wrapper svg {
		stroke: #02383e
	}
}

.square-selector li, .square-selector--inline li {
	border-radius: 8px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	cursor: pointer !important;
	margin: 0 4px;
	padding: 0
}

.square-selector li .square-selector-best-seller, .square-selector--inline li .square-selector-best-seller {
	bottom: 4px;
	position: absolute;
	background: #c9ff6a;
	font-size: 12px;
	padding: 0 8px;
	color: #fff;
	width: 100%
}

.square-selector li > *, .square-selector--inline li > * {
	cursor: pointer
}

.square-selector li a, .square-selector--inline li a {
	text-decoration: none;
	color: currentColor
}

.square-selector li.horizontal, .square-selector--inline li.horizontal {
	margin-top: 8px;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	width: 100%
}

.square-selector li.horizontal .square-selector-wrapper, .square-selector--inline li.horizontal .square-selector-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px
}

.square-selector li.active, .square-selector--inline li.active {
	z-index: 1
}

.square-selector li.active .square-selector-wrapper, .square-selector--inline li.active .square-selector-wrapper {
	fill: #c75150;
	border-color: #c75150
}

.square-selector li.active .square-selector-wrapper svg, .square-selector--inline li.active .square-selector-wrapper svg {
	stroke: #02383e
}

.square-selector li.active .square-selector-wrapper .square-selector-best-seller, .square-selector--inline li.active .square-selector-wrapper .square-selector-best-seller {
	bottom: 0;
	position: absolute;
	background: #c75150;
	width: 100%;
	margin-top: 16px;
	font-size: 12px;
	padding: 0;
	border-radius: 0;
	color: #02383e
}

.square-selector-date, .square-selector-name {
	pointer-events: none
}

.square-selector-wrapper {
	background: #fff;
	border: 1px solid #d4dbdb;
	border-radius: 8px;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	cursor: pointer
}

.square-selector-wrapper > div > label {
	display: block;
	text-align: center;
	padding: 0 !important
}

.square-selector-wrapper label {
	cursor: pointer !important;
	font-weight: 700;
	color: #02383e;
	word-break: break-word
}

.square-selector-wrapper svg {
	stroke: #949b9b;
	height: 24px;
	width: 24px
}

.square-selector-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.square-selector input, .square-selector--inline [data-delivery-date=none], .square-selector--inline input {
	display: none
}

.square-selector-info .square-selector-description {
	font-weight: 400;
	margin-left: 8px
}

.square-selector-price {
	margin-bottom: 8px
}

.square-selector-description {
	font-weight: 400;
	font-size: 12px
}

.square-selector--inline {
	margin-left: 1px;
	margin-right: 0
}

.square-selector--inline > li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	padding: 0;
	margin: 0 0 0 -1px;
	border-radius: 0
}

.square-selector--inline > li:first-child, .square-selector--inline > li:first-child .square-selector-wrapper {
	border-radius: 8px 0 0 8px
}

.square-selector--inline > li:last-child, .square-selector--inline > li:last-child .square-selector-wrapper {
	border-radius: 0 8px 8px 0
}

.square-selector--inline > li.active .square-selector-wrapper {
	border-bottom: 4px solid #c75150
}

.square-selector--inline .square-selector-wrapper {
	border-radius: 0;
	padding: 12px
}

.square-selector--inline .square-selector-wrapper p {
	color: #d4dbdb
}


.checkout .product-addon-checkout .square-selector li > label, .checkout .product-addon-checkout .square-selector--inline li > label {
	min-height: 144px;
	max-height: 175px;
	font-size: 12px;
	padding: 0 16px;
	width: 100px
}

.checkout .product-addon-checkout .square-selector li > label img, .checkout .product-addon-checkout .square-selector--inline li > label img {
	padding: 0 8px
}

.checkout .product-addon-checkout .square-selector li.active::after, .checkout .product-addon-checkout .square-selector--inline li.active::after {
	content: '\00d7';
	background: #c75150;
	position: absolute;
	color: #fff;
	border-radius: 0 0 0 100px;
	height: 28px;
	width: 28px;
	font-size: 24px;
	line-height: 16px;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 5px solid #c75150;
	border-left: 5px solid #c75150
}


.checkout-delivery .delivery-range .square-selector--inline li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.checkout-delivery .delivery-range .square-selector--inline li .square-selector-date .calendar {
	stroke: #02383e
}

.checkout-delivery .shipping-methods > .select-wrapper.active .delivery-method-select:disabled ~ .angle-down, .checkout-inscription .js-inscription-not-empty, .checkout-payment .square-selector--inline > li:nth-child(3), .checkout-payment .square-selector--inline > li:nth-child(4) {
	display: none
}

.checkout-payment .square-selector--inline > li:nth-child(3) label, .checkout-payment .square-selector--inline > li:nth-child(4) label {
	height: 100%;
	border-radius: 0 3px 3px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.checkout-payment .square-selector--inline label {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.checkout-payment .square-selector--inline label:after {
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	max-width: 80px
}

.checkout-payment .square-selector--inline label.stripe {
	padding-left: 16px
}

.checkout-payment .square-selector--inline label.paypal {
	color: #fff;
	padding: 0;
	font-size: 0
}


.checkout-payment .square-selector--inline label.browser-saved-card {
	padding-right: 16px
}

.checkout-payment .square-selector--inline label.apple-pay {
	padding: 0;
	color: #fff;
	font-size: 0
}

.checkout-payment .expiration-ccv .expire-month {
	padding-right: 0
}

.checkout-payment .expiration-ccv .expire-month select {
	border-right: none;
	border-radius: 3px 0 0 3px
}

.checkout-payment .expiration-ccv .expire-year {
	padding-left: 0
}

.checkout-payment .expiration-ccv .expire-year select {
	border-radius: 0 3px 3px 0
}

.cart-summary {
	width: 100%
}

@media only screen and (min-width: 769px) {
	.checkout-delivery .shipping-methods-list li.active .delivery-method-ranged-advice {
		max-height: 50px
	}

	.checkout-payment .square-selector--inline {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.checkout-payment .square-selector--inline li {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%
	}

	.cart-summary-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.cart-summary-resume {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.cart-summary .checkout-resume {
		background: 0 0;
		position: sticky
	}
}

.edit-subscription .square-selector, .edit-subscription .square-selector--inline {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.edit-subscription .square-selector li, .edit-subscription .square-selector--inline li {
	-ms-flex-preferred-size: calc(50% - 8px);
	flex-basis: calc(50% - 8px);
	background: 0 0;
	border-radius: 8px;
	margin-bottom: 8px
}

.edit-subscription .square-selector li label, .edit-subscription .square-selector--inline li label {
	padding: 16px 0 !important
}

@media only screen and (min-width: 769px) {
	.edit-subscription .square-selector li, .edit-subscription .square-selector--inline li {
		-ms-flex-preferred-size: calc(25% - 8px);
		flex-basis: calc(25% - 8px);
		margin-bottom: 0
	}

	.edit-subscription .square-selector li label, .edit-subscription .square-selector--inline li label {
		padding: 24px 0 !important
	}
}

.edit-subscription .square-selector li .square-selector-wrapper, .edit-subscription .square-selector--inline li .square-selector-wrapper {
	padding: 32px
}

.edit-subscription .square-selector li .square-selector-wrapper::after, .edit-subscription .square-selector--inline li .square-selector-wrapper::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -1px;
	right: -1px;
	height: 5px;
	background: 0 0
}

.edit-subscription .square-selector li.active .square-selector-wrapper, .edit-subscription .square-selector--inline li.active .square-selector-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none
}

.edit-subscription .square-selector li.active .square-selector-wrapper::after, .edit-subscription .square-selector--inline li.active .square-selector-wrapper::after {
	background: #c75150
}

.edit-subscription .square-selector li.active::after, .edit-subscription .square-selector--inline li.active::after {
	content: '\00d7';
	background: #c75150;
	position: absolute;
	color: #fff;
	border-radius: 3px 40px 3px 100px;
	height: 28px;
	width: 28px;
	font-size: 24px;
	line-height: 16px;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 5px solid #c75150;
	border-left: 5px solid #c75150
}


.subscription.edit .subscription-bouquet .square-selector, .subscription.edit .subscription-bouquet .square-selector--inline, .subscription.edit .subscription-size .square-selector, .subscription.edit .subscription-size .square-selector--inline, .subscription.edit .subscription-vase .square-selector, .subscription.edit .subscription-vase .square-selector--inline {
	margin: 16px auto 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.subscription.edit .subscription-bouquet .square-selector .bouquet-option, .subscription.edit .subscription-bouquet .square-selector--inline .bouquet-option, .subscription.edit .subscription-size .square-selector .bouquet-option, .subscription.edit .subscription-size .square-selector--inline .bouquet-option, .subscription.edit .subscription-vase .square-selector .bouquet-option, .subscription.edit .subscription-vase .square-selector--inline .bouquet-option {
	width: calc(50% - 8px);
	margin-bottom: 8px
}

.subscription.edit .subscription-bouquet .square-selector .size-option, .subscription.edit .subscription-bouquet .square-selector--inline .size-option, .subscription.edit .subscription-size .square-selector .size-option, .subscription.edit .subscription-size .square-selector--inline .size-option, .subscription.edit .subscription-vase .square-selector .size-option, .subscription.edit .subscription-vase .square-selector--inline .size-option {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0
}

@media only screen and (min-width: 769px) {
	.subscription.edit .subscription-bouquet .square-selector, .subscription.edit .subscription-bouquet .square-selector--inline, .subscription.edit .subscription-size .square-selector, .subscription.edit .subscription-size .square-selector--inline, .subscription.edit .subscription-vase .square-selector, .subscription.edit .subscription-vase .square-selector--inline {
		width: 500px
	}
}


.product-options .product-addon .square-selector, .product-options .product-addon .square-selector--inline, .product-options .product-size .square-selector, .product-options .product-size .square-selector--inline {
	margin-bottom: 24px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media only screen and (min-width: 769px) {
	.product-options .product-addon .square-selector, .product-options .product-addon .square-selector--inline, .product-options .product-size .square-selector, .product-options .product-size .square-selector--inline {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.product-options .product-addon .square-selector-wrapper, .product-options .product-size .square-selector-wrapper {
	padding: 8px
}

.product-options .product-addon .square-selector-wrapper svg, .product-options .product-size .square-selector-wrapper svg {
	height: 32px;
	width: 32px
}

.product-options .product-addon .square-selector-wrapper img, .product-options .product-size .square-selector-wrapper img {
	height: 75px;
	width: 75px;
	margin-bottom: 8px
}

.product-options .product-addon .square-selector li, .product-options .product-addon .square-selector--inline li, .product-options .product-size .square-selector li, .product-options .product-size .square-selector--inline li {
	background: 0 0;
	border-radius: 0;
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%
}

.product-options .product-addon .square-selector li .square-selector-wrapper, .product-options .product-addon .square-selector--inline li .square-selector-wrapper, .product-options .product-size .square-selector li .square-selector-wrapper, .product-options .product-size .square-selector--inline li .square-selector-wrapper {
	border-radius: 0;
	padding-bottom: 16px
}

.product-options .product-addon .square-selector li .square-selector-wrapper:after, .product-options .product-addon .square-selector--inline li .square-selector-wrapper:after, .product-options .product-size .square-selector li .square-selector-wrapper:after, .product-options .product-size .square-selector--inline li .square-selector-wrapper:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -1px;
	right: -1px;
	height: 5px;
	background: 0 0
}

.product-options .product-addon .square-selector li.active .square-selector-wrapper, .product-options .product-addon .square-selector--inline li.active .square-selector-wrapper, .product-options .product-size .square-selector li.active .square-selector-wrapper, .product-options .product-size .square-selector--inline li.active .square-selector-wrapper {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.product-options .product-addon .square-selector li.active .square-selector-wrapper:after, .product-options .product-addon .square-selector--inline li.active .square-selector-wrapper:after, .product-options .product-size .square-selector li.active .square-selector-wrapper:after, .product-options .product-size .square-selector--inline li.active .square-selector-wrapper:after {
	background: #ffd510
}

.product-options .product-addon .square-selector-price strike, .product-options .product-size .square-selector-price strike {
	display: block;
	text-decoration: line-through;
	color: #d4dbdb;
	font-size: 12px
}

.product-options .product-addon {
	margin-bottom: 24px;
	border-bottom: 1px solid #ccc
}

@media only screen and (min-width: 769px) {
	.product-options .product-addon {
		margin-bottom: 0;
		border: none
	}

	.product-packs {
		max-width: 500px
	}
}

.product-options .product-addon .square-selector li.active::after, .product-options .product-addon .square-selector--inline li.active::after {
	content: '\00d7';
	background: #ffd510;
	position: absolute;
	color: #fff;
	border-radius: 0 0 0 100px;
	height: 28px;
	width: 28px;
	font-size: 24px;
	line-height: 16px;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 5px solid #ffd510;
	border-left: 5px solid #ffd510
}

.checkout-delivery .shipping-methods .square-selector-wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.checkout-delivery .shipping-methods .square-selector-wrapper .square-selector-price {
	margin: 0
}

.checkout-delivery .shipping-methods-list {
	border: 1px solid #d4dbdb;
	border-radius: 8px
}

.checkout-delivery .shipping-methods-list > p.bold {
	padding: 16px 16px 0;
	margin-bottom: 16px
}

.checkout-delivery .shipping-methods-list ul {
	padding: 0 16px
}

.checkout-delivery .shipping-methods-list li {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ebf0f0
}

.checkout-delivery .shipping-methods-list li:last-of-type {
	border: none;
	margin-bottom: 0
}

.checkout-delivery .shipping-methods-list li label {
	display: block;
	position: relative;
	padding-left: 34px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.checkout-delivery .shipping-methods-list li label:hover input ~ .checkmark {
	background-color: rgba(119, 10, 255, .2)
}

.checkout-delivery .shipping-methods-list li input:checked ~ .checkmark, .checkout-delivery .shipping-methods-list li.active label:hover input ~ .checkmark {
	background-color: #c75150
}

.checkout-delivery .shipping-methods-list li label .primary-data {
	display: block;
	margin-bottom: 4px
}

.checkout-delivery .shipping-methods-list li label .secondary-data {
	color: #949b9b
}

.checkout-delivery .shipping-methods-list li label .secondary-data.cheapest-delivery-method {
	color: #c75150
}

.checkout-delivery .shipping-methods-list li label .delivery-method-ranged-advice {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	font-family: DMSans, sans-serif;
	-webkit-transition: max-height .5s ease, opacity .5s ease;
	-o-transition: max-height .5s ease, opacity .5s ease;
	transition: max-height .5s ease, opacity .5s ease
}

.checkout-delivery .shipping-methods-list li label .delivery-method-ranged-advice > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 16px
}

.checkout-delivery .shipping-methods-list li label .delivery-method-ranged-advice svg {
	margin-right: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.checkout-delivery .shipping-methods-list li.active .delivery-method-ranged-advice {
	max-height: 90px;
	opacity: 1
}

.checkout-delivery .shipping-methods-list li input {
	height: auto;
	width: auto;
	border: none;
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.checkout-delivery .shipping-methods-list li input :checked ~ .checkmark:after {
	display: block
}

.checkout-delivery .shipping-methods-list li .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 0 1px #c75150;
	box-shadow: 0 0 0 1px #c75150;
	-webkit-transition: opacity ease .3s;
	-o-transition: opacity ease .3s;
	transition: opacity ease .3s
}

.checkout-delivery .shipping-methods-list li .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	content: '';
	position: absolute;
	display: none
}

.checkout-delivery .shipping-methods-list .uncollapse-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #c75150;
	cursor: pointer;
	text-decoration: underline;
	margin-bottom: 16px
}

.checkout-delivery .shipping-methods-free {
	margin-bottom: 8px
}

.checkout-delivery .shipping-methods-free li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.checkout-delivery .shipping-methods-free li .square-selector-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.checkout-delivery .shipping-methods-free li .square-selector-wrapper .square-message {
	margin-top: 8px;
	text-align: left !important
}

.checkout-delivery .shipping-methods-free li.active .square-selector-wrapper {
	border-bottom-width: 4px
}

.checkout-delivery .shipping-methods .delivery-method-select {
	padding: 16px 40px 16px 16px !important
}

.checkout-delivery .shipping-methods > .select-wrapper .angle-down {
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.checkout-delivery .shipping-methods > .select-wrapper.active .delivery-method-select {
	border-color: #c75150;
	-webkit-box-shadow: inset 0 -1px 0 #c75150;
	box-shadow: inset 0 -1px 0 #c75150;
	border-bottom: 4px solid #c75150;
	color: #02383e
}

.checkout-delivery .shipping-methods-list {
	border: 1px solid #d4dbdb;
	border-radius: 8px;
}

.square-selector--inline > li.active .square-selector-wrapper {
	border-bottom: 4px solid #c75150;
}

.square-selector--inline > li:first-child, .square-selector--inline > li:first-child .square-selector-wrapper {
	border-radius: 8px 0 0 8px;
}

.square-selector li.active .square-selector-wrapper, .square-selector--inline li.active .square-selector-wrapper {
	fill: #c75150;
	border-color: #c75150;
}

.alert-purple {
	color: #fffff9;
	background: #5828a4;
	border-color: #6933a4;
}

.comprar-marketplaces {
	padding: 5px;
	display: flex;
	margin: 5px;
	border: 1px solid #ccc;
	flex: auto;
	flex-direction: column;
	color: black;
	background: white;
}

.no_link:hover {
	cursor: pointer;
	color: black;
	font-weight: 600;
	font-size: 18px;
}

.no_link:focus {
	cursor: pointer;
	color: black;
	font-weight: 600;
	font-size: 18px;
}

.no_link {
	cursor: pointer;
	color: black;
	font-weight: 600;
	font-size: 18px;
}

.t-btn-dark:hover, .t-btn-dark:focus {
	color: white !important;
	background: black !important;
	border: none !important;
}

.t-btn-add-cart:hover {
	background-color: white !important;
	color: black !important;
	border: 1px solid black !important;
}

.vertical-align-middle {
	vertical-align: middle !important;
}

/*! CSS Used from: Embedded */
.bloque_estrellas_individual_producto {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	align-content: center;
	justify-content: flex-start;
	flex-direction: row;
}

.bloque_estrellas_individual_producto_contador_valoraciones {
	line-height: 1rem;
	font-weight: 400;
	letter-spacing: 0.025rem;
	font-size: 0.75rem;
	color: rgb(51, 51, 51);
}

.bloque_estrellas_individual_producto_media_valoraciones {
	width: 90%;
	height: 100%;
	background-position: 0px 100%;
	background-repeat: repeat-x;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 48.1' enable-background='new 0 0 24 48.1' xml:space='preserve'%3E%3Cpath   fill='%23FFA90D' d='M21.9,32.6C21.8,32.2,21.4,32,21,32h-5.4l-2.7-5.4c-0.3-0.7-1.4-0.7-1.8,0L8.4,32H3c-0.4,0-0.8,0.2-0.9,0.6C1.9,33,2,33.4,2.3,33.7l4.6,4.6L5,44.7c-0.1,0.4,0,0.8,0.4,1.1c0.3,0.2,0.8,0.3,1.1,0l5.4-3.6l5.4,3.6c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.3-0.2,0.5-0.7,0.4-1.1l-1.8-6.4l4.6-4.6C22,33.4,22.1,33,21.9,32.6z'/%3E%3Cpath fill='%23CCCCCC' d='M21.9,8.6C21.8,8.2,21.4,8,21,8h-5.4l-2.7-5.4c-0.3-0.7-1.4-0.7-1.8,0L8.4,8H3C2.6,8,2.2,8.2,2.1,8.6C1.9,9,2,9.4,2.3,9.7l4.6,4.6L5,20.7c-0.1,0.4,0,0.8,0.4,1.1c0.3,0.2,0.8,0.3,1.1,0l5.4-3.6l5.4,3.6c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.3-0.2,0.5-0.7,0.4-1.1l-1.8-6.4l4.6-4.6C22,9.4,22.1,9,21.9,8.6z'/%3E%3C/svg%3E");
	background-size: 1rem;
}

.bloque_estrellas_individual_producto_media_valoraciones_full_width {
	width: 100%;
	max-width: 5rem;
	height: 1rem;
	overflow: hidden;
	margin-right: 0.625rem;
	margin-top: -0.125rem;
	background-repeat: repeat-x;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 48.1' enable-background='new 0 0 24 48.1' xml:space='preserve'%3E%3Cpath   fill='%23FFA90D' d='M21.9,32.6C21.8,32.2,21.4,32,21,32h-5.4l-2.7-5.4c-0.3-0.7-1.4-0.7-1.8,0L8.4,32H3c-0.4,0-0.8,0.2-0.9,0.6C1.9,33,2,33.4,2.3,33.7l4.6,4.6L5,44.7c-0.1,0.4,0,0.8,0.4,1.1c0.3,0.2,0.8,0.3,1.1,0l5.4-3.6l5.4,3.6c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.3-0.2,0.5-0.7,0.4-1.1l-1.8-6.4l4.6-4.6C22,33.4,22.1,33,21.9,32.6z'/%3E%3Cpath fill='%23CCCCCC' d='M21.9,8.6C21.8,8.2,21.4,8,21,8h-5.4l-2.7-5.4c-0.3-0.7-1.4-0.7-1.8,0L8.4,8H3C2.6,8,2.2,8.2,2.1,8.6C1.9,9,2,9.4,2.3,9.7l4.6,4.6L5,20.7c-0.1,0.4,0,0.8,0.4,1.1c0.3,0.2,0.8,0.3,1.1,0l5.4-3.6l5.4,3.6c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.3-0.2,0.5-0.7,0.4-1.1l-1.8-6.4l4.6-4.6C22,9.4,22.1,9,21.9,8.6z'/%3E%3C/svg%3E");
	background-size: 1rem;
}

.klYEgb {
	/*display: flex;*/
	margin-bottom: 0.5rem;
}


/*BLACKFRIDAY*/
.SRLfv {
	display: inline-block;
	border-radius: 4px;
	padding: 0.25rem 0.5rem 2px;
	font-size: 0.75rem;
	line-height: 1rem;
	color: rgb(255, 255, 255);
	margin: 0px 0.5rem;
	font-weight: 400;
	background: rgb(255, 255, 255);
	border: 1px solid #e50000;
}

.krGlkX {
	display: inline-block;
	border-radius: 4px;
	padding: 0.25rem 0.5rem 2px;
	font-size: 0.75rem;
	line-height: 1rem;
	color: rgb(255, 255, 255);
	margin: 0px 0.5rem;
	font-weight: 400;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
}

.ehOobG {
	display: flex;
	flex-wrap: wrap;
	left: 0px;
	bottom: 0px;
	width: 100%;
	gap: 0.25rem;
	margin-bottom: 5px;
	margin-top: 5px;
}

.ehOobG-right {
	display: flex;
	flex-wrap: wrap;
	left: 0px;
	bottom: 0px;
	width: 100%;
	gap: 0.25rem;
	margin-bottom: 5px;
	justify-content: flex-end;
}

.daMEsr {
	width: max-content;
	margin: 0px;
	display: flex;
	gap: 4px;
	padding: 0.25rem 0.5rem;
	flex-direction: row;
	align-items: center;
}

.fORGuT {
	color: #e50000;
}

.fLglzb {
	color: rgb(0, 0, 0);
}

.gnkIEe {
	font-weight: 400;
	letter-spacing: normal;
	color: rgb(115, 115, 115);
	text-decoration: line-through;
	white-space: nowrap;
}

.line-1 > a:hover {
	color: white !important;
}

.capa-sub-header {
	display: flex;
	flex-wrap: wrap;
}

.stats-col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	color: #706e6e
}

.stats-col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

@media (min-width: 768px) {
	.d-md-block {
		display: block !important;
	}
}

@media (min-width: 731px) and (max-width: 950px) {
	.capa-sub-header-mt {
		margin-top: 170px;
	}
}

@media (max-width: 732px) {
	.capa-sub-header-mt {
		margin-top: 100px;
	}
}

.mb-0 {
	margin-bottom: 0 !important;
}

.py-3 {
	padding-top: 1rem !important;
}

.py-3 {
	padding-bottom: 1rem !important;
}

.bold-black {
	font-weight: 900 !important;
}

.bg-light-grey {
	background-color: #f8f8f8;
}


.bloque-banner-width-100 {
	height: auto;
	background: #c75150;
	color: white;
	padding: 15px;
	padding-left: 30px;
}

.h2-banner-width-100 {
	font-size: 3.5rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: normal;
	font-family: 'Roboto Condensed';
}

.h3-banner-width-100 {
	width: 60%;
}


@media (max-width: 732px) {
	.h2-banner-width-100 {
		margin: 0;
	}

	.h3-banner-width-100 {
		display: none;
	}

	.h2-banner-width-100 {
		font-size: 1.5rem;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: normal;
		font-family: 'Roboto Condensed';
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.h3-banner-width-100 {
		width: 100%;
	}
}


/*! Precio Vista Categorias */
.a-text-normal {
	font-weight: 400 !important;
	font-style: normal !important;
	text-transform: none !important;
	text-decoration: none !important;
}

.a-size-base {
	font-size: 0.9rem !important;
	line-height: 20px !important;
}

.a-color-base {
	color: #0F1111 !important;
}

.a-color-secondary {
	color: #565959 !important;
}

.a-row {
	width: 100%;
}

.a-row:after, .a-row:before {
	display: table;
	content: "";
	line-height: 0;
	font-size: 0;
}

.a-row:after {
	clear: both;
}

.a-spacing-none {
	margin-bottom: 0 !important;
}

.a-spacing-top-small {
	margin-top: 8px !important;
}

.a-section {
	margin-bottom: 22px;
}

.a-price {
	text-decoration: none;
	position: relative;
	line-height: normal;
}

.a-price[data-a-strike=true]:after {
	border-top: 1px solid;
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	left: 0;
}

.a-price .a-offscreen {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.a-price[data-a-size="b"][data-a-strike=true] {
	display: inline-block;
	text-decoration: inherit;
}

.a-price[data-a-color=base] {
	color: #0F1111;
}

.a-price[data-a-color=secondary] {
	color: #565959;
}

.a-price[data-a-size$=l] .a-price-symbol {
	position: relative;
}

.a-price[data-a-size=xl] {
	font-size: 1.7rem;
}

.a-price[data-a-size=xl] .a-price-symbol {
	top: -.75em;
	font-size: 0.8rem;
}

.a-price[data-a-size=b] {
	font-size: 1rem;
}

.a-text-price {
	color: inherit;
}

.a-offscreen {
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	z-index: -1 !important;
	opacity: 0;
}

.barrera:focus, .barrera:hover {
	box-shadow: rgb(199 81 80) 0px 0px 3px 1px;
}

/*filtros*/
.dUINTj, .ilXEny {
	font-size: .875rem
}

.hesnpe, .ilXEny {
	font-family: "Open Sans", open-sans, sans-serif;
	outline: 0
}

.cGZBHf, .cNTWSX, .ilXEny {
	background-color: #fff
}

.dmBoTA::before, .eulhUe::before {
	content: "";
	top: 50%;
	margin-top: -.5rem;
	width: 1rem;
	height: 1rem;
	right: 16px;
	transition: transform .3s
}

.bjkhZd, .cNTWSX {
	overflow: hidden
}

.cGZBHf, .cqVAhV, .fxdsLC, .hesnpe, .jzdJko, .kACaEP {
	cursor: pointer
}

.cFFOLm {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 24px;
	height: 24px
}

.drScqZ {
	margin-bottom: .25rem
}

/*! CSS Used from: Embedded */
.iBCujy, .iSnIsz {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.dUINTj, .fxdsLC, .hesnpe, .ilXEny {
	color: #333
}

.egVvvH {
	transform-origin: left top;
	pointer-events: none
}

.iSnIsz {
	display: flex
}

.iSnIsz #user-guides-listing-block {
	display: none;
	max-width: 21.4rem;
	margin-left: auto;
	margin-right: auto
}

@media (min-width: 48em) {
	.drScqZ {
		width: 1rem;
		height: 1rem;
		margin-bottom: 0;
		margin-right: .5rem
	}

	.iSnIsz #user-guides-listing-block {
		max-width: 45rem
	}
}

@media (min-width: 75em) {
	.eEHeCW {
		grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr))
	}

	.iSnIsz #user-guides-listing-block {
		max-width: 54rem
	}

	.hQUzfc {
		display: none
	}
}

@media (min-width: 97.5em) {
	.iSnIsz #user-guides-listing-block {
		max-width: 81rem
	}
}

.iSnIsz.user-guides-test.test-active #user-guides-listing-block {
	display: block
}

.bgcBJA.bgcBJA, .iSnIsz.user-guides-test.test-active #side-content-seo-block {
	display: none
}

.ilXEny:not(-webkit-autofill) {
	animation-name: onAutoFillCancel;
	animation-delay: 1ms
}

.ilXEny, .ilXEny:active, .ilXEny:focus, .ilXEny:hover {
	appearance: none;
	box-shadow: none;
	outline: 0;
	filter: none
}

.ilXEny {
	height: 2.5rem;
	background-clip: padding-box;
	border-radius: .25rem;
	border: 1px solid #ccc;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 400;
	padding: 0 2.5rem 0 1rem;
	text-align: left;
	transition: border .3s, background-color .3s, color .3s, box-shadow .3s;
	width: 100%;
	line-height: 1.25rem
}

.dmBoTA, .eulhUe, .fmvOFQ {
	display: flex;
	-webkit-box-align: center
}

.fmvOFQ {
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 2.5rem;
	width: 2.5rem;
	position: absolute;
	top: 0;
	right: 0
}

.bMpQjr, .dmBoTA, .eulhUe, .hesnpe, .nLJko {
	position: relative
}

.dmBoTA, .eulhUe {
	align-items: center;
	background: #fff;
	transition: background .3s;
	cursor: pointer;
	padding: .5rem 2.5rem .5rem 1rem
}

.eulhUe::before {
	position: absolute;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0yMSAxMWgtOHYtOGgtMnY4aC04djJoOHY4aDJ2LThoOHoiLz48L3N2Zz4=) center center no-repeat;
	transform: rotate(45deg)
}

.dmBoTA:hover {
	background: #f2f2f2
}

.egVvvH {
	display: flex !important;
	-webkit-box-align: center;
	align-items: center
}

.kCKiFe {
	padding: 0
}

.nLJko {
	padding: .5rem 0
}

.ctHXhP, .vUgzi {
	padding: .5rem 1rem
}

.hRvObX {
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-self: center
}

.bcNlCn, .ctHXhP, .gllsZt {
	display: flex
}

.gllsZt {
	min-width: 1.5rem;
	min-height: 1.5rem;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}

.cGZBHf, .cGZBHf:active, .cGZBHf:focus, .cGZBHf:hover {
	appearance: none;
	filter: none
}

.cGZBHf {
	margin: 0 !important;
	background-clip: padding-box;
	border: 2px solid #737373;
	border-radius: 2px;
	width: 18px;
	height: 18px;
	transition: border .3s, background-color .3s, color .3s, box-shadow .3s
}

.cNTWSX, .ctHXhP, .hDwUEa, .vUgzi {
	width: 100%
}

.fxdsLC {
	transition: color .3s
}

.ctHXhP {
	min-height: 2.5rem;
	align-items: flex-start
}

.bcNlCn {
	align-items: flex-start
}

.dUINTj {
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.5rem
}

.chXTHE, .cqVAhV, .hesnpe {
	font-weight: 400
}

.jDTERp {
	margin: 0
}

.kRBQsp {
	margin: .5rem 1rem;
	padding: .25rem .5rem
}

.hesnpe {
	display: inline-flex;
	text-align: center;
	-webkit-box-align: center;
	align-items: center;
	user-select: none;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 4px;
	background: #fff;
	transition: background .3s, box-shadow .3s, border-color .3s;
	font-size: .75rem;
	line-height: 1rem;
	letter-spacing: .025rem;
	padding: 3px 1.5rem;
	min-height: 1.5rem;
	border: 1px solid #ccc
}

.cGZBHf:checked {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zLjMgMTkuNm03LTJsLTUtNSAxLjQtMS40IDMuNiAzLjYgNy42LTcuNiAxLjQgMS40LTkgOXoiLz48L3N2Zz4=);
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #00759e;
	border-color: #00759e
}

.hesnpe:hover {
	background-color: #f2f2f2;
	color: #333;
	border-color: transparent
}

.cKlkuy {
	margin-right: .5rem;
	display: inline-block
}

.cNTWSX {
	max-height: 0;
	transition: max-height .5s cubic-bezier(.25, .1, .25, 1)
}

.dmBoTA::before {
	position: absolute;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0yMSAxMWgtOHYtOGgtMnY4aC04djJoOHY4aDJ2LThoOHoiLz48L3N2Zz4=) center center no-repeat
}

.jzdJko {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 700;
	background-color: rgba(51, 51, 51, .24);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s cubic-bezier(.25, .1, .25, 1), visibility .5s cubic-bezier(.25, .1, .25, 1);
	transition: opacity .5s cubic-bezier(.25, .1, .25, 1), visibility .5s cubic-bezier(.25, .1, .25, 1)
}

.iBCujy {
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

pccfrontunilae.g561[id=sc-frSLGL] {
	content: "iBCujy,"
}

.cdqHPb {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

pccfrontunilae.g556[id=sc-izIUeG] {
	content: "cdqHPb,"
}

.gwpwVN {
	background-color: #fff;
	width: 100%;
	height: 4rem;
	border-bottom: 1px solid #ccc;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	top: 3rem;
	z-index: 300
}

pccfrontunilae.g526[id=sc-jwbUsp] {
	content: "gwpwVN,"
}

pccfrontunilae.g566[id=sc-eznDYB] {
	content: "bgcBJA,"
}

.chXTHE {
	color: #737373;
	font-size: .875rem;
	line-height: 1.25rem;
	-webkit-letter-spacing: normal;
	-moz-letter-spacing: normal;
	-ms-letter-spacing: normal;
	letter-spacing: normal;
	margin: 0;
	display: none;
	white-space: nowrap;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding-left: 1rem
}

pccfrontunilae.g528[id=sc-cZHnPT] {
	content: "chXTHE,"
}

pccfrontunilae.g371[id=sc-ePYzpu] {
	content: "hsGhMM,kSenmg,kFmBuU,"
}

.cqVAhV {
	font-size: .75rem;
	line-height: 1rem;
	-webkit-letter-spacing: 0.025rem;
	-moz-letter-spacing: 0.025rem;
	-ms-letter-spacing: 0.025rem;
	letter-spacing: .025rem;
	color: #333;
	background-color: transparent;
	height: 4rem;
	-webkit-flex: 1 1 33.33%;
	-ms-flex: 1 1 33.33%;
	flex: 1 1 33.33%;
	padding: 0;
	border: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.cqVAhV:hover {
	background-color: #f2f2f2
}

@media (hover: none) {
	.cqVAhV:hover {
		background-color: inherit;
		color: inherit
	}
}

pccfrontunilae.g529[id=sc-cKQJNu] {
	content: "cqVAhV,"
}

.eEHeCW {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(9.75rem, 1fr));
	grid-gap: 1rem
}

.ePQIUK, .egVvvH {
	padding: 1px;
	display: flex;
	position: absolute;
	left: 1rem;
	transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), font-size .15s cubic-bezier(.4, 0, .2, 1), line-height .15s cubic-bezier(.4, 0, .2, 1), font-weight .15s cubic-bezier(.4, 0, .2, 1);
	z-index: 1
}

.egVvvH, .jTDFfZ {
	-webkit-box-align: center
}

.eEHeCW a:hover {
	color: inherit
}

.epqVtc {
	margin: 3.5rem auto 0
}

.bjkhZd {
	width: 0;
	height: 0
}

.egVvvH {
	height: 2.5rem;
	font-size: 1.0625rem;
	line-height: 1.5rem;
	color: #737373;
	align-items: center
}

ilXEny:focus {
	outline: 0;
	box-shadow: rgb(0 105 167) 0 0 5px 0
}

.ePQIUK {
	-moz-box-align: center;
	align-items: center;
	transform-origin: left top 0px;
	height: auto;
	font-size: .75rem;
	line-height: 1rem;
	font-weight: 700;
	color: #333;
	background-color: #fff;
	transform: translateY(-50%);
	pointer-events: auto
}

.camgfO, .ccodtC {
	background-color: #fff;
	right: 0;
	transition: .5s;
	top: 0;
	display: flex
}

.ccodtC {
	width: 100vw;
	height: 100%;
	position: fixed;
	z-index: 750;
	flex-direction: column;
	transform: translateX(100%)
}

.camgfO {
	width: 100vw;
	height: 100%;
	position: fixed;
	z-index: 750;
	flex-direction: column;
	transform: translateX(0)
}

@media (min-width: 48em) {
	.gwpwVN {
		height: 4.5rem;
		padding: 0 1rem;
		margin-bottom: 1.5rem;
		border-top: 1px solid #ccc;
		position: relative;
		top: 0;
		z-index: 1
	}

	.bgcBJA.bgcBJA {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.chXTHE {
		display: inline-block
	}

	.cqVAhV {
		font-size: .875rem;
		line-height: 1.25rem;
		font-weight: 400;
		-webkit-letter-spacing: normal;
		-moz-letter-spacing: normal;
		-ms-letter-spacing: normal;
		letter-spacing: normal;
		padding: 0 1rem;
		border-radius: 4px;
		-webkit-flex: initial;
		-ms-flex: initial;
		flex: initial;
		height: 2.5rem;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.cqVAhV:last-of-type {
		margin-left: .5rem
	}

	.eEHeCW {
		grid-template-columns: repeat(auto-fill, minmax(13.875rem, 1fr));
		grid-gap: 1.5rem
	}

	.camgfO, .ccodtC {
		width: 22.5rem
	}
}

@media (min-width: 75em) {
	.iBCujy {
		padding-right: 1.5rem;
		min-width: 16.5rem
	}

	.gwpwVN {
		margin-bottom: 2rem
	}

	.cqVAhV:last-of-type {
		display: none
	}

	.eEHeCW {
		grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr))
	}

	.eEHeCW.horizontal {
		grid-template-columns: 1fr
	}

	.eEHeCW.horizontal .product-card {
		position: relative;
		padding-top: 1rem;
		padding-bottom: 1.5rem;
		max-width: unset;
		display: grid;
		grid-template-columns: 1fr 3fr 1fr;
		-webkit-align-items: start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-webkit-column-gap: 24px;
		column-gap: 24px
	}

	.eEHeCW.horizontal .product-card::after {
		content: ' ';
		position: absolute;
		height: 1px;
		bottom: 0;
		right: 1rem;
		left: 1rem;
		background-color: #ccc
	}

	.eEHeCW.horizontal .product-card__info-container {
		grid-column: 2;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.eEHeCW.horizontal .product-card__price-n-availability-container {
		grid-column: 3;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.eEHeCW.horizontal .product-card__details-button {
		display: unset;
		width: 100%;
		grid-column: 3;
		grid-column: 3;
		margin-top: auto
	}

	.eEHeCW.horizontal .product-card__price-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative
	}

	.eEHeCW.horizontal .product-card__price-container div, .eEHeCW.horizontal .product-card__price-container span {
		margin-bottom: 0
	}

	.eEHeCW.horizontal .product-card__delivery-container, .eEHeCW.horizontal .product-card__horizontal-wrapper-spec {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	@media (min-width: 75em) {
		.eEHeCW.horizontal .product-card__delivery-container, .eEHeCW.horizontal .product-card__price-container {
			display: none
		}

		.eEHeCW.horizontal .product-card__delivery-horizontal-container, .eEHeCW.horizontal .product-card__price-horizontal-container {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex
		}
	}.eEHeCW.horizontal .product-card__delivery-block {
		 margin-bottom: 0;
		 font-size: .875rem;
		 line-height: 1.25rem;
		 font-weight: 400;
		 -webkit-letter-spacing: normal;
		 -moz-letter-spacing: normal;
		 -ms-letter-spacing: normal;
		 letter-spacing: normal
	 }

	.eEHeCW.horizontal .product-card__rating-container {
		margin-top: .5rem;
		margin-bottom: .5rem
	}

	.eEHeCW.horizontal .product-card__title {
		margin-bottom: .5rem;
		margin-top: 0;
		font-size: 1.0625rem;
		line-height: 1.5rem;
		font-weight: 700;
		--max-lines: 1
	}

	.eEHeCW.horizontal .product-card__img-container {
		grid-column: 1
	}

	.eEHeCW.horizontal .product-card__img-container-labels {
		left: 0;
		top: 0;
		bottom: unset
	}

	.eEHeCW.horizontal .product-card__img-container-discount-badge {
		display: none
	}

	.eEHeCW.horizontal .product-card__horizontal-discount-badge {
		display: block;
		position: relative;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		top: unset;
		margin: 0 0 .5rem
	}

	.eEHeCW.horizontal .card-skeleton__info-box__line, .eEHeCW.horizontal .card-skeleton__info-box__line--middle:nth-child(3) {
		margin-bottom: 1rem
	}

	.eEHeCW.horizontal .product-card__extended-block {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.eEHeCW.horizontal .product-card .variant__available-in {
		display: block
	}

	.eEHeCW.horizontal .product-card .variant__axis {
		display: block;
		font-size: .875rem;
		line-height: 1.25rem;
		font-weight: 400;
		-webkit-letter-spacing: normal;
		-moz-letter-spacing: normal;
		-ms-letter-spacing: normal;
		letter-spacing: normal
	}

	.eEHeCW.horizontal .product-card .variant__more {
		font-size: .75rem;
		line-height: 1rem;
		font-weight: 400;
		-webkit-letter-spacing: 0.025rem;
		-moz-letter-spacing: 0.025rem;
		-ms-letter-spacing: 0.025rem;
		letter-spacing: .025rem
	}

	.eEHeCW.horizontal .product-card .variant__text {
		-webkit-text-decoration: none;
		text-decoration: none;
		font-size: .875rem;
		line-height: 1.25rem;
		font-weight: 400;
		-webkit-letter-spacing: normal;
		-moz-letter-spacing: normal;
		-ms-letter-spacing: normal;
		letter-spacing: normal;
		padding: .25rem .5rem;
		border: 1px solid #ccc;
		border-radius: .25rem
	}

	.eEHeCW.horizontal .product-card .variant__text:hover {
		-webkit-text-decoration: none;
		text-decoration: none;
		color: unset;
		background-color: #f2f2f2;
		border: 1px solid #f2f2f2
	}

	.eEHeCW.horizontal .card-skeleton {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		gap: 2rem;
		-webkit-align-items: flex-start;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start
	}

	.eEHeCW.horizontal .card-skeleton__info-box {
		margin-top: 0
	}

	.eEHeCW.horizontal .card-skeleton__info-box--horizontal {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.eEHeCW.horizontal .card-skeleton__info-box--middle {
		width: 60%
	}

	.eEHeCW.horizontal .card-skeleton__info-box__line--middle {
		width: 19rem
	}

	.camgfO, .ccodtC {
		width: 15rem;
		height: auto;
		position: relative;
		z-index: 1;
		transform: translateX(0)
	}
}

.kACaEP {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 700;
	background-color: rgba(51, 51, 51, .24);
	transition: opacity .5s cubic-bezier(.25, .1, .25, 1), visibility .5s cubic-bezier(.25, .1, .25, 1);
	opacity: 1;
	visibility: visible
}

.kvbDqb {
	flex: 0 0 3.5rem;
	padding: 0 1rem;
	border-bottom: 1px solid #ccc;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center
}

.hCdELs, .jTDFfZ {
	font-size: .875rem;
	line-height: 1.25rem;
	border: 1px solid transparent;
	background: 0 0;
	cursor: pointer;
	min-height: 40px;
	color: #333;
	position: relative;
	outline: 0;
	text-align: center;
	user-select: none;
	vertical-align: middle;
	text-decoration: none;
	font-family: "Open Sans", open-sans, sans-serif;
	transition: background .3s, box-shadow .3s, border-color .3s;
	font-weight: 400;
	letter-spacing: normal
}

.bEQCBe, .dSTBkG, .hCdELs, .jTDFfZ {
	display: inline-flex
}

.jTDFfZ {
	padding: .5rem 9px;
	align-items: center;
	border-radius: 4px
}

.jTDFfZ svg {
	fill: rgb(51, 51, 51)
}

.hCdELs {
	padding: .5rem 1rem;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 4px
}

.gCzaU {
	-webkit-box-flex: 1;
	flex-grow: 1;
	overflow: hidden auto
}

.enNxco {
	flex: 0 0 5rem;
	padding: 1rem;
	box-shadow: rgb(0 0 0 / 14%) 0 8px 10px, rgb(0 0 0 / 12%) 0 3px 14px
}

.dSTBkG, .dSTBkG:hover {
	background-color: #00759e;
	color: #fff
}

.dSTBkG {
	position: relative;
	outline: 0;
	text-align: center;
	-webkit-box-align: center;
	align-items: center;
	user-select: none;
	vertical-align: middle;
	text-decoration: none;
	font-family: "Open Sans", open-sans, sans-serif;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #00759e;
	transition: background .3s, box-shadow .3s, border-color .3s;
	font-size: 1.0625rem;
	line-height: 1.5rem;
	font-weight: 400;
	letter-spacing: normal;
	padding: 11px 1rem;
	min-height: 3rem;
	width: 100%;
	-webkit-box-pack: center;
	justify-content: center
}

.hCdELs:hover, .jTDFfZ:hover {
	background-color: #f2f2f2;
	color: #333
}

@media (max-width: 47em) {
	.bgcBJA.bgcBJA {
		display: flex;
		position: sticky;
		top: 96px;
	}
}

.link-white {
	color: white;
}

.link-white:hover, .link-white:focus {
	color: #e3d4d4;
}


.o-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.o-icon-youtube {
	width: 1.3125em;
}

.c-social {
	display: flex;
	justify-content: center;
}

.c-social--footer {
	justify-content: left;
	padding-right: 0;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.c-social--footer {
		padding-right: 30px;
	}
}

@media (min-width: 992px) {
	.c-social--footer {
		justify-content: flex-start;
		padding-right: 0;
	}
}

.c-social__link {
	margin: 0 22.5px;
	padding-bottom: 20px;
	position: relative;
}

.c-social__link:link, .c-social__link:visited {
	color: #252a32
}

.c-social__link:hover {
	color: #e74c40
}

.c-social__icon {
	font-size: 1.5em;
}

.u-spacing-left-none {
	margin-left: 0 !important;
}

.a-text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
	display: block;
}

.a-spacing-none {
	margin-bottom: 0 !important;
}

.a-section {
	margin-bottom: 22px;
}

.a-badge {
	text-decoration: none;
	display: inline-block;
}

.a-badge .a-badge-label {
	position: relative;
	height: 26px;
	z-index: 1;
	float: left;
}

.a-badge .a-badge-label .a-badge-label-inner {
	line-height: 26px;
	height: 26px;
	font-size: 12px;
}

[data-a-badge-type=status] .a-badge-label {
	max-width: 130px;
	background-color: #232F3E;
	color: #232F3E;
	padding: 0 6px 0 10px;
}

[data-a-badge-type=status] .a-badge-label .a-badge-label-inner {
	color: #fff;
}

[data-a-badge-type=status] .a-badge-label:after {
	content: "";
	width: 10px;
	height: 26px;
	border-right: 10px solid transparent;
	border-top: 26px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: -10px;
}

.a-badge[data-a-badge-supplementary-position] {
	float: left;
}

.a-badge:focus[data-a-badge-supplementary-position=right], .a-badge:hover[data-a-badge-supplementary-position=right] {
	width: 100%;
}

.aok-relative {
	position: relative;
}

.puis .a-badge .a-badge-label .a-badge-label-inner {
	font-size: 12px;
}

.s-grid-status-badge-container {
	height: 26px;
	overflow: hidden;
	padding-bottom: 2px;
}

.puis-expand-height {
	height: 100%;
}

.puis-status-badge-container {
	background: white;
}

@media all {

	.template-index #section-featured-products {
		padding: 15px;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products {
			padding: 15px;
		}
	}
	.template-index #section-featured-products .featured-products-header {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		padding-bottom: 70px;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products .featured-products-header {
			flex-flow: column;
			flex-flow: column-reverse;
			padding-bottom: 38px;
		}
	}
	.template-index #section-featured-products .featured-products-header > * {
		width: 33%;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products .featured-products-header > * {
			width: 100%;
		}
	}
	.template-index #section-featured-products .featured-products-header .featured-products-description {
		text-transform: uppercase;
		padding-right: 9%;
		order: 1;
		font-size: 1.3rem;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products .featured-products-header .featured-products-description {
			padding-right: 0;
			text-align: center;
			font-size: 1rem;
		}
	}
	.template-index #section-featured-products .featured-products-header .featured-products-title {
		text-transform: uppercase;
		text-align: center;
		margin-top: -4px;
		order: 2;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products .featured-products-header .featured-products-title {
			margin-bottom: 20px;
		}
	}
	.template-index #section-featured-products .featured-products {
		display: flex;
		padding: 0;
		margin: 0 -5px;
		flex-wrap: wrap;
	}

	.template-index #section-featured-products .featured-products .product-item {
		width: 25%;
		padding: 0 5px;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products .featured-products .product-item {
			width: 50%;
			position: relative;
		}
	}
	.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image {
		position: relative;
		margin: 0;
	}

	.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 125%;
	}

	.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image > img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image img {
		max-width: 100%;
		height: 100%;
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		opacity: 0;
		visibility: hidden;
	}

	.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image img.fade-in {
		opacity: 1;
		visibility: visible;
	}

	.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image .collection-tweak {
		position: absolute;
		top: 16px;
		right: 16px;
		padding: 0;
		text-transform: uppercase;
		font-weight: 900;
		color: #b1b1b1;
		text-align: right;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image .collection-tweak {
			top: 7px;
			right: 7px;
			text-align: right;
		}
	}
	.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image .cross-wish {
		display: none;
	}

	.template-index #section-featured-products .featured-products .product-item .product-info-container {
		padding: 10px 3px 31px;
		display: flex;
		justify-content: space-between;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products .featured-products .product-item .product-info-container {
			padding: 15px 0 25px;
			position: relative;
		}
	}
	.product-item-title > h3 {
		font-size: 0.75rem;
		font-weight: 600;
	}

	.template-index #section-featured-products .featured-products .product-item .product-info-container .product-item-title {
		text-transform: uppercase;
		font-size: 0.75rem;
		font-weight: 600;
	}

	.template-index #section-featured-products .featured-products .product-item .product-info-container .product-item-subtitle {
		text-transform: capitalize;
		font-family: sans-serif;
	}
}

/*Pago Seguro Footer*/
.c-footer__payment-title {
	border-bottom: #191919 solid 1px;
	font-weight: 500;
	font-size: 1em;
}

.c-footer__payment-list {
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns:repeat(4, 1fr);
	grid-template-rows:1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0;
	justify-content: center;
}

@media (min-width: 768px) {
	.c-footer__payment-list {
		grid-template-columns:repeat(auto-fill, 100px);
		grid-column-gap: 45px;
	}
}

@media (min-width: 570px) {
	.c-footer__payment-item {
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.c-footer__payment-item {
		max-width: 100%;
	}
}

.blur-up {
	opacity: 0;
}

.blur-up.lazyloaded {
	opacity: 1;
}

/*Fin Pago Seguro Footer*/

@media (max-width: 768px) {
	.main-area-xs {
		margin-top: 103px !important;
	}
}
