/*
	Theme Name: VmGroup
	Template: vmgp
	Author: Daniele Dragone
	Version: 0.4
*/
.header-sotto {
  width: 100%;
  float: left;
}
.header-sotto nav {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.header-sotto nav ul {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}
.woocommerce-ordering {
  display: none;
}
.sf-field-search {
  display: none !important;
}
.woocommerce-products-header > h1,
.woocommerce-products-header > div {
  max-width: 1200px;
  margin: 0 auto;
}
#ajaxsearchlite1 {
  width: 284px;
  float: right;
  margin-top: 40px;
  margin-bottom: 30px;
}
aside.sidebar .sidebar-widget {
  margin-top: -50px;
}
.searchandfilter ul {
  padding-left: 0;
}
.searchandfilter ul li {
  padding: 0;
}
.sf-field-taxonomy-modello {
  margin-bottom: 0;
  display: none !important;
}
.sf-field-taxonomy-modello li:not(.sf-item-215) {
  display: none;
}
.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}
h1.product_title {
  width: calc(100% - 115px);
  float: left;
}
body.single-product .summary .codice {
  width: 115px;
  float: right;
  font-size: 14px;
  font-weight: lighter;
  text-align: right;
}
.variations {
  width: 100%;
  float: left;
}
#mod-switch {
  border-bottom: 2px solid #f1f1f1;
}
#mod-switch a {
  font-size: 17px;
  margin-right: 15px;
  color: black;
}
#mod-switch input {
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 5px;
}
#mod-switch input:before {
  content: "";
  display: inline-block;
  visibility: visible;
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: white;
  border: 1px solid #333;
}
#mod-switch input:checked:after {
  content: "";
  display: inline-block;
  visibility: visible;
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  top: -3px;
  left: 4px;
  background-color: black;
}
#tab-dettagli .anno {
  display: none;
}
a[href="https://www.magictoolbox.com/magic360/"]
{
  opacity: 0;
  pointer-events: none;
}
nav.woocommerce-pagination {
  margin-bottom: 60px;
}
.woocommerce table.cart td {
  height: 160px;
}
.cart_item .quantity {
  margin: 0;
}
table.cart img {
  width: 100% !important;
}
table.cart td.product-name {
  width: 210px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.cart td.product-price {
  width: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.cart td.product-quantity {
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.cart td.product-subtotal {
  width: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.cart td.product-subtotal .tax_label {
  float: left;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 0px;
  background-color: #00b4cb;
  -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  -webkit-transition: linear 0.1s;
  -o-transition: linear 0.1s;
  transition: linear 0.1s;
  margin-left: 15px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 0px;
  background-color: #00b4cb;
  -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  -webkit-transition: linear 0.1s;
  -o-transition: linear 0.1s;
  transition: linear 0.1s;
  margin-left: 15px;
}
.woocommerce a.remove {
  color: #00b4cb !important;
}
@media (max-width: 768px) {
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    margin: 0;
  }
}
/*------------------------------------*\
    SUPERBANNER
\*------------------------------------*/
#superbanner-mobile,
#superbanner {
  display: none;
} /* nascosto di default */
#superbanner.sbstart {
  display: block;
} /* visibile senza cookie (mai chiuso) */
@media (max-width: 960px) {
  #superbanner-mobile.sbstart {
    display: block;
  }
  #superbanner.sbstart {
    display: none !important;
  }
}
#superbanner-mobile {
  margin-left: 0;
  margin-right: 0;
}
#superbanner {
  position: fixed;
  bottom: 0;
  left: 15px;
  z-index: 10000;
  width: 350px;
  background: white;
}
@media (max-width: 960px) {
  #superbanner-mobile-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 13px;
    z-index: 10001;
    opacity: 0;
    -webkit-animation: sbfadein 0.3s forwards;
    animation: sbfadein 0.3s forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
}
#superbanner-toggle {
  position: fixed;
  left: 320px;
  bottom: 520px;
  padding: 10px 13px;
  z-index: 10001;
  cursor: pointer;
  opacity: 0;
  -webkit-animation: sbfadein 0.3s forwards;
  animation: sbfadein 0.3s forwards;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
@-webkit-keyframes sbfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes sbfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#superbanner-toggle.chiuso,
body.superbanneroff #superbanner-toggle.sbstart {
  left: 0;
}
body.superbanneroff #superbanner-toggle.sbstart .cls,
body.superbanneroff #superbanner-mobile-toggle.sbstart .cls {
  display: none !important;
}
body.superbanneroff #superbanner-toggle.sbstart .opn,
body.superbanneroff #superbanner-mobile-toggle.sbstart .opn {
  display: block !important;
}
#superbanner-toggle.chiuso .cls,
#superbanner-mobile-toggle.chiuso .cls {
  display: none;
}
#superbanner-toggle.chiuso .opn,
#superbanner-mobile-toggle.chiuso .opn {
  display: block !important;
}
/* widget */
.widget-content #superbanner-mobile,
.widget-content #superbanner {
  display: block;
}
.widget-content #superbanner-mobile {
  display: none !important;
}
.widget-content #superbanner {
  position: relative;
  bottom: inherit;
  left: inherit;
  z-index: inherit;
  width: 100%;
  background: white;
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  width: 100%;
  float: left;
  background-color: #fff;
  position: fixed;
  z-index: 60;
  top: 0;
  -webkit-box-shadow: 6px 6px 12px #0000001a;
  box-shadow: 6px 6px 12px #0000001a;
}
.header.trasparente {
  position: absolute;
  z-index: 100;
  background: none;
}
.header.fixed {
  z-index: 100;
  position: fixed;
}
.header-holder {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.header.fullwidth .header-holder {
  max-width: 100%;
  width: 95.5%;
  margin: 0 auto;
  position: relative;
}
/* -- MENU STICKY -- */
.header.attivo {
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* -- MENU BURGER -- */
.menumobile {
  display: none;
  float: left;
  height: 55px;
  width: 55px;
  padding: 10px 10px 7px 20px;
  margin-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.menumobile hr {
  height: 2px;
  border: 0;
  background: #333;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.menumobile hr:nth-child(2) {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.menumobile:not(.aperto) {
  padding-top: 13px;
}
.menumobile:not(.aperto) hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.menumobile.aperto hr:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  width: 28px;
}
.menumobile.aperto hr:nth-child(2) {
  visibility: hidden;
}
.menumobile.aperto hr:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  margin-top: -9px;
  margin-left: -4px;
  width: 28px;
}
.menumobile:after {
  content: "menu";
  font-size: 9px;
  text-transform: uppercase;
  position: absolute;
  top: 38px;
  color: #333;
}
/* --- */
/* .logo {
    padding-top:15px;
    padding-top:20px;
    float: left;
} */
.logo-img {
  /* max-width: 350px; */
  max-width: 280px;
  margin-bottom: 0;
}
.nav {
  float: right;
}
.nav .menu-item {
  display: block;
  float: left;
  /* padding: 10px; */
}
.nav .menu-item a {
  color: #222;
  font-weight: 500;
  text-decoration: none;
}
.nav .sub-menu {
  width: 250px;
  padding-left: 0;
  position: absolute;
  z-index: 1000;
  padding-top: 4px;
  margin-left: -15px;
  display: none;
}
.nav .sub-menu li {
  width: 100%;
  float: left;
}
.nav .menu-item-has-children:hover .sub-menu,
.nav .sub-menu:hover {
  display: block;
}
.header.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
}
#header-toolbar {
  width: 60%;
  float: right;
}
#header-toolbar ul {
  margin-top: 0;
  float: right;
  margin-bottom: 0;
}
/* #header-one ul,
#header-two ul {margin-top:10px;}
#header-one li,
#header-two li {padding: 13px 0;} */
#header-one li a,
#header-two li a {
  /* font-size: 17px; */
  font-weight: 400;
  /* padding: 0 10px; */
  padding: 0 20px;
  /* color:#1f191a; */
  color: #1b1b1b;
}
#header-one .sub-menu,
#header-two .sub-menu {
  background: whitesmoke;
  z-index: 10000;
}
#header-one .sub-menu li,
#header-two .sub-menu li {
  padding: 0 15px;
}
#header-one .sub-menu li a,
#header-two .sub-menu li a {
  font-size: 15px;
}
#header-mobile {
  float: right;
}
#header-three {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 5px;
  border-top: 1px solid #e2e2e2;
  float: none;
}
#header-three > ul {
  padding: 0;
}
#header-three > ul > li {
  font-size: 18px;
  font-weight: 400;
  padding-right: 15px !important;
  padding-left: 15px !important;
  text-transform: uppercase;
}
#header-three > ul > li:first-child {
  padding-left: 12px;
}
#header-three ul {
  margin-top: 0;
  margin-bottom: 0;
}
.menutitolo {
  float: left;
  margin-left: 1.8%;
  padding: 10px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
}
#header-mobile .col {
  display: none;
}
#header-mobile li {
  padding-left: 20px;
  padding-right: 20px;
}
#header-mobile li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#header-mobile li.current-menu-item a {
  color: #f7ac13;
}
.attivo #header-mobile li a {
  color: white;
}
.attivo #header-mobile li.current-menu-item a {
  color: #f7ac13;
}
#header-mobile ul {
  margin: 0;
}
#header-mobile ul,
#header-mobile li,
#header-mobile a {
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header-mobile .menu-item-has-children > a {
  width: 80%;
}
#header-mobile .menu-item-has-children > span.freccia {
  width: 20%;
  float: right;
  text-align: center;
  background: whitesmoke;
}
.freccia .meno {
  display: none;
}
.freccia.open .meno {
  display: inline;
}
.freccia.open .piu {
  display: none;
}
#header-mobile > ul > li > .sub-menu,
#header-mobile > ul > li > .sub-menu .sub-menu {
  display: none;
}
#header-mobile > ul > li > .sub-menu.open,
#header-mobile > ul > li > .sub-menu .sub-menu.open {
  display: block;
  position: relative;
}
@media (max-width: 1500px) {
  #header-mobile li {
    padding-left: 28px;
    padding-right: 0;
  }
  #header-mobile li a {
    font-size: 13px;
  }
}
@media (max-width: 1350px) {
  #header-mobile li {
    padding-left: 20px;
    padding-right: 0;
  }
}
#header-three {
  height: 65px;
}
.numeroverde {
  padding: 0 !important;
}
.numeroverde img {
  width: 130px;
  margin-top: 12px;
  margin-left: 12px;
}
#header-one .icosocial img {
  width: 22px;
}
/* -- TESTATA LOGO CENTRALE --
#header-one li, #header-two li {
    padding: 35px 0 15px 0;
}
#header-one {
    float: left;
}
#header-one, #header-two {
    width: calc(50% - 135px);
    box-sizing: border-box;
}
#header-one li a {
    padding: 0 15px;
}
#header-one li a, #header-two li a {
    letter-spacing: 0.025em;
    transition: all 0.4s;
}
#header-two li.fb a {
    padding: 0;
}
#header-contatti ul, #header-one>ul {padding-left: 20px;}
#header-toolbar ul {padding-left: 0; padding-right: 20px;}
#header-two>ul {float:right; padding-left: 0; padding-right: 20px; margin-bottom: 0;}
*/
/* -- NUOVO GIGAMENU -- */
#header-one .gigamenu > .sub-menu {
  position: absolute;
  left: 15px;
  width: 100%;
  height: 300px;
  background: whitesmoke;
}
#header-one .gigamenu .col {
  width: 33%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header-one .gigamenu .col .sub-menu {
  width: 33%;
  margin: 0;
  position: relative;
}
#header-one .gigamenu.quattro .col,
#header-one .gigamenu.quattro .col .sub-menu {
  width: 25%;
}
#header-one .gigamenu .col > a {
  height: 0;
  visibility: hidden;
}
#header-one .gigamenu a {
  padding: 8px;
}
#header-one .gigamenu .col .sub-menu a,
#header-one .sub-menu li a {
  display: block;
  width: 275px;
  padding: 7px;
  font-size: 17px;
  font-weight: 400;
  color: #012942;
}
#header-one .gigamenu .col .mega > a {
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  background: #eee;
}
.sotto a {
  font-size: 17px;
  padding: 7px 0 7px 10px;
  letter-spacing: 0.01em;
}
.sopra a {
  border-top: 1px solid #ddd;
}
/*------------------------------------*\
    PAGINE REGOLE GENERALI
\*------------------------------------*/
body {
  background-color: #eaeaea;
}
#super {
  min-height: calc(100vh - 279px);
}
#super .wrapper {
  max-width: 1200px;
  /*width:100%;*/
 margin: 50px auto;
  position: relative;
  clear: both;
  /*background: #f5f5f5 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 6px 6px 12px #0000001a;
  box-shadow: 6px 6px 12px #0000001a;
  border-radius: 50px 50px;
  opacity: 1;
  padding: 50px 70px 50px 70px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  #super .wrapper {
    margin: 0 50px;
  }
  #ui-datepicker-div {
    max-width: 84% !important;
  }
  .chiusura.chiusura.chiusura #ui-datepicker-div {
    top: 770px !important;
  }
}
@media (max-width: 768px) {
  #super .wrapper {
    margin: 50px 25px;
    padding: 50px 25px;
  }
}
.apertura .wrapper,
.chiusura .wrapper,
.home .wrapper,
.assistenza .wrapper {
  top: 150px;
}
#super .vc_row {
  /*
    max-width: 1280px;
    width: 95%;
    margin: 0 auto !important;
	*/
  margin-left: 0;
  margin-right: 0;
}
main.pagina-sidebar-destra {
  float: left;
  width: 78%;
}
main.pagina-sidebar-destra ~ aside.sidebar {
  float: right;
  width: 22%;
}
main.pagina-sidebar-sinistra {
  float: right;
  width: 78%;
}
main.pagina-sidebar-sinistra ~ aside.sidebar {
  float: left;
  width: 22%;
}
@media only screen and (max-width: 960px) {
  #super main,
  #super aside {
    width: 100%;
  }
}
/* .pagetitle {
    background: whitesmoke;
} */
.pagetitle .wrapper {
  padding: 15px;
  padding-left: 60px;
}
.nascosto {
  display: none;
}
body:not(.logged-in) .loggedon {
  display: none;
}
body.logged-in .loggedon {
  display: inline-block;
}
body.logged-in .loggedoff {
  display: none;
}
@media (min-width: 1024px) {
  .cinquantacinque {
    width: 55%;
  }
  .sessanta {
    width: 60% !important;
  }
  .sessantacinque {
    width: 65%;
  }
  .quarantacinque {
    width: 45%;
  }
  .quaranta {
    width: 40% !important;
  }
  .trentacinque {
    width: 35%;
  }
  .trecolonnecss {
    padding: 15px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px solid lightgrey;
    -moz-column-rule: 1px solid lightgrey;
    column-rule: 1px solid whitesmoke;
  }
  .duecolonnecss {
    padding: 15px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px solid lightgrey;
    -moz-column-rule: 1px solid lightgrey;
    column-rule: 1px solid whitesmoke;
  }
}
/*-- patch visual composer --*/
.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner {
  padding-top: 0 !important;
}
.wpb_raw_code {
  margin-bottom: 0 !important;
}
/*-- patch post grid su mobile --*/
@media (max-width: 960px) {
  .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0 !important;
  }
  .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 0 !important;
  }
}
/*------------------------------------*\
    ELEMENTI DELLE PAGINE
\*------------------------------------*/
/* -- Macroaree -- */
#super #macroaree.griglialarga .vc_row.vc_inner {
  max-width: 95vw;
  margin: 0 auto;
}
/* #macroaree .vc_column-inner {
    padding: 10px 10px 0 10px;
} */
#macroaree .wpb_raw_html {
  height: 60.1vh;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}
