﻿.custom-content {
    margin: 0.625rem;
    padding: 0.938rem;
}

/*box-shadow: 12px 0px 19px -23px rgba(0,0,0,0.75);*/

/* ----- F O N T S   &   T I P O G R A F I A -------*/
/* a {color: #2786b4;} */

body {
	font-size:16px;
	line-height:30px;
}
body p {
	font-size:16px;
	line-height:30px;
	margin:0px 0px 20px;
	/*max-width: 820px;*/
}
h1,h2,h3,h4,h5,h6,.display1,.display2,.display3, .titolo-h1 .g-title{
	font-family:playfair display;
	font-weight:bold;
}
h1 {
	font-size:36px;
	line-height:42px;
	margin:30px 0px 10px;
	letter-spacing: -0.025em;
}
h2 {
	font-size:24px;
	line-height:30px;
	margin:30px 0px 6px;
}
h3 {
	font-size:18px;
	line-height:30px;
	margin:30px 0px 6px;
	text-transform:uppercase
}
h4 {
	font-size:20px;
	font-weight:600;
	margin:10px 0px 6px;
	line-height:1.3;

}

.intro {
       font-size:19px;
	line-height:30px;
	margin:0px 0px 15px;
	font-style:italic;
}
.display1 {
	font-size:32px;
	line-height:1;
	margin:0px;
}
.display2 {
	font-size:31.5px;
	line-height:1;
	margin:0px;
}
.display3 {
	font-size:24px;
	line-height:1;
	margin:0px 0px 7px;
}
.pre-titolo,.post-titolo {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 16px;
	font-family: open sans, sans serif;
	margin: 0px 0px 10px;
	line-height: 1;
}
.pre-titolo::after, .intro::after {
    content: ' ';
    display: block;
    width: 25px;
    height: 2px;
    background-color: #2786b4;
    position: relative;
    top: 14px;
	margin-bottom:20px;
}
.intro::after {
	margin-bottom:40px;
}
.button {
	border-radius: 4px;
/* 	background: #c94f55; */
	color:#fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.button:hover {
	color: #fff !important;
/* 	background-color: #c8656a; */
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.g-title {
	letter-spacing:2px;
}



/*---------- TIPOGRAFIA LARGE DESKTOP ------------*/


@media only all and (min-width: 75rem) {

/* h1 {
	font-size:54px;
	line-height:60px;
	margin:30px 0px 60px;
	letter-spacing: -0.025em;
}
h2 {
	font-size:27px;
	line-height:30px;
	margin:30px 0px 6px;
}
h3 {
	font-size:21px;
	line-height:30px;
	margin:30px 0px 6px;
	text-transform:uppercase
} */
.simil-h1 {
	font-size:36px;
	line-height:60px;
	margin:0px;
	letter-spacing: -0.025em;
}
.intro {
    font-size:19px;
	line-height:30px;
	margin:0x 0px 30px;
	font-style:italic;
}
.display1 {
	font-size:72px;
	line-height:1;
	margin:0px;
}
.display2 {
	font-size:54px;
	line-height:1;
	margin:0px;
}
.display3 {
	font-size:42px;
	line-height:1;
	margin:0px 0px 7px;
}
}

/*---------------*/



/* ----------------------------- N A V I G A T I O N   &   L O G O ---------------------*/

/*----------sovrascrittura home particles---------------------*/
.g-home-particles #g-navigation, .g-home-positions #g-navigation {
    background: #c7d09d;
}
/*------*/

#g-navigation {
    z-index:9999;
    border-bottom: none;
}

#g-navigation.g-headroom {
    border-bottom: none;    
}


@media only all and (max-width: 48rem) {

	#g-navigation.g-headroom {
		width:100%;
	}
}

