/* --- MEGAMENU --- */
.megamenuLayerImage {
    display: table-cell;
    vertical-align: top;
    padding: 0;
    background: none;
    text-align: center;
    max-width: 300px;
    width: 20%;
    overflow: hidden;
    border-left: 0;
}

#megamenuLayer .megamenuLayerWrapper {
    display: inline-block;
    max-height: 300px;
    width: 100%;
}

#megamenuLayer {
    height: 300px !important;
}

/* --- BOTTONI PRINCIPALI --- */
#cartBoxRight input.b_green,
#top_cart input.b_green,
#top_cart_1 input.b_green,
#colMid input.butt1,
#colMid .cart_form input.butt1,
#colMid .cart_form_matrix input.butt1,
#colMid .cart_form_disabled input.butt1,
#colMid #sheetAddToCartRow input.butt1,
#cartBoxRight input,
#top_cart input,
#top_cart_1 input,
.btn_wrapp .close,
.btn_wrapp .ko {
    background-color: #EF7D16 !important;
    color: #fff !important;
}

/* --- BOTTONI SECONDARI --- */
.btn_wrapp .ok,
.cross_selling.lightbox .cross_selling_cart .butt1 {
    background-color: #ADADAD;
}

/* --- FOOTER --- */
#foot,
#footer_custom_els_container {
    background: #EF7D16 !important;
}

.footer_block {
    display: table-cell;
    filter: brightness(100);
    line-height: 1.5;
    width: 5%;
    padding: 20px 0 20px 40px;
}

/* --- MENU / HEADER --- */
#menu { border-bottom: 0 !important; }
li.column { border: 0 !important; }

body {
    font-family: 'Montserrat', sans-serif;
    padding: 0 !important;
}

#header_responsive .top_buttons .box_menu li a.selectedButt,
#menu li a.selectedButt {
    display: none;
}

#header_responsive #header_top_bar_wrapper {
    background: #f2f2f2;
}

#header_responsive .top_buttons .box_menu li a,
#menu li a {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    margin: 5px 5px -3px 5px;
    padding: 3px;
}

/* --- VOCE RMA (MenÃƒÆ’Ã‚Â¹ Account) SOLO "Riparazioni" --- */
#userBoxTop.userBox ul li.rma a {
  position: relative;
  font-size: 0;
  color: transparent;
  line-height: 1;
  white-space: nowrap;
  height: auto;
  display: inline-block;
}

#userBoxTop.userBox ul li.rma a::after {
  content: "Riparazioni";
  font-size: 14px;
  font-weight: 400 !important;   /* Forza peso normale */
  color: #000;                   /* O inherit */
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}

/* --- TITOLO PAGINA RMA: "Riparazioni" --- */
#rma h1.boxTitle {
    position: relative;
    text-indent: -9999px;
    height: 40px;
    overflow: hidden;
}

#rma h1.boxTitle::after {
    content: "Riparazioni";
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #000;
    white-space: nowrap;
}

div#mainTableContainer .bigBox.boxColumns li.column h2.title a {
    font-size: 14px;
    font-weight: 600;
}