html {
  scroll-behavior: smooth;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body div#header-outer {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  border-bottom: none !important;
}
body div#header-outer .menu-title-text {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.9rem !important;
}

.section_header h1 {
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 300;
  color: #fff;
}
.section_header p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #fff;
  margin-top: 9vh;
}
.section_header .row-bg-wrap::before {
  content: "";
  display: block;
  bottom: 8%;
  right: 23%;
  position: absolute;
  z-index: 11;
  width: 30vw;
  height: 30vw;
  background-image: url("https://offdevelop.it/369watches/wp-content/themes/salient-child/img/clock.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  animation: rotate 120s forwards infinite linear;
}
.section_header .row-bg-wrap::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 10;
  width: 120%;
  height: 100%;
  background-image: url("https://offdevelop.it/369watches/wp-content/themes/salient-child/img/waves.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

#section_confronto .grafico {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5% 8% 19% 8%;
}
#section_confronto .grafico.chiaro {
  border: 1px solid #DE9349;
  -webkit-box-shadow: 0 23px 66px rgba(222, 147, 73, 0.1);
  -moz-box-shadow: 0 23px 66px rgba(222, 147, 73, 0.1);
  box-shadow: 0 23px 66px rgba(222, 147, 73, 0.1);
  background-image: url("https://offdevelop.it/369watches/wp-content/themes/salient-child/img/patek-philippe.png");
}
#section_confronto .grafico.chiaro p i {
  color: #56BE7A;
}
#section_confronto .grafico.chiaro .dati {
  animation: pulse 4s infinite;
}
#section_confronto .grafico.scuro {
  border: 1px solid #E2E2E2;
  min-height: 415px;
  background-image: url("https://offdevelop.it/369watches/wp-content/themes/salient-child/img/apple.png");
}
#section_confronto .grafico.scuro p i {
  color: #D61E1E;
}
#section_confronto .grafico.scuro .dati {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #E9ECEF;
  transform: translateY(255%);
}
#section_confronto .grafico .dati {
  display: flex;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 23px 66px rgba(31, 84, 123, 0.18);
  -moz-box-shadow: 0 23px 66px rgba(31, 84, 123, 0.18);
  box-shadow: 0 23px 66px rgba(31, 84, 123, 0.18);
  transform: translateY(188%);
}
#section_confronto .grafico .dati div {
  padding: 3% 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
#section_confronto .grafico .dati div:first-child {
  width: 50%;
  align-items: flex-start;
}
#section_confronto .grafico .dati div:nth-child(2) {
  border-left: 1px solid #E9ECEF;
  border-right: 1px solid #E9ECEF;
  width: 25%;
}
#section_confronto .grafico .dati div:last-child {
  width: 25%;
}
#section_confronto h2 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}
#section_confronto h3 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
}
#section_confronto h4 {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
}
#section_confronto h5 {
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#section_confronto p {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
#section_confronto p i {
  font-size: 25px;
}

.nectar-post-grid {
  height: 60vh;
}

.nectar-post-grid-item .inner {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px !important;
  overflow: visible !important;
  background-color: #fff !important;
  height: fit-content !important;
  padding: 10% 0 0 0;
}
.nectar-post-grid-item .inner:hover {
  box-shadow: 0 0 30px #0000001a;
}
.nectar-post-grid-item .nectar-post-grid-item-bg {
  position: relative !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: visible !important;
  background-size: cover;
  width: 80%;
  margin: 0 auto;
  height: 35vh;
}
.nectar-post-grid-item .bg-overlay {
  display: none;
}
.nectar-post-grid-item .content {
  position: relative !important;
}
.nectar-post-grid-item .content .item-main h3.post-heading {
  line-height: 1;
  max-width: 100%;
  text-align: center;
}
.nectar-post-grid-item .content .item-main h3.post-heading a span {
  color: #184567 !important;
  text-align: center;
  font-size: 1.5rem;
}

.section_approfondici p {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 300;
  padding-bottom: 5%;
  max-width: 50%;
}
.section_approfondici h3 {
  font-size: 2.8rem !important;
  color: #ffffff;
  margin-bottom: 5% !important;
}
.section_approfondici .row-bg-wrap::before {
  content: "";
  display: block;
  bottom: 12%;
  right: 7%;
  position: absolute;
  z-index: 8;
  width: 40vw;
  height: 40vw;
  background-image: url("https://offdevelop.it/369watches/wp-content/themes/salient-child/img/clock.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  animation: rotate 120s forwards infinite linear;
}
.section_approfondici .row-bg-wrap .row-bg-overlay {
  height: 60%;
}

body form {
  padding: 6% 4% !important;
  background-color: #f9f9f9;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  margin: 0 10%;
}
body form .flex {
  display: flex;
  align-items: center;
}
body form input.single_form_item {
  border-radius: 50px;
  border: none !important;
  background-color: #fff !important;
  box-shadow: 0 0 30px #00000015 !important;
}
body form input#submit {
  letter-spacing: 5px;
  font-size: 14px;
}
body form .wpcf7-spinner {
  display: none;
}
body form .container p {
  max-width: 100% !important;
}
body form .col.flex.acc p {
  color: #333333;
  font-size: 12px;
  display: flex;
}

