.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\f058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute; }
  .product-detail .attributes .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\f058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em; }
  .product-detail .attributes .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em; }

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed; }
  .product-detail [disabled] .swatch-circle.color-value.selected::after,
  .product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #495057; }

label.color ~ a:hover {
  text-decoration: none; }

.description-and-detail {
  margin-top: 2em; }
  @media (max-width: 543.98px) {
    .description-and-detail {
      margin-top: 0; }
      .description-and-detail .title {
        font-size: 1.5rem;
        margin-bottom: 0;
        font-family: 'Dosis', sans-serif; }
      .description-and-detail > div:last-child {
        margin-bottom: 1em; } }
  @media (min-width: 544px) {
    .description-and-detail .description {
      margin-bottom: 2em; } }
  @media (max-width: 543.98px) {
    .description-and-detail .content {
      margin-top: 1em; } }

.social-container {
  padding-top: 0.9375em;
  text-align: center; }
  .social-container .social-icons {
    text-decoration: none;
    font-size: 1.875em;
    list-style-type: none;
    padding: 0;
    color: #444; }
    @media (max-width: 991.98px) {
      .social-container .social-icons {
        font-size: 1.5625em; } }
    .social-container .social-icons i,
    .social-container .social-icons a {
      color: #444;
      padding-right: 0.2em; }

label.availability {
  padding-right: 0.3125em; }

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc; } }

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em; } }

@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */ } }

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em; }

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%; }
  .promotions div.collapsible-xl button.callout {
    font-size: 1.25em;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #c00; }
    @media (min-width: 544px) {
      .promotions div.collapsible-xl button.callout {
        font-size: 1.375em; } }
    .promotions div.collapsible-xl button.callout::after {
      color: #000; }

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #ccc; } }

.price {
  font-size: 1.5rem; }

.product-options {
  margin-top: 1.25em; }

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1); }
  .size-chart .size-chart-collapsible.active {
    max-height: 100%;
    transition-timing-function: ease-in-out; }

.color-attribute {
  border: none;
  padding: 0;
  background: none; }

.non-input-label {
  display: block;
  margin-bottom: 0.5rem; }

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em; }
    .product-grid .col-6 {
      padding-left: 5px;
      padding-right: 5px; } }

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\f058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute; }
  .product-detail .attributes .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\f058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em; }
  .product-detail .attributes .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em; }

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed; }
  .product-detail [disabled] .swatch-circle.color-value.selected::after,
  .product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #495057; }

label.color ~ a:hover {
  text-decoration: none; }

.description-and-detail {
  margin-top: 2em; }
  @media (max-width: 543.98px) {
    .description-and-detail {
      margin-top: 0; }
      .description-and-detail .title {
        font-size: 1.5rem;
        margin-bottom: 0;
        font-family: 'Dosis', sans-serif; }
      .description-and-detail > div:last-child {
        margin-bottom: 1em; } }
  @media (min-width: 544px) {
    .description-and-detail .description {
      margin-bottom: 2em; } }
  @media (max-width: 543.98px) {
    .description-and-detail .content {
      margin-top: 1em; } }

.social-container {
  padding-top: 0.9375em;
  text-align: center; }
  .social-container .social-icons {
    text-decoration: none;
    font-size: 1.875em;
    list-style-type: none;
    padding: 0;
    color: #444; }
    @media (max-width: 991.98px) {
      .social-container .social-icons {
        font-size: 1.5625em; } }
    .social-container .social-icons i,
    .social-container .social-icons a {
      color: #444;
      padding-right: 0.2em; }

label.availability {
  padding-right: 0.3125em; }

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc; } }

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em; } }

@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */ } }

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em; }

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%; }
  .promotions div.collapsible-xl button.callout {
    font-size: 1.25em;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #c00; }
    @media (min-width: 544px) {
      .promotions div.collapsible-xl button.callout {
        font-size: 1.375em; } }
    .promotions div.collapsible-xl button.callout::after {
      color: #000; }

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #ccc; } }

.price {
  font-size: 1.5rem; }

.product-options {
  margin-top: 1.25em; }

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1); }
  .size-chart .size-chart-collapsible.active {
    max-height: 100%;
    transition-timing-function: ease-in-out; }

.color-attribute {
  border: none;
  padding: 0;
  background: none; }

.non-input-label {
  display: block;
  margin-bottom: 0.5rem; }

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em; }
    .product-grid .col-6 {
      padding-left: 5px;
      padding-right: 5px; } }

.product-detail-fp .desktop-only {
  display: none; }
  @media (min-width: 544px) {
    .product-detail-fp .desktop-only {
      display: block; } }

.product-detail-fp .mobile-tablet {
  display: block; }
  @media (min-width: 544px) {
    .product-detail-fp .mobile-tablet {
      display: none; } }
  .product-detail-fp .mobile-tablet .tab-content {
    padding: 0 20px 0 20px; }
  .product-detail-fp .mobile-tablet #ingredients-mobile :first-child {
    padding-top: 15px; }

.product-detail-fp p {
  line-height: 22px;
  margin-left: 18px;
  font-family: 'Fira Sans'; }

.product-detail-fp h1 {
  margin-bottom: 0.5em !important;
  margin-top: 0.8em !important; }

.product-detail-fp .image-carousel .text-block {
  background-color: white;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  border-top: solid 6px #7bc138; }
  @media (min-width: 544px) {
    .product-detail-fp .image-carousel .text-block {
      padding-left: 30px;
      padding-right: 30px; } }

.product-detail-fp .image-carousel .food-name {
  font-size: 2.4em;
  font-weight: 500;
  font-family: 'Fira Sans', sans-serif !important; }

.product-detail-fp .image-carousel .product-prices {
  padding-bottom: 10px;
  text-align: center; }
  .product-detail-fp .image-carousel .product-prices .price .sales {
    font-weight: 400; }

.product-detail-fp .image-carousel .product-description,
.product-detail-fp .image-carousel .product-description p {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 20px; }
  @media (min-width: 544px) {
    .product-detail-fp .image-carousel .product-description,
    .product-detail-fp .image-carousel .product-description p {
      font-size: 16px;
      line-height: 22px; } }

.product-detail-fp .image-carousel .get-started-button {
  background-color: #0081c6;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px; }

.product-detail-fp .image-carousel .vegetarian {
  color: #7bc138;
  font-weight: 600;
  font-size: 16px;
  margin-left: 25px; }

.product-detail-fp .image-carousel .nutrition-info {
  font-size: 30px; }

.product-detail-fp .image-carousel .nutrition-row {
  padding-bottom: 40px; }

.product-detail-fp .jc-center {
  -ms-flex-pack: center;
      justify-content: center; }

.product-detail-fp .details-tab {
  margin-top: 40px; }
  .product-detail-fp .details-tab table {
    border-top-style: hidden; }
    .product-detail-fp .details-tab table span.bold {
      font-weight: 600; }
    .product-detail-fp .details-tab table span.indent {
      padding-left: 20px; }

.product-detail-fp .line-under-nav {
  border-bottom: solid 5px #0081c6; }

.product-detail-fp .nav-tabs {
  font-family: 'Fira Sans', sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-right: 20px;
  border-bottom: 0; }
  .product-detail-fp .nav-tabs-container {
    padding: 10px 15px;
    font-size: 20px; }

.product-detail-fp li.nav-tabs a.active .nav-tabs-container {
  background-color: #337ab7;
  color: white !important; }

.product-detail-fp .nutrition-facts-header {
  font-weight: 500 !important;
  color: #54616e !important;
  font-family: 'helvetica', 'Helvetica Neue', 'Arial' !important;
  font-size: 20px !important;
  margin-top: 20px !important; }

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\f058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute; }
  .product-detail .attributes .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\f058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em; }
  .product-detail .attributes .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em; }

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed; }
  .product-detail [disabled] .swatch-circle.color-value.selected::after,
  .product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #495057; }

label.color ~ a:hover {
  text-decoration: none; }

.description-and-detail {
  margin-top: 2em; }
  @media (max-width: 543.98px) {
    .description-and-detail {
      margin-top: 0; }
      .description-and-detail .title {
        font-size: 1.5rem;
        margin-bottom: 0;
        font-family: 'Dosis', sans-serif; }
      .description-and-detail > div:last-child {
        margin-bottom: 1em; } }
  @media (min-width: 544px) {
    .description-and-detail .description {
      margin-bottom: 2em; } }
  @media (max-width: 543.98px) {
    .description-and-detail .content {
      margin-top: 1em; } }

