#top nav > ul > li > ul > li {
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

button {
  text-transform: none !important;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2) !important;
}

h1, h2, h3, h4, h5, h6 {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  margin: 0 !important;
  padding: 0 !important;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-family: "Josefin Sans", sans-serif !important;
}

.row-heading-custom {
  margin-bottom: 0 !important;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
#btn-scroll-down-custom .scroll-downs {
  position: absolute;
  top: 80vh;
  right: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
}
#btn-scroll-down-custom .mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
  cursor: pointer;
}
#btn-scroll-down-custom .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

body.woocommerce-account .container-wrap, body.woocommerce-cart .container-wrap, body.woocommerce-checkout .container-wrap {
  background-color: #111111 !important;
}
body.woocommerce-account #header-outer, body.woocommerce-cart #header-outer, body.woocommerce-checkout #header-outer {
  background-color: #111111;
}
body.woocommerce-account #header-outer #menu-item-1255 a,
body.woocommerce-account #header-outer #menu-item-1278 a, body.woocommerce-cart #header-outer #menu-item-1255 a,
body.woocommerce-cart #header-outer #menu-item-1278 a, body.woocommerce-checkout #header-outer #menu-item-1255 a,
body.woocommerce-checkout #header-outer #menu-item-1278 a {
  border: solid 2px #ffffff;
  padding: 5px 10px 7px 10px !important;
  border-radius: 50vh;
}
body.woocommerce-account #header-outer #menu-item-1255 a:hover,
body.woocommerce-account #header-outer #menu-item-1278 a:hover, body.woocommerce-cart #header-outer #menu-item-1255 a:hover,
body.woocommerce-cart #header-outer #menu-item-1278 a:hover, body.woocommerce-checkout #header-outer #menu-item-1255 a:hover,
body.woocommerce-checkout #header-outer #menu-item-1278 a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
body.woocommerce-account #header-outer #top nav > ul > li > a, body.woocommerce-cart #header-outer #top nav > ul > li > a, body.woocommerce-checkout #header-outer #top nav > ul > li > a {
  color: #ffffff !important;
}
body.woocommerce-account input, body.woocommerce-cart input, body.woocommerce-checkout input {
  background-color: rgba(255, 255, 255, 0.1254901961) !important;
  color: #dddddd !important;
}
body.woocommerce-account .select2-selection, body.woocommerce-cart .select2-selection, body.woocommerce-checkout .select2-selection {
  background-color: rgba(255, 255, 255, 0.1254901961) !important;
}
body.woocommerce-account .select2-selection .select2-selection__rendered, body.woocommerce-cart .select2-selection .select2-selection__rendered, body.woocommerce-checkout .select2-selection .select2-selection__rendered {
  color: #dddddd !important;
}
body.woocommerce-account .select2-search, body.woocommerce-account .select2-results, body.woocommerce-cart .select2-search, body.woocommerce-cart .select2-results, body.woocommerce-checkout .select2-search, body.woocommerce-checkout .select2-results {
  background-color: rgba(0, 0, 0, 0.81) !important;
}
body.woocommerce-account .order-review tbody tr th, body.woocommerce-cart .order-review tbody tr th, body.woocommerce-checkout .order-review tbody tr th {
  color: #dddddd !important;
}
body.woocommerce-account table, body.woocommerce-cart table, body.woocommerce-checkout table {
  background-color: transparent !important;
}
body.woocommerce-account table tr, body.woocommerce-cart table tr, body.woocommerce-checkout table tr {
  background-color: transparent !important;
}
body.woocommerce-account table th, body.woocommerce-account table td, body.woocommerce-cart table th, body.woocommerce-cart table td, body.woocommerce-checkout table th, body.woocommerce-checkout table td {
  color: #fff !important;
}

body.woocommerce-cart p {
  color: #ffffff !important;
}

body.woocommerce-checkout table {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
body.woocommerce-checkout table tr {
  background-color: transparent !important;
}
body.woocommerce-checkout table tr th {
  color: #ffffff !important;
}
body.woocommerce-checkout table tr td {
  color: #ffffff !important;
}
body.woocommerce-checkout table tr.head-table {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
#header-outer #logo {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}

#header-outer.scrolled-down #logo {
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.8));
}

#menu-item-1490 a,
#menu-item-1476 a {
  border: solid 2px #ffffff;
  padding: 5px 10px 7px 10px !important;
  border-radius: 50vh;
}
#menu-item-1490 a:hover,
#menu-item-1476 a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#header-outer.scrolled-down #menu-item-1255 a,
#header-outer.scrolled-down #menu-item-1278 a {
  border: solid 2px #2D6DAB;
  padding: 5px 10px 7px 10px !important;
  border-radius: 50vh;
}
#header-outer.scrolled-down #menu-item-1255 a:hover,
#header-outer.scrolled-down #menu-item-1278 a:hover {
  background-color: rgba(45, 109, 171, 0.25);
}

html[lang=en-US] #menu-item-wpml-ls-2-en .wpml-ls-native,
html[lang=it-IT] #menu-item-wpml-ls-2-en .wpml-ls-native,
html[lang=en-US] #menu-item-wpml-ls-2-it .wpml-ls-native,
html[lang=it-IT] #menu-item-wpml-ls-2-it .wpml-ls-native {
  text-decoration: none !important;
}

.menu-item.wpml-ls-item .sub-menu.tracked-pos {
  background-color: #ffffff !important;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-item.wpml-ls-item .sub-menu.tracked-pos .wpml-ls-native {
  width: -moz-fit-content;
  width: fit-content;
}

.woocommerce #ajax-content-wrap .woocommerce-tabs > div:not(.tab-container) {
  padding: 0 !important;
}

body.single-product #header-space {
  background-color: transparent !important;
  position: fixed;
}

body.single-product #header-outer {
  background-color: transparent !important;
  position: fixed;
  transition: all 800ms;
}
body.single-product #header-outer.scrolled-down {
  background-color: #ffffff !important;
}
body.single-product #header-outer.scrolled-down #top nav > ul > li > a,
body.single-product #header-outer.scrolled-down #top nav > ul > .nectar-woo-cart .cart-outer .cart-menu-wrap .cart-menu .cart-contents .cart-icon-wrap i {
  color: #2D6DAB !important;
}
body.single-product #header-outer.scrolled-down #top #logo img {
  filter: none;
}
body.single-product #header-outer #menu-item-209,
body.single-product #header-outer #menu-item-210,
body.single-product #header-outer #menu-item-211 {
  display: none !important;
}
body.single-product #header-outer #top nav > ul > li > a,
body.single-product #header-outer #top nav > ul > .nectar-woo-cart .cart-outer .cart-menu-wrap .cart-menu .cart-contents .cart-icon-wrap i {
  color: #ffffff !important;
}

