/*
    Theme Name: AquaNobilis
    Text Domain: goblank
    Description: AquaNobilis Wp Theme
    Author: Dry Studio
    Author URI: www.drystudio.it
 */
/*----------------------- CSS RESET  ---------------------*/
/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.otgs-development-site-front-end{
	display:none !important;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	scroll-behavior: smooth;
}
html, body {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing: grayscale;
	font-family: 'Optima', sans-serif;
	line-height: 1;
	font-size: 20px;
	color:#121212;
}
a{color: #121212;}
a:hover{color: #555;}
strong,b,.optima_bold{
	font-family: 'Optima', sans-serif;
	font-weight: bold;
}
::-webkit-input-placeholder {
	opacity:1;
	color:#666;
	font-family: 'Optima', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
	opacity:1;
	color:#666;
	font-family: 'Optima', sans-serif;
}
::-moz-placeholder {  /* Firefox 19+ */
	opacity:1;
	color:#666;
	font-family: 'Optima', sans-serif;
}
:-ms-input-placeholder {
	opacity:1;
	color:#666;
	font-family: 'Optima', sans-serif;
}
h1, .h1, h2, .h2, h3, .h3{margin-top:0;}
p{margin-bottom: 16px;}

a{
	text-decoration: none;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1401px) {
	.container {
		width: 1400px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}


h1, .h1{font-size:40px; line-height:48px; margin-bottom:20px;}
h2, .h2 {
	font-size: 33px;
	line-height: 40px;
	margin-bottom: 20px;
}
h3, .h3{font-size:26px; line-height:30px; margin-bottom:15px;font-weight: bold;}
h4, .h4{font-size:20px; line-height:25px; margin-bottom:10px;font-weight: bold;}
p, .menu li, .wpb_column ul:not(.menu) > li, .wpb_column ol > li {
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 15px;
}
.menu li{
	margin: 0;
	line-height:1.1;
}
.big_txt p, .wpb_column .big_txt ul li {
	font-size: 24px;
	line-height: 32px;
}
.gb_vc_citazione p{
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 28px;
	line-height: 36px;
}
.gb_vc_citazione p{
	position:relative;
}
.gb_vc_citazione .autore {
	text-align: right;
	font-style: italic;
	margin: 10px 0 0 0;
}
small{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 1px;
}

textarea:focus, input:focus{
	outline: none !important;
}
a:hover, a:focus, a:active{color:inherit; text-decoration:none; outline:0;}
img{max-width:100%; height:auto;}
em,i{font-style:italic;}
blockquote {
	padding: 15px 0 15px 25px;
	border-left: solid 5px #000;
	font-style: italic;
	font-weight: 500;
	margin: 20px 30px 30px 0;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}


/* VC Generics */
body{
	background: #eee5da;
}
.main-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 2561px;
	background: #eee5da;
}
#mainw{
	padding: 0 15px;
}
.flex_row, .prefooter .vca_with_columns .wpb_wrapper, .vca_cta_box.has_thumb, .vca_flex_invert_cols {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.vca-container > .vc_column_container{
	max-width: 1200px;
	margin: 0 auto;
	float: none;
}
.vca-container .gb_vc_titolo,
.vca-container .wpb_text_column.wpb_content_element, .vca-container .gb_vc_citazione, .vca-container .gb_vc_btn_wrap {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.page_standard{
	margin: 50px 0 75px;
}
.gb_vc_citazione, .vca-container .gb_vc_citazione {
	max-width: 900px;
	padding: 50px 25px;
	margin: 70px auto;
	border-top: 1px solid #8f8f8d;
	border-bottom: 1px solid #8f8f8d;
}

.testo_bianco *{
	color: #fff;
}
#content .vc_row-has-fill > .vc_column_container > .vc_column-inner,
#content .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner{
	padding-top: 0; /* reset default padding */
}
.vca_flex_invert_cols{
	flex-direction: row-reverse;
}
.vca_flex_invert_cols .vc_column_container{}

/* header */
#topmsg {
	width: 100%;
	text-align: center;
	padding: 8px 15px;
	background: #121212;
	border-bottom: 1px solid #121212;
}
.a_fixed #topmsg {
	position: sticky;
	top: 0;
	left: 0;
	right:0;
	z-index: 2001;
	-webkit-transition: top 0.99s;
	-moz-transition: top 0.99s;
	transition: top 0.99s;
}
.body_stuck_go.a_fixed #topmsg {
	top: -40px;
}
.a_fixed #site-masthead{
	position: sticky;
	top: 37px; /* ALTEZZA #topmsg */
	left: 0;
	right:0;
	background: #eee5da;
	z-index: 2000;
}
#topmsg p, #topmsg a {
	font-style: italic;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #eee5da;
}
#topmsg button {
	display:none;
	padding: 0;
	position: absolute;
	right: 18px;
	top: 7px;
	border: none;
	background: none;
	font-size: 23px;
	color: #fff;
	cursor: pointer;
}

#site-masthead {
	width: 100%;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;
	background: transparent;
	padding: 15px 50px 10px 50px;
	margin-bottom: 0;
}
.head_trasp #site-masthead {
	z-index: 1000;
	position: absolute;
	background: transparent;
	margin-bottom: 0;
}
#site-masthead .flex_row.high {
	align-items: start;
	margin-bottom: 0;
}
#site-masthead.stuck{
	background: #eee5da;
	position: sticky;
	z-index: 1000;
	top: -300px;
	padding: 5px 50px 10px 50px;
}
#site-masthead.stuck_go{
	position: sticky;
	top: 0;
}