.wpcf7#wpcf7-f308-p299-o1 input#submit,
.wpcf7#wpcf7-f311-p312-o1 input#submit {
  width: 100% !important;
}
.wpcf7#wpcf7-f308-p299-o1 .extrap p,
.wpcf7#wpcf7-f311-p312-o1 .extrap p {
  padding-bottom: 0 !important;
}

#footer-outer .footer-col.area1 img {
  max-width: 33%;
  display: block;
  margin: 0 auto;
}
#footer-outer .footer-col.area2 h3 {
  margin-bottom: 6% !important;
}
#footer-outer .footer-col.area2 p {
  font-size: 14px;
}
#footer-outer .footer-col.area2 p span i {
  margin-right: 15px;
  color: #FF9C39;
}
#footer-outer .footer-col.area2 a.contattaci {
  padding: 10px 20px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 50px;
  margin-top: 20px;
  display: block;
  width: fit-content;
}
#footer-outer .footer-col.area2 a.contattaci:hover {
  border: 1px solid #FF9C39;
}
#footer-outer .footer-col.area3 h3 {
  margin-bottom: 6% !important;
}
#footer-outer .footer-col.area3 p {
  font-size: 14px;
}
#footer-outer .footer-col.area3 p span i {
  margin-right: 15px;
  color: #FF9C39;
}

#copyright .col.span_5 {
  width: 100% !important;
}
#copyright .col.span_5 .post-footer {
  text-align: center;
}
#copyright .col.span_5 .post-footer #firma {
  margin-left: 20px;
  display: inline-flex;
}
#copyright .col.span_5 .post-footer #firma img {
  margin-left: 10px;
}

.custom_divider .row-bg {
  background-size: 100% 100%;
}

.custom_divider.no_margin {
  margin-top: -200px !important;
}

.head_btn {
  color: #fff;
  padding: 10px 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #FF9C39;
  display: block;
  width: fit-content;
}
.head_btn:hover {
  background-color: #FF9C39;
}

#section_scelte .row-bg-wrap {
  height: 70%;
  overflow: hidden;
}
#section_scelte .row-bg-wrap::after {
  content: "";
  display: block;
  bottom: -25%;
  right: 53%;
  position: absolute;
  z-index: 8;
  width: 30vw;
  height: 30vw;
  background-image: url("https://offdevelop.it/369watches/wp-content/themes/salient-child/img/clock.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  animation: rotate 120s forwards infinite linear;
}
#section_scelte h2 {
  font-size: 30px !important;
  margin-bottom: 6% !important;
}
#section_scelte .box_scelte {
  padding: 4% 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(24, 69, 103, 0.16);
  -moz-box-shadow: 0 0 30px rgba(24, 69, 103, 0.16);
  box-shadow: 0 0 30px rgba(24, 69, 103, 0.16);
  background-image: url("https://offdevelop.it/369watches/wp-content/themes/salient-child/img/crono.png");
  background-size: cover;
}
#section_scelte .box_scelte .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40%;
}
#section_scelte .box_scelte .icon div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(24, 69, 103, 0.16);
  -moz-box-shadow: 0 0 30px rgba(24, 69, 103, 0.16);
  box-shadow: 0 0 30px rgba(24, 69, 103, 0.16);
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 200px;
  width: 160px;
  height: 160px;
}
#section_scelte .box_scelte .icon div img {
  display: block;
  width: 70px;
  height: auto;
  margin: 0 !important;
}
#section_scelte .box_scelte .txt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  min-width: 60%;
}
#section_scelte .box_scelte .txt p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
#section_scelte .box_scelte .txt ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 10px;
}
#section_scelte .box_scelte .txt ul li:last-child {
  margin-bottom: 0;
}

#section_proposte .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#section_proposte .head_btn.catalogo {
  margin-right: 20px;
  background-color: #fff;
  border: 3px solid #FF9C39;
  color: #FF9C39;
  font-size: 20px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#section_proposte .head_btn.catalogo:hover {
  color: #fff;
  background-color: #FF9C39;
}
#section_proposte .head_btn.contatti {
  margin-left: 20px;
  background-color: #fff;
  border: 3px solid #184567;
  color: #184567;
  font-size: 20px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#section_proposte .head_btn.contatti:hover {
  color: #fff;
  background-color: #184567;
}

