#alertas-ficha {
	display: none;
}

.btn-alertas-ficha {
	padding: 5px 10px;
	background: #006e89 !important;
	border: 1px solid white;
	margin-top: -6px !important;
	color: #fff !important;
}

.btn-alertas-ficha:hover {
	background: #1387a4 !important;
	border: 1px solid #1387a4;
}

@media (max-width: 479px) {
	#alertas-ficha {
		text-align: center;
	}
	#alertas-ficha .alert {
		height: auto;
		display: block;
	}

	.btn-alertas-ficha {
		display: block;
		width: 100%;
		margin-top: 20px !important;
		clear: both;
	}
}

.form_prod_aviso {
	display: none;
	position:absolute;
	background:green;
	color:white;
	padding: 5px 10px;
	bottom:0;
	width: 100%;
	z-index:9999;
	top: 0;
	height: 35px;
	text-align: center;
}

.social-header {
	display: flex;
}

.social-header a {
    display: inline-flex;
    align-items: center
}

.social-header i {
    font-size: 1.9rem;
    margin-right: .8rem;
}

.availability-in-stock {
	display: none;
	background: green;
	color: white;
	border-radius: 15px;
	width: 50%;
	margin: auto;
}

.availability-mid-stock {
	display: none;
	background: orange;
	color: white;
	border-radius: 15px;
	width: 50%;
	margin: auto;
}

.availability-out-stock {
	display: none;
	background: red;
	color: white;
	border-radius: 15px;
	width: 50%;
	margin: auto;
}



.btn-whatsapp {
	color: #fff;
	text-align: center;
	position: fixed;
	right: 40px;
	bottom: 40px;
	text-decoration: none;
	z-index: 999;
}

.btn-whatsapp-btn {
	background: #25d366;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	width: 50px;
	display: grid;
	height: 50px;
	align-content: center;
	justify-content: center;
}

.btn-whatsapp-btn i {
	color: #fff;
	font-size: 26px;
}

.btn-whatsapp-btn:hover {
	background: #1bb554;
	color: #fff;
	
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

	.btn-whatsapp {
		color: #fff;
		position: fixed;
		right: 20px;
		bottom: 45px;
		text-decoration: none;
		z-index: 100;
		box-sizing: content-box;
		justify-content: all;
		align-items: center;
	}
	
	.btn-whatsapp-btn {
	background: #25d366;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	width: 50px;
	display: grid;
	height: 50px;
	align-content: center;
	justify-content: center;
	}
	
	.btn-whatsapp-btn i {
		display: block;
		color: #fff;
		margin-right: 0px;
		font-size: 28px;
		position: relative;
		margin: 0;
		padding: 0;
		margin: auto;
		left: 0px;
		top: -2px;
	}
	
	.btn-whatsapp-btn span {
		display: none;
	}
}


table.tabla-ppcs{
	border: 1px solid gray;
	border-bottom: 2px solid gray;
}

table.tabla-ppcs thead{
	font-weight: bold;
}

table.tabla-ppcs tr td{
	padding: 5px 15px;
	text-align: left;
}

.cesta-vacia-header {
	display: block;
	text-align: center;
}

.cesta-vacia-header i {
	display: block;
	font-size: 52px;
	margin-bottom: 15px;
	color: #000;
}

.cesta-vacia-header h3 {
	display: block;
	font-size: 28px;
}

.cesta-vacia-header p {
	display: block;
	font-size: 18px;
	color: #333 !important;
}

.table-comparador td {
	padding: 10px 5px;
}

.comparador-btnEliminar {
	position: absolute;
	background: red;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: white;
	font-size: 12px;
	line-height: 25px;
	transition: all .25s;
}

.comparador-btnEliminar:hover{
	background: black;
	color: white;
	font-size: 13px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-left: -2.5px;
	margin-top: -2.5px;
}

.comparador-btnEliminar:focus {
	color: white;
}

.btnrating {
	min-width: 50px !important;
	padding: 20px;
}



.containerFiltros {
	border-bottom: 1px solid #f3f3f3;
	line-height: 48px;
	height: 52px;
	padding: 0 45px;
	margin-bottom: 45px;
	background: #f9f9f9;
}

.dropdownFiltros {
	display: inline-flex;
	height: 50px;
	padding: 0;
	border: none;
	background: transparent;
}

.dropdownFiltros .dropdown-menu.show {
	padding: 20px;
}

.dropdownFiltros .btnFiltros {
	color: #111;
	font-size: 1rem;
	letter-spacing: 0;
	min-width: 0;
	padding: 0 8px;
	text-align: left;
	margin-right: 10px;
}

