/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.grecaptcha-badge { 
visibility: hidden; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  z-index: 1;
  font-family: "Karla", sans-serif !important;
}

p, span, div {
  /* Non-prefixed version, currently
                                   supported by Chrome, Edge, Opera and Firefox */
}

html * {
  /*-webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
}
html *:focus {
  outline: none !important;
}

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

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

html {
  font-family: "Karla", sans-serif !important;
  position: relative;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px !important;
  letter-spacing: 0.4px;
}

body, a {
  color: #222;
  background: #fff;
}

body {
  width: 100%;
  overflow: hidden;
}

.font-titoli {
  font-family: "Prata", sans-serif;
}

.bollino-terminato {
  text-decoration: none !important;
  text-underline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  background: linear-gradient(90deg, rgb(78, 114, 95) 0%, rgb(55, 74, 66) 100%);
  color: #fff !important;
  padding: 5px !important;
  border-radius: 100% !important;
  text-align: center;
  margin: 10px auto;
  display: flex;
  height: 50px !important;
  width: 50px !important;
  justify-content: center;
  align-items: center;
  padding: 5px !important;
  top: 80px;
  position: absolute;
  right: 10px;
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.3) !important;
  border: 2px solid #fff !important;
}
.bollino-terminato.relative {
  top: 80px !important;
  position: absolute;
  right: 80px !important;
}
.bollino-terminato > .int {
  font-size: 11px !important;
  font-weight: bolder;
  line-height: 1.3;
}
.bollino-terminato.w-100 {
  max-width: unset !important;
}

div {
  font-size: 1.7rem;
}

.float-right {
  float: right !important;
}

p {
  line-height: 1.9;
}

.py-5 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-6 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pl-100 {
  padding-left: 100px !important;
}

body {
  /*  background-color: #000000 !important;*/
  color: black !important;
  font-family: "Karla", sans-serif;
  font-kerning: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.text-black {
  color: #000 !important;
}

li {
  line-height: 1.9 !important;
}

.v-dialog.v-dialog--active {
  overflow: auto !important;
}

#int-singolo-articolo ul {
  line-height: 1.9 !important;
}
#int-singolo-articolo ul li {
  margin-bottom: 10px !important;
  line-height: 1.9 !important;
}
#int-singolo-articolo img.main {
  max-width: 60% !important;
}
#int-singolo-articolo h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#int-singolo-articolo h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
#int-singolo-articolo h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
#int-singolo-articolo h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
#int-singolo-articolo h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
#home-info-bg .row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.livello.winestyle {
  background-color: #31483D;
}
.livello.winestyle.bordo {
  border: 2px solid 31483D;
}
.livello.prestige-gold {
  background-color: #946c38;
}
.livello.prestige-gold.bordo {
  border: 3px solid rgb(167, 143, 74);
}
.livello.platinum {
  background-color: #585353;
}
.livello.platinum.bordo {
  border: 2px solid #d6c9c9;
}
.livello.platinum-top {
  background-color: #8c8c8c;
}
.livello.platinum-top.bordo {
  border: 2px solid #d7d7d7;
}

.depliant-nome {
  font-style: italic !important;
}

.swiper-home .swiper-button-next, .swiper-home .swiper-button-prev {
  top: 7% !important;
  color: #e5ba5d;
}

#blocco-trio-home {
  margin-top: 4rem;
}
#blocco-trio-home .categoriaOlio_slide {
  margin-bottom: 2rem;
}
#blocco-trio-home .categoriaOlio_slide .titolo {
  display: block;
  margin-top: 1.5rem;
}
#blocco-trio-home .singolo {
  top: 0;
}
#blocco-trio-home .singolo:hover {
  position: relative;
  top: -20px;
  cursor: pointer;
  -webkit-transition: top ease-in-out 0.3s;
  -moz-transition: top ease-in-out 0.3s;
  -ms-transition: top ease-in-out 0.3s;
  -o-transition: top ease-in-out 0.3s;
  transition: top ease-in-out 0.3s;
}

.v-select__selection {
  color: black !important;
}

.v-text-field--outlined.v-input--is-focused fieldset {
  border: none !important;
}

.titolo {
  letter-spacing: 2.5px !important;
  color: #000;
  font-size: 4rem;
  position: relative;
  font-family: "Prata", sans-serif;
}
.titolo span {
  color: #31483D;
}
.titolo.mini {
  font-size: 2.6rem;
  line-height: 1.2;
}
.titolo.mini-mini {
  font-size: 1.4rem;
  line-height: 2rem;
}
.titolo.red {
  color: #31483D;
}

.oro {
  color: #cd9431 !important;
}

.subt {
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  font-size: 2rem;
  color: #31483D;
  font-family: "Prata", sans-serif;
}

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

.mt-150 {
  margin-top: 150px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mw-1200 {
  width: 100%;
  max-width: 1200px;
}

.bg-nero {
  background-color: #1e1b1a;
}

.bg-rosso {
  background-color: #31483D;
}

.bg-nero-chiaro {
  background-color: #332c2a;
}

.blocco-flex {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.bottone {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: normal;
  font-size: 14px;
  background-color: #31483D;
  text-transform: uppercase;
  letter-spacing: 2.5px !important;
  border-radius: 3rem;
  display: inline-block;
  padding: 15px 30px;
  font-weight: 500;
  margin-top: 1rem;
  color: #fff !important;
  background: linear-gradient(90deg, rgb(49, 72, 61) 0%, rgb(79, 110, 95) 100%);
  -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  -moz-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
}
.bottone i.icon_carrello {
  font-size: 2rem;
}
.bottone.nero {
  background-color: #332c2a;
}
.bottone.bianco {
  background-color: white;
  color: black !important;
}
.bottone.mini {
  font-size: 10px !important;
  padding: 10px !important;
}
.bottone.mini.rosso {
  background: red !important;
  color: white !important;
}

.bottone:hover {
  text-decoration: none !important;
  text-underline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  background: linear-gradient(90deg, rgb(78, 114, 95) 0%, rgb(55, 74, 66) 100%);
}

#indirizzo-spedizione, #indirizzo-fatturazione {
  color: black;
}
#indirizzo-spedizione .titolo, #indirizzo-fatturazione .titolo {
  display: inline-block;
}

#indirizzi_spedizione hr, #indirizzi_fatturazione hr {
  margin: 0.5rem !important;
}

#cookie-policy tr, #cookie-policy td, #cookie-policy th {
  border: 1px solid #000000;
  padding: 10px;
}

#indirizzo-spedizione-modale .card-2 {
  box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
  background-color: white;
}

.v-dialog {
  box-shadow: unset !important;
  overflow-y: unset !important;
}

.divid {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 70px;
  height: 3px;
  background-color: #cd9431;
}
.divid.red {
  background-color: #31483D;
}

.h-divider {
  margin-top: 30px;
  width: 180px;
  position: relative;
}

.h-divider .shadow {
  overflow: hidden;
  height: 30px;
  box-shadow: unset !important;
}

.h-divider .shadow:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px black;
}

.h-divider.white .shadow:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px white;
}

.blocco-img-sfondo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../img/bg-contatti-dk.jpg") !important;
}

#newsletter {
  height: 60px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: white;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #292828 !important;
  border-radius: unset;
  color: black !important;
}
#newsletter:focus {
  background-color: transparent !important;
  resize: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.icona-carrello {
  position: relative;
}
.icona-carrello .numero-p-carello {
  font-size: 13px;
  text-align: center;
  position: absolute;
  top: -13px;
  right: -13px;
  padding: 3px;
  border-radius: 100%;
  border: 1px solid white;
  background-color: white;
  color: #1e1b1a;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px !important;
  height: 24px !important;
}

.menu-foot {
  max-width: 1500px !important;
  margin: 0 auto !important;
  font-size: 14px !important;
  border-bottom: 1px solid #31483D;
  color: white;
}
.menu-foot address {
  font-size: 15px !important;
}
.menu-foot a {
  font-size: 14px !important;
}
.menu-foot ul {
  padding: 0;
  margin: 0;
}
.menu-foot ul li {
  margin-bottom: 5px;
}
.menu-foot ul a {
  color: white;
  text-decoration: none;
}
.menu-foot .titolo {
  font-size: 24px !important;
}
.menu-foot .sing {
  padding: 20px 40px;
}

.color-red {
  color: #31483D;
}

footer .menu-foot .titolo:after {
  content: "";
  position: absolute;
  bottom: 28px;
  left: 21px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #31483D;
  -webkit-transform: translate3d(-40px, 10px, 0);
  transform: translate3d(-40px, 10px, 0);
}

#footer .titolo {
  color: white !important;
}

#footer .logo-social-foot {
  width: 35px !important;
}

#footer {
  line-height: 1.8;
  background-color: #31483D;
  background: linear-gradient(180deg, rgb(49, 72, 61) 0%, rgb(78, 104, 92) 100%);
}
#footer hr {
  height: 0;
}
#footer #main-logo-footer {
  width: 130px;
}

.logo-footer {
  width: 60px;
}

.text-input {
  text-align: left;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: lowercase;
  color: #000 !important;
  font-family: "Prata", sans-serif;
  border: 1px solid #eee;
  background-color: #f7f3f0;
  box-shadow: 0 1px 3px 0 rgba(37, 32, 31, 0.3);
}
.text-input:focus {
  resize: none !important;
  outline: none !important;
}
.text-input.font-big {
  font-size: 2rem;
}

.menu-copy {
  font-size: 14px;
  background-color: #1e1b1a;
  color: white;
  border-top: 3px solid #31483D;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/****THEME VUETIFY ******/
.theme--light.v-application {
  background: #332c2a !important;
}

/***** //**********/
/**** CSS SWIPER**/
#swiper-prodotti .swiper-slide {
  max-width: 473px !important;
}
#swiper-prodotti .swiper-slide img {
  width: 100% !important;
}
#swiper-prodotti .swiper-slide .prodotto-info {
  height: 100%;
}

.prodotto-sing {
  position: relative;
}
.prodotto-sing p {
  font-weight: lighter;
}
.prodotto-sing img {
  width: 100% !important;
}
.prodotto-sing .prezzo {
  font-weight: bolder;
}
.prodotto-sing .divid {
  margin: 0 auto;
  background-color: #31483D;
  width: 40px;
  margin-top: 15px !important;
  margin-bottom: 5px !important;
}

.prodotto-sing:hover .prodotto-info {
  display: flex;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
}

.prodotto-sing .prodotto-info {
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  top: calc(100% - 98px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  font-weight: bold;
  color: white;
}
.prodotto-sing .prodotto-info p {
  color: white !important;
}

.feature {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #31483D;
  font-size: 13px;
  color: white;
  padding: 10px;
}

.old-price {
  text-decoration: line-through !important;
}

.price {
  color: #31483D;
}

.box-prezzo {
  font-size: 19px !important;
}

label {
  font-size: 1.4rem !important;
}

.product-bottom-label {
  position: absolute;
  bottom: 20px !important;
  right: 40px !important;
  font-style: italic;
  font-size: 13px;
  font-weight: lighter;
}

.blocco-ricerca {
  position: relative;
}
.blocco-ricerca span {
  position: absolute;
  top: 8px;
  left: 10px;
}

.prodotto-sing .prodotto-add-cart {
  position: absolute;
  bottom: 70px;
  max-width: 130px;
  font-size: 11px;
}

.select-input {
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  /*  background-color: black;*/
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #dfdfdf !important;
  color: black !important;
  border-radius: 20px !important;
  background-color: #f7f3f0;
}
.select-input:focus {
  resize: none !important;
  outline: none !important;
}

.prodotto-add-cart {
  display: none !important;
}

.social-foot i {
  font-size: 40px;
}

#group-privacy {
  font-size: 13px;
}

.price {
  font-weight: bold;
  font-size: 3.2rem;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: #31483D;
}

.box-prezzo span {
  font-size: 1.4rem;
  font-weight: bold;
}

