/*
Theme Name: diariodistruttivo
Author: Effatà Editrice
Version: 1.1
Text Domain: diariodistruttivo
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}





/*
*
*  Simple fluid media
*
*/
figure {
  position: relative;
}
img,
object,
embed,
video {
  max-width: 100%;
  height:auto;
  display: block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
*
*	Zoomable baseline grid
*	type size presets
*
*/





/* STILI GENERICI */
html {
	height: 100%;
	font-size: 62.5%; /* 62.5% of 16px = 10px */
}
body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 2rem;
    line-height: 2.4rem;
	color: #000;
    background: #fff;
}

a {
	text-decoration: none;
	color: #000;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
a:hover {
	color: #000;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
/*
a:focus,
button:focus,
input:focus {
    outline: 2px dotted #000 !important;
}*/

.clear {
	clear: both !important;
}

strong, b, .bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}

ol,
ul {
	padding-left: 20px;
	padding-bottom: 0.5rem;
    line-height: 2.0rem;
    color: #000;
}
ol li,
ul li {
	margin: 0.3rem 0;
}

iframe {
	max-width:100%;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.aligncenter {
	margin: 0 auto 20px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	font-weight: 700;
}

.screen-reader-text {
    background: #ccc;
    height: 35px;
    line-height: 35px;
    left: calc(50% - 100px);
    width: 200px;
    text-align: center;
    position: absolute;
    z-index: 99999;
    transform: translateY(-100%);
    transition: transform 0.3s;
}
.screen-reader-text:focus {
  transform: translateY(0%);
}
.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.noMargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.textJustify {
	text-align: justify;
}
.whiteSpace {
	display: block;
	clear: both;
	height: 30px;
}
.whiteSpace.smallSpace {
	height: 20px;
}
.whiteSpace.doubleSpace {
	height: 60px;
}
.contentWide {
	background: #EDEDED;
	width: 100%;
}

.biggerText {
	font-size: 1.3em;
	line-height: 1.3em;
}

.dTable {
	display: table;
	width: 100%;
}
.dTableCell {
	display: table-cell;
	vertical-align: middle;
}

.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

h1 {
	font-weight: 700;
	font-size: 5.0rem;
    line-height: 5.2rem;
    margin: 3rem 0;
}
h2 {
	font-weight: 700;
	font-size: 3.2rem;
    line-height: 3.8rem;
    margin: 2rem 0;
}
h3 {
	font-weight: 700;
	font-size: 2.2rem;
    line-height: 3.4rem;
    margin: 1.8rem 0;
}
h4 {
	font-weight: 300;
	font-size: 2.2rem;
    text-transform: uppercase;
    line-height: 2.8rem;
    margin: 1.6rem 0;
}
h5 {
	font-weight: 300;
	font-size: 2.1rem;
    line-height: 2.6rem;
    margin: 1.4rem 0;
}
h6 {
	font-weight: 300;
	font-size: 1.6rem;
    line-height: 2.0rem;
    margin: 0.8rem 0;
}
small {
	font-size: 1.5rem;
}

table {
    line-height: 2rem;
    border-collapse: collapse;
}
table tr:nth-child(odd) {
    background: #fff;
}
table tr:hover {
    background: #eee;
}
table td {
    border-bottom: 0;
    padding: 10px;
    border-left: 1px solid #fff;
}
table th {
    padding: 10px;
    background: #fff;
    border-left: 1px solid #fff;
    color: #000;
    text-align: left;
    font-weight: 300;
}

.button {
	display: inline-block;
	padding: 10px 25px;
	border-radius: 10px;
	background: #503cd2;
	color: #fff;
	font-weight: 700;
}
.button:hover {
	background: #000;
	color: #fff;
}
.button.black {
	background: #000;
}
.button.black:hover {
	background: #503cd2;
}











/* STRUTTURA */
#primary {
	padding: 200px 0 100px;
}
.contentInside {
	width: calc(100% - 40px);
	max-width: 1130px;
	padding: 0 20px;
	margin: 0 auto;
}
.contentInsideLarge {
	width: calc(100% - 40px);
	padding: 0 20px;
	margin: 0 auto;
}
.contentInsideSmall {
	width: calc(100% - 40px);
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto;
}
.contentInsidePadding {
	padding: 30px 0;
}
.column1-4 {
	width: calc(25% - 30px);
	float: left;
	margin: 15px 15px;
}
.column2-4 {
	width: calc(50% - 30px);
	float: left;
	margin: 15px 15px;
}
.column3-4 {
	width: calc(75% - 30px);
	float: left;
	margin: 15px 15px;
}
.column4-4 {
	width: calc(100% - 30px);
	float: left;
	margin: 15px 15px;
}

.column1-3 {
	width: calc(33.333% - 30px);
	float: left;
	margin: 15px 15px;
}
.column2-3 {
	width: calc(66.666% - 30px);
	float: left;
	margin: 15px 15px;
}
.column3-3 {
	width: calc(100% - 30px);
	float: left;
	margin: 15px 15px;
}
.column1-3-2 {
	width: calc(16.666% - 30px);
	float: left;
	margin: 15px 15px;
}









/* HEADER */
#masthead {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding-top: 30px;
}
#logo {
    width: 180px;
	display: block;
	float: left;
  max-width: 20%;
}
#masthead .addtoany_shortcode {
	float: right;
}
#masthead .addtoany_list a {
	display: block;
	margin-bottom: 20px;
	margin-right: 0;
}
.addtoany_list a {
	margin-right: 20px;
}
.addtoany_list a:not(.addtoany_special_service) > span {
	padding: 7px;
	border-radius: 10px !important;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.3);
}




