/*overlay css starts for Recipe popup*/
.ab-overlay-drop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.ab-newsletter-body .overlay-header-custom {
  font-size: 16px;
  margin-bottom: 4px;
}
.ab-newsletter-body p.wds-esc-form-message {
  text-align: center;
  font-size: 13px;
}

.ab-overlay-container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1001;
}

.ab-overlay-body {
  background: white;
  max-width: 660px;
  width: 100%;
  padding: 20px;
  margin: 20px;
  text-align: center;
  position: relative;
}

.ab-overlay-body .ab-ovelay-close {
  min-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1px 6px;
  background: var(--clrwhite);
  border: 1px solid #000000;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 25px;
  height: 25px;
  line-height: 15px;
  font-size: 14px;
}

.ab-overlay-drop,
.ab-overlay-container {
  display: none;
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s;
}

.ab-overlay-drop.open {
  display: block;
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s;
}

.ab-overlay-container.open {
  display: flex;
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*overlay css ends for Recipe popup*/

/*inside popup css*/
.ab-newsletter-slider-item {
  align-items: center;
}

.ab-newsletter-container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.ab-newsletter-slider-item:hover .text-right {
  color: #000;
}

.ab-newsletter-body {
  background: #ffffff;
  max-width: 350px;
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
}

.ab-newsletter-body span.intro-text {
  padding-bottom: 0px;
}

.ab-ovelay-close {
  background: transparent;
  color: #000000;
  line-height: 23px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 24px;
  height: 24px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #000000;
  border-radius: 50%;
}

.ab-newsletter-body p.wds-esc-form-message {
  text-align: center;
}

.ab-newsletter-text {

  line-height: 24px;
  font-size: 18px;
}

.ab-newsletter-text ul {
  padding: 0 20px;
}

.ab-newsletter-text ul li {
  margin-bottom: 5px;
}

.ab-img-left img:hover {
  transition: all .2s ease-in-out;
  transform: scale(1);
}

.ab-newsletter-header {
  color: #BA0018;
  font-size: 18px;
  margin: 20px 0 0px;
  padding: 0 20px;
  font-family: var(--proximanovaRegular);
  font-weight: 600;
  text-align: center;
}


/*signup-newsletter css*/

.ab-newsletter-body span.intro-text {
  padding-bottom: 0px;
}

.ab-newsletter-body p.wds-esc-form-message {
  text-align: center;
}

.ab-img-left img:hover {
  transition: all .2s ease-in-out;
  transform: scale(1);
}

.ab-newsletter-header {
  color: #BA0018;
  font-size: 18px;
  margin: 20px 0 0px;
  padding: 0 20px;
  font-weight: 600;
  text-align: center;
}


/*signup-newsletter css*/
.ab-signup-newsletter-header {
  color: #BA0018;
  font-size: 18px;
  margin: 20px 0 20px 0;
  padding: 0 20px;
  text-align: center;
}

.ab-intro-text {
  font-size: 14px;
}

.ab-sign-up-input-wrapper {
  /* display: flex; */
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 30px 0 20px 0;
  order: 1;
  width: 95%;
}

.ab-signup-form {
  box-shadow: 0px 0px 15px 2px rgba(204, 204, 204, 1);
  border-radius: 12px;
  border: 1px solid #00000029;
  padding: 10px;
  margin: 30px 0 20px 0;
  width: 330px;

}

.ab-signup-sub-text {
  font-size: 14px;
  text-align: center;
  order: 2;
  padding: 0 !important;
  width: 90%;
  margin: 0 auto;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 26px;
}
.signup-subscribe {
  position: relative;
}
.ab-signup-subscribe input[type='email'] {
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 6px #ccc;
  font-size: 16px;
  margin: 0 auto;
}

.ab-signup-subscribe {
  min-width: 320px;
}

.ab-signup-subscribe input[type='submit'] {
  cursor: pointer;
  padding: 8px 20px;
  min-width: 260px;
  border: 2px solid #BA0018;
  border-radius: 30px;
  color: #BA0018;
  background: #ffffff;
  font-size: 18px;
}

.ab-signup-subscribe input[type='submit']:hover {
  color: #ffffff;
  background: #BA0018;
  border: 2px solid #BA0018;
}

.ab-newsletter-body button#signup-submit {
  border: 2px solid #BA0018;
  width: 180px;
  border-radius: 2px;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 40px;
  color: #ffffff;
  background: #BA0018;
  display: block;
  padding: 12px 0;
}

.ab-newsletter-body button.signup-subscribe-btn:hover {
  background: #BA0018;
}

.ab-newsletter-body button.signup-subscribe-btn:disabled {
  background: #ffffff;
  color: #BA0018;
  cursor: not-allowed;
}

.ab-newsletter-body button.signup-subscribe-btn a {
  text-decoration: none;
  color: #BA0018;
  outline: none;
  display: block;
}

.ab-newsletter-body button.signup-subscribe-btn a:hover {
  color: #ffffff;
  background: #BA0018;
  border-radius: 30px;
}

