/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/*
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
OJO, ABANS DE COMENÇAR A TOCAR AQUI POSAR EL CLOUD FLARE EN DEVELOPMENT MODE
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/
:root {
	--color-fondo-next:            #001b1f;

}
.tabla-next {
	--head-text-color: white;
	--head-bg-color: var(--color-fondo-next);
	--head-active-text-color: #FFF;
	--head-active-bg-color:  var(--color-fondo-next);
	margin-bottom: 100px;
	margin-top: 100px;
}


h3 {color: #150184;}

/*Aixo treu el link de la imatge de producte!*/
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    pointer-events: none;
}

/*Aixo evita que surti el QUANTITY DISCOUNTS
.rp_wcdpd_product_page_title {display:none;}
*/

	
	/*Això posa el fondo de la capcelera business aliniat a la esquerra*/
	.page-header-bg-image {
	background-position: bottom left !important;
	}
	#page-header-bg[data-bg-pos="bottom"] .page-header-bg-image{background-position:bottom left}
	#page-header-bg[data-bg-pos="top"] .page-header-bg-image{background-position:top left}
	#page-header-bg[data-bg-pos="center"] .page-header-bg-image{background-position:center left}
	#page-header-bg[data-bg-pos=bottom]  {
		background-position: bottom left !important;
	}



/*Nom de producte a la fulla de producte millorats (mes grans)...*/
.product_title  {font-size:2.4em !important; line-height:1.4em  !important;  }



@media only screen and (min-width: 1000px) {




}


.woocommerce-product-gallery__trigger {display:none !important;}