.carrello-riga {
  border-bottom: 0.5px solid #dfdfdf;
  background-color: white;
}

.card-1 {
  padding: 45px;
  box-shadow: 0 20px 100px 0 rgba(17, 12, 46, 0.1);
  border-radius: 10px;
  margin: 40px;
  background-color: #fff7f2;
  /* background-color: $nero;*/
}

.card-2 {
  padding: 0px;
  box-shadow: 0 1px 3px 0 rgba(37, 32, 31, 0.3);
  margin: 40px;
  background-color: #f5faf4;
}

.m-0 {
  margin: 0 !important;
}

#logo-sec-intro {
  width: 350px !important;
}

#prodotto-singolo {
  text-align: center !important;
}
#prodotto-singolo .prodotto_top_def {
  font-family: "Karla", sans-serif !important;
  letter-spacing: 0 !important;
  font-size: 1.6rem;
  margin-bottom: 3px;
}
#prodotto-singolo .prodotto_top_def .bandiera-it {
  width: 18px;
}
#prodotto-singolo .input-quantita {
  margin-top: 40px !important;
}

.text-red {
  color: #31483D;
}

.input-quantita {
  width: 66%;
}
.input-quantita .op {
  color: white;
  border-radius: 1px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.input-quantita .op i {
  font-size: 30px;
}
.input-quantita .quant {
  min-width: 50%;
  font-size: 1.4rem;
  border: 0.5px solid #423b3b;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header-carrello p {
  text-transform: uppercase;
}

#modale-aggiunta-carello {
  background-color: rgba(0, 0, 0, 0.5);
}
#modale-aggiunta-carello #modale-cont-aggiunta-prodotto {
  background-color: transparent !important;
  border: unset;
}

.table tr {
  color: white !important;
}
.table td {
  color: white !important;
}

.card-notizia {
  height: 100%;
  /* background-color: $nero-2;*/
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background: #f7f3f0;
  -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  -moz-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
}
.card-notizia .titolo {
  font-size: 2.1rem !important;
}
.card-notizia .content {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-notizia .img-articolo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 200px;
  min-height: 300px;
}
.card-notizia p {
  flex: 1;
}
.card-notizia .btn-articolo {
  margin-top: auto;
  max-width: 200px;
  margin: 0 auto;
}

#cat-list a {
  font-size: 1.5rem;
  text-decoration: none;
  color: black !important;
}

.ul-cat {
  padding: 0;
  margin: 0;
}

a:hover {
  text-decoration: none !important;
  text-underline: none !important;
}

#group-privacy.chiuso {
  display: none;
}

#carrello-preview {
  padding: 30px;
  width: 300px;
  background-color: white;
  color: black;
  position: absolute;
  top: 78px;
  right: 90px;
  border-radius: 5px;
  z-index: 999999 !important;
  display: block;
}
#carrello-preview.hidden {
  display: none;
}

.hide {
  display: none;
}

.quant-prod-carello-preview {
  position: absolute;
  top: 5px;
  right: 0;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  padding: 3px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  z-index: 99999 !important;
  background-color: #eeeeee;
}

/**** TABELLE ****/
.table tr, .table td, .table label {
  color: black !important;
}
.table td {
  font-size: 1.4rem;
}

input#privacy {
  height: unset !important;
}

.dataTables_info {
  color: black !important;
}

.dataTables_wrapper label {
  color: black !important;
}

.dataTables_wrapper .dataTables_filter input {
  color: black !important;
}

.mini-box-spedizione-gratuita {
  display: inline-block;
  padding: 8px 10px;
  background: #1e1b1a !important;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 8px;
  letter-spacing: 1px;
  border-radius: 2px;
}

/******* //*******/
#prodotto-singolo .valore-sconto {
  display: inline-block;
  padding: 8px 10px;
  background: #31483D !important;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 8px;
  letter-spacing: 1px;
  border-radius: 2px;
}
#prodotto-singolo .singolo .box-prezzo span {
  font-size: 25px !important;
  font-weight: bolder;
}

#input-minus-plus input {
  border: 0.5px solid black;
  color: black;
}
#input-minus-plus span {
  cursor: pointer;
}
#input-minus-plus .number {
  margin: 100px;
}
#input-minus-plus .minus, #input-minus-plus .plus {
  width: 30px;
  height: 30px;
  background: #31483D;
  color: white;
  border-radius: 4px;
  padding: 8px 5px 8px 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
#input-minus-plus input {
  height: 34px;
  width: 100px;
  text-align: center;
  font-size: 26px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}
#input-minus-plus input:focus {
  border: none;
  border: unset;
}

.tag-blog {
  padding: 2px 5px;
  font-size: 1.5rem;
  border: 1px solid #31483D;
  text-underline: none;
  margin: 5px;
  display: inline-block;
  color: black;
}

.text-underline-none {
  text-decoration: none !important;
  text-underline: none !important;
}

.remove-coupon {
  position: absolute;
  bottom: 29px;
  right: 20px;
  font-size: 16px;
}

.bollino-sconto {
  position: absolute;
  top: -6px;
  left: -2px;
  /* width: 3px; */
  height: 70px;
  width: 70px;
  color: #fff;
  padding: 2px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 400px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.34);
}
.bollino-sconto.int-prodotto {
  top: -12px !important;
  left: -12px !important;
  height: 60px;
  width: 60px;
  padding: 7px;
  font-size: 13px;
  z-index: 999999;
}
.bollino-sconto.winestyle {
  background-color: #31483D;
  border: 2px solid 31483D;
}
.bollino-sconto.prestige-gold {
  background-color: #946c38;
  border: 3px solid rgb(167, 143, 74);
}
.bollino-sconto.platinum {
  background-color: #585353;
  border: 2px solid #d6c9c9;
}
.bollino-sconto.platinum-top {
  background-color: #8c8c8c;
  border: 2px solid #d7d7d7;
}

.page-link {
  position: relative;
  display: block;
  text-decoration: none;
  border: 1px solid #31483D !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #332c2a !important;
  font-size: 17px;
}

#ricerca-header {
  overflow: auto;
  background-color: #fff7f2;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 999999 !important;
  position: fixed;
  top: 0;
  left: 0;
}
#ricerca-header #chiudi-form-ricerca {
  font-size: 40px;
  position: absolute;
  top: 2% !important;
  right: 2% !important;
  z-index: 999999 !important;
}
#ricerca-header.nascosto {
  display: none;
}
#ricerca-header .int {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 30px !important;
  margin: 0 auto !important;
}
#ricerca-header .text-input {
  font-size: 2rem;
  max-width: 100%;
}

.box-input {
  position: relative;
}
.box-input i {
  font-size: 20px;
  position: absolute;
  top: -25%;
  margin-left: 17px;
  margin-top: 17px;
  z-index: 1;
  color: #31483D;
}

.storia {
  background-color: white;
}

.ric {
  padding-left: 45px;
}

.overlay-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

#group-privacy span, #group-privacy-home span {
  font-size: 0.9rem;
}

.riga-prod-ricerca {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 20px 100px 0 rgba(17, 12, 46, 0.1);
}

.v-list-item__title {
  font-size: 1.2rem !important;
}

.btn-big {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #89434a;
  font-size: 30px !important;
  border-radius: 16px;
  color: white;
  cursor: pointer;
  text-align: center;
}
.btn-big i {
  margin-left: 20px;
}
.btn-big label {
  font-size: 25px !important;
  font-weight: bolder !important;
  text-transform: uppercase;
}
.btn-big p {
  font-size: 13px !important;
  margin-top: 15px;
}

.info-livello {
  z-index: 999999;
  position: relative;
  top: -1px;
  left: 54px;
  padding: 10px;
  width: 80%;
  font-size: 1.2rem;
}

.caricamento-prodotti {
  height: 32px;
  width: 32px;
  position: absolute !important;
  top: 5px !important;
  right: 5px !important;
}

.v-input__slot fieldset {
  border: none !important;
}

#area-utente i {
  color: black !important;
}

.v-input__slot {
  border-radius: 0px !important;
  border: 1px solid #dfdfdf;
}

.mw-100 {
  min-width: 100%;
  width: 100%;
}

.prodotto-immagini {
  position: relative;
}

.theme--light.v-application {
  background-color: transparent !important;
}

.prodotto-specifiche {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  font-size: 1.4rem;
}

.prodotto-riepilogo-ordine {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

#frantoio .swiper-button-next, #frantoio .swiper-button-prev {
  top: 55% !important;
}

.swiper-button-prev, .swiper-button-next {
  background: linear-gradient(90deg, rgb(49, 72, 61) 0%, rgb(79, 110, 95) 100%) !important;
  color: #fff !important;
  border-radius: 100% !important;
  width: 20px !important;
  height: 20px !important;
  padding: 20px !important;
  border: 0.5px solid #fff !important;
}
.swiper-button-prev:after, .swiper-button-prev:before, .swiper-button-next:after, .swiper-button-next:before {
  font-size: 15px !important;
}

#premi, #stampa {
  background: #f5faf4;
}
#premi .int, #stampa .int {
  margin: 3px;
  padding: 15px;
  background: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 3px 7px 13px rgba(0, 0, 0, 0.1019607843);
  -moz-box-shadow: 3px 7px 13px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 3px 7px 13px rgba(0, 0, 0, 0.10196078);
}

.bg-frantoio-shop-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 20px solid #fff;
  position: relative;
  max-width: 100%;
  width: 1460px;
  margin: 0 auto !important;
  display: block;
}
.bg-frantoio-shop-banner a {
  text-decoration: none !important;
  outline-width: 0 !important;
}
.bg-frantoio-shop-banner .titolo {
  color: #31483D !important;
}
.bg-frantoio-shop-banner p {
  color: #000 !important;
}
.bg-frantoio-shop-banner h3.titolo {
  color: #000 !important;
}
.bg-frantoio-shop-banner h3 {
  color: #31483D !important;
  text-transform: capitalize;
  text-underline: none !important;
}
.bg-frantoio-shop-banner p {
  color: #000 !important;
}
.bg-frantoio-shop-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#sec-intro, .prodotto-sing {
  overflow: hidden;
}

#frantoio-bottom {
  text-transform: uppercase;
}
#frantoio-bottom img {
  width: 35px;
  margin-bottom: 20px !important;
}

@media (min-width: 1904px) {
  .container {
    max-width: 1300px !important;
  }
}
@media (min-width: 1400px) {
  .container.mid {
    max-width: 1400px !important;
  }
}
#form-contatti {
  background-position: left;
  background-size: contain;
}

#mappa {
  padding-top: 50px;
  padding-bottom: 50px;
}
#mappa .int {
  position: relative;
  min-height: 400px;
}
#mappa iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blocchi-contatti {
  margin-top: -100px;
}

#home-blocchi-info-bottom {
  background-position: left;
  background-size: contain;
}
#home-blocchi-info-bottom .parte-testo {
  -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  -moz-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  overflow: hidden;
  margin-top: -10px;
  background: #fff;
  padding: 30px 10px;
}
#home-blocchi-info-bottom .parte-testo .bottone {
  margin-top: 20px;
}

#home-chi-siamo {
  background-position: right;
  background-size: contain;
}
.container.big {
  width: 100%;
}

#carosello-prodotti {
  position: relative;
}
#carosello-prodotti .prodotto-singolo-griglia {
  padding-bottom: 190px;
  text-align: center;
  margin-bottom: 32px;
}
#carosello-prodotti .prodotto-singolo-griglia .info_bottom {
  padding: 25px 0;
}
#carosello-prodotti .prodotto-singolo-griglia .titolo {
  padding: 0 5px;
}
#carosello-prodotti .swiper-navi {
  text-align: center;
  width: 180px;
  display: block;
  margin: 0 auto;
}
#carosello-prodotti .swiper-navi .swiper-button-prev, #carosello-prodotti .swiper-navi .swiper-button-next {
  position: relative;
  width: 90px;
  float: left;
  margin: 0 !important;
  display: block !important;
}
#carosello-prodotti .swiper-navi .swiper-button-prev::after, #carosello-prodotti .swiper-navi .swiper-button-next::after {
  background: #f9f9f9;
  padding: 4px 10px;
  border: 1px solid #000;
  color: #31483D;
}

