﻿button:active, button:focus {
  outline: none; }

.active-oval-filled-red,
.active-oval-filled-green,
.active-oval-filled-yellow,
.active-oval-filled-brown,
.active-oval-white-red,
.active-oval-white-yellow,
.active-oval-white-green,
.active-oval-white-brown,
.active-oval-outlined-red,
.active-oval-outlined-yellow,
.active-oval-outlined-green,
.active-oval-outlined-brown,
.inactive-oval-filled,
.inactive-oval-outlined,
.reversed-oval-outlined {
  height: 35px;
  white-space: nowrap;
  padding: 0 5%;
  border-radius: 25px;
  box-shadow: 0 15px 24px -10px rgba(38, 38, 38, 0.5);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  letter-spacing: -0.24px;
  line-height: 20px; }
  .active-oval-filled-red:active,
  .active-oval-filled-green:active,
  .active-oval-filled-yellow:active,
  .active-oval-filled-brown:active,
  .active-oval-white-red:active,
  .active-oval-white-yellow:active,
  .active-oval-white-green:active,
  .active-oval-white-brown:active,
  .active-oval-outlined-red:active,
  .active-oval-outlined-yellow:active,
  .active-oval-outlined-green:active,
  .active-oval-outlined-brown:active,
  .inactive-oval-filled:active,
  .inactive-oval-outlined:active,
  .reversed-oval-outlined:active {
    transform: translateY(2px);
    box-shadow: 0 5px 15px -10px rgba(38, 38, 38, 0.5); }
  .active-oval-filled-red:after,
  .active-oval-filled-green:after,
  .active-oval-filled-yellow:after,
  .active-oval-filled-brown:after,
  .active-oval-white-red:after,
  .active-oval-white-yellow:after,
  .active-oval-white-green:after,
  .active-oval-white-brown:after,
  .active-oval-outlined-red:after,
  .active-oval-outlined-yellow:after,
  .active-oval-outlined-green:after,
  .active-oval-outlined-brown:after,
  .inactive-oval-filled:after,
  .inactive-oval-outlined:after,
  .reversed-oval-outlined:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s; }
  .active-oval-filled-red:active:after,
  .active-oval-filled-green:active:after,
  .active-oval-filled-yellow:active:after,
  .active-oval-filled-brown:active:after,
  .active-oval-white-red:active:after,
  .active-oval-white-yellow:active:after,
  .active-oval-white-green:active:after,
  .active-oval-white-brown:active:after,
  .active-oval-outlined-red:active:after,
  .active-oval-outlined-yellow:active:after,
  .active-oval-outlined-green:active:after,
  .active-oval-outlined-brown:active:after,
  .inactive-oval-filled:active:after,
  .inactive-oval-outlined:active:after,
  .reversed-oval-outlined:active:after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s; }

.active-circle-filled-red,
.active-circle-filled-green,
.active-circle-filled-yellow,
.active-circle-filled-brown,
.active-circle-white-red,
.active-circle-white-yellow,
.active-circle-white-green,
.active-circle-white-brown,
.inactive-circle-filled,
.inactive-circle-outlined,
.reversed-circle-outlined {
  font-family: 'Lilita One', cursive;
  box-shadow: 0 15px 24px -10px rgba(38, 38, 38, 0.5);
  height: 118px;
  width: 119px;
  border-radius: 50%;
  font-size: 36px;
  letter-spacing: -1.5px;
  line-height: 41px;
  overflow: hidden;
  transform: translate3d(0, 0, 0); }
  .active-circle-filled-red:after,
  .active-circle-filled-green:after,
  .active-circle-filled-yellow:after,
  .active-circle-filled-brown:after,
  .active-circle-white-red:after,
  .active-circle-white-yellow:after,
  .active-circle-white-green:after,
  .active-circle-white-brown:after,
  .inactive-circle-filled:after,
  .inactive-circle-outlined:after,
  .reversed-circle-outlined:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s; }
  .active-circle-filled-red:active:after,
  .active-circle-filled-green:active:after,
  .active-circle-filled-yellow:active:after,
  .active-circle-filled-brown:active:after,
  .active-circle-white-red:active:after,
  .active-circle-white-yellow:active:after,
  .active-circle-white-green:active:after,
  .active-circle-white-brown:active:after,
  .inactive-circle-filled:active:after,
  .inactive-circle-outlined:active:after,
  .reversed-circle-outlined:active:after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s; }

.active-oval-filled-red, .active-oval-filled-green, .active-oval-filled-yellow, .active-oval-filled-brown, .active-circle-filled-red, .active-circle-filled-green, .active-circle-filled-yellow, .active-circle-filled-brown {
  border: none;
  color: white; }

