.c-product-detail__recommend .c-product {
  max-width: 16.66667%;
}

.c-product-detail__recommend .c-heading {
  border-bottom: 1px solid #a4a4a4;
  padding-bottom: 0.5em;
}

.c-img-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.42em;
}

.c-img-carousel__inner--zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.c-img-carousel__indicators {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width: 100%;
}

.c-img-carousel__indicator {
  aspect-ratio: 1;
  cursor: pointer;
  margin: 0 5px 5px;
  max-width: 80px;
  width: 80px;
}

.c-img-carousel__indicator .img-responsive {
  min-width: 100%;
}

.c-img-carousel__indicator.active {
  background-color: transparent;
  -webkit-box-shadow: 0 5px 0 0 #5088b3;
  box-shadow: 0 5px 0 0 #5088b3;
  height: 80px;
  margin: 0 5px 5px;
  width: 80px;
}

.c-img-carousel__indicator .u-icon--youtube,
.c-img-carousel__indicator .u-icon--play {
  font-size: 2.7rem;
  height: 100%;
  width: 100%;
}

.c-image-modal {
  overflow: scroll;
}

.c-option-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.85em;
  margin-left: -5px;
  margin-right: -5px;
}

.c-option-group .media-body {
  width: auto;
}

.c-option {
  margin: 0 5px 10px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
}