body.single-product .container-wrap {
  padding-top: 8% !important;
  background-image: url("https://www.oxamadiving.com/wp-content/uploads/2022/04/sfondo-hero-prod.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
body.single-product .container-wrap .woocommerce-Price-amount bdi {
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 35px !important;
  font-weight: 500 !important;
}
body.single-product .container-wrap .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  font-size: 20px !important;
}
body.single-product .container-wrap del .woocommerce-Price-amount bdi {
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 25px !important;
  font-weight: 500 !important;
}
body.single-product .container-wrap del .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  font-size: 10px !important;
}
body.single-product .container-wrap nav.woocommerce-breadcrumb,
body.single-product .container-wrap a.woocommerce-product-gallery__trigger,
body.single-product .container-wrap div.product_meta,
body.single-product .container-wrap .woocommerce-tabs .full-width-content.first-section {
  display: none !important;
}
body.single-product .container-wrap .product .summary.entry-summary {
  width: 40%;
  padding: 35px;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.22);
}
body.single-product .container-wrap .product .summary.entry-summary h1 {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
}
body.single-product .container-wrap .product .summary.entry-summary p.price {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 0.3em !important;
}
body.single-product .container-wrap .product .summary.entry-summary p.price ins bdi {
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
  margin-left: 25px;
}
body.single-product .container-wrap .product .summary.entry-summary p.price del {
  opacity: 1 !important;
}
body.single-product .container-wrap .product .summary.entry-summary p.price del bdi {
  font-size: 25px;
  font-weight: 400;
  color: #111111;
}
body.single-product .container-wrap .product .summary.entry-summary .deposit-option p.acconto-pre {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}
body.single-product .container-wrap .product .summary.entry-summary .deposit-option #deposit-amount bdi {
  font-size: 25px;
  color: #ffffff;
}
body.single-product .container-wrap .product .summary.entry-summary .deposit-option #deposit-amount bdi span {
  color: #ffffff;
}
body.single-product .container-wrap .product .summary.entry-summary .deposit-option span#deposit-suffix {
  font-size: 14px;
  color: #ffffff;
  margin-left: 10px;
}
body.single-product .container-wrap .product .summary.entry-summary .scopri_oxama_btn {
  display: block;
  background-color: #bbbbbb;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin-left: -35px;
  margin-right: -35px;
  padding: 15px 0;
  margin-top: 35px;
  cursor: pointer;
}
body.single-product .container-wrap .product .summary.entry-summary .scopri_oxama_btn strong {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
body.single-product .container-wrap .product .summary.entry-summary .scopri_oxama_btn:hover {
  background-color: #b6b6b6;
}
body.single-product .container-wrap .cristalbox {
  display: none !important;
}
body.single-product .container-wrap .preorder_avviso {
  margin: 20px -35px;
  padding: 20px 35px;
  background-color: rgba(255, 255, 255, 0.22);
}
body.single-product .container-wrap .preorder_avviso .flex {
  display: flex;
  align-items: center;
}
body.single-product .container-wrap .preorder_avviso img {
  height: 13px;
  margin-right: 10px;
}
body.single-product .container-wrap .preorder_avviso h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #111111;
  margin-bottom: 0;
  text-shadow: none;
}
body.single-product .container-wrap .preorder_avviso p {
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 0;
  opacity: 0.75;
  line-height: 1.25;
}
body.single-product .container-wrap #deposit-amount bdi {
  font-family: "Josefin Sans", sans-serif !important;
}
body.single-product .container-wrap input.input-text.qty.text {
  color: #ffffff !important;
}
body.single-product .container-wrap .quantity {
  float: left !important;
  margin-top: 30px !important;
}
body.single-product .container-wrap button.single_add_to_cart_button {
  float: right !important;
  margin-top: 20px !important;
}
body.single-product .container-wrap form.cart {
  margin-bottom: 0 !important;
}
body.single-product .container-wrap #oxa_primo {
  margin-bottom: 80px;
}
body.single-product .container-wrap #oxa_primo h2 {
  text-align: center;
  color: #85BDDE;
  font-size: 30px;
  margin-bottom: 15px;
}
body.single-product .container-wrap #oxa_primo p {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}
body.single-product .container-wrap .cristalbox {
  background-color: rgba(255, 255, 255, 0.22);
  border-radius: 30px;
  padding: 40px 50px;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.22);
}
body.single-product .container-wrap .cristalbox h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #ffffff;
}
body.single-product .container-wrap .cristalbox h3 span {
  color: #2D6DAB;
}
body.single-product .container-wrap .cristalbox p {
  font-size: 20px;
  color: #ffffff;
}
body.single-product .container-wrap #oxa_video {
  margin-bottom: 100px;
}
body.single-product .container-wrap #oxa_video .row-bg.using-image {
  background-size: 100% 100%;
}
body.single-product .container-wrap #oxa_app {
  margin-bottom: 100px;
}
body.single-product .container-wrap #oxa_app .row-bg.using-image {
  background-size: 100% 100%;
}
body.single-product .container-wrap #oxa_prenota {
  margin-bottom: 80px;
}
body.single-product .container-wrap #oxa_prenota h2 {
  text-align: center;
  color: #85BDDE;
  font-size: 30px;
  margin-bottom: 15px;
}
body.single-product .container-wrap #oxa_prenota p {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}
body.single-product .container-wrap #oxa_plus {
  padding: 8% 8% 2% 8% !important;
  border: 3px solid #85BDDE;
  border-radius: 10px;
}
body.single-product .container-wrap #oxa_plus h4, body.single-product .container-wrap #oxa_plus p {
  color: #ffffff;
}
body.single-product .container-wrap #oxa_plus .nectar-button {
  margin-top: 6%;
}

body.single-product .container-wrap {
  padding-top: 13% !important;
}
body.single-product .container-wrap .woocommerce-product-gallery__image {
  overflow: visible !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 0 4px !important;
  width: 20% !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  clear: left;
  border: 1px solid #222222;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border: 3px solid #2D6DAB;
}

.wooct-text-above {
  text-align: center;
  margin-bottom: 10px;
}

.wooct-text-ended,
.wooct-text-under {
  text-align: center;
}

.wooct-text-ended {
  text-align: center;
  color: #e2c017 !important;
}

.kit-oxama .hover-wrap-inner.img-loaded {
  display: flex;
  align-items: center;
  height: 470px;
}
.kit-oxama .vc_column-inner {
  height: 470px;
}
.kit-oxama .column-image-bg {
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
}

