.product-single {
  padding: 60px 0;
}
.product-single h1 {
  font-size: 32px;
  font-weight: 600;
}
.product-single .tabs-wrapper {
  display: flex;
  margin-top: 20px;
}
.product-single .tabs-wrapper .tab {
  margin-right: 10px;
  font-size: 16px;
  color: #7c8796;
  border: 1px solid #CECECE;
  border-bottom: 0;
  padding: 5px 15px;
  transition: all 0.2s ease-in-out;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.product-single .tabs-wrapper .tab:hover, .product-single .tabs-wrapper .tab:focus, .product-single .tabs-wrapper .tab:active {
  text-decoration: none;
}
.product-single .tabs-wrapper .tab.is-active {
  background: #ff8400;
  border-color: #ff8400;
  color: #fff;
}
.product-single .tab-content-wrapper {
  position: relative;
}
.product-single .tab-content-wrapper .tab-content {
  display: none;
  padding: 30px 20px;
  border: 1px solid #CECECE;
}
.product-single .tab-content-wrapper .tab-content.is-active {
  display: block;
}

.promoted {
  text-align: center;
  color: #fff;
  background: #ff8400;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: -20px;
}

.block--basic .field--body {
  text-align: center;
}

.product-teaser {
  margin-bottom: 40px;
  border: 1px solid #CECECE;
  transition: all 0.5s;
}
.product-teaser .product-intro {
  padding: 20px 40px;
  border-bottom: 1px solid #CECECE;
  text-align: center;
}
.product-teaser .product-intro .title h3 {
  color: #ff8400;
  font-weight: 600;
}
.product-teaser .product-intro .teaser-logo {
  margin-bottom: 20px;
}
.product-teaser .product-intro .price {
  font-weight: 600;
  font-size: 40px;
}
.product-teaser .product-intro .price .field--variations {
  display: inline-block;
}
.product-teaser .product-intro .price span {
  font-size: 20px;
}
.product-teaser .product-intro .policy {
  font-weight: 600;
  font-size: 12px;
}
.product-teaser .product-arguments .field--field-teaser-options .field__item {
  border-bottom: 1px solid #CECECE;
  padding: 20px 40px;
}
.product-teaser .product-arguments .field--field-teaser-options .field__item:last-child {
  border-bottom: 1px solid transparent;
}
.product-teaser .compare {
  text-align: center;
  margin-bottom: 20px;
}
.product-teaser .compare a {
  font-weight: 600;
}
.product-teaser:hover {
  border-color: #ff8400;
}
.product-teaser:hover .product-arguments .field--field-teaser-options .field__item {
  border-bottom: 1px solid #ff8400;
}
.product-teaser:hover .product-arguments .field--field-teaser-options .field__item:last-child {
  border-bottom: 1px solid transparent;
}
.product-teaser:hover .product-intro {
  border-bottom: 1px solid #ff8400;
}
.product-teaser.node--promoted {
  background: #f5f5f5;
}

@media (max-width: 991px) {
  .views-col {
    width: 100% !important;
  }
}/*# sourceMappingURL=product.css.map */