#logo{
	width: 50%;
}
#lion, #right{
	width: 25%;
}
#lion img{
	max-width: 100%;
	width: 90px;
}
.stuck_go #lion img {
	width: 90px;
}
#logo{
	text-align: center;
}
#logo a, #logo img{display: inline-block;}
#logo img {
	max-width: 300px;
}
.stuck_go #logo img {
	max-width: 300px;
}
#lion img{
	-webkit-transition: width 0.9s;
	-moz-transition: width 0.9s;
	transition: width 0.9s;
}

#right{
	text-align: right;
}

#menu{
	margin: 10px 0 0 0;
}
.stuck #menu {
	margin: 10px 0 0 0;
}
#menu li{
	display: inline-block;
	margin: 0 50px 0 0;
	position: relative;
}
#menu ul li a::before {
	position: absolute;
	height: 1px;
	width: 0;
	bottom: -5px;
	left: 50%;
	background: #121212;
	content: ' ';
	-webkit-transition: width 0.3s, left 0.3s;
	-moz-transition: width 0.3s, left 0.3s;
	transition: width 0.3s, left 0.3s;
}
#menu ul li a:hover::before, #menu ul li a.active:before {
	width: 100%;
	left: 0;
}
#menu li:last-child{
	margin: 0;
}
#menu li a, #lang a, #hcart a, #hcart .xoo-wsc-sc-bkcont {
	color: #121212;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;
}
#lang a, #hcart a, #hcart .xoo-wsc-sc-bkcont, #hcart .xoo-wsc-sc-bkcont span, .login_link span {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
}
.home #menu li.an_home{
	display: none;
}

#hcart {
	padding: 30px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: right;
}
#hcart a {
	display: block;
	padding: 0;
}
#hcart a.login_link {
	margin: 0 20px 0 0;
}
#hcart a i{
	position: relative;
	top: 1px;
}
#hcart .xoo-wsc-sc-bki {
	font-size: 13px;
}
#hcart .xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
	justify-content: flex-end;
}



/* titles */
.gb_vc_titolo{
	margin-bottom: 30px;
}
.gb_vc_titolo.cx, .gb_vc_titolo_wrapper.cx{
	text-align: center;
}
.gb_vc_titolo.dx{
	text-align: right;
}
.gb_vc_titolo .title, .page-title-404{
	margin: 0;
}
.gb_vc_titolo.white .title, .gb_vc_titolo.white .subtitle, .gb_vc_btn_white a{
	color: #eee5da;
}
.gb_vc_titolo.standard .title, .pprod_box .title, .vca_newsletter_row h4 {
	font-size: 43px;
	line-height: 48px;
	font-weight: normal;
}
.gb_vc_titolo.mini {
	margin: 0 0 25px 0;
}
.gb_vc_titolo.mini .title {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
}
.gb_vc_titolo.ggg .title {
	font-size: 50px;
	line-height: 53px;
}
@media screen and (max-width: 1930px) and (min-width: 831px) {
	.home .gb_vc_titolo.ggg .title {
		font-size: 44px;
		line-height: 47px;
	}
}

.gb_vc_titolo .subtitle {
	margin: 20px 0 0 0;
	font-style: italic;
}
.gb_vc_titolo.ggg .subtitle {
	margin: 27px 0 0 0;
	font-size: 28px;
	line-height: 32px;
}
.gb_vc_titolo.standard .subtitle, .pprod_desc p, .pprod_cta a {
	font-size: 22px;
	line-height: 27px;
}
.gb_vc_titolo .sep{
	width: 15%;
	height: 1px;
	background: #000;
	-webkit-transition: width 1.8s ease;
	-moz-transition: width 1.8s ease;
	transition: width 1.8s ease;
}
.gb_vc_titolo.start_animation .sep{
	width: 100%;
}


/* buttons */
a.und, .wpb_text_column a, .gform_wrapper.gravity-theme .gfield_checkbox label a, .re_cta a{
	text-decoration: underline;
}
a.und:hover, .wpb_text_column a:hover, .vc_postbox p.post_exc a:hover, .gform_wrapper.gravity-theme .gfield_checkbox label a:hover, .vc_txt_col a:hover, .re_cta a:hover{
	text-decoration: none;
}
.gb_vc_btn_wrap{
	margin-bottom: 25px;
}
.gb_vc_btn_align_sx{}
.gb_vc_btn_align_dx{
	text-align: right;
}
.gb_vc_btn_align_cx{
	text-align: center;
}
.xoo-wsc-sl-apply-coupon .xoo-wsc-btn, .xoo-wsc-empty-cart .xoo-wsc-btn,
.woocommerce #respond input#submit, .woocommerce a.button:not(.xoo-wsc-btn), .woocommerce button.button, .woocommerce input.button, .woocommerce a.button.alt.checkout-button,
.gb_vc_btn_full a, .gb_vc_btn_border a, .woocommerce #payment #place_order {
	text-transform: uppercase;
	display: inline-block;
	padding: 16px 28px 15px 28px;
	border: 1px solid transparent;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	cursor: pointer;
}
.woocommerce div.product.woo_prod_wrap form.cart .button, .single-product .woocommerce-message .button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.gb_vc_btn_full.gb_vc_btn_black .gb-default-btn,
.xoo-wsc-modal a.button.xoo-wsc-ft-btn-checkout, .xoo-wsc-sl-apply-coupon .xoo-wsc-btn, .xoo-wsc-empty-cart .xoo-wsc-btn,
.woocommerce a.button.alt.checkout-button, .woocommerce #payment #place_order{
	background: #121212;
	color: #eee5da;
	text-transform: uppercase;
}
.xoo-wsc-sl-apply-coupon .xoo-wsc-btn:hover, .xoo-wsc-empty-cart .xoo-wsc-btn:hover,
.woocommerce div.product.woo_prod_wrap form.cart .button:hover, .single-product .woocommerce-message .button:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.gb_vc_btn_full.gb_vc_btn_black .gb-default-btn:hover, .xoo-wsc-modal a.button.xoo-wsc-ft-btn-checkout:hover,
.woocommerce a.button.alt.checkout-button:hover, .woocommerce #payment #place_order:hover{
	background: #121212;
	color: #eee5da;
	opacity: 0.5;
}
.gb_vc_btn_full.gb_vc_btn_white .gb-default-btn, .an_klaviyo form button{
	background: #eee5da !important;
	color: #121212 !important;
}
.gb_vc_btn_full.gb_vc_btn_white .gb-default-btn:hover, .an_klaviyo form button:hover{
	background: #121212 !important;
	color: #eee5da !important;
	/*opacity: 0.5;*/
}
.gb_vc_btn_border.gb_vc_btn_white .gb-default-btn{
	background: transparent;
	color: #eee5da;
	border: 1px solid #eee5da;
}
.gb_vc_btn_border.gb_vc_btn_white .gb-default-btn:hover{
	/*background: #121212;
	color: #eee5da;*/
	opacity: 0.5;
}
.woocommerce .cart .actions .coupon .button,
.gb_vc_btn_border.gb_vc_btn_black .gb-default-btn, .xoo-wsc-modal a.button.xoo-wsc-ft-btn-continue{
	background: transparent;
	color: #121212;
	border: 1px solid #121212;
	text-transform: uppercase;
}
.woocommerce .cart .actions button[type="submit"]:hover,
.gb_vc_btn_border.gb_vc_btn_black .gb-default-btn:hover, .xoo-wsc-modal a.button.xoo-wsc-ft-btn-continue:hover{
	/*background: #121212;
	color: #eee5da;*/
	opacity: 0.5;
}