.this-is-oxama .icons-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.this-is-oxama .icons-box .icon {
  cursor: pointer;
  padding: 10px;
  margin: 2.5%;
  background-color: #2D6DAB;
  border-radius: 50vh;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2) !important;
  opacity: 50%;
  width: 140px;
  height: 140px;
  transform: scale(1);
  transition: all 300ms;
}
.this-is-oxama .icons-box .icon img {
  margin-bottom: 0 !important;
}
.this-is-oxama .icons-box .icon:hover {
  transform: scale(1.05);
  opacity: 75%;
}
.this-is-oxama .icons-box .icon.active {
  opacity: 1;
  transform: scale(1.5);
}
.this-is-oxama .description-box {
  position: relative;
  background-image: url("https://www.oxamadiving.com/wp-content/uploads/2022/04/thisisoxama-line1.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}
.this-is-oxama .description-box img {
  position: absolute;
  top: -25vh;
  left: -3vw;
  opacity: 0;
  height: 39vh;
  transition: all 300ms;
}
.this-is-oxama .description-box img.active {
  opacity: 1;
}
.this-is-oxama .description-box .description {
  width: 35%;
  padding: 0 30px 30px 30px;
  margin: 0 auto;
  display: none;
  background-image: url("https://www.oxamadiving.com/wp-content/uploads/2022/04/thisisoxama-line-blu.svg");
  background-size: 50%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.this-is-oxama .description-box .description.active {
  display: block;
}
.this-is-oxama .description-box .description h4 {
  padding-bottom: 7PX !important;
  margin-bottom: 0;
  color: #2D6DAB;
  font-family: "Quicksand", sans-serif;
  text-shadow: none;
}
.this-is-oxama .description-box .description h4 strong {
  font-family: "Quicksand", sans-serif !important;
}
.this-is-oxama .description-box .description p {
  padding-bottom: 0;
  margin-bottom: 0;
  min-height: 100px;
}
.this-is-oxama a {
  padding: 10px 30px;
  background-color: #2D6DAB;
  border-radius: 50vh;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2) !important;
  color: #ffffff;
  position: relative;
  margin: 20px auto 0 auto;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 300ms;
}
.this-is-oxama a:hover {
  background-color: #333333;
}
.this-is-oxama a::before {
  content: "";
  display: block;
  height: 40px;
  width: 2px;
  background-color: #2D6DAB;
  position: absolute;
  top: -40px;
  left: calc(50% - 1px);
}

#mask_hook img {
  width: 84%;
}
#mask_hook .flex_custom {
  display: flex;
  align-items: center;
}
#mask_hook .flex_custom p {
  padding-bottom: 0;
  padding-right: 30px;
}
#mask_hook .flex_custom p img {
  margin-bottom: 0;
  width: 90px !important;
  height: auto !important;
}

#sensor_hook .nectar-highlighted-text {
  margin-bottom: 0 !important;
}
#sensor_hook .flex_custom {
  display: flex;
  align-items: center;
}
#sensor_hook .flex_custom p {
  padding-bottom: 0;
  padding-right: 30px;
}
#sensor_hook .flex_custom p img {
  margin-bottom: 0;
  width: 110px !important;
  height: auto !important;
}

#audio_hook .nectar-highlighted-text {
  margin-bottom: 0 !important;
}
#audio_hook .flex_custom {
  display: flex;
  align-items: center;
}
#audio_hook .flex_custom p {
  padding-bottom: 0;
  padding-right: 30px;
}
#audio_hook .flex_custom p img {
  margin-bottom: 0;
  width: 110px !important;
  height: auto !important;
}
#audio_hook .column-left-ctrl .vc_column-inner {
  height: 100%;
}
#audio_hook .column-left-ctrl .vc_column-inner .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-left: 20%;
}
#audio_hook .column-left-ctrl .vc_column-inner .wpb_wrapper img.line-image {
  padding: 0 20px 20px 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
#audio_hook .column-left-ctrl .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper {
  padding-left: 0;
}

.paramiters_icons_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 60px;
  transition: all 500ms;
}
.paramiters_icons_box h4 {
  text-align: center;
  color: #e2c017;
  font-size: 15px !important;
  line-height: 1 !important;
  margin-top: 5px !important;
  text-transform: uppercase;
  top: -20px;
  white-space: nowrap;
  position: relative;
  opacity: 0;
  transition: all 500ms;
}
.paramiters_icons_box > div {
  cursor: pointer;
  width: 26% !important;
  margin-bottom: 7.5% !important;
  transition: all 500ms;
}
.paramiters_icons_box > div:hover {
  transform: scale(1.1);
  filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.31));
}
.paramiters_icons_box > div:hover h4 {
  top: 0;
  opacity: 1;
}
.paramiters_icons_box > div.active {
  transform: scale(1.1);
  filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.31));
}
.paramiters_icons_box > div.active h4 {
  top: 0;
  opacity: 1;
}
.paramiters_icons_box img {
  margin-bottom: 0 !important;
  height: auto !important;
  transform: scale(1);
  filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.21));
  transition: all 500ms;
}

.parameters {
  margin-top: 40px;
  display: none;
}
.parameters h4 {
  margin-bottom: 25px !important;
}
.parameters .specifiche_box {
  padding: 20px;
  background-color: rgba(45, 109, 171, 0.36);
  position: relative;
  min-height: 135px !important;
}
.parameters .specifiche_box h3 {
  margin-bottom: 5px !important;
}
.parameters .specifiche_box::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 30px;
  height: 1px;
  top: 30px;
  left: -20px;
}
.parameters.active {
  display: block;
}

#tabella-specifiche .titolo-tabella {
  margin-bottom: 10px;
}
#tabella-specifiche table {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
#tabella-specifiche table tr {
  background-color: transparent !important;
}
#tabella-specifiche table tr.head-table {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.get_oxama_now img {
  margin: 15px auto 15px auto !important;
}

.preorder_oxama_btn {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6) !important;
  font-size: 18px !important;
  color: #2D6DAB;
  border: solid #e2c017 3px !important;
}

#pre-order-section {
  position: relative;
  z-index: 999;
}
#pre-order-section .row-bg-wrap {
  z-index: 10;
  transform: rotate(1deg) scale(1.1);
}
#pre-order-section .row-bg.using-image {
  background-position: right center !important;
  background-size: 130% !important;
}

.volume {
  display: flex;
  justify-content: space-between;
}
.volume img {
  width: 80px !important;
  margin: 10px;
}

.related.products {
  display: none;
}

.wpcf7 form ::-moz-placeholder {
  color: #ffffff !important;
}

.wpcf7 form ::placeholder {
  color: #ffffff !important;
}
.wpcf7 form input, .wpcf7 form select {
  background-color: transparent !important;
  border: 3px solid #2D6DAB;
  border-radius: 50vh;
  color: #ffffff !important;
}
.wpcf7 form input[type=submit] {
  background-color: transparent !important;
  font-family: "Josefin Sans";
  font-weight: 600;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  font-size: 25px;
  text-transform: uppercase;
  border: none;
  color: #ffffff !important;
  transform: scale(1);
  transition: all 500ms;
}
.wpcf7 form input[type=submit]:hover {
  transform: scale(1.2);
}
.wpcf7 form .wpcf7-list-item label {
  display: flex;
  padding-top: 15px;
}
.wpcf7 form .wpcf7-list-item input[type=checkbox] {
  margin-left: 10px;
}
.wpcf7 form .wpcf7-form-control-wrap.acceptance-869 {
  text-align: right;
}
.wpcf7 form p.testo-gdpr {
  font-size: 12px !important;
}
.wpcf7 form option {
  color: #333333 !important;
}
.wpcf7 form textarea {
  background-color: rgba(255, 255, 255, 0.063);
  max-height: 100px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
  border-radius: 50vh;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  background-color: #ffb900;
  border-radius: 50vh;
}

