.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 0.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: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.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: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.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,
.popup_product_details 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;
    padding: unset;
  }
}
@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 (min-width: 1024px) {
  .floated-form {
    width: 100% !important;
    max-height: 80vh;
  }

  .floated-form {
    overflow: inherit;
    /*overflow-y: auto;*/
  }
}

@media screen and (max-width: 991px) {
  .products > .product {
    width: 40%;
  }

  .brands-container .brands span {
    width: 50%;
  }

  div#sedi > div {
    width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  .contact-wrapper {
    display: none !important;
  }

  span.items-in-cart,
  span.items-in-wish {
    right: -15px;
    top: -15px;
  }

  .popup_product_details.show {
    padding: 35px;
  }

  .news-post {
    padding-bottom: 50px;
  }

  .wpcf7 {
    max-width: 700px;
    margin: auto;
  }

  .etheme-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
  }
}
@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: 100%;
    padding: 15px;
  }
  .single-product .site-content,
  .popup_product_details .site-content {
    width: 100%;
    margin: 0 !important;
  }
  .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,
  .popup_product_details main .product > div.ewcs-product-onimage {
    width: 100%;
  }
  /*.single-product main .product > div.ewcs-product-onimage, .popup_product_details 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-width: 150px;
    height: auto;
    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 !important;
    width: auto !important;
    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,
  .products-form.wishlist-form .menu span > span.items-in-wish {
    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,
  .popup_product_details main .product > div.ewcs-product-onimage {
    width: 640px;
  }
  .single-product main .product > div.ewcs-product-onimage,
  .popup_product_details 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.9%;
  }
}

@media screen /*and (max-width: 996px) */ and (max-width: 1023px) {
  .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 - 50px);
    height: -webkit-calc(100vh - 50px);
    height: -o-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
  .logged-in.admin-bar .main-navigation #collapsable-menu {
    margin-top: 0;
    padding: 0 15px;
    overflow-y: scroll;
    height: -moz-calc(100vh - 96px);
    height: -webkit-calc(100vh - 96px);
    height: -o-calc(100vh - 96px);
    height: calc(100vh - 96px);
  }
  .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;
  }
  .nav-icon {
    margin-right: 20px;
  }
  .main-navigation .actions img {
    margin: 0 20px;
  }
  .main-navigation .actions .wishlist-links img {
    margin-left: 16px;
  }
  span.items-in-cart,
  span.items-in-wish,
  span.items-in-wish-watches,
  span.items-in-wish-jewels,
  span.items-in-wish-silvers {
    right: -15px;
  }

  #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,
  .popup_product_details 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-product-gallery .flex-control-nav::before,
  .woocommerce-product-gallery .flex-control-nav::after {
    width: 50px;
  }
  /*.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:first-child {
		margin-left: 50px;
	}*/
  /*.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 #eTheme-news-text {
    left: 35px;
  }
  #eTheme-world-row #eTheme-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 > #eTheme-news-text {
    width: 41.65%;
  }
  /*.text-par{
		width: 90vw; 
	}*/
  .text-right-par {
    top: -150px;
  }
  .eTheme-boutique {
    margin-top: 0px;
  }

  .eTheme-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);
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
  }
  .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%;
  }

  .eTheme-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,
  .popup_product_details 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;*/
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) /*and (max-width: 996px) */ and (max-width: 1023px) {
  .main-navigation .actions-responsive {
    display: none;
  }
  span.items-in-cart,
  span.items-in-wish {
    right: 5px;
  }
}
@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 .eTheme-button-parent {
    text-align: center;
  }

  #eTheme-world-text .text-par,
  #eTheme-news-text .text-par {
    width: 35vw;
  }

  #home-left-space,
  .news-row > .vc_col-sm-1:nth-child(1) {
    width: 2.5%;
  }
  .news-row #eTheme-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;
  }
  #eTheme-world-image {
    margin-left: 35px;
  }
  #eTheme-world-row {
    margin-bottom: 100px;
  }
  #eTheme-world-text .eTheme-button-parent {
    width: 110%;
  }
  #eTheme-news-text .eTheme-button-parent {
    width: 115%;
  }
  #eTheme-world-text .eTheme-button-parent .eTheme-button,
  #eTheme-news-text .eTheme-button-parent .eTheme-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) {
  #eTheme-world-row {
    margin-bottom: 50px;
  }
  #eTheme-world-row > div,
  #anni-70 > div,
  .news-row > div {
    display: inline-block;
  }
  #eTheme-world-image {
    top: 100px;
  }
  #eTheme-world-row .vc_col-sm-1,
  #anni-70 .vc_col-sm-1,
  .news-row .vc_col-sm-1 {
    width: 2.5% !important;
  }
  #eTheme-world-text,
  #eTheme-news-text {
    width: 33.3%;
  }
  #eTheme-world-row #eTheme-world-text {
    float: left;
  }
  /*#anni-70 #eTheme-news-text {
		float: right;
		margin-right: 7.5%;
	}*/
  #eTheme-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 #eTheme-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;
  }

  #eTheme-world-text .eTheme-button-parent,
  .news-row .title-par {
    width: 120%;
  }
}
@media screen /*and (max-width: 996px) */ and (max-width: 1023px) and (orientation: portrait) {
  #tab-informations .right-form > p:last-of-type {
    text-align: center;
  }
  .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;
  }
}
@media screen and (max-width: 767px),
  screen and (max-width: 900px) and (max-height: 520px) {
  span.items-in-cart,
  span.items-in-wish,
  span.items-in-wish-watches,
  span.items-in-wish-jewels,
  span.items-in-wish-silvers {
    right: -5px;
  }
  #wpadminbar {
    position: fixed;
  }

  .cartier-link {
    display: none !important;
  }
  .main-navigation input {
    height: 34px;
  }
  /*.main-navigation input[type="submit"]*/
  .newsletter-form input[type="submit"],
  .nav-second-row .widget_search input[type="submit"] {
    position: relative;
    top: 1px;
  }
  #home-boxes > .wpb_column {
    width: 100% !important;
    display: block !important;
  }
  #eTheme-world-row > div,
  #anni-70 > div,
  .news-row > div {
    display: block;
  }
  #eTheme-world-row #eTheme-world-text,
  #eTheme-news-text,
  #eTheme-world-row #eTheme-world-text .text-par,
  #eTheme-news-text .text-par {
    width: 100% !important;
    margin-left: 0;
  }
  #news-row-1 #eTheme-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;
  }
  #eTheme-news-text .eTheme-button-parent,
  #eTheme-world-text .eTheme-button-parent {
    width: 100%;
  }
  #eTheme-world-image {
    top: 0;
    margin-bottom: 50px;
  }
  #eTheme-world-image img {
    width: 70vw !important;
  }
  #news-image-move-left {
    top: 0;
  }

  #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: 100%;
  }
     .site-footer {
        margin-top: 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 {
    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),
  .main-navigation .actions {
    display: none;
  }

  .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;
  }

  .mobile-rolex #rolex-retailer-clock,
  .mobile-rolex #rolex-link {
    display: block;
  }

  #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;
  }

  html body .vc_custom_1748356348841 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

