/*!
Theme Name: Tomasi Gioielli
Theme URI: http://underscores.me/
Author: ePlay srl
Author URI: http://eplaylab.it
Description: Tommasi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tommasi
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.

tommasi 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;
}

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;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #2e2e30;/*#7e7e81;*/
	font-family: PontantSans;
	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: PlayfairDisplay;
	font-style: italic;
}
.banner-text1 {
	font-family: PlayfairDisplay;
	font-style: italic;
}
.banner-text2 {
	font-family: PontantSans;
}


/*--------------------------------------------------------------
# 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;
}

/* 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: #87ABB0;
}
.box-image-par.pink, 
.box-image-v-par.pink, 
.box-image-c-par.pink {
	background-color: #87ABB0;
}
.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;
	
}
.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: PlayfairDisplay;
    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: PlayfairDisplay !important;
    font-style: italic !important;
    font-size: 30px !important;
}
.products-form.wishlist-form .menu {
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #87ABB0;
}
.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 {
	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 #87ABB0;
}

.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: #87ABB0;
}
.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 #87ABB0;
	padding: 10px;
  outline: 0;
  box-shadow: none;
}
.shop-online select {
	border: 2px solid #b39fa0;
}
.collezioni select {
	border: 2px solid #87ABB0;
}

/* Custom Select */
.select {
  position: relative;
  display: block;
  width: 300px;
  height: 35px;
  line-height: 2;
  background: #87ABB0;
  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: #87ABB0;
  pointer-events: none;
}

.gray .select > span::after {
  background: #7d7d7d;
}
.brown .select > span::after {
  background: #b39fa0;
}
.green .select > span::after {
  background: #87ABB0;
}
/* 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 #87ABB0;
	width: 270px;
}

.brown .collapsable-box {
	border: 2px solid #b39fa0;
}
.gray .collapsable-box {
	border: 2px solid #7d7d7d;
}
.green .collapsable-box {
	border: 2px solid #87ABB0;
}
.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: #87ABB0;
	line-height: 2.25;
}
.collapsable-box.collapsed .title-box > h2 span::after {
	content: "\f347";
	background-color: #87ABB0;
	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: #87ABB0;
}
/* .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: #87ABB0; */
	/* line-height: 2.25; */
/* } */
/* .collapsable-box.collapsed .title-box > h2::after { */
	/* content: '\2B9F'; */
	/* background-color: #87ABB0; */
	/* color: #fff; */
/* } */
.collapsable-box .content {
	padding: 10px 0 10px 10px;
	
}

.collapsable-box .content ul {
    list-style: none;
    padding-left: 20px;	
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.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: #87ABB0;
	margin-bottom: 10px;
}

.gray .collapsable-box .content::before {
	background-color: #7d7d7d;
}
.green .collapsable-box .content::before {
	background-color: #87ABB0;
}
.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: #2e2e30;
}

a:visited {
	color: #2e2e30;
}

a:hover, a:focus, a:active {
	color: #87ABB0;
}

.gray a:focus, .gray a:active, .black a:active, .black a:focus {
	color: #7d7d7d;
}
.green a:focus, .green a:active {
	color: #87ABB0;
}
.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;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position: fixed;
  z-index: 10000;
  background: #fff;
	box-shadow: 0px 0px 8px #ccc;
}

.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: #2e2e30;
}

.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;
}

.tommasi-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;
	}
}

.nav-first-row > div {
	display: inline-block;
	display: -webkit-inline-box;
	display: inline-flex;
}
.nav-first-row > div:nth-child(1) {
	width:100px;
	padding-left: 40px;
}
.nav-first-row > div:nth-child(2) {
	width:170px;
	padding-left: 0px;
}
.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;
}
.header-search-form * {
	border-radius: 0 !important;
	border: none !important;
	border-bottom: 1px solid #C8C8C8 !important;
	background: #fff !important;
}
.header-search-form form {
	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: 0;
}
.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: PlayfairDisplay;
	font-style: italic;
	font-weight: normal;
	color: #87ABB0;
	margin-bottom: 20px;
}