/* FOOTER */
#colophon {
	background: #323332;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.4rem;
	padding: 10px 0;
}

#menuFooter {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.8rem;
	text-transform: lowercase;
	font-weight: 700;
}
#menuFooter li {
	display: inline-block;
	margin-right: 20px;
}
#menuFooter li a {
	color: #fff;
}




/* HOME */
#sliderBackground {
	width: 100%;
	height: 100vh;
	margin: 0 0 0;
	position: relative;
	z-index: 0;
	border: 0;
}
#sliderBackground ul.slides,
#sliderBackground ul.slides li {
	width: 100%;
	height: 100%;
}
#sliderBackground ul.slides li {
	background-size: cover !important;
	background-position: center center !important;
}
.flex-direction-nav a {
	top: calc(50% - 10px) !important;
	opacity: 1 !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-radius: 10px;
}
.flex-direction-nav .flex-next {
	right: 0px !important;
}
.flex-direction-nav .flex-prev {
	left: 0px !important;
}
.flex-direction-nav a.flex-next::before {
	content: "\f0da" !important; 
}
.flex-direction-nav a.flex-prev::before {
	content: "\f0d9" !important;
}
.flex-direction-nav a.flex-next::before,
.flex-direction-nav a.flex-prev::before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
    background: #7d5a66;
	color: #fff;
	font-size: 2rem;
}
.flex-control-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	bottom: 40px !important;
	z-index: 9
}
.flex-control-nav li {
	outline: 0;
}
.flex-control-paging li a {
	background: #ccc !important;
	width: 20px !important;
	height: 20px !important;
	outline: 0;
}
.flex-control-paging li a.flex-active {
    background: #7d5a66 !important;
}


#call {
	position: absolute;
	bottom: 50px;
	right: 40px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 1.6rem;
    background: #7d5a66;
	color: #fff;
	border-radius: 10px;
	transform: rotate(90deg);
}


.introduzione {
	font-family: 'Judson', serif;
	font-weight: 400;
	color: #575756;
}
.introduzione h2 {
	margin-bottom: 0;
	font-weight: 400;
}
.introduzione p {
	margin-top: 0;
}

#intro .contenuto {
	column-count: 2;
	column-gap: 5%;
	text-align: justify;
}
#intro .contenuto p {
	margin-top: 0;
}
.contenutoAggiuntivo {
	display: none;
	column-count: 2;
	column-gap: 5%;
	text-align: justify;
}
.contenutoAggiuntivo p {
	margin-top: 0;
}
.continueReading i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.2rem;
    background: #f8d8c8;
    color: #7d5a66;
	border-radius: 10px;
	transform: rotate(90deg);
}



#prodotto {
	margin: 40px 0 0;
	padding: 20px 0 150px 0;
	background: url('assets/images/bg-prodotto.png') no-repeat top left;
	background-size: 68%;
	/*min-height: calc(68vw - 80px);*/
}

.sfoglia {
	max-width: 40vw;
	margin: 0 auto;
	position: relative;
}
.sfoglia > img {
	border-radius: 30px;
}
.sfoglia a {
	position: absolute;
	bottom: -30px;
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	background: #fff;
	border-radius: 30px;
	left: calc(50% - 150px);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.sfoglia a:hover {
    background: #f8d8c8;
}
.sfoglia a img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 15px;
}