@media only all and (min-width: 48rem) {

	#g-navigation.g-headroom + header, #g-navigation.g-headroom + section {
		margin-top: 88px;
	}
	#g-navigation.g-headroom {
		position: fixed;
		top:0px;
		width:100%;
	}
	.home #g-navigation.g-headroom {
		background-color:transparent;
	}
	.home #g-navigation.g-headroom.headroom--top {
		top: 0px;
		background-color:transparent;
		box-shadow: none;
		transition: all 0.5s ease-in-out 0s;
	}
	#g-navigation.g-headroom.headroom--top {
		top: 0px;
		color:#fff;
		box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
		transition: all 0.5s ease-in-out 0s;
	}
	#g-navigation.g-headroom.headroom--not-top {
		top: 0px;
		color:#fff;
		box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
		transition: all 0.2s ease-in-out 0s;
	}
	#g-navigation.g-headroom .g-main-nav {
		margin: 0px 0px 0px;
	}
	#g-navigation.g-headroom .g-content {
		margin: 0.625rem;
	}
}

#g-navigation .g-logo {
    color: #fff;
    background-color: #526D3B;
    padding: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	margin:0;
}
@media only all and (max-width: 47.938rem){
	#g-navigation .g-logo {
		height: 76px;
		width: 86px;
		margin-bottom: -25px;
	}
	#logo-5481-particle, #logo-4057-particle {
		margin:0px;
		width:62%;
		margin:auto;
	}
	.mod-languages {
		position: absolute;
		top: 5px;
		right: 15px;
	}
}
@media only all and (min-width: 48rem){
	#g-navigation .g-logo {
		position: absolute;
		top: 0;
		padding: 6px;
	}
}

#g-navigation.g-headroom.headroom--not-top .g-logo img {
	opacity:1;
	transition: all 0.5s ease-in-out 0s;
}
#g-navigation.g-headroom.headroom--top .g-content {
	margin: 0.625rem;
	transition: all 0.5s ease-in-out 0s;
}
#g-navigation.g-headroom.headroom--not-top .g-content {
	margin: 0.625rem;
	transition: all 0.5s ease-in-out 0s;
}
#g-navigation.g-headroom.headroom--top .g-main-nav {
	margin: 0px 0px 0px;
	transition: all 0.5s ease-in-out 0s;
}
#g-navigation.g-headroom.headroom--not-top .g-main-nav {
	margin: 0px 0px 0px;
	transition: all 0.5s ease-in-out 0s;
}
/* .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
	font-weight: 400;
} */

/*---------------------- SLIDESHOW ------------------------------------------*/

@media only all and (max-width: 47.938rem) {
#g-slideshow .g-flexslider-slideshow .g-flexslider-slideshow-item-content-container {
    padding: 10rem 0 6rem;
}
.g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    background-color: rgba(255,255,255,0.85);
	padding:20px;
}
}
@media only all and (min-width: 48rem) {
.g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    text-align: left;
    padding-top: 8rem;
	padding-bottom:	8rem;
    padding-left: 3%;
    width: 30.333%;
    background-color: rgba(255,255,255,0.85);
    margin-left: 66.666%;
    padding-right: 2000px;
    box-sizing: content-box;
}
}
@media only all and (min-width: 75rem){
#g-slideshow .g-flexslider-slideshow .g-flexslider-slideshow-item-content-container {
    width:1200px;
	margin:auto;
}
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
	#g-slideshow .g-flexslider-slideshow .g-flexslider-slideshow-item-content-container {
    width:960px;
	margin:auto;
}
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
	#g-slideshow .g-flexslider-slideshow .g-flexslider-slideshow-item-content-container {
    width:768px;
	margin:auto;
}
}
.g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    text-shadow: none !important;
    color: #526d3b;
	letter-spacing: -0.10rem;
}
.g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
    background: none!important;
    color: #3a4235!important;
	font-weight:normal!important;
	font-family:lora;
}
.g-flexslider-slideshow .g-flexslider-slideshow-item {
    background-position: center center !important;
	overflow: hidden;
}

.g-home-particles .g-flexslider-slideshow-item-content {
    min-height: 335px;
}

/* ---------------------------  M E N U  OVERLAY  ---------------------------------------------*/

