/*!
Theme Name: eTheme
Theme URI: http://underscores.me/
Author: ePlay srl
Author URI: http://eplaylab.it
Description: eTheme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

eTheme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
	## Elements
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

html.fixed{
	overflow: hidden !important;
	
}

body {
	margin: 0;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
.site-content {
	width: 1200px;
	margin: auto;
  margin-top: 80px;
}



#post-9 {
	margin-top: 50px;
}

@media screen and (min-width: 800px) {
	#post-9 {
		margin-top: 130px;
	}
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'PontantSans'; /*a name to be used later*/
    src: url('./fonts/PontanoSans-Regular_0.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'PlayfairDisplay'; /*a name to be used later*/
    src: url('./fonts/PlayfairDisplay-Regular.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'PlayfairDisplay'; /*a name to be used later*/
    src: url('./fonts/PlayfairDisplay-Italic.ttf'); /*URL to font*/
	font-style: italic;
}
@font-face {
    font-family: 'PlayfairDisplay'; /*a name to be used later*/
    src: url('./fonts/PlayfairDisplay-BoldItalic.ttf'); /*URL to font*/
	font-weight: bold;
	font-style: italic;
}
@font-face {
    font-family: 'PlayfairDisplay'; /*a name to be used later*/
    src: url('./fonts/PlayfairDisplay-BlackItalic.ttf'); /*URL to font*/
	font-weight: 500;
	font-style: italic;
}
@font-face {
    font-family: 'PlayfairDisplay'; /*a name to be used later*/
    src: url('./fonts/PlayfairDisplay-Bold.ttf'); /*URL to font*/
	font-weight: bold;
}
@font-face {
    font-family: 'PlayfairDisplay'; /*a name to be used later*/
    src: url('./fonts/PlayfairDisplay-Black.ttf'); /*URL to font*/
	font-weight: 500;
}
@font-face {
    font-family: 'RolexFont'; /*a name to be used later*/
    src: url('./fonts/RolexFont-Light.ttf'); /*URL to font*/
	font-weight: 300;
}
@font-face {
    font-family: 'RolexFont'; /*a name to be used later*/
    src: url('./fonts/RolexFont-Regular.ttf'); /*URL to font*/
	font-weight: 400;
}
@font-face {
    font-family: 'RolexFont'; /*a name to be used later*/
    src: url('./fonts/RolexFont-Bold.ttf'); /*URL to font*/
	font-weight: 700;
}

@font-face {
	font-family: 'TudorFontBlack';
	src: url('./fonts/MetaHeadlineWeb.ttf');
	font-weight: 300;
}
@font-face {
    font-family: 'Charm'; /*a name to be used later*/
    src: url('./fonts/Bentham-Regular.ttf'); /*URL to font*/
	font-weight: 500;
}
@font-face {
    font-family: 'Charm'; /*a name to be used later*/
    src: url('./fonts/Bentham-Regular.ttf'); /*URL to font*/
	font-weight: 700;
}
@font-face {
    font-family: 'BarlowCondensed'; /*a name to be used later*/
	src: url('./fonts/Jost-Light.ttf'); /*URL to font*/
	font-weight: 300;
}
@font-face {
    font-family: 'BarlowCondensed'; /*a name to be used later*/
	src: url('./fonts/Jost-Medium.ttf'); /*URL to font*/
	font-weight: 500;
}
@font-face {
    font-family: 'BarlowCondensed'; /*a name to be used later*/
	src: url('./fonts/Jost-Regular.ttf'); /*URL to font*/
	font-weight: 500;
}

@font-face {
    font-family: 'RozhaOne'; /*a name to be used later*/
    src: url('./fonts/RozhaOne-Regular.ttf'); /*URL to font*/
	font-weight: 300;
}

@font-face {
    font-family: 'Dosis'; /*a name to be used later*/
    src: url('./fonts/Dosis-VariableFont_wght.ttf'); /*URL to font*/
	font-weight: 300;
}

@font-face {
    font-family: 'Poppins'; /*a name to be used later*/
    src: url('./fonts/Poppins-Bold.ttf'); /*URL to font*/
	font-weight: bold;
}
@font-face {
    font-family: 'Poppins'; /*a name to be used later*/
    src: url('./fonts/Poppins-Regular.ttf'); /*URL to font*/
	font-weight: 300;
}
@font-face {
    font-family: 'OpenSans'; /*a name to be used later*/
    src: url('./fonts/OpenSans-Light.ttf'); /*URL to font*/
	font-weight: 300;
}





body,
button,
input,
select,
optgroup,
textarea {
	color: #848588;/*#7e7e81;*/
    font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.banner-title {
	font-family: 'Nanum Myeongjo', serif;
	font-style: italic;
}
.banner-text1 {
	font-family: 'Tenor Sans', sans-serif;;
	font-style: italic;
}
.banner-text2 {
	font-family: 'Tenor Sans', sans-serif;;
}

* {
	scrollbar-color: rgba(135, 171, 176, 0.3) #F5F5F5;
	scrollbar-width: thin;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 7.5px;
    background-color: #F5F5F5;
}

@media screen and (max-width: 1200px) {
	::-webkit-scrollbar
	{
		width: 3.5px;
	}
}

@media screen and (max-width: 900px) and (max-height: 600px),
screen and (max-width: 600px) {
	::-webkit-scrollbar
	{
		width: 1.5px;
	}
}

#floated-form::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-thumb
{
    border-radius: 0;
    background-color: rgb(190 1 0);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

pre {
	display: none;
}

@media screen and (max-width: 1023px) {
	#page, #content {
		overflow: hidden;
	}
}
/* FP ->  */
/* .tparrows{ */
	/* display: none; */
/* } */

	.tparrows {
		display: block;
		width: 60px !important;
		height: 60px !important;
		background-color: transparent!important;
	}
	.tparrows:before {
		font-size: 30px;
		line-height: 30px;
	}
	.tparrows.tp-rightarrow:before {
		text-align: right;
	}
	.tparrows.tp-leftarrow:before {
		text-align: left;
	}

/*
.tparrows {
width: 50px !important;
height: 50px !important;
background-color: transparent!important;
}
.tparrows:before {
font-size: 50px;
line-height: 50px;
}
*/
.text-par{
	font-size: 18px;	
	text-align: justify;

}
.text-par.smaller {
	font-size: 17px;
}
.text-par.alignright {
	margin-top: 40%;
	margin-left: 15%;
	text-align: right;
	font-size: 25px;
}
.title-par p span {
	display: block;
    font-family: PontantSans;
    font-size: 22px;
    font-style: normal;
}
#text-par-home{
	margin-bottom: 80px;
}
.box-image-par, .box-image-v-par, .box-image-c-par{	
	position: relative;	
	top: 140px;	
	margin-left: 20%;
	/*margin-bottom:350px!important;*/
	/* background-color: rgb(244, 214, 214); */
	font-size: 24px;
	font-size: 1.5rem;
	/*text-indent: 10px;*/
	color: white;
}
.box-image-par.green, 
.box-image-v-par.green, 
.box-image-c-par.green {
	background-color: #848588;
}
.box-image-par.pink, 
.box-image-v-par.pink, 
.box-image-c-par.pink {
	background-color: #848588;
}
.box-image-par.brown, 
.box-image-v-par.brown, 
.box-image-c-par.brown {
	background-color: #b39fa0;
}
.box-image-v-par{
	/*width: 540px;
	height: 590px;*/
	margin-left:0;
/*margin-bottom: 200px!important;*/

}
.box-image-par.float-left {
	left: -35%;
}
.box-image-v-par.float-right {
	left: 25%;
}
.box-image-c-par{
	width: 420px;
	height: 690px;
	margin-right:0;	
	/*margin-bottom: 250px!important;*/
}
.box-image-par p{
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
}
.box-image-c-par p{
	position: absolute;
	margin-left: 20px;
	margin-top: 30px;
}
.box-image-v-par p{
	position: absolute;
	bottom: 60px;
	margin-left: 10px;
}
.pic-image-par{
	position: absolute;
	top: 220px;
	left:5%;	
	z-index: 1;	
}
.pic-image-c-par{
	position: absolute;
	top: 240px;
	left:10%;		
}
.pic-image-v-par{
	position: absolute;
	top: 0;
	left: 15%;
}
.pic-image-par.top {
	top: 10%;
}
.pic-image-par img, .pic-image-v-par img, .pic-image-c-par img{
			
	-moz-box-shadow: 10px 10px 5px #ccc;
	-webkit-box-shadow: 10px 10px 5px #ccc;
	-khtml-box-shadow: 10px 10px 5px #ccc;
	box-shadow: 10px 10px 5px #ccc;
}

.pic-image-middle-par{
	top:200px;
}
.rows-separator-par{
	width:100%;
	height: 200px;
	
}

@media screen and (max-width: 900px) and (max-height: 520px) {
	.box-image-par p{
		margin-top: 10px;
	}
	.box-image-c-par p{
		margin-top: 15px;
	}
	.box-image-v-par p{
		bottom: 20px;
	}
}

.space-50{
	margin-top: 50px;
}
.space-100{
	margin-top: 100px;
}
.space-150{
	margin-top: 150px;
}
.space-200{
	margin-top: 200px;
}
.space-250{
	margin-top: 250px;
}
.space-300{
	margin-top: 200px;
}

.pad-10 {
	padding: 10px !important;
}
.pad-v-10 {
	padding: 10px 0 !important;
}
.pad-h-10 {
	padding: 0 10px !important;
}
/*
.addr-mob{
	display: none;
}
.addr-desk{
	display: table;
}
*/

.logo-contatti img{
    max-width: 70% !important;
    margin-top: 40px;
}
.boutique-title {
	font-family: 'Nanum Myeongjo', serif;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0 !important;
    font-size: 30px;
	text-align: center;
}
.boutique-subtitle {
	text-align: center;
}
.boutique-subtitle p {
	margin-top: 0 !important;
}
.mt-title {
    font-size: 20px !important;
}
.mt-subtitle {
    font-family: 'Tenor Sans', sans-serif; !important;
    font-style: italic !important;
    font-size: 30px !important;
}
.products-form.wishlist-form .menu {
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #848588;
}
.products-form.wishlist-form .menu > span {
	padding: 10px;
	cursor: pointer;
	display: inline-block;
	width: 33%;
	position: relative;
}
.products-form.wishlist-form .menu span > span.items-in-cart, .products-form.wishlist-form .menu span > span.items-in-wish, span.items-in-wish-watches, span.items-in-wish-jewels, span.items-in-wish-silvers {
	position: absolute;
	left: auto;
	width: 18px;
	padding: 5px;
	right: 20%;
	top: -5px;
}
.products-form.wishlist-form .menu > span:nth-of-type(1) {
	left: -0.1%;
}
.products-form.wishlist-form .menu > span:nth-of-type(3) {
	left: 0.1%;
}

.products-form.wishlist-form .menu > span.active,
.products-form.wishlist-form .menu > span:hover {
	border-bottom: 4px solid #848588;
}

.products-form.wishlist-form .content {
	display: none;
}
.products-form.wishlist-form .content.active {
	display: block;
}

.products-form.wishlist-form {
	margin-bottom: 100px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
.gray button,
.gray input[type="button"],
.gray input[type="reset"],
.gray input[type="submit"] {
	border-color: #7d7d7d;
}
.green button,
.green input[type="button"],
.green input[type="reset"],
.green input[type="submit"] {
	border-color: #848588;
}
.brown button,
.brown input[type="button"],
.brown input[type="reset"],
.brown input[type="submit"] {
	border-color: #b39fa0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	/* border-color: #aaa #bbb #bbb; */
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 2px solid #848588;
	padding: 10px;
  outline: 0;
  box-shadow: none;
}
.shop-online select {
	border: 2px solid #b39fa0;
}
.collezioni select {
	border: 2px solid #848588;
}

/* Custom Select */
.select {
  position: relative;
  display: block;
  width: 300px;
  height: 35px;
  line-height: 2;
  background: #848588;
  overflow: hidden;
  border-radius: 0;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  /* color: #fff; */
  cursor: pointer;
    background: #fff;
}
select::-ms-expand {
  display: none;
}
/* Arrow */
.select > span {
	font-family: dashicons;
}
.select > span::after {
  content: "\f347";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  color:#fff;
  background: #848588;
  pointer-events: none;
}

.gray .select > span::after {
  background: #7d7d7d;
}
.brown .select > span::after {
  background: #b39fa0;
}
.green .select > span::after {
  background: #848588;
}
/* Transition */
/* .select:hover::after { */
  /* color: #fff; */
/* } */
/* .select::after { */
  /* -webkit-transition: .25s all ease; */
  /* -o-transition: .25s all ease; */
  /* transition: .25s all ease; */
/* } */
/* end custom select */

/* custom select 2 */

.collapsable-box {
	border: 2px solid #848588;
	width: 270px;
}

.brown .collapsable-box {
	border: 2px solid #b39fa0;
}
.gray .collapsable-box {
	border: 2px solid #7d7d7d;
}
.green .collapsable-box {
	border: 2px solid #848588;
}
.collapsable-box .title-box {
	height: 33px;
	position: relative;
}
.collapsable-box .title-box > h2 {
	cursor: pointer;
	padding: 7px;
	font-size: 14px;
	margin: 0;
    font-weight: normal;
}
.collapsable-box .title-box > h2 span {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 15px;
	font-family: dashicons;
}
.collapsable-box .title-box > h2 span::after {
	content: "\f343";
	display: block;
	padding: 0 15px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	color: #848588;
	line-height: 2.25;
}
.collapsable-box.collapsed .title-box > h2 span::after {
	content: "\f347";
	background-color: #848588;
	color: #fff;
}
.gray .collapsable-box.collapsed .title-box > h2 span::after {
	background-color: #7d7d7d;
}
.brown .collapsable-box.collapsed .title-box > h2 span::after {
	background-color: #b39fa0;
}
.green .collapsable-box.collapsed .title-box > h2 span::after {
	background-color: #848588;
}
/* .collapsable-box .title-box > h2::after { */
	/* content: '\2B9D'; */
	/* display: block; */
	/* padding: 0 15px; */
	/* background-color: #fff; */
	/* position: absolute; */
	/* right: 0; */
	/* top: 0; */
	/* bottom: 0; */
	/* color: #848588; */
	/* line-height: 2.25; */
/* } */
/* .collapsable-box.collapsed .title-box > h2::after { */
	/* content: '\2B9F'; */
	/* background-color: #848588; */
	/* color: #fff; */
/* } */
.collapsable-box .content {
	padding: 10px 0 10px 10px;
	
}

.collapsable-box .content ul {
    list-style: none;
    padding-left: 20px;
	padding-right: 27.5px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

@media screen and (max-width: 1200px) {
	.collapsable-box .content ul {
		padding-left: 23.5px;
	}
}
@media screen and (max-width: 900px) and (max-height: 600px),
screen and (max-width: 600px) { 
	.collapsable-box .content ul {
		padding-left: 21.5px;
	}
}

.collapsable-box .content::before {
	content: ' ';
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px);
	display:block;
	margin: 0;
	height: 2px;
	background-color: #848588;
	margin-bottom: 10px;
}

.gray .collapsable-box .content::before {
	background-color: #7d7d7d;
}
.green .collapsable-box .content::before {
	background-color: #848588;
}
.brown .collapsable-box .content::before {
	background-color: #b39fa0;
}
.collapsable-box.collapsed .content {
	display: none;
}
.price_slider_wrapper {
	margin-right: 50px;
}
/* end custom select 2 */

textarea {
	width: 100%;
}
.result-count {
	font-size: 14px;
}
p.result-count {
	text-align: center;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #848588;
}

a:visited {
	color: #848588;
}

a:hover, a:focus, a:active {
	color: #864d27;
}

.gray a:focus, .gray a:active, .black a:active, .black a:focus {
	color: #7d7d7d;
}
.green a:focus, .green a:active {
	color: #848588;
}
.brown a:focus, .brown a:active {
	color: #b39fa0;
}
.darkblack a:active, .darkblack a:focus {
	color: #2a2b2c;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}
/*.eTheme-button-parent a:hover, .eTheme-button-parent a:focus {
	color: white;
}
.eTheme-button-parent a:active {
	color: inherit;
}*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position: fixed;
  z-index: 10000;
  background: #fff;
	box-shadow: 0px 0px 8px #ccc;
	top: 0;
}

.main-navigation #collapsable-menu {
	display: none;
	/* margin: 0; */
	padding-left: 0;
}
.main-navigation #collapsable-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation #collapsable-menu ul li {
	float: none;
}

.main-navigation #collapsable-menu ul li a {
	font-size: 18px;
	margin-bottom: 10px;
	/* pointer-events: none; */
	/* cursor: not-allowed; */
	/* color: #C8C8C8; */
}

