#_desktop_top_menu > ul > li > a {
  padding: 12px 16px;
  font-size: 12px;
}

#subcategories .clearfix h5 {
  /*border: 1px solid;*/
  border-radius: 4px;
  padding: 5px;
  min-height: 46px;
  background-color: #FBBB21;
  display: flex;
  align-items: center;
  justify-content: center;
}

#user_slogan {
  margin: auto;
  float: inherit;
  padding-left: 22%;
  font-weight: bold;
}

@media only screen and (max-width : 780px) {
  #user_slogan {
    padding-left: 23%;
  }
  #_desktop_contact_link .shop-phone.shop-text {
    display: none;
  }
  #contact-link {
    float: left;
  }
}

@media only screen and (max-width : 480px) {
  #_desktop_contact_link {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  #_desktop_contact_link .shop-phone.shop-text {
    display: inherit;
  }
}

#contact-link span.shop-phone {
  padding: 0;
}

/*EVISOLE - CSS aggiunto per stile promozioni carrelli abbandonati*/
.ets_abancart_product_list_table .price,
.ets_abancart_product_list_table .product-total-item {color: #ee0000 !important; font-size: 16px !important;}
.ets_abancart_product_list_table .product-qty-item,
.ets_abancart_product_list_table .product_name {font-size: 16px !important; color: #095668 !important; font-weight: 600 !important;}
.ets_abancart_wrapper .ets_abancart_checkout,
#ets_abancart_standard,
#ets_abancart_hover {color: #095668 !important; background: #fbbb21 !important; border-radius:0px !important;}
.ets_abancart_wrapper .ets_abancart_checkout:hover,
#ets_abancart_hover {background: #2592a9!important; color: #fff !important;}
.ets_abancart_shopping_cart_overload.ets_abancart_overload.active {display:none;}
