@import url('https://fonts.googleapis.com/css2?family=Allura&family=Montserrat:wght@400;500;700&display=swap');

@font-face{
  font-family:"Rumble Brave outline";
  src: url("../../fonts/RumbleBraveoutline.woff2") format("woff2"),
       url("../../fonts/RumbleBraveoutline.woff") format("woff");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

/* utilità */
:root {
  --gold: #bb9b76;
  --grey: #3a3a3a;
  --light-gray: #ccc;
  --dark: #1D1D1B;
  --background: #FFF;
}

.rumble {
  font-family:"Rumble Brave outline" !important;
}

.allura {
  font-family: "Allura",cursive !important;
}

.color-gold {
  color: var(--gold) !important;
}

.color-gray {
  color: var(--grey) !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.w-auto {
  width: auto !important;
}

.flex-column {
  flex-direction: column;
}

.text-align-center {
  text-align: center;
}

body,
html {
  -webkit-text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: var(--grey);
  letter-spacing: normal;
  line-height: normal;
  -webkit-font-kerning: none;
  font-kerning: none;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  background-color: var(--background);
}


body.ismenu,
body.is_age_popup {
  overflow: hidden;
}

.disabled_text {}

.menu.disabled_text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
  text-decoration: inherit;
}

a:hover {
  color: var(--gold);
}

a.link-gold,
a.link-gold:link,
a.link-gold:visited {
  color: var(--gold);
}

a.link-gold:hover {
  text-decoration: underline;
}

a:focus,
object,
a:visited,
input,
select,
textarea {
  outline: 0px;
}

img {
  border: 0px !important;
}

input,
textarea,
select {
  font-size: 12px;
  color: var(--grey);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  outline: none;
  outline: 0px;
}

select option {
  color: var(--grey);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

input,
input:focus,
select,
select:focus {
  outline: none;
  outline: 0px;
}


h1,
h2,
h3,
h4,
h5,
h6,
ul {
  padding: 0px;
  margin: 0px;
}

p {
  margin-bottom: 0px;
}


form {
  padding: 0px;
  margin: 0px;
}

.disabled {
  -moz-opacity: .5;
  opacity: 0.50;
  filter: alpha(opacity=50);
  cursor: default;
}

.font-family-main {
  font-family: 'Montserrat', sans-serif;
}


.text-uppercase {
  text-transform: uppercase;
}

/* OPACITY LAYER*/
.opacity_layer {
  z-index: 4000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  filter: alpha(opacity=80);
  -moz-opacity: .80;
  opacity: .80;
  display: none;
  float: left;
  background-color: #000;
}

.opacity_layer.wait {
  background-color: #FFF;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.opacity_layer.minimal {
  background-color: #1A1A1A;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

#loading_layer { position:fixed; z-index:4020; top:0px; left:0px; width:100%; height:100%; margin-left:0px; margin-top:0px;
display:block; filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80;  background-color:#000; display: none; justify-content: center; align-items: center; }
#loading_layer .message { color: #FFF; background-image:url(../../img/loading_white.svg); background-position:top center; background-repeat:no-repeat;
  background-size: auto 50px; padding-top: 70px; text-align: center; font-weight: 500; font-size: 16px;
}

#loading_layer.logo {
  background-image: url(../../img/logo-white.png);
  width: 212px;
  height: 137px;
  margin-left: -106px;
  margin-top: -68px;
}

/* FINE OPACITY LAYER */

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none
}

.transition {
  transition: all .3s;
  -webkit-transition: all .3s;
}

/* DINAMIC ALERT */
.dinamic_alert {
  position: fixed;
  z-index: 4030;
  height: auto;
  border-radius: 10px;
  width: 545px;
  top: 50%;
  left: 50%;
  margin-left: -272px;
  display: none;
  padding: 0px;
  background-color: #fff;
}