#section_manifesto .vc_col-sm-3 h4 {
  margin-bottom: 20%;
}
#section_manifesto .vc_col-sm-3 .wpb_wrapper > div:last-child h4 {
  margin-bottom: 0;
}
#section_manifesto .vc_col-sm-9 .wpb_content_element {
  background-size: cover;
}
#section_manifesto .vc_col-sm-9 .wpb_content_element h2 {
  color: #fff;
  font-size: 3.5rem;
  margin-bottom: 15%;
}
#section_manifesto .vc_col-sm-9 .wpb_content_element p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}

.post-type-archive-product.woocommerce div.container-wrap {
  background-color: #fff;
}

body.woocommerce-shop h1.page-title {
  opacity: 0;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
body.woocommerce-shop h1.page-title.active {
  opacity: 1;
}
body.woocommerce-shop nav.woocommerce-breadcrumb,
body.woocommerce-shop p.woocommerce-result-count {
  display: none;
}
body.woocommerce-shop form.woocommerce-ordering {
  padding: 0 !important;
  margin-bottom: -19px !important;
}
body.woocommerce-shop form.woocommerce-ordering select {
  border-radius: 20px;
  padding: 10px 20px;
}
body.woocommerce-shop ul.products {
  margin-top: 0;
}
body.woocommerce-shop ul.products::after {
  content: "";
  display: block;
  bottom: 0;
  right: -13vw;
  position: fixed;
  z-index: -1;
  width: 60vw;
  height: 60vw;
  background-image: url("https://offdevelop.it/369watches/wp-content/themes/salient-child/img/clock_vett.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  animation: rotate 240s forwards infinite linear;
  opacity: 0.3;
}

ul.products li.product div.product-meta h2.woocommerce-loop-product__title {
  font-size: 1.25rem !important;
  line-height: 1.25 !important;
}
ul.products li.product div.product-meta span.price {
  width: fit-content !important;
  padding: 5px 15px;
  border-radius: 50px;
  background-color: #DE9349;
  margin-top: 10px;
}
ul.products li.product div.product-meta span.price bdi {
  color: #ffffff !important;
}
ul.products li.product div.product-add-to-cart {
  display: none !important;
}

.post-type-archive-product .nectar-shop-header .nectar-shop-header-bottom {
  display: flex;
  align-items: center;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}
.post-type-archive-product #sidebar form {
  padding: 6% 7% !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  margin: 0 !important;
}
.post-type-archive-product #sidebar .searchandfilter .sf-field-sort_order h4,
.post-type-archive-product #sidebar .searchandfilter .sf-field-taxonomy-product_cat h4 {
  padding: 0 !important;
  color: #184567 !important;
  font-weight: 800 !important;
  opacity: 1 !important;
  text-transform: uppercase !important;
}
.post-type-archive-product #sidebar .searchandfilter .sf-field-sort_order label {
  width: 100%;
}
.post-type-archive-product #sidebar .searchandfilter .sf-field-taxonomy-product_cat .sf-level-0 > label.sf-label-checkbox {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #ff9c39;
}
.post-type-archive-product #sidebar .searchandfilter .sf-field-taxonomy-product_cat .sf-level-0 ul.children {
  padding-left: 15px;
}
.post-type-archive-product #sidebar .searchandfilter .sf-field-taxonomy-product_cat .sf-level-0 ul.children label.sf-label-checkbox {
  font-size: 15px !important;
}

.nectar-shop-filters {
  opacity: 0;
  animation: fadeIn 1s forwards linear;
  animation-delay: 2s;
}

.single.single-product .product_meta, .single.single-product .cart {
  display: none !important;
}
.single.single-product div.product div.images .woocommerce-product-gallery__trigger {
  left: 0.5em;
  right: auto;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper .tab-container.container {
  display: none;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper .full-width-content.first-section {
  background-image: url("https://offdevelop.it/369watches/wp-content/themes/salient-child/img/bckg-prodotto-singolo.svg");
  background-size: 100vw;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 100vh;
  margin-left: calc((1385px - 100vw) / 2);
  margin-right: calc((1385px - 100vw) / 2);
  margin-top: -80vh !important;
  z-index: -1 !important;
}
.single.single-product .product_meta .posted_in {
  text-align: right;
}
.single.single-product div.product h1.product_title {
  font-size: 40px;
  line-height: 50px;
  position: absolute;
  top: 57px;
  right: 0;
  width: 50%;
  text-align: right;
}

.price.nectar-inherit-default .woocommerce-Price-amount.amount bdi {
  background-color: #fff;
  border: 2px solid #DE9349;
  border-radius: 50vh;
  color: #DE9349;
  font-weight: 600;
  padding: 12px 35px;
  font-size: 25px;
  position: absolute;
  top: 27vh;
  right: 0;
  z-index: 999;
}

#cont_prezzo_prodotto {
  position: absolute;
  top: 27vh;
  right: 0;
  z-index: 999;
}
#cont_prezzo_prodotto .acf_prezzo_prodotto {
  background-color: #fff;
  border: 2px solid #DE9349;
  border-radius: 50vh;
  color: #DE9349;
  font-weight: 600;
  padding: 12px 35px;
  font-size: 25px;
}

