.nav-first-row {
	height: 80px;
	position: relative;
	top: 10px;
}

.nav-first-row > div.custom-logo {
	width: 60%;
	width: -moz-calc(100% - 640px);
	width: -webkit-calc(100% - 640px);
	width: -o-calc(100% - 640px);
	width: calc(100% - 640px);
	text-align: center;
	padding: 10px 0 30px 0;
}

.main-navigation .actions > div {
	display: inline-block;
}

.main-navigation .actions-responsive > div {
	display: none;
}

.main-navigation #collapsable-menu {
	margin-top: 150px;
}

.site-footer > .second-row {
	display: inline-block;
	display: -webkit-flex;
    display: flex;
}

#BCPSiFrameContainer {
	padding-top: 30px;
}

#rolex-corner-bottom-text {
	padding: 0 150px;
	-webkit-text-size-adjust: 100%;
}

#rolex-corner-bottom-text h3 {
	font-size: 30px;
	line-height: 50px;
}

#rolex-corner-bottom-text h2 {
	font-size: 14px; 
}

#rolex-corner-bottom-text p.rolex-text {
	font-family: Helvetica,Arial,sans-serif; 
}
#rolex-corner-bottom-text p {
	font-size: 14px; 
	line-height: 24px;
}

.box-right-slide-cnt{
	position: relative;
}
.box-right-slide{	
	position: absolute;	
	top: 0;
	left: 0;	
	background-color: rgb(247, 243, 244);
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center;
}
.box-right-slide p{
	position: absolute;
	top: 0;
	margin-left: 22%;
	
}
.box-right-sep {
	position: absolute;
	top: 5%;
	left: 20%;
	width: 20%!important;
}
.image-right-slide{
	position: absolute;	
	top:0;
	left: 0;
	
}
.box-right-big-text{
	position: absolute;
	font-family: PlayfairDisplay;
	font-style: italic;	
	font-size: 24px;
	font-size: 1.5rem;
	top: 20%;
	margin-left: 10%;
}
/*
.box-right-big-text p{
	position: absolute;
	top: 20%;
	margin-left: 10%;
	font-size: 24px;
	font-size: 1.5rem;
	
}
*/
.mondo-button {
	position: absolute;
	/* bottom: -100px; */
	top: 140px;
	left: 60px;
	transition: all .5s;
    left: 0;
    right: 0;
	opacity: 0;
	text-align: center;
	border-radius: none !important;
	
}

.mondo-button a:hover {
	border: 5px solid #f4d6d4!important;
	
}
.mondo-button a {
   /* background: rgba(255,255,255,0.8) !important;*/
   background-color: rgb(247, 243, 244)!important;
    padding: 7px 70px;
    font-family: PontantSans;
    font-size: 17px;
	width: 200px;
	
}

.box-right-slide-cnt:hover .mondo-button {
	opacity: 1;
}
/*-----------*/
.nav-icon {
  width: 30px;
  height: 20px;
  position: relative;
    margin: 15px 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.nav-icon p {
    position: absolute;
    top: 13px;
    text-align: center;
    width: 100%;
    font-size: 11px;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  background: #7E7E81;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* Icon 3 */

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {
  top: 8.5px;
}

.nav-icon span:nth-child(4) {
  top: 17px;
}

.nav-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.actions-responsive {
	display:none;
}

.actions-responsive .account-links,
.actions-responsive .wishlist-links,
.actions-responsive .cart-links,
.actions-responsive .social-links {
	display:none;
}

.actions .account-links > a:nth-child(2) {
	display: none;
}

.actions-responsive .account-links > a:nth-child(1) {
	display: none;
}
.actions-responsive .account-links > a:nth-child(2) {
	display: block;
}

.wishlist-space {
	width: -webkit-calc(33% - 35px);
	width: -moz-calc(33% - 35px);
	width: -o-calc(33% - 35px);
	width: calc(33% - 35px);
    display: inline-block;
    /* border: 1px solid black; */
    margin: 10px 15px;
    top: 0;
    overflow: hidden;
    /* height: 445px; */
    vertical-align: top;
    position: relative;
	text-align: center;
}
.wishlist-form {
	margin: auto;
}
.wishlist-title {
	text-align: center;
    width: 100%;
}

.wishlist-title .title {
	text-align: center;
	font-family: PlayfairDisplay;
	font-size: 40px;
	font-style: italic;
    margin-bottom: 0;
}
.wishlist-space img {
	margin-top: 50px;
	opacity: 0.3;
	transition: all 0.5s;
}
.wishlist-space p {
	opacity: 0;
	transition: all 0.5s;
}
.wishlist-space:hover img {
	opacity: 1;
}
.wishlist-space:hover p {
	opacity: 1;
}

.top-margin {
	margin-top: 50px;
}

.banner-mobile {
	display:none;
}
.responsive-popup {
	display: none;
}

/* #search-2,  */
#text-6, #text-8 {
	margin-top: 50px;
}

#anni-70 {
	margin-top: 100px;
	margin-bottom: 150px;
}
	
h2.product_title_brand {
	margin: 30px 0;
	text-align: center;
}

#phone-icon {
	display: none;
}

.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 {
	margin-top: 70px;
}

.single-brand-title.shop-area-name {
	font-size: 5rem;
}
p.promotion-notavailable {
	  width: 35%;
    margin: 35px auto 0 auto;
    font-family: PlayFairDisplay;
    font-size: 2rem;
    text-align: center;
}
@media screen and (max-width: 1870px) {
	.main-navigation .actions > div {
		padding-left: 10.5px;
		padding-right: 10.5px;
	}
}
@media screen and (max-width: 1780px) {
	.main-navigation .actions > div {
		padding-left: 9.5px;
		padding-right: 9.55px;
	}
}
@media screen and (max-width: 1600px) {
	.site-footer > .second-row > div.middle > .menu-footer-1 ul {
		width: 52.5%;
	}
}