.price {
	font-weight: 700;
	font-size: 4.2rem;
	margin-top: 50px;
}
.meta ul {
	list-style: none;
	margin: 40px 0;
	padding: 0;
	line-height: 2.4rem;
}
.meta li {
	margin: 0;
}
.btn {
	line-height: 60px;
	height: 60px;
	display: inline-block;
	color: #fff;
	width: auto;
	padding: 0 40px;
    background: #7d5a66;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 30px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.btn:hover {
	background: #000;
	color: #fff;
}
.btn-reverse {
    color: #7d5a66;
	background: #fff;
}
.btn-reverse:hover {
	background: #000;
}

.temi {
	margin-left: 15.5vw;
	margin-top: 90px;
}
h2.big {
	font-size: 5.5rem;
	line-height: 5rem;
	font-weight: 400;
}
h2.big strong {
	text-transform: uppercase;
	font-size: 6.0rem;
}

#tabs {
	position: relative;
	background: #F9FBFB;
	border-radius: 55px;
	margin: 40px 0;
}
#tabs .ui-tabs-nav {
	list-style: none;
	margin: 10px;
	padding: 0;
	display: inline-block;
}
#tabs .ui-tabs-nav li {
	margin: 0;
	display: inline-block;
}
#tabs .ui-tabs-nav li {
	width: 90px;
	margin-right: 5px;
}
#tabs .ui-tabs-nav li img {
	-webkit-filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}
#tabs .ui-tabs-nav li:hover img {
	-webkit-filter: drop-shadow(0px 7px 10px rgba(0,0,0,0.3));
	filter: drop-shadow(0px 7px 10px rgba(0,0,0,0.3));
}
#tabs .ui-tabs-panel {
	padding: 10px 50px 30px;
}
#tabs .dida {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	margin: 30px 0 0 50px;
}
#tabs .dida span {
	text-transform: uppercase;
	font-weight: 400;
    color: #7d5a66;
}



#autore {
	margin: -150px 0 0;
	padding: 50px 0 0;
	background: url('assets/images/bg-autore.png') no-repeat top right;
	background-size: 65%;
	position: relative;
	z-index: 1;
}
.video {
	max-width: 60vw;
	border-radius: 30px;
	overflow: hidden;
}
.video iframe {
	display: block;
}

.fotoAutrice {
	float: left;
	width: 45%;
	margin-right: 2.5%;
	border-radius: 30px;
	margin-bottom: 600px;
}



#motivi {
	margin: -190px 0 0;
    padding: 250px 0 0;
    background: url('assets/images/bg-motivi.png') no-repeat top left;
    background-size: 60%;
    position: relative;
    z-index: 0;
}

.listamotivi ol {
	list-style: none;
	counter-reset: my-awesome-counter;
	padding-left: 80px;
}
.listamotivi ol li {
	counter-increment: my-awesome-counter;
	text-align: center;
	position: relative;
	display: block;
	vertical-align: middle;
	padding: 10px 20px;
	border-radius: 30px;
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.listamotivi ol li strong {
    color: #f8d8c8;
}
.listamotivi ol li:nth-child(odd) {
    background: #f8d8c8;
}
.listamotivi ol li:nth-child(odd) strong {
	color: #fff;
}
.listamotivi ol li::before {
	content: counter(my-awesome-counter);
	color: #000;
	font-weight: 700;
	font-size: 3rem;
	position: absolute;
	left: -65px;
	top: 20px;
}
.listamotivi ol li::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
    background: #f8d8c8;
	position: absolute;
	left: -27px;
	margin-top: -5px;
}
.listamotivi ol li:nth-child(odd)::after {
	background: #fff;
}

#motivi .dTable .dTableCell {
	width: 50%;
	vertical-align: bottom;
}
.biggerfive {
    color: #7d5a66;
}
.biggerfive span {
	font-size: 18rem;
	font-weight: 700;
	line-height: 7rem;
}


#opinioni {
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	padding: 40px 0;
    background: #F1F4F6 url('assets/images/bg-opinioni.png') no-repeat bottom right;
    background-size: 50%;
	position: relative;
}
#opinioni #penna {
	position: absolute;
	top: -30px;
	left: 0;
	width: 200px;
}
#opinioni .carousel {
	padding: 30px 100px;
	position: relative;
	margin-top: 70px;
}