#macroaree .wpb_raw_html.small {
  height: 29vh;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#macroaree .wpb_raw_html > .wpb_wrapper {
  height: calc(100% - 40px);
  padding: 20px;
  /*background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
    transition: all 0.8s ease-in;*/
}
#macroaree .wpb_raw_html a {
  position: relative;
  display: block;
  width: 100%;
  height: 99%;
  /*border: 2px solid transparent;
    transition: all 0.8s ease-in;
    padding: 20px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#macroaree .wpb_raw_html a:hover {
  border-color: white;
}
#macroaree .wpb_raw_html a .testo {
  position: absolute;
  width: 83%;
  bottom: 10px;
  /* font-size: 14px;
    color: whitesmoke;
    text-shadow: 1px 1px 5px black, 1px 1px 10px black; */
}
#macroaree h2,
#macroaree h3 {
  /* font-size: 1.7vw;
    font-weight: 300;
    text-transform: uppercase; */
  color: white;
  /* text-shadow: 1px 1px 5px black, 1px 1px 10px black;
    margin: 0 0 5px 0; */
}
#macroaree p {
  margin: 0;
}
#macroaree .outdoor {
  background-position: left center;
}
/* -- Macroaree Post Grid -- */
#macroaree .vc_gitem-row-position-bottom {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.75))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
}
#macroaree .vc_gitem-post-data-source-post_title {
  margin-bottom: 5px;
}
#macroaree .vc_gitem-post-data-source-post_title h4 {
  font-size: 30px;
  color: white;
  margin-bottom: 0;
}
#macroaree .vc_gitem-post-data-source-post_excerpt {
  color: white;
}
#macroaree .vc_gitem-post-data-source-post_excerpt p {
  font-size: 15px;
}
#macroaree .vc_gitem_row .vc_gitem-col {
  padding-left: 20px;
  padding-right: 20px;
}
.vc_wp_posts.wpb_content_element .widgettitle {
  font-size: 2em;
}
#super .sezione {
  min-height: 500px;
  background: #edf2f6;
}
#super .sezione.titolo {
  min-height: 500px;
  margin-bottom: 0 !important;
  background-position: center !important;
}
#super .sezione.introduzione {
  min-height: 450px;
}
#super .sezione .semigriglia > .vc_column-inner {
  max-width: 650px;
  padding: 4% 5%;
}
#super .sezione .semigriglia.sx {
  display: block;
}
#super .sezione .semigriglia.sx > .vc_column-inner {
  float: right;
  display: block;
}
#super .sezione.titolo h1 {
  font-size: 3em;
  font-weight: 100;
  margin-bottom: 15px;
  margin-top: 0;
}
#super .sezione.titolo h4 {
  font-size: 1.5em;
  font-weight: 300;
  max-width: 550px;
}
#super .sezione.titolo h5 {
  font-size: 19px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
#super .sezione.titolo p {
  font-weight: 300;
  max-width: 500px;
}
#super .sezione.introduzione h2 {
  margin-top: 20px;
}
#super .sezione.form h3 {
  font-weight: 100;
  font-size: 2.8em;
  line-height: 1.3em;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  /* #super h1:not(.tp-caption), #super .sezione.titolo h1 {font-size: 2.2em !important;} */
  #super h2:not(.tp-caption),
  #super .sezione.form h3 {
    font-size: 2em !important;
  }
  #super .wpb_text_column h3 {
    font-size: 22px !important;
  }
  #super .sezione.titolo p,
  #super .sezione.titolo h4 {
    font-size: 1.2em !important;
  }
  #super .sezione.titolo {
    min-height: auto;
    background-position: right -20px !important;
    background-size: auto 210px !important;
    background-repeat: no-repeat;
  }
  #super .sezione.titolo {
    background-position: right -20px !important;
    background-size: auto 210px;
  }
  #super .sezione.titolo .vc_empty_space {
    height: 100px;
  }
  #super .form {
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: auto 180px !important;
    padding-top: 90px;
  }
  #super .vc_row.vc_row-flex > .vc_column_container {
    min-height: 200px;
  }
  #super h2.woocommerce-loop-product__title {
    font-size: 14px !important;
    text-transform: none !important;
  }
  body.woocommerce-cart .cart-collaterals {
    width: 100% !important;
    float: left !important;
  }
  body.woocommerce-cart .woocommerce-cart-form {
    width: 100% !important;
    float: left;
  }
  table.cart td.product-name {
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .woocommerce table.cart td {
    width: 100%;
    height: auto;
  }
}
#formsotto .dx {
  max-width: 900px;
}
#formsotto .dx .wpb_text_column {
  padding-left: 5%;
  margin-bottom: 0;
}
/*------------------------------------*\
    COLONNE GALLERY
\*------------------------------------*/
@media (min-width: 960px) {
  .wpb_gallery.due-col .isotope-item {
    width: 49%;
    margin-right: 1% !important;
    margin-bottom: 1% !important;
    float: left;
  }
  .wpb_gallery.tre-col .isotope-item {
    width: 32.3%;
    margin-right: 1% !important;
    margin-bottom: 1% !important;
    float: left;
  }
  .wpb_gallery.quattro-col .isotope-item {
    width: 24%;
    margin-right: 1% !important;
    margin-bottom: 1% !important;
    float: left;
  }
}
/*-- colonne su mobile --*/
@media (max-width: 960px) {
  .wpb_gallery.due-col .isotope-item,
  .wpb_gallery.tre-col .isotope-item,
  .wpb_gallery.quattro-col .isotope-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1% !important;
  }
  .wpb_gallery.due-col-mob .isotope-item {
    width: 49%;
    margin-right: 1% !important;
    margin-bottom: 1% !important;
    float: left;
  }
  .wpb_gallery.tre-col-mob .isotope-item {
    width: 32.3%;
    margin-right: 1% !important;
    margin-bottom: 1% !important;
    float: left;
  }
  .wpb_gallery.quattro-col-mob .isotope-item {
    width: 24%;
    margin-right: 1% !important;
    margin-bottom: 1% !important;
    float: left;
  }
}
/*------------------------------------*\
    ARTICOLI E CUSTOM POST
\*------------------------------------*/
.single-format-gallery #super .wrapper {
  width: 100%;
  max-width: 100%;
}
article.format-gallery {
  margin-left: -15px;
  margin-right: -15px;
}
.single .category,
.single .date {
  display: none;
}
article > a > img {
  max-width: 100%;
}
.single-post.single-format-standard article,
.single-film.single-format-standard article {
  background: whitesmoke;
  -webkit-box-shadow: 0px 0px 0px #ddd;
  box-shadow: 0px 0px 0px #ddd;
}
.single-post.single-format-standard article > a:first-child,
.single-film.single-format-standard article > a:first-child {
  display: block;
  width: 100%;
  max-height: 470px;
  overflow: hidden;
}
.single-post.single-format-standard .attachment-post-thumbnail,
.single-film.single-format-standard .attachment-post-thumbnail {
  width: 100%;
}
.single-post.single-format-standard .single-body,
.single-film.single-format-standard .single-body {
  width: 90%;
  margin: 0 auto;
}
.sidebar-widget li {
  margin-bottom: 10px !important;
}
.single-post .wrapper {
  max-width: 1220px;
  width: 100%;
}
.single-format-standard article,
.single-format-aside article {
  width: 83.5%;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-format-standard aside,
.single-format-aside aside {
  width: 16.5%;
  float: left;
  margin-top: 60px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-post h1,
.single-film h1 {
  text-decoration: none;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 3px solid orange;
}
.date,
.category {
  width: 100%;
  float: left;
}
#super .titoletto {
  margin-bottom: 12px;
}
.titoletto h3 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline;
  padding-left: 16px;
  border-left: 3px solid #ffa500;
}
/*------------------------------------*\
	WOOCOMMERCE E SCHEDA PRODOTTO
\*------------------------------------*/
body.archive.woocommerce {
  /* background: whitesmoke; */
  background: white;
}
body.archive.woocommerce #super .wrapper {
  max-width: 1200px;
}
body.archive.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  /* background: white;
    padding: 20px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* border-radius: 3px; */
}
/* body.archive.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
} */
body.archive.woocommerce .pagetitle {
  background: white;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 10px 0;
}
.archive.woocommerce .loop-prodotti {
  width: 77%;
  float: right;
  clear: both;
}
.archive.woocommerce .sidebar {
  width: 20%;
}
aside.sidebar .sidebar-widget {
  float: left;
  /* margin-left: 7px; */
  /* padding: 20px; */
  padding: 60px 0 0 0;
  /* background: #fff; */
}
aside.sidebar .widget-content {
  margin-bottom: 30px;
}
aside.sidebar .widget-title {
  display: inline-block;
  /* font-size: 1.2em;
    color: white;
    background: #97C03C;
    padding: 5px; */
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
/* aside.sidebar .widget-title:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 34px;
    margin-top:-5px;
    left: 1px;
    background: #97C03C;
        -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    transform: skewX(15deg);
}
aside.sidebar .widget-title:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 34px;
    margin-top:-5px;
    background: #97C03C;
        -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    transform: skewX(15deg);
} */
aside.sidebar .search-field {
  padding: 5px;
  border-radius: 5px;
}
aside.sidebar button {
  background: #97c03c;
  color: white;
  padding: 5px 20px;
  border-radius: 5px;
}
aside.sidebar li a {
  color: black;
}
aside.sidebar li a:hover {
  color: #00b4cb;
}
.woocommerce ul.products li.product .button {
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  left: auto;
  color: #ffffff;
  background-color: #00b4cb;
}
.woocommerce ul.products li.product .button:hover {
  background-color: #00b4cb;
}
.woocommerce div.product div.summary {
  margin-top: 0;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 1.4em;
}
.product_meta > span {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 0.94em;
}
.product_meta a {
  color: #00b4cb;
  font-weight: 500;
}
.single-product .tagged_as {
  display: none;
}
/* Nasconde pulsante acquista quando è presente il tag "novendita" e visualizza il sostituto nel singolo prodotto */
.products .product_tag-novendita .add_to_cart_button,
body.novendita form.cart,
.bottonesostituto {
  display: none;
}
body.novendita .bottonesostituto {
  display: inline-block;
  background: #8bc34a;
  color: white;
  padding: 15px 20px;
  border-radius: 5px;
}
/* PULSANTE WISHLIST */
body.single-product .summary .price {
  width: auto;
  margin-top: 0;
}
body.single-product .tinvwl_add_to_wishlist_button {
  float: right !important;
}
body.single-product .tinv-wishlist .tinv-wishlist-clear {
  display: none;
}
.tinvwl-before-add-to-cart:after {
  content: "";
  display: block;
  width: 100%;
  float: left;
}
/* FRECCIE QUANTITA' */
body.single-product div.quantity {
  position: relative;
  margin: 0 0 1rem;
}
body.single-product div.quantity div.arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 0;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px solid rgba(51, 51, 51, 0.25);
}
body.single-product div.quantity div.arrows > i {
  padding: 0 5px;
  color: rgba(51, 51, 51, 0.75);
  cursor: pointer;
}
body.single-product div.quantity div.arrows > i:focus,
div.quantity div.arrows > i:active {
  color: #333333;
}
body.single-product div.quantity div.arrows .arrow-divider {
  height: 1px;
  background: rgba(51, 51, 51, 0.25);
}
body.single-product div.quantity input[type="number"] {
  height: 30px;
  margin: 0;
  padding-right: 24px;
  padding-left: 0;
  text-align: center;
}
body.single-product
  div.quantity
  input[type="number"]::-webkit-inner-spin-button,