.main-navigation #collapsable-menu ul li.enabled a {
	pointer-events: auto;
	cursor: pointer;
	color: #848588;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation.toggled {
	height: 100%;
}

/* Small menu. */

.menu-toggle {
	font-size: 40px;
	padding: 0;
	margin-top: 5px;
	border: none;
	border-radius: 0;
	background: none;
}
.menu-toggle > span{
	font-size: 40px;
	width: 40px;
	height: 40px;
}
.menu-toggle,
.main-navigation.toggled #collapsable-menu {
	display: block;
}

.eTheme-menu::after {
	content: 'MENU';
	display:block;
    font-size: 11px;
	font-family: 'PontantSans';
    margin-top: -5px;
}

.nav-first-row {
	display: inline-block;
	display: -webkit-inline-flex;
	display: inline-flex;
	width: 87.5%;
}
#rolex-link {
	position: fixed;
	left: 90%;
    width: 150px;
    z-index: 1;
    height: 70px;
}
#rolex-retailer-clock {
	display: inline-block;
	display: -webkit-inline-flex;
	display: inline-flex;
	position: fixed;
	left: 90%;
	z-index: -1;
}

#rolex-retailer-clock-mobile, #rolex-link-mobile {
	display: none;
}

#rolex-corner-bottom-text {
	text-align: center;
}

#rolex-corner-bottom-text h3 {
	font-family: 'RolexFont','Helvetica',sans-serif; 
	font-weight: 100; 
	margin-bottom: 0; 
	margin-top: 0; 
	color: #212121; 
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased; 
	font-smoothing: antialiased; 
	letter-spacing: .05em;
}

#rolex-corner-bottom-text div.line-separator {
	width: 50px;
    height: 2px;
    background-color: #212121;
    margin: 10px auto;
}

#rolex-corner-bottom-text h2 {
	margin: 0;
	color: #a37e2c; 
	font-family: "RolexFont","Helvetica",sans-serif;
	font-weight: 100;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	line-height: 1.3;
	letter-spacing: .05em;
}

#rolex-corner-bottom-text p.rolex-text {
	color: #818181; 
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased; 
	font-smoothing: antialiased;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), not all, only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
	#rolex-corner-bottom-text p.rolex-text {
    	-webkit-font-smoothing: subpixel-antialiased;
	}
}

.shop-links img.hide {
	display: none;
}

.nav-first-row > div {
	display: inline-block;
	display: -webkit-inline-box;
	display: inline-flex;
}

.nav-first-row > div.custom-logo a.custom-logo-link {
    width: max-content;
	margin: auto;
	height: 43px;
}
.nav-first-row > div.custom-logo img {
	height: 43px;
	width: auto;
	margin: auto;
}
.header-search-form * {
	border-radius: 0 !important;
	border: none !important;
	border-bottom: 1px solid #C8C8C8 !important;
	background: #fff !important;
}
.header-search-form form {
	width: inherit;
	border-bottom: none !important;
}

.header-search-form {
	height: 40px;
	height: min-content;
	margin-top: 5px;
}
.header-search-form input[type=submit] {
	font-size: 0;
	height: 34px;
	width: 34px;
    vertical-align: top;
	background: url('../../uploads/2017/10/lens.png') no-repeat center center !important;
	background-size: 20px 20px !important;
}
.header-search-form label {
    height: 34px;
    width: 120px;
    font-size: 15px;
}
.header-search-form label input {
	height: 34px;
    width: 120px;
	-webkit-appearance: none;
}
.header-search-form label input:focus {
    outline: none;
}

/*.nav-first-row > div:nth-child(4) {
	width:300px;
}*/

.nav-second-row {
	width: 1200px;
	margin: auto;
    /*margin-top: 5%;*/
}
.nav-second-row a {
	text-transform: uppercase;
}
.nav-second-row > div {
	display: inline-block;
    vertical-align: top;
	width: 33%;
}

.nav-second-row .widget-title {
	font-family: 'Tenor Sans', sans-serif;;
	font-style: normal;
	font-weight: bold;
	color: #848588;
	margin-bottom: 20px;
}

.newsletter-form input[type="email"],
.nav-second-row .widget_search input[type="search"]{
	border: 2px solid #848588;
    max-width: 150px;
    -webkit-appearance: none;
	border-radius: 0 !important;
}
.newsletter-form input[type="submit"],
.nav-second-row .widget_search input[type="submit"]{
	height: 34px;
	border: 2px solid #848588;
	border-radius: 0;
	background-color: #848588;
	color: #fff;
    margin-left: -3.52px;
    padding: 10px;
}
.pagination-center {
	text-align: center;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.main-navigation .actions {
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	text-align: center;
}
.main-navigation .actions img {
	height: 20px;
	width: auto;
	margin: 0 10px;
}
.main-navigation .actions p {
	margin: 0;
	font-size: 11px;
	width: 100%;
}
.main-navigation .actions a {
	display: inline;
}
.main-navigation .actions > div {
	padding: 17.5px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.nav-first-row .actions.social > .social-links:nth-child(3) img, .nav-first-row .actions.social > .social-links:nth-child(4) img {
	height: 27.5px;
	margin-top: -3.75px;
}
span.items-in-cart, span.items-in-wish, span.items-in-wish-watches, span.items-in-wish-jewels, span.items-in-wish-silvers {
    position: absolute;
    top: 5px;
    right: -7.5px;
    background-color: #864d27;
    color: white;
    border-radius: 61px;
    /* border: 1px solid #848588; */
    padding: 5px;
    width: 22px;
    height: 22px;
    line-height: 0.8;
    font-size: 12px;
}

span.items-in-wish-watches, span.items-in-wish-jewels {
	right: 100px;
}
span.items-in-wish-silvers {
	right: 60px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}
.widget_recently_viewed_products {
	width: 270px;
}
.widget_price_filter .widget-title,
.widget_recently_viewed_products .widget-title {
    font-size: 14px;
    font-weight: normal;
    margin-left: 30px;
}
.widget_recently_viewed_products .product_list_widget::before {
	content: ' ';
	width: 100%;
	background-color: #848588;
	height: 2px;
	display: block;
	margin-bottom: 6px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #5B8990;
    height: 1px;
	margin-top: 15px;
}
.woocommerce .gray  .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #7d7d7d;
}
.woocommerce .green  .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #848588;
}
.woocommerce .brown  .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #b39fa0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #848588;
}
.woocommerce .gray .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #7d7d7d;
}
.woocommerce .green .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #848588;
}
.woocommerce .brown .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #b39fa0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #848588;
    border-radius: 0;
    top: -5px;
    margin-left: -3px;
    width: 10px;
    height: 10px;
}
.woocommerce .gray .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #7d7d7d;
}
.woocommerce .green .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #848588;
}
.woocommerce .brown .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #b39fa0;
}

.woocommerce .widget_price_filter .price_min_max {
	display: inline-block;
	display: -webkit-flex;
	display: flex;
}
.woocommerce .widget_price_filter .price_min_max .price_min {
	width: 50%;
}
.woocommerce .widget_price_filter .price_min_max .price_max {
	width: 50%;
	text-align: right;
}

