.wrap_tov {
  margin:30px auto;
  width: 100%;

}
.categories {
  vertical-align: top;
  display: inline-block;
  width: 30%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  margin-right: 15px;
}

 .tov_body  {
  vertical-align: top;
  display: inline-block;
  width: 65%;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.metro {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 50px;
  border-left: 5px solid #DAE4F1;
}
.metro li {line-height: 2em;}
.metro ul {
  margin: 20px 0 20px 15px;
  padding: 0;
  border: none;
  list-style: none;
}
.metro ul:before, .metro ul:after {
  content: "";
  width: 5px;
  height: 28px;
  background: #DAE4F1;
  position: relative;
  display: block;
  left: -9px;
}
.metro ul:before {
  transform: rotate(-45deg);
  margin-top: -15px;
}
.metro ul:after {
  transform: rotate(45deg);
  bottom: -20px;
}
.metro ul li {border-left: 5px solid #DAE4F1;}
.metro ul li:first-child {
  margin-top: -5px;
  padding-top: 5px;
}
.metro ul li:last-child {
  padding-bottom: 9px;
  margin-bottom: -25px;
}
.metro a {
  text-decoration: none;
  display: block;
  font-family: 'Noto Sans', sans-serif;
  color: #4A4B4D;
}
.metro a:before {
  content: "";
  display: inline-block;
  background: #CA682D;
  width: 12px;
  height: 12px;
  left: -9px;
  position: relative;
  border-radius: 50%;
  margin-right: .5em;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column {
  width: 65%;
  position: relative;
}

.right-column {
  width: 35%;
  margin-top: 60px;
}


/* Left Column */
.left-column img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.left-column img.active {
  opacity: 1;
}

/* Кнопка */
.showmore-bottom {
text-align: center;
}
.showmore-bottom a {
padding: 20px 30px;
display: inline-block;
border: 1px solid #bfd76d;
border-radius: 100px;
color: #fff;
font-weight: 500;
font-size: 16px;
text-align: center;
vertical-align: top;
background-color: #bfd76d;
text-decoration: none;
margin-bottom: 20px;
}

/* Вывод товаров */
.prod-list {
overflow: hidden;
margin: 0 auto;
}
.prod-item {
width: 160px;
height: 230px;
float: left;
border: 1px solid #ddd;
padding: 20px;
margin: 5px 5px;
text-align: center;
border-radius: 6px;
}
.prod-item-img {
width: 100%;
}
.prod-item-name {
font-size: 13px;
line-height: 16px;
}

.prod-list .prod-item:nth-child(3n) {
margin-right: 0
}
.prod-item-price {
color: red;
font-size: 22px;
margin: 3px;
}
.prod-item-img img {
width: 150px;
height: 150px;
}
.tovar {
  width: 100%;
  margin: 15px auto auto auto;
}
  .tov_images {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 25px
  }
  .tov_info {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding: 0 25px;
  }
  .tov_images img {
    height: 350px;
  }
  .price {
  color: red;
  }
  .case_for_rovar{
    margin: 15 0;
    width: auto;
    padding: 0 25px;

  }
