@import url('https://fonts.googleapis.com/css?family=Abel');

/* Header MeetingArt — da backup DB 2019 + template_BACKUP_4_10_2023 */
:root {
  --meetingart-logo-col-width: 150px;
  --meetingart-menu-link-pad-x: 8px;
  --meetingart-header-pad-x: 15px;
  /* stessa x di HOME sotto il logo */
  --meetingart-memorial-indent: calc(var(--meetingart-logo-col-width) + var(--meetingart-menu-link-pad-x));
}

/* Header fuori dal flusso assoluto di Flex/Helix */
.transparent-wrapper,
.sticky .transparent-wrapper {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 99;
}

.pull-right {
  margin-left: 20px;
  margin-bottom: 10px;
}
#sp-top-bar .pull-right {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

/* Top bar bianca — memorial + social affiancati (come originale) */
#sp-top-bar {
  background: #ffffff !important;
  border-bottom: none !important;
  color: #7b1c3e !important;
  padding: 8px 0 2px;
  min-height: 0;
  margin-bottom: 10px;
}
#sp-top-bar a,
#sp-top-bar .sp-contact-info li,
#sp-top-bar .sp-contact-info li a {
  color: #7b1c3e !important;
}
#sp-top-bar a:hover {
  color: #5a152f !important;
}
#sp-top-bar #sp-top-destra {
  width: auto !important;
  position: static !important;
  right: auto !important;
  padding: 0;
  flex: 0 0 auto;
  float: none !important;
}
#sp-top-bar > .container > .row,
#sp-top-bar > .container-fluid > .row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  padding: 0 var(--meetingart-header-pad-x);
  gap: 0;
}
#sp-top-bar #sp-top1,
#sp-top-bar #sp-top1.pull-right {
  flex: 1 1 auto;
  width: auto !important;
  max-width: none;
  text-align: left !important;
  padding: 0;
  float: none !important;
  order: 1;
}
#sp-top-bar #sp-top-destra,
#sp-top-bar #sp-top-destra.pull-right {
  order: 2;
  margin-left: auto;
  padding-right: var(--meetingart-header-pad-x);
  flex: 0 0 auto;
  float: none !important;
  text-align: right !important;
}
#sp-top-bar #sp-top1 .sp-column,
#sp-top-bar #sp-top1 .sp-column.pull-right {
  float: none !important;
  text-align: left !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
/* Un solo offset memorial — niente padding annidati su wrapper/p */
#sp-top-bar #sp-top1,
#sp-top-bar #sp-top1 .sp-module,
#sp-top-bar #sp-top1 .sp-module-content,
#sp-top-bar #sp-top1 .sp-module.carrara p,
#sp-top-bar #sp-top1 .meetingart-memorial,
#sp-top-bar #sp-top1 .carrara,
#sp-top-bar #sp-top1 p,
#sp-top-bar #sp-top1 .custom.carrara > p {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}
#sp-top-bar #sp-top1 .sp-module.carrara {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: calc(var(--meetingart-memorial-indent) - var(--meetingart-header-pad-x)) !important;
  font-size: 14px;
  line-height: 1.4;
}
#sp-top-bar #sp-top1 .sp-module.carrara .meetingart-memorial,
#sp-top-bar #sp-top1 .sp-module.carrara p {
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  #sp-top-bar > .container > .row,
  #sp-top-bar > .container-fluid > .row {
    padding: 0 12px;
  }
  #sp-top-bar #sp-top1 .sp-module.carrara {
    padding-left: 40px !important;
  }
}
@media (max-width: 767px) {
  #sp-top-bar #sp-top1 .sp-module.carrara {
    padding-left: 15px !important;
  }
}
#sp-top-bar .meetingart-memorial a,
#sp-top-bar #sp-top1 a {
  color: #7b1c3e !important;
  text-decoration: none;
}
#sp-top-bar .meetingart-memorial strong,
#sp-top-bar #sp-top1 strong {
  font-weight: 700;
}
#sp-top-bar ul.social-icons {
  margin: 0 !important;
  float: none !important;
  display: inline-block !important;
  vertical-align: middle;
  text-align: right !important;
}
#sp-top-bar #sp-top1 ul.social-icons,
#sp-top-bar #sp-top1 .social-icons {
  display: none !important;
}
#sp-top-bar ul.social-icons > li {
  margin: 0 6px;
  display: inline-block;
}
#sp-top-bar ul.social-icons > li a,
#sp-top-bar ul.social-icons > li a i {
  color: #7b1c3e !important;
  font-size: 16px;
}
#sp-top-bar ul.social-icons > li a:hover,
#sp-top-bar ul.social-icons > li a:hover i {
  color: #5a152f !important;
}