.social-container {
  padding-top: 0.9375em;
  text-align: center; }
  .social-container .social-icons {
    text-decoration: none;
    font-size: 1.875em;
    list-style-type: none;
    padding: 0;
    color: #444; }
    @media (max-width: 991.98px) {
      .social-container .social-icons {
        font-size: 1.5625em; } }
    .social-container .social-icons i,
    .social-container .social-icons a {
      color: #444;
      padding-right: 0.2em; }

label.availability {
  padding-right: 0.3125em; }

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc; } }

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em; } }

@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */ } }

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em; }

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%; }
  .promotions div.collapsible-xl button.callout {
    font-size: 1.25em;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #c00; }
    @media (min-width: 544px) {
      .promotions div.collapsible-xl button.callout {
        font-size: 1.375em; } }
    .promotions div.collapsible-xl button.callout::after {
      color: #000; }

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #ccc; } }

.price {
  font-size: 1.5rem; }

.product-options {
  margin-top: 1.25em; }

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1); }
  .size-chart .size-chart-collapsible.active {
    max-height: 100%;
    transition-timing-function: ease-in-out; }

.color-attribute {
  border: none;
  padding: 0;
  background: none; }

.non-input-label {
  display: block;
  margin-bottom: 0.5rem; }

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em; }
    .product-grid .col-6 {
      padding-left: 5px;
      padding-right: 5px; } }

#simpleContent .meal-plans-wrapper .container {
  display: none; }

[role="container-wrapper"] > .row {
  margin-bottom: 0; }

#simpleContent .hero {
  /* background-image: url('https://statics.jennycraig.com/images/pages/simple/2107-simple-plan-hero-xs.png'); */
  background-image: url("https://statics.jennycraig.com/images/pages/simple/2111_hero-bg-desktop.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  height: 422px;
  background-size: cover; }

#simpleContent .hero h1 {
  margin-top: 135px;
  font-size: 44px;
  line-height: 47px;
  text-align: center; }

#simpleContent .sixteen-pounds-in-four-weeks h2 {
  font-size: 26px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 20px; }

#simpleContent .sixteen-pounds-in-four-weeks h2 .proven {
  display: block;
  margin-top: 25px; }

#simpleContent .sixteen-pounds-in-four-weeks p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px; }

#simpleContent .sixteen-pounds-in-four-weeks .price-display {
  display: inline-block;
  font-size: 90px;
  line-height: 108px;
  margin-top: 20px;
  margin-bottom: 10px; }

#simpleContent .sixteen-pounds-in-four-weeks .price-display span.dollar-sign {
  display: inline-block;
  font-size: 36px;
  line-height: 44px;
  margin-right: 3px;
  position: relative;
  top: -30px; }

#simpleContent .sixteen-pounds-in-four-weeks .price-display span.per-day {
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  margin-left: 5px;
  position: relative;
  top: -45px; }

#simpleContent .sixteen-pounds-in-four-weeks .price-display .ca-only span.per-day {
  top: -20px; }

#simpleContent .sixteen-pounds-in-four-weeks p.more-options {
  font-size: 18px;
  line-height: 18px;
  margin-top: -10px;
  margin-bottom: 20px; }

#simpleContent .sixteen-pounds-in-four-weeks p.free-shipping {
  font-size: 12px;
  margin-top: 10px; }

#simpleContent .sixteen-pounds-in-four-weeks ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#simpleContent .sixteen-pounds-in-four-weeks ul li {
  color: #1581C2;
  font-size: 14px;
  line-height: 28px; }

#simpleContent .sixteen-pounds-in-four-weeks .royal-cta-fira-sans {
  margin-top: 30px;
  margin-bottom: 20px; }

#simpleContent .sixteen-pounds-in-four-weeks .royal-cta-fira-sans a {
  display: inline-block;
  padding: 12px 60px;
  font-size: 16px; }

#simpleContent .whats-in-the-box h2 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px; }

#simpleContent .whats-in-the-box p.inside {
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -0.03em;
  margin-top: 38px;
  margin-bottom: 15px; }

#simpleContent .whats-in-the-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#simpleContent .whats-in-the-box ul li {
  background: url(https://statics.jennycraig.com/images/pages/complete/bullet.png) no-repeat 1px 14px;
  font-size: 14px;
  line-height: 18px;
  height: 42px;
  border-bottom: 1px solid #D8D8D8;
  padding: 12px 0 12px 18px; }

#simpleContent .whats-in-the-box ul li:last-child {
  border-bottom: none; }

#simpleContent .whats-in-the-box ul li a {
  background-image: url(https://statics.jennycraig.com/images/pages/shop-plans/2009-icon-info.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 2px) 1px;
  background-size: 15px 15px;
  display: inline-block;
  text-decoration: none;
  line-height: 18px;
  padding-right: 25px; }

#simpleContent .whats-in-the-box .royal-cta-fira-sans .button {
  padding: 14px 60px;
  margin-top: 15px;
  display: inline-block;
  font-size: 16px;
  line-height: 18px; }

.satisfaction-guaranteed .cta {
  margin-top: 30px; }

#simpleContent .whats-in-the-box .satisfaction-guaranteed {
  margin-top: 30px; }

#simpleContent .whats-in-the-box .satisfaction-guaranteed img {
  margin-top: 14px; }

#simpleContent .whats-in-the-box .satisfaction-guaranteed h3 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0; }

#simpleContent .whats-in-the-box .royal-cta-fira-sans .button {
  padding: 14px 60px;
  margin-top: 15px;
  display: inline-block;
  font-size: 16px;
  line-height: 18px; }

#simpleContent .what-a-day-looks-like h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 70px; }

#simpleContent .what-a-day-looks-like .whataday-bg {
  background-image: url("https://statics.jennycraig.com/images/pages/simple/2112_whats-included-in-this-plan-simple.png");
  background-position: top center;
  background-repeat: no-repeat;
  height: 403px; }

#simpleContent .what-a-day-looks-like .box {
  text-align: center; }

#simpleContent .what-a-day-looks-like .top .box.one {
  padding: 0 15px 0 170px; }

#simpleContent .what-a-day-looks-like .top .box.two {
  padding: 0 170px 0 15px; }

#simpleContent .what-a-day-looks-like .bottom .box.one {
  padding: 0 105px 0 15px; }

#simpleContent .what-a-day-looks-like .bottom .box.three {
  padding: 0 15px 0 105px; }

#simpleContent .what-a-day-looks-like .box h3 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 15px; }

#simpleContent .what-a-day-looks-like .top .box h3 {
  margin-top: 80px; }

#simpleContent .what-a-day-looks-like .bottom .box h3 {
  margin-top: 55px; }

#simpleContent .what-a-day-looks-like .box p {
  font-size: 18px;
  line-height: 22px; }

#simpleContent .did-you-know h2 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 28px; }

#simpleContent .did-you-know p.opensans-bold-normal {
  font-size: 14px;
  letter-spacing: -0.03em;
  margin-bottom: 0; }

#simpleContent .did-you-know p.opensans {
  font-size: 14px; }

.forget-the-fads {
  margin-bottom: 20px; }

.forget-the-fads h2 {
  text-transform: none;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.02em;
  margin-bottom: 16px; }

.forget-the-fads .order-now {
  width: 16.375rem; }

.forget-the-fads h3 {
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 20px;
  margin-top: 35px; }

.forget-the-fads h4 {
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 20px;
  letter-spacing: -0.02em;
  margin-top: 5px;
  margin-bottom: 20px; }

.forget-the-fads p {
  font-size: 13px;
  line-height: 22px; }

.forget-the-fads p.signature {
  font-size: 18px;
  line-height: 20px; }

#simpleContent .during-the-plan {
  background-color: #16384E; }

#simpleContent .panel-default > .panel-heading {
  color: #ffffff;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

#simpleContent .panel-default.active > .panel-heading,
#simpleContent .panel-default:last-child > .panel-heading {
  border: none; }

#simpleContent .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  content: "\2212";
  float: right;
  color: #ffffff;
  font-size: 55px;
  font-weight: 200 !important;
  line-height: 22px; }

#simpleContent .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\002b";
  font-size: 55px;
  font-weight: 200 !important;
  line-height: 22px; }

#simpleContent .panel {
  background-color: transparent;
  border: none;
  padding: 0; }