.ab-newsletter-body button.signup-subscribe-btn:hover a {
  color: #ffffff;
}

.ab-signup-bottom-links {
  display: flex;
  justify-content: center;
  margin: 0;
}

.ab-overlay-body .signup-bottom-links a {
  color: #5373DE;
  font-size: 14px;
  margin: 0 20px;
  text-decoration: none;
}

.ab-signup-subscribe-step2 {
  display: none;
}

.ab-sign-error {
  color: #BA0018;
  font-size: 14px;
}

.ab-card-text {
  width: 100%;
  background: #ffffff;
  padding: .5rem 0.5rem;
  opacity: 0;
  position: absolute;
  bottom: 0;
  border-radius: 12px;
  font-size: 14px;
}

.ab-signup-submit-btn {
  margin-top: 0;
  min-width: 180px;
  background: #BA0018;
  outline: none;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 20px;
  cursor: pointer;
  order: 3;
  margin-bottom: 34px;
}

.ab-signup-submit-btn:hover {
  color: #ffffff;
}

.ab-newsletter-slider {
  width: 220px;
  height: 120px;
  margin: 0 auto;
  margin-top: 30px;
}

.ab-newsletter-slider-item {
  width: 150px !important;
  height: 120px;
  background-color: #F1F1F3;
  border-radius: 12px;
  margin-right: 20px;
  overflow: hidden;
}

.ab-img-left {
  float: left;
  border-radius: 12px;
  border: 1px solid #707070;
  width: 110px;
  height: 120px;
  margin-right: 5px;
  overflow: hidden;
}

.ab-img-left img {
  width: 120px;
  max-width: 100%;
  height: 140px;
  object-fit: cover;
  transition: all .3s ease-in-out;
  border-radius: 12px;
}

.ab-text-right {
  padding: 4px 3px 4px 75px;
  color: #000000;
  font-size: 12px;
  width: 100%;
  line-height: normal;
  transition: all .3s ease-in-out;
  position: relative;
  left: 0;
  top: 30%;
  display: block;
}

.ab-newsletter-slider-item a {
  text-decoration: none;
}

.ab-explore-recipes {
  background: #ffffff;
  outline: none;
  border: none;
  border-radius: 20px;
  color: #BA0018;
  cursor: pointer;
}

.ab-arrow-hover {
  display: none;
}
.ab-newsletter-form {
  background-color: #F5F5F5;
  border-radius: 12px;
  position: relative;
  padding: 10px;
  margin-top: 20px;
}

form {
  /* display: flex; */
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.ab-campbells-logo-newsletter {
  width: 100%;
  display: flex;
  justify-content: center;
}

.ab-campbells-logo-newsletter img {
  display: block;
  height: 40px;
  width: 136px;
}

.ab-error {
  color: #BA0018;
  font-size: 0.9em;
}

.ab-slider {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
}

.ab-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /* Sliding transition */
}

.ab-slide {
  min-width: 100%;
  box-sizing: border-box;
}

.ab-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);

}

.ab-arrow {
  background: transparent;
  color: #626262;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: block;
}

.ab-overlay-body .ab-ovelay-close {
  width: 25px;
  height: 25px;
  line-height: 15px;
  font-size: 14px;
}

.ab-overlay-body {
  padding: 20px;
}