.active-oval-filled-red, .active-circle-filled-red {
  background: linear-gradient(172.21deg, #BA0C2F 0%, #85040B 100%); }
  .active-oval-filled-red:after, .active-circle-filled-red:after {
    background-image: radial-gradient(circle, #286A19 10%, transparent 10.01%); }

.active-oval-filled-yellow, .active-circle-filled-yellow {
  background: linear-gradient(172.21deg, #F6BE00 0%, #ED9900 100%); }
  .active-oval-filled-yellow:after, .active-circle-filled-yellow:after {
    background-image: radial-gradient(circle, #7B5F00 10%, transparent 10.01%); }

.active-oval-filled-green, .active-circle-filled-green {
  background: linear-gradient(172.21deg, #43B02A 0%, #213417 100%); }
  .active-oval-filled-green:after, .active-circle-filled-green:after {
    background-image: radial-gradient(circle, #1B4611 10%, transparent 10.01%); }

.active-oval-filled-brown, .active-circle-filled-brown {
  background: linear-gradient(172.21deg, #834217 0%, #461D09 100%); }
  .active-oval-filled-brown:after, .active-circle-filled-brown:after {
    background-image: radial-gradient(circle, #230F05 10%, transparent 10.01%); }

.active-oval-white-red, .active-oval-white-yellow, .active-oval-white-green, .active-oval-white-brown {
  border: none;
  background: linear-gradient(159.72deg, #FFFFFF 0%, #E6E6E6 100%); }

.active-circle-white-red, .active-circle-white-yellow, .active-circle-white-green, .active-circle-white-brown {
  border: none;
  background: linear-gradient(159.72deg, #FFFFFF 0%, #E6E6E6 100%); }

.active-oval-white-red, .active-circle-white-red {
  color: #BA0C2F; }
  .active-oval-white-red:after, .active-circle-white-red:after {
    background-image: radial-gradient(circle, #70071C 10%, transparent 10.01%); }

.active-oval-white-yellow, .active-circle-white-yellow {
  color: #F6BE00; }
  .active-oval-white-yellow:after, .active-circle-white-yellow:after {
    background-image: radial-gradient(circle, #ED9900 10%, transparent 10.01%); }

.active-oval-white-green, .active-circle-white-green {
  color: #43B02A; }
  .active-oval-white-green:after, .active-circle-white-green:after {
    background-image: radial-gradient(circle, #286A19 10%, transparent 10.01%); }

.active-oval-white-brown, .active-circle-white-brown {
  color: #461D09; }
  .active-oval-white-brown:after, .active-circle-white-brown:after {
    background-image: radial-gradient(circle, #230F05 10%, transparent 10.01%); }

.active-oval-outlined-red, .active-oval-outlined-yellow, .active-oval-outlined-green, .active-oval-outlined-brown {
  border: none;
  background-color: transparent; }

.active-oval-outlined-red {
  border: 3px solid #BA0C2F;
  color: #BA0C2F; }
  .active-oval-outlined-red:after {
    background-image: radial-gradient(circle, #BA0C2F 10%, transparent 10.01%); }

.active-oval-outlined-yellow {
  border: 3px solid #F6BE00;
  color: #F6BE00; }
  .active-oval-outlined-yellow:after {
    background-image: radial-gradient(circle, #F6BE00 10%, transparent 10.01%); }

.active-oval-outlined-green {
  border: 3px solid #43B02A;
  color: #43B02A; }
  .active-oval-outlined-green:after {
    background-image: radial-gradient(circle, #43B02A 10%, transparent 10.01%); }

.active-oval-outlined-brown {
  border: 3px solid #461D09;
  color: #461D09; }
  .active-oval-outlined-brown:after {
    background-image: radial-gradient(circle, #461D09 10%, transparent 10.01%); }

.inactive-oval-filled {
  background-color: #B3B3B3;
  color: #FFFFFF;
  border: none; }
  .inactive-oval-filled:after {
    background-image: radial-gradient(circle, #575757 10%, transparent 10.01%); }

.inactive-circle-filled {
  background-color: #B3B3B3;
  border: none;
  color: #FFFFFF; }
  .inactive-circle-filled:after {
    background-image: radial-gradient(circle, #575757 10%, transparent 10.01%); }

.inactive-oval-outlined {
  border: 3px solid #B3B3B3;
  color: #B3B3B3;
  background-color: #FFFFFF; }
  .inactive-oval-outlined:after {
    background-image: radial-gradient(circle, #B3B3B3 10%, transparent 10.01%); }

.inactive-circle-outlined {
  border: 4px solid #B3B3B3;
  color: #B3B3B3;
  background-color: #FFFFFF; }
  .inactive-circle-outlined:after {
    background-image: radial-gradient(circle, #B3B3B3 10%, transparent 10.01%); }

.reversed-oval-outlined {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent; }
  .reversed-oval-outlined:after {
    background-image: radial-gradient(circle, #FFFFFF 10%, transparent 10.01%); }

.reversed-circle-outlined {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #000000; }
  .reversed-circle-outlined:after {
    background-image: radial-gradient(circle, #FFFFFF 10%, transparent 10.01%); }

.keebler-card-w-btn {
  width: 334px; }

.keebler-card, .keebler-card-w-btn {
  margin: 20px;
  border-radius: 20px;
  border-width: 0px;
  background-color: #FFFDFB;
  background: linear-gradient(180deg, #f2f7ff 0%, #dadce0 100%);
  box-shadow: 0 20px 24px -15px rgba(0, 0, 0, 0.25); }

.keebler-card {
  width: 334px;
  height: 184px; }

.card .col-4 img {
    display: block;
    min-height: 100px;
    max-width: 100px;
    width: auto;
    height: auto;
    max-height: 120px;
}

.keebler-card .col-4 img {
  align-content:center;
  border-radius: 5px;
  min-height: auto;
  max-width: 130px; }

.related-card {
    border:none;
    width: 200px;
    height: 140px;
}
.related-card .col-4 img {
    min-height: 70px;
    max-width: 70px; }

.related-card-title {
    align-content: center;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    color: #461D09;
    font-family: "Montserrat";
    font-size: 13px;
    line-height: 17px;
    margin-top: 4px;
}

.keebler-card .card-text {
  margin-left: 32px; }

.card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #461D09;
  font-family: "Lilita One";
  font-size: 24px;
  line-height: 27px; }

.keebler-card .card-title {
  text-align: center;
  margin-bottom: 0.5rem; }

.keebler-card .card-description p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #461D09;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.3em;
  height: 74px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.recipe-bold-info p {
  width: 100%;
  color: #461D09;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bolder; }

.keebler-card-w-btn .card-body {
  padding: 1.25rem 1.25rem 0; }

.keebler-card .card-body {
  padding: .5rem .8rem 0; }

.card-footer {
  background-color: transparent;
  border-top: none;
  max-width: 334px;
  padding: 0px;
  height: 40px; }

.card-button {
  font-size: 12px;
  border: none;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: white;
  height: 30px;
  border-radius: 0 0 16px 15px;
  background: linear-gradient(172.21deg, #BA0C2F 0%, #85040B 100%);
  box-shadow: 0 15px 24px -10px rgba(38, 38, 38, 0.5);
  width: 100%; }

.keebler-card-w-btn {
  height: 160px; }
  .keebler-card-w-btn .card-body {
    padding-top: 10px; }
  .keebler-card-w-btn h5.card-title {
    max-height: 54px;
    text-overflow: ellipsis;
    font-size: 20px;
    margin-bottom: 10px; }
  .keebler-card-w-btn .card-description p {
    overflow: hidden;
    height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    text-overflow: ellipsis;
    color: #575757;
    font-family: Montserrat;
    font-size: 15px;
    line-height: 17px; }
  .keebler-card-w-btn .card-button {
    bottom: 0;
    position: absolute; }
  .keebler-card-w-btn .card-footer {
    height: 31px; }

/* The container */
.container-maroon, .container-brown {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-left: 13px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container-maroon input, .container-brown input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 5px;
  bottom: 0; }

/* Create a custom checkbox */
.checkmark-light, .checkmark-dark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 2px solid lightgray; }

.checkmark-light {
  background-color: #eee; }

.checkmark-dark {
  background-color: black; }

/* On mouse-over, add a grey background color */
.container-maroon:hover input ~ .checkmark-light, .container-brown:hover input ~ .checkmark-light,
.container-maroon:hover input ~ .checkmark-dark, .container-brown-dark:hover input ~ .checkmark-dark {
  background-color: #ccc; }

/* When the checkbox is checked, add a maroon background */
.container-maroon input:checked ~ .checkmark-light,
.container-maroon input:checked ~ .checkmark-dark {
  background: linear-gradient(174.49deg, #BA0C2F 0%, #85040B 100%);
  border: none; }

/* When the checkbox is checked, add a brown background */
.container-brown input:checked ~ .checkmark-light,
.container-brown input:checked ~ .checkmark-dark {
  background: linear-gradient(172.21deg, #834217 8.18%, #461D09 87.99%);
  border: none; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-light:after,
.checkmark-dark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-maroon input:checked ~ .checkmark-light:after, .container-brown input:checked ~ .checkmark-light:after,
.container-maroon input:checked ~ .checkmark-dark:after, .container-brown input:checked ~ .checkmark-dark:after {
  display: block; }

/* Style the checkmark/indicator */
.container-maroon .checkmark-light:after, .container-brown .checkmark-light:after {
  left: 8px;
  top: 2px;
  width: 6px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Style the checkmark/indicator */
.container-maroon .checkmark-dark:after, .container-brown .checkmark-dark:after {
  left: 8px;
  top: 2px;
  width: 6px;
  height: 15px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.form {
  /* Rounded sliders */ }
  .form__group {
    width: 0%;
    height: 85px;
    border-radius: 10px;
    margin-left: 15px; }
  .form__radio-group {
    width: 30%;
    display: inline-block; }
  .form__radio-input {
    display: none; }
  .form__radio-label {
    cursor: pointer;
    position: relative;
    padding-left: 27px; }
  .form__radio-button-maroon, .form__radio-button-brown {
    height: 1.3rem;
    width: 1.3rem;
    border: 2px solid;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }
  .form__radio-button-maroon {
    border-color: #BA0C2F; }
  .form__radio-button-brown {
    border-color: #834217; }
  .form__radio-button-maroon::after {
    content: "";
    display: block;
    height: .7rem;
    width: .7rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(174.49deg, #BA0C2F 0%, #85040B 100%);
    opacity: 0;
    transition: opacity .5s; }
  .form__radio-button-brown::after {
    content: "";
    display: block;
    height: .7rem;
    width: .7rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(172.21deg, #834217 8.18%, #461D09 87.99%);
    opacity: 0;
    transition: opacity .5s; }
  .form__radio-input:checked + .form__radio-label .form__radio-button-maroon::after,
  .form__radio-input:checked + .form__radio-label .form__radio-button-brown::after {
    opacity: 1; }
  .form .switch {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    width: 51px;
    height: 31px; }
  .form .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .form .slider-maroon, .form .slider-brown {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1.5px solid #CCCCCC;
    border-radius: 18px;
    background-color: #CCCCCC;
    box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.5); }
  .form .slider-maroon:before, .form .slider-brown:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .form input:checked + .slider-maroon {
    background: linear-gradient(174.49deg, #BA0C2F 0%, #85040B 100%);
    border: 1.5px solid #9E131B;
    border-radius: 18px;
    box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.5); }
  .form input:checked + .slider-brown {
    background: linear-gradient(163.6deg, #834217 0%, #461D09 100%);
    border: 1.5px solid #834217;
    border-radius: 18px;
    box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.5); }
  .form input:focus + .slider-maroon, .form input:focus + .slider-brown {
    box-shadow: 0 0 1px #2196F3; }
  .form input:checked + .slider-maroon:before, .form input:checked + .slider-brown:before {
    transform: translateX(20px); }
  .form .slider-maroon.round, .form .slider-brown.round {
    border-radius: 34px; }
  .form .slider-maroon.round:before, .form .slider-brown.round:before {
    border-radius: 50%; }

.home-page-main-footer-block {
  width: 400%; }

.footer {
  background: linear-gradient(172.21deg, #834217 0%, #461D09 100%);
  width: 100vw;
  float: right;
  padding: 50px 30px 8px; }
  .footer .main-links-container {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: -0.24px;
    line-height: 20px; }
    .footer .main-links-container a {
      color: #FFFFFF; }
  .footer .main-links-container > div {
    display: grid;
    grid-template-rows: repeat(3, 20px);
    grid-gap: 20px;
    grid-auto-flow: column; }
  .footer .footer-msg {
    margin-top: 30px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: .07px;
    line-height: 13px; }
  .footer hr {
    border-color: #FFFFFF;
    border-width: 1px; }
  .footer .ferrara-brand {
    float: left; }
  .footer .other-brands {
    float: right; }
    .footer .other-brands a {
      color: #FFFFFF; }
  .footer .email-container {
    color: #FFFFFF; }
    .footer .email-container h5 {
      font-family: 'Montserrat', sans-serif;
      font-size: 15px;
      letter-spacing: -0.24px;
      line-height: 20px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .footer .email-container .email-description {
      font-family: 'Montserrat', sans-serif;
      font-size: 15px;
      letter-spacing: -0.24px;
      line-height: 20px;
      font-weight: 600;
      margin: 0; }
    .footer .email-container .text-input-with-icon {
      margin: 20px 0;
      width: 90%; }
      .footer .email-container .text-input-with-icon #submit-arrow {
        top: 0;
        right: 5px;
        cursor: pointer;
        padding: 10px;
        position: absolute; }
        .footer .email-container .text-input-with-icon #submit-arrow:focus, .footer .email-container .text-input-with-icon #submit-arrow:active {
          outline: 0 !important; }
      .footer .email-container .text-input-with-icon input {
        height: 39px; }
      .footer .email-container .text-input-with-icon .success-checkmark {
        top: 5px;
        width: 30px;
        left: 91%;
        position: absolute; }
      .footer .email-container .text-input-with-icon .email-success, .footer .email-container .text-input-with-icon .email-failure {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        letter-spacing: -0.24px;
        line-height: 20px;
        margin: 10px 0 0 15px;
        font-weight: 600; }
      .footer .email-container .text-input-with-icon #email-failure {
        color: #BA0C2F; }
      .footer .email-container .text-input-with-icon .email-success {
        color: #43B02A; }
    .footer .email-container label.terms-input.container-maroon {
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      letter-spacing: 0;
      line-height: 16px;
      line-height: 22px; }
  @media screen and (min-width: 400px) {
    .footer .social-media-container {
      max-width: 260px; } }

.custom-text-input {
  height: 45px;
  width: 100%;
  border-radius: 29.5px;
  background-color: #FFFFFF;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  font-family: 'Montserrat';
  color: #575757;
  padding: 0 10% 0 4%; }
  .custom-text-input:focus, .custom-text-input:active {
    outline: none; }

/*<div class="text-input-with-icon">
    <i class=""></i>
    <input type="text" class="custom-text-input" />
</div>*/
div.text-input-with-icon {
  position: relative;
  display: inline-block; }
  div.text-input-with-icon i, div.text-input-with-icon img {
    position: absolute;
    left: 95%;
    top: 34px;
    font-size: 20px; }
  div.text-input-with-icon .search, div.text-input-with-icon .send {
    color: #461D09; }
  div.text-input-with-icon .success {
    color: #43B02A; }
  div.text-input-with-icon .failure {
    color: #BA0C2F; }

.search-icon {
  content: "\f002";
  font: normal normal normal 17px/1 FontAwesome; }

/*the container must be positioned relative:*/
.custom-dropdown {
  position: relative;
  font-family: Arial; }

.has-options {
  width: 50%;
  margin: 20px;
  display: inline-block; }

.custom-dropdown select {
  display: none;
  /*hide original SELECT element:*/ }

.select-selected {
  background-color: #FFFFFF;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px; }

/*style the arrow inside the select element:*/
.select-selected:after {
  content: '\f078';
  font: normal normal normal 17px/1 FontAwesome;
  right: 11px;
  top: 12px;
  height: 34px;
  position: absolute;
  color: #461D09; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content: '\f077';
  border-color: transparent transparent #000000 transparent;
  top: 11px; }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #575757;
  font-family: 'Montserrat';
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #FFFFFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: #F6BE00;
  color: #000000; }

nav {
  background-color: transparent;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 11; }
  nav .nav-links li {
    margin-right: 50px; }
    nav .nav-links li a {
      color: white; }
  nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

@media only screen and (max-width: 991px) {
  nav {
    position: relative; }
    nav .navbar-toggler {
      position: relative;
      right: 86%; }
    nav .base-container, nav hr {
      display: none; }
    nav .social-section {
      background: none;
      padding: 26px 30px 0px; }
      nav .social-section .instagram {
        margin-right: 17px !important; }
      nav .social-section .twitter, nav .social-section .facebook, nav .social-section .pinterest {
        margin-right: 15px !important; }
  .navbar {
    min-height: 25px;
    padding: 0.3rem 1rem; }
  .navbar-brand {
    height: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -8px;
    left: 20px; }
  .nav-links {
    padding-left: 35px; }
    .nav-links li a {
      font-family: 'Lilita One', cursive;
      font-size: 36px;
      letter-spacing: -.33px;
      line-height: 35px;
      text-align: center; }
  .navbar-nav > li > a {
    padding-top: 26.5px; }
  .fudge-border {
    display: block;
    position: relative;
    z-index: 15;
    top: 15px;
    margin: -0.5rem -1rem;
    width: 115%; }
  .dropdown {
    right: -12px;
    top: 10px;
    position: absolute !important; }
  #text-input-with-icon-id {
    right: 20px; }
  .search-custom-text-input {
    float: right; }
  #myDropdown {
    max-height: 400px;
    right: 20px; } }

@media only screen and (min-width: 767px) and (max-width: 1020px) {
  .fudge-border {
    top: 30px !important; }
  nav .navbar-toggler {
    position: relative;
    right: 92%; }
  nav .social-section {
    padding: 26px 220px 0px; }
    nav .social-section .social-title {
      white-space: nowrap; } }

@media all and (min-width: 992px) {
  .nav-links li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: -0.24px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase; }
  .navbar-brand {
    margin-right: 30px; }
    .navbar-brand img {
      max-width: 80px;
      padding: 2%; }
  .social-section {
    display: none; } }

.dropdown {
  width: 250px;
  position: relative;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .dropdown ::-webkit-scrollbar {
    width: 10px; }
  .dropdown ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .dropdown ::-webkit-scrollbar-thumb {
    background: #461D09; }
  .dropdown ::-webkit-scrollbar-thumb:hover {
    background: #555; }

#fa-custom-search {
  max-width: 14px;
  top: 7px;
  left: 88%;
  position: relative;
  z-index: 1; }

#myInput {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
  position: relative; }
  @media only screen and (min-width: 768px) {
    #myInput {
      visibility: visible;
      opacity: 1;
      top: -20px; } }

.text-input-with-icon {
  width: 100%; }

.search-custom-text-input {
  margin: 0px;
  height: 100%;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 16px;
  padding: 6px 8px 6px 15px;
  border: none;
  border-bottom: 1px solid #ddd;
  position: relative;
  bottom: 19px; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #ddd;
  width: 100%;
  top: 35px;
  max-height: 600px;
  overflow: auto; }

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px; }

.Results-Dropdown-Section-Div {
  color: black;
  padding: 12px 6px 0px 2px;
  text-decoration: none;
  display: block; }
  .Results-Dropdown-Section-Div h5 {
    padding-left: 5px;
    margin-bottom: 3px; }

#No-Results-Dropdown-Div h5 {
  padding: 5px;
  margin-bottom: 0; }

.dropdown-content a:hover {
  background-color: #F6BE00; }

.dropdown-content h5 {
  font-weight: bold;
  color: #461D09; }

.show {
  display: block; }

/*Spinner*/
#animation-loading-spinner-div {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #FFE9C4 0%, #C09050 100%) no-repeat center center fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 16; }

@media all and (min-width: 1500px) {
  .nav-links {
    font-size: 17px; } }

@media print {
  .navbar, #fudgeDrip {
    display: none; } }

#fudgeDrip {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  pointer-events: none !important; }

@media only screen and (min-width: 767px) and (max-width: 990px) {
  #fudgeDrip {
    top: -64px !important; } }

@media only screen and (min-width: 991px) and (max-width: 1365px) {
  #fudgeDrip {
    top: 38px !important; } }

@media all and (min-width: 1366px) {
  #fudgeDrip {
    top: 24px !important; } }

.keeblerstartpageblock {
  width: 100%; }

#home-page .home-page-section {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px; }
  #home-page .home-page-section .cookie {
    position: absolute;
    opacity: .4;
    z-index: -2; }
  #home-page .home-page-section .cookie1 {
    height: 166px;
    width: 170px;
    top: 3%;
    left: 0; }
  #home-page .home-page-section .cookie2 {
    height: 150px;
    width: 152px;
    top: 4%;
    left: 49%; }
  #home-page .home-page-section .cookie3 {
    height: 250px;
    width: 198px;
    top: 35%;
    left: 76%; }
  #home-page .home-page-section .cookie4 {
    height: 80px;
    width: 82px;
    top: 65%;
    left: 40%; }
  #home-page .home-page-section .cookie5 {
    height: 200px;
    width: 204px;
    top: 75%;
    left: 3%; }
  #home-page .home-page-section .cookie6 {
    display: none; }
  #home-page .home-page-section .cookie7 {
    height: 150px;
    width: 152px;
    bottom: 0;
    right: 0g; }
  #home-page .home-page-section .left-oriented-section .image-section {
    position: relative;
    z-index: -1; }
    #home-page .home-page-section .left-oriented-section .image-section .animation-sprite {
      top: -150px !important;
      left: -235px; }
  #home-page .home-page-section .left-oriented-section .not-animated-image img {
    width: 1000px;
    margin: -60px 0 0 -266px; }
  #home-page .home-page-section .left-oriented-section .info-section {
    z-index: 1;
    width: 450px;
    margin-left: 50px !important; }
    #home-page .home-page-section .left-oriented-section .info-section .section-header {
      text-align: right; }
    #home-page .home-page-section .left-oriented-section .info-section .section-description {
      text-align: right;
      float: right; }
    #home-page .home-page-section .left-oriented-section .info-section .main-link {
      float: right; }
  #home-page .home-page-section .right-oriented-section .info-section {
    width: 500px; }
  #home-page .home-page-section .right-oriented-section .not-animated-image {
    margin-left: -248%;
    margin-top: -30%; }
    #home-page .home-page-section .right-oriented-section .not-animated-image img {
      width: 100%; }
  #home-page .home-page-section .left-oriented-section, #home-page .home-page-section .right-oriented-section {
    height: 100%;
    width: 755px;
    position: relative; }
    #home-page .home-page-section .left-oriented-section .section-header, #home-page .home-page-section .right-oriented-section .section-header {
      font-family: 'Lilita One', cursive;
      font-size: 56px !important;
      letter-spacing: -1.1px;
      line-height: 56px;
      text-transform: uppercase;
      color: #461D09;
      margin-bottom: 5%; }
    #home-page .home-page-section .left-oriented-section .section-description, #home-page .home-page-section .right-oriented-section .section-description {
      font-family: 'Montserrat', sans-serif;
      font-size: 17px;
      letter-spacing: -0.41px;
      line-height: 22px;
      font-size: 20px;
      font-weight: normal !important;
      line-height: 31px;
      color: #000000;
      margin-bottom: 12%; }
    #home-page .home-page-section .left-oriented-section .info-section, #home-page .home-page-section .right-oriented-section .info-section {
      margin-bottom: 10%; }
    #home-page .home-page-section .left-oriented-section .info-section, #home-page .home-page-section .right-oriented-section .info-section {
      margin: 5% 0;
      display: inline-block; }
    #home-page .home-page-section .left-oriented-section .image-section, #home-page .home-page-section .right-oriented-section .image-section {
      width: 255px;
      display: inline-block;
      margin: 45px 0 5% 0; }
    #home-page .home-page-section .left-oriented-section .optional-lower-section, #home-page .home-page-section .right-oriented-section .optional-lower-section {
      text-align: center;
      margin-bottom: 10%; }
      #home-page .home-page-section .left-oriented-section .optional-lower-section h2, #home-page .home-page-section .right-oriented-section .optional-lower-section h2 {
        font-family: 'Lilita One', cursive;
        font-size: 32px;
        letter-spacing: -.33px;
        line-height: 36px;
        text-transform: uppercase;
        color: #461D09;
        margin-bottom: 3%; }
      #home-page .home-page-section .left-oriented-section .optional-lower-section button, #home-page .home-page-section .right-oriented-section .optional-lower-section button {
        padding: 0 5%; }

@media all and (max-width: 991px) {
  html {
    overflow: auto !important; }
  #home-page {
    overflow-x: hidden; }
    #home-page .home-page-main-content-blocks {
      flex-direction: column;
      display: block;
      height: auto;
      width: 100% !important; }
    #home-page .home-page-main-footer-block {
      width: 100%;
      display: block !important; } }

@media all and (max-width: 425px) {
  #home-page .home-page-section {
    overflow: hidden; }
    #home-page .home-page-section .cookie1 {
      height: 156px;
      width: 160px;
      top: 0%;
      left: -23%; }
    #home-page .home-page-section .cookie2, #home-page .home-page-section .cookie6 {
      display: none; }
    #home-page .home-page-section .cookie3 {
      height: 200px;
      width: 150px;
      top: 44%;
      left: 79%; }
    #home-page .home-page-section .cookie4 {
      height: 80px;
      width: 82px;
      top: 60%;
      left: -11%; }
    #home-page .home-page-section .cookie5 {
      height: 150px;
      width: 152px;
      bottom: 0 !important;
      left: 6%; }
    #home-page .home-page-section .cookie7 {
      height: 100px;
      width: 102px;
      left: 74%;
      top: 4%; }
    #home-page .home-page-section .right-oriented-section .info-section {
      margin: 75px 0 5% 0; }
    #home-page .home-page-section .right-oriented-section .not-animated-image {
      padding: 0;
      width: 75%; }
      #home-page .home-page-section .right-oriented-section .not-animated-image img {
        width: 150%;
        margin-left: -30%;
        margin-top: 30%; }
    #home-page .home-page-section .right-oriented-section .animation-sprite {
      right: -415px !important;
      transform: scale(0.75);
      top: -135px !important; }
    #home-page .home-page-section .left-oriented-section .info-section {
      margin: 75px 0 5% 0 !important; }
      #home-page .home-page-section .left-oriented-section .info-section .section-header {
        float: right; }
      #home-page .home-page-section .left-oriented-section .info-section .section-description p {
        float: right; }
    #home-page .home-page-section .left-oriented-section .image-section .animation-sprite {
      left: -387px !important;
      transform: scale(0.75);
      top: -110px !important; }
    #home-page .home-page-section .left-oriented-section .image-section.not-animated-image {
      padding: 0;
      width: 75%; }
      #home-page .home-page-section .left-oriented-section .image-section.not-animated-image img {
        width: 600px;
        margin: -10% 0 0 -30%; }
    #home-page .home-page-section .left-oriented-section, #home-page .home-page-section .right-oriented-section {
      width: 300px !important; }
      #home-page .home-page-section .left-oriented-section .info-section, #home-page .home-page-section .right-oriented-section .info-section {
        width: 200px; }
        #home-page .home-page-section .left-oriented-section .info-section .section-header, #home-page .home-page-section .right-oriented-section .info-section .section-header {
          font-size: 45px !important;
          line-height: 40px !important; }
        #home-page .home-page-section .left-oriented-section .info-section .section-description p, #home-page .home-page-section .right-oriented-section .info-section .section-description p {
          font-size: 16px !important;
          line-height: 22px;
          width: 85%; }
      #home-page .home-page-section .left-oriented-section .image-section, #home-page .home-page-section .right-oriented-section .image-section {
        padding: 0;
        width: 100px; } }

@media all and (min-width: 2000px) {
  #home-page .home-page-section {
    display: flex; }
    #home-page .home-page-section .right-oriented-section, #home-page .home-page-section .left-oriented-section {
      align-items: center;
      justify-content: center; }
      #home-page .home-page-section .right-oriented-section .info-section .section-header, #home-page .home-page-section .left-oriented-section .info-section .section-header {
        font-size: 61px !important; }
      #home-page .home-page-section .right-oriented-section .info-section .section-description, #home-page .home-page-section .left-oriented-section .info-section .section-description {
        font-size: 25px;
        line-height: 37px; }
      #home-page .home-page-section .right-oriented-section .info-section .main-link, #home-page .home-page-section .left-oriented-section .info-section .main-link {
        font-size: 20px;
        height: 45px; }
      #home-page .home-page-section .right-oriented-section .image-section, #home-page .home-page-section .left-oriented-section .image-section {
        width: 322px; }
    #home-page .home-page-section .left-oriented-section {
      width: 1000px; }
      #home-page .home-page-section .left-oriented-section .info-section {
        width: 596px; }
      #home-page .home-page-section .left-oriented-section .image-section .animation-sprite {
        top: -110px !important;
        top: -300px !important; }
    #home-page .home-page-section .right-oriented-section {
      width: 990px; }
      #home-page .home-page-section .right-oriented-section .info-section {
        width: 662px; }
      #home-page .home-page-section .right-oriented-section .animation-sprite {
        top: -304px;
        right: -582px; }
    #home-page .home-page-section .optional-lower-section {
      margin-top: 10%; }
      #home-page .home-page-section .optional-lower-section h2.lower-section-header {
        font-size: 40px; }
      #home-page .home-page-section .optional-lower-section .lower-section-button {
        font-size: 20px;
        height: 45px; } }

.home-page-main-content-blocks {
  display: flex;
  flex-direction: row;
  height: 100vh; }

.home-page-main-footer-block {
  display: none; }

/*$elf-width: 576px;
$elf-height: 768px;
$elf-sprite-width: -6336px;
$elf-sprite-height: -3072px;*/
.animation-sprite {
  top: 40px;
  right: 0;
  z-index: -1;
  opacity: 1;
  position: absolute;
  transform: scale(0.9); }

@keyframes fadeOut0to100 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes widenContainer {
  50% {
    width: 100%; }
  100% {
    width: 100%; } }

@keyframes widenSubContainers {
  50% {
    width: 50%; }
  100% {
    width: 50%; } }

@keyframes removeMargin {
  50% {
    margin: 0; }
  100% {
    margin: 0; } }

@keyframes fadeOut0to50 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes playvelf {
  0% {
    background-position-y: 0; }
  100% {
    background-position-y: -3856px; } }

@-webkit-keyframes playhelf {
  0% {
    background-position-x: 0px; }
  100% {
    background-position-x: -11000px; } }

@keyframes fadeOutElf {
  0% {
    opacity: 1; }
  43% {
    right: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    right: 0; } }

@keyframes fadeOutElfMobile {
  0% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    right: 0; } }

@-webkit-keyframes playvoven {
  0% {
    background-position-y: 0; }
  100% {
    background-position-y: -3042px; } }

@-webkit-keyframes playhoven {
  0% {
    background-position-x: 0px; }
  100% {
    background-position-x: -9900px; } }

@keyframes fadeOutOven {
  50% {
    transform: scale(3);
    z-index: 1;
    bottom: 0 !important;
    left: 50%; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(2.5);
    z-index: 1;
    bottom: 0 !important;
    left: 50%; } }

@keyframes fadeOutOvenMobile {
  50% {
    z-index: 1;
    bottom: 0 !important; }
  70% {
    transform: scale(1.5);
    opacity: 1; }
  100% {
    opacity: 0;
    z-index: 1;
    bottom: 0 !important;
    transform: scale(1.5); } }

#SweetTreats .image-section {
  position: relative; }
  #SweetTreats .image-section .animation-sprite {
    width: 1000px;
    height: 964px;
    transform-origin: top right;
    top: -240px;
    right: -410px; }

#SweetTreats.animate-container {
  animation: widenContainer 2s forwards; }
  #SweetTreats.animate-container .info-section.fadeOut {
    animation: fadeOut0to50 2s forwards; }
  #SweetTreats.animate-container .image-section {
    position: absolute;
    right: 0;
    animation: removeMargin 2s forwards; }
  #SweetTreats.animate-container .info-section, #SweetTreats.animate-container .image-section {
    animation: widenSubContainers 2s forwards; }