.ewcs-widget-banner {
	width: 270px;
}
.ewcs-widget-banner .ewcs-widget-banner-image {
	position: absolute;
}
.ewcs-widget-banner .ewcs-widget-banner-background {
	position: absolute;
	background-color: #fff;
	opacity: 0.8;
}
.ewcs-widget-banner .ewcs-widget-banner-content {
	position: relative;
}
.ewcs-widget-banner .ewcs-widget-banner-content p {
	margin: 0;
}
.ewcs-widget-banner .ewcs-widget-banner-content a:hover {
	margin: 0;
	color: #848588;
}
.ewcs-widget-banner .ewcs-widget-banner-content .ewcs-widget-banner-title {
	height: 50%;
	display: -webkit-box;
	display: flex;
	flex-flow: column-reverse;
	text-align: center;
	font-size: 26px;
	margin-bottom: 10px;
	font-family: PlayfairDisplay;
	font-style: italic;
}
.ewcs-widget-banner .ewcs-widget-banner-content .ewcs-widget-banner-subtitle::before {
	content: ' ';
	width: 80px;
	background-color: #848588;
	height: 2px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.ewcs-widget-banner .ewcs-widget-banner-content .ewcs-widget-banner-subtitle {
	height: 50%;
	text-align: center;
	font-size: 22px;
}
.woocommerce-Tabs-panel .widget {
	width: 100%;
	margin-top: 30px;
}
.ewcs-widget-banner .ewcs-widget-banner-text {
	width: 100%;
}


.woocommerce-Tabs-panel--warranty .ewcs-widget-banner .ewcs-widget-banner-content .ewcs-widget-banner-title {
	font-family: PlayfairDisplay;
	font-style: italic;
    font-size: 32px;

}
.woocommerce-Tabs-panel--warranty .ewcs-widget-banner .ewcs-widget-banner-content .ewcs-widget-banner-subtitle {
	font-family: PontantSans;
	font-style: normal;
    font-size: 22px;
}
.widget.ewcs-widget-banner.ewcs-animation {
	position: relative;
	overflow: hidden;
}
.ewcs-animation .ewcs-widget-banner-background {
	top: -100%;
	transition: all 3s;
}
.ewcs-animation .ewcs-widget-banner-content {
	opacity: 0;
	transition: all 3s;
}
.ewcs-widget-product-list::before {
	content: ' ';
	width: 100%;
	background-color: #848588;
	height: 2px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.gray .ewcs-widget-product-list::before {
	background-color: #7d7d7d;
}
.green .ewcs-widget-product-list::before {
	background-color: #848588;
}
.brown .ewcs-widget-product-list::before {
	background-color: #b39fa0;
}
.ewcs-widget-product-list {
	list-style: none;
	padding: 0;
}
.ewcs-widget-product-list a > div {
	display: flex;
}
.ewcs-widget-product-list li {
	height: 60px;
	margin-bottom: 10px;
}
.ewcs-widget-product-list li .image {
	height: 50px;
	width: 50px;
	min-width: 50px;
	display: contents;
}
.ewcs-widget-product-list li img {
	height: 50px;
	width: auto;
	margin: 0;
}

.ewcs-widget-product-list .product-title {
	font-size: 14px;
	margin-left: 15px;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
.spazio-iniziale {
	margin-top: 50px;
}
.home-box > a {
	display: block;
	width: 100%;
}
.home-box img {
	border: 3px solid #848588;
	position: relative;
	width: 100%;
}
.home-box.pink img {
	border: 3px solid #848588;
}
.home-box.gray img {
	border: 3px solid #7d7d7d;
}
.home-box.brown img {
	border: 3px solid #b2a09c;
}
.home-box.black img {
	border: 3px solid #7d7d7d;
}

.home-box:hover .vc_single_image-wrapper::after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #848588;
}
.home-box.black:hover .vc_single_image-wrapper::after {
	background-color: #7d7d7d;
}
.home-box.pink:hover .vc_single_image-wrapper::after {
	background-color: #848588;
}
.home-box.gray:hover .vc_single_image-wrapper::after {
	background-color: #7d7d7d;
}
.home-box.brown:hover .vc_single_image-wrapper::after {
	background-color: #b2a09c;
}
.home-box .wpb_wrapper {
	position: relative;
}
.home-box .eTheme-button-parent {
	position: absolute;
	bottom: 4px;	
  margin: auto;
  width: 100%;
  text-align: center;
}
.search-results .home-box .eTheme-button-parent {
	bottom: 25px;
}
.home-box .eTheme-button {
	background-color: rgba(255, 255, 255, 0.9);
}

.box-address .title{
    font-family: PlayfairDisplay;
    font-style: italic;
    font-weight: normal;
    color: #848588;
    margin-bottom: 0;
	font-size: 30px;
}
.woocommerce-breadcrumb {
	margin: 30px 0 10px !important;
}
div#brands-main .wpb_wrapper {
    position: relative;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.woocommerce-pagination {
	margin-top: 100px;
}

.woocommerce-pagination > * {
	padding: 5px 10px;
	margin: 5px;
}
.woocommerce-pagination > .current {
	background-color: #848588;
	color: #fff;
}
.gray .woocommerce-pagination > .current {
	background-color: #7d7d7d;
	color: #fff;
}
.green .woocommerce-pagination > .current {
	background-color: #848588;
	color: #fff;
}
.brown .woocommerce-pagination > .current {
	background-color: #b39fa0;
	color: #fff;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.site-footer {
	margin-top: 100px;
	position: relative;
}
.site-footer .widget-title {
    font-family: 'Tenor Sans', sans-serif;;
    font-style: normal;
    font-weight: 600;
    color: #848588;
	font-size: 14px;
    margin-bottom: 20px;
}
.site-footer > .first-row {
	display: inline-block;
	display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
	
}
.site-footer > .first-row > div {
	display: inline-block;
	display: -webkit-inline-flex;
    display: inline-flex;
}

.site-footer > .first-row > div.middle {
	/* width: 50%; */
	width: 1300px;
	margin: auto;
}
.site-footer > .first-row > div.middle > div {
    width: 25%;
}

.site-footer > .second-row {
    width: 100%;
    margin-top: -6px;
}

.site-footer > .second-row {
	display: inline-block;
	display: -webkit-flex;
    display: flex;
}
.site-footer > .second-row > div.middle {
	width: 1300px;
	margin: auto;
    display: block;
}
.site-footer > .second-row > div.middle > div{
    display: block;
	width: 100%;
}

.site-footer > .second-row > div.middle > .menu-footer-1 {
	font-size: 14px;
}
.site-footer > .second-row > div.middle > .menu-footer-1 ul{
	height: 45px;
}
.site-footer > .second-row > div.middle > .menu-footer-1 ul,
.site-footer > .second-row > div.middle > .menu-footer-2 ul {
  list-style: none;
	display: inline-block;
	display: -webkit-flex;
   display: flex;
	margin: 0;
	padding: 0;
  margin: auto;
	width: -o-max-content;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.site-footer > .second-row > div.middle > .menu-footer-1 ul {
	width: 70%;
	width: -o-max-content !important;
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
}
.site-footer > .second-row > div.middle > .menu-footer-1::after {
	content: ' ';
	width: 100%;
	background-color: #848588;
	height: 2px;
	display: block;
}
.site-footer > .second-row > div.middle > .menu-footer-2 ul {
	margin: 0;
}
.site-footer > .second-row > div.middle > .menu-footer-1 ul li {
	padding: 15px 0 0;
}
.site-footer > .second-row > div.middle > .menu-footer-1 ul li a {
	margin: 0 25px;
	padding: 15px 0;
}
.site-footer > .second-row > div.middle > .menu-footer-1 ul li.current-menu-item::after,
.site-footer > .second-row > div.middle > .menu-footer-1 ul li:hover::after {
	content: ' ';
	width: 100%;
	background-color: #848588;
	height: 4px;
	display: block;
	margin-top: 6px;
}
/*.site-footer > .second-row > div.middle > .menu-footer-2 ul li {
	padding: 15px 30px 15px 0;
}*/
.site-footer > .second-row > div.middle > .menu-footer-2 {
	display: -webkit-box;
    display: flex;
    font-size: 12px;
	padding-bottom: 30px;
}
.site-footer > .second-row > div.middle > .menu-footer-2 .custom-logo-link {
    margin-top: 15px;
}
.eplay {
	margin:0;
}
.site-footer > .second-row > div.middle > .menu-footer-2 .custom-logo-link img {
    height: 30px;
    width: auto;
}
.site-footer > .second-row > div.middle > .menu-footer-2 > div:nth-child(1) {
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: -o-calc(100% - 200px);
	width: calc(100% - 200px);
}
.site-footer > .second-row > div.middle > .menu-footer-2 > div:nth-child(2) {
	/*width: 20px;*/
	text-align: center;
}
.site-footer > .second-row > div.middle > .menu-footer-2 > div:nth-child(3) {
	width: 180px;
   text-align: right;
}
.site-footer .social-links img {
    max-height: 25px;
    margin: 0 5px;
}
.site-footer .social-links a:nth-child(1) img, footer .social-links a:nth-child(2) img, footer .social-links a:nth-child(3) img {
	height: 20px;
}
	
.site-footer .social-links a:nth-child(4) img {
	position: relative;
	top: 2.5px;
} 

.comment {
	width: 100vw;
	font-size: 18px;
}
.comment .inner {
	margin: auto;
	width: 900px;
	padding: 10px;
}
.title-comment {
	text-align:center;
	margin-bottom: 0px;
}
.subtitle-comment {
	text-align:center;
}
.comment .content {
	text-align: justify;
}
.comment .user{
	text-align: right;
}
.comment.par {
	background-color: #848588;
	color: #fff;
}
.comment.impar {
	
	background-color: #fff;
}
/*--------------------------------------------------------------
# SEARCH RESULTS
--------------------------------------------------------------*/
.search-result-box {
	display: inline-block;
	position: relative;
	margin: 0;
	margin-left: 1.5%;
}

.products .search-result-box:nth-child(1) {
	margin-left: 1.5%;
}

.products .search-result-box:nth-child(2), div .search-result-box:nth-child(3) {
	margin-left: 3.5%;
}

.search-result-box:hover .vc_single_image-wrapper::after, .search-result-box.bb-higher:hover .vc_single_image-wrapper::after {
	bottom: 7px;
}
@media screen and (max-width: 785px) {
	.search-result-box:hover .vc_single_image-wrapper::after, .search-result-box.bb-higher:hover .vc_single_image-wrapper::after {
		bottom: 2px;
	}
}

@media screen and (max-width: 767px) {
	.products .search-result-box:nth-child(2), div .search-result-box:nth-child(3) {
		margin-left: 1.5%;
	}
}

@media screen and (max-width: 480px) {
	.search-result-box {
		width: 100%;
		margin: auto;
	}
	
	.products .search-result-box:nth-child(1), .products .search-result-box:nth-child(2), div .search-result-box:nth-child(3) {
		margin-left: auto;
	}
}
/*--------------------------------------------------------------
# WOOCOMMERCE
--------------------------------------------------------------*/
.shop-container {
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.shop-container > .search-form2 {
	width: 320px;
	display: block;
	position: relative;
}
.shop-container > .products-form {
	width: -moz-calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	width: -o-calc(100% - 120px);
	width: calc(100% - 120px);
	display: block;
	overflow-y: hidden;
}
.shop-container .products {
	width: 100%;
	display: block;
	overflow-y: hidden;
}
.shop-container .products > .product {
	width: -moz-calc(33% - 30px);
	width: -webkit-calc(33% - 30px);
	width: -o-calc(33% - 30px);
	width: calc(33% - 30px);
}
.shop-container .products > .product > a.woocommerce-LoopProduct-link {
	width: 200px;
	text-align: center;
    margin: auto;
    display: block;
    position: relative;
}
.shop-container .products > .product > a.woocommerce-LoopProduct-link > img {
	padding: 20px;
	margin: auto;
  max-height: none;
	max-width: 200px;
  width: auto;
  object-fit: contain;
  width: 200px;
  height: auto;	
}
.shop-container .products > .product > a.woocommerce-LoopProduct-link > div {
	/*margin-top: -200px;
	height: 200px;*/
}
.woocommerce-loop-product__title {
	font-family: PlayfairDisplay;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
}
.woocommerce-loop-product__subtitle {
	margin: 0 0 10px;
	font-family: PontantSans;
	font-style: italic;
	font-size: 13px;
}

/*------- NUOVA REGOLA PER CARRELLO 25/05/2018 - edit by Riccardo ----------*/
.woocommerce a.remove {
	font-size: 35px;
	width: 45px;
	height: 45px;
}
/*--------------------------------------------------------------------------*/

.shop-container .products > .product .price {
	font-family: PontantSans;
	color: #848588;
	font-size: 16px;
}
.shop-container .products > .product .price::before {
	content: ' ';
	height: 2px;
	width: 30%;
	display: block;
	margin: 0 auto 10px;
	background-color: #848588;
}
.shop-container .products > .product .sell-online .price::before, .last-arrivals .content .products .container .product .sell-online .price::before {
	background-color: #b39fa0;
}
.shop-container.gray .products > .product .price::before {
	background-color: #7d7d7d;
	
}
.shop-container.green .products > .product .price::before {
	background-color: #848588;
	
}
.shop-container.brown .products > .product .price::before {
	background-color: #b39fa0;
	
}

.shop-container .products > .product .add_to_cart_button {
	/*display: none;*/
	height: 30px;
}
.shop-container .products > .product:hover .add_to_cart_button {
	display: inline-block;
}

.shop-container .products > .product:hover .woocommerce-loop-product__title {
	margin-top: 0;
}

.add-to-cart-img,
.add-to-cart-img-hover {
	width: 20px;
	height: auto;
    max-height: 20px;
    width: auto;
	max-width: 20px !important;
}

.add-to-cart-img-hover {
	display:none;
}
.touch .add-to-cart-img,
a:hover > .add-to-cart-img {
	display: none;
}
.touch .add-to-cart-img-hover,
a:hover > .add-to-cart-img-hover {
	display: inline !important;
}
.product-icons {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -60px;
	
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
	max-width: 149px;
	left: 50%;
	transform: translateX(-50%);
}
.product-icons > a {
	padding: 10px 3.5px;
}

/*CoV19 banner*/
div#popmake-369978 {
    background: url(https://www.eThemegioielli.com/wp-content/uploads/revslider/home-new/img-full-home-1.jpg);
    background-size: cover;
    background-position: center;
}

.popup-style{
	font-size: 20px;
    font-weight: bold;
    /* background: #7b7b7b; */
    /* color: white !important; */
    max-width: 500px;
    margin: auto;
    padding: 10px;
    background: white;
    background-color: rgba(255, 255, 255, 0.7);
}

/*CoV19 end*/




}

.touch .shop-container .products > .product .product-icons,
.shop-container .products > .product:hover .product-icons {
	bottom: 0;
}

.product-title-price {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
    -webkit-transition: margin .5s; /* Safari */
    transition: margin .5s;
}

.touch .shop-container .products > .product .product-title-price
.shop-container .products > .product:hover .product-title-price {
	margin-top: -10px;
	margin-bottom: 50px;
}

.vc_mobile .product-icons {
	bottom: 0;
}
.vc_mobile .product-title-price {
	margin-top: -20px;
	margin-bottom: 40px;
}

.woocommerce-ordering {
	float: initial !important;
}
.products-form .inline {
	display: inline-block;
	display: -webkit-flex;
	display: flex;
}
.products-form .inline > form {
	display: -webkit-box;
	display: flex;
}
.products-form .inline > form p {
	padding-right: 15px;
}
.products-form .inline > form .select {
	margin-right: 30px;
    margin-top: 9px;
}
.products-form .inline > form .seleect-orderby {
	width: 300px;
}
.products-form .inline > form .select-perpage {
	width: 150px;
}

div.result-count {
	font-style: italic;
}

div.result-count::before {
	content: ' ';
	width: 100%;
	height: 2px;
	background-color: #848588;
	display: block;
}

.brown div.result-count::before {
	background-color: #b39fa0;
}
.gray div.result-count::before {
	background-color: #7d7d7d;
}
.green div.result-count::before {
	background-color: #848588;
}
.gray div.result-count::before {
	background-color: #7d7d7d;
}
.green div.result-count::before {
	background-color: #848588;
}
.brown div.result-count::before {
	background-color: #b39fa0;
}

div.product-sell-state {
	width: 120px;
	margin: 0 auto;
	margin-bottom: 1.5em;
	background-color: #848588;
	color: white;
	text-align: center;
}
div.product-sell-state.online {
	background-color: #b39fa0;
}
div.product-sell-state.inverted {
	color: #848588;
	background-color: white;
	border: 1px solid #848588;
}
div.product-sell-state > p {
	padding: 2.5px 0;
	width: 120%;
	margin-left: -10%;
	margin-top: 0;
	margin-bottom: 0;
}
div.product-sell-state > p > a, div.product-sell-state > p > a:hover, div.product-sell-state > p > a:active, div.product-sell-state > p > a:focus {
	color: white;
}
div.product-sell-state.inverted > p > a, div.product-sell-state.inverted > p > a:hover, div.product-sell-state.inverted > p > a:focus, div.product-sell-state.inverted > p > a:active {
	color: #848588;
}
.woocommerce-breadcrumb::after {
	content: ' ';
	width: 100%;
	height: 2px;
	background-color: #848588;
	display: block;
}
.gray .woocommerce-breadcrumb::after {
	background-color: #7d7d7d;
}
.green .woocommerce-breadcrumb::after {
	background-color: #848588;
}
.brown .woocommerce-breadcrumb::after {
	background-color: #b39fa0;
}

div.wpcf7-response-output {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
@media screen /*and (max-width: 996px) */
and (max-width: 1023px)
and (orientation: portrait), screen and (max-width: 600px) {
	div.wpcf7-response-output {
		position: static;
		transform: translateX(0);
	}
}

/*.woocommerce div.product div.images img {
	height: 100%;
	width: auto;
	margin: auto;
	max-height: none !important;
	max-width: 100%;
}*/

.woocommerce div.product div.arrow > img {
	max-height: 100%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .single-product main .product > div.ewcs-product-onimage, .popup_product_details main .product > div.ewcs-product-onimage {
    width: 100%;
}
.products .product > a.woocommerce-LoopProduct-link > div.ewcs-product-onimage {
	position: relative;
	margin-top: -200px;
	height: 180px !important;
	margin-bottom: 30px;
	width: auto !important;
	left: auto !important;
}
@media screen and (max-width: 1300px) {
	.products .product > a.woocommerce-LoopProduct-link > div.ewcs-product-onimage {
		margin-top: -150px;
		height: 110px  !important;
	}
}
.single-product  main .product > div.ewcs-product-onimage, .popup_product_details main .product > div.ewcs-product-onimage {
	position: absolute;
	height: 700px;
}
/*.woocommerce-product-gallery .flex-viewport {
	float: right;
	width: 600px;
}*/
.woocommerce-product-gallery .flex-control-nav {
	float: left;
	/*width: 100px;
	height: 520px;*/
	overflow: hidden;
	/*padding: 30px 0 !important;*/
}
/*.woocommerce div.product div.images .flex-control-thumbs li {
/* .woocommerce-product-gallery .flex-control-nav li { */
	/*float: initial;
	width: 100px;
	height: 100px;
	margin: 15px 0;
    -webkit-transition: margin .5s; /* Safari */
    /*transition: margin .5s;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
}*/
.woocommerce div.product div.images .flex-control-thumbs li img {
/* .woocommerce-product-gallery .flex-control-nav li img { */
	/*float: initial;*/
	width: auto;
	height: auto;
	/*max-height: 100px;*/
	margin: auto;
}

.woocommerce div.product .arrow {
	background: white;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {

	width: calc(100% - 700px);
}
.product_title.entry-title {
	font-family: 'Tenor Sans', sans-serif;;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
}
.woocommerce-Price-amount.amount {
	color: #848588;
}
.gray .woocommerce-Price-amount.amount {
	color: #7d7d7d;
}
.green .woocommerce-Price-amount.amount {
	color: #848588;
}
.brown .woocommerce-Price-amount.amount {
	color: #b39fa0;
}
.single_add_to_cart_button.button.alt {
	background-color: #fff !important;
	border: 1px solid #848588;
	border-radius: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
    padding: 10px 60px;
	
}
.gray .single_add_to_cart_button.button.alt {
	/* background-color: #7d7d7d !important; */
	border: 1px solid #7d7d7d;
	color: #7d7d7d;
}
.green .single_add_to_cart_button.button.alt {
	/* background-color: #848588 !important; */
	border: 1px solid #848588;
	color: #848588;
}
.brown .single_add_to_cart_button.button.alt {
	/* background-color: #b39fa0 !important; */
	border: 1px solid #b39fa0;
	color: #b39fa0;
}

.gray .single_add_to_cart_button.button.alt:hover {
	background-color: #7d7d7d !important;
	color: #fff;
}
.green .single_add_to_cart_button.button.alt:hover {
	background-color: #848588 !important;
	color: #fff;
}
.brown .single_add_to_cart_button.button.alt:hover {
	background-color: #b39fa0 !important;
	color: #fff;
}
.summary.entry-summary {
	padding-left: 20px;
}
.product-summary-links,
.product-summary-after-links {
	width: 100%;
	font-size: 14px;
}
.product-summary-after-links{
	margin-top: 10px;
}
@media print {
	.product-summary-after-links{
		display: none;
	}
}
.product-summary-print {
	font-size: 14px;
}
.product-summary-links::after {
	content: ' ';
	width: 100%;
	height: 2px;
	background-color: #848588;
	display: block;
	margin-top: 5px;
	
}
.gray .product-summary-links::after {
	background-color: #7d7d7d;
}
.green .product-summary-links::after {
	background-color: #848588;
}
.brown .product-summary-links::after {
	background-color: #b39fa0;
}
.product_meta {
	font-size: 14px;
}
.product-summary-links a img, .product-summary-after-links a img {
	margin-top: -3px !important;
}
.product-summary-print img,
.product-summary-links img,
.product-summary-after-links img {
	height: 22px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.product-summary-links > div:nth-child(1),
.product-summary-after-links > div:nth-child(1) {
	float:left;
}
.product-summary-links > div:nth-child(2),
.product-summary-after-links > div:nth-child(2) {
	float:left;
}
.summary.entry-summary > a {
	display: none;
}
.product-summary-links > div:nth-child(3),
.product-summary-after-links > div:nth-child(3) {
	text-align: right;
}
.product-summary-links > div:nth-child(3) > a > img,
.product-summary-after-links > div:nth-child(1) > a > img {
	width: 22px;
	height: auto;
}
.product-summary-after-links > div:nth-child(1) > a:nth-of-type(2) > img,
.product-summary-after-links > div:nth-child(1) > a:nth-of-type(3) > img {
	height: 20px;
	width: auto;
}
.product-summary-specifications {
	margin: 40px 0;
}
.product-summary-specifications .section-title {
	color: #848588;
	margin: 0;
	font-size: 16px;
}
.gray .product-summary-specifications .section-title {
	color: #7d7d7d;
}
.green .product-summary-specifications .section-title {
	color: #848588;
}
.brown .product-summary-specifications .section-title {
	color: #b39fa0;
}
.section {
	font-size: 14px;
}
.product-summary-specifications .section-title::after {
	content: ' ';
	width: 100%;
	height: 1px;
	background-color: #848588;
	display: block;
	margin-top: 30px;
}
.gray .product-summary-specifications .section-title::after {
	background-color: #7d7d7d;
}
.green .product-summary-specifications .section-title::after {
	background-color: #848588;
}
.brown .product-summary-specifications .section-title::after {
	background-color: #b39fa0;
}
.product-summary-specifications .section p {
	font-style: italic;
	margin: 5px 0 2px;
}
.product-summary-specifications .section p span:last-child{
	float: right;
}
.product-summary-specifications .section::after {
	content: ' ';
	width: 100%;
	height: 1px;
	background-color: #848588;
	display: block;
}
.gray .product-summary-specifications .section::after {
	background-color: #7d7d7d;
}
.green .product-summary-specifications .section::after {
	background-color: #848588;
}
.brown .product-summary-specifications .section::after {
	background-color: #b39fa0;
}

.product-summary-print > div:nth-child(1) {
	float: left;
}
.product-summary-print > div:nth-child(2) {
	float: right;
}

.tabs.wc-tabs {
	text-align: center;
	padding: 0 !important;
}
.tabs.wc-tabs::before {
	display: none !important;
}
.tabs.wc-tabs::after {
	content: ' ';
	width: 100%;
	background-color: #848588;
	height: 2px;
	display: block;
}
.gray .tabs.wc-tabs::after {
	background-color: #7d7d7d;
}
.green .tabs.wc-tabs::after {
	background-color: #848588;
}
.brown .tabs.wc-tabs::after {
	background-color: #b39fa0;
}

.tabs.wc-tabs > li {
	border: none !important;
	background-color: inherit !important;
	color: #848588 !important;
	padding: 15px 0 0 !important;
	font-weight: normal !important;
}
.tabs.wc-tabs > li.active::after {
	content: ' ';
	width: 100% !important;
	background-color: #848588;
	height: 4px !important;
	display: block;
	margin-top: 6px;
	
	
	border: none !important;
	position: initial !important;
	bottom: initial !important;
	left: initial !important;
	border-bottom-right-radius: initial !important;
	box-shadow: initial !important;
}
.tabs.wc-tabs > li a {
	color: #848588 !important;
	margin: 0 25px !important;
	padding: 15px 0 !important;
	font-weight: normal !important;
	font-size: 18px;
}
.tabs.wc-tabs > li::before,
.tabs.wc-tabs > li::after{
	border: none !important;
	position: initial !important;
	bottom: initial !important;
	width: initial !important;
	height: initial !important;
	left: initial !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	box-shadow: none !important;
	content: initial !important;
}

.tabs.wc-tabs > li:hover::after,
.tabs.wc-tabs > li.active::after {
	content: ' ' !important;
	width: 100% !important;
	background-color: #848588 !important;
	height: 4px !important;
	display: block !important;
	margin-top: 6px !important;
}

.gray .tabs.wc-tabs > li:hover::after,
.gray .tabs.wc-tabs > li.active::after {
	background-color: #7d7d7d !important;
}
.brown .tabs.wc-tabs > li:hover::after,
.brown .tabs.wc-tabs > li.active::after {
	background-color: #b39fa0 !important;
}
.green .tabs.wc-tabs > li:hover::after,
.green .tabs.wc-tabs > li.active::after {
	background-color: #848588 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0 !important;
}

.wpcf7-form {
	display: -webkit-box;
	display: flex;
	width: 100%;
	background-color: #f7f7f7;
}
.wpcf7-form > .left-form {
	width: 50%;
	padding: 30px;
}
.wpcf7-form > .right-form {
	width: 50%;
	padding: 30px;
}
.wpcf7-form .label {
	width: 100px;
}
.wpcf7-form .field {
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -o-calc(100% - 100px);
    width: calc(100% - 100px);
    float: right;
}
.wpcf7-form .label2 {
	width: 150px;
}
.wpcf7-form .field2 {
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
    float: right;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
	border: none;
	background-color: #fff;
	border-radius: 0;
}
.wpcf7-form input[type="checkbox"] {
    border: 1px solid #848588;
	border-radius: 0;
	background-color: #fff;
	margin-left: -moz-calc(150px - 1em);
	margin-left: -webkit-calc(150px - 1em);
	margin-left: -o-calc(150px - 1em);
	margin-left: calc(150px - 1em);
	margin-top: 10px;
}
.wpcf7-form input[type="submit"]{
    background-color: #848588 !important;
    border-radius: 0;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
    padding: 10px 60px;
	text-transform: uppercase;
	margin-left: 150px;
}
.eTheme-checkbox .mc4wp-checkbox {
	margin-left: 16px;
}
.disabled {
	pointer-events: none;
}

.gray .wpcf7-form input[type="submit"]{
    background-color: #7d7d7d !important;
}
.brown .wpcf7-form input[type="submit"]{
    background-color: #b39fa0 !important;
}
.green .wpcf7-form input[type="submit"]{
    background-color: #848588 !important;
}
.woocommerce-Button.button {    
	background-color: #848588 !important;
    border-radius: 0!important;
    color: #fff!important;
    font-weight: normal!important;
    font-size: 18px!important;
    padding: 10px 50px!important;
    text-transform: uppercase;
    margin-right: 5px!important;
    width: 250px;
    display: block!important;
    margin: 0 auto!important;
}
.disabled {
    /* pointer-events: none; */
    cursor: not-allowed;
}

.product_title_brand {
    margin: 0;
    font-size: 20px;
    font-style: italic;
}
.eplay-cart {
	display: -webkit-box;
	display: flex;
	width: 70%;
	background-color: #f9f9f9;
    margin-left: -2000px;
    padding-left: 2000px;
    margin-right: -2000px;
    padding-right: 2000px;
	width: -moz-calc(4000px + 100%);
	width: -webkit-calc(4000px + 100%);
	width: -o-calc(4000px + 100%);
    width: calc(4000px + 100%);
}

.cart-details {
	background-color: #fff;
	width: 60%;
	height: auto;
	display: grid;
	
}
.cart-details-row {
	width: 100%;
	display: -webkit-box;
	display: flex;
}
.cart-total {
	background-color: #f2f2f2;
	width: 40%;
	padding: 35px 50px 35px 50px;
	height: 100%;
}

.cart-thumbnail {
	float: left;
	width: 200px;
	padding: 20px 10px 20px 50px;
	
}
.cart-summary {
	float: left;
	padding: 20px 10px 0 50px;
	/* min-width: 250px; */
	width: 100%;
}
.cart-delete {
	float: right;
	width: 50px;
}

.cart-total > h2 {
	
	color: #5B8990;
    font-family: PontantSans;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.cart-total > h2::after {
	
	content: " ";
	width: 90px;
	height: 1px;
	background-color: #864d27;
	display:block;
	margin: 20px auto 20px auto;
}

.cart-total p {
    color: #864d27;
    font-family: PontantSans;
    /* font-style: italic; */
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: left;
    width: 100%;
    font-family: 'Tenor Sans', sans-serif;;
}

.cart-total > h3 {
	color: #864d27;
    font-family: PontantSans;
    /* font-style: italic; */
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
    width: 100%;
    font-family: 'Tenor Sans', sans-serif; !important;
}

.cart-total > h3::before {
	
	content: " ";
	width: 90px;
	height: 1px;
	background-color: #864d27;
	display:block;
	margin: 20px auto 20px auto;
}

.cart-total > p > span,
.cart-total > h3 > span {
	float: right;
}

.cart-product-name {
	padding: 0 0 20px 0;
}

.cart-summary p,
.variations_form p,
.cart > p {
	
	color: #5B8990;
    font-family: PontantSans;
	/* font-style: italic; */
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
	text-align: left;
	width: 100%;
	
    padding: .2em .6em .3em;
    margin-bottom: 0px;
}
.cart-summary p > span {
	
	float: right;
}
.cart-product-name a {
	
	color: #7c8693;
    font-family: 'Tenor Sans', sans-serif;;
	font-style: italic;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
	text-align: left;
	width: 100%;
}
.cart-quantity > p {
	height: 45px;
}
.cart-quantity > p > select {
	width: 80px !important;
}
.variations_form > div > p > select,
.woocommerce-variation-add-to-cart > p > select,
.cart > p > select {
    float: right;
    max-width: 100%;
    min-width: 50%;
    margin-right: 1em;
}
.summary.entry-summary > * {
    width: 100%;
}
.ajax_add_to_cart:not(.single_add_to_cart_button),
a.button.product_type_variable {
    font-size: 11px !important;
}
.woocommerce-variation-price {
	display: none !important;
}

.full-line,.full-line-bottom {
	width: 100%;
	height: 0;
}
.full-line::after,.full-line-bottom::after {
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #7c8693;
	display:block;
	margin-bottom: 0px;
}
.full-line-bottom::after {
	margin-bottom: 0px;
	margin-top: 50px;
}
.eplay-cart .actions {
	height: 0;
}
p.purchase-guide-cart {
	color: #7c8693;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-left: 0px;
}
.purchase-guide-wrap ul {
	padding-left: 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	color: #848588;
	background: white;
	border: 1px solid #848588;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #848588 !important;
}
.woocommerce-cart #menu-menu-guida li {
	display: block;
	margin: auto;
}
.cart-empty.woocommerce-info {
	border-top-color: #848588;
}
.cart-empty.woocommerce-info::before {
	color: #848588;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	color: #848588;
	background: white;
	border: 1px solid #848588;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #848588 !important;
}
/*.woocommerce-product-gallery__image {
    height: 500px;
}
@media screen and (max-width: 480px) {
	.woocommerce-product-gallery__image {
	height: 350px;
	}
}*/
.single-brand-subtitle {
	font-size: 22px;
}

/*.brands-container:nth-child(1) .brands img {
	outline: 1px solid #848588;
}

.brands-container:nth-child(3) .brands img {
	outline: 1px solid #7d7d7d;
}

.brands-container:nth-child(1) .brands img:hover {
	outline: 5px solid #848588;
}

.brands-container:nth-child(3) .brands img:hover {
	outline: 5px solid #7d7d7d;
}*/

.gray .widget_layered_nav_filters ul li a::before {
	color: #7d7d7d;
}
.brown .widget_layered_nav_filters ul li a::before {
	color: #b39fa0;
}
.green .widget_layered_nav_filters ul li a::before {
	color: #848588;
}

.page-id-126 #post-126 .eTheme-slider .content .background {
	background-size: 100% !important;
	background-position: center !important;
}
/*.woocommerce-message {
	display: none;
}*/

.wedding-list-title {
	
    font-size: 36px;
    font-family: 'Tenor Sans', sans-serif;;
    font-style: italic;
	text-align: center;
}
.wedding-list-description {
    font-size: 20px;
    text-align: center;
}
.eplay-wedding-list-button {
    background-color: #b39fa0 !important;
    border-radius: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px !important;
    padding: 10px 60px;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
}
.eplay-wedding-list-search input[type=text] {
    border: 2px solid #87ABB0;
    max-width: 150px;
    -webkit-appearance: none;
    border-radius: 0 !important;
}
.eplay-wedding-list-search input[type=submit]{
	
    height: 34px;
    border: 2px solid #87ABB0;
    border-radius: 0;
    background-color:#87ABB0;
    color: #fff;
    margin-left: -4.52px;
    padding: 10px;
}
.wedding-list-bought {
    margin-bottom: 10px;
    font-family: PontantSans;
    font-style: italic;
    font-size: 13px;
}

.reserved.single {
	/*top:290px;
	left: 440px;*/
	top: auto;
	right: 0;
	bottom: 0;
	z-index: 10;
	/*transform: rotate(180deg);*/
	opacity: 0;
	transform: translateX(100%);
	transition: opacity 1s, transform 1s;
}
.reserved.single.show {
	opacity: 1;
	transform: translateX(0);
}

.reserved.single p {
	position: relative;
	top: 65%;
	margin: 0 !important;
	padding-left: 0;
	padding-bottom: 40px;
	font-size: 24px;
	z-index: 10;
	transition: none;
	transform: rotate(-46deg) translateX(30%);
	text-align: center;
	width: 100%;
}

.mobile-top {
	display: none !important;
}
.mobile-top .widget-title {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}


.shop-overlay{
	position: fixed;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,.8);
    opacity: 0.4;
    z-index: 9;
    top: 0;
    left: 0;
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #864d27;
    vertical-align: inherit;
    border: 0;
    font-size: 19px;
    align-items: center;
    text-align: 50%;
    top: 1px;
    position: relative;
}

.widget_layered_nav_filters .widget-title {
    font-size: 0;
}

.shop-overlay{
	display: none;
}

.shop-overlay.active{
	display: block;
}

@media only screen /*and (max-width: 996px)*/
and (max-width: 1023px)
{
	.mobile-top {
		display: block !important;
	}
	.desk {
		display: none !important;
	}
	.site-footer > .second-row > div.middle > .menu-footer-1 ul {
		width: 75%;
	}
}


.firma-mail {
	text-align: right;
}

.wc_wrapper{
	display: flex;
}



.summary.entry-summary > a.product-title-brand {
	display: inline;
}
/* LE IMMAGINI DEI BRAND SI VEDONO MALE (TROPPO PICCOLE), PER ORA TOLGO MAX-WIDTH
/*.summary.entry-summary > a.product-title-brand img {
	max-width: 60%;
}*/
.woocommerce div.product form.cart .button {
	float: initial;
	position:relative;
	/* left: 50%; */
	/* transform: translateX(-50%); */
	/*width: calc(50% - 5px);*/
	height: 50px;
	font-size: 22px;
	padding: 0;

}

.woocommerce div.product form.cart .button {
	float: initial;
    position: relative;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* width: calc(50% - 5px); */
    height: 50px;
    font-size: 16px !important;
    background: #864d27 !important;
    color: white;
    padding: 0;
}

.product-summary-print, .product-summary-print > div {
	width: 100%;
	
}
#yourOffer {
	margin-top: 10px;
	position:relative;
	/* left: 50%; */
	/* transform: translateX(-50%); */
    font-size: 22px;
    width: 227px;
    text-align: center;
     padding-left: 0;
    padding-right: 0;
	margin:0;
	width: calc(50% - 5px);
	margin-left: 10px;
}
/*#backToShop, .single_add_to_cart_button {
	margin-top: 10px;
	position:relative;
	/* left: 50%; */
	/* transform: translateX(-50%); */
    /*font-size: 22px;
    width: 100%;
	height: 75px;
    text-align: center;
     padding-left: 0;
    padding-right: 0;
}*/

.single_add_to_cart_button {
	margin-top: 10px;
	position:relative;
	/* left: 50%; */
	/* transform: translateX(-50%); */
    font-size: 22px;
    width: 100%;
	height: 75px;
    text-align: center;
     padding-left: 0;
    padding-right: 0;
}
#yourOffer > span,
#backToShop > span, .single_add_to_cart_button > span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.contact-wrapper_fullwdith #yourOffer {
	width: 100%;
	margin-left: 0;
}

#mob-search, #wechat-popup {
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

#mob-search input[type="search"], #mob-search input[type="submit"] {
	position: absolute;
	font-size: 32px;
  font-weight: 300;
  text-align: center;
	margin: 0px auto;
	outline: 1px solid #848588;
}

.extended-info .etheme-main-button-inner {
    background: #222222;
    margin: 2px;
    width: calc(50% - 4px);
}

#mob-search input[type="search"] {
    width: 90%;
		left: 5%;
		top: 30%;
    color: black;
    background: white;
    border: 0px;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
}

#mob-search input[type="submit"] {
	top: 45%;
	background: #848588;
	color: white;
	width: 50%;
	left: 25%;
	border: 0;
	border-radius: 0;
}
#mob-search.open .close, #wechat-popup.open .close, .popup_product_details.show .close {
    position: fixed;
    top: 0px;
    right: 0;
    color: #fff;
    background-color: #848588;
    border-color: #848588;
    opacity: 1;
    padding: 0px;
    font-size: 37.5px;
    width: 45px;
    height: 45px;
    line-height: 1;
    text-align: center;
    display: block;
    cursor: pointer;
    z-index: 10;
}
  