.dropdownFiltros a {
	font-size: 15px;
	line-height: 30px;
}

.dropdownFiltrosRight {
	float: right;
}

.btnFiltrosOut {
	background: #e31c1c !important;
	border: 1px #e31c1c solid !important;
	padding: 4px 18px 2px 3px;
	min-width: auto;
	font-size: 12px !important;
	border-radius: 15px;
}

.btnFiltrosOut i {
	line-height: 12px !important;
	margin-top: -3px;
}

.btnFiltrosOut:hover {
	background: #f21111 !important
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.containerFiltros {
		height: auto;
	}

	.dropdownFiltros {
		display: block;
		border-bottom: 1px solid #e0eeff;
	}

	.dropdownFiltrosRight {
		float: none;
	}
}


.containerFiltrosSel {
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 45px;
	margin-top: -45px;
	margin-bottom: 45px;
	background: #fcfcfc;
	font-size: 14px;
}

.containerFiltrosSel h5 {
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid #c3c3c3;
}

.containerFiltrosSelTags {
	display: block;
}


.containerFiltrosSelTagLab {
	display: inline-block;
	font-weight: 400;
	color: #333;
}

.containerFiltrosSelTag {
	display: inline-block;
	font-weight: 400;
	color: #242424;
	background: #e1e1e1;
	padding: 0 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
	border-radius: 2px;
}

.containerFiltrosSelTag a {
	color: #e31c1c;
}

.containerFiltrosSelTag a:hover {
	color: #f21111 ;
}



/* variantes ficha */

.varianteBox {
	background: #fff;
	border: 2px solid #d3d3d3;
	padding: 10px 13px;
	cursor: pointer;
	min-width: 45px;
	font-weight: 500;
	border-radius: 10px;
	margin-right: 5px;
}

.varianteBox:hover {
	border: 2px solid var(--primary);
}

.varianteBox-active {
	border: 2px solid var(--primary);
	padding: 10px 13px;
	background: #5c8406;
	color: #fff;
	min-width: 45px;
	font-weight: 500;
	margin-right: 5px;
}

.varianteBox-out {
	border: 2px solid #ececec;
	color: #ececec;
	padding: 10px 13px;
	min-width: 45px;
	font-weight: 500;
	background:url(../../../layouts/default/images/diagonal.png);
    background-size:100% 100%;
    cursor: not-allowed;
	margin-right: 5px;
}

.varianteBox-out:hover {
	border: 2px solid silver;
}

.varianteColor {
	border: 2px solid #cacaca;
	cursor: pointer;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,1);
	-moz-box-shadow: inset 0 0 0 2px rgba(255,255,255,1);
	box-shadow: inset 0 0 0 2px rgba(255,255,255,1);

}

.varianteColor:hover {
	border: 2px solid #28c730;
}

.varianteColor-active {
	border: 2px solid #28c730;
}

.varianteColor-out {
	border: 2px solid red;
	cursor: pointer;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	opacity: 40%;
    cursor: not-allowed;
}

.btn-tallas {
	border-radius: 10px;
	background: #fff;
	color: #242424;
	padding: 2px 10px;
	font-size: 12px;
	min-width: 0;
	width: 30%;
}

.btn-tallas:hover {
	background: #f6f5f4;
	color: #242424;
}

.btn-tallas i {
	margin: 0 !important;
	margin-right: 4px !important;
}

.modal-tallas {
	max-width: 95% !important;
}




.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #3ca49d;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}



.notification {
	background: #5ec375;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 1.3rem 0;
}

.notification .notify-content h3 {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 0
}

.notification .notify-content a {
	background: #36944e;
	padding: 0 10px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .0em;
    color: #fff;
    margin-bottom: 0;
    margin-left: 20px;
	transition: all .25s;
}

.notification .notify-content a:hover {
	background: #1b8135;
}

.notification .notify-action {
    position: absolute;
    right: 19%;
    top: 17%
}

.notification .notify-action a {
    font-size: 1.6rem;
    letter-spacing: -.01em;
    color: #fff;
    line-height: 0;
	transition: all .25s;
}

.notification .notify-action a:hover{
	color: red;
}


video{
width:100%
}

.ficha-ref {
	font-weight: 300;
	border: 1px dotted #c3c3c3;
	max-width: 40%;
	margin: auto;
}

.product-desc-content p {
	color: #111 !important;
	font-weight: 400 !important;
	margin-bottom: 15px;
	font-size: 16px;
}