div#valutiamo-usato > div > .vc_column-inner {
    padding-top: 10px;
}

.subscribe-row {
    height: fit-content !important;
    min-height: auto;
}

.subscribe-row-inner {
    margin-bottom: 100px;
    margin-top: 50px;
}

  .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, ul#menu-menu-guida {
		font-size: 15px;
	}
	.tabs.wc-tabs > li a {
		margin: 0 !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: 1rem;
  }
  .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;
  }
  .eTheme-button {
    padding: 10px 5%;
    font-size: 18px;
  }
  .wpb_wrapper .eTheme-button-parent .eTheme-button {
    padding: 3px 5%;
    font-size: 14px;
  }
  #rolex-slider .eTheme-button-parent .eTheme-button {
    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: 220px !important;
  }
  .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;
  }
  .eTheme-boutique .box-title {
    width: 290px;
  }
  .eTheme-boutique .box-title p {
    font-size: 20px;
  }
  /*.eTheme-boutique .line-divider{
		margin-top: 20px;
		margin-bottom: 20px;
	}*/
  .eTheme-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;
  }
  /*.woocommerce div.product div.images .flex-control-thumbs li {
		width: 50px;
		height: 50px;
	}*/
  .woocommerce-product-gallery .flex-control-nav::after {
    bottom: initial;
    /*top: 305px;*/
  }
}
.main-navigation .mobile-top .actions.social div {
  display: inline-block;
}
.mobile-top .actions.social {
  margin: 15px auto;
  display: block;
}
.mobile-top .icons-menu-wrapper {
  padding-left: 0 !important;
  margin: auto;
}
@media screen and (max-width: 900px) and (max-height: 520px) {
  .mobile-top .actions.social {
    width: calc(50% + 15px);
  }
  .actions:not(.actions-responsive) .shop-links {
    display: none;
  }
  .nav-icon {
    margin-right: 30px;
  }
  .main-navigation .actions.actions-responsive > div {
    margin: 0 10px;
  }
  .main-navigation .actions img {
    margin-left: 10px;
    margin-right: 10px;
  }
  .nav-first-row > div:nth-child(5) {
    width: 100px;
  }
}
@media screen and (min-width: 997px) {
  .mobile-top .actions.social {
    display: none;
  }
}