@media screen and (max-width: 1500px){
	.site-footer > .second-row > div.middle > .menu-footer-2 ul li{
		padding: 15px 15px 15px 0;
	}
	.main-navigation .actions > div {
		padding-left: 1px;
		padding-right: 1px;
	}
	.nav-first-row > div.custom-logo {
		width: -webkit-calc(100% - 700px);
		width: -moz-calc(100% - 700px);
		width: -o-calc(100% - 700px);
		width: calc(100% - 700px);
	}
	
	#rolex-link, #rolex-retailer-clock {
		left: 87.5%;
	}
	
	#rolex-retailer-clock {
		width: 100%;
	}
}
@media screen and (min-width: 1200px) and (max-height: 800px) {
	.main-navigation #collapsable-menu {
		margin-top: 0px;	
	}
}
@media screen and (max-width: 1300px) {
	#rolex-link, #rolex-retailer-clock {
		left: 85%;
	}
	#rolex-corner-bottom-text p.rolex-text {
		font-family: Helvetica, sans-serif; 
	}
	
	.site-content {
		width: 980px;
	}
	.single-product .site-content {
		width: 100%;
	}
	.nav-first-row > div.custom-logo {
		width: -webkit-calc(100% - 640px);
		width: -moz-calc(100% - 640px);
		width: -o-calc(100% - 640px);
		width: calc(100% - 640px);
	}
	
	.nav-first-row > div:nth-child(1) {
		padding-left: 20px;
		width: 70px;
	}
	
	.nav-first-row > div:nth-child(2) {
    	width: 150px;
    	padding-left: 0px;
	}
	
	.header-search-form label, .header-search-form label input {
		width: 100px;
	}
	
	.main-navigation #collapsable-menu {
		margin-top: 50px;	
	}
	
	.last-arrivals .content .info p {
		width: 95%;
		padding: 60px 75px;
	}
	
	.site-footer > .first-row > div.middle {
		width: 980px;
	}
	.nav-second-row{
		width: 980px;
	}
	.site-footer > .second-row > div.middle {
		width: 980px;
	}
	.shop-container .products > .product {
		width: -moz-calc(33% - 35px);
    width: -webkit-calc(33% - 35px);
    width: -o-calc(33% - 35px);
    width: calc(33% - 35px);
	}
	.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: -webkit-calc(100% - 700px);
		width: -moz-calc(100% - 700px);
		width: -o-calc(100% - 700px);
		width: calc(100% - 700px);
	}
	.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;
	}
	.single-product main .product > div.ewcs-product-onimage {
		height: 700px;
	}
	.woocommerce-product-gallery .flex-viewport {
		width: 500px;
	}
	.select {
		width: 200px;
	}
	.shop-container .products > .product > a.woocommerce-LoopProduct-link {
		width: 150px;
	}
	.shop-container .products > .product > a.woocommerce-LoopProduct-link > img {
		max-height: 150px;
		max-width: 150px;
		height: 150px;
		width: 150px;
	}
	.shop-container .products > .product > a.woocommerce-LoopProduct-link > div,
	.shop-container .products:not(.related) > .product > a.woocommerce-LoopProduct-link > div.ewcs-product-onimage {
		margin-top: -150px;
		height: 130px;
		margin-bottom: 20px;
	}
	.ewcs-widget-banner .ewcs-widget-banner-text {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		text-align: justify;
	}
	.pic-image-par {
		 max-width: 70vw;	
	}
	
	.lines-container {
		width: -webkit-calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: -o-calc(100% - 100px);
		width: calc(100% - 100px);
	}
	#shop2 p, #shop3 p {
		font-size: 34px;
	}

	#anni-70 {
		margin-bottom: 100px;
	}
	.site-footer > .second-row > div.middle > .menu-footer-1 ul {
		width: 65%;
	}

	.single-brand-title.shop-area-name {
		font-size: 4rem;
	}

	.products-form.wishlist-form .menu span > span.items-in-cart {
		right: 5%;
	}
	p.promotion-notavailable {
		width: 42.5%;
	}
}
	
@media screen and (max-width: 1080px) {
	.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: -webkit-calc(100% - 640px);
		width: -moz-calc(100% - 640px);
		width: -o-calc(100% - 640px);
		width: calc(100% - 640px);
	}
	.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: 640px;
	}
	.single-product main .product > div.ewcs-product-onimage {
		height: 640px;
	}
}

@media screen and (max-width: 1024px) {
	.product-summary-after-links > div:nth-child(1) > a > img, 
	.product-summary-print img, .product-summary-links img, .product-summary-after-links img {
		margin: 0 5px;
	}
	.products-form.wishlist-form .menu span {
		width: 32.90%;
	}
}

