/* -------------------COLORS------------------- */
/*
$primary_color: #36a9ea;
$hover_color: #3ab7ff;
$active_color: #377fdd;
*/
@media screen and (max-width: 656px) {
  /* ------------COMMON------------ */
  .hidesmall {
    display: none !important;
  }
  /* -------------------NAV------------------- */
  nav.navbar-inverse .container-fluid .navbar-header a.navbar-brand {
    font-size: 22px !important;
  }
  nav.navbar-inverse .container-fluid .navbar-header a.navbar-brand #for_title {
    font-size: 25px !important;
  }
  nav.navbar-inverse .container-fluid .navbar-collapse .navbar-right li {
    margin-bottom: 10px;
  }
  /* -------------------NEWSLETTER POPUP------------------- */
  .subscribe-me {
    width: 350px !important;
    margin-left: -175px !important;
  }
  .subscribe-me .form input[type="email"] {
    width: 220px !important;
  }
  .subscribe-me .form button#signup {
    width: 100px !important;
  }
  /* -------------------SEARCH ENGINE------------------- */
  .search input {
    width: 90% !important;
  }
  .search #search_autocomplete_results {
    width: 90% !important;
  }
  .search #search_autocomplete_results ul li {
    width: 350px !important;
  }
  /* -------------------HOME------------------- */
  .categories {
    overflow-x: scroll;
    width: auto !important;
    height: 100%;
    white-space: nowrap;
  }
  .categories .category {
    margin: 6px 6px !important;
    display: inline;
  }
  .categories .category:hover ul {
    display: none !important;
  }
  .categories .to_expand a:hover {
    border-radius: 40px !important;
  }
  .categories .expanded {
    border-radius: 40px !important;
  }
  .cards .card_container .card .item_img {
    width: 230px !important;
    margin-left: 0 !important;
  }
  .cards .card_container .card .left_part {
    margin-left: 0 !important;
  }
  .cards .card_container .card .card_bottom {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  /* -------------------PRODUCT------------------- */
  .product {
    width: 100% !important;
  }
  .product .left_part img {
    width: 230px !important;
    margin: 0 !important;
  }
  .product .right_part {
    width: 100% !important;
  }
  .product .right_part .card_bottom {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .related {
    width: 100% !important;
  }
}
/*# sourceMappingURL=small.css.map */