/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* fix styles on drupal 10.3.1 on https://cdn.jsdelivr.net/npm/@unicorn-fail/drupal-bootstrap-styles@0.0.2/dist/3.3.1/7.x-3.x/drupal-bootstrap.css */
body.navbar-is-fixed-top {
    padding-top: 0px !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

strong {
  font-weight: bold;
}

.bold {
  font-weight: bold;
  color: #000;
  font-size: 19px;
}

#block-footerfirst h2 sup {
  font-size: 0.5em;
}

#block-footerfirst h2, #block-footerfirst p {
  color: black;
}

.footer-blue sup {
  font-size: 0.7em;
}

.white {
  color: #ffffff !important;
}

.blue {
  color: #0e4caa !important;
}

.w-100 {
  width: 100%;
}

.coupon-disclaimer {
  font-size: 12px;
  padding-top: 10px;
}

.coupon_disclaimer_block {
  font-size: 10px;
  margin-top: 5px;
}

.email-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.email-countdown-title {
  margin-top: 20px !important;
  font-size: 50px;
  color: #0e4caa;
  font-family: 'GTWalsheimBold', 'sans-serif' !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

a.recipe-wrapper:hover, a.recipe-wrapper:focus {
  color: inherit;
  text-decoration: inherit;
  cursor: auto;
}

body.en-us p.noresult-french,
body.es-us p.noresult-french,
/*body.es-us p.okta-signup-pass,*/
/*body.en-us p.okta-signup-pass,*/
body.en p.noresult-french,
body.fr p.noresult-english {
  display: none;
}

body.popup-dark {
  filter: brightness(0.5);
  /*transition-timing-function:  linear;*/
  transition: filter 0.9s;
}

h3 sup {
  top: -10px;
  font-size: 0.3em;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*  --- Variables ---  */
/* GLOBAL */

@font-face {
  font-family: 'GTWalsheimBold'; /*this is what you put on your font family*/
  src: url('../fonts/gtwalsheimbold-webfont.woff'); /*Link to the font*/
  font-display: swap;
}

@font-face {
  font-family: 'newAkzidenz'; /*this is what you put on your font family*!*/
  src: url('../fonts/newAkzidenz.ttf'); /*Link to the font*!*/
  font-display: swap;
}

/*font-family: 'Akzidenz-grotesk-roman', 'sans-serif';*/
body {
  font-family: 'newAkzidenz', 'sans-serif';
  color: #333;
  margin-top: 90px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'GTWalsheimBold', 'sans-serif';
}

/*h1, h2{*/
/*    text-transform: capitalize;*/
/*}*/

body.fr h1, body.fr h2 {
  text-transform: none;
}

h2 {
  font-size: 48px !important;
}

a {
  color: #dd2f3d;
}

a:hover, a:focus {
  color: #dd2f3d;
}

body.navbar-is-fixed-top {
  margin-top: 0px;
  padding-top: 0;
}

.blue-general-color {
  color: #0e4caa;
}

.coupon_block_spacing {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*Uncomment this when pushing snacks.com updates*/
/*
body.en-us .oktaforgotpassword,
body.es-us .oktaforgotpassword,
.snacks-com-updates{
  display: none !important;
}
*/


/*body.en .where-to-buy-menu, */
/*body.fr .where-to-buy-menu, */
.coupon-brand .menu_account,
body.path-coupons.en-us #toolbar-administration,
body.path-coupons #block-couponblockcallout {
  display: none !important;
}

/*display none message for alert due to inactivity*/

.tastythemed8 .messages__wrapper {
  display: none;
}

#fancy_login_login_box .messages__wrapper {
  display: block;
}

.fancy-login-user-login-form label[for="edit-name"],
.fancy-login-user-login-form label[for="edit-pass"]
{
    display:none;
}

.contest__detail-title-link:focus {
  outline: none;
  text-decoration: none;
}

/*end*/

/**********************************************
*** accordion
**********************************************/
.accordion-container {
  display: flex;
  justify-content: space-between;
  width: 1100px;
}

.accordion {
  position: relative;
  width: 20%;
}

/**
 * START EDITING HERE
 * ==================
 */
.accordion__header {
  display: flex;
}

.accordion__indicator {
  display: flex;
  align-items: center;
}

.accordion__indicator .indicator__plus {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.indicator__plus-image {
  width: 12px;
}

.accordion__indicator .indicator__minus {
  display: none;
}

.accordion.is-open .indicator__plus {
  display: none;
}

.accordion.is-open .indicator__minus {
  display: block;
}

.accordion__content {
  display: none;
  position: absolute;
  width: 100%;
}

.accordion.is-open .accordion__content {
  display: flex;
}

/**********************************************
*** Brands page
**********************************************/
.brands-hero {
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.brands-hero p, .our-brands-hero-heading p{
  font-size: 60px !important;
  line-height: 65px;
  color: #FFFFFF;
  padding: 48px;
  width: 60%;
  font-family: 'GTWalsheimBold','sans-serif';
}

.brands-hero p sup{
  top: -21px;
  position: relative;
  line-height: normal;
}

.bg__light-blue {
  background: #c6d5e8;
}

.brands-items-padding {
  padding: 24px 0;
}

.brands-item img{
  margin: 0 auto;
  width: 200px;
  padding: 0 16px;
}

@media only screen and (max-width: 768px) {

  .brands-hero{
    display: block !important;
    width: 100%;
    background-size: cover;
    height: 680px;
    background-position: center;
    overflow-x: hidden;
  }

  .brands-items-padding {
    padding: 16px 0;
  }
}

/**********************************************
*** SIGN UP
**********************************************/
.modal sup {
  top: -12px;
  font-size: 0.4em;
  position: relative;
}

.modal__container-sign-up {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  z-index: -1;
}

.modal__container-sign-up i::before {
  padding-right: 20px;
  font-size: 17px;
}

.modal__container-sign-up .modal__close-button {
  background-color: #cccccc;
  border: none;
  padding: 12px;
  color: #05376a;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0px;
}

.modal__container-sign-up .modal__close-btn-img {
  width: 60%;
  vertical-align: text-bottom;
}

.modal__container-sign-up .modal__container-paragraph {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px !important;
  font-family: GTWalsheimBold;
}

.modal__container-sign-up .modal__social-button {
  display: flex;
  justify-content: space-between;
  /*margin: 5px 0; */
  margin: 5px auto;
  width: 50%;
}

.modal__container-sign-up .modal__sign-up-fb {
  border: none;
  background-color: #3c5a99;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 0;
  width: 100%;
  text-align: left;
  margin-right: 5px;
}

.modal__container-sign-up .modal__sign-up-fb img {
  width: 12%;
  /* vertical-align: bottom;  */
}

.en-us .modal__container-sign-up .modal__sign-up-fb img,
.es-us .modal__container-sign-up .modal__sign-up-fb img {
  width: 20%;
  /* vertical-align: bottom; */
}

.en-us .modal__container-sign-up .modal__sign-up-google img,
.es-us .modal__container-sign-up .modal__sign-up-google img {
  width: 20%;
  vertical-align: bottom;
}

.modal__container-sign-up .modal__sign-up-fb:hover {
  background-color: #08295c;
}

.modal__container-sign-up .modal__sign-up-google {
  border: none;
  background-color: #ffffff;
  color: #949494;
  cursor: pointer;
  font-weight: normal;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  font-size: 14px;
}

.modal__container-sign-up .modal__sign-up-google img {
  width: 12%;
  vertical-align: bottom;
  margin-right: 5px;
  font-size: 14px;

}

.modal__container-sign-up .modal__sign-up-google:hover {
  background-color: #cccccc;
}

.modal__container-sign-up .modal__container-or {
  font-size: 18px;
  text-align: center;
}

.modal__container-sign-up .modal__sign-up-input {
  border: none;
  background-color: #ffffff;
  color: #949494;
  padding: 10px 0;
  width: 100%;
  font-size: 14px;
  text-indent: 10px;
}

.modal__container-sign-up .modal__container-birth {
  font-size: 14px;
  margin-top: 5px;
}

.modal__container-sign-up .modal__sign-up-birth {
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
}

.modal__container-sign-up .modal__sign-up-birth select {
  width: 32%;
  -webkit-appearance: none;
  background-image: url("../images/arrow-contest.png");
  background-repeat: no-repeat;
  background-position: 95%;
}

.modal__container-sign-up .modal__sign-up-gender {
  display: flex;
  margin-bottom: 0 !important;
}

.modal__container-sign-up .modal__sign-up-select-gender {
  border: none;
  background-color: #ffffff;
  color: #949494;
  padding: 10px 8px;
  text-align: center;
  font-size: 12px;
  flex: 1;
  -webkit-appearance: none;
  background-image: url("../images/arrow-contest.png");
  background-repeat: no-repeat;
  background-position: 95%;
}

.modal__container-sign-up .modal__sign-up-select {
  border: none;
  background-color: #ffffff;
  color: #949494;
  padding: 4px 8px;
  text-align: center;
  font-size: 12px;
}


body.en-us.path-thank-you .banner_slide_recipe-h1 sup,
body.es-us.path-thank-you .banner_slide_recipe-h1 sup,
body.en-us.path-password-confirmation #general_body sup,
body.es-us.path-password-confirmation #general_body sup,
body.en footer .menu-snacks,
body.fr footer .menu-snacks,
header .menu-bar-en-us .menu-brands,
header .menu-bar-es-us .menu-brands,
header .menu-bar-en .menu-about-us,
header .menu-bar-fr .menu-about-us,
body.fr .only-us,
body.en .only-us,
body.en-us .modal__container-sign-up #register-form sup,
body.es-us .modal__container-sign-up #register-form sup {
  display: none;
}

/*body.path-thank-you  .banner_slide_recipe-h1 sup,
  body.en sup,
  body.path-password-confirmation  #general_body sup,
  .modal__container-sign-up  sup{
    font-size: 30%;
  }*/

.modal__container-sign-up .modal__checkbox-text {
  font-size: 12px;
  font-weight: lighter;
  padding-left: 20px;
}

.modal__container-sign-up input[type="checkbox"] {
  margin: 0;
  height: 20px;
  width: 60px;
}

.modal__checkbox-text sup {
  top: -5px;
  font-size: 0.7em;
}

.modal__container-sign-up .modal__sign-up-select-checkbox {
  margin-top: 15px;
  display: flex;
  padding-bottom: 5px;
}

.modal__container-sign-up .modal__sign-up-select-checkbox span.legal-copy {
  font-size: 12px;
}

.modal__container-sign-up .modal__sign-up-select-button {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.modal__container-sign-up .modal__sign-up-button {
  background-color: #dd2f3d;
  color: #ffffff;
  padding: 10px 30px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 3px 0 0 #b81321;
}

.modal__container-sign-up .modal__sign-up-button:hover {
  background-color: #b81321;
  transition: all 0.2s;
}

.modal__container-sign-up .modal__sign-up {
  font-size: 12px;
  line-height: 1.3;
  font-weight: lighter;
  color: #333;
  text-align: center;
  margin-bottom: 0 !important;
}

.modal__container-sign-up .modal__sign-up .modal__sign-up-link {
  text-decoration: underline;
  color: #333;
  margin-left: 5px;
}

.modal__container-sign-up .modal__user-name .modal__user-first-name, .modal__container-sign-up .modal__user-name .modal__user-last-name {
  border: none;
  background-color: #ffffff;
  color: #949494;
  padding: 10px 0;
  font-size: 14px;
  text-indent: 10px;

}

/*.modal__container-sign-up .modal__user-name .modal__user-last-name {*/
/*  border: none;*/
/*  background-color: #ffffff;*/
/*  color: #949494;*/
/*  padding: 10px 0;*/
/*  font-size: 12px;*/
/*  text-indent: 10px; }*/

.modal__container-sign-up .modal__user-password {
  display: flex;
}

.modal__container-sign-up .modal__user-info-icon {
  position: absolute;
  right: -30px;
  margin-top: 10px;
  top: 0;
}

.modal__container-sign-up .modal__user-info-icon.tip p {
  display: none;
  background-color: #06386c;
  color: #ffffff;
  padding: 18px 15px 18px 18px;
  font-weight: lighter;
  position: absolute;
  width: 200px;
  z-index: 1;
  left: -185px;
  bottom: 35px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 14px;
}

.modal__container-sign-up .modal__user-info-icon.tip p:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 20px solid transparent;
  border-top: 15px solid #06386c;
  right: 0;
  bottom: -15px;
}

/* } */
/*
  .modal__container-sign-up .modal__user-info-icon:ho
    font-size: 14px;ver.tip p {
    display: block; }
*/

/** Altered css sign-up css **/

.modal input, .modal select {
  font-weight: normal;
}

.modal__container-sign-up .modal {
  max-width: 500px;
  overflow-y: auto !important;
  max-height: 95vh;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal__container-sign-up .modal {
    display: table-cell;
  }
}

.modal__container-sign-up .modal p,
section#claims .modal p {
  margin-bottom: 10px;
}

a.modal__user-info-icon.tip:hover p {
  display: block;
}

.modal__container-sign-up .modal {
  padding: 30px 50px;
  /* overflow: auto !important; */
}

@media (max-width: 768px) {
  .modal__container-sign-up .modal {
    width: 95vw !important;
  }

  .brands-hero p{
    font-size: 40px !important;
    text-align: center;
    line-height: 1.1em;
    margin: auto;
    width: 100%;
  }

  .brands-hero{
    padding: 80px 10% 160px !important;
  }
}

/**********************************************
*** SIGN IN
**********************************************/

.toggle-password, .toggle-password-signup {
  display: flex;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background-image: url("../images/off.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.hide-password {
  background-image: url("../images/on.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 25px;
  width: 25px;
}

.modal__container-sign-in {
  /*
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  z-index: -1;
*/
}

.modal__container-sign-in .modal__social-button-sign-in {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  flex-direction: column;
}

.modal__container-sign-in .modal__sign-in-fb {
  border: none;
  background-color: #3c5a99;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 12px;
  margin: 5px 0;
  border-radius: 0;
  background-image: url("../images/fb-logo.PNG");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 10%;
  background-position: 10%;
  padding-left: 20px;
}

.modal__container-sign-in .modal__sign-in-fb img {
  width: 9%;
  vertical-align: bottom;
  padding: 0 20px 0 20px;
}

.modal__container-sign-in .modal__sign-in-fb:hover {
  background-color: #08295c;
}

.modal__container-sign-in .modal__sign-in-google {
  border: none;
  background-color: #ffffff;
  color: #949494;
  cursor: pointer;
  padding: 10px 12px;
  margin: 5px 0;
  font-weight: normal;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.modal__container-sign-in .modal__sign-in-google img {
  width: 15%;
  vertical-align: bottom;
  padding: 0 2px 0 20px;
  margin-right: 20px;
}

.modal__container-sign-in .modal__sign-in-google:hover {
  background-color: #cccccc;
}

.modal__container-sign-in .modal__close-button {
  background-color: #cccccc;
  border: none;
  padding: 12px;
  color: #05376a;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
}

.modal__container-sign-in .modal__close-btn-img {
  width: 60%;
  vertical-align: text-bottom;
}

.modal__container-sign-in .modal__container-paragraph {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  margin: 20px 0 25px 0;
  font-family: GTWalsheimBold;
}

.modal__container-sign-in .modal__sign-up-input {
  border: none;
  background-color: #ffffff;
  color: #949494;
  padding: 10px 0;
  width: 100%;
  font-size: 12px;
  margin: 5px 0;
  text-indent: 10px;
}

.modal__container-sign-in .form-group {
  margin-bottom: 10px;
  position: relative;
}

.form-group {
   margin-bottom: 0;
  padding: 0;
}

#firstname{
  width: 98%;
}

.contact-us.my-profile{
  line-height: 1.2em;
}

.modal__container-sign-in .modal__container-or {
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}

.modal__container-sign-in .modal__sign-in-select-checkbox {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: baseline;
}

.modal__container-sign-in .modal__sign-in-checkbox-wrap {
  display: flex;
}
/*
.en-us .modal__container-sign-in .modal__sign-in-checkbox-wrap,
.es-us .modal__container-sign-in .modal__sign-in-checkbox-wrap,
.en-us .modal__container-sign-in .password-request:first-child,
.es-us .modal__container-sign-in .password-request:first-child
{
  display: none;
}
*/
.modal__container-sign-in .modal__sign-in-checkbox-wrap .checkbox {
  margin: 0 5px 0 0;
}

.modal__container-sign-in .checkbox label {
  align-items: center;
  justify-content: space-between;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  color: #333 !important;
  left: 5px;
}

html:lang(en) .fancy-login-user-login-form {
  width: 270px;
}

html:lang(fr) .fancy-login-user-login-form {
  width: 320px;
}

/*
#fancy_login_user_login_block_wrapper .item-list--messages li.item--message{
  display: none;
}*/

body.fr .modal__container-sign-in .checkbox label {
  width: auto;
}

.modal__container-sign-in .checkbox input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  padding: 0;
  height: 20px;
  width: 60px;
  vertical-align: bottom;
  left: -5px;
}

/*.modal__container-sign-in .checkbox input[type="checkbox"]:before {*/
/*  content: '';*/
/*  margin-right: 10px;*/
/*  display: inline-block;*/
/*  margin-top: -2px;*/
/*  width: 16px;*/
/*  height: 16px;*/
/*  min-height: 16px;*/
/*  min-width: 16px;*/
/*  background: #fcfcfc;*/
/*  border: 2px solid #0e4caa;*/
/*  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);}*/
.modal__container-sign-in .checkbox label:hover {
  color: #333;
}

.modal__container-sign-in .checkbox input[type="checkbox"]:focus:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.modal__container-sign-in .checkbox input[type="checkbox"]:checked:before {
  background-color: #0e4caa;
  box-shadow: inset 0 0 0 2px white;
}

.modal__container-sign-in .modal__sign-in-select-button {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.modal__sign-in-select-button button {
  display: inline-block;
  background-color: #db1d2c;
  padding: 10px 30px;
  box-shadow: 0 3px 0 0 #b81321;
  border-radius: 3px;
  color: white !important;
  text-align: center;
  transition: all 0.2s;
  font-weight: bold;
  cursor: pointer;
  outline: none !important;
  font-size: 16px;
  min-width: 150px;
  min-height: 40px;
}

.modal__sign-in-select-button button:hover {
  background-color: #b81321;
  transition: all 0.2s;
}

.modal__container-sign-in .modal__checkbox-text {
  font-weight: normal;
  font-size: 12px;
}

.modal__container-sign-in .modal__sign-in-forgot {
  font-weight: normal;
}

.modal__container-sign-in .modal__sign-in-forgot p {
  font-size: 12px;
}

.modal__container-sign-in .modal__sign-in-forgot a {
  color: #db1d2c;
  font-size: 12px;
}

.modal__container-sign-in .modal__sign-in-select-button {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.modal__container-sign-in .modal__sign-in-button {
  background-color: #dd2f3d;
  color: #ffffff;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.modal__container-sign-in .modal__sign-in-button:hover {
  background-color: #b81321;
  transition: all 0.2s;
}

.modal__container-sign-in .modal__sign-in {
  font-size: 12px;
  font-weight: lighter;
  color: #333;
  text-align: center;
}

.modal__container-sign-in .modal__sign-in .modal__sign-in-link {
  text-decoration: underline;
  color: #333;
  margin-left: 5px;
}

.modal--is-open-sign-in .modal__container-sign-in {
  visibility: visible;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

body.modal--is-open-sign-up .modal__container-sign-up {
  visibility: visible;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all .8s;
}

.modal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  background-color: #ebebeb;
  color: #053768;
  font-weight: bold;
  /* width: 250px; */
  padding: 30px 40px;
}

.form-checkbox {
  margin: 0 -20px !important;
}

.control-label {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF !important;
}

.form-submit {
  background-color: #dd2f3d;
  color: #ffffff;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.en-us .modal__container-sign-up .modal__sign-up-button,
.es-us .modal__container-sign-up .modal__sign-up-button {
  margin-top: 20px;
}

.glyphicon-log-in {
  display: none;
}

.region-page-bottom #fancy_login_login_box {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: unset !important;
  margin-top: unset !important;
  padding: 0 10px;
  transform: translate(-50%, -50%);
  width: 500px;
  background-color: #ebebeb !important;
  border-radius: 0;
}

.modal__close-btn-img {
  width: 70%;
}

/**********************************************
*** Update password form
**********************************************/

.updatepassword-fields {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  width: 45%;
  margin: 50px auto 20px auto !important;
}

#updateprofilepwd-form .update-pwd-field {
  width: 30%;
  margin: auto;
  text-align:left;
}

#updateprofilepwd-form {
  text-align:center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .updatepassword-fields {
    width: 80% !important;
  }

  #updateprofilepwd-form .update-pwd-field {
    width:70%;
  }
}

/**********************************************
*** GLOBAL
**********************************************/
::-webkit-input-placeholder {
  color: gray;
}

::-moz-placeholder {
  color: gray;
}

::-ms-input-placeholder {
  color: gray;
}

::placeholder {
  color: gray;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.3;
}

h1 {
  font-size: 52px;
}

p {
  font-size: 18px;
  color: #3d3c3c;
}

a {
  text-decoration: none;
}

.navbar-default {
  background-color: #FFFFFF;
}

.vr-coupon-copy .btn_red {
  margin: auto;
}

.banner_slide--text .btn_red {
  margin: 0;
}

.btn_red {
  display: inline-block;
  background-color: #db1d2c;
  padding: 12px 30px;
  box-shadow: 0 3px 0 0 #b81321;
  border-radius: 3px;
  color: white !important;
  text-align: center;
  transition: all 0.2s;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  outline: none !important;
  font-family: GtWalsheimBold;
  min-width: 150px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
}

.btn_red-navbar {
  background-color: #db1d2c;
  padding: 12px 30px;
  box-shadow: 0 3px 0 0 #b81321;
  border-radius: 3px;
  color: white !important;
  text-align: center;
  transition: all 0.2s;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  outline: none !important;
  font-family: GtWalsheimBold;
  width: 150px;
  min-width: 150px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin-left: 15px;
  margin-right: 15px;
}

.btn_red-navbar:hover {
  background-color: #b81321;
  transition: all 0.2s;
  color: white;
  text-decoration: none;
}

.btn_blue-navbar {
  background-color: #1E5AA5;
  padding: 12px 30px;
  box-shadow: 0 3px 0 0 #1b3c94;
  border-radius: 3px;
  color: white !important;
  text-align: center;
  transition: all 0.2s;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  outline: none !important;
  font-family: GtWalsheimBold;
  width: 150px;
  min-width: 150px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}

.btn_blue-navbar:hover {
  background-color: #1b3c94;
  transition: all 0.2s;
  color: white;
  text-decoration: none;
}


body.fr .btn_red {
  text-transform: none;
}

/*body.modal--is-open-sign-up  {*/
/*    overflow: hidden;*/
/*    position: fixed;*/
/*}*/

.modal__container-sign-up .modal__sign-up-button {
  min-width: 150px;
  min-height: 40px;
}

.modal__inquiry {
  font-size: 14px;
  color: #3d3c3c;
}

.btn_red:hover {
  background-color: #b81321;
  transition: all 0.2s;
  color: white;
  text-decoration: none;
}

.btn-primary {
  background-color: #db1d2c !important;
  border-color: #db1d2c !important;
  box-shadow: 0 3px 0 0 #b81321;
  min-width: 150px;
  min-height: 52px;
  font-family: GtWalsheimBold;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #b81321 !important;
  border-color: #b81321 !important;
  box-shadow: 0 3px 0 0 #db1d2c;
}

.sign_in.disabled{
  pointer-events: none;
  cursor: default;
}

/* Slick starts  */


/* Slick ends  */

/*Life search form */

body.path-life.en form .form--inline,
body.path-life.fr form .form--inline {
  display: flex;
  justify-content: center;
}

/*end life search form */

.img-recipe {
  display: block;
}

.img-recipe:focus {
  text-decoration: none;
}

.img-recipe:hover {
  text-decoration: none;
}

section#banner .banner_slide.recipe-desktop {
  display: block;
}