.dinamic_alert .bkg_dinamic_alert {
  float: left;
  height: auto;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.dinamic_alert .bkg_dinamic_alert p.btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.dinamic_alert .bkg_dinamic_alert p.btn a.chiudi {
  float: none;
  display: inline-block;
  border-radius: 5px;
  padding: 0px 25px;
  position: static;
  text-align: center;
  color: #FFF !important;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500 !important;
  border-color: var(--gold) !important;
  background-color: var(--gold) !important;
}

.dinamic_alert .bkg_dinamic_alert p.btn a.chiudi:hover {
  border-color: var(--grey) !important;
  background-color: var(--grey) !important;
}

.dinamic_alert .bkg_dinamic_alert p.btn a.chiudi.nok {
  background-color: var(--grey) !important;
  margin-right: 10px;
}

.dinamic_alert .bkg_dinamic_alert p.btn a.chiudi.ok {
  margin-left: 10px;
}

.dinamic_alert_container {
  float: left;
  padding: 25px 50px;
  height: auto;
  width: calc(100% - 100px);
  background-color: #FFF;
  border-radius: 3px;
}

.dinamic_alert_container h1 {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  color: #ad1a2b;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.dinamic_alert_container span {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-weight: 300px;
  margin-top: 15px;
  font-size: 22px;
  color: #333;
  line-height: 28px;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: center;
}

/* FINE DINAMIC ALERT */

/* COOKIE POLICY */
.cookie_popup {
  float: left;
  position: fixed;
  left: 0px;
  bottom: 0px;
  background-color: #1d1d1b;
  width: calc(100% - 40px);
  height: auto;
  padding: 20px 20px;
  z-index: 300;
}

.cookie_popup .center_container {
  width: 90%;
  margin: 0px auto;
}

.cookie_popup .align {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.cookie_popup .testo {
  float: left;
  width: calc(100% - 160px);
}

.cookie_popup p {
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  margin-top: 0px;
}

.cookie_popup p a {
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
}

.cookie_popup p.link {
  float: right;
  width: 150px;
}

.cookie_popup p.link a {
  float: right;
  background-color: #FFF;
  text-decoration: none;
  padding: 0px 25px;
  border-radius: 25px;
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 46px;
  height: 46px;
}

.cookie_popup p.link a:hover {
  background-color: var(--gold);
  color: #1d1d1b;
}

/* FINE COOKIE POLICY */

.total_container {
  float: left;
  width: 100%;
  visibility: hidden;
}

/*.notmobile .total_container { min-width: 1100px; }*/

.site_content {
  float: left;
  width: 100%;
  margin-top: 135px;
  height: auto;
}

.site_content.with_spedizione {
  margin-top: 170px;
}

.site_content.with_header {
  margin-top: 0px;
}

body.ishome .site_content {
  margin-top: 0px !important;
}

.site_content.notfound {
  height: calc(100% - 130px);
}

.center_container {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  max-width: 100%;
}

.load_source {
  overflow: hidden;
  position: relative;
}

.load_source .loading_content {
  float: left;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../img/loading.svg);
  background-size: 60px;
}

.load_source .loading_content.black {
  background-image: url(../../img/loading_b.svg);
}

.load_source img {
  float: left;
  width: auto;
  height: auto;
  display: none;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.header_box_content {
  float: left;
  width: 100%;
}

.header_box {
  float: left;
  width: 100%;
  position: relative;
  background-color: transparent;
  height: 500px;
}

.header_box.page {
  height: 400px;
}

.header_box.landing {
  height: 500px;
}

.header_box.small {
  height: 300px;
}

.header_box .loading_content {
  float: left;
  width: 100%;
  height: 100%;
  background-image: url(../../img/loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50px;
}

.header_box .image_content {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.ishome .header_box .image_content {
  width: 100%;
}

.header_box .opacity_element {
  transition: background-color 1s;
  display: none;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

.header_box.loaded .opacity_element {
  background-color: rgba(0, 0, 0, .5);
}

.header_box.nosource .opacity_element.overlayer,
.header_box.loaded .opacity_element.overlayer {
  background-position: top left;
  background-repeat: repeat;
  background-image: url(../../img/overlayer.jpg);
  opacity: 0.65;
}

.header_box.loaded .opacity_element.white {
  background-color: rgba(255, 255, 255, .8);
}

.header_box .over_box {
  position: absolute;
  z-index: 50;
  left: 10%;
  bottom: 80px;
  height: calc(100% - 180px);
  width: 80%;
  color: #fff;
  display: none;
}

.header_box .over_box.auto {
  height: auto;
}

.header_box .over_box .vertical_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.header_box .over_box h1 {
  float: left;
  width: 100%;
  line-height: 34px;
  font-size: 30px;
  text-align: center;
  margin-top: 0px;
  font-weight: 400;
  font-family: "Rumble Brave outline",cursive;
}

.header_box .over_box h1.green {
  color: #ceff00;
}

.header_box .over_box h2 {
  float: left;
  width: 100%;
  line-height: 27px;
  font-weight: 500;
  font-size: 21px;
  color: var(--gold);
  margin: 0px;
  margin-top: 15px;
}

.header_box .over_box.center h1,
.header_box .over_box.center h2 {
  text-align: center;
}

.header_box .over_box p.didascalia {
  float: left;
  color: #FFF;
  width: 100%;
  margin-top: 55px;
}

.header_box .over_box p.didascalia.mt {
  margin-top: 0px;
}

.header_box .over_box p.didascalia b {
  font-weight: 700;
}

.header_box .over_box .logo {
  float: left;
  width: 100%;
  background-image: url(../../img/logo-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 150px;
  margin-bottom: 30px;
}

.header_box .over_box span {
  float: left;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.header_box .over_box.full {
  left: 10%;
  display: none;
  width: 80%;
  float: left;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

.header_box .over_box.full h1,
.header_box .over_box.full h2.center {
  text-align: center !important;
}

.header_box .over_box.working {
  left: 25%;
  display: none;
  width: 50%;
  height: auto;
  float: left;
  transform: translateY(-70%);
  position: absolute;
  top: 50%;
}

.header_box .over_box.working h2.center {
  text-align: center !important;
}

.header_box.page .over_box,
.header_box.small .over_box {
  top: unset;
  bottom: 25px;
  left: 5%;
  width: 90%;
  padding: 0px;
  height: auto;
}

.header_box.page .over_box h1,
.header_box.small h1 {
  font-size: 72px;
  line-height: 78px;
  text-align: left;
}

.header_box.multiple {
  background-color: var(--grey)
}

.header_box.page p.btn.assoluto { position: absolute; right: 0px; bottom: 0px; width: auto; }
.header_box.page p.btn.assoluto a { padding: 12px 10px 12px 24px; background-color: var(--gold); color: #FFF; }
.header_box.page p.btn.assoluto font { float: left; margin-right: 0px; color: #FFF; }
.header_box.page p.btn.assoluto font.arrow { float: left; width: 46px; margin: 0px; height: 16px; }
.header_box.page p.btn.assoluto font.arrow svg { height: 16px; transform: rotate(90deg); }
.header_box.page p.btn.assoluto font.arrow svg path { stroke: #FFF; }

.header_box.multiple .multiple-skew {
  float: left;
  width: calc(100% + 5vh);
  overflow: hidden;
  margin-left: -5vh;
  display: flex;
  height: 100%;
}

.header_box.multiple .multiple-skew-element {
  flex: 1;
  height: 100%;
  transform: skewX(-5deg);
  overflow: hidden;
  min-width: calc(33.333% + 2vh);
}

.header_box.multiple .multiple-skew-element .loading_content {
  transform: skewX(5deg);
}

.header_box.multiple .multiple-skew-element img {
  transform: skewX(5deg);
  margin-left: -5vh !important;
  /*width: calc(100% + 10vh) !important;*/
}

.header_box.multiple .multiple-skew-element .over_box {
  bottom: 0px;
  height: 100%;
  left: 0px;
  width: 100%;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 35%);
  opacity: 0;
}

.header_box.multiple .multiple-skew-element .over_box .text_box {
  float: left;
  width: calc(100% - 30px);
  margin: 0px 15px;
  transform: skewX(5deg);
  margin-bottom: 30px;
  position: relative;
}

.header_box.multiple .multiple-skew-element .over_box h3 {
  float: left;
  width: calc(100% - 30px);
  margin: 0px 15px;
  color: #FFF;
  text-align: center;
  font-family: "Allura",cursive;
  font-size: 50px;
  line-height: 54px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.header_box.multiple .multiple-skew-element:nth-child(1) .over_box .text_box {
  margin-left: 45px;
  margin-right: 5px;
  width: calc(100% - 50px);
}

.header_box.multiple .multiple-skew-element:nth-child(2) .over_box .text_box {
  margin-left: 5px;
  margin-right: 0px;
  width: calc(100% - 5px);
}

.header_box.multiple .multiple-skew-element:nth-child(3) .over_box .text_box {
  margin-right: 20px;
  margin-left: 0px;
  width: calc(100% - 20px);
}


.header_box.multiple .multiple-skew-element .over_box p.btn {
  margin-top: 0px;
}

.header_box.multiple .multiple-skew-element .over_box p.btn a {
  margin-right: 0px;
  border-color: #FFF !important;
  color: #FFF !important;
  margin-right: 0px !important;
  margin-top: 15px;
  opacity: 0;
}

.header_box.multiple .multiple-skew-element .over_box p.btn a:hover {
  background-color: #FFF !important;
  color: var(--grey) !important;
}

.header_box.multiple .multiple-skew-element:hover img {
  transform: skewX(5deg) scale(1.2);
}

.header_box.multiple .multiple-skew-element:hover h3 {
  bottom: 60px;
}

.header_box.multiple .multiple-skew-element:hover p.btn a {
  opacity: 1;
}


.header_box.isslider .sliders_box {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  position: relative;
}

.header_box.isslider .slider_box_element {
  float: left;
  width: 100%;
  height: 100%;
}

.header_box.isslider .slider_box_element.hide {
  display: none;
}

.header_box.isslider .slider_box_element .image_content {
  height: 100%;
  overflow: hidden;
}

.header_box.isslider .slider_box_element .image_content.hide {
  display: none;
}

.header_box.isslider .balls {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-right: auto;
}

.header_box.isslider .balls .ball {
  box-sizing: border-box;
  transition: all .3s;
  margin-right: 10px;
  -webkit-transition: all .3s;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.15rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, .5);
}

.header_box.isslider .balls .ball:last-child {
  margin-right: 0px;
}

.header_box.isslider .balls .ball:hover,
.header_box.isslider .balls .ball.active {
  background-color: var(--gold);
}

.header_box .ombra_top {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../../img/ombra-top.png);
  background-repeat: repeat-x;
  height: 180px;
  width: 100%;
  background-position: top left;
  z-index: 30;
}

.header_box .ombra_bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 70%);
  height: 180px;
  width: 100%;
  z-index: 30;
}

.header_box.isslider .assoluto {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 32;
  bottom: 16px;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.header_box.isslider .scroll_down {
  display: none;
}

.header_box.isslider .scroll_down_mouse {
  position: relative;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  background-image: url(../../img/icone/mouse_base.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 32px;
  height: 48px;
}

.header_box.isslider .scroll_down_mouse .track {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  height: 10px;
  background-image: url(../../img/icone/mouse_track.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.header_box.isslider .scroll_down_mouse .track.moved {
  animation: trackmove 1s infinite;
}

@keyframes trackmove {

  0%,
  100% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(-2px);
  }

  66% {
    transform: translateY(6px);
  }
}

.header_box.isslider .languages {
  float: left;
  width: auto;
  margin-left: 10px;
    min-width: 36px;
}

.header_box.isslider .languages span {
  float: left;
  width: auto;
  color: #FFF;
  margin-right: 10px;
}

.header_box.isslider .languages a {
  float: left;
  width: auto;
  color: #FFF;
  font-size: 16px;
  line-height: 28px;
}

.header_box.isslider .languages a:hover {
  color: var(--gold);
}

.header_box.isslider .slider_menu {
  position: absolute;
  bottom: 30px;
  left: 50px;
  width: calc(100% - 100px);
  display: flex;
  justify-content: center;
}

.header_box.isslider .slider_menu a,
.header_box.isslider .slider_menu span {
  text-transform: uppercase;
  font-size: 24px;
  float: left;
  color: #fff;
  font-weight: 400;
}

.header_box.isslider .slider_menu span {
  margin: 0px 30px;
}

/* LIGHTBOX */
a.close_lightbox {
  display: none;
  z-index: 6020;
  position: fixed;
  top: 25px;
  right: 25px;
  width: 22px;
  height: 22px;
}

#gallery-lightbox-cnt {
  position: fixed;
  display: none;
  float: left;
  width: 476px;
  z-index: 6010;
  height: 308px;
  top: 50%;
  left: 50%;
  padding: 0px;
}

.gallery-lightbox-cnt-multimedia {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.loading-multimedia {
  float: left;
  width: 100%;
  height: 100%;
  background-image: url(../../img/loading.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

#gallery_lightbox_zoom {
  float: left;
}

.gallery-lightbox-cnt-multimedia a.arrow {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -22px;
  z-index: 7000;
  width: 45px;
  height: 45px;
}

.gallery-lightbox-cnt-multimedia a.arrow.prev {
  left: -60px;
}

.gallery-lightbox-cnt-multimedia a.arrow.prev svg {
  transform: rotate(-180deg);
}

.gallery-lightbox-cnt-multimedia a.arrow.next {
  right: -50px;
}

.gallery-lightbox-cnt-multimedia .gallery-lightbox-cnt-didascalia {
  float: left;
  width: 100%;
  height: auto;
  position: absolute;
  padding: 10px 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}

.gallery-lightbox-cnt-multimedia .gallery-lightbox-cnt-didascalia p {
  float: left;
  width: calc(100% - 30px);
  padding: 0px 15px;
  margin: 0px;
  text-indent: 0px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
}

/* FINE LIGHTBOX */

/* FOOTER */
.footer {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  background-color: var(--grey);
  padding-top: 50px;
  padding-bottom: 10px;
  margin-top: 0px;
}

.footer .row {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer .row .logo_footer {
  float: left;
  width: 300px;
  height: 175px;
  background-image: url(../../img/logo-footer.png);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.footer .row .info {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0px;
}

.footer .row .info .col {
  flex: 1;
  margin-left: 40px;
}

.footer .row .info .col p {
  float: left;
  width: 100%;
  margin: 0px;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
}

.footer .row .info .col p.title {
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
  margin-top: 16px;
}

.footer .row .info .col p.title.citta {
  font-family: "Allura",cursive;
  font-style: italic;
  font-size: 48px;
  line-height: 48px;
  padding-bottom: 0px;
  margin-top: 0px;
}

.footer .row .info .col p.gold {
  color: var(--gold);
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 2px;
}

.footer .row .info .col p.email {
  margin-top: 10px;
}

.footer .row .info .col p.link {
  margin-bottom: 5px;
}

.footer .row .info .col p.link.last {
  margin-bottom: 0px;
}

.footer .row .info .col p font {
  color: var(--gold);
}

.footer .row.copy {
  display: inline-block;
  border-top: 1px solid var(--gold);
  padding-top: 10px;
  margin-top: 35px;
}

.footer .row.copy p {
  float: left;
  margin-top: 0px;
  width: auto;
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
}

.footer .row.copy p font {
  color: #A2A2A2;
}

.footer .row.copy p:last-child {
  float: right;
}
/* FINE FOOTER */

/* HEADER */
.header {
  color: white;
  float: left;
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  padding: 20px 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
}

.header .center_container {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.header_left {
  flex: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 270px;
}

.header_left .btn_shop {
  float: left;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: var(--gold);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.header_left .btn_shop:hover { color: #FFF !important; }

.header_left .btn_shop span {
  float: left;
  line-height: 20px;
  font-size: 16px;
  margin-left: 0px;
  margin-right: 0px;
}

.header_left .btn_shop img.shop {
  height: 30px;
  filter: invert(1);
  margin-right: 3px;
}

.header_left .btn_shop img.arrow-down {
  margin-left: 6px;
  height: 16px;
  width: auto;
  filter: invert(1);
}

.header_left .btn_cart {
  float: left;
  position: relative;
  margin-left: 7px;
}

.header_left .cart {
  float: left;
  width: 34px;
  position: relative;
  height: 46px;
  padding: 0px 10px;
}

.header_left .cart img {
  float: left;
  margin-top: 8px;
  width: 30px;
  filter: invert(1);
}

.header_left .cart .badge {
  position: absolute;
  bottom: 4px;
  right: 7px;
  color: #FFF;
  background-color: var(--gold);
  font-size: 11px;
  padding: 0px 3px;
  border-radius: 10px;
  min-width: 9px;
  line-height: 16px;
  text-align: center;
}

.notmobile .header_left .cart:hover,
.header_left .cart.active {
  background-color: var(--gold);
}

.header_left .cart:hover .badge,
.header_left .cart.active .badge {
  background-color: #000;
}

.header_left .sep {
  float: left;
  width: 1px;
  min-width: 1px;
  height: 20px;
  margin-left: 10px;
  background-color: #FFF;
  margin-right: 10px;
}

.header_left .search_box {
  float: left;
  position: relative;;
}

.header_left .search_box .search_icon {
  float: left;
  width: 46px;
  position: relative;
  height: 46px;
}

.header_left .search_box .search_icon img {
  float: left;
  margin-top: 11px;
  width: 24px;
  margin-left: 11px;
  filter: invert(1);
}

.notmobile .header_left .search_box:hover .search_icon,
.header_left .search_box .search_icon.active {
  background-color: var(--gold);
}

.header_left .search_box .search_panel {
  position: absolute;
  top: 46px;
  left: 0px;
  width: 300px;
  background-color: var(--gold);
  padding: 5px;
  margin: 0px;
  opacity: 0;
}

.notmobile .header_left .search_box:hover .search_panel,
.header_left .search_box:hover .search_panel.opened {
  opacity: 1;
}

.header_left .search_box .search_panel .input { width: calc(100% - 45px); border-right: 0px !important; }
.header_left .search_box .search_panel a { float: right; width: 44px; height: 44px; background-color: #000; }
.header_left .search_box .search_panel a font { float: left; width: 100%; height: 100%; filter: invert(1);
background-image: url(../../img/icone/svg/021-search.svg); background-repeat: no-repeat; background-position: center; background-size: auto 24px; }

.header .logo {
  flex: 1;
  background-image: url(../../img/logo-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
}

.header .header_right {
  flex: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-width: 270px;
}

.header .header_right a.hamburgher {
  float: right;
  width: auto;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #FFF !important;
}

.header .header_right a.hamburgher img {
  float: left;
  margin-top: 10px;
  width: 26px;
  margin-right: 7px;
  filter: invert(1);
}

.header .header_right a.hamburgher:hover { color: var(--grey) !important; }
.header .header_right a.hamburgher:hover img {
  filter: invert(0);
}

.header .header_right .language {
  float: right;
  margin-left: 15px;
  height: 46px;
  margin-top: 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .header_right .language .sep {
  float: left;
  width: 1px;
  height: 20px;
  background-color: #FFF;
  margin-right: 15px;
}

.header .header_right .language a {
  float: left;
  color: #FFF;
  line-height: 46px;
  font-size: 16px;
}

.header .header_right .language a:hover {
  color: var(--grey);
}

.header .menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  transition: all .3s;
  -webkit-transition: all .3s;
  margin-top: 0px;
  cursor: pointer;
  height: 50px;
}

.header .menu .element {
  float: left;
  width: auto;
  position: relative;
}

.header .menu .element a {
  float: left;
  width: auto;
  color: #FFF;
  line-height: 100px;
  font-family:"Rumble Brave outline";
  font-weight: 500;
  font-size: 18px;
  margin-right: 35px;
  text-transform: uppercase;
  text-decoration: none;
}

.header .menu .element a:hover,
.header .menu .element a.active {
  color: var(--gold) !important;
}

.header .menu .element a.hassubmenu:hover,
.header .menu .element a.hassubmenu.active {
  background-image: url(../../img/icone/arrow-down-hover.png) !important;
}

.header .menu .element:last-child a {
  margin-right: 0px;
}

.header .menu .element .submenu_element {
  position: absolute;
  display: none;
  top: 70px;
  left: 0px;
  width: 250px;
  border-top: 5px solid #345073;
  background-color: var(--background);
}

.header .menu .element:hover .submenu_element {
  display: block;
}

.header .menu .element .submenu_element p {
  float: left;
  width: 100%;
  border-bottom: 1px solid #E8E7E7;
}

.header .menu .element .submenu_element p a {
  float: left;
  width: calc(100% - 50px);
  padding: 12px 15px;
  padding-left: 35px;
  color: var(--grey);
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  margin-right: 0px;
}

.header .menu .element .submenu_element p a::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  background-color: var(--background);
  left: 10px;
}

.header .menu .element .submenu_element p a:hover,
.header .menu .element .submenu_element p a.active {
  background-color: #FFF;
  color: #345073 !important;
}

.header .menu .element .submenu_element p a:hover::before,
.header .menu .element .submenu_element p a.active::before {
  background-color: var(--gold);
}

.header.move {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 0px 0px;
}

.header.move .logo {
  background-image: url(../../img/logo-white-small.png);
  height: 85px;
  margin: 10px 0px;
}

.header.move .menu .element a {
  line-height: 80px;
}

.header.move .menu .element a.hassubmenu {
  background-image: url(../../img/icone/arrow-down.png);
}

.header.move .menu .element .submenu_element {
  top: 80px;
}

.header.move .menu,
.header.move .language {
  margin-top: 0px;
  height: 80px;
}
/* FINE HEADER */

.fullheight {
  height: 100%;
}

.total_container.working .site_content {
  margin-top: 0px;
  height: 100%;
}

.total_container.working .header_box {
  height: 100%;
}

.total_container.working .header_box .over_box h1 {
  font-size: 42px;
  line-height: 46px;
}

.total_container.working .header_box .over_box h2 {
  font-size: 18px;
  line-height: 26px;
}

.header_box.feedback .image_content,
.total_container.working .header_box .image_content {
  width: 100%;
}

.total_container.working .social {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-left: 0px;
}

.total_container.working .social a:first-child {
  margin-left: 0px;
}

/* FORM */
.form {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
}

.form p {
  float: left;
  width: 100%;
}

.form .row {
  float: left;
  width: 100%;
}

.form .row.mt25 {
  margin-top: 25px;
}

.form .row.mt50 {
  margin-top: 30px;
}

.form .row.half {
  width: calc(50% - 15px);
  margin-right: 30px;
}

.form .row.third {
  width: calc(33.33333333% - 20px);
  margin-right: 30px;
}

.form .row.hidden {
  display: none;
}

.form .row.three {
  width: calc(33.333333333% - 20px);
  margin-right: 30px;
}

.form .row.indirizzo {
  width: calc(80% - 15px);
  margin-right: 30px;
}

.form .row.civico {
  width: calc(20% - 15px);
  margin-right: 0px;
}

.form .row.civico input {
  text-align: center;
}

.form .row.citta {
  width: calc(70% - 15px);
  margin-right: 30px;
}

.form .row.cap {
  width: calc(30% - 15px);
  margin-right: 0px;
}

.form .row.cap input {
  text-align: center;
}

.form .row.last {
  margin-right: 0px;
}

.form .row.privacy {
  margin-top: 25px;
}

.form .row .input_label {
  float: left;
  width: 100%;
  height: auto;
}

.form .row .input_label.all {
  width: 100%;
}

.form .row label.field_label {
  float: left;
  margin-left: 0px;
  width: 100%;
  padding: 0px 0px;
  text-transform: none;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
  color: var(--grey);
  line-height: auto;
  padding-bottom: 5px;
}

.form .row label.field_label font {
  float: left;
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  text-transform: none;
  color: var(--grey);
  clear: both;
}

.form .row label.field_label.all {
  width: calc(100% - 30px);
}

.form .row .input,
.form .row .select {
  float: left;
  width: calc(100% - 2px);
  border: 1px solid #EDEDED;
  height: 42px;
  margin-top: 0px;
  position: relative;
  background-color: #FFF;
  border-radius: 0px;
}

.form .row.box_regalo .input {
  border: 1px solid var(--gold);
  height: auto;
  padding: 15px 15px;
  width: calc(100% - 32px);
}

.form .row .input input,
.form .row .input textarea {
  float: left;
  width: calc(100% - 20px);
  padding: 7px 10px;
  border: 0px;
  background: none;
  color: var(--grey);
  font-size: 16px;
  line-height: 28px;
  height: 28px;
  resize: none;
}

.form .row .input input::-webkit-input-placeholder,
.form .row .input input:-ms-input-placeholder,
.form .row .input input::placeholder {
  font-weight: 400;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  font-style: normal;
  color: var(--grey);
  text-transform: none !important;
}

.form .row .input input[type=email] {
  text-transform: lowercase;
}

.form .row .input.textarea {
  border: 1px solid #DCDCDC;
  width: calc(100% - 2px);
  margin-top: 0px;
  height: auto;
}

.form .row .input.textarea textarea {
  height: 144px;
  width: calc(100% - 30px);
  padding: 15px 15px;
  line-height: 24px;
}

.form .row .input.textarea textarea::-webkit-input-placeholder,
.form .row .input.textarea textarea:-ms-input-placeholder,
.form .row .input.textarea textarea::placeholder {
  font-weight: 400;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  font-style: italic;
  color: var(--grey);
  text-transform: none !important;
}

.form .row .checkbox {
  float: left;
  margin-left: 0px;
  width: 16px;
  height: 17px;
  border: 1px solid #DCDCDC;
  position: relative;
  margin-top: 2px;
  background-color: #FFF;
}

.form .row .checkbox.shadow {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.form .row .checkbox input {
  -moz-opacity: 0;
  opacity: 0;
  margin: 0px;
  filter: alpha(opacity=0);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
  width: 18px;
  height: 18px;
  float: left;
  cursor: pointer;
}

.form .row .checkbox span {
  float: left;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-top: 3px;
  background-color: var(--gold);
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), opacity .2s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

.form .row .checkbox span.checked {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.form .row label {
  float: left;
  cursor: pointer;
  width: calc(100% - 26px);
  margin-left: 8px;
  color: var(--grey);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
}

.form .row label a {
  color: var(--gold);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}

.form .row .input.radio {
  border: 0px;
  height: auto;
  margin-bottom: 10px;
}

.form .row .input.radio label {
  width: auto;
}

.form .row .input.radio .checkbox,
.form .row .input.radio .checkbox span.checked {
  border-radius: 20px;
}

.form .row .input.radio .checkbox:nth-child(3) {
  margin-left: 20px;
}

.form p.btn, .carre div.btn {
  margin-top: 10px;
}

.form p.btn a, .form div.btn a {
  float: right !important;
  padding: 0px !important;
  display: inline-block !important;
  width: 200px;
  height: 46px;
  text-decoration: none;
  line-height: 46px !important;
  text-align: center !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #fff !important;
  background-color: var(--gold) !important;
}

.form p.btn a:hover, .form div.btn a:hover {
  background-color: var(--grey) !important;
  border-color: var(--grey) !important;
  color: #fff !important;
}

.form font.error {
  float: left;
  width: 100%;
  color: #991122;
  display: none;
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.form p.btn a.loading {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../img/loading_white.svg);
  background-size: auto 24px;
}

/* FINE FORM */

/* CUSTOM SELECT */
.select {
  border: 0px;
}

.select .custom-select {
  float: left;
  width: 100%;
}

.select select {
  float: left;
  width: 100%;
  padding: 0px 0px;
  text-indent: 5px;
  border: 0px;
  background: none;
  color: var(--grey);
  font-size: 16px;
  line-height: 18px;
  height: 100%;
  resize: none;
}

.select span {
  width: calc(100% - 220px);
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  color: #383838;
  font-size: 16px;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: white;
  outline: 0px;
  outline: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: var(--gold) transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent var(--gold) transparent;
  top: 12px;
}

.select-items div,
.select-selected {
  width: calc(100% - 20px);
  color: var(--grey);
  font-size: 20px;
  padding: 7px 10px;
  cursor: pointer;
  line-height: 28px;
  font-size: 16px;
  background-color: transparent;
}

.select-items div {
  border-bottom: 1px solid #EDEDED;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 22px;
}

.select-items div:last-child {
  border-bottom: 1px solid #EDEDED;
}

.select-items {
  position: absolute;
  background-color: white;
  top: 42px;
  left: -1px;
  width: calc(100% + 2px);
  right: 0;
  z-index: 99;
  max-height: 247px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #EDEDED;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* FINE CUSTOM SELECT */

/* BLOCCHI */
.blocks_page {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 30px;
}

.blocks_page.nomb {
  margin-bottom: 0px;
}

.blocks_page.nomt {
  margin-top: 0px;
}

.simple-page {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}

.block_content {
  float: left;
  width: 100%;
  padding: 0px;
  padding-top: 40px;
  background-color: var(--background);
}

.block_content .logo {
  float: left;
  width: 100%;
  background-image: url(../../img/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 125px;
  margin-bottom: 15px;
}

.block_content.mt {
  margin-top: 60px;
}

.block_content.np {
  padding: 0px !important;
}

.block_content.grey_bkg {
  background-color: var(--background);
  margin-top: 40px;
  padding-bottom: 50px !important;
  padding-top: 70px !important;
}

body:not(.ishome) .blocks_page .block_content {
  padding-bottom: 0px;
}

body:not(.ishome) .blocks_page {
  margin-top: 0px !important;
}

body:not(.ishome) .blocks_page .block_content.with_bkg,
.block_content.with_bkg {
  padding: 50px 0px !important;
  margin-top: 50px !important;
}

body:not(.ishome) .blocks_page .block_content.with_bkg.nopt,
.block_content.with_bkg.nopt {
  margin-top: 0px !important;
}

.block_content.bgpt {
  padding-top: 60px;
}

.block_content.nopb {
  padding-bottom: 0px;
}

.block_content.nopt {
  padding-top: 0px !important;
}

.block_content.smpb {
  padding-bottom: 20px;
}

.block_content .black_bkg {
  float: left;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0px 0px;
  position: relative;
}

.block_content .black_bkg.banner_promo {
  background-color: #121212;
  padding: 30px;
  width: calc(100% - 60px);
  margin-top: 25px;
}

.block_content .black_bkg.banner_promo .title_block h2 {
  background-color: #121212;
  color: #FFF;
}

.dettaglio_prodotto .black_bkg.banner_promo .row { align-items: center; }
.block_content .black_bkg.banner_promo h2.block,
.block_content .black_bkg.banner_promo .column .testo,
.block_content .black_bkg.banner_promo .column .testo p { color: #FFF; }

.block_content .black_bkg.banner_promo p.btn { margin-top: 30px; }

.dettaglio_prodotto .block_content .black_bkg.banner_promo .column.image .image_content {
  border: 0px; padding: 0px;
}

.block_content .black_bkg.cols {
  flex-direction: column;
}

.block_content .black_bkg .left {
  float: left;
  width: 30%;
}

.block_content .black_bkg .right {
  float: left;
  width: calc(70% - 40px);
  margin-left: 40px;
}

#form_spedizione {
  float: left;
  width: 100%;
  display: none;
}

#form_spedizione.show {
  display: block;
}

.block_content .black_bkg.column {
  flex-direction: column;
}

.block_content .black_bkg.mt {
  margin-top: 40px;
}

.block_content .black_bkg.mtbig {
  margin-top: 80px;
  margin-bottom: 40px;
}

.block_content .black_bkg.padding {
  padding-top: 45px;
  padding-bottom: 45px;
}

.block_content .black_bkg.white {
  background-color: #FFF;
  height: 300px;
}

.block_content .black_bkg div.title_assoluto {
  position: absolute;
  left: -7%;
  top: -70px;
  color: #F1EBDF;
  font-size: 120px;
}

.block_content .black_bkg .column {
  flex: 1;
  max-width: calc(50% - 100px);
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0px 50px;
}

.block_content.check_text_height .black_bkg .column.ptb {
  padding: 40px 50px;
}

.block_content .black_bkg .column.nopadding {
  padding: 0px;
  max-width: 48%;
  margin-right: 4%;
}

.block_content .black_bkg .column.nopadding:last-child {
  margin-right: 0px;
}

.block_content .black_bkg .column.image {
  max-width: 50%;
  padding: 0px;
}

.block_content .black_bkg .column.mx {
  margin-left: 25px;
  margin-right: 25px;
}

.block_content .black_bkg .column.my {
  margin-top: 25px;
  margin-bottom: 25px;
}

.block_content .black_bkg .column.paddingLeft {
  padding-left: 10%;
  width: 90%;
}

.block_content .black_bkg .column.all,
.blocks_page .block_content.all .black_bkg .column {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
}

.block_content .black_bkg .column.mt {
  margin-top: 0px;
}

.block_content.brown .loading_content,
.block_content .black_bkg.brown .loading_content,
.block_content .black_bkg .column.brown .loading_content {
  background-image: url(../../img/loading_b.svg);
}

.block_content .black_bkg.news .column {
  width: 100%;
  margin-right: 0px;
}

.block_content .black_bkg .column:last-child {
  float: right;
  margin-right: 0px;
}

.block_content .black_bkg .column .head {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_content .black_bkg .column .head p {
  flex: 1;
  color: #000;
  font-size: 42px;
  line-height: 48px;
  font-weight: 900;
  font-family:"Rumble Brave outline";
}

.block_content .black_bkg .column .head p span {
  color: var(--gold);
}

.block_content .black_bkg .column .head p.small {
  color: #ad1a2b;
  font-style: italic;
  font-size: 50px;
  line-height: 54px;
}

.block_content .black_bkg .column .head.white p {
  color: #fff;
}

.block_content .black_bkg .column .head.white .line {
  background-color: #fff;
}

.block_content .black_bkg .column .head.black p {
  color: #1d1d1d;
}

.block_content .black_bkg .column .head.black .line {
  background-color: #1d1d1d;
}

.block_content .black_bkg .column .block_text {
  float: left;
  width: 100%;
}

.block_content .black_bkg .column .block_text.mt {
  margin-top: 30px;
}

.block_content .black_bkg .column h1 {
  float: left;
  width: 100%;
  font-size: 32px;
  line-height: 38px;
  color: var(--grey);
  margin-top: 10px;
}

.block_content.simple .black_bkg .column h1 {
  margin-bottom: 15px;
}

.block_content .title_block_center {
  float: left;
  width: 100%;
}

.block_content .title_block {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.block_content.center_title {
  display: flex;
  justify-content: center;
}

.block_content.center_title .title_block_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_content.center_title .title_block {
  width: auto;
  padding: 0px 130px;
}

.block_content .title_block .line {
  width: 100px;
  max-width: 100px;
  height: 1px;
  max-height: 1px;
  background-color: var(--gold);
}

.block_content .title_block h2 {
  float: left;
  width: auto;
  font-size: 60px;
  line-height: 63px;
  font-family: "Rumble Brave outline",cursive;
  position: relative;
  z-index: 5;
  color: var(--grey);
  font-weight: 400;
  background-color: var(--background);
  padding: 0px 10px;
  text-align: center;
}

.block_content.center_title .black_bkg .column .block_text h2 {
  text-align: center !important;
}

.block_content h2.block {
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Allura",cursive;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  color: var(--grey);
  margin-top: 10px;
}

.block_content p {
  float: left;
  width: 100%;
  color: var(--grey);
}

.block_content p.link {
  text-align: center;
  margin-top: 25px;
}

.block_content p.link.mt {
  margin-top: 35px;
}

.block_content p.link a {
  color: var(--gold);
  font-size: 16px;
}

.block_content p span {
  color: var(--gold) !important;
}

.block_content h2 p {
  color: #000;
}

.block_content p.date {
  margin-bottom: 0px;margin-top: 0px;
}

.block_content h3 {
  float: left;
  width: 100%;
  font-size: 1.42rem;
  /* line-height: 24px; */
  margin-top: 10px;
}

.block_content h3 span,
.block_content h2 span {
  color: var(--gold);
}


.block_content.simple {
  padding-top: 30px;
}

.block_content.simple .black_bkg .column h2 {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 30px;
  font-size: 28px;
  line-height: 32px;
  text-align: left !important;
}

.block_content.simple .black_bkg .column h3 {
  margin-top: 25px;
  text-align: left !important;
  font-size: 22px;
  line-height: 28px;
}

.block_content .black_bkg.aree_intervento .column .head p {
  font-size: 38px;
  line-height: 42px;
}

.block_content .black_bkg.aree_intervento .column h2 {
  margin-bottom: 3px;
  margin-top: 0px;
}

.block_content .black_bkg.aree_intervento .column div.testo {
  margin-top: 0px;
}

.block_content .black_bkg .column .testo_citazione_box {
  float: left;
  width: 100%;
  position: relative;
}

.block_content .black_bkg .column .over_box_bkg .head {
  display: inline-block;
}

.block_content .black_bkg .column .over_box_bkg .head p {
  text-align: right !important;
}

.block_content .black_bkg .column .testo_citazione_box .apice {
  position: absolute;
  float: left;
  width: 50px;
  font-size: 90px;
  color: #ad1a2b;
  line-height: 30px;
}

.block_content .black_bkg .column .testo_citazione_box .apice.left {
  left: 0px;
  top: -10px;
}

.block_content .black_bkg .column .testo_citazione_box .apice.right {
  text-align: right;
  margin-top: 10px;
  right: 0px;
  bottom: -30px;
}

.block_content .black_bkg .column .testo,
.block_content .black_bkg .column .testo p {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--grey);
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
}

.block_content .black_bkg .column .testo_columns {
  float: left;
  width: calc(100% + 30px);
  display: flex;
  flex-direction: row;
}

.block_content .black_bkg .column .testo_columns .testo {
  flex: 1;
  margin-right: 30px;
}

.block_content .black_bkg .column .testo p:first-child {
  margin-top: 0px !important;
}

.block_content .black_bkg .column .testo p {
  margin-top: 5px;
}

.block_content .black_bkg .column .testo font {
  color: var(--gold) !important;
}

.block_content .black_bkg .column .testo.identita p {
  border-bottom: 1px solid var(--gold);
  padding-bottom: 15px;
}

.block_content .black_bkg .column .testo.citazione {
  text-align: center;
  width: calc(100% - 100px) !important;
  font-style: italic;
  margin-left: 50px !important;
  margin-right: 50px !important;
  margin-top: -25px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
}

.block_content .black_bkg .column .firma {
  float: left;
  width: 100%;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/firma-dionisio.png);
  background-size: auto 100%;
  margin-top: 25px;
}

.block_content .black_bkg .column .testo .col {
  float: left;
  margin-right: 20px;
  width: calc(50% - 10px);
}

.block_content .black_bkg .column .testo .col:last-child {
  margin-right: 0px;
}

.block_content .black_bkg .column .testo.mt {
  margin-top: 25px;
}


.block_content .black_bkg .column .testo.nomt {
  margin-top: 0px;
}

.block_content .black_bkg .column .testo ul {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.block_content .black_bkg .column .testo ul li {
  float: left;
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-top: 5px;
}

.block_content .black_bkg .column .testo strong,
.block_content .black_bkg .column .testo b {
  font-weight: 700;
}

.block_content .black_bkg .column .testo a {
  color: var(--gold) !important;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
}

.block_content .black_bkg .column .testo a:hover {
  text-decoration: underline;
}

p.btn {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

p.btn.flex-start {
  justify-content: flex-start;
}

p.btn.flex-end {
  justify-content: flex-end;
}

p.btn.left a {
  float: left;
}

p.btn a {
  float: right;
  font-size: 16px;
  margin-right: 15px;
  padding: 12px 24px;
  transition: all .3s;
  -webkit-transition: all .3s;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  color: var(--gold) !important;
  border: 1px solid var(--gold) !important;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: center;
  min-width: 120px;
  font-weight: 500;
}

p.btn a.ml {
  margin-left: 16px;
}

p.btn a:hover {
  background-color: var(--gold) !important;
  color: var(--grey) !important;
}

.block_content .black_bkg .column p.btn a.nomr,
p.btn a.nomr {
  margin-right: 0px;
}

/* Acquista */

.block_content.acquista_bkg {
  background-image: url(../../img/white-marble-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 80px 0px;
  margin: 140px 0 80px 0;
}

.block_content.acquista .row {
  align-items: stretch;
  display: flex;
  width: 100%;
}

.block_content.acquista .row .column {
  position: relative;
  width: 50%;
}

.block_content.acquista .row .column:first-child {}


.block_content.acquista .row .column.ishome img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  display: block;
  height: calc(150% + 120px);
}

.block_content.acquista .row .column:nth-child(2) {
  text-align: right;
}

.block_content.acquista .row input[type=number] {
  padding: 14px 12px;
  outline: 0;
  border: 1px solid var(--light-gray);
  border-radius: 8px;
  font-size: 18px;
  width: 100px;
}

.block_content.acquista .price {
  align-items: baseline;
  display: flex;
  width: 100%;
  margin: 1rem 0;
}

.block_content.acquista .price>div {
  width: 50%;
}

.block_content.acquista .price>div:nth-child(2) {
  font-weight: bold;
}

.block_content.acquista .price>div:nth-child(2) span {
  font-family:"Rumble Brave outline";
  font-size: 2.25rem;
}



/* Cocktails (Home) */
.block_content.cocktails_home {
  text-align: center;
}

.block_content.cocktails_home .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.block_content.cocktails_home .row .cocktail_home {
  color: inherit;
  text-decoration: none;
  width: 33.33%;
  margin: 1.5rem 0;
}

.block_content.cocktails_home .row .cocktail_home img {
  display: block;
  margin: auto;
  width: 80%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center center;
}

.block_content.cocktails_home .row .cocktail_home .cocktail_info {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.block_content.cocktails_home .row .cocktail_home h3 {
  line-height: initial;
}

.block_content.cocktails_home .row .cocktail_home:hover .cocktail_info {
  border-bottom-color: var(--gold);
}

/* Loghi Home */
.block_content.loghi_home {
  border-top: 2px solid #EDEDED;
  background-color: #F6F6F6;
}

.block_content.loghi_home .black_bkg {
  float: none;
  margin-top: 3rem;
}

.block_content.loghi_home .black_bkg .column:first-child {
  width: 60%;
}

.block_content.loghi_home .black_bkg .column:nth-child(2) {
  width: 40%;
}

.block_content.loghi_home .black_bkg .column:nth-child(2) img {
  display: block;
  margin: auto;
}

.block_content.grey .black_bkg {
  align-items: center;
}

.block_content.grey .black_bkg .column.testual {
  flex: 1;
  width: auto;
}

.block_content.grey .black_bkg .column.image {
  width: 35%;
}

.block_content.grey .black_bkg .column .image_content {
  height: auto;
}

.block_content .black_bkg .column .image_content {
  float: left;
  width: 100%;
  height: calc(100% + 60px);
  position: absolute;
  top: 0px;
  left: 0px;
}

.block_content .black_bkg .column .image_content a.zoom {
  cursor: zoom-in;
}

.block_content .black_bkg .column .image_content.bottom {
  top: unset;
  bottom: 0px;
}

.block_content .black_bkg .column .image_content.static {
  position: static;
  height: 670px;
}

.block_content .black_bkg .column .image_content.static.mtb {
  margin-top: 0px;
  margin-bottom: 20px;
}

.block_content .black_bkg .column .image_content.static.full {
  margin-top: 35px;
  border-top: 1px solid #C4BFB9;
  border-bottom: 1px solid #C4BFB9;
}

.block_content .black_bkg .column.bkg_back_image {
  margin-right: 40px;
  width: calc(47% - 40px);
}

.block_content .black_bkg .column.bkg_back_image.left_image {
  margin-right: calc(6% + 40px);
}

.block_content .black_bkg .column.bkg_back_image .image_content {
  position: relative;
  z-index: 20;
}

.block_content .black_bkg .column.bkg_back_image .bkg_image_block {
  position: absolute;
  z-index: 10;
  top: 40px;
  right: -40px;
  width: 100%;
  height: calc(100% + 60px);
  background-color: #E3DFDF;
}

.blocks_page.intro {
  margin-top: 30px;
}

.block_content.intro {
  padding-top: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

.block_content.intro .center_container {
  width: calc(100% - 340px);
}

.block_content.intro .black_bkg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_content.intro .black_bkg .column .testo p {
  margin-top: 15px;
}

.block_content.intro .black_bkg .column .testo p:first-child {
  margin-top: 0px;
}

.block_content.intro .logo-gold {
  float: left;
  position: absolute;
  top: -20px;
  right: 0px;
  background-image: url(../../img/logo-gold.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 150px;
  height: 160px;
}

.blocks_page .block_content.all .black_bkg .column .head p,
.block_content .black_bkg .column.all .head p {
  text-align: center;
}

.blocks_page .block_content.all .black_bkg .column h2,
.block_content .black_bkg .column.all h2,
.block_content .black_bkg .column.all h3 {
  text-align: center;
}

.blocks_page .block_content.all .black_bkg .column .testo,
.block_content .black_bkg .column.all .testo {
  margin-left: 15%;
  width: 70%;
  text-align: center;
}

.block_content .black_bkg.detail .column.all .head p,
.block_content .black_bkg.detail .column.all h2,
.block_content .black_bkg.detail .column.all .testo {
  margin-left: 0px;
  width: 100%;
  text-align: left;
}

.blocks_page .block_content.textleft .black_bkg .column .head p,
.blocks_page .block_content.textleft .black_bkg .column h2 {
  text-align: left;
}

.blocks_page .block_content.textright .black_bkg .column .head p,
.blocks_page .block_content.textright .black_bkg .column h2 {
  text-align: left;
}

.blocks_page .block_content.nopb {
  padding-bottom: 0px;
}

.blocks_page .block_content.nopt {
  padding-top: 0px;
}

.block_content.simple .black_bkg .column .testo {
  text-align: left !important;
  margin-left: 0px;
  width: 100%;
}

.block_content .black_bkg.padding.cucina {
  padding-bottom: 250px;
}

.block_content .black_bkg.white .piatto {
  position: absolute;
  top: -80px;
  width: 20%;
  height: 360px;
  background-color: #FFF;
  border-radius: 1000px;
}

.block_content .black_bkg.white .piatto.uno {
  left: 5%;
}

.block_content .black_bkg.white .piatto.due {
  left: 30%;
  width: 40%;
  top: -200px;
}

.block_content .black_bkg.white .piatto.tre {
  right: 5%;
}

.block_content .black_bkg.white .piatto .piatto_source {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.block_gallery {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.block_gallery_gold {
  float: left;
  width: 100%;
  background-color: #E8DECB;
  padding: 40px 0px 10px 0px;
}

.block_gallery_gold .block_content { padding-top: 0px !important; }

.block_gallery_gold .block_content, .block_gallery_gold .block_content .title_block h2 {
  background-color: #E8DECB;
}

.block_gallery_gold .block_content.center_title {
  margin-top: 0px; margin-bottom: 10px;
}

.block_gallery .image {
  float: left;
  width: calc(33.33333333% - 30px);
  margin-right: 30px;
  height: 300px;
  margin-top: 30px;
  position: relative;
}

.elenco_news .block_content .black_bkg .column h2 {
  float: left;
  width: 100%; margin: 0px; text-align: left; margin-top:10px;
  margin-bottom: 0px; font-size: 46px; font-size: 50px; color: var(--gold); font-family:"Allura",cursive;
}

.elenco_news .block_content .black_bkg .column h2 a {
  font-size: 46px; line-height: 50px; color: var(--gold); font-family:"Allura",cursive;
}

.elenco_news .block_content .black_bkg .column div.testo,
.block_content .black_bkg.isnews_detail div.testo { margin-top: 15px; }

.block_content .black_bkg.isnews_detail .column h1 { font-size: 46px; line-height: 50px; color: var(--gold); font-family:"Allura",cursive; margin-top: 10px; }

.elenco_news.blocks_page .block_content .black_bkg.detail .column .image_content a,
.elenco_news.blocks_page .block_content .black_bkg .image a,
.blocks_page .column .block_gallery .image a {
  cursor: zoom-in;
}

.block_content .black_bkg .column .image_content.iszoom {
  position: relative !important;
}

.block_content .black_bkg .column .image_content a.over,
.block_gallery .image a.over {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all .3s;
  -webkit-transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.block_content .black_bkg .column .image_content:hover a.over,
.block_gallery .image:hover a.over {
  opacity: 1;
}

.block_content .black_bkg .column .image_content a.over i,
.block_gallery .image a.over i {
  font-size: 30px;
  color: #FFF;
}

.block_gallery .gallery-column {
  float: left;
  width: calc(33.33333333% - 30px);
  margin-right: 30px;
}

.block_gallery.no_load_image .image {
  height: auto;
  float: left;
  margin-right: 0px;
  width: 100%;
}

.block_gallery.no_load_image .image img {
  float: left;
  width: 100%;
  height: auto;
}

.blocks_content .column .block_gallery {
  margin: 0px;
  width: calc(100% + 15px);
  margin-top: 10px;
}

.blocks_content .column .block_gallery .image {
  width: calc(33.33333333% - 15px);
  margin-top: 15px;
  margin-right: 15px;
  height: 150px;
}

.block_gallery_slider {
  float: left;
  width: 100%;
  position: relative;
  height: 300px;
  overflow: hidden;
}

.block_gallery_slider_row {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

.block_gallery_slider_row.current {
  left: 0px;
}

.block_gallery_slider_row.next {
  left: 100%;
}

.block_gallery_slider_element {
  float: left;
  width: calc(33.33333333% - 20px);
  height: 100%;
  margin-right: 30px;
}

.block_gallery_slider.four { height: 450px; }
.block_gallery_slider.four .block_gallery_slider_element {
  width: calc(25% - 23px);
  background-color: #E5E5E5;
}

.block_gallery_slider_element:last-child {
  margin-right: 0px;
}

.block_gallery_slider_element .image {
  position: relative !important;
  height: 100%;
  width: 100%;
  margin: 0px;
}

.block_gallery_slider_element .image a.over {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all .3s;
  -webkit-transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.block_gallery_slider_element .image:hover a.over {
  opacity: 1;
}

.block_gallery_slider_element .image a.over font {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/icone/zoom.png);
}

.block_gallery_slider_pagination {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.block_gallery_slider_pagination .arrow {
  float: left;
  width: 28px;
  height: 28px;
  border: 1px solid var(--gold);
  border-radius: 15px;
}

.block_gallery_slider_pagination .arrow i {
  color: var(--gold);
  font-size: 16px;
  line-height: 28px;
}

.block_gallery_slider_pagination .arrow.left i {
  padding-left: 5px;
}

.block_gallery_slider_pagination .arrow.right i {
  padding-left: 6px;
}

.block_gallery_slider_pagination .arrow:hover {
  background-color: var(--gold);
}

.block_gallery_slider_pagination .arrow:hover i {
  color: #FFF;
}

.block_gallery_slider_pagination .balls {
  float: left;
  width: 100%;
  height: 30px;
  margin: 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.block_gallery_slider_pagination.with_arrow .balls {
  width: calc(100% - 60px);
}

.block_gallery_slider_pagination .balls .ball {
  float: left;
  width: 15px;
  height: 10px;
  border: 1px solid var(--gold);
  margin-right: 10px;
}

.notmobile .block_gallery_slider_pagination .balls .ball:hover,
.block_gallery_slider_pagination .balls .ball.active {
  background-color: var(--gold);
  border-color: var(--gold);
}

.block_gallery_slider_pagination .balls .ball:last-child {
  margin-right: 0px;
}

.block_gallery_slider.circular {
  height: 400px;
}

.block_gallery_slider.circular .block_gallery_slider_element {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-right: 15px;
  width: calc(33.33333333% - 10px);
}

.block_gallery_slider_pagination.all .balls {
  width: 100%;
  margin: 0px;
}

.griglia_gallery {
  float: left;
  width: 100%;
}

.griglia_gallery .col {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
}

.griglia_gallery .col:last-child {
  margin-right: 0px;
}

.griglia_gallery .col .image {
  float: left;
  width: 100%;
  height: 420px;
}

.griglia_gallery .col .row {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.griglia_gallery .col .row.mb {
  margin-top: 0px;
  margin-bottom: 20px;
}

.griglia_gallery .col .row .image {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
  height: 320px;
}

.griglia_gallery .col .row .image:last-child {
  margin-right: 0px;
}

.block_content .black_bkg .column.image .iszoom,
.griglia_gallery .col .image.iszoom {
  position: relative !important;
}

.block_content .black_bkg .column.image .iszoom a.over,
.griglia_gallery .col .image a.over {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all .3s;
  -webkit-transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.block_content .black_bkg .column.image .iszoom:hover a.over,
.griglia_gallery .col .image:hover a.over {
  opacity: 1;
}

.block_content .black_bkg .column.image .iszoom a.over font,
.griglia_gallery .col .image a.over font {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/icone/zoom.png);
}

.gallery-page {
  float: left;
  width: 100%;
}

.gallery-page .block_content {
  padding: 0px !important;
}

.gallery-page .block_content {
  margin-top: 20px;
}

.gallery-page .block_content:first-child {
  margin-top: 40px !important;
}

.gallery-page .block_content:last-child {
  margin-bottom: 80px !important;
}

.gallery-page .block_content .black_bkg {
  margin-top: 0px !important;
}

/* FINE BLOCCHI */

.social {
  float: left;
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.layer_menu .content .social { width: 90%; }

.social span {
  float: left;
  line-height: 30px;
  font-size: 16px;
  color: var(--grey);
  margin-right: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.social a {
  float: left;
  width: 30px;
  margin-left: 15px;
  height: 30px;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.social a svg {
  width: 24px;
  height: 24px;
  margin-left: 3px; margin-top: 3px;
}

.footer .social { margin-top: 15px; }
.footer .social span { color: #FFF; text-transform: none; }
.footer .social a svg { fill: #FFF; }

.social a.fb {
  margin-left: 5px;
}

.social a:hover svg {
  fill: var(--gold);
}

/* MAPPA */
.gmap_container_box {
  float: left;
  margin-top: 40px;
  margin-bottom: 50px;
  width: 100%;
}

.gmap_container {
  float: left;
  width: 100%;
  height: 560px;
  padding-top: auto;
  background-color: #F3F1EA;
  position: relative;
  overflow: hidden;
}

.gmap_container .gmap_container_content {
  float: left;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 600px;
}

.gmap_container .marker_list {
  position: absolute;
  width: 100%;
  visibility: hidden;
}

.gmap_container .marker_list span {}

a[href^="http://maps.google.com/maps"] {
  display: none !important
}

.gmnoprint a,
.gmnoprint span {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

/* FINE MAPPA */

.block_content .center_container,
.simple-page .center_container,
.header .center_container,
.footer .center_container,
.footer-bottom .center_container,
.booking .center_container,
.recensioni_vino .center_container,
.servizi .center_container,
.certificazioni_image .center_container,
.categorie_shop .center_container, .elenco_prodotti .center_container,
.dettaglio_prodotto .center_container,
.info_pagamenti .center_container,
.gmap_container_box .center_container {
  width: 90%;
  max-width: 1400px;
}

.block_gallery .center_container {
  width: 95%;
  max-width: 1500px;
}

/* NEWS SLIDER */
.block_content .black_bkg.reduce {
  width: 90%;
  margin-left: 5%;
}

.block_content .black_bkg.mr {
  width: 95%;
  margin-right: 5%;
}

.block_content .black_bkg.ml {
  width: 95%;
  margin-left: 5%;
}

/*.block_content .black_bkg.mr .image_content { transform: rotate(90deg); }
.block_content .black_bkg.ml .image_content { transform: rotate(-90deg); }*/

.block_content.grey {
  background-color: var(--background);
  position: relative;
}

.block_content .black_bkg .border {
  float: left;
  width: calc(100% - 20px);
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 25px;
  display: flex;
  flex-direction: row;
}

.block_content.news_home {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #F6F6F6;
}

.block_content.news_home .title_block h2 { background-color: transparent; }

.block_content .black_bkg.news {
  padding: 0px 0px;
  position: relative;
  padding-bottom: 60px;
  margin-top: 50px;
}

.block_content .black_bkg.news h2 {
  text-align: left !important;
}

.block_content .black_bkg.news h2 p {
  margin: 0px;
}

.block_content .black_bkg.news .news-slider {
  flex: 1;
  float: left;
  margin-left: 0%;
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.block_content .black_bkg.news .news-slider .element {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.block_content .black_bkg.news .news-slider .element.next {
  left: 100%;
}

.block_content .black_bkg.news .news-slider .element .image_content {
  float: left;
  width: 40%;
  height: 100%;
  position: static;
}

.block_content .black_bkg.news .news-slider .element .info {
  float: right;
  margin-left: 5%;
  width: 55%;
}

.block_content .black_bkg.news .news-slider .element .info h2 {
  color: var(--dark) !important;
  text-align: left !important;
  margin-bottom: 0px !important;
  font-weight: 700;
}

.block_content .black_bkg.news .news-slider .element .info h2 a {
  color: var(--gold) !important;
  text-align: left !important;
  margin-bottom: 0px !important;
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
  font-family:"Allura",cursive;
}

.block_content .black_bkg.news .news-slider .element .info h2 a:hover {
  color: var(--gold) !important;
}

.block_content .black_bkg.news .news-slider .element .info p {
  text-align: left !important;
  margin-left: 0px !important;
  width: 100% !important;
}

.block_content .black_bkg.news .news-slider .element .info p.testo {
  margin-top: 15px;
}

.block_content .black_bkg.news .border { width: 100%; padding: 0px; }

.block_content .black_bkg.news .balls {
  float: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  justify-content: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-left: 0px;
}

.block_content .black_bkg.news .balls .ball {
  float: left;
  transition: all .3s;
  -webkit-transition: all .3s;
  width: 20px;
  height: 10px;
  border: 1px solid var(--gold);
  margin-right: 10px;
}

.block_content .black_bkg.news .balls .ball:last-child { margin-right: 0px; }

.block_content .black_bkg.news .balls .ball:hover,
.block_content .black_bkg.news .balls .ball.active {
  background-color: var(--gold);
}

.block_content .black_bkg.news .balls .ball:last-child {
  margin-right: 0px;
}

/* FINE NEWS SLIDER */

.column.with_box {
  position: relative;
}

.column.with_box .over_box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.column.with_box .center_container {
  display: flex;
  align-items: center;
  height: 100%;
}

.column.with_box .center_container.right {
  justify-content: flex-end;
}

.column.with_box .over_box_bkg {
  float: left;
  width: 40%;
  padding: 25px;
  padding-top: 70px;
  background-color: #E3DFDF;
}

.block_content .black_bkg .column.with_box .image_content.static {
  height: 500px;
}

.column.with_box .over_box_bkg .head {
  margin-top: 25px;
}

.column.with_box .over_box_bkg .head p {
  float: left;
  width: calc(100% - 50px) !important;
  margin-right: 50px !important;
  text-align: right;
  font-size: 24px;
  line-height: 28px;
}

.column.with_box .over_box_bkg h2 {
  font-size: 18px;
  width: calc(100% - 50px) !important;
  margin-right: 50px !important;
  line-height: 22px;
  text-align: right !important;
  margin-bottom: 0px !important;
}

.block_content .black_bkg .column.all .head.red_small_left {
  text-align: left !important;
}

.block_content .black_bkg .column.all .head.red_small_left p {
  color: #ad1a2b;
  font-size: 48px;
  font-style: italic;
}

/* ELENCO NEWS */
.elenco_news {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
}

.elenco_news.mb-100 { margin-bottom: 100px; }

.elenco_news .block_content {
  padding-bottom: 0px;
}

.elenco_news .block_content .black_bkg.detail {
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-bottom: 1px solid #C4BFB9;
  padding-bottom: 50px;
  margin-top: 50px;
}

.elenco_news .block_content .black_bkg.detail.reverse {
  flex-direction: row-reverse;
}

.elenco_news .block_content .black_bkg .column.image {
  width: 45%;
  margin-right: 5%;
}

.elenco_news .block_content .black_bkg .column.mt {
  width: 50%; max-width: 50%;
  margin-right: 0%;
  padding: 0px;
}

.elenco_news .block_content .black_bkg.detail.reverse .image {
  margin-right: 0%;
  margin-left: 5%;
}

.elenco_news .block_content .black_bkg .column.image .image_content,
.block_content .black_bkg.isnews_detail .column .image_content {
  height: 340px;
}
/* FINE ELENCO NEWS */

/* DETTAGLIO NEWS */
.block_content .black_bkg.isnews_detail { margin-bottom: 70px; margin-top: 20px; }
.block_content .black_bkg.isnews_detail .column { padding: 0px; max-width: 50%; }
.block_content .black_bkg.isnews_detail .column.image { width: 50%; margin-left: 5%; }

.block_content .black_bkg.isnews_detail .column { justify-content: flex-start; }
/* FINE DETTAGLIO NEWS */

.elenco_news .block_content {
  padding-top: 0px;
}

.elenco_news .block_content .black_bkg.certificazione {
  border-top: 1px solid #E7E7E7;
  padding: 40px 0px;
}

.elenco_news .block_content .black_bkg.certificazione.bb {
  border-bottom: 1px solid #E7E7E7;
}

.elenco_news .block_content .black_bkg.certificazione .column.image {
  margin-right: 5%;
  width: 35%;
}

.elenco_news .block_content .black_bkg.certificazione .column:last-child {
  width: 60%;
}

.elenco_news .block_content .black_bkg.certificazione .column.image .image_content {
  height: auto;
  display: flex;
  justify-content: center;
}

.elenco_news .block_content .black_bkg.certificazione .column .head p {
  font-size: 28px;
  line-height: 34px;
  color: var(--gold);
}

.elenco_news .block_content .black_bkg.certificazione .column p.btn a {
  float: left;
}

/* PAGINAZIONE */
.pagination {
  float: left;
  width: 100%;
  margin: 100px 0px 80px;
  display: flex;
  justify-content: center;
}

.pagination.mm {
  margin-top: 70px;
  margin-bottom: 100px;
}

.pagination a.arrow {
  float: left;
  width: 20px !important;
  height: 42px;
  background-size: 14px;
}

.pagination a.arrow svg {
  width: 18px;
}

.pagination a.arrow.left {
  margin-right: 20px;
}

.pagination a.arrow.right {
  margin-left: 0px !important;
}

.pagination a.arrow.left svg {
  transform: rotate(-180deg);
}

.pagination span,
.pagination a.page {
  float: left;
  transition: all .3s;
  -webkit-transition: all .3s;
  margin-right: 15px;
  border: 1px solid var(--gold) !important;
  width: 42px;
  border-radius: 0px;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  height: 42px;
  color: var(--gold);
  text-decoration: none;
}

.pagination a.page:hover,
.pagination span {
  background-color: var(--gold) !important;
  border: 1px solid var(--gold) !important;
  color: #FFF;
}

/* FINE PAGINAZIONE */

/* CONTATTI */
.block_content.contatti {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 40px;
}

.block_content.contatti .black_bkg .column {
  width: 30%;
  margin-right: 5%;
}

.block_content.contatti .black_bkg .column:last-child {
  width: 65%;
  margin-right: 0px;
}

.block_content.contatti .black_bkg .column h2 {
  color: #000;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0px;
  font-style: normal;
  font-weight: 900;
  position: relative;
  padding-bottom: 10px;
}

.block_content.contatti .black_bkg .column h2::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--gold) !important;
}

.block_content.contatti .black_bkg .column:last-child h2::after {
  max-width: 250px;
}

.block_content.contatti .column p {
  float: left;
  width: 100%;
  margin-bottom: 0px !important;
  margin-top: 25px;
  height: auto;
  color: var(--grey);
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  line-height: 28px;
}

.block_content.contatti .column:last-child p {
  margin-top: 0px;
}

.block_content.contatti .column p.mt {
  margin-top: 15px;
}

.block_content.contatti .column p.bmt {
  margin-top: 25px;
}

.block_content.contatti .column p a {
  color: var(--gold);
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  line-height: 28px;
}

.block_content .black_bkg.certificazioni .column .head p {
  font-size: 38px;
  line-height: 42px;
}

.block_content .black_bkg.certificazioni .column h2 {
  margin-bottom: 3px;
  margin-top: 0px;
}

.blocks_page .block_content .black_bkg.certificazioni .column:first-child {
  width: 55%;
  margin-right: 5%;
}

.blocks_page .block_content .black_bkg.certificazioni .column:last-child {
  width: 40%;
}

.certificazioni_image {
  float: left;
  width: 100%;
  padding: 35px 0px;
}

.certificazioni_title {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.certificazioni_title p {
  font-weight: 500;
  margin-top: 0px;
}

.certificazioni_row {
  float: left;
  width: calc(100% + 30px);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.certificazioni_image .certificazione {
  flex: 1;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificazioni_image .certificazione img {
  max-width: 90%;
}

.certificazioni_row .certificazioni_slider {
  float: left; width: 100%; position: relative; height: 100px; overflow: hidden;
}

.certificazioni_row .certificazioni_slider_row {
  float: left; width: 100%; display: flex; justify-content: center; align-items: center;
  position: absolute; top: 0px; left: 100%; height: 100%;
}

.certificazioni_row .certificazioni_slider_row.current { left: 0px; }

.header.menu_open, .header.menu_open_shop {
  z-index: 4040;
  background: none;
  padding-bottom: 0px;
}

.header.menu_open .header_right a.hamburgher,
.header.menu_open .header_right .language a {
  color: #000 !important;
}

.header.menu_open .header_right a.hamburgher img {
  filter: invert(0);
}

.header.menu_open .header_right .language .sep {
  background-color: #000 !important;
}

.layer_menu {
  position: fixed;
  top: 0px;
  right: -550px;
  width: 450px;
  background-color: #FFF;
  z-index: 4020;
  display: none;
}

.layer_menu .skew-border {
  float: left;
  background-color: #fff;
  flex-shrink: 0;
  flex-grow: 0;
  width: 10vh;
  height: 100%;
  transform: skewX(-5deg) translateX(-5vh);
}

.layer_menu .content {
  float: left;
  width: calc(100% - 10vh);
  height: calc(100% - 150px);
  padding-bottom: 20px;
  padding-top: 130px;
}

.layer_menu.moved .content {
  height: calc(100% - 130px);
  padding-top: 110px;
}

.layer_menu .content .menu {
  float: left;
  width: 90%;
  height: calc(100% - 50px);
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.layer_menu .content .menu .element {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.layer_menu .content .menu .element:first-child {
  margin-top: 0px;
}

.layer_menu .content .menu .element p {
  float: left;
  width: 100%;
  margin: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gold);
}

.layer_menu .content .menu .element p a {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.layer_menu .content .menu .element p a.hassubmenu {
  width: calc(100% - 25px);
  padding-right: 20px;
  background-image: url(../../img/icone/svg/060-down-gold.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 14px;
  margin-right: 5px;
}

.layer_menu .content .menu .element a font {
  flex: 1;
  font-family: "Rumble Brave outline",cursive;
  font-size: 46px;
  line-height: 50px;
  color: var(--gold);
}

.layer_menu .content .menu .element a img.arrow {
  float: right;
  width: 14px;
}

.total_container.notmobile .layer_menu .content .menu .element a:hover,
.layer_menu .content .menu .element a.active,
.layer_menu .content .menu .element.open_sub>a {
  color: var(--gold);
}

.layer_menu .content .menu .submenu_element {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  display: none;
}

.layer_menu .content .menu .element.open_sub {
  padding-bottom: 0px;
}

.layer_menu .content .menu .element.open_sub .submenu_element {
  display: block;
}

.layer_menu .content .menu .submenu_element p {
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 15px 0px;
}

.layer_menu .content .menu .submenu_element p a {
  float: left;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  color: var(--grey);
  font-weight: 500;
}

.layer_menu .content .menu .submenu_element p a:hover {
  color: var(--gold);
}

.layer_menu.shop {
  right: unset;
  left: calc(-60% - 100px);
  width: 60%;
}

.layer_menu.shop .skew-border {
  transform: skewX(5deg) translateX(5vh);
  position: absolute;
  right:0px;
  top: 0px;
}

.layer_menu.shop .close_btn {
  float: left; width: calc(100% - 40px); margin-top: 20px; padding: 0px 20px;
}

.layer_menu.shop .close_btn .btn_shop {
  float: left;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.layer_menu.shop .close_btn .btn_shop:hover { color: #FFF !important; }

.layer_menu.shop .close_btn .btn_shop span {
  float: left;
  line-height: 20px;
  font-size: 16px;
  margin-left: 0px;
  margin-right: 0px;
  color: #FFF;
}

.layer_menu.shop .close_btn .btn_shop img.shop {
  height: 30px;
  filter: invert(1);
  margin-right: 3px;
}

.layer_menu.shop .close_btn .btn_shop img.arrow-down {
  margin-left: 6px;
  height: 16px;
  width: auto;
  filter: invert(1);
}

.layer_menu.shop .content {
  padding-left: 8%;
  width: calc(92% - 10vh);
}

.layer_menu.shop .content .menu {
  width: 100%;
  margin-bottom: 0px;
  height: 100%;
}

.layer_menu.shop .content .menu .submenu_element .cols {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 20px);
}

.header.menu_open_shop .header_left .btn_shop {
  background-color: #000;
}

.layer_menu.shop .content .menu .submenu_element p {
  flex: 1;
  padding-right: 20px;
  min-width: calc(33.33333333% - 21px);
  max-width: calc(33.33333333% - 21px);
}

.layer_menu.shop .content .menu .submenu_element p a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.layer_menu.shop .content .menu .submenu_element p a svg {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  fill: var(--grey);
}

.layer_menu.shop .content .menu .submenu_element p a:hover svg {
  fill: var(--gold);
}

.total_container.notmobile .layer_menu .content .menu .submenu_element p a:hover,
.layer_menu .content .menu .submenu_element p a.active {
  color: var(--gold);
}

.block_content .block_content_fornitore {
  float: left;
  border: 1px solid var(--gold) !important;
  width: calc(100% - 2px);
}

.block_content .block_content_fornitore .inside {
  float: left;
  border: 1px solid var(--gold) !important;
  padding: 35px;
  width: calc(100% - 80px);
  margin: 4px;
}

.block_content .block_content_fornitore .inside .black_bkg {
  margin-top: 0px !important;
}

.block_content .block_content_fornitore .black_bkg .column:nth-child(2) img {
  max-width: 100%;
}

/* ELENCO COCKTAILS */
.elenco_news.cocktails .block_content .black_bkg.detail {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.elenco_news.cocktails .block_content .black_bkg .column.image .image_content {
  height: 400px;
}

.cokctail_info {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.cokctail_info p {
  margin-bottom: 0px;
  margin-top: 15px;
}

.cokctail_info p.title {
  font-weight: 600;
}

.cokctail_info .testo {
  margin-top: 0px !important;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 15px;
}

.cokctail_info .testo:last-child {
  border-bottom: 0px;
}

.cokctail_info .testo p {
  margin-bottom: 0px;
}

/* FINE ELENCO COCKTAILS */

.botaniche {
  float: left;
  width: calc(100% + 15px);
  display: flex;
  justify-content: center;
  margin-right: -15px;
  margin-top: 20px;
}

.botanica_element {
  flex: 1;
  max-width: calc(16.6666666667% - 15px);
  margin-right: 15px;
}

.botanica_element .image {
  float: left;
  width: 100%;
  text-align: center;
}

.botanica_element p {
  float: left;
  width: 100%;
  text-align: center;
  color: #1d1d1b;
  font-weight: 700;
  font-family:"Rumble Brave outline";
  margin-bottom: 0px;
  margin-top: 10px;
}

.botanica_element div.text {
  float: left;
  width: 100%;
  text-align: center;
  color: #1d1d1b;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 10px;
}

.botanica_element div.text p {
  text-align: center;
  color: #1d1d1b;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px;
}

.spedizioni_gratuite {
  float: left;
  width: 100%;
  background-color: var(--gold);
  padding: 15px 0px;
  height: auto;
  margin-top: 15px;
}

.spedizioni_gratuite p {
  float: left;
  width: calc(100% - 30px) !important;
  padding: 0px 15px;
  text-align: center;
  color: var(--grey);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0px;
}

.header .spedizioni_gratuite { background-color: var(--dark); margin-top: 0px; padding: 0px 0px; height: 34px; }
.header .spedizioni_gratuite p { color: var(--gold); font-weight: 700; text-align: center; line-height: 34px; }

.shop_infos {
  float: left;
  width: 100%;
  margin-top: 60px;
  justify-content: space-between;
}

.shop_infos .shop_info {
  flex: 1;
  max-width: 28%;
}

.shop_infos .shop_info .shop_info_head {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.shop_infos .shop_info .shop_info_head p {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 34px;
  font-family:"Rumble Brave outline";
  font-size: 24px;
  line-height: 42px;
  padding-left: 55px;
  width: calc(100% - 55px);
  color: var(--gold);
  margin: 0px;
}

.shop_infos .shop_info .shop_info_head p.card {
  background-image: url(../../img/icone/card.png);
}

.shop_infos .shop_info .shop_info_head p.delivery {
  background-image: url(../../img/icone/delivery.png);
  padding-left: 60px;
  width: calc(100% - 60px);
}

.shop_infos .shop_info .shop_info_head p.whatsapp {
  background-image: url(../../img/icone/whatsapp.png);
  padding-left: 47px;
  width: calc(100% - 47px);
}

.shop_infos .shop_info div.testo {
  color: var(--grey);
  font-size: 20px;
  line-height: 26px;
}

h3.title_border {
  position: relative;
  padding-bottom: 10px;
}

h3.title_border::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--gold) !important;
  max-width: 300px;
}

.credit_card_form {
  float: left;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.credit_card_test {
  float: left;
  width: 100%;
  margin-left: 0px;
  margin-top: 15px;
}

.credit_card_test p {
  width: 50% !important;
  margin-top: 5px !important;
}

.credit_card_test p.title {
  width: 100% !important;
  font-size: 16px;
  font-weight: 700;
}

#card-element {
  float: left;
  border: 1px solid var(--gold);
  padding: 20px 15px;
  width: calc(100% - 32px);
  margin-top: 25px;
  border-radius: 0px;
}

.right .btn input[type=submit] {
  float: none;
  cursor: pointer;
  border: 0px;
  min-width: 260px;
  display: inline-block;
  width: auto;
  text-align: center;
  height: auto;
  font-size: 16px;
  text-decoration: none;
  background-color: var(--gold) !important;
  height: 46px;
  line-height: 46px;
  color: #FFF;
  font-weight: 700;
}

.right .btn input[type=submit].loading {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../img/loading_b.svg);
  background-size: auto 20px;
}

#payment_box {
  float: left;
  width: 100%;
}

.spedizione_diversa {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.spedizione_diversa.bt {
  border-top: 1px solid var(--gold);
  padding-top: 20px;
}

.spedizione_diversa p {
  width: auto;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 40px;
  color: #1d1d1b;
  margin-top: 0px;
  margin-right: 15px;
}

.spedizione_diversa p.all {
  width: 100%;
  margin-right: 0px;
  line-height: 30px;
}

.spedizione_diversa a.copia {
  background-color: var(--grey) !important;
  height: 30px;
  line-height: 30px !important;
  padding: 0px 10px;
  border-radius: 5px;
  color: #FFF !important;
  float: right;
  text-decoration: none !important;
}

.spedizione_diversa a.copia:hover { background-color: var(--gold) !important; }

/* Popup età */
.age-popup-container {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .75);
  z-index: 1000;
}

.age-popup-container.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.age-popup-container .age-popup .no-permission {
  display: none;
}

.age-popup-container .age-popup.not-accepted .no-permission {
  display: block;
}

.age-popup-container .age-popup.not-accepted .selection {
  display: none;
}

.age-popup-container .age-popup {
  text-align: center;
  background-color: white;
  border-radius: 1rem;
  padding: 2.5rem;
}

.age-popup-container .age-popup .age-popup-img {
  width: 100%;
}

.age-popup-container .age-popup .age-popup-img > img {
  width: 15rem;
}


.age-popup-container .age-popup p>span,
.age-popup-container .age-popup label span,
.age-popup-container .age-popup button>span {
  font-style: italic;
  opacity: 0.75;
}

.age-popup-container button {
  color: #FFF;
  font-size: 18px;
  margin-right: 15px;
  padding: 15px 15px;
  transition: all .3s;
  -webkit-transition: all .3s;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  background-color: var(--gold);
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border-radius: 10px;
  text-align: center;
  min-width: 120px;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.age-popup-container button:hover {
  background-color: var(--dark);
}


.age-popup-container button#no {
  background-color: var(--dark);
}

.age-popup-container button#no:hover {
  background-color: var(--light-gray);
  color: var(--dark);
}

.categorie_shop {
  float: left;
  width: 100%;
  background-color: #000;
}

.categorie_center {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 70px;
}

.categorie_center .categorie_menu {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.categorie_center p {
  color: #FFF;
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  margin-right: 30px;
}

.categorie_center a {
  float: left;
  line-height: 40px;
  margin-right: 25px;
}

.categorie_center a:last-child {
  margin-right: 0px;
}

.categorie_center a svg {
  float: left;
  fill: #FFFFFF;
  width: 40px;
  height: 40px;
}

.categorie_center a span {
  float: left;
  color: #FFF;
  max-height: 40px;
  margin-left: 5px;
  font-size: 16px;
}

/* ELENCO PRODOTTI */
.dettaglio_categoria { float: left; width: 100%; }
.elenco_prodotti { float: left; width: 100%; margin-top: 25px; }
.elenco_prodotti.nomt { margin-top: 0px; }
.elenco_prodotti .block_content { padding-top: 0px; padding-bottom: 0px; }
/*.elenco_prodotti .block_content .black_bkg.detail { margin-left: 5%; width: 90%; }*/
.filtri { float: left; width: 300px; margin-right: 30px; min-height: 100px; }
.filtri .key_filter { margin-top: 10px; }
.filtri .key_filter .input { width: calc(100% - 45px); border-right: 0px !important; }
.filtri .key_filter a { float: right; width: 44px; height: 44px; background-color: #000; }
.filtri .key_filter a font { float: left; width: 100%; height: 100%; filter: invert(1);
background-image: url(../../img/icone/svg/021-search.svg); background-repeat: no-repeat; background-position: center; background-size: auto 24px; }
.filtri .filtro_shop { float: left; width: 100%; }
.filtri p { float: left; width: 100%; color: var(--gold); font-size: 24px; line-height: 28px; margin-top: 0px; font-weight: 700; }
.filtri p.filtri_title { margin-top: 35px; }
.filtri p.mt { margin-top: 25px; }
.filtri p.label { color: var(--grey); font-size: 18px; margin-bottom: 10px; line-height: normal; }
.filtri p.label.mt { margin-top: 20px; }
.filtri .form { margin: 0px; }

.filtri .filtro_shop .range { float: left; width: 100%; margin-top: 0px; }
.filtri .filtro_shop .range .range_slider { float: left; width: 100%; }
.filtri .filtro_shop .range .range_label { float: left; width: 100%; margin-top:5px;}
.filtri .filtro_shop .range .range_label font { float: left; color: var(--grey); font-weight: 700; font-size: 14px; width: auto !important; margin: 0px !important; }
.filtri .filtro_shop .range .range_label font.right { float: right; }

.filtri .btn { float: left; width: 100%; margin-top: 30px; display: flex; justify-content: center; align-items: center; }
.filtri .btn a { float: left; width: auto; padding: 0px 45px; text-align: center; height: 39px; line-height: 39px; font-size: 16px;
    color: #FFF; background-color: var(--gold); }
.filtri .btn a:hover { background-color: var(--grey); }
.filtri .btn a font { float: left; height: 39px; width: 24px; background-position:center left; background-repeat:no-repeat; background-size:auto 24px;
  background-image: url(../../img/icone/svg/057-filter.svg); filter: invert(1); margin-right: 5px; }
.filtri .btn a span { float: left; line-height: 39px; font-size: 16px; color: #FFF; }

.filtri .btn.cancel { display: flex; justify-content: center; margin-top: 20px; }
.filtri .btn.cancel .border { float: left; width: auto; border-bottom: 1px solid #991122; padding: 0px; padding-bottom: 7px; }
.filtri .btn.cancel a { width: auto; background-color: transparent; color: #991122; height: auto; line-height: 16px;
  background-position:center left; background-repeat:no-repeat; background-size:auto 14px; font-weight: 500; padding: 0px;
    padding-left: 20px; font-size: 14px; background-image: url(../../img/icone/svg/061-close-red.svg); text-decoration: none; }

.irs--round .irs-min, .irs--round .irs-max { color: #FFF; }
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single { background-color: #FFF; color: var(--grey); }
.irs--round .irs-from::before, .irs--round .irs-to::before, .irs--round .irs-single::before { border-top-color: #FFF; display: none; }
.irs--round .irs-bar { background-color: var(--gold); }
.irs--round .irs-handle { background-color: var(--gold) !important; border-color: var(--gold); }

.irs-from, .irs-to, .irs-single { font-size: 13px; }

/*.filtro_shop.year_range .irs-from { margin-left: -10px; }
.filtro_shop.year_range .irs-to { margin-left: 10px; }*/

.elenco_prodotti .lista { float: right; width: calc(100% - 330px); }
.elenco_prodotti .lista p.empty_search { float: left; width: 100%; text-align: center; color: #FFF; font-weight: 400; margin-top: 60px; }
.elenco_prodotti .intestazione { float: left; width: calc(100% - 32px); padding: 10px 15px; border: 1px solid #EDEDED; }
.elenco_prodotti .intestazione p { float: left; width: auto; color: var(--grey); font-size: 16px; line-height: 39px; font-weight: 500; margin: 0px; }
.elenco_prodotti .intestazione p font { color: var(--gold); }
.elenco_prodotti .intestazione .info { float: right; }
.elenco_prodotti .intestazione .info span { float: left; color: var(--grey); font-size: 16px; line-height: 39px; font-weight: 500; }
.elenco_prodotti .intestazione .info .form { width: 180px; margin: 0px; margin-left: 10px; }
.elenco_prodotti .intestazione .info .form.small { width: 70px; margin-right: 15px; }
.elenco_prodotti .intestazione .info .form .select { height: 39px; }
.elenco_prodotti .intestazione .info .form .select select { height: 37px; }

.prodotti_shop { float: left; width: calc(100% + 20px); }
.prodotto_shop { float: left; width: calc(33.33333333% - 22px); margin-right: 20px; margin-top: 20px; background-color: #FFF; border: 1px solid #EDEDED; position: relative; }
.prodotto_shop .special { float: left; position: absolute; top: 0px; right: 0px; height: 24px; line-height: 24px; font-weight: 500; color: #FFF;
  background-color: #BE1522; z-index: 10; font-size: 14px; padding: 0px 10px; }
.prodotto_shop .prodotto_image { float: left; width: 100%; }
.prodotto_shop .image_content { height: 240px; position: relative; }
.prodotto_shop .image_content .layer { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color:#1A1A1A; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }
.prodotto_shop .image_content .zoom { z-index: 10; opacity: 0; position: absolute; top: 50%; left: 50%; background-position: center;
background-repeat: no-repeat; background-image: url(../../img/icone/zoom.png); width: 34px; height: 36px; margin-top: -18px; margin-left: -17px; }
.prodotto_shop .image_content .scheda { z-index: 10; position: absolute; top: 50%; left: 50%; margin-top: -18px; background-color: var(--gold);
  display: flex; justify-content: center; align-items: center; width: auto; padding: 0px 15px; opacity: 0; text-decoration: none;
transform: translateX(-50%); }
.prodotto_shop .image_content .scheda font.icon { flex: 0; max-width: 30px; min-width: 30px; height: 37px; background-image: url(../../img/icone/svg/021-search.svg); filter: invert(1);
background-repeat: no-repeat; background-position: center left; background-size: auto 24px; }
.prodotto_shop .image_content .scheda font { flex: 1; height: 37px; color: #FFF; font-size: 16px; line-height: 37px; }
.prodotto_shop .image_content:hover .zoom, .prodotto_shop .image_content:hover .scheda { opacity: 1; }
.prodotto_shop .image_content:hover .layer { filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; }
.prodotto_shop .image_content .promo { position: absolute; right:20px; top: 20px; font-size: 14px; color: #000; width: 70px; height: 70px; border-radius: 40px;
background-color: var(--gold); line-height: 70px; text-align: center; font-weight: 500; }
.prodotto_shop .image_content .loading_content { background-size: 40px;}
.prodotto_shop .prodotto_info { float: left; width: calc(100% - 30px); padding: 15px; }
.prodotto_shop .prodotto_info p { float: left; width: 100%; text-align: left; color: var(--grey); font-size: 16px; line-height: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0px; }
.prodotto_shop .prodotto_info p a { float: left; width: 100%; font-weight: 700; color: var(--gold); font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.prodotto_shop .prodotto_info p.category { margin-bottom: 10px; }
.prodotto_shop .prodotto_info p.category a { width: auto; color: var(--grey); text-decoration: underline; line-height: 24px !important; font-weight: 300 !important; }
.prodotto_shop .prodotto_info p.category span { float: left; margin: 0px 3px; color: var(--grey) !important; font-weight: 300 !important; }
.prodotto_shop .prodotto_info p.category a:hover { color: var(--gold); }
.prodotto_shop .prodotto_info p.sottotitolo { margin-top: 3px; font-weight: 300; }
.prodotto_shop .prodotto_info p.prezzo { font-weight: 500; font-size: 18px; margin-top: 10px; color: var(--gold); }
.prodotto_shop .prodotto_info p.prezzo font.through { text-decoration: line-through; color: #666666; margin-right: 3px;}
.prodotto_shop .prodotto_info .cart { float: left; width: 100%; margin-top: 20px; display: flex; justify-content: center; flex-direction: row; }
.prodotto_shop .prodotto_info .cart a { flex: 1; text-decoration: none; background-color: var(--gold); height: 39px; display: flex; justify-content: center; align-items: center; }
.prodotto_shop .prodotto_info .cart a.loading { background-image:url(../../img/loading_b.svg); background-position:center; background-repeat:no-repeat; background-size:auto 26px; }
.prodotto_shop .prodotto_info .cart a font { margin-left: 5px; height: 39px; line-height: 39px; font-size: 16px; color: #FFF; }
.prodotto_shop .prodotto_info .cart a font.icon { float: left; width: 39px; height: 39px; background-position:center; background-repeat:no-repeat;
background-size: auto 75%; filter: invert(1); background-image: url(../../img/icone/svg/056-add-to-basket.svg); margin-left: 0px; }
.prodotto_shop .prodotto_info .cart a:hover { background-color: var(--grey); }
.prodotto_shop .prodotto_info .cart a.remove { background-color: var(--grey) !important; }
.prodotto_shop .prodotto_info .cart a.remove:hover { background-color: var(--gold) !important; }
.prodotto_shop .prodotto_info .cart .form { margin: 0px; width: 60px; margin-right: 5px; }

.prodotto_shop .prodotto_info .cart font.stato { float: right; background-position:center left; background-repeat:no-repeat; background-size:auto 18px;
  padding-left: 26px; color: #990000; font-size: 14px; line-height: 39px; background-image: url(../../img/icone/svg/069-close-red.svg); }
/* ELENCO PRODOTTI */

.prodotti_evidenza { padding: 25px 0px !important; }
.prodotti_evidenza.box { margin-top: 30px; }
.prodotti_evidenza .block_gallery_slider { height: 435px; }
.prodotti_evidenza .block_gallery_slider_element { width: calc(25% - 16px); margin-right: 20px; }
.prodotti_evidenza .block_gallery_slider_element:last-child { margin-right: 0px; }
.prodotti_evidenza .block_gallery_slider_element .prodotto_shop { margin-right: 0px; margin-top: 0px; width: calc(100% - 2px); }
.prodotti_evidenza .block_gallery_slider_element .prodotto_shop .image_content { height: 260px; }
.prodotto_shop .form .row .select { height: 37px; }

.block_content.prodotti_evidenza .title_block .line { left: 15%; width: 70%; }
.block_content.prodotti_evidenza .testo { width: 100% !important; margin-left: 0px !important; margin-top: 15px !important; }

/* INFO PAGAMENTI */
.info_pagamenti { float: left; width: 100%; margin-top: 0px; margin-bottom: 40px; margin-top: 40px; }
.info_pagamenti.mt { margin-top: 40px; }
.info_pagamenti .box { float: left; width: calc(33.3333333% - 62px); margin-right: 15px; padding: 25px 25px;
  border: 1px solid #EDEDED; }
.info_pagamenti .box:last-child { margin-right: 0px; }
.info_pagamenti .box .box_head { float: left; width: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center; }
.info_pagamenti .box .box_head .icon { float: left; width: 50px; }
.info_pagamenti .box .box_head .icon svg { fill: var(--gold); width: 50px; height: 50px; }
.info_pagamenti .box .box_head p { flex: 1;  margin: 0px; margin-left: 20px; font-size: 32px; line-height: 36px; color: var(--gold); }
.info_pagamenti .box .info { float: left; width: 100%; margin-top: 5px; }
.info_pagamenti .box .info p { float: left; width: 100%; font-size: 32px; line-height: 36px; color: var(--gold); margin: 0px; }
.info_pagamenti .box p.testo { float: left; width: 100%; font-size: 16px; line-height: 24px; color: var(--grey); margin-top: 0px; }
/* FINE INFO PAGAMENTI */

.block_content .black_bkg.account { padding: 0px; margin-top: 0px; margin-bottom: 80px;}
.block_content .black_bkg.account .column.all { margin-left: 30% !important; width: 40% !important; margin-right: 0px; max-width: 40% !important; }
.block_content .black_bkg.account.registrazione .column.all { margin-left: 10% !important; width: 80% !important; margin-right: 0px; max-width: 80% !important; }

/* MINI CART */
.mini_cart { position: absolute;; top: 46px; padding: 20px 20px 25px 20px; left: 0px; background-color: #000; z-index: 1990; width: 450px; display: none;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6); -moz-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.6); -webkit-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.6); }
.mini_cart .lista { float: left; width: 100%; max-height: 1000px; margin: 0px 0px; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.mini_cart .lista .product { float: left; width: 100%; border-top: 2px solid var(--gold); padding-top: 10px; margin-bottom: 10px;
/*display: flex; justify-content: center; flex-direction: row; align-items: center;*/ }
.mini_cart .lista .product:last-child { margin-bottom: 0px; border-bottom: 2px solid var(--gold); padding-bottom: 10px; }
.mini_cart .lista .product .image { float: left; width: 70px; min-width: 70px; max-width: 70px; height: 70px; text-align: center; }
.mini_cart .lista .product .image img { max-height:100%; }
.mini_cart .lista .product .image .loading_content { background-size: 30px; }
.mini_cart .lista .product .info { margin-left: 10px; margin-right: 0px; width: calc(100% - 80px); float: left; }
.mini_cart .lista .product .info .info_box { flex: 1; display: flex; justify-content: center; flex-direction: row; }
.mini_cart .lista .product .info .info_box_text { float: left; width: calc(100% - 30px); margin-right: 10px; }
.mini_cart .lista .product .info .info_box_text.nomr { margin-right: 0px; width: 100%; }
.mini_cart .lista .product .info p { float: left; width: 100%; font-size: 14px; color: #FFF; font-weight: 400; margin: 0px;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini_cart .lista .product .info p a { font-weight: 700; text-decoration: none; color: var(--gold); font-size: 16px; }
.mini_cart .lista .product .info p.sottotitolo { margin-top: 5px; }
.mini_cart .lista .product .info .prezzo { float: left; width: 100%; margin-top: 3px;}
.mini_cart .lista .product .info .prezzo font { float: left; width: auto; font-size: 14px; color: #fff; font-weight: 400; }
.mini_cart .lista .product .info .prezzo font.tot { float: right; font-weight: 700; color: var(--gold); margin-right: 4px; }

.mini_cart .lista .product a.delete { float: right; height: 20px; width: 20px; min-width: 20px; filter: invert(1);
background-image: url(../../img/icone/svg/059-close.svg); background-repeat: no-repeat; background-position: center center; background-size: auto 16px; background-repeat: no-repeat; }
.mini_cart .lista .product a.delete:hover { background-image: url(../../img/icone/svg/062-trash.svg); }
.mini_cart .lista .product a.delete.loading { background-image: url(../../img/loading-white.svg); }

.mini_cart .totale { float: left; width: 100%; border-bottom: 2px solid var(--gold); border-top: 2px solid var(--gold); padding: 10px 0px; margin-top: 25px; }
.mini_cart .totale span { float: left; width: auto; font-size: 16px; color: var(--gold); font-weight: 700; }
.mini_cart .totale span.amount { float: right; color: #fff; }
.mini_cart .btn { float: left; width: 100%; margin-top: 25px; display: flex; justify-content: center; align-items: center; }
.mini_cart .btn a { float: left; color: #fff; font-size: 14px; margin-right: 0px; padding: 0px 15px; height: 39px; line-height: 39px;
  font-weight: 400; text-transform: uppercase; text-decoration: none; background-color: var(--gold); }
.mini_cart .btn a:last-child { margin-left: 10px; }
.mini_cart .btn a font.icon { float: left; width: 39px; height: 39px; background-position:center; background-repeat:no-repeat;
  background-size: auto 75%; filter: invert(1); background-image: url(../../img/icone/svg/019-credit-card.svg); margin-left: 0px; }
.mini_cart .btn a:hover { background-color: var(--grey) !important; color: #fff !important; }
/* END MINI CART */

/* CART MESSAGE */
.message_popup_cart { position: fixed; z-index: 1990; width: 300px; height: auto; overflow: hidden; display: none; top: -400px;
  right: 0px; background-color: var(--gold); color: #ffffff; padding: 0px 0px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6); -moz-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.6); -webkit-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.6); }
.message_popup_cart .content { float: left; width: calc(100% - 40px); padding: 20px 20px; }
.message_popup_cart p { float: left; width: 100%; margin-top: 0px; }
.message_popup_cart p:first-child { background-image: url(../../img/icone/svg/063-shopping-cart-white.svg); background-repeat: no-repeat; background-position: top center; background-size: auto 30px;
padding-top: 35px; width: 100%; font-size: 16px; line-height: 22px; text-align: center; }
.message_popup_cart p b { font-weight: 700; }
.message_popup_cart p i { margin-right: 5px; }
.message_popup_cart p.link { margin-top: 20px; }
.message_popup_cart p.link a { float: left; width: calc(100% - 2px); text-transform: uppercase; font-size: 16px; border: 1px solid #ffffff; color: #ffffff; text-align: center; line-height: 34px; }
.message_popup_cart p.small_link { text-align: center; margin-top: 10px; }
.message_popup_cart p.small_link.mt { margin-top: 15px; }
.message_popup_cart p.small_link a { color: #ffffff; text-decoration: underline; font-size: 14px; }
/* END CART MESSAGE */

.evidenza_filtri { float: left; width: 100%; margin-top: 30px; }
.evidenza_filtri p.title { font-size: 18px; line-height: 24px; margin-bottom: 0px; }
.evidenza_filtri .prodotto_shop { float: left; margin-right: 0px; width: 100%; margin-top: 10px; }
.evidenza_filtri .prodotto_shop .prodotto_image { float: left; width: 80px; max-width: 80px; }
.evidenza_filtri .prodotto_shop .image_content { margin: 0px 5px; width: 70px; }
.evidenza_filtri .prodotto_shop .image_content .scheda, .evidenza_filtri .prodotto_shop .image_content .layer { display: none !important; }
.evidenza_filtri .prodotto_shop .image_content { height: 100px; }
.evidenza_filtri .prodotto_shop .prodotto_info { float: left; padding: 10px; margin-left: 5px; width: calc(100% - 105px); }
.evidenza_filtri .prodotto_shop .prodotto_info p { white-space: normal; }
.evidenza_filtri .prodotto_shop .prodotto_info p.category { margin-bottom: 5px; }
.evidenza_filtri .prodotto_shop .prodotto_info p.sottotitolo { font-size: 13px; line-height: 18px; }
.evidenza_filtri .prodotto_shop .prodotto_info p a { font-size: 14px; line-height: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.evidenza_filtri .prodotto_shop .special { position: static; margin-top: 5px; width: 100%; padding: 0px; text-align: center; font-size: 12px; }
.evidenza_filtri .prodotto_shop .prodotto_info p.category span, .evidenza_filtri .prodotto_shop .prodotto_info p.category a { font-size: 12px; line-height: 24px !important; }


/* DETTAGLIO PRODOTTO */
.dettaglio_prodotto { float: left; width: 100%; }
.dettaglio_prodotto .block_content:first-child { padding-bottom: 0px; }
.dettaglio_prodotto .block_content .black_bkg { flex-direction: column; }
.dettaglio_prodotto .row { float: left; width: 100%; display: flex; justify-content: center; align-items: flex-start;; }
.dettaglio_prodotto .block_content .black_bkg .column.image { width: 40%; margin-right: 5%; max-width: 40%; }
.dettaglio_prodotto .block_content .black_bkg .column.image .image_content { border: 1px solid #EDEDED; width: calc(100% - 22px); padding: 10px; }
.dettaglio_prodotto .block_content .black_bkg .column.image .image_content.static { height: 400px; }

.dettaglio_prodotto .block_content .black_bkg .column.image.video { display: flex; justify-content: center; }
.dettaglio_prodotto .block_content .black_bkg .column.image.video video { max-width: 100%; }

.dettaglio_prodotto .block_content .black_bkg .column.image .thumbnails { float: left; width: calc(100% + 10px); display: flex; flex-direction: row; flex-wrap: wrap;
justify-content: flex-start; margin-left: 10px; }
.dettaglio_prodotto .block_content .black_bkg .column.image .thumbnails .image_content { flex: 1; padding: 5px; min-width: calc(33.33333333% - 23px); max-width: calc(33.33333333% - 22px);
  margin-right: 10px; margin-top: 10px; }
.dettaglio_prodotto .block_content .black_bkg .column.image .thumbnails .image_content .image_space { float: left; width: 100%; height: 100%; overflow: hidden; position: relative; }
.dettaglio_prodotto .block_content .black_bkg .column.image .thumbnails .image_content .loading_content { background-size: auto 40px; }
.dettaglio_prodotto .block_content .black_bkg .column.image .thumbnails .image_content.static { height: 100px; }

.dettaglio_prodotto .block_content .black_bkg .column.info { width: 55%; max-width: 55%; padding: 0px; }
.dettaglio_prodotto .block_content .black_bkg .column.info .descrizione { float: left; width: 100%; }
.dettaglio_prodotto h1 { float: left; width: 100%; margin: 0px !important; color: var(--grey) !important; font-style: normal !important; font-size: 60px !important;
  line-height: 60px !important; font-weight: 400 !important; }
.dettaglio_prodotto p { float: left; width: 100%; margin: 0px; }
.dettaglio_prodotto p.label { margin-top: 15px; }
.dettaglio_prodotto p.didascalia { font-size: 48px; line-height: 52px; }
.dettaglio_prodotto p.variante { font-size: 20px; line-height: 24px; font-family: 'Montserrat', sans-serif !important; }

.dettaglio_prodotto ul { float: left; width: 100%; margin: 0px; }
.dettaglio_prodotto ul li { float: left; width: calc(100% - 25px); margin: 0px; margin-left: 25px; }

.dettaglio_prodotto p.btn.torna { margin-top: 50px; margin-bottom: 20px; }
.dettaglio_prodotto p.btn.torna a { padding: 12px 10px; }
.dettaglio_prodotto p.btn.torna font { float: left; margin: 0px 25px; }
.dettaglio_prodotto p.btn.torna font.arrow { float: left; width: 46px; margin: 0px; height: 16px; margin-top: 6px; }
.dettaglio_prodotto p.btn.torna font.arrow svg { height: 16px; transform: rotate(-90deg); }
.dettaglio_prodotto p.btn.torna font.arrow svg path { stroke: var(--gold); margin-top: 4px; }
.dettaglio_prodotto p.btn.torna a:hover svg path { stroke: var(--grey); }

.dettaglio_prodotto .sep { float: left; width: 100%; margin: 15px 0px 20px; }
.dettaglio_prodotto .sep font { float: left; width: 20%; height: 4px; background-color: var(--gold); }

.dettaglio_prodotto .column.info p.category { margin-bottom: 20px; }
.dettaglio_prodotto .column.info p.category a { float: left; color: var(--grey); text-decoration: underline; line-height: 22px !important; font-size: 18px !important; font-weight: 400 !important; background: none !important; }
.dettaglio_prodotto .column.info p.category span { float: left; margin: 0px 6px; color: var(--grey) !important; font-weight: 400 !important; font-size: 18px !important; }
.dettaglio_prodotto .column.info p.category a:hover { color: var(--gold); }

.dettaglio_prodotto .column.info p.category .special { float: right; height: 24px; line-height: 24px; font-weight: 500; color: #FFF;
  background-color: #BE1522; z-index: 10; font-size: 14px; padding: 0px 10px; }

.dettaglio_prodotto .row_ajax { float: left; width: 100%; }

.dettaglio_prodotto .box_prezzo { float: left; width: 100%; margin-top: 30px; }
.dettaglio_prodotto .box_prezzo.hasvariants { margin-top: 15px; }
.dettaglio_prodotto .box_prezzo p { float: left; width: auto; font-weight: 700; color: var(--gold); font-size: 36px; line-height: 40px;}
.dettaglio_prodotto .box_prezzo p font { text-decoration: line-through; color: var(--grey); margin-right: 10px; font-size: 24px; }
.dettaglio_prodotto .box_prezzo p.formato { width: 100%; font-size: 16px; line-height: 22px; font-weight: 700; }

.dettaglio_prodotto .box_prezzo font.stato { float: right; background-position:center left; background-repeat:no-repeat; background-size:auto 18px;
  padding-left: 26px; color: #990000; font-size: 16px; line-height: 50px; text-decoration: unset;  }
.dettaglio_prodotto .box_prezzo font.stato.disponibile { color: #009900; background-image: url(../../img/icone/svg/070-check.svg); }
.dettaglio_prodotto .box_prezzo font.stato.esaurito { background-image: url(../../img/icone/svg/069-close-red.svg); }

.dettaglio_prodotto .box_prezzo .varianti { float: left; width: 100%; margin-top: 0px; margin-bottom: 30px; }
.dettaglio_prodotto .box_prezzo .varianti span, .dettaglio_prodotto .box_prezzo .varianti a { float: left; width: auto; margin-right: 10px; border: 1px solid var(--grey);
font-size: 16px; padding: 5px 10px; margin-top: 10px; }
.dettaglio_prodotto .box_prezzo .varianti span, .dettaglio_prodotto .box_prezzo .varianti a:hover { background-color: var(--grey); color: #FFF; }

.dettaglio_prodotto .column.info .row_cart { float: left; width: 100%; margin-top: 40px; }
.dettaglio_prodotto .column.info .row_cart .max_box { float: left; width: 100%; max-width: 400px; }
.dettaglio_prodotto .column.info .row_cart span { float: left; width: 100%; text-align: center; margin:20px 0px; }
.dettaglio_prodotto .column.info .cart { float: left; width: 100%; max-width: 100%; display: flex; justify-content: center; flex-direction: row; }
.dettaglio_prodotto .column.info .cart a { flex: 1; text-decoration: none; background-color: var(--gold); height: 44px; display: flex; justify-content: center; align-items: center; }
.dettaglio_prodotto .column.info .cart a.loading { background-image:url(../../img/loading_b.svg); background-position:center; background-repeat:no-repeat; background-size:auto 26px; }
.dettaglio_prodotto .column.info .cart a font { margin-left: 5px; height: 44px; line-height: 44px; font-size: 16px; color: #FFF; }
.dettaglio_prodotto .column.info .cart a font.icon { float: left; width: 44px; height: 44px; background-position:center; background-repeat:no-repeat;
background-size: auto 70%; filter: invert(1); background-image: url(../../img/icone/svg/056-add-to-basket.svg); margin-left: 0px; }
.dettaglio_prodotto .column.info .cart a:hover { background-color: var(--grey); }
.dettaglio_prodotto .column.info .cart a.remove { background-color: var(--grey) !important; }
.dettaglio_prodotto .column.info .cart a.remove:hover { background-color: var(--gold) !important; }

.dettaglio_prodotto .column.info .cart .form { margin: 0px; width: 60px; margin-right: 5px; }

.dettaglio_prodotto .info_prodotto { float: left; width: 100%; margin-top: 40px; }
.dettaglio_prodotto .info_prodotto p, .dettaglio_prodotto p.info_title { float: left; width: auto; color: var(--gold); font-weight: 500; font-size: 16px; margin-top: 20px; margin-bottom: 10px; text-align: left; }
.dettaglio_prodotto p.info_title { width: 100%; }
.dettaglio_prodotto .info_prodotto .descrizione, .dettaglio_prodotto .info_prodotto .descrizione p { float: left; width: 100%; margin-top: 0px; color: var(--grey); font-size: 16px; line-height: 24px; font-weight: 300; }

.dettaglio_prodotto .info_pagamenti { margin-top: 70px; }

.dettaglio_prodotto .spedizioni_gratuite { margin-top: 30px; }
.dettaglio_prodotto .block_content.prodotti_evidenza { background-color: #FFF; padding: 0px !important; margin-top: 30px; }
.dettaglio_prodotto .block_content.prodotti_evidenza .title_block h2 { background-color: #FFF; }
.dettaglio_prodotto .block_content.prodotti_evidenza .title_block .line { width: 90%; left: 5%; }
/* FINE DETTAGLIO PRODOTTO */

/* CARRELLO */
.carrello_box { float: left; width: 100%; margin-top: 40px; margin-bottom: 70px; }
.carrello_box.pagamento { margin-top: 10px; }
.carrello_box h3 { float: left; width: 100%; color: var(--gold);  font-size: 22px; line-height: 26px; margin-bottom: 15px; }
.carrello_box  .center_container { width: 80%; max-width: 1100px; }
.carrello_box .block_content .black_bkg { flex-direction: column; }
.carrello_box .row { float: left; width: 100%; }

.carrello_box .row .left { float: left; width: calc(35% - 30px); }
.carrello_box .row .left.full { width: 100%; }
.carrello_box .row .right { float: right; width: 65%; margin-left: 30px; }

.carrello_box .row.mt { margin-top: 20px; }
.carrello_box .row .image { float: left; width: 100%; height: 250px; margin-bottom: 15px; }
.carrello_box .row .border { float: left; width: 100%; margin: 0px; padding: 0px; border-top: 1px solid var(--grey); margin-top: 15px; padding-top: 15px; }
.carrello_box .row .border.nob { border-top: 0px; margin-top: 0px; padding-top: 0px; }
.carrello_box .row .border .column { float: left; margin-right: 10px; width: calc(50% - 5px); }
.carrello_box .row .border .column:last-child { margin-right: 0px; }
.carrello_box .row .border .total { float: left; width: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center;}

.carrello_box .row .btn { float: left; width: 100%; margin-top: 40px; display: flex; justify-content: center; }
.carrello_box .row .btn.columns { flex-direction: column; }
.carrello_box .row .btn a { float: right; width: auto; padding: 0px 20px !important; text-decoration: none; }
.carrello_box .row .btn a:hover { background-color: var(--grey); }
.carrello_box .row .btn p.unlogged { float: left; width: 100%; text-align: center; margin-bottom: 10px; }
.carrello_box .row .btn a#btn_profilo { width: 160px; padding: 0px 5px; }
.carrello_box .row .btn .half { float: left; margin-left: 25%; width: 50%; margin-top: 15px; }
.carrello_box .row .btn .half a { float: left !important; padding: 0px !important; width: calc(50% - 10px) !important; margin-right: 20px !important; }
.carrello_box .row .btn .half a:last-child { margin-right: 0px !important; }

.carrello_box .row .border .total { margin-bottom: 10px; }
.carrello_box .row .border .total p { float: left; margin: 0px; margin-right: 10px; width: calc(65% - 10px); color: var(--grey); }
.carrello_box .row .border .total p.amount { margin-right: 0px; width: 35%; color: var(--grey); text-align: right; }
.carrello_box .row .border .total p.amount a { margin-left: 5px; }
.carrello_box .row .border .total p.amount a i { font-size: 16px; }

.carrello_box .row .total_topay { float: left; width: 100%; height: auto; border-top: 1px solid var(--grey); margin-top: 5px; padding-top: 20px; }
.carrello_box .row .total_topay p { float: left; margin: 0px; margin-right: 10px; font-size: 18px !important; line-height: 22px !important; width: calc(50% - 5px); }
.carrello_box .row .total_topay p.amount { margin-right: 0px; font-size: 24px !important; line-height: 26px !important; text-align: right; }

.carrello { float: left; width: 100%; }
.carrello .row { float: left; width: 100%; flex-direction: row; display: flex; justify-content: center; align-items: center; }
.carrello .row .column { float: left; margin-right: 5px; padding: 5px 5px; font-size: 14px; line-height: 20px; color: var(--grey); max-width: unset; }
.carrello .row p { margin-top: 0px; }
.carrello .row .column.prodotto { flex: 1; padding: 5px 0px; align-items: flex-start; }
.carrello .row .column.totale, .carrello .row .column.prezzo { width: 100px; text-align: center; min-width: 100px; max-width: 100px; }
.carrello .row .column.rimuovi { width: 20px; text-align: right; padding: 5px 0px; min-width: 20px; max-width: 20px; }
.carrello .row .column.quantita { width: 140px; text-align: center; padding: 0px; min-width: 140px; max-width: 140px; flex-direction: row; }
.carrello .row .column.rimuovi { margin-right: 0px; text-align: center; }
.carrello .row .column.rimuovi a { color: var(--grey) !important; font-size: 18px; }
.carrello .row .column.rimuovi a:hover { color: var(--gold) !important; }
.carrello .row.intestazione .column { font-size: 18px; color: var(--gold) !important; font-weight: 700; }
.carrello .row.intestazione { border-bottom: 1px solid var(--gold); padding-bottom: 5px; }

.carrello .row.product { margin-top: 15px; }
.carrello .row.product .column.prodotto { display: flex; justify-content: center; flex-direction: row; align-items: center; }
.carrello .row.product .column .image { float: left; width: 80px; height: 80px; }
.carrello .row.product .column .image .loading_content { background-size: auto 30px; }
.carrello .row.product .column .info { float: left; width: calc(100% - 90px); margin-left: 10px; display: flex; align-items: center; flex-direction: column; }
.carrello .row.product .column .info p { float: left; width: 100%; font-size: 16px; line-height: 20px; }
.carrello .row.product .column .info p.sottotitolo { margin-top: 5px; font-weight: 500; }
.carrello .row.product .column .info p.personalizzazione { margin-top: 5px; }
.carrello .row.product .column .info p a { font-size: 18px; line-height: 22px; text-decoration: none; color: var(--gold); font-weight: 700; }
.carrello .row.product .column .info p a:hover { text-decoration: underline; }

.carrello .row .column.quantita a.update { border: 1px solid var(--gold); padding: 4px 6px; text-align: center; text-decoration: none; color: var(--grey); }
.notmobile .row .column.quantita a.update:hover:not(.disabled) { background-color: var(--gold); color: #FFF; }
.carrello .row .column.quantita span { margin: 0px 8px 0px 8px; }
/* FINE CARRELLO */

.mini_cart.static { float: left !important; position: static !important; width: 100% !important; padding: 0px; display: block; box-shadow: none; background-color: #FFF; }
.mini_cart.static .lista { height: auto !important; max-height: none !important; margin-top: 0px; }
.mini_cart.static .lista .product { padding-top: 20px; }
.mini_cart.static .lista .product .info .prezzo { margin-top: 5px; }
.mini_cart.static .lista .product .info p.sottotitolo,
.mini_cart.static .lista .product .info .prezzo font { color: var(--grey); }
.mini_cart.static .lista .product a.delete { filter: invert(0); }
.mini_cart.static .carrello_box h3 { margin-top: 20px; }
.carrello_box.pagamento .form { margin-top: 0px; }
.carrello_box.pagamento .form #dati_form .row:first-child { margin-top: 10px !important; }
.carrello_box.pagamento .form #form_spedizione { float: left; width: 100%; }


.coupon_code_box { float: left; width: calc(100% - 30px); margin-bottom: 0px; margin-top: 20px; margin-bottom: 15px; background-color: var(--gold); padding: 15px;}
.coupon_code { float: left; width: 100%; margin-bottom: 0px; }
.coupon_code h3 { margin-bottom: 0px; margin-top: 0px; color: #FFF; font-size: 18px; line-height: 24px; }
.coupon_code .row:nth-child(2) { margin-top: 10px !important;}
.coupon_code .row { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.coupon_code .row .input {flex: 1; margin-right: 0px; }
.coupon_code .row .input input { text-align: center; }
.coupon_code .row p.btn { flex: 1; margin-top: 10px; margin-left: 0px; display: flex; justify-content:  flex-start; align-items: flex-start; }
.coupon_code .row p.btn a { margin-top: 0px !important; height: 39px; line-height: 39px !important; border-radius: 0px; padding: 0px;
  width: 100%;text-decoration: none; background-color: var(--grey) !important; margin: 0px; }
.coupon_code .row p.btn a:hover { background-color: #6D6D6D !important }

.info_utente { float: left; width: 100%; margin-top: 20px; display: flex; justify-content: space-between;; align-items: center; }
.info_utente .col { flex: 1; border: 1px solid var(--gold); padding: 15px; max-width: calc(49% - 30px); }
.info_utente.smt { margin-top: 10px; }
.info_utente .col.all { width: calc(100% - 30px); }
.info_utente .col h3 { font-size: 18px; margin-bottom: 5px !important; margin-top: 0px !important; }
.info_utente .col p { margin-top: 2px; }

.feedback { float: left; width: 100%; margin-bottom: 50px; }
.feedback h3 { color: var(--gold); font-size: 50px; line-height: 50px; text-align: center; margin: 0px; }
.feedback p { text-align: center; font-size: 18px; line-height: 26px; }
.feedback p.btn { margin-top: 25px; }
.feedback p.btn a { margin-right: 0px !important; padding: 0px 25px !important; width: auto; }

.block_content.banner { margin-bottom: 30px; }
.block_content.banner .black_bkg { background-color: #121212; padding: 40px; width: calc(100% - 80px); }
.block_content.banner .black_bkg .title_block h2 { background-color: #121212; color: #FFF; }
.block_content.banner .black_bkg h2.block, .block_content.banner .black_bkg .column .testo, .block_content.banner .black_bkg .column .testo p { color: #FFF; }
.block_content.banner .black_bkg .column.image { max-width: 40%; }
.block_content.banner .black_bkg .column:last-child { max-width: unset; padding: 0px; margin-left: 50px; }
.block_content.banner p.btn a { color: var(--gold) !important; border: 1px solid var(--gold) !important; }
.block_content.banner p.btn a:hover { border: 1px solid var(--gold) !important; color: #FFF !important; }

.black_bkg .row .tab { float: left; width: 100%; margin-bottom: 30px; }
.black_bkg .row .tab a { float: left; width: auto; height: 40px; border: var(--grey); margin-right: 10px; line-height: 40px;
color: #FFF; padding: 0px 20px; font-size: 16px; border-radius: 0px; text-decoration: none; background-color: var(--grey); }
.black_bkg .row .tab a.active, .black_bkg .row .tab a:hover { background-color: var(--gold); border-color: var(--gold); }
.black_bkg .row .tab a.logout { float: right; margin-right: 0px; }

/* FAQS */
.block_content.faqs { padding: 50px 0px 60px !important; background-color: #E8DECB; }
.block_content.faqs .title_block h2 { background-color: #E8DECB; }
.block_content.faqs .faqs_list { float: left; width: 100%; margin-top: 25px; }
.block_content.faqs .faqs_list .faq { float: left; width: calc(100% - 42px); border: 1px solid var(--grey); padding: 20px 20px; margin-top: 15px; }
.block_content.faqs .faqs_list .faq p { float: left; width: 100%; margin: 0px; }
.block_content.faqs .faqs_list .faq p a { float: left; width: 100%; color: var(--gold); font-weight: 700; font-size: 20px; line-height: 24px; }
.block_content.faqs .faqs_list .faq p a font { float: left; width: calc(100% - 30px); color: var(--gold); font-weight: 700; font-size: 20px; line-height: 24px; }
.block_content.faqs .faqs_list .faq p a svg { float: right; height: 20px; width: 20px; fill: var(--gold) !important; margin-top: 4px;}
.block_content.faqs .faqs_list .faq p a svg.up { display: none; }
.block_content.faqs .faqs_list .faq .testo { float: left; width: 100%; display: none; margin-top: 10px; }
.block_content.faqs .faqs_list .faq.open { border: 1px solid var(--gold); }
.block_content.faqs .faqs_list .faq.open .testo { display: block; }
.block_content.faqs .faqs_list .faq.open p a svg.down { display: none; }
.block_content.faqs .faqs_list .faq.open p a svg.up { display: block; }
/* END FAQS */

/* ORDINI UTENTE */
.ordini_utente { float: left; width: 100%; }
.ordine_utente { float: left; width: calc(100% - 30px); border: 1px solid var(--gold); padding-bottom: 0px; margin-top: 0px; padding: 15px 15px 0px 15px !important; margin-bottom: 10px; }
.ordine_utente:last-child { margin-bottom: 0px; }

.ordine_utente.intestazione { background-color: var(--gold); margin-bottom: 10px; }

.ordine_utente .row_ordine { float: left; width: 100%; display: flex;flex-direction: row; margin-bottom: 15px; }
.ordine_utente .dettaglio { float: left; display: none; width: 100%; margin-bottom: 5px; margin-top: 15px; }
.ordine_utente .dettaglio.show { display: block; }
.ordine_utente .dettaglio .prodotti_shop { width: calc(100% + 15px); }
.ordine_utente .dettaglio .prodotto_shop { width: calc(25% - 17px); margin-right: 15px; margin-top: 5px; margin-bottom: 10px; }

.ordine_utente .dettaglio .info_utente.nomt { margin-top: 0px; }
.ordine_utente .dettaglio .info_utente .col { border: 1px dotted #FFF; width: 100%; padding: 0px; max-width: 100%; margin-top: 20px; }
.ordine_utente .dettaglio .info_utente.half { width: calc(100% + 15px); }
.ordine_utente .dettaglio .info_utente.half .col { width: calc(50% - 47px); margin-top: 0px; margin-right: 15px; }
.ordine_utente .dettaglio .info_utente .col h3 { margin-bottom: 5px !important; font-size: 18px; line-height: 22px; }

.carrello_box .row .ordine_utente p { margin-top: 0px; }
.carrello_box .row .ordine_utente p.sottotitolo { margin-top: 3px; }
.carrello_box .row .ordine_utente p.prezzo { margin-top: 10px; }
.carrello_box .row .ordine_utente.intestazione p { color: #FFF !important; }

.ordine_utente .dettaglio .info_utente .col p { padding-top: 0px !important; padding-bottom: 0px !important; }
.ordine_utente p.quantita { text-align: center; max-width: 100px; }
.ordine_utente p.download { text-align: center; max-width: 60px; cursor: default; }
.ordine_utente p.download a { color: var(--gold); font-size: 22px; }
.ordine_utente p.download a i { }
.ordine_utente p.date, .ordine_utente p.subtotale, .ordine_utente p.totale { text-align: center; max-width: 130px; }
.ordine_utente p:last-child { margin-right: 0px !important; }
/* END ORDINI UTENTE */

/* CONTATTI */
.form.contatti .row.mt25 { border: 1px solid #EDEDED; width: calc(100% - 32px) !important; display: flex; justify-content: center; align-items: center;
padding: 10px 15px; margin-top: 15px !important; flex-direction: row; }
.form.contatti .row.col { flex-direction: column; }
.form.contatti .row.hidden { display: none; }
.form.contatti .row.half { width: calc(50% - 40px) !important; margin-right: 15px; }
.form.contatti .row.half.last { width: calc(50% - 39px) !important; }
.form.contatti .row.third { width: calc(33.33333333% - 42px) !important; margin-right: 15px; }
.form.contatti .row.last { margin-right: 0px !important; }

.form.contatti .row.indirizzo { width: calc(80% - 37px) !important; margin-right: 10px !important; }
.form.contatti .row.civico { width: calc(20% - 37px) !important; margin-right: 0px !important; }
.form.contatti .row.civico .input_label, .form.contatti .row.civico label.field_label { width: 50px; }
.form.contatti .row.cap .input_label, .form.contatti .row.cap label.field_label { width: 50px; }
.form.contatti .row.citta { width: calc(70% - 37px) !important; margin-right: 10px !important; }
.form.contatti .row.cap { width: calc(30% - 37px) !important; margin-right: 0px !important; }
.form.contatti .row label.field_label, .form .row .input_label { color: var(--gold); font-weight: 600; width: 140px; padding: 0px; }
.form.contatti .row .input, .form.contatti .row .select { border: 0px !important; flex: 1; }
.form.contatti .row .input.textarea textarea { padding: 0px; width: 100%; margin-top: 5px; }
.form.contatti .row .input.radio { margin-bottom: 0px; }
/* END CONTATTI */

/* RECENSIONI */
.recensioni-block-center { margin: 0px auto; width: 90%; max-width: 1000px; }
.recensioni-block { float: left; width: 100%; margin-top: 25px; }
.recensioni-block-header { float: left; width: 100%; display: flex; justify-content: center; align-items: center; }
.recensioni-block-header img { height: 60px; }
.recensioni-block-header div.line { flex: 1; height: 1px; max-height: 1px; background-color: var(--gold); margin: 0px 25px 0px 20px; }
.recensioni-block-header p.btn { width: auto; margin: 0px; }
.recensioni-block-slider { float: left; width: 100%;  margin-top: 15px; height: 200px; display: flex; justify-content: center; align-items: center; }
.recensioni-block-slider a.arrow { float: left; width: 46px; }
.recensioni-block-slider a.arrow svg { height: 20px; }
.recensioni-block-slider a.arrow svg path { stroke: var(--gold); }
.recensioni-block-slider a.arrow.left svg { transform: rotate(-180deg); }

.recensioni-block-slider-overflow { flex: 1; margin: 0px 30px; position: relative; height: 200px; overflow: hidden; }
.recensioni-block-slider-overflow .element { float: left; width: 100%; position: absolute; top: 0px; left: 0px; flex-direction: column; display: flex;
  justify-content: center; align-items: center; height: 200px; }
.recensioni-block-slider-overflow .element.next { left: 100%; }
.recensioni-block-slider-overflow .element p { text-align: center; font-weight: 500; }
.recensioni-block-slider-overflow .element p.titolo { font-weight: 700; margin-top: 0px; }
.recensioni-block-slider-overflow .element p.autore { color: var(--gold); font-weight: 700; margin-top: 25px; }

.recensioni-block .balls { float: left; width: 100%; display: flex; justify-content: center; flex-direction: row; }
.recensioni-block .balls .ball { box-sizing: border-box; transition: all .3s; margin-right: 10px; -webkit-transition: all .3s;
  width: 20px; height: 10px; border-radius: 0px; background-color: transparent; border: 1px solid var(--gold); }
.recensioni-block .balls .ball:last-child { margin-right: 0px; }
.recensioni-block .balls .ball:hover, .recensioni-block .balls .ball.active { background-color: var(--gold); }

.block_box_categorie { float: left; width: 100%; }
.box-categorie { float: left; width: 100%; margin-bottom: 25px; }
.box-categoria { float: left; width: calc(33.33333333% - 62px); padding: 20px; margin-right: 20px; margin-top: 20px; background-color: #FFF; border: 1px solid #EDEDED; position: relative; position: relative; }
.box-categoria h2 { float: left; width: 100%; font-family: "Rumble Brave outline",cursive; color: var(--gold); font-size: 40px; font-weight: 300; line-height: 48px; }
.box-categoria p { float: left; width: 100%; font-weight: 400; margin-top: 10px; }
.box-categoria p.btn { margin-top: 30px; }
.box-categoria .image { float: left; width: 100%; margin-top: 20px; }
.box-categoria .image img { float: left; width: 100%; }
.box-categoria a.over_link { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #FFF; -moz-opacity: 0;
opacity: 0; filter: alpha(opacity=0); }
.box-categoria a.over_link:hover { -moz-opacity: 0.2; opacity: 0.2; filter: alpha(opacity=20);}

/* PERSONALIZZAZIONE */
.personalizzazione_prodotto { float: left; width: 100%; margin-top: 20px; }
.personalizzazione_prodotto p { float: left; width: 100%; margin-bottom: 15px; color: var(--gold); }
.personalizzazione_checkbox { float: left; width: 100%; }

.personalizzazione_checkbox .checkbox {
  float: left;
  margin-left: 0px;
  width: 16px;
  height: 17px;
  border: 1px solid #DCDCDC;
  position: relative;
  margin-top: 2px;
  background-color: #FFF;
}

.personalizzazione_checkbox .checkbox.shadow {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.personalizzazione_checkbox .checkbox input {
  -moz-opacity: 0;
  opacity: 0;
  margin: 0px;
  filter: alpha(opacity=0);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
  width: 18px;
  height: 18px;
  float: left;
  cursor: pointer;
}

.personalizzazione_checkbox .checkbox span {
  float: left;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-top: 3px;
  background-color: var(--gold);
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), opacity .2s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

.personalizzazione_checkbox .checkbox span.checked {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.personalizzazione_checkbox label {
  float: left;
  cursor: pointer;
  width: calc(100% - 26px);
  margin-left: 8px;
  color: var(--grey);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
}

.personalizzazione_textarea {
  float: left; 
  width: 100%;
  margin-top: 15px;
  display: none;
}

.personalizzazione_textarea textarea {
  float: left;
  height: 144px;
  width: calc(100% - 32px);
  padding: 10px 15px;
  background: none;
  color: var(--grey);
  font-size: 16px;
  line-height: 28px;
  resize: none;
  border: 1px solid #DCDCDC;
}