body.single-product
  div.quantity
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
/* VARIANTI COLORI */
.iconic-wlv-terms__term span {
  display: none;
}
.iconic-wlv-terms__term a {
  opacity: 0;
}
.iconic-wlv-terms__term {
  display: block;
  width: 30px;
  height: 30px;
  margin: 8px;
  margin-right: 22px !important;
  border-radius: 100%;
}
.iconic-wlv-terms__term:before {
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  margin-left: -6px;
  margin-top: -6px;
  border: 1px solid white;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
}
.iconic-wlv-terms__term--current:before,
.iconic-wlv-terms__term:hover:before {
  border: 1px solid black;
}
.iconic-wlv-terms__term--bianco {
  background-color: whitesmoke;
}
.iconic-wlv-terms__term--bianco-opaco {
  background-color: #efefef;
}
.iconic-wlv-terms__term--bianco-lucido {
  background: -o-linear-gradient(
    315deg,
    #ffffff 0%,
    #f3f3f3 50%,
    #ededed 51%,
    #ffffff 100%
  );
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #f3f3f3 50%,
    #ededed 51%,
    #ffffff 100%
  );
}
.iconic-wlv-terms__term--nero {
  background-color: black;
}
.iconic-wlv-terms__term--nero-opaco {
  background: -o-linear-gradient(315deg, #45484d 0%, #000000 100%);
  background: linear-gradient(135deg, #45484d 0%, #000000 100%);
}
.iconic-wlv-terms__term--nero-lucido {
  background: -o-linear-gradient(
    315deg,
    #232526 0%,
    #4d5254 50%,
    #0a0e0a 51%,
    #0a0809 100%
  );
  background: linear-gradient(
    135deg,
    #232526 0%,
    #4d5254 50%,
    #0a0e0a 51%,
    #0a0809 100%
  );
}
.iconic-wlv-terms__term--oro {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(153, 132, 93, 1)),
    to(rgba(131, 113, 79, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(153, 132, 93, 1) 0%,
    rgba(131, 113, 79, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(153, 132, 93, 1) 0%,
    rgba(131, 113, 79, 1) 100%
  );
}
.iconic-wlv-terms__term--oro-opaco {
  background: -o-linear-gradient(315deg, #b29a5e 0%, #83714f 100%);
  background: linear-gradient(135deg, #b29a5e 0%, #83714f 100%);
}
.iconic-wlv-terms__term--argento {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(159, 165, 168, 1)),
    to(rgba(131, 136, 138, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(159, 165, 168, 1) 0%,
    rgba(131, 136, 138, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(159, 165, 168, 1) 0%,
    rgba(131, 136, 138, 1) 100%
  );
}
.iconic-wlv-terms__term--cromo {
  background: -o-linear-gradient(
    315deg,
    #f5f6f6 0%,
    #dbdce2 21%,
    #b8bac6 49%,
    #dddfe3 80%,
    #f5f6f6 100%
  );
  background: linear-gradient(
    135deg,
    #f5f6f6 0%,
    #dbdce2 21%,
    #b8bac6 49%,
    #dddfe3 80%,
    #f5f6f6 100%
  );
}
.iconic-wlv-terms__term--oro-lucido {
  background: -o-linear-gradient(
    315deg,
    #f3e2c7 0%,
    #c19e67 50%,
    #b68d4c 51%,
    #e9d4b3 100%
  );
  background: linear-gradient(
    135deg,
    #f3e2c7 0%,
    #c19e67 50%,
    #b68d4c 51%,
    #e9d4b3 100%
  );
}
.iconic-wlv-terms__term--nero-e-oro {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 1)),
    color-stop(50%, rgba(0, 0, 0, 1)),
    color-stop(51%, rgba(131, 113, 79, 1)),
    to(rgba(131, 113, 79, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 50%,
    rgba(131, 113, 79, 1) 51%,
    rgba(131, 113, 79, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 50%,
    rgba(131, 113, 79, 1) 51%,
    rgba(131, 113, 79, 1) 100%
  );
}
.iconic-wlv-terms__term--oro-e-nero {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(131, 113, 79, 1)),
    color-stop(49%, rgba(131, 113, 79, 1)),
    color-stop(50%, rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(131, 113, 79, 1) 0%,
    rgba(131, 113, 79, 1) 49%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(131, 113, 79, 1) 0%,
    rgba(131, 113, 79, 1) 49%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}
.iconic-wlv-terms__term--nero-e-argento {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 1)),
    color-stop(50%, rgba(0, 0, 0, 1)),
    color-stop(51%, rgba(131, 136, 138, 1)),
    to(rgba(131, 136, 138, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 50%,
    rgba(131, 136, 138, 1) 51%,
    rgba(131, 136, 138, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 50%,
    rgba(131, 136, 138, 1) 51%,
    rgba(131, 136, 138, 1) 100%
  );
}
.iconic-wlv-terms__term--argento-e-nero {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(131, 136, 138, 1)),
    color-stop(49%, rgba(131, 136, 138, 1)),
    color-stop(50%, rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(131, 136, 138, 1) 0%,
    rgba(131, 136, 138, 1) 49%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(131, 136, 138, 1) 0%,
    rgba(131, 136, 138, 1) 49%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}
.iconic-wlv-terms__term--nero-e-argento {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 1)),
    color-stop(50%, rgba(0, 0, 0, 1)),
    color-stop(51%, rgba(131, 136, 138, 1)),
    to(rgba(131, 136, 138, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 50%,
    rgba(131, 136, 138, 1) 51%,
    rgba(131, 136, 138, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 50%,
    rgba(131, 136, 138, 1) 51%,
    rgba(131, 136, 138, 1) 100%
  );
}
.iconic-wlv-terms__term--antracite {
  background: #606062;
}
.iconic-wlv-terms__term--denim {
  background: #364d66;
}
.iconic-wlv-terms__term--rosso {
  background: #e96d46;
}
.iconic-wlv-terms__term--rosso-lucido {
  background: -o-linear-gradient(
    315deg,
    #9e3131 0%,
    #ea4848 50%,
    #c63d3f 51%,
    #c63d3f 71%,
    #a5343b 100%
  );
  background: linear-gradient(
    135deg,
    #9e3131 0%,
    #ea4848 50%,
    #c63d3f 51%,
    #c63d3f 71%,
    #a5343b 100%
  );
}
.iconic-wlv-terms__term--verde {
  background: #1b4d41;
}
.iconic-wlv-terms__term--tortora-chiaro {
  background: #b5b1a8;
}
.iconic-wlv-terms__term--tortora-scuro {
  background: #74715c;
}
.iconic-wlv-terms__term--multicolore {
  background-image: url(https://www.cinienils.com/online-store/wp-content/themes/vmgroup/img/multicolore.svg) !important;
  background-size: cover;
}
.iconic-wlv-terms__term--bianco-e-nero {
  background-image: url(https://www.cinienils.com/online-store/wp-content/themes/vmgroup/img/bianconero.jpg) !important;
  background-size: cover;
}
/* ASPETTO DELLE TAB */
.wc-tabs-wrapper {
  width: 100%;
  float: left;
  padding: 0;
  border-top: 2px solid #eee;
}
/*.wc-tabs, .wc-tab {width:1200px; margin:0 auto;}*/
.wc-tabs {
  margin-top: -61px;
  margin-bottom: 30px;
}
.woocommerce-tabs ul.tabs li {
  width: 25%;
  display: inline-block;
  position: relative;
  z-index: 0;
  text-align: center;
  margin: 0 -5px;
  padding: 18px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}
.woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border: 2px solid #eee;
  border-bottom-color: #fff;
}
.woocommerce-tabs ul.tabs li a {
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce-tabs ul.tabs li.active a {
  color: black;
}
#tab-description .descrizione {
  /*width:60%;*/
  width: 50%;
  float: left;
}
#tab-description .tassonomie {
  width: 40%;
  float: right;
  list-style: none;
}
h2.titolo-tab {
  font-size: 30px;
  margin: 0;
}
.specifiche-tecniche .disegno-tecnico {
  width: 30%;
}
#spec-uno li.img_scheda {
  display: none;
}
.disegno-tecnico {
  float: left;
  width: 33%;
}
.titolo-spec-prod {
  float: left;
  width: 66%;
}
#spec-due {
  float: right;
}
ul.specifiche-prodotto {
  float: left;
  width: 33%;
  list-style: none;
  padding: 0;
}
.specifiche-prodotto li,
.tassonomie li {
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  line-height: 2em;
}
/* tab 360*/
#tab-tresessanta canvas {
  height: 960px;
  max-height: 87vh;
  width: auto !important;
  margin: 0 auto !important;
}
/* tab post correlati*/
.related.products h2 {
  font-size: 1.8em;
}
.wc-tab #nostre,
.wc-tab #vostre {
  float: left;
  max-width: 48.5%;
}
.wc-tab #vostre {
  border-left: 1px dotted #ccc;
  padding-left: 2.5%;
}
.wc-tab .post {
  float: left;
  width: 23%;
  margin-right: 2.5%;
  background: #f9f9f9;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.07),
    0 1px 10px 0 rgba(0, 0, 0, 0.03), 0 2px 4px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.07), 0 1px 10px 0 rgba(0, 0, 0, 0.03),
    0 2px 4px -1px rgba(0, 0, 0, 0.05);
}
.wc-tab .post:last-child {
  margin-right: 0;
}
.wc-tab .post .desc {
  padding: 15px;
  height: 100px;
  font-size: 15px;
}
.wc-tab .post .desc h3 {
  margin: 0;
  font-size: 1.2em;
}
.wc-tab .post .desc h3 a {
  color: #76ab00;
}
.related.products {
  width: 100%;
  margin-top: 0;
  background: whitesmoke;
}
@media (max-width: 768px) {
  .related.products {
    position: relative;
    top: 50px;
  }
}
/* Etichette categorie */
.wc-tab .post > a:before {
  position: absolute;
  padding: 5px 10px;
  font-size: 15px;
  color: white;
  text-shadow: 1px 1px 4px black;
  border-radius: 0 0 15px 0;
}
.wc-tab .post.category-le-nostre-realizzazioni > a:before {
  content: "Le nostre realizzazioni";
  background: #97bf3b;
}
.wc-tab .post.category-le-vostre-realizzazioni > a:before {
  content: "Le vostre realizzazioni";
  background: #5aa1e3;
}
.wc-tab .post.category-pc-gamer > a:before {
  content: "Pc Gamer";
  background: red;
}
.wc-tab .post.category-pc-ideale > a:before {
  content: "Pc Ideale";
  background: purple;
}
.wc-tab .post.category-curiosita > a:before {
  content: "Curiosità";
  background: orangered;
}
.wc-tab .post.category-soluzioni-brand > a:before {
  content: "Soluzioni per brand";
  background: black;
}
/* Aspetto della scheda tecnica */
#scheda_prod {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
  font-size: 100%;
}
#scheda_prod {
  width: 100%;
}
#scheda_prod tr:nth-child(even),
.product-tabs.horizontal tr:nth-child(even),
.product-tabs.horizontal li:nth-child(even) {
  background: #fff;
}
#scheda_prod tr:nth-child(odd),
.product-tabs.horizontal tr:nth-child(odd),
.product-tabs.horizontal li:nth-child(odd) {
  background: #fbfbfb;
}
#scheda_prod tr,
.product-tabs.horizontal tr {
  border-bottom: 1px solid #ddd;
  color: #0083c0;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 5px;
}
#scheda_prod th,
.product-tabs.horizontal th {
  padding-left: 5px;
  border-bottom: 2px solid #97c03c;
  color: #76ab00;
  font-size: 1.8em;
  padding-top: 28px;
  padding-bottom: 10px;
  background-color: white;
}
#scheda_prod caption,
#scheda_prod th,
#scheda_prod td {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
#scheda_prod tr td:last-child {
  font-size: 0.9em;
  font-weight: 500;
}
#scheda_prod tr td,
.product-tabs.horizontal tr td,
.product-tabs.horizontal li {
  padding: 5px;
  font-size: 13px;
  color: #333;
  line-height: 20px;
  text-transform: none;
}
/* Carrello */
body.woocommerce-cart .pagetitle {
  background: #00b4cb;
  position: relative;
  text-align: center;
  margin: 0 0 100px 0;
  color: #fff;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.woocommerce-cart .pagetitle .wrapper {
  padding: 0;
  margin: 0;
}
body.woocommerce-cart h1 {
  text-transform: uppercase;
  color: #fff;
}
body.woocommerce-cart .woocommerce-cart-form {
  width: 67%;
  float: left;
}
body.woocommerce-cart .cart-collaterals {
  width: 30%;
  float: right;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f1f1;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce table.shop_table {
  border: 0;
}
body.woocommerce-cart h2 {
  font-size: 30px;
  margin-top: 0;
}
body.woocommerce-cart .checkout-button {
  background: #c0b07e;
  color: black;
}
body.woocommerce-cart .shop_table thead {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bolder;
}
#payment .methods {
  display: none;
}
/*------------------------------------*\
	TAXONOMY GRID
\*------------------------------------*/
.jam_widget_taxonomy .widget-title {
  display: none;
}
.jam_taxonomy_list {
  margin: 0;
  padding: 0;
}
.wpb_widgetised_column .wpb_wrapper > ul {
  padding-left: 0;
}
.jam_taxonomy_list li {
  display: block;
  float: left;
  padding: 15px;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jam_taxonomy_list li img {
  width: 100%;
}
.cat_thumb {
  height: 227px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.cat_link {
  padding: 10px 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  background: #583221;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.cat_link a {
  color: #fff;
}
@media (max-width: 960px) {
  .jam_taxonomy_list li {
    width: 50%;
  }
  .cat_thumb {
    height: 143px;
  }
  .cat_link {
    height: 67px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*------------------------------------*\
	TIPOGRAFIA
\*------------------------------------*/
body {
  font-size: 16px;
  font-family: "ibm-plex-sans", sans-serif;
  color: #003243;
}
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
}
#super b,
strong {
  font-weight: 700;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
.nav li {
  font-family: "ibm-plex-sans", sans-serif;
  color: #003243;
}
body h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 0px;
}
h2 {
  font-size: 1.8em; /*font-size: 2.8em;*/
  font-weight: normal;
  line-height: 1.3em;
}
h3 {
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.3em;
  margin-top: 0;
}
h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3em;
}
h5 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.titolo {
  text-transform: uppercase;
}
h3.caption {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.blockquote {
  font-size: 1.1em;
  margin-left: 0;
  padding-left: 40px;
  border-left: 3px solid #003243;
}
#super .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
  line-height: 1.3;
}
.vc_wp_categories h2 {
  font-size: 29px;
  color: #004580;
}
.vc_wp_categories ul {
  padding-left: 0;
  list-style-type: none;
}
.vc_wp_categories ul li {
  margin-bottom: 0.4em;
}
.vc_wp_categories a {
  color: #5bb745;
}
.vc_wp_categories a:before {
  content: "» ";
}
/* Titoli prodotti */
.woocommerce-loop-product__title,
.product-name a {
  text-transform: uppercase;
  font-family: Open Sans;
  color: black;
  font-weight: 700;
}
.woocommerce-loop-product__title span,
.product-name span {
  text-transform: capitalize;
}
.woocommerce-loop-product__title .mod::before,
.product-name .mod::before {
  content: "\A";
  white-space: pre;
}
.woocommerce-loop-product__title .mod:not(:empty)::after,
.product-name .mod:not(:empty)::after {
  content: " / ";
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.mobileon,
.nav .menu-item.mobileon,
#header-mobile {
  display: none;
}
#formobile {
  background: white;
}
#formobile h4 {
  padding-top: 40px;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
}
#formobile .wpcf7-form {
  padding: 20px;
}
#formobile #form-contatti {
  padding: 0;
}
#formobile #form-contatti h2 {
  margin-top: 0;
  text-align: center;
}
#formobile .privacy a {
  color: #444 !important;
}
@media only screen and (max-width: 960px) {
  .mobileon,
  .nav .menu-item.mobileon {
    display: block;
  }
  .mobileoff,
  .nav .menu-item.mobileoff {
    display: none;
  }
  .menumobile {
    display: block;
  }
  a.menutitolo:before {
    content: " MENU ▾ ";
    font-weight: normal;
    letter-spacing: -0.02em;
    color: white;
  }
  #header-toolbar {
    display: none;
  }
  /* .logo {max-width: 220px; padding-top: 0;} */
  .logo-img {
    width: 100%;
  }
  .header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .header-holder {
    width: 100% !important;
  }
  #header-mobile,
  #header-three ul {
    width: 100% !important;
    height: 100vh;
    overflow: scroll;
    background: white;
    display: none;
  }
  #header-mobile {
    position: absolute;
    z-index: 1000;
    top: 65px;
    width: 100% !important;
    height: calc(100vh - 110px);
    overflow: scroll;
    margin: 0;
    padding-left: 0;
  }
  #header-three ul {
    margin: 0;
    padding-left: 7px;
  }
  #header-mobile li,
  #header-three li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  #header-mobile li a {
    color: black !important;
  }
  #header-mobile.temascuro,
  #header-three ul {
    background: rgba(0, 0, 0, 0.9);
  }
  #header-mobile.temascuro li,
  #header-three li {
    border-bottom: 1px solid #151515;
  }
  #header-mobile.temascuro li a,
  #header-three li a {
    color: white !important;
  }
  .header-sotto {
    display: none;
  }
  .vc_row.wpb_row.vc_inner.vc_row-fluid.trebox,
  .vc_row.wpb_row.vc_inner.vc_row-fluid.duebox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .separatore-obliquo {
    height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* .wrapper {width:100%; padding-top: 10px;} */
  .testatamobile .vc_column_container > .vc_column-inner {
    padding: 0 !important;
  }
  #header-one,
  #header-two,
  .header-sotto {
    display: none;
  }
  .colfullwidth,
  .colfullwidth .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  #super .duecolmobile > div {
    width: 50%;
    float: left;
  }
  #super .duecolmobile .boximglink {
    height: 187px;
  }
  #super .duecolmobile .boximglink a {
    padding-top: 120px;
  }
  #super .duecolmobile .boximglink a h4 {
    font-size: 22px;
    line-height: 25px;
  }
  #super .duecolmobile .boximglink a h4:after {
    content: "❭";
    position: absolute;
    left: 75%;
    top: 73%;
  }
  #super .forme .boximglink {
    background-size: 91%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ececec;
  }
  #super .forme .boximglink a h4 {
    width: 55%;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgb(236, 236, 236)),
      color-stop(30%, rgba(255, 255, 255, 0.85))
    );
    background: -o-linear-gradient(
      left,
      rgb(236, 236, 236) 0%,
      rgba(255, 255, 255, 0.85) 30%
    );
    background: linear-gradient(
      to right,
      rgb(236, 236, 236) 0%,
      rgba(255, 255, 255, 0.85) 30%
    );
    font-size: 21px !important;
    color: rgb(121, 177, 62);
    font-weight: 400;
    border-radius: 20px;
  }
  #super .duecolmobile.forme .boximglink a h4 {
    color: #2563b1;
  }
  #super .duecolmobile.forme .boximglink a h4::after {
    left: 69%;
    top: 67%;
  }
  #mobtel {
    display: block !important;
    position: fixed;
    bottom: 0;
    z-index: 900001;
    width: 100%;
  }
  #mobtel a.cont {
    width: 30.1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mobtel a span {
    font-size: 18px;
  }
  #mobtel a.mail {
    padding-top: 10px;
  }
  #mobtel a.whatsapp {
    background: rgba(1, 230, 117, 0.9);
    padding-top: 10px;
  }
  #mobtel a.whatsapp span {
    font-size: 25px !important;
  }
  #mobtel > span {
    color: rgb(24, 37, 68);
  }
  #mobtel a img {
    width: 22px;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
  }
  #mobtel a.tel img {
    width: 20px;
  }
}
/* CLASSE NASCONDI WHATSAPP */
#mobtel.nowz a {
  width: 50%;
}
#mobtel.nowz a.cont,
#mobtel.nowz a.whatsapp {
  display: none;
}
#mobtel.nowz a.tel {
  background: rgba(0, 0, 0, 0.1);
}
#mobtel.nowz a.tel:after {
  content: " Chiama";
  font-size: 0.9em;
}
#mobtel.nowz a.mail:after {
  content: " Scrivi";
  font-size: 0.9em;
}
/* --- */
@media only screen and (max-width: 480px) {
  .single-head {
    max-height: 350px;
  }
}
.tableton {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .tableton {
    display: block;
  }
  .tabletoff {
    display: none;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
}
@media only screen and (max-width: 1140px) {
}
@media only screen and (max-width: 1280px) {
  #header-three > ul > li {
    font-size: 17px;
    padding-right: 12px !important;
    padding-left: 13px !important;
  }
  #header-three .gigamenu a {
    padding-right: 0;
  }
  section#sezionetesta {
    background-position: 62% top !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min-resolution: 144dpi) {
}
/*------------------------------------*\
    STILE ARCHIVIO
\*------------------------------------*/
body.archive article {
  background: whitesmoke;
  margin-bottom: 30px;
  padding: 20px;
}
body.archive article h2 {
  font-size: 1.5em;
  font-weight: normal;
}
body.archive article h2 a {
  color: rgb(0, 69, 128);
}
body.archive article .date,
body.archive article .author {
  display: none;
}
@media (min-width: 961px) {
  body.archive article {
    width: 31%;
    height: 420px;
    margin-right: 3%;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
body.archive .pagination {
  float: left;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
}
/*------------------------------------*\
    ANIMAZIONI CSS
\*------------------------------------*/
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#overslider .wpb_animate_when_almost_visible:nth-child(1).animated {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
#overslider .wpb_animate_when_almost_visible:nth-child(2).animated {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
#overslider .wpb_animate_when_almost_visible:nth-child(3).animated {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
#overslider .wpb_animate_when_almost_visible:nth-child(4).animated {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
#overslider .wpb_animate_when_almost_visible:nth-child(5).animated {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
#overslider .wpb_animate_when_almost_visible:nth-child(6).animated {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
/*------------------------------------*\
    SHORTCODES
\*------------------------------------*/
@media (min-width: 768px) {
  .one_half,
  .one_half_last {
    width: 50%;
    float: left;
  }
}
.gridboximglink,
#super .gridboximglink > .vc_column_container > .vc_column-inner {
  padding: 0;
}
.boximglink {
  height: 300px;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.boximglink a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 220px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.boximglink a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.boximglink a h4 {
  display: block;
  width: 65%;
  margin: 0;
  padding: 5px 20px;
  background: rgba(37, 100, 177, 0.83);
  font-size: 28px;
  color: rgb(255, 255, 255);
  font-family: "encode sans", sans-serif;
  font-weight: lighter;
}
.separatore-obliquo {
  display: block;
}
.separatore-obliquo.destra {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
/*------------------------------------*\
    STILE FORM CONTATTI
\*------------------------------------*/
/* .wpcf7-form {
	margin:0 auto;
    border-radius: 10px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 15px 60px 0 rgba(0,0,0,0.15);
}
.wpcf7 label {
    color: #1a3d5d;
}
.wpcf7 input, .wpcf7 textarea {
    color: black;
    background: #f9f9f9;
    border: 1px solid #004580;
    border-radius: 5px;
}
.wpcf7-form input:not(.wpcf7-submit), .wpcf7-form textarea {padding:8px; width:100%; border-radius:7px; border:1px solid #bbb;}
form .wpcf7-list-item {margin-left: 0;}
form .privacy, form .newsletter {font-size: 14px;}
form .privacy input, form .newsletter input {width: 17px !important; height: 17px; margin-left: 0; margin-right: 5px;}
.wpcf7-submit {
    background: #004580 !important;
    padding: 11px 40px !important;
    border: 0 !important;
    margin-bottom: 20px !important;
    border-radius: 5px !important;
    color: white !important;
} */
/* Form footer visibile anche su desktop nel prodotto quando presente tag 'novendita' */
.novendita #formobile {
  display: block;
}
@media (min-width: 960px) {
  .novendita #formobile h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .novendita #formobile .wpcf7-form {
    padding: 30px 20%;
  }
}
footer iframe,
.wpcf7-recaptcha > div,
.wpcf7-recaptcha > div iframe {
  max-width: 100%;
}
#cookie-law-info-bar {
  padding: 7px 0;
  z-index: 10000 !important;
}
#cookie-law-info-again {
  display: none;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  float: left;
  width: 100%;
  background: whitesmoke;
}
.footer-holder {
  /* max-width: 1280px; */
  /* max-width:1200px; */
  /* width: 95%; */
  width: 100%;
  margin: 0px auto;
  position: relative;
  float: left;
}
.footer-col {
  width: 25%;
  float: left;
  /* padding: 20px 10px; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media all and (max-width: 960px) {
  .footer-col {
    width: 100%;
  }
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul {
  list-style: none outside none;
  padding: 0;
}
.footer .menu h4 {
  margin-bottom: 0;
}
.footer .menu li a {
  display: block;
  text-decoration: none;
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
}
.copyright {
  width: 100%;
  padding: 30px 0;
  display: block;
  position: relative;
}
@media all and (max-width: 960px) {
  .copyright {
    margin-bottom: 40px;
  }
}
.copyright p {
  font-size: 12px;
  font-weight: 300;
  color: #003243;
}
.copyright a {
  text-decoration: underline;
  color: #003243;
}
.copyright a:hover {
  text-decoration: none;
}
/*------------------------------------*\
    SOCIALWALL FACEBOOK
\*------------------------------------*/
/*
#social .masonry {
    max-height: 750px;
    overflow-y: scroll;
}
*/
#social .masonry > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 100%;
  max-height: 2000px;
  margin-left: -8px;
}
#social .riga {
  width: 31%;
  padding: 15px;
  margin: 0 8px 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#social .riga img {
  max-width: 100%;
  max-height: 365px;
}
@media (max-width: 960px) {
  #social .riga {
    width: 100%;
  }
}
#social .riga > div {
  padding: 20px;
  background: #fdffff;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
}
#social hr {
  display: none;
}
#social .profile-info {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
#social .profile-name {
  float: left;
  padding-left: 15px;
}
#social .profile-photo {
  float: left;
  border: 1px solid #ddd;
}
#social .dati-generali {
  width: 100%;
  border: 1px solid #dedede;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#social .dati-aggiuntivi {
  width: 100%;
  border: 1px solid #dedede;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* INIZIO CSS VIOLA */