#footer_custom h4 {
  font-size: 18px !important;
  line-height: 18px;
  letter-spacing: 2px;
}
#footer_custom .flex {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
#footer_custom .help, #footer_custom .follow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
#footer_custom .help a, #footer_custom .follow a {
  display: block;
}
#footer_custom .help path, #footer_custom .follow path {
  fill: #707070;
}
#footer_custom .noflex {
  margin-top: 20px;
}
#footer_custom a.iubenda-black {
  color: #ffffff !important;
}

#footer-outer[data-cols="1"][data-disable-copyright=false] #copyright {
  padding-bottom: 20px;
}

#footer-outer[data-cols="1"] #copyright {
  padding: 0 0;
}

#footer-outer {
  transform: scale(1.1) rotate(-1deg);
  margin-top: -80px;
  z-index: 13 !important;
}

#section_hero_homepage .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
  height: 190vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#section_hero_homepage h1.heading > .dynamic-words > .text-wrap > span > span {
  font-weight: 400;
  font-size: 26px;
  max-width: 400px;
  white-space: normal;
  text-align: left;
  margin-left: 30px;
}
#section_hero_homepage h1.heading > .beginning-text > .text-wrap:first-of-type > .inner {
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
}
#section_hero_homepage h1.heading > .beginning-text > .text-wrap:last-of-type > .inner {
  font-weight: 400;
  font-size: 26px;
  line-height: 50px;
}
#section_hero_homepage .nectar-video-box {
  width: 610px;
}
#section_hero_homepage .nectar-rotating-words-title {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}
#section_hero_homepage #section_second_hero_home {
  padding-top: 120px;
  margin-top: 30vh;
}
#section_hero_homepage #section_second_hero_home .wpb_text_column {
  margin-bottom: 8vh;
}

body.home #section_what_you_get {
  padding: 120px 0 120px 0 !important;
  margin-top: -50px;
  z-index: 1;
}
body.home #section_what_you_get .row-bg-wrap {
  transform: rotate(2deg) scale(1.1);
}

#section_plus_home {
  padding: 120px 0 120px 0 !important;
  margin-top: -50px;
  z-index: 2;
}
#section_plus_home h3 {
  text-transform: uppercase;
}
#section_plus_home .row-bg-wrap {
  transform: rotate(-2deg) scale(1.1);
}
#section_plus_home .row-bg-wrap .row-bg.using-image {
  background-size: 110%;
}
#section_plus_home .team-member {
  width: 190px;
  margin-left: auto;
  margin-right: auto;
}
#section_plus_home .team-member img {
  margin-left: auto;
  margin-right: auto;
}
#section_plus_home .team-member h4 {
  text-align: center;
}
#section_plus_home .team-member p.description {
  padding: 0;
  margin: 8px 0;
  border-bottom: none;
  border-top: none;
  text-align: center;
}

#section_recensioni_clienti .single_recensione p.nome {
  color: #2D6DAB;
  font-size: 20px;
  text-align: center;
  padding-bottom: 1em !important;
}
#section_recensioni_clienti .single_recensione .icona img {
  width: 40px !important;
  height: auto !important;
  margin: 0 auto;
}
#section_recensioni_clienti .single_recensione p.desc {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding-bottom: 1.5em !important;
  padding-top: 1.5em !important;
}
#section_recensioni_clienti .single_recensione img.stars {
  width: 90px !important;
  height: auto !important;
  margin: 0 auto;
}

#section_app_presentazione h2 {
  text-align: center;
  padding-left: 25px !important;
  padding-bottom: 20px !important;
  margin-bottom: 40px !important;
  border-bottom: 1px #ffffff solid;
  position: relative;
}
#section_app_presentazione h2:after {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  bottom: -80px;
  left: 0;
}
#section_app_presentazione .nectar-scrolling-tabs {
  flex-direction: row-reverse !important;
}
#section_app_presentazione .nectar-scrolling-tabs .scrolling-tab-content {
  width: 50%;
}
#section_app_presentazione .nectar-scrolling-tabs .scrolling-tab-content .wpb_tab {
  padding: 0;
  transition: all 300ms;
}
#section_app_presentazione .nectar-scrolling-tabs .scrolling-tab-content .wpb_tab img {
  width: 200px;
  margin: 0 auto;
}
#section_app_presentazione .nectar-scrolling-tabs .scrolling-tab-content .wpb_tab.active img {
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.4));
}
#section_app_presentazione .nectar-scrolling-tabs .scrolling-tab-nav {
  width: 50%;
}
#section_app_presentazione .nectar-scrolling-tabs .scrolling-tab-nav .menu-item a.sub-desc {
  padding: 10px;
  transition: all 300ms;
}
#section_app_presentazione .nectar-scrolling-tabs .scrolling-tab-nav .menu-item.active a.sub-desc {
  background-color: rgba(0, 0, 0, 0.25);
}

#section_for_you .tabs_box_for_you {
  padding: 30px !important;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: relative;
}
#section_for_you .tabs_box_for_you:after {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#section_for_you .tabs_box_for_you:before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
#section_for_you .tabs_box_for_you .wpb_tabs_nav li a span {
  color: #ffffff !important;
}
#section_for_you .tabs_box_for_you .wpb_tabs_nav li a span strong {
  color: #ffffff !important;
}

.tab_for_you p {
  padding-top: 20px;
  margin-top: 20px;
  padding-right: 20px;
  margin-right: 20px;
  border-top: 2px solid #2D6DAB;
  border-right: 2px solid #2D6DAB;
}

body.woocommerce-cart #footer-outer,
body.woocommerce-checkout #footer-outer {
  margin-top: 0 !important;
}

.order-review {
  padding: 20px !important;
}

.disclaimer_preordine p {
  padding: 1.5em;
  background-color: rgba(255, 255, 255, 0.21);
}
.data_consegna_prevista {
  margin-bottom: 40px;
  margin-top: 20px;
}
.data_consegna_prevista p {
  padding: 1.5em;
  background-color: rgba(255, 255, 255, 0.21);
}

.off-canvas-menu-container.mobile-only .menu .menu-item a,
.off-canvas-menu-container.mobile-only .menu .menu-item i {
  color: #2D6DAB !important;
  font-weight: 500 !important;
}

a.nectar-button.nofill_btn.preorder_oxama_btn {
  background-color: transparent !important;
  border: solid #ffffff 3px !important;
}
a.nectar-button.nofill_btn.preorder_oxama_btn.center {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

#section_hero_freediving h1 {
  font-size: 40px;
}
#section_hero_freediving img {
  filter: drop-shadow(0 0 10px #000000);
}

.fw_element {
  margin-left: -20vw;
  margin-right: -20vw;
  padding-left: 20vw;
  padding-right: 20vw;
}

#hook_freediving > .row-bg-wrap .row-bg, #the_app > .row-bg-wrap .row-bg {
  background-color: #111111;
}