section#banner .banner_slide.recipe-mobile {
  display: none;
}

@media screen and (max-width: 1500px) {

  body.modal--is-open-sign-up .modal__container-sign-up {
    /* overflow: hidden; */
  }

  .modal__container-sign-up .modal {
    /* margin: 80px 0; */
  }

  .modal__container-sign-up .modal {
    /* top: 100px !important; */
  }

  .modal__container-sign-up .modal {
    /* max-height: 800px; */
  }
}

@media (max-width: 1400px) and (max-height: 1024px) {
  .modal {
    top: 0px;
  }
}

@media (max-width: 1024px) and (max-height: 1400px) {
  .modal {
    top: 0px !important;
  }
}

@media screen and (max-width: 1024px) and (max-height: 768px) {
  .modal__container-sign-up .modal {
    top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .region-page-bottom #fancy_login_login_box {
    width: 350px !important;
  }

  .modal {
    padding: 30px 20px !important;
  }

  .modal__container-sign-up .modal {
    padding: 30px 50px !important;
  }
}

@media screen and (max-width: 411px) {
  .modal__container-sign-up .modal__close-button {
    top: 62px !important;
  }
}

@media (max-width: 411px) and (max-height: 731px) {
  .modal__container-sign-up .modal__close-button {
    top: 55px !important;
  }
}

@media (max-width: 375px) and (max-height: 812px) {
  .modal__container-sign-up .modal__close-button {
    top: 61px !important;
  }
}

@media (max-width: 375px) and (max-height: 667px) {
  .modal__container-sign-up .modal__close-button {
    top: 50px !important;
  }
}

@media screen and (max-width: 375px) {
  .modal__container-sign-up .modal__close-button {
    top: 50px;
  }

  .modal {
    padding: 30px 50px;
  }

  .modal__container-sign-up .modal__sign-up-google,
  .modal__container-sign-up .modal__sign-up-fb {
    padding: 10px 9px;
  }

  .modal__container-sign-up .modal__sign-up-select {
    padding: 6px;
  }

  .modal__container-sign-up .modal__user-info-icon {
    /*right: 20px;*/
  }
}

@media screen and (max-width: 360px) {
  .modal__container-sign-up .modal__close-button {
    top: 48px !important;
  }

  .navbar-fixed-top {
    height: 90px;
  }

  header .header__logo-container .header__logo {
    width: 40%;
  }

  header .header__logo-container.smaller img {
    width: 25%;
  }
}

@media screen and (max-width: 320px) {
  .modal__container-sign-up .modal__close-button {
    top: 46px !important;
  }

  .modal {
    width: 190px;
  }

  .modal__container-sign-up .modal__container-paragraph {
    font-size: 20px;
  }

}

section#ads-unit {
  position: relative;
  text-align: center;
  width: 100%;
  top: 0;
  justify-content: center;
  display: flex;
}

section .ads-unit-wrapper {
  position: relative;
}

section .ads-banner {
  display: inline-block;
}

section#ads-unit.ads-unit-index {
  z-index: 9999;
}

.navbar-fixed-top {
  position: relative;
  margin-bottom: 0;
  top: 0 !important;
  justify-content: space-between;
}

.modal__close-ads-banner {
  right: 0px;
  top: 0px;
  position: absolute;
  border: none;
  padding: 5px;
}

.modal__close-ads-btn-img {
  width: 50% !important;
}

header.scroll-ads-banner {
  position: relative;
  margin-bottom: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 90px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

header .header__logo {
  width: 100px;
  height: 75px;
  position: relative;
  transition: all .3s;
  top: 2px;
}

@media (max-width: 768px) {
  header .header__logo {
    max-width: 170px;
  }
}

header .header__logo-container a {
  display: block;
}

header .header__logo-container.smaller img {
  /*width: 50%;*/
  top: 0px;
}

header .header__mobile-topnav {
  display: none;
}

header .mobile-menu-items {
  display: flex;
}

header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: 100%;
  flex: 1;
}

header .menu a {
  text-align: center;
  color: #4c4c4c;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.3s all;
}

header .menu a:hover {
  color: #0e4caa;
  transition: 0.3s all;
}

header .menu .active-trail a:visited {
  color: #db1d2c !important;
}

header .menu_account {
  font-size: 16px;
  display: flex;
  align-items: center;
  /*padding-left: 20px;*/
}

header .menu_account a {
  font-size: 16px;
}

/*.menu--main .last a {*/
/*  width: 130px;*/
/*}*/

header .menu_account .sign_in {
  color: #0e4caa;
  font-weight: bold;
  margin: 0 10px;
  font-size: 16px;
  text-align: center;
  width: 100px;
  position: relative;
}

header .menu_account .sign_up {
  margin: 10px 10px;
}

@media screen and (max-width: 980px) {
  section#ads-unit {
    position: fixed;
    bottom: 0px;
    z-index: 1;
    top: auto;
  }

  section .ads-unit-wrapper {
    position: initial;
  }

  .ads-unit-wrapper img {
    width: 100%;
  }


  header.scroll-ads-banner {
    top: 0px !important;
  }

  .modal__close-ads-banner {
    display: block;
    background-color: #cccccc;
    border: none;
    padding: 5px 3px;
    color: #05376a;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0px;
  }

  header {
    display: block;
    padding-bottom: 0;
  }

  header .modal__wrapper-js {
    display: none;
  }

  header .header__logo-container {
    max-width: 240px;
  }

  header .header__logo-container .header__logo {
    height: 45px;
    width: auto;
    bottom: 0;
    z-index: 1;
    position: absolute;
  }

  header .header__mobile-topnav {
    display: block;
    position: absolute;
    color: #333;
    right: 80px;
    top: 0px;
    font-size: 32px;
    cursor: pointer;
  }

  header .header__mobile-topnav .header__mobile-topnav {
    right: 170px;
  }

  header .header__mobile-topnav .top-bar,
  header .header__mobile-topnav .middle-bar,
  header .header__mobile-topnav .bottom-bar {
    display: block;
    width: 35px;
    height: 5px;
    background-color: #0e4caa;
    margin-bottom: 5px;
    transition: all 0.2s;
  }

  header .header__mobile-topnav.menu-open .top-bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    position: relative;
    top: 9px;
  }

  header .header__mobile-topnav.menu-open .middle-bar {
    display: none;
  }

  header .header__mobile-topnav.menu-open .bottom-bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    position: relative;
    top: 4px;
  }

  header .menu {
    display: none;
    margin-left: 0;
    border-bottom: none;
    flex: 1;
  }

  header .menu a {
    display: block;
    border: none;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 15%;
  }

  header .menu_account {
    /*display: none;*/
    position: relative;
    flex-direction: column;
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  header .header__mobile-topnav {
    right: 70px;
  }
}

@media screen and (max-width: 375px) {
  header .header__mobile-topnav {
    right: 70px;
  }

  header .menu_account {
    right: 40px;
  }
}

@media screen and (max-width: 320px) {
  .sign_in {
    display: flex;
    justify-content: center;
  }
}

/*section#banner .banner_slide {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  background-position: center;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat; }*/


section#banner .banner-desktop {
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*padding: 0 15%;*/
  padding: 120px 15% 160px;
  height: 580px;
}

.home_slide .banner-desktop {
  cursor: pointer;
}

section#banner .view-display-id-block_contest_header .banner-desktop,
section#banner .view-display-id-block_aboutus_header .banner-desktop,
section#banner .view-display-id-block_coupon_header .banner-desktop,
section#banner .view-display-id-block_recipes_header .banner-desktop,
section#banner .view-display-id-block_life_header .banner-desktop {
  height: 580px;
}

section#banner .view-display-id-block_aboutus_header .banner_slide--text h1, section#banner .view-display-id-block_aboutus_header .banner_slide--text p {
  color: #FFFFFF;
}

section#banner .banner-desktop h1.h1 {
  color: #0e4caa;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 60px !important;
  line-height: 65px;
  font-family: 'GTWalsheimBold', 'sans-serif';
}

section#banner .banner-desktop span.h1 {
  color: #0e4caa;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 60px !important;
  line-height: 65px;
  font-family: 'GTWalsheimBold', 'sans-serif';
}

body.fr section#banner .banner-desktop span.h1 {
  font-size: 50px !important;
}

html:lang(fr) section#banner .banner-desktop span.h1 {
  line-height: 55px;
}

#banner-mobile, .banner-mobile {
  display: none !important;
}


section#banner .banner_slide--text {
  width: 50%;
}

section#banner .banner_slide--text h1 {
  color: #0e4caa;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 60px !important;
  line-height: 65px;
}

section#banner .banner_slide--text p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #545453;
  width: 520px;
}

section#banner .banner_slide--text-recipe {
  width: 60%;
  height: 580px;
  padding: 200px 15%;
}

section#banner .banner_slide--text-recipe h1 {
  color: #0e4caa;
  font-weight: bold;
  margin-bottom: 40px;
}

section#banner .banner_slide--text-recipe p {
  margin-bottom: 40px;
}

section#banner .banner_slide--text.slide-center {
  /*width: 100%;*/
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

section#banner .banner_slide--text.slide-left {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  position: relative;
  bottom: 40px;
}

html:lang(fr) section#banner .banner_slide--text.slide-left {
  width: 70%;
}

.path-contests section#banner .banner_slide--text.slide-left {
  bottom: -20px;
}

section#banner .banner_slide--text.slide-left img {
  margin-bottom: 10px;
}

section#banner .banner_slide--text.slide-right {
  width: 35%;
  text-align: center;
  margin-left: auto;
}

section#banner .slick-dots {
  position: relative;
}

.tastythemed8 .messages__wrapper {
  top: -30px;
}

section#banner .banner_slide--text-recipe img {
  width: 10%;
}

section#banner .banner_slide .banner_slide_recipe--text {
  color: #ffffff;
  height: 580px;
  padding: 200px 15%;
}

section#banner .banner_slide .banner_slide_recipe--text .banner_slide--ads {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

section#banner .banner_slide .banner_slide_recipe--text .banner_slide--lays {
  width: 120px;
  margin-left: 20px;
}

section#banner .banner_slide .banner_slide_recipe--text .banner_slide_recipe-h1 {
  font-weight: bold;
  font-size: 65px;
  line-height: 65px;
}

@media screen and (max-width: 1400px) {
  section#banner .banner_slide .banner_slide_recipe--text {
    height: auto;
  }

  .article .arrow-section-general, .recipe .arrow-section-general {
    height: 40px !important;
  }

  section#banner .slick-dots {
    top: -120px;
  }

  /*.arrow-section-general {*/
  /*    height: 100px !important;*/
  /*}*/
  section#banner .view-display-id-block_contest_header .banner-desktop, section#banner .view-display-id-block_aboutus_header .banner-desktop, section#banner .view-display-id-block_coupon_header .banner-desktop, section#banner .view-display-id-block_recipes_header .banner-desktop, section#banner .view-display-id-block_life_header .banner-desktop {
    height: 570px;
  }
}

@media screen and (max-width: 1024px) {

  .arrow-section-general {
    height: 80px !important;
  }

  section#banner .slick-dots {
    top: -30px;
  }
}

@media screen and (max-width: 375px) {
  section#banner .banner_slide--text-recipe img {
    margin-left: 15px;
  }
}

.sr-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

section#contest section#contentBlocks h2, section#contest section#contentBlocks h1 {
  text-align: center;
  color: #0e4caa;
  font-weight: bold;
  font-size: 36px;
  margin-top: 30px;
}

section#contest section#contentBlocks h1 {
  font-size:48px !important;
}

section#contest section#contentBlocks p {
  text-align: center;
}

section.contest-thanks .col-xs-12.text-center {
  padding: 40px 0 50px 0;
}

.about-us__claims-box-text p {
  text-align: left !important;
}

section#claims {
  position: relative;
  background-color: #ffffff;
}

section#claims h2 {
  text-align: center;
  color: #0e4caa;
  font-weight: bold;
  font-size: 36px;
  padding: 30px 0 10px 0;
}

section#claims p {
  text-align: center;
  margin: 0 0 60px 0;
  font-size: 18px;
}

section#claims .claims--row {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

section#claims .claims--box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  position: relative;
}

section#claims .claims--box .img_container a{
  display: block;
}

section#coupons .coupon--container-bg-desktop {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.claims--box-paragraph {
  font-family: GTWalsheimBold;
  padding-top: 10px;
}

section#claims .claims--box img {
  width: 150px;
  height: 120px;
}

section#coupons {
  overflow-x: hidden;
}

section#coupons .coupon--container {
  display: flex;
  width: 80%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 101px 0;
  height: 580px;
}

section#coupons .coupon--display {
  flex: 2;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

section#coupons .coupon--display img{
    width: 100%;
}

section#coupons .coupon--container-bg-desktop {
  background-position: center;
}


html:lang(fr) section#banner .banner_slide--text.slide-left {
  bottom: 20px;
}

html:lang(fr) section#banner .banner_slide--text p {
  width: 100%;
}

/**********************************************
*** STARTING INTERNET EXPLORER
**********************************************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal__container-sign-in .modal__sign-in-google {
    height: 100%;
  }

  section#coupons .coupon--display {
    display: block;
  }

  section#coupons .coupon--text {
    display: block;
  }

  section#coupons .coupon--text h3 {
    width: 100%;
  }

  section#coupons .coupon--leftcol img {
    height: 100%;
  }

  section#banner .banner_slide--text.slide-left {
    display: block;
  }

  .btn_red {
    display: inline-block;
  }

  #fancy_login_login_box {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  section#coupons .coupon--text {
    display: block;
    padding: 40px 30px !important;
  }

  section#coupons .coupon--text h3 {
    margin-bottom: 10px;
  }

  section#coupons .coupon--text p {
    display: block;
    width: 100%;
  }

  section#lifestyle .lifestyle-detail__article strong, section div.field--item strong {
    width: 100%;
  }

  html:lang(fr) .fancy-login-user-login-form {
    width: 20%;
  }

  section#contest .contest__menu-detail-wrapper {
    height: 100%;
  }

  section#contest .contest__menu-detail-wrapper .contest__menu-detail-section .contest__menu-detail-section-image {
    height: 100%;
  }

  section#contest .contest__menu-detail-wrapper .contest__menu-detail-section {
    height: 100%;
  }

  .claims--box .img_container {
    height: 100%;
  }

}

section#coupons .coupon--leftcol {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

section#coupons .coupon--leftcol img {
  width: 100%;
}

section#coupons .coupon--leftcol-lays {
  width: 100%;
}

section#coupons .coupon--leftcoltext {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#coupons .coupon--leftcoltext span {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}

section#coupons .coupon--leftcoltext .price {
  font-size: 80px;
}

section#coupons .coupon--leftcoltext .dollarsign {
  position: relative;
  top: -20px;
  font-size: 32px;
}

section#coupons .coupon--leftcoltext .off {
  font-size: 32px;
}

section#coupons .coupon--leftcoltext .coupon-boxed {
  font-size: 32px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 5px 15px;
}

section#coupons .coupon--text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 20px 30px;
  background-color: white;
  position: relative;
}

section#coupons .coupon--text h3,
section#coupons .coupon--text h5,
section#coupons .coupon--text p {
  text-align: center;
}

section#coupons .coupon--text h3 {
  color: #0e4caa;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
}

section#coupons .coupon--text h5 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

.en-us section#coupons .coupon--text p,
.es-us section#coupons .coupon--text p {
  margin-bottom: 20px;
}

.coupon--text-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.coupon--text-wrapper img {
  width: 50px;
  margin: 0 10px;
}

.coupon-logo {
  width: auto !important;
}

@media screen and (max-width: 768px) {

  section#coupons .coupon--container {
    display: flex;
  }

  .lifestyle_slide.banner-desktop-hide {
    display: none;
  }
}


/* Start lifestyle section  */


/* End lifestyle section  */

.contest__social-media {
  display: flex;
  align-items: center;
  margin-top: 30px;
  max-width: 1024px;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 80px 0;
  width: 80%;
}

.contest__social-media a {
  display: contents;
}

@media screen and (max-width: 768px) {
  section#coupons .coupon--container {
    height: auto;
  }

  section#lifestyle .coupon--container {
    flex-direction: column;
  }

  section#lifestyle .lifestyle_slide--text {
    margin: auto;
  }

  section#lifestyle .lifestyle_slide--text h2 {
    font-size: 20px;
  }
}

/*body.front section#recipes {*/
/*  margin-top: 64px;*/
/*}*/

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

body.path-life .recipe_slide {
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  height: 580px;
}

body.path-life .recipe_slide .recipe_slide--text {
  padding: 200px 15%;
}


section#recipes .recipe_slide {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 580px;
  padding-top: 150px;
}

/* section#recipes .recipe_slide_container {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 580px;
  padding-top: 150px;
} */

section#recipes .recipe_slide--text {
  width: 50%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10%;
  position: relative;
  bottom: 60px;
}

section#recipes .recipe_slide--text img {
  display: block;
  margin: 0;
}

.lifestyle_slide-icon-text {
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}

section#recipes .recipe_slide--text h2,
section#recipes .recipe_slide--text p {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
  padding: 0 15px;
}

section#recipes .recipe_slide--text span {
  color: #FFFFFF;
  margin-bottom: 10px;
  line-height: 1.2em;
  font-size: 44px !important;
  font-family: 'GtWalsheimBold';
  text-align: center;
}

section#recipes .recipe_slide-icon-text {
  margin-bottom: 40px;
  color: #0e4caa;
  font-weight: bold;
  margin-right: 10px;
  font-size: 18px;
}

section#recipes .recipe_slide--text.slide-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

section#recipes .recipe_slide--text.slide-left {
  text-align: left;
  margin-right: auto;
}

body.path-life section#recipes .recipe_slide--text.slide-right {
  text-align: center;
  padding: 0;
}

section#recipes .recipe__menu {
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#recipes .recipe__menu.related-recipes {
  margin-top: 50px;
}

section#recipes .recipe__menu sup {
  /* font-size: 0.8em; */
}

.subcategory-filters{
  display: flex;
  justify-content: space-around;
  margin: 30px 0 50px 0;
}

.subcategory-item{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  margin: 0 15px;
}

.subcategory-item img{
  height: auto;
  width: 140px;
  margin-bottom: 15px;
  border-radius: 70px;
}

.subcategory-item .title {
  font-weight: bold;
}

@media (max-width: 767px) {

  .subcategory-filters {
    /*display: block;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .subcategory-item{
    width: 50%;
    padding: 0 15px 16px;
    margin: 0;
  }

  .subcategory-item img{
    /*width: 100%;*/
  }
}

/*Select*/
/**********************************************
    *** Background clip checkbox
    **********************************************/
/**********************************************
    *** End background clip checkbox
    **********************************************/
.coupon--container-bg-mobile {
  display: none;
}

section#recipes .recipe__menu h1, section#recipes .recipe__menu h2 {
  text-align: center;
  color: #0e4caa;
  font-weight: bold;
  padding: 30px 0 10px 0;
}

section#recipes .recipe__menu p {
  margin-bottom: 20px;
}