@media screen and (max-width: 600px) and (orientation: portrait) {
  .nav-icon span {
    width: 25px;
    height: 2.5px;
  }
  /*.actions:not(.actions-responsive) .shop-links {
		display: none;
	}*/
  .nav-first-row > div.custom-logo img {
    height: 32px;
  }
  .nav-first-row > div:nth-child(5) {
    width: 95px;
  }
  .actions-responsive .account-links,
  .main-navigation .actions-responsive > div.account-links {
    margin-left: 5px;
  }
  .main-navigation .actions img {
    margin-left: 10px;
    margin-right: 10px;
  }
  .main-navigation .actions > div {
    padding: 0;
  }
}

/* IPHONE X LANDSCAPE ONLY */
@media screen and (min-width: 800px) and (max-width: 920px) and (max-height: 420px) {
  .news-row #eTheme-news-text {
    position: relative;
    left: -5%;
  }
  .news-row #eTheme-news-text .text-par .span {
    width: 110%;
  }
  .news-row #eTheme-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 #eTheme-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: 820px) and (max-height: 640px) {
  .reserved.single {
    top: auto !important;
    left: auto !important;
    right: 0;
    bottom: 0;
  }
}

/*@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: 900px) 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: 900px) and (max-height: 520px) {
  .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: 600px) {
  span.items-in-cart,
  span.items-in-wish {
    right: -5px;
  }
  #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: calc(50% - 35px);*/
    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: 0px;
    padding-right: 0px;
    text-align: center;
    width: 100%;
  }

  .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 #eTheme-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,
  span.items-in-wish-jewels,
  span.items-in-wish-watches,
  span.items-in-wish-silvers {
    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;
  }
  /*.woocommerce div.product div.images .flex-control-thumbs li {
		max-width: 150px;
		width: 150px !important;
	}*/
}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  #rolex-corner-bottom-text p.rolex-text {
    font-family: "";
  }
}

@media screen and (max-width: 600px) {
  .reserved.single.single-image {
    bottom: 0;
    top: auto !important;
  }
}

/*@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: 45px;
  }
}
/*@media screen and (max-width: 320px) {
	.product-summary-after-links > div > span {
		display: inline-block;
		width: 180px;
	}
}*/

@media print {
  @page {
    size: landscape;
  }

  #content {
    width: 85% !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;
    margin-left: 5%;
  }

  .product .summary {
    width: 40% !important;
    margin-left: 5%;
    position: relative;
    right: 0%;
  }

  .site-footer {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 1400px) {
  .mini-item.column.item-text {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  #menu-right-menu,
  #menu-left-menu {
    width: 80%;
    text-align: center;
  }

  #menu-left-menu {
    float: right;
    width: 100% !important;
  }

  #menu-right-menu {
    float: left;
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .mobile-resellers-wrapper {
    display: none;
  }

  .mobile-actions.actions {
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .mobile-actions.actions .items-in-cart {
    top: -18px;
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .right-actions .actions {
    display: inline-block !important;
  }

  .right-actions {
    right: 10px;
  }

  .main-navigation .actions > div {
    display: inline-block !important;
  }

  span.items-in-cart {
    top: -15px;
    right: -15px;
  }

  span.wishlist_products_counter_number {
    top: -15px;
    right: -8px;
  }

  .brands-container .brands span {
    width: 100%;
  }

  .summary.entry-summary {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-lg-6.col-md-6.rtrn-btn {
    padding-right: 0;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 !important;
    margin: 0;
    width: 100%;
    margin: 10px;
    text-align: center;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    flex-wrap: wrap;
  }

  .popup_product_details.show {
    padding: 10px;
  }

  span.items-in-wish {
    right: -15px !important;
    top: -18px !important;
  }
}

@media screen and (max-width: 1200px) {
  #menu-right-menu,
  #menu-left-menu,
  .wishlist-links,
  .cart-links,
  .nav-extra-row,
  .bottom-page-menu {
    display: none !important;
  }

  .site-content {
    margin-top: 80px;
  }

  .mobile-top {
    margin-top: 50px;
  }

  .nav-first-row,
  .nav-extra-row {
    padding: 0px 15px;
  }

  .mobile-top {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    margin-bottom: 337px;
  }

  .main-navigation #collapsable-menu ul li {
    float: none;
    width: 100%;
    text-align: center;
  }

  .mobile-cartier-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile-rolex #rolex-link {
    position: fixed !important;
    left: 90%;
    width: 150px;
    z-index: 1;
    height: 70px;
    text-align: center !important;
    margin: auto !important;
    left: calc(50% - 70px) !important;
  }

  .mobile-rolex #rolex-link,
  .mobile-rolex #rolex-retailer-clock {
    /* left: 50%; */
    /* transform: translateX(-50%); */
    position: relative;
    left: 0;
    text-align: center;
    margin: auto;
    justify-content: center;
  }

  .mobile-cartier-inner a {
    left: 0;
  }

  .mobile-resellers-wrapper {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .left-actions,
  .right-actions {
    width: 30% !important;
  }

  .mobile-actions .actions,
  .mobile-actions .wishlist-links,
  .mobile-actions .cart-links {
    display: block !important;
  }

  .main-navigation .actions {
    justify-content: space-around;
  }
}