#SweetTreats .fadeOut {
  animation: fadeOut0to100 2s forwards; }

@media all and (min-width: 426px) {
  #SweetTreats .elf-sprite {
    animation: playvelf 2s steps(4), playhelf 0.5s steps(11) 4, fadeOutElf 2s forwards; } }

@media all and (max-width: 425px) {
  #SweetTreats .elf-sprite {
    animation: playvelf 2s steps(4), playhelf 0.5s steps(11) 4, fadeOutElfMobile 2s forwards; } }

#YummyRecipes .image-section {
  position: relative; }
  #YummyRecipes .image-section .animation-sprite {
    width: 900px;
    height: 507px; }

#YummyRecipes .fadeOut {
  animation: fadeOut0to50 3s forwards; }

@media all and (min-width: 426px) {
  #YummyRecipes .oven-sprite {
    position: absolute;
    animation: playvoven 3s steps(6), playhoven 0.5s steps(11) 6, fadeOutOven 3s forwards; } }

@media all and (max-width: 425px) {
  #YummyRecipes .oven-sprite {
    animation: playvoven 3s steps(6), playhoven 0.5s steps(11) 6, fadeOutOvenMobile 3s forwards; } }

#treehouse-base {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  top: 56px; }
  #treehouse-base #tree-video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 9;
    top: 35px;
    cursor: pointer;
    background: linear-gradient(180deg, #FFE9C4 0%, #C09050 100%); }
  #treehouse-base #tree-video.ie-object-fit {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }

#enterSiteButton {
  width: 74px;
  height: 74px;
  position: fixed;
  z-index: 10;
  bottom: 10px;
  left: 50%;
  text-align: center;
  cursor: pointer;
  transform: translateX(-50%) rotate(270deg);
  border-radius: 71%;
  border: 4px solid white;
  padding: 10px;
  color: white; }

.fade-out-enter-button {
  animation: fadeOutButton 1s linear forwards; }

@keyframes fadeOutButton {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fade-out-video {
  animation: fadeOutVideo 3s linear forwards; }

@keyframes fadeOutVideo {
  85% {
    opacity: 1; }
  97% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.nav {
  flex-wrap: nowrap !important;
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  width: 100%; }

.nav-tabs {
  margin-top: 2%;
  display: flex;
  justify-content: center;
  border-bottom: none !important;
  overflow: hidden;
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */
  white-space: nowrap; }
  .nav-tabs .nav-link {
    text-align: center; }
    .nav-tabs .nav-link p {
      white-space: pre-wrap; }

.nav-tabs::-webkit-scrollbar {
  display: none; }


.nav-tabs .nav-link.active {
  background-color: transparent !important;
  border: none !important; }

.nav li:hover a {
  border: none;
  background: none; }

.left-arrow, .right-arrow {
  margin-top: 60px; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%); }

#firstCategory-tab img {
    height: 100px;
}

#secondCategory-tab img {
    height: 100px;
}

#thirdCategory-tab img {
    height: 100px;
}

#forthCategory-tab img {
    height: 100px;
}

@media only screen and (max-width: 574px) {
  .nav-tabs .nav-link {
    width: 160px; }
  #firstCategory-leftArrow {
    padding-left: 80%; }
  #forthCategory-rightArrow {
    padding-right: 80%; } }

@media only screen and (min-width: 575px) and (max-width: 766px) {
  .nav-tabs .nav-link {
    width: 160px; }
  #firstCategory-leftArrow {
    padding-left: 54%; }
  #forthCategory-rightArrow {
    padding-right: 54%; } }

@media only screen and (min-width: 767px) and (max-width: 990px) {
  .nav-tabs .nav-link {
    width: 160px; }
  #firstCategory-leftArrow {
    padding-left: 40%; }
  #forthCategory-rightArrow {
    padding-right: 40%; } }

@media only screen and (min-width: 991px) and (max-width: 1365px) {
  .nav-tabs .nav-link {
    width: 160px; }
  #firstCategory-leftArrow {
    padding-left: 32%; }
  #forthCategory-rightArrow {
    padding-right: 32%; } }

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .nav-tabs .nav-link {
    width: 200px; }
  #firstCategory-leftArrow {
    padding-left: 26%; }
  #forthCategory-rightArrow {
    padding-right: 26%; } }

@media only screen and (min-width: 1601px) and (max-width: 1750px) {
  .nav-tabs .nav-link {
    width: 200px; }
  #firstCategory-leftArrow {
    padding-left: 24%; }
  #forthCategory-rightArrow {
    padding-right: 24%; } }

@media all and (min-width: 1751px) {
  .nav-tabs .nav-link {
    width: 200px; }
  #firstCategory-leftArrow {
    padding-left: 21%; }
  #forthCategory-rightArrow {
    padding-right: 21%; } }

.sweet-treats-page {
  position: relative;
  z-index: 0; }

.middleNavDiv {
  display: flex;
  width: 90%;
  margin: 1% auto;
  text-align: center; }
  .middleNavDiv button {
    margin: 1%; }

.midnav-button.active-oval-outlined-brown {
  box-shadow: none !important; }

#nutritonModal .modal-dialog {
  width: 300px; }