#tab-info-prodotto {
  width: 50%;
  position: absolute;
  top: 42vh;
  right: 0;
  z-index: 99;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 1px rgba(153, 153, 153, 0.9);
}
#tab-info-prodotto .info-title {
  color: #184567;
  padding-left: 50px;
}
#tab-info-prodotto .info-desc {
  color: #184567;
  font-weight: 600;
  padding-left: 50px;
}

.flickity.product-thumbs {
  width: 50%;
}

.flickity.product-slider {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.flickity.product-slider::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, white 100%);
}

#cont_custom_description .reapeter-column {
  border: none;
  display: block !important;
}
#cont_custom_description .column_container {
  padding: 0 20px 60px 20px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E9ECEF;
}
#cont_custom_description .column_container.col-centale {
  border-left: 1px solid #E9ECEF;
  border-right: 1px solid #E9ECEF;
}
#cont_custom_description .column_container .nectar-animated-title-inner,
#cont_custom_description .column_container .nectar-animated-title-inner::after {
  background-color: transparent !important;
}

#cont_correlati .product h2.woocommerce-loop-product__title {
  font-size: 18px !important;
  line-height: 20px;
}
#cont_correlati .nectar-animated-title-outer {
  margin: 0 auto;
  display: block;
  width: fit-content;
}
#cont_correlati .nectar-animated-title-inner,
#cont_correlati .nectar-animated-title-inner::after {
  background-color: transparent !important;
}

.woocommerce-ordering {
  display: none !important;
}

#tabella-online-shopping .per0 {
  background-color: #F7F8FC;
}
#tabella-online-shopping .per14 {
  background-color: #E1EAF1;
}
#tabella-online-shopping .per29 {
  background-color: #C6D8E4;
}
#tabella-online-shopping .per49 {
  background-color: #AFC9E0;
}
#tabella-online-shopping .per50 {
  background-color: #75879D;
}
#tabella-online-shopping .legenda_c {
  width: 60px;
  height: 20px;
}
#tabella-online-shopping .legenda {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#tabella-online-shopping .legenda .spiegazione {
  display: flex;
}
#tabella-online-shopping .legenda .spiegazione .legenda_c {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  font-size: 12px;
}
#tabella-online-shopping table {
  border: none !important;
}
#tabella-online-shopping table tr {
  border: none !important;
}
#tabella-online-shopping table tr.evidenza {
  border: 3px solid #ff9c39 !important;
}
#tabella-online-shopping table td {
  border: 3px solid #ffffff !important;
}
#tabella-online-shopping table th {
  border: none !important;
  padding: 3px;
}

#tabella-piguet, #tabella-daytona {
  padding: 20px;
  margin: 0 auto;
  max-width: 400px;
}
#tabella-piguet h4, #tabella-daytona h4 {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  background-color: #082D49;
  margin-bottom: 0 !important;
  line-height: 1.25;
}
#tabella-piguet .content, #tabella-daytona .content {
  background-color: #1C4665;
  padding: 30px 0 3px 0;
}
#tabella-piguet .content p, #tabella-daytona .content p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
#tabella-piguet .content .flex, #tabella-daytona .content .flex {
  display: flex;
}
#tabella-piguet .content .flex p, #tabella-daytona .content .flex p {
  width: 50%;
}

.piguet::after {
  content: "";
  height: 314px;
  width: 222px;
  display: block;
  position: absolute;
  top: -130px;
  left: 55px;
  z-index: 2;
  background-image: url("https://offdevelop.it/369watches/wp-content/uploads/2022/04/audemars-piguet.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  visibility: visible;
  clear: none;
}

.daytona::after {
  content: "";
  height: 314px;
  width: 222px;
  display: block;
  position: absolute;
  top: -130px;
  left: 55px;
  z-index: 2;
  background-image: url("https://offdevelop.it/369watches/wp-content/uploads/2022/04/rolex-daytona.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  visibility: visible;
  clear: none;
}

.bluesubtitle-target {
  background-color: #184567;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.f_margin20 {
  margin: 20px 0 !important;
}

#market-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
#market-plus .item {
  background-color: #f9f9f9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: fit-content;
  margin: 20px;
  padding: 20px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#market-plus .item h3 {
  color: #ff9c39;
  font-size: 50px;
  margin-top: 20px;
  text-align: center;
}
#market-plus .item p {
  text-align: center;
}

.wpml-ls-item ul {
  width: fit-content !important;
}