#g-overlay .g-main-nav .g-toplevel {
    display: block;
}
#g-overlay .g-main-nav .g-toplevel > li {
    width: 100%;
    display: block;
}
#g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container {
    border: none;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    padding: 0px 0px;
    font-size: 2rem;
    line-height: 200%;
    font-weight:300;
    letter-spacing:5px;    
}
.g-overlaytoggle {
    display:block;
    position:fixed;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    z-index:10003;
}
.g-overlaytoggle .nav-toggle .g-overlaytoggle-bar, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar::before, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar::after {
    background: #B0976D;
    height: 3px;
}
.nav-toggle.active .g-overlaytoggle-bar {
    background-color: transparent;
}
.g-overlaytoggle .g-overlaytoggle-bar-wrapper {
    padding: 10px 35px 16px 16px;
    position: absolute;
    right: 14px;
    top: 17px;
}
.g-offcanvas-toggle {
    font-size: 26px;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    top: 15px;
    left: 1.8rem;
    margin-left: -15px;
    padding-left: 0px;
    z-index: 100001;
    border: none;
    background: #526d3b;
}


/*-----------------------------  S E Z I O N I  ------------------------------------------*/

.home #g-slideshow {
    margin-top: 0rem;
}
.home #g-navigation.g-headroom + header, .home #g-navigation.g-headroom + section {
    margin-top: 0px;
}
/* #g-container-main {
	position:relative;
	padding-top:25px;
} */
#g-above {
	border-bottom: 1px solid #e6e6e6;
}
#g-aside {
	background:transparent;
	border-left: 1px solid #dee6bd;
	margin-top:62px;
}
#g-extension {
    background-size: cover;
	border-top: 1px solid #dbdbdb;
}
#g-copyright {
	text-align:left!important;
}
#g-copyright a {
	color:#f9e4b3;
}
/*---------------- breadcrumb -----------------------*/
.breadcrumb {
    padding: 4px 15px;
    margin: 0;
    list-style: none;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	font-size: 14px;
}
.breadcrumb > li {text-shadow: none;}
.breadcrumb li:first-child {display:none;}
.breadcrumb > li > .divider {color: #c7d09d;}
.breadcrumb > .active {color: #939977;}
.breadcrumb-bottom .breadcrumb{
    padding: 0;
    border-top: 1px dotted #526d3b;
}
/* ------------- BLOG ------------------- */

.blog p, .view-article .item-page p {font-family:lora;}
.blog h2 {margin-bottom:15px; line-height:1.5;}
.blog .items-leading h2 {font-size:2.2rem} 
.blog .items-row h2 {font-size:1.5rem} 
.blog .readmore a.btn {
	background-color: #526d3b;
	background-image:none;
	border:none;
	border-radius:0;
	text-shadow:none;
    color: #fff;
    font-size: 13px;
	padding:7px 14px;
	margin-top:-15px;
	font-family:open sans, sans-serif;
	text-align: left;
}
.blog .pull-left.item-image {
    margin-bottom: 15px;
}


/*-------- Rocksprocket STRIPS ------------*/

.sprocket-strips-s-content .readon {
    display: inline-block;
    margin-top: 15px;
    padding: 2px 14px;
    background-color: #526d3b;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
}
#g-aside .custom .g-title {
	margin-top:0;
}
#g-aside .custom .sprocket-strips-s-block {
    border-bottom: 1px solid #dee6bd;
    padding-bottom: 5px;
    margin-bottom: 18px;
}
#g-aside .custom .sprocket-strips-s-block:last-child {
    border-bottom: none;
}



/*----------------------------------- RESPONSIVE RESPONSIVE RESPONSIVE -------------------------------------------*/



/*   ------   D E S K T O P  (minimo 1200px) ------   */

@media only all and (min-width: 75rem) {
.g-logo img {
    max-width: 300px;
}
.g-home-particles #g-navigation.g-headroom + header, .g-home-particles #g-navigation.g-headroom + section {
    margin-top: 65px;
}

#g-navigation.g-headroom + header, #g-navigation.g-headroom + section {
    margin-top: 50px;
}

}

/*   ------   P O R T A T I L E   (minimo 960px) ------   */

@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
.g-logo img {max-width: 280px;}
.sezione-container {width:60rem;}
}

/*   ------   T A B L E T   (minimo 768px) ------   */

@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
	.g-logo img {max-width: 250px;}
	.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
		font-size: 14px;
	}
}