@media screen and (max-width: 996px){
	.site-content {
		width: 100%;
		padding: 0 15px;
	}
	.single-product .site-content {
		padding: 0;
	}
	.nav-second-row{
		width: 100%;
		padding: 0 15px;
	}
	.main-navigation #collapsable-menu{
		margin-top: 0;
		padding: 0 15px;
		overflow-y: scroll;
		height: -moz-calc(100vh - 75px);
		height: -webkit-calc(100vh - 75px);
		height: -o-calc(100vh - 75px);
		height: calc(100vh - 75px);
	}
	.nav-first-row > div:nth-child(1) {
		width: 100px;
	}
	.main-navigation .actions-responsive > div {
		display: inline-block;
	}
	.main-navigation .actions > div.social-links {
		display: none;
	}
	
	#search-2, #text-6, #text8 {
		margin-top: 0px;
	}
	
	#rolex-corner-bottom-text {
		padding: 0 75px;
	}
	
	/* .nav-first-row > div:nth-child(2) { */
		/* width: calc(100% - 400px); */
	/* } */
	.last-arrivals .content .info {
		width: -moz-calc(35% - 5px);
		width: -webkit-calc(35% - 5px);
		width: -o-calc(35% - 5px);
    	width: calc(35% - 5px);
    	padding-right: 62.5px;
	}
	
	.last-arrivals .content .info p {
		padding: 60px 85px;
	}
	
	.site-footer > .first-row > div.middle {
		width: 90%;
	}
	.site-footer > .second-row > div.middle {
		width: 90%;
	}
	.shop-container {
		display: block;
	}
	.shop-container > .search-form2{
		width: 100%;
		margin-top: 10px;
	}
	.shop-container > .products-form{
		width: 100%;
	}
	.collapsable-box {
		width: 100%;
	}
	.widget_recently_viewed_products{
		width:100%;
	}
	.ewcs-widget-banner{
		margin: auto;
	}
	.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 {
		float: left;
		width: 100%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		float: none;
		width: 90%;
		margin: auto;
		display: block;
	}
	.woocommerce-product-gallery .flex-control-nav {
		width: 50px;
	}
	.woocommerce div.product div.images .flex-control-thumbs li {
		width: 50px;
		height: 50px;
	}
	.woocommerce-product-gallery .flex-control-nav::before {
		width: 50px;
	}
	.woocommerce-product-gallery .flex-control-nav::after {
		width: 50px;
		bottom: initial;
		top: 305px;
	}
	.woocommerce-product-gallery .flex-viewport {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: -o-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	.woocommerce div.product div.images .flex-control-thumbs {
		height: 335px;
	}
	h2.product_title_brand {
		position: relative;
		top: 30px;
	}
	.site-footer > .first-row > div {
		display: inline;
	}
	.site-footer > .first-row > div.middle > div{
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}

	.responsive-popup {
		display: block;
	}
	.responsive-popup a {
		cursor: pointer;
		font-size: 18px;
	}
	.responsive-content-popup {
		display:none;
	}
	/*.responsive-popup-left {
		float: left;
	}*/
	.responsive-popup-right {
		text-align: right;
	}
	/* .responsive-popup a::after, */
	/* .responsive-content-popup::after { */
		/* content: ' '; */
		/* width: 100%; */
		/* background-color: #87ABB0; */
		/* height: 2px; */
		/* display: block; */
	/* } */
	/* .responsive-popup a.open::after { */
		/* content:''; */
		/* display: none; */
	/* } */
	.floated-form .ewcs-widget-banner {
		display: none;
	}
	.floated-form .widget_recently_viewed_products {
		display: none;
	}
	.banner-mobile {
		display: block;
		margin-top: 100px;
	}
	.banner-mobile .widget {
		display:none;
	}
	.banner-mobile .ewcs-widget-banner {
		display: block;
	}

	#home-boxes > .wpb_column {
    width: 50% !important;
		display: inline-block !important;
	}

	#news-image-move-left {
		right: 5%;
		top: 50px;
	}
	.pic-image-par, #news-image-move-left .pic-image-v-par {
		 max-width: 70vw;	
	}

	.pic-image-v-par img{
	  max-width: 40vw!important
	}
	.text-right-par{
		left: 0;
	}
	.text-par.smaller {
		font-size: 16px;
	}
	.text-par.smaller p {
		margin-top: 0;
	}
	/*.jq-box img {
		max-width: 70vw!important;
	}
	.text-capital-par{
		margin-bottom: 120px!important;
	}*/
	.box-image-par{
		top: 20px;
	}
	.box-image-v-par{
		top: 40px;
	}
	.box-image-v-par p{
		margin-left: 10px;
	}
	.box-image-c-par{
		top: 50px;
	}
	.pic-image-par{
		top: 100px;
	}
	.pic-image-v-par {
		left: 70px;		
	}
	.pic-image-v-par img{
		/*max-width: 60vw!important;*/
		margin-top: -90px;
	}
	.pic-image-c-par{
		top: 150px;
	}
	.news-row .pic-image-par.top {
		top: -5%;
	}
	#news-image-right .pic-image-par img {
		top: 10px !important;
	}
	#news-row-1 #tomasi-news-text {
		left: 35px;
	}
	#tomasi-world-row #tomasi-world-text {
		margin-left: 30px;
	}
	#news-row-1 > div.vc_col-sm-1:first-child {
		width: 0 !important;
	}
	#news-image-right {
		width: 42.5%;
		top: 50px;
	}
	#news-row-1 > #tomasi-news-text {
		width: 41.65%;
	}
	/*.text-par{
		width: 90vw; 
	}*/
	.text-right-par{
		top: -150px;
	}
	.tomasi-boutique{
		margin-top: 0px;
	}

	.tomasi-boutique .box-cont{
		width: 100%;
		margin: 25px auto;
		
	}
	#shop0 p, #shop1 p, #shop2 p, #shop3 p{
		font-size: 20px;
	}
	#shop1 p.sub, #shop2 p.sub, #shop3 p.sub{
		font-size: 16px;
	}
	.box-shops img{
		width: 200px;
		height: auto;
	}
	.space-100{
		margin-top: 50px;
	}
	.space-150{
		margin-top: 50px;
	}
	.tn-spc.space-pers{
		margin-top: -120px;
	}
	.tn-spc.space-100{
		margin-top: 0;
	}
	.bz-spc.space-pers{
		margin-top: -120px;
	}
	
	.wpcf7-form input[type="submit"]{
		margin-left: 20px;
		margin-top: 45px;
	}
	.box-address{
		display: inline-block;
		width: 240px!important;
	}
	.logo-contatti img{
		display: block;
		margin: auto;
	}
	
	.actions-responsive {
		display: block;
	}

	.actions-responsive .account-links,
	.actions-responsive .wishlist-links,
	.actions-responsive .cart-links,
	.actions-responsive .social-links {
		display: block;
	}
	.nav-second-row > div {
		display: block;
		width: 100%;
		text-align: center;
	}
	.nav-first-row > div:nth-child(1) {
		width: 130px;
		padding-left: 10px;
		display:flex;
	}
	.social-links {
		display:none;
	}
	.main-navigation .actions > div.fake-links {
		display: none;
	}
	.site-footer .social-links {
		display:block;
	}
	.actions .account-links {
		display: none;
	}
	
	.actions-responsive .account-links {
		display: block;
		margin-left: 10px;
	}
	.nav-first-row > div:nth-child(2) {
		display: none;
	}
	.nav-first-row > div.custom-logo {
		width: -moz-calc(100% - 170px);
		width: -webkit-calc(100% - 170px);
		width: -o-calc(100% - 170px);
		width: calc(100% - 170px);
	}
	.nav-first-row > div.custom-logo img {
		height: 35px;
	}
	.nav-first-row > div:nth-child(5){
		width: 80px;
		display: none;
	}
	
	#rolex-link, #rolex-retailer-clock {
		left: 80%;
	}
	
	#rolex-retailer-clock {
		width: 100%;
	}
	
	.tommasi-menu::after {
		content: '';
		display: none;
	}
	.main-navigation .actions p {
		display: none;
	}
	
	.nav-icon p {
		display: none;
	}
	.main-navigation .actions > div {
		padding: 0;
		padding-left: 7.5px;
	}
	.main-navigation .actions img {
		margin-top: 13px;
	}
	.nav-first-row {
		height: 70px;
	}
	.site-content{
		margin-top: 70px;
	}
	
	.comment .inner {
		width: 90%;
	}
	
	.lines-container {
		width: 100%;
	}
	.single-line {
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: -o-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	
	.brands span {
		width: -moz-calc(33% - 10px);
		width: -webkit-calc(33% - 10px);
		width: -o-calc(33% - 10px);
		width: calc(33% - 10px);
	}
	
	.reserved.single > p {
		padding-bottom: 45px;
	}

	.brand-info-search {
		width: 100%;
		margin-bottom: 30px;
	}
	.brand-info-search {
		display: none;
	}
	.banner-mobile > .brand-info-search {
		display: block;
	}
	#anni-70 {
		margin-top: 150px;
		margin-bottom: 0;
	}
	.news-row .pic-image-par.top img {
    max-width: 450px !important;
	}
	.news-row .text-par.alignright {
    position: relative;
    left: 45%;
	}
	.news-space.middle {
		max-height: 75px;
	}
	.summary.entry-summary > a.product-title-brand {
		display: inline-block;
		text-align: center;
	}
	.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 {
		margin-top: 0px;
	}
	.single-brand-title.shop-area-name {
		font-size: 3rem;
	}
	p.promotion-notavailable {
		width: 62.5%;
		font-size: 1.5rem;
	}
	.reserved.single {
		left: 508px;
	}
}
@media screen and (max-width: 835px) {
	.wpb_wrapper .subtitle-par p {
		margin-top: 0;
		font-size: 23px;
	}

	.products-form.wishlist-form .menu span {
		width: 32.95%;
	}
}