@media (max-width: 767px) {
  .desk {
    display: none !important;
  }

  @keyframes arrow_invite {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    50% {
      transform: translateX(5px);
      opacity: 0.75;
    }
    100% {
      transform: translateX(7px);
      opacity: 0;
    }
  }
  body form {
    margin: 0;
    line-height: 1.2;
  }
  body form .acc.flex {
    align-items: flex-start;
    font-size: 12px;
  }

  .wpcf7#wpcf7-f308-p299-o1 p {
    font-size: 12px;
    padding-bottom: 0 !important;
    padding-top: 15px;
  }
  .wpcf7#wpcf7-f308-p299-o1 .acc.flex {
    padding-top: 10px;
  }

  .flickity-viewport {
    height: 70px;
  }

  .single.single-product div.product h1.product_title {
    font-size: 20px;
    line-height: 25px;
    position: static;
    top: 57px;
    right: auto;
    width: auto;
    text-align: left;
  }
  .single.single-product .nectar-prod-wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .flickity.product-thumbs {
    width: 100%;
  }

  #tab-info-prodotto {
    top: 600px;
    width: 100%;
  }

  #cont_custom_description {
    margin-top: 380px;
  }
  #cont_custom_description .column_container {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  #cont_custom_description .column_container.col-centale {
    border-left: none;
    border-right: none;
  }

  #cont_prezzo_prodotto {
    top: 95px;
    right: 0;
  }
  #cont_prezzo_prodotto .acf_prezzo_prodotto {
    padding: 4px 20px;
    font-size: 18px;
  }

  .woocommerce .woocommerce-breadcrumb {
    padding: 10px 20px;
    background: #f9f9f9;
    margin-bottom: 35px;
    line-height: 1.5;
    font-size: 12px;
  }

  #cont_correlati .nectar-animated-title-outer {
    margin: auto;
    display: inline-block;
    width: auto;
  }

  .section_header h1 {
    font-size: 2.5rem;
    line-height: 1.1;
    margin-top: -60px;
  }

  body div#header-outer .menu-title-text {
    font-size: 0.7rem !important;
  }

  #section_confronto {
    margin-bottom: -100px;
  }
  #section_confronto h2 {
    font-size: 2rem;
  }
  #section_confronto .grafico .dati {
    transform: translateY(85%);
    flex-direction: column;
  }
  #section_confronto .grafico .dati div {
    padding: 8% 8%;
  }
  #section_confronto .grafico .dati div:first-child {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  #section_confronto .grafico .dati div:nth-child(2) {
    border-left: 1px solid #E9ECEF;
    border-right: 1px solid #E9ECEF;
    width: 100%;
  }
  #section_confronto .grafico .dati div:last-child {
    width: 100%;
  }
  #section_confronto h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
  }
  #section_confronto h4 {
    font-size: 0.75rem;
    font-weight: 600;
  }
  #section_confronto .grafico.scuro .dati {
    transform: translateY(100%);
  }
  #section_confronto .grafico {
    margin-bottom: 200px;
  }
  #section_confronto .grafico.scuro {
    margin-bottom: 250px;
  }

  #section_manifesto {
    margin-bottom: -100px;
  }
  #section_manifesto .row_col_wrap_12 {
    flex-direction: column-reverse;
  }
  #section_manifesto .row_col_wrap_12 .vc_col-sm-9 .wpb_wrapper .wpb_text_column {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 50px !important;
    padding-top: 15% !important;
    padding-right: 15% !important;
    padding-bottom: 15% !important;
    padding-left: 15% !important;
  }
  #section_manifesto .vc_col-sm-9 .wpb_content_element h2 {
    font-size: 2.5rem;
  }
  #section_manifesto .vc_col-sm-9 .wpb_content_element p {
    font-size: 1rem;
  }
  #section_manifesto .wpb_text_column.wpb_content_element {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #section_manifesto .vc_col-sm-3 .wpb_text_column.wpb_content_element h4 {
    font-size: 16px !important;
    text-align: left !important;
    margin-bottom: 0 !important;
  }
  #section_manifesto .vc_col-sm-3 .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #section_manifesto .vc_col-sm-3 .wpb_wrapper .img-with-aniamtion-wrap {
    display: flex;
    justify-content: center;
  }
  #section_manifesto .vc_col-sm-3 .wpb_wrapper .img-with-aniamtion-wrap .inner {
    align-items: center;
    display: flex;
  }
  #section_manifesto .vc_col-sm-3 .wpb_wrapper .img-with-aniamtion-wrap .inner .hover-wrap {
    margin: 0 !important;
  }
  #section_manifesto .vc_col-sm-3 .wpb_wrapper .img-with-aniamtion-wrap .inner img {
    width: 140px;
  }

  #hero_home .head_btn {
    padding: 5px 15px;
    font-size: 16px;
    margin-bottom: -20px;
    background-color: #3E3877 !important;
  }
  #hero_home .head_btn .head_btn:hover {
    background-color: #FF9C39 !important;
  }

  .sf-field-sort_order .sf-input-select {
    font-size: 11px;
  }

  .section_approfondici h3 {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }

  #footer-outer .row {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  #footer-outer .row .footer-col {
    text-align: center;
  }
  #footer-outer .row .footer-col span {
    display: flex;
    justify-content: center;
  }
  #footer-outer .row .contattaci {
    margin: 0 auto;
  }

  form {
    margin: 0 10%;
  }
  form .row {
    padding-bottom: 0 !important;
  }
  form .row .col {
    margin-bottom: 10px;
  }
  form .row .col input {
    padding: 10px 15px;
  }

  .considerevole {
    font-size: 20px !important;
  }

  .mercato_perc p {
    justify-content: center !important;
  }

  #market-plus .item h3 {
    font-size: 30px;
    text-align: center;
  }

  #market-plus .item p {
    font-size: 12px;
    line-height: 1.5;
  }

  #market-plus {
    flex-direction: column;
  }

  #tabella-online-shopping .legenda {
    align-items: center;
  }
  #tabella-online-shopping .legenda h4, #tabella-online-shopping .legenda p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0 !important;
    width: 150px;
  }

  #slide-out-widget-area {
    position: relative;
  }
  #slide-out-widget-area::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 68px;
    background-image: url("https://offdevelop.it/369watches/wp-content/uploads/2022/05/logo-monocromatico-chiaro.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    opacity: 0.25;
    bottom: 10px;
    right: 20px;
  }
  #slide-out-widget-area::before {
    content: "";
    display: block;
    bottom: 42%;
    right: 23%;
    position: absolute;
    z-index: 0;
    width: 30vw;
    height: 30vw;
    background-image: url("https://offdevelop.it/369watches/wp-content/themes/salient-child/img/clock.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    animation: rotate 120s forwards infinite linear;
  }

  .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    background-color: #184567;
  }

  .section_header .row-bg-wrap::before {
    bottom: 42%;
    right: 5%;
    width: 70vw;
    height: 70vw;
  }

  ul.products li.product div.product-meta h2.woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 14px !important;
  }

  .section_approfondici p {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 5%;
    max-width: 70%;
  }
  .section_approfondici .row-bg-wrap::before {
    bottom: 35%;
    right: 7%;
    width: 80vw;
    height: 80vw;
  }

  .flex_col_custom .row_col_wrap_12_inner {
    flex-direction: column;
    align-items: center;
  }
  .flex_col_custom .row_col_wrap_12_inner .vc_col-sm-6 {
    width: 100%;
  }

  .flex_col_custom.torta .vc_col-sm-6 {
    width: 100%;
  }
  .flex_col_custom.torta .vc_col-sm-6:first-of-type {
    width: 100%;
    margin-top: 50px;
  }

  .flex_col_custom_left .row_col_wrap_12_inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  .flex_col_custom_left .row_col_wrap_12_inner .vc_col-sm-6 {
    width: 100%;
  }

  #tabella-piguet, #tabella-daytona {
    padding: 20px;
    margin: 0 0 0 auto;
    max-width: 400px;
  }

  .daytona::after {
    top: -175px;
    transform: scale(0.55);
  }

  .piguet::after {
    top: -150px;
    transform: scale(0.55);
  }

  .img-with-aniamtion-wrap.custom-width-20pct .inner {
    max-width: 50%;
  }

  #section_lusso .row_col_wrap_12 .vc_col-sm-6:first-child {
    margin-bottom: 70px;
  }

  #section_scelte .box_scelte .icon {
    display: none !important;
  }

  #section_tabella_online_shopping {
    overflow: scroll;
  }
  #section_tabella_online_shopping .scroll_invite {
    display: flex;
    align-items: center;
  }
  #section_tabella_online_shopping .scroll_invite p {
    background-color: #f0f0f0;
    -webkit-border-radius: 50vh;
    -moz-border-radius: 50vh;
    border-radius: 50vh;
    padding: 5px 10px;
    font-size: 12px;
    color: #000000;
  }
  #section_tabella_online_shopping .scroll_invite i {
    color: #cccccc;
    animation: arrow_invite infinite 2s;
  }

  #section_target_01 .target-item,