.wpb_column ul:not(.menu){list-style:outside disc; margin-left:45px; margin-bottom:25px;}
.wpb_column ol{margin-left:45px; margin-bottom:15px;list-style: decimal-leading-zero;}
.wpb_column ul:not(.slick-dots,.menu) > li, .wpb_column ol > li{padding:4px 0; margin: 0 !important;}
.divider{height: 1px; clear: both;}
.divider.divider_line{border-bottom: 1px solid #ddd;}
.gb_vc_vertical_sep{display: block; overflow: hidden;}
.sep_white{background: #fff;height:1px;}
.wpb_text_column .sep_20:last-child, .sep_20{margin-top: 10px; margin-bottom: 10px;}
.wpb_text_column .sep_30:last-child, .sep_30{margin-top: 15px; margin-bottom: 15px;}
.wpb_text_column .sep_40:last-child, .sep_40{margin-top: 20px !important; margin-bottom: 20px !important;}
.wpb_text_column .sep_60:last-child, .sep_60{margin-top: 30px; margin-bottom: 30px;}
.wpb_text_column .sep_80:last-child, .sep_80{margin-top: 40px !important; margin-bottom: 40px;}
.wpb_text_column .sep_100:last-child, .sep_100{margin-top: 50px; margin-bottom: 50px;}
img{max-width:100%; height:auto;}
img.alignleft{float: left; margin-right: 15px; margin-bottom: 20px;}
img.alignright{float: right; margin-left: 15px; margin-bottom: 20px;}
img.aligncenter{margin: 30px auto; display: block;}

body.logged-in.admin-bar #site-masthead.stuck{
	margin-top: 32px !important;
}
.vc_white_txt *{
	color: #eee5da;
}
.vc_big_txt p, .wpb_column .vc_big_txt ul li, .an_klaviyo form p span {
	font-size: 32px;
	line-height: 35px;
	font-weight: normal;
}
/* CUSTOM PROJECT */
.an_klaviyo{min-height:300px;}
.vca_sfondo_black{
	background:#121212;
}
.vca_sfondo_verde{
	background:#eee5da;
}
.vca_sfondo_brown{
	background: #9e8f7c;
}

.vca_sfondo_black .gb_icon div, .vca_sfondo_black .gb_icon em {
	color:#eee5da;
}
.gb_icon_text_title {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	display: block;
	font-size: 18px;
	line-height: 19px;
}
.gb_icon_text {
	display: block;
	font-size: 16px;
	line-height: 18px;
}

.vca_plus_row{
	flex-wrap: wrap;
	display: flex;
	border-bottom: 1px solid #eee5da;
	border-top: 1px solid #eee5da;
}
.vca_plus_row .vc_col-sm-4:nth-child(2){
	border-left: 1px solid #eee5da;
	border-right: 1px solid #eee5da;
}
.vca_plus_row .gb_icon{
	text-align: center;
	padding: 40px 50px 40px 50px;
}
.vca_wide_text .wpb_text_column {
	padding: 40px 50px;
	margin: 0;
}
.vca_wide_text > .vc_col-sm-12 > .vc_column-inner{
	padding-top: 10px;
	padding-bottom: 20px;
}
.vca_cta_text > .vc_col-sm-12 > .vc_column-inner{
	padding: 65px 50px 60px 50px;
}
.vca_cta_text_inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.vca_cta_text_inner .vc_big_txt p{
	font-size: 38px;
	line-height: 42px;
}
.vca_cta_text_inner .wpb_text_column, .vca_cta_text_inner .gb_vc_btn_wrap{margin: 0;}
.vca_cta_text_inner .wpb_text_column{margin-right: 55px;}
.vca_cta_text_inner .vc_col-sm-6{
	width: auto;
}

.vca_intro_home {
	max-height: 1080px;
	overflow: hidden;
	height: calc(100vh - 155px);
	min-height: 500px !important;
}
.vca_intro_home .wpb_wrapper{
	padding: 15px 50px;
}
.vca_intro_home .gb_vc_titolo.mini {
	margin: 0 0 15px 0;
}
.vca_intro_home .gb_vc_titolo.ggg {
	margin-bottom: 45px;
}
.vca_intro_home .gb_vc_titolo.ggg .title {
	font-style: italic;
}
.vca_intro_home .gb_vc_titolo.ggg .subtitle {
	font-style: normal;
	font-size: 24px;
	line-height: 28px;
}
.vca_intro_home .vc_column_container.vc_col-sm-12::before {
	background: transparent url("img/home_lion_dx.svg") no-repeat bottom left;
	background-size: 300px 506px;
	height: 506px;
	width: 300px;
	max-width: 100%;
	position: absolute;
	right: -150px;
	top: 50%;
	content: " ";
	margin-top: -253px;
}

.pprod_box{
	padding: 150px 50px;
}
.pprod_box .title{

}
.pprod_cta{
	text-align: center;
	margin: 0 0 25px 0;
}
.pprod_cta a:hover{color:#fff;}
.pprod_desc {
	text-align: center;
	margin: 0 auto;
	max-width: 500px;
}
.pprod_desc p:empty{display: none;}
.pprod_desc p{margin: 0}
.pprod_price{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.pprod_formato{
	margin-right: 20px;
}
.woocommerce-Price-currencySymbol{
	font-weight: normal !important;
}
.pprod_add_to_cart {
	text-align: center;
	margin: 35px 0 0 0;
}

.vca_products_list_row .gb_vc_titolo.standard {
	margin-bottom: 70px;
}
.vca_products_list_row .wpb_wrapper{
	padding-top: 75px;
	padding-bottom: 75px;
}

.vca_piramidi_row > .vc_col-sm-12 > .vc_column-inner{
	padding: 40px 75px 25px;
}
.vca_piramidi_row{
	z-index: 2;
	position: relative;
}
.vca_piramidi_inner{
	display: flex;
	justify-content: center;
}
.vca_piramidi_inner .vca_piramidi_col {
	width: 100%;
	max-width: 1300px;
}
.vca_piramidi_inner .aqnpiramid {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}

.vca_piramidi_inner .vca_piramidi_col .wpb_wrapper{
	display: flex;
	flex-wrap: wrap;
}
.vca_piramidi_inner .wpb_text_column ul{
	list-style: none;
	margin: 0;
}
.vca_piramidi_inner .wpb_text_column, .vca_piramidi_inner .wpb_text_column p, .vca_piramidi_inner .wpb_column .wpb_text_column li{
	font-size: 24px;
	padding: 0;
	line-height: 30px;
}
.aqnpiramidimg img{
	display: block;
	width: 100%;
}
.aqnpiramidimg, .aqnpiramidtxt{
	width: 260px;
}
.aqnpiramidtxt p {
	text-transform: uppercase;
	text-align: center;
	padding: 15px 10px 0;
	font-size: 16px;
	line-height: 19px;
}

.vca_faq_row {
	border-bottom: 1px solid #9e8f7c;
	background: #9e8f7c;
}
.vca_faq_row *, .vca_kit_row_sproduct *{
	color:#eee5da;
}
.vca_faq_title_col .gb_vc_titolo{
	margin: 130px 0 0;
}
.vca_faq_acco_col > .vc_column-inner{
	border-left: 1px solid #eee5da;
	padding-left: 0;
	padding-right: 0;
}
.vca_faq_acco_col .vca_accordion{
	margin: 50px 0 0 0;
}

.vca_related_row{
	padding-top: 75px;
	padding-bottom: 75px;
}

.vca_cart_row{
	padding-top: 75px;
	padding-bottom: 0;
}

.vca_video_row {
	height: calc(100vh - 100px);
}
.vca_video_row .video-controls{
	opacity:0;
}
.vca_kit_row_obscured > .vc_col-sm-12:after{
	content: " ";
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	position:absolute;
	z-index: -1;
}
.vca_kit_row_obscured *{
	z-index: 2;
}

.vca_newsletter_row {
	background: #9e8f7c url("img/newsletter_sx.png") no-repeat bottom left;
	background-size: 474px 550px;
	height: 100%;
}
.vca_newsletter_row > .vc_column_container.vc_col-sm-12{
	background: url("img/newsletter_dx.png") no-repeat bottom right;
	background-size: 500px 483px;
	min-height: 555px; /* altezza sx img bg */
}
/* High-resolution screens (Retina, etc.) */
@media only screen and (min-resolution: 192dpi), only screen and (min-device-pixel-ratio: 2) {
	.vca_newsletter_row {
		background: #9e8f7c url("img/newsletter_sx_2x.png") no-repeat bottom left;
		background-size: 474px 550px;
	}
	.vca_newsletter_row > .vc_column_container.vc_col-sm-12{
		background: url("img/newsletter_dx_2x.png") no-repeat bottom right;
		background-size: 500px 483px;
	}
}
.vca_newsletter_row > .vc_column_container.vc_col-sm-12 > .vc_column-inner {
	padding-top: 120px;
	padding-bottom: 75px;
}
.vca_newsletter_row h4 {
	font-size: 35px;
	line-height: 40px;
	margin: 0;
}
.vca_newsletter_row h4, .vca_newsletter_row p, .vca_newsletter_row .gb_vc_titolo .title {
	color: #eee5da;
}
.vca_inner_newsletter_col > .vc_column-inner{
	max-width: 580px;
	margin: 0 auto;
}
.vca_inner_newsletter_col form{
	overflow: hidden;
}

.vca_images_slider {
	padding-top: 75px;
	padding-bottom: 45px;
}
.vca_images_slider .vc_column_container .vc_column-inner{
	padding-left: 0;
	padding-right: 0;
}
.vca_images_slider .vc_item{
	margin-right: 35px;
}

.pf_imgs_gallery_wrapper {
	overflow: hidden;
	align-items: baseline;
	position: relative;
	display: flex;
}
.pf_imgs_gallery{
	width: 100%;
	min-width: 100%;
	white-space: nowrap;
	animation: imgs_gallerymove 20s linear infinite;
}
.pf_imgs_gallery img {
	width: 270px;
	display: inline-block;
	padding: 0 20px 0 0;
}
.paused, .paused .pf_imgs_gallery {
	animation-play-state: paused;
}

@keyframes imgs_gallerymove {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}

/*  testimonials START */
.vca_recensioni_row{
	padding-top: 75px;
}
.single-product .vca_recensioni_row {
	border-top: 1px solid #9d8f7c;
}
.vca_recensioni_row .gb_vc_titolo .subtitle {
	margin: 5px 0 0 0;
}
.gb_vc_testimonials_slider{
	max-width: 1200px;
	margin: 60px auto 75px;
}
.gb_vc_testimonials_slider .titemslide{
	text-align: center;
	padding: 0 70px;
}
.gb_vc_testimonials_slider .tcomm p {
	font-size: 20px;
	line-height: 26px;
	font-style: italic;
}
.gb_vc_testimonials_slider .tstars{
	margin: 0 0 7px 0; /* old */
}
.gb_vc_testimonials_slider .tstars {
	margin: 0 0 0 25px;
	display: inline-block;
}
.gb_vc_testimonials_slider .ticon {
	display: inline-block;
	font-size: 15px;
}
.gb_vc_testimonials_slider .ticon .nricon-email-cst {
	position: relative;
	top: 1px;
}
.gb_vc_testimonials_slider .tname {
	display: inline-block;
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 0 5px;
}
.gb_vc_testimonials_slider .slick-prev::before, .gb_vc_testimonials_slider .slick-next::before,
.gb_vc_testimonials_slider, .gb_vc_testimonials_slider *{
	color:#eee5da;
}
/*.single-product .gb_vc_testimonials_slider .slick-prev::before,  .single-product .gb_vc_testimonials_slider .slick-next::before,
.single-product .gb_vc_testimonials_slider, .single-product .gb_vc_testimonials_slider *{
	color: #9d8f7c;
}*/
.wooshowfullreview .wooreadmoredots, .wooshowfullreview .wooreadmore, .hiddenreadmore{
	display: none;
}
.wooshowfullreview .hiddenreadmore{
	display: inline;
}
.gb_vc_btn_wrap_testimonials{
	margin: 30px 0 0 0;
}
.re_cta {
	margin: 12px 0 0 0;
	text-align: center;
}
.re_cta .tstars {
	display: inline-block;
	position: relative;
	top: 3px;
}
.re_cta a {
	font-size: 15px;
	line-height: 17px;
}
/*  testimonials END */

/* footer */
#footer-wrapper {
	padding: 0;
	background: none;
}
.footerwrap {
	padding: 0 15px;
	background: url("img/footer_bg_v2.png") no-repeat bottom right;
	background-size: contain;
}
.vca_contacts_footer_row{
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
	/*align-items: end;*/
}
.vca_contacts_footer_row p, .vca_contacts_footer_row a, .vca_contacts_footer_row .menu li {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0;
}
.vca_contacts_footer_row .gb_vc_titolo.mini .title{
	font-size: 15px;
	line-height: 16px;
}
.vca_footlogo_sx_col{
	width: 50%;
}
.vca_footlogo_sx_col img {
	width: 100%;
	padding-right: 75px;
	position: relative;
	top: 30px;
	padding-left: 25px;  /* same as #footer_copy */
}
.vca_footlogo_sx_col .wpb_content_element, .vca_footlogo_dx_col .wpb_content_element{
	margin: 0;
}
.vca_footlogo_dx_col {
	width: 18%;
	text-align: right;
}
.vca_footlogo_dx_col img {
	width: 215px;
	padding-right: 25px;
	position: relative;
	top: -30px;
}
#footer .spacerline, #footer .spacerline *{
	color:#eee5da;
}
.vca_footmenu_one_col {width: 10%;}
.vca_footmenu_one_col .gb_vc_titolo .title{opacity: 0}
.vca_footmenu_two_col {width: 8%;}
.vca_footmenu_tre_col {width: 14%;}

.vca_contacts_footer_row .wpb_content_element{
	margin: 0;
}
.vca_contacts_footer_row .wpb_content_element.vca_menu_footer{
	margin-bottom: 15px;
}
#footer_copy {
	padding-bottom: 20px;
	padding-top: 500px;
	padding-left: 35px; /* same as .vca_footlogo_sx_col img */
}
@media (min-width: 2000px) {
	#footer_copy {
		padding-top: 650px;
	}
}
#footer_copy a:hover{
	text-decoration: underline;
}
#footer #credits, #footer #credits span, #footer #credits a, #footer #copyright, #footer #copyright a {
	font-size: 12px;
	line-height: 14px;
}

