/*TOP NAV*/
header .nav {
  background: #212121;
  border-bottom: 1px solid #e00;
}
#languages-block-top span,
#languages-block-top div.current::before {
  color: #fff;
}
#languages-block-top ul{
  background: #3c3c3c !important;
}
.header_user_info a{
  color: #ccc !important;
}
div#languages-block-top {
    display: flex;
    align-items: baseline;
}
#topLinks span{
  font-size:14px;
}
/*BANNER SLIDER*/
div#homepage-slider {
    border-bottom: 1px solid #d7d7d7;
    border-top: 3px solid #dd0101;
}
/*HEADER PAGES BANNER*/
div#category_description_short span {
    color: #fff !important;
}
#category_description_short p {
    text-align: center !important;
}
/*CATEGORY PAGE*/
#subcategories ul li {
    height: 125px;
}
#subcategories ul li .subcategory-image a img {
    max-width: none;
    width: 120px;
    height: 120px;
}
/*PRODUCT CARD*/
.button.ajax_add_to_cart_button {
    width: 70%;
    border-radius: 5px;
}
p.product-desc {
    color: #000;
    text-align: left;
}
/*FOOTER*/
.footer-container #footer #social_block ul li.twitter a:before {
    content: url('/images/x.png');
}