/* header */
header {
  font-family: "Open Sans", sans-serif;
}
#header-one li a {
  font-size: 14px;
}
#header-two li a {
  font-size: 16px;
}
#header-one > ul {
  margin-top: 28px;
}
.header-sotto li {
  padding-top: 13px;
  padding-bottom: 13px;
}
/* .header-sopra {height:70px;} */
#superheader.attivo {
  display: none;
}
#superheader.attivo {
  top: 0px;
  z-index: 1000;
}
#superheader.attivo .header-sopra {
  height: 46px;
}
#superheader.attivo .header-sotto {
  height: 38px;
}
#superheader.attivo .logo {
  padding-top: 12px;
}
#superheader.attivo .logo img {
  max-width: 200px;
}
#superheader.attivo #header-one ul {
  margin-top: 14px;
}
#superheader.attivo #header-one li a {
  font-size: 12px;
  padding: 0 10px;
}
#superheader.attivo #header-two li a {
  font-size: 14px;
}
#superheader.attivo .header-sotto li {
  padding-top: 9px;
  padding-bottom: 0px;
}
#superheader.attivo .header-sotto {
  border-bottom: 0px;
}
#superheader.attivo .wishlist img,
#superheader.attivo .carrello img {
  height: 16px;
}
.nav .pll-parent-menu-item > a:after {
  content: "";
  background: url(https://cinienils.com/online-store/wp-content/themes/vmgroup/img/arrow-down-black.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -3px;
  background-size: cover;
  background-repeat: no-repeat;
}
/* home */
.home #intro h2 {
  font-size: 35px;
  text-transform: lowercase;
  margin: 0px;
}
.cn-quarto.vc_col-sm-12 {
  width: 25%;
  padding: 10px 20px;
  float: left;
}
#testatahome,
#testatahome .wdo-carosuel-container,
#testatahome .owl-stage-outer,
#testatahome .owl-stage,
#testatahome .owl-item,
#testatahome .item,
#testatahome .item .vc_row {
  height: 500px;
}
/*#testatahome .owl-item {width:100%;}*/
#testatahome .owl-item .vc_row .wpb_column {
  max-width: 1200px;
  margin: 0 auto;
}
#testatahome .owl-item .vc_row .wpb_column .wpb_text_column {
  width: 33%;
}
#testatahome .title {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #1b1b1b;
  margin: 0;
}
#testatahome .text {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #1b1b1b;
  margin-bottom: 50px;
}
#testatahome .button {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: white;
  background-color: rgb(27, 27, 27, 0.7);
  padding: 10px;
  font-weight: 700;
}
#testatahome .white .title,
#testatahome .white .text {
  color: white;
}
#testatahome .white .button {
  color: #1b1b1b;
  background-color: rgb(255, 255, 255, 0.7);
}
#designer ul.jam_taxonomy_list li {
  width: 270px;
  padding: 0px;
  float: left;
}
#designer ul.jam_taxonomy_list li:nth-of-type(1) {
  margin-right: 15px;
}
#designer ul.jam_taxonomy_list li:nth-of-type(2),
#designer ul.jam_taxonomy_list li:nth-of-type(3) {
  margin: 0px 15px;
}
#designer ul.jam_taxonomy_list li:nth-of-type(4) {
  margin-left: 15px;
}
#designer ul.jam_taxonomy_list li:hover .cat_link {
  margin-top: -28px;
}
#designer ul.jam_taxonomy_list .cat_thumb {
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#designer ul.jam_taxonomy_list .cat_link {
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 5px;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#designer ul.jam_taxonomy_list .cat_link a {
  color: #1b1b1b;
  background-color: white;
  padding: 20px 30px;
}
/* macroaree */
#macroaree .macroaree-sinistra > .vc_column-inner {
  padding: 0px 15px 0px 0px;
}
#macroaree .macroaree-destra > .vc_column-inner {
  padding: 0px 0px 0px 15px;
}
#macroaree .macroaree-full > .vc_column-inner {
  padding: 0px;
}
#macroaree .due-macroaree .wpb_raw_html {
  height: 378px;
}
#macroaree .una-macroarea .wpb_raw_html {
  height: 600px;
}
#macroaree .wpb_raw_html > .wpb_wrapper {
  background: rgb(27, 27, 27, 0.5);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#macroaree .wpb_raw_html > .wpb_wrapper:hover {
  background: transparent;
}
#macroaree .wpb_raw_html a {
  border: 0px;
  padding: 0px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#macroaree .wpb_raw_html a:hover .testo {
  display: none;
}
#macroaree .wpb_raw_html a .testo {
  top: 0;
  font-size: inherit;
  color: white;
  text-shadow: none;
}
#macroaree h2,
#macroaree h3 {
  font-weight: 700;
  text-shadow: none;
  margin: 0 0 20px 0;
  font-family: "Open Sans", sans-serif;
}
#macroaree h2 .titolopiccolo {
  width: 100%;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