section#recipes .recipe__menu .form-actions button.form-submit {
  min-width: 150px;
  font-family: 'GtWalsheimBold';
  font-weight: bold;
  font-size: 100%;
  min-height: 43px;
  margin-left: 23px;
}

section#recipes .recipe__menu .select-css {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0e4caa;
  padding: 0.6em 6em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #acacac;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/arrow_recipe.png");
  background-repeat: no-repeat, repeat;
  background-position: right 1.2em top 55%, 0 0;
  background-size: 0.9em auto, 100%;
}

section#recipes .recipe__menu .recipe__select-css::-ms-expand {
  display: none;
}

section#recipes .recipe__menu .recipe__select-css:hover {
  border-color: #888;
}

section#recipes .recipe__menu .recipe__select-css:focus {
  outline: none !important;
}

section#recipes .recipe__menu .recipe__select-css option {
  display: none;
}

section#recipes .recipe__menu .recipe__select-css option:focus {
  display: none;
  outline: none;
}

section#recipes .recipe__menu .recipe__multiselect {
  width: 200px;
}

section#recipes .recipe__menu .recipe__select-box {
  position: relative;
}

section#recipes .recipe__menu .selectBox select {
  width: 100%;
  font-weight: bold;
}

section#recipes .recipe__menu .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section#recipes .recipe__menu .recipe__checkboxes {
  border: 1px #dadada solid;
  background: #ffffff;
  width: 100%;
}

section#recipes .recipe__menu .recipe__checkboxes label {
  display: flex;
  margin: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #717173;
  align-items: center;
}

section#recipes .recipe__menu .recipe__checkboxes span {
  font-weight: 600;
  font-size: 14px;
  color: #717173;
}

section#recipes .recipe__menu .recipe__checkboxes .recipe__checkboxes-wrap {
  display: flex;
  align-items: center;
}

section#recipes .recipe__menu .recipe__checkboxes .recipe__checkboxes-color {
  display: none;
}

section#recipes .recipe__menu .recipe__checkboxes-color + label:before {
  border: 2px solid #0e4caa;
  display: flex;
  transition-duration: 0.3s;
  width: 7px;
  height: 7px;
  content: "";
  padding: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

section#recipes .recipe__menu .recipe__checkboxes-color:checked + label:before {
  background-color: #0e4caa;
  box-shadow: inset 0px 0px 0px 2px white;
}

section#recipes .recipe__menu .recipe__form {
  display: flex;
  justify-content: space-between;
  width: 1100px;
}

section#recipes .recipe__menu .recipe__search-input {
  color: #333333;
  font-weight: bold;
  padding: 12px 10px;
  border: 1px solid #acacac;
}

section#recipes .recipe__menu .recipe__button {
  background-color: #dd2f3d;
  color: #ffffff;
  padding: 12px 50px;
  margin-bottom: 50px;
  box-shadow: 0 3px 0 0 #b81321;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 200px;
  height: 38px;
}

section#recipes .recipe__menu .recipe__button:hover {
  background-color: #b81321;
  transition: all 0.2s;
}

section#recipes .recipe__menu .recipe__filter-wrapper {
  display: block;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  width: 100%;
  padding: 0 15px;
  position: relative;
}

section#recipes .recipe__menu .recipe__menu-detail-wrapper {
  /*display: flex;*/
  /*margin: 0 0 20px 0;*/
  /*width: 100%;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: 0;
  margin-bottom: 20px;
}


@media only screen and (max-width: 767px) {
  section#recipes .recipe__menu .recipe__menu-detail-wrapper {
    margin: 0 0 20px 0;
  }
}

section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__menu-detail-section
  /* section#recipes .recipe__menu .recipe__menu-detail-wrapper > strong  */
{
  display: flex;
  flex-direction: column;
  /*border-bottom: 2px solid #0d4ca9;*/
  width: 31%;
  margin-bottom: 40px;
}

section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__menu-detail-section:nth-child(3n+2) {
  margin-left: 3%;
  margin-right: 3%;
}

@media (max-width: 768px) {
  .recipe__menu-detail-section > div {
    height: auto;
  }

  section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__menu-detail-section:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}

.recipe__menu-detail-wrapper .recipe__menu-detail-section.empty {
  border-bottom: 0 !important;
}

section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__menu-detail-section p {
  margin-left: 10px;
}

@media (max-width: 768px) {
  section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__menu-detail-section p {
    padding: 0;
  }
}

section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__menu-detail-wrapper-title {
  max-height: 117px;
  overflow: hidden;
  color: #0e4caa;
  font-weight: bold;
  font-size: 25px;
  margin: 0 0 0 10px;
  padding: 20px 0 0 10px;
  height: 90px;
  cursor: pointer;
}

section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__btn_red {
  background-color: #db1d2c;
  padding: 12px 30px;
  margin-left: 10px;
  box-shadow: 0 3px 0 0 #b81321;
  border-radius: 3px;
  color: white;
  text-align: center;
  transition: all 0.2s;
  font-weight: bold;
  text-decoration: none;
  font-family: 'GtWalsheimBold';
  min-width: 150px;
  min-height: 40px;
}

section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__btn_red:hover {
  background-color: #b81321;
  transition: all 0.2s;
}

section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__star-wrapper .recipe__star-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 5px 0;
}

section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__star-wrapper .recipe__star-block span {
  font-size: 14px;
}

section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__star-wrapper .recipe__star-block img {
  margin-left: 3px;
}

section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__star-wrapper {
  margin-right: 10px;
}

.recipe__star-block-position {
  position: relative;
  top: 2px;
}

.recipe__menu-detail-sub-wrapper {
  /*height: 175px;*/
  display: flex;
  flex-direction: column;
  /*justify-content: baseline;*/
  /*height: 100%;*/
  height: auto;
  justify-content: space-between;
  min-height: 280px;
}

.recipe__menu-detail-sub-wrapper-height {
  /* height: 200px; */
}

.recipe__menu-detail-sub-wrapper-height ol,
.recipe__menu-detail-sub-wrapper-height ul {
  margin-left: 10px;
  margin-right: 10px;
}

section#recipes .recipe-detail__cook {
  max-width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.recipe-detail__cook sup {
  /* font-size: 0.8em; */
}

.recipe-detail__instructions sup {
  /* font-size: 0.8em; */
}

.recipe-margin-top {
  margin-top: 30px;
}

body.page-node-type-recipe section#recipes .recipe-detail__cook {
  flex-direction: column;
  /*align-items: center;*/
}

body.page-node-type-recipe section#recipes .recipe-detail__cook .banner_slide_recipe-h1 {
  color: #0e4caa;
  padding-top: 30px;
}

body.page-node-type-recipe section#recipes .banner_slide--ads,
body.page-node-type-article section#lifestyle .banner_slide--ads {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: initial;
  width: 100%;
  color: #0e4caa;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  body.page-node-type-recipe section#recipes .banner_slide--ads {
    justify-content: center;
  }
}

.banner_slide--ads img {
  width: 10%;
  margin-left: 5px;
}

section#recipes .recipe-detail__cook .recipe-detail__cook-instruction {
  width: auto;
  line-height: 1.4;
}

section#recipes .recipe-detail__cook .wrapper-instructions {
  display: flex;
}

section#recipes .recipe-detail__cook .recipe-detail__description {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 85%;
}

section#recipes .recipe-detail__cook .recipe-detail__description-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 85%;
}

@media (max-width: 768px) {
  section#recipes .recipe-detail__cook .recipe-detail__description-column {
    width: 100%;
    align-items: center;
  }
}

section#recipes .recipe-detail__cook .recipe-detail__cook-preparation {
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
  width: 100%;
}

section#recipes .recipe-detail__cook .recipe-detail__cook-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  section#recipes .recipe-detail__cook .recipe-detail__cook-wrap {
    width: 33%;
  }
}

section#recipes .recipe-detail__cook .recipe-detail__cook-wrap img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 100px;
}

section#recipes .recipe-detail__cook .recipe-detail__icon-text {
  text-align: center;
}

section#recipes .recipe-detail__cook .recipe-detail__icon-text .checked {
  color: orange;
}

section#recipes .recipe-detail__cook .recipe-detail__rate {
  display: flex;
  flex-direction: row-reverse;
  height: 46px;
  padding: 0 10px;
}

section#recipes .recipe-detail__cook .recipe-detail__rate:not(:checked) > input {
  display: none;
}

section#recipes .recipe-detail__cook .recipe-detail__rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

section#recipes .recipe-detail__cook .recipe-detail__rate:not(:checked) > label:before {
  content: "★ ";
}

section#recipes .recipe-detail__cook .recipe-detail__rate > input:checked ~ label {
  color: #ffc700;
}

section#recipes .recipe-detail__cook .recipe-detail__rate:not(:checked) > label:hover,
section#recipes .recipe-detail__cook .recipe-detail__rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

section#recipes .recipe-detail__cook .recipe-detail__rate > input:checked + label:hover,
section#recipes .recipe-detail__cook .recipe-detail__rate > input:checked + label:hover ~ label,
section#recipes .recipe-detail__cook .recipe-detail__rate > input:checked ~ label:hover,
section#recipes .recipe-detail__cook .recipe-detail__rate > input:checked ~ label:hover ~ label,
section#recipes .recipe-detail__cook .recipe-detail__rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

section#recipes .recipe-detail__ingredients {
  max-width: 1024px;
  display: flex;
  margin: auto;
  margin-bottom: 50px;
}

section#recipes .recipe-detail__ingredients .recipe-detail__h3 {
  color: #0e4caa;
  font-size: 35px;
  font-weight: bold;
  margin: 20px 0;
  padding-top: 30px;
  border-top: 1px solid #0e4caa;
}

section#recipes .recipe-detail__ingredients .recipe-detail__instructions {
  width: 100%;
  padding-right: 40px;
}

section#recipes .recipe-detail__ingredients .recipe-detail__instructions p {
  line-height: 1.5em;
}

section#recipes .recipe-detail__ingredients .recipe-detail__instructions p span {
  font-weight: 600;
}

section#recipes .recipe-detail__ingredients .recipe-detail__social-media {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

section#recipes .recipe-detail__ingredients .recipe-detail__social-media a {
  display: flex;
}

section#recipes .recipe-detail__ingredients .recipe-detail__social-media a:hover {
  color: transparent;
}

section#recipes .recipe-detail__ingredients .recipe-detail__social-media img {
  width: 8%;
  height: 100%;
  margin: 0px 5px;
}

section#recipes .recipe-detail__ingredients .recipe-detail__social-media .recipe-detail__social-media-wrap-paragraph {
  color: #0e4caa;
  font-weight: bold;
  margin-right: 10px;
}

.recipe-detail__social-media-wrap-paragraph {
  color: #0e4caa;
  font-weight: bold;
}

.header__logo-container{
  width: 150px;
}

@media screen and (max-width: 1500px) {
  section#banner .banner-desktop span.h1 {
    font-size: 60px !important;
    line-height: 60px;
  }

  section#banner .banner_slide--text h1 {
    font-size: 60px !important;
    line-height: 60px;
  }
}

@media screen and (max-width: 1100px) {

  header .header__logo-container.smaller img {
    width: 70%;
  }
}

@media screen and (max-width: 1024px) {
  section#banner .banner-desktop span.h1 {
    font-size: 40px !important;
    line-height: 40px;
  }

  header .menu a {
    padding-left: 10px;
    padding-right: 10px;
  }

  header .header__logo {
    width: 50%;
    min-width: 75px;
  }

  header .header__logo-container.smaller img {
    width: 35%;
  }

  section#recipes .recipe__menu .recipe__form {
    width: 100%;
  }

  section#recipes .accordion {
    width: 15%;
  }

  section#recipes .recipe-detail__cook {
    padding: 0px 20px;
  }

  section#recipes .recipe-detail__ingredients {
    padding: 0 20px;
  }

  .recipe__menu-detail-sub-wrapper {
    /* height: 340px; */
  }

  /* .header__logo-container{
        width: 100%;
        margin: auto;
        text-align: center;
        position: relative;
    } */
  header .header__logo {
    top: 0;
  }

  header .menu {
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
  header .menu_account a {
    font-size: 1em !important;
  }

  header .menu a {
    font-size: 0.8em !Important;
    padding-left: 15px;
    padding-right: 15px;
  }

  header .header__logo {
    width: 100%;
    max-width: 100px;
    min-width: 0;
  }

  /*header .menu_account a.sign_up {
    min-width: 120px;
  }*/
}

@media screen and (max-width: 768px) {
  section#recipes .recipe__menu .form-actions button.form-submit {
    margin-top: 20px;
    margin-left: 0;
  }

  section#recipes .recipe_slide--text {
    margin: auto;
  }

  section#recipes .recipe__menu .recipe__form {
    width: 700px;
  }

  section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__menu-detail-section {
    display: flex;
    flex-direction: column;
    width: 225px;
    justify-content: space-between;
    border-bottom: 2px solid #0d4ca9;
  }

  section#recipes .recipe__menu .recipe__button {
    padding: 12px 20px;
    margin-top: 20px;
  }

  section#recipes .recipe__menu .recipe__filter-wrapper {
    width: 700px;
  }

  section#recipes .recipe__menu .accordion {
    width: 30%;
  }

  section#recipes .recipe__menu .accordion-container {
    flex-wrap: wrap;
  }

  section#recipes .recipe__menu .recipe__search {
    width: 62%;
    margin-top: 20px;
  }

  section#recipes .recipe__menu .recipe__search-input {
    width: 100%;
  }
}


@media screen and (max-width: 320px) {
  section#recipes .recipe__menu .recipe__filter-wrapper {
    width: 300px;
  }

  section#recipes .recipe__menu .recipe__form {
    width: 300px;
  }

  section#recipes .recipe__menu .recipe__search {
    width: 41%;
  }

  section#recipes .recipe__menu .recipe__button {
    width: 142px;
  }
}

section#social {
  text-align: center;
  display: none;
}

section#social h2 {
  color: #0e4caa;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 10px;
}

section#social .social__form {
  margin: 50px 0;
}

section#social .social__form img {
  margin: 0;
}

section#social .social__form .social-content {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

section#brands {
  background-color: #ffffff;
  padding-bottom: 20px;
}

section#brands h2 {
  text-align: center;
  color: #0e4caa;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 10px;
  /*padding-top: 40px;*/
}

section#brands p {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 15px;
}

section#brands .brands_carousel--container {
  position: relative;
  padding-bottom: 40px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

section#brands .brands_carousel--container .img_container {
  display: none;
  visibility: hidden;
}

section#brands .brands_carousel--container.is_loading {
  display: flex;
  justify-content: center;
  align-items: center;
}

section#brands .brands_carousel--container.is_loading .img_container {
  display: block;
  visibility: visible;
  width: 50px;
  height: 50px;
  max-width: 50px;
  background-color: yellow;
  margin-bottom: 50px;
}

section#brands .brands_carousel--container.is_loading .img_container img {
  width: 100%;
}

section#brands .brands_carousel--container.is_loading .brands_carousel {
  display: none;
  visibility: hidden;
}

section#brands .brands_carousel--container .brand_slide {
  padding: 10px 0;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}

section#brands .brands_carousel--container .brand_slide img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

section#brands .brands_carousel--container .slick-next:before,
section#brands .brands_carousel--container .slick-prev:before {
  /*color: whi;*/
  position: relative;
  right: 60%;
  opacity: 1;
  border: none;
}


section#brands .slick-prev,
section#brands .slick-next {
  border: none;
  background-color: transparent !important;
}


section#brands .slick-prev {
  left: -20px !important;
  background-color: black;
  opacity: 1;
  font-weight: lighter;
}

section#brands .slick-next {
  right: -50px !important;
  background-color: black;
  opacity: 1;
  font-weight: lighter;
}

@media (max-width: 768px) {
  section#brands .slick-prev {
    left: -10px !important;
  }

  section#brands .slick-next {
    right: -20px !important;
  }
}

footer {
  position: absolute;
  width: 100%;
  margin-top: 16px;
  background: #ffffff;
  /*border-top: 1.5px solid #E0E0E0;*/
  color: white;
}

body.en-us footer a.accessibility,
body.es-us footer a.accessibility {
  display: none;
}

footer .footer_row {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .footer_row--top {
  display: block;
  align-items: center;
  justify-content: space-between;
  /*border-bottom: 1.5px solid #E0E0E0;*/
  text-align: center;
}

.footer-logo {
  width: 200px;
  max-width: 100%;
  height: auto;
}

html:lang(en) .footer-logo.fr{
  display: none
}

html:lang(fr) .footer-logo.en{
  display: none
}

.btn-footer_fixed {
  max-width: 150px;
  margin: 0 auto;
}


/*footer .footer_row--top div {*/
/*  display: flex;*/
/*  align-items: flex-start;*/
/*  position: relative;*/
/*}*/

footer .footer_row--top div h2 {
  width: 100%;
  font-size: 48px;
  color: #000000;
  padding-bottom: 16px;
}

footer .footer_row--top div img {
  position: absolute;
  max-width: 200px;
  width: 200px;
  height: 152px;
  right: 0;
  top: -50px;
}

footer .footer_row--top p {
  /*padding-right: 10px;*/
  padding-bottom: 16px;
  color: #000000;
}

footer .footer_row--bottom {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0!important;
  background-image: linear-gradient(to right,#0e4ca9,#0d479e,#0b4293,#0b3d88,#0a387d);
}

footer .footer_row--bottom .img_container,
footer .footer_row--bottom .spacer_block {
  flex: 1;
}

footer .footer_row--bottom .img_container img,
footer .footer_row--bottom .spacer_block img {
  width: 100%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

footer .footer_row--bottom--links {
  flex: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

footer .footer_row--bottom--links ul {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  margin-bottom: 0;
}

footer .footer_row--bottom--links ul li a {
  color: white;
  text-decoration: none;
  background-color: transparent !important;
}

footer .footer_row--bottom--links ul li a:hover {
  color: white !important;
}

footer .footer_row--bottom--links ul li a span{
  position: absolute;
  left: -9000px;
  width: 0;
  overflow: hidden;
}

header .menu_account .sign_in span{

    position: absolute;
    left: -9000px;
    width: 0;
    overflow: hidden;
}

header .menu_account .sign_in:hover span{
    display:block;
    position:absolute;
    top: 22px;
    left: 5px;
    width: 90px;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif !important;
    background-color:#ffffdd;
    border: 1px solid #b7b7b7;
    color:#000;
    padding: 5px;
    text-align: center
}

footer .footer_row--bottom--links ul li a:hover span, footer .footer_row--bottom--links ul li a:focus span, footer .footer_row--bottom--links ul li a:active span{
  display:block;
  position:absolute;
  top: 32px;
  left: 0em;
  width: max-content;
  font-size: 12px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif !important;
  background-color:#ffffdd;
  border: 1px solid #b7b7b7;
  color:#000;
  padding: 5px;
  text-align: center;
}

footer .footer_row--bottom--links ul,
footer .footer_row--bottom--links p {
  font-size: 16px;
  color: white;
}

footer .footer_row .btn_red {
  padding: 12px 40px;
  min-width: 150px;
}

footer #block-footerfirst .field.field--name-body {
  display: flex;
  flex-direction: column;
}

.login-form .google-login .abcRioButton.abcRioButtonBlue {
  width: 255px !important;
}

form .google-login .abcRioButton.abcRioButtonBlue,
form .google-registration .abcRioButton.abcRioButtonBlue {
  background-color: #ffffff;
  color: #949494;
}

#register-form > div {
  margin-bottom: 10px;
}

#register-form input.error, #register-form select.error {
  border: 1px solid red;
}

/* for signup form boxes    border: 1px solid red;*/

/* START FAQ*/

.faq-title {
  color: #0e4caa;
  font-weight: bold;
  font-size: 25px;
  padding: 50px 15px;
}

.faq-border {
  border-bottom: 1px solid #0e4caa;
  margin: 0;
}

.faq-body {
  padding: 0;
}

.panel {
  border: none;
}

.panel-title:hover {
  color: #0e4caa;
}

.panel-title a:hover {
  text-decoration: none;
}

.faq-paragraph {
  text-align: left !important;
  margin-bottom: 20px !important;
}

.faq-paragraph a{
  text-decoration: underline;
}

/*replace panel-heading*/
.faq-panel {
  padding: 15px;
}

.panel-group a.faq-plus-minus:hover,
.panel-group a.faq-plus-minus:focus {
  color: #0e4caa;
}

.panel-group .faq-plus-minus:after {
  content: '-';
  float: right;
  font-weight: normal;
  position: relative;
  right: 20px;
  bottom: 1px;
  font-size: 30px;
}

.panel-group .faq-plus-minus.collapsed:after {
  content: '+';
  font-weight: normal;
  position: relative;
  right: 15px;
  bottom: 0px;
  font-size: 30px;
}

.faq-plus-minus:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0e4caa;;
  font-size: 30px;
  color: black;
  position: absolute;
  right: 20px;
}

/**********************************************
*** Forgot password
**********************************************/

.forgot-password__wrapper {
  margin: auto;
  max-width: 1024px;
  display: flex;
}

.forgot-password__height {
  margin: 80px 0;
}

.forgot-password__height h1 {
  margin-bottom: 10px;
  font-size: 48px;
  color: #0e4caa;
}

.forgot-password__space {
  margin-top: 40px;
}

.forgot-password__space label {
  margin-bottom: 10px;
}

.forgot-password__input {
  width: 50%;
}

.btnregister {
  margin: 0 auto;
}

.spacing-top {
  margin-top: 20px;
}

/**********************************************
*** Dropdown
**********************************************/

.drop-link {
  color: #4c4c4c;;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s all;
  margin: 0 30px;
  padding: 10px 0 !important;
  display: block;
}