.page-id-1642 #footer-outer #footer-widgets,
.page-id-1660 #footer-outer #footer-widgets {
  display: none;
}
.page-id-1642 .contact p:nth-child(3),
.page-id-1660 .contact p:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-1642 .contact p:nth-child(3) a,
.page-id-1660 .contact p:nth-child(3) a {
  background-color: #aaaaaa;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.page-id-1642 .contact p:nth-child(3) a i,
.page-id-1660 .contact p:nth-child(3) a i {
  margin-bottom: -5px !important;
}
.page-id-1642 .wpcf7-acceptance .testo-gdpr,
.page-id-1660 .wpcf7-acceptance .testo-gdpr {
  width: 210px;
}

#section_hero_contatti {
  min-height: 50vh;
}
#section_hero_contatti .row_col_wrap_12 {
  min-height: 50vh;
}

.section_dati_contatti .column-image-bg.loaded {
  background-repeat: no-repeat;
  background-position: 25% 50% !important;
  background-size: contain !important;
}
.section_dati_contatti a {
  color: #ffffff !important;
}
.section_dati_contatti a:hover {
  color: #0f1417 !important;
}
.section_dati_contatti i {
  color: #0f1417 !important;
  font-size: 21px !important;
}
.section_dati_contatti i:hover {
  transform: scale(1.1) !important;
}

#section_bg-bicolor .wpcf7 p.testo-gdpr {
  color: #cccccc;
}
#section_bg-bicolor .wpcf7 p.testo-gdpr a {
  color: #cccccc;
}

#section_hero_contatti.team_page .row-bg {
  background-position: center 35% !important;
}

#section_etimologia .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#section_etimologia .flex img {
  margin-bottom: 0 !important;
  margin-right: 10px !important;
}
#section_etimologia .flex h6 {
  text-transform: uppercase;
  font-size: 20px !important;
}

#section_team .row-bg {
  background-color: #111111;
  background-image: none !important;
}
#section_team .team-box {
  border: 1px solid #ffffff;
  padding: 50px 75px;
  position: relative;
  margin-top: 125px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#section_team .team-box h6 {
  font-weight: 600;
}
#section_team .team-box h6, #section_team .team-box p {
  position: relative;
  z-index: 99;
}
#section_team .team-box::after {
  content: "";
  display: block;
  width: 250px;
  height: 250px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -125px;
  left: -125px;
}
#section_team .team-box.destra::after {
  left: auto;
  right: -125px;
}
#section_team .team-box.claudio::after {
  background-image: url("https://www.oxamadiving.com/wp-content/uploads/2022/05/claudio.jpg");
}
#section_team .team-box.vincenzo::after {
  background-image: url("https://www.oxamadiving.com/wp-content/uploads/2022/05/vicenzo.jpg");
}
#section_team .team-box.massimo::after {
  background-image: url("https://www.oxamadiving.com/wp-content/uploads/2022/05/massimo.jpg");
}
#section_team .team-box.stefano::after {
  background-image: url("https://www.oxamadiving.com/wp-content/uploads/2022/05/stefano.jpg");
}
#section_team .team-box.davide::after {
  background-image: url("https://www.oxamadiving.com/wp-content/uploads/2022/05/davide.jpg");
}

#section_press_main #section_press {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#section_press_main #section_press a.box_press {
  transition: all 300ms;
  width: 30%;
  margin-bottom: 40px;
}
#section_press_main #section_press a.box_press::before {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  background-color: #fff;
  margin: 0 auto 10px auto;
}
#section_press_main #section_press a.box_press .image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
#section_press_main #section_press a.box_press .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 300ms;
}
#section_press_main #section_press a.box_press h5.titolo {
  text-align: center;
  font-size: 25px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.2 !important;
}
#section_press_main #section_press a.box_press:hover {
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.3);
}
#section_press_main #section_press a.box_press:hover img {
  width: 110%;
  height: 110%;
}

.page-id-1747 #section_hero_contatti.team_page .row-bg,
.page-id-1777 #section_hero_contatti.team_page .row-bg {
  background-size: cover !important;
}

.page-id-1787 div.row,
.page-id-1248 div.row {
  color: #555555;
}

#feed_eventi {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
#feed_eventi .box_evento {
  padding: 20px 0 20px 30px;
  width: 28%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 25px;
  position: relative;
}
#feed_eventi .box_evento::before {
  content: "";
  background-image: url("https://www.oxamadiving.com/wp-content/uploads/2022/05/par_contatti.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
}
#feed_eventi .box_evento:hover::before {
  opacity: 0.5;
}
#feed_eventi .box_evento .box_background_image {
  padding: 20px 0 20px 20px;
  background-color: rgba(255, 255, 255, 0.11);
}
#feed_eventi .box_evento .box_background_image .luogo > p,
#feed_eventi .box_evento .box_background_image .data > p {
  color: #2D6DAB;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 10px;
}
#feed_eventi .box_evento .box_background_image .luogo > h3,
#feed_eventi .box_evento .box_background_image .data > h3 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  padding: 0;
}
#feed_eventi .box_evento .box_background_image .data {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
#feed_eventi .box_evento .box_background_image p.desc {
  color: #cccccc;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 20px 15px 0;
}
#feed_eventi .box_evento .box_background_image .image {
  height: 150px;
  overflow: hidden;
}
#feed_eventi .box_evento .box_background_image .image img {
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.btn-eventi {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.single-product .team-member img {
  display: block;
  margin: auto;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.1098039216));
}
.single-product .team-member h4 {
  text-align: center;
}
.single-product .section_mask > .row-bg-wrap > .inner-wrap > .row-bg {
  background-color: rgba(21, 39, 52, 0.8117647059) !important;
}
@media (max-width: 999px) {
  .single-product #box_mask_list .vc_col-sm-4 .wpb_wrapper {
    display: flex;
  }
}