#simpleContent .panel-group {
  margin-bottom: 0; }

#simpleContent .panel-heading h4 {
  font-size: 22px;
  line-height: 28px;
  padding: 35px 15px; }

#simpleContent .active .panel-heading h4 {
  padding: 35px 15px 15px 15px; }

#simpleContent .panel-heading h4 a {
  text-decoration: none; }

section#block-allplanschart--2 > div.row {
  margin-left: 0;
  margin-right: 0; }

#simpleContent .panel-collapse > .panel-body {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  padding-right: 0;
  padding-left: 0; }

#simpleContent .panel-body .box {
  background-repeat: no-repeat;
  background-position: top center;
  padding: 140px 0 40px 0; }

#simpleContent .panel-body .box.first-day {
  background-image: url("https://statics.jennycraig.com/images/pages/complete/day1-circle-icon.png"); }

#simpleContent .panel-body .box.first-week {
  background-image: url("https://statics.jennycraig.com/images/pages/complete/calendar-circle-icon.png"); }

#simpleContent .panel-body .box.beyond {
  background-image: url("https://statics.jennycraig.com/images/pages/complete/beyond-circle-icon.png");
  padding-bottom: 0; }

#simpleContent .panel-body h5 {
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 25px; }

#simpleContent .panel-body p {
  margin-bottom: 20px; }

#simpleContent #collapseTwo ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#simpleContent #collapseTwo ul li {
  color: #DFEBF0;
  padding: 0 0 0 30px;
  background-repeat: no-repeat;
  background-position: 0px -1px; }

#simpleContent #collapseTwo ul li.question {
  background-image: url("https://statics.jennycraig.com/images/pages/complete/q-icon-mobile.png");
  font-weight: 700; }

#simpleContent #collapseTwo ul li.answer {
  background-image: url("https://statics.jennycraig.com/images/pages/complete/a-icon-mobile.png");
  font-style: italic;
  margin-bottom: 40px; }

#simpleContent .plans-chart h3 {
  display: none; }

#simpleContent ul.chart-row.gray-bg {
  background-color: rgba(123, 125, 132, 0.5); }

#simpleContent section#block-allplanschart > div.row {
  margin-bottom: 0; }

#simpleContent .plans-chart.padding-bottom-30 {
  padding-bottom: 0; }

#simpleContent .chart-column li {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: none; }

#simpleContent .chart-column li:first-child {
  visibility: hidden; }

#simpleContent .plans-chart .a-feature .delivery-info .glyphicon {
  color: #ffffff; }

/*---- high density backgrounds ---*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 767px) {
  #simpleContent .hero {
    /* background-image: url('https://statics.jennycraig.com/images/pages/simple/2107-simple-plan-hero-xs.png'); */
    background-image: url("https://statics.jennycraig.com/images/pages/simple/2111_hero-bg-mobile@2x.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 422px;
    background-size: cover; } }

@media (min-width: 768px) {
  #simpleContent .hero {
    height: 317px;
    background-image: url("https://statics.jennycraig.com/images/pages/simple/2111_hero-bg-desktop.jpg");
    background-size: cover; }
  #simpleContent .hero h1 {
    margin-top: 153px;
    margin-right: 0;
    font-size: 56px;
    line-height: 60px;
    text-align: left; }
  .satisfaction-guaranteed .cta {
    margin-top: 0px; }
  #simpleContent .whats-in-the-box .satisfaction-guaranteed .col-sm-2 {
    text-align: center; }
  #simpleContent .whats-in-the-box .satisfaction-guaranteed h3 {
    margin-top: 3px;
    margin-left: 10px; }
  #simpleContent .whats-in-the-box .satisfaction-guaranteed p {
    margin-left: 10px; }
  #simpleContent .what-a-day-looks-like .whataday-bg {
    background-size: contain; }
  #simpleContent .what-a-day-looks-like .box h3 {
    font-size: 22px;
    line-height: 22px; }
  #simpleContent .what-a-day-looks-like .box p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px; }
  #simpleContent .what-a-day-looks-like .top .box h3 {
    margin-top: -10px;
    margin-bottom: 5px; }
  #simpleContent .what-a-day-looks-like .top div.box:first-child h3 {
    margin-top: 60px; }
  #simpleContent .what-a-day-looks-like .top .box.one {
    padding: 0 0 0 185px; }
  #simpleContent .what-a-day-looks-like .top .box.two {
    padding: 0 5px 0 220px; }
  #simpleContent .what-a-day-looks-like .bottom .box h3 {
    margin-top: 40px;
    margin-bottom: 5px; }
  #simpleContent .what-a-day-looks-like .bottom .box.one {
    padding: 0 75px 0 0px; }
  #simpleContent .what-a-day-looks-like .bottom .box.two {
    padding: 0 70px 0 145px; }
  #simpleContent .what-a-day-looks-like .bottom .box.three {
    padding: 0 0px 0 85px; }
  #simpleContent .plans-chart table tbody tr:nth-child(odd) td {
    background-color: transparent; }
  #simpleContent .check-icon {
    background-image: url("https://statics.jennycraig.com/images/pages/complete/white-icon-check-small.png"); }
  /* #simpleContent .plans-chart .a-feature .delivery-info {
display: none;
} */
  #simpleContent .simple-link-viewable,
  #simpleContent .essential-link-viewable,
  #simpleContent .complete-link-viewable {
    width: 153px;
    padding: 13px 20px;
    margin-left: 10px;
    background-color: #DFEBF0;
    font-family: 'Fira Sans', sans-serif !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    text-transform: none !important;
    color: #16384e !important;
    border: 1px solid #DFEBF0;
    border-radius: 7px;
    text-decoration: none; } }