.dropdown-menu {
  position: relative;
  display: inline-block;
  margin: 0 30px;

  min-width: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

section#recipes .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 140px;
  z-index: 1;
}

.dropdown-menu .dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
  line-height: 45px;
  text-align: left;
  padding-left: 20px;
  border: 1px solid #ccc;
}

.dropdown-content a:hover {
  background-color: #b81321;
  color: #ffffff !important;
  border: 1px solid #b81321;
}

.dropdown-menu:hover .dropdown-content {
  display: block;
}

.dropdown-menu a {
  margin: 0 !important;
  padding: 0;
  text-decoration: none;
}

.language__wrapper {
  color: #4c4c4c;
}

#block-mainnavigation {
  display: flex !important;
  align-items: center;
  font-family: 'GTWalsheimBold';
}

.social-first.ajax-poll {
  background-color: #00a1d7;
}

.social-first {
  color: #FFFFFF;
}

.social-first h3 {
  margin: 10px;
  border-bottom: 1px solid #FFF;
}

.social-first button {
  background-color: #9e6298;
}

.social-first, .social-second {
  margin: 0 35px;
  /*height: 300px;*/
  /*width: 300px;*/
  padding-bottom: 10px;
}

.social-first .alert {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  top: -52px;
  border-radius: 0;
  background-color: #db1d2c;
  border: 1px solid #db1d2c;
}

.social-first .alert p {
  font-size: 12px;
  color: #FFFFFF;
}

.fieldgroup .fieldset-wrapper {
  text-align: left;
  padding-bottom: 10px;
  padding-left: 20px;
}

.poll {
  margin: 10px;
}

.vote-form {
  text-align: center;
  font-size: 120%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.poll .vote-form {
  padding-top: 0;
}

.poll .vote-form .radio {
  margin: 0;
}

.poll .vote-form h3.poll-question {
  margin: 5px 10px;
  padding: 0 10px 5px 10px;
  font-size: 16px;
}

.alert-dismissable .close, .alert-dismissible .close {
  height: 0;
}

.alert-dismissible p, .alert-dismissible a, .alert-dismissible a:hover, .alert-dismissible a:active, .alert-dismissible a:focus {
  color: #a94442;
  font-size: 14px;
  text-align: center;
}

.alert-dismissible a, .alert-dismissible a:hover, .alert-dismissible a:active, .alert-dismissible a:focus {
  text-decoration: underline !important;
}

.poll .bar {
  height: 10px;
}

.poll .bar .foreground {
  height: 10px;
}

.poll .percent {
  font-size: 12px;
}

.poll #edit-choice {
  padding-bottom: 0px;
}

.poll .form-submit {
  min-width: 150px;
  min-height: 40px;
  margin: 0;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 1;
}

#edit-choice .radio {
  margin: 0;
}

#edit-choice radio label {
  margin-bottom: 5px;;
}

.choice-title {
  text-align: left;
}

.form-actions .btn, .form-actions .btn-group {
  margin-right: 0px;
  text-transform: capitalize;
}

body.fr .form-actions .btn, body.fr .form-actions .btn-group {
  text-transform: none;
}

header .menu .language__wrapper {
  font-size: 16px;
  padding: 10px 15px;
}

#update-form {
  color: #0e4caa;
}

#update-form .form-control {
  border-radius: 0;
}

#update-form .form-control {
  margin: 10px 0;
  color: #949494;
}

.unsubscribe-space {
  margin-top: 15px;
  margin: auto;
}

/* MENU HOVER*/

.menu--main li a:hover, .menu--account li a:hover {
  color: #db1d2c !important;
  text-decoration: underline;
  background-color: transparent;
}

.menu--main li.active a {
  background-color: transparent !important;
}

.region-menu .menu--main .active-trail {
  background-color: transparent !important;
}


/* END MENU HOVER*/

/* ARROW*/

.banner_slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

#arrow-section {
  position: relative;
}

.arrow-section-body {
  background: url("../images/arrow-white.png") no-repeat top center;
  height: 80px;
  position: absolute;
  width: 100%;
  bottom: -10px;
  overflow: hidden;
  background-size: cover;
}

.arrow-section-general {
  background: url("../images/arrow-white.png") no-repeat top center;
  height: 80px;
  position: absolute;
  width: 100%;
  bottom: -10px;
  overflow: hidden;
  background-size: cover;
}

.arrow-section-footer {
  background: url("../images/arrow-blue.png") no-repeat top center;
  height: 100px;
  position: absolute;
  top: -100px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}

.arrow-section-footer-white {
  background: url("../images/arrow-white.png") no-repeat top center;
  height: 100px;
  position: absolute;
  top: -100px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}

.arrow-section {
  height: 80px;
  position: absolute;
  width: 100%;
  bottom: -10px;
  overflow: hidden;
}

.arrow-section-lightblue {
  background: url('../images/arrow-lightblue.png') no-repeat top center;
  background-size: cover;
}

/* END ARROW*/

/**********************************************
*** About us
**********************************************/
.about-us__wrapper {
  max-width: 1024px;
  margin: auto;
}

.about-us__wrapper h1 {
  color: #0e4caa;
  padding-bottom: 10px;
}

.about-us__wrapper h2 {
  margin-bottom: 15px;
}

.about-us__wrapper h3 {
  /* font-size: 24px; */
  font-size: 30px;
  color: #0e4caa;
  margin-bottom: 10px;
}

.about-us__box-wrapper {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 80px;
}

.about-us__claims-box-text {
  margin-left: 80px;
}

.about-us__claims-box {
  display: flex;
  margin-bottom: 60px;
}

.about-us__claims-box img {
  margin: 0;
  height: 150px;
  width: auto;
}

/**********************************************
*** Zoom background
**********************************************/

.background-zoom__parent {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.background-zoom__parent a {
  display: flex;
}

.background-zoom__parent .img-recipe { /* width is auto and height is set in js to be the same as width */
}

.background-zoom__child {
  height: 350px;
  width: auto;
  position: absolute;

  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.background-zoom__parent:hover .background-zoom__child, .background-zoom__parent:focus .background-zoom__child {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/**********************************************
*** General pages
**********************************************/

.general__wrapper {
  max-width: 1024px;
  margin: auto;
}

.general__wrapper h1 {
  color: #0e4caa;
}

.general__wrapper h3 {
  font-size: 24px;
  color: #4f4e4e;
  margin-bottom: 10px;
}

.general__box-wrapper {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 80px;
}

.general__claims-box-text {
  margin-left: 80px;
}

.general__claims-box {
  display: flex;
  margin-bottom: 60px;
}

.general__claims-box img {
  margin: 0;
  height: 150px;
  width: auto;
}

/**********************************************
*** Basic Slider
**********************************************/

.banner_basic_slide {
  background-repeat: no-repeat;
}

.banner_general_basic_slide {
  padding: 160px 15% 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 580px;
}

.banner_general_basic_slide h1 {
  color: #0e4caa;
  font-size: 48px;
  text-transform: inherit;
  margin-bottom: 10px;
  text-align: left;
}

.processed_subheader {
  margin-bottom: 20px;
  text-align: left;
}

.desktop_left_mobile_center {
  display: inline-block !important;
}

/**********************************************
*** Thank you page
**********************************************/

.thank_you_wrapper {
  padding: 120px 15% 160px;
}

.thank_you_h1 {
  color: #0e4caa;
  font-size: 28px;
}

@media (max-width: 768px) {

  .footer-logo {
    width: 150px;
  }


  .banner_general_basic_slide {
    align-items: center;
  }

  .banner_general_basic_slide h1, .processed_subheader {
    text-align: center;
  }
}

.banner_general_basic_slide p {
  font-size: 18px;
}

#general_body {
  display: flex;
  justify-content: center;
  position: relative;
}

.arrow-section-body-basic {
  background: url(../images/arrow-white.png) no-repeat top center;
  height: 100px;
  position: absolute;
  width: 100%;
  bottom: -30px;
  overflow: hidden;
  background-size: cover;

  /*height: 60px;*/
  /*position: absolute;*/
  /*width: 100%;*/
  /*top: -60px;*/
}

section#brands .brands_carousel--container .slick-next:before, section#brands .brands_carousel--container .slick-prev:before {
  background-color: transparent;
}

/*section#banner .banner_slide--text.slide-left sup{
    font-size: 30px;
    position: relative;
    top: -30px;
    right: 10px;
}*/

section a#main-content {
  position: absolute;
}

/**********************************************
*** popup-subscribe
**********************************************/

.fr .pop-up-packshots-desktop-en, .fr .pop-up-packshots-mobile-en {
  display: none;
}

.en .pop-up-packshots-desktop-fr, .en .pop-up-packshots-mobile-fr {
  display: none;
}

.popup-modal-none {
  display: none !important;
}

.popup-email-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.popup-error {
  border: 2px solid #fe0000 !important;
}

.popup-error-message {
  color: #a94442;
  text-align: left;
  font-size: 12px;
  margin: 5px 0 20px;
}

.popup-close-button {
  background-color: #db1d2c;
  border: none;
  padding: 14px 12px 10px 12px;
  color: #05376a;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}

.popup-main-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  font-family: 'GTWalsheimBold', 'sans-serif';
  background-color: rgba(33, 33, 33, 0.4);
}

.popup-main-wrapper .modal {
  display: flex;
  background-color: #FFFFFF;
  overflow: inherit;
  flex-wrap: inherit;
  justify-content: space-between;
}

.popup-main-wrapper .modal .pop-up-packshots-desktop-en, .popup-main-wrapper .modal .pop-up-packshots-desktop-fr {
  width: 320px;
  position: absolute;
  right: 0;
  top: -100px;
}

.popup-main-wrapper .modal .pop-up-packshots-desktop-us {
  width: 320px;
  position: absolute;
  right: 0;
  bottom: -40px;
}

.popup-title {
  color: #0e4caa;
  font-weight: bold;
  font-size: 2em;
}

html:lang(fr) .popup-title {
  line-height: 1em;
  margin-bottom: 10px;
}

.popup-sub-title {
  color: #0e4caa;
  font-weight: bold;
  font-size: 1.5em;
}

.popup-wrapper-right-desktop {
  position: relative;
  left: 75px;
  width: 220px;
  height: 320px;
}

.popup-wrapper-right-mobile {
  display: none;
}

.popup-wrapper-left {
  text-align: center;
}

.en-us .popup-wrapper-left,
.es-us .popup-wrapper-left
{
  z-index: 1;
  margin-right: 20px;
}

#popup-subscribe {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 20px;
}

.popup-email {
  border: 1px solid #adadad;
  background-color: #ffffff;
  color: #949494;
  padding: 10px 0;
  width: 80%;
  font-size: 14px;
  text-indent: 10px;
}

.en-us .popup-email,
.es-us .popup-email {
  width: 100%;
}

#popup-subscribe p, #popup-subscribe .modal_optin {
  font-size: 12px;
  font-weight: normal;
  color: #3d3c3c;
}

#popup-subscribe .popup-disclaimer {
  font-size: 11px;
  font-weight: normal;
}

#popup-subscribe a {
  font-size: 12px;
  color: #3d3c3c;
  font-weight: normal;
  margin: 15px 0;
  display: block;
  text-decoration: underline;
}

.popup-checkbox-wrapper {
  display: flex;
  margin: auto;
  text-align: left;
  margin-top: 10px;
}

.popup-checkbox-wrapper sup {
  font-size: 0.75em;
  top: -3px;
}

.popup-checkbox-wrapper p {
  padding-left: 10px;
  text-align: left;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  font-size: 10px;
  width: 350px;
  font-weight: lighter;
}

.en-us .popup-checkbox-wrapper p,
.es-us .popup-checkbox-wrapper p
{
  width: 435px;
}

html:lang(fr) .popup-checkbox-wrapper p {
  width: 400px;
}

.popup-checkbox-wrapper input {
  margin: 0;
}

#popup-subscribe .submit {
  background-color: #dd2f3d;
  color: #ffffff;
  padding: 10px 30px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 3px 0 0 #b81321;
  min-width: 150px;
  min-height: 40px;
  display: flex;
  align-items: center;
  margin: 20px auto 0;
}

/*Popup subscription existing members*/

.popup-existing-member .popup-wrapper-right-desktop {
  height: 280px;
  left: 110px;
}

.en-us .popup-existing-member .popup-wrapper-right-desktop
.es-us .popup-existing-member .popup-wrapper-right-desktop {
  height: 250px;
}

.popup-existing-member .popup-main-wrapper .modal .pop-up-packshots-desktop-en {
  top: -85px;
}

.popup-existing-member .popup-main-wrapper .modal .pop-up-packshots-desktop-us {
  width: 260px;
  top: -65px;
  right: 50px;
}

.popup-existing-member .popup-main-wrapper .modal .pop-up-packshots-desktop-fr {
  width: 320px;
  top: -65px;
}

.popup-existing-member .popup-main-wrapper {
  align-items: flex-end;
  justify-content: flex-end;
}

.popup-existing-member .popup-main-wrapper .modal {
  width: 40%;
  align-items: end;
  margin-right: 30px;
  padding: 20px;
}

.en-us .popup-existing-member .popup-main-wrapper .modal,
.es-us .popup-existing-member .popup-main-wrapper .modal
{
  align-items: center;
  /*margin-right: 75px;*/
}

.popup-existing-member .popup-wrapper-left {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 65%;
  z-index: 1;
}

.popup-existing-member .popup-checkbox-wrapper label {
  padding-left: 10px;
}

.popup-existing-member .popup-title {
  font-size: 1.6em;
}

html:lang(fr) .popup-existing-member .popup-title {
  font-size: 1.4em;
}

.popup-existing-member .popup-sub-title {
  margin-top: 10px;
  font-size: 1.2em;
}

@media screen and (max-width: 1920px) {
  .arrow-section-footer {
    height: 60px;
    top: -55px;
  }

  .arrow-section-footer-white {
    height: 60px;
    top: -60px;
  }
}

@media screen and (max-width: 1550px) {
  .popup-existing-member .popup-title {
    font-size: 1.2em;
  }

  .popup-existing-member .popup-sub-title {
    font-size: 1em;
  }
}

@media screen and (max-width: 1300px) {
  section#coupons .coupon--container {
    height: auto;
  }

  .popup-existing-member .popup-main-wrapper .modal {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .faq-title {
    font-size: 20px;
  }

  .faq-plus-minus:before {
    margin-top: -10px;
  }

  .panel-group .faq-plus-minus.collapsed:after {
    bottom: 10px;
  }

  .panel-group .faq-plus-minus:after {
    bottom: 12px;
  }

  section#banner .banner_slide--text p {
    width: 460px;
  }
}

@media screen and (max-width: 1100px) {
  footer .footer_row--bottom--links ul li a:hover span, footer .footer_row--bottom--links ul li a:focus span, footer .footer_row--bottom--links ul li a:active span{
    display: none;
  }

  footer .footer_row--bottom--links ul {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .popup-existing-member .popup-main-wrapper .modal {
    width: 55%;
  }

  .popup-title {
    font-size: 1.5em;
  }

  .popup-sub-title {
    font-size: 1em;
  }

  #popup-subscribe p {
    font-size: 12px;
  }

  .en-us .popup-email,
  .es-us .popup-email
  {
    width: 100%;
  }

  .en-us #popup-subscribe p
  .es-us #popup-subscribe p
  {
    width: 310px;
  }

  section#coupons .coupon--text h3 {
    font-size: 20px;
  }

  section#banner .banner_slide--text h1 {
    font-size: 60px !important;
    line-height: 65 px;
  }

  section#banner .banner_slide--text p {
    width: 410px;
  }

  section#brands .brands_carousel--container .brand_slide {
    max-width: 70%;
  }
}