hr {
  height: 2px;
  background: #31483D;
}

.didascalia {
  font-style: italic;
  font-size: 15px;
  color: #31483D;
}

#team .container, #chi-siamo-attivita .container, #educator .container {
  padding: 70px;
  background: #f9f9f9;
  -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  -moz-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
}

#chi-siamo-attivita .singola {
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
}

#checkout-part .text-input {
  height: 43px;
}

.v-application--wrap {
  min-height: unset !important;
}

.card-titolo {
  padding: 1rem !important;
  background: #31483D !important;
}
.card-titolo .titolo {
  color: #fff !important;
}

#pagina-singolo-ordine .meta {
  padding: 100px;
}
#pagina-singolo-ordine .titolo.mini {
  color: #31483D;
}

#indirizzo-spedizione-modale a, #indirizzo-fatturazione-modale a {
  font-size: 10px !important;
  padding: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

#alert-divieto.chiuso, #alert-divieto-brasile.chiuso {
  display: none;
}

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.flexbox .col {
  flex: 1;
}

#area-utente .card-2 {
  margin: 0 !important;
}

#riga-prodotti-lista {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

#front-griglia-prodotti .row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #31483D;
  border-color: #31483D;
}

.blocco-ombra {
  padding: 70px;
  background: #f9f9f9;
  -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  -moz-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
}

.degustazioni-tour .singola-esperienza {
  position: relative;
  padding: 70px;
  background: #f9f9f9;
  -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  -moz-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
}
.degustazioni-tour .singola-esperienza .bollo {
  text-align: center;
  position: absolute;
  /* top: -25px;
   right: -25px;*/
  top: 62px;
  right: 54px;
  width: 70px;
  height: 70px;
  background-color: #31483D;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  border-radius: 100%;
}
.degustazioni-tour .singola-esperienza .bollo img {
  width: 40px;
}
.degustazioni-tour .singola-esperienza .bollo div, .degustazioni-tour .singola-esperienza .bollo p {
  color: white;
}

#testo-prenotazione {
  padding: 15px;
  background-color: #31483D;
  color: white;
}
#testo-prenotazione p, #testo-prenotazione a {
  text-align: center;
  color: white;
}

#sconto-livello-carrello, #coupon-banner {
  background-color: #31483D;
  color: white;
  padding: 15px;
  border-radius: 5px;
}

#landing #main-landing {
  margin-bottom: 100px;
  background-color: #f7f3f0;
  margin-top: -70px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
#landing #main-landing .col-md-4, #landing #main-landing .col-md-8 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#landing #main-landing .col-md-4 .interno, #landing #main-landing .col-md-8 .interno {
  padding: 20px;
}
#landing .blocco-header {
  position: relative;
  min-height: 800px;
  z-index: -1;
}
#landing .blocco-header img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#landing .blocco-titolo .int {
  text-align: center;
  margin-top: -700px;
  opacity: 0.8;
  padding: 50px;
  max-height: 300px;
}
#landing .blocco-titolo .int p {
  max-width: 700px;
  margin: 0 auto;
}
#landing .titolo {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.5px !important;
  line-height: 5rem;
  font-size: 3rem;
  position: relative;
  color: #000000;
}
#landing .titolo.mini {
  font-size: 2rem;
}
#landing .titolo .small {
  font-size: 35px;
  margin-top: 16px;
}
#landing .titolo.main {
  letter-spacing: 8px !important;
  font-size: 6rem;
  text-shadow: #000 6px 2px 2px;
  color: #fff;
}

.inputbtn input {
  height: 40px !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.inputbtn .bottone {
  border-radius: 20px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 40px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cat-list-3 {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 25px;
  text-align: center;
}
#cat-list-3 .titolo {
  color: white;
}
#cat-list-3 ul {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#cat-list-3 ul li {
  margin-right: 15px;
  margin-bottom: 15px;
}
#cat-list-3 ul li a {
  text-decoration: none;
  text-underline: none;
}
#cat-list-3 .ul-cat span {
  padding: 10px;
  display: block;
  height: 95px;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
  background: #31483D;
  background: linear-gradient(90deg, rgb(49, 72, 61) 0%, rgb(79, 110, 95) 100%);
  -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57) !important;
  -moz-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57) !important;
  box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57) !important;
  max-width: 220px;
  margin: 0 auto;
  display: block;
  min-width: 300px;
  border-radius: 7px;
  text-align: center;
  font-size: 15px;
}
#cat-list-3 .ul-cat span:hover {
  background: linear-gradient(90deg, rgb(78, 114, 95) 0%, rgb(55, 74, 66) 100%);
}

#cat-list-2 {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 20px;
  text-align: center;
}
#cat-list-2 .titolo {
  color: white;
}
#cat-list-2 ul {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
#cat-list-2 ul li {
  margin-right: 15px;
}
#cat-list-2 ul li a {
  text-decoration: none;
  text-underline: none;
}
#cat-list-2 .ul-tag span {
  max-width: 220px;
  margin: 0 auto;
  display: block;
  background-color: #31483D;
  color: #ffffff;
  min-width: 150px;
  border-radius: 7px;
  padding: 5px;
  text-align: center;
}
#cat-list-2 .ul-cat span {
  max-width: 220px;
  margin: 0 auto;
  display: block;
  background-color: #ffffff;
  color: #31483D;
  min-width: 150px;
  border-radius: 7px;
  padding: 5px;
  text-align: center;
}

#body-blog {
  margin-top: 2px;
  background-image: url("../img/shop/shop.jpg");
  position: relative;
  padding: 40px;
  background-size: cover;
}
#body-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.altri-prodotti {
  z-index: -2;
}

.v-label {
  display: none !important;
}

.v-select__selections {
  padding: 0 !important;
}

.v-input__control {
  height: 30px !important;
}

.v-input__slot {
  border: none !important;
}

.v-select.v-input--dense .v-select__selection--comma {
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.select-input {
  border: 1px solid #eee !important;
}

#indirizzo-spedizione-modale a, #indirizzo-fatturazione-modale a {
  border-radius: 5px !important;
}

#note-acquisto textarea {
  height: unset !important;
}

.metodo-pagamento-sing {
  position: relative;
  border-bottom: 0.5px solid #e2d3d3;
  padding-bottom: 8px;
}
.metodo-pagamento-sing img {
  position: absolute;
  right: 0;
  top: -12px;
  width: 35px;
}

.dark .card-2 {
  background-color: #31483D !important;
  color: #ffffff;
  position: relative;
  margin-bottom: 50px !important;
  /*img {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 80px;

  }*/
}
.dark .card-2 .titolo {
  color: #ffffff;
  text-align: center;
}
.dark .card-2 a {
  color: #ffffff;
}
.dark .card-2 .bottone {
  background: #e5ba5d;
  color: #31483D !important;
}
.dark .card-2 .riga-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dark .card-2 .riga-group label {
  padding-bottom: 0;
}
.dark .card-2 input, .dark .card-2 select {
  border-radius: 20px !important;
}
.dark .card-2 .col-md-4, .dark .card-2 .col-md-6 {
  text-align: center !important;
}
.dark .card-2 .col-md-8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dark .card-2 button {
  width: 100%;
}

#area-utente-indirizzi .riga-indirizzo {
  border-bottom: 1px solid #c2bfbf;
}

#carello-riepilogo-spese {
  margin: 0 !important;
  padding: 18px !important;
}
#carello-riepilogo-spese hr {
  margin: 0.5rem !important;
}

/*#chekcout-pagina {
    .card-2 {
        background-color: #ffffff;
    }
}*/
#carrello-preview {
  box-shadow: 0 1px 3px 0 rgba(37, 32, 31, 0.3);
}
#carrello-preview .col-3 {
  border: 1px solid #d2cbcb;
}

.prodotto-info-complete, .altri-prodotti-stessa-cat {
  box-shadow: 0 20px 100px 0 rgba(17, 12, 46, 0.1);
  padding: 40px;
  margin-top: 40px !important;
}

/*.prodotto-info-complete {
    height: 300px;
    overflow: hidden;
}*/
.read-more {
  color: rgb(114, 45, 48) !important;
}

.v-expansion-panel {
  background-color: unset !important;
  box-shadow: 0 20px 100px 0 rgba(17, 12, 46, 0.1) !important;
}

/*.v-expansion-panel:before{
    box-shadow: none !important;
}*/
#panel-collapse-prodotto p {
  font-size: 16px !important;
  text-align: left !important;
  color: #000000 !important;
}

.altri-prodotti-stessa-cat {
  box-shadow: unset !important;
}

.altri-prodotti-stessa-cat {
  padding: 0;
  padding-bottom: 40px;
}
.altri-prodotti-stessa-cat #carosello-prodotti .prodotto-singolo-griglia {
  padding-bottom: 230px !important;
}

#alert-divieto a {
  color: #000000 !important;
}

.v-progress-circular svg {
  color: #31483D !important;
}

.circle {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.circle.red {
  background-color: #cb6b6b;
}
.circle.gren {
  background-color: #7ecb79;
}

#modale-aggiunta-carello {
  z-index: 999999 !important;
}

.tinybox {
  z-index: 999999 !important;
}

.feed-insta-poggiorubino {
  margin-top: 5px;
}

.row.sing-orto-bio {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57) !important;
  -moz-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57) !important;
  box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57) !important;
}

.row.insights {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57) !important;
  -moz-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57) !important;
  box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57) !important;
}

.sing-terra {
  background-color: white;
  position: relative;
  margin: 0 auto;
  margin-top: -60px;
  z-index: 99;
  width: 80%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  -moz-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
}

#wine_club_section {
  padding-top: 100px;
}
#wine_club_section #blocco_wine_club {
  -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  -moz-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  margin-top: -250px;
  margin-bottom: 100px;
}

/*.prodotto_zoom{
    background-color: uns;
}*/
#barra-login {
  -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  -moz-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
}

#login-form-custom .text-input {
  padding: 0.7rem 2rem;
  font-size: 1.6rem;
}

p a {
  color: #cd9431;
  font-weight: bold;
}
p a:hover {
  color: #31483D;
  cursor: pointer !important;
}

#ordine-fallito {
  background-color: #d5b2b2;
}

#recensioni .singola {
  background: #f7f3f0;
  -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
  position: relative !important;
  padding-bottom: 210px;
  text-align: center;
}

.banner-disponibilita {
  margin-top: 5px;
  background-color: #722d30;
  color: #fff;
  padding: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 99999;
  box-sizing: border-box !important;
}
.banner-disponibilita.interno-prodotto {
  width: 96% !important;
  font-size: 19px !important;
  text-align: center !important;
  left: 10px;
  top: 0;
  height: 50px;
  padding-left: 40px !important;
}

.no-font-family {
  text-transform: none !important;
  font-family: unset !important;
}

#banner-selezione-metodo-spedizione .titolo-scelta {
  font-size: 1.8rem;
}

#slider-home .swiper-slide img {
  min-width: 100%;
  width: 100%;
}

#banner-contatti-home {
  position: relative;
  background-image: url("../img/home/contatti.jpg");
}
#banner-contatti-home .col-12 {
  z-index: 99999 !important;
}
#banner-contatti-home .container {
  z-index: 99999 !important;
}
#banner-contatti-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.titolo-blocco {
  color: #fff;
  font-size: 3rem;
}
.titolo-blocco .big {
  font-size: 4.5rem;
  display: block;
  text-transform: uppercase;
}

#tradizione .tradizione {
  background-image: url("../img/home/tradizione-1.jpg");
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 90px 0;
}
#tradizione .tradizione_testo {
  background: rgba(255, 255, 255, 0.92);
  padding: 60px 20px;
  margin-left: 40px;
}

