#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 {
	background: green;
	color: white;
	border-radius: 15px;
	width: 50%;
	margin: auto;
}

.availability-mid-stock {
	background: orange;
	color: white;
	border-radius: 15px;
	width: 50%;
	margin: auto;
}

.availability-out-stock {
	background: red;
	color: white;
	border-radius: 15px;
	width: 50%;
	margin: auto;
}



.btn-whatsapp {
	color: #fff;
	text-align: center;
	position: fixed;
	right: 15px;
	bottom: 30px;
	text-decoration: none;
	z-index: 100;
}

.btn-whatsapp-btn {
	background: #15a31c;
	border: 2px solid #168a1c;;
	border-radius: 25px;
	padding: 6px 20px;
	color: #fff;
	font-size: 16px;
	padding-left: 55px;
}

.btn-whatsapp-btn i {
	color: #fff;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	font-size: 25px;
	line-height: 30px;
	position: absolute;
	left: 20px;
}

.btn-whatsapp-btn:hover {
	background: #168a1c;
	color: #fff;
	
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

	.btn-whatsapp {
		color: #fff;
		position: fixed;
		right: 20px;
		bottom: 25px;
		text-decoration: none;
		z-index: 100;
		box-sizing: content-box;
		justify-content: all;
		align-items: center;
	}
	
	.btn-whatsapp-btn {
		display: flex;
		color: #fff;
		background: #15a31c;
		border: 2px solid #168a1c;
		border-bottom: 0;
		border-radius: 100%;
		color: #fff;
		font-size: 16px;
		width: 55px !important;
		height: 55px !important;
		padding: 0;
		padding-left: 0;
		text-align: 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: 32px;
	margin-bottom: 15px;
	color: #5182c0;
}

.cesta-vacia-header h3 {
	display: block;
	font-size: 18px;
}

.cesta-vacia-header p {
	display: block;
	font-size: 14px;
	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;
}

.titulo-d {
	font-family: 'Patrick Hand', cursive;
	color: #5182c0;
	letter-spacing: -1px;
	background-image: url(../../../assets/images/title-bg.gif) !important;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 75px;
	/*background-image: url(../images/elements.png);*/
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.catalogo-descripcion {
	background: #fafafa;
	padding: 20px;
	border-radius: 15px;
}


.containerFiltros {
	border-bottom: 1px solid #deecff;
	line-height: 58px;
	height: 62px;
	padding: 0;
	margin-bottom: 35px;
	width: 100%;
	background: #ecf5ff;
	z-index: 999;
}

.dropdownFiltros {
	display: inline-flex;
	height: 60px;
	padding: 0;
	border: none;
	background: transparent;
}

.dropdownFiltros .dropdown-menu.show {
	padding: 20px;
}

.dropdownFiltros .btnFiltros {
	font-size: 16px;
	letter-spacing: 0;
	min-width: 0;
	text-align: left;
	margin-right: 10px;
}

.dropdownFiltros a {
	font-size: 15px;
	line-height: 30px;
}

.dropdownFiltrosRight {
	float: right;
}

@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;
	}
}



/* variantes ficha */

.varianteBox {
	border: 2px solid #cacaca;
	padding: 6px 10px 5px;
	cursor: pointer;
	min-width: 45px;
	font-weight: bold;
}

.varianteBox:hover {
	border: 2px solid #28c730;;
}

.varianteBox-active {
	border: 2px solid #28c730;;
	padding: 6px 10px 5px;
	background: #28c730;;
	color: white;
	min-width: 45px;
	font-weight: bold;
}

.varianteBox-out {
	border: 2px solid red;
	padding: 6px 10px 5px;
	min-width: 45px;
	font-weight: bold;
	background:url(../../../layouts/default/images/diagonal.png);
    background-size:100% 100%;
    cursor: not-allowed;
}

.varianteBox-out:hover {
	border: 2px solid red;
}

.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;
}

.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: #cef;
  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);
  }
}

.boxTallasDisponibles {
	display: flex;
	flex-wrap: wrap;
	/*flex-flow: column;*/
	justify-content: center;
}

.boxTallasDisponibles span {
	padding: 0 8px;
	margin: 2px;
	background: #95b7e1;
	color: white;
	border-radius: 3px;
	font-size: 13px;
}

.product-content p img {
	display: none;
	float: left !important;
}