#wechat-popup.open > div {
	position: absolute;
	text-align: center;
	margin: 0px auto;
	width: 90%;
	left: 5%;
	top: 30%;
} 
@media only screen and (max-width:1300px) {
	#wechat-popup.open > div {
		top: 25%;
	}
}
@media only screen and (max-width:900px) and (max-height: 420px) {
	#wechat-popup.open > div {
		top: 0;
	}
	#mob-search.open .close, #wechat-popup.open .close {
		top: 10px;
		right: 30px;
		font-size: 30px;
		width: 35px;
		height: 35px;
	}
}
@media only screen and (max-width:480px) {
	#wechat-popup.open > div {
		top: 20%;
	}
}

#mob-search.open, #wechat-popup.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

div.faq-block {
	margin-bottom: 10px;
}

div.faq-block summary {
	cursor: pointer;
	font-weight: bold;
}

div.newsletter-promo {
	text-align: center;
}
div.newsletter-promo h2 {
	margin-top: 70px;
	font-family: 'Nanum Myeongjo', serif;
    font-style: normal;
	font-weight: normal;
	font-size: 32px;
}
.shop-container.related {
	display: block;
}
.related-title {
    font-size: 36px;
    font-family: 'Tenor Sans', sans-serif;;
    font-style: italic;
    text-align: center;
    padding: 25px;
	
}
.related-title::after {
    content: ' ';
    height: 2px;
    width: 100%;
    display: block;
    background-color: #848588;		
}
.green .related-title::after {
    background-color: #848588;		
}
.brown .related-title::after {
    background-color: #b39fa0;		
}
.gray .related-title::after {
    background-color: #7d7d7d;		
}

