/* переопределение стилей темы jewelry  */

#layered_block_left ul li {
    min-width: 150px;
}

ul.recentArticles a.image img {
  width: 65px;
  height: 45px;
}

.sdsarticle-des lipsum p {
  font-size: 14px !important;
  color: #3a3939;
  }
.footer-container #footer ul li {
    list-style: none;
}
.footer-container #footer ul li a {
    text-decoration: none;
}

.footer-container #footer ul li {
    padding-bottom: 0px !important;
}

@media (min-width: 992px) {
    .nav-social {
        position: absolute;
        right: 0;
        top: 6px;
    }
}

@media sceen and (min-width: 768px) and (max-width: 991px) {
    .nav-social {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #block_top_menu .menu-content {
        background: #fff !important;
    }
    .nav-social {
        background: #fff;
    }
}