/*   ------   Smartphones to Tablets   (minimo 480 px)------   */

@media only all and (min-width: 30rem) and (max-width: 47.938rem) {
	#g-top {
		margin-top: 69px!important;
	}
	.home #g-top {
		margin-top: 69px!important;
	}
	.g-offcanvas-toggle {position:fixed;}
	#g-navigation {
		 position:fixed;
		 box-shadow: 0 3px 6px rgba(0,0,0,0.23);
	}
	.blog .items-leading h2 {
		font-size:1.5rem;
		} 
	.blog .items-row h2 {
		font-size:1.5rem;
	}  
}

/*   ------   S M A R T P H O N E   (massimo 480px)  ------   */

@media only all and (max-width: 29.938rem) {
	#g-top {
		margin-top: 69px!important;
	}
	.home #g-top {
		margin-top: 69px!important;
	}
	.g-offcanvas-toggle {position:fixed;}

	#g-navigation {
		 position:fixed;
		 box-shadow: 0 3px 6px rgba(0,0,0,0.23);
	}
	.pulsante-promozione {
		text-align:center
	}
	.pulsante-promozione .riga1 {
	   text-transform:uppercase;
	   font-size:150%;
	   font-weight:700;
	} 
	.pulsante-promozione .riga2 {
	   font-size:200%;
	   font-weight:700;
	}
	.riga2 .piccolo {
	   font-size:50%;
	}    
	.g-logo {
		margin: 18px 30px; 
		   
	}
	.logo-basso {
		max-width: 190px;
		margin: auto;
	}
	.blog .items-leading h2 {
		font-size:1.5rem;
	} 
	.blog .items-row h2 {
		font-size:1.5rem;
	}  
}

@media only all and (max-width:47.938rem) {
 #g-footer .g-container {
  text-align:left;
 }
 #g-copyright .g-branding {
  text-align: left;
}
}

/*------------------------------- CHRONOFORM -----------------------------------------*/

.chronoforms {font-family:open sans, sans serif;}
#contatto {
	position: relative;
	top: -65px;
}
.ui.form ::-moz-placeholder {
    color: #000000!important;
}
.ui.form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000!important;
}
.ui.form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000!important;
}
.ui.form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000!important;
}
.ui.form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000!important;
}
.ui.form textarea, .ui.form input:not([type]), .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="email"], .ui.form input[type="file"], .ui.form input[type="number"], .ui.form input[type="password"], .ui.form input[type="search"], .ui.form input[type="tel"], .ui.form input[type="text"], .ui.form input[type="time"], .ui.form input[type="url"] {
	font-family: open sans,'Helvetica Neue',Arial,Helvetica,sans-serif!important;
	border: 1px solid #d5c4c4 !important
	color: rgba(0,0,0,.87)!important;
	border-radius: 4px!important;
}
.chronoforms6_credits {
	display:none!important;
}
.ui.form input:not([type]),
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=email],
.ui.form input[type=file],
.ui.form input[type=number],
.ui.form input[type=password],
.ui.form input[type=search],
.ui.form input[type=tel],
.ui.form input[type=text],
.ui.form input[type=time],
.ui.form input[type=url],
.ui.button {
	font-family:inherit!important;
}
.ui.form label {
	font-size:1.1em!important;
}
.ui.green.button, .ui.green.buttons .button {
    background-color: #4facac !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24)!important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	color: #fff !important;
	font-size: 1rem;
	text-transform: uppercase;
	border: 2px solid transparent;
	margin: 0 0 0.5rem 0;
	padding: 0.5rem 1.5rem;
	line-height:30px;
}
.ui.green.button:hover, .ui.green.buttons .button:hover {
    color: #fff !important;
    background-color: #c8656a;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)!important;
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)!important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)!important;
}
.ui.form .required.field > label::after, .ui.form .required.fields.grouped > label::after, .ui.form .required.fields:not(.grouped) > .field > label::after {
    display: none!important;
}
.ui.form .field {
    margin: 0 0 0.5rem!important;
}
@media only screen and (max-width:767px) {
 .ui.selection.dropdown .menu {
  max-height:none!important;
}
}

