/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.1.1612188302
Updated: 2021-02-01 14:05:02

*/

.site-header, body:not([class*="elementor-page-"]) .site-main {
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 575px) {
  .site-header, body:not([class*="elementor-page-"]) .site-main {
    padding-right: 24px;
    padding-left: 24px;
	margin-top: 40px;
	margin-bottom: 40px;
} }

@media (min-width: 576px) {
  .site-header, body:not([class*="elementor-page-"]) .site-main {
    max-width: 720px;
	padding-right: 24px;
    padding-left: 24px;
	margin-top: 40px;
	margin-bottom: 40px;
} }

@media (min-width: 768px) {
  .site-header, body:not([class*="elementor-page-"]) .site-main {
    max-width: 960px;
	padding-right: 24px;
    padding-left: 24px;
	margin-top: 40px;
	margin-bottom: 40px;
} }

@media (min-width: 992px) {
  .site-header, body:not([class*="elementor-page-"]) .site-main {
    max-width: 1140px;
	padding-right: 24px;
    padding-left: 24px;
	margin-top: 40px;
	margin-bottom: 40px;
} }

@media (min-width: 1200px) {
  .site-header, body:not([class*="elementor-page-"]) .site-main {
    max-width: 1140px;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	} }


/*!!!  MIE MODIFICHE  !!!*/

/* rimuove scroll orizzontale */
html, body {
  overflow-x: hidden;
}

body {
	font-family:'Muli';
	position: relative
}


/**** WC GENERALI ****/

/* Bottoni WC */

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #C4B200 !important;
    color: #fff;
}

/* Box form - margine inferiore */

fieldset {
	margin-bottom: 24px;
}

/*** PAGINA CARRELLO ***/

/* Titolo */
h1.entry-title{
    font-family: "Libre Baskerville";
    font-size: 2.5 em;
    font-weight: 400;
    line-height: 72px;
    color: #445A3E;
}

/* Campo Codice */

.woocommerce #content table.cart td.actions .input-text, .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: 40%;
}

/* bottone applica */

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    /*margin-top: 40px;*/
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff !important;
    background-color: #C4B200;
    opacity: 1 !important;
	border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #DBCBA0;
}

/* aggiorna */

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
	background-color: #DBCBA0;
}

/*** WC INFO - codice promozionale ecc ***/

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #F8F9F7;
    color: #000 !important;
    border: 4px solid #C4B200;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

	.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
		color: #fff !important;
	}