/* 
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
*/

/*
    Add your custom styles here
*/

/*MENU*/
.mega-grf-menu .mega-menu-link #mega-menu-menu-1 {
	margin:0px 0px 25px 0px !important;
}

/*BOTTONI AGGIUNGI AL CARRELLO*/
.elementor-wc-products ul.products li.product .button {
    width: 100%;
    text-align: center;
}

/*ETICHETTA IN OFFERTA*/
.elementor-wc-products ul.products li.product span.onsale {
	display: block;
	color:#fff;
	background-color: #FF0030;
    border-radius: 20px 0px 0px 20px !important;
    min-width: 90px;
	min-height: 30px;
    margin-top: -10px;
    margin-right: -20px!important;
}

/*------SCONTO SHORTCODE------*/
.officina-discount-percentage {
	background-color:#FF0030;
	color:white;
	text-align:center;
	width:60px;
	border-radius: 30px;
}

/*PAGINA PRODOTTO*/
.woocommerce div.product span.price{
	color:#88774E !important;
	
}
.woocommerce div.product .stock{
	color:#88774E !important;	
}

.table .tbody>tr:nth-child(odd)>th{
	background-color:transparent !important;
}

.woocommerce-variation-price .woocommerce-Price-amount.amount {
	font-size: 30px;
    font-weight: 700;
}


/*BARRA LATERALE*/
.grf-barra-laterale .widgettitle{
	font-size:20px;
	font-weight:800 !important;
}

.grf-barra-laterale li{
	list-style-type: none;
}

.grf-barra-laterale ul{
	list-style-type: none;
	padding-left: 0px;
}

.grf-barra-laterale .current-cat.cat-parent{
	background-color:#f1ede7;
	text-transform: capitalize!important;

}

.grf-barra-laterale .current-cat a{
	color:#88774e;

}

.grf-barra-laterale .current-cat {
	color:#88774e;
	font-weight:600;
	background-color:#f1ede7;
	padding: 10px 10px;
	
}

ul[class="children"]{
	padding-left: 20px;
}

li[id="woocommerce_product_categories-2"] ul li a{
	line-height: 1.6;
}


li[id="woocommerce_product_categories-2"] ul li ul[class="children"] a{
	line-height: 1.6;
}

div[data-id="424d061"] a,
div[data-id="5cbb0f3a"] a{
	color: black;
	text-transform: capitalize !important;
}

div[data-id="424d061"] a:hover,
div[data-id="5cbb0f3a"] a:hover{
	text-decoration: underline;
	color: #88774e;
}

div[data-id="424d061"] a:current
div[data-id="5cbb0f3a"] a:current{
	color: #88774e;
	
}

/*
.grf-barra-laterale ul{
	padding-inline-start: 0px!important;
}

/*contactform*/
.grf-contactform {}

.grf-contactform br {
    display: none
}

.grf-contactform p {
    position: relative;
    clear: both;
    margin: 0px !important
}

.grf-contactform div {
    clear: both
}

.grf-contactform label {
    font-weight: 400 !important;
    font-size: 14px !important;
	line-height:1.4em !important;
	color:#000 !important;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
    position: relative;
}

.grf-contactform span {
    font: inherit !important;
	color: #000 !important;
	line-height:1.4em !important;
}

.grf-contactform a {
    font: inherit !important;
	color: #000 !important;
}

.grf-contactform p label {
    float: left;
    width: 50%;
    box-sizing: border-box;
    position: relative;
}

.grf-contactform p label:first-child {
    padding-right: 10px
}

.grf-contactform p label:last-child {
    padding-left: 10px
}

.grf-contactform p label:only-child {
    float: none !important;
    width: auto;
    padding: 0px
}

.grf-contactform input[type=submit] {
    transition: all .5s;
    font-size: 18px;
	float:right;
    font-weight: 400;
    background: #88774E;
	color: #fff !important;
    padding: 7px 25px !important;
    display: block !important;
    margin: 0px 0px 20px 0px !important;
	border:0px;
}