@media screen and (max-width: 980px) {
  footer .footer_row--bottom--links ul {
    display: block;
  }

  section#coupons .coupon--text {
    padding: 10px;
  }

  .faq-title {
    font-size: 18px;
  }

  #block-brandstheme-footerfirst a{
    display: block;
  }

  .en-us .popup-main-wrapper .modal,
  .es-us .popup-main-wrapper .modal {
    height: 430px;
  }

  .popup-existing-member .popup-main-wrapper {
    align-items: center;
  }

  .popup-existing-member .popup-wrapper-left {
    width: 100%;
  }

  .popup-existing-member .popup-main-wrapper .modal {
    width: 80%;
    margin: auto;
    padding: 20px !important
  }

  .popup-wrapper-left {
    width: 100%;
  }

  .popup-main-wrapper .modal .popup-wrapper-right-desktop {
    display: none;
  }

  .popup-main-wrapper .modal .popup-wrapper-right-mobile {
    display: block;
    margin: auto;
  }

  .pop-up-packshots-mobile-us, .pop-up-packshots-mobile-en, .pop-up-packshots-mobile-fr {
    width: 100%;
    margin-top: 10px;
  }

  .popup-main-wrapper .modal {
    width: 60%;
    height: 450px;
    flex-wrap: wrap;
  }

  .contest-register .banner-mobile {
    height: 500px;
  }

  /*ipad original start*/
  section#contest .contest__detail-view-about {
    height: 300px;
  }

  section#coupons .coupon--text h3 {
    font-size: 18px;
  }

  section#coupons .coupon--container {
    padding: 40px 0;
  }

  section#coupons .coupon--text {
    padding: 10px;
  }

  section#coupons .coupon--text p {
    margin-top: 0px;
  }

  section#coupons .coupon--text h5 {
    margin-bottom: 0;
  }

  section#banner .banner_slide--text.slide-left {
    top: 50px;
  }

  form#views-exposed-form-articles-page-1 .form-actions.form-group.js-form-wrapper {
    float: right !important;
    margin-top: 20px;
  }

  section#banner .banner_slide--text p {
    width: 320px;
  }


  header .header__mobile-topnav {
    right: 0;
    padding: 20px 30px 10px 50px;
  }

  #block-mainnavigation {
    align-items: center;
    align-items: flex-start;
    /*position: relative;*/
    /*top: 70px;*/
  }

  .region-menu {
    width: 100%
  }

  header .menu_account {
    right: 0px;
  }

  header .header__logo-container {
    width: 100%;
    margin: auto;
    text-align: left;
    position: relative;
    max-width: 100%;
  }

  header .header__logo-container.smaller img {
    width: auto;
    height: 70px;
  }

  /*ipad original end*/
  #block-footersecondtrademark p {
    font-size: 14px;
  }

  section#recipes .recipe-detail__cook .recipe-detail__description {
    width: 100%;
    flex-direction: column;
  }

  header .mobile-menu-items {
    padding-top: 40px;
  }

  html:lang(fr) section#banner .banner_slide--text.slide-left {
    width: 100%;
  }

  section#brands .brands_carousel--container .slick-next:before, section#brands .brands_carousel--container .slick-prev:before {
    right: 40%;
  }

  section#lifestyle .lifestyle_slide--text {
    max-width: 500px;
  }

  section#recipes .recipe__menu .recipe__filter-wrapper {
    margin-bottom: 40px;
  }

  .arrow-section-body {
    bottom: 0;
  }

  .path-frontpage #block-couponblockcallout, .path-frontpage #lifestyle, .path-frontpage #recipes {
    margin-bottom: 0 !important;
  }

  section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__menu-detail-wrapper-title {
    height: 30px;
    padding-top: 0;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__menu-detail-section p {
    margin-bottom: 0;
  }

  .recipe__menu-detail-sub-wrapper {
    justify-content: center;
  }

  body.front section#recipes {
    margin-top: 50px;
  }

  section#social h2 {
    padding-top: 30px;
  }

  section#banner .slick-dots {
    top: -120px;
  }

  .article .arrow-section-general, .recipe .arrow-section-general {
    height: 80px !important;
  }

  section#banner .banner_slide--text-recipe {
    width: 100%;
    text-align: center;
  }

  section#banner .banner_slide--text-recipe img {
    width: 15%;
    display: flex;
    margin-left: 25px;
  }

  section#banner .banner_slide .banner_slide_recipe--text .banner_slide_recipe-h1 {
    font-size: 45px;
  }

  section#coupons .coupon--container {
    flex-direction: column;
  }

  section#coupons .coupon--leftcol-lays {
    margin-right: 0;
  }

  section#lifestyle .lifestyle_slide--text {
    width: 100%;
  }

  section#lifestyle .lifestyle_slide--text h2 {
    width: 500px;
  }

  section#recipes .recipe_slide--text {
    width: 100%;
    margin-right: 0;
  }

  .contest__detail-image-link {
    width: 100% !important;
    text-align: center;
  }

  section#claims h2 {
    padding: 0px 20px 10px 20px;
  }

  .modal__container-sign-in .modal__social-button-sign-in {
    margin: 0;
  }

  .modal__container-sign-in .modal__container-paragraph {
    margin: 30px 0 25px 0;
  }

  body.modal--is-open-sign-up .modal__container-sign-up {
    overflow: hidden;
  }

  .recipe__menu-detail-sub-wrapper {
    height: auto;
    min-height: 0;
  }

  section#recipes .recipe__menu .recipe__menu-detail-wrapper .recipe__menu-detail-section {
    height: auto;
    width: 100%;
  }

  section#recipes .recipe__menu p {
    margin-bottom: 10px;
  }

  .about-us__claims-box-text p {
    text-align: center !important;
  }

  section#recipes .recipe__menu {
    padding: 0 15px;
  }

  section#recipes .recipe__menu > p {
    margin-bottom: 30px;
  }

  section#recipes .recipe-detail__ingredients .recipe-detail__instructions {
    padding-right: 0;
  }

  section#recipes .recipe-detail__cook .wrapper-instructions {
    flex-direction: column;
    align-items: center;
  }

  .coupon--container-bg-desktop {
    background-image: none !important;
  }


  /*    .coupon--container-bg-mobile{
            display: block;
        }*/

  section#lifestyle .lifestyle_slide--text.slide-left {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px;
    bottom: 10px;
    text-align: center !important;
  }

  section#lifestyle .lifestyle_slide--text img {
    margin: auto !important;
  }

  section#recipes .recipe__menu .recipe__form {
    width: 350px;
  }

  section#recipes .recipe__menu .recipe__filter-wrapper {
    width: 350px;
  }

  section#recipes .recipe__menu .recipe__search {
    width: 42%;
  }

  section#recipes .recipe__menu .recipe__button {
    width: 170px;
  }

  section#recipes .recipe__menu .recipe__select-css {
    background-position: right 0.5em top 55%, 0 0;
  }

  section#recipes .recipe__menu .recipe__checkboxes label {
    margin: 10px 7px;
  }

  section#recipes .recipe-detail__cook {
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
  }

  section#recipes .recipe-detail__cook .recipe-detail__cook-instruction {
    width: 100%;
  }

  section#recipes .recipe-detail__cook .recipe-detail__cook-preparation {
    margin-top: 20px;
  }

  section#recipes .recipe-detail__ingredients {
    display: flex;
    flex-direction: column;
  }

  section#recipes .recipe__menu .accordion {
    width: 48%;
  }

  footer .footer_row--top {
    flex-direction: column;
    align-items: baseline;
  }

  footer .footer_row--top p {
    padding: 10px 0 15px 0;
  }

  footer .footer_row--top div h2 {
    padding-right: 0px;
  }

  footer .footer_row--top p {
    width: 100%;
  }

  footer .footer_row--top div img {
    top: 50px;
    right: 30px;
  }

  .path-brands footer .footer_row--top div img{
    position: relative;
    top: 0;
  }

  .path-brands footer .footer_row--top a{
    display: block;
  }

  .modal__container-sign-up .modal__close-button {
    /* position: fixed;
        right: 10px;
        top: 55px; */
    position: absolute;
    right: 0;
    top: 0 !important;
  }

  .modal__container-sign-up .modal {
    max-height: 85vh;
  }

  .modal__container-sign-up .modal {
    overflow-x: visible !important;
    overflow-y: auto !important;
  }

  .banner-desktop {
    display: none !important;
  }

  .carousel_desktop {
    display: none !important;
  }


  .modal__container-sign-in .modal__sign-in-forgot a {
    font-size: 11px;
  }

  .modal__container-sign-in .checkbox label {
    font-size: 12px;
  }

  body.path-life.en form .form--inline, body.path-life.fr form .form--inline {
    display: block;
  }

  section#banner .banner_slide.recipe-desktop {
    display: none;
  }

  section#banner .banner_slide.recipe-mobile {
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
  }

  .contact-us-border {
    border-right: none !important;
  }

  .contact-us-row {
    width: auto !important;
    margin: auto;
    text-align: center;
  }

  .contact-us-padding {
    padding: 0 !important;
    margin-top: 20px;
  }

  .contact-us-wrapper h1 {
    margin: auto;
  }

  .coupon-background-mobile {
    background-image: none !important; /*hiding the coupon background in mobile*/
  }

  section#coupons .coupon--container {
    padding: 0 !important;
  }

  .modal__container-sign-up .modal__user-info-icon {
    /*right: 35px;*/
  }

  .modal {
    padding: 20px !important;
  }

  footer .footer_row {
    padding-bottom: 40px;
  }

  section#brands .brands_carousel--container {
    padding-bottom: 0;
  }

  section#brands p {
    margin-bottom: 30px;
  }

  section#coupons .coupon--text p {
    margin: 10px 0 20px;
  }

  .margin-404 {
    margin-top: 140px;
  }

  section#lifestyle .lifestyle-detail__article h2, section#lifestyle .lifestyle-detail__article h1 {
    font-size: 40px;
  }

  footer .footer_row--bottom--links ul {
    font-size: 14px;
  }

  .footer-blue {
    font-size: 16px;
  }

  .menu--footer li:nth-child(4) {
    /*display: none;*/
  }

  section#banner .banner_slide--text.slide-left {
    padding: 20px;
  }

  .social-first, .social-second {
    margin: 20px auto 40px;
    padding-bottom: 0;
    width: 70%;
  }

  section#brands h2 {
    padding-top: 40px;
  }

  section#coupons .coupon--text h3 {
    font-size: 38px;
  }

  section#coupons .coupon--text {
    padding: 40px 30px 25px;
  }

  section#banner .banner_slide--text h1 {
    text-align: center;
    font-size: 40px !important;
    margin: auto;
    line-height: 50px;

  }

  section#social .social__form .social-content {
    margin-top: 30px;
  }

  .faq-panel {
    padding: 15px 0 !important;
  }

  .faq-title a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 15px;
  }

  .panel-group .faq-plus-minus.collapsed:after {
    right: 15px !important;
    padding-left: 30px;
  }

  .panel-group .faq-plus-minus:after {
    right: 20px !important;
    bottom: 10px !important;
    padding-left: 40px;

  }

  .faq-title {
    padding: 50px 0px;
  }

  p {
    font-size: 18px;
  }

  .faq-plus-minus:before {
    right: 4px;
  }

  section#claims p {
    font-size: 18px;
  }

  .arrow-section-general {
    bottom: -20px;
  }

  .btn_red {
    display: inline-block;
  }

  footer .footer_row--top div img{
    position: relative;
    right:0;
    top:0;
  }

  footer .footer_row--top div {
    text-align: center;
  }

  #block-footerfirstsecond {
    margin: auto;
  }

  #block-mainnavigation {
    flex-direction: column;
    align-items: center;
  }

  body.page-node-type-recipe section#recipes .recipe-detail__cook .banner_slide_recipe-h1 {
    font-size: 40px;
  }

  section#social .social__form {
    margin: 20px 20px 0 20px;
  }

  section#social .social__form img {
    margin: 10px 0px;
    width: 100%;
  }

  .banner_slide--ads img {
    width: 20%;
  }

  .banner-mobile .btn_red {
    margin: auto;
  }

  .background-zoom__parent a {
    justify-content: center;
  }

  .modal__container-sign-in .modal__sign-in-fb {
    background-position: 4%;
  }

  .modal__container-sign-in .modal__sign-in-google {
    padding: 10px;
  }

  .modal__container-sign-in .modal__sign-in-google img {
    width: 10%;
    padding: 0;
    margin: 0 22px 0 1px;
  }

  footer .footer_row--bottom {
    flex-direction: column;
  }

  section#recipes .recipe_slide--text span {
    font-size: 35px !important;
  }

  section#lifestyle .lifestyle_slide--text span {
    font-size: 35px !important;
  }

  h2 {
    font-size: 35px !important;
  }

  section#claims .claims--row {
    flex-direction: column;
  }

  .modal__container-sign-up .modal__container-paragraph {
    font-size: 40px;
  }

  .modal__container-sign-up input[type="checkbox"] {
    height: 30px;
    width: 90px;
  }

  .modal__container-sign-up .modal {
    top: 0px !important;
  }

  section#banner .banner-mobile span.h1 {
    margin: auto;
    color: #0e4caa;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 40px !important;
    font-family: 'GTWalsheimBold';
    text-align: center;
    margin-top: 0;
  }

  section#social .social__form .social-content {
    flex-direction: column;
  }

  section#coupons .coupon--container {
    width: 95%;
  }

  section#lifestyle .lifestyle_slide {
    height: auto;
    padding: 300px 15px 10px 15px;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 250px;
    background-position: 90% top !important;
  }

  section#lifestyle .lifestyle_slide--text h2 {
    color: #3d3c3c;
    width: 400px;
  }

  section#recipes .recipe_slide--text.slide-right {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px;
    bottom: 10px;
    text-align: center;
  }

  section#recipes .recipe_slide--text img {
    margin: auto;
    width: 15%;
  }

  section#recipes .recipe_slide {
    height: auto;
    padding: 280px 15px 10px 15px;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 250px;
    background-position: center top !important;
  }

  section#recipes .recipe_slide--text h2 {
    color: #3d3c3c;
    width: 400px;
  }

  section#recipes .recipe_slide--text p {
    color: #3d3c3c;
  }

  body.navbar-is-fixed-top {
    margin-top: 0;
  }

  .navbar {
    margin: 0;
    min-height: 65px;
    height: auto;
  }

  section#banner .banner_slide--text.slide-left {
    width: 100% !important;
  }

  section#banner .banner_slide--text p {
    width: 100%;
    text-align: center;
  }

  section#lifestyle .lifestyle_slide--text p {
    color: #3d3c3c;
  }

  section#banner .banner-desktop {
    display: none;
  }

  .banner_slide {
    padding: 0 !important;
  }

  #banner-mobile, .banner-mobile {
    display: block !important;
    width: 100%;
    background-size: cover;
    height: 730px;
    background-position: center;
    overflow-x: hidden;
  }

  .banner-mobile .banner_slide--text h2 {
    width: 100%;
    text-align: center;
  }

  section#banner .banner_slide--text p {
    margin-bottom: 10px;
  }

  header .menu_account {
    padding-left: 0;
    text-align: center;
    line-height: 20px;
  }

  header .menu_account a {
    margin: 0 0 20px 0;
    display: block;
    padding: 10px 0px;
  }

  header .menu_account .sign_up {
    margin: 0 0 20px 0;
    position: relative;
  }

  header .menu_account .sign_in {
    margin: 0 0 20px 0;
  }

  header .menu a {
    width: auto !important;
  }

  header {
    padding: 10px 20px;
  }

  .about-us__claims-box {
    flex-direction: column;
    align-items: center;
  }

  .about-us__claims-box img {
    height: auto;
    margin: auto;
    width: 60%;
  }

  .about-us__claims-box-text {
    margin-left: 0px;
    padding: 10px 0;
    text-align: center;
  }

  header .header__logo {
    top: 0;
  }

  section#recipes .recipe-detail__cook .recipe-detail__rate:not(:checked) > label {
    font-size: 20px;
  }

  .recipe-detail__cook-wrap img {
    width: 100px;
  }

  .coupon--container-bg-mobile {
    display: block;
  }

  section#coupons .coupon--container {
    height: auto;
  }

  .slick-next:before, .slick-prev:before {
    display: none;
  }

  section#brands .slick-next:before, section#brands .slick-prev:before {
    display: block;
  }

  section#lifestyle .lifestyle_slide--text span {
    color: #0e4caa;
    width: 100%;
    text-align: center;
  }

  section#recipes .recipe_slide--text span {
    color: #0e4caa;
    width: 100%;
    text-align: center;
  }

  #banner .banner-main-top {
    position: relative !important;
    top: 50px !important;
  }

  #banner .banner-main-center {
    position: relative !important;
    top: 110px !important;
  }

  #banner .banner-main-bottom {
    position: relative !important;
    top: 450px !important;
  }
}

@media screen and (max-width: 540px) {
  .popup-main-wrapper .modal {
    width: auto;
  }
}

@media screen and (max-width: 440px) {
  .popup-main-wrapper .modal {
    width: 90%;
  }
}

@media screen and (max-width: 414px) {
  header .header__logo-container .header__logo {
    left: 15px;
    top: 10px;
  }

  header .header__logo-container.smaller img {
    top: 10px;
  }

  section#brands .brands_carousel--container .brand_slide {
    max-width: 50%;
  }

  header .header__logo-container {
    /*top: 0;*/
    /*margin: 0;*/
  }

  .navbar {
    height: 65px;
    min-height: 0px;
    margin: 0;
    padding: 0;
  }

  header .menu {
    padding-top: 10px;
  }

  header .mobile-menu-items {
    margin-top: 0px;
    background-color: #FFFFFF;
  }

}

@media screen and (max-width: 411px) {

  .faq-plus-minus {
    display: flex;
    justify-content: space-between;
  }

  .faq-title {
    padding: 50px 15px;
  }

  .panel-group .faq-plus-minus:after {
    height: 40px;
    width: auto;
    right: 3px !important;
    bottom: 16px !important;
    font-size: 40px;
  }

  .panel-group .faq-plus-minus.collapsed:after {
    right: 0px !important;
    top: -10px;
  }

  .faq-title a {
    padding-left: 0px;
  }
}

@media screen and (max-width: 375px) {

  .modal__container-sign-up .modal__container-paragraph {
    font-size: 30px;
  }

  .faq-plus-minus:before {
    right: 10px;
  }

  .panel-group .faq-plus-minus:after {
    right: 9px !important;
  }

  .panel-group .faq-plus-minus.collapsed:after {
    left: -6px;
  }

  section#claims p {
    margin: 0 0px 60px 0px;
  }
}

/* end plus minus toggle*/

/* END FAQ*/

@media screen and (max-width: 320px) {
  section#banner .banner-mobile span.h1 {
    font-size: 36px !important;
  }

  .social-first, .social-second {
    width: auto;
  }

  .modal__container-sign-up input[type="checkbox"] {
    height: 30px;
    width: 120px;
  }

  section#banner .banner_slide--text h1 {
    font-size: 50px !important;
    line-height: 50px;
  }

  section#lifestyle .lifestyle_slide--text h2, section#recipes .recipe_slide--text h2 {
    width: auto;
  }
}

/* end plus minus toggle*/

/*a[id]:before {*/
/*    content:"";*/
/*    display:block;*/
/*    height:50px;*/
/*    margin:-30px 0 0;*/
/*}*/

/* MY ACCOUNT PAGE START */
#update-form {

}

#update-form input {
  color: #545453 !important;
  /*padding: 12px !important;*/
  /*height: 100%;*/
}

#update-form h2 {
  font-size: 2em !important;
  margin-bottom: 20px;
}

#update-form p {
  font-size: 1em;
  color: #0e4caa;
}

#update-form .personal_information p {
  color: #3d3c3c;
}

#update-form .account_btns {
  margin-top: 40px;
}

.form-group input::placeholder, .form-group select::placeholder  {
  color:#545453 !important
}

#update-form .form-control {
  color: #545453 !important;
}

/* MY ACCOUNT PAGE END */

/* RECIPES/LIFESTYLE CHECKBOX FILTER STYLING START */

#block-exposedformrecipespage-1{
  display: none;
}

.recipe__filter-wrapper .dropdown-menu > .active > a {
  background-color: #fff;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.recipe__filter-wrapper label.checkbox {
  display: flex !important;
  align-items: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.recipe__filter-wrapper input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.recipe__filter-wrapper input[type="checkbox"]:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  margin-top: -2px;
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  background: #fcfcfc;
  border: 2px solid #0e4caa;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.recipe__filter-wrapper label:hover {
  background: #f8f8f8;
  color: #333;
}

.recipe__filter-wrapper input[type="checkbox"]:focus:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.recipe__filter-wrapper input[type="checkbox"]:checked:before {
  background-color: #0e4caa;
  box-shadow: inset 0 0 0 2px white;
}

/* RECIPES/LIFESTYLE CHECKBOX FILTER STYLING END */

/**********************************************
*** LANGUAGE SWITCHER MODAL START
**********************************************/
.language_switcher--backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.4);
  z-index: 1200;
  display: none;
  justify-content: center;
  align-items: center;
}

.language_switcher--modal {
  position: relative;
  width: 80%;
  max-width: 500px;
  background-color: #ebebeb;
}

.language_switcher--modal .modal__close-button {
  background-color: #cccccc;
  border: none;
  padding: 12px;
  color: #05376a;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  -webkit-appearance: none;
}

.language_switcher--content {
  width: 90%;
  font-size: 16px;
  margin: 25px auto 15px;
}

.language_switcher--content h2 {
  color: #0e4caa;
  font-weight: bold;
  text-align: center;
  font-size: 1.8em !important;
  /* max-width: 240px; */
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 20px;
}

.language_switcher--countries {
  display: flex;
  justify-content: center;
  width: 100%;
}

.language_switcher--countries > div {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.language_switcher--countries img {
  margin-bottom: 5px;
  max-width: 100px;
  height: auto;
}

.language_switcher--countries p {
  text-align: center;
  font-size: 0.75em;
  color: grey;
}

.language_switcher--languages {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.language_switcher--languages a {
  color: #0e4caa;
  background-color: #fff;
  border: 1px solid #0e4caa;
  display: block;
  margin-bottom: 10px;
  font-size: 0.8em;
  width: 70%;
  text-align: center;
  padding: 6px 16px;
  transition: all 0.2s;
}

.language_switcher--languages a:hover {
  color: white;
  background-color: #0e4caa;
  cursor: pointer;
  transition: all 0.2s;
}

@media (max-width: 768px) {
  .language_switcher--modal {
    width: 90%;
  }

  .language_switcher--content {
    margin-top: 50px;
    margin-bottom: 10px;
  }

  .language_switcher--content h2 {
    max-width: 200px;
    font-size: 1.4em;
  }

  .language_switcher--countries {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .language_switcher--countries > div {
    width: 100%;
    max-width: 200px;
  }
}

.footer_country--wrapper .dropdown {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 0;
  min-width: 100px;
}

.en-us .footer_country--wrapper .dropdown,
.es-us .footer_country--wrapper .dropdown
{
  min-width: 135px;
}

.footer_country--wrapper .dropdown select {
  display: none;
}

.footer_country--wrapper .dropdown select:focus{
    outline: 1px solid transparent
}

.footer_country--wrapper .dropdown .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: black;
}

.footer_country--wrapper .dropdown .button span {
  background-position: left center;
  background-repeat: no-repeat;
  line-height: initial;
  padding-left: 25px;
  width: 100%;
  display: inline-block;
  text-align: left;
  color: #FFFFFF;
}

.footer_country--wrapper .dropdown .button i.select-list-link {
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  position: relative;
}

.footer_country--wrapper .dropdown .button i.select-list-link.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -4px;
}

.footer_country--wrapper .dropdown .button i.select-list-link.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 0;
}

.footer_country--wrapper .dropdown .select-list {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: 30px;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
}

.footer_country--wrapper .dropdown .select-list li {
  display: none;
  width: 100%;
}

.footer_country--wrapper .dropdown .select-list li:hover, .footer_country--wrapper .dropdown .select-list li:focus {
  background-color: rgba(33, 33, 33, 0.2);
}

.footer_country--wrapper .dropdown .select-list li span {
  display: inline-block;
  width: 100%;
  padding: 5px 5px 5px 25px;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  text-align: left;
  color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer_country--wrapper .dropdown .select-list {
    position: relative;
    margin-top: 0;
  }
}

/**********************************************
*** CONTACT US START
**********************************************/

.contact-us-wrapper {
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-top: 150px;
}

.contact-us-wrapper h1 {
  color: #0e4caa;
}

.contact-us-wrapper h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-us-margin {
  margin-bottom: 50px;
}

.contact-us-border {
  border-right: 1px solid #000;
}

.contact-us-row {
  width: 700px;
}

.contact-us-padding {
  padding-left: 70px;
}

/**********************************************
*** CONTACT US END
**********************************************/

/**********************************************
*** CTA Button STYLE START
**********************************************/

body.user-logged-in a.btn_red.sign-up-link {
  display: none;
}


/**********************************************
*** LIFESTYLE/RECIPE IMAGE FIX START
**********************************************/
/*I commented this out because it creates huge spaces on the recipe landing page.*/
/*.recipe__menu-detail-wrapper .background-zoom__parent a {
  padding-top: 330px; }*/
.recipe__menu-detailer-wrapper .background-zoom__parent .background-zoom__child {
  height: 330px;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.background-zoom__parent .watchButton {
  border-radius: 50px;
  left: 50%;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 32px;
  padding: 0 10px 0 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  opacity: 1 !important;
  bottom: auto;
  right: auto;
}

.background-zoom__parent .watchButton:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-color: #999;
  border-radius: 50%;
  left: 12px;
  top: 7px;
}

/*
.background-zoom__parent .watchButton__text {
    color: #fff;
    letter-spacing: 1px;
    margin-left: 20px;
}*/

.background-zoom__parent .watchButton__text {
  font-size: 13px;
  margin-left: 33px;
  color: #fff;
  letter-spacing: 1px;
}

/*
.background-zoom__parent .watchButton:after {
    border-left-color: #4d4d4d;
    top: 11px;
}
*/
.background-zoom__parent .watchButton:after {
  content: "";
  position: absolute;
  border-top-style: solid;
  border-top-color: transparent;
  border-left-style: solid;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  z-index: 100;
  border-top-width: 5px;
  border-left-width: 8px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  margin-top: 0;
  top: 11px;
  left: 18px;
}

/**********************************************
*** LIFESTYLE/RECIPE IMAGE FIX END
*********************************************/

/**********************************************
*** THEME CAROUSEL START
**********************************************/

.blue_black .h1,
.blue_white .h1,
.blue_black h1,
.blue_white h1,
.blue_black span,
.blue_white span,
.blue_black .recipe_slide-icon-text,
.blue_white .recipe_slide-icon-text,
.blue_black .lifestyle_slide-icon-text,
.blue_white .lifestyle_slide-icon-text,
.banner-mobile.blue_white .h1,
.banner-mobile.blue_white .h1,
.banner-mobile.blue_black h1,
.banner-mobile.blue_white h1,
.banner-mobile.blue_black span,
.banner-mobile.blue_white span,
.banner-mobile.blue_black .recipe_slide-icon-text,
.banner-mobile.blue_white .recipe_slide-icon-text,
.banner-mobile.blue_black .lifestyle_slide-icon-text,
.banner-mobile.blue_white .lifestyle_slide-icon-text {
  color: #0e4caa !important; /* Blue*/
}