.c-option:hover {
  text-decoration: none;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.c-option:active, .c-option:focus {
  text-decoration: none;
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}

.c-option.is-selected {
  -webkit-box-shadow: 0 0 5px 2px #67bac4;
  box-shadow: 0 0 5px 2px #67bac4;
}

.c-option__image {
  width: 64px;
}

.c-option__content {
  margin: 0;
}

.c-qty.is-hidden {
  display: none;
}

.c-autoship {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-autoship__image, .c-autoship__controls {
  max-width: 200px;
  width: 50%;
}

.c-autoship__controls {
  margin-left: 30px;
  text-align: right;
}

.c-shipfree {
  text-align: right;
}

.c-learn-more {
  display: inline-block;
  font-size: 0.85em;
  margin-top: 5px;
}

.c-collapsible {
  height: auto;
  overflow-y: hidden;
  position: relative;
}

.c-collapsible.is-collapsed {
  max-height: 190px;
}

.c-product-detail__read-more {
  background: white;
  position: relative;
  text-align: center;
}

.c-product-detail__read-more:before {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.75em 0 #a4a4a4;
  box-shadow: 0 0 0.75em 0 #a4a4a4;
  content: '';
  height: 1em;
  left: 2em;
  position: absolute;
  top: 0;
  width: calc(100% - 4em);
  z-index: -1;
}

.u-sr-only {
  height: 0;
  visibility: hidden;
  width: 0;
}

.c-selling-point img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.c-review-banner {
  border: 1px solid #bfdbef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-review-banner .c-review-item {
  margin: 0;
  padding: 1.42em;
  position: relative;
}

.c-review-banner .c-review-item h3 {
  color: #5088b3;
  font-size: 24px;
  padding-left: 0.71em;
  text-transform: uppercase;
}

.c-statement h2 {
  color: #5088b3;
  text-transform: uppercase;
}

.c-statement h2:after {
  color: rgba(255, 255, 255, 0.5);
  content: '\201c';
  font: 10em/1em 'times', 'times new roman', serif;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: -2rem;
  z-index: -1;
}

.c-statement .c-review {
  background: none;
  border: none;
  font-style: italic;
  margin-top: 0.71em;
  padding: 0;
}

.c-arrowbox {
  background-color: #bfdbef;
}

.c-arrowbox:before {
  background-color: #bfdbef;
  bottom: 0;
  content: '';
  height: 1.42em;
  left: 50%;
  margin-top: 0;
  position: absolute;
  -webkit-transform: translate3d(-50%, 50%, 0) rotate(45deg);
  transform: translate3d(-50%, 50%, 0) rotate(45deg);
  width: 1.42em;
  z-index: 2;
}

.c-reviewer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0.71em;
  text-decoration: none;
}

.c-ratings:before, .c-ratings:after {
  left: 0.47333em;
}

.c-benefits {
  list-style: none;
  padding: 0;
}

.c-benefits li {
  padding-left: 2.13em !important;
}

.c-benefits li:before {
  color: #bfdbef;
  font-size: 18px;
}

.c-share-bar {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-share-bar__label {
  color: #575757;
  margin-bottom: 0;
}

.c-share-bar__item {
  line-height: 0.8;
  margin: 0;
  padding-right: 0.71em;
}

.c-share-bar__item a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #575757 !important;
}

/* Statement Section Base Styling */
.c-statement {
  position: relative;
  z-index: 0;
}

/* Review Banner Z-Index */
.c-review-banner {
  z-index: 0;
}

/* Review Item Heading Color and Font Weight */
.c-review-banner .c-review-item h3 {
  font-weight: 400;
}

/* Benefits List Item Color */
.c-benefits li {
  color: #5088b3;
}

/* Email Subscription Styles */
.emailSub {
  padding: 4px 0;
  width: 100%;
  display: inline !important;
}

.emailSubRow {
  margin-top: 10px !important;
}

.emailSubCol {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.emailSubCol2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.emailSub-btn {
  line-height: normal;
  vertical-align: middle !important;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 7px;
}

.custom-control-plain label {
  display: inline !important;
}

/* IE Browser Specific Styles */
.t-ie .c-autoship-icon {
  height: 17.5px;
}

/* Autoship Icon Styling */
.c-autoship-icon {
  position: relative;
  top: -2px;
}

/* Autoship ID Styling */
.c-autoship-id {
  margin-top: .45em;
}

/* Desktop Media Query - Max Height/Width for Indicators */

/* Sezzle Payment Integration Styles */
.sezzle-checkout-button-wrapper {
  padding-bottom: 5px !important;
}

#sezzle-ad-target {
  margin: 0 8px !important;
}

@media (min-width: 768px) {
  .c-review-banner .c-review-item {
    max-width: 50%;
  }
  .c-arrowbox:before {
    bottom: 50%;
    left: 100%;
  }
}

@media (min-width: 992px) {
  .c-option {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1200px) {
  .c-product-detail.has-recommendations .c-product-detail__info {
    width: calc(100% - 210px);
  }
  .c-product-detail.has-recommendations .c-product-detail__main {
    float: left;
    margin-bottom: 30px;
    width: calc(100% - 180px);
  }
  .c-product-detail.has-recommendations .c-product-detail__recommend {
    background: transparent;
    float: right;
    margin-left: 30px;
    margin-top: 0;
    min-width: 180px;
    overflow: hidden;
    padding: 0 0 0 30px;
    position: relative;
    width: 180px;
  }
  .c-product-detail.has-recommendations .c-product-detail__recommend:before {
    background: rgba(87, 87, 87, 0.4);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 5px rgba(87, 87, 87, 0.4);
    box-shadow: 0 0 20px 5px rgba(87, 87, 87, 0.4);
    content: '';
    display: block;
    height: 100%;
    left: -30px;
    top: 0;
    width: 30px;
  }
  .c-product-detail.has-recommendations .c-product-detail__recommend .c-products,
  .c-product-detail.has-recommendations .c-product-detail__recommend .c-product {
    max-width: 150px;
  }
  .c-product-detail.has-recommendations .c-product-detail__recommend .c-heading {
    font-size: 18px;
  }
  .c-product__info {
    margin-top: 2em;
  }
}

@media (min-width: 1400px) {
  .c-img-carousel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-img-carousel__indicators {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: auto;
  }
  .c-img-carousel__indicator {
    margin: 5px 0 5px 5px;
  }
  .c-img-carousel__indicator.active {
    background-color: transparent;
    -webkit-box-shadow: -5px 0 0 0 #5088b3;
    box-shadow: -5px 0 0 0 #5088b3;
    height: 80px;
    margin: 5px 0 5px 5px;
    width: 80px;
  }
  .c-img-carousel__indicator {
    max-height: 80px;
    max-width: 80px;
  }
}