#strippaggio .strippagigo {
  background-image: url("../img/home/tradizione.jpg");
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 90px 0;
}
#strippaggio .testo_sx {
  background: rgba(255, 255, 255, 0.92);
  padding: 60px 20px;
  margin-left: 40px;
}
#strippaggio .testo_dx {
  background: rgba(255, 255, 255, 0.92);
  padding: 60px 20px;
  margin-left: auto;
  margin-right: 40px;
}

#esperienze .blocco_immagine {
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 90px 0;
}
#esperienze .degustazione {
  background-image: url("../img/esperienze/degustazioni/frantoio-buraschi-top-degustazioni.jpg");
}
#esperienze .cucina_toscana {
  background-image: url("../img/esperienze/cucina-toscana/frantoio-buraschi-top-corso-di-cucina.jpg");
}
#esperienze .percorso_gustativo {
  background-image: url("../img/esperienze/frantoio-buraschi-percorso-gustativo.jpg");
}
#esperienze .corso_assaggio {
  background-image: url("../img/esperienze/frantoio-buraschi-corso-di-assaggio.jpg");
}
#esperienze .testo_sx {
  background: rgba(255, 255, 255, 0.92);
  padding: 60px 20px;
  margin-left: 40px;
}
#esperienze .testo_dx {
  background: rgba(255, 255, 255, 0.92);
  padding: 60px 20px;
  margin-left: auto;
  margin-right: 40px;
}

.btn-esperienze-sx {
  float: left;
}

.btn-esperienze-dx {
  float: right;
}

.testo_verde {
  color: #0b6629 !important;
  font-size: 2rem;
}

.galleria_frantoio {
  padding: 0 0 0 0 !important;
  text-align: center !important;
}

.icona_card {
  max-width: 25%;
}

.immagine_principale {
  padding: 0 0 0 0;
}

.titolo-esperienze {
  line-height: 1.2;
}
.titolo-esperienze .big {
  font-family: "Prata", sans-serif;
  font-size: 3.5rem;
  display: block;
  text-transform: uppercase;
}

.categoriaOlio_slide .categoriaOlio_nome {
  font-size: 1.5rem !important;
}

.container-big {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto !important;
}

.col-verde {
  color: #31483D;
}

.col-testo {
  color: #222;
}

.flex {
  display: flex;
}

.bg-olive {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/bg-olive.jpg");
  background-position: center;
}

#banner_cat_top .sing {
  height: 400px;
  background-size: cover;
  background-position: center;
}

.prodotto-pezzo-vendita-component .box-prezzo, .prodotto-pezzo-vendita-component .price {
  text-align: center;
  font-weight: bolder !important;
  letter-spacing: 0;
}

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

.prodotto-info-complete {
  text-align: left !important;
}

.prodotto-singolo-griglia {
  text-align: left !important;
}
.prodotto-singolo-griglia .info_bottom {
  position: relative;
  margin-top: -30px;
}
.prodotto-singolo-griglia .bandiera-it {
  width: 18px;
}
.prodotto-singolo-griglia .brand {
  background: #31483D;
  padding: 2px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 110px;
  margin-bottom: 8px;
  margin-left: -4px;
  display: inline-block;
  z-index: 99999;
  border: 4px solid #fff;
}
.prodotto-singolo-griglia .prodotto_top_def {
  font-family: "Karla", sans-serif !important;
  letter-spacing: 0 !important;
  font-size: 1.6rem;
  margin-bottom: 3px;
}
.prodotto-singolo-griglia .nome_spec .nome {
  display: block;
  margin-bottom: 1.3rem;
  font-size: 1.3rem !important;
}
.prodotto-singolo-griglia ul {
  text-align: left;
  color: #717171;
  margin-top: 5px;
}
.prodotto-singolo-griglia ul li {
  font-family: "Karla", sans-serif;
}
#prezzo-prod {
  margin: 3rem 0 1rem 0;
  color: #31483D;
}
#prezzo-prod .top-t {
  margin-bottom: 8px;
}

#container-prodotto .titolo {
  font-size: 2.5rem;
}
#container-prodotto .titolo .accent {
  color: #e5ba5d;
  font-family: "Karla", sans-serif;
  font-weight: bolder;
  font-size: 2.3rem;
}

.display-block {
  display: block;
}

.home-info-blocco-int {
  border: 3px solid #e5ba5d;
  display: inline-block;
  width: 100%;
  padding: 20px;
  position: relative;
  height: 100%;
}
.home-info-blocco-int:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 34px;
  height: 1px;
  margin-left: -16px;
  background: #e5ba5d;
}
.home-info-blocco-int .cont {
  position: relative;
}
.home-info-blocco-int .cont:after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  background: #e5ba5d;
}
.home-info-blocco-int .nome-sec {
  font-size: 3rem !important;
  font-family: "Prata", sans-serif;
  padding: 30px 0 20px 0;
}
.home-info-blocco-int .cont {
  padding: 20px 0 10px 0;
}

.contatti-info-blocco-int {
  border: 3px solid #e5ba5d;
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 20px;
  position: relative;
  height: 100%;
}
.contatti-info-blocco-int:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 34px;
  height: 1px;
  margin-left: -16px;
  background: #e5ba5d;
}
.contatti-info-blocco-int .cont {
  position: relative;
}
.contatti-info-blocco-int .cont:after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  background: #e5ba5d;
}
.contatti-info-blocco-int .nome-sec {
  font-size: 3rem !important;
  font-family: "Prata", sans-serif;
  padding: 30px 0 20px 0;
}
.contatti-info-blocco-int .cont {
  padding: 20px 0 10px 0;
}

#footer-olive {
  margin: 120px 0 20px 0;
}

#home-info-bg {
  background-image: url("../img/bg-olio-extravergine-toscano.jpg");
  background-size: cover;
  background-position: center;
  padding: 10rem 0;
}
#home-info-bg .home-info-blocco-int {
  background: rgba(49, 72, 61, 0.831372549);
  color: #fff;
}

.mw-500 {
  max-width: 100% !important;
  width: 500px !important;
  display: block;
  margin: 0 auto;
}

.menu-copy {
  background: #1f2a20 !important;
  padding: 15px 0;
}
.menu-copy img {
  width: 90px;
}
.menu-copy div {
  font-size: 14px !important;
}
.menu-copy .nmn {
  margin-bottom: 5px;
}

.desc_prod_intro {
  line-height: 1.3 !important;
}
.desc_prod_intro a {
  text-transform: capitalize;
}

.prodotto-info-brevi .bottone {
  display: inline-flex;
  align-items: center;
  gap: 25px;
}
.bttOuB {
  background: #fff !important;
}

.shop-griglia-contenitore {
  background: #f5faf4;
}
.shop-griglia-contenitore .prodotto-singolo-griglia {
  padding: 15px;
  background: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 3px 7px 13px rgba(0, 0, 0, 0.1019607843);
  -moz-box-shadow: 3px 7px 13px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 3px 7px 13px rgba(0, 0, 0, 0.1019607843);
}

.vat_included {
  font-size: 1.2rem;
}

#carosello-prodotto-singolo {
  position: relative;
  overflow: hidden;
}

.chiudi_modale {
  position: absolute !important;
  top: 10px;
  right: 10px;
  font-size: 1.8rem !important;
  font-weight: bold !important;
  color: #fff !important;
  background: #31483D;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  min-width: unset !important;
}

.v-dialog .card-2 {
  margin: 0 !important;
}

body.esperienze .v-dialog--active {
  max-width: 100%;
  width: 600px !important;
}
body.esperienze .v-dialog--active img {
  margin-bottom: 2rem;
  margin-top: 1.3rem;
}

#password-reset .h-5-rem {
  height: 5rem;
}

.badge {
  position: relative;
  letter-spacing: 0.08em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
  transform: rotate(-14deg);
  text-align: center;
  filter: drop-shadow(0.25em 0.7em 0.95em rgba(0, 0, 0, 0.8));
  /* min-size + (max-size - min-size) * ( (100vw - min-width) / ( max-width - min-width) ) */
  font-size: 12px;
  z-index: 99;
}
.badge.relative {
  top: 80px !important;
  position: absolute;
  right: 60px !important;
}
.badge.prodotto-int {
  top: 240px !important;
  position: absolute;
  right: 40px !important;
}
@media screen and (max-width: 420px) {
  .badge {
    font-size: 7px;
  }
  .badge.relative {
    top: 30px !important;
    position: absolute;
    right: 0px !important;
  }
  .badge.prodotto-int {
    top: 120px !important;
    position: absolute;
    right: 40px !important;
  }
}
@media screen and (min-width: 1280px) {
  .badge {
    font-size: 9px;
  }
}
.badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10em;
  height: 10em;
  border-radius: 100%;
  background: linear-gradient(90deg, rgb(78, 114, 95) 0%, rgb(55, 74, 66) 100%);
  opacity: 0.8;
  transition: opacity 0.3s linear;
}
.badge:hover {
  color: #fff;
  text-decoration: none;
  transform: rotate(-10deg) scale(1.05);
}
.badge:hover::before {
  opacity: 0.9;
}
.badge svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 0;
  width: 10em;
  height: 10em;
}
.badge span {
  display: block;
  background: linear-gradient(90deg, rgb(78, 114, 95) 0%, rgb(55, 74, 66) 100%);
  border-radius: 0.4em;
  padding: 0.4em 1em;
  z-index: 1;
  min-width: 11em;
  border: 1px solid;
  text-transform: uppercase;
}