@media screen and (max-width: 835px) and (min-device-height: 500px) {
	.last-arrivals .content .products {
		width: 100%;
		margin: auto;
	}
	
	.last-arrivals .content .info {
		display: block;
		width: 100%;
		margin: auto;
		padding-right: 0;
		margin-top: 50px;
	}
	.last-arrivals .content .info p {
    	padding: 25px 37px;
    	margin-top: 10px;
    	width: 280px;
		font-size: 20px;
	}
	
	.last-arrivals .content .info .tomasi-button-parent {
    	text-align: center;
	}
	
	#tomasi-world-text .text-par, #tomasi-news-text .text-par {
		width: 35vw;
	}
	
	#home-left-space, .news-row > .vc_col-sm-1:nth-child(1) {
		width: 2.5%;
	}
	.news-row #tomasi-news-text {
		padding-left: 0 !important;
	}
	.news-row .title-par {
		width: 110%;
	} 
	.news-row .pic-image-par.top {
		left: 0;
	}
	.news-row .box-image-par.float-left {
		left: -65%;
		top: 70px;
	}
	.news-row .pic-image-par.top img {
		max-width: 450px !important;
	}
	.news-row .text-par.alignright {
		position: relative;
		left: 60%;
	}
	#news-image-right {
		top: 80px;
	}
	#anni-70 {
		margin-top: 30px !important;
	}
	.zerowidth-space-tablet {
		width: 0;
	}
	#news-image-move-left {
		position: relative;
		right: 7.5%;
		float: left;
		top: 200px;
	}
	#tomasi-world-image {
		margin-left: 35px;
	}
	#tomasi-world-row {
		margin-bottom: 100px;
	}
	#tomasi-world-text .tomasi-button-parent {
		width: 110%;
	}
	#tomasi-news-text .tomasi-button-parent {
		width: 115%;
	}
	#tomasi-world-text .tomasi-button-parent .tomasi-button, #tomasi-news-text .tomasi-button-parent .tomasi-button {
		padding: 15px 5%;
	}
	
	.pic-image-par img {
		width: 65vw;
		position: relative;
		left: -27.5px;
		top: 37.5px;
	}
}