.blue_black p,
.white_black p,
.banner-mobile.blue_black p,
.banner-mobile.white_black p {
  color: #333 !important; /*Black*/
}

.blue_white p,
.white_black .h1,
.white_black h1,
.white_black span,
.white_black .recipe_slide-icon-text,
.white_black .lifestyle_slide-icon-text,
.white_white .h1,
.white_white h1,
.white_white span,
.white_white .recipe_slide-icon-text,
.white_white .lifestyle_slide-icon-text,
.white_white p,
.banner-mobile.blue_white p,
.banner-mobile.white_black .h1,
.banner-mobile.white_black h1,
.banner-mobile.white_black span,
.banner-mobile.white_black .recipe_slide-icon-text,
.banner-mobile.white_black .lifestyle_slide-icon-text,
.banner-mobile.white_white .h1,
.banner-mobile.white_white h1,
.banner-mobile.white_white span,
.banner-mobile.white_white .recipe_slide-icon-text,
.banner-mobile.white_white .lifestyle_slide-icon-text,
.banner-mobile.white_white p {
  color: #ffffff !important; /*white*/
}

.banner_slide p a.link_red {
  color: #dd2f3d
}

.banner_slide p a.link_red:hover {
  text-decoration: underline;
}

.banner_slide p a.link_white {
  color: #ffffff
}

.banner_slide p a.link_white:hover {
  text-decoration: underline;
}

/*
p.light {
    color: #ffffff !important;
}

p.dark {
    color: #333 !important;
}
*/

/*carousel h2*/
.blue_black .h2,
.blue_white .h2,
.blue_black h2,
.blue_white h2,
.banner-mobile.blue_white .h2,
.banner-mobile.blue_white .h2,
.banner-mobile.blue_black h2,
.banner-mobile.blue_white h2{
    color: #0e4caa !important; /* Blue*/
}

.white_black .h2,
.white_black h2,
.white_white .h2,
.white_white h2,
.banner-mobile.white_black .h2,
.banner-mobile.white_black h2,
.banner-mobile.white_white .h2,
.banner-mobile.white_white h2{
    color: #ffffff !important; /*white*/
}

/**********************************************
*** THEME CAROUSEL END
**********************************************/


/**********************************************
*** BLOCK LANGUAGE SWITCHER
**********************************************/

.language-switcher-language-url {
  display: none;
}

/**********************************************
*** BLOCK LANGUAGE SWITCHER END
**********************************************/

/****************/
/* FILTER FIXES */
/****************/

section#recipes .recipe__filter-wrapper .form--inline.form-inline.clearfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

section#recipes .recipe__menu .form-actions button.form-submit {
  margin-bottom: 5px !important;
}

section#recipes .recipe__filter-wrapper .form--inline.form-inline.clearfix::before,
section#recipes .recipe__filter-wrapper .form--inline.form-inline.clearfix::after {
  content: none;
}

section#recipes .recipe__filter-wrapper .form--inline.form-inline.clearfix *:not(.caret) {
  float: none !important;
}

@media (max-width: 1024px) {

  section#recipes .recipe__filter-wrapper form#views-exposed-form-articles-page-1 .form--inline.form-inline.clearfix .form-item .btn-group {
    width: 100%;
  }

  section#recipes .recipe__filter-wrapper form#views-exposed-form-articles-page-1 .form--inline.form-inline.clearfix .form-item button.multiselect.dropdown-toggle.btn.btn-default {
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  section#recipes .recipe__filter-wrapper .form--inline.form-inline.clearfix {
    flex-direction: column;
  }

  section#recipes .recipe__filter-wrapper .form--inline.form-inline.clearfix .form-item {
    width: 100%;
  }

  section#recipes .recipe__filter-wrapper form#views-exposed-form-articles-page-1 .form--inline.form-inline.clearfix .form-actions.form-group.js-form-wrapper {
    margin-left: 0 !important;
  }
}


.coupon_block_spacing {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* FAQ BANNER */
/* .faq_banner {

} */

@media (max-width: 768px) {
  section#banner .faq_banner {
    font-size: 16px;
  }

  section#banner .faq_banner h1 {
    font-size: 4em !important;
    margin-bottom: 5px;
  }

  section#banner .faq_banner p {
    font-size: 1.4em;
    max-width: 90%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* SLICK ARROWS */
.slick-next:before, .slick-prev:before {
  opacity: 1 !important;
}

/* SLICK DOTS */

section#banner .slick-dots {
  display: inline-block;
  left: 15%;
  width: initial;
  top: -150px;
  bottom: initial;
}

section#banner .slick-dots li {
  width: initial;
  height: initial;
}

section#banner .slick-dots li button {
  background-color: #ffffff;
  height: 4px;
  width: 50px;
  padding: 0;
  margin: 0;
  transition: background-color 0.2s;
}

section#banner .slick-dots li button::before {
  content: none;
}

section#banner .slick-dots li.slick-active button {
  background-color: #db1d2c;
  transition: background-color 0.2s;
}

.truncate_text > p:first-of-type {
  width: 100%;
  max-height: 4.4em;
}

@media (max-width: 768px) {
  section#banner .slick-dots {
    width: 100%;
    top: -140px;
    left: 0;
  }
}

/* Animations */

section#banner .slick-slide .banner_slide--text {
  position: relative;
  opacity: 0;
  left: -100px;
  transition: opacity 1.5s, left 0.5s;
  transition-delay: 0.3s;
}

section#lifestyle .slick-slide .lifestyle_slide--text {
  position: relative;
  opacity: 0;
  left: -100px;
  transition: opacity 1.5s, left 0.5s;
  transition-delay: 0.3s;
}

section#banner .slick-cloned + .slick-slide .banner_slide--text,
section#lifestyle .slick-cloned + .slick-slide .lifestyle_slide--text {
  transition-delay: 0.4s;
}

section#banner .slick-active:not(.slick-cloned) .banner_slide--text,
section#lifestyle .slick-active:not(.slick-cloned) .lifestyle_slide--text {
  opacity: 1;
  left: 0;
}

section#recipes .slick-slide .recipe_slide--text {
  position: relative;
  opacity: 0;
  right: -999px;
  transition: opacity 0s, right 0.5s;
  transition-delay: 0.3s;
}

section#recipes .slick-cloned + .slick-slide .recipe_slide--text {
  transition-delay: 0.4s;
}

section#recipes .slick-active:not(.slick-cloned) .recipe_slide--text {
  opacity: 1;
  right: 0;
  transition: opacity 1.5s, right 0.5s;
  transition-delay: 0.3s;
}

@media (max-width: 768px) {
  section#banner .slick-slide .banner_slide--text,
  section#lifestyle .slick-slide .lifestyle_slide--text {
    left: auto;
    right: -999px;
    transition: opacity 0s, right 0.5s;
    transition-delay: 0.3s;
  }

  section#banner .slick-active:not(.slick-cloned) .banner_slide--text,
  section#lifestyle .slick-active:not(.slick-cloned) .lifestyle_slide--text {
    left: auto;
    right: 0;
    transition: opacity 1.5s, right 0.5s;
    transition-delay: 0.3s;
  }
}

.brand-icon img {
  transition: transform 0.2s;
}

.brand-icon:hover img {
  transform: scale(1.15);
  transition: transform 0.2s;
}

.claims--box img {
  transition: transform 0.2s;
}

.claims--box:hover img {
  transform: scale(1.15);
  transition: transform 0.2s;
}

.about-us__claims-box img {
  transition: transform 0.2s;
}

.about-us__claims-box:hover img {
  transform: scale(1.15);
  transition: transform 0.2s;
}


section#recipes .recipe_slide.desktop_recipe_slide {
  display: flex !important;
}

section#recipes .recipe_slide.mobile_recipe_slide {
  display: none !important;
}

@media (max-width: 768px) {
  section#recipes .recipe_slide.desktop_recipe_slide {
    display: none !important;
  }

  section#recipes .recipe_slide.mobile_recipe_slide {
    display: flex !important;
  }
}


section#recipes .carousel_desktop,
section#lifestyle .carousel_desktop {
  display: block !important;
}

section#recipes .carousel_mobile,
section#lifestyle .carousel_mobile {
  display: none !important;
}

@media (max-width: 768px) {
  section#recipes .carousel_desktop,
  section#lifestyle .carousel_desktop {
    display: none !important;
  }

  section#recipes .carousel_mobile,
  section#lifestyle .carousel_mobile {
    display: block !important;
  }

  section#recipes .mobile_recipe_slide,
  section#lifestyle .mobile_lifestyle_slide {
    background-size: 100vw auto !important;
    background-position: center top !important;
    padding-top: calc(100vw + 50px) !important;
  }

  section#lifestyle .lifestyle_slide--text {
    padding-top: 10px !important;
  }
}

@media all
and (max-width: 768px)
and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #block-mainnavigation {
    display: block !important;
  }

  header .menu_account {
    margin: 0 auto;
  }

  header .menu_account .sign_up {
    right: 0;
    width: 100%;
  }
}

sup {
  top: -7px;
  font-size: 0.4em;
  position: relative;
}

h1 sup {
  top: -20px;
}

h2 sup {
  top: -16px;
}

h3 sup {
  top: -10px;
}


.social-share a span {
  background-size: contain;
}
/*Password forget page button*/

.btn_width_set{
  max-width: 300px;
  padding: 13px 15px 10px;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 480px){
  .btn_width_set{
   font-size: 14px;
  }
}

@media only screen and (max-width: 360px){
  .btn_width_set{
    padding: 13px 10px 10px;
    font-size: 12px;
  }
}



/**********************************************
*** New Changes
**********************************************/


/*About Us Page*/

section#about-us-heading h2 {
  text-align: center;
  color: #0e4caa;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 10px;
  /*padding-top: 40px;*/
}

p.about-us-padding {
  padding-top: 25px;
  padding-bottom: 50px;
}

/*Container and row*/

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

/*Brands Page*/

.brands-block {
  text-align: center;
}

.col-brand {
  display: inline-flex;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* Recipe Changes */

.recipe__star {
  padding: 0 16px 0 0;
}

.recipe__clock {
  padding-left: 0;
}

.recipe__review-wrapper {
  display: flex;
  padding: 8px 0 16px 8px;
}

.recipe__star-rating {
  position: relative;
  top: 0;
  padding-left: 4px;
}

.recipe__time {
  padding-left: 4px;
}

/*New Carousel Changes*/

/*.lifestyle-carousel-padding {*/
/*  padding: 64px 0 50px 0;*/
/*}*/

/*New Footer Changes*/

.tr-copyright {
  margin-top: -16px;
  padding-bottom: 50px;
  text-align: center;
  background-image: linear-gradient(to right, #0e4ca9, #0d479e, #0b4293, #0b3d88, #0a387d);
  color: #ffffff;
}

.footer-middle {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tr-copyright p {
  font-size: 16px;
  color: #ffffff;
}

.col-md-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}


@media only screen and (max-width: 380px) {
  section#recipes .recipe__menu .recipe__filter-wrapper {
    width: 320px;
  }
}

@media only screen and (max-width: 991px) {
  footer .footer_row--bottom .img_container img, footer .footer_row--bottom .spacer_block img {
    padding-bottom: 16px;
    max-width: 125px;
  }
}

@media only screen and (min-width: 991px) {
  .center-align-dsk {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tr-copyright {
    margin-top: -32px;
  }

}

/*@media (min-width: 768px) {*/
/*  .container {*/
/*    width: 750px;*/
/*  }*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .container {*/
/*    width: 970px;*/
/*  }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .container {*/
/*    width: 1170px;*/
/*  }*/
/*}*/


/* US FOOTER */
#footer-us {
  position: absolute;
  width: 100%;
  margin-top: 100px;
  background: #0a387d;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #0a387d), to(#0e4ca9));
  background: linear-gradient(to top, #0a387d 30%, #0e4ca9 100%);
  color: white; }
  #footer-us .footer_row {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (max-width: 768px) {
      #footer-us .footer_row {
        padding-bottom: 40px; } }
    #footer-us .footer_row--top {
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: 1px solid white; }
      #footer-us .footer_row--top div {
        display: -webkit-box;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative; }
        #footer-us .footer_row--top div h2 {
          width: 100%;
          padding-right: 80px;
          color: #ffffff;
          text-align: left; }
        #footer-us .footer_row--top div img {
          position: absolute;
          max-width: 80px;
          right: 0;
          top: -50px; }
      #footer-us .footer_row--top p {
        padding-right: 10px;
        color: #ffffff; }
      @media (max-width: 768px) {
        #footer-us .footer_row--top {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: baseline;
          -ms-flex-align: baseline;
          align-items: baseline; }
          #footer-us .footer_row--top div h2, #footer-us .footer_row--top div p {
            text-align: center;
            padding-right: 0; } }
  #footer-us #block-footerfirst .field.field--name-body {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #footer-us .footer_row--bottom {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    #footer-us .footer_row--bottom--links {
      -webkit-box-flex: 4;
      -ms-flex: 4;
      flex: 4; }
      #footer-us .footer_row--bottom--links ul {
        margin-bottom: 20px; }
    #footer-us .footer_row--bottom .img_container img {
      max-width: 176px; }
      @media (max-width: 991px) {
        #footer-us .footer_row--bottom .img_container img {
          max-width: 176px;
          padding-bottom: 20px; } }
      @media (max-width: 768px) {
        #footer-us .footer_row--bottom .img_container img {
          padding-bottom: 20px; } }
  #footer-us .footer_row--bottom .img_container img, #footer-us .footer_row--bottom .spacer_block img {
    max-width: 176px;
    width: 176px;
    padding-bottom: 20px;
    height: 155px; }


/***********************
  Coupons offer page
***********************/

/*code moved to offers.css file */

/*************************
  Where to buy page
*************************/

section#where-to-buy-bottom-banner {
  width: 100%;
  height: auto;
  background-size: cover !important;
}

.wheretobuy-copy-side h2 {
  text-align: left;
  /*color: #0e4caa;*/
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 10px;
  /*padding-top: 40px;*/
}

.wheretobuy-copy {
  color: white;
  padding-bottom: 32px;
}

.wheretobuy-sidebyside {
  padding-top: 64px;
  padding-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  .wheretobuy-copy-side, .wheretobuy-img-side {
    text-align: center;
    padding: 15px 0;
  }

  .wheretobuy-copy-side h2 {
    text-align: center !important;
  }

}


/***********************
Coupons offer page
***********************/
/*code moved to offers.css file */




#need-help-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 100%;
  max-width: 460px;
  padding: 25px 25px 5px;
  z-index: 9999;
  -webkit-box-shadow: 0px 7px 20px -5px #000000;
  box-shadow: 0px 7px 20px -5px #000000; }

#need-help-close {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 2em;
  cursor: pointer;
  font-weight: bold; }

#need-help-backdrop {
  display: none;
  position: fixed;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2); }

#need-help-content h2 {
  color: #0e4caa;
  font-size: 2em !important;
  margin-bottom: 20px; }

#need-help-content ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  counter-reset: listSteps; }

#need-help-content li {
  color: #3d3c3c;
  margin-bottom: 10px;
  line-height: 1.3;
  counter-increment: listSteps;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex; }
  #need-help-content li:before {
    display: block;
    content: counter(listSteps) ".";
    font-weight: bold;
    padding-right: 5px; }

    @media (max-width: 768px) {
      #need-help-modal {
        width: 100vw;
        max-height: 100vh;
        min-width: 0px;
        overflow: scroll;
      }
    }



/*
  My Account Custom Language Toggle
*/

.myaccount-details-page-heading {
  text-align: center;
  color: #0e4caa;
  font-weight: bold;
  font-size: 48px !important;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.lang-toggle-col {

}

.my-account-lang-toggle-heading {
  text-align: left;
  padding-right: 8px;
  width: 100%;
}

/*the container must be positioned relative:*/

.custom-select {
  display: block;
  position: relative;
  width:100%;
  margin: 14px 0 10px;
}

.custom-select-ca-container{
  position: relative;
}

.custom-select-ca-container:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}

.custom-select-ca{
  text-align: left;
  color: #545453;
  font-size: 14px;
  padding: 8px 20px 8px 8px;
  background-color: #FFFFFF;
  /*margin-top: 15px;*/
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  position: relative;
}


.w-col-98 {
  width: 98%;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #FFFFFF;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid #000000;
  border-color: #000000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000000 transparent;
  top: 8px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  background-color: #FFFFFF;
  color: #545453;
  padding: 10px 8px 6px;
  border: 1px solid #ccc;
  cursor: pointer;
  user-select: none;
  webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: transparent;
  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: #f8f8f8;
}

@media only screen and (max-width: 576px) {
  #firstname, .w-col-98 {
    width: 100%;
  }
  .col-sm-6 {
    width: 100%;
  }
}

#recipes > div.recipe-detail__cook > div.views-element-container.form-group > div > div > p > img:nth-child(1) {
  margin: 0 10px !important;
}

#recipes > div.recipe-detail__cook > div.views-element-container.form-group > div > div > p > img:nth-child(3) {
  margin-left:-10px !important;
}

/*FANCY LOGIN OVERRIDE BEGIN*/
#fancy_login_dim_screen{
  background-color: #000000 !important
}
#fancy_login_close_button {
  background-color: #cccccc;
  border: none;
  padding: 14px;
  color: #05376a;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  right: 0;
  top: 0;
  font-weight: bold;
  text-align: center;
  margin-right: 0;
  margin-top: 0;
}

@media (min-width: 540px) {
  #fancy_login_user_login_block_wrapper{
    padding-bottom: 20px;
  }

  #fancy_login_login_box .item-list li{
    font-size: 14px;
    text-align: center;
  }

  .alert-danger {
    margin-top: 10px;
  }
}
#fancy_login_login_box .form-text {
  box-sizing: border-box;
  border-radius: 0;
}
/*FANCY LOGIN OVERRIDE END*/

/*My Account Page*/

.address-container {
  padding: 20px 0;
}

.form-group {
  color:#000;
}

.email-confirmation-alert {
  color: #DC1D2C !important;
}

.address-display{
  margin-top: 10px;
}

.address-display p {
  margin:5px 0;
}

.address-display label {
  margin-bottom: 5px;
}

.address-display h4 {
  text-transform: capitalize;
}

input#firstname_adr, input#address1_adr, input#city_adr, input#state_adr {
  width: 98%;
}

.delete-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 187px;
  text-align: center;
  background-color: #f0f1f2;
  box-sizing: border-box;
  padding: 3px;
  z-index: 100;
  display: none;
  /*to hide popup initially*/
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 4px;
  cursor: pointer;
}
.delete-content .heading {
  display: flex;
  padding: 10px;
  background-color: #fff;
}

.delete-content .body {
  padding: 32px;
}

.delete-address-btns {
  display: flex;
  justify-content: right;
  background-color: #fff;
  padding: 6px 0;
}

.delete-address-confirm-btn {
  border: 2px solid grey;
  padding: 7px 15px 3px 15px;
  margin-right: 10px;
  color:#000;
}

.birthday-select {
  display: flex;
}

.birthday-select select {
  text-align: center;
}

.form-group span {
  font-family: open-sans, sans-serif;
}

.form-group input {
  margin-bottom: 15px !important;
}

#bday_month, #bday_day {
  margin-right: 10px !important;
}

.shipping_heading {
  color: #0e4caa;
  font-family: open-sans, sans-serif;
  font-size: 16px !important;
}

.contact-us.my-profile {
  color: #0D4CAA;
}

.state-group {
  padding-right: 7px;
}

.add-address-btn {
  display: table;
}

p.email-confirmation-alert {
  font-size: 14px !important;
}

button.modal_close-button.jsModalSignUpClose.popup-close-button {
  padding:5px !important;
  width: 25px;
}

.popup-main-wrapper.popup-usa .modal {
  height:400px
}

.modal__sign-up-optin-checkbox {
  display:flex;
}
.personalization-claims--row {
  width: 80%;
  margin:auto;
}

.personalization-claims--box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 25px 0 !important;
}

.full-profile-link {
  margin-top: 20px;
  color: #000;
}

.modal__sign-optin3-checkbox {
  display:flex;
  color:#000;

}

.modal__container-sign-up .modal__checkbox-text {
  width: auto;
}


@media screen and (max-width: 768px)  {
  .edit-address {
    margin-bottom:10px
  }

  .myaccount-details-page-heading {
    font-size: 30px !important;
  }
}




/*Snacks.com Navigation*/

.shop-at-snacks {
  display: flex;
  justify-content: center;
  width: 200px;
}

.shop-at-snacks img {
  width: 100%;
}

.required-field {
  font-size: 14px;
  margin-bottom: 12px;
}

.contest-detail__user-name {
  margin-top:5px !important;
}

.es-us-shop {
  display: none;
}

/*Sweepstakes Form*/

section#contest .contest-detail__checkbox-text {
  color:#000 !important;
  padding-left: 0 !important;
  font-size: 14px !important;
}

section#contest .contest-detail__checkboxes-color + label:before {
  border: 2px solid #000 !important;
}

section#contest .contest-detail__sign-up-select-checkbox {
  border-top:none !important;
}

section#contest .contest-detail__sign-up-select-checkbox {
  border-bottom: none;
}

#rules {
  border-bottom: 1px solid #C5C5C5 !important;
}

#news-subscribe, #email-subscribe, #news-signup, #eligible {
  border-bottom: none !important;
}

#news-subscribe, #news-signup {
  padding-bottom: 0 !important;
}

div#signmeup {
  border-bottom: none !important;
}