/* BREVO FORM NEWSLETTER - BEGIN */
/* CARICA ANCHE sibforms.com/forms/end-form/build/sib-styles.css LAZY LOAD */
.an_sib_form{
	text-align: center;
	background: #9e8f7c;
}
#sib-container .entry__field {
	border: none !important;
	background: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
	outline: none;
}
.sib-form.an_sib_form .entry__field:focus-within {
	box-shadow: none;
}
#sib-container input:-ms-input-placeholder {
	text-align: left;
	color: #121212;
}
#sib-container input {
	background: #9e8f7c !important;
	border: none !important;
	border-bottom: 1px solid #121212 !important;
	outline:none;
}
#sib-container input:focus {
	border: 1px solid #121212 !important;
	outline:none;
}

#sib-container .sib-form-block__button-with-loader {
	border-radius: 0 !important;
	border: none !important;
	text-transform: uppercase;
	font-size: 16px !important;
	line-height: 16px !important;
	padding: 5px 20px !important;
	margin: 12px 0 0 0;
	background: #eee5da !important;
	color: #121212 !important;
	font-family: 'Optima', sans-serif !important;
}
/* BREVO FORM NEWSLETTER - END */

@media (min-height: 800px) {
	.vca_intro_home .wpb_wrapper {
		margin-top: -75px;
	}
}