/* === Social: una sola fonte (Helix in top bar destra) === */
/* Modulo SP Page Builder "Social" in top1 */
#sp-top-bar #sp-top1 .mod-sppagebuilder {
  display: none !important;
}
/* Modulo "topmenu destra" / flex-icons colorati (SP Page Builder) */
#sp-top-bar #sp-top-destra .mod-sppagebuilder,
#sp-header #sp-top-destra .mod-sppagebuilder,
#sp-top-bar .flex-icons,
.flex-icons {
  display: none !important;
}
/* Helix social solo nella top bar destra */
#sp-header ul.social-icons,
#sp-header #sp-top-destra ul.social-icons,
#sp-header #sp-lingua ul.social-icons,
#sp-header #sp-top-destra .sp-contact-info,
#sp-header #sp-lingua .sp-contact-info {
  display: none !important;
}
#sp-top-bar #sp-top-destra > ul.social-icons {
  display: inline-block !important;
}

/* Header bianco — una riga compatta: logo | menu | lingue */
#sp-header,
#sp-header.white,
#sp-header.white .sticky__wrapper,
.transparent-wrapper,
.transparent-wrapper .white,
.transparent-wrapper header.white {
  background: #ffffff !important;
  box-shadow: none !important;
  border-bottom: 1px solid #000 !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  overflow: visible !important;
}
#sp-header .sticky__wrapper,
#sp-header > .container,
#sp-header > .container-fluid {
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
}
#sp-header > .container > .row,
#sp-header > .container-fluid > .row,
#sp-header .sticky__wrapper > .container > .row,
#sp-header .sticky__wrapper > .container-fluid > .row,
.transparent-wrapper > .container > .row,
.transparent-wrapper > .container-fluid > .row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  margin: 0 !important;
}
/* Bootstrap col-* nella header row non devono andare a capo */
#sp-header .layout-column,
#sp-header [class*="col-sm-"],
#sp-header [class*="col-md-"],
#sp-header [class*="col-xs-"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  position: static !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}
#sp-header #sp-top-destra,
#sp-header #sp-lingua {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  flex: 0 0 0 !important;
}
#sp-header #sp-logo {
  flex: 0 0 var(--meetingart-logo-col-width);
  max-width: var(--meetingart-logo-col-width);
  display: flex !important;
  align-items: center !important;
  height: 56px !important;
  padding-left: 15px;
}
#sp-header #sp-logo .logo,
#sp-header #sp-logo a {
  height: auto !important;
  line-height: 1 !important;
  display: flex;
  align-items: center;
}
#sp-header #sp-logo .sp-default-logo,
#sp-header #sp-logo .sp-retina-logo,
#sp-header #sp-logo .sp-sticky-logo {
  max-height: 44px !important;
  width: auto;
}
#sp-header #sp-menu,
#sp-header #sp-menu .sp-column,
#sp-header #sp-menu .sp-megamenu-wrapper,
#sp-header .weglot-container {
  overflow: visible !important;
  position: relative !important;
}
#sp-header #sp-menu {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  height: 56px !important;
}
#sp-header #sp-menu .sp-column {
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
  flex-wrap: nowrap !important;
  padding: 0 var(--meetingart-header-pad-x) 0 0;
}
#sp-header #sp-menu .sp-megamenu-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  max-width: 100%;
  float: none !important;
  height: auto !important;
  line-height: 1 !important;
  overflow: visible !important;
  border-top: 1px solid #000 !important;
}
#sp-header #sp-menu .sp-megamenu-wrapper .weglot-container {
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  margin-left: 8px;
  display: inline-block !important;
  vertical-align: middle !important;
  position: relative !important;
  line-height: normal !important;
  overflow: visible !important;
  z-index: 10050;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
