html,
body,
.page {
  min-height: 100vh;
}
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  color: #555;
  background: #fff;
}
div {
  display: flex;
}
a {
  color: #555;
}
img {
  width: 100%;
  border-radius: 4px;
}
.c {
  min-width: 200px;
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 9px 18px;
  box-sizing: border-box;
}
.page {
  flex-direction: column;
}
.main {
  flex-direction: column;
  flex-grow: 1;
}
.header .c {
  flex-direction: column;
}
.header .row {
  justify-content: space-between;
  align-items: center;
}
.brand {
  font-size: 34px;
  text-transform: none;
  padding: 8px 0;
}
.brand span {
  font-weight: bold;
  color: #465ba2;
}
input {
  background: none;
  border: 1px solid #465ba2;
  border-radius: 4px;
  padding: 7px 12.6px;
  color: #465ba2;
}
.breadcrumbs {
  padding: 11px 20;
}
.breadcrumbs a {
  padding: 0 9px;
  text-decoration: none;
}
.breadcrumbs span:after {
  content: "►";
}
.breadcrumbs span:last-child:after {
  content: "";
}
.breadcrumbs span:last-child a {
  content: "";
  color: #465ba2;
}
.aside {
  order: 1;
  padding: 0 0;
  margin: 0 0;
  min-width: 195px;
  flex-direction: column;
}
.bside {
  order: 3;
  padding: 0 0;
  margin: 0 0;
  min-width: 197px;
  flex-direction: column;
}
.aside .title,
.bside .title {
  font-size: 20px;
  font-weight: bold;
  color: #465ba2;
  margin: 0 0 11px 0;
}
.aside .items,
.bside .items {
  flex-direction: column;
  flex-wrap: wrap;
}
.aside .items a,
.bside .items a {
  padding: 6px 11px;
  text-decoration: none;
  border-radius: 4px;
}
.aside .items a:nth-child(odd),
.bside .items a:nth-child(odd) {
  background: #f6f6f6;
}
.content {
  flex-grow: 1;
  order: 2;
  margin: 0 0;
  padding: 0 20px 8px 20px;
  min-width: auto;
  flex-direction: column;
}
.list,
.cats {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}
.toggle .tabs {
  width: 100%;
  overflow: hidden;
}
.toggle .tabs .tab {
  float: left;
  background: white;
  cursor: pointer;
}
.toggle .tabs .tab.active {
  color: #000;
}
.toggle .panels .panel {
  display: none;
}
.toggle .panels .panel:first-child {
  display: block;
}
.pag {
  justify-content: center;
  margin: 10px 0;
  flex-wrap: wrap;
  margin-top: 37px;
}
.pag a {
  text-decoration: none;
  margin: 0 2px;
  padding: 5px 13px;
  border-radius: 4px;
  background: #eee;
  margin-bottom: 9px;
}
.pag .active {
  background: #465ba2;
  color: #ffffff;
  pointer-events: none;
}
.pag a:hover {
  background: #6075bb;
  color: #ffffff;
}
.item {
  flex-direction: column;
  box-sizing: border-box;
  width: calc(189px);
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 0 11px 20px 11px;
  margin: 0 6px 12px 6px;
  min-height: 356px;
  max-height: 348px;
  border-radius: 4px;
}
.img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  margin: 13px 13px;
}
.cats .item {
  min-height: 200px;
  max-height: 198px;
}
.content > .title {
  font-size: 18px;
  font-weight: normal;
  color: #465ba2;
  margin-bottom: 12px;
}
.list .title {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  color: #465ba2;
}
.list .price {
  min-height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  color: #465ba2;
  margin-bottom: 8px;
}
.list .sub {
  font-size: 10px;
  margin: 4px 0;
}
.btns {
  width: 100%;
  min-height: 37px;
}
.btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  width: 50%;
  background: #eee;
  text-decoration: none;
}
.btns .buy {
  border-radius: 4px 0 0 4px;
  background: #465ba2;
  color: #ffffff;
  font-weight: normal;
}
.btns .show {
  border-radius: 0 4px 4px 0;
}
.product {
  flex-direction: column;
}
.product > .row {
  margin-bottom: 38px;
}
.product > .row > div {
  width: 50%;
  max-width: none;
}
.view {
  min-height: 317px;
  max-height: 296px;
  display: block;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}
.product .summ {
  padding-left: 44px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
}
.product .price {
  font-weight: bold;
  font-size: 22px;
  color: #465ba2;
  margin: 31px 0;
  width: 100%;
  justify-content: flex-end;
}
.product .options,
.product .actions {
  flex-direction: column;
}
.desc {
  flex-direction: column;
  text-align: center;
}
.desc .title {
  font-weight: bold;
}
.intro,
.outro {
  width: 100%;
  margin: 18px auto;
}
.footer .brand {
  font-size: 22px;
  padding: 9px 0;
}
@media screen and (max-width: 900px) {
  .main > .c {
    flex-direction: column;
  }
  .header .row {
    flex-direction: column;
    align-items: center;
  }
  .brand,
  .footer .c {
    justify-content: center;
  }
  .search {
    margin: 20px 0;
  }
  .aside .items,
  .bside .items {
    flex-direction: row;
  }
  .aside {
    margin-bottom: 40px;
  }
  .bside {
    margin-top: 20px;
  }
  .aside .items a,
  .bside .items a {
    background: none !important;
    padding: 0;
    margin-right: 14px;
    margin-bottom: 6px;
  }
  .product .row {
    flex-direction: column;
  }
  .product .row > div {
    width: 100%;
  }
  .product .summ {
    margin-top: 20px;
    padding: 0;
  }
  .product .price {
    width: 100%;
  }
  .content {
    padding: 0;
  }
  .title {
    justify-content: center;
  }
}