.scroll-container {
  width: auto;
  margin: auto;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */ }
  .scroll-container::-webkit-scrollbar {
    height: 0 !important;
    display: none; }
  .scroll-container .centered {
    justify-content: center; }
  .scroll-container .lowerNavContainer {
    scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    max-width: 100%;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden; }
    .scroll-container .lowerNavContainer::-webkit-scrollbar {
      width: 5px; }
    .scroll-container .lowerNavContainer::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.05);
      border-radius: 2.5px; }
    .scroll-container .lowerNavContainer::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.5);
      border-radius: 2.5px; }
    .scroll-container .lowerNavContainer::-webkit-scrollbar-thumb:hover {
      background: rgba(0, 0, 0, 0.5); }
  .scroll-container .lowerNavDiv {
    width: 100%;
    display: flex; }
    .scroll-container .lowerNavDiv .tablink {
      font-family: 'Lilita One', cursive;
      font-size: 17px;
      letter-spacing: -.17px;
      line-height: 17px;
      text-transform: uppercase;
      white-space: pre-wrap;
      min-width: 200px;
      color: #b38f66;
      padding: 20px 5px;
      text-align: center; }
      .scroll-container .lowerNavDiv .tablink:hover {
        color: #351607; }
    .scroll-container .lowerNavDiv .selected-tablink {
      color: #461D09; }

.product-details-container .product-page-main-content {
  margin: auto; }
  .product-details-container .product-page-main-content .row .col-lg-4.col-md-5.col-sm-12 {
    margin: auto; }

.product-details-container .col-6:nth-child(2) {
  padding-left: 2%;
  padding-right: 2%; }

.product-details-container img {
  width: 100%;
  padding: 10% 5% 10%; }

.product-details-container .product-title {
  font-family: 'Lilita One', cursive;
  font-size: 32px;
  letter-spacing: -.33px;
  line-height: 36px;
  color: #461D09;
  padding-top: 10%; }

.product-details-container .product-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  letter-spacing: -0.41px;
  line-height: 22px;
  color: #000000;
  position: relative; }

.product-details-container .buy-now-button {
  width: 100%; }

.sweet-treat-details-container .buy-now-button {
    width: 300px;
}

.product-details-container .nutrition-btn {
  margin-bottom: 3%; }

.sweet-treats-recipe-section {
  margin: auto; }
  .sweet-treats-recipe-section .recipe-card-col {
    margin: 5% 0; }
  .sweet-treats-recipe-section .recipe-card-col:nth-child(odd) .keebler-card {
    float: left; }
  .sweet-treats-recipe-section .recipe-card-col:nth-child(even) .keebler-card {
    float: right; }
  .sweet-treats-recipe-section .keebler-card {
    width: 330px;
    height: 125px; }
    .sweet-treats-recipe-section .keebler-card .col-4 img {
      min-height: 105px;
      max-width: 105px; }
  .sweet-treats-recipe-section .recipe-section-header {
    font-family: 'Lilita One', cursive;
    font-size: 32px;
    letter-spacing: -.33px;
    line-height: 36px;
    text-transform: uppercase;
    color: #461D09;
    text-align: center;
    margin-bottom: 0; }
  .sweet-treats-recipe-section form.col-12 {
    text-align: center; }
    .sweet-treats-recipe-section form.col-12 .recipe-section-button {
      margin-bottom: 5%;
      width: 50%; }

#nutritionModal modal-body {
  position: relative; }

#nutritionModalImage {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px; }

#scroll-track.centered {
  margin: auto; }

h1.sweet-treats-title {
  font-family: 'Lilita One', cursive;
  font-size: 40px;
  letter-spacing: -0.4px;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 56px;
  color: #461D09;
  display: flex;
  justify-content: center;
  padding-top: 4%; }

.main-content-arrow {
  padding: 15% 3%; }

.carousel-indicators {
  bottom: -10px;
  z-index: 1 !important; }

/*Stop footer from jumping up when navigating the SPA Tree*/
.container {
  min-height: 50%; }

.has-options, .has-no-options {
  margin: 20px 10px 20px 2px;
  width: 45%;
  display: inline-block; }

.has-no-options .select-selected {
  background-color: #E6E6E6;
  cursor: not-allowed; }
  .has-no-options .select-selected:after {
    color: #575757; }

.nutrition-btn {
  width: 50%; }

@media only screen and (min-width: 600px) {
  #product-root {
    width: 9; } }

@media only screen and (max-width: 991px) {
  .sweet-treats-page {
    padding-top: 9%; }
  .sweet-treats-recipe-section .recipe-card-col .keebler-card {
    float: none !important;
    margin: auto; }
  .sweet-treats-recipe-section .recipe-section-button {
    width: 100% !important; }
  .main-content-arrow {
    padding: 25% 1%; }
  .product-details-container .product-title {
    text-align: center; }
  .nutrition-btn {
    font-size: 13px; }
  .scroll-container {
    width: 100%; } }

@media only screen and (min-width: 1021px) and (max-width: 1366px) {
  .sweet-treats-page {
    padding-top: 10%; } }

h1.yummy-recipes-title {
  font-family: 'Lilita One', cursive;
  font-size: 40px;
  letter-spacing: -0.4px;
  line-height: 40px;
  text-transform: uppercase;
  color: #461D09;
  display: flex;
  justify-content: center;
  padding-top: 7%; }

.no-cards-displaying-text {
  font-family: 'Lilita One', cursive;
  font-size: 30px;
  letter-spacing: -.25px;
  line-height: 24px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding-top: 62px;
  display: none; }

.recipe-list-pg {
  position: relative;
  z-index: 0; }
  .recipe-list-pg .keebler-recipe-list, .recipe-list-pg .card-header {
    background-color: transparent; }
  .recipe-list-pg .recipe-filter-button {
    height: 28px;
    margin: 1% 1px;
    padding: 0 1%;
    font-size: 12px; }
  .recipe-list-pg .keebler-recipe-list {
    border: hidden; }
  .recipe-list-pg .keebler-recipe-header {
    position: relative;
    border: hidden;
    z-index: 0; }
  .recipe-list-pg .keebler-recipe-card-list {
    position: relative;
    background-color: #834217;
    box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.5);
    border-radius: 20px 20px 0 0;
    z-index: 2;
    width: 100%; }
    .recipe-list-pg .keebler-recipe-card-list .recipe-panel {
      max-width: 80%;
      margin: auto; }
      .recipe-list-pg .keebler-recipe-card-list .recipe-panel .recipe-block-container.equal-height {
        display: flex;
        justify-content: center; }
  .recipe-list-pg .nav-tabs .nav-link {
    font-family: 'Lilita One', cursive;
    font-size: 24px;
    letter-spacing: -.25px;
    line-height: 24px;
    text-transform: uppercase;
    color: black;
    opacity: 0.35; }
  .recipe-list-pg .nav-tabs .nav-link + img {
    display: none; }
  .recipe-list-pg .nav-tabs .nav-link.active {
    opacity: 1; }
  .recipe-list-pg .nav-tabs .nav-link.active + img {
    display: block; }
  .recipe-list-pg .Filter-Buttons-Div {
    text-align: center; }
    .recipe-list-pg .Filter-Buttons-Div .custom-filter-button {
      display: none; }
    .recipe-list-pg .Filter-Buttons-Div #clear-filters-button {
      display: none; }

@media only screen and (max-width: 400px) {
  .keebler-card {
    width: 300px;
    height: 180px; }
    .keebler-card .col-4 img {
      min-height: 125px;
      max-width: 125px; }
    .keebler-card .card-text {
      margin-left: 38px; }
    .keebler-card .card-description p {
      margin-bottom: 0.7rem !important; }
    .keebler-card .recipe-bold-info p {
      font-size: 12px; } }

@media only screen and (max-width: 767px) {
  .recipe-list-pg {
    padding-top: 20%; }
    .recipe-list-pg .nav-tabs {
      padding-left: 95%;
      overflow-x: scroll;
      overflow-y: hidden; }
      .recipe-list-pg .nav-tabs .nav-link {
        margin-left: 15px; }
      .recipe-list-pg .nav-tabs .nav-link.active + img {
        width: 185px; }
    .recipe-list-pg .keebler-recipe-card-list {
      top: -95px; }
    .recipe-list-pg .recipe-filter-button {
      padding: 0px 4%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recipe-list-pg .nav-tabs {
    overflow-x: scroll;
    overflow-y: hidden; }
    .recipe-list-pg .nav-tabs .nav-link {
      margin-left: 33px; }
    .recipe-list-pg .nav-tabs .nav-link.active + img {
      width: 220px; }
  .recipe-list-pg .keebler-recipe-card-list {
    top: -112px; }
    .recipe-list-pg .keebler-recipe-card-list .recipe-panel {
      max-width: 100%; } }

@media only screen and (min-width: 1021px) and (max-width: 1366px) {
  .recipe-list-pg .nav-tabs .nav-link {
    margin-left: 22px; }
  .recipe-list-pg .nav-tabs .nav-link.active + img {
    width: 240px; }
  .recipe-list-pg .keebler-recipe-card-list {
    top: -125px; } }

@media only screen and (min-width: 767px) and (max-width: 1366px) {
  .recipe-list-pg {
    padding-top: 10%; } }

@media only screen and (min-width: 1366px) and (max-width: 1900px) {
  .recipe-list-pg .nav-tabs .nav-link {
    margin-left: 20px; }
  .recipe-list-pg .nav-tabs .nav-link.active + img {
    width: 240px; }
  .recipe-list-pg .keebler-recipe-card-list {
    top: -125px; } }

@media all and (min-width: 1901px) {
  .recipe-list-pg .nav-tabs .nav-link {
    margin-left: 20px; }
  .recipe-list-pg .nav-tabs .nav-link.active + img {
    width: 240px; }
  .recipe-list-pg .keebler-recipe-card-list {
    top: -125px; } }

.keebler-recipe-details-page {
  overflow-x: hidden;
  background-color: #FFFFFF;
  position: relative;
  z-index: 0; }
  .keebler-recipe-details-page .keebler-top-recipe-card {
    width: 100%;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(180deg, #FFE9C4 0%, #C09050 100%);
    box-shadow: 0 15px 24px -10px rgba(0, 0, 0, 0.4); }
    .keebler-recipe-details-page .keebler-top-recipe-card .card-title {
      text-overflow: unset;
      font-family: 'Lilita One';
      font-size: 32px;
      letter-spacing: -.32px;
      line-height: 165px;
      color: #461D09;
      width: 360px;
      line-height: 30px;
      white-space: normal; }
    .keebler-recipe-details-page .keebler-top-recipe-card .recipe-intro {
      font-family: 'Montserrat', sans-serif;
      font-size: 17px;
      letter-spacing: -0.41px;
      line-height: 22px;
      width: 323px;
      color: #000000; }
    .keebler-recipe-details-page .keebler-top-recipe-card .recipe-intro p {
      font-size: 1.0em !important;
      line-height: 1.4em !important; }
    .keebler-recipe-details-page .keebler-top-recipe-card .recipe-info {
      font-family: "Lilita One";
      font-size: 20px;
      letter-spacing: -0.17px;
      line-height: 24px;
      font-weight: 500;
      color: #000000;
      margin-bottom: 3%; }
      .keebler-recipe-details-page .keebler-top-recipe-card .recipe-info .preptime {
        list-style: none;
        padding-left: 0; }
    .keebler-recipe-details-page .keebler-top-recipe-card .recipe-info p {
      line-height: 26px; }
  .keebler-recipe-details-page .recipe-image img {
    display: block;
    border-radius: 20px !important;
    width: auto;
    height: auto; }
  .keebler-recipe-details-page .social .share-plugin {
    opacity: 0;
    padding-top: 3%; }
  .keebler-recipe-details-page .social .a2a_button_pinterest, .keebler-recipe-details-page .social .a2a_button_facebook, .keebler-recipe-details-page .social .a2a_button_twitter, .keebler-recipe-details-page .social .a2a_button_email {
    padding-right: 5%; }
  .keebler-recipe-details-page .social .share-icons {
    display: flex;
    margin-top: 5%;
    pointer-events: none; }
  .keebler-recipe-details-page .recipe-ingredients .ingredients {
    list-style: none;
    margin-left: 18px;
    padding-left: 1.1em; }
  .keebler-recipe-details-page .recipe-ingredients p {
    margin-left: 18px;
    padding-left: 1.1em;
    font-size: 1.1em !important;
    line-height: 1.6em !important; }
  .keebler-recipe-details-page .recipe-ingredients h1, .keebler-recipe-details-page .recipe-directions h1 {
    font-family: "Lilita One";
    font-size: 24px;
    letter-spacing: 0.15px;
    line-height: 24px;
    color: #000000; }
  .keebler-recipe-details-page .recipe-ingredients p, .keebler-recipe-details-page .recipe-ingredients li, .keebler-recipe-details-page .recipe-directions p, .keebler-recipe-details-page .recipe-directions li {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    letter-spacing: -0.41px;
    line-height: 22px;
    color: #000000; }
  .keebler-recipe-details-page .recipe-ingredients {
    margin-top: 3%; }
  .keebler-recipe-details-page .recipe-directions {
    padding-bottom: 2%; }
  .keebler-recipe-details-page .recipe-directions p, .keebler-recipe-details-page .recipe-directions li {
    font-size: 1.1em !important;
    line-height: 1.4em !important; }
  .keebler-recipe-details-page .recipe-nutrition {
    margin-right: 15px; }
  .keebler-recipe-details-page h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-bottom: 0.3%; }
  @media print {
    .keebler-recipe-details-page #download-btn, .keebler-recipe-details-page #nutrition-btn, .keebler-recipe-details-page .social {
      display: none !important; }
    .keebler-recipe-details-page .recipe-image img {
      margin-left: 10% !important; } }

#nutritionImg img {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.bg-white {
  background-color: #FFFFFF; }

.products-related {
    height: 30%;
    width: 100%;
}

    .products-related h1 {
        font-family: 'Lilita One', cursive;
        font-size: 26px;
        letter-spacing: -.33px;
        line-height: 36px;
        color: #000000;
        line-height: 50px;
        text-align: left;
        margin-top: 18px;
    }

    .products-related .products {
        max-width: 75%;
        margin: auto;
    }

        .products-related .products .block-container.equal-height {
            display: flex;
            justify-content: space-around;
        }

            .products-related .products .block-container.equal-height .keeblerrecipeproductsusedblock {
                max-width: 400px;
            }


.products-used {
  height: 30%;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-color: #834217;
  box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.5); }
  .products-used h1 {
    font-family: 'Lilita One', cursive;
    font-size: 32px;
    letter-spacing: -.33px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin-top: 18px; }

  .products-used .products {
    max-width: 75%;
    margin: auto; }
    .products-used .products .block-container.equal-height {
      display: flex;
      justify-content: space-around; }
      .products-used .products .block-container.equal-height .keeblerrecipeproductsusedblock {
        max-width: 400px; }

@media only screen and (max-width: 576px) {
  .keebler-recipe-details-page #download-btn {
    display: none; }
  .keebler-recipe-details-page .recipe-image img {
    max-height: 150px;
    min-width: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 90px;
    position: absolute;
    left: 33%;
    right: 33%; }
  .keebler-recipe-details-page .keebler-top-recipe-card {
    height: 660px; }
    .keebler-recipe-details-page .keebler-top-recipe-card .card-text {
      position: absolute;
      top: 250px; }
      .keebler-recipe-details-page .keebler-top-recipe-card .card-text .card-title {
        line-height: 30px;
        width: 300px;
        white-space: normal; }
    .keebler-recipe-details-page .keebler-top-recipe-card .recipe-intro {
      width: unset; }
      .keebler-recipe-details-page .keebler-top-recipe-card .recipe-intro p {
        overflow: hidden;
        height: 98px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        width: 100%;
        text-overflow: ellipsis;
        font-size: 15px;
        line-height: 17px;
        padding-right: 5px; }
    .keebler-recipe-details-page .keebler-top-recipe-card .recipe-info {
      font-size: 16px; }
      .keebler-recipe-details-page .keebler-top-recipe-card .recipe-info p {
        line-height: 22px; }
  .keebler-recipe-details-page .social {
    position: absolute;
    top: 577px; }
    .keebler-recipe-details-page .social .share-plugin {
      width: 255px;
      position: relative;
      padding-top: 6%; }
    .keebler-recipe-details-page .social .a2a_button_pinterest, .keebler-recipe-details-page .social .a2a_button_facebook {
      margin-left: 3%;
      padding-right: 6%; }
    .keebler-recipe-details-page .social .a2a_button_twitter, .keebler-recipe-details-page .social .a2a_button_email {
      padding-right: 7%; }
    .keebler-recipe-details-page .social .share-icons {
      position: absolute;
      top: -7%;
      left: 1%; }
      .keebler-recipe-details-page .social .share-icons .pinterest {
        margin-right: 5%; }
      .keebler-recipe-details-page .social .share-icons .facebook {
        margin-right: 7%; }
      .keebler-recipe-details-page .social .share-icons .twitter {
        margin-right: 5%; }
      .keebler-recipe-details-page .social .share-icons .email {
        margin-right: 3%; }
  .keebler-recipe-details-page .recipe-ingredients h1, .keebler-recipe-details-page .recipe-directions h1 {
    font-size: 20px !important; }
  .keebler-recipe-details-page .recipe-ingredients p, .keebler-recipe-details-page .recipe-ingredients li, .keebler-recipe-details-page .recipe-directions p, .keebler-recipe-details-page .recipe-directions li {
    font-size: 16px !important; }
  .keebler-recipe-details-page .recipe-ingredients li, .keebler-recipe-details-page .recipe-directions li {
    padding-bottom: 12px; } }

@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .keebler-recipe-details-page .recipe-image img {
    min-height: 250px;
    max-width: 250px; }
  .keebler-recipe-details-page .recipe-image {
    position: relative;
    top: 100px; }
  .keebler-recipe-details-page #download-btn {
    display: none; }
  .keebler-recipe-details-page .keebler-top-recipe-card {
    padding-bottom: 1.5%;
    padding-top: 3.5%;
    height: 508px; }
    .keebler-recipe-details-page .keebler-top-recipe-card .card-text {
      position: relative;
      top: 100px;
      left: 10px;
      margin-left: 3%; }
    .keebler-recipe-details-page .keebler-top-recipe-card .card-title {
      line-height: 30px;
      white-space: normal;
      width: 300px; }
    .keebler-recipe-details-page .keebler-top-recipe-card .recipe-intro p {
      overflow: hidden;
      height: 98px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      width: 100%;
      text-overflow: ellipsis;
      font-size: 15px;
      line-height: 17px;
      padding-right: 5px; }
    .keebler-recipe-details-page .keebler-top-recipe-card .recipe-info {
      font-size: 16px; }
      .keebler-recipe-details-page .keebler-top-recipe-card .recipe-info p {
        line-height: 18px; }
  .keebler-recipe-details-page .social {
    position: absolute;
    top: 352px; }
    .keebler-recipe-details-page .social .share-plugin {
      width: 315px;
      margin-left: 13%; }
    .keebler-recipe-details-page .social .share-icons {
      position: absolute;
      top: -25%; }
    .keebler-recipe-details-page .social .pinterest {
      margin-left: 17%;
      margin-right: 3%; }
    .keebler-recipe-details-page .social .facebook {
      margin-right: 6%; }
    .keebler-recipe-details-page .social .twitter {
      margin-right: 3.5%; }
    .keebler-recipe-details-page .social .email {
      margin-right: 1.5%; }
  .keebler-recipe-details-page .recipe-ingredients, .keebler-recipe-details-page .recipe-directions {
    margin-left: 2%;
    margin-right: 6%; }
    .keebler-recipe-details-page .recipe-ingredients h1, .keebler-recipe-details-page .recipe-directions h1 {
      width: 93px;
      color: #000000;
      font-size: 20px !important; }
    .keebler-recipe-details-page .recipe-ingredients p, .keebler-recipe-details-page .recipe-ingredients li, .keebler-recipe-details-page .recipe-directions p, .keebler-recipe-details-page .recipe-directions li {
      width: 80%;
      font-size: 16px !important; }
    .keebler-recipe-details-page .recipe-ingredients li, .keebler-recipe-details-page .recipe-directions li {
      padding-bottom: 12px; } }

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .keebler-recipe-details-page .recipe-image {
    padding-top: 16%; }
  .keebler-recipe-details-page .keebler-top-recipe-card {
    padding-bottom: 1.5%;
    padding-top: 3.5%; }
    .keebler-recipe-details-page .keebler-top-recipe-card .card-text {
      position: relative;
      padding-top: 15%; }
  .keebler-recipe-details-page .social .share-plugin {
    width: 342px;
    margin-left: 15%; }
  .keebler-recipe-details-page .social .share-icons {
    position: absolute;
    top: 312px; }
  .keebler-recipe-details-page .social .pinterest {
    margin-left: 21%;
    margin-right: 5%; }
  .keebler-recipe-details-page .social .facebook {
    margin-right: 7%; }
  .keebler-recipe-details-page .social .twitter {
    margin-right: 4%; }
  .keebler-recipe-details-page .social .email {
    margin-right: 2%; }
  .keebler-recipe-details-page .recipe-ingredients, .keebler-recipe-details-page .recipe-directions {
    margin-left: 20%;
    margin-right: 6%; }
    .keebler-recipe-details-page .recipe-ingredients h1, .keebler-recipe-details-page .recipe-directions h1 {
      width: 93px;
      color: #000000;
      font-size: 20px !important; }
    .keebler-recipe-details-page .recipe-ingredients p, .keebler-recipe-details-page .recipe-ingredients li, .keebler-recipe-details-page .recipe-directions p, .keebler-recipe-details-page .recipe-directions li {
      width: 668px;
      font-size: 16px !important; }
    .keebler-recipe-details-page .recipe-ingredients li, .keebler-recipe-details-page .recipe-directions li {
      padding-bottom: 12px; } }

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .keebler-recipe-details-page .recipe-image {
    padding-top: 12%; }
  .keebler-recipe-details-page .recipe-image img {
    min-height: 300px;
    max-width: 300px; }
  .keebler-recipe-details-page .keebler-top-recipe-card {
    padding-bottom: 1.5%;
    padding-top: 3.5%; }
    .keebler-recipe-details-page .keebler-top-recipe-card .card-title {
      padding-top: 11%;
      white-space: normal;
      width: 300px;
      line-height: 30px; }
    .keebler-recipe-details-page .keebler-top-recipe-card .social .share-plugin {
      width: 300px;
      margin-left: 11%; }
    .keebler-recipe-details-page .keebler-top-recipe-card .social .share-icons {
      position: absolute;
      top: 345px; }
    .keebler-recipe-details-page .keebler-top-recipe-card .social .pinterest {
      margin-left: 12%;
      margin-right: 4%; }
    .keebler-recipe-details-page .keebler-top-recipe-card .social .facebook {
      margin-right: 5%; }
    .keebler-recipe-details-page .keebler-top-recipe-card .social .twitter {
      margin-right: 4%; }
    .keebler-recipe-details-page .keebler-top-recipe-card .social .email {
      margin-right: 3%; }
  .keebler-recipe-details-page .recipe-ingredients, .keebler-recipe-details-page .recipe-directions {
    margin-left: 30%;
    margin-right: 25%; }
    .keebler-recipe-details-page .recipe-ingredients h1, .keebler-recipe-details-page .recipe-directions h1 {
      width: 93px;
      color: #000000; }
    .keebler-recipe-details-page .recipe-ingredients p, .keebler-recipe-details-page .recipe-ingredients li, .keebler-recipe-details-page .recipe-directions p, .keebler-recipe-details-page .recipe-directions li {
      width: 668px; }
    .keebler-recipe-details-page .recipe-ingredients li, .keebler-recipe-details-page .recipe-directions li {
      padding-bottom: 12px; } }