@media screen and (min-width: 960px) {
  /*.py-5 {
      padding-top: 6rem !important;
      padding-bottom: 6rem !important;
  }*/
  .p-5 {
    padding: 6rem !important;
  }
  .p-4 {
    padding: 4rem !important;
  }
  .p-3 {
    padding: 4rem !important;
  }
  .mt-2 {
    margin-top: 1.5rem !important;
  }
  .pb-3 {
    padding-bottom: 3rem !important;
  }
  .py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mb-05 {
    margin-bottom: 0.5rem;
  }
  .my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-3 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important;
  }
  .my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mr-2 {
    margin-right: 2rem !important;
  }
  .mr-1 {
    margin-right: 1rem !important;
  }
  .mt-4 {
    margin-top: 4rem !important;
  }
  .mb-1 {
    margin-bottom: 1rem !important;
  }
  .mb-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-3 {
    margin-bottom: 2.3rem !important;
  }
  .mt-1 {
    margin-top: 1rem !important;
  }
  .mt-3 {
    margin-top: 2.3rem !important;
  }
  .mb-4 {
    margin-bottom: 4rem !important;
  }
  .mb-5 {
    margin-bottom: 6rem !important;
  }
  .my-5 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .d-mr-5 {
    margin-right: 6rem !important;
  }
  .mt-5 {
    margin-top: 6rem !important;
  }
  .pt-6 {
    padding-top: 7rem;
  }
  .mt-6 {
    margin-top: 7rem;
  }
  .py-6 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-6 {
    padding-top: 8rem !important;
  }
  .d-mb-5 {
    margin-bottom: 5rem;
  }
  .ml-3 {
    margin-left: 3rem !important;
  }
  .d-text-left {
    text-align: left !important;
  }
  .d-ml-5 {
    margin-left: 20px !important;
  }
  .d-d-flex {
    display: flex !important;
  }
  .carrello-riga {
    justify-content: center;
  }
  .carrello-riga img {
    width: 50px !important;
  }
  .carrello-riga i {
    font-size: 20px !important;
  }
  .mt-50 {
    margin-top: 50px !important;
  }
  .slick-arrow.slick-next {
    z-index: 99 !important;
  }
  .preview-img {
    padding-left: 10px !important;
    margin-top: 10px;
  }
  #btn-filtri {
    position: absolute;
    top: 250px;
    left: 120px;
  }
  .col-desc .int {
    padding-left: 80px !important;
  }
  #cat-list {
    padding-left: 20px;
    border-left: 0.5px solid #292828;
  }
  /*
  #int-singolo-articolo {
      p {
          text-align: left !important;
      }
  }
  */
  .prodotto-info {
    display: block;
    padding: 10px;
    overflow: hidden;
  }
  #preloader {
    opacity: 0 !important;
    z-index: 99999;
  }
  #preloader.visibile {
    opacity: 1 !important;
    background-color: white;
    -webkit-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #preloader.nascosto {
    opacity: 0 !important;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    position: absolute;
    left: -5000px;
  }
  .mw-900 {
    max-width: 900px;
    margin: 0 auto;
  }
  .mw-1000 {
    max-width: 1000px;
    margin: 0 auto;
  }
  section#sec-intro {
    margin: 0 50px;
    position: relative;
    top: -50px;
    z-index: 99999;
    padding: 60px 40px;
  }
  #home-chi-siamo .testo {
    padding-left: 50px;
  }
  #home-chi-siamo .container {
    padding: 50px;
  }
  .container.big {
    width: 100%;
    max-width: 1300px;
  }
  .d-text-right {
    text-align: right;
  }
  #contatti-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #business {
    padding: 70px 15px;
  }
  .prodotto-singolo-griglia {
    position: relative !important;
    text-align: center;
  }
  .prodotto-singolo-griglia a, .prodotto-singolo-griglia a:hover {
    text-decoration: none !important;
    color: #222;
  }
  .prodotto-singolo-griglia .titolo.mini {
    font-size: 2.1rem !important;
  }
  .prodotto-singolo-griglia .box-prezzo span {
    font-size: 2rem;
    margin-top: 20px;
  }
  .prodotto-singolo-griglia .delivery {
    font-size: 1rem;
    text-transform: uppercase;
  }
  .prodotto-singolo-griglia .valore-sconto {
    display: inline-block;
    padding: 2px 10px;
    background: #31483D !important;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .scrivi {
    font-family: "Prata", sans-serif;
    font-size: 2.6rem;
    text-decoration: none;
  }
  .scrivi:hover {
    color: #000;
    cursor: pointer !important;
  }
  .noDesk {
    display: none !important;
    opacity: 0;
    position: absolute;
    left: -3000px;
  }
  .d-text-right {
    text-align: right !important;
  }
  .d-w-50 {
    width: 50%;
  }
  #footer_wineclub {
    min-height: 700px;
  }
  .img-panorama-vigneti {
    min-height: 600px;
  }
  .banner .int {
    height: 450px;
  }
  .prodotto-info-brevi {
    padding-top: 100px !important;
  }
  .etichetta-sing-prodotto {
    display: inline-block !important;
    max-width: 180px !important;
  }
  #banner-contatti-home .contatti_home {
    color: white;
  }
  #blocco-scopri-olio .int {
    padding-left: 90px;
  }
  #top-footer {
    background: #31483D;
  }
  .prodotto-singolo-griglia .prodotto-pezzo-vendita-component {
    position: absolute;
    right: 4px;
    bottom: 0;
    color: #31483D;
  }
  .categoriaOlio_slide img {
    max-width: 250px;
  }
  .slide-custom {
    height: 800px;
    width: 100%;
    background-size: cover;
    background-position: top;
  }
  .header {
    background-color: #332c2a;
    /*** DROP DOWN  MNEU ***/
    /***** // *****/
  }
  .header .navbar {
    background-color: #31483D !important;
    background: linear-gradient(90deg, rgb(49, 72, 61) 0%, rgb(79, 110, 95) 100%);
  }
  .header .dropdown {
    background-color: #f7f3f0;
    padding: 20px;
    padding-right: 30px;
    z-index: 99999 !important;
  }
  .header .dropdown li {
    border-bottom: 1px solid #7e7979;
    width: 140px;
  }
  .header .dropdown li a {
    padding: 13px !important;
    font-size: 13px;
    line-height: 1.3;
    display: block;
    cursor: pointer;
  }
  .header li.nav-item {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 9999 !important;
    float: left;
  }
  .header li.nav-item:hover > ul {
    display: block;
  }
  .header li.nav-item:hover {
    cursor: pointer;
    background-color: #cd9431;
  }
  .header li.nav-item:hover a {
    color: black !important;
  }
  .header .sezione-icone {
    display: flex;
    width: 150px;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
  }
  .header .sezione-icone a {
    margin-right: 25px !important;
  }
  .header i {
    font-size: 18px !important;
  }
  .header a {
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-family: "Karla", sans-serif;
  }
  .header a a:active {
    background-color: yellow;
  }
  .header #main-logo {
    width: 150px;
    padding: 10px 0 10px 50px;
  }
  .header ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    left: 0;
    top: 30px;
    display: none;
  }
  .header ul li:hover > ul,
  .header ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .header ul li ul li {
    clear: both;
    width: 100%;
  }
  .lang {
    position: relative;
  }
  .lang img {
    position: relative;
    left: -5px;
    width: 30px;
  }
  .lang a {
    color: white !important;
    text-decoration: none;
  }
  .lang .non-selezionata {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lang .opzione {
    padding: 13px;
    position: absolute;
    bottom: -60px;
    display: flex;
    right: -47px;
    background: black;
    z-index: 9999;
  }
  .lang .opzione.chiuso {
    display: none;
  }
  .header-mobile {
    display: none;
  }
  #menu-principale a {
    padding: 8px 20px;
  }
  #sconto-utente-banner {
    padding: 15px 0;
  }
  #sconto-utente-banner .titolo, #sconto-utente-banner p, #sconto-utente-banner div {
    color: #fff;
  }
  #sconto-utente-banner .titolo {
    font-size: 25px;
  }
  #sconto-utente-banner .sconto {
    font-family: "Prata", sans-serif;
    font-size: 30px;
  }
  #sconto-utente-banner .note {
    margin-top: 5px;
  }
  #cambioLinguaBanner {
    text-align: center;
    background: #e5ba5d;
    padding: 5px;
  }
  #cambioLinguaBanner img {
    width: 30px;
    margin: 0 8px;
  }
  #cambioLinguaBanner a {
    color: #31483D;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
  }
  #cambioLinguaBanner a .testo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cambioLinguaBanner a:hover {
    text-decoration: underline;
  }
  .navbar {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 575.99px) {
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-5 {
    padding-top: 6rem !important;
  }
  .pb-5 {
    padding-bottom: 6rem !important;
  }
  .p-5 {
    padding: 6rem !important;
  }
  .p-4 {
    padding: 4rem !important;
  }
  .p-3 {
    padding: 4rem !important;
  }
  .mt-2 {
    margin-top: 1rem;
  }
  .pb-3 {
    padding-bottom: 3rem !important;
  }
  .py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mb-05 {
    margin-bottom: 0.5rem;
  }
  .my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-3 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important;
  }
  .my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mt-4 {
    margin-top: 4rem !important;
  }
  .mb-1 {
    margin-bottom: 1rem !important;
  }
  .m-mb-1 {
    margin-bottom: 1rem !important;
  }
  .m-mb-0 {
    margin-bottom: 0rem !important;
  }
  .mb-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-3 {
    margin-bottom: 2.3rem !important;
  }
  .mt-3 {
    margin-top: 2.3rem !important;
  }
  .mb-4 {
    margin-bottom: 4rem !important;
  }
  .mb-5 {
    margin-bottom: 6rem !important;
  }
  .my-5 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-5 {
    margin-top: 6rem !important;
  }
  .pt-6 {
    padding-top: 7rem;
  }
  .mt-6 {
    margin-top: 7rem;
  }
  .py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  html {
    font-size: 0.9rem;
  }
  p {
    font-size: 1.4rem;
  }
  .m-p-0 {
    padding: 0 !important;
  }
  .titolo {
    text-align: center;
    font-size: 2.4rem;
  }
  .titolo.mini {
    font-size: 2rem !important;
  }
  .titolo.mini-mini {
    font-size: 1.3rem;
  }
  #footer li {
    border-bottom: 0.5px solid #454242;
    padding-bottom: 10px;
  }
  #footer .sing {
    padding: 25px 60px;
    text-align: center;
  }
  #footer .sing .titolo:after {
    display: none;
  }
  .price {
    padding: 8px;
    width: unset;
    height: unset;
  }
  .box-prezzo span {
    font-size: 1.2rem;
  }
  .box-prezzo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .slide-custom {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: top;
  }
  .m-hide {
    display: none !important;
  }
  .m-w-100 {
    width: 100% !important;
  }
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mobile-invert {
    flex-direction: column-reverse;
  }
  .carrello-riga {
    justify-content: flex-start;
  }
  .carrello-riga i {
    font-size: 17px;
  }
  .riga-prod-ricerca {
    justify-content: flex-start !important;
  }
  .v-dialog {
    margin: 0;
    overflow: auto;
  }
  .v-dialog .card-2 {
    margin: 0;
    padding: 30px;
  }
  .chiusura-modale {
    position: absolute;
    top: 85px;
    right: 25px;
    padding: 10px;
  }
  .chiusura-modale span {
    color: white;
  }
  .v-btn {
    height: unset;
    min-width: unset;
  }
  #chekcout-pagina {
    text-align: center;
  }
  .m-pt-4 {
    padding-top: 4rem !important;
  }
  .container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .prodotto-sing:hover .prodotto-info-bottom {
    display: block;
  }
  #carosello-prodotti .swiper-slide {
    width: 80%;
    margin: 0 auto;
  }
  #swiper-prodotti .swiper-slide .prodotto-info {
    display: none;
  }
  #carrello-preview {
    display: none;
  }
  .m-text-center {
    text-align: center;
  }
  .subt {
    margin: 0 auto;
  }
  .divid {
    margin: 0 auto;
  }
  #preloader {
    display: none;
  }
  #ricerca-header #chiudi-form-ricerca {
    font-size: 30px;
    position: absolute;
    top: 0%;
    right: 2%;
    z-index: 9999;
  }
  .swiper-home .swiper-button-next, .swiper-home .swiper-button-prev {
    top: 2% !important;
    color: white !important;
  }
  .banner {
    width: 100%;
  }
  #modale-cont-aggiunta-prodotto .card-1 {
    position: fixed;
    margin: 0;
    top: 63px;
    height: 100% !important;
    border-radius: unset !important;
    z-index: 9999999 !important;
  }
  .m-text-center {
    text-align: center !important;
  }
  .img-big-prodotto {
    margin: 0 auto;
  }
  .img-small-prodotto {
    width: 60px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .m-mx-auto {
    margin: 0 auto;
  }
  .dispari {
    flex-direction: column-reverse;
    display: flex;
  }
  .pari {
    flex-direction: column;
    display: flex;
  }
  .input-quantita {
    margin: 0 auto;
    width: 150px;
  }
  .btn-big {
    max-width: 100%;
    padding: 3px;
  }
  .btn-big label {
    font-size: 14px;
  }
  /*
  .main-container {
      padding-top: 35px ;
  }
  */
  #pagina-singolo-ordine .titolo {
    text-align: left;
  }
  #pagina-singolo-ordine .titolo.mini {
    color: #31483D;
  }
  #frantoio .swiper-button-next, #frantoio .swiper-button-prev {
    top: 45% !important;
  }
  .bg-frantoio-shop-banner .logo-frantoio {
    width: 100px !important;
    margin-bottom: 30px !important;
  }
  #sec-intro {
    border: 5px !important;
    padding: 30px 0;
  }
  #home-chi-siamo .bottone {
    margin: 0 auto;
  }
  .blocco-img-sfondo.home-img .subt {
    color: #fff !important;
  }
  #container-login {
    padding-top: 80px;
  }
  #login-form-custom .card-2, #register-form-custom .card-2 {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  #register-form-custom {
    padding-top: 50px;
  }
  #register-form-custom .mb-3 {
    margin-bottom: 10px !important;
  }
  #register-form-custom .row + .row {
    margin-top: 0px !important;
  }
  #register-form-custom label {
    padding: 0 !important;
  }
  #blog .container {
    /* padding: 0 !important;*/
  }
  #blog .container .card-notizia {
    width: 100%;
  }
  #contatti {
    padding-left: 15px;
    padding-right: 15px;
  }
  #business {
    padding: 10px;
  }
  #front-griglia-prodotti .prodotto-info {
    display: none !important;
    opacity: 0 !important;
  }
  .prodotto-singolo-griglia {
    background: #fff;
    -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
    -moz-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
    box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
    position: relative !important;
    padding-bottom: 170px;
    text-align: center;
  }
  .prodotto-singolo-griglia a, .prodotto-singolo-griglia a:hover {
    text-decoration: none !important;
    color: #222;
  }
  .prodotto-singolo-griglia .titolo.mini {
    font-size: 1.8rem !important;
  }
  .prodotto-singolo-griglia .prodotto-sing {
    z-index: 9999 !important;
  }
  .prodotto-singolo-griglia .box-prezzo span {
    font-size: 1.4rem;
    font-weight: lighter;
    margin-top: 0;
  }
  .prodotto-singolo-griglia .delivery {
    font-size: 0.8rem;
    text-transform: uppercase;
  }
  .prodotto-singolo-griglia .info_bottom {
    margin-top: -10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 10px;
  }
  .prodotto-singolo-griglia .brand {
    display: none;
  }
  .prodotto-singolo-griglia .nome_spec, .prodotto-singolo-griglia .nome, .prodotto-singolo-griglia .prodotto_top_def {
    text-align: left !important;
  }
  .prodotto-singolo-griglia .nome {
    font-size: 1.4rem !important;
  }
  .prodotto-singolo-griglia .valore-sconto {
    display: inline-block;
    padding: 2px 10px;
    background: #31483D !important;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .prodotto-singolo-griglia .prezzo {
    position: absolute;
    left: 20px;
    top: 20px;
    font-family: "Prata", sans-serif;
    color: #fff;
  }
  .prodotto-singolo-griglia .prezzo span {
    font-size: 2.4rem !important;
    text-shadow: #000 1px 1px 5px;
  }
  #front-griglia-prodotti #riga-prodotti-lista > .col-6 {
    padding: 6px !important;
  }
  .noMob {
    display: none !important;
    opacity: 0;
    position: absolute;
    left: -3000px;
  }
  #landing .interno {
    padding: 30px !important;
  }
  #landing .img-header-landing {
    margin-bottom: 80px;
  }
  #landing .titolo {
    font-size: 2rem;
  }
  #landing .titolo .small {
    font-size: 20px;
    margin-top: 16px;
  }
  #landing .titolo.main {
    letter-spacing: 7px !important;
    font-size: 3rem;
    text-shadow: #000 2px 2px 2px;
    color: #fff;
    margin-top: 240px;
  }
  #landing .blocco-header {
    position: relative;
    width: 100%;
    min-height: 400px;
    z-index: -1;
  }
  .categoriaOlio_slide .categoriaOlio_nome.titolo, .categoriaOlio_slide .depliant-nome {
    font-size: 1.1rem !important;
  }
  .categoriaOlio_slide b {
    font-size: 1.3rem !important;
  }
  #blocco-trio-home img {
    max-width: 70%;
  }
  /*#carosello-prodotti .swiper-slide {
      width: 47% !important;
  }*/
  #carosello-prodotti .prodotto-singolo-griglia {
    padding-bottom: 190px !important;
  }
  .prodotto-singolo-griglia {
    padding-bottom: 200px !important;
  }
  .divid {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #app {
    margin-top: 60px !important;
  }
  .degustazioni-tour .singola-esperienza {
    padding: 5px;
    padding-top: 20px !important;
  }
  .degustazioni-tour .singola-esperienza .bollo {
    top: -20px;
    right: -20px;
    padding-top: 7px;
  }
  #login-form-custom .card-2 {
    padding: 15px !important;
  }
  #carrello .card-2 {
    margin: 0;
    padding: 0;
  }
  #prodotto-singolo .prodotto-immagini {
    padding: 0 !important;
  }
  #prodotto-singolo #input-minus-plus {
    margin-bottom: 25px;
  }
  #prodotto-singolo .prodotto-specifiche {
    justify-content: center;
  }
  #prodotto-singolo .prodotto-specifiche img {
    margin-right: 20px;
  }
  #area-utente-indirizzi .card-2 {
    margin: 0;
  }
  #footer-olive {
    margin: 30px 0 20px 0;
  }
  #ricerca-header #chiudi-form-ricerca {
    top: 85px !important;
  }
  #lista-ordini-utente .card-2 {
    margin: 0 !important;
  }
  .v-dialog {
    margin-top: 100px !important;
  }
  #checkout-part #concidenza-indirizzo-spedizione-fatturazione {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #checkout-part .card-2 {
    padding: 10px !important;
    margin: 0 !important;
  }
  #checkout-part #banner-scelta-metodo-spedizione .col-12 i {
    display: block;
    margin-bottom: 5px;
  }
  #checkout-part #btn-cambia-scelta-metodo-spedizione {
    margin-bottom: 10px;
  }
  #pagamento .card-2 {
    padding: 20px !important;
  }
  #sec-intro #logo-sec-intro {
    display: none;
  }
  #main-logo-mobile {
    width: 60px !important;
    margin-top: 10px;
    margin-left: 17px;
  }
  #body-blog {
    padding: 7px;
  }
  #cat-list-2 ul, #cat-list-3 ul {
    flex-direction: column;
  }
  #banner_cat_top {
    min-height: 520px;
    width: 100%;
  }
  .riga-prod-ricerca img {
    width: 100% !important;
  }
  .riga-prod-ricerca {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    margin: 10px !important;
    padding: 15px !important;
  }
  .riga-prod-ricerca .col-12 {
    text-align: center;
    padding: 5px;
  }
  .riga-prod-ricerca .col-12 .bottone {
    width: 100%;
  }
  .box-prezzo span {
    display: block !important;
  }
  .altri-prodotti #riga-prodotti-lista {
    padding: 20px;
  }
  #pagina-singolo-ordine .meta {
    padding: 20px;
    text-align: center;
  }
  #pagina-singolo-ordine .titolo {
    text-align: center;
    margin-bottom: 15px;
  }
  .v-card__actions > .v-btn.v-btn {
    padding: 0 8px;
    position: absolute;
    top: 6px;
    right: 0;
    margin: 5px;
  }
  .chiusura-modale {
    padding: 0 8px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
  }
  .v-btn:not(.v-btn--round).v-size--default {
    min-width: 32px !important;
    height: 32px !important;
  }
  .input-quantita .op {
    min-width: 40px !important;
    min-height: 40px !important;
  }
  .input-quantita .quant {
    font-size: 2rem;
  }
  .carrello-riga i {
    font-size: 22px !important;
    padding-top: 5px;
  }
  #lista-indirizzi-spedizione p, #lista-indirizzi-fatturazione p, #checkout_pagamento_metodo {
    text-align: left;
  }
  .riga-carrello-mob {
    margin: 0 auto !important;
  }
  .blocco-ombra {
    padding: 20px;
  }
  .sing-terra {
    width: 100%;
    max-width: 100%;
    margin-top: unset;
  }
  /*#chi_siamo_header {
      padding-top: 60px;
  }*/
  #orto .row.sing-orto-bio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  #orto .row.sing-orto-bio.dispari {
    flex-direction: column-reverse;
  }
  #orto .bg-img {
    height: 200px;
    min-height: 200px;
  }
  #wine_club_section #blocco_wine_club {
    margin-top: 0px !important;
  }
  #wine_club_section {
    padding-top: 0px !important;
  }
  #footer_wineclub {
    height: 300px !important;
    max-height: 300px !important;
  }
  .img-panorama-vigneti {
    height: 300px !important;
  }
  #cat-list-2 .ul-cat span, #cat-list-3 .ul-cat span {
    max-width: 100%;
    padding: 15px;
  }
  #cat-list-2 .ul-cat li, #cat-list-3 .ul-cat li {
    margin-bottom: 20px;
  }
  .h-divider {
    margin: 0 auto !important;
    margin-top: 5px !important;
  }
  .banner .int {
    height: 300px !important;
    min-height: 300px !important;
  }
  .livelloNonAttivo .prodotto-singolo-griglia {
    padding-bottom: 160px !important;
  }
  #container-login {
    padding: 15px 0 0 0 !important;
  }
  .shop-griglia-prod-cont {
    margin-top: -200px !important;
  }
  .etichetta-sing-prodotto {
    display: inline-block !important;
    max-width: 180px !important;
    margin: 10px auto !important;
  }
  #slider-home {
    margin-top: 0;
    margin-bottom: -4px;
  }
  .banner-disponibilita.interno-prodotto {
    left: 0px !important;
    width: 100% !important;
  }
  .lang-it #app.sconto-attivo #sconto-utente-banner {
    margin-top: 0 !important;
  }
  .lang-en #app.sconto-attivo #sconto-utente-banner {
    margin-top: 0 !important;
  }
  .nome_spec strong {
    font-size: 1.2rem !important;
  }
  .lang-it #app.sconto-attivo #sconto-utente-banner {
    margin-top: 0px !important;
  }
  .titolo-blocco .big {
    font-size: 3rem !important;
  }
  .bttOuB {
    display: none !important;
  }
  #tradizione .tradizione_testo {
    margin-left: 0 !important;
  }
  #blocco-scopri-olio {
    text-align: center;
  }
  #home-info-bg row {
    margin: 0 auto !important;
  }
  #shop {
    padding-top: 200px !important;
  }
  #shop.categoria {
    padding-top: 20px !important;
  }
  #tradizione {
    margin-bottom: 48rem !important;
  }
  #tradizione .tradizione_testo {
    position: relative;
    bottom: -580px;
  }
  #blocco-trio-home .categoriaOlio_slide .titolo {
    font-size: 1.3rem !important;
  }
  #blocco-scopri-olio .int {
    padding: 40px !important;
  }
  #home-info-bg {
    padding: 2rem 0;
  }
  #home-info-bg .row {
    margin: 0 auto !important;
  }
  #home-info-bg .home-info-blocco-int {
    height: unset !important;
  }
  #top-footer {
    display: none;
  }
  #esperienze .blocco_immagine {
    height: 200px !important;
    margin-bottom: 440px;
  }
  #esperienze .testo_sx, #esperienze .testo_dx {
    position: relative;
    bottom: -100px;
    margin-left: 0;
    margin-right: 0;
  }
  .bollino-terminato {
    height: 40px !important;
    width: 40px !important;
    top: 30px !important;
    right: 6px !important;
  }
  .bollino-terminato.relative {
    right: 30px !important;
    top: 30px !important;
  }
  .bollino-terminato .int {
    font-size: 8px !important;
  }
  .header {
    width: 100% !important;
    height: 62px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    background-color: #31483D !important;
    background: linear-gradient(90deg, rgb(49, 72, 61) 0%, rgb(79, 110, 95) 100%);
    z-index: 999999 !important;
    transition: height 5s ease-in;
  }
  .header .dropdown {
    margin-top: 20px;
  }
  .header .dropdown.chiuso {
    display: none;
  }
  .header .dropdown li {
    max-width: 300px !important;
    padding-top: 0px;
    padding-left: 0px;
    margin-bottom: 0 !important;
    border-bottom: 0px solid #676363;
    z-index: 99999 !important;
  }
  .header .dropdown li a {
    display: block;
    background-color: #fff !important;
    width: 100% !important;
    border-radius: 5px !important;
    padding: 5px !important;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
    color: #000 !important;
    font-size: 11px !important;
  }
  .header li.nav-item {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 9999 !important;
    float: left;
    display: block;
  }
  .header li.nav-item:hover {
    text-decoration: none;
    cursor: pointer;
  }
  .header li.nav-item .sub-menu {
    background-color: #f7f3f0;
    display: none;
    padding: 12px;
  }
  .header .nav-item {
    border-bottom: 1px solid #292828 !important;
    margin-left: 35px;
  }
  .header .nav-item a {
    margin-left: 0px !important;
    font-size: 12px !important;
  }
  .header .main-nav {
    display: flex;
    align-items: center;
  }
  .header .main-nav i {
    color: white;
  }
  .header .hamb {
    position: relative;
    bottom: -5px;
    display: flex;
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
  }
  .header .hamb.chiuso {
    display: none;
  }
  .header .hamb i {
    font-size: 32px !important;
  }
  .header .logo {
    display: inline-block;
  }
  .header .logo img {
    width: 130px;
  }
  .header .navbar-nav {
    height: 100vh;
    min-height: 100vh;
    z-index: 9999999;
    overflow: auto !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .navbar-nav.chiuso {
    display: none;
  }
  .header .navbar-nav li {
    max-width: 80%;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  .header .navbar-nav li a {
    font-size: 17px;
    color: white;
  }
  .header .lang {
    padding-left: 20px;
  }
  .header .lang .opzione {
    display: block;
    margin: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header .lang .opzione img {
    margin-right: 10px;
  }
  .header .lang span {
    color: white;
  }
  .header .sezione-icone {
    position: absolute;
    top: 23px;
    display: inline-block !important;
    right: 10px;
  }
  .header .sezione-icone a {
    display: inline-block;
    margin-right: 10px !important;
  }
  .header i {
    font-size: 20px;
  }
  .header a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .header a:hover {
    text-transform: uppercase;
    text-decoration: none;
  }
  #hidden-menu {
    border-bottom: 1px solid white;
    background-color: #fff;
  }
  #hidden-menu a {
    color: #000 !important;
  }
  .header-desktop {
    display: none !important;
  }
  .mob-arrow {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px !important;
  }
  .header li.nav-item:hover {
    z-index: 999999 !important;
  }
  #sconto-utente-banner {
    padding: 15px 0;
  }
  #sconto-utente-banner .titolo, #sconto-utente-banner p, #sconto-utente-banner div {
    color: #fff;
  }
  #sconto-utente-banner .titolo {
    font-size: 20px;
  }
  #sconto-utente-banner .sconto {
    font-family: "Prata", sans-serif;
    font-size: 23px;
  }
  #sconto-utente-banner .note {
    margin-top: 5px;
    font-size: 11px !important;
  }
  #cambioLinguaBanner {
    text-align: center;
    background: #e5ba5d;
    padding: 5px;
  }
  #cambioLinguaBanner img {
    width: 30px;
    margin: 0 8px;
  }
  #cambioLinguaBanner a {
    color: #31483D;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
  }
  #cambioLinguaBanner a .testo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cambioLinguaBanner a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 576px) and (max-width: 1180px) {
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-5 {
    padding-top: 6rem !important;
  }
  .pb-5 {
    padding-bottom: 6rem !important;
  }
  .p-5 {
    padding: 6rem !important;
  }
  .p-4 {
    padding: 4rem !important;
  }
  .p-3 {
    padding: 4rem !important;
  }
  .mt-2 {
    margin-top: 1rem;
  }
  .pb-3 {
    padding-bottom: 3rem !important;
  }
  .py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mb-05 {
    margin-bottom: 0.5rem;
  }
  .my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-3 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important;
  }
  .my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mt-4 {
    margin-top: 4rem !important;
  }
  .mb-1 {
    margin-bottom: 1rem !important;
  }
  .m-mb-1 {
    margin-bottom: 1rem !important;
  }
  .m-mb-0 {
    margin-bottom: 0rem !important;
  }
  .mb-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-3 {
    margin-bottom: 2.3rem !important;
  }
  .mt-3 {
    margin-top: 2.3rem !important;
  }
  .mb-4 {
    margin-bottom: 4rem !important;
  }
  .mb-5 {
    margin-bottom: 6rem !important;
  }
  .my-5 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-5 {
    margin-top: 6rem !important;
  }
  .pt-6 {
    padding-top: 7rem;
  }
  .mt-6 {
    margin-top: 7rem;
  }
  .py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  html {
    font-size: 0.9rem;
  }
  p {
    font-size: 1.4rem;
  }
  .m-p-0 {
    padding: 0 !important;
  }
  .titolo {
    text-align: center;
    font-size: 2.4rem;
  }
  .titolo.mini {
    font-size: 2rem !important;
  }
  .titolo.mini-mini {
    font-size: 1.3rem;
  }
  #footer li {
    border-bottom: 0.5px solid #454242;
    padding-bottom: 10px;
  }
  #footer .sing {
    padding: 25px 60px;
    text-align: center;
  }
  #footer .sing .titolo:after {
    display: none;
  }
  .price {
    padding: 8px;
    width: unset;
    height: unset;
  }
  .box-prezzo span {
    font-size: 1.2rem;
  }
  .box-prezzo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .slide-custom {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: top;
  }
  .m-hide {
    display: none !important;
  }
  .m-w-100 {
    width: 100% !important;
  }
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mobile-invert {
    flex-direction: column-reverse;
  }
  .carrello-riga {
    justify-content: flex-start;
  }
  .carrello-riga i {
    font-size: 17px;
  }
  .riga-prod-ricerca {
    justify-content: flex-start !important;
  }
  .v-dialog {
    margin: 0;
    overflow: auto;
  }
  .v-dialog .card-2 {
    margin: 0;
    padding: 30px;
  }
  .chiusura-modale {
    position: absolute;
    top: 85px;
    right: 25px;
    padding: 10px;
  }
  .chiusura-modale span {
    color: white;
  }
  .v-btn {
    height: unset;
    min-width: unset;
  }
  #chekcout-pagina {
    text-align: center;
  }
  .m-pt-4 {
    padding-top: 4rem !important;
  }
  .container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .prodotto-sing:hover .prodotto-info-bottom {
    display: block;
  }
  #carosello-prodotti .swiper-slide {
    width: 80%;
    margin: 0 auto;
  }
  #swiper-prodotti .swiper-slide .prodotto-info {
    display: none;
  }
  #carrello-preview {
    display: none;
  }
  .m-text-center {
    text-align: center;
  }
  .subt {
    margin: 0 auto;
  }
  .divid {
    margin: 0 auto;
  }
  #preloader {
    display: none;
  }
  #ricerca-header #chiudi-form-ricerca {
    font-size: 30px;
    position: absolute;
    top: 0%;
    right: 2%;
    z-index: 9999;
  }
  .swiper-home .swiper-button-next, .swiper-home .swiper-button-prev {
    top: 2% !important;
    color: white !important;
  }
  .banner {
    width: 100%;
  }
  #modale-cont-aggiunta-prodotto .card-1 {
    position: fixed;
    margin: 0;
    top: 63px;
    height: 100% !important;
    border-radius: unset !important;
    z-index: 9999999 !important;
  }
  .m-text-center {
    text-align: center !important;
  }
  .img-big-prodotto {
    margin: 0 auto;
  }
  .img-small-prodotto {
    width: 60px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .m-mx-auto {
    margin: 0 auto;
  }
  .dispari {
    flex-direction: column-reverse;
    display: flex;
  }
  .pari {
    flex-direction: column;
    display: flex;
  }
  .input-quantita {
    margin: 0 auto;
    width: 150px;
  }
  .btn-big {
    max-width: 100%;
    padding: 3px;
  }
  .btn-big label {
    font-size: 14px;
  }
  /*
  .main-container {
      padding-top: 35px ;
  }
  */
  #pagina-singolo-ordine .titolo {
    text-align: left;
  }
  #pagina-singolo-ordine .titolo.mini {
    color: #31483D;
  }
  #frantoio .swiper-button-next, #frantoio .swiper-button-prev {
    top: 45% !important;
  }
  .bg-frantoio-shop-banner .logo-frantoio {
    width: 100px !important;
    margin-bottom: 30px !important;
  }
  #sec-intro {
    border: 5px !important;
    padding: 30px 0;
  }
  #home-chi-siamo .bottone {
    margin: 0 auto;
  }
  .blocco-img-sfondo.home-img .subt {
    color: #fff !important;
  }
  #container-login {
    padding-top: 80px;
  }
  #login-form-custom .card-2, #register-form-custom .card-2 {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  #register-form-custom {
    padding-top: 50px;
  }
  #register-form-custom .mb-3 {
    margin-bottom: 10px !important;
  }
  #register-form-custom .row + .row {
    margin-top: 0px !important;
  }
  #register-form-custom label {
    padding: 0 !important;
  }
  #blog .container {
    /* padding: 0 !important;*/
  }
  #blog .container .card-notizia {
    width: 100%;
  }
  #contatti {
    padding-left: 15px;
    padding-right: 15px;
  }
  #business {
    padding: 10px;
  }
  #front-griglia-prodotti .prodotto-info {
    display: none !important;
    opacity: 0 !important;
  }
  .prodotto-singolo-griglia {
    background: #fff;
    -webkit-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
    -moz-box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
    box-shadow: 5px 7px 27px -8px rgba(89, 59, 40, 0.57);
    position: relative !important;
    padding-bottom: 170px;
    text-align: center;
  }
  .prodotto-singolo-griglia a, .prodotto-singolo-griglia a:hover {
    text-decoration: none !important;
    color: #222;
  }
  .prodotto-singolo-griglia .titolo.mini {
    font-size: 1.8rem !important;
  }
  .prodotto-singolo-griglia .prodotto-sing {
    z-index: 9999 !important;
  }
  .prodotto-singolo-griglia .box-prezzo span {
    font-size: 1.4rem;
    font-weight: lighter;
    margin-top: 0;
  }
  .prodotto-singolo-griglia .delivery {
    font-size: 0.8rem;
    text-transform: uppercase;
  }
  .prodotto-singolo-griglia .info_bottom {
    margin-top: -10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 10px;
  }
  .prodotto-singolo-griglia .brand {
    display: none;
  }
  .prodotto-singolo-griglia .nome_spec, .prodotto-singolo-griglia .nome, .prodotto-singolo-griglia .prodotto_top_def {
    text-align: left !important;
  }
  .prodotto-singolo-griglia .nome {
    font-size: 1.4rem !important;
  }
  .prodotto-singolo-griglia .valore-sconto {
    display: inline-block;
    padding: 2px 10px;
    background: #31483D !important;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .prodotto-singolo-griglia .prezzo {
    position: absolute;
    left: 20px;
    top: 20px;
    font-family: "Prata", sans-serif;
    color: #fff;
  }
  .prodotto-singolo-griglia .prezzo span {
    font-size: 2.4rem !important;
    text-shadow: #000 1px 1px 5px;
  }
  #front-griglia-prodotti #riga-prodotti-lista > .col-6 {
    padding: 6px !important;
  }
  .noMob {
    display: none !important;
    opacity: 0;
    position: absolute;
    left: -3000px;
  }
  #landing .interno {
    padding: 30px !important;
  }
  #landing .img-header-landing {
    margin-bottom: 80px;
  }
  #landing .titolo {
    font-size: 2rem;
  }
  #landing .titolo .small {
    font-size: 20px;
    margin-top: 16px;
  }
  #landing .titolo.main {
    letter-spacing: 7px !important;
    font-size: 3rem;
    text-shadow: #000 2px 2px 2px;
    color: #fff;
    margin-top: 240px;
  }
  #landing .blocco-header {
    position: relative;
    width: 100%;
    min-height: 400px;
    z-index: -1;
  }
  .categoriaOlio_slide .categoriaOlio_nome.titolo, .categoriaOlio_slide .depliant-nome {
    font-size: 1.1rem !important;
  }
  .categoriaOlio_slide b {
    font-size: 1.3rem !important;
  }
  #blocco-trio-home img {
    max-width: 70%;
  }
  /*#carosello-prodotti .swiper-slide {
      width: 47% !important;
  }*/
  #carosello-prodotti .prodotto-singolo-griglia {
    padding-bottom: 190px !important;
  }
  .prodotto-singolo-griglia {
    padding-bottom: 200px !important;
  }
  .divid {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #app {
    margin-top: 60px !important;
  }
  .degustazioni-tour .singola-esperienza {
    padding: 5px;
    padding-top: 20px !important;
  }
  .degustazioni-tour .singola-esperienza .bollo {
    top: -20px;
    right: -20px;
    padding-top: 7px;
  }
  #login-form-custom .card-2 {
    padding: 15px !important;
  }
  #carrello .card-2 {
    margin: 0;
    padding: 0;
  }
  #prodotto-singolo .prodotto-immagini {
    padding: 0 !important;
  }
  #prodotto-singolo #input-minus-plus {
    margin-bottom: 25px;
  }
  #prodotto-singolo .prodotto-specifiche {
    justify-content: center;
  }
  #prodotto-singolo .prodotto-specifiche img {
    margin-right: 20px;
  }
  #area-utente-indirizzi .card-2 {
    margin: 0;
  }
  #footer-olive {
    margin: 30px 0 20px 0;
  }
  #ricerca-header #chiudi-form-ricerca {
    top: 85px !important;
  }
  #lista-ordini-utente .card-2 {
    margin: 0 !important;
  }
  .v-dialog {
    margin-top: 100px !important;
  }
  #checkout-part #concidenza-indirizzo-spedizione-fatturazione {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #checkout-part .card-2 {
    padding: 10px !important;
    margin: 0 !important;
  }
  #checkout-part #banner-scelta-metodo-spedizione .col-12 i {
    display: block;
    margin-bottom: 5px;
  }
  #checkout-part #btn-cambia-scelta-metodo-spedizione {
    margin-bottom: 10px;
  }
  #pagamento .card-2 {
    padding: 20px !important;
  }
  #sec-intro #logo-sec-intro {
    display: none;
  }
  #main-logo-mobile {
    width: 60px !important;
    margin-top: 10px;
    margin-left: 17px;
  }
  #body-blog {
    padding: 7px;
  }
  #cat-list-2 ul, #cat-list-3 ul {
    flex-direction: column;
  }
  #banner_cat_top {
    min-height: 520px;
    width: 100%;
  }
  .riga-prod-ricerca img {
    width: 100% !important;
  }
  .riga-prod-ricerca {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    margin: 10px !important;
    padding: 15px !important;
  }
  .riga-prod-ricerca .col-12 {
    text-align: center;
    padding: 5px;
  }
  .riga-prod-ricerca .col-12 .bottone {
    width: 100%;
  }
  .box-prezzo span {
    display: block !important;
  }
  .altri-prodotti #riga-prodotti-lista {
    padding: 20px;
  }
  #pagina-singolo-ordine .meta {
    padding: 20px;
    text-align: center;
  }
  #pagina-singolo-ordine .titolo {
    text-align: center;
    margin-bottom: 15px;
  }
  .v-card__actions > .v-btn.v-btn {
    padding: 0 8px;
    position: absolute;
    top: 6px;
    right: 0;
    margin: 5px;
  }
  .chiusura-modale {
    padding: 0 8px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
  }
  .v-btn:not(.v-btn--round).v-size--default {
    min-width: 32px !important;
    height: 32px !important;
  }
  .input-quantita .op {
    min-width: 40px !important;
    min-height: 40px !important;
  }
  .input-quantita .quant {
    font-size: 2rem;
  }
  .carrello-riga i {
    font-size: 22px !important;
    padding-top: 5px;
  }
  #lista-indirizzi-spedizione p, #lista-indirizzi-fatturazione p, #checkout_pagamento_metodo {
    text-align: left;
  }
  .riga-carrello-mob {
    margin: 0 auto !important;
  }
  .blocco-ombra {
    padding: 20px;
  }
  .sing-terra {
    width: 100%;
    max-width: 100%;
    margin-top: unset;
  }
  /*#chi_siamo_header {
      padding-top: 60px;
  }*/
  #orto .row.sing-orto-bio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  #orto .row.sing-orto-bio.dispari {
    flex-direction: column-reverse;
  }
  #orto .bg-img {
    height: 200px;
    min-height: 200px;
  }
  #wine_club_section #blocco_wine_club {
    margin-top: 0px !important;
  }
  #wine_club_section {
    padding-top: 0px !important;
  }
  #footer_wineclub {
    height: 300px !important;
    max-height: 300px !important;
  }
  .img-panorama-vigneti {
    height: 300px !important;
  }
  #cat-list-2 .ul-cat span, #cat-list-3 .ul-cat span {
    max-width: 100%;
    padding: 15px;
  }
  #cat-list-2 .ul-cat li, #cat-list-3 .ul-cat li {
    margin-bottom: 20px;
  }
  .h-divider {
    margin: 0 auto !important;
    margin-top: 5px !important;
  }
  .banner .int {
    height: 300px !important;
    min-height: 300px !important;
  }
  .livelloNonAttivo .prodotto-singolo-griglia {
    padding-bottom: 160px !important;
  }
  #container-login {
    padding: 15px 0 0 0 !important;
  }
  .shop-griglia-prod-cont {
    margin-top: -200px !important;
  }
  .etichetta-sing-prodotto {
    display: inline-block !important;
    max-width: 180px !important;
    margin: 10px auto !important;
  }
  #slider-home {
    margin-top: 0;
    margin-bottom: -4px;
  }
  .banner-disponibilita.interno-prodotto {
    left: 0px !important;
    width: 100% !important;
  }
  .lang-it #app.sconto-attivo #sconto-utente-banner {
    margin-top: 0 !important;
  }
  .lang-en #app.sconto-attivo #sconto-utente-banner {
    margin-top: 0 !important;
  }
  .nome_spec strong {
    font-size: 1.2rem !important;
  }
  .lang-it #app.sconto-attivo #sconto-utente-banner {
    margin-top: 0px !important;
  }
  .titolo-blocco .big {
    font-size: 3rem !important;
  }
  .bttOuB {
    display: none !important;
  }
  #tradizione .tradizione_testo {
    margin-left: 0 !important;
  }
  #blocco-scopri-olio {
    text-align: center;
  }
  #home-info-bg row {
    margin: 0 auto !important;
  }
  #shop {
    padding-top: 200px !important;
  }
  #shop.categoria {
    padding-top: 20px !important;
  }
  #tradizione {
    margin-bottom: 48rem !important;
  }
  #tradizione .tradizione_testo {
    position: relative;
    bottom: -580px;
  }
  #blocco-trio-home .categoriaOlio_slide .titolo {
    font-size: 1.3rem !important;
  }
  #blocco-scopri-olio .int {
    padding: 40px !important;
  }
  #home-info-bg {
    padding: 2rem 0;
  }
  #home-info-bg .row {
    margin: 0 auto !important;
  }
  #home-info-bg .home-info-blocco-int {
    height: unset !important;
  }
  #top-footer {
    display: none;
  }
  #esperienze .blocco_immagine {
    height: 200px !important;
    margin-bottom: 440px;
  }
  #esperienze .testo_sx, #esperienze .testo_dx {
    position: relative;
    bottom: -100px;
    margin-left: 0;
    margin-right: 0;
  }
  .bollino-terminato {
    height: 40px !important;
    width: 40px !important;
    top: 30px !important;
    right: 6px !important;
  }
  .bollino-terminato.relative {
    right: 30px !important;
    top: 30px !important;
  }
  .bollino-terminato .int {
    font-size: 8px !important;
  }
  .header-mobile {
    display: block !important;
  }
  #home-chi-siamo {
    text-align: center;
  }
  #home-chi-siamo a {
    margin: 0 auto;
  }
  #carosello-prodotti .swiper-slide {
    width: unset !important;
  }
  #chi-siamo-attivita {
    text-align: center;
  }
  #container-login {
    padding-top: 80px;
  }
  /*//Da il padding nel mobile a tutte le pagine
  #app {
      padding-top: 60px;
  }*/
  .header {
    width: 100% !important;
    height: 62px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    background-color: #31483D !important;
    background: linear-gradient(90deg, rgb(49, 72, 61) 0%, rgb(79, 110, 95) 100%);
    z-index: 999999 !important;
    transition: height 5s ease-in;
  }
  .header .dropdown {
    margin-top: 20px;
  }
  .header .dropdown.chiuso {
    display: none;
  }
  .header .dropdown li {
    max-width: 300px !important;
    padding-top: 0px;
    padding-left: 0px;
    margin-bottom: 0 !important;
    border-bottom: 0px solid #676363;
    z-index: 99999 !important;
  }
  .header .dropdown li a {
    display: block;
    background-color: #fff !important;
    width: 100% !important;
    border-radius: 5px !important;
    padding: 5px !important;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
    color: #000 !important;
    font-size: 11px !important;
  }
  .header li.nav-item {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 9999 !important;
    float: left;
    display: block;
  }
  .header li.nav-item:hover {
    text-decoration: none;
    cursor: pointer;
  }
  .header li.nav-item .sub-menu {
    background-color: #f7f3f0;
    display: none;
    padding: 12px;
  }
  .header .nav-item {
    border-bottom: 1px solid #292828 !important;
    margin-left: 35px;
  }
  .header .nav-item a {
    margin-left: 0px !important;
    font-size: 12px !important;
  }
  .header .main-nav {
    display: flex;
    align-items: center;
  }
  .header .main-nav i {
    color: white;
  }
  .header .hamb {
    position: relative;
    bottom: -5px;
    display: flex;
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
  }
  .header .hamb.chiuso {
    display: none;
  }
  .header .hamb i {
    font-size: 32px !important;
  }
  .header .logo {
    display: inline-block;
  }
  .header .logo img {
    width: 130px;
  }
  .header .navbar-nav {
    height: 100vh;
    min-height: 100vh;
    z-index: 9999999;
    overflow: auto !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .navbar-nav.chiuso {
    display: none;
  }
  .header .navbar-nav li {
    max-width: 80%;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  .header .navbar-nav li a {
    font-size: 17px;
    color: white;
  }
  .header .lang {
    padding-left: 20px;
  }
  .header .lang .opzione {
    display: block;
    margin: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header .lang .opzione img {
    margin-right: 10px;
  }
  .header .lang span {
    color: white;
  }
  .header .sezione-icone {
    position: absolute;
    top: 23px;
    display: inline-block !important;
    right: 10px;
  }
  .header .sezione-icone a {
    display: inline-block;
    margin-right: 10px !important;
  }
  .header i {
    font-size: 20px;
  }
  .header a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .header a:hover {
    text-transform: uppercase;
    text-decoration: none;
  }
  #hidden-menu {
    border-bottom: 1px solid white;
    background-color: #fff;
  }
  #hidden-menu a {
    color: #000 !important;
  }
  .header-desktop {
    display: none !important;
  }
  .mob-arrow {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px !important;
  }
  .header li.nav-item:hover {
    z-index: 999999 !important;
  }
  #sconto-utente-banner {
    padding: 15px 0;
  }
  #sconto-utente-banner .titolo, #sconto-utente-banner p, #sconto-utente-banner div {
    color: #fff;
  }
  #sconto-utente-banner .titolo {
    font-size: 20px;
  }
  #sconto-utente-banner .sconto {
    font-family: "Prata", sans-serif;
    font-size: 23px;
  }
  #sconto-utente-banner .note {
    margin-top: 5px;
    font-size: 11px !important;
  }
  #cambioLinguaBanner {
    text-align: center;
    background: #e5ba5d;
    padding: 5px;
  }
  #cambioLinguaBanner img {
    width: 30px;
    margin: 0 8px;
  }
  #cambioLinguaBanner a {
    color: #31483D;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
  }
  #cambioLinguaBanner a .testo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cambioLinguaBanner a:hover {
    text-decoration: underline;
  }
}

/*# sourceMappingURL=frantoioburaschi.css.map */