.lds-spinner-wrapper {
	width: initial;
	text-align: center;
}
@media screen and (min-width: 1024px) {
	.lds-spinner-wrapper {
		margin-bottom: 150px;
	}
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
	height: 64px;
	text-align: center;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: gray;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.shop-areas > .shop-area-box {
	opacity: 0;
	transition: all 0.5s ease-in-out 0.5s;
}
.shop-areas > .shop-area-box:nth-child(1) {
	transform: translateX(-100%);
}
.shop-areas > .shop-area-box:nth-child(2), .shop-areas > .shop-area-box:nth-child(3) {
	transform: translateY(-100%);
}
.shop-areas > .shop-area-box:nth-child(4) {
	transform: translateX(100%);
}
.shop-areas > .shop-area-box.show-animated {
	transform: translateX(0) translateY(0) !important;
	opacity: 1;
}

.brands-container.start-hidden {
	height: 0;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-100%);
	transition: height 1s, visibility 1s, transform 1s, opacity 1s ease-in-out .25s;
}

.brands-container.start-hidden.showbrands {
	height: auto;
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
}

@media screen and (max-width: 480px) {
	.shop-areas > .shop-area-box:nth-child(1), .shop-areas > .shop-area-box:nth-child(3) {
		transform: translateX(-100%);
	}
	.shop-areas > .shop-area-box:nth-child(2), .shop-areas > .shop-area-box:nth-child(4) {
		transform: translateX(100%);
	}
}

.page-id-13 .rev_slider_wrapper .banner-title .word {
	transition: all 660ms ease-in-out !important;
}
.page-id-13 .rev_slider_wrapper .banner-title .word > span {
	opacity: 0;
	backface-visibility: visible;
	transition: all 660ms ease-in-out !important;
	transform-origin: 50% 50% 0px;
	transform: perspective(1050px) rotateY(0deg) scale(0.5);
	-webkit-transition: all 660ms ease-in-out !important;
	-webkit-transform-origin: 50% 50% 0px;
	-webkit-transform: perspective(1050px) rotateY(0deg) scale(0.5);
	display: inline-block;
	min-width: 10px;
}

.countdown-wrapper {
  margin: 35px auto -50px auto;
	width: 100%;
	text-align: center;
}
.countdown-wrapper .countdown-container {
  height: 130px;
}
.countdown-wrapper .time {
  border-radius:0 0 15px 0;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 65px;
	margin: 0 2.5px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.countdown-wrapper .count {
	color: #202020;
  background: #f8f8f8;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2.4em;
  line-height: 2.4em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);*/
  top: 0;
  width: 100%;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.countdown-wrapper .count.top {
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 0.25px solid #4b4c4f;
  border-radius: 0;
  height: 50%;

  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.countdown-wrapper .count.bottom {
  background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
	border-top: 0.25px solid #4b4c4f;
	border-bottom: 1px solid rgba(255,255,255,0.1);
  border-radius: 0 0 15px 0px;
  line-height: 0;
  height: 50%;
  top: 50%;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.countdown-wrapper .label {
  font-size: 14px;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
}
/* Animation start */
.countdown-wrapper .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.countdown-wrapper .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
/* Animation end */
.countdown-wrapper .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;

  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.countdown-wrapper .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;

  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@media screen and (max-width: 48em) {
  .countdown-wrapper {
    width: 100%;
  }
  .countdown-wrapper .countdown-container {
    height: 100px;
  }
  .countdown-wrapper .time {
      height: 70px;
      width: 48px;
  }
  .countdown-wrapper .count {
    font-size: 1.5em;
    line-height: 70px;
  }
  .countdown-wrapper .label {
    font-size: 0.8em;
    top: 72px;
  }
}

#text-3 br, #text-5 br {
	display: none;
}

p.newsletter-form {
	margin-top: 0;
}

.woocommerce .product .quantity .qty {
	display: none !important;
}

.gdpr.gdpr-privacy-bar, .gdpr.gdpr-reconsent-bar {
	background: rgba(135, 171, 176, 0.9)	!important;
}
.gdpr.gdpr-privacy-bar .gdpr-agreement, .gdpr.gdpr-reconsent-bar .gdpr-agreement, 
.gdpr.gdpr-privacy-bar .gdpr-agreement:hover, .gdpr.gdpr-reconsent-bar .gdpr-agreement:hover, 
.gdpr.gdpr-privacy-bar .gdpr-agreement:active, .gdpr.gdpr-reconsent-bar .gdpr-agreement:active, 
.gdpr.gdpr-privacy-bar .gdpr-agreement:focus, .gdpr.gdpr-reconsent-bar .gdpr-agreement:focus {
	background: rgb(46, 46, 48);
	border-color: rgb(44, 44, 46);
	-webkit-box-shadow: 0 1px 0 rgb(44, 44, 46);
	box-shadow: 0 1px 0 rgb(44, 44, 46);
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgb(44, 44, 46), 1px 0 1px rgb(44, 44, 46), 0 1px 1px rgb(44, 44, 46), -1px 0 1px rgb(44, 44, 46);
}
.gdpr.gdpr-privacy-bar .gdpr-agreement.gdpr-close, .gdpr.gdpr-reconsent-bar .gdpr-agreement.gdpr-close {
	background: transparent !important;
	border-color: transparent !important;
	-webkit-box-shadow: 0 0 !important;
	box-shadow: 0 0 !important;
	text-shadow: 0 0 !important;
}


/*New eTheme Styles*/

.left-nav-menu, .right-nav-menu{
	width: 100%;
}

.main-navigation li {
    float: none;
    /*display: inline-block;
    margin: 0 10px;*/
}

.nav-first-row, .nav-extra-row{
	padding: 0 15px;
}

.nav-extra-row{
	background: #864D27;
}

.nav-first-row{
	width:100%;
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
	margin-bottom: 30px;
    margin-top: 20px;

}

.header-search-form{
	display: none;
}

.left-actions, .right-actions{
	width: 10%;
}

.centerd-menu {
	width: 80%;
	display: flex !important;
	justify-content: center;
}

.etheme-logo-inner{
	height: 100px;
    width: 220px;
    display: inline-block;
    position: relative;
}

.etheme-logo-img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.left-nav-menu, .right-nav-menu{
    display: flex;
    align-items: center;
    justify-content: center;
}

#site-navigation .nav-first-row {
    height: 80px;
    top: 0;
}

.extra-bar-item{
	color: white;
	line-height: 1;
	font-family: 'Nanum Myeongjo', serif;
	font-weight: 300;
    margin: 7px 0;
}

.nav-extra-row{
	display: flex;
    width: 100%;
	justify-content: space-between;

}

.left-actions, .right-actions{
	display: flex;
    align-items: center;
}

.header-search-form {
    margin: 0 20px;
}

.left.etheme-element.lang-selector a {
	display: inline-block;
	margin: 0 10px;
}

.shop-now-button{
	position: fixed;
    right: 0;
    top: 50%;
    background: #864d27;
    z-index: 2;
}

.shop-now-text {
    margin: 0;
    padding: 10px;
    color: white;
}

.etheme-payment-methods {
    max-height: 70px;
}

.etheme-subfooter-item p{
	line-height: 40px;
	margin: 0;
}

.site-footer .first-row{
	margin-bottom: 50px;
}

.widget ul {
    list-style: none;
    padding: 0;
}

/*.site-footer > .first-row > div.middle > div {
    padding: 0 7%;
}*/

.etheme-subfooter .etheme-subfooter-item{
	padding: 0;
}

.logo-row{
	margin: auto;
    width: 10%;
    text-align: center;
	min-width: 200px;
	margin-bottom: 20vh;
	margin-top: -3%;
}

.logo-row .etheme-logo-wrapper{
	padding: 20px 0;
    max-height: initial;
}

.subscribe-row{
	background: #eaeaea;
	min-height: 500px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

.subscribe-row .etheme-subscribe-form {
    display: inline-flex !important;
}

.yikes-mailchimp-container{
	height: 60px;
    overflow: hidden;
}

input.etheme-subscription-input {
	padding: 10px !important;
    margin: 0 !important;
    height: 60px !important;
    border: none !important;
	outline: 0 !IMPORTANT;
	padding-left: 30px !important;
}

.submit-button-inline-label{
	height: 60px;
    margin: 0;
    overflow: hidden;
}
label.label-inline.EMAIL-label.yikes-mailchimp-field-required {
	padding: 0 !important;
    margin: 0 !important;
}

.etheme-subscribe-button{
	line-height: 40px;
    background: #864d27;
    border-radius: 0;
    outline: none !important;
	box-shadow: none !important;
	border: none !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary {
    color: #fff;
    background-color: #864d27;
    border-color: #864d27;
}

.btn-primary:hover {
    color: #fff;
    background-color: #8b8c8f;
    border-color: #8b8c8f;
}

.subscribe-row-inner{
	width: 100%;
    max-width: 600px;
	margin-bottom: 100px;
}

.etheme-tbox-inner{
	text-align: center;
}

.tbox-title {
	font-family: 'Nanum Myeongjo', serif;
    color: #864d27;
	font-size: 46px;
	margin-top: 0;
}

.news-post {
    font-size: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.news-block-wrap div:nth-child(even) {
    flex-direction: row-reverse;
}*/

.news-post.class-beckham{
	flex-direction: row-reverse;
}

.news-post{
	font-size:0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	flex-wrap: wrap;
}

.news-column{
	font-size: initial;
	/*width: 50%;*/
	padding: 0;
	
}

.news-text{
	padding-left: 5%;
	padding-right: 5%;
}

.news-foto img{
	width: 100%;
    height: 100%;
    object-fit: cover !important;
}


/*.news-column.news-text {
    width: 40%;
}

.news-column.news-foto {
    width: 60%;
}*/

.yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form select {
    background-color: #ffffff !important;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #864d27;
    border-color: #864d27;
    box-shadow: none;
}

div.wpcf7 .ajax-loader {
    position: absolute;
}

a:hover {
    text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #864d27;
    border-color: #864d27;
    box-shadow: unset !important;
    outline: none !important;
}

.etheme-btn-animate, .etheme-btn-animate:hover{
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.etheme-main-button{
	width: fit-content;
    margin: auto;
    background: transparent;
	border: 2px solid #848588;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin: 40px auto;
}

.etheme-main-button-text {
    margin: 0;
	padding: 10px 30px;
	text-decoration: none !important;
}

.etheme-main-button:hover {
    background-color: #864d27;
	border-color: #864d27;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.etheme-main-button:hover .etheme-main-button-text {
   color: white;
}

/*.etheme-tbox {
    margin-bottom: 40px;
}*/

.wpcf7-form {
    display: block !important;
    width: 100%;
    background-color: transparent;
    max-width: 1020px;
    margin: auto;
}

.current-menu-item {
    font-weight: bold;
    /*border-bottom: 1px solid #848588;*/
}

.etheme-contact-form{
	width: 100%;
    font-size: 0;
}

.etheme-contact-form div{
	font-size: initial;
	display: inline-block;
}

.c-item input, .c-item textarea {
    border: 2px solid #eaeaea!important;
    margin: 10px 0;
    background: transparent !important;
    width: 100%;
    padding: 10px;
}

.c-item input:focus, .c-item textarea:focus{
	outline-color: #864d27;
}

.wpcf7-form input[type="submit"] {
    background-color: #848588 !important;
    border-radius: 0;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    padding: 10px 60px;
    text-transform: uppercase;
    margin-left: 0;
}

.c-subm{
	margin-top: 25px;
	text-align: center;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 30px;
}

.c-subm input{
    width: auto;
	margin: auto;
	border: none !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.c-subm input:hover{
	background-color: #864d27 !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div.wpcf7-response-output {
	position: absolute;
    bottom: 0px !important;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.nav-icon span {
    height: 1px !important;

}

.first-gallery-item {
    width: 58.333333%;
}

.second-gallery-item {
    width: 41.666667%;
}

.news-block-wrap div:nth-child(odd) .first-gallery-item {
    width: 41.666667%;
}

.news-block-wrap div:nth-child(odd) .second-gallery-item {
	width: 58.333333%;
}
.etheme-shadow{
	webkit-box-shadow: 0px 11px 54px 1px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 11px 54px 1px rgba(0,0,0,0.51);
	box-shadow: 0px 11px 54px 1px rgba(0,0,0,0.51);
	z-index: 1;
    position: relative;
}

.etheme-shadow .vc_column-inner{
	padding: 0 !important;
}

.news-block-wrap.tempo-prezioso {
    max-width: 90vw;
    margin: auto;
}

.news-block-wrap.tempo-prezioso .news-post {
    background: transparent;
}

.tempo-prezioso .news-post{
	align-items: unset;
}

.tempo-prezioso .news-post:nth-child(1) .news-text{
	position: relative;
	top: 40vh;
}


.tempo-prezioso .news-post:nth-child(2) .news-text{
	position: relative;
	top: 20vh;
}

#etheme-maps .wpb_wrapper, #etheme-maps .wpb_gmaps_widget, #etheme-maps .wpb_map_wraper{
	height: 100% !important;
	padding: 0 !important;
}

#etheme-maps .vc_column-inner{
	padding: 0 !important;
}


p.etheme-sede-element {
    margin: 0;

}


.first-row .widget_text {
    margin-bottom: 40px;
}

.widget_media_image img {
    width: 80px;
}

#wpadminbar {
    background: #848588 !important;
}

.menu-item .sub-menu{
	padding-left: 0;
    padding: 10px;
    background: white;
    text-transform: uppercase;
    margin-left: 0;
}

.menu-item .sub-menu a{
	margin: 7px 0;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
}

.mini-item-inner{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.mini-item.column.item-text {
    width: 47%;
    padding: 70px 20px;
    background-color: rgb(245, 245, 245, 0.9);

    display: flex;
    flex-wrap: wrap;
    align-items: center;
	align-content: center;
	justify-content: center;
}

.mini-items-left .mini-item-inner {
    justify-content: flex-start;
}

#mini-item {
    background-size: cover;
    background-position: center;
}

.vc_images_carousel .vc_carousel-control {
    position: absolute;
    padding: 0;
    top: 50%;
    left: 0;
    bottom: 0;
    margin-top: -15px;
    width: 60px;
    height: 80px !important;
    opacity: 1 !important;
    font-size: 80px !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-tap-highlight-color: transparent;
	background: rgba(255, 255, 255, 0.9) !important;
}

.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    /*font-size: 80px !important;*/
    display: block;
	color: #848588 !important;
    padding: 0;
}

.etheme-shadow-2 {
    webkit-box-shadow:  0px -29px 50px 0px rgba(0,0,0,0.21);
    -moz-box-shadow:  0px -29px 50px 0px rgba(0,0,0,0.21);
	box-shadow: 0px -29px 50px 0px rgba(0,0,0,0.21);
	z-index: 1;
    position: relative;
}

/*.nav-second-row .desk{
	text-align: center;
}*/

.nav-second-row .desk img{
	width: auto !important;
	max-height: 340px;
}

#custom_html-6 .widget-title, #custom_html-7 .widget-title{
	font-family: 'Charm';
    color: #a66658 !important;
    font-size: 20px !important;
}

.shop-box{
	display: flex;
	flex-wrap: wrap;
}

.products > .product {
    width: -moz-calc(33% - 50px);
    width: -webkit-calc(33% - 50px);
    width: -o-calc(33% - 50px);
    width: calc(33% - 50px);
    display: inline-block;
    /* border: 1px solid black; */
    margin: 10px 15px;
    top: 0;
    overflow: hidden;
    /* height: 445px; */
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
}

header.woocommerce-products-header {
    display: none;
}

.archive-shop-title {
    text-align: center;
    margin: 100px 0;
}

.e-stock-msg{
	background: #848588;
    color: white;
    text-transform: uppercase;
}

.icon-ajax_add_to_cart.overlay-button {
    cursor: pointer;
}

.icon-ajax_add_to_cart.overlay-button.in-cart {
	cursor: auto;
	
}

.icon-ajax_add_to_cart.overlay-button.in-cart i {
    color: #864d27;
}

.archive, .single-product{
	background: #f5f5f5;
}

.product-title-price {
    margin-top: 0;
}

span.woocommerce-Price-amount.amount {
    color: #864d27;
    font-size: 19px;
}
.woocommerce-loop-product__cat {
	font-family: 'Nanum Myeongjo', serif;
    margin: 0 0 12px 0;
    font-size: 16px;
}

.woocommerce-loop-product__brand{
	text-transform: uppercase;
    font-size: 19px;
    margin: 0;
    color: #864d27;
}

.add-to-cart-box{
	position: absolute;
    width: 100%;
	opacity: 1;
	background: #864d27;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	z-index: 1;
	transition: transform .5s ease-in-out;
	text-align: center;
}

.add-to-cart-box a{
	background: #864d27 !important;
    color: white !important;
    font-weight: 400 !important;
}

.product:hover .add-to-cart-box{
	opacity: 1 !important;
	transform: translateY(-35px);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
-webkit-transition: 0.5s;
transition: 0.5s;
}

.alg-wc-wl-btn.remove i:first-child {
    color: #864d27;
}


.collapsable-box.collapsed .title-box > h2 span::after {
    content: "\f347";
    background-color: transparent;
    color: #848588;
}

.collapsable-box .title-box > h2 span::after {
    content: "\f343";
    display: block;
    padding: 0 15px;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #848588;
    line-height: 2.25;
}

.collapsable-box .content::before {
    content: ' ';
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
    display: block;
    margin: 0;
    height: 2px;
    background-color: #848588;
	margin-bottom: 10px;
	display: none;
}

.collapsable-box .content ul {
    list-style: none;
    padding-left: 0;
    padding-right: 27.5px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}

.widget.collapsable-box ul li, .widget.collapsable-box ol li {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0;
    margin: 0;
    color: #848588;
    border: 0;
}

.woocommerce .widget_price_filter .price_min_max {
    display: inline-block;
    display: -webkit-flex;
    display: block;
}

.woocommerce .widget_price_filter .price_slider_wrapper {
    padding: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 400;
    border-radius: 3px;
    left: auto;
    color: #ffffff;
    background-color: #864d27;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #848588;
    text-decoration: none;
    background-image: none;
    color: #ffffff;
}

.widget_price_filter .widget-title, .widget_recently_viewed_products .widget-title {
    font-size: 14px;
    font-weight: normal;
    margin-left: 0;
    padding: 7px;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
    color: #864d27;
}

.woocommerce .widget_price_filter .price_min_max .price_min {
    width: 100%;
}

.woocommerce .widget_price_filter .price_min_max .price_max {
    width: 100%;
    text-align: left;
}

.widget.collapsable-box ul li a, .widget.collapsable-box ol li a {
    color: #864d27;
	font-family: 'Nanum Myeongjo', serif;
}

.widget.collapsable-box ul li:hover, .widget.collapsable-box ol li:hover {
    color: #864d27 !important;
    background-color: transparent !important;
}

.widget.collapsable-box ul li a, .widget.collapsable-box ol li a {
    color: #848588;
    padding: 10px 0px !important;
}

.widget.collapsable-box ul li:hover a, .widget.collapsable-box ol li:hover a {
    color: #864d27;
}

.widget.collapsable-box ul li:hover, .widget.collapsable-box ol li:hover {
    color: #fff;
    background-color: #864d27;
}
.widget.collapsable-box ul li a, .widget.collapsable-box ol li a {
    color: #848588;
}

.collapsable-box .title-box > h2 {
    cursor: pointer;
    padding: 7px;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #864d27;
}

.collapsable-box {
    border: 0px solid #864d27;
    width: 270px;
    font-size: 20px;
}


/*Single p page*/

.bck-shp{
	height: 50px;
	background: #848588;
	width: 100%;
	font-size: 16px;
    color: white;
    padding: 0;
}

.single_add_to_cart_button.button{
	font-size: 16px;
    color: white;
    padding: 0;
    background: #864d27 !important;
}

.back-to-shop{
	width: 100%;
}

.rtrn-btn button{
	font-size: 16px;
    color: white;
    padding: 0;
    background: #848588 !important
}

.add-btn{
	padding-left: 0;
}

.share-box{
	display: flex;
	margin: 20px 0 0 0;
}

.share-box div{
	font-size: 15px !important;
    margin: 0;
    padding: 0;
}

.share-block a {
    padding: 10px;
}

.share-block {
    text-align: right;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: left;
    margin: 0;
    list-style: none;
}

h1.woocommerce-single-product__brand {
    text-transform: uppercase;
    color: #864d27;
}

.woocommerce-product-gallery {
    margin-top: 0 !important;
}

.singolo-prodotto{
	margin-top: 100px;
}

.tabs.wc-tabs {
    text-align: left;
    padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
    border: 1px solid #848588 !important;
    padding: 0 !important;
    margin: 0;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  content: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border: 2px solid #864d27 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #864d27 !important
}

.tabs.wc-tabs::after {
    content: none !important;
}

/*Cartier ecorner integration*/


.nav-icon {
    display: inline-block !important;
	vertical-align: super;
}

.cartier-link {
    width: 120px;
    height: 70px;
    z-index: 1;
    display: inline-block !important;
    vertical-align: bottom;
    background-image: url(./images/cartier-2.png) !important;
    left: 30%;
    position: relative;
    background-size: contain !important;
    border: 0px solid #ececec;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: color .15s ease-in-out,background-image .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cartier-link:hover{
	background-image: url(./images/cartier-2-red.png);
	background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	transition: color .15s ease-in-out,background-image .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (max-width:1400px){

	body, button, input, select, optgroup, textarea {
		font-size: 14px;
	}

}


/*Lista regalo*/

.lista-regalo-box{
	background: rgba(255, 255, 255, 0.7);
    padding: 20px;
}

/*Rolex pages */


/*Loop single product*/


.product-thumb{
	position: relative;
	text-align: center;
}

.overlay-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    transform: translateY(-100%);
    transition: transform .5s ease-in-out;
    max-height: 237px;
}

.products .product:hover .overlay-block{
	transform: translateY(0);
	transition: transform .5s ease-in-out;
}

.overlay-button i {
    padding: 8px;
    background: white;
    /* border: 1px solid #e8e8ef; */
    color: #3c3c3c;
    margin: 0 !important;
}

a.add_to_cart_button.ajax_add_to_cart {
    font-size: 18px !important;
    text-transform: uppercase;
}

a.added_to_cart.wc-forward {
    display: block;
    position: absolute;
    width: 100%;
    top: 0%;
    line-height: 1.5;
    padding: 5px;
    font-size: 18px;
    text-transform: uppercase;
	background: #848588 !important;
    left: 0;
}

.add-to-cart-box, .a.added_to_cart.wc-forward{
    padding: 5px !important;
}

.added_to_cart.wc-forward{
	transform: translateX(100%);
	transition: transform .7s ease-in-out;
}

.added_to_cart.wc-forward.showed{
	transform: translateX(0);
	transition: transform .7s ease-in-out;
}

p.woocommerce-loop-product__cat a {
    pointer-events: none;
}




.overlay-inner-box{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.overlay-button-link {
    display: inline-block;
    width: 21%;
    text-align: center;
}

.overlay-button{
	transition: transform .2s ease-in-out;
}

.overlay-button:hover{
	transform: translateZ(0) scale(1.5, 1.5);
	transition: transform .2s ease-in-out;
}


.alg-wc-wl-btn:hover i {
    -webkit-transform: none !important;
	transform: none !important;
}

.iziToast {
	background: #2c7346  !important;
	background: #848588 !important;
    border: 0 !important;
    border-radius: 0;
}

.iziToast-body{
	font-family: 'Tenor Sans', sans-serif; !important;
}

.iziToast.iziToast-theme-dark .iziToast-buttons a, .iziToast.iziToast-theme-dark .iziToast-buttons button {
    color: #fff;
    background: hsla(0,0%,100%,.1);
    padding: 10px;
    width: 48%;
    text-align: center;
    display: inline-block;
    margin: 2px;
	line-height: 1;
	text-transform: uppercase;
    font-size: 16px;
}

.iziToast.iziToast-theme-dark strong {
    font-weight: 500;
    font-size: 16px;
}

.iziToast.iziToast-layout2 .iziToast-body>p {
    width: 100%;
    font-size: 18px;
    padding: 20px 0px;
}

.iziToast.iziToast-theme-dark .iziToast-close {
    position: absolute;
    top: -37%;
}

.right-actions{
	right: 150px;
    position: relative;
}

.right-actions .actions{
	margin: auto;
}


.popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	z-index: 99;
    visibility: hidden;
    -webkit-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
    -moz-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
    -o-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
    transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
}
.popup.active {
    visibility: visible;
    opacity: 1;
}

.popup .check-content {
    right: 0;
}

.check-content, .left-part {
    position: absolute!important;
    top: 0;
    width: 50%;
    background: #fff;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 1.8s cubic-bezier(.425,.375,.15,1);
    -moz-transition: all 1.8s cubic-bezier(.425,.375,.15,1);
    -o-transition: all 1.8s cubic-bezier(.425,.375,.15,1);
    transition: all 1.8s cubic-bezier(.425,.375,.15,1);
}

#fl-mini-cart-loader {
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
}

.cart-sidebar {
    height: 100%;
    overflow-y: scroll;
}



.cart-sidebar-inner {
    margin-top: 10%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 60px;
}

.check-wrap {
    overflow: hidden;
}

.check-wrap {
    overflow-y: inherit;
}

.check-wrap {
    padding: 70px 90px 0;
    display: inline-block;
}

.check-pay-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #848588;
	padding: 0px 130px;
    color: white;
    font-size: 21px;
}