#opinioni .carousel ul.slides li .carouselItem {
    background: #f8d8c8;
	border-radius: 20px;
	max-width: 200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	position: relative;
	margin-bottom: 50px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
#opinioni .carousel ul.slides li:nth-child(odd) .carouselItem {
	background: #fff;
}
#opinioni .carousel ul.slides li .carouselItem:before {
    content: "";
	position: absolute;
	right: 30px;
	bottom: -20px;
	width: 0;
	height: 0;
	border-top: -7px solid transparent;
    border-right: 26px solid #f8d8c8;
	border-bottom: 23px solid transparent;
	-webkit-filter: drop-shadow(0 5px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 5px 4px rgba(0,0,0,0.2));
}
#opinioni .carousel ul.slides li:nth-child(odd) .carouselItem:before {
	border-right-color: #fff;
}
#opinioni .carousel ul.slides li .carouselItem .name {
	font-size: 2.2rem;
	font-weight: 700;
}
#opinioni .carousel ul.slides li .carouselItem .name {
	font-size: 2.0rem;
	font-weight: 700;
	display: inline-block;
	margin-top: 20px;
}
#opinioni .carousel ul.slides li .carouselItem .content {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.4rem;
}
#opinioni .carousel ul.slides li .carouselItem .stars {
	display: inline-block;
    color: #f8d8c8;
	font-size: 1.6rem;
	margin-left: 10px;
}


#acquista {
    background: #7d5a66;
	padding: 40px 0;
}
.checkoutHidden {
	display: none;
}


#acquisto {
	background: #F1F4F6;
	border-radius: 40px;
	max-width: 750px;
	margin: 50px auto;
	overflow: hidden;
	padding: 40px;
	box-sizing: border-box;
	text-align: left;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
	width: 100%;
	float: none;
	margin: 0;
	text-align: left;
}
.woocommerce .col2-set .col-1 h3,
.woocommerce .col2-set .col-2 h3,
h3#order_review_heading {
	text-align: center;
	text-transform: uppercase;
	font-size: 3.0rem;
}
.woocommerce h3#ship-to-different-address {
	font-size: 1.4rem;
	text-align: left;
	text-transform: none;
}

.woocommerce .col2-set .col-1 .billing_country_field {
	display: none;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    border: 0;
    box-sizing: border-box;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
}


.woocommerce-billing-fields__field-wrapper::after {
	content: "";
	display: block;
	clear: both;
	margin-bottom: 40px;
}

#billing_state_field span.woocommerce-input-wrapper,
#shipping_state_field span.woocommerce-input-wrapper {
	overflow: hidden;
	width: 100%;
	display: block;
    border-radius: 10px;
}
#billing_state_field select,
#shipping_state_field select {
	width: 110%;
}

.woocommerce-billing-fields {
	font-size: 1.5rem;
	font-weight: bold;
}

#richiesta_fattura {
	margin: 3px 8px 3px 3px;
	display: inline-block;
}

#order_review {
	font-size: 1.5rem;
}

td.product-name > div {
	display: inline-block;
	vertical-align: middle;
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0;
    box-sizing: border-box;
}
#add_payment_method #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon,
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img{
	display: inline-block
}


.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	line-height: 60px;
	height: 60px;
	display: inline-block;
	color: #fff;
	width: auto;
	padding: 0 40px;
    background: #7d5a66;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 30px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	background: #000;
}

#ship-to-different-address-checkbox {
    margin: 0 8px 0 4px;
}


.wc_payment_methods.payment_methods.methods,
.form-row.place-order {
	background: #F1F4F6;
}
.payment_box {
	border-radius: 30px !important;
	padding: 1em 1em 2em !important;
}


.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
	margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	line-height: 2rem;
	padding: 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: -1px;
	font-size: 1.5rem;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #FF5300;
}

.woocommerce-form.woocommerce-form-login {
	background: #eee;
	max-width: 300px;
	font-size: 1.5rem;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: .3em;
}
.woocommerce-ResetPassword.lost_reset_password {
	background: #eee;
	max-width: 300px;
	padding: 20px;
	font-size: 1.5rem;
}
.woocommerce-ResetPassword.lost_reset_password .form-row {
	width: 100% !important;
	padding: 0 !important;
}