.newsletter-form input[type="email"],
.nav-second-row .widget_search input[type="search"]{
	border: 2px solid #87ABB0;
    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 #87ABB0;
	border-radius: 0;
	background-color: #87ABB0;
	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;
}
.actions.social > .social-links:nth-child(3) img, .actions.social > .social-links:nth-child(4) img {
	height: 27.5px;
	margin-top: -3.75px;
}
span.items-in-cart {
    position: absolute;
    top: 5px;
    right: 9px;
    background-color: #87ABB0;
    color: white;
    border-radius: 61px;
    border: 1px solid #87ABB0;
    padding: 5px;
    width: 18px;
    height: 18px;
    line-height: 0.8;
    font-size: 10px;
}
/*--------------------------------------------------------------
# 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: #87ABB0;
	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: #87ABB0;
}
.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: #87ABB0;
}
.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: #87ABB0;
}
.woocommerce .brown .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #b39fa0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #87ABB0;
    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: #87ABB0;
}
.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: #2e2e30;
}
.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: #87ABB0;
	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: #87ABB0;
	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: #87ABB0;
}
.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;
}
.ewcs-widget-product-list li .image {
	height: 50px;
	width: 50px;
	min-width: 50px;
}
.ewcs-widget-product-list li img {
	height: 50px;
	width: auto;
	margin: auto;
}

.ewcs-widget-product-list .product-title {
	font-size: 14px;
	margin-left: 15px;
}

/*--------------------------------------------------------------
# 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 img {
	border: 3px solid #87ABB0;
	position: relative;
}
.home-box.pink img {
	border: 3px solid #87ABB0;
}
.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.rolex_green img {
	border: 3px solid #127749;
}

.home-box:hover .vc_single_image-wrapper::after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #87ABB0;
}
.home-box.black:hover .vc_single_image-wrapper::after {
	background-color: #7d7d7d;
}
.home-box.pink:hover .vc_single_image-wrapper::after {
	background-color: #87ABB0;
}
.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 .tomasi-button-parent {
	position: absolute;
	bottom: 4px;	
  margin: auto;
  width: 100%;
  text-align: center;
}
.search-results .home-box .tomasi-button-parent {
	bottom: 25px;
}
.home-box .tomasi-button {
	background-color: rgba(255, 255, 255, 0.9);
}

.box-address .title{
    font-family: PlayfairDisplay;
    font-style: italic;
    font-weight: normal;
    color: #87ABB0;
    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: #87ABB0;
	color: #fff;
}
.gray .woocommerce-pagination > .current {
	background-color: #7d7d7d;
	color: #fff;
}
.green .woocommerce-pagination > .current {
	background-color: #87ABB0;
	color: #fff;
}
.brown .woocommerce-pagination > .current {
	background-color: #b39fa0;
	color: #fff;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.site-footer {
	margin-top: 100px;
}
.site-footer .widget-title {
	font-family: PlayfairDisplay;
	font-style: italic;
	font-weight: normal;
	color: #87ABB0;
	margin-bottom: 0;
}
.site-footer > .first-row {
	display: inline-block;
	display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
	background-color: #F7F7F7;
}
.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%;
	background-color: #EEE8EB;
    margin-top: -6px;
}

.site-footer > .second-row {
	display: inline-block;
	display: -webkit-flex;
    display: flex;
}
.site-footer > .second-row > div.middle {
	width: 1200px;
	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: #87ABB0;
	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: #87ABB0;
	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;
}
.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: #87ABB0;
	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;
}
.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;
}
.shop-container .products {
	width: 100%;
	display: block;
}
.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: 200px;
	max-width: 200px;
  width: auto;
  object-fit: contain;
  width: 200px;
  height: 200px;	
}
.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: #87ABB0;
	font-size: 16px;
}
.shop-container .products > .product .price::before {
	content: ' ';
	height: 2px;
	width: 30%;
	display: block;
	margin: 0 auto 10px;
	background-color: #87ABB0;
	
}
.shop-container.gray .products > .product .price::before {
	background-color: #7d7d7d;
	
}
.shop-container.green .products > .product .price::before {
	background-color: #87ABB0;
	
}
.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: 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;
}
.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;
}

.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-bottom: 30px;
	margin-top: 0;
}

.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: #87ABB0;
	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: #87ABB0;
}
.gray div.result-count::before {
	background-color: #7d7d7d;
}
.green div.result-count::before {
	background-color: #87ABB0;
}
.brown div.result-count::before {
	background-color: #b39fa0;
}

.woocommerce-breadcrumb::after {
	content: ' ';
	width: 100%;
	height: 2px;
	background-color: #87ABB0;
	display: block;
}
.gray .woocommerce-breadcrumb::after {
	background-color: #7d7d7d;
}
.green .woocommerce-breadcrumb::after {
	background-color: #87ABB0;
}
.brown .woocommerce-breadcrumb::after {
	background-color: #b39fa0;
}

.woocommerce div.product div.images img {
	/* height: 100%; */
	width: auto;
	margin: auto;
	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 {
	width: 700px;
}
.shop-container .products:not(.related) > .product > a.woocommerce-LoopProduct-link > div.ewcs-product-onimage {
	position: relative;
	margin-top: -200px;
  height: 180px;
  margin-bottom: 30px;
}
.single-product  main .product > div.ewcs-product-onimage {
	position: absolute;
}
.single-product  main .product div.ewcs-product-onimage {
	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-product-gallery .flex-control-nav::before {
	/* content: "\2B9D"; */
	content: ' ';
	display: block;
	text-align: center;
	height: 30px;
	width: 100px;
	/* background-color: #fff; */
	background-color: transparent;
	position: absolute;
	top: 0;
	cursor: pointer;
    z-index: 2;
}
.woocommerce-product-gallery .flex-control-nav::after {
	/* content: "\2B9F"; */
	content: ' ';
	display: block;
	text-align: center;
	height: 30px;
	width: 100px;
	/* background-color: #fff; */
	background-color: transparent;
	position: absolute;
	bottom: 0;
	cursor: pointer;
    z-index: 2;
}
.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 #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: PlayfairDisplay;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
}
.woocommerce-Price-amount.amount {
	color: #87ABB0;
}
.gray .woocommerce-Price-amount.amount {
	color: #7d7d7d;
}
.green .woocommerce-Price-amount.amount {
	color: #87ABB0;
}
.brown .woocommerce-Price-amount.amount {
	color: #b39fa0;
}
.single_add_to_cart_button.button.alt {
	background-color: #fff !important;
	border: 1px solid #87ABB0;
	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: #87ABB0 !important; */
	border: 1px solid #87ABB0;
	color: #87ABB0;
}
.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: #87ABB0 !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;
}
.product-summary-print {
	font-size: 14px;
}
.product-summary-links::after {
	content: ' ';
	width: 100%;
	height: 2px;
	background-color: #87ABB0;
	display: block;
	margin-top: 5px;
	
}
.gray .product-summary-links::after {
	background-color: #7d7d7d;
}
.green .product-summary-links::after {
	background-color: #87ABB0;
}
.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: #87ABB0;
	margin: 0;
	font-size: 16px;
}
.gray .product-summary-specifications .section-title {
	color: #7d7d7d;
}
.green .product-summary-specifications .section-title {
	color: #87ABB0;
}
.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: #87ABB0;
	display: block;
	margin-top: 30px;
}
.gray .product-summary-specifications .section-title::after {
	background-color: #7d7d7d;
}
.green .product-summary-specifications .section-title::after {
	background-color: #87ABB0;
}
.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: #87ABB0;
	display: block;
}
.gray .product-summary-specifications .section::after {
	background-color: #7d7d7d;
}
.green .product-summary-specifications .section::after {
	background-color: #87ABB0;
}
.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: #87ABB0;
	height: 2px;
	display: block;
}
.gray .tabs.wc-tabs::after {
	background-color: #7d7d7d;
}
.green .tabs.wc-tabs::after {
	background-color: #87ABB0;
}
.brown .tabs.wc-tabs::after {
	background-color: #b39fa0;
}