.cc-tituloWidget {
	font-size: 1.5rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
}

.boxClPed {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 2px;
	margin-bottom: 35px;
	font-size: 13px;
}

.boxClPed-datos {
	background: #fafafa;
	padding: 30px;
	display: flex;
	flex-direction: row;
}

.boxClPed-datos dl {
	flex: 1;
	line-height: 17px;
}

.boxClPed-item {
	display: flex;
}

.boxClPed-datos dt {
	flex: 0 0 30%;
	font-weight: normal !important;
}

.boxClPed-datos dd {
	flex: 1 0;
	font-weight: 600 !important;
}

.box-ClPed-datosAc {
	display: flex;
	align-self: end;
}
.box-ClPed-datosAc .btn {
	margin-left: 5px;
}

@media (max-width: 649px) {
	.boxClPed-datos {
		flex-direction: column;
	}
	.box-ClPed-datosAc {
		flex-direction: column;
		width: 100%;
	}
	.box-ClPed-datosAc .btn {
		width: 100%;
		margin-bottom: 10px;
	}
}

.boxClPed-pedido {
	padding: 30px;
}

.boxClPed-pedido-completo {
	padding: 30px;
}

.boxClPed-pedidoItemMas {
	position: absolute;
	background: rgba(255,255,255,0.8);
	right: 30px;
	width: 150px;
	height: 150px;
	justify-content: center;
	text-align: center;
	display: flex;
	align-items: center;
	padding: 30px;
	font-weight: 600;
}

.boxClPed-pedidoItemMas a {
	color: black !important;
}

.boxClPed-pedido .boxClPed-pedidoFEnv {
	font-weight: 600;
}

.boxClPed-pedido .boxClPed-pedidoDire {
	font-weight: 400;
	line-height: 19px;
}

.boxClPed-datosFac {
	padding: 30px;
}

.boxClPed-datosFac h2 {
	font-size: 2rem;
	padding-bottom: 5px;
	border-bottom: 2px solid #333;
}

.boxClPed-pedidoItemFull {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #f0f0f0;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.boxClPed-pedidoItemFullImg {
	flex: 1
}

.boxClPed-pedidoItemFullImg img {
	width: 100px;
	height: auto;
}

.boxClPed-pedidoItemFullDesc {
	flex: 3
}

.boxClPed-pedidoItemFullDesc a {
	color: black;
	font-size: 16px;
}

.boxClPed-pedidoItemFullCantidad {
	flex: 1;
	text-align: center;
	
}

.boxClPed-pedidoItemFullPrecio {
	flex: 1;
	text-align: center;
	
}

@media (max-width: 479px) {

	.boxClPed-pedido {
		display: none;
	}

	.boxClPed-pedidoItemFull {
		padding: 0;
		flex-direction: column;
		font-size: 18px;
		padding: 30px;
	}
	.boxClPed-pedidoItemFullImg {
		display: block;
		flex: 1;
	}
	.boxClPed-pedidoItemFullImg img {
		width: 100%;
		margin: auto;
	}
	.boxClPed-pedidoItemFullDesc {
		display: block;
		flex: 1;
		text-align: center;
	}
}

.boxClPed-pedido h2 {
	font-size: 2rem;
	padding-bottom: 5px;
	border-bottom: 2px solid #333;
}

.boxClPed-pedidoTotalesItem {
	display: flex;
	flex-direction: row;
	border-bottom: 2px dotted #f0f0f0;
	padding: 15px 0;
}

.boxClPed-pedidoTotalesItemD {
	flex: 6;
	text-align: right;
}

.boxClPed-pedidoTotalesItemN {
	flex: 2;
	margin-left: 20px;
	text-align: right;
}

.boxClPed-pedidoTotalesItemTotal {
	display: flex;
	flex-direction: row;
	padding: 15px 0;
	font-size: 20px;
	font-weight: 600;
}

.boxClPed-pedidoTotalesItemTotalD {
	flex: 6;
	text-align: right;
}

.boxClPed-pedidoTotalesItemTotalN {
	flex: 2;
	margin-left: 20px;
	text-align: right;
}



.boxTallasDisponibles {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 13px;
    visibility: visble;
}

/*
.product:hover .boxTallasDisponibles {
    visibility: visible;
}
*/

.boxTallasDisponibles span {
    border: 1px solid #1d2228;
    margin-right: 5px;
    padding: 2px 5px;
    background: #1d2228;
    color: white;
    border-radius: 4px;
}