/*---- high density backgrounds ---*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 768px), only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 768px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 768px), only screen and (min-device-pixel-ratio: 1.5) and (min-width: 768px) {
  #simpleContent .hero {
    background-image: url("https://statics.jennycraig.com/images/pages/simple/2111_hero-bg-desktop-progressive@2x.jpg");
    background-size: cover;
    height: 317px; }
  #simpleContent .what-a-day-looks-like .whataday-bg {
    background-image: url("https://statics.jennycraig.com/images/pages/simple/2112_whats-included-in-this-plan-simple@2x.png"); } }

@media (min-width: 992px) {
  #simpleContent .hero {
    height: 382px; }
  #simpleContent .hero h1 {
    margin-top: 170px;
    margin-right: 155px; }
  #simpleContent .sixteen-pounds-in-four-weeks .right-side {
    padding-left: 110px;
    margin-top: 65px;
    margin-bottom: 60px; }
  #simpleContent .sixteen-pounds-in-four-weeks h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.03em;
    margin-top: 75px; }
  #simpleContent .sixteen-pounds-in-four-weeks .price-display {
    margin-top: 0px;
    margin-bottom: 13px; }
  #simpleContent .sixteen-pounds-in-four-weeks ul li {
    font-size: 16px; }
  #simpleContent .sixteen-pounds-in-four-weeks h2 .proven {
    margin-top: 0; }
  #simpleContent .sixteen-pounds-in-four-weeks p {
    font-size: 16px;
    line-height: 26px; }
  #simpleContent .sixteen-pounds-in-four-weeks .royal-cta-fira-sans a {
    padding: 20px 88px; }
  #simpleContent .whats-in-the-box .left-side {
    text-align: right; }
  #simpleContent .whats-in-the-box .right-side {
    padding-left: 40px; }
  #simpleContent .whats-in-the-box h2 {
    font-size: 36px;
    line-height: 26px;
    margin-top: 50px;
    margin-bottom: 90px; }
  #simpleContent .whats-in-the-box p.inside {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 10px; }
  #simpleContent .whats-in-the-box ul {
    margin: 0 20px 0 0; }
  #simpleContent .whats-in-the-box ul li {
    background-position: 35px 14px;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 0 12px 80px; }
  #simpleContent .whats-in-the-box .royal-cta-fira-sans .button {
    margin-top: 25px; }
  #simpleContent .whats-in-the-box .satisfaction-guaranteed {
    margin-top: 25px; }
  #simpleContent .whats-in-the-box .satisfaction-guaranteed .col-sm-3 {
    text-align: center; }
  #simpleContent .whats-in-the-box .satisfaction-guaranteed .col-sm-8 {
    padding-left: 0; }
  #simpleContent .whats-in-the-box .satisfaction-guaranteed img {
    margin-top: 0; }
  #simpleContent .whats-in-the-box .royal-cta-fira-sans .button {
    padding: 20px 93px;
    margin-top: 45px; }
  #simpleContent .what-a-day-looks-like .box {
    text-align: center; }
  #simpleContent .what-a-day-looks-like .top .box.one {
    padding: 0 0 0 235px; }
  #simpleContent .what-a-day-looks-like .top .box.two {
    padding: 0 0px 0 265px; }
  #simpleContent .what-a-day-looks-like .bottom .box.one {
    padding: 0 135px 0 30px; }
  #simpleContent .what-a-day-looks-like .bottom .box.two {
    padding: 0 90px 0 180px; }
  #simpleContent .what-a-day-looks-like .bottom .box.three {
    padding: 0 15px 0 105px; }
  #simpleContent .what-a-day-looks-like .box h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px; }
  #simpleContent .what-a-day-looks-like .top .box h3 {
    margin-top: 20px; }
  #simpleContent .what-a-day-looks-like .top div.box:first-child h3 {
    margin-top: 80px; }
  #simpleContent .what-a-day-looks-like .bottom .box h3 {
    margin-top: 40px; }
  #simpleContent .what-a-day-looks-like .box p {
    font-size: 18px;
    line-height: 22px; }
  #simpleContent .did-you-know {
    margin-top: 60px; }
  #simpleContent .did-you-know h2 {
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: 30px;
    font-size: 28px;
    line-height: 34px; }
  #simpleContent .did-you-know p.opensans-bold-normal {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    margin-left: 30px; }
  #simpleContent .did-you-know p.opensans {
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    margin-left: 30px; }
  .forget-the-fads {
    margin-bottom: 0; }
  .forget-the-fads .row.top {
    margin-bottom: 90px;
    margin-top: 20px; }
  .forget-the-fads h2 {
    font-size: 32px;
    line-height: 51px;
    padding: 0 0 0 80px;
    margin-top: 90px; }
  .forget-the-fads p.signature {
    padding-left: 80px; }
  .forget-the-fads .royal-cta-fira-sans {
    padding-top: 60px;
    border-left: 1px solid rgba(151, 151, 151, 0.5);
    padding-left: 80px;
    margin-top: 65px;
    padding-bottom: 65px; }
  .forget-the-fads .royal-cta-fira-sans .add-to-cart {
    font-family: "Fira Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    min-width: 14.5rem;
    height: 3.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-decoration: none; } }
  @media (min-width: 992px) and (max-width: 768.98px) {
    .forget-the-fads .royal-cta-fira-sans .add-to-cart {
      width: 11.875rem;
      margin: 0 auto 0.875rem; } }

@media (min-width: 992px) {
    .forget-the-fads .royal-cta-fira-sans .add-to-cart i {
      display: none; }
  .forget-the-fads .left-side {
    text-align: right;
    padding-right: 80px; }
  .forget-the-fads h3 {
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 40px;
    margin-top: 0; }
  .forget-the-fads h4 {
    font-size: 28px;
    font-weight: 400 !important;
    line-height: 38px;
    margin-top: 5px;
    margin-bottom: 20px; }
  #simpleContent .panel-heading h4 {
    font-size: 36px; }
  #simpleContent .panel-body p {
    font-size: 14px;
    line-height: 20px; }
  #simpleContent .active .panel-heading h4 {
    padding: 35px 15px 45px 15px; }
  #simpleContent .panel-body .box {
    padding: 140px 50px 40px; }
  #simpleContent .panel-body h5 {
    font-size: 26px;
    line-height: 34px; }
  #simpleContent .panel-body .box.beyond h5 {
    margin-bottom: 59px; }
  #simpleContent .plans-chart table th:first-child {
    visibility: hidden; }
  #simpleContent .plans-chart table tbody tr:nth-child(odd) td {
    background-color: rgba(123, 125, 132, 0.5);
    font-style: normal !important; }
  #simpleContent .check-icon {
    background-image: url("https://statics.jennycraig.com/images/pages/complete/white-icon-check-small.png"); }
  /* #simpleContent .plans-chart .a-feature .delivery-info {
display: none;
} */
  #simpleContent .all-plans-viewable-row td {
    background-color: transparent !important;
    position: relative; }
  #simpleContent .simple-link-viewable,
  #simpleContent .essential-link-viewable,
  #simpleContent .complete-link-viewable {
    position: absolute;
    top: 21px;
    width: 205px;
    padding: 18px 40px;
    left: 28px;
    margin-left: 0;
    background-color: #DFEBF0;
    font-family: 'Fira Sans', sans-serif !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    text-transform: none !important;
    color: #16384e !important;
    border: 1px solid #DFEBF0;
    border-radius: 7px;
    text-decoration: none; }
  #simpleContent .simple-link-viewable {
    display: none; }
  #simpleContent .plans-chart .order-cta .button {
    margin-top: 80px;
    font-size: 16px;
    width: 205px;
    padding: 1.13em 3em; }
  #simpleContent #collapseTwo ul li.answer {
    line-height: 29px; } }

@media (min-width: 1200px) {
  #simpleContent .hero {
    height: 447px; }
  #simpleContent .did-you-know h2 {
    margin-top: 90px; }
  #simpleContent .what-a-day-looks-like .top .box.one {
    padding: 0 20px 0 325px; }
  #simpleContent .what-a-day-looks-like .top .box.two {
    padding: 0 45px 0 320px; }
  #simpleContent .what-a-day-looks-like .top div.box:first-child h3 {
    margin-top: 115px; }
  #simpleContent .what-a-day-looks-like .bottom .box.one {
    padding: 0 135px 0 50px; }
  #simpleContent .what-a-day-looks-like .bottom .box.two {
    padding: 0 140px 0 230px; }
  #simpleContent .what-a-day-looks-like .bottom .box h3 {
    margin-top: 50px; }
  .forget-the-fads .left-side {
    padding-right: 80px; }
  #simpleContent .simple-link-viewable,
  #simpleContent .essential-link-viewable,
  #simpleContent .complete-link-viewable {
    width: 265px; }
  #simpleContent .plans-chart .order-cta .button {
    width: 265px;
    padding: 1.13em 5em; } }

@media only screen and (min-width: 1400px) {
  #simpleContent .hero {
    max-width: 1400px;
    height: 447px;
    margin-left: auto;
    margin-right: auto; } }

.jenny-craig-section.bg-grey {
  background-color: #FAFAF8;
  padding: 5.125rem 0; }

.jenny-craig-section .main-content h2 {
  color: #16384E;
  font-size: 2.25rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  text-transform: capitalize;
  text-align: center; }
  @media (max-width: 768.98px) {
    .jenny-craig-section .main-content h2 {
      font-size: 1.375rem;
      line-height: 2rem; } }

.jenny-craig-section .main-content p {
  color: #16384E;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.25rem;
  margin-bottom: 2.8125rem;
  margin-top: 0.625rem;
  text-align: center; }

.jenny-craig-section .main-content .content-tile {
  text-align: center; }
  .jenny-craig-section .main-content .content-tile__img {
    width: 6.25rem;
    margin: 0 auto 2.1875rem; }
    .jenny-craig-section .main-content .content-tile__img img {
      width: 100%; }
  .jenny-craig-section .main-content .content-tile__text h3 {
    color: #16384E;
    font-size: 1.625rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    line-height: 2.125rem;
    width: 75%;
    margin: 0 auto 20px auto;
    text-transform: none; }
  .jenny-craig-section .main-content .content-tile__text p {
    color: #16384E;
    font-size: 0.875rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.25rem;
    margin-bottom: 0.9375rem;
    margin-top: 0;
    text-align: center; }
  .jenny-craig-section .main-content .content-tile__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }
    .jenny-craig-section .main-content .content-tile__btn .btn {
      font-family: "Fira Sans", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      min-width: 14.5rem;
      height: 3.75rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      text-decoration: none; }
      @media (max-width: 543.98px) {
        .jenny-craig-section .main-content .content-tile__btn .btn {
          width: 11.875rem;
          margin: 0 auto 0.875rem; } }