#macroaree h2 .titologrande {
  text-transform: none;
}
/* footer */
footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
footer .newsletter {
  padding: 50px 0;
  border-bottom: 1px solid #1b1b1b;
  max-width: 1200px;
  margin: 0 auto;
}
footer .social {
  padding: 50px 0 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
footer .social-container {
  float: left;
  width: 100%;
}
footer .social {
  border-top: 1px solid #1b1b1b;
}
footer .social a {
  padding: 0 10px;
}
footer .button-footer {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border: 1px solid #1b1b1b;
  padding: 10px;
  font-weight: 700;
}
footer .button-footer:hover {
  color: white;
  background-color: #1b1b1b;
  text-decoration: none !important;
}
footer h2 {
  margin: 0;
}
footer p:nth-of-type(1) {
  margin-bottom: 30px;
}
/* woocommerce */
.woocommerce-products-header {
  height: 380px;
  padding-top: 150px;
}
.woocommerce-products-header h1 {
  text-transform: uppercase;
  margin-top: 100px;
}
.woocommerce-products-header .woocommerce-breadcrumb,
.woocommerce-products-header .woocommerce-breadcrumb a {
  font-family: "Open sans", sans-serif;
  font-weight: 300;
}
.woocommerce-products-header .term-description {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
.term-lampade-da-tavolo.woocommerce .woocommerce-breadcrumb,
.term-lampade-da-tavolo.woocommerce .woocommerce-breadcrumb a,
.term-lampade-da-terra.woocommerce .woocommerce-breadcrumb,
.term-lampade-da-terra.woocommerce .woocommerce-breadcrumb a {
  color: white;
}
.term-lampade-da-tavolo.woocommerce h1,
.term-lampade-da-terra.woocommerce h1 {
  color: white;
}
.term-lampade-da-tavolo.woocommerce .term-description,
.term-lampade-da-terra.woocommerce .term-description {
  color: white;
}
.term-lampade-da-tavolo.woocommerce h1,
.term-lampade-da-terra.woocommerce h1 {
  color: white;
}
.term-lampade-da-tavolo.woocommerce .term-description,
.term-lampade-da-terra.woocommerce .term-description {
  color: white;
}
.term-wireless.woocommerce .woocommerce-products-header {
  background-image: url(https://www.cinienils.com/online-store/wp-content/uploads/2021/07/Cuboluce_Britto_people_fondo-bianco@2x-scaled-e1627392945740.jpg) !important;
}
.searchandfilter ul li[data-sf-field-input-type="select"] {
  margin-bottom: 20px !important;
}
.searchandfilter li,
.searchandfilter li h4,
.searchandfilter li label .sf-input-select {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.archive #ajaxsearchlite1 .probox,
.archive div.asl_w .probox {
  background-color: #f1f1f1;
  height: 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #707070;
}
.archive div.asl_w {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.archive div.asl_m .probox .proinput {
  padding: 0px;
}
.woocommerce ul.products li.product a img {
  border: solid 0.5px #9d9d9d;
}
.woocommerce ul.products li.product h2 {
  padding-bottom: 10px;
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
}
.woocommerce ul.products li.product .label-group {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #1b1b1b;
  font-size: 14px;
}
.woocommerce ul.products li.product .price {
  color: #1b1b1b;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-top: 10px;
}
.label-new,
.label-promo {
  position: absolute;
  margin-top: -14px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  color: white;
}
.label-new {
  background: black;
  left: 10px;
}
.label-promo {
  background: #c0b07e;
  right: 8px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce
  ul.products
  li.product
  a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce-page
  ul.products
  li.product
  a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
a.wishlist_products_counter.top_wishlist-heart:before,
span.wishlist_products_counter.top_wishlist-heart:before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
  font-size: 30px;
  color: #c0b07e;
  margin-right: 0px;
}
.archive .tinv-wishlist .tinvwl_add_to_wishlist-text,
.archive .tinv-wishlist .tinvwl_remove_from_wishlist-text {
  display: none;
}
.tinvwl_add_to_wishlist-text,
.tinvwl_remove_from_wishlist-text {
  font-size: 14px;
  color: #857541;
  margin-top: -10px;
}
.related .tinvwl_add_to_wishlist-text,
.related.products .tinvwl_remove_from_wishlist-text {
  display: none !important;
}
.related .tinv-wraper.tinv-wishlist,
.archive .tinv-wraper.tinv-wishlist {
  margin-top: -50px;
  float: right;
}
.woocommerce ul.products li.product .price del {
  opacity: 1;
}
.woocommerce ul.products li.product .price ins {
  color: #857541;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #1b1b1b;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: 0px;
}
body:not(.single-product) #super .tinvwl_remove_from_wishlist-text {
  display: none !important;
}
/* woocommerce single product */
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
  color: #1b1b1b;
  font-weight: 300;
}
.woocommerce div.product .product_title {
  text-transform: uppercase;
  font-weight: 300;
}
.woocommerce div.product .product_title .col {
  font-size: 18px;
  text-transform: capitalize;
  display: block;
  margin-top: 10px;
}
.woocommerce div.product .price {
  color: #1b1b1b !important;
  font-weight: 700;
  font-size: 30px !important;
  letter-spacing: 1px;
}
.woocommerce div.product .price .woocommerce-Price-currencySymbol {
  margin-right: 10px;
}
/* .woocommerce div.product .price:after {
  content: "(IVA esclusa)";
  display: block;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
} */
#iva_esclusa,
.cart-collaterals #iva_esclusa {
  font-weight: bold;
  border-bottom: 2px solid #00b4cb;
}
.cart-collaterals #iva_esclusa {
  padding-left: 12px;
}
.woocommerce div.product .variations {
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
}
.woocommerce div.product .variations td:nth-of-type(1) {
  padding-top: 15px;
}
.woocommerce div.product .variations td:nth-of-type(2) {
  padding-bottom: 20px;
}
.woocommerce div.product form.cart .button {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 0px;
  background-color: #00b4cb;
  -webkit-box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.2);
  -webkit-transition: linear 0.1s;
  -o-transition: linear 0.1s;
  transition: linear 0.1s;
  margin-left: 15px;
}
.woocommerce div.product form.cart .button:hover {
  -webkit-box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.2);
}
.woocommerce div.product form.cart div.quantity {
  height: 40px;
}
.woocommerce div.product .quantity input.qty {
  font-weight: 300px;
  height: 40px;
  border-radius: 0px;
  border: 1px solid #f1f1f1;
}
input {
  font-weight: 300;
  /* width: 100%; */
}
.woocommerce div.product .quantity div.arrows {
  border-left: 0px;
}
.woocommerce div.product .quantity div.arrows .arrow-divider {
  display: none;
}
.woocommerce div.product .quantity div.arrows > i {
  background-color: #00b4cb;
  color: #1b1b1b;
}
.woocommerce div.product .fa-caret-up:before {
  content: "";
  background: url(https://www.progreen.it/manutenzione-piscina/wp-content/themes/vmgroup/img/arrow-up-white.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
}
.woocommerce div.product .fa-caret-down:before {
  content: "";
  background: url(https://www.progreen.it/manutenzione-piscina/wp-content/themes/vmgroup/img/arrow-down-white.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
}
.woocommerce div.product .quantity .arrows {
  height: auto;
}
.woocommerce div.product #info-single-product a {
  color: #1b1b1b;
  text-decoration: underline;
}
.woocommerce div.product #info-single-product img {
  margin-bottom: -5px;
  margin-right: 10px;
}
.woocommerce div.product .consegna {
  color: #857541;
  font-weight: 700;
}
.single-product .wc-tabs-wrapper {
  display: none;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 20%;
  margin: 20px 20px 0px 0px;
}
.single-product .descrizione {
  width: 50%;
  padding-top: 40px;
}
.single-product h2.titolo-tab {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
}
.single-product #tab-description .tassonomie {
  padding-top: 40px;
}
.single-product #tab-description .tassonomie h3 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.single-product #tab-description .tassonomie li,
.single-product #tab-dettagli .specifiche-prodotto li {
  font-weight: 300;
  padding: 10px 0;
}
.single-product #tab-description .tassonomie li .key,
.single-product #tab-dettagli .specifiche-prodotto li .key {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
}
.single-product #tab-description .tassonomie li .key {
  width: 120px;
}
.single-product #tab-dettagli .specifiche-prodotto li .key {
  width: 200px;
}
.single-product .quantity-title,
.single-product strong.iconic-wlv-variations__label,
.single-product .modello-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.single-product .iconic-wlv-variations__label {
  margin-top: 0;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
  font-size: 20px;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  color: #857541;
  text-decoration: none;
}
/* designer */
.tax-designer .designer-immagine {
  float: left;
  height: auto;
  width: 500px;
  margin-top: -80px;
}
.tax-designer .designer-testo {
  width: auto;
  font-weight: 300;
  padding-left: 50%;
  position: relative;
  margin-top: 100px;
  line-height: 1.6em;
}
.tax-designer .woocommerce-products-header h1 {
  position: absolute;
  margin-top: 20px;
  padding-left: 50%;
}
/* contact form */
.wpcf7 {
  width: 800px;
}
@media (min-width: 750px) {
  .half {
    width: 47%;
    padding-right: 20px;
    float: left;
  }
}
.form-cont .wpcf7-form-control.wpcf7-text {
  margin: 0 0 5px;
}
.form-cont {
  min-height: 150px;
}
#respond input[type="text"],
#respond textarea,
.post-password-form input[type="password"],
.qodef-style-form textarea,
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-quiz,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding: 13px 5px 13px 0;
  font-family: inherit;
  color: #1b1b1b;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  cursor: text;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contatti textarea {
  border: 1px solid #e5e5e5 !important;
  max-height: 150px;
  padding: 5px !important;
}
.gdpr-txt {
  margin: 15px 0 30px;
  font-weight: 300;
  line-height: 1.7em;
}
.gdpr-txt a {
  color: #1b1b1b;
  text-decoration: underline;
}
.btn-news input.wpcf7-form-control.wpcf7-submit {
  background-color: transparent;
  color: #363636;
  border: none;
  padding: 0;
  font-size: 25px;
  letter-spacing: 0;
  font-weight: 500;
}
.wpcf7-list-item {
  margin-left: 0px;
  width: 20px;
}
.btn-news {
  margin-top: 30px;
}
/* FINE CSS VIOLA */
/* FORM APERTURA E CHIUSURA */
.apertura .footer,
.chiusura .footer,
.assistenza .footer,
.home .footer,
#vc_load-inline-editor,
.post-edit-link {
  display: none;
}
.apertura h1 p,
.chiusura h1 p,
.assistenza h1 p,
.home h1 {
  font-size: 22px;
  font-weight: 700;
  font-family: "ibm-plex-sans", sans-serif;
  line-height: 30px;
  margin: 0px;
  padding: 15px 0px 0px 0px;
}
.apertura h1 p,
.chiusura h1 p,
.assistenza h1 p {
  height: 60px;
}
.apertura h1 {
  background-image: url("https://www.progreen.it/manutenzione-piscina/wp-content/themes/vmgroup/img/icons8-sun-64.png");
  background-repeat: no-repeat;
  background-position: right;
  vertical-align: middle;
}
.chiusura h1 {
  background-image: url("https://www.progreen.it/manutenzione-piscina/wp-content/themes/vmgroup/img/icons8-snowflake-64.png");
  background-repeat: no-repeat;
  background-position: right;
  vertical-align: middle;
}
.assistenza h1 {
  background-image: url("https://www.progreen.it/manutenzione-piscina/wp-content/themes/vmgroup/img/icons8-manutenzione-48.png");
  background-repeat: no-repeat;
  background-position: right;
  vertical-align: middle;
}
.day .appuntamento {
  margin: 0;
}
.acf-ui-datepicker,
#ui-datepicker-div {
  display: block;
}
#formobile {
  display: none;
}
#super main {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
#super main article {
  padding-top: 1px;
}
.menumobile {
  display: none;
}
.logo {
  max-width: 200px;
  padding: 20px 0px 10px 0px;
  margin: 0 auto;
  display: block;
}
.logo img {
  height: 50px;
}
.istruzioni {
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
  background: #eaeaea 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  padding: 20px 20px 0 15px;
}
.istruzioni p {
  font-size: 14px;
  line-height: 1.5em;
}
.istruzioni ol {
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
}
.istruzioni ol li {
  margin-bottom: 10px;
}
.apertura .istruzioni ol li::marker {
  color: #fcb145;
  font-size: 23px;
  font-weight: 700;
}
.chiusura .istruzioni ol li::marker {
  color: #5ec8e6;
  font-size: 23px;
  font-weight: 700;
}
.assistenza .istruzioni ol li::marker {
  color: #00b498;
  font-size: 23px;
  font-weight: 700;
}
.piupiscine .istruzioni {
  margin-bottom: 30px;
}
.piupiscine #selectpiscina {
  display: block;
  width: 100%;
  margin-top: 5px;
  background-color: #eaeaea;
  border: 0px;
  height: 50px;
  vertical-align: middle;
  border-radius: 10px;
}
.piupiscine #ui-datepicker-div {
  top: 470px !important;
}
.appuntamento > strong,
.appuntamento span {
  width: 100%;
  float: left;
}
.confermato > strong {
  color: green;
}
.inattesa > strong {
  color: orangered;
}
#ultimiappuntamenti:empty {
  display: none;
}
#ultimiappuntamenti {
  overflow: auto;
  height: 265px;
}
/* nasconde campi automatici form frontend */
/*form .frontend-item-container[data-element-key="post_title"],
form .frontend-item-container[data-element-key="piscina_collegata"],
form .frontend-item-container[data-element-key="data_apertura"],
form .frontend-item-container[data-element-key="data_chiusura"],
form .frontend-item-container[data-element-key="categorie_appuntamenti"],
form .frontend-item-container[data-element-key="citta"] {display:none;}
body.page-template-template-appuntamento .acf-field-date-picker {visibility: hidden;}*/
#dataselezione {
  margin-top: 400px;
}
#ui-datepicker-div {
  height: 380px;
  margin: 0 auto;
  border: 0px;
  padding: 15px;
  top: 724px !important;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
  opacity: 1;
  width: 100%;
  left: 50% !important;
  height: 430px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  /* margin-left: -50%; */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block !important;
}
.chiusura #ui-datepicker-div {
  top: 790px !important;
}
#ui-datepicker-div span,
#ui-datepicker-div a {
  font-family: "ibm-plex-sans", sans-serif;
  font-size: 15px;
  color: #003243;
  text-align: center;
  padding: 0.6em;
  background-color: transparent;
  border: 0px;
}
#ui-datepicker-div tr {
  height: 50px;
}
.acf-ui-datepicker .ui-widget-header,
.acf-ui-datepicker .ui-widget input,
.acf-ui-datepicker .ui-widget textarea,
.acf-ui-datepicker #ui-datepicker-div .ui-widget button {
  background: transparent !important;
  border: 0px !important;
  color: black !important;
}
.acf-ui-datepicker #ui-datepicker-div .ui-widget select {
  background: transparent;
  color: grey;
  border: 0px;
  border-radius: 3px;
  padding: 3px;
}
.acf-ui-datepicker #ui-datepicker-div .ui-widget-content {
  border: 0px;
}
#ui-datepicker-div span[title="domenica"],
#ui-datepicker-div
  table
  tbody
  tr
  > .ui-datepicker-week-end:nth-last-child(1)
  span.ui-state-default,