@media (max-width: 1700px) {
	.vca_footlogo_sx_col {
		width: 40%;
	}
	.vca_footmenu_tre_col {
		width: 19%;
	}
	.vca_footmenu_one_col {
		width: 13%;
	}
	.vca_footmenu_two_col {
		width: 10%;
	}
	.vca_footlogo_sx_col img {
		padding-right: 50px;
	}
	#footer_copy {
		padding-top: 400px;
	}
}
@media (max-width: 1439px) {
	.aqnpiramidimg, .aqnpiramidtxt {
		width: 200px;
	}
}
@media (max-width: 1490px) {
	#menu li.an_home{
		display: none;
	}
}

@media (max-width: 1290px) {
	#menu li {
		margin: 0 30px 0 0;
	}

	#footer_copy {
		padding-top: 320px;
	}
	.vca_footmenu_tre_col {
		width: 19%;
	}
	.vca_footmenu_one_col {
		width: 13%;
	}
	.vca_footmenu_two_col {
		width: 10%;
	}
}

@media (max-width: 1270px) {
	.vca_cta_text_inner .vc_col-sm-6 {
		width: 100%;
		text-align: center;
	}
	.vca_cta_text_inner .wpb_text_column {
		margin-right: 0;
		margin-bottom: 25px;
	}


	.vca_newsletter_row > .vc_column_container.vc_col-sm-12 {
		background-size: 400px 383px;
		min-height: 480px;
	}
	.vca_newsletter_row {
		background-size: 374px 450px;
	}

	.vca_footlogo_sx_col {
		margin-bottom: 25px;
		width: 100%;
	}
	.vca_contacts_footer_row {
		padding-top: 0;
	}
	.vca_footmenu_one_col .gb_vc_titolo .title {
		opacity: 1;
	}
	.vca_footlogo_sx_col img {
		top:0;
		padding-right: 20%;
		padding-left: 20%;
	}
	.vca_footmenu_tre_col {
		width: 29%;
	}
	.vca_footmenu_one_col {
		width: 21%;
		margin-left: 2%;
	}
	.vca_footmenu_two_col {
		width: 20%;
	}
	.vca_footlogo_dx_col {
		width: 26%;
		margin-right: 2%;
	}
	.vca_footlogo_dx_col img {
		width: 115px;
		padding-right: 0;
		top: 0;
	}
}