/* ----------------- VIRTUEMART ---------------------------------------*/

.com_virtuemart h2 a { 
	font-family: oswald;
	font-size: 15px !important;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	font-weight:500;
	margin:0px;
}
.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2 {
    margin:0px;
}
.category-view h4 {
    font-family: oswald;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #dee6bd;
    padding-bottom: 2px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    border-bottom: 1px solid #dee6bd;
    line-height: 2;
	color: #526d3b;
}
.view-category p.product_s_desc {
    font-size: .8rem;
}
p.product_s_desc {
	height:auto;
}
.browse-view .row .product .spacer span.PricesalesPrice {
    color: #526d3b;
    font-family: lora;
    font-size: 17px;
}
.view-category .vm-product-descr-container-1 {
    padding: 0 10px;
}
.vm-pagination {
    float: none;
	border-top: 1px solid #dee6bd;
	margin-top: 20px;
	font-family: oswald;
	font-weight: 500;
	text-transform: uppercase;
}
.vm-pagination .pagenav {
    border: none;
    background-color: transparent;
}
.vm-pagination a.pagenav {
    color: #526d3b;
    text-decoration: none;
    font-weight: inherit;
}
/*--------------- Categories Wall ---------------------*/

.vm-categories-wall {
    display: flex;
    flex-wrap: wrap;
}

 .vm-categories-wall-img {
    margin-bottom: 5px;
    height: 50px;
	margin-top: 20px;
/*     width: 45px; */
    float: none;
    display: initial;
}
.vm-categories-wall-catname {
    color: #b93d29;
	font-family: oswald;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.25px;
}
.horizontal-separator {
    height: 1px;
    background: #dee6bd;
}
.vm-categories-wall-catwrapper {
    margin-bottom: 10px;    
}
@media (max-width: 768px) {
  /* Category module wall layout */
  .vm-categories-wall-catwrapper{
    width: 33.333%;
  }
  .vm-categories-wall .vm-categories-wall-catwrapper:nth-child(2n+1) {
    clear: none;
}
	.vm-categories-wall-img {
    margin-bottom: 5px;
    height: 11vw;
    margin-top: 20px;
    float: none;
    display: initial;
	}
	.vm-categories-wall-catname {
    font-size: 13px;
    line-height: 1.3;
	}
}
/*-------------------------*/

.g-flexslider-slideshow .g-flexslider-slideshow-item-title {
  text-shadow: 3px 3px 6px rgba(0,0,0,.65);
}
.g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: bolder;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0,0,0,.65);    
}
a.product-details, div.vm-details-button a {
	padding: 2px 14px;
	background-color: #526d3b;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
    border-radius:0;
	text-decoration: none;
	border:none;
	background-image:none;
	width: auto;
	line-height: 30px;
	letter-spacing: 1px;
}
a.product-details:hover, div.vm-details-button a:hover {
	background-color: #60784c;
	color: #fff;
	background-image:none;
}

#g-header {
/*padding-top: 100px;*/
    min-height: 350px;
    background-position: center bottom !important;
    background-size: cover !important;
    /*margin-top: -15px;*/
    text-align: center;
}

@media only all and (max-width: 780px) {
    #g-header {
        background-position: center 93% !important;    
        padding-top: 50px;
        min-height: 200px;
    }
}

#g-header input {
    max-width: 300px;
    /*margin-top: 20px;*/
}



/* ------------ Pagina prodotto VM --------------- */

