/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Ajustes generales del theme */

:root {
    --woocommerce: #fced1f;
    --wc-green: #B6CD20;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #fced1f;
    --wc-primary-text: white;
    --wc-secondary: #b6cd20;
    --wc-secondary-text: #000000;
    --wc-highlight: #B6CD20;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #2D2D2D;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
	background-color: transparent;
	color: white;
}

.woocommerce-info {
	border-top-color: #fff11f;
	background-color: #141300;
    color: #f7f6f7;
    border-top: 3px solid #fde91e;
}

/* FIN - Ajustes generales del theme */

/* Inicio Supplement Facts */

.performance-facts {
  font-size: 12px;
  border: 3px solid white;
  background: #121212;
  color: white;
  margin: 0px;
  float: left;
  width: 100%;
  padding: 1.1rem;
}

.performance-facts .small-info {
  font-size: 1.3rem;
  margin-bottom: 0px;
}
 
.performance-facts table {
    border-collapse: collapse;
    width: 100%;    
  margin-bottom: 15px;  
}

.performance-facts__title {
  font-weight: bold;
  font-size: 3rem;
  margin: 0 0 0.25rem 0;
}

.performance-facts__header {
    border-bottom: 10px solid white;
    padding: 0 0 0.25rem 0;
    margin: 0px 0px 0.5rem 0px;
}

.performance-facts__header p {
    margin: 0px;
}


.performance-facts__table {
  width: 100%;

}

.performance-facts__table thead {
    border-bottom: solid 1px white;    
  }

.performance-facts__table tr {
	border-bottom: solid 1px white;    
	background-color: transparent:
}

.performance-facts__table th, .performance-facts__table td {
    font-weight: normal;
    text-align: left;
    padding: 0.25rem 0;	
    white-space: normal;
	background-color: transparent !important:
  }
 
.performance-facts__table .thick-row {
      border-top-width: 5px white;
    }  
    
.performance-facts__table .mid-row {
	border-bottom: solid 5px white;    
    }  

.small-info {
  font-size: 0.7rem;
}
 
.performance-facts__table--small thead {
      border-bottom: 2.5px solid white; 
    }

.performance-facts__table--small th, .performance-facts__table--small td {
    border-bottom: solid 1px white;
    padding: 0;
  }

.text-center {
  text-align: center;
}

.thick-end {
  border-bottom: 10px solid white;
  padding-top:5px;
  padding-bottom:5px;
}

.thin-end {
  border-bottom: 1px solid white;
}

.textotabla {
  white-space:normal; 
  padding-left: 10px;
}

.sinflotar {
    max-width: 700px;
    float: none;
    margin: 0 auto;
}
/* Fin Supplement Facts */



/* Ajustes carrito y checkout */

.woocommerce-mini-cart__empty-message {
	color: black;
}

.performance-facts__table tr, .performance-facts__table th, .performance-facts__table td {
	background-color: transparent !important;
}

.woocommerce a.button.alt {
	background-color: #b6cd20;
    color: #000;
}

.woocommerce a.button.alt:hover {
	background-color: #98AA1E;
    color: #fff !important;
}


.woocommerce button.button:disabled  {
	color: #515151 !important;
    background-color: #e2ed9d;
}

.select2-results__option li {    
    background-color: black !important;	
}

.payment_methods li {
	border: solid 1px #d4d4d4;
    padding: 10px;
    border-radius: 3px;
	margin-bottom: 10px !important;	
	transition: box-shadow .3s;
}

.payment_methods li:hover {
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

/* FIN Ajustes carrito */

/************* AJUSTES FICHA DE PRODUCTO ***************/

th.label, td.label, th.value, td.value {
    background-color: #000000 !important;
}

th.label:hover, td.label:hover, th.value:hover, td.value:hover {
    background-color: #000000 !important;
}

/************* FIN - AJUSTES FICHA DE PRODUCTO ***************/

/************* Ficha producto - Excluded VAT ***************/

.custom-price-suffix {
    font-size: 0.6em;
	font-weight: normal;
    color: #cccbcb;    
    margin-top: 5px;
    line-height: 1.3;
}

/************* FIN Ficha producto - Excluded VAT ***************/



/************* Página de cuenta y registro ***************/
#customer_login label {
	color: #FFFFFF !important;
}

#customer_login button {
	background-color: #B6CD20;
	color:black;
	border-radius: 5px;
}

#customer_login button:hover {
	background-color: #FAE720;
	transform: scale 1.1;
	
}

/************* FIN - Página de cuenta y registro ***************/