.ab-arrow {
  padding: 5px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.ab-slides .slick-prev, .ab-slides .slick-prev:hover {
  background: url('./../../images/arrow-left.png') no-repeat;
  width: 30px;
  height: 60px;
  left: 0;
  z-index: 5;
}
.ab-slides .slick-prev:before, .ab-slides .slick-next:before {
	content:'';
}
.ab-slides .slick-list {
  padding: 0 !important;
  height: 100% !important;
}

.ab-slides .slick-next, .ab-slides .slick-next:hover {
  background: url('./../../images/arrow-right.png') no-repeat;
  width: 30px;
  height: 60px;
  right: 0;
  z-index: 5;
}

.ab-slider .slick-dots {
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  bottom: -42px;
}

.ab-slider .slick-dots li button {
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
  text-indent: -5000px;
  padding: 0;
}

.ab-slider-inner {
  border-radius: 12px;
  width: 290px!important;
  height: 120px;
  background-color: #F1F1F3;
  border-radius: 12px;
  margin:0 30px;
  overflow: hidden;
}

.ab-slides .slick-dots li {
  margin: 0px;
}

.ab-slider {
  max-width: 100%;
}

.ab-arrow {
  padding: 0px;
  font-size: 30px;
  display: block;
}

.ab-signup-submit-btn,
.ab-signup-subscribe-btn {
  width: 220px;
  border-radius: 12px;
  border: 2px solid #ba0018;
  text-align: center;
  font-size: 16px;
  outline: none;
  background: #fff;
  color: #ba0018;
  text-decoration: none;
  padding: 7px 0;
  margin-top: 30px;
}

.ab-signup-submit-btn:hover,
.ab-signup-subscribe-btn:hover {
  background: #BA0018;
  color: #ffffff;
}

.ab-newsletter-form button#signup-submit {
  position: relative;
  top: auto;
  right: auto;
}
.ab-sign-up-input-wrapper .loader {
	top: 55px !important;
	margin-left: 60px !important;
}
#ab_testing_form .wds-esc-form-messaging {
  color: #BA0018;
}
.recipe-signup-dock-wrapper {
  width: 130px;
  background: #ba0018;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 1;
}
.recipe-signup-dock-inner {
  width: 100%;
  position: relative;
  display: inline-block;
}
.recipe-signup-dock-text {
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  text-align: center;
    cursor: pointer;
}
.recipe-signup-dock-close {
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -25px;
  right: -20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.recipe-signup-dock-close span {
  position: absolute;
  margin: 0;
}
.sign-up-input-wrapper #Email-error {
    position: absolute;
    bottom: 193px;
    color: #ba0018;
}
@media only screen and (min-width: 1025px) {

  .ab-newsletter-body {
    max-width: 660px;
  }
  .ab-signup-sub-text {
    width: 80%;
  }
  .ab-newsletter-slider-item a {
    text-decoration: none;
    display: inline-block;
    width: 240px;
    height: 140px;
  }

  .ab-signup-subscribe-step1 {
    background: #F5F5F5;
    border-radius: 16px;
    padding: 25px;
    /* display: flex; */
    justify-content: center;
    flex-wrap: wrap;
  }

  .ab-intro-text {
    width: 320px;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 20px;
  }

  .ab-sign-up-input-wrapper {
    order: 1;
    width: 100%;
  }

  .ab-sign-error {
    color: #BA0018;
    font-size: 14px;
    position: absolute;
    bottom: 130px;
  }

  .ab-newsletter-form .signup-sub-text {
    order: 3;
    width: 440px;
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
    font-size: 12px;
  }

  .ab-overlay-body .signup-bottom-links {
    margin-top: -25px;
  }

  .ab-newsletter-body button.signup-subscribe-btn {
    margin-top: 40px;
    background: #ffffff;
    color: #BA0018;
  }

  .ab-newsletter-body button.signup-subscribe-btn:hover {
    background: #BA0018;
    color: #ffffff;
  }

  .ab-newsletter-slider-item {
    width: 300px !important;
    height: 140px;
    background-color: #F1F1F3;
    border-radius: 12px;
    margin-right: 20px;
    position: relative;
  }

  .ab-arrow-hover {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .ab-arrow-hover img {
    width: 6px;
    max-width: 100%;
  }

  .ab-text-right {
    padding: 10px 20px;
    color: #000000;
    display: none;
    position: absolute;
    bottom: 0px;
    z-index: 5;
    background: #ffffff;
    width: 110px;
    right: 0;
    top: auto;
  }

  .ab-img-left {
    width: 120px;
    height: 140px;
    float: left;
    overflow: hidden;
  }

  .ab-newsletter-form .signup-form {
    width: 400px;
  }

  .ab-newsletter-slider .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .ab-signup-item {
    width: 110px;
    height: 120px;
  }

  .ab-signup-submit-btn,
  .ab-signup-subscribe-btn {
    width: 220px;
    border-radius: 12px;
    border: 2px solid #ba0018;
    text-align: center;
    font-size: 16px;
    outline: none;
    background: #fff;
    color: #ba0018;
    text-decoration: none;
    padding: 7px 0;
    margin-top: 30px;
  }

  .ab-signup-submit-btn:hover,
  .ab-signup-subscribe-btn:hover {
    background: #BA0018;
    color: #ffffff;
  }

  .ab-newsletter-body button#signup-submit {
    order: 2;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: url(../../images/next-arrow-go.png) no-repeat center center #BA0018;
    margin: 10px 15px 0 15px;
    text-indent: -10000px;
  }

  .ab-newsletter-body button#signup-submit:hover {
    background: url('../../images/next-arrow-go.png') no-repeat center center #BA0018;
  }

  .ab-newsletter-slider {
    width: 80%;
    margin: 20px auto;
    height: 140px;
  }

  .ab-newsletter-slider-item {
    background-color: #ffffff;
    width: 240px !important;
  }

  .ab-arrow {
    display: none;
  }

  .ab-slide {
    width: 110px;
    position: relative;
    min-width: auto;
  }

  .ab-slider-inner {
    width: 110px!important;
    position: relative;
    margin: 0 10px;
  }

  .ab-slides {
    flex-wrap: wrap;
    justify-content: center;
    width: 400px;
    margin: 0 auto;
  }

  .ab-newsletter-form button#signup-submit {
    position: absolute;
    top: -153px;
    right: 30px;
  }
  #ab_testing_form .wds-esc-form-messaging {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 35px;
    color: #ba0018;
  }
  .ab-sign-up-input-wrapper .loader {
    top: -130px !important;
    margin-left: 170px !important;
  }
  .ab-sign-up-input-wrapper #Email-error {
	  position: absolute;
	  bottom: 85px;
    color: #ba0018;
  }
}

/* Responsive adjustments */