/*
Theme Name:   GP_Derivat
Description:  Tema fill de GeneratePress
Author:       Joan Llompart
Author URI:   https://joanllompart.com
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  gp_daquidalla
*/

/* Escriu els teus propis estils */

/* Pujar l'altura del botó de tornar dalt */

.generate-back-to-top,.generate-back-to-top:visited {
  bottom: 120px;
	border-radius: 50px;
	line-height: 40px;
	width: 40px;
}

/* Separació entre encapçalament del lloc i contingut */

.site-header {
	border-bottom: 1px solid #4444;
}

.mobile-header-navigation {
	border-bottom: 1px solid #4444;
}

/* Color boto envia wpforms catala */

body #wpforms-281 .wpforms-submit-container .wpforms-submit {
	color: #ffffff;
	background-color: #660000; 
}

body #wpforms-281 .wpforms-submit-container .wpforms-submit:hover {
	background-color: #c60d00;
}

/* Color boto enviar wpforms castella */

body #wpforms-569 .wpforms-submit-container .wpforms-submit {
	color: #ffffff;
	background-color: #660000; 
}

body #wpforms-569 .wpforms-submit-container .wpforms-submit:hover {
	background-color: #c60d00;
}

/* Item menu accedir */

.boto-menu-accedir {
	background-color: #ff003f;
	border-radius: 50px;
	border-top-width: 5px;
	border-color: #000;
	padding: 5px 15px 5px 15px;
	margin-top: 20px;
	font-family:  comfortaa;
	font-weight: bold;
	}	

.boto-menu-accedir a {
	color: #fff!important;
}

.boto-menu-accedir:hover {
	background-color: #c10000;
	transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.giny-compte {
	padding-right: 20px;
	font-family: pacifico;
	font-size: 20px;
	}

.avatar.avatar-50.photo {
	border-radius: 50px;
	margin-right: 5px;
}

/* boto compra directa */

.wcqb_button.wc_quick_buy_button {
	padding-bottom: 8px;		
}

/* Caixa codi cupo carret */

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 240px;
		padding-top: 9px;
		padding-bottom: 9px;
		padding-left: 10px;
}
/* Estils pàgina producte */

.product_title.entry-title {
	font-weight: bold;
}

/* Add gap between variations box and Add to Cart button a Elementor Pro  
.woocommerce div.product form.cart .variations {
    margin-bottom: 48px;
    border: 0;
    width: 100%;
}
*/

/* Put text in middle of variation dropdowns a Elementor Pro 
.woocommerce div.product.elementor form.cart table.variations td.value select {
      padding-top: 0;
      padding-bottom: 0;
}
*/

/* Esborra controls quantitat producte */



/* Esborra etiqueta producte en estoc*/ 

.stock.in-stock{
	display: none;
}

/* Esborra meta sku visible a productes variables*/ 
.sku_wrapper {
	display: none!important;
}


/* ?? */

.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
	margin-right: 10px;
}

/* Estils pàgina finalitzar compra */

label {
	font-weight: bold;
}

.woocommerce-input-wrapper {
	font-size: 15px;
}