@media screen and (max-width: 800px) and (min-device-height: 500px) {
	#tomasi-world-row {
		margin-bottom: 50px;
	}
	#tomasi-world-row > div, #anni-70 > div, .news-row > div {
		display: inline-block;
	}
	#tomasi-world-image {
		top: 100px;
	}
	#tomasi-world-row .vc_col-sm-1, #anni-70 .vc_col-sm-1, .news-row .vc_col-sm-1 {
		width: 2.5% !important;
	}
	#tomasi-world-text, #tomasi-news-text {
		width: 33.3%;
	}
	#tomasi-world-row #tomasi-world-text {
		float: left;
	}
	/*#anni-70 #tomasi-news-text {
		float: right;
		margin-right: 7.5%;
	}*/
	#tomasi-world-image, #news-image-move-left {
 	  width: 42.5%;
		margin-left: 50px;
	}
	#news-image-left {
		width: 42.5%;
	}
	.news-row .pic-image-par.top {
		left: -7.5%;
	}
	.news-row .box-image-par.float-left {
		left: -55%;
	}

	.news-row #tomasi-world-text {
		position: relative;
		top: -150px;
	}

	#news-image-right {
		position: relative;
		top: -220px;
	}
	
	#text-par-home {
		width: 37.5vw;
	}
	
	.pic-image-par img {
		width: 55vw;
		position: relative;
		left: -10px;
		top: 37.5px;
	}
	
	#tomasi-world-text .tomasi-button-parent, .news-row .title-par {
		width: 120%;
	}

}
@media screen and (max-width: 767px),
screen and (max-width: 820px) and (max-height: 420px) {
	#wpadminbar {
		position: fixed;
	}
	.main-navigation input {
		height: 34px;
	}
	.main-navigation input[type="submit"] {
		position: relative;
		/*top: 1px;*/
	}
	#home-boxes > .wpb_column {
    width: 100% !important;
		display: block !important;
	}
	#tomasi-world-row > div, #anni-70 > div, .news-row > div {
		display: block;
	}
	#tomasi-world-row #tomasi-world-text, #tomasi-news-text, 
	#tomasi-world-row #tomasi-world-text .text-par, #tomasi-news-text .text-par {
		width: 100% !important;
		margin-left: 0;
	}
	#news-row-1 #tomasi-news-text {
		left: 0;
		width: 100%;
		top: 30px;
	}
	#news-image-right {
		top: -30px;
		width: 100%;
		margin-bottom: 80px;
	}
	#news-image-right .pic-image-par img {
		width: 80vw;
	}
	#anni-70 {
		margin-top: 100px !important;
	}
	.home-countdown-bottom {
		margin-top: -50px;
	}
	#tomasi-news-text .tomasi-button-parent, #tomasi-world-text .tomasi-button-parent {
		width: 100%;
	}
	#tomasi-world-image {
		top: 0;
		margin-bottom: 50px;
	}
	#tomasi-world-image img {
		width: 70vw !important;
	}
	#news-image-move-left {
		top: 0;
	}
	.news-row #tomasi-news-text {
		/*padding: 0 10px !important;*/
	}
	#rolex-corner-bottom-text {
		padding: 0 25px;
	}
	
	#rolex-corner-bottom-text h3 {
		font-size: 17px;
		line-height: 36px;
	}
	
	.site-footer > .second-row > div.middle > .menu-footer-2 ul{
		display: block;
	}
	.site-footer > .second-row > div.middle > .menu-footer-2 ul li{
		padding: 5px 0;
	}
	.site-footer > .second-row > div.middle > .menu-footer-1 ul li a {
		margin: 0 10px;
	}
	.wishlist-space,
	.shop-container .products > .product {
		width: calc(50% - 35px);
	}
	.site-footer > .second-row > div.middle > .menu-footer-1 ul {
		height: auto;
	}
	.site-footer > .second-row > div.middle > .menu-footer-1 ul, .site-footer > .second-row > div.middle > .menu-footer-2 ul {
		display: block;
		width: 100%;
	}
	.site-footer > .second-row > div.middle > .menu-footer-2 > div:nth-child(1) {
		width: calc(100% - 180px);
	}
	.site-footer > .second-row > div.middle > .menu-footer-2 > div:nth-child(2) {
		width: 0px;
	}
	.site-footer{
		margin-top: 20px;
	}
	
	.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 {
	display: none;	
	}
	.products-form .inline{
		display: block;
	}
	.site-content {
	  margin-top: 50px;
	}
	.nav-first-row {
		display: -webkit-box;
		display: flex;
		width: 100%;
		top: 0;
		height: 50px;
	}
	
	.nav-first-row > div:nth-child(1) {
		width: 90px;
	}
	
	.nav-first-row > div:nth-child(5){
		display: block;
	}
	
	.actions-responsive {
		display:none;
	}

	.actions .wishlist-links, .actions .cart-links {
		display: inline-block;
		width: 37.5px;
		padding-left: 0 !important;
	}
	
	.actions .account-links, .actions-responsive .account-links, .main-navigation .actions > div.account-links,
	.actions-responsive .wishlist-links, .actions-responsive .cart-links, 
	.actions-responsive .social-links, .main-navigation .actions-responsive > div.wishlist-links, .main-navigation .actions-responsive > div.cart-links {
		display:none;
	}
	
	.actions-responsive .account-links, .main-navigation .actions-responsive > div.account-links {
		display: block;
		padding-left: 0;
	}
	
	#rolex-retailer-clock, #rolex-link {
		display: none;
	}
	
	#rolex-link-mobile, #rolex-retailer-clock-mobile {
		display: block;
	}
	
	#rolex-link-mobile {
		text-align: center;
		width: 25%;
    	margin: auto;
	}
	
	#rolex-retailer-clock-mobile {
		position: relative;
		z-index: -1;
	}
	
	#BCPSiFrameContainer {
		padding-top: 10px;
	}
	
	.last-arrivals .content .info {
		display: block;
		width: 100%;
		margin: auto;
		padding-right: 0;
	
	}
	.last-arrivals .content .info p {
    	padding: 25px 37px;
    	margin-top: 10px;
    	width: 280px;
		font-size: 20px;
	}
	
	.top-margin {
		margin-top: 0px;
		margin-bottom: 60px;
	}

	.lines-container {
		margin-bottom: 0px;
	}
	
	/* .nav-first-row{
		display: block;
	} */
	.products-form .inline > form {
		display:block;
	}
	.products-form .inline > form p {
		margin-bottom: 0;
	}
	
	.select {
		width: 100%;
	}
	.products-form .inline > form .select-perpage {
		width: 100%;
	}
	.products-form .inline > form p:last-child {
		display: none;
	}
	.products-form .inline > form:last-child {
		margin-bottom: 10px;
	}
	/* .woocommerce-Tabs-panel { */
		/* display: block !important; */
	/* } */
	/* .tabs.wc-tabs { */
		/* display: none; */
	/* } */
	h2.product_title_brand {
		top: 10px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 13px;
	}
	.tabs.wc-tabs > li a {
		margin: 0 12px !important;
	}
	.wpcf7-form {
		display: block;
	}
	.wpcf7-form > .left-form {
		width: 100%;
		padding-bottom: 0;
	}
	.wpcf7-form > .right-form {
		width: 100%;
		padding-top: 0;
	}
	.wpcf7-form .field2 {
		width: 100%;
	}
	.wpcf7-form input[type="checkbox"] {
		margin-left: 0;
	}
	.wpcf7-form input[type="submit"] {
		margin-left: 0;
	}
	.eplay-cart {
		display: block;
		margin: 0;
		width: 100%;
		padding: 0;
	}
	.cart-details {
		width: 100%;
	}
	.cart-total {
		width: 100%;
	}
	.cart-thumbnail {
		width: 75px;
		padding: 20px 0;
	}
	body, button, input, select, optgroup, textarea {
		font-size: 0.8rem;
	}
	.text-right-par{
		left: 0;
	}
	.jq-box img {
		max-width: 70vw!important;
	}
	/*.text-capital-par{
		margin-bottom: 120px!important;
	}*/
	.box-image-par{
		top: 50px;
	}
	.box-image-v-par{
		top: 0px;
	}
	.box-image-v-par p{
		margin-left: 10px;
	}
	.box-image-c-par{
		top: 50px;
	}
	.pic-image-par{
		top: 100px;
	}
	.pic-image-v-par {
		left: 70px;		
	}
	.pic-image-v-par img{
		max-width: 60vw!important;
		margin-top: -60px;
	}
	.pic-image-c-par{
		top: 150px;
	}
	.text-par{
		width: 90vw;
	}
	.text-right-par{
		top: -150px;
	}
	.res-negozi-mondo{
		margin-top: -200px;
	}
	.box-title{
		width: 340px;
		margin-top: -70px;
	}
	.box-shops{
		width: 100%!important;
		height: auto;		
	}
	.box-shops img{
		width: 100%!important;
		margin-bottom:5px;
	}
	
	
	.wpb_text_column.wpb_content_element.subtitle-par.subtitle-right{
		margin-top: 40px!important;
	}
	.tomasi-button {
	
     padding: 10px 5%;    
    font-size: 18px;	
	
	}
	.wpb_wrapper .tomasi-button-parent .tomasi-button {
	
     padding: 3px 5%;    
    font-size: 14px;	
	
	}
	.rev_slider .tomasi-button-parent .tomasi-button{
		padding: 1px 5%;    
        font-size: 17px;	
	}
	
	.brand-container .content {
		width: calc(100% - 80px)!important;
	}
	.form-header-container p > span {
		padding: 10px 7px;        
	}
	
	.products-form.wishlist-form .menu span {
		width: 32.85%;
	}
	.products-form.wishlist-form .menu span:nth-of-type(1) {
		left: -0.15%;
	}
	.products-form.wishlist-form .menu span:nth-of-type(1) {
		left: 0.15%;
	}
	/*
	.addr-mob{
		display: table;
	}
	.addr-desk{
		display: none;
	}
	*/
	.space-50{
		margin-top: 25px;
	}
	.space-100{
		margin-top: 0;
	}
	.space-150{
		margin-top: 25px;
	}
	.space-200{
		margin-top: 100px;
	}
	#anni-70.space-200{
		margin-top: 200px!important;
	}
	#esplora-negozi.space-300{
		margin-top: 120px;
	}
	.space-250{
		margin-top: 125px;
	}
	.space-300{
		margin-top: 200px;
	}
	.middle_slider.space-300{
		margin-top: 250px!important;
	}
	.site-footer > .second-row > div.middle > .menu-footer-1 {
		text-align: center;
	}
	.menu-footer-2{
		flex-flow: column-reverse;
	}
	.site-footer > .second-row > div.middle > .menu-footer-2 > div:nth-child(3) {
		width: 100%;
		text-align: center;
	}
	.site-footer > .second-row > div.middle > .menu-footer-2 > div:nth-child(1) {
		width: 100%;
		text-align: center;
	}
	.tomasi-boutique .box-title{
		width: 290px;
	}
	.tomasi-boutique .box-title p{
		font-size: 20px;
	}
	/*.tomasi-boutique .line-divider{
		margin-top: 20px;
		margin-bottom: 20px;
	}*/
	.tomasi-boutique .box-cont{
		width: 290px;
		margin: 25px auto;
		
	}
	#shop0,#shop1, #shop2{
		margin-bottom: 20px;
	}
	#shop0 p,#shop1 p,#shop2 p, #shop3 p{
		font-size: 32px;
	}
	#shop1 p.sub,#shop2 p.sub, #shop3 p.sub{
		font-size: 28px;
	}
	.tn-spc.space-100{
		margin-top: 10px;
	}
	.bz-spc.space-pers{
		margin-top: 50px;
	}
	.text-slide p, .text-slide2 p{
		font-size: 20px;
		width: 250px!important;
	}
	.box-address{
		text-align: center;
		width: 100%!important;
		margin-top: -40px;
	}
	.logo-contatti img{
		display: block;
		margin: auto;
	}
	.space-after-50{
		margin-bottom: 90px;
	}
	.touch .last-arrivals .content .products .container .product .product-title-price, .last-arrivals .content .products .container .product:hover .product-title-price {
		margin-top: 0;
	}
	.brands span {
		width: calc(50% - 10px);
	}
	
	.reserved.single > p {
		/*padding-bottom: 14px;*/
    font-size: 28px;
	}

	.newsletter-form input[type="email"] {
		height: 34px;
	}

	#news-row-2 #news-image-left .pic-image-par.top {
		left: 21%;
	}
	#news-row-2 #news-image-left .box-image-par {
		top: 50px;
		left: -20%;
	}
	#news-row-2 .text-par.alignright {
		margin-top: 2.5%;
		position: relative;
		left: -2.5%;
		margin-right: 25px;
	}
	.news-space.middle {
		display: none;
	}
	#phone-icon {
		display: inline-block;
	}
	.single-brand-title.shop-area-name {
		font-size: 3.75rem;
	}
	p.promotion-notavailable {
		font-size: 1.5rem;
	}
	.countdown-wrapper {
		margin-bottom: 0;
	}
}