@media (max-width: 1130px) {
	#menu li {
		margin: 0 20px 0 0;
	}
	#menu li a{
		position: relative;
		font-size: 13px;
		line-height: 13px;
	}
}

@media (max-width: 1081px) { /* pre-ipad pro */
	#site-masthead {
		padding: 15px 20px 10px 20px;
	}
	#site-masthead.stuck {
		padding: 5px 20px 5px 20px;
	}
	#logo img {
		max-width: 300px;
	}
	#menu {
		margin: 25px 0 0 0;
	}
	.login_link span, .xoo-cart-head-label{
		display: none;
	}
	#hcart a i {
		font-size: 25px;
		top: -1px;
	}
	#hcart .xoo-wsc-sc-bkcont span.xoo-wsc-sc-bki {
		font-size: 20px;
	}

	#logo {
		width: 70%;
	}
	#lion, #right {
		width: 15%;
	}
	#lion img {
		width: 100px;
	}

	.vca_plus_row .gb_icon {
		padding: 40px 30px 40px 30px;
	}

	.vca_newsletter_row > .vc_column_container.vc_col-sm-12 {
		min-height: 350px;
		background-size: 300px 283px;
	}
	.vca_newsletter_row {
		background-size: 274px 350px;
	}

	.vca_piramidi_inner .vca_piramidi_col, .vca_piramidi_inner .vca_piramidi_txt_col {
		width: 100%;
		float: none;
	}
	.vca_piramidi_inner .vca_piramidi_col{
		margin-bottom: 50px;
	}

	.vca_intro_home .vc_column_container.vc_col-sm-12:before {
		content: none;
	}
}

