body.catalog-product-view .nav-sections {
  display: none;
}
body.catalog-product-view .product-info-main h1.page-title {
  font-weight: 800;
}
body.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku {
  float: left;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 2px solid #444;
  height: 12px;
  line-height: 12px;
  font-weight: bolder;
}
body.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock.available {
  line-height: 12px;
  color: #4cc5ea;
}
body.catalog-product-view .product-info-main .product-info-price .price-box.text-center.price-final_price {
  display: table;
  position: relative;
  top: 15px;
}
body.catalog-product-view legend.label span {
  font-size: 16px;
}
body.catalog-product-view .product-info-main .product-add-form {
  position: relative;
  height: 65px;
}
body.catalog-product-view .product-info-main .product-add-form .box-tocart .control input#qty {
  height: 35px;
}
body.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button#product-addtocart-button {
  height: 35px;
  line-height: 20px;
}
body.catalog-product-view .product-info-main .product-info-price .price-box.text-center.price-final_price span.price-container.price-final_price.tax.weee span.price {
  font-size: 2.7rem;
  color: #444;
  line-height: 25px;
}
body.catalog-product-view .product-info-main .tocompare span:before {
  content: '';
  background-image: url('../images/compare.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  speak: none;
  vertical-align: middle;
  margin-top: 7px;
}
body.catalog-product-view .product-info-main .towishlist:before {
  content: '\e600';
  font-family: 'icons-blank-theme';
  display: inline-block;
  font-size: 28px;
  color: #000;
}
body.catalog-product-view .review-legend.legend strong {
  padding-top: 20px;
}
section.tire-price-section {
  margin-top: 25px;
}
section.tire-price-section .product-tire-price-section .quantity-row .quantity-content {
  display: -webkit-inline-box;
}
section.tire-price-section .product-tire-price-section .quantity-row .quantity-content .quantity-level p {
  margin-bottom: 0px;
  width: 120px;
  text-align: center;
  border-left: 1px solid #ddd;
  font-weight: 600;
}
section.tire-price-section .product-tire-price-section .price-row .price-content {
  display: -webkit-inline-box;
}
section.tire-price-section .product-tire-price-section .price-row .price-content .price-level p {
  margin-bottom: 0px;
  width: 120px;
  text-align: center;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}
body.catalog-product-view .product-info-main .product-social-links {
  text-align: left;
  padding-top: 5px;
}
body.catalog-product-view .product-info-main .product.attribute.overview {
  margin: unset;
}
body.catalog-product-view .product-info-main .product.attribute.overview .inner-attribute-content {
  margin-left: 25px;
}
body.catalog-product-view .product-info-main .product.attribute.overview .inner-attribute-content .value {
  display: list-item;
  list-style: disc;
}
body.catalog-product-view .product-info-main h3.product-info-heading- {
  margin-bottom: 10px;
  text-decoration: underline;
  font-weight: 400;
  font-size: 18px;
}
body.catalog-product-view .product-info-main .product.attribute.description .value p {
  display: list-item;
  list-style: disc;
  border-bottom: 1px solid #ddd;
  max-width: 80%;
  text-align: justify;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
body.catalog-product-view .product-info-main .product.attribute.description .inner-attribute-content {
  margin-left: 25px;
}
@media only screen and (max-width: 768px) {
  section.tire-price-section .product-tire-price-section .quantity-row .quantity-content .quantity-level p {
    width: 85px;
  }
  section.tire-price-section .product-tire-price-section .price-row .price-content .price-level p {
    width: 85px;
  }
  body.catalog-product-view .product-info-main {
    margin-top: 20px;
  }
  body.catalog-product-view .product-info-main .product-add-form {
    display: contents;
  }
  body.catalog-product-view .product-info-main .product-social-links .product-addto-links {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  body.catalog-product-view .product-info-main .product.attribute.description .value p {
    max-width: 90%;
  }
  body.catalog-product-view .sidebar.sidebar-additional {
    display: none;
  }
  .message.success {
    z-index: 9;
  }
}
body.catalog-product-view .product.media div#umprodimg div#main-product-image-wrapper {
  width: 84%;
}
body.catalog-product-view .product.media div#umprodimg #more-views {
  width: 19%;
  display: inline-block;
  position: absolute;
  z-index: unset;
}
body.catalog-product-view .product.media div#umprodimg #more-views div {
  width: 97% !important;
}
.page-layout-1column .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
  line-height: 13px;
}