.check-content .scroll-wrap, .check-wrap {
    height: 100%;
    overflow-y: auto;
    position: relative;
    width: 100%;
}

.check-pay span.woocommerce-Price-amount.amount {
    color: white;
    padding-left: 15px;
    font-size: 19px;
}


.popup .check-item, .popup.active .check-pay, .popup.active .check-wrap .title {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}

.check-item {
    position: relative;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #f7ebeb;
    padding: 0 30px 55px;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateX(60%);
    -webkit-transform: translateX(60%);
    -ms-transform: translateX(60%);
    -webkit-transition: all 1.2s cubic-bezier(.425,.375,.15,1.1);
    -moz-transition: all 1.2s cubic-bezier(.425,.375,.15,1.1);
    -o-transition: all 1.2s cubic-bezier(.425,.375,.15,1.1);
    transition: all 1.2s cubic-bezier(.425,.375,.15,1.1);
}

.check-item .image {
    position: absolute;
    float: left;
    max-width: 115px;
    top: 40%;
    transform: translateY(-50%);
}

.check-out .image img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.check-item .text {
    padding-left: 180px;
}

.check-item .text .h5 {
    padding: 20px 0 11px;
}

.cart-sidebar .quantity {
    font-size: 24px;
}

.delete-item {
    position: absolute;
    right: 0;
    top: 50%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    margin-top: -13px;
}



.delete-item {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.close-popup span, .close-popup-more span {
    width: 24px;
    height: 24px;
    display: block;
}

.close-popup span:before, .close-popup-more span:before {
    content: '';
    position: absolute;
    height: 2px;
    left: -1px;
    top: 11px;
    width: 26px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.close-popup span:after, .close-popup span:before, .close-popup-more span:after, .close-popup-more span:before {
    background: #3c3c3c;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}




.close-popup span:after, .close-popup-more span:after {
    top: 11px;
    width: 26px;
    left: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    height: 2px;
    content: '';
    position: absolute;
}

.close-popup {
    position: absolute;
    right: 48px;
    top: 48px;
    z-index: 15;
    cursor: pointer;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.cart-popup-inner .close-popup {
    top: 130px;
}

.floated-form {
    overflow: auto;
}

.check-out.popup.mark-popup-2{
	transform: translateX(100%);
	webkit-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
    -moz-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
    -o-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
    transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
}

.check-out.popup.mark-popup-2.active{
	transform: translateX(0);
	webkit-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
    -moz-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
    -o-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
    transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
}

.check-out.active {

	opacity: 1;
	webkit-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
    -moz-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
    -o-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
	transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
	
}

.check-out{
	opacity: 0;
	webkit-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
    -moz-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
    -o-transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
    transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
}

#fl-mini-cart-loader div.fl-loader {
    font-size: 22px;
    color: #a9a9a9;
    line-height: 40px;
    text-align: center;
    position: relative;
    top: 50%;

}

.get_checkout{
	margin-top: 0;
    float: right;
    color: white;
}

.get_checkout {
    margin-top: 0;
    float: right;
    color: white;
}

.price-total.font-fam-2{
	float: left;
}

.product-title-price{
	background: white;
    position: relative;
    z-index: 1;
}

/*Brand box*/

.brands-container {
	background: #ffffff;
    text-align: center;
    webkit-box-shadow: 0px 11px 54px 1px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 11px 54px 1px rgba(0,0,0,0.51);
    box-shadow: 0px 11px 54px 1px rgba(0,0,0,0.51);
    z-index: 1;
    position: relative;
	padding: 10% 0px;
}

.brands {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
}

.brands-container .brands span {
    /* margin: auto; */
    /* background: #eaeaea; */
    /* margin: 0; */
    /* flex-grow: 1; */
    /* height: 100px; */
    /* width: calc(100% * (1/4) - 10px - 1px); */
    width: 25%;
    padding: 30px;
}

.brands a {
    /* padding: 10px; */
    background: #f4f4f4;
    border: 2px solid #848588;
}

.brands span{
	display: flex;
    justify-content: center;
    align-items: center;
}

.brands img:hover {
    outline: 0;
}

.brands img{
	outline: 0;
}

.brands a.only-text {
    /* font-family: PlayfairDisplay; */
    font-size: 22px;
    /* font-style: italic; */
    padding: 42px 99px;
    outline: 0 !important;
}

.brands span a{
	transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
	overflow: hidden;
}

.brands span a:hover img{
	transform: scale(1.2);
	transition: all 1.5s cubic-bezier(.425,.375,.15,1.1);
}


.wishlist-title {
    display: none;
}

.search-form-inner.floated-form.is-fixed {
    transition: all .3s ease-out;
}


.woocommerce div.product form.cart div.quantity {
    display: none;
}

.single-clm{
	width: 50% !important;
	display: inline-block;
}

div.product div.summary {
    width: 100% !important;
}

.wpgs.wpgs--without-images.images {
    display: none !important;
}

.woocommerce.singolo-prodotto{
	max-width: 1200px;
    margin: auto;
    margin-top: 100px;
}

/*.woocommerce div.product div.images img {

    width: 160% !important;
    height: auto !important;
}*/

.mel-single-p-product-brand-image img {
    max-width: 380px;
}

.single-btns-inner {
    display: flex;
    width: 100%;
    margin-left: -10px;
}

.transitioned{
	transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}

.transitioned svg{
	transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}

.single-bottom-button-wrapper{
	width: 100%;
	height: 70px;
	margin: 10px;
}

.single-bottom-button {
	border: 2px solid #848588;
    height: 70px;
    padding: 10px;
}

.single-bottom-button svg {
    width: 100%;
    height: 100%;
    fill: #848588;
}

.single-bottom-button:hover {
    border: 2px solid #864d27;
}

.single-bottom-button:hover svg {
	fill: #864d27;

}

.single-bottom-button-wrapper:hover .single-botom-text{
	color: #864d27;
}

.single-botom-text {
    text-align: center;
    text-transform: uppercase;
}

.woocommerce-product-details__short-description {
    margin: 20px 0;
}

.tab-descrizione {
    margin: 40px 0;
}


.product_title.entry-title{
	width: 49% !important;
    display: inline-block;
}

.mel-single-p-product-brand-image {
    width: 50% !important;
    display: block;
}

.mel-single-p-product-brand-image img {
    max-width: 380px;
    width: 100%;
}

.product-meta-info p {
    margin: 0;
}

.product-meta-info {
    margin: 50px 0 0 0;
}

.banner-new-size.single-brand-header {
    min-height: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    background: #f5f5f5 !important;
}

p.single-brand-title.x-fix-placeholder {
    text-align: center;
    margin: 0;
    color: #864d27;
}

.popup_product_details .single-prd-btns a.added_to_cart.wc-forward {
    left: 0;
    display: none;
}

.product_title.entry-title {
    width: 100% !important;
    display: inline-block;
}

span.sku_code a {
    pointer-events: none;
}
.etheme-blog-wrapper{
	display: flex;
}

footer.entry-footer .etheme-main-button {
    margin: 0;
    margin-top: -40px;
    float: right;
}

aside#secondary {
    display: none;
}

div#primary .etheme-tbox {
    margin-top: 100px;
}

a.z-btn.button-style.get_checkout {
    color: white;
}

.news-title-wrap h4 {
    display: none;
}

button.etheme-blog-back-button {
    background: transparent !important;
    color: #864d27;
    font-size: 22px;
    border: 0px;
    margin-top: 20px;
}

.single-post .etheme-main-button.btn-primary {
    display: none;
}

.read-more-single{
	display: none;
}

.single-post .read-more-single {
    display: block !important;
    float: right;
    border: 2px solid #848588;
    padding: 10px 30px;
    font-size: 16px;
	text-transform: uppercase;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
}

.single-post .read-more-single:hover{
	background: #864d27;
	color: white !important;
    border: 2px solid #864d27;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
}

.single-post .read-more-single:hover a{
	color: white !important;
}

/*Shop online fixes*/

/*.products.wrapper-post{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}*/ 

.products.wrapper-post .product {
    margin: 0;
}


.related.products {
    padding: 15px 0;
}
/*Removed language selector*/

.left.etheme-element.lang-selector a {
    display: none;
}

ul#menu-guida-allacquisto li {
    list-style: disc;
    margin-left: 20px;
}