@media screen and (max-width: 991px) {
  .check-content,
  .left-part {
    width: 100%;
  }

  .search-form2 a {
    font-size: 16px !important;
    text-transform: uppercase;
  }

  .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 50px;
  }

  .brands-container {
    -moz-box-shadow: none;
    box-shadow: none !important;
  }

  .shop-main-list-left,
  #shop-main-list-right {
    width: 100% !important;
  }

  .shop-main-list-left {
    height: auto;
    margin-bottom: 50px;
  }

  #shop-main-list-right-sections {
    height: auto;
  }

  div#primary .etheme-tbox {
    margin-top: 50px;
  }

  footer.entry-footer .etheme-main-button {
    margin-top: 0px;
  }

  .first-gallery-item,
  .second-gallery-item {
    width: 100% !important;
  }

  .news-post {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) and (orientation: landscape) {
  .etheme-logo-inner {
    height: 60px;
    width: 120px;
  }

  #site-navigation .nav-first-row {
    height: 60px;
    top: 0;
    padding: 0;
  }

  .right-actions .actions {
    display: inline-block !important;
  }

  .right-actions {
    right: 10px;
  }

  .main-navigation .actions > div {
    display: inline-block !important;
  }

  span.items-in-cart {
    top: -18px;
    right: -20px;
  }

  .products > .product {
    width: 40%;
  }

  .floated-form {
    overflow: auto;
    width: 200px;
    max-height: 70vh;
  }

  .price_slider_amount .price_label {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  ul.tabs.wc-tabs {
    margin-top: 20px !important;
  }

  .popup_product_details .product {
    padding: 15px;
  }
}