#section_target_02 .target-item {
    flex-direction: column;
  }
  #section_target_01 img,
#section_target_02 img {
    margin-bottom: 30px !important;
  }

  .head_btn.catalogo,
.head_btn.contatti {
    transform: scale(0.7);
    white-space: nowrap;
  }

  .nectar-shop-header .nectar-shop-header-bottom .left-side {
    width: auto;
    max-width: 100%;
  }

  .nectar-shop-filters .nectar-shop-filter-trigger {
    min-width: 245px;
    width: 100%;
  }

  .price.nectar-inherit-default .woocommerce-Price-amount.amount bdi {
    transform: scale(0.7);
    top: 12vh;
  }

  .woocommerce div.product .summary p.price {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .flickity-viewport {
    height: 110px;
  }

  .single.single-product div.product h1.product_title {
    font-size: 30px;
    line-height: 30px;
    position: static;
    top: 57px;
    right: auto;
    width: auto;
    text-align: left;
  }
  .single.single-product .nectar-prod-wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .flickity.product-thumbs {
    width: 100%;
  }

  #tab-info-prodotto {
    top: 777px;
    width: 100%;
  }

  #cont_custom_description {
    margin-top: 300px;
  }
  #cont_custom_description .column_container {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  #cont_custom_description .column_container.col-centale {
    border-left: none;
    border-right: none;
  }

  #cont_prezzo_prodotto {
    top: 115px;
    right: 0;
  }

  .woocommerce .woocommerce-breadcrumb {
    padding: 10px 20px;
    background: #f9f9f9;
    margin-bottom: 35px;
    line-height: 0.8;
  }

  #cont_correlati .nectar-animated-title-outer {
    margin: auto;
    display: inline-block;
    width: auto;
  }

  .section_header h1 {
    font-size: 2.5rem;
    line-height: 1.1;
    margin-top: -60px;
  }

  body div#header-outer .menu-title-text {
    font-size: 0.7rem !important;
  }

  #section_confronto {
    margin-bottom: -100px;
  }
  #section_confronto h2 {
    font-size: 2rem;
  }
  #section_confronto .grafico .dati {
    transform: translateY(164%);
  }
  #section_confronto h3 {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
  }
  #section_confronto .grafico.scuro .dati {
    transform: translateY(320%);
  }
  #section_confronto .grafico {
    margin-bottom: 100px;
  }

  #section_manifesto {
    margin-bottom: -100px;
  }
  #section_manifesto .row_col_wrap_12 {
    flex-direction: column-reverse;
  }
  #section_manifesto .vc_col-sm-9 .wpb_content_element h2 {
    font-size: 2.5rem;
  }
  #section_manifesto .vc_col-sm-9 .wpb_content_element p {
    font-size: 1rem;
  }
  #section_manifesto .wpb_text_column.wpb_content_element {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #section_manifesto .vc_col-sm-3 .wpb_text_column.wpb_content_element h4 {
    font-size: 16px !important;
    text-align: left !important;
    margin-bottom: 0 !important;
  }
  #section_manifesto .vc_col-sm-3 .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #section_manifesto .vc_col-sm-3 .wpb_wrapper .img-with-aniamtion-wrap {
    display: flex;
    justify-content: center;
  }
  #section_manifesto .vc_col-sm-3 .wpb_wrapper .img-with-aniamtion-wrap .inner {
    align-items: center;
    display: flex;
  }
  #section_manifesto .vc_col-sm-3 .wpb_wrapper .img-with-aniamtion-wrap .inner .hover-wrap {
    margin: 0 !important;
  }
  #section_manifesto .vc_col-sm-3 .wpb_wrapper .img-with-aniamtion-wrap .inner img {
    width: 140px;
  }

  #hero_home .head_btn {
    padding: 5px 15px;
    font-size: 16px;
    margin-bottom: -20px;
    background-color: #3E3877 !important;
  }
  #hero_home .head_btn .head_btn:hover {
    background-color: #FF9C39 !important;
  }

  .sf-field-sort_order .sf-input-select {
    font-size: 11px;
  }

  .section_approfondici h3 {
    font-size: 2.3rem !important;
  }

  #footer-outer .row {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  #footer-outer .row .footer-col {
    text-align: center;
  }
  #footer-outer .row .footer-col span {
    display: flex;
    justify-content: center;
  }
  #footer-outer .row .contattaci {
    margin: 0 auto;
  }

  form .row {
    padding-bottom: 0 !important;
  }

  .considerevole {
    font-size: 20px !important;
  }

  .mercato_perc p {
    justify-content: center !important;
  }

  #market-plus .item h3 {
    font-size: 30px;
    text-align: center;
    line-height: 25px;
  }

  #market-plus .item p {
    font-size: 12px;
    line-height: 1.5;
  }

  #tabella-online-shopping .legenda {
    align-items: center;
  }
  #tabella-online-shopping .legenda h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0 !important;
  }
  #tabella-online-shopping .legenda h4 {
    font-size: 14px;
    line-height: 18px;
  }

  #slide-out-widget-area {
    position: relative;
  }
  #slide-out-widget-area::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 68px;
    background-image: url("https://offdevelop.it/369watches/wp-content/uploads/2022/05/logo-monocromatico-chiaro.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    opacity: 0.25;
    bottom: 10px;
    right: 20px;
  }
  #slide-out-widget-area::before {
    content: "";
    display: block;
    bottom: 42%;
    right: 23%;
    position: absolute;
    z-index: 0;
    width: 30vw;
    height: 30vw;
    background-image: url("https://offdevelop.it/369watches/wp-content/themes/salient-child/img/clock.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    animation: rotate 120s forwards infinite linear;
  }

  .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    background-color: #184567;
  }

  .flex_col_custom .row_col_wrap_12_inner {
    flex-direction: column;
    align-items: center;
  }
  .flex_col_custom .row_col_wrap_12_inner .vc_col-sm-6 {
    width: 100%;
  }

  .flex_col_custom.torta .vc_col-sm-6 {
    width: 100%;
  }
  .flex_col_custom.torta .vc_col-sm-6:first-of-type {
    width: 100%;
    margin-top: 50px;
  }

  .flex_col_custom_left .row_col_wrap_12_inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  .flex_col_custom_left .row_col_wrap_12_inner .vc_col-sm-6 {
    width: 100%;
  }

  #tabella-piguet, #tabella-daytona {
    padding: 20px;
    margin: 0 0 0 auto;
    max-width: 400px;
  }

  .daytona::after {
    top: -215px;
  }

  .piguet::after {
    top: -215px;
  }

  .img-with-aniamtion-wrap.custom-width-20pct .inner {
    max-width: 35%;
  }

  #section_lusso .row_col_wrap_12 .vc_col-sm-6:first-child {
    margin-bottom: 70px;
  }

  .mobile {
    display: none !important;
  }
}
@media (min-width: 1001px) and (max-width: 1199px) {
  .single.single-product .woocommerce-tabs.wc-tabs-wrapper .full-width-content.first-section {
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
  }
  .single.single-product div.product h1.product_title {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 57px;
    right: 0;
    width: 50%;
    text-align: right;
  }

  #cont_prezzo_prodotto {
    top: 29vh;
  }

  #tab-info-prodotto {
    top: 50vh;
  }

  #cont_custom_description {
    margin-top: 200px;
  }

  .section_header h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin-top: 170px;
  }

  .page-id-78 .section_header h1 {
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 80px;
  }
  .page-id-78 #section_scelte .row-bg-wrap::after {
    bottom: 6%;
  }
  .page-id-78 #market-plus .item h3 {
    color: #ff9c39;
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
  }

  body div#header-outer .menu-title-text {
    font-size: 0.7rem !important;
  }

  #section_confronto {
    margin-bottom: -100px;
  }
  #section_confronto h2 {
    font-size: 2rem;
  }
  #section_confronto .grafico .dati {
    transform: translateY(164%);
  }
  #section_confronto h3 {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
  }
  #section_confronto .grafico.scuro .dati {
    transform: translateY(275%);
  }

  #section_manifesto {
    margin-bottom: -100px;
  }
  #section_manifesto .vc_col-sm-9 .wpb_content_element h2 {
    font-size: 2.5rem;
  }
  #section_manifesto .vc_col-sm-9 .wpb_content_element p {
    font-size: 1rem;
  }
  #section_manifesto .wpb_text_column.wpb_content_element {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #section_manifesto .vc_col-sm-3 .wpb_text_column.wpb_content_element h4 {
    font-size: 20px !important;
  }

  #hero_home .head_btn {
    padding: 5px 15px;
    font-size: 16px;
    margin-bottom: -20px;
    background-color: #3E3877 !important;
  }
  #hero_home .head_btn .head_btn:hover {
    background-color: #FF9C39 !important;
  }

  .sf-field-sort_order .sf-input-select {
    font-size: 11px;
  }

  .flex_col_custom .row_col_wrap_12_inner {
    flex-direction: column;
    align-items: center;
  }
  .flex_col_custom .row_col_wrap_12_inner .vc_col-sm-6 {
    width: 85%;
  }

  .flex_col_custom.torta .vc_col-sm-6 {
    width: 50%;
  }
  .flex_col_custom.torta .vc_col-sm-6:first-of-type {
    width: 85%;
    margin-top: 50px;
  }

  .flex_col_custom_left .row_col_wrap_12_inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  .flex_col_custom_left .row_col_wrap_12_inner .vc_col-sm-6 {
    width: 85%;
  }

  #section_target_01 img,
#section_target_02 img {
    max-width: 100px !important;
  }

  .mobile {
    display: none !important;
  }
}
@media (min-width: 1198px) and (max-width: 1300px) {
  .single.single-product .woocommerce-tabs.wc-tabs-wrapper .full-width-content.first-section {
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
  }
  .single.single-product div.product h1.product_title {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 57px;
    right: 0;
    width: 50%;
    text-align: right;
  }

  #cont_prezzo_prodotto {
    top: 22vh;
  }

  .section_header h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-top: 40px;
  }

  .page-id-78 .section_header h1 {
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 80px;
  }
  .page-id-78 #section_scelte .row-bg-wrap::after {
    bottom: 6%;
  }
  .page-id-78 #market-plus .item h3 {
    color: #ff9c39;
    font-size: 45px;
    margin-top: 20px;
    text-align: center;
  }

  .mobile {
    display: none !important;
  }
}
@media (min-width: 1301px) {
  .mobile {
    display: none !important;
  }
}

/*# sourceMappingURL=style-custom.css.map */
