.items_container .items_wrapper .item {
  position: relative;
  display: inline-block;
  float: left;
  width: 195px;
  height: 220px;
  margin: -5px 20px 20px -5px;
  padding: 15px;
  background: #fff;
  text-align: left;
  transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  font-size: 10px;
}
.items_container .items_wrapper .item:hover {
  margin: -5px 20px 20px -5px;
}
.items_container .items_wrapper .item .pic {
  display: inline-block;
  width: 195px;
  overflow: hidden;
  text-align: center;
  border: 0;
}
.items_container .items_wrapper .item .pic img {
  height: 100%;
}
.items_container .items_wrapper .item > .name {
  display: inline-block;
  text-decoration: none;
  margin-top: 17px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.items_container .items_wrapper .item > .old_parent {
  display: inline-block;
  float: left;
  text-decoration: underline;
}
.items_container .items_wrapper .item > .parent_separator {
  display: inline-block;
  float: left;
  text-decoration: none;
  margin: 0 5px;
}
.items_container .items_wrapper .item > .parent {
  display: inline-block;
  float: left;
  text-decoration: underline;
  cursor: default;
}
.product_viewed {
  background: #fff;
  padding: 25px;
}
.product_viewed hr {
  height: 1px;
  margin: 20px 0;
  border: none;
}
.product_viewed .img {
  float: left;
  background-size: cover;
  background-position: center top;
  width: 275px;
  height: 100%;
}
.product_viewed .data_wrapper {
  padding-left: 300px;
}
.product_viewed h2 {
  color: #4a4a4a;
  font-size: 32px;
  margin: -3px 0 5px;
}
.product_viewed hr.top {
  margin-top: 0 !important;
}
.product_viewed hr.bot {
  margin-bottom: 0 !important;
}
.product_viewed .parameters {
  background-color: #f5f5f5;
  padding: 30px 55px;
  margin: 25px 0;
  font-size: 14px;
  line-height: 25px;
  color: #2e2e2e;
}
.product_viewed .parameters span:not(.price) {
  width: 120px;
  display: inline-block;
}
.product_viewed .parameters .price {
  font-size: 20px;
}
.product_viewed .basket_btn_wrapper input {
  font: 20px Freeroad, Arial, sans-serif;
  text-align: center;
}
.product_viewed .basket_btn_wrapper input[type=text] {
  border: 1px solid #cbcbcb;
  height: 48px;
  width: 48px;
  background: #fff;
  color: #4d4d4d;
  outline: none;
}
.product_viewed .basket_btn_wrapper input[type=button] {
  height: 50px;
  width: 295px;
  margin-left: 30px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.product_viewed .category_list a,
.product_viewed .category_list span {
  font-size: 12px;
}
.product_viewed p {
  font-size: 14px;
  line-height: 18px;
  margin: 40px 0 30px;
}