.woocommerce a.remove {
    color: #864d27!important;

}

.cart-total > h2 {
    color: #f2f2f2;
    /* font-family: PontantSans; */
	font-family: 'Nanum Myeongjo', serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #864d27;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce .wc-proceed-to-checkout .button.alt {
    color: #848588;
    background: #864d27 !important;
    border: 1px solid #848588;
    color: white;
    text-transform: uppercase;
    border: 0 !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#shop-main-list-right-sections {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.home-box {
    text-align: center;
    outline: none;
    border: 0;
    padding: 10px;
}

.shop-main-list-left{
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

.home-box.img-wrapper img {
    border: 0px;
    position: relative;
    width: 100%;
}

.home-box-text {
    /*font-size: 1.5rem;*/
   /* color: #864d27;*/
    text-transform: uppercase;
	/*font-family: "Nanum Myeongjo";*/
	/*margin-top: 25px;*/
}

.shop-main-list-left {
    padding: 3%;
}

.shop-main-list-left {
    padding: 3% !important;
}

.home-box.img-wrapper {
    overflow: hidden;
    padding: 0;
}

.home-box.img-wrapper img {
	transform: scale(1);
	transition: transform .5s ease-in-out;
}

.home-box.img-wrapper:hover img {
	transform: scale(1.2);
	transition: transform .5s ease-in-out;
}

.main-navigation li {
    margin: 0px 10px;
}

@media screen and (max-width:1611px){
	.main-navigation li {
		margin: 0px 5px;
	}

	.left-actions > div{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	}

	/*.header-search-form {
		display: none !important;
	}*/

	.right-nav-menu {
		
		justify-content: flex-start;

	}

	.left-nav-menu{
	
		justify-content: flex-end;

	}

	.right-actions .actions div {
		margin: 0 7px;
	}

	.right-actions {
		right: 114px;
		position: relative;
		z-index: 1;
	}

}
.contact-wrapper{
	display: flex !important;
	justify-content: space-around;
    width: 100% !important;
	align-items: center;
	align-items: flex-start;
    max-height: calc(100vh - 184px);
    overflow: auto;
}

#custom_html-6 .textwidget.custom-html-widget, #custom_html-7 .textwidget.custom-html-widget {
    font-size: 12px;
    color: black;
}

.right.desk {
    display: none;
}

section#media_image-4, section#media_image-3 {
    height: auto !important;
}

.woocommerce-mini-cart__empty-message{
	text-align: center;
}

.mini-cart-empty .button-style.z-btn{
	padding: 18px !important;
    background: #864d27;
    /* line-height: 100%; */
    color: white;
}

.mini-cart-empty .button-style.z-btn span{
	line-height: 55px;
}

.main-navigation {
    top: 0;
}



.cart-sidebar .price-total{
	color: #848588;
	text-transform: uppercase;
}

.cart-sidebar .price-total span {
    color: #864d27;
	font-family: 'Nanum Myeongjo', serif;
}

.cart-sidebar .check-pay{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.check-pay-wrap {
    background: #eaeaea;
	height: 100px;
	display: flex;
    align-items: center;
	justify-content: center;
	
	-webkit-box-shadow: 2px -4px 29px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px -4px 29px -9px rgba(0,0,0,0.75);
	box-shadow: 2px -4px 29px -9px rgba(0,0,0,0.75);
	
	transform: translateY(110%) !important;
	transition: transform .5s ease-in-out;
}

.check-pay-wrap.showed {	
	transform: translateY(0) !important;
	transition: transform .5s ease-in-out;
	transition-delay: 3s;
}

.check-pay span.woocommerce-Price-amount.amount {
    color: #864d27;
    padding-left: 15px;
    font-size: 26px;
}

a.z-btn.button-style.get_checkout {
    color: white;
    padding: 14px;
    border: 1px solid #864d27;
    font-weight: 400;
    font-size: 18px;
    background: #864d27;
    text-transform: uppercase;
}


#menu-right-menu{
	position: relative;
	z-index: 2;
}



/*Search block integration*/


.search-block{
    transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    transform: translate3d(100%, 0%, 0px);
    z-index: 7 !important;
	padding: 100px 0;
	overflow-x: hidden;
}

.search-block.open-search{
    transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    transform: translate3d(0%, 0%, 0px);
}

.search-block {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.open-search {
    visibility: visible;
    opacity: 1;
    z-index: 600;
}

.search-block {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.98);
    z-index: -60;
    border: 0;
    opacity: 1;
    -webkit-transition: all .7s cubic-bezier(.425,.375,.15,1.1);
    -moz-transition: all .7s cubic-bezier(.425,.375,.15,1.1);
    -o-transition: all .7s cubic-bezier(.425,.375,.15,1.1);
    transition: all .7s cubic-bezier(.425,.375,.15,1.1);
}

.table-align {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.search-block .table-align:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/search_bg.png) center bottom no-repeat;
    height: 50%;
    background-size: contain;
}
.search-block .cell-view {
    width: 100%;
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
}

.search-block .cell-view.top_input form {
    position: absolute;
    width: 100%;
    top: 42.8%;
}

.container-menu {
    display: block;
    margin: 40px auto;
    max-width: 85%;
}

