@charset "utf-8";
/*****************
* @this - Mobile Friendly Styles
*****************/

html, body {
  display: initial;
}

#body-container.with_menu {
  width: 100%;
}

#mobile-menu-toggle {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  background-image: url("../images/mobile-menu.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

#mobile-menu-toggle.active {
  background-image: url("../images/mobile-menu-active.png");
}

#menu-container {
  display: none;
  width: 100%;
  height: auto;
  clear: both;
}

.category-container {
  width: 42%;
  margin: 10px 10px 0px 10px;
}

.category-name {
  height: 70px;
  line-height: 1.1;
}

.product-list-container {
  width: calc(100% - 40px);
  max-width: 400px;
  height: auto;
  border-bottom: #ccc 1px solid;
}

.product-list-image img {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 10px;
}

.product-list-name {
  margin-top: 0px;
}

.product-list-details {
  float: left;
  width: calc(100% - 130px);
}

.product-details-container {
  width: 315px;
}

.product-container .product_image img {
  width: 100%;
}