.jenny-craig-section.confidence-section {
  margin: 5rem 0; }
  .jenny-craig-section.confidence-section .main-content h2 {
    margin-bottom: 5rem; }
    @media (max-width: 768.98px) {
      .jenny-craig-section.confidence-section .main-content h2 {
        font-size: 1.625rem;
        margin-bottom: 1.25rem;
        line-height: normal; } }
  @media (max-width: 768.98px) {
    .jenny-craig-section.confidence-section .main-content .content-tile {
      margin-bottom: 3.125rem; } }
  .jenny-craig-section.confidence-section .main-content .content-tile__img.large {
    min-width: 22.5rem; }
  .jenny-craig-section.confidence-section .main-content .content-tile__text h3 {
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.75rem;
    max-width: 65%;
    margin: 0 auto; }

.faq-main {
  background: #16384E;
  padding: 2.625rem 0; }
  .faq-main .hidden {
    visibility: hidden; }
  @media (max-width: 768.98px) {
    .faq-main {
      font-size: 1.25rem;
      padding: 1.25rem 0; } }
  .faq-main .section-title {
    text-align: left;
    margin-bottom: 0; }
    .faq-main .section-title button {
      font-size: 2.25rem;
      font-weight: 500;
      line-height: normal;
      background: transparent;
      border: 0;
      color: #fff;
      padding: 2.1875rem 0.9375rem;
      border-bottom: 0;
      display: block;
      width: 100%;
      text-align: left;
      position: relative; }
      @media (max-width: 768.98px) {
        .faq-main .section-title button {
          font-size: 1.25rem;
          padding: 1.25rem 0.3125rem; } }
      .faq-main .section-title button.collapsed {
        border-bottom: 0.0625rem solid #738895; }
      .faq-main .section-title button:focus {
        outline: none; }
      .faq-main .section-title button::after {
        content: '';
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
        transform: scale(0.7);
        background-repeat: no-repeat;
        background-size: 1.25rem;
        width: 2.5rem;
        height: 2.5rem;
        filter: brightness(0) invert(1);
        position: absolute;
        right: 0;
        top: 50%; }
      .faq-main .section-title button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e"); }
  .faq-main .questions-main.show {
    border-bottom: 0.0625rem solid #738895; }
  .faq-main .questions-main ul {
    list-style: none; }
    @media (max-width: 768.98px) {
      .faq-main .questions-main ul {
        padding: 0; } }
    .faq-main .questions-main ul li {
      color: #DFEBF0;
      font-family: "Open Sans", sans-serif;
      font-size: 0.875rem;
      padding: 0 0 0 1.875rem;
      background-repeat: no-repeat;
      background-position: 0 -0.0625rem; }
      .faq-main .questions-main ul li.question {
        background-image: url(https://statics.jennycraig.com/images/pages/complete/q-icon-mobile.png);
        font-weight: 700; }
      .faq-main .questions-main ul li.answer {
        background-image: url(https://statics.jennycraig.com/images/pages/complete/a-icon-mobile.png);
        font-style: italic;
        margin-bottom: 2.5rem; }
  .faq-main .table-wrapper th,
  .faq-main .table-wrapper td {
    color: #fff; }
  .faq-main .table-wrapper tbody tr:nth-child(odd) td {
    background-color: rgba(123, 125, 132, 0.5) !important; }
  .faq-main .table-wrapper tbody td .check-icon {
    background-image: url(https://statics.jennycraig.com/images/pages/complete/white-icon-check-small.png) !important; }
    .faq-main .table-wrapper tbody td .check-icon.blue {
      background: url(https://statics.jennycraig.com/images/pages/shop-plans/2011-icon-check-blue.png) no-repeat center !important; }

@media (max-width: 768.98px) {
  .content-img-section.whats-box {
    margin-bottom: 2.8125rem; } }

.content-img-section.whats-box .row {
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (max-width: 543.98px) {
    .content-img-section.whats-box .row > div img {
      width: 100%; } }

.content-img-section.whats-box .content-img-section__title {
  margin-bottom: 4.375rem; }
  @media (max-width: 768.98px) {
    .content-img-section.whats-box .content-img-section__title {
      font-size: 1.625rem;
      line-height: 1.875rem;
      margin-bottom: 1.375rem; } }

.content-img-section.whats-box .content-img-section__sub-title {
  color: #16384E;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-transform: none; }
  @media (max-width: 768.98px) {
    .content-img-section.whats-box .content-img-section__sub-title {
      text-align: left; } }

.content-img-section.whats-box .content-img-section__meals {
  margin-bottom: 2.34375rem; }
  .content-img-section.whats-box .content-img-section__meals__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-bottom: 0.0625rem solid #ccc;
    padding-left: 1.875rem; }
    .content-img-section.whats-box .content-img-section__meals__inner p {
      line-height: 2.625rem;
      margin-bottom: 0;
      width: 50%; }
      .content-img-section.whats-box .content-img-section__meals__inner p a {
        background: url(https://statics.jennycraig.com/images/pages/shop-plans/2009-icon-info.png) no-repeat right center;
        background-size: 1.0625rem 1.0625rem;
        color: #16384E;
        font-size: 1rem;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        line-height: 2.625rem;
        margin-bottom: 0;
        width: 50%;
        padding-right: 1.5625rem; }

.content-img-section.whats-box .content-img-section__gurantee-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 1.25rem; }
  .content-img-section.whats-box .content-img-section__gurantee-main__image {
    max-width: 100px;
    margin-right: 0.9375rem; }
    .content-img-section.whats-box .content-img-section__gurantee-main__image img {
      width: 100%; }
  .content-img-section.whats-box .content-img-section__gurantee-main__info {
    max-width: 60%; }
    @media (max-width: 768.98px) {
      .content-img-section.whats-box .content-img-section__gurantee-main__info {
        text-align: left; } }
  .content-img-section.whats-box .content-img-section__gurantee-main__title {
    color: #16384E;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-transform: none; }
  .content-img-section.whats-box .content-img-section__gurantee-main__sub-title {
    color: #16384E;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.25rem; }

@media (max-width: 543.98px) {
  .content-img-section.whats-box.video-section {
    margin-bottom: 0; } }

@media (max-width: 543.98px) {
  .content-img-section.whats-box.video-section .content-img-section__title {
    text-align: left; } }

.content-img-section.whats-box.video-section .content-img-section__main {
  max-width: 80%;
  margin: 0 auto; }
  @media (max-width: 543.98px) {
    .content-img-section.whats-box.video-section .content-img-section__main {
      max-width: 100%;
      text-align: left; } }

.content-img-section.whats-box.video-section .content-img-section p {
  font-size: 1rem; }

.content-img-section.whats-box.video-section .content-img-section__gurantee-main {
  padding-left: 0; }
  .content-img-section.whats-box.video-section .content-img-section__gurantee-main__title {
    font-size: 1rem;
    line-height: normal; }
  .content-img-section.whats-box.video-section .content-img-section__gurantee-main__sub-title {
    font-size: 0.875rem;
    line-height: normal; }

@media (max-width: 543.98px) {
  .content-img-section.whats-box.video-section iframe {
    height: 11.25rem; } }

@media (max-width: 768.98px) {
  .content-img-section.increase-fat {
    margin-bottom: 2.8125rem; } }

.content-img-section.increase-fat .row {
  -ms-flex-align: start;
      align-items: flex-start; }

.content-img-section.increase-fat ul {
  list-style: none;
  padding: 0;
  margin-top: 2.1875rem; }
  .content-img-section.increase-fat ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 768.98px) {
      .content-img-section.increase-fat ul li {
        text-align: left; } }
    .content-img-section.increase-fat ul li img {
      width: 1.875rem;
      margin-right: 1.25rem; }
    .content-img-section.increase-fat ul li p span {
      font-weight: 700;
      display: block; }

@media (max-width: 768.98px) {
  .content-img-section.increase-fat .content-img-section__title {
    text-align: left;
    font-style: italic;
    line-height: normal;
    padding: 0 0.5rem; } }

.content-img-section.weightloss-coach {
  background-color: #FAFAF8;
  padding: 1.875rem 0; }
  @media (min-width: 992px) {
    .content-img-section.weightloss-coach > .container > .row:first-child {
      border-bottom: 1px solid #ccc;
      margin: 0px 15px; } }
  .content-img-section.weightloss-coach .download {
    margin-top: 3.4375rem; }
    @media (max-width: 768.98px) {
      .content-img-section.weightloss-coach .download {
        margin-top: 1.375rem; } }
    .content-img-section.weightloss-coach .download > a {
      margin-right: 0.9375rem; }
  .content-img-section.weightloss-coach .content-img-section__sub-title {
    color: #16384E;
    font-size: 1.5625rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    line-height: 2.5rem; }
    @media (max-width: 768.98px) {
      .content-img-section.weightloss-coach .content-img-section__sub-title {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.25rem;
        text-align: left; } }
  @media (max-width: 768.98px) {
    .content-img-section.weightloss-coach .content-img-section__title {
      font-size: 1.625rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 600;
      line-height: 2.1875rem;
      text-align: left; } }
  .content-img-section.weightloss-coach ul {
    padding-left: 0.9375rem; }
    .content-img-section.weightloss-coach ul li {
      padding-top: 5px; }
      @media (max-width: 768.98px) {
        .content-img-section.weightloss-coach ul li {
          text-align: left; } }
      .content-img-section.weightloss-coach ul li p {
        color: #16384E;
        font-size: 1.125rem;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        margin-bottom: 0;
        line-height: normal; }
  .content-img-section.weightloss-coach .btn {
    margin: 0 auto; }
  .content-img-section.weightloss-coach .weightloss-coach__main-img {
    position: relative; }
    @media (min-width: 992px) {
      .content-img-section.weightloss-coach .weightloss-coach__main-img {
        left: 15px; } }
  .content-img-section.weightloss-coach .weightloss-coach__img-caption {
    background: #16384E;
    position: absolute;
    bottom: 0;
    min-width: 15.625rem;
    right: 0;
    padding: 1.0625rem; }
    .content-img-section.weightloss-coach .weightloss-coach__img-caption__title {
      color: #fff;
      font-family: "Fira Sans", sans-serif;
      font-size: 1.5rem;
      font-weight: 500;
      margin-top: 0;
      margin-bottom: 0.9375rem;
      text-transform: none; }
    .content-img-section.weightloss-coach .weightloss-coach__img-caption__designation {
      color: #dee2e6;
      font-family: "Fira Sans", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 0; }
  .content-img-section.weightloss-coach .weightloss-coach__bottom {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 8.75rem 0 6.25rem; }
    @media (max-width: 768.98px) {
      .content-img-section.weightloss-coach .weightloss-coach__bottom {
        margin: 1.5625rem 0; } }
    .content-img-section.weightloss-coach .weightloss-coach__bottom__title {
      color: #16384E;
      font-size: 2rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 400;
      line-height: 3.1875rem;
      text-transform: none;
      max-width: 70%;
      margin: 0 auto 1.25rem; }
      @media (max-width: 768.98px) {
        .content-img-section.weightloss-coach .weightloss-coach__bottom__title {
          font-size: 1.5rem;
          line-height: 2.125rem;
          text-align: left;
          max-width: 100%; } }
    .content-img-section.weightloss-coach .weightloss-coach__bottom__author {
      color: #16384E;
      font-family: "Open Sans", sans-serif;
      font-size: 1.125rem;
      font-style: italic;
      line-height: 1.25rem;
      margin-bottom: 0;
      max-width: 70%;
      margin: 0 auto 1.25rem; }
      @media (max-width: 768.98px) {
        .content-img-section.weightloss-coach .weightloss-coach__bottom__author {
          max-width: 100%;
          text-align: left;
          margin-bottom: 1.875rem; } }
    .content-img-section.weightloss-coach .weightloss-coach__bottom .right-border {
      border-right: 0.0625rem solid #979797; }
      @media (max-width: 768.98px) {
        .content-img-section.weightloss-coach .weightloss-coach__bottom .right-border {
          border-right: 0; } }

.content-img-section.result-driven .row {
  -ms-flex-align: start;
      align-items: flex-start; }

.content-img-section.result-driven p {
  color: #16384E;
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.625rem; }

.content-img-section.result-driven .content-img-section__title {
  color: #16384E;
  font-size: 1.625rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.25rem; }
  @media (max-width: 768.98px) {
    .content-img-section.result-driven .content-img-section__title {
      font-size: 1.375rem;
      margin-bottom: 0.3125rem; } }

.content-img-section.result-driven .result-driven__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.content-img-section.scale-content-section .download {
  display: -ms-grid;
  display: grid; }

.content-img-section.scale-content-section .content-img-section__title {
  color: #16384E;
  font-size: 2.625rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  line-height: 2.875rem;
  margin-top: 0;
  margin-bottom: 1.875rem;
  max-width: 100%;
  text-align: center;
  text-transform: none; }
  .content-img-section.scale-content-section .content-img-section__title.easy-to-use {
    text-align: left; }
  @media (max-width: 768.98px) {
    .content-img-section.scale-content-section .content-img-section__title {
      font-size: 1.375rem;
      line-height: 1.625rem;
      margin-bottom: 15px; } }

.content-img-section.scale-content-section .content-img-section__sub-title {
  color: #16384E;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.25rem;
  margin: 0 auto 2.375rem;
  text-align: center;
  text-transform: none;
  max-width: 70%; }
  .content-img-section.scale-content-section .content-img-section__sub-title span {
    color: #2681C2;
    font-weight: 700; }
  @media (max-width: 768.98px) {
    .content-img-section.scale-content-section .content-img-section__sub-title {
      font-size: 0.875rem;
      line-height: 1.25rem;
      max-width: 100%; } }

.content-img-section.one-coaching .content-img-section__title {
  max-width: 100%; }

.content-img-section.one-coaching p {
  margin-bottom: 0.625rem; }

.content-img-section.one-coaching ul {
  max-width: 78%; }
  @media (max-width: 768.98px) {
    .content-img-section.one-coaching ul {
      max-width: 100%; } }

.content-img-section.one-coaching .btn {
  margin-top: 3.125rem; }

.product-description-section {
  margin: 5rem 0; }
  @media (max-width: 768.98px) {
    .product-description-section {
      margin: 1.75rem 0; } }
  .product-description-section .content {
    padding-right: 5rem; }
    @media (max-width: 768.98px) {
      .product-description-section .content {
        padding-right: 0; } }
    .product-description-section .content h2 {
      color: #16384E;
      font-size: 1.5625rem !important;
      font-family: "Fira Sans", sans-serif;
      font-weight: 400;
      line-height: normal;
      margin-top: 0;
      margin-bottom: 1.875rem; }
      .product-description-section .content h2 span {
        font-weight: 700; }
    .product-description-section .content p {
      color: #16384E;
      font-size: 1rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 1.25rem; }
      .product-description-section .content p.blue {
        color: #1581C2;
        font-size: 0.875rem;
        font-weight: 600; }
    .product-description-section .content .small {
      color: #16384E;
      font-size: 0.75rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 300;
      line-height: 1.0625rem;
      margin-bottom: 1.875rem; }
    .product-description-section .content h4 {
      color: #16384E;
      font-size: 1.375rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      line-height: normal;
      margin-top: 0;
      margin-bottom: 0.9375rem;
      text-transform: none; }
    .product-description-section .content ul p {
      display: block;
      -ms-flex-align: start;
          align-items: flex-start; }
      .product-description-section .content ul p img {
        margin-right: 0.625rem; }
    .product-description-section .content ul li {
      padding: 12px 29px 12px 40px;
      background: url(https://statics.jennycraig.com/images/pages/rapid-results-max/details/icon-check.png) no-repeat left 19px; }
  .product-description-section .cart-and-ipay {
    width: 16.375rem; }
    @media (max-width: 767.98px) {
      .product-description-section .cart-and-ipay {
        margin: 0 auto;
        position: fixed;
        background: white;
        width: 100%;
        bottom: 0;
        z-index: 100;
        height: 130px;
        left: 0;
        padding-top: 21px;
        border-top: 1px solid #ddd; } }
    .product-description-section .cart-and-ipay .add-to-cart {
      font-family: "Fira Sans", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      min-width: 14.5rem;
      height: 3.75rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      text-decoration: none; }
      @media (max-width: 768.98px) {
        .product-description-section .cart-and-ipay .add-to-cart {
          width: 11.875rem;
          margin: 0 auto 0.875rem; } }
      .product-description-section .cart-and-ipay .add-to-cart i {
        display: none; }
  .product-description-section .prices {
    text-align: left; }
    @media (max-width: 768.98px) {
      .product-description-section .prices {
        text-align: center; } }
    .product-description-section .prices .value {
      color: #16384E;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 5rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 400;
      line-height: normal; }
    .product-description-section .prices p {
      color: #1581C2;
      font-size: 1rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 0; }
    .product-description-section .prices .product-option .variations {
      display: -ms-flexbox;
      display: flex; }
      .product-description-section .prices .product-option .variations input {
        width: 0; }
      .product-description-section .prices .product-option .variations label {
        color: #16384E;
        display: inline-block;
        font-size: 1.375rem;
        font-family: "Fira Sans", sans-serif;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 0;
        padding-left: 20px;
        padding-top: 15px; }
      .product-description-section .prices .product-option .variations img {
        height: 100px;
        padding-left: 30px; }

.product-detail .content-asset {
  overflow: hidden; }

.product-detail .primary-images {
  padding: 0; }
  @media (max-width: 768.98px) {
    .product-detail .primary-images .carousel-inner .carousel-item img {
      height: 23.4375rem;
      object-fit: cover; } }
  .product-detail .primary-images .banner-content {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    left: 10%;
    text-align: left; }
    @media (max-width: 768.98px) {
      .product-detail .primary-images .banner-content {
        width: 100%;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-direction: column;
            flex-direction: column;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
    .product-detail .primary-images .banner-content .wrapper-img {
      width: 13.4375rem;
      margin-bottom: 1.875rem; }
      @media (max-width: 768.98px) {
        .product-detail .primary-images .banner-content .wrapper-img {
          width: 13.125rem;
          margin: 0.9375rem auto; } }
    .product-detail .primary-images .banner-content.scale-pdp {
      left: unset;
      right: 10%;
      text-align: right;
      max-width: 25%; }
      @media (max-width: 768.98px) {
        .product-detail .primary-images .banner-content.scale-pdp {
          background: #DFEBF0;
          padding: 1.25rem 0;
          position: relative;
          left: unset;
          right: unset;
          transform: unset;
          max-width: 100%; } }
      .product-detail .primary-images .banner-content.scale-pdp .wrapper-img {
        margin-left: auto;
        margin-right: auto;
        width: 12.5rem; }
      .product-detail .primary-images .banner-content.scale-pdp .c-hero__banner__title {
        color: #07194A;
        font-family: "Fira Sans", sans-serif;
        font-size: 1.1875rem;
        line-height: 1.875rem;
        max-width: 100%;
        text-align: center;
        text-transform: uppercase; }
        @media (max-width: 768.98px) {
          .product-detail .primary-images .banner-content.scale-pdp .c-hero__banner__title {
            max-width: 85%;
            margin: 0 auto; } }
  .product-detail .primary-images .c-hero__banner__title {
    font-size: 2.1875rem;
    line-height: 3.25rem;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -0.02312rem;
    color: #07194A;
    text-align: left;
    font-weight: 400;
    max-width: 90%; }
    @media (min-width: 769px) and (max-width: 991.98px) {
      .product-detail .primary-images .c-hero__banner__title {
        max-width: 65%; } }
    @media (max-width: 768.98px) {
      .product-detail .primary-images .c-hero__banner__title {
        color: #fff;
        font-size: 1.125rem;
        line-height: 1.625rem; } }
    .product-detail .primary-images .c-hero__banner__title span {
      font-weight: 800; }
  .product-detail .primary-images .c-hero__banner__names {
    position: absolute;
    bottom: 25%;
    right: 15%; }
    @media (min-width: 769px) and (max-width: 991.98px) {
      .product-detail .primary-images .c-hero__banner__names {
        bottom: 45%; } }
    @media (max-width: 768.98px) {
      .product-detail .primary-images .c-hero__banner__names {
        position: relative;
        top: -3.75rem;
        right: 30%; } }
    .product-detail .primary-images .c-hero__banner__names__label {
      color: #05194A;
      position: absolute;
      right: 10%;
      top: 75%;
      font-size: 1.375rem;
      line-height: 1.625rem; }
      @media (max-width: 768.98px) {
        .product-detail .primary-images .c-hero__banner__names__label {
          color: #fff;
          font-size: 1rem;
          line-height: 1.25rem;
          right: 1.5625rem;
          top: 45%;
          margin-bottom: 0; } }

.product-detail .product-options ul {
  margin: 20px 0;
  padding: 0;
  list-style-type: none; }
  .product-detail .product-options ul li {
    font-family: "Open Sans", sans-serif;
    color: #1581C2;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px; }

.product-detail .rrMax-hero-text__desktop-view {
  position: absolute;
  bottom: 30%;
  left: 15%; }
  @media (max-width: 768.98px) {
    .product-detail .rrMax-hero-text__desktop-view {
      display: none; } }

.product-detail .rrMax-hero-text__mobile-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 769px) {
    .product-detail .rrMax-hero-text__mobile-view {
      display: none; } }

.product-detail .add-to-cart {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  min-width: 14.5rem;
  height: 3.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none; }
  @media (max-width: 768.98px) {
    .product-detail .add-to-cart {
      width: 11.875rem;
      margin: 0 auto 0.875rem; } }
  .product-detail .add-to-cart i {
    display: none; }

.product-detail.simple-meal-plan .hero-text {
  position: absolute;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  bottom: 33%; }
  @media (min-width: 544px) {
    .product-detail.simple-meal-plan .hero-text {
      bottom: 45%;
      left: 5%; } }

.product-detail.simple-meal-plan .c-hero__banner__title {
  color: #f9f9f9;
  font-family: "Fira Sans", sans-serif;
  font-size: 3.75rem;
  line-height: 2.8125rem;
  max-width: 100%;
  text-align: left;
  font-weight: 700; }
  @media (max-width: 768.98px) {
    .product-detail.simple-meal-plan .c-hero__banner__title {
      max-width: 85%;
      margin: 0 auto;
      font-size: 3.5rem;
      line-height: 3.75rem;
      text-align: center; } }

.product-detail.simple-meal-plan .simple-meal-plan-desc {
  font-weight: 700; }

.product-detail.simple-meal-plan .simple-meal-plan-prices .more-options {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  color: #16384E; }

.product-detail.simple-meal-plan .simple-meal-plan-prices .free-shipping {
  margin-top: 0; }

.product-detail.simple-meal-plan .simple-meal-plan-prices .quantity-select {
  font-weight: 500; }

.product-detail.essential-meal-plan .hero-text {
  position: absolute;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  bottom: 33%; }
  @media (min-width: 544px) {
    .product-detail.essential-meal-plan .hero-text {
      bottom: 45%;
      left: 5%; } }

.product-detail.essential-meal-plan .c-hero__banner__title {
  color: #f9f9f9;
  font-family: "Fira Sans", sans-serif;
  font-size: 3.75rem;
  line-height: 2.8125rem;
  max-width: 100%;
  text-align: left;
  font-weight: 700; }
  @media (max-width: 768.98px) {
    .product-detail.essential-meal-plan .c-hero__banner__title {
      max-width: 85%;
      margin: 0 auto;
      font-size: 3.5rem;
      line-height: 3.75rem;
      text-align: center; } }

.product-detail.essential-meal-plan .essential-meal-plan-desc {
  font-weight: 700; }

.product-detail.essential-meal-plan .essential-meal-plan-prices .more-options {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  color: #16384E; }

.product-detail.essential-meal-plan .essential-meal-plan-prices .free-shipping {
  margin-top: 0; }

.product-detail.essential-meal-plan .essential-meal-plan-prices .quantity-select {
  font-weight: 500; }

.product-detail .what-a-day-looks-like a {
  text-decoration: underline; }

.product-detail .wrapper-img {
  width: 13.4375rem; }

.product-detail .disclaimer {
  margin: 15px 0 0 0;
  padding: 0 15px 0 15px; }

.product-detail .banner-bottom {
  margin-top: 1.25rem; }
  .product-detail .banner-bottom p {
    color: #16384E;
    font-family: "Fira Sans", sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.0625rem;
    text-align: center;
    margin-bottom: 0; }
    @media (max-width: 768.98px) {
      .product-detail .banner-bottom p {
        max-width: 90%;
        margin: 0 auto; } }

.product-detail .rechargebar-fits-section .slick-list {
  height: 35rem; }

.main-bmi-wrapper {
  background-color: #DFEBF0;
  border-radius: 0.25rem;
  padding: 1.4375rem 1.75rem;
  max-width: 58.6875rem;
  margin: -1.5rem auto 3.625rem;
  position: relative; }
  @media (max-width: 768.98px) {
    .main-bmi-wrapper {
      margin: 0 0 3.125rem; } }
  .main-bmi-wrapper h3 {
    color: #16384E;
    font-size: 1.375rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    line-height: 1.75rem;
    margin: 0;
    text-align: left;
    text-transform: capitalize; }
    @media (max-width: 768.98px) {
      .main-bmi-wrapper h3 {
        text-align: center; } }
  .main-bmi-wrapper.rapid-results-max-form {
    max-width: 100%;
    margin: 0; }
    .main-bmi-wrapper.rapid-results-max-form .container {
      position: relative; }
    .main-bmi-wrapper.rapid-results-max-form h3 {
      display: inline-block; }
    .main-bmi-wrapper.rapid-results-max-form form .row {
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .main-bmi-wrapper.rapid-results-max-form form .gender {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center;
      z-index: 1; }
      @media (max-width: 768.98px) {
        .main-bmi-wrapper.rapid-results-max-form form .gender {
          position: relative;
          margin-top: 1.5375rem;
          top: unset;
          transform: unset;
          right: unset;
          -ms-flex-pack: center;
              justify-content: center;
          width: 100%; } }
      .main-bmi-wrapper.rapid-results-max-form form .gender h4 {
        color: #16384E;
        font-size: 1.125rem;
        font-family: "Fira Sans", sans-serif;
        font-weight: 500;
        line-height: normal;
        margin: 0 0.9375rem 0 0;
        text-transform: capitalize; }
      .main-bmi-wrapper.rapid-results-max-form form .gender label {
        color: #16384E;
        font-size: 0.875rem;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        margin: 0 0.9375rem 0 0; }
        .main-bmi-wrapper.rapid-results-max-form form .gender label input[type=radio]::after {
          background-color: #fff;
          border: 0.0625rem solid #999;
          border-radius: 50%;
          content: '';
          display: inline-block;
          height: 1.125rem;
          width: 1.125rem;
          position: relative;
          top: 0;
          left: 0;
          visibility: visible; }
        .main-bmi-wrapper.rapid-results-max-form form .gender label input[type=radio]:checked::after {
          background: radial-gradient(circle, #0081c6 0%, #0081c6 45%, white 55%, white 100%);
          border: 0.0625rem solid #0081c6;
          border-radius: 50%;
          content: '';
          display: inline-block;
          height: 1.125rem;
          width: 1.125rem;
          position: relative;
          top: -0.125rem;
          left: -0.0625rem;
          visibility: visible; }
        .main-bmi-wrapper.rapid-results-max-form form .gender label span {
          margin-left: 0.625rem; }
    .main-bmi-wrapper.rapid-results-max-form form .more-fields {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: 1.25rem; }
      @media (max-width: 768.98px) {
        .main-bmi-wrapper.rapid-results-max-form form .more-fields {
          display: block;
          text-align: center; } }
      .main-bmi-wrapper.rapid-results-max-form form .more-fields .form-control {
        border-radius: 0;
        border-color: transparent;
        color: #16384E;
        font-size: 0.875rem;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        margin-right: 0.75rem;
        height: 2.625rem; }
        @media (max-width: 768.98px) {
          .main-bmi-wrapper.rapid-results-max-form form .more-fields .form-control {
            margin-bottom: 1.3125rem; } }
        .main-bmi-wrapper.rapid-results-max-form form .more-fields .form-control.height, .main-bmi-wrapper.rapid-results-max-form form .more-fields .form-control.weight {
          width: 8.75rem; }
          @media (max-width: 768.98px) {
            .main-bmi-wrapper.rapid-results-max-form form .more-fields .form-control.height, .main-bmi-wrapper.rapid-results-max-form form .more-fields .form-control.weight {
              width: 100%; } }
        .main-bmi-wrapper.rapid-results-max-form form .more-fields .form-control.email {
          width: 15rem; }
          @media (max-width: 768.98px) {
            .main-bmi-wrapper.rapid-results-max-form form .more-fields .form-control.email {
              width: 100%; } }
        .main-bmi-wrapper.rapid-results-max-form form .more-fields .form-control:focus {
          outline: none;
          box-shadow: none; }
      .main-bmi-wrapper.rapid-results-max-form form .more-fields .btn-primary {
        min-width: 11.1875rem;
        font-size: 1rem;
        font-family: "Fira Sans", sans-serif;
        font-weight: 500;
        border-radius: 0.375rem; }
        @media (max-width: 768.98px) {
          .main-bmi-wrapper.rapid-results-max-form form .more-fields .btn-primary {
            height: 3rem; } }
      .main-bmi-wrapper.rapid-results-max-form form .more-fields .weight-main {
        position: relative; }
        .main-bmi-wrapper.rapid-results-max-form form .more-fields .weight-main::after {
          content: 'lbs';
          color: #16384E;
          font-size: 0.875rem;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          position: absolute;
          right: 2.1875rem;
          top: 50%;
          transform: translateY(-50%);
          visibility: visible; }
      .main-bmi-wrapper.rapid-results-max-form form .more-fields .feet-main {
        position: relative; }
        .main-bmi-wrapper.rapid-results-max-form form .more-fields .feet-main::after {
          content: 'ft';
          color: #16384E;
          font-size: 0.875rem;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          position: absolute;
          right: 2.1875rem;
          top: 50%;
          transform: translateY(-50%);
          visibility: visible; }
      .main-bmi-wrapper.rapid-results-max-form form .more-fields .inch-main {
        position: relative; }
        .main-bmi-wrapper.rapid-results-max-form form .more-fields .inch-main::after {
          content: 'in';
          color: #16384E;
          font-size: 0.875rem;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          position: absolute;
          right: 2.1875rem;
          top: 50%;
          transform: translateY(-50%);
          visibility: visible; }

#choose-with-confidence h3 {
  color: #16384E;
  font-size: 1.375rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  line-height: 1.75rem; }
  @media (max-width: 768.98px) {
    #choose-with-confidence h3 {
      text-align: center; } }

#choose-with-confidence .section-title {
  margin: 45px 0 50px 0;
  font-size: 36px; }
  @media (max-width: 991.98px) {
    #choose-with-confidence .section-title {
      text-align: center; } }

#choose-with-confidence .container {
  text-align: center; }

#choose-with-confidence .img-center {
  margin: 0 auto;
  display: block; }

#choose-with-confidence .img-responsive {
  display: block;
  width: 100%;
  height: auto; }

.faq-scale-main {
  background-color: #FAFAF8;
  padding: 3.125rem 0; }
  .faq-scale-main .section-title {
    text-align: left; }
  .faq-scale-main .questions-main__item {
    margin-bottom: 1.5625rem; }
    .faq-scale-main .questions-main__item button {
      background-color: transparent;
      border: 0;
      color: #16384E;
      font-size: 1.625rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 500;
      line-height: 1.25rem;
      margin-bottom: 0;
      position: relative;
      text-align: left;
      text-transform: none;
      max-width: 70%;
      margin-top: 0.625rem; }
      @media (max-width: 768.98px) {
        .faq-scale-main .questions-main__item button {
          font-size: 1.25rem;
          line-height: 1.625rem;
          max-width: 100%;
          padding-right: 2.8125rem;
          width: 100%; } }
      .faq-scale-main .questions-main__item button:focus {
        outline: none; }
      .faq-scale-main .questions-main__item button::after {
        content: '';
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: contain;
        width: 1.375rem;
        height: 1.375rem;
        position: absolute;
        right: -2.5rem;
        top: 0; }
        @media (max-width: 768.98px) {
          .faq-scale-main .questions-main__item button::after {
            right: 0;
            background-position: center 0; } }
      .faq-scale-main .questions-main__item button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e"); }
    .faq-scale-main .questions-main__item .answer {
      color: #16384E;
      font-size: 0.875rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 400;
      line-height: 1.5rem;
      margin-top: 1.25rem;
      margin-bottom: 0; }

@media screen and (min-width: 1200px) {
  .image-carousel-fp {
    height: 580px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .image-carousel-fp {
    height: 480px; } }

.image-carousel-fp .pdp-main-image {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 992px) {
    .image-carousel-fp .pdp-main-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; } }
  @media screen and (max-width: 991px) {
    .image-carousel-fp .pdp-main-image {
      display: block;
      width: 100%;
      height: auto; } }
  @media screen and (max-width: 767px) {
    .image-carousel-fp .pdp-main-image {
      display: none; } }

.image-carousel-fp .pdp-mobile-image {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    .image-carousel-fp .pdp-mobile-image {
      display: none; } }
  @media screen and (max-width: 767px) {
    .image-carousel-fp .pdp-mobile-image {
      display: block;
      width: 100%;
      height: auto; } }