@media all and (min-width: 1601px) {
  .keebler-recipe-details-page .recipe-image {
    padding-top: 10%; }
  .keebler-recipe-details-page .recipe-image img {
    min-height: 300px;
    max-width: 300px; }
  .keebler-recipe-details-page .keebler-top-recipe-card {
    padding-bottom: 1.5%;
    padding-top: 3.5%; }
    .keebler-recipe-details-page .keebler-top-recipe-card .card-text {
      padding-top: 10%; }
    .keebler-recipe-details-page .keebler-top-recipe-card .card-title {
      font-size: 40px;
      white-space: normal;
      width: 400px;
      line-height: 35px; }
    .keebler-recipe-details-page .keebler-top-recipe-card .recipe-intro {
      width: 400px;
      font-size: 22px; }
    .keebler-recipe-details-page .keebler-top-recipe-card .recipe-info {
      font-size: 22px; }
    .keebler-recipe-details-page .keebler-top-recipe-card .social .share-plugin {
      width: 345px;
      margin-left: 14%; }
    .keebler-recipe-details-page .keebler-top-recipe-card .social .share-icons {
      position: absolute;
      top: 346px; }
    .keebler-recipe-details-page .keebler-top-recipe-card .social .pinterest {
      margin-right: 5%;
      margin-left: 19%; }
    .keebler-recipe-details-page .keebler-top-recipe-card .social .facebook {
      margin-right: 6%; }
    .keebler-recipe-details-page .keebler-top-recipe-card .social .twitter {
      margin-right: 5%; }
    .keebler-recipe-details-page .keebler-top-recipe-card .social .email {
      margin-right: 4%; }
  .keebler-recipe-details-page .recipe-ingredients, .keebler-recipe-details-page .recipe-directions {
    margin-left: 20%;
    margin-right: 33%; }
    .keebler-recipe-details-page .recipe-ingredients h1, .keebler-recipe-details-page .recipe-directions h1 {
      width: 93px;
      color: #000000;
      font-size: 30px; }
    .keebler-recipe-details-page .recipe-ingredients p, .keebler-recipe-details-page .recipe-ingredients li, .keebler-recipe-details-page .recipe-directions p, .keebler-recipe-details-page .recipe-directions li {
      width: 80%;
      font-size: 20px; }
    .keebler-recipe-details-page .recipe-ingredients li, .keebler-recipe-details-page .recipe-directions li {
      padding-bottom: 12px; } }

.Make-A-Wish-Multi-Image-Block {
  text-align: center;
  width: 90%;
  margin: auto; }
  .Make-A-Wish-Multi-Image-Block.over-three-images .keeblerimageblock img {
    max-width: 225px; }
  .Make-A-Wish-Multi-Image-Block div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .Make-A-Wish-Multi-Image-Block .keeblerimageblock {
    display: inline-block; }
    .Make-A-Wish-Multi-Image-Block .keeblerimageblock img {
      max-width: 300px;
      width: auto !important; }

#Social-Media-Image-Root {
  display: grid;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin: auto;
  width: 750px;
  grid-template-areas: "a b c d" 
 "e f g h"; }
  #Social-Media-Image-Root img {
    margin: 0;
    border-radius: 3px;
    cursor: pointer; }
  #Social-Media-Image-Root .Social-Media-Image-0 {
    grid-area: a; }
  #Social-Media-Image-Root .Social-Media-Image-1 {
    grid-area: b; }
  #Social-Media-Image-Root .Social-Media-Image-2 {
    grid-area: c; }
  #Social-Media-Image-Root .Social-Media-Image-3 {
    grid-area: d; }
  #Social-Media-Image-Root .Social-Media-Image-4 {
    grid-area: e; }
  #Social-Media-Image-Root .Social-Media-Image-5 {
    grid-area: f; }
  #Social-Media-Image-Root .Social-Media-Image-6 {
    grid-area: g; }
  #Social-Media-Image-Root .Social-Media-Image-7 {
    grid-area: h; }

.social-media-div {
  background-color: #461D09;
  text-align: center; }
  .social-media-div h1 {
    font-family: 'Lilita One', cursive;
    color: white;
    padding: 30px;
    font-size: 50px;
    margin-bottom: 0em; }
  .social-media-div button {
    margin: 25px; }

@media only screen and (min-width: 150px) and (max-width: 425px) {
  #Social-Media-Image-Root {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    margin: auto;
    width: 150px;
    grid-template-areas: "a" 
 "b"
 "c"
 "d"; }
    #Social-Media-Image-Root img {
      margin: 0; }
    #Social-Media-Image-Root .Social-Media-Image-0 {
      grid-area: a; }
    #Social-Media-Image-Root .Social-Media-Image-1 {
      grid-area: b; }
    #Social-Media-Image-Root .Social-Media-Image-2 {
      grid-area: c; }
    #Social-Media-Image-Root .Social-Media-Image-3 {
      grid-area: d; }
    #Social-Media-Image-Root .Social-Media-Image-4 {
      display: none; }
    #Social-Media-Image-Root .Social-Media-Image-5 {
      display: none; }
    #Social-Media-Image-Root .Social-Media-Image-6 {
      display: none; }
    #Social-Media-Image-Root .Social-Media-Image-7 {
      display: none; } }

@media only screen and (min-width: 401px) and (max-width: 625px) {
  #Social-Media-Image-Root {
    display: grid;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin: auto;
    width: 350px;
    grid-template-areas: "a b" 
 "c d"
 "e f"; }
    #Social-Media-Image-Root img {
      margin: 0; }
    #Social-Media-Image-Root .Social-Media-Image-0 {
      grid-area: a; }
    #Social-Media-Image-Root .Social-Media-Image-1 {
      grid-area: b; }
    #Social-Media-Image-Root .Social-Media-Image-2 {
      grid-area: c; }
    #Social-Media-Image-Root .Social-Media-Image-3 {
      grid-area: d; }
    #Social-Media-Image-Root .Social-Media-Image-4 {
      grid-area: e; }
    #Social-Media-Image-Root .Social-Media-Image-5 {
      grid-area: f; }
    #Social-Media-Image-Root .Social-Media-Image-6 {
      display: none; }
    #Social-Media-Image-Root .Social-Media-Image-7 {
      display: none; } }