/* IPHONE X LANDSCAPE ONLY */
@media screen and (min-width: 800px) and (max-height: 400px) {
	.news-row #tomasi-news-text {
		position: relative;
		left: -5%;
	}
	.news-row #tomasi-news-text .text-par .span {
		width: 110%;
	}
	.news-row #tomasi-news-text .text-par {
		width: 40vw;
	}
	#news-row-2 #news-image-left {
		position: relative;
		left: -12.5%;
	}
	#news-row-2 #news-image-left .pic-image-par.top {
		top: 0;
		left: 17.5%;
	}
	#news-row-2 #news-image-left .pic-image-par.top img {
		max-width: 450px !important;
		position: relative;
		top: -50px;
	}
	.news-space.middle {
		display: none;
	}
	#news-row-2 #tomasi-world-text {
		float: right;
	}
	#news-row-2 .text-par.alignright {
		width: 100%;
		margin-top: 15%;
		margin-right: 35px;
	}
	.reserved.single {
		top: 256px;
		left: 460px;
	}
}
@media screen and (max-width: 740px) and (max-height: 420px) and (orientation: landscape) {
	.reserved.single {
		top: 278px;
		left: 447px;
	}
}
@media screen and (max-width: 670px) and (max-height: 380px) and (orientation: landscape) {
	.reserved.single {
		top: 300px;
		left: 433px;
	}
}
@media screen and (max-width: 640px) and (max-height: 360px) and (orientation: landscape) {
	.reserved.single {
		left: 427px;
		top: 308px;
	}
}
@media screen and (max-width: 767px), screen and (max-width: 820px) and (max-height: 420px) {
	.product-icons > a:first-child {
		display: none !important;
	}
}
@media screen and (max-width: 767px) and (orientation: landscape),
screen and (max-width: 820px) and (max-height: 420px) {
	.touch .shop-container .products > .product .product-icons > a {
		position: relative;
    top: 10px;
	}
	.pic-image-v-par {
		left: 185px;		
	}
	.box-image-v-par{
		left: 110px;
	}
}