@media (max-width: 767px) {
  #feed_eventi .box_evento {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  #feed_eventi .box_evento .box_background_image .image {
    height: 250px;
  }
  #secton_call_eventi {
    text-align: center !important;
  }
  .btn-eventi {
    margin-left: auto;
    margin-right: auto;
  }
  #section_press_main #section_press a.box_press {
    width: 100%;
  }
  .section_dati_contatti .column-image-bg.loaded {
    background-repeat: no-repeat;
    background-position: 10% 50% !important;
    background-size: contain;
  }
  #section_bg-bicolor .row-bg.using-image {
    background-position: 0 center !important;
  }
  #section_bg-bicolor .wpcf7 .row.last {
    display: flex !important;
  }
  #section_hero_contatti {
    min-height: 75vh;
  }
  #section_hero_contatti .row_col_wrap_12 {
    min-height: 75vh;
  }
  #section_hero_contatti.team_page .row-bg {
    background-position: 55% 25% !important;
    background-size: 350%;
  }
  #section_etimologia .flex {
    display: block;
    text-align: center;
  }
  #section_etimologia .flex img {
    display: inline;
    margin-bottom: 15px !important;
  }
  #section_team .team-box {
    padding: 30px 40px;
    margin-top: 125px;
    width: 100%;
  }
  #section_team .team-box h6 {
    margin-bottom: 15px !important;
  }
  .slide.is-selected {
    pointer-events: unset;
  }
  .nectar-header-text-content.mobile-only {
    background-color: transparent !important;
  }
  body.single-product .container-wrap {
    padding-top: 13% !important;
  }
  body.single-product .container-wrap .woocommerce-product-gallery__image {
    overflow: visible !important;
  }
  body.single-product .container-wrap .product .summary.entry-summary {
    width: 100%;
  }
  .row-heading-custom {
    margin-bottom: -140px !important;
  }
  .row-heading-custom h3 {
    padding-left: 0px !important;
  }
  .what-you-get-list p {
    text-align: center !important;
  }
  #header-outer[data-full-width=true] header > .container {
    padding: 0 20px;
  }
  #top #logo img {
    height: 30px !important;
  }
  #top nav > ul > li > a {
    font-size: 14px;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper {
    display: flex;
    flex-direction: column;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper .nectar-highlighted-text {
    order: 2;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper .wpb_text_column {
    order: 3;
    margin-top: 0;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper .wpb_raw_code {
    order: 1;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper .wpb_raw_code .parameters .specifiche_box {
    min-height: 171px;
  }
  #sensor_hook .paramiters_icons_box {
    width: 100%;
    padding: 0 !important;
  }
  .paramiters_icons_box h4 {
    font-size: 13px !important;
  }
  .parameters {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
  }
  .volume {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
  }
  #pre-order-section .row-bg.using-image {
    background-position: 60% center !important;
    background-size: 605% !important;
  }
  #contattaci {
    padding-bottom: 70px !important;
  }
  #contattaci .row_col_wrap_12.col.span_12 {
    flex-direction: column;
    align-items: center;
  }
  #contattaci .row_col_wrap_12.col.span_12 > .vc_col-sm-6 {
    width: 100%;
  }
  #contattaci .contattaci-form-col .wpb_raw_code {
    margin-top: 0 !important;
  }
  #contattaci form .row.last {
    display: flex;
  }
  #contattaci form .row.last .col.span_9 {
    width: 210%;
  }
  #contattaci .p_block_contattaci {
    padding-right: 0 !important;
  }
  .this-is-oxama .description-box .description {
    width: 100%;
    margin: 0 0 0 auto;
    display: none;
  }
  .this-is-oxama .description-box img {
    top: -8vh;
    left: -3vw;
  }
  #audio_hook .column-left-ctrl .vc_column-inner .wpb_wrapper {
    padding-left: 0;
  }
  #header-outer #top #mobile-cart-link i {
    color: #ffffff !important;
  }
  #header-outer #top .slide-out-widget-area-toggle a .lines:after,
  #header-outer #top .slide-out-widget-area-toggle a .lines:before,
  #header-outer #top .slide-out-widget-area-toggle a .lines-button:after {
    background-color: #ffffff !important;
  }
  #header-outer.scrolled-down #top #mobile-cart-link i {
    color: #2D6DAB !important;
  }
  #header-outer.scrolled-down #top .slide-out-widget-area-toggle a .lines:after,
  #header-outer.scrolled-down #top .slide-out-widget-area-toggle a .lines:before,
  #header-outer.scrolled-down #top .slide-out-widget-area-toggle a .lines-button:after {
    background-color: #2D6DAB !important;
  }
  .woocommerce div.product form.cart div.quantity {
    float: none !important;
    text-align: center !important;
    margin: 35px 0 0 0 !important;
    text-align: center !important;
  }
  .woocommerce div.product form.cart .button {
    float: none !important;
    margin: 20px auto 0 auto !important;
    display: block;
  }
  .this-is-oxama .icons-box {
    justify-content: space-between;
  }
  .this-is-oxama .icons-box .icon {
    width: 80px;
    height: 80px;
  }
  .this-is-oxama .description-box {
    background-image: none !important;
  }
  .this-is-oxama .description-box .description {
    margin-top: 90vw !important;
  }
  .this-is-oxama .description-box img {
    width: 83% !important;
    height: auto !important;
    top: -80vw;
    left: calc(50vw - 50%);
  }
  #section_what_you_get .kit-oxama {
    height: 50vh;
  }
  #product-1249 > .nectar-prod-wrap {
    display: flex;
    flex-direction: column;
  }
  #mask_hook .flex_custom p img {
    width: 150px !important;
  }
  #footer_custom .flex {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .wpcf7 form p.testo-gdpr {
    text-align: left;
  }
  #footer-outer[data-cols="1"][data-disable-copyright=false] #copyright {
    padding-bottom: 60px !important;
  }
  #section_hero_homepage {
    padding-top: 80px !important;
  }
  #section_hero_homepage h1.heading > .dynamic-words > .text-wrap > span > span {
    font-size: 20px;
    white-space: normal;
    margin-left: 0;
    min-width: auto;
    max-width: 300px;
    text-align: center;
  }
  #section_hero_homepage h1.heading > .beginning-text > .text-wrap:first-of-type > .inner {
    font-weight: 800;
    font-size: 35px;
    line-height: 35px;
  }
  #section_hero_homepage h1.heading > .beginning-text > .text-wrap:last-of-type > .inner {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
  }
  #section_hero_homepage .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    height: 200vh;
  }
  #section_hero_homepage #btn-scroll-down-custom .scroll-downs {
    position: absolute;
    top: 70vh;
  }
  #section_hero_homepage .preorder_oxama_btn {
    margin-bottom: 50vh;
  }
  #section_hero_homepage #section_second_hero_home .wpb_text_column.wpb_content_element {
    max-width: 300px !important;
  }
  #section_hero_homepage #section_second_hero_home .nectar-video-box {
    width: 330px;
  }
  #section_plus_home .row-bg-wrap .row-bg.using-image {
    background-size: 950%;
  }
  #header-outer #top #logo img {
    width: 180px;
  }
  #section_app_presentazione .row-bg-wrap .row-bg.using-image {
    background-position: 77% top;
  }
  #section_app_presentazione .nectar-scrolling-tabs .scrolling-tab-content {
    width: 100%;
    padding-left: 40px;
  }
  #section_app_presentazione h2 {
    padding-left: 0 !important;
  }
  #section_app_presentazione .nectar-scrolling-tabs .scrolling-tab-content .wpb_tab .menu-content h3 {
    margin-bottom: 15px !important;
    font-size: 25px !important;
    font-weight: 400 !important;
  }
  #section_hero_homepage .nectar-rotating-words-title {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }
  body.single-product #footer-outer {
    margin-top: -40px;
  }
  body.home #section_what_you_get {
    padding: 0 0 80px 0 !important;
  }
  body.material #slide-out-widget-area-bg.slide-out-from-right {
    background-color: #e1e1e1 !important;
  }
  .wpb_tab .vc_row-fluid > .span_12 {
    flex-direction: column-reverse;
  }
  .tab_for_you {
    margin: 20px 0 !important;
  }
  .tab_for_you h4 {
    text-align: center;
  }
  #section_recensioni_clienti .single_recensione p.desc {
    font-size: 16px;
    line-height: 1.5;
  }
  #footer_custom .help {
    margin-bottom: 50px;
  }
  .preorder_oxama_btn span {
    white-space: nowrap !important;
  }
  #section_hero_freediving h1 {
    font-size: 25px;
    margin-bottom: 20px !important;
    line-height: 30px;
  }
  #section_hero_freediving .preorder_oxama_btn {
    transform: scale(0.8);
  }
  #section_hero_freediving img {
    width: 100%;
    margin-top: 50px;
  }
  #section_hero_freediving .row_col_wrap_12_inner > div:first-child {
    display: none;
  }
  #section_hero_freediving .row_col_wrap_12_inner > div:last-child {
    display: none;
  }
  #section_hero_freediving .row_col_wrap_12_inner .vc_col-sm-3 {
    margin-bottom: 0;
  }
  #section_hero_freediving .wpb_wrapper {
    text-align: center;
  }
  .disciplines h6 {
    font-size: 18px;
  }
  #the_app .wpb_text_column.wpb_content_element {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 40px;
  }
  #the_app .box_app_2 .row_col_wrap_12_inner {
    flex-direction: column-reverse;
  }
  #the_app .box_app_2 .row_col_wrap_12_inner .wpb_text_column.wpb_content_element {
    padding-top: 40px;
  }
  h3 {
    line-height: 1 !important;
  }
  .wpb_column.column_container.icon-custom-flex .wpb_wrapper {
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0 15px 0;
  }
  .wpb_column.column_container.icon-custom-flex .wpb_wrapper .img-with-aniamtion-wrap {
    width: 33% !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  #feed_eventi .box_evento {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  #feed_eventi .box_evento .box_background_image .image {
    height: 250px;
  }
  #secton_call_eventi {
    text-align: center !important;
  }
  .btn-eventi {
    margin-left: auto;
    margin-right: auto;
  }
  .section_dati_contatti .column-image-bg.loaded {
    background-repeat: no-repeat;
    background-position: 10% 50% !important;
    background-size: contain;
  }
  #section_bg-bicolor .row-bg.using-image {
    background-position: 0 center !important;
  }
  #section_bg-bicolor .wpcf7 .row.last {
    display: flex !important;
  }
  #section_hero_contatti {
    min-height: 75vh;
  }
  #section_hero_contatti .row_col_wrap_12 {
    min-height: 75vh;
  }
  #section_press_main #section_press a.box_press {
    width: 47%;
  }
  .slide.is-selected {
    pointer-events: unset;
  }
  body.single-product .container-wrap {
    padding-top: 13% !important;
  }
  body.single-product .container-wrap .woocommerce-product-gallery__image {
    overflow: visible !important;
  }
  body.single-product .container-wrap .product .summary.entry-summary {
    width: 100%;
  }
  .row-heading-custom {
    margin-bottom: -60px !important;
  }
  .row-heading-custom h3 {
    padding-left: 0px !important;
  }
  .what-you-get-list p {
    text-align: center !important;
  }
  #header-outer[data-full-width=true] header > .container {
    padding: 0 20px;
  }
  #top #logo img {
    height: 30px !important;
  }
  #top nav > ul > li > a {
    font-size: 14px;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper {
    display: flex;
    flex-direction: column;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper .nectar-highlighted-text {
    order: 2;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper .wpb_text_column {
    order: 3;
    margin-top: 0;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper .wpb_raw_code {
    order: 1;
    position: absolute;
    width: 45%;
    right: 0;
    top: -350px;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper .wpb_raw_code .parameters .specifiche_box {
    min-height: 171px;
  }
  #sensor_hook .paramiters_icons_box {
    width: 55%;
    padding: 0 60px 0 0 !important;
  }
  .paramiters_icons_box h4 {
    font-size: 13px !important;
  }
  .parameters {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
  }
  .volume {
    justify-content: space-evenly;
  }
  #pre-order-section .row-bg.using-image {
    background-position: 70% center !important;
    background-size: 295% !important;
  }
  #contattaci {
    padding-bottom: 100px !important;
  }
  #contattaci .row_col_wrap_12.col.span_12 {
    flex-direction: column;
    align-items: center;
  }
  #contattaci .row_col_wrap_12.col.span_12 > .vc_col-sm-6 {
    width: 100%;
  }
  #contattaci .contattaci-form-col .wpb_raw_code {
    margin-top: 0 !important;
  }
  #contattaci form .row.last {
    display: flex;
  }
  #contattaci form .row.last .col.span_9 {
    width: 210%;
  }
  .this-is-oxama .description-box .description {
    width: 65%;
    margin: 0 0 0 auto;
    display: none;
  }
  .this-is-oxama .description-box img {
    top: -8vh;
    left: -3vw;
  }
  #audio_hook .column-left-ctrl .vc_column-inner .wpb_wrapper {
    padding-left: 0;
  }
  #header-outer #top #mobile-cart-link i {
    color: #ffffff !important;
  }
  #header-outer #top .slide-out-widget-area-toggle a .lines:after,
  #header-outer #top .slide-out-widget-area-toggle a .lines:before,
  #header-outer #top .slide-out-widget-area-toggle a .lines-button:after {
    background-color: #ffffff !important;
  }
  #header-outer.scrolled-down #top #mobile-cart-link i {
    color: #2D6DAB !important;
  }
  #header-outer.scrolled-down #top .slide-out-widget-area-toggle a .lines:after,
  #header-outer.scrolled-down #top .slide-out-widget-area-toggle a .lines:before,
  #header-outer.scrolled-down #top .slide-out-widget-area-toggle a .lines-button:after {
    background-color: #2D6DAB !important;
  }
  #section_hero_homepage h1.heading > .dynamic-words > .text-wrap > span > span {
    font-size: 20px;
    white-space: nowrap;
    margin-left: 0;
    min-width: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #section_hero_homepage h1.heading > .beginning-text > .text-wrap:first-of-type > .inner {
    font-weight: 800;
    font-size: 35px;
    line-height: 35px;
  }
  #section_hero_homepage h1.heading > .beginning-text > .text-wrap:last-of-type > .inner {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
  }
  #section_hero_homepage .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    height: 250vh;
  }
  #section_hero_homepage #btn-scroll-down-custom .scroll-downs {
    position: absolute;
    top: 88vh;
  }
  #section_plus_home .row-bg-wrap .row-bg.using-image {
    background-size: 465%;
  }
  #header-outer #top #logo img {
    width: 180px;
  }
  #section_app_presentazione .row-bg-wrap .row-bg.using-image {
    background-position: 77% top;
  }
  #section_app_presentazione .nectar-scrolling-tabs .scrolling-tab-content {
    width: 100%;
    padding-left: 40px;
  }
  #section_hero_homepage .nectar-rotating-words-title {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }
  body.single-product #footer-outer {
    margin-top: -40px;
  }
  body.home #section_what_you_get {
    padding: 40px 0 80px 0 !important;
  }
  body.material #slide-out-widget-area-bg.slide-out-from-right {
    background-color: #e1e1e1 !important;
  }
  .wpb_tab .vc_row-fluid > .span_12 {
    flex-direction: column-reverse;
  }
  .tab_for_you {
    margin: 20px 0;
  }
  .tab_for_you h4 {
    text-align: center;
  }
  .box_app_1, .box_app_2, .box_app_1 {
    padding-top: 40px;
  }
  .preorder_oxama_btn span {
    white-space: nowrap;
  }
  #section_hero_freediving h1 {
    font-size: 35px;
  }
  #section_hero_freediving .preorder_oxama_btn {
    transform: scale(0.8);
  }
  #section_hero_freediving img {
    width: 60%;
    margin-top: 50px;
  }
  #section_hero_freediving .row_col_wrap_12_inner > div:first-child {
    display: none;
  }
  #section_hero_freediving .row_col_wrap_12_inner > div:last-child {
    display: none;
  }
  .disciplines h6 {
    font-size: 18px;
  }
  #the_app .wpb_text_column.wpb_content_element {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 40px;
  }
  #the_app .box_app_2 .row_col_wrap_12_inner {
    flex-direction: column-reverse;
  }
  #the_app .box_app_2 .row_col_wrap_12_inner .wpb_text_column.wpb_content_element {
    padding-top: 40px;
  }
  h3 {
    line-height: 1 !important;
  }
  .wpb_column.column_container.icon-custom-flex .wpb_wrapper {
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0 15px 0;
  }
  .wpb_column.column_container.icon-custom-flex .wpb_wrapper .img-with-aniamtion-wrap {
    width: 33% !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  #top nav > ul > li > a {
    font-size: 14px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  #feed_eventi .box_evento {
    width: 45%;
  }
  #feed_eventi .box_evento .box_background_image .image {
    height: 180px;
  }
  body.single-product .container-wrap {
    padding-top: 13% !important;
  }
  body.single-product .container-wrap .woocommerce-product-gallery__image {
    overflow: visible !important;
  }
  body.single-product .container-wrap .product .summary.entry-summary {
    width: 56%;
  }
  #header-outer[data-full-width=true] header > .container {
    padding: 0 20px;
  }
  #top #logo img {
    height: 30px !important;
  }
  #top nav > ul > li > a {
    font-size: 14px;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper {
    display: flex;
    flex-direction: column;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper .nectar-highlighted-text {
    order: 2;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper .wpb_text_column {
    order: 3;
    margin-top: 40px;
    margin-left: -104%;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper .wpb_raw_code {
    order: 1;
  }
  #sensor_hook .sensor-second-col .wpb_wrapper .wpb_raw_code .parameters .specifiche_box {
    min-height: 171px;
  }
  .paramiters_icons_box h4 {
    font-size: 13px !important;
  }
  .parameters {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
  }
  .volume {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  #pre-order-section .row-bg.using-image {
    background-position: 75% center !important;
    background-size: 230% !important;
  }
  #contattaci .row_col_wrap_12.col.span_12 {
    flex-direction: column;
    align-items: center;
  }
  #contattaci .row_col_wrap_12.col.span_12 > .vc_col-sm-6 {
    width: 100%;
  }
  #section_hero_homepage h1.heading > .dynamic-words > .text-wrap > span > span {
    font-size: 20px;
    white-space: nowrap;
    margin-left: 0;
    min-width: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #section_hero_homepage h1.heading > .beginning-text > .text-wrap:first-of-type > .inner {
    font-weight: 800;
    font-size: 35px;
    line-height: 35px;
  }
  #section_hero_homepage h1.heading > .beginning-text > .text-wrap:last-of-type > .inner {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
  }
  #section_hero_homepage .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    height: 250vh;
  }
  #section_hero_homepage #btn-scroll-down-custom .scroll-downs {
    position: absolute;
    top: 88vh;
  }
  #section_plus_home .row-bg-wrap .row-bg.using-image {
    background-size: 215%;
  }
  #header-outer #top #logo img {
    width: 180px;
  }
  #section_app_presentazione .row-bg-wrap .row-bg.using-image {
    background-position: 77% top;
  }
  #section_hero_homepage .nectar-rotating-words-title {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }
  body.single-product #footer-outer {
    margin-top: -40px;
  }
  body.home #section_what_you_get {
    padding: 40px 0 80px 0 !important;
  }
  body.material #slide-out-widget-area-bg.slide-out-from-right {
    background-color: #e1e1e1 !important;
  }
  .preorder_oxama_btn span {
    white-space: nowrap;
  }
  #section_hero_freediving h1 {
    font-size: 35px;
  }
  #section_hero_freediving .preorder_oxama_btn {
    transform: scale(0.67);
  }
  #section_hero_freediving img {
    width: 50%;
    margin-top: 50px;
  }
  .disciplines h6 {
    font-size: 18px;
  }
}
@media (min-width: 1198px) and (max-width: 1300px) {
  #top nav > ul > li > a {
    font-size: 14px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  #feed_eventi .box_evento {
    width: 45%;
  }
  #feed_eventi .box_evento .box_background_image .image {
    height: 180px;
  }
  .this-is-oxama .description-box .description p {
    min-height: 60px;
  }
  #pre-order-section .row-bg.using-image {
    background-position: right center !important;
    background-size: 170% !important;
  }
  #section_hero_homepage h1.heading > .dynamic-words > .text-wrap > span > span {
    font-size: 20px;
    white-space: nowrap;
    margin-left: 0;
    min-width: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #section_hero_homepage h1.heading > .beginning-text > .text-wrap:first-of-type > .inner {
    font-weight: 800;
    font-size: 35px;
    line-height: 35px;
  }
  #section_hero_homepage h1.heading > .beginning-text > .text-wrap:last-of-type > .inner {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
  }
  #section_hero_homepage .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    height: 250vh;
  }
  #section_hero_homepage #btn-scroll-down-custom .scroll-downs {
    position: absolute;
    top: 88vh;
  }
  #section_plus_home .row-bg-wrap .row-bg.using-image {
    background-size: 165%;
  }
  #header-outer #top #logo img {
    width: 180px;
  }
  #section_app_presentazione .row-bg-wrap .row-bg.using-image {
    background-position: 77% top;
  }
  #section_hero_homepage .nectar-rotating-words-title {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }
  body.single-product #footer-outer {
    margin-top: -40px;
  }
  .preorder_oxama_btn span {
    white-space: nowrap;
  }
  #section_hero_freediving h1 {
    font-size: 35px;
  }
  #section_hero_freediving .preorder_oxama_btn {
    transform: scale(0.9);
  }
}
@media (min-width: 1301px) {
  .preorder_oxama_btn span {
    white-space: nowrap !important;
  }
}/*# sourceMappingURL=custom_style.css.map */