.edd-root,
.edd-root *,
.edd-root *::before,
.edd-root *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.edd-root {
  display: block;
  position: relative;
  width: 100%;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: #000; }

.edd-root-disabled {
  color: #ccc;
  cursor: not-allowed; }

.edd-head {
  overflow: hidden;
  transition: box-shadow 200ms;
  background: white;
  box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.edd-head {
  border-radius: 20px; }

.edd-root-focused .edd-head {
  border-color: blue; }

.edd-root-invalid .edd-head {
  border-color: #ff6969; }

.edd-value {
  padding: 0.75rem 0.5rem; }

.edd-arrow {
  position: relative;
  width: 18px;
  height: 10px;
  transition: transform 150ms;
  pointer-events: none;
  color: #cf000d; }

.edd-arrow::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: 50% 25%; }

.edd-root-open .edd-arrow {
  transform: rotate(180deg); }

.edd-value,
.edd-option,
.edd-group-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.edd-root:not(.edd-root-disabled) .edd-value,
.edd-option {
  cursor: pointer; }

.edd-select {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: -100%;
  top: 0; }

.edd-root-native .edd-select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.edd-body {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #eee;
  pointer-events: none;
  overflow: hidden;
  z-index: 999;
  transform: scale(0.95);
  background: white; }

.edd-root-open .edd-body {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
  transition: opacity 200ms, transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.edd-root-open-above .edd-body {
  bottom: 100%; }

.edd-root-open-below .edd-body {
  top: 100%; }

.edd-items-list {
  overflow: auto;
  max-height: 0;
  transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-overflow-scrolling: touch; }

.edd-group-label {
  font-size: 12px;
  font-weight: 400;
  padding: 12px 10px 4px; }

.edd-option {
  padding: 1rem;
  border-bottom: 1px solid #eee;
  transition: background-color 250ms, color 250ms, border-color 250ms; }

.edd-group-has-label .edd-option {
  padding-left: 14px; }

.edd-option-selected {
  font-weight: 400;
  color: #cf000d; }

.edd-option-focused:not(.edd-option-disabled) {
  background: #cf000d;
  border-bottom-color: #cf000d;
  color: white; }

.edd-option-disabled,
.edd-group-disabled .edd-option {
  cursor: default;
  color: #ccc; }

.row {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box; }
  @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
    .row {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 80rem) {
    .row {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
    .row {
      margin-bottom: 2rem; } }

.container {
  display: flex; }
  @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
    .container {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; } }
  @media screen and (min-width: 64rem) {
    .container {
      align-items: flex-start;
      justify-content: space-between;
      margin: 0 -2rem; } }
  .container .pro-callout {
    margin: 2rem auto; }
    @media screen and (min-width: 30rem) {
      .container .pro-callout {
        width: 75%; } }
    @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
      .container .pro-callout {
        width: calc(70% - 1.5rem);
        margin-left: 0;
        margin-right: 0;
        align-self: flex-end; } }
    @media screen and (min-width: 64rem) {
      .container .pro-callout {
        width: 30%;
        margin: 0 2rem; } }
  @media screen and (min-width: 64rem) {
    .container .tab-panels {
      width: 70%;
      margin: 0 2rem; } }

.related-products {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box; }
  @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
    .related-products {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 80rem) {
    .related-products {
      padding-left: 40px;
      padding-right: 40px; } }
  .related-products__header {
    font-weight: 400;
    line-height: 1.11;
    margin: 0;
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center; }
    @media screen and (min-width: 48rem) {
      .related-products__header {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media screen and (min-width: 64rem) {
      .related-products__header {
        font-size: 48px;
        font-size: 3rem; } }
    @media screen and (min-width: 80rem) {
      .related-products__header {
        font-size: 54px;
        font-size: 3.375rem; } }
    @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
      .related-products__header {
        margin: 3.5rem 0 2rem; } }
    @media screen and (min-width: 64rem) {
      .related-products__header {
        margin: 6rem 0 4rem; } }
  @media screen and (min-width: 48rem) {
    .related-products__row {
      display: flex;
      margin: 0 -1rem; } }
  @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
    .related-products .card-product {
      margin: 1rem 0; } }
  @media screen and (min-width: 48rem) {
    .related-products .card-product {
      margin: 0 1rem;
      width: 33.33%; } }

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .eco-rebate {
    float: none; } }

.eco-rebate a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 0;
  background-color: #cf000d !important;
  color: #FFF !important;
  font-weight: 600;
  letter-spacing: .2px;
  padding: 5px 10px;
  transition: color 300ms ease, background-color 300ms ease;
  font-size: 0.9rem; }
  .eco-rebate a:hover, .eco-rebate a:focus {
    text-decoration: none !important;
    background-color: #FFF !important;
    border-color: #cf000d !important;
    color: #cf000d !important; }
  @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
    .eco-rebate a {
      display: inline-block;
      padding: 2px 8px;
      font-size: 0.8rem;
      margin-bottom: 10px; } }

.eco-m {
  float: right;
  background: #FFF; }
  .eco-m .row {
    padding-left: 20px;
    padding-right: 0;
    width: auto !important; }
  .eco-m .eco-c .ecr-modal-body {
    display: flex; }
  .eco-m .eco-c .eco-label {
    font-size: 12px !important; }
  .eco-m .eco-c .panel-group .panel {
    width: 100%; }
  .eco-m .eco-c .eco-details {
    margin-left: 152px; }
    .eco-m .eco-c .eco-details ul {
      margin-left: 12px; }
      .eco-m .eco-c .eco-details ul li {
        font-size: 13px;
        margin-bottom: 0; }
    .eco-m .eco-c .eco-details .ng-binding a {
      display: inline;
      padding: 0;
      background-color: transparent !important;
      font-weight: normal !important;
      color: #cf000d !important;
      border: none;
      font-size: 13px; }
      .eco-m .eco-c .eco-details .ng-binding a:hover, .eco-m .eco-c .eco-details .ng-binding a:focus {
        text-decoration: underline !important;
        border: none; }
  .eco-m .eco-c .eco-terms a {
    color: #cf000d !important; }
  .eco-m .eco-c .eco-more {
    margin-left: 19px; }
    .eco-m .eco-c .eco-more a {
      background-color: transparent !important;
      border: none;
      color: #cf000d !important; }
  .eco-m .eco-c .eco-program a {
    background-color: transparent !important;
    border: none;
    color: #cf000d !important; }
  .eco-m .eco-c .btn-default {
    text-decoration: none !important;
    background-color: #FFF !important;
    border-color: #cf000d !important;
    color: #cf000d !important; }
  .eco-m .input-group-addon {
    border-color: #cf000d !important; }
    .eco-m .input-group-addon i,
    .eco-m .input-group-addon label {
      color: #cf000d !important; }
  .eco-m .ecr-location-control #ecr-zip-input {
    border-top-color: #cf000d;
    border-bottom-color: #cf000d;
    border-left-color: #cf000d; }
  .eco-m .ecr-notice-row {
    margin-left: 19px; }

/*# sourceMappingURL=pdp.css.map */