@media screen and (max-width: 480px){	
	#rolex-link-mobile {
		width: 50%;
	}
	.site-footer > .first-row > div.middle > div{
		width: 100%;
		text-align: center;
	}
	.site-footer input[type="submit"]  {
		position: relative;
		top: 1px;
	}
	.box-image-par, .box-image-v-par, .box-image-c-par{
		font-size: 16px;
	}
	.brands span {
		width: calc(100% - 10px);
	}
	
	.single-line {
		width: calc(100% - 10px);
	}
	.products-form.wishlist-form .menu span {
		padding: 10px 30px;	
		display: block;
		width: 75%;
		margin: auto;
		left: 0;
	}
	
	.shop-container .products > .product {
		width: 50%;
	}

	.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: 100%;
	}

	.reserved.single > p {
		font-size: 18px;
		padding-left: 50px;
		padding-right: 0px;
	}

	.single_add_to_cart_button.button.alt, #yourOffer > span, #backToShop > span {
		font-size: 18px !important;
		line-height: 28px;
	}

	/*.product-summary-after-links > div:nth-child(3) {
		text-align: left;
	}*/

	.woocommerce-loop-product__title {
		font-size: 14px;
	}

	.product-summary-after-links > div:nth-child(1) {
		margin-bottom: 10px;
	}
	.product-summary-after-links > div:nth-child(1) > a:nth-child(1) {
		margin-left: 25px;
	}
	.woocommerce-product-gallery {
		margin-bottom: 0;
	}
	h2.product_title_brand {
		top: 0;
	}
	.touch .shop-container .products > .product .product-title-price {
		margin-bottom: 60px;
	}

	#news-image-right {
		left: 1.5%;
	}
	.news-row .pic-image-par.top {
		left: 20%;
	}
	.news-row #tomasi-world-text, #news-image-left {
		width: 100%;
		top: auto;
	}
	#news-image-left {
		left: -5%;
    top: -30px;
	}
	.pic-image-par img {
		width: 80vw;
	}
	.news-row .box-image-par.float-left {
		left: -17%;
		top: 100px;
	}
	.h-contact-vendi .form-header-container p {
		padding: 0;
		margin-bottom: 9px;
	}
	.text-par.alignright {
		text-align: center;
		margin-bottom: 0 !important;
	}
	.news-space.middle {
		display: block;
	}
	#news-row-2 .text-par.alignright {
		margin: auto;
		margin-top: 7.5%;
		position: relative;
		left: 0;
		width: 100%
	}
	.single-brand-title.shop-area-name {
		font-size: 2.5rem;
	}
	p.promotion-notavailable {
		width: 92.5%;
	}
	.products-form.wishlist-form .menu span > span.items-in-cart {
		top: 12.5px;
	}
	.news-row .title-par {
		width: 100%;
	}
	.title-par p span {
		font-size: 17px !important;
	}
	.product-summary-after-links > div:nth-child(3) {
		clear: both;
		text-align: left;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		max-height: 320px;
	}
	.summary.entry-summary > a.product-title-brand {
		position: relative;
		z-index: 9999;
	}
	.page-id-126 #anni-70 .box-image-v-par p {
		bottom: 20px;
	}
}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
  	#rolex-corner-bottom-text p.rolex-text {
    	font-family: "";
	}
}

