﻿.button-transparent {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}
.reviews-anchor img {
  max-width: 24px;
}
.reviews-anchor {
  margin-bottom: 32px;
}
h1.product-page-header {
  margin-bottom: 2px;
}
.add-to-cart-group {
  display: flex;
  padding: 0 15px;
}
.add-to-cart-group .width-100-percent {
  display: none;
}
.add-to-cart-group .add-to-cart-quantity label {
  display: none;
}
.add-to-cart-group .margin-reset {
  margin: 0;
}
.add-to-cart-group .padding-left-0 {
  padding: 0;
}
.add-to-cart-group .quantity-field {
  margin-bottom: 0;
  height: 41px;
  margin-right: 4px;
}
.add-to-cart-group .add-to-wishlist {
  width: 45px;
  overflow: hidden;
  margin-bottom: 0;
}
.add-to-cart-group .add-to-wishlist:before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  padding: 0 19px 0 0px;
  margin-left: -8px;
}
.add-to-cart-group .add-to-cart {
  margin-bottom: 0;
  width: 89%;
}
.product-page .product-info-wrap .price-wrap {
  font-size: 30px;
  margin-top: 32px;
}
.product-guarantees {
  padding-top: 1.2rem;
  border-top: 1px solid #e5e5e5;
}
.product-guarantees .guarantee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-guarantees .wwd-heading {
  font-size: 1.5rem;
}
.product-guarantees .guarantee-icon {
  width: 100%;
  text-align: center;
}
.product-guarantees .guarantee-icon i {
  padding-top: 0.8rem;
  font-size: 1.2rem;
}
.sitewide-container {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.product-page-footer-content {
  background-color: #efefef;
  padding: 32px 0;
}
.product-page-top-section {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer-frame {
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 32px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.container {
  margin-bottom: 0;
}
.main-content-wrapper {
  padding-bottom: 0;
}
.breadcrumb {
  text-align: center;
  padding: 8px 0;
  background-color: #efefef;
}
.section-heading {
  text-align: center;
  font-weight: bold;
}
.pop-large-wrap {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}