@media only screen and (min-width: 601px) and (max-width: 825px) {
  #Social-Media-Image-Root {
    display: grid;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin: auto;
    width: 550px;
    grid-template-areas: "a b c" 
 "d e f"; }
    #Social-Media-Image-Root img {
      margin: 0; }
    #Social-Media-Image-Root .Social-Media-Image-0 {
      grid-area: a; }
    #Social-Media-Image-Root .Social-Media-Image-1 {
      grid-area: b; }
    #Social-Media-Image-Root .Social-Media-Image-2 {
      grid-area: c; }
    #Social-Media-Image-Root .Social-Media-Image-3 {
      grid-area: d; }
    #Social-Media-Image-Root .Social-Media-Image-4 {
      grid-area: e; }
    #Social-Media-Image-Root .Social-Media-Image-5 {
      grid-area: f; }
    #Social-Media-Image-Root .Social-Media-Image-6 {
      display: none; }
    #Social-Media-Image-Root .Social-Media-Image-7 {
      display: none; } }

@media only screen and (min-width: 826px) {
  .social-media-div {
    padding: 45px 0; }
    .social-media-div h1 {
      line-height: 1.9em; }
    .social-media-div button {
      margin: 45px 25px; } }

button:active, button:focus {
  outline: none; }

.active-oval-filled-red,
.active-oval-filled-green,
.active-oval-filled-yellow,
.active-oval-filled-brown,
.active-oval-white-red,
.active-oval-white-yellow,
.active-oval-white-green,
.active-oval-white-brown,
.active-oval-outlined-red,
.active-oval-outlined-yellow,
.active-oval-outlined-green,
.active-oval-outlined-brown,
.inactive-oval-filled,
.inactive-oval-outlined,
.reversed-oval-outlined {
  height: 35px;
  white-space: nowrap;
  padding: 0 5%;
  border-radius: 25px;
  box-shadow: 0 15px 24px -10px rgba(38, 38, 38, 0.5);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  letter-spacing: -0.24px;
  line-height: 20px; }
  .active-oval-filled-red:active,
  .active-oval-filled-green:active,
  .active-oval-filled-yellow:active,
  .active-oval-filled-brown:active,
  .active-oval-white-red:active,
  .active-oval-white-yellow:active,
  .active-oval-white-green:active,
  .active-oval-white-brown:active,
  .active-oval-outlined-red:active,
  .active-oval-outlined-yellow:active,
  .active-oval-outlined-green:active,
  .active-oval-outlined-brown:active,
  .inactive-oval-filled:active,
  .inactive-oval-outlined:active,
  .reversed-oval-outlined:active {
    transform: translateY(2px);
    box-shadow: 0 5px 15px -10px rgba(38, 38, 38, 0.5); }
  .active-oval-filled-red:after,
  .active-oval-filled-green:after,
  .active-oval-filled-yellow:after,
  .active-oval-filled-brown:after,
  .active-oval-white-red:after,
  .active-oval-white-yellow:after,
  .active-oval-white-green:after,
  .active-oval-white-brown:after,
  .active-oval-outlined-red:after,
  .active-oval-outlined-yellow:after,
  .active-oval-outlined-green:after,
  .active-oval-outlined-brown:after,
  .inactive-oval-filled:after,
  .inactive-oval-outlined:after,
  .reversed-oval-outlined:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s; }
  .active-oval-filled-red:active:after,
  .active-oval-filled-green:active:after,
  .active-oval-filled-yellow:active:after,
  .active-oval-filled-brown:active:after,
  .active-oval-white-red:active:after,
  .active-oval-white-yellow:active:after,
  .active-oval-white-green:active:after,
  .active-oval-white-brown:active:after,
  .active-oval-outlined-red:active:after,
  .active-oval-outlined-yellow:active:after,
  .active-oval-outlined-green:active:after,
  .active-oval-outlined-brown:active:after,
  .inactive-oval-filled:active:after,
  .inactive-oval-outlined:active:after,
  .reversed-oval-outlined:active:after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s; }

.active-circle-filled-red,
.active-circle-filled-green,
.active-circle-filled-yellow,
.active-circle-filled-brown,
.active-circle-white-red,
.active-circle-white-yellow,
.active-circle-white-green,
.active-circle-white-brown,
.inactive-circle-filled,
.inactive-circle-outlined,
.reversed-circle-outlined {
  font-family: 'Lilita One', cursive;
  box-shadow: 0 15px 24px -10px rgba(38, 38, 38, 0.5);
  height: 118px;
  width: 119px;
  border-radius: 50%;
  font-size: 36px;
  letter-spacing: -1.5px;
  line-height: 41px;
  overflow: hidden;
  transform: translate3d(0, 0, 0); }
  .active-circle-filled-red:after,
  .active-circle-filled-green:after,
  .active-circle-filled-yellow:after,
  .active-circle-filled-brown:after,
  .active-circle-white-red:after,
  .active-circle-white-yellow:after,
  .active-circle-white-green:after,
  .active-circle-white-brown:after,
  .inactive-circle-filled:after,
  .inactive-circle-outlined:after,
  .reversed-circle-outlined:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s; }
  .active-circle-filled-red:active:after,
  .active-circle-filled-green:active:after,
  .active-circle-filled-yellow:active:after,
  .active-circle-filled-brown:active:after,
  .active-circle-white-red:active:after,
  .active-circle-white-yellow:active:after,
  .active-circle-white-green:active:after,
  .active-circle-white-brown:active:after,
  .inactive-circle-filled:active:after,
  .inactive-circle-outlined:active:after,
  .reversed-circle-outlined:active:after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s; }

.active-oval-filled-red, .active-oval-filled-green, .active-oval-filled-yellow, .active-oval-filled-brown, .active-circle-filled-red, .active-circle-filled-green, .active-circle-filled-yellow, .active-circle-filled-brown {
  border: none;
  color: white; }