.tabs.wc-tabs > li {
	border: none !important;
	background-color: inherit !important;
	color: #2e2e30 !important;
	padding: 15px 0 0 !important;
	font-weight: normal !important;
}
.tabs.wc-tabs > li.active::after {
	content: ' ';
	width: 100% !important;
	background-color: #87ABB0;
	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: #2e2e30 !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: #87ABB0 !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: #87ABB0 !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 #2e2e30;
	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: #87ABB0 !important;
    border-radius: 0;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
    padding: 10px 60px;
	text-transform: uppercase;
	margin-left: 150px;
}
.tomasi-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: #87ABB0 !important;
}
.woocommerce-Button.button {    
	background-color: #87ABB0 !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: 100%;
	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: #5B8990;
	display:block;
	margin: 20px auto 20px auto;
}

.cart-total p {
	
	color: #7c8693;
	font-family: PontantSans;
	/* font-style: italic; */
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
	text-align: left;
	width: 100%;
}

.cart-total > h3 {
	
	color: #5B8990;
    font-family: PontantSans;
	/* font-style: italic; */
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
	text-align: left;
	width: 100%;
}

.cart-total > h3::before {
	
	content: " ";
	width: 90px;
	height: 1px;
	background-color: #5B8990;
	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: PlayfairDisplay;
	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;
    float: right;
    max-width: 100%;
    min-width: 50%;
    margin-right: 1em;
}
.summary.entry-summary > * {
    width: 100%;
}
.ajax_add_to_cart,
a.button.product_type_variable {
    font-size: 11px !important;
}
.woocommerce-variation-price {
	display: none !important;
}