@media screen and (min-width: 768px) {
  .shop-filter-button {
    display: none;
  }

  .popup-button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .etheme-logo-inner {
    height: 60px;
    width: 120px;
  }

  .mobile-cartier-inner .cartier-link {
    display: block !important;
    margin-top: 10px;
  }

  #site-navigation .nav-first-row {
    height: 60px;
    top: 0;
    padding: 0;
    margin: 15px 0;
  }

  .shop-main-list-left {
    height: auto;
    margin-bottom: 0px;
  }

  .row-rolex-clock {
    margin-bottom: 50px;
  }

  #shop-main-list-right-sections {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
  }

  .shop-now-button.btn-primary.etheme-btn-animate {
    transform: rotate(-90deg);
    right: -6%;
  }

  .home-box {
    padding: 5px;
  }

  .etheme-main-button {
    margin: 20px auto;
  }

  .home-box-text p.etheme-main-button-text {
    padding: 15px 20px !important;
  }

  .news-post {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .mobile-resellers-wrapper {
    margin-top: 0px;
  }

  .yikes-easy-mc-form .submit-button-inline-label {
    max-width: 100px;
  }

  .yikes-mailchimp-container {
    text-align: center;
  }

  .yikes-easy-mc-form.yikes-mailchimp-form-inline {
    max-width: 80%;
  }

  .inner-xfrm-specification-detail {
    padding: 0 !important;
  }

  .woocommerce a.added_to_cart {
    margin: 0;
    text-align: center;
  }

  html body .vc_custom_1594290706132 {
    margin-top: 0 !important;
  }

  .feature-item .icon {
    margin: 2vh 0;
  }

  .feature-item .text h4 {
    font-size: 13px;
  }

  .feature-item {
    width: calc(50% - 10px);
    margin-bottom: 10px !important;
    padding: 10px;
    margin: 5px;
    border-radius: 0;
    height: 250px;
  }

  div#primary .etheme-tbox {
    margin-top: 0;
  }

  div#cart-popup {
    border-radius: 0 50px;
    position: fixed;
    margin: 10px;
    height: calc(100vh - 20px) !important;
    background-color: #f5f4f4;
    overflow: hidden;
    width: calc(100% - 20px);
  }

  .etheme-blog-article.left {
    margin-bottom: 50px;
  }

  .etheme-blog-wrapper {
    flex-wrap: wrap;
  }

  footer.entry-footer .etheme-main-button {
    margin-top: 0;
  }

  .news-column {
    width: 100% !important;
  }

  .etheme-subfooter {
    font-size: 14px;
  }

  .products > .product {
    background: rgba(255, 255, 255, 0.8);
    width: 100% !important;
    margin: 2%;
  }

  .search-form2 {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 38%;
    background: white;
    overflow: hidden;
    overflow-x: hidden;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-bottom: 32px red; */
    box-shadow: 0px 0px 8px #ccc;
  }

  .search-form-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    top: 0 !important;
  }

  .filter-icon,
  .filter-close-icon {
    display: none;
  }

  .single-clm.left,
  .single-clm.right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0;
  }

  .summary.entry-summary .inner-detail-section {
    width: 100%;
  }

  div.product div.summary {
    width: 90% !important;
  }

  .new-add-to-cart-xfrm-btn {
    display: flex;
    flex-direction: column;
  }

  .inner-new-custom-price {
    margin-bottom: 20px;
  }

  .xfrm-similar-price-products {
    margin-right: 20px;
  }

  .xfrm-product-specification-row {
    max-width: 100%;
    margin: auto;
  }

  .xfrm-inner-attribute-table {
    border-radius: 34px 34px 0 0;
  }

  .single-product .shop-now-button {
    display: none;
  }

  .wcb-wrapper .extended-options .wcb-button:nth-child(1),
  .wcb-wrapper .extended-options .wcb-button:nth-child(2),
  .wcb-wrapper .extended-options .wcb-button:nth-child(3) {
    display: block;
  }

  .wrapper-clm-left-sticky-bar {
    display: none;
  }

  .wcb-wrapper {
    position: fixed;
    bottom: 10px;
    z-index: 2;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: calc(100% - 10px) !important;
    align-items: center;
    margin: auto;
    border-radius: 50px;
    box-shadow: 1px 2px 8px #cbcbcb !important;
    margin: 0 5px;
  }

  .summary.entry-summary .inner-sidebar-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* position: sticky; */
    align-items: f;
    /* top: 0; */
    /* left: 0; */
    justify-content: flex-start;
  }

  .popup-button {
    display: none;
  }

  .filter-icon.active,
  .filter-close-icon.active {
    display: block;
    padding: 11px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 1;
  }

  .shop-filter-button {
    left: 0 !important;
    right: unset;
    z-index: 99;
  }

  .search-form2 {
    transform: translateY(-100%);
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
  }

  .search-form2.active {
    transform: translateY(0%);
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 50px !important;
  }

  .tabs.wc-tabs > li a {
    color: #848588 !important;
    margin: 0 25px !important;
    padding: 15px 0 !important;
    font-weight: normal !important;
    font-size: 18px;
    padding: 10px 0 !important;
    margin: 0 10px !important;
    text-align: center;
  }

  .mel-single-p-product-brand-image {
    margin: auto;
    width: 100% !important;
  }

  .single-clm.right .woocommerce-single-product__brand {
    display: none;
  }

  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    padding: 0px;
    padding-top: 40px;
  }

  .overlay-block {
    max-height: 100%;
  }
  /*
	.woocommerce-product-gallery__image.flex-active-slide {
		width: 100% !important;
		height: auto;
	}*/

  .check-wrap {
    padding: 0;
    padding-top: 40px;
  }
  .cart-popup-inner .close-popup {
    top: 40px;
    left: -10px !important;
  }

  .delete-item {
    position: absolute;
    right: 0;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    margin-top: -13px;
  }

  .cartier-link {
    background-image: url(./images/cartier-2.png) !important;
    position: relative;
    background-size: contain !important;
    border: 0px solid #ececec;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: color 0.15s ease-in-out, background-image 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .inner-button-mini-cart {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }

  .check-pay-wrap {
    padding: 0 15px;
    font-size: 16px;
    /* background: white; */
  }

  .ewcs-checkout-cta {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 1023px) {
  .centerd-menu {
    width: auto;
    display: flex !important;
  }

  .nav-first-row {
    justify-content: space-between;
  }

  .search-menu {
    margin-left: 10px;
  }

  .cartier-link {
    left: 20px;
  }
}

.brands-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