#ui-datepicker-div
  table
  tbody
  tr
  > .ui-datepicker-week-end:nth-last-child(1)
  a.ui-state-default {
  color: #cccccc;
}
.acf-ui-datepicker .ui-datepicker-unselectable .ui-state-default {
  color: #cccccc !important;
}
#ui-datepicker-div .ui-datepicker-other-month a {
  opacity: 0.5;
}
#ui-datepicker-div .sett-sel .ui-datepicker-other-month span,
#ui-datepicker-div .sett-sel .ui-datepicker-other-month a,
#ui-datepicker-div
  table
  tbody
  tr.sett-sel
  > .ui-datepicker-week-end:nth-last-child(1)
  span.ui-state-default,
#ui-datepicker-div
  table
  tbody
  tr.sett-sel
  > .ui-datepicker-week-end:nth-last-child(1)
  a.ui-state-default {
  color: #003243;
}
.acf-ui-datepicker .ui-state-disabled,
.acf-ui-datepicker .ui-widget-content .ui-state-disabled,
.acf-ui-datepicker .ui-widget-header .ui-state-disabled,
.ui-datepicker-today ~ td,
.acf-ui-datepicker .ui-datepicker-other-month {
  opacity: 1 !important;
}
#ui-datepicker-div:not(.caricato):after {
  content: "";
  z-index: 100000;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  background-image: url(/manutenzione-piscina/wp-content/themes/vmgroup/img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  background-color: rgba(245, 245, 245, 0.8);
}
/* BRONDI */
.acf-ui-datepicker #ui-datepicker-div select.ui-datepicker-month,
.acf-ui-datepicker #ui-datepicker-div select.ui-datepicker-year {
  width: 35%;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  background-color: transparent;
  border: 0px;
  border-radius: 5px;
  font-weight: 700;
}
.acf-ui-datepicker #ui-datepicker-div .ui-icon {
  width: 40px;
  height: 40px;
}
.acf-ui-datepicker #ui-datepicker-div select.ui-datepicker-month {
  margin-right: 10px;
}
.ui-datepicker .ui-datepicker-close {
  display: none;
}
.acf-ui-datepicker .ui-icon,
.acf-ui-datepicker .ui-widget-content .ui-icon.ui-icon-circle-triangle-w {
  background-image: url(https://www.progreen.it/manutenzione-piscina/wp-content/themes/vmgroup/img/chevron-left-grey.svg);
}
.acf-ui-datepicker .ui-widget-content .ui-icon.ui-icon-circle-triangle-e {
  background-image: url(https://www.progreen.it/manutenzione-piscina/wp-content/themes/vmgroup/img/chevron-right-grey.svg);
}
.acf-ui-datepicker #ui-datepicker-div .ui-icon {
  background-color: #f5f5f5;
  -webkit-box-shadow: 6px 6px 12px #0000001a,
    -6px -6px 12px rgb(255 255 255 / 70%);
  box-shadow: 6px 6px 12px #0000001a, -6px -6px 12px rgb(255 255 255 / 70%);
  opacity: 1;
  border-radius: 100px;
}
.ui-state-disabled.ui-datepicker-prev .ui-icon {
  opacity: 0 !important;
}
.acf-ui-datepicker #ui-datepicker-div .ui-state-highlight {
  color: #003243 !important;
}
.acf-ui-datepicker #ui-datepicker-div .ui-icon-circle-triangle-w,
.acf-ui-datepicker #ui-datepicker-div .ui-icon-circle-triangle-e {
  background-position: 0px;
}
/* .acf-ui-datepicker #ui-datepicker-div .ui-icon {width:25px; height:25px;} */
.acf-ui-datepicker #ui-datepicker-div .ui-datepicker-prev span,
.acf-ui-datepicker #ui-datepicker-div .ui-datepicker-next span {
  margin-left: -22px;
}
.ui-datepicker th {
  color: grey;
}
/* .acf-ui-datepicker #ui-datepicker-div .ui-state-default,
.acf-ui-datepicker #ui-datepicker-div .ui-widget-content .ui-state-default,
.acf-ui-datepicker #ui-datepicker-div .ui-widget-header .ui-state-default {background-color:transparent; border:0px; color:black;} */
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  padding-bottom: 10px;
  border-bottom: 1px solid whitesmoke;
  border-radius: 0px;
}
/* .acf-ui-datepicker .ui-datepicker-other-month {opacity:.3;} */
.acf-ui-datepicker .ui-datepicker-current {
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: underline;
  opacity: 1 !important;
  background-color: transparent !important;
  border: 0px !important;
}
.ui-datepicker .ui-datepicker-buttonpanel {
  margin: 0px;
}
.acf-ui-datepicker #ui-datepicker-div td {
  padding: 2px 0;
}
.ui-datepicker tr {
  background-color: transparent;
}
/* .apertura .sett-sel a {background-color:#5e9256 !important; color:white !important; opacity:1 !important;} */
/* .chiusura .sett-sel a {background-color:#8e5692 !important; color:white !important; opacity:1 !important;} */
.bloccata:after {
  content: "settimana completa!";
  /*background-color: #DD0000;*/
  font-size: 10px;
  color: #dd0000;
  text-transform: uppercase;
  font-weight: 700;
  /*height: 1px;*/
  border-bottom: 1px solid #dd0000;
  padding-bottom: 8px;
  width: 78%;
  display: block;
  position: absolute;
  left: 20px;
  margin-top: 4px;
  text-align: right;
}
.apertura .sett-sel:after {
  content: "";
  background: -o-linear-gradient(350deg, #fce045 0%, #fcb145 100%);
  background: linear-gradient(100deg, #fce045 0%, #fcb145 100%);
  height: 50px;
  width: 80%;
  display: block;
  position: absolute;
  left: 15px;
  -webkit-box-shadow: 6px 6px 12px #0000001a;
  box-shadow: 6px 6px 12px #0000001a;
  border-radius: 100px;
  z-index: -1;
}
.chiusura .sett-sel:after {
  content: "";
  background: -o-linear-gradient(350deg, #abeffc 0%, #5ec8e6 100%);
  background: linear-gradient(100deg, #abeffc 0%, #5ec8e6 100%);
  height: 50px;
  width: 80%;
  display: block;
  position: absolute;
  left: 15px;
  -webkit-box-shadow: 6px 6px 12px #0000001a;
  box-shadow: 6px 6px 12px #0000001a;
  border-radius: 100px;
  z-index: -1;
}
.bloccata td {
  pointer-events: none;
}
/* non permette di cliccare sulla corrente settimana */
.ui-datepicker-unselectable,
.ui-datepicker-unselectable a,
.ui-datepicker-unselectable span,
.ui-datepicker-today,
.ui-datepicker-today a,
.ui-datepicker-today ~ td {
  pointer-events: none !important;
}
.ui-datepicker-today ~ td {
  opacity: 0.35;
}
.apertura
  .acf-ui-datepicker
  tr:not(.sett-sel):hover
  td:not(.ui-datepicker-unselectable)
  a {
  border: 0px !important;
  background: #5e9256 !important;
  color: white !important;
}
.acf-ui-datepicker #ui-datepicker-div .ui-datepicker-today a,
.acf-ui-datepicker #ui-datepicker-div .ui-datepicker-today span {
  background-color: #cccccc !important;
  border: 0px !important;
  border-radius: 100px;
}
.acf-ui-datepicker #ui-datepicker-div .ui-datepicker-current {
  margin: 0px;
}
/* .acf-ui-datepicker #ui-datepicker-div tr td:last-child a {color: #666 !important; background-color: transparent !important; pointer-events: none;} */
.apertura #dataselezione > span:nth-of-type(1) {
  display: block;
  font-weight: 700;
  color: #fcb145;
  font-size: 20px;
  margin-top: 5px;
}
.chiusura #dataselezione > span:nth-of-type(1) {
  display: block;
  font-weight: 700;
  color: #5ec8e6;
  font-size: 20px;
  margin-top: 5px;
}
#modificadata {
  width: 28px;
  height: 28px;
  border-radius: 100px;
  -webkit-box-shadow: 6px 6px 12px #0000001a,
    -6px -6px 12px rgb(255 255 255 / 70%);
  box-shadow: 6px 6px 12px #0000001a, -6px -6px 12px rgb(255 255 255 / 70%);
  float: right;
  margin-top: -30px;
  padding-left: 8px;
  padding-top: 3px;
}
#modificadata img {
  width: 15px;
  height: 15px;
}
.frontend-form-container {
  margin-top: 30px;
  margin-bottom: 80px;
}
.frontend-item-container[data-element-key="post_excerpt"] {
  margin-bottom: 30px;
}
.frontend-item-container label[for="frontend-form-1-post-data-post-excerpt"],
.frontend-item-container label[for="frontend-form-2-post-data-post-excerpt"],
.frontend-item-container label[for="frontend-form-3-post-data-post-excerpt"] {
  font-weight: 700;
}
.frontend-item-container
  label[for="frontend-form-1-post-data-custom-field-ordinare-prodotti-chimici"],
