/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
#site-header {box-shadow: 0px 2px 5px rgba(0,0,0,0.1);}
/* INI css custom para ficha producto*/
.custom-colum-pr{
	float: left;
    clear: none;
    display: block;
    width: 50%;
    padding: 30px;
}
.woocommerce .product form.cart {
	padding:0;
}
.single-product .wpex-select-wrap {
	    position: relative;
    border: none;
    border-radius: none;
    color: none;
    background: none;
    box-shadow: none;
}
.single-product .ticon-angle-down:before {
	content:"";
}
.single-product .wpex-modelo, .single-product .woocommerce-variation-description{
	border-left: 1px solid #000;
    border-radius: 0;
	padding-left:20px;
}
.label-2{
	margin-bottom:15px;
	color:#000;
	font-size:18px;
}
.variation-datasheet{
	margin-top:15px!important;
}
.woocommerce .product .cart .variations label{
	
	font-size:18px;
	font-weight:300!important;
}
.woocommerce .product .cart .variations .label{
	margin-bottom:15px;
}
.var-desc-title{
	color:#29b4ad;
	font-weight:400;
	line-height: 1;
}
.var-desc-txt{
	font-size:12px;
	margin-bottom:8px!important;
}
div.custom_option {
    display: none;
	text-transform: uppercase;
    margin-right: 5px;
    padding: 2px 5px;
    cursor: pointer;
}

div.custom_option.is-visible {
    display:block;
}
div.custom_option.on {
    color: #29b4ad;
	font-weight: bold;
}
/* FIN css custom para ficha producto*/