.slick-slider
{
	opacity: 0;
}

.img-ppal.mobile
{
	margin-bottom: 25px;
}

.img-ppal .video
{
	display: none;
	height: 304px;
	background: #eee;
}

.fotos-cantidad
{
	display: none;
}

.item.video .fa
{
	position: absolute;
	color: var(--main-color);
	padding: 7px 0 0 21px;
	font-size: 50px;
}

.button-cart:disabled,
.button-cart[disabled],
.button-cart:disabled:hover,
.button-cart[disabled]:hover
{
	background: #ccc;
	cursor: default;
}

.preguntas h2
{
	font-size: 24px;
	font-weight: 500;
	margin-top: 80px;
}

.preguntas h3
{
	font-weight: 500;
	margin-top: 35px;
}

.preguntas p
{
	font-size: 14px;
}

.preguntas p.pregunta,
.preguntas p.respuesta
{
	font-size: 15px;
	padding-left: 23px;
}

.preguntas p.pregunta
{
	margin-top: 35px;
}

.preguntas p.respuesta
{
	color: #888;
}

.preguntas p.pregunta i
{
	position: absolute;
	left: 18px;
	padding-top: 4px;
}

.preguntas textarea
{
	min-height: 80px;
    padding: 10px 15px;
    font-size: 14px;
    margin-top: 10px;

    min-width: calc(100% - 155px);
    max-width: calc(100% - 155px);
    width: calc(100% - 155px);

    -webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.preguntas button
{
	margin-top: 10px;
	width: 140px;
}

.modal-iframe .modal-dialog
{
	margin-top: 5%;
}

.modal-iframe .modal-content
{
	overflow: hidden;
}

.modal-iframe .modal-content button
{
    position: absolute;
    right: 25px;
    top: 3px;
    font-size: 35px;
}

.modal-iframe iframe
{
	width: 100%;
	height: 450px;
}

.caracteristicas h4
{
	margin-bottom: 20px;
}

.caracteristicas h4.entrega
{
	margin-top: 70px;
}

.caracteristicas p strong
{
	display: block;
	margin-top: 20px;
}

/*.caracteristicas .info-tarjetas,
.caracteristicas .info-tarjetas:hover
{
	color: #323131;
}*/

.stock_alert
{
	display: none;
	font-size: 12.5px;
	margin-bottom: -9px;
	color: var(--main-color);
	margin-top: 5px;
    width: 175px;
    text-align: center;
}

.preguntar.ladda-button[data-style=slide-up][data-loading] .ladda-spinner
{
	margin-top: -11px;
}

.preguntar.ladda-button[data-style=slide-up] .ladda-spinner
{
	margin-left: -12px;
}

.option_cont
{
	float: left;
	width: 45%;
	margin-bottom: 5px;
}

.option_cont h4
{
	margin-bottom: 2px;
}

.option_cont select
{
	width: 90%;
}

.thumbs .item:not(:last-child)
{
	margin-bottom: 6.1px;
}

.product-info .cart .add-to-cart .button.mobile
{
	display: none;
}

.precios_registrate
{
	font-weight: 400;
	font-size: 20px;
	color: #3483fa;
	letter-spacing: -0.5px;
}

.owl-wrapper .row
{
	display: flex;
	flex-wrap: wrap;
}

.owl-wrapper .row > div
{
	display: flex;
}


.product-info .product-center .price .price-new
{
	margin-bottom: 0;
}

#price-old.promo
{
	margin-bottom: 0;
	display: inline-block;
	margin-right: 12px;
}

.product-info .product-center .price .price-new .tachado
{
	margin-left: 0;
	margin-top: 10px;
}

.product-info .product-center .price .reward
{
	margin-top: 20px;
}


@media (max-width:1199px)
{
	.preguntas textarea
	{
		min-width: 100%;
	    max-width: 100%;
	    width: 100%;
	}

	.product-info .cart .add-to-cart .button
	{
		margin: 0 0 0 5px !important;
    	padding: 7px 25px 10px !important;
	}
}

@media (max-width:1160px)
{
	.product-info .cart .add-to-cart .button
	{
		display: none !important;
	}

	.product-info .cart .add-to-cart .button.mobile
	{
		display: block !important;
		margin: 0 0 0 5px !important;
    	padding: 7px 50px 10px !important;
	}
}

@media (max-width:1020px)
{
	.product-info .cart .add-to-cart .button.mobile
	{
    	padding: 7px 25px 10px !important;
	}
}

@media (max-width:790px)
{
	.product-info .cart .add-to-cart .button.mobile
	{
		padding: 7px 20px 10px !important;
	}
}

@media (max-width:767px)
{
	.caracteristicas
	{
		margin-top: 40px;
	}

	.product-info .cart .add-to-cart .button
	{
		display: block !important;
		width: auto;
		margin: 0px 10px 0px 5px !important;
		padding: 7px 40px 10px 40px !important;
	}

	.product-info .cart .add-to-cart .button.mobile
	{
		display: none !important;
	}

	.preguntas p.pregunta i
	{
		left: 12px;
	}

	.product-info, .descripcion
	{
		margin-bottom: 45px;
		padding-top: 0;
	}

	.img-ppal
	{
		padding: 0 !important;
	}

	.responsive .row > div#content
	{
		padding-top: 0;
	}

	.fotos-cantidad
	{
		display: block;
		position: absolute;
		bottom: 13px;
		left: 13px;
		padding: 2px 11px;
		border-radius: 7px;
		background: rgba(0, 0, 0, 0.2);
		color: #fff;
	}
}

@media (max-width:470px)
{
	.product-info .cart .add-to-cart .button
	{
		margin: 0 0 0 5px !important;
    	padding: 7px 25px 10px !important;
	}
}

@media (max-width:425px)
{
	.product-info .cart .add-to-cart .button
	{
		display: none !important;
	}

	.product-info .cart .add-to-cart .button.mobile
	{
		display: block !important;
		padding: 7px 30px 10px 30px !important;
		margin: 0px 10px 0px 5px !important;
	}
}

@media (max-width:359px)
{
	.product-info .cart .add-to-cart .button.mobile
	{
		display: block !important;
		width: 100% !important;
		margin: 10px 0 !important;
	}
}