/**
 * @file
 * Visual styles for Top+'s product content type.
 */
.node--type-mt-product .node__header {
  padding: 0;
}

/*page title*/ 
.layout-no-sidebars.page-node-type-mt-product .page-title {
  text-align: center;
}
@media (min-width: 1200px) {
  .layout-no-sidebars.page-node-type-mt-product .page-title {
    font-size: 70px;
  }
}

/*subheader field*/
.node--type-mt-product .field--name-field-mt-subheader-body {
  font-size: 26px;
  padding: 0;
  line-height: 1.3;
  margin-top: -10px;
  margin-bottom: 45px;
}
.layout-no-sidebars .node--type-mt-product .field--name-field-mt-subheader-body {
  text-align: center;
}
@media (min-width: 768px) {
  .layout-no-sidebars .node--type-mt-product .field--name-field-mt-subheader-body {
    padding: 0 20%;
  }
}

/*image field*/
.node--type-mt-product .field--name-field-image {
  margin-bottom: 30px;
}
.node--type-mt-product.node--view-mode-teaser .images-container {
  margin-bottom: 15px;
}

/*price field*/
.node--type-mt-product .field--name-field-mt-price {
  font-size: 58px;
  margin: 30px 0 5px;
  text-align: center;
}

/*buy link field*/
.node--type-mt-product .field--name-field-mt-buy-link {
  text-align: center;
}
.node--type-mt-product .field--name-field-mt-buy-link a {
  font-size: 24px;
  font-weight: 400;
  padding: 12px 25px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 20px 0;
  text-align: center;
  color: #000000;
  border-color: #ffffff;
  min-width: 350px;
}
@media (max-width: 350px) {
  .node--type-mt-product .field--name-field-mt-buy-link a {
    min-width: 100%;
  }
}
.headings-wide-spacing-enabled .node--type-mt-product .field--name-field-mt-buy-link a {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.node--type-mt-product .field--name-field-mt-buy-link a:hover {
  color: #000000;
}
.region--light-typography .node--type-mt-product .field--name-field-mt-buy-link a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
}
.region--light-typography .node--type-mt-product .field--name-field-mt-buy-link a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

/*availabilty and product code fields*/
.node--type-mt-product .field--name-field-mt-product-code,
.node--type-mt-product .field--name-field-mt-product-availability {
  margin: 10px 0;
}
.node--type-mt-product .field--name-field-mt-product-code .field__label,
.node--type-mt-product .field--name-field-mt-product-availability .field__label {
  font-weight: 400;
}
.node--type-mt-product .field--name-field-mt-product-code .field__item,
.node--type-mt-product .field--name-field-mt-product-availability .field__item {
  color: #9c9c9c;
}
.node--type-mt-product .field--name-field-mt-product-code .field__item:before {
  content: "#";
}