div#eligible {
  border-bottom: 1px solid #C5C5C5 !important;
  display: block !important;
}
.err_optin_rules {
  margin-left: 30px;
}

.new-address-edit, .address-edit {
  display: none;
}

section#contest .contest-detail__sign-up-select-checkbox {
  display: block !important;
}

#contest-postalcode.has-error, .contest-detail__sign-up-birth.has-error {
  margin-bottom: 10px !important;
}

.text-bold {
  font-weight: bold;
}


/* Sign Up Form Spacing */

div#okta-signup-container > #okta-sign-in > div.auth-content > div > div > div.primary-auth-container > a {
  margin-bottom: 0 !important;
}

.modal__container-sign-up .modal__container-paragraph {
  margin-bottom: 0 !important;
}

#register-form  > div.modal__user-name >  div.form-group > input#firstname {
  margin-bottom: 10px !important;

}

#register-form  > div.modal__user-name > div.form-group > input#lastname, .date-dropdowns.modal__sign-up-birth {
  margin-bottom: 10px !important;
}

#register-form  > div.modal__user-postalcode > div.form-group > input#postalcode {
  margin-bottom: 5px !important;
}

#register-form  > div.modal__user-password > div.form-group > input#password {
  margin-bottom: 5px !important;
}

span.help-block.err_email {
  margin-top: -5px !important;
}

.modal__sign-up-optin-checkbox #optin, .modal__sign-optin3-checkbox input#optin3 {
  width:auto;
}

.modal__sign-up-optin-checkbox {
  display: flex;
  margin-top: 20px;
  color: #000;
}

.trplus_signup .modal__sign-up-optin-checkbox, .trplus_signup .modal__sign-optin3-checkbox{
  display: none;
}

/* Popup */

body > div.dialog-off-canvas-main-canvas > div.navbar-wrapper-tasty > section.popup-existing-member > div > div {
  height: auto !important;
}

section.popup-existing-member > div > div > div.popup-wrapper-right-desktop > .pop-up-packshots-desktop-us {
  top: 0 !important;

}

@media only screen and (max-width: 992px) {
  .popup-main-wrapper.popup-usa .modal {
    height:530px;
    overflow: hidden;
  }
}


/* Sign Up Form */

#okta-sign-in .social-auth-button.link-button{
  margin-top: 0  !important;
}

.modal__container-sign-up .modal p  {
  margin-bottom: 0 !important;
}



/*Recipe Modal*/

@media (min-width: 576px) {
  .recipe-modal-dialog {
    max-width: 80% !important;
  }
}

.recipe-modal-content {
  height: 80vh !important;
}

.recipe-modal-body {
  display:flex;
  justify-content: center;
  align-items: center;
}

.recipe-modal-body iframe {
  width: 90%;
  height: 90%;
}

button.recipe-close {
  top:2% !important;
}

.recipe-modal {
  background-color: rgba(33, 33, 33, 0.4) !important;
}


a.modal__user-info-icon.tip.gender-tooltip.tootltip-signup {
  top:auto !important;
  right: 20px  !important
}

#gender_tooltip {
  position: relative;
}

.has-error-adr {
  border: 2px solid #fe0000!important;
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 3%;
}

.err_zip_adr {
  color: #fe0000!important;
}

@media screen and (max-width: 768px) {
  .modal__sign-up-optin-checkbox input{
    width: 30px !important;
  }
}

.loader-spinner {
  width: 16px;
  height: 16px;
  border: 3px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-left: 10px;
}

.loader-spinner-hide {
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.login-person {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-person img {
  width: 20px;
  margin-bottom: 4px;
  margin-left: 5px;
}

/*========== ROUND 3 ADA FIXES ==========*/

.slick-prev:focus:before, .slick-next:focus:before {
  border: 2px solid #db1d2c !important;
  border-radius: initial !important;
}

.btn-footer_fixed:focus {
  outline: 2px solid #0e4caa !important;
}

button.multiselect.dropdown-toggle.btn.btn-default:focus {
  border: 2px solid #0e4caa !important;
  outline: 2px solid #0e4caa !important;
}

input#edit-combine--2:focus{
  outline: 2px solid #0e4caa !important;
}

btn_blue-navbar:focus {
  outline: 2px solid red !important;
  border: 2px solid red !important;
}

.recipe__menu-detail-sub-wrapper-height p {
  font-size: 16px !important;
}

.screen-reader-only{
  position: absolute;
  left: -9000px;
  width: 0;
  overflow: hidden;
}


.btn_blue-navbar:focus {
  outline: solid 2px red !important;
}

.lays .slick-dots li button:before:focus, .lays .slick-dots li.slick-active button:before:focus, li.slick-active:focus, .lays .slick-dots li button:before:focus{
  outline: solid 2px blue !important;
}
.consent_blackbar{
    grid-area: footer;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    z-index: 1031;
}

/*cookie bar styling*/
.truste-consent-content {
  padding: 0 40px 4px !important;
  background-color: rgb(0, 0, 0) !important;
  max-width: 100% !important;
}

div#truste-consent-text, span.truste-title, a#truste-cookie-button {
  color: #fff !important;
}

a#truste-consent-button, a#truste-show-consent {
  background-color: #47b357 !important;
}

a#truste-consent-button:hover, a#truste-consent-button:focus, a#truste-show-consent:hover, a#truste-show-consent:focus {
  color:#fff !important;
}

.trustarc-banner{
  margin-bottom: 0px !important
}

/*Cookie Dialog*/

div.mainContent {
  background-color: #ebebeb;
}

.prefPanel .cookiecat {
  background-color: #ebebeb !important;
}

div.mainContent > div > div.prefPanel > div:nth-child(2) > div > div.switch,
div.mainContent > div > div.prefPanel > div:nth-child(3) > div > div.switch{
  box-shadow: none;
}

div.footer {
  background-color: #ebebeb;
  margin-top: -12px;
}

.pdynamicbutton .submit {
  background: #db1d2c !important;
  border: #db1d2c !important;
}


/*========== END 3 ADA FIXES ==========*/

/*====== LOYALTY 2023 UPDATES ===========*/

/*=== US NAV BAR===*/
.menu-bar-en-us a,.menu-bar-es-us a {
  text-transform: uppercase;
  font-size: 13px;
}

.menu-bar-en-us li a,.menu-bar-es-us li a{
  font-weight: normal !important;
}

.us-lang-switcher {
  font-size: 13px !important;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  color: #4c4c4c;
  padding: 5px;
}

.us-lang-switcher:focus {
  border: solid 1px;
  padding: 5px;
}

.dropdown-menu.lang-switch-dropdown-menu{
  position: absolute;
  display: none;
  min-width: 0;
  margin: 2px 0 0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  /*border: 1px solid rgba(0, 0, 0, 0.15);*/
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown.lang-switcher-dropdown.open ul.dropdown-menu.lang-switch-dropdown-menu {
  display: block;
}

.dropdown.lang-switcher-dropdown.open ul.dropdown-menu.lang-switch-dropdown-menu > li > a {
  font-size: 13px;
  padding: 3px 17px;
}

.menu-bar-en-us .btn_red-navbar , .menu-bar-es-us .btn_red-navbar {
  border-radius: 35px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 30px;
  min-width: 0;
  min-height: 0;
  width: auto;
  font-weight: normal !important;
}

.menu-bar-en-us .btn_red-navbar:hover , .menu-bar-es-us .btn_red-navbar:hover{
  background-color: #db1d2c;
  color: #e1e1e1 !important;
  text-decoration: underline;
}

.menu-bar-en-us a#signinpopup, .menu-bar-es-us a#signinpopup {
  color: #4c4c4c;
  font-size: 12px;
  border: solid 1px #4c4c4c;
  padding: 10px 30px;
  border-radius: 30px;
  text-align: center;
  font-weight:normal !important;
  width: auto;
}

.mobile-menu-items.menu-bar-en-us .dropdown-menu .dropdown-content a{
  font-size: 14px;
}

.mobile-menu-items.menu-bar-en-us a#user_logged {
  font-size: 14px;
}

.menu-bar-en-us a.where-to-buy-menu:before {
  content: url('/themes/tastytheme/src/images/product-locator-icon.png');
  width: 18px;
  height: 20px;
  position: absolute;
  left: -10px;
  top: 5px;
}

.menu-bar-en-us a.where-to-buy-menu {
  margin-left: 120px;
}


.menu-bar-en-us .shop-at-snacks.snacks-com-updates, .menu-bar-es-us .shop-at-snacks.snacks-com-updates {
  max-width: 180px;
}

.header__logo-container {
  width: auto;
}


@media only screen and (max-width: 1410px) {
  .menu-bar-en-us a.where-to-buy-menu {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1330px) {
  .menu-bar-en-us a.where-to-buy-menu {
    margin-left: 0;
  }

  .menu-bar-en-us a#signinpopup, .menu-bar-en-us .btn_red-navbar {
    padding: 10px 12px;
  }

  .menu-bar-en-us .shop-at-snacks.snacks-com-updates, .menu-bar-es-us .shop-at-snacks.snacks-com-updates {
    max-width: 120px;
  }

}

/*@media only screen and (max-width: 1270px) {*/
/*  .menu-bar-en-us a.where-to-buy-menu {*/
/*    margin-left: 30px;*/
/*  }*/
/*}*/

@media only screen and (max-width: 1290px) {
  .menu-bar-en-us a.where-to-buy-menu:before{
    content: none;
  }
}


@media only screen and (max-width: 980px) {
  .dropdown.lang-switcher-dropdown{
    margin-bottom: 10px;
    margin-left: 15px;
  }

  .dropdown.lang-switcher-dropdown.open {
    margin-bottom: 45px;
  }

  .mobile-menu-items.menu-bar-en-us .menu_account {
    align-items: start;
    /*padding-top: 15px;*/
    border-top: solid 1px #E5E5E5;
    padding: 10px;
  }

  .mobile-menu-items.menu-bar-en-us .menu.menu--main.nav {
    margin-top: 20px;

  }

  .mobile-menu-items.menu-bar-en-us .menu.menu--main.nav li a {
    text-align: left;
    padding-left: 25px;
    font-size: 13px !important;
  }

  .menu-bar-en-us a.where-to-buy-menu{
    margin-left: 0;
  }

  .menu-bar-en-us a.where-to-buy-menu:before{
    content: none;
  }

  .menu-bar-en-us a#signinpopup, .menu-bar-es-us a#signinpopup,
  .menu-bar-en-us .btn_red-navbar , .menu-bar-es-us .btn_red-navbar {
    width: 100% !important;
  }

  .menu-bar-en-us .dropdown-menu.logged-in-dropdown {
    margin: 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 25px;
  }

  .menu-bar-en-us .dropdown-menu .login-person {
    justify-content: flex-start;
  }

  .menu-bar-en-us .dropdown-menu .login-person a {
    font-size: 13px !important;
  }

  .menu-bar-en-us .dropdown-menu.logged-in-dropdown > .dropdown-content {
    display: block;
    position: relative;
    background-color: #FFFFFF;
    width: auto !important;
  }

  .menu-bar-en-us .dropdown-menu.logged-in-dropdown > .dropdown-content a {
    padding-left: 0;
    border: none;
    color: #4c4c4c;
    line-height: inherit;
    display: block;
    margin-top: 12px !important;
    font-size: 13px !important;
  }

  .menu-bar-en-us .dropdown-menu.logged-in-dropdown > .dropdown-content a:hover {
    background-color: transparent;
    color: #db1d2c !important;
    text-decoration: underline;
  }


  .mobile-menu-items.menu-bar-en-us .menu_account.logged-in-us-menu-account {
    flex-direction: column-reverse;
  }

  .mobile-menu-items.menu-bar-en-us .menu_account.logged-in-us-menu-account {
    border-top: none;
    padding-top: 0;
  }


  .mobile-menu-items.menu-bar-en-us .menu_account.logged-in-us-menu-account .shop-at-snacks.snacks-com-updates {
    border-bottom: solid 1px #E5E5E5;
    width: 100%;
    display: block;
    max-width: 100%;
    margin-bottom: 15px;

  }

  .mobile-menu-items.menu-bar-en-us .menu_account.logged-in-us-menu-account .shop-at-snacks.snacks-com-updates img {
    max-width: 200px;
    margin-right: auto;
    display: block;
    padding-left: 25px;
  }


  .menu_account.logged-in-us-menu-account a.jslogoutca {
    border: solid 1px #4c4c4c !important;
    border-radius: 30px !important;
    text-align: center;
  }



  .menu_account.logged-in-us-menu-account .dropdown.lang-switcher-dropdown {
    margin-top: 20px;
    width: 100%;
    border-top: solid 1px #E5E5E5;
    padding-top: 15px;
    /* margin-right: 15px; */
  }

  .menu_account.logged-in-us-menu-account .dropdown.lang-switcher-dropdown {
    text-align: left;
  }

}

/*=== END US NAV BAR===*/

/*===== CAROUSEL US ====*/
.us-carousel .slick-next.slick-arrow, .us-carousel .slick-prev.slick-arrow{
  display: none !important;
}

.us-carousel .btn_red, .us-carousel .banner-mobile .btn_red {
  border-radius: 30px;
  box-shadow: none;
}

/*======= US FOOTER UPDATE LOYALTY =======*/
#footer-us{
  background: #0057A2;
}

#footer-us .footer_row--bottom{
  justify-content: space-between;
}

#footer-us .footer_row--bottom--links ul li a {
  text-transform: uppercase;
  font-family: 'GTWalsheimBold', Helvetica, sans-serif;
  font-size: 14px;
}

.footer-us-image-con {
  max-width: 400px;
  padding: 0 20px
}

.us-footer-sub-navs{
  display: flex;
  max-width: 500px;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.footer-us-image-con img {
  max-width: 100px;
  display: block;
  margin-bottom: 20px;
}

.footer-us-image-con p {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer-us-image-con a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'GTWalsheimBold', 'Helvetica', sans serif;
  display: inline-block;
}

#footer-us  .footer_row--bottom--links ul{
  flex-direction: column;
}

#footer-us .menu--footer li a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'GTWalsheimBold', Helvetica, sans-serif;
}

#footer-us .menu--footer li a:hover, #footer-us .menu--footer li a:active, #footer-us .menu--footer li a:focus {
  text-decoration: underline;
  background-color: transparent;
}


.footer-nav-about p, .footer-nav-blog p, .footer-nav-product p {
  color: #FFFFFF;
  padding-left: 15px;
  margin-bottom: 20px;
  font-family: 'GTWalsheimBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.footer-us-bottom-section{
  background-color: #004179;
  padding: 45px 20px 55px 20px;
}
.footer-us-bottom-section-container {
  max-width: 90%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-us-bottom-section p {
  color: #FFFFFF;
  font-size: 15px;
}

.footer-us-bottom-section-container .us-lang-switcher {
  color: #FFFFFF;
}

.footer-us-bottom-section-container .us-lang-switcher:focus {
  padding: 5px;
}

div#teconsent {
  padding: 15px;
}

.footer-us-legal{
  font-size: 12px !important;
}


@media only screen and (max-width: 980px) {
  #footer-us .footer_row.footer_row--bottom {
    flex-direction: column-reverse;
  }

  .footer-us-bottom-section-container {
    flex-direction: column;
  }

  .us-footer-sub-navs{
    flex-direction: column;
  }

  .footer-us-bottom-section p {
    margin-bottom: 20px;
  }

  .footer-nav-blog {
    margin: 30px 0;
    border-top: solid 1px #5B87B9;
    padding: 30px 0;
    border-bottom: solid 1px #5B87B9;
  }
  .footer-nav-product {
    margin-bottom: 50px;
  }

  .footer-us-bottom-section-container .dropdown.lang-switcher-dropdown {
    margin-left: 0;
  }
}


/*======= END US FOOTER UPDATE LOYALTY =======*/


/*======== FRONT PAGE US ====*/
.firs-section-us{
  padding: 0 20px;
  margin-top: 50px;
}
.firs-section-us h2{
  text-align: center;
  color: #0e4caa;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 10px;
}

.firs-section-us p{
  text-align: center;
  margin-bottom: 40px;
}

.bite-into-tasty{
  margin-bottom: 50px;
}

.bite-icon-text-con {
  max-width: 200px;
  margin: auto;
}

.bite-icon-image-con{
  height: 180px;
  margin-bottom: 15px;
}

.bite-icon-image-con img {
  display: block;
  height: 100%;
  margin: 0 auto;
  /*max-height: 150px;*/
}