.full-line,.full-line-bottom {
	width: 100%;
}
.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;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	color: #87ABB0;
	background: white;
	border: 1px solid #87ABB0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #87ABB0 !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 img {
	transition: outline 0.7s;
	outline: 1px solid #87ABB0;
}
.brands img:hover {
	outline: 5px solid #87ABB0;
}

.brands-container:nth-child(1) .brands img {
	outline: 1px solid #87ABB0;
}

.brands-container:nth-child(3) .brands img {
	outline: 1px solid #7d7d7d;
}

.brands-container:nth-child(1) .brands img:hover {
	outline: 5px solid #87ABB0;
}

.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: #87ABB0;
}

.page-id-126 #post-126 .tomasi-slider .content .background {
	background-size: 100% !important;
	background-position: center !important;
}
.woocommerce-message {
	display: none;
}

.wedding-list-title {
	
    font-size: 36px;
    font-family: PlayfairDisplay;
    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: -3.52px;
    padding: 10px;
}
.wedding-list-bought {
    margin-bottom: 10px;
    font-family: PontantSans;
    font-style: italic;
    font-size: 13px;
}

.reserved.single {
	top:290px;
	left: 440px;
	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: 100px;
  padding-bottom: 40px;
  font-size: 24px;
	z-index: 10;
	transition: none;
	transform: rotate(-46deg);
	text-align: center
}

.mobile-top {
	display: none !important;
}
.mobile-top .widget-title {
	margin: 0;
}
@media only screen and (max-width: 996px){
	.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;
}



.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: 150px;
	font-size: 22px;
	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;
}
#yourOffer > span,
#backToShop > span, .single_add_to_cart_button > span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


#mob-search, #wechat-popup {
  position: fixed;
  z-index: 1000;
  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 #87ABB0;
}

#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: #87ABB0;
	color: white;
	width: 50%;
	left: 25%;
	border: 0;
	border-radius: 0;
}
#mob-search.open .close, #wechat-popup.open .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #87ABB0;
  border-color: #87ABB0;
  opacity: 1;
  padding: 0px;
  font-size: 40px;
	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:820px) 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: PlayfairDisplay;
    font-style: italic;
	font-weight: normal;
	font-size: 32px;
}
.shop-container.related {
	display: block;
}
.related-title {
    font-size: 36px;
    font-family: PlayfairDisplay;
    font-style: italic;
    text-align: center;
    padding: 25px;
	
}
.related-title::after {
    content: ' ';
    height: 2px;
    width: 100%;
    display: block;
    background-color: #87ABB0;		
}
.green .related-title::after {
    background-color: #87ABB0;		
}
.brown .related-title::after {
    background-color: #b39fa0;		
}
.gray .related-title::after {
    background-color: #7d7d7d;		
}

.lds-spinner-wrapper {
	width: initial;
	text-align: center;
}
.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;
}