.active-oval-filled-red, .active-circle-filled-red {
  background: linear-gradient(172.21deg, #BA0C2F 0%, #85040B 100%); }
  .active-oval-filled-red:after, .active-circle-filled-red:after {
    background-image: radial-gradient(circle, #286A19 10%, transparent 10.01%); }

.active-oval-filled-yellow, .active-circle-filled-yellow {
  background: linear-gradient(172.21deg, #F6BE00 0%, #ED9900 100%); }
  .active-oval-filled-yellow:after, .active-circle-filled-yellow:after {
    background-image: radial-gradient(circle, #7B5F00 10%, transparent 10.01%); }

.active-oval-filled-green, .active-circle-filled-green {
  background: linear-gradient(172.21deg, #43B02A 0%, #213417 100%); }
  .active-oval-filled-green:after, .active-circle-filled-green:after {
    background-image: radial-gradient(circle, #1B4611 10%, transparent 10.01%); }

.active-oval-filled-brown, .active-circle-filled-brown {
  background: linear-gradient(172.21deg, #834217 0%, #461D09 100%); }
  .active-oval-filled-brown:after, .active-circle-filled-brown:after {
    background-image: radial-gradient(circle, #230F05 10%, transparent 10.01%); }

.active-oval-white-red, .active-oval-white-yellow, .active-oval-white-green, .active-oval-white-brown {
  border: none;
  background: linear-gradient(159.72deg, #FFFFFF 0%, #E6E6E6 100%); }

.active-circle-white-red, .active-circle-white-yellow, .active-circle-white-green, .active-circle-white-brown {
  border: none;
  background: linear-gradient(159.72deg, #FFFFFF 0%, #E6E6E6 100%); }

.active-oval-white-red, .active-circle-white-red {
  color: #BA0C2F; }
  .active-oval-white-red:after, .active-circle-white-red:after {
    background-image: radial-gradient(circle, #70071C 10%, transparent 10.01%); }

.active-oval-white-yellow, .active-circle-white-yellow {
  color: #F6BE00; }
  .active-oval-white-yellow:after, .active-circle-white-yellow:after {
    background-image: radial-gradient(circle, #ED9900 10%, transparent 10.01%); }

.active-oval-white-green, .active-circle-white-green {
  color: #43B02A; }
  .active-oval-white-green:after, .active-circle-white-green:after {
    background-image: radial-gradient(circle, #286A19 10%, transparent 10.01%); }

.active-oval-white-brown, .active-circle-white-brown {
  color: #461D09; }
  .active-oval-white-brown:after, .active-circle-white-brown:after {
    background-image: radial-gradient(circle, #230F05 10%, transparent 10.01%); }

.active-oval-outlined-red, .active-oval-outlined-yellow, .active-oval-outlined-green, .active-oval-outlined-brown {
  border: none;
  background-color: transparent; }

.active-oval-outlined-red {
  border: 3px solid #BA0C2F;
  color: #BA0C2F; }
  .active-oval-outlined-red:after {
    background-image: radial-gradient(circle, #BA0C2F 10%, transparent 10.01%); }

.active-oval-outlined-yellow {
  border: 3px solid #F6BE00;
  color: #F6BE00; }
  .active-oval-outlined-yellow:after {
    background-image: radial-gradient(circle, #F6BE00 10%, transparent 10.01%); }

.active-oval-outlined-green {
  border: 3px solid #43B02A;
  color: #43B02A; }
  .active-oval-outlined-green:after {
    background-image: radial-gradient(circle, #43B02A 10%, transparent 10.01%); }

.active-oval-outlined-brown {
  border: 3px solid #461D09;
  color: #461D09; }
  .active-oval-outlined-brown:after {
    background-image: radial-gradient(circle, #461D09 10%, transparent 10.01%); }

.inactive-oval-filled {
  background-color: #B3B3B3;
  color: #FFFFFF;
  border: none; }
  .inactive-oval-filled:after {
    background-image: radial-gradient(circle, #575757 10%, transparent 10.01%); }

.inactive-circle-filled {
  background-color: #B3B3B3;
  border: none;
  color: #FFFFFF; }
  .inactive-circle-filled:after {
    background-image: radial-gradient(circle, #575757 10%, transparent 10.01%); }

.inactive-oval-outlined {
  border: 3px solid #B3B3B3;
  color: #B3B3B3;
  background-color: #FFFFFF; }
  .inactive-oval-outlined:after {
    background-image: radial-gradient(circle, #B3B3B3 10%, transparent 10.01%); }

.inactive-circle-outlined {
  border: 4px solid #B3B3B3;
  color: #B3B3B3;
  background-color: #FFFFFF; }
  .inactive-circle-outlined:after {
    background-image: radial-gradient(circle, #B3B3B3 10%, transparent 10.01%); }

.reversed-oval-outlined {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent; }
  .reversed-oval-outlined:after {
    background-image: radial-gradient(circle, #FFFFFF 10%, transparent 10.01%); }

.reversed-circle-outlined {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #000000; }
  .reversed-circle-outlined:after {
    background-image: radial-gradient(circle, #FFFFFF 10%, transparent 10.01%); }

.MAW-Main-Body-Div {
  overflow-x: hidden; }

.brown-rounded-bg {
  border-radius: 10px;
  background: linear-gradient(180deg, #FFE9C4 0%, #C09050 100%);
  box-shadow: 0 15px 24px -10px rgba(0, 0, 0, 0.4);
  padding: 5% 0px;
  margin: -11px 0; }

.yellow-gradient-bg {
  background: linear-gradient(0deg, #F6BE00 0%, #fffc9e 90%);
  box-shadow: 0px -21px 25px -20px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  margin-bottom: -10px; }

.multi-main-content-block {
  padding: 5% 0px; }

.multi-main-content-block .left-oriented-section .title-block, .multi-main-content-block .right-oriented-section .title-block,
.multi-main-content-block .top-oriented-section .title-block, .multi-main-content-block .bottom-oriented-section .title-block, .MAW-Right-Left-Content .left-oriented-section .title-block, .MAW-Right-Left-Content .right-oriented-section .title-block,
.MAW-Right-Left-Content .top-oriented-section .title-block, .MAW-Right-Left-Content .bottom-oriented-section .title-block, .MAW-Top-Bottom-Content .left-oriented-section .title-block, .MAW-Top-Bottom-Content .right-oriented-section .title-block,
.MAW-Top-Bottom-Content .top-oriented-section .title-block, .MAW-Top-Bottom-Content .bottom-oriented-section .title-block, .MAW-No-Image-Content .left-oriented-section .title-block, .MAW-No-Image-Content .right-oriented-section .title-block,
.MAW-No-Image-Content .top-oriented-section .title-block, .MAW-No-Image-Content .bottom-oriented-section .title-block {
  font-family: 'Lilita One', cursive;
  font-size: 32px;
  letter-spacing: -.33px;
  line-height: 36px;
  text-transform: uppercase;
  color: #461D09;
  white-space: normal;
  line-height: 50px;
  font-size: 60px;
  margin-bottom: 4%;
  text-align: center; }

.multi-main-content-block .left-oriented-section .section-title, .multi-main-content-block .right-oriented-section .section-title,
.multi-main-content-block .top-oriented-section .section-title, .multi-main-content-block .bottom-oriented-section .section-title, .MAW-Right-Left-Content .left-oriented-section .section-title, .MAW-Right-Left-Content .right-oriented-section .section-title,
.MAW-Right-Left-Content .top-oriented-section .section-title, .MAW-Right-Left-Content .bottom-oriented-section .section-title, .MAW-Top-Bottom-Content .left-oriented-section .section-title, .MAW-Top-Bottom-Content .right-oriented-section .section-title,
.MAW-Top-Bottom-Content .top-oriented-section .section-title, .MAW-Top-Bottom-Content .bottom-oriented-section .section-title, .MAW-No-Image-Content .left-oriented-section .section-title, .MAW-No-Image-Content .right-oriented-section .section-title,
.MAW-No-Image-Content .top-oriented-section .section-title, .MAW-No-Image-Content .bottom-oriented-section .section-title {
  font-family: 'Lilita One', cursive;
  font-size: 32px;
  letter-spacing: -.33px;
  line-height: 36px;
  text-transform: uppercase;
  color: #461D09;
  white-space: normal;
  line-height: 50px;
  font-size: 60px;
  margin-bottom: 4%; }

.multi-main-content-block .left-oriented-section .section-description, .multi-main-content-block .right-oriented-section .section-description,
.multi-main-content-block .top-oriented-section .section-description, .multi-main-content-block .bottom-oriented-section .section-description, .MAW-Right-Left-Content .left-oriented-section .section-description, .MAW-Right-Left-Content .right-oriented-section .section-description,
.MAW-Right-Left-Content .top-oriented-section .section-description, .MAW-Right-Left-Content .bottom-oriented-section .section-description, .MAW-Top-Bottom-Content .left-oriented-section .section-description, .MAW-Top-Bottom-Content .right-oriented-section .section-description,
.MAW-Top-Bottom-Content .top-oriented-section .section-description, .MAW-Top-Bottom-Content .bottom-oriented-section .section-description, .MAW-No-Image-Content .left-oriented-section .section-description, .MAW-No-Image-Content .right-oriented-section .section-description,
.MAW-No-Image-Content .top-oriented-section .section-description, .MAW-No-Image-Content .bottom-oriented-section .section-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  letter-spacing: -0.41px;
  line-height: 22px;
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  color: #000000; }

.multi-main-content-block .left-oriented-section .image-section img, .multi-main-content-block .right-oriented-section .image-section img,
.multi-main-content-block .top-oriented-section .image-section img, .multi-main-content-block .bottom-oriented-section .image-section img, .MAW-Right-Left-Content .left-oriented-section .image-section img, .MAW-Right-Left-Content .right-oriented-section .image-section img,
.MAW-Right-Left-Content .top-oriented-section .image-section img, .MAW-Right-Left-Content .bottom-oriented-section .image-section img, .MAW-Top-Bottom-Content .left-oriented-section .image-section img, .MAW-Top-Bottom-Content .right-oriented-section .image-section img,
.MAW-Top-Bottom-Content .top-oriented-section .image-section img, .MAW-Top-Bottom-Content .bottom-oriented-section .image-section img, .MAW-No-Image-Content .left-oriented-section .image-section img, .MAW-No-Image-Content .right-oriented-section .image-section img,
.MAW-No-Image-Content .top-oriented-section .image-section img, .MAW-No-Image-Content .bottom-oriented-section .image-section img {
  width: 70%; }

.multi-main-content-block .left-oriented-section .modal, .multi-main-content-block .right-oriented-section .modal,
.multi-main-content-block .top-oriented-section .modal, .multi-main-content-block .bottom-oriented-section .modal, .MAW-Right-Left-Content .left-oriented-section .modal, .MAW-Right-Left-Content .right-oriented-section .modal,
.MAW-Right-Left-Content .top-oriented-section .modal, .MAW-Right-Left-Content .bottom-oriented-section .modal, .MAW-Top-Bottom-Content .left-oriented-section .modal, .MAW-Top-Bottom-Content .right-oriented-section .modal,
.MAW-Top-Bottom-Content .top-oriented-section .modal, .MAW-Top-Bottom-Content .bottom-oriented-section .modal, .MAW-No-Image-Content .left-oriented-section .modal, .MAW-No-Image-Content .right-oriented-section .modal,
.MAW-No-Image-Content .top-oriented-section .modal, .MAW-No-Image-Content .bottom-oriented-section .modal {
  top: 8% !important; }

.multi-main-content-block .left-oriented-section .section-title, .multi-main-content-block .right-oriented-section .section-title, .MAW-Right-Left-Content .left-oriented-section .section-title, .MAW-Right-Left-Content .right-oriented-section .section-title, .MAW-Top-Bottom-Content .left-oriented-section .section-title, .MAW-Top-Bottom-Content .right-oriented-section .section-title, .MAW-No-Image-Content .left-oriented-section .section-title, .MAW-No-Image-Content .right-oriented-section .section-title {
  width: 100%; }

.multi-main-content-block .left-oriented-section .section-description, .multi-main-content-block .right-oriented-section .section-description, .MAW-Right-Left-Content .left-oriented-section .section-description, .MAW-Right-Left-Content .right-oriented-section .section-description, .MAW-Top-Bottom-Content .left-oriented-section .section-description, .MAW-Top-Bottom-Content .right-oriented-section .section-description, .MAW-No-Image-Content .left-oriented-section .section-description, .MAW-No-Image-Content .right-oriented-section .section-description {
  width: 85%; }

.multi-main-content-block .top-oriented-section, .multi-main-content-block .bottom-oriented-section, .MAW-Right-Left-Content .top-oriented-section, .MAW-Right-Left-Content .bottom-oriented-section, .MAW-Top-Bottom-Content .top-oriented-section, .MAW-Top-Bottom-Content .bottom-oriented-section, .MAW-No-Image-Content .top-oriented-section, .MAW-No-Image-Content .bottom-oriented-section {
  padding-bottom: 5%; }
  .multi-main-content-block .top-oriented-section .section-title, .multi-main-content-block .bottom-oriented-section .section-title, .MAW-Right-Left-Content .top-oriented-section .section-title, .MAW-Right-Left-Content .bottom-oriented-section .section-title, .MAW-Top-Bottom-Content .top-oriented-section .section-title, .MAW-Top-Bottom-Content .bottom-oriented-section .section-title, .MAW-No-Image-Content .top-oriented-section .section-title, .MAW-No-Image-Content .bottom-oriented-section .section-title {
    text-align: center; }
  .multi-main-content-block .top-oriented-section .section-description, .multi-main-content-block .bottom-oriented-section .section-description, .MAW-Right-Left-Content .top-oriented-section .section-description, .MAW-Right-Left-Content .bottom-oriented-section .section-description, .MAW-Top-Bottom-Content .top-oriented-section .section-description, .MAW-Top-Bottom-Content .bottom-oriented-section .section-description, .MAW-No-Image-Content .top-oriented-section .section-description, .MAW-No-Image-Content .bottom-oriented-section .section-description {
    text-align: center;
    margin: auto;
    width: 50%; }
  .multi-main-content-block .top-oriented-section .classic-button, .multi-main-content-block .top-oriented-section .buy-now-container, .multi-main-content-block .bottom-oriented-section .classic-button, .multi-main-content-block .bottom-oriented-section .buy-now-container, .MAW-Right-Left-Content .top-oriented-section .classic-button, .MAW-Right-Left-Content .top-oriented-section .buy-now-container, .MAW-Right-Left-Content .bottom-oriented-section .classic-button, .MAW-Right-Left-Content .bottom-oriented-section .buy-now-container, .MAW-Top-Bottom-Content .top-oriented-section .classic-button, .MAW-Top-Bottom-Content .top-oriented-section .buy-now-container, .MAW-Top-Bottom-Content .bottom-oriented-section .classic-button, .MAW-Top-Bottom-Content .bottom-oriented-section .buy-now-container, .MAW-No-Image-Content .top-oriented-section .classic-button, .MAW-No-Image-Content .top-oriented-section .buy-now-container, .MAW-No-Image-Content .bottom-oriented-section .classic-button, .MAW-No-Image-Content .bottom-oriented-section .buy-now-container {
    text-align: center;
    margin: auto; }

@media all and (max-width: 991px) {
  .multi-main-content-block .left-oriented-section .title-block, .multi-main-content-block .right-oriented-section .title-block,
  .multi-main-content-block .top-oriented-section .title-block, .multi-main-content-block .bottom-oriented-section .title-block, .MAW-Right-Left-Content .left-oriented-section .title-block, .MAW-Right-Left-Content .right-oriented-section .title-block,
  .MAW-Right-Left-Content .top-oriented-section .title-block, .MAW-Right-Left-Content .bottom-oriented-section .title-block, .MAW-Top-Bottom-Content .left-oriented-section .title-block, .MAW-Top-Bottom-Content .right-oriented-section .title-block,
  .MAW-Top-Bottom-Content .top-oriented-section .title-block, .MAW-Top-Bottom-Content .bottom-oriented-section .title-block, .MAW-No-Image-Content .left-oriented-section .title-block, .MAW-No-Image-Content .right-oriented-section .title-block,
  .MAW-No-Image-Content .top-oriented-section .title-block, .MAW-No-Image-Content .bottom-oriented-section .title-block {
    font-size: 32px !important;
    line-height: 28px;
    margin-bottom: 3%; }
  .multi-main-content-block .left-oriented-section .section-description, .multi-main-content-block .right-oriented-section .section-description,
  .multi-main-content-block .top-oriented-section .section-description, .multi-main-content-block .bottom-oriented-section .section-description, .MAW-Right-Left-Content .left-oriented-section .section-description, .MAW-Right-Left-Content .right-oriented-section .section-description,
  .MAW-Right-Left-Content .top-oriented-section .section-description, .MAW-Right-Left-Content .bottom-oriented-section .section-description, .MAW-Top-Bottom-Content .left-oriented-section .section-description, .MAW-Top-Bottom-Content .right-oriented-section .section-description,
  .MAW-Top-Bottom-Content .top-oriented-section .section-description, .MAW-Top-Bottom-Content .bottom-oriented-section .section-description, .MAW-No-Image-Content .left-oriented-section .section-description, .MAW-No-Image-Content .right-oriented-section .section-description,
  .MAW-No-Image-Content .top-oriented-section .section-description, .MAW-No-Image-Content .bottom-oriented-section .section-description {
    font-size: 18px;
    line-height: 24px;
    padding: 0% 5%; }
  .multi-main-content-block .left-oriented-section .image-section img, .multi-main-content-block .right-oriented-section .image-section img,
  .multi-main-content-block .top-oriented-section .image-section img, .multi-main-content-block .bottom-oriented-section .image-section img, .MAW-Right-Left-Content .left-oriented-section .image-section img, .MAW-Right-Left-Content .right-oriented-section .image-section img,
  .MAW-Right-Left-Content .top-oriented-section .image-section img, .MAW-Right-Left-Content .bottom-oriented-section .image-section img, .MAW-Top-Bottom-Content .left-oriented-section .image-section img, .MAW-Top-Bottom-Content .right-oriented-section .image-section img,
  .MAW-Top-Bottom-Content .top-oriented-section .image-section img, .MAW-Top-Bottom-Content .bottom-oriented-section .image-section img, .MAW-No-Image-Content .left-oriented-section .image-section img, .MAW-No-Image-Content .right-oriented-section .image-section img,
  .MAW-No-Image-Content .top-oriented-section .image-section img, .MAW-No-Image-Content .bottom-oriented-section .image-section img {
    width: 100%; }
  .multi-main-content-block .left-oriented-section .classic-button, .multi-main-content-block .left-oriented-section .buy-now-container, .multi-main-content-block .right-oriented-section .classic-button, .multi-main-content-block .right-oriented-section .buy-now-container,
  .multi-main-content-block .top-oriented-section .classic-button,
  .multi-main-content-block .top-oriented-section .buy-now-container, .multi-main-content-block .bottom-oriented-section .classic-button, .multi-main-content-block .bottom-oriented-section .buy-now-container, .MAW-Right-Left-Content .left-oriented-section .classic-button, .MAW-Right-Left-Content .left-oriented-section .buy-now-container, .MAW-Right-Left-Content .right-oriented-section .classic-button, .MAW-Right-Left-Content .right-oriented-section .buy-now-container,
  .MAW-Right-Left-Content .top-oriented-section .classic-button,
  .MAW-Right-Left-Content .top-oriented-section .buy-now-container, .MAW-Right-Left-Content .bottom-oriented-section .classic-button, .MAW-Right-Left-Content .bottom-oriented-section .buy-now-container, .MAW-Top-Bottom-Content .left-oriented-section .classic-button, .MAW-Top-Bottom-Content .left-oriented-section .buy-now-container, .MAW-Top-Bottom-Content .right-oriented-section .classic-button, .MAW-Top-Bottom-Content .right-oriented-section .buy-now-container,
  .MAW-Top-Bottom-Content .top-oriented-section .classic-button,
  .MAW-Top-Bottom-Content .top-oriented-section .buy-now-container, .MAW-Top-Bottom-Content .bottom-oriented-section .classic-button, .MAW-Top-Bottom-Content .bottom-oriented-section .buy-now-container, .MAW-No-Image-Content .left-oriented-section .classic-button, .MAW-No-Image-Content .left-oriented-section .buy-now-container, .MAW-No-Image-Content .right-oriented-section .classic-button, .MAW-No-Image-Content .right-oriented-section .buy-now-container,
  .MAW-No-Image-Content .top-oriented-section .classic-button,
  .MAW-No-Image-Content .top-oriented-section .buy-now-container, .MAW-No-Image-Content .bottom-oriented-section .classic-button, .MAW-No-Image-Content .bottom-oriented-section .buy-now-container {
    text-align: center;
    margin: auto; }
  .multi-main-content-block .left-oriented-section .section-title, .multi-main-content-block .right-oriented-section .section-title, .MAW-Right-Left-Content .left-oriented-section .section-title, .MAW-Right-Left-Content .right-oriented-section .section-title, .MAW-Top-Bottom-Content .left-oriented-section .section-title, .MAW-Top-Bottom-Content .right-oriented-section .section-title, .MAW-No-Image-Content .left-oriented-section .section-title, .MAW-No-Image-Content .right-oriented-section .section-title {
    width: 100%;
    line-height: 32px;
    font-size: 32px !important;
    text-align: center; }
  .multi-main-content-block .left-oriented-section .section-description, .multi-main-content-block .right-oriented-section .section-description, .MAW-Right-Left-Content .left-oriented-section .section-description, .MAW-Right-Left-Content .right-oriented-section .section-description, .MAW-Top-Bottom-Content .left-oriented-section .section-description, .MAW-Top-Bottom-Content .right-oriented-section .section-description, .MAW-No-Image-Content .left-oriented-section .section-description, .MAW-No-Image-Content .right-oriented-section .section-description {
    width: 100%;
    text-align: center; }
  .multi-main-content-block .top-oriented-section .section-title, .multi-main-content-block .bottom-oriented-section .section-title, .MAW-Right-Left-Content .top-oriented-section .section-title, .MAW-Right-Left-Content .bottom-oriented-section .section-title, .MAW-Top-Bottom-Content .top-oriented-section .section-title, .MAW-Top-Bottom-Content .bottom-oriented-section .section-title, .MAW-No-Image-Content .top-oriented-section .section-title, .MAW-No-Image-Content .bottom-oriented-section .section-title {
    font-size: 32px !important; }
  .multi-main-content-block .top-oriented-section .section-description, .multi-main-content-block .bottom-oriented-section .section-description, .MAW-Right-Left-Content .top-oriented-section .section-description, .MAW-Right-Left-Content .bottom-oriented-section .section-description, .MAW-Top-Bottom-Content .top-oriented-section .section-description, .MAW-Top-Bottom-Content .bottom-oriented-section .section-description, .MAW-No-Image-Content .top-oriented-section .section-description, .MAW-No-Image-Content .bottom-oriented-section .section-description {
    width: 90%; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .multi-main-content-block .left-oriented-section .title-block, .multi-main-content-block .right-oriented-section .title-block,
  .multi-main-content-block .top-oriented-section .title-block, .multi-main-content-block .bottom-oriented-section .title-block, .MAW-Right-Left-Content .left-oriented-section .title-block, .MAW-Right-Left-Content .right-oriented-section .title-block,
  .MAW-Right-Left-Content .top-oriented-section .title-block, .MAW-Right-Left-Content .bottom-oriented-section .title-block, .MAW-Top-Bottom-Content .left-oriented-section .title-block, .MAW-Top-Bottom-Content .right-oriented-section .title-block,
  .MAW-Top-Bottom-Content .top-oriented-section .title-block, .MAW-Top-Bottom-Content .bottom-oriented-section .title-block, .MAW-No-Image-Content .left-oriented-section .title-block, .MAW-No-Image-Content .right-oriented-section .title-block,
  .MAW-No-Image-Content .top-oriented-section .title-block, .MAW-No-Image-Content .bottom-oriented-section .title-block {
    font-size: 40px;
    margin-bottom: 3%; }
  .multi-main-content-block .left-oriented-section .section-description, .multi-main-content-block .right-oriented-section .section-description,
  .multi-main-content-block .top-oriented-section .section-description, .multi-main-content-block .bottom-oriented-section .section-description, .MAW-Right-Left-Content .left-oriented-section .section-description, .MAW-Right-Left-Content .right-oriented-section .section-description,
  .MAW-Right-Left-Content .top-oriented-section .section-description, .MAW-Right-Left-Content .bottom-oriented-section .section-description, .MAW-Top-Bottom-Content .left-oriented-section .section-description, .MAW-Top-Bottom-Content .right-oriented-section .section-description,
  .MAW-Top-Bottom-Content .top-oriented-section .section-description, .MAW-Top-Bottom-Content .bottom-oriented-section .section-description, .MAW-No-Image-Content .left-oriented-section .section-description, .MAW-No-Image-Content .right-oriented-section .section-description,
  .MAW-No-Image-Content .top-oriented-section .section-description, .MAW-No-Image-Content .bottom-oriented-section .section-description {
    font-size: 20px;
    line-height: 28px; }
  .multi-main-content-block .left-oriented-section .classic-button, .multi-main-content-block .left-oriented-section .buy-now-container, .multi-main-content-block .right-oriented-section .classic-button, .multi-main-content-block .right-oriented-section .buy-now-container,
  .multi-main-content-block .top-oriented-section .classic-button,
  .multi-main-content-block .top-oriented-section .buy-now-container, .multi-main-content-block .bottom-oriented-section .classic-button, .multi-main-content-block .bottom-oriented-section .buy-now-container, .MAW-Right-Left-Content .left-oriented-section .classic-button, .MAW-Right-Left-Content .left-oriented-section .buy-now-container, .MAW-Right-Left-Content .right-oriented-section .classic-button, .MAW-Right-Left-Content .right-oriented-section .buy-now-container,
  .MAW-Right-Left-Content .top-oriented-section .classic-button,
  .MAW-Right-Left-Content .top-oriented-section .buy-now-container, .MAW-Right-Left-Content .bottom-oriented-section .classic-button, .MAW-Right-Left-Content .bottom-oriented-section .buy-now-container, .MAW-Top-Bottom-Content .left-oriented-section .classic-button, .MAW-Top-Bottom-Content .left-oriented-section .buy-now-container, .MAW-Top-Bottom-Content .right-oriented-section .classic-button, .MAW-Top-Bottom-Content .right-oriented-section .buy-now-container,
  .MAW-Top-Bottom-Content .top-oriented-section .classic-button,
  .MAW-Top-Bottom-Content .top-oriented-section .buy-now-container, .MAW-Top-Bottom-Content .bottom-oriented-section .classic-button, .MAW-Top-Bottom-Content .bottom-oriented-section .buy-now-container, .MAW-No-Image-Content .left-oriented-section .classic-button, .MAW-No-Image-Content .left-oriented-section .buy-now-container, .MAW-No-Image-Content .right-oriented-section .classic-button, .MAW-No-Image-Content .right-oriented-section .buy-now-container,
  .MAW-No-Image-Content .top-oriented-section .classic-button,
  .MAW-No-Image-Content .top-oriented-section .buy-now-container, .MAW-No-Image-Content .bottom-oriented-section .classic-button, .MAW-No-Image-Content .bottom-oriented-section .buy-now-container {
    text-align: center;
    margin: auto; }
  .multi-main-content-block .left-oriented-section .section-title, .multi-main-content-block .right-oriented-section .section-title, .MAW-Right-Left-Content .left-oriented-section .section-title, .MAW-Right-Left-Content .right-oriented-section .section-title, .MAW-Top-Bottom-Content .left-oriented-section .section-title, .MAW-Top-Bottom-Content .right-oriented-section .section-title, .MAW-No-Image-Content .left-oriented-section .section-title, .MAW-No-Image-Content .right-oriented-section .section-title {
    width: 100%;
    line-height: 32px;
    font-size: 40px; }
  .multi-main-content-block .left-oriented-section .section-description, .multi-main-content-block .right-oriented-section .section-description, .MAW-Right-Left-Content .left-oriented-section .section-description, .MAW-Right-Left-Content .right-oriented-section .section-description, .MAW-Top-Bottom-Content .left-oriented-section .section-description, .MAW-Top-Bottom-Content .right-oriented-section .section-description, .MAW-No-Image-Content .left-oriented-section .section-description, .MAW-No-Image-Content .right-oriented-section .section-description {
    width: 100%; }
  .multi-main-content-block .top-oriented-section .section-title, .multi-main-content-block .bottom-oriented-section .section-title, .MAW-Right-Left-Content .top-oriented-section .section-title, .MAW-Right-Left-Content .bottom-oriented-section .section-title, .MAW-Top-Bottom-Content .top-oriented-section .section-title, .MAW-Top-Bottom-Content .bottom-oriented-section .section-title, .MAW-No-Image-Content .top-oriented-section .section-title, .MAW-No-Image-Content .bottom-oriented-section .section-title {
    font-size: 40px; } }

@media only screen and (min-width: 1201px) and (max-width: 1800px) {
  .multi-main-content-block .left-oriented-section .title-block, .multi-main-content-block .right-oriented-section .title-block,
  .multi-main-content-block .top-oriented-section .title-block, .multi-main-content-block .bottom-oriented-section .title-block, .MAW-Right-Left-Content .left-oriented-section .title-block, .MAW-Right-Left-Content .right-oriented-section .title-block,
  .MAW-Right-Left-Content .top-oriented-section .title-block, .MAW-Right-Left-Content .bottom-oriented-section .title-block, .MAW-Top-Bottom-Content .left-oriented-section .title-block, .MAW-Top-Bottom-Content .right-oriented-section .title-block,
  .MAW-Top-Bottom-Content .top-oriented-section .title-block, .MAW-Top-Bottom-Content .bottom-oriented-section .title-block, .MAW-No-Image-Content .left-oriented-section .title-block, .MAW-No-Image-Content .right-oriented-section .title-block,
  .MAW-No-Image-Content .top-oriented-section .title-block, .MAW-No-Image-Content .bottom-oriented-section .title-block {
    font-size: 45px;
    margin-bottom: 3%; }
  .multi-main-content-block .left-oriented-section .section-description, .multi-main-content-block .right-oriented-section .section-description,
  .multi-main-content-block .top-oriented-section .section-description, .multi-main-content-block .bottom-oriented-section .section-description, .MAW-Right-Left-Content .left-oriented-section .section-description, .MAW-Right-Left-Content .right-oriented-section .section-description,
  .MAW-Right-Left-Content .top-oriented-section .section-description, .MAW-Right-Left-Content .bottom-oriented-section .section-description, .MAW-Top-Bottom-Content .left-oriented-section .section-description, .MAW-Top-Bottom-Content .right-oriented-section .section-description,
  .MAW-Top-Bottom-Content .top-oriented-section .section-description, .MAW-Top-Bottom-Content .bottom-oriented-section .section-description, .MAW-No-Image-Content .left-oriented-section .section-description, .MAW-No-Image-Content .right-oriented-section .section-description,
  .MAW-No-Image-Content .top-oriented-section .section-description, .MAW-No-Image-Content .bottom-oriented-section .section-description {
    font-size: 24px;
    line-height: 30px; }
  .multi-main-content-block .left-oriented-section .section-title, .multi-main-content-block .right-oriented-section .section-title, .MAW-Right-Left-Content .left-oriented-section .section-title, .MAW-Right-Left-Content .right-oriented-section .section-title, .MAW-Top-Bottom-Content .left-oriented-section .section-title, .MAW-Top-Bottom-Content .right-oriented-section .section-title, .MAW-No-Image-Content .left-oriented-section .section-title, .MAW-No-Image-Content .right-oriented-section .section-title {
    width: 100%;
    font-size: 45px;
    line-height: 45px; }
  .multi-main-content-block .left-oriented-section .image-section img, .MAW-Right-Left-Content .left-oriented-section .image-section img, .MAW-Top-Bottom-Content .left-oriented-section .image-section img, .MAW-No-Image-Content .left-oriented-section .image-section img {
    float: right; }
  .multi-main-content-block .top-oriented-section .section-title, .multi-main-content-block .bottom-oriented-section .section-title, .MAW-Right-Left-Content .top-oriented-section .section-title, .MAW-Right-Left-Content .bottom-oriented-section .section-title, .MAW-Top-Bottom-Content .top-oriented-section .section-title, .MAW-Top-Bottom-Content .bottom-oriented-section .section-title, .MAW-No-Image-Content .top-oriented-section .section-title, .MAW-No-Image-Content .bottom-oriented-section .section-title {
    font-size: 45px;
    line-height: 45px; } }

.video-outer-div {
  position: relative;
  text-align: center; }
  .video-outer-div .MAW-Top-Video {
    width: 100%;
    max-height: calc(100vh - 73px);
    margin-top: 73px; }
  .video-outer-div video {
    position: relative;
    z-index: -1; }
  .video-outer-div .play-button-no-display {
    position: absolute;
    display: none;
    width: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

@media all and (max-width: 766px) {
  .play-button-no-display {
    width: 50px !important; }
  .MAW-Top-Video {
    height: unset !important;
    margin-top: 50px !important; } }

@media only screen and (min-width: 767px) and (max-width: 990px) {
  .play-button-no-display {
    width: 100px; }
  .MAW-Top-Video {
    height: unset !important;
    margin-top: 50px !important; } }

@media only screen and (min-width: 991px) and (max-width: 1365px) {
  .video-outer-div:hover .play-button-image {
    display: block; } }
.videoPopup a {
    position: relative;
}

    .videoPopup a img {
        width: 100%;
    }

    .videoPopup a .video-play-button {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 15px;
        height: 12px;
        background: white;
        border-radius: 50%;
        padding: 9px 24px 18px 28px;
    }

@media all and (max-width: 766px) {
    .videoPopup a .video-play-button {
        padding: 0;
    }
}

.videoPopup a .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: white;
    border-radius: 50%;
}

@media all and (max-width: 766px) {
    .videoPopup a .video-play-button:before {
        width: 50px;
        height: 50px;
        left: 40%;
        top: 70%;
        transform: translateX(-50%) translateY(-50%);
    }
}

.videoPopup a .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
}

@media all and (max-width: 766px) {
    .videoPopup a .video-play-button:after {
        width: 25px;
        height: 25px;
    }
}

.videoPopup a .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 18px solid lightgray;
    border-top: 10px solid transparent;
    border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.blackOut {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
    top: 0;
    bottom: 0;
    display: none;
}

    .blackOut .popupAlignCenter {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .blackOut .popupAlignCenter .popUpWrapper {
            width: 80%;
            max-width: 1200px;
            max-height: 600px;
            background-color: #fff;
            z-index: 100;
            padding: 30px;
            position: relative;
        }
@media all and (max-width: 766px) {
    .blackOut .popupAlignCenter .popUpWrapper {
        padding: 15px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 990px) {
    iframe {
        height: 300px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1280px) {
    iframe {
        height: 400px;
    }
}
.blackOut .popupAlignCenter .popUpWrapper button.videoClose {
    color: #fff;
    font-size: 20px;
    background: #000;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.carousel-img-hide {
  display: none; }

.keeblerimageblock img {
  width: 100%; }

.mawScrolDownBtn {
  width: 74px;
  height: 74px;
  position: absolute;
  z-index: 1;
  top: 85%;
  left: 50%;
  text-align: center;
  cursor: pointer;
  transform: translateX(-50%) rotate(270deg);
  border-radius: 71%;
  border: 4px solid white;
  padding: 10px; }

@media all and (max-width: 766px) {
  .mawScrolDownBtn {
    width: 40px !important;
    height: 40px !important;
    top: 74% !important;
    border: 2px solid white; } }

@media only screen and (min-width: 767px) and (max-width: 990px) {
  .mawScrolDownBtn {
    top: 76% !important; } }

@media (min-width: 1920px) {
  .mawScrolDownBtn {
    width: 100px !important;
    height: 100px !important;
    top: 80% !important; } }

@media (min-width: 992px) {
  nav.navbar .navbar-nav.nav-links li:last-child a {
    background: #ffffff;
    border-radius: 30px;
    color: #461b0e;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    box-shadow: 0 15px 24px -10px rgba(38, 38, 38, 0.5);
    transform: translate3d(0, 0, 0);
    font-weight: bold;
    font-size: 14px;
    color: #461b0e; }
    nav.navbar .navbar-nav.nav-links li:last-child a:hover {
      color: #ba0c2f;
      background: #f1f1f1; } }

@media (max-width: 991px) {
  a.navbar-brand img {
    max-width: 90px; } }

body.bg {
  background: #fff !important; }

body {
  background: linear-gradient(180deg, #FFE9C4 0%, #C09050 100%) no-repeat center center fixed; }

#mymodal .modal-dialog {
  max-width: 700px; }
  @media (min-width: 576px) {
    #mymodal .modal-dialog {
      margin: 10rem auto; } }

#mymodal .modal-header {
  padding: 0; }
  #mymodal .modal-header .close {
    padding: 0;
    margin: 0;
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    opacity: 1; }
    #mymodal .modal-header .close span {
      position: relative;
      top: -4px; }

.where-to-buy-page {
  position: relative;
  z-index: 0; }

.social-media-container {
  margin-bottom: 25px; }
  .social-media-container .social-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: -0.24px;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: uppercase; }
  .social-media-container .social-media-icons {
    display: flex;
    margin-top: 15px;
    justify-content: space-between; }
    .social-media-container .social-media-icons .instagram {
      margin-right: 4px; }
    .social-media-container .social-media-icons .twitter, .social-media-container .social-media-icons .facebook {
      margin: 0 4px; }

@media only screen and (max-width: 766px) {
  .where-to-buy-page {
    margin-top: 35%; } }

@media only screen and (min-width: 767px) and (max-width: 1020px) {
  .where-to-buy-page {
    margin-top: 20%; } }

@media only screen and (min-width: 1021px) and (max-width: 1366px) {
  .where-to-buy-page {
    margin-top: 15%; } }

@media all and (min-width: 1367px) {
  .where-to-buy-page {
    margin-top: 5%; } }