/*==== JOIN BANNER 1 US===*/
.join-tr-banner1{
  max-width: 1200px;
  margin: 10px auto 0 auto;
  padding-top: 100px;
  padding-left: 60px;
  min-height: 400px;
  background-image: url("/themes/tastytheme/src/images/us-site/TastyRewardsLoyaltyHomepage2025.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
}

.join-tr-textCon{
  max-width: 400px;
  text-align: left;
}

.join-tr-banner1 h3{
  color: #FFFFFF;
  font-size: 35px;
  margin-bottom: 20px;
}

.join-tr-banner1 p{
  color: #FFFFFF;
  max-width: 360px;
  margin-bottom: 20px;
}

.us-red-btn{
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 30px;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  background-color: #db1d2c;
  display: inline-block;
  transition:  0.2s;
}

.us-red-btn:hover, .us-red-btn:focus{
  color: #e1e1e1;
}

@media only screen and (max-width: 780px) {
  .join-tr-banner1 {
    padding: 30px;
    min-height: 630px;
    background-image: url('/themes/tastytheme/src/images/us-site/TastyRewardsLoyaltyHomepag_Mobile.jpg');
  }

  .join-tr-textCon {
    margin: auto;
    text-align: center;
  }
}

/*=== STEPS TO GET REWARDS ====*/

.steps-rewards {
  margin: 80px 0 0 0;
  background-image: url("/themes/tastytheme/src/images/us-site/steps-get-rewarded-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 40px;
  text-align: center;
}

.steps-rewards h3 {
  text-align: center;
  color: #0e4caa;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}

.steps-rewards p {
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.steps-number {
  border: solid 3px #2659A8;
  width: 70px;
  height: 70px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.steps-number-icon {
  max-width: 80px;
  margin: 0 auto 20px auto;
}

.steps-number-icon img {
  width: 100%;
}

.steps-con {
  max-width: 315px;
  margin: auto;
  padding: 0 15px;
}

.steps-number span {
  color: #DB1D2C;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  font-size: 24px;
}

.steps-con .blue-text-steps {
  text-align: center;
  color: #0e4caa;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
}

.steps-con .gray-text-steps{
  text-align: center;
  color: #7B7B7B;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
}

hr.steps-divider {
  border-top: 6px solid #DD2A38;
  width: 100px;
  margin: 0 auto 15px auto;
}

/*=== ACTIVITIES CAROUSEL US WHEN NOT SIGNED IN===*/
#activities-carousel-con{
  padding: 0 20px;
  margin-bottom: 100px;
  margin-top:2rem;
}

.activities-widget-us{
  max-width: 1170px;
  margin: auto;
}

.activities-widget-us h3 {
  text-align: center;
  color: #0e4caa;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 16px;
}

.activities-widget-us p {
  text-align: center;
}

.activities-carousel-loggedout {
  max-width: 1300px;
  margin: 50px auto 20px auto;
  padding: 0 45px;
}

.activity-item-us {
  max-width: 400px;
  margin: auto;
  border-radius: 10px;
  padding: 15px;
  display: block !important;
}

.activity-header-image {
  max-width: 440px;
}

.activity-header-image img {
  width: 100%;
  display: block;
}

.activity-item-body {
  padding: 20px 12px 30px 24px;
  border-bottom: solid 1px #E5E5E5;
  border-left: solid 1px #E5E5E5;
  border-right: solid 1px #E5E5E5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 210px;
}


.activity-item-body h4 {
  color: #0e4caa;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 5px;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  min-height: 70px;
}

.activity-item-body p {
  text-align: left !important;
  margin-bottom: 5px !important;
  font-size: 14px;
  min-height: 70px;
  padding-left: 0 !important;
}

.activity-item-body .us-red-btn {
  font-size: 13px;
}

.slick-next.activities-us-next.slick-arrow:before, .slick-prev.activities-us-prev.slick-arrow:before {
  content: '' !important;
  display: none !important;
}

button.slick-next.activities-us-next.slick-arrow {
  width: 50px !important;
  height: 50px !important;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/tastytheme/src/images/arrow-right-red.png");
  /*top: 110% !important;*/
  right: -10px !important;
}

button.slick-prev.activities-us-prev.slick-arrow{
  width: 50px !important;
  height: 50px !important;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/tastytheme/src/images/ arrow-left-red.png");
  /*top: 110% !important;*/
  left: -10px !important;
}

button.slick-next.activities-us-next.slick-arrow:focus , button.slick-prev.activities-us-prev.slick-arrow:focus{
  border: solid 2px #004179 !important;
}

@media only screen and (max-width: 680px) {
  .activities-carousel-loggedout {
    padding: 0;
  }

  button.slick-next.activities-us-next.slick-arrow, button.slick-prev.activities-us-prev.slick-arrow{
    top: 105% !important;
  }
}

/*=== JOIN TR 2 =======*/
.join-tr-banner2{
  /*max-width: 1600px;*/
  margin: 0 auto;
  padding-top: 150px;
  padding-left: 60px;
  min-height: 500px;
  background-image: url("/themes/tastytheme/src/images/us-site/join-tr-banner2-large-new2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.join-tr-banner2 h3{
  color: #FFFFFF;
  font-size: 45px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px #000000;
}

@media only screen and (max-width: 1200px) {
 .join-tr-banner2{
   background-image: url("/themes/tastytheme/src/images/us-site/join-tr-banner2-new2.jpg");
 }
}

@media only screen and (max-width: 880px) {
  .join-tr-banner2 {
    padding: 86px 15px 0 15px;
    min-height: 630px;
    background-image: url('/themes/tastytheme/src/images/us-site/join-tr-banner2-mobile-new2.jpg');
  }

  .join-tr-banner2 h3{
    font-size: 28px;
  }
}

/*===== COUPON US ========*/

.coupon-con-us {
  max-width: 1400px;
  margin: auto;
  padding: 80px 0 120px 60px;
  display: flex;
}

.coupon-section-left {
  max-width: 240px;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coupon-section-left h3 {
  color: #0e4caa;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}

.coupon-section-left p {
  margin-bottom: 30px;
}

.coupon-section-left .us-red-btn {
  max-width: 140px;
  text-align: center;
}

.coupon-carousel-us-con{
  width: 100%;
  min-width: 0;
  min-height: 0;
}

.coupon-item {
  max-width: 350px;
  padding: 0 10px;
  margin: auto;
}

.coupon-item img {
  width: 100%;
}

.slick-next.coupon-next-arrow.slick-arrow:before, .slick-prev.coupon-prev-arrow.slick-arrow:before {
  content: '' !important;
  display: none !important;
}

button.slick-next.coupon-next-arrow.slick-arrow {
  width: 50px !important;
  height: 50px !important;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/tastytheme/src/images/arrow-right-red.png");
  top: 110% !important;
}

button.slick-prev.coupon-prev-arrow.slick-arrow{
  width: 50px !important;
  height: 50px !important;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/tastytheme/src/images/ arrow-left-red.png");
  top: 110% !important;
}

button.slick-next.coupon-next-arrow.slick-arrow:focus , button.slick-prev.coupon-prev-arrow.slick-arrow:focus{
  border: solid 2px #004179 !important;
}

@media only screen and (max-width: 1000px) {
  .coupon-con-us {
    flex-direction: column;
    padding: 80px 20px 120px 20px;
  }

  .coupon-section-left {
    margin: 0 auto 40px auto;
    max-width: 400px;
    text-align: center;
  }

  .coupon-section-left .us-red-btn {
    margin: auto;
  }
}


/* ==== BRANDS US CAROUSEL ======*/
.brands-us-carousel-con {
  margin-top: 50px;
}

.brands-us-carousel-con p{
  max-width: 540px;
  margin:  auto;
}

.brand-carousel-us .slick-next.slick-arrow:before, .brand-carousel-us .slick-prev.slick-arrow:before {
  content: '' !important;
  display: none !important;
}

.brand-carousel-us button.slick-next.slick-arrow {
  width: 50px !important;
  height: 50px !important;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/tastytheme/src/images/arrow-right-red.png");
  top: 40% !important;
}

.brand-carousel-us button.slick-prev.slick-arrow{
  width: 50px !important;
  height: 50px !important;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/tastytheme/src/images/ arrow-left-red.png");
  top: 40% !important;
}

.brand-carousel-us button.slick-next.slick-arrow:focus , .brand-carousel-us button.slick-prev.slick-arrow:focus{
  border: solid 2px #004179 !important;
}

/*===== KEEP IT SOCIAL =========*/

.social-con-us {
  max-width: 1400px;
  margin: auto;
  padding: 60px 0 100px 60px;
  display: flex;
}

.social-section-left {
  max-width: 240px;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.social-section-left h3 {
  color: #0e4caa;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  text-align: left;
}

.social-section-left p {
  margin-bottom: 30px;
  text-align: left;
}

/*.social-items-con {*/
/*  display: flex;*/
/*  justify-content: space-evenly;*/
/*}*/

.socialblock-carousel-wrapper {
  width: 100%;
  min-width: 0;
  min-height: 0;
}

.social-item {
  max-width: 450px;
  padding: 0 20px;
  margin: auto;
}

.social-item img, .social-item video {
  width: 100%;
}

.slick-next.social-next-arrow.slick-arrow:before, .slick-prev.social-prev-arrow.slick-arrow:before {
  content: '' !important;
  display: none !important;
}

button.slick-next.social-next-arrow.slick-arrow {
  width: 50px !important;
  height: 50px !important;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/tastytheme/src/images/arrow-right-red.png");
  top: 110% !important;
}

button.slick-prev.social-prev-arrow.slick-arrow{
  width: 50px !important;
  height: 50px !important;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/tastytheme/src/images/ arrow-left-red.png");
  top: 110% !important;
}

button.slick-next.social-next-arrow.slick-arrow:focus , button.slick-prev.social-prev-arrow.slick-arrow:focus{
  border: solid 2px #004179 !important;
}

@media only screen and (max-width: 1000px) {
  .social-con-us {
    flex-direction: column;
    padding: 60px 20px 100px 20px;
  }

  .social-section-left {
    margin: 0 auto 40px auto;
    max-width: 400px;
    text-align: center;
  }

  .social-section-left h3,.social-section-left p{
    text-align: center;
  }

  .social-items-con {
    flex-direction: column;
  }

  .social-item{
    margin-bottom: 30px;
  }
}
/*======== LIFE AND RECIPE FRONT PAGE======*/
.life-recipe-section {
  margin: 70px auto;
  padding: 0 20px;
  max-width: 1300px;
}

.life-recipe-section h3 {
  text-align: center;
  color: #0e4caa;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 10px;
}

.life-recipe-paragraph {
   text-align: center;
   margin-bottom: 45px;
}

.life-recipe-section-ctas-container {
  max-width: 400px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: space-between;
}

.life-recipe-section-cta {
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 30px;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  color: #3d3c3c;
  background-color: #FFFFFF;
  display: inline-block;
  transition: 0.2s;
  border: solid 2px #3D3C3C;
}

.life-recipe-section-cta:hover{
  border: solid 2px #dd2f3d;
}

.life-recipe-grid{
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  justify-content: center;
}

.life-recipe-item-us {
  max-width: 380px;
  /*margin: auto;*/
  border-radius: 10px;
  /*padding: 10px;*/
  display: block !important;
  width: 100%;
}

.life-recipe-header-image {
  max-width: 440px;
}

.life-recipe-header-image img {
  width: 100%;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.life-recipe-item-body {
  padding: 20px 12px 30px 24px;
  border-bottom: solid 1px #E5E5E5;
  border-left: solid 1px #E5E5E5;
  border-right: solid 1px #E5E5E5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 290px;
}

.life-recipe-item-body h4 {
  color: #0e4caa;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  /*text-transform: capitalize;*/
  min-height: 65px;
}

.life-recipe-item-body p {
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
  min-height: 65px;
}

.life-recipe-item-body .us-red-btn {
  font-size: 13px;
}

span.recipe-life-tag {
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 25px;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  color: #4C4C4C;
  background-color: #F8F8F8;
  margin-bottom: 8px;
  display: inline-block;
}

@media only screen and (max-width: 1300px) {
  .life-recipe-item-body h4{
    min-height: 90px;
  }
}

@media only screen and (max-width: 1024px) {
  .life-recipe-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .life-recipe-item-us {
    margin: auto;
  }

  .life-recipe-item-body h4{
    min-height: auto;
  }
}

@media only screen and (max-width: 720px) {
  .life-recipe-grid{
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 450px) {
  .life-recipe-section-ctas-container{
    flex-direction: column;
  }

  .life-recipe-section-cta{
    margin: 0 auto 20px auto;
    text-align: center;
    max-width: 230px;
  }
}


/*=======JOIN TR BANNER 3======*/
.join-tr-banner3{
  max-width: 1200px;
  margin: 10px auto 0 auto;
  padding-top: 55px;
  padding-left: 60px;
  min-height: 400px;
  background-image: url("/themes/tastytheme/src/images/us-site/TastyRewards_JoinBanner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
}

.join-tr-textCon3{
  max-width: 400px;
  text-align: left;
}

.join-tr-banner3 h3{
  color: #FFFFFF;
  font-size: 35px;
  margin-bottom: 20px;
}

.join-tr-banner3.spanish-subscribe-con h3 {
  font-size: 27px;
}

.join-tr-banner3 p{
  color: #FFFFFF;
  max-width: 360px;
  margin-bottom: 20px;
}

.us-red-btn{
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 30px;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  background-color: #db1d2c;
  display: inline-block;
  transition:  0.2s;
}

.us-red-btn:hover, .us-red-btn:focus{
  color: #e1e1e1;
}

@media only screen and (max-width: 880px) {
  .join-tr-banner3 {
    padding: 30px;
    min-height: 630px;
    background-image: url('/themes/tastytheme/src/images/us-site/TastyRewards_JoinBanner_mb.jpg');
  }

  .join-tr-textCon3 {
    margin: auto;
    text-align: center;
  }

  .join-tr-banner3 h3, .join-tr-banner3.spanish-subscribe-con h3{
    font-size: 25px;
  }
}


/*======= SIGN UP FORM POP UP US SITE ==========*/
.us-modal-signup .modal {
  background-color: #FFFFFF;
  /*max-width: 700px;*/
  /*padding: 0 50px 0 20px !important;*/
}

.us-modal-signup #okta-signup-container #okta-sign-in {
  /*min-width: 300px;*/
  background-color: #FFFFFF !important;
  border: none;
  width: auto;
}

.us-modal-signup #okta-signup-container #okta-sign-in.no-beacon .auth-content {
  background-color: #FFFFFF;
  padding: 0;
}

.us-modal-signup div#okta-signup-container > #okta-sign-in > div.auth-content > div > div > div.primary-auth-container > a{
  border-radius: 30px;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  height: 40px;
  line-height: 30px;
  padding-top: 5px;
}

.us-modal-signup span.field-icon.toggle-password-signup{
  top: 20px;
}

.us-modal-signup .form-control.modal__sign-up-input, .us-modal-signup .form-control.modal__sign-up-select-gender,
.us-modal-signup .modal__user-name .modal__user-first-name, .us-modal-signup .modal__user-name .modal__user-last-name,
.us-modal-signup .modal__sign-up-input, .us-modal-signup .modal__sign-up-birth select{
  border: solid 1px #DCDCDC;
  border-radius: 20px;
}

.us-modal-signup.modal__container-sign-up  .modal__sign-up-select-gender {
  padding: 5px !important;
   line-height: inherit !important;
  height: 36px;

}

.us-modal-signup label, .us-label-style {
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4C4C4C;
  font-size: 15px;
}

.us-modal-signup .modal__container-sign-up .modal__checkbox-text{
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
}

.us-modal-signup button#submit {
  border-radius: 30px;
  box-shadow: none;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.us-modal-signup  span.casl.modal__checkbox-text.legal-copy {
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
}

.us-modal-signup .privacy-policy {
  color: #2659A8;
}

/*==== USA LOG IN POP UP ====*/
.region-page-bottom #fancy_login_login_box.login-usa-form {
  background-color: #FFFFFF !important;
}

#fancy_login_login_box.login-usa-form #okta-sign-in {
  background-color: #FFFFFF !important;
  border: none;
}

#fancy_login_login_box.login-usa-form .okta-sign-in-header.auth-header {
  border: none;
}

#fancy_login_login_box.login-usa-form a.social-auth-button.social-auth-google-button.link-button {
  border-radius: 30px;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
}


#fancy_login_login_box.login-usa-form .o-form-input-name-username.o-form-control.okta-form-input-field.input-fix {
  border-radius: 30px;
}

#fancy_login_login_box.login-usa-form .o-form-input-name-password.o-form-control.okta-form-input-field.input-fix {
  border-radius: 30px;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
}


#fancy_login_login_box.login-usa-form #okta-signin-submit {
  border-radius: 30px;
}

.login-usa-form #okta-sign-in .o-form .input-fix input:-webkit-autofill, .login-usa-form #okta-sign-in.auth-container.main-container .primary-auth .password-with-toggle input:-webkit-autofill{
  border-radius: 30px;
}


/*===== USA RECIPE PAGE ===*/
.recipes-usa form#views-exposed-form-recipes-page-1 button.multiselect.dropdown-toggle.btn.btn-default{
  border-radius: 30px;
}

.recipes-usa form#views-exposed-form-recipes-page-1 .form-item-combine .form-control{
  border-radius: 30px;
  margin-bottom: 0 !important;
  height: 45px;
}

#recipes .recipe__menu .recipes-usa .recipe__menu-detail-wrapper .recipe__btn_red {
  border-radius: 30px;
  box-shadow: none;
  text-transform: uppercase;

}

section#recipes .recipe__menu .recipes-usa .form-submit{
  border-radius: 30px;
  box-shadow: none;
  text-transform: uppercase;
}

.recipes-usa .more-recipes.recipe__btn_red {
  border-radius: 30px;
  box-shadow: none;
  text-transform: uppercase;
}


#recipes   .recipe__menu  .recipe__menu-detail-wrapper.recipes-usa-container  .recipe__btn_red  {
  border-radius: 30px;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 15px;
}

.more-recipes.recipe__btn_red.us-red-btn {
  box-shadow: none;
  font-size: 15px;
}

/*===== LIFE PAGE USA ======*/
.life-page-usa form#views-exposed-form-articles-page-1 button.multiselect.dropdown-toggle.btn.btn-default{
  border-radius: 30px;
}

.life-page-usa form#views-exposed-form-articles-page-1 .form-item-combine .form-control{
  border-radius: 30px;
  padding: 12px 10px;
}

section#recipes .recipe__menu .life-page-usa .form-actions button.form-submit, section#recipes .recipe__menu .life-page-usa .recipe__menu-detail-wrapper .recipe__btn_red, .life-page-usa .view-id-articles a.button{
  border-radius: 30px;
  box-shadow: none !important;
  text-transform: uppercase;
}

/*==== EMIAL SUBSCRIBE MODAL USA ========*/
#subscribeModalUSA.modal.subscribe-modal-usa {
  display: none;
}

#subscribeModalUSA.modal.subscribe-modal-usa.in {
  position: fixed;
  background-color: rgb(00, 00, 00, 0.5);
  z-index: 9999;
  width: 100%;
}

#subscribeModalUSA.modal.subscribe-modal-usa .modal-header {
  border: none;
  padding-bottom: 0;
}

#subscribeModalUSA.modal.subscribe-modal-usa .modal-content {
  border-radius: 0;
  border: none;
}

#subscribeModalUSA.modal.subscribe-modal-usa .modal-body{
  padding-top: 0;
  padding-bottom: 30px;
}

#subscribeModalUSA.modal.subscribe-modal-usa .modal-body h3 {
  color: #0e4caa;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.subscribe-us-form-container {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.subscribe-us-form-container {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  margin: auto;
}

label#email_label-subscribe-us {
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4C4C4C;
  font-size: 15px;
}

input#email-subscribe-us {
  border: solid 1px #DCDCDC;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
}

#subscribeModalUSA.modal.subscribe-modal-usa span.casl.modal__checkbox-text.legal-copy {
  margin-left: 10px;
  font-size: 15px;
  line-height: 1.1;
}

#subscribeModalUSA.modal__sign-up-optin-checkbox{
  margin-bottom: 20px;
}

button#email-subscribe-us-submit {
  border-radius: 35px;
  text-transform: uppercase;
  padding: 12px 30px;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  background-color: #db1d2c;
  display: inline-block;
  transition: 0.2s;
  border: none;
  max-width: 200px;
  margin: 15px auto 0 auto;
}

.subscribe-us-form-container.error input#email-subscribe-us {
  border: solid 2px red !important;
}

/**/
#children-fields .child {
  display: none;
}


/*-========== MY PROFILE =========*/

.my-profile-form-us  .form-control {
  width: 98% !important;
  border-radius: 30px !important;
}

.my-profile-us-brands-logos {
  display: flex;
  margin-bottom: 10px;
}

.my-profile-us-brands-logos .logo-image {
  max-width: 150px;
  margin-right: 20px;
}

.my-profile-us-brands-logos .logo-image img{
  width: 100%;
}


@media only screen and (max-width: 500px) {
  .my-profile-us-brands-logos {
    flex-direction:column;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}


/*====  RECIPES PAGE VIDEO AND IMAGES CAROUSEL =====*/

.recipe-carousel-contaier{
  max-width: 350px;
}

.slick-next.recipe-carousel-next.slick-arrow:before, .slick-prev.recipe-carousel-prev.slick-arrow:before {
  content: '' !important;
  display: none !important;
}

button.slick-next.recipe-carousel-next.slick-arrow {
  width: 50px !important;
  height: 50px !important;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/tastytheme/src/images/arrow-right-red.png");
  top: 50% !important;
  right: -15% !important;
}

button.slick-prev.recipe-carousel-prev.slick-arrow{
  width: 50px !important;
  height: 50px !important;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/tastytheme/src/images/ arrow-left-red.png");
  top: 50% !important;
  left: -15% !important;

}

button.slick-next.recipe-carousel-next.slick-arrow:focus , button.slick-prev.recipe-carousel-prev.slick-arrow:focus{
  border: solid 2px #004179 !important;
}

.recipes-iframe-yt{
  aspect-ratio: 1/1;
  width: 100%;
  max-height: 430px;
  display: block;
}
.not-elegible-msg {
  padding-top: 10px;
}
.ct-alert{
  background-color: #0e4caa;
  padding: 15px;
  position: sticky;
  top: 0;
  z-index: 999;
}
.ct-alert p{
  text-align: center; color: #FFFFFF;
  margin: auto;
  font-size: 16px;
}

/*.not-elegible-msg p {*/
/*  font-weight: bold;*/
/*}*/

.form-group.pink {
  margin:auto;
}

/*DEACTIVATION FLOW*/

.deactivate-title {
  font-size: 36px;
  margin-bottom: 20px;
}
.deactivation-container {
  padding-top:80px;
}
.deactivation-legal-text {
  font-size: 15px;
  font-family: open-sans, sans-serif;
}

#deleteprofilereasons {
  padding-top:30px;
}

.tooltip-block {
  display:block !important;
}


/* USA GOOGLE SIGN IN CTA STYLES */
.gooogle-signin-usa {
  border-radius: 30px;
  font-family: 'GtWalsheimBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 30px;
  color: #5e5e5e;
  display: block;
  padding: 5px 75px;
  border: 1px solid #c3c3c3;
  margin-bottom: 15px;
  font-size: 14px;
  background: url('/themes/tastytheme/src/images/google_logo.png') no-repeat 10px;
  background-position: 15px 50%, 0 0;
  text-align: center;
}


/* CAN GOOGLE SIGN IN CTA STYLES */
.gooogle-signin-can {
  line-height: 30px;
  color: #5e5e5e;
  display: block;
  padding: 5px 75px;
  border: 1px solid #c3c3c3;
  margin-bottom: 15px;
  font-size: 14px;
  background: url(/themes/tastytheme/src/images/google_logo.png) no-repeat 10px;
  background-position: 15px 50%, 0 0;
  font-family: proxima nova, montserrat, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  font-weight: 100;
  text-align: center;
}

@media only screen and (max-width: 900px) {

  .gooogle-signin-can {
    padding: 5px 55px;

  }

  .gooogle-signin-usa {
    padding: 5px 55px;
  }
}


/*zenagain coupon css*/

.zenagain-section h4{
  text-align: center;
  color: #D50A30;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}


.coupon-card-zenagain {
  height: 775px;
  width: 354px;
  max-width: 450px;
  margin: 65px 20px 0;
  vertical-align: top;
}
.coupon-card-zenagain .coupon-img img {
  margin: -65px 0 0 0;
  padding: 0;
  max-width: 367px;
}
.coupon-card-zenagain.unavailable img {
  filter: grayscale(100%);
  opacity: 0.5; /* Optional: makes it look visually 'disabled' */
}

.coupon-body-zenagain {
  width: 100%;
  padding: 0;
  border: 1px solid #ddd;
  text-align: center;
  min-height: 370px;
  margin-top: -5px;
  display: flex;
  flex-direction: column;
}
.coupon-body-zenagain h5 {
  font-size: 42px;
  margin: 30px 0 10px;
  font-weight: bold;
  color: #0e4baa;
  font-family: 'GTWalsheimBold';
}
.coupon-body-zenagain h6 {
  font-size: 25px;
  font-weight: bold;
  color: #504e4f;
  font-family: 'GTWalsheimBold';
  padding: 0 15px;
}

.coupon-body-zenagain a {
  font-size:20px;
}

.coupon-body-zenagain .text-muted {
  padding: 5px 20px;
}

.coupon-body-zenagain .note {
  padding: 0 20px !important;
}

.btn-select {
  background-color: #e60000;
  color: white;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  border: none;
  font-family: 'GTWalsheimBold';
  width: 200px;
  margin: 0 auto 20px auto;
}

.card-spacer {
  flex-grow: 1;
}

@media only screen and (max-width: 768px) {
  .coupon-card-zenagain {
    margin: 65px auto 0 auto;
  }
}

#offers {
  padding-top:5rem !important;
}

/*Zenagain popup*/

.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.zenagain .custom-modal h5 {
  font-size: 42px;
  margin: 30px 0 10px;
  font-weight: bold;
  color: #0e4baa;
  font-family: 'GTWalsheimBold';
}

.custom-modal .coupon-img img {
  padding: 0;
  max-width: 150px;
}

.custom-modal-content {
  background: #fff;
  padding: 20px;
  max-width: 500px;
  width: 90%;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.custom-modal-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.coupon-body-zenagain button {
  margin-top: auto; /* Pushes the button to the bottom */
  width: auto;

}

.zenagain .coupon-footer {
  margin-top: auto; /* Pushes the footer to the bottom */
}
.custom-modal-content .coupon-img img {
  max-width: 25%;
  height: auto;
}