#sp-header #sp-menu .sp-column .sp-megamenu-parent {
  float: none !important;
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  text-align: left;
  padding: 8px 0 !important;
}
#sp-header .logo,
#sp-header #sp-menu .sp-megamenu-parent > li > a,
#sp-header .mod-languages,
#sp-header .weglot-container a {
  height: auto !important;
  line-height: 1.2 !important;
  min-height: 0 !important;
}

#sp-logo .sp-default-logo,
#sp-logo .sp-retina-logo,
#sp-logo .sp-sticky-logo {
  max-height: 44px;
  width: auto;
}

#sp-menu {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  float: none !important;
}

.sp-megamenu-parent {
  font-family: 'Abel', sans-serif !important;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  flex-wrap: nowrap;
}
#sp-header #sp-menu .sp-megamenu-parent {
  border-top: none !important;
}
.sp-megamenu-parent > li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

#sp-header #sp-menu .sp-megamenu-parent > li > a,
#sp-header.white #sp-menu .sp-megamenu-parent > li > a,
.transparent-wrapper .white .sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > a {
  color: #343434 !important;
  padding: 10px 8px !important;
  text-transform: uppercase;
  font-family: 'Abel', sans-serif;
  font-size: 15px;
  letter-spacing: 0.02em;
  border-bottom: none !important;
  display: inline-block;
}
#sp-header #sp-menu .sp-megamenu-parent > li > a:hover,
#sp-header #sp-menu .sp-megamenu-parent > li.sp-has-child:hover > a {
  color: #7b1c3e !important;
  background: transparent !important;
}

/* Registrati / Log in — inline nel menu */
#sp-header #sp-menu .sp-megamenu-parent > li.red > a,
#sp-header #sp-menu .sp-megamenu-parent > li.sp-menu-item.red > a,
#sp-menu .red a,
.sp-megamenu-parent > li.red > a {
  background: #7b1c3e !important;
  color: #ffffff !important;
  padding: 18px 12px !important;
  margin: 0 1px !important;
  line-height: 1.2 !important;
  border-bottom: none !important;
  border-top: none !important;
}
#sp-header #sp-menu .sp-megamenu-parent > li.red > a:hover,
#sp-menu .red a:hover,
.sp-megamenu-parent > li.red > a:hover {
  background: #5a152f !important;
  color: #ffffff !important;
}