.frontend-item-container
  label[for="frontend-form-2-post-data-custom-field-ordinare-prodotti-chimici"] {
  font-weight: 300;
  font-size: 13px;
  float: right;
  width: 88%;
}
.frontend-item-container[data-element-key="ordinare_prodotti_chimici"]
  input[type="checkbox"] {
  position: absolute !important;
  z-index: 1;
  opacity: 0 !important;
}
.frontend-item-container[data-element-key="ordinare_prodotti_chimici"]
  .frontend-form-field-container
  input[type="checkbox"]
  + label:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  -webkit-box-shadow: 6px 6px 12px #0000001a,
    -6px -6px 12px rgb(255 255 255 / 70%);
  box-shadow: 6px 6px 12px #0000001a, -6px -6px 12px rgb(255 255 255 / 70%);
  border: 0px;
  background-color: #f5f5f5;
}
.frontend-item-container[data-element-key="ordinare_prodotti_chimici"]
  .frontend-form-field-container
  input[type="checkbox"]:checked
  + label:before {
  content: "\2713";
  color: #003243;
  padding-left: 9px;
}
form .frontend-item-container textarea {
  height: 200px;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 300;
}
form .frontend-item-container textarea {
  max-height: 100vh;
}
.frontend-item-container .submit-button {
  width: 200px;
  -webkit-box-shadow: 6px 6px 12px #0000001a,
    -6px -6px 12px rgb(255 255 255 / 70%);
  box-shadow: 6px 6px 12px #0000001a, -6px -6px 12px rgb(255 255 255 / 70%);
  font-size: 0px;
  font-weight: 700;
  color: #003243;
  border: 0px;
  border-radius: 10px;
  padding: 12px 24px;
  margin: 115px auto 0px;
  display: block;
}
.frontend-item-container .submit-button:after {
  content: "Invia richiesta";
  font-size: 20px;
}
.apertura .frontend-item-container .submit-button {
  background: transparent -o-linear-gradient(344deg, #fce045 0%, #fcb145 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(106deg, #fce045 0%, #fcb145 100%) 0%
    0% no-repeat padding-box;
}
.chiusura .frontend-item-container .submit-button {
  background: transparent -o-linear-gradient(344deg, #abeffc 0%, #5ec8e6 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(106deg, #abeffc 0%, #5ec8e6 100%) 0%
    0% no-repeat padding-box;
}
.frontend-item-container .submit-button.verde {
  background: -o-linear-gradient(344deg, #6ffc45 0%, #26a800 100%) 0% 0%
    no-repeat padding-box !important;
  background: linear-gradient(106deg, #6ffc45 0%, #26a800 100%) 0% 0% no-repeat
    padding-box !important;
}
.acf-button[value="Aggiorna"] {
  display: none;
}
#privacy {
  font-size: 11px;
  width: 100%;
  text-align: center;
  max-width: 200px;
  /* margin:-120px auto 0px; */
  position: absolute;
  bottom: 119px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#privacy a {
  text-decoration: underline;
  color: #003243;
}
.assistenza.assistenza.assistenza #privacy {
  bottom: 155px;
}
:focus-visible {
  outline: 0px;
}
/*mobtel*/
#mobtel {
  height: 59px;
  -webkit-box-shadow: 6px 6px 12px rgb(0, 0, 0, 0.16);
  box-shadow: 6px 6px 12px rgb(0, 0, 0, 0.16);
  border-radius: 30px 30px 0px 0px;
  background-color: #eaeaea;
}
#mobtel a {
  width: 25%;
  height: 59px;
  padding-top: 8px;
  display: block;
  float: left;
  text-align: center;
  margin: 0 auto;
  color: white;
  font-size: 16px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mobtel a span {
  font-size: 10px;
  color: #003243;
}
#mobtel .mobtel-apertura span:before {
  content: "";
  background: url(https://www.progreen.it/manutenzione-piscina/wp-content/themes/vmgroup/img/apertura-estiva.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  display: block;
  fill: #003243;
}
.apertura #mobtel .mobtel-apertura {
  border-radius: 30px 0px 0px 0px;
  background-color: #fcb145;
}
#mobtel .mobtel-chiusura span:before {
  content: "";
  background: url(https://www.progreen.it/manutenzione-piscina/wp-content/themes/vmgroup/img/chiusura-invernale.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
  margin: 0 auto;
  display: block;
  fill: #003243;
}
.chiusura #mobtel .mobtel-chiusura {
  background-color: #5ec8e6;
}
#mobtel .mobtel-prodotti span:before {
  content: "";
  background: url(https://www.progreen.it/manutenzione-piscina/wp-content/themes/vmgroup/img/prodotti-e-accessori.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;
  margin: 0 auto;
  display: block;
  fill: #003243;
}
.prodotti-e-accessori #mobtel .mobtel-prodotti {
  background-color: #dea0ff;
}
#mobtel .mobtel-assistenza span:before {
  content: "";
  background: url(https://www.progreen.it/manutenzione-piscina/wp-content/themes/vmgroup/img/assistenza.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  display: block;
  fill: #003243;
}
.assistenza #mobtel .mobtel-assistenza {
  border-radius: 0px 30px 0px 0px;
  background-color: #00b498;
}
/* pagina grazie */
.grazie-prenotazione #super .wrapper,
.grazie-assistenza #super .wrapper {
  background-color: transparent;
}
.grazie-prenotazione,
.grazie-assistenza {
  background-image: url(https://www.progreen.it/manutenzione-piscina/wp-content/themes/vmgroup/img/background-grazie.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.grazie-prenotazione .logo,
.grazie-assistenza .logo,
.grazie-prenotazione footer,
.grazie-assistenza footer {
  display: none;
}
.grazie-prenotazione header,
.grazie-assistenza header,
.grazie-prenotazione .wrapper,
.grazie-assistenza .wrapper {
  background-color: transparent;
}
.grazie-prenotazione .wrapper,
.grazie-assistenza .wrapper {
  top: 50px;
}
.button-blue {
  background: transparent -o-linear-gradient(344deg, #abeffc 0%, #5ec8e6 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(106deg, #abeffc 0%, #5ec8e6 100%) 0%
    0% no-repeat padding-box;
  -webkit-box-shadow: 6px 6px 12px #0000001a;
  box-shadow: 6px 6px 12px #0000001a;
  font-weight: 700;
  color: #003243;
  border-radius: 10px;
  padding: 12px 24px;
  margin: 0 auto;
}
/* home */
.home .quarto {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.home .quarto p:nth-of-type(2) {
  font-size: 14px;
  line-height: 20px;
}
.home .quarto > .vc_column-inner > .wpb_wrapper {
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 12px #0000001a,
    -6px -6px 12px rgb(255 255 255 / 70%);
  box-shadow: 6px 6px 12px #0000001a, -6px -6px 12px rgb(255 255 255 / 70%);
  height: 135px;
  padding: 10px;
}
.home .quarto > .vc_column-inner > .wpb_wrapper p {
  margin: 0px;
}
.home .quarto > .vc_column-inner > .wpb_wrapper img {
  height: 53px;
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.home .quarto-estivo > .vc_column-inner > .wpb_wrapper {
  background-image: -o-linear-gradient(314deg, #fce045 0%, #fcb145 100%);
  background-image: linear-gradient(136deg, #fce045 0%, #fcb145 100%);
}
.home .quarto-invernale > .vc_column-inner > .wpb_wrapper {
  background-image: -o-linear-gradient(315deg, #abeffc 0%, #5ec8e6 100%);
  background-image: linear-gradient(135deg, #abeffc 0%, #5ec8e6 100%);
}
.home .quarto-assistenza > .vc_column-inner > .wpb_wrapper {
  background-image: -o-linear-gradient(314deg, #dea0ff 0%, #6145fc 100%);
  background-image: linear-gradient(136deg, #dea0ff 0%, #6145fc 100%);
}
.home .quarto-prodotti > .vc_column-inner > .wpb_wrapper {
  background-image: -o-linear-gradient(314deg, #9de5da 0%, #00b498 100%);
  background-image: linear-gradient(136deg, #9de5da 0%, #00b498 100%);
}
.home #mobtel {
  display: none !important;
}
/* assistenza */
.assistenza
  .frontend-item-container[data-element-key="post_excerpt"]
  .frontend-form-field-container {
  margin-bottom: 30px;
}
.assistenza
  #frontend-form-3
  .frontend-item-container[data-element-key="post_excerpt"]:after {
  content: "Allega le fotografie del problema:";
  font-weight: 700;
}
.assistenza #frontend-form-3 .frontend-item-container[data-element-key="foto1"],
.assistenza #frontend-form-3 .frontend-item-container[data-element-key="foto2"],
.assistenza #frontend-form-3 .frontend-item-container[data-element-key="foto3"],
.assistenza #frontend-form-3 .frontend-item-container[data-element-key="foto4"],
.assistenza #frontend-form-3 .frontend-item-container[data-element-key="foto5"],
.assistenza
  #frontend-form-3
  .frontend-item-container[data-element-key="foto6"] {
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
}
.assistenza
  #frontend-form-3
  .frontend-item-container[data-element-key="foto1"]
  .frontend-form-field-container,
.assistenza
  #frontend-form-3
  .frontend-item-container[data-element-key="foto2"]
  .frontend-form-field-container,
.assistenza
  #frontend-form-3
  .frontend-item-container[data-element-key="foto3"]
  .frontend-form-field-container,
.assistenza
  #frontend-form-3
  .frontend-item-container[data-element-key="foto4"]
  .frontend-form-field-container,
.assistenza
  #frontend-form-3
  .frontend-item-container[data-element-key="foto5"]
  .frontend-form-field-container,
.assistenza
  #frontend-form-3
  .frontend-item-container[data-element-key="foto6"]
  .frontend-form-field-container {
  width: 88%;
  margin: 0 auto;
}
.assistenza
  #frontend-form-3
  .frontend-item-container[data-element-key="foto1"]
  .frontend-form-field-container
  .element-media,
.assistenza
  #frontend-form-3
  .frontend-item-container[data-element-key="foto2"]
  .frontend-form-field-container
  .element-media,
.assistenza
  #frontend-form-3
  .frontend-item-container[data-element-key="foto3"]
  .frontend-form-field-container
  .element-media,
.assistenza
  #frontend-form-3
  .frontend-item-container[data-element-key="foto4"]
  .frontend-form-field-container
  .element-media,
.assistenza
  #frontend-form-3
  .frontend-item-container[data-element-key="foto5"]
  .frontend-form-field-container
  .element-media,
.assistenza
  #frontend-form-3
  .frontend-item-container[data-element-key="foto6"]
  .frontend-form-field-container
  .element-media {
  background-image: url(https://www.progreen.it/manutenzione-piscina/wp-content/themes/vmgroup/img/immagine-mancante.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border: 0px;
  height: 90px;
  background-position: center;
}
.assistenza.assistenza.assistenza #frontend-form-3 {
  margin-bottom: 3em;
}
.assistenza .element-media-preview {
  height: 70px;
  overflow: hidden;
}
.assistenza .element-media-controls {
  position: absolute;
  z-index: 10;
  margin-top: -65px;
}
.assistenza .element-media-select {
  width: 60px;
  height: 60px;
  background: transparent;
  display: block;
  margin: auto;
}
.assistenza .element-media-select:focus {
  outline: none;
}
.assistenza .element-media-clear {
  width: 20px;
  height: 20px;
  background-image: url(https://www.progreen.it/manutenzione-piscina/wp-content/themes/vmgroup/img/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: whitesmoke;
  border-radius: 100px;
  -webkit-box-shadow: 6px 6px 12px #0000001a,
    -6px -6px 12px rgb(255 255 255 / 70%);
  box-shadow: 6px 6px 12px #0000001a, -6px -6px 12px rgb(255 255 255 / 70%);
  display: block;
  float: right;
  margin-top: -80px;
  margin-right: -20px;
}
.assistenza .element-media-multiple img {
  max-width: 100%;
  border: 0px;
}
.assistenza .media-modal {
  z-index: 900002;
}
.assistenza .media-modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.assistenza .media-modal-backdrop {
  display: none;
}
.assistenza .frontend-item-container .submit-button {
  margin-top: 360px !important;
  background: transparent -o-linear-gradient(344deg, #9de5da 0%, #00b498 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(106deg, #9de5da 0%, #00b498 100%) 0%
    0% no-repeat padding-box;
}
/* VISTA UTENTE TECNICO */
body.udb-role-contributor #wp-admin-bar-new-content,
body.udb-role-contributor #wp-admin-bar-wp-logo,
body.udb-role-contributor #wp-admin-bar-site-name,
body.udb-role-contributor #wp-admin-bar-archive,
body.udb-role-contributor #wp-admin-bar-comments,
body.udb-role-contributor #mobtel {
  display: none;
}
body.udb-role-contributor #wp-admin-bar-listapiscine a.ab-item:before {
  content: "\f163";
  margin-left: 15px;
}
body.udb-role-contributor.post-type-piscine .wp-heading-inline:before {
  content: "Lista ";
}
@media screen and (max-width: 782px) {
  body.udb-role-contributor #wp-admin-bar-listapiscine {
    display: block;
  }
}
.back {
  border: 0;
  border-radius: 5px;
  padding: 7px 20px;
  font-size: 14px;
  background: #003243;
  color: white;
  position: fixed;
  left: 22px;
  top: 57px;
}
.single-piscine #super {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 75px;
}
.single-piscine #super main {
  float: left;
  width: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 6px 6px 12px #0000001a;
  box-shadow: 6px 6px 12px #0000001a;
  border-radius: 50px 50px 0px 0px;
  opacity: 1;
  padding: 20px 20px 200px 20px;
  margin-bottom:50px;
}
.single-piscine h1.post-title {
  padding: 13px;
}
.single-piscine #info {
  width: 100%;
  float: left;
}
/*.single-piscine #caratteristiche-base {
  width: 60%;
  float: left;
}*/
/*.single-piscine #caratteristiche,
.single-piscine #base {
  width: 46%;
  float: left;
  padding: 0 2%;
}*/
/*.single-piscine #accessori {
  width: 40%;
  float: left;
  padding: 0 1.17%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}*/
.riga,
.sottoriga {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  line-height: 2.5em;
  font-weight: 600;
}
.riga > span,
.sottoriga > span {
  float: right;
  padding-right: 5px;
  font-weight: normal;
  text-align: right;
}
.val:not(:last-child):after {
  content: ",";
}
.single-piscine #info {
  width: 30%;
  padding: 15px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-piscine #info h4 {
  margin-bottom: 10px;
}
.single-piscine #info .riga {
  border-bottom: 0;
}
.single-piscine #info .riga span {
  float: none;
  text-align: left;
}
.single-piscine #mappa {
  width: 68%;
  float: right;
}

.single-piscine #gmaps {
  width: 100%;
  height: 400px;
  float: right;
  border: 5px solid #eee;
}
.single-piscine .comments {
  width: 100%;
  float: left;
  border-top: 20px solid #eee;
  margin-top: 70px;
  padding: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-piscine #comment {
  background: white;
  border-radius: 10px;
  padding: 10px;
}
.single-piscine .comment-meta.commentmetadata a {
  font-size: 13px;
  color: #003243;
}
.single-piscine .reply {
  display: none;
}
.single-piscine #reply-title {
  font-size: 0;
  margin-top: 40px;
}
.single-piscine #reply-title:after {
  content: "Invia una segnalazione:";
  font-size: 28px;
}
.single-piscine p.comment-form-comment {
  margin-top: 0;
}
.single-piscine #respond .logged-in-as {
  display: none !important;
}
label[for="comment"],
.comment-form-attachment__label {
  font-size: 0 !important;
}
.comment-form-attachment__label:after {
  content: "Foto:";
  font-size: 20px !important;
}
.comment-form-attachment__file-types-notice,
.comment-form-attachment__autoembed-links-notice,
.comment-form-attachment__file-size-notice {
  display: none !important;
}
#respond #submit {
  border: 1px #8f5500;
  border-bottom: 2px solid #8f5500;
  border-radius: 5px !important;
  padding: 12px 20px !important;
  background-image: -o-linear-gradient(314deg, #fce045 0%, #fcb145 100%);
  background-image: linear-gradient(136deg, #fce045 0%, #fcb145 100%);
}
/* Nuovo CSS 10/22 */
.woocommerce-product-details__short-description {
  margin-bottom: 50px;
}
.woocommerce div.product .variations td:nth-of-type(1) {
  padding-top: 0;
}
@media (max-width: 768px) {
  .woocommerce div.product .variations td:nth-of-type(1) {
    padding-top: 15px;
  }
  #frontend-form-1 {
    margin-bottom: 2em;
  }
  #privacy {
    bottom: 129px;
  }
  .frontend-item-container .submit-button {
    margin: 130px auto 0px;
  }
}
.woocommerce-variation-price {
  margin-bottom: 50px;
}
.variations .label {
  text-align: left;
}
.single-product #super {
  margin-top: 110px;
  margin-bottom: 110px;
}
.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: left;
  width: calc(50% - 75px);
  clear: none;
  padding: 0px 25px 0 50px;
}
@media (max-width: 768px) {
  .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: 100%;
    clear: none;
    padding: 0px;
  }
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff !important;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 0px;
  background-color: #00b4cb !important;
  -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  -webkit-transition: linear 0.1s;
  -o-transition: linear 0.1s;
  transition: linear 0.1s;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #00b4cb !important;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 0px;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  -webkit-transition: linear 0.1s;
  -o-transition: linear 0.1s;
  transition: linear 0.1s;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ios_container {
  position: fixed;
  bottom: 10px;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999999;
}
.ios_container::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 0;
  border-top: 20px solid #d5e0eb;
  position: fixed;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999999;
}
@media only screen and (max-width: 1005px) {
  .chiusura.chiusura.chiusura #ui-datepicker-div {
    top: 815px !important;
  }
}
@media only screen and (max-width: 768px) {
  .chiusura.chiusura.chiusura #ui-datepicker-div {
    top: 800px !important;
  }
}
@media only screen and (max-width: 605px) {
  #ui-datepicker-div {
    top: 768px !important;
  }
  .chiusura.chiusura.chiusura #ui-datepicker-div {
    top: 840px !important;
  }
}
@media only screen and (max-width: 543px) {
  #ui-datepicker-div {
    top: 791px !important;
  }
}
@media only screen and (max-width: 530px) {
  .chiusura.chiusura.chiusura #ui-datepicker-div {
    top: 870px !important;
  }
}
@media only screen and (max-width: 473px) {
  #ui-datepicker-div {
    top: 815px !important;
  }
  .chiusura.chiusura.chiusura #ui-datepicker-div {
    top: 890px !important;
  }
}
@media only screen and (max-width: 451px) {
  #ui-datepicker-div {
    top: 870px !important;
  }
  .chiusura.chiusura.chiusura #ui-datepicker-div {
    top: 930px !important;
  }
}
@media only screen and (max-width: 446px) {
  .chiusura.chiusura.chiusura #ui-datepicker-div {
    top: 950px !important;
  }
}
@media only screen and (max-width: 400px) {
  #ui-datepicker-div {
    top: 900px !important;
  }
  .chiusura.chiusura.chiusura #ui-datepicker-div {
    top: 955px !important;
  }
}
@media only screen and (max-width: 384px) {
  .chiusura.chiusura.chiusura #ui-datepicker-div {
    top: 1000px !important;
  }
}
@media only screen and (max-width: 376px) {
  #ui-datepicker-div {
    top: 950px !important;
  }
}
@media only screen and (max-width: 359px) {
  .chiusura.chiusura.chiusura #ui-datepicker-div {
    top: 1030px !important;
  }
}
@media only screen and (max-width: 345px) {
  #ui-datepicker-div {
    top: 995px !important;
  }
  .chiusura.chiusura.chiusura #ui-datepicker-div {
    top: 1060px !important;
  }
}
@media only screen and (max-width: 323px) {
  .chiusura.chiusura.chiusura #ui-datepicker-div {
    top: 1090px !important;
  }
}
.prodotti .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.prodotti .woocommerce ul.products li.product a.button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2px;
}
.prodotti .woocommerce ul.products li.product h2 {
  padding-bottom: 0px;
  /* font-size: 90%; */
}
.prodotti .woocommerce ul.products li.product .price {
  margin-top: auto;
}
ul.products.columns-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .prodotti #super > .wrapper {
    padding: 30px 40px;
  }
  .woocommerce ul.products li.last,
  .woocommerce-page ul.products li.last {
    margin: 0 3.8% 2.992em 0;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 29%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .woocommerce-page ul.products li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .prodotti #super > .wrapper {
    padding: 50px 70px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
  }
}
.single-head {
  display: none !important;
}
.page-id-20 .pagetitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1em;
  padding: 0 2em;
}
@media screen and (max-width: 768.89px) {
  .page-id-20 .pagetitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#bottone_carrello a {
  background: #00b4cb;
  color: white;
  padding: 1em 4em;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#bottone_carrello a:hover {
  background: white;
  color: #00b4cb;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* .assistenza .frontend-item-container {
  width: 100% !important;
} */
.frontend-item-container[data-element-key="piscina_collegata"] {
  pointer-events: none;
}
/* #ultimiappuntamenti {
  display:none;
} */
.frontend-item-container .submit-button {
  /*   pointer-events: none;
  user-select: none; */
}
.error_popup {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: red;
  color: white;
  border-radius: 15px;
  padding: 5px 15px;
}
.error_popup p {
  font-size: 18px;
  font-weight: bold;
}
.piupiscine #ui-datepicker-div {
  top: 790px !important;
}
#frontend-form-1-post-data-taxonomy-terms-categorie-appuntamenti- {
  pointer-events: none;
}
.grazie-assistenza img {
  display:none;
}
#frontend-form-1-post-data-custom-field-data-apertura {
  user-select: none;
  pointer-events: none;
}