.grf-contactform input[type=submit]:hover {
    background: #000000;
	color: #88774E;
}

.grf-contactform textarea{
	max-height: 100px !important;
}

.grf-contactform input[type=text],
.grf-contactform input[type=email],
.grf-contactform input[type=tel],
.grf-contactform input[type=number],
.grf-contactform textarea,
.grf-contactform select {
    color: #000 !important;
    background: #f7f7f7 !important;
    font-weight: 400 !important;
	font-family: inherit !important;
    border: 0px !important;
    padding: 10px !important;
    margin: 0px !important
}

.grf-contactform *::placeholder {
    color: #888 !Important;
}
.grf-contactform select option   {
    color: #000 !Important;
}
.grf-contactform select option[value=''], .grf-contactform  select option:not([value]),.grf-contactform select[data-empty='true']   {
    color: #888 !Important;
}

.grf-contactform-customUploadButton {
	float:right;
	font-size:18px;
    padding: 7px 25px;
    background: #ed1c24;
    color: #FFF !important;
    transition: all .5s;
    cursor: pointer;
}

.grf-contactform-customUploadButton:hover {
    background: #6D6E71 !important;
}

.grf-contactform .wpcf7-recaptcha {
    min-height: 140px;
    margin: 0px !important;
}

.wpcf7-validation-errors, .wpcf7-response-output {color:#000 !important;}
.grf-contactform .wpcf7-form-control-wrap .wpcf7-not-valid-tip  {color:#000 !important;}
/**/





/* NEWSLETTER*/
.grf-contactform-newsletter p {
	color:#fff;
	font-size: 14px;
	line-height:1,5em;

}
.grf-contactform-newsletter a {
	text-decoration:underline;
	color: #fff !important;
}

@media only screen and (min-width: 766px) {
.grf-contactform-newsletter .sib-NAME-area, .grf-contactform-newsletter .sib-email-area{
	display: inline-flex;
	width: 49%;
	color:#fff !important;
	margin-bottom:10px !important;
}
	.grf-contactform-newsletter .sib-email-area{
	padding-left: 20px;
}
}


@media only screen and (max-width: 766px) {
.grf-contactform-newsletter .sib-NAME-area, .grf-contactform-newsletter .sib-email-area{
	margin-bottom:20px !important;
}
}



.grf-contactform-newsletter input[type=text],
.grf-contactform-newsletter input[type=email],
.grf-contactform-newsletter input[type=tel],
.grf-contactform-newsletter input[type=number],
.grf-contactform-newsletter textarea,
.grf-contactform-newsletter select {
    color: #fff !important;
    background: transparent !important;
    font-weight: 400 !important;
	font-family: inherit !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-top: 0px !important;
    border-bottom: 1px solid #fff !important;
    padding: 15px !important;
    margin: 0px 0px 5px 0px !important;
	border-radius:0px;
}

.grf-contactform-newsletter *::placeholder {
    color: #fff !Important;
}
.grf-contactform-newsletter select option   {
    color: #fff !Important;
}
.grf-contactform-newsletter select option[value=''], .grf-contactform  select option:not([value]),.grf-contactform select[data-empty='true']   {
    color: #fff !Important;
}

.grf-contactform-newsletter input[type=submit] {
    transition: all .5s;
    font-size: 20px;
	float:right;
    font-weight: 400;
    background: #fff !important;
	color: #88774E !important;
    padding: 7px 35px !important;
    display: block !important;
    margin: 0px 0px 20px 0px !important;
	border-radius: 20px !important;
	border: 0px  !important;
}

.grf-contactform-newsletter input[type=submit]:hover {
    background: #88774E !important;
	color: #fff !important;
}

/* \NEWSLETTER*/

/* CARRELLO LATERALE*/
.elementor-menu-cart__product .variation {display:block}
.elementor-menu-cart__product .variation dd { margin-inline-start:0px}
/* \CARRELLO LATERALE*/