/* Weglot — freccia centrata, dropdown fuori dal flusso (non sposta il menu) */
#sp-header .weglot-container,
.weglot-container {
  display: inline-block !important;
  position: relative !important;
  top: 0 !important;
  margin-left: 6px;
  vertical-align: middle !important;
  line-height: normal !important;
  overflow: visible !important;
  z-index: 10050;
  width: auto !important;
  flex: 0 0 auto !important;
}
.wg-drop.country-selector,
.country-selector.weglot-dropdown {
  display: inline-block !important;
  position: relative !important;
  vertical-align: middle !important;
  overflow: visible !important;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
}
.wg-drop.country-selector .wgcurrent,
.country-selector.weglot-dropdown .wgcurrent {
  display: inline-block !important;
  position: relative !important;
  padding: 0 !important;
  border: none !important;
  min-height: 32px;
  vertical-align: middle;
  width: auto !important;
}
.wg-drop.country-selector .wgcurrent a,
.country-selector.weglot-dropdown .wgcurrent a,
.wg-drop.country-selector label.wgcurrent,
.country-selector.weglot-dropdown label.wgcurrent {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px;
  padding: 4px 26px 4px 6px !important;
  line-height: 1.3 !important;
  height: auto !important;
  position: relative !important;
}
.weglot_switcher a,
.wg-drop.country-selector .wgcurrent a {
  color: #343434 !important;
}
/* Freccia dropdown — centrata verticalmente */
.wg-drop.country-selector .wgcurrent::after,
.wg-drop.country-selector .wgcurrent:after,
.country-selector.weglot-dropdown .wgcurrent::after,
.country-selector.weglot-dropdown .wgcurrent:after {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 6px !important;
  margin-top: 0 !important;
  position: absolute !important;
  height: 12px !important;
  width: 12px !important;
  line-height: 1 !important;
}
/* Lista lingue — assoluta, non allarga la header row */
.wg-drop.country-selector ul,
.country-selector.weglot-dropdown ul {
  position: absolute !important;
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  bottom: auto !important;
  margin-top: 4px !important;
  padding: 6px 0 !important;
  min-width: 130px !important;
  width: max-content !important;
  max-width: 220px !important;
  z-index: 10051 !important;
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
  border: 1px solid #e8e8e8 !important;
  float: none !important;
}
.wg-drop.country-selector.closed ul,
.country-selector.weglot-dropdown.closed ul {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
.wg-drop.country-selector:not(.closed) ul,
.country-selector.weglot-dropdown:not(.closed) ul {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  position: absolute !important;
  height: auto !important;
  overflow: visible !important;
  pointer-events: auto !important;
}
.wg-drop.country-selector ul li,
.country-selector.weglot-dropdown ul li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}
.wg-drop.country-selector ul li a,
.country-selector.weglot-dropdown ul li a,
.wg-drop.country-selector ul li label,
.country-selector.weglot-dropdown ul li label {
  display: flex !important;
  align-items: center !important;
  gap: 8px;
  padding: 9px 14px !important;
  line-height: 1.4 !important;
  min-height: 36px;
  box-sizing: border-box;
}
.wg-drop.country-selector ul li + li a,
.country-selector.weglot-dropdown ul li + li a {
  border-top: 1px solid #ececec;
}

div.itemListCategory h2 { text-transform: uppercase;}
div.catItemView {
   
    padding: 0 !important;
    
    background: white !important;
}


.itemid-335 div.formBody, .itemid-336 div.formBody {
  display: block;
  float: none;
}
.itemid-335 input, .itemid-335 select, .itemid-335 textarea, .itemid-336 input, .itemid-336 select, .itemid-336 textarea {
  width: 100%; 
}
.itemid-335 button.rsform-submit-button, .itemid-336 button.rsform-submit-button  {
  background: #7b1c3e;
  border-radius: 3px;
  padding: 10px;
  color: white;
}