@media (max-width: 830px) { /* pre ipad */
	.gb_icon_text_title {
		font-size: 16px;
		line-height: 17px;
	}
	.gb_icon_text {
		font-size: 14px;
		line-height: 16px;
	}
	.vc_big_txt p, .wpb_column .vc_big_txt ul li, .an_klaviyo form p span {
		font-size: 27px;
		line-height: 30px;
	}
	.vca_cta_text_inner .vc_big_txt p, .vca_newsletter_row h4 {
		font-size: 32px;
		line-height: 36px;
	}
	.gb_vc_titolo.standard .title, .pprod_box .title, .vca_newsletter_row h4 {
		font-size: 38px;
		line-height: 43px;
	}
	.gb_vc_titolo.standard .subtitle, .pprod_desc p, .pprod_cta a {
		font-size: 19px;
		line-height: 24px;
	}
	.gb_vc_titolo.ggg .title {
		font-size: 45px;
		line-height: 48px;
	}
	.gb_vc_titolo.ggg .subtitle {
		font-size: 23px;
		line-height: 27px;
	}
	.vca_wide_text .wpb_text_column {
		padding: 40px 35px;
	}

	.xoo-wsc-sl-apply-coupon .xoo-wsc-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button.alt.checkout-button, .gb_vc_btn_full a, .gb_vc_btn_border a, .woocommerce #payment #place_order {
		font-size: 14px;
		line-height: 15px;
	}

	.vca_faq_row .vca_faq_title_col, .vca_faq_row .vca_faq_acco_col {
		width: 100%;
	}
	.vca_faq_title_col .gb_vc_titolo {
		margin: 50px 0 2px 0;
	}
	.vca_faq_acco_col > .vc_column-inner {
		border-left: none;
	}
	.vca_faq_acco_col .vca_accordion {
		border-top: 1px solid #9e8f7c;
	}

	.vca_piramidi_row > .vc_col-sm-12 > .vc_column-inner {
		padding: 40px 25px 25px;
	}
	.aqnpiramidimg, .aqnpiramidtxt {
		width: 170px;
		margin: 0 auto;
	}
	.vca_piramidi_inner .wpb_text_column, .vca_piramidi_inner .wpb_text_column p, .vca_piramidi_inner .wpb_column .wpb_text_column li {
		font-size: 21px;
		padding: 0;
		line-height: 27px;
	}
	.aqnpiramidtxt p {
		font-size: 14px;
		line-height: 17px;
	}
	.vca_piramidi_row .gb_vc_titolo.mini .title {
		text-align: center;
	}

	.vca_related_row, .vca_products_list_row .wpb_wrapper {
		padding-bottom: 0;
	}

	.vca_contacts_footer_row {
		align-items: flex-start;
	}
	.vca_footlogo_dx_col {
		display: none;
	}
	.vca_footmenu_two_col, .vca_footmenu_one_col, .vca_footmenu_tre_col {
		width: 30%;
	}
	.vca_footmenu_one_col {
		margin-left: 0;
		padding-left: 25px;
	}
	#footer_copy {
		padding-top: 170px;
		text-align: center;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.vca_plus_row .vc_col-sm-4{
		float: none;
		width: 100%;
	}
	.vca_plus_row .vc_col-sm-4:nth-child(2) {
		border-left: none;
		border-right: none;
		border-top: none; /* 1px solid #eee5da;*/
		border-bottom: none; /* 1px solid #eee5da;*/
	}
	.vca_plus_row .gb_icon {
		padding: 45px 20px 45px 20px;
	}
	.vca_plus_row .vc_col-sm-4:nth-child(2) .gb_icon{
		padding: 0 20px;
	}
}

.navi_label{
	visibility: hidden;
}
#menu .mobile_lang {
	display: none;
	font-size: 12px;
	margin: 25px 0 0 0 !important;
}
@media (max-width: 650px) { /* mobile menu */
	#logo img, .stuck_go #logo img {
		max-width: 200px;
		position: relative;
		top: 5px;
	}
	#logo {
		width: 50%;
	}
	#lion, #right {
		width: 25%;
	}
	#site-masthead {
		padding: 15px 0 10px 0;
	}
	#site-masthead.stuck {
		padding: 5px 0 8px 0;
	}
	#menu li.an_home {
		display: block;
	}
	#menu {
		margin: 0;
		display: none;
	}
	#menu.opened, #menu .mobile_lang{
		display: block;
	}
	#menu ul {
		padding-bottom: 15px;
		display: flex;
		flex-direction: column;
	}
	#menu li {
		margin: 0 0 11px 0;
	}
	#menu.opened > div {
		margin: 25px 0 0 0;
	}
	#menu li a {
		font-size: 16px;
		line-height: 16px;
		padding: 5px 0;
	}
	#menu li.mobile_lang a {
		font-size: 14px;
		line-height: 16px;
		padding: 0;
	}

	#lion img, #lang {
		display: none;
	}
	#hcart {
		padding: 10px 2px 0 0;
	}
	.vca_intro_home {
		height: calc(100vh - 97px);
		min-height: 500px !important;
	}



	.vca_newsletter_row {
		background-image: none;
	}
	.vca_piramidi_inner .aqnpiramid {
		width: 100%;
	}
}

@media (max-width: 500px) {
	#topmsg p, #topmsg a {
		font-size: 14px;
		line-height: 17px;
	}
	.a_fixed #site-masthead {
		top: 34px; /* cambia altezza #topmsg */
	}
	.a_fixed #site-masthead.stuck_go {
		position: sticky;
		top: 0;
	}

	#hcart {
		padding: 10px 0 0 0;
	}
	#hcart a.login_link {
		margin: 0 10px 0 0;
	}

	.gb_vc_titolo.standard .title, .pprod_box .title, .vca_newsletter_row h4 {
		padding: 0 10px;
		font-size: 34px;
		line-height: 39px;
	}
	.gb_vc_titolo.mini .title {
		font-size: 14px;
		line-height: 16px;
	}
	.gb_vc_titolo.standard .subtitle, .pprod_desc p, .pprod_cta a {
		font-size: 15px;
		line-height: 20px;
	}

	.vca_video_row {
		height: 400px !important;
	}

	.vca_inner_newsletter_col > .vc_column-inner {
		max-width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	.vca_newsletter_row > .vc_column_container.vc_col-sm-12 > .vc_column-inner {
		padding-top: 75px;
		padding-bottom: 120px;
	}

	.vca_intro_home .wpb_wrapper {
		padding: 15px 10px;
	}
	.vca_intro_home {
		max-height: 980px;
	}


	.vca_plus_row .vc_col-sm-4:last-child {
		display: none;
	}
	.vca_plus_row .gb_icon {
		padding: 30px 20px 30px 20px;
	}
	.vca_plus_row .vc_col-sm-4:nth-child(2) .gb_icon {
		padding: 0 20px 30px 20px;
	}

	.vca_footmenu_two_col, .vca_footmenu_one_col, .vca_footmenu_tre_col {
		width:40%;
		order:1;
	}
	.vca_footmenu_one_col {
		padding-left: 0;
		order: 3;
		width: 100%;
		padding-top: 40px;
	}
	.vca_footmenu_tre_col {
		width:60%;
		order:2;
	}
	#footer_copy {
		padding-top: 70px;
		text-align: center;
		padding-left: 50px;
		padding-right: 50px;
	}

	h1, .h1 {
		font-size: 30px;
		line-height: 38px;
	}
	p, .menu li, .wpb_column ul:not(.menu) > li, .wpb_column ol > li {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 15px;
	}
	.gb_vc_titolo.ggg .subtitle {
		font-size: 20px;
		line-height: 24px;
	}
	.vca_intro_home .gb_vc_titolo.ggg .subtitle {
		font-size: 22px;
		line-height: 26px;
	}
	.gb_vc_titolo.ggg .title {
		font-size: 42px;
		line-height: 44px;
	}

	body .xoo-wsc-basket, body .xoo-wsc-basket[style*="block"], body .xoo-wsc-basket[style*="flex"] { /* hide float cart on mobile */
		display: none !important;
	}

	/*  gb_vc_testimonials_slider START */
	.gb_vc_testimonials_slider .tcomm p {
		font-size: 16px;
		line-height: 20px;
	}
	.gb_vc_testimonials_slider .tname {
		font-size: 13px;
		line-height: 15px;
	}
	.gb_vc_testimonials_slider .ticon {
		font-size: 13px;
	}
	.gb_vc_testimonials_slider .titemslide {
		padding: 0 40px;
	}
	.gb_vc_testimonials_slider .slick-prev {
		left: -15px;
	}
	.gb_vc_testimonials_slider .slick-next {
		right: -15px;
	}
	/*  gb_vc_testimonials_slider END */
}