@media screen and (max-width: 415px) {
	.product-summary-after-links > div > span {
		display: inline-block;
		width: 275px;
	}
	.reserved.single {
		left: 289px;
		top: 189px;
	}
}

@media screen and (max-width: 410px){
	.product-icons a {
		padding: 5px 2.5px;
		display: inline-block;
		width: 35px;
	}
	.product-icons img {
		max-height: 20px;
		max-width: 20px !important;
	}
}
@media screen and (max-width: 375px) {
	.product-summary-after-links > div > span {
		display: inline-block;
		width: 235px;
	}
	.reserved.single {
		left: 260px;
		top: 162px;
	}
}
@media screen and (max-width: 360px) {
	.product-summary-after-links > div > span {
		display: inline-block;
		width: 220px;
	}
	.reserved.single {
		top: 152px;
	}
	.reserved.single > p {
		padding-left: 40px;
	}
}
@media screen and (max-width: 320px) {
	.product-summary-after-links > div > span {
		display: inline-block;
		width: 180px;
	}
}

@media print {
	@page {
		size: landscape;
	}
	
	#content {
		width: 100% !important;
		margin-top: 150px !important;
	}
	
	footer .first-row .middle div:not(.footer-widget-1), footer .first-row .middle div:not(.footer-widget-2) {
		display: none;
	}
	footer .second-row {
		display: none !important;
	}
	
	.footer-widget-1, .footer-widget-2 {
		position: fixed;
		display: inline-block !important;
		top: 0;
		left: 35%;
		z-index: 100000;
	}
	
	.footer-widget-2 {
		left: 65%;
	}
	
	.footer-widget-1 h2, .footer-widget-2 h2 {
		display: none !important;
	}
	
	.footer-widget-1 .textwidget, .footer-widget-2 .textwidget {
		display: inline-block !important;
		width: 120% !important;
		margin-top: 7.5px !important;
	}
	
	.footer-widget-1 .textwidget p, .footer-widget-2 .textwidget p {
		display: inline-block !important;
		width: 49%;
	}
	
	.footer-widget-2 .textwidget p {
		width: 100%;
	}
	
	#site-navigation .nav-first-row div:not(.custom-logo), #rolex-link, #rolex-retailer-clock, .woocommerce-tabs, .product-summary-links, .product-summary-print, .cart, .woocommerce-breadcrumb 	{
		display: none;
	}
	
	#site-navigation {
		height: 120px;
	}
	
	.nav-first-row {
		position: static;
		width: 100%;
		height: 100%;
	}
	
	.custom-logo {
		width: 100% !important;
		text-align: left !important;
	}
	
	.custom-logo-link {
		margin-left: 60px !important;
		margin-top: 27.5px !important;
		height: 60px !important;
	}
	
	.custom-logo img {
		width: auto !important;
	}
	
	.product .woocommerce-product-gallery {
		width: 40% !important;
	}
	
	.product .summary {
		width: 40% !important;
		position: relative;
		right: 10%;
	}
	
	.site-footer {
		margin-top: 0 !important;
	}
}