.itemid-335 #Privacy0, .itemid-336 #Privacy0, .itemid-335 #Newsletter0, .itemid-336 #Newsletter0 {
  width: auto;
}
.itemid-335 .rsfp-field-multiple-plus-button {display: none; }
.social-icons a {
  font-size: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items { text-align: left; }

/* Sottovoci menu dropdown — compatte */
#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner,
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 6px 0 !important;
}
#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-items,
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  padding: 2px 0 !important;
}
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  margin: 0 !important;
  padding: 0 !important;
}
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  padding: 6px 14px !important;
  margin: 0 !important;
  line-height: 1.25 !important;
  font-size: 14px !important;
  font-family: 'Abel', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > a {
  margin-bottom: 0 !important;
}
html[lang="de"] li.sp-menu-item a {
  padding: 20px 6px !important;
}
html[lang="fr"] li.sp-menu-item a {
  padding: 20px 6px !important;
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
  font-size: 23px !important;

}
.colonnaesperto { border-top:1px solid #000; }
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title { font-weight: bold;}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel { width: 100% !important}
.sticky__wrapper {
  margin: 0 auto;
}
#sp-bottom1 { width: 15%;}
#sp-bottom4  { width: 85%;}
#sp-bottom ul.social-icons {
  margin-right: 16.6% !important;
  float: right;
}
#intro .col-6 {
  width: 50%;
}
.aste .k2ReadMore.risultati {
  position: relative;
  background: white;
  color: #7b1c3e;
  padding: 5px 10px;
  display: block;
  margin-bottom: 6px;
}
.wg-drop.country-selector .wgcurrent { border: none !important; }
.itemVideoLink img {
    display: inline-block;
    margin-right: 5px;
}
div.itemToolbar ul li a.itemVideoLink {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.flash svg {
    font-size: 20px;
    position: relative;
    top: 6px;
}
#rsform_3_page_0 #Privacy0 {
    width: auto !important;
}
.flash ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
.red {
  color: #ffffff !important;
  background: #7b1c3e;
  margin: 0 1px !important;
}
#Messaggio {
    min-height: 100px;
    width: 100%;
}
.catItemTitle.sessione b {
    color: #7B1C3E;
}
.itemid-141 .sppb-img-responsive.lazyloaded {
    width: 43px;
}
.piccolo > div > div > div {
    max-width: 44px;
}
#rsform_3_page_0 input, #rsform_3_page_0 select { width: 100% !important; }
.cursornone {
    cursor: default;
}
.title .tit a, div.itemHeader h2.itemTitle, .sppb-articles-carousel-link {
    background: #7b1c3e;
    color: white;
    padding: 3px 10px;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    width: max-content;
    display: inline;
}
#sp-section-7 {padding: 0 !important;}
#sp-bottom4 .sp-column > div {
    display: inline-table;
    margin-right: 50px;
}
.sppb-articles-carousel-introtext {
font-weight: 500;
font-size: 20px !important;
min-height: 49px;
font-family: abel !important;    
color: #333 !important;    
}
.sppb-articles-carousel-introtext {
    margin-top: 7px;
    font-size: 17px !important;
}
div.itemExtraFields h3 {
    margin: 0;
    padding: 0 0 8px 0;
    text-transform: uppercase;
    font-weight: 300;
}
.catalogo svg {
    font-size: 22px;
    position: relative;
    top: 6px;
}
.itemid-181 .sppb-addon-text-block h3 , .itemid-182 .sppb-addon-text-block h3 {
    color: #7b1c3e;
}
.elenco_aste {
    float: right;
    background: #333;
    color: white;
    padding: 4px 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: abel;
}
.copertina span {
    text-decoration: line-through;
}
.sell h3 {
    color: white !important;
}
.catItemTitle.copertina {
    margin: 0;
    font-size: 20px;
}
.catItemTitle.meetingart {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}
.libreria .catItemTitle.sottotitolo {
    max-width: 80%;
    color: #7B1C3E;
}
.libreria .catItemTitle.autore {
    font-size: 17px;
    padding: 0;
}
.invenduti .tit a {
    cursor: default;
}
.elenco_aste:focus { color: white; }
.catItemTitle.sottotitolo {
    font-weight: 500;
    font-size: 20px;
    min-height: 49px;
    font-family: abel;
     text-transform: uppercase;
    color: #333;
}

.dettaglio .catItemTitle.sottotitolo { min-height: 0 !important;}
.dettaglio .catalogo, .btn-catalogo {
    background: #7B1C3E !important;
    color: white !important;
    width: max-content;
    padding: 10px;
    margin-bottom: 10px;
}
.btn-catalogo { margin-top:20px; padding: 3px 10px 10px 10px !important; }
.btn-catalogo a {
  color: white;
    font-family:Abel; 
}
div.flex,
ul.flex {
    display: flex;
}
.esposizione .col-6 { width: 50%;}
.esposizione iframe {
  width: 100%;
  min-height: 352px;
}
.btn-catalogo svg {
font-size: 25px;
position: relative;
top: 9px;
margin-right: 5px;
width: 35px;
}
.catalogo a {
    color: white;

}
.testofull img {
    float: left;
}
.testofull {
    overflow: hidden;
    display: inline-flex;
}
.k2ReadMore {
    border: 2px solid;
    padding: 10px 17px;
    text-transform: uppercase;
    font-size: 12px;
}
div.k2ReadMore svg {
    font-size: 20px;
    position: relative;
    top: 5px;
    margin-right: 7px;
}
div.k2ReadMore {
    color: #7b1c3e;
    width: max-content;
}
.itemContainer.sx {
    padding-right: 30px;
}
.catItemTitle.data, .sppb-articles-carousel-meta-category a {
    font-style: italic;
    font-weight: 300;
    line-height: 15px;
    font-size: 18px;
}
.sppb-articles-carousel-meta-category a  {
font-size: 15px !important;
}

