/**
 * @file
 * Visual styles for Style+'s product content type.
 */
.node--type-mt-product .node__header {
  padding: 0;
}
.node--type-mt-product .node__header + .field:not(.field--name-field-mt-price) {
  padding-top: 15px;
}
.node--type-mt-product .node__title {
  margin-bottom: 0;
}
.node--type-mt-product .field--name-field-image {
  margin-bottom: 30px;
}
.node--type-mt-product .field--name-field-mt-price {
  font-size: 24px;
  line-height: 1.4;
}
.node--type-mt-product .field--name-field-mt-price + .field {
  padding-top: 15px;
}
.node--type-mt-product.node--view-mode-teaser .images-container {
  margin-bottom: 15px;
}
.node--type-mt-product .field--name-field-mt-buy-link a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 25px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 20px 0;
  text-align: center;
  text-decoration: none;
}
.region--light-background .node--type-mt-product .field--name-field-mt-buy-link a:hover {
  background-color: #232323;
  border-color: #232323;
  color: #fff;
}

/*inline list in product page*/
.node--type-mt-product .inline-list {
  font-size: 12px;
}
.node--type-mt-product .inline-list .field__item,
.node--type-mt-product .inline-list .field__label,
.node--type-mt-product .inline-list .field {
  display: inline-block;
}
.node--type-mt-product .inline-list .field__item + .field__item {
  padding-left: 10px;
}
.node--type-mt-product .inline-list__icon {
  padding-right: 5px;
}
.node--type-mt-product .inline-list__item a {
  color: #232323;
  text-decoration: none;
}
.node--type-mt-product .inline-list__item a i {
  padding-right: 5px;
}