/*
.boxTallasDisponibles span:hover {
    background: #36578c;
    border: 1px solid #36578c;
    color: white;
}
*/

.lookbook-prod {
	border: 1px solid #ececec;
	margin-bottom: 25px;
	text-align: center;
	border-radius: 12px;
	overflow: hidden;
}

.lookbook-prod h5 {
	font-size: 16px;
	margin-bottom: 5px;
}

.lookbook-prod-precio {
	margin-bottom: 5px;
}




.modal-producto {
    max-width: 945px !important;
}

.modal-producto > .modal-content > .modal-body {
    padding: 40px 20px;
}


.carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px;
    height: auto;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 100%
}



html.magnifying > body {
  overflow-x: hidden !important;
}
.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile { /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}
.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}
.magnify > .magnify-lens { /* Magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99;
}
.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}
.magnify > .magnify-lens.loading:after { /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

.fichaModalClose {
	border: none;
	border-radius: 50%;
	background: black;
	color: white;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
}

.fichaModalClose:hover {
	background: red;
	color: white;
}

.btnFiltros {
	color: #111;
	font-size: 1rem;
}

.btnFiltros span {
	margin-right: 10px;
}

.paginacion-top h1 {
	font-size: 24px;
}

.custom-dropdown.show .dropdown-link {
	display: block;
	float: right;
  	color: #111;
	background: #fff;
	border: 1px solid #111;
	border-bottom: none;
	padding: 5px 20px;
	width: 207px;
	margin-top: -7px;
	text-align: left;
}

.dropdown-link {
	color: #111;
	will-change: transform;
	/*visibility: hidden;*/
	transition: all .5s;
}

.dropdown-link:hover {
	color: #111;
}