/* === Mobile: hamburger sì, menu desktop no === */
@media (max-width: 991px) {
  #sp-header,
  #sp-header.white,
  #sp-header .sticky__wrapper,
  .transparent-wrapper,
  .transparent-wrapper .white,
  .transparent-wrapper header.white {
    height: auto !important;
    min-height: 50px !important;
    max-height: none !important;
    border-bottom: 1px solid #000 !important;
  }
  #sp-header > .container > .row,
  #sp-header > .container-fluid > .row,
  #sp-header .sticky__wrapper > .container > .row,
  .transparent-wrapper > .container > .row {
    height: auto !important;
    min-height: 50px !important;
    max-height: none !important;
  }
  #sp-header #sp-logo {
    flex: 1 1 auto;
    max-width: 60%;
    padding-left: 10px;
  }
  #sp-header #sp-logo .sp-default-logo,
  #sp-header #sp-logo .sp-retina-logo,
  #sp-header #sp-logo .sp-sticky-logo {
    max-height: 38px !important;
  }
  #sp-header #sp-menu {
    flex: 0 0 auto;
    width: auto !important;
    height: auto !important;
    min-height: 50px !important;
  }
  #sp-header #sp-menu .sp-column {
    height: auto !important;
    min-height: 50px !important;
    max-height: none !important;
    justify-content: flex-end;
    padding: 0 10px 0 0;
  }
  #sp-header #sp-menu .sp-megamenu-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end;
    border-top: none !important;
    width: auto !important;
  }
  #sp-header #sp-menu .sp-megamenu-parent,
  #sp-header #sp-menu ul.sp-megamenu-parent,
  #sp-header #sp-menu .sp-megamenu-parent.hidden-sm,
  #sp-header #sp-menu .sp-megamenu-parent.hidden-xs {
    display: none !important;
    visibility: hidden !important;
  }
  #sp-header #sp-menu .sp-megamenu-parent .sp-dropdown {
    display: none !important;
  }
  #sp-header #offcanvas-toggler,
  #sp-header #sp-menu #offcanvas-toggler {
    display: inline-block !important;
    visibility: visible !important;
    float: none !important;
    margin: 0 !important;
  }
  #sp-header #offcanvas-toggler > i,
  #sp-header #sp-menu #offcanvas-toggler > i {
    display: inline-block !important;
    width: auto !important;
    min-width: 44px;
    font-size: 24px !important;
    text-align: center;
    color: #7b1c3e !important;
  }
  #sp-header #sp-menu .sp-megamenu-wrapper .weglot-container {
    display: none !important;
  }
  #sp-top-bar #sp-top1 .sp-module.carrara {
    padding-left: 0 !important;
    font-size: 12px;
  }
  #sp-top-bar #sp-top-destra {
    padding-right: 10px;
  }
  #sp-top-bar ul.social-icons > li {
    margin: 0 4px;
  }
  #sp-top-bar ul.social-icons > li a,
  #sp-top-bar ul.social-icons > li a i {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  #sp-header #offcanvas-toggler.visible-xs,
  #sp-header #offcanvas-toggler.visible-sm,
  #sp-header #sp-menu #offcanvas-toggler.visible-xs,
  #sp-header #sp-menu #offcanvas-toggler.visible-sm {
    display: none !important;
  }
}