/* MISC 210524 */
.single-piscine #superheader{
	display:none;
}
#caratteristiche img{
	width:100%;
}
.single-piscine #super main{
	width:calc(100% - 40px);
}
.single-piscine h3{
	font-size: 1.4em;
}
.single-piscine h2{
	font-weight:bold;
}
.clearfix{
	overflow: auto;
	clear:both;
}
.single-piscine #caratteristiche, .single-piscine #base {
    width: 100%;
    padding: 0 15px;
    float: none;
}
.sezione-piscine {
   	width: 95%;
    float: left;
}
.griglia-foto{
	display:flex;
}
.griglia-foto .foto{
	width: calc(25% - 30px);
    padding: 0 15px;
}
.divider{
	height:50px;
}
/* MEDIA QUERIES PER AREA UTENTE 210524 */
@media screen and (max-width: 992px) {
	body.single-piscine #super{
		padding-top:50px;
	}
	body.single-piscine #super .wrapper{
		padding:0;
		margin:0;
	}
	body.single-piscine #super main{
		width:calc(100% - 30px);
		margin:0 0 50px 0;
	}
	body.single-piscine #info{
		width:100%!important;
		margin-bottom:25px;
	}
	body.single-piscine #mappa {
		width:100%!important;
	}
	.griglia-foto .foto{
		width: calc(50% - 30px);
    padding: 0 15px;
	}
	
}
@media screen and (max-width: 768px) {
	.griglia-foto{
		flex-direction:column;
	}
	.griglia-foto .foto{
		width: 100%;
    	padding: 0;
		margin-bottom:15px;
	}
	.single-piscine #caratteristiche, .single-piscine #base {
   	 padding: 0;
	}
}