.back-to-category {
    float: left;
}
.back-to-category a.product-details {
    padding: 2px;
    background-color: transparent;
    color: #526d3b;
}
.back-to-category a.product-details:before {
	content:"←";
	margin-right:4px;
	font-size: 19px;
}
.view-productdetails h1 {
		font-family: oswald;
		font-weight: bold;
		text-transform: uppercase;
		color: #526d3b;
		font-weight: 500;
		margin-top: 0px
	}
}
.productdetails-view .product-short-description {
		margin: 0 0 8px;
		padding: 0;
		line-height: 1.4;
}
.ProductKU {
    font-weight: bold;
	font-size:0.8rem;
}
.productdetails-view .spacer-buy-area {
		padding-left: 0px;
}
.LogisticsInfo {
		border-top: #b6b9a5 1px solid;
		border-bottom: #b6b9a5 1px solid;
		border-top: 1px dotted #526d3b;
		border-bottom: 1px dotted #526d3b;
		padding-top: 10px;
		font-size: 0.9rem;
}
.ProductWeight, .ProductCase, .ProductDim {
		float: left;
		padding: 10px 40px 10px 0px;
		text-align: center;
}
.product-price {
		font-weight: bold;
		font-size: 1.3rem;
		margin-top: 10px;
		clear: both;
		color: #526d3b;
}
.productdetails-view .spacer-buy-area span.PricesalesPrice {
	float:left;
}
.productdetails-view .addtocart-bar {
    overflow: hidden;
}
.quantity-box .quantity-input, .cart-summary .quantity-input {
    width: 60px;
    text-align: center;
    margin: 0 0 0 3px;
    border-radius: 3px;
    border: 2px solid rgb(199, 208, 157);
	padding: 0 1px 1px;
}
.tot-quantity-label, .cartons-qty-label, .pallet-qty-label {
	display: inline-block;
	width: 67px;
	text-align: right;
	font-size:15px;
}
.tot-quantity-label {
	float: left;
	margin: 29px 3px 0 1px;
}
.productdetails-view span.addtocart-button {
    margin: 0 0 0 57px;
}
span.addtocart-button input.addtocart-button {
  border-radius: 3px !important;
  background: #749247 !important;
  color: white;
  font-size:0.9rem !important;
  font-weight:bold;
  text-transform: uppercase; 
  border: white 0px solid !important;
  padding:9px 16px;
}
.icon-label {
    clear: both;
    font-size: .7rem;
    display: block;
    width: 100%;
}
span.quantity-controls input.quantity-controls {
    width: 3px !important;
    
}
.view-productdetails .cat-loison ul.vm-categories-wall { 
	display: none !important;
}
.view-productdetails #g-utility .g-content { margin: 0px; padding: 0px; }
.productdetails-view .product-box {display:none;} 

/*---------------- Smartphone to tablet -----------------------------*/

@media only all and (max-width:47.938rem) {
	.back-to-category {
		float: none;
		margin: auto;
			margin-top: auto;
			margin-bottom: auto;
		text-align: left;
		margin-top: -24px;
		margin-bottom: 24px;
		border-bottom: 1px dotted #526d3b;
	}
	.view-productdetails h1 {
		font-size:1.75rem;
		clear:both;
		line-height: 1.25;
	}
	.vm-product-container .vm-product-media-container {
        width: 100%;
	}
	.tot-quantity-label, .cartons-qty-label, .pallet-qty-label {
		width: auto;
	}
	.icon-label {
    clear: none !important;
	}
	.LogisticsInfo {
		padding: 15px 0 10px;
		margin: 10px 0;
	}
	.ProductWeight, .ProductCase, .ProductDim {
		float: left;
		padding: 0;
		text-align: center;
		width: 25%;
	}
	.ProductWeight img, .ProductCase img, .ProductDim img {
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: 30px;
		width: auto !important; 
	/* 	float:left; */
	}
	.ProductWeight img {
    padding: 3px;
	}
	.productdetails-view .product-short-description {
		margin-bottom: -10px;
	}
	.tot-quantity-label, .cartons-qty-label, .pallet-qty-label {
		width: 52px;
		font-size: 13px;
	}
	.productdetails-view .addtocart-bar {
		margin: 28px 0 0;
	}
	#cartons-qty .addtocart-bar, #pallet-qty .addtocart-bar {margin-top:0px;}
	.productdetails-view .addtocart-bar {
		text-align: left;
	}
	.productdetails-view span.addtocart-button {
		margin: 0 0 0 40px;
	}
	html:lang(it) .productdetails-view span.addtocart-button {
		margin: 0 0 0 30px;
	}
	
}
 /*---------------------- Desktop -------------------------- */

