/*CSS para Woocommerce - Wondermochi ^^ */


/*Ocultar SKU*/
.woocommerce div.product_meta span.sku_wrapper {
    display: none;
}

/*Categorias y etiquedas en 1 linea*/
.woocommerce div.product_meta span{
	display: block;
}

/*Eliminando caja de compartir superior, por error, el plugin la esta mostrando  2 veces*/
div#tab-description > .ssba:first-child{
	display:none;
}

/*Espaciado del titulo de productos relacionados*/
.related.products h2{
	margin-bottom:30px;
}

/*Poniendos las tabs en bold para evitar error de la webfont con la tilde*/
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-weight: bold !important;
}

@media (max-width: 768px){
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:before{
		content: '+ ';
		font-weight: normal;
}
}

/*Productos agotados*/

.woocommerce div.product .out-of-stock{
	background: crimson;
	color: white !important;
	display: inline-block;
	padding: 10px;
	line-height: 1;
	border-radius: 4px;
	text-transform: uppercase;
	font-size:12px !important;
	letter-spacing: 2px;
	margin-bottom: 1rem;
}

/*Avisos Woocommerce*/

html .woocommerce .woocommerce-message, html .woocommerce .woocommerce-info{
	background: #1f1f1f !important;
	padding: 1rem;
	padding-left: 5rem !important;
}

html .woocommerce .woocommerce-message:before, html .woocommerce .woocommerce-info:before{
content: '';
    width: 30px;
    height: 30px;
    top: 17px !important;
    display: inline-block;
    background-image: url("https://latirademarketing.com/wp-content/uploads/2017/06/icono-tira-marketing-color-e1496867717381.png");
    background-size: contain;
    background-color: transparent;
}

html .woocommerce .woocommerce-message a, html .woocommerce .woocommerce-info a{
	color: #febe10 !important;
}

html .woocommerce .woocommerce-error{
	background-color:#febe10 !important;
}

/*Eliminando aviso iva en archive*/
ul.products li .price .woocommerce-price-suffix{
	display: none;
}

/*Poniendo mas pequeño el aviso de iva en el single product*/

.price .woocommerce-price-suffix{
	font-size: 50%;
	letter-spacing: 1px;
}

/*Botón de paypal mas grande "pagar ahora"*/

.woocommerce-checkout button#place_order{
	font-size:1rem !important;
	width: 100%;
	padding: 1rem !important;
	text-transform: uppercase;
	letter-spacing: 3px;
}

/*Boton seguir comprandto*/

.woocommerce-cart .volver{
	text-align: center;
}

.woocommerce-cart .volver a{
	font-size: 1rem !Important;
	padding: 1rem !important;
	width: 100%;
}

/*Quitar envios de carrito*/

.woocommerce-cart .cart_totals .shipping{
	display: none;
}

/*Etiqueta agotado en archive*/

ul.products li.outofstock{
	overflow:hidden
}

ul.products li.outofstock:before{
	content: 'Agotado';
	position: absolute;
	top: 3.9rem;
	left:-1.3rem;
	z-index: 9;
	font-size: 0.7rem;
	text-transform:uppercase;
	background: #febe10;
	padding: 0.5rem 2rem;
	line-height: 1;
	transform: rotate(-45deg);
	transform-origin: top left;
}

/*Cookies*/

.moove-gdpr-info-bar-content{border:4px solid #FEBE10;}
.moove-gdpr-cookie-notice p{font-size: 24px !important; font-weight: 400 !important; padding: 60px !important; line-height: 1.4em !important; max-width: 800px !important;}
@media (max-width: 500px){
    .moove-gdpr-cookie-notice p{padding:20px !important; font-size:18px !important;}
}
.moove-gdpr-button-holder{padding:10px; margin-left:10px}
body #moove_gdpr_cookie_info_bar .mgbutton.moove-gdpr-infobar-reject-btn{font-weight:300 !important;}
body #moove_gdpr_cookie_info_bar .mgbutton.moove-gdpr-infobar-allow-all{font-size:30px !important; line-height:35px !important; color:black !important;}

