.product-content {
  display: flex;
}
.product-content>div {
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  background: white;
  width: 50%;
  float: left;
}
.product-content > div.product-content-text {
  border-left: none;
}
.product-content-image {
  padding: 40px 0 20px;
}
.product-content-image>div {
  height: 100%;
}
.product-content-image>div>div {
  height: 100%;
}
.product-content-image .img-wrapper {
  height: 76%;
}
.product-content-image .img-wrapper>a {
  display: block;
  height: 100%;
}
.product-content-image .img-wrapper>a>img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
}
.product-content-text>div {
  border-bottom: 1px solid #e1e1e1;
  padding: 3% 2% 3% 5%;
}
.product-content-text>div:last-child {
  border-bottom: none;
}
.product-content-text-brand .brand-links a {
  color: #6392bc;
  line-height: 23px;
  font-size: 12px;
}
.product-content-text-brand>a {
  margin-right: 3%;
  font-size: 12px;
  display: block;
  width: 30%;
  float: right;
}

.brand-logo img {
  max-height: 45px;
  /*max-width: 150px;*/
  float: right;
  display: block;
}
.brand-logo {
  display: block;
}
.brand-links {
  float: right;
  margin-right: 4%;
  text-align: right;
  width: 63%;
}

.product-delivery-details {
  margin-top: 10px;
}
.product-delivery ul {
  padding-left: 10px;
  margin: 0;
}
.product-delivery li {
  margin-bottom: 3px;
}
.product-delivery-details a {
  color: #bf7666;
  text-decoration: underline;
}

.product-content-text > div.params {
  padding-left: 0;
  padding-right: 0;
}
.product-content-text > div.params h2 {
  padding-left: 8%;
  color: #404040;
  text-transform: uppercase;
}
.params .param {
  padding: 3px 8%;
}
.params .param:hover {
  background: #f3f3f3;
}
.params .param .param-title {
  float: left;
  width: 48%;
}
.params .param .param-value {
  float: left;
  margin-left: 2%;
  width: 50%;
}

.tooltip {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  background: white;
  margin-left: 10px;
}

.thumbnails {
  margin-top: 20px;
}
.thumbnails>span {
  display: inline-block;
  padding: 2%;
  text-align: center;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  margin: 0 1%;
}
.thumbnails>span:hover {
  border: 1px solid #333;
}
.thumbnails>span img {
  height: 80px;
}

.price-col-3 {
  float: right;
}
.price-availability {
  padding: 10px 10px 10px 45px;
  color: #333333;
  background: #f8f8f8 url(../images/availability.png) no-repeat 14px 17px;
}

.node.clock.full .sell-price {
  /*font-family: "LatoBold";*/
  font-weight: bold;
  font-size: 22px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}
.node.clock.full .cancelled-price {
  /*font-family: "LatoBold";*/
  font-size: 18px;
  color: #999;
  text-align: center;
  text-decoration: line-through;
}


#discount-dialog-link {
  color: #bf7666;
  font-family: arial;
  font-size: 11px;
  text-decoration: underline;
  margin-top: 7px;
  display: block;
}

.price-wrapper {
  float: left;
  width: 30%;
}
.price-wrapper>div {
  width: 100%;
  text-align: center;
}
.price-col-2 {
  float: left;
  width: 23%;
  margin-left: 5%;
  margin-top: 43px;
}
.price-col-2.two-prices {
  margin-top: 67px;
}

.add-to-cart>form .form-item {
  margin: 0;
}
.add-to-cart input.form-submit {
  height: 33px;
  font-weight: bold;
  line-height: 30px;
  background: #c9b8b2;
  color: white;
  width: 100%;
  max-width: 140px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.melody-wrapper {
  margin-bottom: 10px;
}
.melody-wrapper audio {
  margin-top: 10px;
}

#movement-tabs .field-item>div .form-item-qty,
.node-movement .form-item-qty {
  display: inline-block;
}
#movement-tabs .field-item>div .form-item-qty input,
.node-movement .form-item-qty input {
  line-height: 28px;
  text-align: right;
  padding: 0 10px;
  border: 1px solid #e1e1e1;
}
#movement-tabs .field-item>div .form-item-qty:after,
.node-movement .form-item-qty:after {
  content: "шт.";
  color: #333;
  margin-right: 20px;
}
#movement-tabs .field-item>div .form-actions,
.node-movement #edit-actions {
  display: inline-block;
  width: 140px;
}

.price-label {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: bold;
}

@media (max-width: 479px) {
  .product-content {
    display: block;
  }
  .product-content > div {
    float: none;
    width: 100%;
    padding: 0;
  }
  .node-small {
    width: 45%;
  }
}