.cat-familias-boxes {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.catalogo-familias {
	border: 1px solid #dfdfdf;
	display: grid;
	justify-items: center;
	border-radius: 10px;
	background: #fff;
	width: 150px;
	height: 150px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	transition: all .3s ease;
	cursor: pointer;
}

.catalogo-familias:hover {
	border-bottom: 5px solid #e3e3e3;
}

.catalogo-familias-activa {
	background: #eee !important;
	border-bottom: 5px solid #e3e3e3;
}

.catalogo-familias img {
	width: 60% !important;
	margin: 10px 0 -20px;
}

.catalogo-familias h3 {
	font-size: 13px;
	margin: 0;
	color: #111;
	line-height: 13px;
	letter-spacing: 1px;
	margin-top: 23px;
}

@media screen and (max-width: 575px) {

	.catalogo-familias {
		height: auto;
		width: 45%;
	}

	.catalogo-familias img {
		width: 20% !important;
		margin: 0;
	}

	.catalogo-familias:nth-of-type(even) {
		margin-right: 0;
	}

	.catalogo-familias h3 {
		font-size: 15px;
		margin-top: 10px;
	}

}

.producto-foto {
	height: 510px;
}

@media screen and (max-width: 575px) {
	.producto-foto {
		height: 235px;
	}
}

@media (min-width: 768px) {
	.producto-foto {
		height: 450xp;
	}
}

@media (min-width: 992px) {
	.producto-foto {
		height: auto;
	}
}

.producto-ficha-informacion {
	clear: both;
	width: 100%;
}

.producto-ficha-informacion p {
	color: #242424;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	margin: 0;
	margin-bottom: 0;
	padding: 16px;
	border-top: 1px solid #e7e7e7;
}

.producto-ficha-informacion p i {
	margin-right: 10px;
}

.productoBox-tallas {
	background: transparent;
	display: inline-grid;
	margin-top: -28px;
	position: absolute;
	padding: 4px 10px;
	color: white;
	width: 100%;
	grid-auto-flow: column;
	grid-column-gap: 5px;
	align-content: center;
	justify-content: start;
	font-size: 11px;
}

.productoBox-talla {
	background: #ffffff91;
	color: #4b4b4b;
	font-size: 11px;
	font-weight: 500;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: grid;
	justify-content: center;
	align-content: center;
}

@media screen and (max-width: 575px) {
	.productoBox-tallas {
		display: none;
	}
}

.ficha-relacionados {
	display: flex;
	align-items: center;
	flex-flow: wrap;
}

.ficha-relacionados span {
	margin-right: 20px;
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
}

.ficha-relacionados-box {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	display: grid;
	justify-content: center;
	align-content: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ficha-relacionados-box img {
	height: 150px;
}

@media screen and (max-width: 575px) {

	.cat-order {
		padding: 7px 9px 6px;
		width: 100%;
		display: block;
	}

	.custom-dropdown.show .dropdown-link {
		width: 100%;
		margin-top: 0;
	}

	.btnFiltros {
		padding: 10px;
		width: 100%;
	}

	.btnFiltros span {
		margin-right: 0;
	}
}

.cat-order img {
	display: inline-block !important;
	height: 18px !important;
}

.promo-top-cab {
	font-size: 13px;
}

.slogan {
/*	width: 500px;*/
	height: 21px;
/*	margin: 25px auto;*/
	overflow: hidden;
	position: relative;
/*	border: 1px solid #000;*/

	-webkit-transition: background-color 50ms;
	-moz-transition: background-color 50ms;
    transition: background-color 50ms;
}

.slogan p {
	position: absolute;

/*	font-family: Tahoma, Arial, sans-serif;*/

	width: 100%;
	height: 100%;

	margin: 0;
	line-height: 21px;

	text-align: center;

	color: #3f3f41;

	font-size: 12px;
	font-weight: 500;

	transform:translateX(100%);
	-moz-transform:translateX(100%);
	-webkit-transform:translateX(100%);
}
.slogan p:nth-child(1) {
	animation: left-one 10s ease infinite;
	-moz-animation: left-one 10s ease infinite;
	-webkit-animation: left-one 10s ease infinite;
}
.slogan p:nth-child(2) {
	animation: left-two 10s ease infinite;
	-moz-animation: left-two 10s ease infinite;
	-webkit-animation: left-two 10s ease infinite;
}
.slogan.down p {
	transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
}
.slogan.down p:nth-child(1) {
	animation: down-one 10s ease infinite;
	-moz-animation: down-one 10s ease infinite;
	-webkit-animation: down-one 10s ease infinite;
}
.slogan.down p:nth-child(2) {
	animation: down-two 10s ease infinite;
	-moz-animation: down-two 10s ease infinite;
	-webkit-animation: down-two 10s ease infinite;
}
.slogan.up p {	
	transform:translateY(100%);
	-moz-transform:translateY(100%);
	-webkit-transform:translateY(100%);
}
.slogan.up p:nth-child(1) {
	animation: up-one 10s ease infinite;
	-moz-animation: up-one 10s ease infinite;
	-webkit-animation: up-one 10s ease infinite;
}
.slogan.up p:nth-child(2) {
	animation: up-two 10s ease infinite;
	-moz-animation: up-two 10s ease infinite;
	-webkit-animation: up-two 10s ease infinite;
}

/*================================
	Move the slogan to the Left
==================================*/

/** Mozilla Firefox Keyframes **/
@-moz-keyframes left-one {
	0%	{
		-moz-transform:translateX(100%);
	}
	10% {
		-moz-transform:translateX(0);
	}
	40% {
		-moz-transform:translateX(0);
	}
	50% {
		-moz-transform:translateX(-100%);
	}
	100%{
		-moz-transform:translateX(-100%);
	}
}
@-moz-keyframes left-two {
	0% {
		-moz-transform:translateX(100%);
	}
	50% {
		-moz-transform:translateX(100%);
	}
	60% {
		-moz-transform:translateX(0);		
	}
	90% {
		-moz-transform:translateX(0);		
	}
	100%{
		-moz-transform:translateX(-100%);
	}
}
/** Webkit Keyframes **/
@-webkit-keyframes left-one {
	0% {
		-webkit-transform:translateX(100%);
	}
	10% {
		-webkit-transform:translateX(0);
	}
	40% {
		-webkit-transform:translateX(0);
	}
	50% {
		-webkit-transform:translateX(-100%);
	}
	100%{
		-webkit-transform:translateX(-100%);
	}
}
@-webkit-keyframes left-two {
	0% {
		-webkit-transform:translateX(100%);
	}
	50% {
		-webkit-transform:translateX(100%);
	}
	60% {
		-webkit-transform:translateX(0);		
	}
	90% {
		-webkit-transform:translateX(0);		
	}
	100%{
		-webkit-transform:translateX(-100%);
	}
}

/*================================
	Move the slogan Downwards
==================================*/

/** Mozilla Firefox Keyframes **/
@-moz-keyframes down-one {
	0%	{
		-moz-transform:translateY(-100%);
	}
	10% {
		-moz-transform:translateY(0);
	}
	40% {
		-moz-transform:translateY(0);
	}
	50% {
		-moz-transform:translateY(100%);
	}
	100%{
		-moz-transform:translateY(100%);
	}
}
@-moz-keyframes down-two {
	0% {
		-moz-transform:translateY(-100%);
	}
	50% {
		-moz-transform:translateY(-100%);
	}
	60% {
		-moz-transform:translateY(0);		
	}
	90% {
		-moz-transform:translateY(0);		
	}
	100%{
		-moz-transform:translateY(100%);
	}
}

/** Webkit Keyframes **/
@-webkit-keyframes down-one {
	0% {
		-webkit-transform:translateY(-100%);
	}
	10% {
		-webkit-transform:translateY(0);
	}
	40% {
		-webkit-transform:translateY(0);
	}
	50% {
		-webkit-transform:translateY(100%);
	}
	100%{
		-webkit-transform:translateY(100%);
	}
}
@-webkit-keyframes down-two {
	0% {
		-webkit-transform:translateY(-100%);
	}
	50% {
		-webkit-transform:translateY(-100%);
	}
	60% {
		-webkit-transform:translateY(0);		
	}
	90% {
		-webkit-transform:translateY(0);		
	}
	100%{
		-webkit-transform:translateY(100%);
	}
}

/*================================
	Move the slogan Upwards
==================================*/

/** Mozilla Firefox Keyframes **/
@-moz-keyframes up-one {
	0%	{
		-moz-transform:translateY(100%);
	}
	10% {
		-moz-transform:translateY(0);
	}
	40% {
		-moz-transform:translateY(0);
	}
	50% {
		-moz-transform:translateY(-100%);
	}
	100%{
		-moz-transform:translateY(-100%);
	}
}
@-moz-keyframes up-two {
	0% {
		-moz-transform:translateY(100%);
	}
	50% {
		-moz-transform:translateY(100%);
	}
	60% {
		-moz-transform:translateY(0);		
	}
	90% {
		-moz-transform:translateY(0);		
	}
	100%{
		-moz-transform:translateY(-100%);
	}
}

/** Webkit Keyframes **/
@-webkit-keyframes up-one {
	0% {
		-webkit-transform:translateY(100%);
	}
	10% {
		-webkit-transform:translateY(0);
	}
	40% {
		-webkit-transform:translateY(0);
	}
	50% {
		-webkit-transform:translateY(-100%);
	}
	100%{
		-webkit-transform:translateY(-100%);
	}
}
@-webkit-keyframes up-two {
	0% {
		-webkit-transform:translateY(100%);
	}
	50% {
		-webkit-transform:translateY(100%);
	}
	60% {
		-webkit-transform:translateY(0);		
	}
	90% {
		-webkit-transform:translateY(0);		
	}
	100%{
		-webkit-transform:translateY(-100%);
	}
}

.texto-legal-registro {
	font-size: 8pt;
	line-height: 14px;
}


.form-group-material {
	margin-bottom: 0px;
}


.form-group-material > .control-label {
	position: relative;
	top: 7px;
	opacity: 0;
	display: none;
	filter: alpha(opacity=0);
}
.form-group-material > .control-label ~ .form-control-feedback {
  	top: 27px;
}
.form-group-material > .control-label.is-visible {
	font-size: 12px;
	margin: 0;
	font-weight: 300;
	top: 0;
	opacity: 1;
	display: block;
	filter: alpha(opacity=100);
}
.form-group-material > .control-label.animate {
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}

.search-mobile {
/*	background: green;*/
	padding: 0 20px 20px;
}

.search-mobile form {
	width: 100%;
}

.search-mobile-wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: 80% 20%;
}

.search-mobile-wrapper .btn {
/*	background: gray;*/
	width: 100%;
	min-width: auto;
	padding: 0;
}

.search-mobile-wrapper input {
	margin: 0;
	background: white;
/*	border: none;*/
}


.cart-progressbar {
	position: relative;
	display: block;
	width: 100%;
	z-index:0;
}

#progressbar {
    overflow: hidden;
    color: lightgrey;
    text-align: center;
    padding-left: 0;
}