@media only all and (min-width: 48rem) {
	.back-to-category {
		display:none;
	}
	.view-productdetails h1 {
		float:right;
		width:50%;
		clear: both;
		padding-left:20px;
		font-family: oswald;
		font-weight: bold;
		text-transform: uppercase;
		color: #526d3b;
		font-weight: 500;
		margin-top:15px;
	}
	.vm-product-container .vm-product-media-container {
        width: 50%;
	}
	.vm-product-details-container {
		border: none;
		width:50%;
		padding-left:20px;
	}
}









/* ------------ Pagina Categporia VM --------------- */


.view-category .spacer.product-container {
    border: 0px solid #ddd !important;
    text-align: center;
    margin: 2px;
}

.view-category p.product_s_desc {
    font-size: .8rem;
}

.view-category .product-price {
    width:100%;
    text-align: center;
    margin-top: -10px;
}

.view-category .addtocart-area {display:none;}

div.vm-details-button a {
    border-radius: 2rem;
}

.category-view .row .category .spacer h2 {
    /*background-color: #F9F7F6;*/
}

.itemid-141 .category-view .row .category .spacer h2 {
    background-color: transparent;
}

 

#g-navigation.g-headroom.headroom--not-top .g-logo img {
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    max-height: 45px !important;
}


/* pagina prodotti - menu principale */

@media only all and (min-width: 769px) {

  .itemid-127 .vm-categories-wall-img {
    margin-top: 20px;
    /*width: 45px;*/
    float: none;
    display: initial;
  }

}

/* ----------- titoli articoli ----------- */

.page-header h2  {    
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.15;
    
}



@media only all and (max-width: 47.938rem) {
.page-header h2 {
    font-size: 2rem;
}
}

@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
.page-header h2 {
    font-size: 2.5rem;
}
}

@media only all and (max-width: 74.938rem) and (min-width: 60rem) {
.page-header h2 {
    font-size: 2.75rem;
}
}


/* --------------- DIRECTORY JBD ------------------ */

#companies-search * {
    box-sizing: border-box;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


/* --- bottone chiedi prezzo --- */

.chiedi-prezzo a {
    display: inline-block;
    width: 67px;
    text-align: right;
    font-size: 0.8rem;
    text-transform: uppercase;
}

@media only all and (max-width: 29.938rem) {
	.category-view h1 {
		text-align:center;
	}
	.category-view h4 {
		margin:0px 0 20px;
		border:none;
	}
	.category-view h4:before{
		content:"";
		display:block;
		width:50px;
		height:2px;
		background-color:#c7d09d;
		margin:auto;
	}
	.products-view {margin:0 -15px;}
	.products-view div[class*="vm-col-"] {
		border-bottom:1px solid #e2e6d2;
		padding:10px 0 0;
	}
	.products-view .horizontal-separator {display:none;}
	.view-category .vm-product-media-container, .products-view .vm-product-media-container {
		width: 40% !important;
		float:left;
	}
	.view-category .vm-product-descr-container-1, .vm-product-descr-container-0, .vm3pr-0  {
		float:right;
		width:60% !important;
		text-align:left;
	}
	.view-category .vm-product-descr-container-1, .vm-product-descr-container-0 {
		padding:10px;
	}
	.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2 {
	  text-align:left;
	}
	div.vm-details-button {
	  float:right; 
	  width:60% !important;
	  margin:0px 0px 15px;
	  text-align: left;
	  padding-left: 5px;
	}
	div.vm-details-button a {
		text-align:left;
		letter-spacing: 0px;
		margin:0;
		max-width:100%;
		padding: 1px 11px;
	}
	/*--------------- evita prodotti troppo alti tipo bottiglie -------------------*/
	.products-view .browseProductImage {
		max-height:200px;
	}
	/*---------------*/
	.vm-pagination {
		border-top:none;
	}
	.vm-pagination ul {
		margin-left: 0;
		display: block;
	}
	.vm-pagination ul li {
		float: left;
	}
	.vm-page-counter {
		clear: both;
	}


	.vm3pr-2 {
    		display: inline-block;
		float: right;
    		width: 60% !important;
    		text-align: left;
    		padding-left: 12px;
	}

	.view-category .product-price {
    		
    		text-align: left !important;
	}

	.profile-link-right {
    		float: none !important;
    		/* margin: auto; */
    		text-align: left;
    		margin-top: -21px;
    		margin-bottom: 6px;
    		border-bottom: 1px dotted #526d3b;
    		padding-bottom: 3px !important;
	}


}