.cell-view .input-field {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e8e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cell-view .input-field input {
    font-size: 82px;
    text-transform: uppercase;
    color: #3c3c3c;
    position: relative;
    background: 0 0;
    border: 0;
    line-height: 80px;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 70px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cell-view .input-field input {
    font-size: 30px;
    line-height: 42px;
}

.guaven_woos_suggestion.fadeIn {
    display: block!important;
}

.guaven_woos_suggestion {
    background: white !important;
}

.guaven_woos_suggestion {
    background: 0 0!important;
    border: none!important;
    padding-top: 25px!important;
    text-align: center;
}

.guaven_woos_suggestion {
    z-index: 50;
    position: relative;
    top: 0!important;
    left: 0!important;
    margin: 200px auto -50px;
    width: 100%!important;
    padding: 0 110px!important;
}

.guaven_woos_suggestion ul li:nth-child(3n+1) {
    clear: right !important;
}

.guaven_woos_suggestion_list {
    opacity: 1;
    transition: all .5s ease-out !important;
    -webkit-transition: all .5s ease-out !important;
    -ms-transition: all .5s ease-out !important;
}

.guaven_woos_suggestion_list {
    float: left;
    width: 33.33333%;
    margin: 0 0 40px;
    padding: 0 10px;
}

.guaven_woos_div {
    margin-bottom: 12px;
    display: block;
    text-align: center;
    padding: 0;
    float: none!important;
}

.guaven_woos_suggestion .guaven_woos_img {
    position: relative;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    max-height: 200px;
}

.guaven_woos_titlediv {
    color: #676a6a;
    padding: 0!important;
    margin: 0!important;
    font-size: 20px!important;
    line-height: 24px;
    text-align: center;
    font-family: 'Libre Baskerville',serif;
    text-transform: uppercase;
}

.cell-view .input-field input:focus {
    border: 0;
    outline: none;
}

.guaven_woos_titlediv {
    font-family: 'Tenor Sans', sans-serif;;
}


@media screen and (max-width:1200px){

	.guaven_woos_suggestion {
		margin: 200px auto -50px;
		padding: 0 80px!important;
	}

	.guaven_woos_suggestion_list {
		width: 50%;
	}

	.guaven_woos_init_text{
		display: none !important;
	}
	
}

@media screen and (max-width:768px){
	.search-menu {
		margin-left: 0 !important;
	}

	.close-popup.search-popup {
		right: 20px;
	}

	.guaven_woos_suggestion {
		padding: 0 !important;
	}
	
}

.left-actions-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-menu {
	margin-left: 40px;
	font-size: 16px;
	cursor: pointer;
}

.search-menu.active i {
    color: #864d27;
}

/*Woocommerce checkout fix*/

.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
    flex: unset !important;
    flex: 100% !important;
    max-width: 100% !IMPORTANT;
}

.woocommerce-input-wrapper {
    width: 100% !important;
}

.woocommerce-checkout-review-order .blockUI.blockOverlay{
	display: none !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: unset;
    margin-top: 50px;
    background: #864d27;
    color: white;
    padding: 20px;
}

/*body.woocommerce-checkout #content {
    margin-top: 130px !important;
}*/

.woocommerce-info {
    border-top-color: #864d27;
}

.woocommerce-info::before {
    color: #864d27;
}

.search-form-inner.floated-form.is-fixed {
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #864d27;
}

.news {
	font-size: 0;
	width: 100%;
	margin-top: 50px;

}
.news-archive-block {
	font-size: initial;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.news-image {
	display: block;
height: 250px;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
/*.news-archive-block.shadowed {
	box-shadow: 2px 2px 5px #999
}*/
.news-archive-block.shadowed:hover {
	transform: scale(1.01);
}
.news-archive-block.shadowed:hover img {
	box-shadow: 0px 0px 10px #999 !important;
	
}
.news-content-preview-wrap {
	display: inline-block;
	margin: auto 2.5%;
	width: calc(70% - 30px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.news-title-wrap {
position: relative;
bottom: 0;
z-index: 7;
background: transparent;
/* background: white; */
width: 100%;
animation-delay: .5s;
padding: 0;
min-height: 40%;
text-align: left;
padding-top: 30px;

}

h5.title-par a {
	color: #864d27 !important;
text-transform: uppercase;
font-size: 17px;
font-weight: 500;
}

.post-short-desc{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
}
.news-title-wrap > p{
	margin-bottom: 15px;
}
.news-title-wrap > p.title-par {
	margin-top: 0;
	font-size: 30px;
}
.news-title-wrap span.subtitle {
	display: block;
	font-family: PontantSans;
	font-size: 22px;
	font-style: normal;
	margin-bottom: 25px;
}

/*Quote section*/

.ep-quote-wrapper {
    width: 100%;
    background: #86775a;
    padding: 50px 0;
}

.ep-quote-inner{
	max-width: 1100px;
    margin: auto;
    text-align: center;
}

.ep-quote-text h1 {
    font-family: 'Nanum Myeongjo', serif;
    color: white;
    font-size: 32px;
}

.ep-quote-title h4{
	color: white;
	font-size: 18px;
}

.etheme-tbox.center .etheme-tbox-inner {
    text-align: center !important;
}


/*Store locator section*/


.ep-store-locator-item-inner {
    padding: 15%;
}

.ep-store-locator-item-wrapper {
    width: 50%;
    background: lightgray;
    margin: 10px;
}

.ep-store-locator-item-wrapper {
    width: 50%;
    background: white;
    margin: 10px;
}

.ep-store-locator-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ep-store-locator-wrapper{
	padding: 100px 0;
    background: whitesmoke;
}

.ep-store-content.top {
    text-align: center;
}

.ep-item-address p {
    margin-bottom: 0;
}

a.ep-store-button {
    padding: 10px 30px;
    border: 1px solid;
    width: calc(50% - 10px);
	margin: 5px;
	font-size: 14px;
}


.ep-store-content.bottom {
    display: flex;
    flex-wrap: wrap;
	text-align: center;
	margin-top: 20px;
}

.ep-store-button i {
    margin-left: 5px;
}

.ep-store-button, .ep-store-button:hover{
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ep-store-button:hover {
    background: #444444;
	color: white;
}

@media screen and (max-width: 1500px) {
	.news {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 1023px) {
	.news-archive-block {
		width: 46%;
	}
	.news-title-wrap > p.title-par {
		font-size: 22px;
	}
	.news-title-wrap span.subtitle {
		font-size: 18px;
	}
}
@media screen and (max-width: 640px) and (orientation: portrait) {
	.news-archive-block {
		display: block;
		margin: 30px auto;
		width: 90%;
	}
}

h5.title-par {
min-height: 48px;
}

.ep-quote-wrapper.left {
    background: transparent;
}

.ep-quote-wrapper.invert .ep-quote-text h1, .ep-quote-wrapper.invert .ep-quote-title h4{
	color: #444444;
}

.ep-quote-wrapper.left .ep-quote-text h1, .ep-quote-wrapper.left .ep-quote-title h4{
	text-align: left;
}

.ep-quote-wrapper.left .ep-quote-inner{
	margin-left: 0;
}

.etheme-main-button.empty {
    background: transparent;
    border-color: #848588;
}

.etheme-main-button.empty .etheme-main-button-text {
    color: #86775a;
}

.etheme-main-button:hover.empty .etheme-main-button-text {
    color: white;
}

.ep-store-map {
    margin: 0;
    padding: 0;
}

.ep-map-store-section{
	width: 100%;
    display: flex;
    justify-content: center;
}

.ep-store-locator-inner .ep-map-store-section:nth-child(odd) {
    flex-direction: row-reverse;
}

.et-icon-wrapper {
    max-width: 30px;
	max-height: 30px;
	width: 20px;
}

.header-second-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.et-icon-wrapper.search-icon {
    width: 16px;
    height: 30px;
}


.etheme-single-left-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0;
    color: #444444;
}

.etheme-single-left-contact p{
	margin: 0;
}

.inline {
    display: flex;
    align-items: center;
}

.et-subscribe-wrapper{
	background: whitesmoke;
	padding: 60px 40px;
}

.et-subscribe-inner {
    max-width: 1100px;
    margin: auto;
}

.et-subsribe-title {
    text-align: center;
}

.et-sub-desc.left{
	width: 60%;
}

.et-sub-form.right{
	width: 40%;
}

.et-subscribe-action{
	display: flex;
	align-items: center;
}

.et-subsribe-title h2 {
    font-size: 16px;
    color: #86775a;
    font-weight: bold;
}

.et-subsribe-title {
    margin-bottom: 50px;
}

.yikes-easy-mc-form label.label-inline {
    float: left;
	width: 70% !important;
    padding-right: 10px;
}

.yikes-easy-mc-form .submit-button-inline-label {
    width: 27% !important;
    min-width: 90px;
    float: right !important;
}

.et-subsribe-title {
    margin-bottom: 50px;
}

.et-subsribe-title h2 {
    font-size: 16px;
    color: #86775a;
    font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    border-radius: 0 !important;
}

button.yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-1.btn.btn-primary.rst-mchmp-send{
    border-radius: 0 !important;
}

input#yikes-easy-mc-form-1-EMAIL {
    border: 0;
}

input#yikes-easy-mc-form-1-EMAIL:focus {
    outline: unset !important;
}

button.rst-mchmp-send {
    padding: 0 !important;
}

.et-mchmp-privacy {
	font-size: 12px;
	position: absolute;
}

input#yikes-easy-mc-form-1-EMAIL {
    font-size: 14px;
    height: 41px;
}

.new-brand-container .brand {
    border: 0;
}

.new-brand-container .content {
    padding: 0;
}

.last-arrivals .content .la-products .container {
    overflow: hidden;
}

.last-arrivals .content .la-products .container {
    overflow: hidden;
	width: calc(100% - 70px);
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.last-arrivals .content .la-products {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}


.last-arrivals .content .la-products .left, .last-arrivals .content .la-products .right {
    width: 30px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.last-arrivals .content .la-products .left {
    left: 20px;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    width: auto;
    max-height: 200px;
    margin: auto;
}

/*.woocommerce img, .woocommerce-page img {
    width: auto;
    max-height: 200px;
    margin: auto;
}*/

.last-arrivals.tbox-title {
    text-align: center;
    margin-bottom: 70px;
}

/*.last-arrivals.woocommerce {
    margin-top: 10vh;
    margin-bottom: 10vh;
}*/

.helper {
    display: inline-block;
    height: 40%;
    vertical-align: middle;
}

.la-products .product {
	margin: 20px !important;
	max-width: 240px !important;
}

.last-arrivals .content .la-products {
    display: flex;
    justify-content: center;
}

.last-arrivals .content .la-products .left img {
    transform: rotate(180deg);
}

.last-arrivals .overlay-block {
    max-height: 241px;
}

.additional-row-jewels.active, .additional-row-watches.active{

	transform: translateY(0);
	transition: all .3s ease-in-out;
}

.additional-row-jewels, .additional-row-watches{
	transform: translateY(-100%);
	width: 100%;
    position: absolute;
    min-height: 300px;
    background: white;
    display: flex;
    padding: 5vw 7vw;
	z-index: -1;
	transition: all .5s ease-in-out;
}


.ad-row-header .widget-title{
	font-family: 'Tenor Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #86775a !important;
    text-transform: uppercase;
    margin-bottom: 30px !important;
}

.ad-row-header li {
	display: block !important;
	display: block !important;
    text-transform: uppercase;
    line-height: 300%;
}

.ad-header-closer{
	position: fixed;
    right: 60px;
    top: 0;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #444444;
    text-align: center;
    color: white;
}

.related.products .products.wrapper-post {
    align-items: flex-start;
}

/*.related.products .product:nth-of-type(1n+4) {
    display: none;
}*/

.header-element-actions > div {
    position: relative;
}

.woocommerce .la-products .products ul, .woocommerce .la-products ul.products {
	/*display: inline-flex;*/
	display: inline-block;
}

.last-arrivals .products {
    list-style: none;
    padding: 0;
    transition: all .2s linear;
}

/*.woocommerce-page .la-products ul.products li.first {
    clear: unset;
}*/

.et-icon-wrapper.drag-helper-icon {
    margin: auto;
    width: 100px;
    opacity: 0.1;
	margin-bottom: 20px !important;
}

@media screen and (min-width:1201px){
	.et-icon-wrapper.drag-helper-icon {
		display: none;
	}
}

.popup_product_details.show {
    overflow-x: hidden;
}

@media screen and (max-width:1100px){
	.ep-quote-text h1 {
		font-size: 30px;
	}

	.ep-quote-title h4 {
		color: white;
		font-size: 17px;
	}

	.ep-quote-wrapper {
		padding: 30px 0;
	}

	.single-full-banner {
		height: 39vh !important;
	}

	.image-text-carousel{
		padding: 0 15px;
	}

	.etheme-subfooter-item p {
		line-height: 20px;
		margin: 0;
	}

	.etheme-subfooter-item.clients-info.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
		padding-bottom: 0 !important;
	}

	.vc_column-inner.vc_custom_1600184718034 {
		padding-bottom: 35px;
	}

	.ep-store-locator-wrapper {
		padding: 0px 0;
	}

	.brands-container {
		border: 0 !important;
	}

	.brands-container .brands span {
		width: 33% !important;
	}
}

.share-box .et-icon-wrapper.product-icon svg {
    fill: #8e775a !important;
}

@media screen and (max-width:1100px){
	.news-text {
		padding-bottom: 30px;
		padding-top: 25px;
	}

	div.vc_custom_1596184944716 {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	.news-foto img {
		object-position: center;
		/*max-height: 60vh;*/
	}

	
}

@media screen and (max-width:991px){
	.brands-container .brands span {
		width: 40% !important;
	}
}

@media screen and (max-width:768px){
	.brands-container .brands span {
		width: 100% !important;
	}
}

@media screen and (max-width:1500px) and (min-width:1100px){
	.vc_custom_1596116188924 {
		padding-left: 80px;
	}

	/*.etheme-logo-img {
		max-width: 75% !important;
	}*/

	.check-pay-wrap {
		padding-left: 40px;
	}

	a.etheme-logo-inner {
		text-align: center;
	}
}


.footer-block.full ul {
	display: flex;
	justify-content: center;
}

.footer-block.full ul li {
	float: none;
	display: inline-block;
	margin: 0 40px;
}

.footer-block.full ul li a{
	color: #444444;
}

.footer-block.full {
	width:100%;
	padding: 30px 0;
}

.footer-fourth .social-wrapper {
    display: flex;
    justify-content: center;
}

/*Fixed Header*/

.etheme-logo-inner{
	text-align: center;
}

/*.main-navigation .etheme-logo-inner .etheme-logo-img {
    width: 100%;
    height: 43px !important;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    padding: 0;
}*/

/*.main-navigation.fixed .etheme-logo-inner .etheme-logo-img{
    width: 70%;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}*/

.main-navigation.fixed .header-first-row {
	border-bottom: solid 4px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.main-navigation.fixed .header-first-row {
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.main-navigation.fixed .header-second-row .menu {
	padding: 0;
	-webkit-transition: padding 1s ease-in-out;
    -moz-transition: padding 1s ease-in-out;
    -o-transition: padding 1s ease-in-out;
    transition: padding 1s ease-in-out;
}

.main-navigation .header-second-row .menu {
	padding: 10px 0;
	-webkit-transition: padding 1s ease-in-out;
    -moz-transition: padding 1s ease-in-out;
    -o-transition: padding 1s ease-in-out;
    transition: padding 1s ease-in-out;
}

.ewcs-line-description{
	margin-top: 20px !important;
    text-align: center;
    max-width: 800px;
    margin: auto;
}

span.price.more-info {
    color: #222222;
    font-weight: 600;
	font-size: 15px;
	opacity: 0;
    transition: transform .5s ease-in-out;
}

.product:hover .more-info {
	opacity: 1;
    transition: opacity .5s ease-in-out;
}
@media screen and (min-width:1205px){
	.products.wrapper-post.ps__carousel__inner {
		flex-wrap: nowrap;
		justify-content: center !important;
	}
}


/*.main-navigation .etheme-logo-inner .etheme-logo-img {
    margin-top: 0 !important;
}*/

.btn-responsive-nav span{
	display: block;
	width: 30px;
	height: 16px;
	background: url(https://www.sergiocapone.com/skin/frontend/mgstheme/claue/images/nav-bar-icon.png) no-repeat left center scroll;
}

button.btn-responsive-nav {
    background: transparent;
    border: 0;
}

button.btn-responsive-nav {
    background: transparent;
    border: 0;
    position: absolute;
    left: 0;
}

/*.main-navigation a {
    color: #000000;
}*/

@media screen and (min-width:1450px){
	.btn-responsive-nav{
		display: none;
	}
}

@media screen and (max-width:1450px){
	.right-element.right, .left-element.left{
		display: none;
	}
}

.header-push-title {
    width: 100%;
    height: 40px;
    background: black;
}

ul#push-menu-ids {
    list-style: none;
    margin: auto;
    padding: 0;
}

.header-push-menu{
    position: fixed;
    height: 100%;
    background: white;
    z-index: 99999;
    width: 320px;
	text-align: center;
	transform: translateX(-100%);
	top: 0;
}

.header-push-menu.open{
	transform: translateX(0);
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


.header-push-menu{

	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.header-push-title {
    width: 100%;
    height: 40px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.close-push-menu {
	position: absolute;
    right: 0;
    color: white;
    width: 50px;
}

#push-menu-ids li {
    display: inline-block;
    width: 100%;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid lightgray;
}

#push-menu-ids li a {
    color: black;
}
.header-push-title {
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
	position: relative;
	height: 50px;
}

.header-push.social-block {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* left: 25%; */
    text-align: center;
    display: table;
}

.header-push.social-block ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin-top: 50px;
}

.header-push.social-block li > a {
    padding: 0 10px;
    color: black;
}


ul.footer-contact span {
	color: #878787 !important;
	font-family: "Open Sans", arial, tahoma;
    font-weight: normal;
}

ul.footer-contact a {
    color: black;
    font-family: "Open Sans", arial, tahoma;
    font-weight: normal;
}

#footer .social-block ul{
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer .social-block ul li{
	margin: 0 10px;
}

#design-footer-copyright-text{
	font-family: "Open Sans", arial, tahoma;
    font-weight: normal;
    color: #878787 !important;
}


.left-element.left, .right-element.right{
    width: 30%;
}

ul#left-menu-ids li {
    margin: 0;
}

ul#left-menu-ids {
    display: flex;
    justify-content: space-around;
    padding: 0;
}

.left-element.left{
	padding-left: 60px;
}

.left-element.right{
	padding-right: 60px;
}

.header-extended-menu{
	position: relative;
}

.extended-menu-item{
    width: 200px;
    background: white;
    top: 25px !important;
    left: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	border: 1px solid lightgray;
}

.extended-menu-item .ext-menu-link{
	border-bottom: 1px solid lightgray;
    color: #878787;
    display: block;
    padding: 5px 0;
    line-height: 32px;
    font-size: 13px;
}

.header-extended-menu li{
	width:100%;
	text-align: center;
}

.extended-menu-item{
	display: none;
}

.header-extended-menu:hover .extended-menu-item{
	display: block;
}



/*.nav-first-row {
    display: inline-block;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 87.5%;
}*/



footer.site-footer.revealer.footer-fourth {
    background: transparent !important;
    max-width: 100%;
    color: #fff;
}

/*.nav-second-row .widget-title {
    font-family: PlayfairDisplay;
    font-style: italic;
    font-weight: normal;
    color: #87ABB0;
	margin-bottom: 20px;
	margin-top: 20px;
}*/

.h2, h2 {
    font-size: x-large;
}

.main-navigation #collapsable-menu ul li a {
    font-family: 'PontantSans';
}

ul#menu-tudor-menu {
    display: flex;
}

.tudor-logo {
    margin: 0 !important;
}

/*#rolex-retailer-clock {
	top: unset !important;
}*/

/*#rolex-link {
	top: unset !important;
	margin-top: 5px;
	display: inline-flex;
}*/

.nav-first-row > div.custom-logo {
    padding: 10px 0 10px 0 !important;
}

@media screen and (max-width:1200px){
.newsletter-form input[type="email"], .nav-second-row .widget_search input[type="search"] {
	max-width: 150px !important;
}
}

@media screen and (max-width: 1200px){
.main-navigation .actions {
    justify-content: space-around;
    display: none;
}

.header-search-form{
	display: none !important;
}
}

@media screen and (max-width: 1200px) and (orientation: landscape){
	#site-navigation .nav-first-row {
		width: 100%;
	}
	}

@media screen and (max-width: 991px) and (orientation: landscape){
#site-navigation .nav-first-row {
    height: 80px !important;
    width: 100%;
}
}

@media screen and (max-width:1400px){
	.header-search-form input[type=submit] {
		height: 34px;
	}
}

@media screen and (max-width: 1300px){
.site-content {
    padding-top: 0px !important;
}
}

@media screen and (max-width: 1200px){
	.main-navigation #collapsable-menu ul {
		display: flex;
		flex-flow: column;
		align-items: center; 
	}
}

@media screen and (max-width: 1199px){
	.main-navigation #collapsable-menu{
		margin-top: 0;
		padding: 0 15px;
		overflow-y: scroll;
		height: -moz-calc(100vh - 50px);
		height: -webkit-calc(100vh - 50px);
		height: -o-calc(100vh - 50px);
		height: calc(100vh - 50px);
	}
	.logged-in.admin-bar .main-navigation #collapsable-menu{
		margin-top: 0;
		padding: 0 15px;
		overflow-y: scroll;
		height: -moz-calc(100vh - 96px);
		height: -webkit-calc(100vh - 96px);
		height: -o-calc(100vh - 96px);
		height: calc(100vh - 96px);
	}

	.left.desk, .middle.desk, .right.desk{
		display: none;
	}

	.mobile-top {
		padding-bottom: 30px;
	}
	
	.nav-second-row .widget-title {
		text-align: center;
	}
}

@media screen and (max-width: 1000px){
	.site-footer > .second-row > div.middle > .menu-footer-2 ul li {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.menu-footer-2{
		flex-flow: column-reverse;
		align-items: center;
	}

	a.custom-logo-link{
		display: flex;
		justify-content: center;
	}

	p.eplay {
		text-align: center;
		padding-top: 10px;
	}

	.menu-menu-footer-2-container{
		display: flex;
		flex-flow: column;
		align-items: center;
	}
}

@media screen and (max-width:667px){
	.site-content {
		margin-top: 47px !important;
	}
}

@media screen and (max-width:780px){
	.site-content {
		margin-top: 67px !important;
	}
}

@media screen and (max-width: 767px){
#site-navigation .nav-first-row {
    height: 80px !important;
}
}

#mob-search.open .close, #wechat-popup.open .close, .popup_product_details.show .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #87ABB0 !important;
    border-color: #87ABB0 !important;
    opacity: 1;
    padding: 0px;
    font-size: 22.5px;
    width: 45px;
    height: 45px;
    line-height: 1;
    text-align: center;
    display: block;
    cursor: pointer;
    z-index: 10;
}











.site-footer {
    max-width: 100% !important;
}

/*.site-footer>.first-row {
    background: #F7F7F7;
    padding: 60px 0;
    margin-bottom: 0;
    flex-wrap: wrap!important;
    margin-bottom: 0;
}*/

/*.site-footer .widget-title {
    font-family: 'PlayfairDisplay' !important;
    font-style: italic;
    font-weight: normal;
    color: #87ABB0 !important;
    margin-bottom: 0;
}*/

.tudor-footer {
    background: black;
}

/*.site-footer .textwidget{
    color: #2e2e30;
    font-family: PontantSans;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}*/

/*.site-footer a {
    color: #2e2e30;
}*/

.woocommerce-pagination > .current {
    background-color: #fe0000;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
}


/*fine footer Tomasigioielli.com*/


/* Header tomasi*/

.left.desk #text-2 {
    height: auto !important;
}

.class-tudor {
    transition: 1s;
    height: 31.4px;
    transition: height 0.1s ease-in;
}

.class-tudor:hover {
    height: fit-content;
    transition: height 0.1s ease-in;
    height: 107.2px;
}

.class-tudor .tudor-main-title {
    display: block;
}

.class-tudor .tudor-main-title a{
	margin-bottom: unset !important;
}

.class-tudor .tudor-subtitle a{
	font-size: 15px !important;
}

.class-tudor .tudor-subtitle {
    display: none;
}

.class-tudor:hover .tudor-subtitle {
    display: block;
	margin-left: 20px;
}

@media screen and (max-width: 1020px){
.class-tudor {
    height: auto !important;
}

.class-tudor .tudor-subtitle {
    display: inline-flex !important;
    padding: 5px;
	width: unset !important;
}

.class-tudor > li {
    margin: unset;
}
}

/*fine header tomasi*/

.shop-box .product-thumb img, .related.products .product-thumb img {
    width: auto;
    max-height: 280px;
    height: max-content;
}

ul#menu-tudor-menu a {
    display: inline-block;
    color: #848588;
    font-family: BarlowCondensed;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 1.5;
}

.header-second-row {
    border-top: 1px solid lightgray;
    margin-top: 5px;
}

ul#menu-tudor-menu {
    padding: 0 !important;
}

ul#menu-tudor-menu li {
    margin: 0 40px;
}

.page-id-24 ul#menu-tudor-menu li.menu-item-289 a {
    font-weight: 800 !important;
    color: #be0600;
}

.post-type-archive-product  ul#menu-tudor-menu li.menu-item-88 a{
	font-weight: 800 !important;
    color: #be0600;
}

.bottom-page-menu {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.main-navigation li a {
    font-size: 12px;
    color: #604942 !important;
    font-weight: 500 !important;
    font-family: barlowcondensed;
}

ul#menu-left-menu, ul#menu-right-menu {
    padding: unset;
}

ul.sub-menu {
    flex-direction: column;
}


@media screen and (max-width:768px){
	ul#menu-tudor-menu li {
		margin: 0 20px;
	}
}