@media (max-width: 389px) { /* sotto iphone 12/13 da 390px */
	#lion, #right {
		width: 20%;
	}
	#logo {
		width: 60%;
	}
	#logo img, .stuck_go #logo img {
		max-width: 163px;
	}
	.vca_intro_home {
		height: calc(100vh - 92px);
	}

	#hcart a i {
		font-size: 21px;
	}
	#hcart .xoo-wsc-sc-bkcont span.xoo-wsc-sc-bki {
		font-size: 17px;
	}

	#topmsg p, #topmsg a {
		font-size: 13px;
		line-height: 16px;
	}
	.a_fixed #site-masthead {
		top: 33px; /* cambia altezza #topmsg */
	}
	.a_fixed #site-masthead.stuck_go {
		position: sticky;
		top: 0;
	}

	.vc_big_txt p, .wpb_column .vc_big_txt ul li, .an_klaviyo form p span {
		font-size: 23px;
		line-height: 26px;
	}

	.vca_wide_text .wpb_text_column {
		padding: 40px 25px 40px 25px;
	}

	.vca_intro_home .gb_vc_titolo.ggg .title {
		font-size: 32px;
		line-height: 36px;
	}
	.vca_intro_home .gb_vc_titolo.mini .title {
		font-size: 12px;
		line-height: 14px;
	}
	.vca_intro_home .gb_vc_titolo.ggg .subtitle {
		font-size: 19px;
		line-height: 23px;
		margin: 15px 0 0 0;
	}
}

@media (max-width: 376px) {
	.vca_inner_newsletter_col > .vc_column-inner {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 360px) { /* old mobile */
	#hcart a.login_link {
		display: none;
	}
	#logo img, .stuck_go #logo img {
		max-width: 143px;
	}
	.vca_footmenu_two_col, .vca_footmenu_one_col, .vca_footmenu_tre_col {
		width:100%;
		text-align: center;
	}
	.vca_footmenu_tre_col {
		margin: 35px 0 0;
	}
	#footer .gb_vc_titolo.mini {
		margin: 0 0 10px 0;
	}
	.vca_footmenu_two_col p, .vca_footmenu_one_col p, .vca_footmenu_tre_col p{
		text-align: center !important;
	}

	.gb_vc_titolo.standard .title, .pprod_box .title, .vca_newsletter_row h4 {
		font-size: 30px;
		line-height: 35px;
	}
	.vca_piramidi_inner .wpb_text_column, .vca_piramidi_inner .wpb_text_column p, .vca_piramidi_inner .wpb_column .wpb_text_column li {
		font-size: 17px;
		line-height: 23px;
	}
	.gb_vc_titolo.ggg .title {
		font-size: 39px;
		line-height: 41px;
	}
	.gb_vc_titolo.ggg .subtitle {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (max-width: 350px) { /* old mobile */

}

/* english no ecommerce */
.store_lang_en .xoo-wsc-markup{
	display: none !important;
}
.store_lang_en .vca_products_list_row .wpb_wrapper {
	padding-bottom: 0;
}
.store_lang_en .klarna-onsite-messaging-product, .store_lang_en .klarna-onsite-messaging,
.store_lang_en .klarna-onsite-messaging-product::part(osm-container), .store_lang_en .woocommerce-cart .klarna-onsite-messaging::part(osm-container){
	display: none !important;
}
.store_lang_en.a_fixed #prod_rx_side .sticky_content, .store_lang_en.admin-bar.a_fixed #prod_rx_side .sticky_content{
	min-height: 0;
	top: 0;
	height: auto;
	position: static;
}
.store_lang_en .wrapper_price_info .formato_ml {
	text-align: center;
	width: 100%;
}
.store_lang_en .vca_related_row {
	padding-bottom: 0;
}
.store_lang_en #lang {
	padding-top: 12px;
}
.store_lang_en .woo_related_prods ul.products li.eshop_prod_item{
	border-bottom: 1px solid #9e8f7c;
}
#CookiebotWidget{
	display: none!important;
}
/* device orizzontale */
@media (max-height: 600px) and (min-width: 50px){
}
@media (max-height: 550px) and (min-width: 50px){
}


.woocommerce div.product div.images img {
	min-width: 150px;
	min-height: 150px;
}