/* -------- VP One Page Checkout ------------- */

/*
#ProOPC, #ProOPC span, #ProOPC div, #ProOPC p, #ProOPC input, #ProOPC select, #ProOPC button, #ProOPC h1, .proopc-finalpage h3, .proopc-finalpage h2, .proopc-finalpage h1, .proopc-finalpage h4, .proopc-register-login h3, .proopc-register-login h2, .proopc-register-login h4, .proopc-register-login h1 {
    font-family: "Open Sans" !important;
}
*/

#ProOPC, #ProOPC div, #ProOPC p, #ProOPC input, #ProOPC select, #ProOPC button, #ProOPC h1, .proopc-finalpage h3, .proopc-finalpage h2, .proopc-finalpage h1, .proopc-finalpage h4, .proopc-register-login h3, .proopc-register-login h2, .proopc-register-login h4, .proopc-register-login h1 {
    font-family: "Open Sans" !important;
}


.proopc-register-login .proopc-switch, .proopc-bt-address label, .proopc-st-address label {
    font-size: 13px !important;
    font-family: "Open Sans" !important;
}

#ProOPC, #ProOPC span, #ProOPC div, #ProOPC p, #ProOPC input, #ProOPC select, #ProOPC button {
    font-size: 13px !important;
}

#ProOPC .cart-page-title, #ProOPC .cart-page-title span {
    font-size: 20px !important;
}

button#proopc-order-submit {
    font-size: 1rem !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

/* ---------- bottone richiesta - pagina prodotto ---- */

a.ask-a-question {
    border-radius: 3px !important;
    background: #ffff !important;
    color: #749247 !important;
    font-size: 0.9rem !important;
    font-weight: bold;
    text-transform: uppercase;
    border: #749247 2px solid !important;
    padding: 4px 16px;
    margin-top:20px;
    width:334px;
    max-width:100%;
    text-align:center; 
}

@media only all and (max-width: 29.938rem) {
   a.ask-a-question {
       width:300px;    
  }
}

/* ------ header produttori ---- */

.header-produttori {
	background-color: rgba(255,255,255,0.85);
    padding: 22px 0px;
margin-right: -12px;
    margin-left: -12px;
    
}



@media only all and (min-width: 1024px) {
	.header-produttori {
    		position: absolute;
    		width: 100%;
    		left: 0px;
	}
}


@media only all and (min-width: 768px) {
	.itemid-128 .cf-form-search, .itemid-127 .cf-form-search {
		margin-top:8rem;
    
	}
}

/* --- Breezing forms --- */

.bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
    max-width: 100% !important;
}

button#bfSubmitButton {
    float: none !important;
    padding: .5rem 1.5rem;
    letter-spacing: 1px;
    font-size: 1rem;
}

.form-actions {
    margin-top: 0px;
    text-align:center;
}

div.bfClearfix > div > span {
    display: none;
}

div#bd_results > div > span {
    display: none;
}

iframe { border: 0px; }

input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #333;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    
    background-color: #efefef;
}

.itemid-200 textarea, .itemid-200 input {
    
    background-color: #ffffff;
}

.itemid-200 button.bfSubmitButton {
    background: #ef4a44;
    color: #ffffff !important;
    border-color: #ffffff;

}

.cookiecontent p {
    font-size: .9rem !important;
    margin: 0px !important;    
}

div[itemprop="articleBody"] h2 {
    font-size: 32px;
    line-height: 42px;
    margin: 30px 0px 16px;
}

@media only all and (min-width: 1200px) {
    .page-header h2 {
         margin: 38px 0px 16px;
    }

    div[itemprop="articleBody"] h3 {

	font-size: 26px;

	line-height: 32px;

	margin: 30px 0px 10px;

    
	font-family: playfair display;
    
    }

}

div[itemprop="articleBody"] h3 {
  text-transform: none;
}