.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button {
	line-height: 60px;
	height: 60px;
	display: inline-block;
	color: #fff;
	width: auto;
	padding: 0 40px;
    background: #7d5a66;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 30px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.woocommerce-button.button.woocommerce-form-login__submit:hover,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button:hover {
	background: #000;
	color: #fff;
}





#newsletter {
	background: #F1F4F6;
	padding: 30px 0;
}
#newsletter h2 {
	margin: 0 0 30px;
	font-size: 4.5rem
}
#newsletter input {
	margin: 0;
	padding: 5px 20px 5px 70px;
	box-sizing: border-box;
	width: 100%;
	border: 0;
	border-radius: 8px;
	line-height: 31px;
}
#newsletter label {
	position: relative;
	display: block;
}
#newsletter label::before {
	content: "";
	background: url('assets/images/mail.png') no-repeat center center / contain;
	width: 66px;
	height: 48px;
	left: 0;
	top: -1px;
	position: absolute;
}


#spedizione {
	padding: 15px 0;
}
.spedImg {
	display: inline;
	vertical-align: middle;
}




.mobile {
	display: none !important;
}


@media only screen and (-webkit-min-device-pixel-ratio:0) { 
}
/**
 * Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}



@media screen and (max-width: 790px) {

	.column1-4,
	.column2-4,
	.column3-4,
	.column4-4,
	.column1-3,
	.column2-3,
	.column3-3 {
		clear:both;
		width:96%;
		margin:15px 2%;
	}
	
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	
	body {
		font-size: 1.6rem;
	}
	
	h2.big {
		font-size: 4rem;
		line-height: 5rem;
	}
	h2.big strong {
		font-size: 5.0rem;
	}
	
	#masthead {
		padding-top: 10px;
	}
	
	#sliderBackground {
		height: 50vh;
		min-height: 350px;
	}
	.flex-control-nav {
    	bottom: 20px !important;
	}
	#call {
		display: none;
	}
	#intro .contenuto,
	.contenutoAggiuntivo {
		column-count: inherit;
		/*text-align: left;*/
	}
	
	.sfoglia {
		max-width: 100%;
		/*padding-bottom: 100px;*/
	}
	.sfoglia a {
		bottom: 10px;
	}
	#prodotto {
    	background-size: 110%;
	}
	#prodotto .column1-4 {
		/*padding-top: 30px;*/
	}
	
	.temi {
		margin: 0;
	}
	
	#tabs .ui-tabs-nav {
		margin: 40px 0 0;
	    text-align: center;
	}
	#tabs .ui-tabs-nav li {
		width: 20%;
		margin: 0 1%;
	}
	#tabs .dida {
		display: block;
		position: absolute;
		top: 0;
		margin: 0;
		width: 100%;
		text-align: center;
		margin-top: -20px;
	}
	#tabs .ui-tabs-panel {
		padding: 10px 20px 30px;
	}
	#autore {
    	background-size: 85%;
	}
	#autore {
    	padding: 20px 0 0;
	}
	.video {
    	max-width: 100%;
	}
	
	.fotoAutrice {
		float: none;
		width: 85%;
		margin-bottom: 0;
	}
	
	#motivi {
	    margin: 0;
    	background-size: 90%;
		padding: 40px 0 0;
	}
	
	#motivi .dTable,
	#motivi .dTableCell {
		display: block;
	}
	#motivi .dTable .dTableCell {
    	width: 100%;
	}
	.listamotivi ol {
		padding-left: 50px;
	}
	.listamotivi ol li::before {
		left: -45px;
	}
	.listamotivi ol li::after {
		left: -17px;
		margin-top: -5px;
		top: 31px;
	}
	.listamotivi ol li:nth-child(odd)::after {
		background: #ccc;
	}
	
	#opinioni #penna {
		position: absolute;
		top: -80px;
		left: -40px;
		width: 90px;
	}
	#opinioni .carousel {
		padding: 0;
		margin-top: 30px;
	}
	
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
		float: none;
	}
	#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
		padding: 0;
	}
	
	#acquisto {
	    padding: 20px;
	}
	
	#regalo {
	    background: #F1F4F6 !important;
	}
	
	#newsletter h2 {
		font-size: 3.5rem;
	}
	
}

.opc-pricing-table-product-title {
    min-height: 6.8rem;
}

.woocommerce-store-notice, p.demo_store {
  position: fixed;
    background-color: #7d5a66;
}