#progressbar .active {
    color: #381c12;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33.3%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: "Font Awesome 5 Pro"; font-weight: 100; content: "\f07a";
}

#progressbar #payment:before {
    font-family: "Font Awesome 5 Pro"; font-weight: 100; content: "\f09d";
}

#progressbar #confirm:before {
    font-family: "Font Awesome 5 Pro"; font-weight: 100; content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #381c12;
}




/* PAGINA GRACIAS */

.thankyou {
	margin: 0 auto;
	max-width: 820px;
}
.thankyou__title {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 5.5rem;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.main-content {
	max-width: 820px;
	margin: 150px auto;
	padding: 25px;
}
.main-content__checkmark {
	font-size: 7.5rem;
	line-height: 1;
	color: #24b663;
	margin-bottom: 30px;
}
.main-content__body {
	margin: 20px 0 0;
	font-size: 2rem;
	line-height: 1.4;
}

.site-footer {
	margin: 0 auto;
	padding: 80px 0 25px;
	padding: 0;
	max-width: 820px;
}
.site-footer__fineprint {
	font-size: 0.9375rem;
	line-height: 1.3;
	font-weight: 300;
}

@media only screen and (min-width: 479px) {
	.thankyou {
		margin-bottom: 30px;
	}
	.thankyou__title {
		font-size: 10.25rem;
	}
	.main-content__checkmark {
		font-size: 9.75rem;
	}
	.main-content__body {
		font-size: 2.25rem;
	}
	.site-footer {
		padding: 145px 0 25px;
	}
	.site-footer__fineprint {
		font-size: 1.125rem;
	}
}



.wraper-estado-pedido {
  padding: 50px;
  text-align: center;
  font-family: sans-serif;
  width: 100%;
  margin: 10px auto;
}

h1 {
  margin: 50px auto;
}

.container-estado-pedido {
  border-top: 2px solid #d7d7d7;
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.opiniones {
	margin-top: 35px;
}

.opinion {
	background: white;
	border: 1px solid #f0f0f0;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

span.opinion-date {
	color: gray;
}

.opinion-content p {
	color: #111;
	font-size: 18px;
}

.box-comment-title {
	text-align: center;
}

.box-comment-title h4 {
	font-size: 30px;
	font-weight: 500;
	color: #333;
	margin-top: 15px;
}

.box-comment-title h5 {
	font-size: 28px;
	font-weight: 400;
	color: #aaa;
	margin-top: 15px;
}

.box-comment-title p {
	font-weight: 500;
	color: #333;
}

.box-comment-title p a {
	color: #333;
}

.box-comment-title p a:hover {
	color: #3ca49d;
}

.box-comment-title img {
	width: 80px;
	margin: auto;
}

.box-comment {
	border: 1px solid #e3e3e3;
	padding: 15px 20px;
	border-radius: 5px;
	font-weight: normal;
	color: #666;
	line-height: 22px;
	width: 100%;
}

.box-comment p {
	font-size: 16px;
	height: 120px;
	overflow-y: scroll;
}

.box-comment h4 {
	font-size: 14px;
}

.secVc {
	font-size: 17px;
	color: #222;
}

.secVc h1 {
	font-size: 36px;
}

.secVc p {
	font-size: 17px;
	color: #222;
	margin-bottom: 25px;
}

.secVc h3 {
	font-size: 2.3rem;
	color: #3ca49d;
	line-height: 28px;
}

.secVc ul li {
	margin-bottom: 25px;
	list-style: disc;
	padding-left: 10px;
	margin-left: 25px;
}

.menu-cliente {
	border: 1px solid #eaeaea;
	padding: 0px 20px;
	border-radius: 10px;
	background: #f2f2f2;
	margin-bottom: 30px;
}

.menu-cliente .nav-dashboard .nav-link {
	font-weight: 400;
}

.box-monedero-virtual-info {
	display: flex;
	align-items: center;
}

.box-monedero-virtual-info  {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	font-weight: 500;
}

.box-monedero-virtual-info-ico-card {

}

.box-monedero-virtual-info-text {
	font-size: 16px;
	margin-left: 15px;
}

.box-monedero-virtual-info-text span {
	color: #3e9525;
}

.box-monedero-virtual-info-ico-info {
	height: 24px;
	margin-left: 15px;
}

.boxCatListPrincipal {
	background: #62c2bb;
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.boxCatListPrincipal a {
	color: white;
}

.boxCatListPrincipal_vermas {
	color: white;
	font-size: 18px;
}

.boxCatListPrincipal p {
	color: white;
	line-height: 20px;
}

.boxCatListPrincipal h2 {
	color: white;
	font-size: 22px !important;
}

.boxCatListPrincipal h3 {
	color: white;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 10px;
}

.main-checkout {
	background: #f7f7f7;
 	margin-top: 0;
}


@media (max-width: 479px) {
	.main-checkout {
	 	margin-top: 0;
	}
}

.ficha_compartir_whatsapp {
	display: flex;
	align-items: center;
	color: Black !important;
	font-weight: 400;
}

.ficha_compartir_whatsapp img {
	max-height: 50px;
	
}

.ficha-referencia {
	font-size: 13px;
}

.borde-suave {
	border: 1px solid #f7f7f7;
}

.borde-redondo {
	border-radius: 10px;
	overflow: hidden;
}

.box-tallas {
	border: 1px solid #111;
	padding: 2px 5px;
	font-size: 12px;
	color: #37958e;
	border-radius: 4px;
	font-weight: 300;
	margin-right: 2px !important;
}

.mensaje-registro-cart {
	background: #F7F7F7;
}

.mensaje-registro-cart p {
	color: #111;
}

.box-monedero-checkout {
	border: 1px solid #000;
	border-radius: 6px;
	padding: 10px;
	background: #edfdfc;
	font-weight: 500;
	font-size: 14px;
	color: #111;
}

.backtotop {
	position: fixed;
	bottom: 65px;
	right: -7px;
}

@media (max-width: 479px) {
	.backtotop {
		position: fixed;
		bottom: 85px;
		right: -9px;
	}
}

.rounded-xs {
	border-radius: 8px;
}

.rounded-sm {
	border-radius: 16px;
}

.rounded-xl {
	border-radius: 24px;
}

.nav-link-movil {
	padding: 20px 0 !important;
  	border-top: 1px solid #dfdfdf;
  	font-size: 16px !important;
  	font-weight: 500 !important;
}

.nav-sublink-movil {
  	font-size: 18px !important;
}

.color-kidly {
	color: #111 !important;
}

.bg-kidly {
	background-color: #111 !important;
}

.btn-kidly {
	border: none;
	background-color: #111 !important;
	color: white !important;
	border-radius: 25px;
	font-size: 20px;
  	font-weight: 400;
}

.number-carrito-movil {
	display: block;
	position: relative;
	font-size: 12px;
	background-color: #111;
	height: 22px;
	width: 22px;
	color: #fff;
	line-height: 22px;
	border-radius: 50%;
	text-align: center;
	margin-left: 3px;
}

.sidebarinfo-head {
	display: flex;
	flex-direction: row;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center;
	margin-bottom: 8px;
}

.link-subbanner-carousel {
	text-decoration: underline;
	font-size: 14px;
	font-weight: 300;
	color: #111;
}

.hover-dark::after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(86, 188, 181, 0.60);
	z-index:0;
}

.boxProducto_colores {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.btn-facebook {
	background-color: #3b5998;
	color: #fff;
}

.btn-facebook:hover {
	color: #fff !important;
}

.btn-google {
	background: #da483b;
	color: #fff;
}

.btn-google:hover {
	color: #fff !important;
}

@media (max-width: 479px) {
	.btn-facebook { display: block; width:100% }
	.btn-google { display: block; width:100% }
}

.border-b {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #e7e7e7; 
   line-height: 0.1em;
   margin: auto; 
} 

.border-b span { 
    background:#fff; 
    padding:0 10px; 
}

.buscador-container {
	background: #111;
	padding: 50px 0;
	max-width: 100% !important;
}

.link-buscador-familias {
	display: block;
	cursor: pointer;
	border: 1px solid gray;
	width: fit-content;
	padding: 2px 8px;
	border-radius: 25px;
	margin-bottom: 5px;
}

.link-buscador-familias:hover {
	color: #111;
}

.link-buscador-familias-activo {
	color: #111 !important;
}

.box-buscador-tallas {
	display: inline-block;
}

.link-buscador-tallas {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 3px 3px;
	border: 2px solid #c3c3c3;
	border-radius: 4px;
	cursor: pointer;
}

.link-buscador-tallas:hover {
	border: 2px solid #111;
}

.link-buscador-tallas-activo {
	border: 2px solid #111 !important;
	background: #111;
	color: white;
}

.link-buscador-colores {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 3px 3px;
	border: 2px solid #c3c3c3;
	border-radius: 4px;
	cursor: pointer;
}

.link-buscador-colores:hover {
	border: 2px solid #111;
}

.link-buscador-colores-activo {
	border: 2px solid #111 !important;
	background: #111;
	color: white;
}




.carousel-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.carousel-container .col-sm-6 {
    flex: 0 0 auto; /* Evita que las columnas se estiren */
    scroll-snap-align: start;
}
.carousel-container img {
    width: 100%;
    height: auto;
}
@media (min-width: 576px) {
    .carousel-container {
        display: flex; /* Reestablecer el display de Bootstrap en tamaños mayores */
        overflow: initial; /* Quitar el desplazamiento en tamaño no móvil */
        flex-wrap: wrap;
    }
}