/*!
 * @project: www.opt36.ru
 *
 * Copyright (C) midion.pro JSC
 */
.bottom-nav {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  display: block;
  background-color: #fff;
  border-top: solid 1px #ccc;
  padding: 4px;
}
.bottom-nav > div > a {
  text-align: center;
  padding-bottom: 0.25rem;
  padding-top: 0.5rem;
  justify-content: center;
  width: 100%;
  display: inline-block;
}

.button.icon {
  min-width: 2.7em;
}

.button.icon.circle {
  padding-top: 3px;
}

.product-page-price .link_register_for_prices {
  font-size: 0.6em;
  font-weight: 400;
  color: red;
}
.product-page-price .link_register_for_prices:hover {
  color: darkred;
}

.minOrder {
  font-size: small;
}

.cart-tabs {
  border-bottom: solid 1px #ccc;
  padding-left: 10px;
}
.cart-tabs .cart-tabs > button.active {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
  background-color: #ccc;
  color: #555;
}
.cart-tabs > button {
  padding: 0 15px;
  margin: 0;
}
.cart-tabs > button.active {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
  background-color: #ccc;
  color: #555;
}

/*# sourceMappingURL=style-child.css.map */
