.groceries_main *,
.groceries_main *::before,
.groceries_main *::after {
  box-sizing: border-box;
}

.groceries_main {
  max-width: 1920px;
  margin: 0px auto;
}

.groceries_main img {
  max-width: 100%;
  height: auto;
}


/* colums */

.gro_row {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.gro_col-lg-1,
.gro_col-lg-2,
.gro_col-lg-3,
.gro_col-lg-4,
.gro_col-lg-5,
.gro_col-lg-6,
.gro_col-lg-7,
.gro_col-lg-8,
.gro_col-lg-9,
.gro_col-lg-10,
.gro_col-lg-11,
.gro_col-lg-12 {
  position: relative;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}


/* end colums */

.bg_blue {
  background-color: #067f94;
  overflow: hidden;
  padding: 80px 0px 0px;
}

.email_main.bg_blue {
  padding: 0px;
}

.bg_green {
  background-color: #2a862f;
}

.bg_darkgreen {
  background-color: #008840;
}

.bg_gray {
  background-color: #e5e5e5;
}

.bg_red {
  background-color: #e2131f;
}

.voila_bg {
  background-color: #00d6ff;
}

.space {
  margin: 70px 0px 0px;
}

.groceries_main p {
  font-family: "GT-Eesti-Pro-Display-light";
}

.main_container {
  max-width: 1920px;
  width: 100%;
  margin: 0px auto;
}

.container_outer {
  max-width: 1130px;
  margin: 0px auto;
  padding: 0px 45px;
}

.conatiner_inner {
  max-width: 954px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 45px;
}

.groceries_main .banner_title {
  position: relative;
  z-index: 3;
}

.groceries_main .banner_title {
  text-align: center;
  padding: 24px 0px 0px;
}

.groceries_main .banner_main {
  position: relative;
}

.bg_img {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.email_main .bg_img {
  background-position-y: 80px;
}

.brand_partners_main .bg_img {
  background-position-y: inherit;
}

.groceries_main .banner_left {
  top: 51px;
  position: absolute;
  left: -58px;
  z-index: 1;
}

.groceries_main .banner_right {
  top: 53px;
  position: absolute;
  right: -12px;
  z-index: 1;
}

.groceries_main .medal_img {
  height: 312px;
  position: relative;
}

.groceries_main .medal_img .gro_medal_img {
  position: absolute;
  top: -127px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.groceries_main .box_main {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 115px 0px 60px;
  border-radius: 20px;
  position: relative;
}

.groceries_main .box_text {
  text-align: center;
  max-width: 768px;
  margin: 0px auto;
  padding: 0px 40px;
  position: relative;
}

.groceries_main .box_text h2 {
  font-family: "GTEestiProDisplay-UltraBold";
  font-size: 28px;
  line-height: 33px;
  color: #222d5f;
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.groceries_main .box_text p {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-family: "GT-Eesti-Pro-Display-light";
  margin: 0px 0px 32px;
}

.groceries_main .box_logo_main {
  max-width: 690px;
  margin: 0px auto;
}

.groceries_main .box_logo_main a {
  display: block;
}

.groceries_main .box_logo {
  justify-content: center;
}

.groceries_main .box_logo_img {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  transition: 0.5s;
}

.groceries_main .box_logo_img:hover {
  box-shadow: 0px 4px 20px rgba(34, 45, 95, 0.2);
  margin-top: 6px;
}

.groceries_main .box_text p .gro_textlink span {
  color: #000000;
  text-decoration: underline;
}

.groceries_main .box_text p .gro_textlink span:hover {
  text-decoration: none;
}


/* about */

.groceries_main .about_title {
  text-align: center;
  margin-bottom: 30px;
}

.groceries_main .about_title h2 {
  font-family: "GTEestiProDisplay-Regular";
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
}

.groceries_main .about_content p {
  font-family: "GT-Eesti-Pro-Display-light";
  font-size: 18px;
  line-height: 25px;
  margin: 0px;
  color: #fff;
}

.about_content_list p:last-child {
  padding-left: 60px;
}

.about_content_list ol li {
  color: #fff;
  font-family: "GT-Eesti-Pro-Display-light";
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 36px;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 60px;
}

.about_content_list ol li span::before {
  content: counter(my-awesome-counter) ". ";
  color: #fff;
}

.about_content_list ol li span {
  text-transform: uppercase;
  display: block;
  font-family: "GTEestiProDisplay-Regular";
}

.about_content_list ol li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: auto;
}

.about_content_list ol {
  padding-left: 0px;
  list-style: none;
}

.groceries_main .about_content a {
  color: #fff;
  text-decoration: underline;
}

.groceries_main .about_content .right_content p:last-child {
  margin-top: 16px;
}

.groceries_main .about_content p a:hover {
  text-decoration: none;
}


/* end about */


/* our_partner_main */

.groceries_main .our_partner_title {
  text-align: center;
  margin-bottom: 58px;
}

.groceries_main .our_partner_title h2 {
  font-family: "GTEestiProDisplay-Regular";
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  margin: 0;
  color: #fff;
}

.groceries_main .our_partner_box {
  border: 1px solid #fff;
  border-radius: 20px;
  padding-bottom: 8px;
}

.groceries_main .our_partner_box:hover {
  background-color: #fff;
}

.our_partner_box:hover .gro_outhover,
.our_partner_box_main a:focus .gro_outhover {
  display: none;
}

.our_partner_box:hover .gro_onhover,
.our_partner_box_main a:focus .gro_onhover {
  display: block;
}

.our_partner_box .gro_onhover {
  display: none;
}

.groceries_main .our_parter_box_img {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.groceries_main .partner_img {
  margin-top: -54px;
  text-align: center;
}

.groceries_main .partner_img_logo {
  margin-top: -57px;
}

.groceries_main .our_partner_box:hover .partner_img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.groceries_main img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
}


/* end our_partner_main */


/* Faq */

.groceries_main .Faq_main {
  padding-top: 80px;
  margin-bottom: 60px;
}

.groceries_main .faq_tille {
  text-align: center;
  margin: 0px 0px 38px;
}

.groceries_main .faq_tille h2 {
  font-family: "GT-Eesti-Pro-Display-Light";
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
}

.groceries_main .faq-list {
  list-style: none;
  padding: 0;
}

.groceries_main .faq-list .faq-accordion {
  border-top: 1px solid #fff;
  text-align: left;
  padding: 24px 0px 34px;
}

.groceries_main .faq-list .faq-heading::after {
  content: "";
  background-image: url(../images/accordion.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 64px;
  height: 64px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.groceries_main .faq-list .the-active .faq-heading::after {
  content: "-";
}

.groceries_main .faq-heading {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}

.groceries_main .faq-heading h4 {
  font-family: "GTEestiProDisplay-Regular";
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  position: relative;
  cursor: pointer;
  margin: 0;
  color: #fff;
  max-width: 776px;
  width: 100%;
}

.groceries_main .faq-accordion .faq-text {
  display: none;
  margin-top: 10px;
}

.groceries_main .faq-accordion .faq-text p {
  font-family: "GT-Eesti-Pro-Display-light";
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 0px;
  width: 100%;
  max-width: 776px;
}

.groceries_main .faq-accordion .faq-text p a {
  color: #fff;
  text-decoration: underline;
}

.groceries_main .faq-accordion .faq-text p a:hover {
  text-decoration: none;
}

.groceries_main .faq_btm_img img {
  margin: 60px auto -4px;
}

.groceries_main .Faq_main .ftdfaq_box.card {
  border: 0;
  border-radius: 0;
  border-top: 1px solid #fff;
  text-align: left;
  padding: 24px 15px 24px 0;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
  background-color: transparent;
}

.groceries_main .Faq_main .ftdfaq_box.card .card-header {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: 0;
}

.groceries_main .Faq_main .ftdfaq_box.card .card-header .ftdfaq_btn {
  border: 0;
  background: transparent;
  display: block;
  text-align: left;
  padding: 0;
  font-family: "GTEestiProDisplay-Regular";
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  position: relative;
  cursor: pointer;
  margin: 0;
  width: 100%;
  color: #fff;
  outline: none;
}

.groceries_main .Faq_main .ftdfaq_box.card .ftdfaq_btn::after {
  content: "";
  display: block;
  width: 32px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "GT-Eesti-Pro-Display-Light";
  background: url(../images/plus.svg) no-repeat center / contain;
  height: 32px;
}

.groceries_main .Faq_main .ftdfaq_box.card.active .ftdfaq_btn::after {
  content: "";
  background: url(../images/minus.svg) no-repeat center / contain;
  height: 32px;
  width: 32px;
}

.groceries_main .Faq_main .ftdfaq_box.card .ftdfaq_cnt {
  font-family: "GT-Eesti-Pro-Display-light";
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  width: 100%;
  max-width: 776px;
  margin: 10px 0 0 0;
  color: #fff;
}

.groceries_main .Faq_main .ftdfaq_box.card .ftdfaq_cnt a {
  color: #fff;
  text-decoration: underline;
}

.groceries_main .Faq_main .ftdfaq_box.card .ftdfaq_cnt a:hover {
  text-decoration: none;
}

.groceries_main .Faq_main .ftdfaq_box.card .focus-visible {
  outline: 1px solid #ffffff !important;
}

.groceries_main .Faq_main .ftdfaq_box.card .ftdfaq_cnt .accordion-list li {
  color: #fff;
}

.groceries_main .accordion-list {
  padding-left: 20px;
}


/* end Faq */

.groceries_main .desktop_img {
  display: block;
}

.groceries_main .mobile_img {
  display: none;
}


/* comman pages css */

.email_main .gro_sobys_logo {
  position: absolute;
  bottom: 72px;
  right: 0;
}

.email_main .medal_img .gro_medal_img {
  left: -81px;
  right: auto;
  top: 80px;
  width: 385px;
}

.email_main .medal_img {
  height: 344px;
  position: relative;
}

.email_main .box_text h1 {
  font-family: "GTEestiProDisplay-UltraBold";
  font-size: 48px;
  line-height: 56px;
  color: #025436;
  margin: 0px;
  text-transform: uppercase;
}

.page-template-template-grocery-sobeys-fr .email_main .box_text h1,
.page-template-template-grocery-foodland-fr .email_main .box_text h1 {
  font-size: 40px;
  max-width: 453px;
  margin: auto;
}

.page-template-template-grocery-sobeys-fr .email_main .box_text .gro_goodluck h2,
.page-template-template-grocery-foodland-fr .email_main .box_text .gro_goodluck h2 {
  font-size: 56px;
  line-height: 66px;
}

.email_main .box_text p {
  margin: 0px;
}

.email_main .box_text h2 {
  font-family: "GTEestiProDisplay-Regular";
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  color: #025436;
  margin: 0px;
  text-transform: inherit;
}

.email_main .box_main {
  padding: 120px 0px 65px;
}

.email_main .gro_feed_title {
  text-align: center;
  padding: 8px 0px 77px;
}

.email_main .gro_feed_title p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin: 8px 0px 0px;
  display: none;
}

.gro_goodluck_main .gro_feed_title p {
  display: block;
}

.email_main .gro_feed_title p a {
  color: #fff;
  text-decoration: underline;
}

.email_main .gro_feed_title p a:hover {
  text-decoration: none;
}

.email_main .blurb-content h2 {
  max-width: 369px;
  margin: 25px auto 0px;
}

.email_main .blurb-content .sec_prefilled_title {
  max-width: 489px;
}

.groceries_main .faq-text .accordion-list {
  list-style-position: inside;
  padding: 5px 0 0 10px;
  margin: 0 0 -10px 0;
  list-style-type: none;
}

.groceries_main .faq-text .accordion-list li a {
  position: relative;
  padding-left: 15px;
  color: #fff;
  text-decoration: underline;
}

.groceries_main .faq-text .accordion-list li a:hover {
  text-decoration: none;
}

.groceries_main .faq-text .accordion-list li a::before {
  content: "";
  background-color: #fff;
  width: 5px;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}

.short-blurb {
  display: none;
}

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 0 0.625rem rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 20%);
  z-index: 9;
}

#scroll span {
  border: 8px solid transparent;
  content: "";
  display: inline-block;
  border-style: solid;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: translate(-50%, -50%) rotate(45deg) !important;
  top: 50%;
  border-color: #000000;
  width: auto;
  height: auto;
  background: transparent;
  border-width: 2px 0 0 2px;
  padding: 5px;
  left: 50%;
  margin-top: 3px;
}

#scroll:hover {
  opacity: 0.8;
  filter: "alpha(opacity=80)";
  -ms-filter: "alpha(opacity= 80)";
}

.page-groceries-contest-sobeys-fr .email_main .box_text .gro_goodluck h2 {
  font-size: 56px;
  line-height: 66px;
}

.foodland_main .box_main {
  background-color: #f7f7f7;
}

.page-template-template-grocery-foodland .ftr_socialicons .fl-module-social_media_links .component_social_media_links a,
.page-template-template-grocery-foodland-fr .ftr_socialicons .fl-module-social_media_links .component_social_media_links a {
  color: #e2131f;
}

.page-template-template-grocery-foodland .header .header_menucol .fl-menu ul.menu li a.nav-link:hover,
.page-template-template-grocery-foodland-fr .header .header_menucol .fl-menu ul.menu li a.nav-link:hover {
  color: #e2131f;
}

.page-template-template-grocery-foodland .header .header_menucol .fl-menu ul.menu li a.nav-link:after,
.page-template-template-grocery-foodland-fr .header .header_menucol .fl-menu ul.menu li a.nav-link:after {
  background: #e2131f;
}

.page-template-template-grocery-foodland .header .header_menucol .fl-menu ul.menu li.active a.nav-link:after,
.page-template-template-grocery-foodland-fr .header .header_menucol .fl-menu ul.menu li.active a.nav-link:after {
  opacity: 1;
}


/* safeway */

.page-template-template-grocery-safeway .ftr_socialicons .fl-module-social_media_links .component_social_media_links a,
.page-template-template-grocery-iga .ftr_socialicons .fl-module-social_media_links .component_social_media_links a {
  color: #e2131f;
}

.page-template-template-grocery-safeway .header .header_menucol .fl-menu ul.menu li a.nav-link:hover,
.page-template-template-grocery-iga .header .header_menucol .fl-menu ul.menu li a.nav-link:hover {
  color: #e2131f;
}

.page-template-template-grocery-safeway .header .header_menucol .fl-menu ul.menu li a.nav-link:after,
.page-template-template-grocery-iga .header .header_menucol .fl-menu ul.menu li a.nav-link:after {
  background: #e2131f;
}

.page-template-template-grocery-safeway .header .header_menucol .fl-menu ul.menu li.active a.nav-link:after {
  opacity: 1;
}

.page-template-template-grocery-safeway .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link {
  color: #e2131f;
}

.page-template-template-grocery-safeway .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link:after {
  background: #e2131f;
  opacity: 1;
}

.page-template-template-grocery-foodland .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link,
.page-template-template-grocery-foodland-fr .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link {
  color: #e2131f;
}

.page-template-template-grocery-foodland .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link:after,
.page-template-template-grocery-foodland-fr .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link:after {
  background: #e2131f;
  opacity: 1;
}

.page-template-template-grocery-iga .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link {
  color: #e2131f;
}

.page-template-template-grocery-iga .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link:after {
  background: #e2131f;
  opacity: 1;
}

.page-template-template-grocery-voila .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link {
  color: #000000;
}

.page-template-template-grocery-voila .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link:after {
  background: #000000;
  opacity: 1;
}

.page-template-template-grocery-sobeys .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link,
.page-template-template-grocery-sobeys-fr .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link,
.page-template-template-grocery-products-fr .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link,
.page-template-template-grocery-products .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link {
  color: #006241;
}

.page-template-template-grocery-sobeys .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link:after,
.page-template-template-grocery-sobeys-fr .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link:after,
.page-template-template-grocery-products-fr .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link:after,
.page-template-template-grocery-products .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link:after {
  background: #006241;
  opacity: 1;
}

.page-template-template-grocery-thrifty .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link {
  color: #008840;
}

.page-template-template-grocery-thrifty .header .header_menucol .fl-menu ul.menu li a.nav-link:hover {
  color: #008840;
}

.page-template-template-grocery-thrifty .header .header_menucol .fl-menu ul.menu li a.nav-link:hover:after {
  opacity: 1;
}

.page-template-template-grocery-thrifty .header .header_menucol .fl-menu ul.menu li a.nav-link:after {
  background: #008840;
}

.page-template-template-grocery-thrifty .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link:after {
  background: #008840;
  opacity: 1;
}


/* end safeway */

.groceries_main .about_main .inner-text {
  text-align: center;
}

.groceries_main .about_main .inner-text .order-text {
  font-size: 14px;
  margin-top: 15px;
}

.groceries_main .about_main .inner-text p {
  text-align: center;
  padding-left: 0;
  font-family: "GT-Eesti-Pro-Display-Light";
  line-height: 1.35;
  color: #fff;
}

.groceries_main .about_content p span {
  display: block;
  margin: 25px 0 15px;
  font-family: "GTEestiProDisplay-Regular";
}

.groceries_main .about_main .inner-text img {
  width: 48px;
  height: 48px;
}

.groceries_main .about_main .subtitle {
  font-family: "GT-Eesti-Pro-Display-Light";
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 30px 0;
  color: #fff;
}

.GroceryLP_wrap a.part-product {
  text-decoration: underline;
  color: #fff;
  display: inline-block;
}

.GroceryLP_wrap a.part-product:hover,
.GroceryLP_wrap a.part-product:focus {
  text-decoration: none;
}

.ftd-text-invisible {
  display: none;
}

.groceries_main .our_partner_box_main a:focus .our_partner_box {
  background-color: #fff;
  border-color: #fff;
  border-radius: 20px;
}

.foodland_main .gro_sobys_logo.FoodlandCoop_logo {
  bottom: 44px;
}

.gro_img_center {
  position: relative;
  bottom: -4px;
}

.brand_partners_main .kraft_brand_logo .gro_row {
  justify-content: center;
}


/* end comman pages css */


/* brand partners */

.brand_partners_main .medal_img .gro_medal_img {
  width: 345px;
}

.brand_partners_main .bg_img:after {
  background-image: url(../images/Banner.png);
}

.brand_partners_main .barndpartners_title h1 {
  text-transform: inherit;
  color: #000;
  margin-bottom: 16px;
}

.brand_partners_main .participainting_brand {
  margin-bottom: 16px;
}

.brand_partners_main .participainting_brand h2 {
  font-family: "GTEestiProDisplay-UltraBold";
  color: #000;
}

.brand_partners_main .pratic_img {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.gro_button {
  margin-top: 40px;
}

.gro_button .gro_button_link {
  font-family: "GTEestiProDisplay-Regular";
  display: inline-block;
  float: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  padding: 19.5px 53px 14.5px 53px;
  font-size: 18px;
  line-height: 21px;
  background: #025436;
  border-radius: 32px;
  transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  z-index: 1;
  border: 2px solid #025436;
  font-weight: normal;
}

.safari .gro_button .gro_button_link {
  padding: 15.5px 53px 14.5px;
  line-height: normal;
}

.safari .email_main .gro_buttons .gro_btn_style,
.GroceryLP_wrap .cmn_btnstyle {
  padding: 20px 0px 18px;
  line-height: normal;
}

.gro_button .gro_button_link:hover {
  color: #006241;
}

.gro_button .gro_button_link:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%) skew(-45deg);
  -ms-transform: translateX(-100%) skew(-45deg);
  transform: translateX(-100%) skew(-45deg);
  transform-origin: 0 0;
  transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  width: 150%;
  z-index: -1;
}

.gro_button .gro_button_link:hover:before {
  -webkit-transform: translateX(0) skew(-45deg);
  -ms-transform: translateX(0) skew(-45deg);
  transform: translateX(0) skew(-45deg);
}

.kraft_img img {
  width: 100%;
}

.brand_partners_main .gro_feed_title {
  padding: 80px 0px 80px;
}

.brand_partners_main .kraft_brand_logo {
  max-width: 614px;
  margin: auto;
}

.generalmills_main .box_main .box_text .gro_row {
  justify-content: center;
}

.brand_partners_main .gro_sobys_logo {
  bottom: 50px;
}


/* end brand partners */


/* rules page */

.rules_main .barndpartners_title {
  text-align: left;
}

.rules_main .medal_img .gro_medal_img {
  right: 0;
  left: 0;
}

.rules_main .bg_img:after {
  background-image: none;
}

.rules_main .box_main {
  padding: 250px 0px 68px;
}

.rules_content {
  text-align: left;
}

.rules_main .rules_content h2 {
  font-family: "GTEestiProDisplay-UltraBold";
  font-size: 24px;
  color: #000;
  line-height: 28px;
  margin-top: 35px;
  margin-bottom: 16px;
}

.rules_main .rules_content p {
  font-family: "GTEestiProDisplay-Regular";
}

.rules_main .rules_content ol {
  margin: 0;
  padding: 0px 0px 0px 20px;
  font-family: "GTEestiProDisplay-Regular";
}

.rules_main .rules_content ol li {
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.rules_main .rules_content .gro_eligiblity_list {
  padding: 0px 0px 0px 50px;
}

.rules_main .rules_content .gro_eligiblity_list li {
  list-style: none;
  position: relative;
}

.rules_main .rules_content .gro_eligiblity_list li:before {
  position: absolute;
  content: "";
  left: -30px;
  width: 8px;
  height: 1px;
  background-color: #000;
  top: 11px;
}

.rules_main .gro_eligiblity_context {
  margin-top: 16px;
  margin-bottom: 70px;
}

.rules_main .rules_content .gro_eligiblity_context p {
  margin-bottom: 30px;
}

.rules_main .rules_content ul {
  padding: 0px 0px 0px 25px;
}

.rules_main .rules_content ul li {
  font-family: "GTEestiProDisplay-Regular";
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.rules_main .rules_content .gro_text_space p {
  margin-bottom: 30px;
}

.rules_main .rules_content p.mb_0 {
  margin-bottom: 0;
}

.rules_main .rules_content .gro_purchase_list ol {
  padding-left: 20px;
}

.rules_main .rules_content .gro_text_space .gro_mb_0 {
  margin-bottom: 0px;
}

.rules_main .rules_content .gro_text_space p a {
  color: #000;
  text-decoration: underline;
}

.rules_main .rules_content .gro_text_space p a:hover {
  text-decoration: none;
}

.gro_Prizes_text p {
  display: flex;
  flex-direction: column;
}

/*.gro_Prizes_text p span {
  padding-left: 15px;
}*/

.gro_tabel table tr {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #000000;
  height: 81px;
}

.gro_tabel table tr th {
  font-family: "GTEestiProDisplay-Regular";
  width: 121.47px;
  height: 81px;
  padding: 0px 11px;
  font-weight: 500;
  color: #000;
}

.gro_tabel table tr th:last-child {
  width: 103.94px;
}

.gro_text_bold {
  font-family: "GTEestiProDisplay-UltraBold";
}

.gro_text_small {
  font-size: 14px;
}


/* end rules page */


/* more chances */

.more_chances_main {
  margin: 64px 0px 0px;
}

.more_chances_main .more_chances_title {
  text-align: center;
  max-width: 768px;
  margin: 0px auto;
  padding: 0px 40px;
}

.more_chances_main .more_chances_title h2 {
  font-family: "GTEestiProDisplay-UltraBold";
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  margin: 0px 0px 16px;
}

.more_chances_main .more_chances_title p {
  font-family: "GT-Eesti-Pro-Display-Light";
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin: 0px;
}

.gro_goodluck_main .about_main {
  display: none;
}

.gro_goodluck_main .space {
  margin: 45px 0px;
}

.gro_goodluck_main .Faq_main {
  display: none;
  padding-top: 35px;
  margin-bottom: 0px;
}

.more_chances_main {
  display: none;
}

.gro_goodluck_main .more_chances_main {
  display: block;
}

.gro_goodluck_main .gro_feed_title {
  padding: 55px 0px 80px;
}


/* end */


/* voila */

.voila_main .more_chances_main .more_chances_title h2 {
  color: #000000;
}

.voila_main .more_chances_main .more_chances_title p {
  color: #000000;
}

.voila_main .our_partner_title h2 {
  color: #000000;
}

.voila_main .gro_feed_title p {
  color: #000000;
}

.voila_main .gro_feed_title p a {
  color: #000000;
}

.voila_main .about_title h2 {
  color: #000000;
}

.voila_main .about_content p {
  color: #000000;
}

.voila_main .about_content li {
  color: #000000;
}

.voila_main .about_content a {
  color: #000000;
}

.voila_main .faq_tille h2 {
  color: #000000;
}

.voila_main .Faq_main .ftdfaq_box.card .card-header .ftdfaq_btn {
  color: #000000;
}

.voila_main .Faq_main .ftdfaq_box.card {
  border-color: #000000;
}

.voila_main .Faq_main .ftdfaq_box.card .ftdfaq_cnt {
  color: #000000;
}

.voila_main .Faq_main .ftdfaq_box.card .ftdfaq_btn::after {
  background: url(../images/voila-plus.svg) no-repeat center / contain;
}

.voila_main .Faq_main .ftdfaq_box.card.active .ftdfaq_btn::after {
  background: url(../images/voila-minus.svg) no-repeat center / contain;
}

.voila_main .Faq_main .ftdfaq_box.card .ftdfaq_cnt a {
  color: #000000;
}

.voila_main .Faq_main .ftdfaq_box.card .ftdfaq_cnt a:hover {
  text-decoration: none;
}

.voila_main .about_content_list ol li::before {
  color: #000000;
}

.voila_main .faq-text .accordion-list li a {
  color: #000000;
}

.voila_main .faq-text .accordion-list li a::before {
  background-color: #000;
}

.voila_main .about_content_list ol li span::before {
  color: #000000;
}

.voila_main .Faq_main .ftdfaq_box.card .ftdfaq_cnt .accordion-list li {
  color: #000000;
}

.voila_main .about_main .subtitle {
  color: #000000;
}

.voila_main .about_content p span {
  color: #000000;
}

.voila_main .about_main .inner-text p {
  color: #000000;
}

.voila_main .gro_sobys_logo {
  bottom: 44px;
}


/* end */


/* safeway page*/

.bg_safeway {
  background-color: #e2131f;
}

.safeway_main .box_text h1 {
  color: #8e1238;
}

.safeway_main .box_text h2 {
  color: #8e1238;
}


/* end safeway */


/* thrifty_main start */

.thrifty_main .box_text h1 {
  color: #008840;
}

.thrifty_main .box_text h2 {
  color: #008840;
}


/* end thrifty_main */


/* generalmills_main */

.generalmills_main .kraft_img {
  margin: 0px -48px 0px -51px;
}


/*end generalmills_main */

.email_main .box_text .gro_goodluck h2 {
  font-family: "GTEestiProDisplay-UltraBold";
  font-size: 66px;
  line-height: 77px;
  color: #025436;
  margin: 0px;
  text-transform: uppercase;
  max-width: 100%;
}

.header_wrapper .header_menucol .langMenu .current-lang {
  display: none;
}


/* fr page css */

.groceries_main.groceries_contest-fr .box_text {
  max-width: 824px;
}

.groceries_main.groceries_contest-fr .box_logo_main {
  max-width: 727px;
}


/* end fr page */

.email_main .form_input_top input::-webkit-outer-spin-button,
.email_main .form_input_top input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.email_main .form_input_top input[type="number"] {
  -moz-appearance: textfield;
}

.footer .footer_linkStyle .menu li a:hover {
  text-decoration: underline;
}

.mondelez_main .kraft_brand_logo {
  max-width: 720px;
  margin: auto;
}

.mondelez_main .kraft_img {
  margin: 0px -47px 0px -53px;
}

.groceries_main.bg_blue .gro_button {
  margin-top: 65px;
}


/* 404 page */

.pagenotfound .error-page-text p {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
}

.pagenotfound .error-page-text h1 {
  font-size: 150px;
  line-height: 174px;
  margin: 0;
}

.pagenotfound .error-page-text h6 {
  color: #025436;
  font-size: 36px;
  line-height: 46px;
  margin: 0;
  text-transform: uppercase;
}

.pagenotfound .box_main {
  padding: 65px 0px 65px;
  border-radius: 0px;
}

.pagenotfound .banner_main {
  margin: 160px 0px 80px;
}

.pagenotfound .cmn_btnstyle {
  margin-top: 34px;
}

.pagenotfound .cmn_btnstyle {
  font-family: "GTEestiProDisplay-Regular";
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
  padding: 23px 0px 18px;
  background: transparent;
  border-radius: 32px;
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  transition: all 0.5s;
  border: 0;
  box-shadow: none;
  outline: 0;
  text-align: center;
  min-width: 240px;
  max-width: 240px;
  float: none;
  position: relative;
  overflow: hidden;
  border: 2px solid #006241;
  transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  z-index: 1;
  text-transform: uppercase;
  background-color: #006241;
  color: #fff;
}

.pagenotfound .cmn_btnstyle:hover {
  color: #006241;
  text-decoration: none;
}

.pagenotfound .cmn_btnstyle:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%) skew(-45deg);
  -ms-transform: translateX(-100%) skew(-45deg);
  transform: translateX(-100%) skew(-45deg);
  transform-origin: 0 0;
  transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  width: 150%;
  z-index: -1;
}

.pagenotfound .cmn_btnstyle:hover:before {
  transform: translateX(0) skew(-45deg);
  -webkit-transform: translateX(0) skew(-45deg);
  -ms-transform: translateX(0) skew(-45deg);
}

.pagenotfound-fr .cmn_btnstyle {
  min-width: 320px;
  max-width: 320px;
}

.safari .pagenotfound .cmn_btnstyle {
  padding-bottom: 21px;
}

/* end 404 page */

.rules_main .rules_content ul.scheduleListA li+li {
  margin-top: 8px;
}

.rules_main .rules_content ul.scheduleListA li a {
  color: #000000;
}

.rules_main .rules_content ul.scheduleListA li a:hover,
.rules_main .rules_content ul.scheduleListA li a:focus {
  color: #000000;
  text-decoration: underline;
}

.rules_main .rules_content .gro_tabel table tr td p {
  margin-bottom: 0;
}
.safeway_main .box_main .ftd_learnBtn.anchorlink_Txt {
  color: #e2131f;
}
.foodland_main .box_main .ftd_learnBtn.anchorlink_Txt {
  color: #E0251B;
}
.thrifty_main .box_main .ftd_learnBtn.anchorlink_Txt {
  color: #006241;
}
.voila_main .box_main .ftd_learnBtn.anchorlink_Txt{
  color: #004740;
}
.box_main .ftd_learnBtn.anchorlink_Txt{
  color:#006241;
}
.light-font {
  font-family: "GT-Eesti-Pro-Display-Light";
}
/* responsive */
.feed_wrapper .bottom_medal_section.v2 .bottom_medal_button p {
  max-width: 100%;
}
.bg_green .thankyou-inner h3 {
    color: #025436;
}
.voila_main .thankyou-inner h3 {
    color: #004740;
}
.foodland_main .thankyou-inner h3 {
    color: #E0251B;
}
.thrifty_main .thankyou-inner h3 {
    color: #008840;
}
.safeway_main .thankyou-inner h3 {
    color: #e2131f;
}
.thankyou-inner {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 15%;
    text-align: center;
}
.thankyou-inner h3, .groceries_main .about_main.new_about .subtitle {
    line-height: 1.4 !important;
} 

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

  /* For desktop: */
  .gro_col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .gro_col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .gro_col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .gro_col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .gro_col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .gro_col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gro_col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .gro_col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .gro_col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .gro_col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .gro_col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .gro_col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
    .groceries_main .about_main.new_about .subtitle {
        font-size: 22px; 
    }
}

@media only screen and (min-width: 1601px) {
  .container_outer {
    max-width: 1380px;
  }

  .conatiner_inner {
    max-width: 1100px;
  }

  .groceries_main .box_text h2 {
    margin-bottom: 15px;
  }

  .groceries_main .banner_left {
    width: 560px;
  }

  .groceries_main .banner_left img {
    width: 100%;
  }

  .groceries_main .banner_right {
    right: -8px;
    width: 431px;
    top: 19px;
  }

  .groceries_main .banner_right img {
    width: 100%;
  }

  .groceries_main .box_main {
    padding: 133px 0px 55px;
  }

  .groceries_main.bg_blue .gro_button {
    margin-top: 55px;
  }

  .rules_main .box_main {
    padding: 250px 0px 68px;
  }

  /* 404 page */
  .pagenotfound .box_main {
    padding: 90px 0px 90px;
  }

  .pagenotfound .banner_main {
    margin: 170px 0px 90px;
  }

  .pagenotfound .cmn_btnstyle {
    max-width: 278px;
    min-width: 278px;
    font-size: 22px;
    line-height: 26px;
    border-radius: 50px;
  }

  .pagenotfound-fr .cmn_btnstyle {
    max-width: 378px;
    min-width: 378px;
  }

  /* end 404 page */
}

@media only screen and (min-width: 1801px) {
  .container_outer {
    max-width: 1480px;
  }

  .conatiner_inner {
    max-width: 1265px;
  }

  .groceries_main .box_text {
    max-width: 1010px;
  }

  .groceries_main .box_text.box_txt_wrap {
    max-width: 980px;
  }

  .groceries_main .box_logo_main {
    max-width: 930px;
  }

  .groceries_main .banner_title {
    text-align: center;
    padding: 32px 0px 0px;
  }

  .groceries_main .medal_img .gro_medal_img {
    top: -160px;
    width: 524px;
  }

  .groceries_main .box_text p {
    font-size: 24px;
    line-height: 33px;
  }

  .groceries_main .box_text h2 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 15px;
    max-width: 730px;
    margin: auto;
  }

  .email_main .blurb-content h2 {
    max-width: 724px;
  }

  .groceries_main .box_main {
    padding: 180px 0px 80px;
  }

  .groceries_main .box_logo_img {
    padding: 12px 0px;
    min-height: 100px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .groceries_main .about_title h2 {
    font-size: 48px;
    line-height: 54px;
  }

  .about_content_list ol li {
    font-size: 24px;
    line-height: 33px;
    padding-right: 10px;
    padding-left: 75px;
  }

  .groceries_main .about_content p {
    font-size: 24px;
    line-height: 33px;
  }

  .groceries_main .about_title {
    margin-bottom: 35px;
  }

  .groceries_main .our_partner_title h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .groceries_main .faq_tille h2 {
    font-size: 48px;
    line-height: 48px;
  }

  .groceries_main .faq-heading h4 {
    font-size: 34px;
    line-height: 38px;
    max-width: 1039px;
  }

  .email_main .gro_short_text {
    max-width: 668px;
    margin: 45px auto 35px;
  }

  .email_main .form_bottom_add a {
    font-size: 20px;
  }

  .groceries_main .our_partner_title {
    margin-bottom: 81px;
  }

  .space {
    margin: 100px 0px 0px;
  }

  .gro_row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .gro_col-lg-1,
  .gro_col-lg-2,
  .gro_col-lg-3,
  .gro_col-lg-4,
  .gro_col-lg-5,
  .gro_col-lg-6,
  .gro_col-lg-7,
  .gro_col-lg-8,
  .gro_col-lg-9,
  .gro_col-lg-10,
  .gro_col-lg-11,
  .gro_col-lg-12 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .email_main .gro_second_form .gro_buttons {
    margin-top: 65px;
  }

  .email_main .groform_checkTxt {
    font-size: 18px;
    line-height: 20px;
  }

  .email_main .terms_box ul li {
    margin-bottom: 25px;
  }

  .gro_goodluck {
    max-width: 860px;
    margin: 0px auto;
  }

  .groceries_main .box_text .gro_goodluck p {
    margin-top: 24px;
    font-size: 24px;
    line-height: 32px;
  }

  .email_main .box_text .gro_goodluck h2 {
    font-size: 80px;
    line-height: 90px;
  }

  .more_chances_main .more_chances_title {
    max-width: 1010px;
  }

  .more_chances_main .more_chances_title h2 {
    font-size: 60px;
    line-height: 68px;
  }

  .more_chances_main .more_chances_title p {
    font-size: 24px;
    line-height: 32px;
  }

  .groceries_main .faq_btm_img img {
    width: 100%;
  }

  .groceries_main .medal_img {
    height: 392px;
  }

  .email_main .medal_img {
    height: 431px;
  }

  .email_main .medal_img .gro_medal_img {
    top: 81px;
    width: 488px;
  }

  .brand_partners_main.email_main .medal_img .gro_medal_img {
    width: 428px;
  }

  .rules_main.email_main .medal_img .gro_medal_img {
    width: 422px;
  }

  .rules_main.email_main .box_main {
    padding: 301px 0px 75px;
  }

  .rules_main .rules_content ul li,
  .rules_main .rules_content .gro_eligiblity_list li {
    font-size: 24px;
    line-height: 33px;
  }

  .email_main .gro_short_text {
    width: 680px;
  }

  .email_main .gro_sobys_logo {
    width: 100%;
    text-align: right;
  }

  .email_main .gro_sobys_logo img {
    width: 808px;
  }

  .brand_partners_main .gro_sobys_logo img {
    width: auto;
  }

  .email_main .gro_sobys_logo {
    bottom: 90px;
  }

  .groceries_main .banner_left {
    top: 66px;
    left: -65px;
    width: 560px;
  }

  .groceries_main .banner_right {
    top: 34px;
    right: -27px;
    width: 488px;
  }

  .groceries_main .banner_right img {
    width: 100%;
  }

  .groceries_main .banner_left img {
    width: 100%;
  }

  .groceries_main .partner_img {
    width: 100%;
  }

  .partner_img img {
    width: 100%;
    max-width: 345px;
  }

  .groceries_main .partner_img {
    margin-top: -66px;
  }

  .groceries_main .faq-accordion .faq-text p {
    max-width: 1014px;
    font-size: 24px;
    line-height: 33px;
  }

  .email_main .gro_feed_title {
    padding: 46px 0px 107px;
  }

  .brand_partners_main .gro_feed_title {
    padding: 100px 0px 100px;
  }

  .gro_goodluck_main .gro_feed_title {
    padding: 80px 0px 107px;
  }

  .gro_feed_title img {
    width: 529px;
  }

  .email_main .gro_feed_title p {
    margin: 18px 0px 0px;
  }

  .email_main .gro_feed_title p {
    font-size: 24px;
    line-height: 33px;
  }

  .groceries_main .box_text.box_txt_wrap img {
    width: 150px;
  }

  .brand_partners_main .barndpartners_title h1 {
    font-size: 62px;
    line-height: 70px;
    padding: 0px 15px;
  }

  .compliments_main_page .gro_sobys_logo {
    bottom: 82px;
  }

  .compliments_main_page .gro_sobys_logo img {
    width: 258px;
  }

  .brand_partners_main .gro_sobys_logo {
    bottom: 50px;
  }

  .email_main .blurb-content .sec_prefilled_title {
    max-width: 620px;
  }

  .groceries_main .Faq_main .ftdfaq_box.card .card-header .ftdfaq_btn {
    font-size: 38px;
    line-height: 42px;
  }

  .groceries_main .Faq_main .ftdfaq_box.card .ftdfaq_cnt {
    max-width: 1014px;
    font-size: 24px;
    line-height: 33px;
    margin: 10px 0 0 0;
  }

  .groceries_main .Faq_main .ftdfaq_box.card {
    padding: 38px 20px 38px 0;
  }

  .rules_main .rules_content h2 {
    margin-top: 35px;
    margin-bottom: 16px;
  }

  .rules_main .rules_content h2 {
    margin-top: 35px;
    margin-bottom: 16px;
    max-width: 100%;
  }

  .rules_main .rules_content ol li {
    font-size: 24px;
    line-height: 33px;
  }

  .rules_main .rules_content .gro_eligiblity_list {
    padding: 0px 0px 0px 66px;
  }

  .rules_main .rules_content ul {
    padding: 0px 0px 0px 34px;
  }

  .gro_tabel table tr {
    font-size: 25px;
  }

  .gro_tabel table tr th {
    height: 100px;
  }

  .gro_text_small {
    font-size: 18px;
  }

  .about_content_list ol li img {
    width: 50px;
  }

  .groceries_main .box_text h2 {
    margin-bottom: 15px;
  }

  .groceries_main .about_main .inner-text .order-text {
    font-size: 20px;
  }

  .groceries_main .about_content p span {
    margin: 30px 0 25px;
  }

  .groceries_main .about_main .subtitle {
    font-size: 24px;
    line-height: 33px;
  }

  .groceries_main .about_main .inner-text img {
    width: 60px;
    height: 60px;
  }

  .brand_partners_main .pratic_img {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .generalmills_main .gro_sobys_logo img {
    width: 270px;
  }

  .Kraft-heinz-main .gro_sobys_logo img {
    width: 450px;
  }

  .mondelez_main .kraft_img {
    margin: 0px -62px 0px -53px;
  }

  .groceries_main.bg_blue .gro_button {
    margin-top: 80px;
  }

  .groceries_main .faq_tille {
    margin: 0px 0px 50px;
  }

  .voila_main .gro_sobys_logo {
    bottom: 44px;
  }

  .page-template-template-grocery-sobeys-fr .email_main .box_text h1,
  .page-template-template-grocery-foodland-fr .email_main .box_text h1 {
    font-size: 55px;
    max-width: 695px;
    margin: auto;
  }

  .groceries_main .Faq_main {
    padding-top: 113px;
  }

  .gro_goodluck_main .Faq_main {
    padding-top: 113px;
  }

  .groceries_main .Faq_main .ftdfaq_box.card.active .ftdfaq_btn::after {
    height: 42px;
    width: 42px;
  }

  .groceries_main .Faq_main .ftdfaq_box.card .ftdfaq_btn::after {
    height: 42px;
    width: 42px;
  }

  .brand_partners_main .gro_sobys_logo {
    bottom: 72px;
  }

  .faq_btm_img {
    margin: 0px -30px 0px -22px;
  }

  .partner_img_logo img {
    width: 190px;
  }

  .gro_button .gro_button_link {
    padding: 23px 35px 18px;
    font-size: 24px;
  }

  /* 404 page */
  .pagenotfound .box_main {
    padding: 100px 0px 100px;
  }

  .pagenotfound .error-page-text p {
    font-size: 34px;
    line-height: 43px;
  }

  .pagenotfound .error-page-text h1 {
    font-size: 180px;
    line-height: 204px;
  }

  .pagenotfound .error-page-text h6 {
    font-size: 46px;
    line-height: 56px;
  }

  .pagenotfound .cmn_btnstyle {
    margin-top: 44px;
    max-width: 320px;
    min-width: 320px;
    font-size: 26px;
    line-height: 30px;
    border-radius: 50px;
  }

  .pagenotfound .banner_main {
    margin: 180px 0px 100px;
  }

  .pagenotfound-fr .cmn_btnstyle {
    min-width: 420px;
    max-width: 420px;
  }

  /* end 404 page */
} 
@media only screen and (max-width: 1536px) {
  .groceries_main .banner_title img {
    max-width: 247px;
  }
  .thankyou-inner {
    max-width: 70%;
}
}
@media screen and (min-width:992px){
  .bg_green .box_main, .voila_main .box_main, .foodland_main .box_main, .thrifty_main .box_main,  .safeway_main .box_main {
     padding: 80px 0px 80px;
 }
}
@media screen and (max-width:1199px){
  .thankyou-inner {
      max-width:100%;
      padding-left: 8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .groceries_main .banner_left {
    top: 52px;
    left: -46px;
  }

  .groceries_main .medal_img {
    height: 243px;
  }

  .groceries_main .banner_left img {
    max-width: 383px;
  }

  .groceries_main .box_main {
    padding: 128px 0px 56px;
  }

  .groceries_main .banner_right {
    right: 0px;
    z-index: 1;
  }

  .groceries_main .banner_right img {
    max-width: 304px;
  }

  .groceries_main .medal_img .gro_medal_img {
    width: 353px;
    top: -110px;
    left: -23px;
  }

  .email_main .medal_img .gro_medal_img {
    width: 248px;
    top: 49px;
    left: -23px;
  }

  .rules_main .medal_img .gro_medal_img {
    width: 203px;
    top: 80px;
  }

  .email_main .box_main {
    padding: 120px 0px 68px;
  }

  .email_main .medal_img img {
    width: 384px;
    left: -27px;
  }

  .email_main .gro_sobys_logo {
    bottom: 38px;
  }

  .voila_main .gro_sobys_logo {
    bottom: 20px;
  }

  .groceries_main .partner_img {
    margin-top: -47px;
  }

  .groceries_main .partner_img_logo {
    margin-top: -41px;
  }

  .brand_partners_main .partner_img {
    margin-top: -53px;
  }

  .compliments_main_page .gro_sobys_logo img {
    width: 200px;
  }

  .compliments_main_page .gro_sobys_logo {
    bottom: 19px;
  }

  .mondelez_main .gro_sobys_logo {
    bottom: 23px;
  }

  .generalmills_main .gro_sobys_logo {
    bottom: 9px;
  }

  .generalmills_main .medal_img img {
    width: 287px;
  }

  .generalmills_main .medal_img .gro_sobys_logo img {
    width: 220px;
  }

  .groceries_main.bg_blue .gro_button {
    margin-top: 68px;
  }

  .foodland_main .gro_sobys_logo.FoodlandCoop_logo {
    bottom: 22px;
  }

  .groceries_main .about_content p {
    font-size: 16px;
  }

  .mondelez_main .medal_img .gro_sobys_logo img {
    width: 325px;
  }

  /* 404 page */
  .pagenotfound .box_main {
    padding: 65px 0px 65px;
  }

  /* end 404 page */
}
@media screen and (max-width:991px){
  .thankyou-inner{
      max-width: 85%;
    padding-left:0;
  }
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .groceries_main .medal_img {
    height: 232px;
  }

  .groceries_main .medal_img img {
    width: 325px;
  }

  .groceries_main .medal_img .gro_medal_img {
    top: -107px;
  }

  .groceries_main .banner_title img {
    max-width: 200px;
  }

  .groceries_main .banner_title {
    padding: 6px 0px 0px;
  }

  .groceries_main .banner_left {
    top: 84px;
    left: -41px;
  }

  .email_main .medal_img {
    height: 237px;
  }

  .groceries_main .banner_right {
    right: -5px;
    z-index: 1;
    top: 96px;
  }

  .groceries_main .box_main {
    padding: 115px 0px 60px;
  }

  .email_main .gro_sobys_logo {
    bottom: 50px;
  }

  .groceries_main .banner_right img {
    max-width: 190px;
  }

  .groceries_main .banner_left img {
    max-width: 250px;
  }

  .groceries_main .faq-heading h4 {
    max-width: 603px;
  }

  /* form */
  .gro_sobys_logo img {
    max-width: 400px;
    width: 100%;
  }

  /* end form */
  .generalmills_main .kraft_img {
    margin: 0px -44px 0px -37px;
  }

  .email_main .box_text h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .groceries_main .partner_img {
    margin-top: -34px;
  }

  .groceries_main .partner_img_logo {
    margin-top: -24px;
  }

  .groceries_main .our_partner_box {
    padding-bottom: 12px;
  }

  .brand_partners_main .partner_img {
    margin-top: -45px;
  }

  .bg_blue {
    padding: 71px 0px 0px;
  }

  .email_main .medal_img .gro_medal_img {
    width: 210px;
    top: 60px;
    left: -23px;
  }

  .compliments_main_page .gro_sobys_logo img {
    width: 200px;
  }

  .compliments_main_page .gro_sobys_logo {
    bottom: 23px;
  }

  .mondelez_main .gro_sobys_logo {
    bottom: 25px;
  }

  .generalmills_main .gro_sobys_logo {
    bottom: 23px;
  }

  .space {
    margin: 50px 0px 0px;
  }

  .groceries_main .Faq_main {
    padding-top: 70px;
    margin-bottom: 35px;
  }

  .groceries_main .Faq_main .ftdfaq_box.card .card-header .ftdfaq_btn {
    font-size: 24px;
    padding-right: 35px;
    line-height: 28px;
  }

  .groceries_main .our_partner_title h2 {
    font-size: 26px;
  }

  .email_main .bg_img {
    background-position: center top 70px;
  }

  .generalmills_main .medal_img .gro_sobys_logo img {
    width: 200px;
  }

  .groceries_main.bg_blue .gro_button {
    margin-top: 60px;
  }

  .voila_main .gro_sobys_logo {
    bottom: 30px;
  }

  .foodland_main .gro_sobys_logo.FoodlandCoop_logo {
    bottom: 34px;
  }

  /* 404 page */
  .pagenotfound .box_main {
    padding: 54px 0px 54px;
  }

  .pagenotfound .error-page-text h6 {
    font-size: 24px;
    line-height: 28px;
    margin: 0px;
  }

  .pagenotfound .error-page-text h1 {
    font-size: 100px;
    line-height: 116px;
    margin: 0px;
  }

  .pagenotfound .error-page-text p {
    font-size: 18px;
    line-height: 21px;
    margin: 0px;
  }

  .pagenotfound .cmn_btnstyle {
    margin-top: 25px;
  }

  .pagenotfound .banner_main {
    margin: 120px 0px 60px;
  }

  /* end 404 page */
}

@media only screen and (max-width: 767px) {
  .thankyou-inner h3 {
    font-size: 24px;
}
  .space {
    margin: 40px 0px 0px;
  }

  /* For desktop: */
  .gro_col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .gro_col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .gro_col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .gro_col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .gro_col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .gro_col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gro_col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .gro_col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .gro_col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .gro_col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .gro_col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .gro_col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container_outer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .email_main .gro_sobys_logo {
    bottom: 46px;
  }

  .our_partner_main .container_outer {
    padding-right: 44px;
    padding-left: 44px;
  }

  .conatiner_inner {
    padding-right: 44px;
    padding-left: 44px;
  }

  /* banner */
  .bg_blue {
    padding: 60px 0px 0px;
  }

  .groceries_main .medal_img {
    height: 150px;
  }

  .groceries_main .banner_left {
    left: -21px;
    top: 20px;
  }

  .groceries_main .banner_right {
    right: -19px;
  }

  .groceries_main .banner_right {
    top: -17px;
    right: -19px;
    z-index: 1;
  }

  .groceries_main .banner_title img {
    max-width: 156px;
  }

  .groceries_main .banner_title {
    padding: 13px 0px 0px;
  }

  .groceries_main .medal_img .gro_medal_img {
    top: -70px;
  }

  /* end banner */
  .groceries_main .box_logo_img {
    margin-top: 8px;
    padding: 9px 18px;
  }

  .groceries_main .box_logo .gro_col-sm-6 {
    padding-right: 4px;
    padding-left: 4px;
  }

  .groceries_main .box_main {
    padding: 70px 0px 35px;
    position: relative;
  }

  .groceries_main .box_text {
    padding: 0px 24px;
  }

  .groceries_main .box_text p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 24px;
  }

  .groceries_main .box_logo_main .gro_row {
    margin: 0px 5px;
  }

  .groceries_main .box_text h2 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 16px;
  }

  .groceries_main .about_title h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .groceries_main .about_content .right_content p:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .groceries_main .about_title {
    margin-bottom: 24px;
  }

  .groceries_main .about_content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .groceries_main .our_partner_title h2 {
    font-size: 20px;
    line-height: 23px;
    padding: 0px 0px;
  }

  .groceries_main .our_partner_title {
    margin-bottom: 35px;
  }

  .groceries_main .faq_tille h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .groceries_main .faq-heading h4 {
    font-size: 22px;
    padding-right: 18px;
    line-height: 26px;
  }

  .groceries_main .our_partner_box {
    margin-bottom: 30px;
  }

  .groceries_main .desktop_img {
    display: none;
  }

  .groceries_main .mobile_img {
    display: block;
  }

  .groceries_main .Faq_main {
    padding-top: 50px;
    margin-bottom: 0px;
  }

  .faq_btm_img {
    margin: 0px -21px;
  }

  .groceries_main .faq_btm_img img {
    margin: 0px auto 0px;
  }

  .groceries_main .faq-list .faq-heading::after {
    font-size: 35px;
    width: 40px;
  }

  .groceries_main .bg_img:after {
    height: 488px;
  }

  /* form page */
  .email_main .medal_img .gro_medal_img {
    top: 10px;
    left: -20px;
    width: auto;
  }

  .email_main .gro_sobys_logo img {
    width: 212px;
  }

  .email_main .box_text h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .email_main .box_main {
    padding: 80px 0px 35px;
  }

  .email_main .medal_img {
    height: 187px;
  }

  .email_main .gro_short_text {
    margin: 24px auto;
  }

  .email_main .box_text h4 {
    font-size: 20px;
    line-height: 23px;
  }

  .email_main .gro_feed_title {
    padding: 40px 0px 64px;
  }

  .email_main .form_bottom_add {
    margin-top: 34px;
    margin-bottom: 48px;
  }

  .email_main .box_text p {
    margin-bottom: 24px;
  }

  .email_main .box_text .gro_goodluck h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .groceries_main .box_text .gro_goodluck p {
    margin-top: 16px;
  }

  .gro_goodluck {
    margin-bottom: 45px;
  }

  /* end form */
  .gro_button .gro_button_link {
    padding: 17.5px 35px;
    font-size: 14px;
  }

  .brand_partners_main .our_parter_box_img {
    flex-direction: row-reverse;
    justify-content: space-around;
  }

  .groceries_main .partner_img {
    margin-top: -27px;
    text-align: center;
  }

  .groceries_main .partner_img_logo {
    margin-top: -24px;
  }

  .brand_partners_main .container_outer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .generalmills_main .kraft_img {
    margin: 0 -19px;
  }

  .brand_partners_main .partner_img img {
    margin: 8px 0 -43px 0;
    height: 200px;
  }

  .brand_partners_main .partner_img_logo {
    margin-top: 0;
    margin-left: 10px;
  }

  .brand_partners_main .our_partner_box {
    padding-bottom: 0;
  }

  .brand_partners_main .partner_img {
    margin-top: -46px;
  }

  .groceries_main .partner_img_logo {
    text-align: center;
  }

  .groceries_main .partner_img_logo img {
    max-width: 70%;
    margin: 0px auto;
  }

  .brand_partners_main .partner_img_logo img {
    max-width: 100%;
  }

  .brand_partners_main .our_partner_box {
    margin-bottom: 50px;
  }

  .brand_partners_main .gro_feed_title {
    padding: 14px 0px 64px;
  }

  .rules_main .medal_img .gro_medal_img {
    width: 145px;
    top: 60px;
  }

  .rules_main .gro_feed_title {
    text-align: center;
    padding: 40px 0px;
  }

  .email_main .box_text .gro_help p {
    margin-bottom: 0px;
  }

  .more_chances_main .more_chances_title {
    padding: 0px;
  }

  .more_chances_main .more_chances_title h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .mondelez_main .gro_sobys_logo {
    bottom: 16px;
  }

  .compliments_main_page .gro_sobys_logo {
    bottom: 24px;
  }

  .compliments_main_page .gro_sobys_logo img {
    width: 123px;
  }

  .gro_goodluck_main .gro_feed_title {
    padding: 0px 0px 64px;
  }

  .groceries_main .Faq_main .ftdfaq_box.card .card-header .ftdfaq_btn {
    font-size: 22px;
    padding-right: 30px;
    line-height: 26px;
  }

  .groceries_main .Faq_main .ftdfaq_box.card .ftdfaq_btn::after {
    width: 24px;
    height: 24px;
  }

  .page-template-template-grocery-sobeys .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link,
  .page-template-template-grocery-sobeys-fr .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link,
  .page-template-template-grocery-thrifty .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link,
  .page-template-template-grocery-foodland .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link,
  .page-template-template-grocery-iga .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link,
  .page-template-template-grocery-foodland-fr .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link {
    color: #ffffff;
  }

  .email_main .medal_img {
    z-index: auto;
  }

  .page-template-template-grocery-safeway .header .header_menucol .fl-menu button.fl-menu-mobile-toggle:after,
  .page-template-template-grocery-safeway .header .header_menucol .fl-menu button.fl-menu-mobile-toggle:before,
  .page-template-template-grocery-foodland .header .header_menucol .fl-menu button.fl-menu-mobile-toggle:after,
  .page-template-template-grocery-foodland .header .header_menucol .fl-menu button.fl-menu-mobile-toggle:before,
  .page-template-template-grocery-iga .header .header_menucol .fl-menu button.fl-menu-mobile-toggle:after,
  .page-template-template-grocery-iga .header .header_menucol .fl-menu button.fl-menu-mobile-toggle:before,
  .page-template-template-grocery-foodland-fr .header .header_menucol .fl-menu button.fl-menu-mobile-toggle:after,
  .page-template-template-grocery-foodland-fr .header .header_menucol .fl-menu button.fl-menu-mobile-toggle:before {
    background-color: #e2131f;
  }

  .page-template-template-grocery-safeway .header .header_menucol .fl-menu ul.menu,
  .page-template-template-grocery-foodland .header .header_menucol .fl-menu ul.menu,
  .page-template-template-grocery-iga .header .header_menucol .fl-menu ul.menu,
  .page-template-template-grocery-foodland-fr .header .header_menucol .fl-menu ul.menu {
    background-color: #e2131f;
  }

  .page-template-template-grocery-safeway .header .header_menucol .fl-menu button.fl-menu-mobile-toggle span,
  .page-template-template-grocery-foodland .header .header_menucol .fl-menu button.fl-menu-mobile-toggle span,
  .page-template-template-grocery-iga .header .header_menucol .fl-menu button.fl-menu-mobile-toggle span,
  .page-template-template-grocery-foodland-fr .header .header_menucol .fl-menu button.fl-menu-mobile-toggle span {
    background-color: #e2131f;
  }

  .page-template-template-grocery-safeway .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link,
  .page-template-template-grocery-voila .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link {
    color: #fff;
  }

  .page-template-template-grocery-safeway .header .header_menucol .fl-menu ul.menu li a.nav-link,
  .page-template-template-grocery-foodland .header .header_menucol .fl-menu ul.menu li a.nav-link,
  .page-template-template-grocery-iga .header .header_menucol .fl-menu ul.menu li a.nav-link,
  .page-template-template-grocery-foodland-fr .header .header_menucol .fl-menu ul.menu li a.nav-link {
    border-color: #fff;
  }

  .page-template-template-grocery-safeway .header .header_menucol .fl-menu button.fl-menu-mobile-toggle.active span,
  .page-template-template-grocery-foodland .header .header_menucol .fl-menu button.fl-menu-mobile-toggle.active span,
  .page-template-template-grocery-iga .header .header_menucol .fl-menu button.fl-menu-mobile-toggle.active span,
  .page-template-template-grocery-foodland-fr .header .header_menucol .fl-menu button.fl-menu-mobile-toggle.active span {
    background-color: transparent;
  }

  .generalmills_main .gro_sobys_logo {
    bottom: 11px;
  }

  .page-template-template-grocery-safeway .header .header_menucol .fl-menu ul.menu li a.nav-link:hover,
  .page-template-template-grocery-iga .header .header_menucol .fl-menu ul.menu li a.nav-link:hover,
  .page-template-template-grocery-thrifty .header .header_menucol .fl-menu ul.menu li a.nav-link:hover,
  .page-template-template-grocery-foodland .header .header_menucol .fl-menu ul.menu li a.nav-link:hover,
  .page-template-template-grocery-foodland-fr .header .header_menucol .fl-menu ul.menu li a.nav-link:hover {
    color: #ffffff;
  }

  .page-template-template-grocery-sobeys .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link,
  .page-template-template-grocery-sobeys-fr .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link,
  .page-template-template-grocery-products-fr .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link,
  .page-template-template-grocery-products .header .header_menucol .fl-menu ul.menu .contest-menuitem a.nav-link {
    color: #ffffff;
  }

  .groceries_main .Faq_main .ftdfaq_box.card.active .ftdfaq_btn::after {
    width: 24px;
    height: 24px;
  }

  .gro_tabel {
    width: 100%;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
  }

  .email_main .bg_img {
    background-position-y: 60px;
  }

  .generalmills_main .medal_img .gro_sobys_logo img {
    width: 160px;
  }

  .groceries_main.bg_blue .gro_button {
    margin-top: 35px;
  }

  .foodland_main .bg_img {
    background-position: center top 60px;
  }

  .voila_main .gro_sobys_logo {
    bottom: 34px;
  }

  .foodland_main .gro_sobys_logo.FoodlandCoop_logo {
    bottom: 34px;
  }

  .mondelez_main .kraft_img {
    margin: 0px -13px 0px -19px;
  }

  /* 404 page */
  .pagenotfound .box_main {
    padding: 54px 0px 54px;
  }

  .pagenotfound .error-page-text h6 {
    font-size: 24px;
    line-height: 28px;
    margin: 0px;
  }

  .pagenotfound .error-page-text h1 {
    font-size: 100px;
    line-height: 116px;
    margin: 0px;
  }

  .pagenotfound .error-page-text p {
    font-size: 18px;
    line-height: 21px;
    margin: 0px;
  }

  .pagenotfound .cmn_btnstyle {
    margin-top: 25px;
  }

  .pagenotfound .banner_main {
    margin: 120px 0px 60px;
  }

  .pagenotfound-fr .cmn_btnstyle {
    min-width: 280px;
    max-width: 280px;
    font-size: 16px;
    line-height: 19px;
  }

  /* end 404 page */
}

@media only screen and (max-width: 413px) {
  .thankyou-inner h3 {
    font-size: 20px;
}
  .email_main .gro_sobys_logo img {
    width: 180px;
  }

  .mondelez_main .gro_sobys_logo {
    bottom: 16px;
  }

  .compliments_main_page .gro_sobys_logo {
    bottom: 24px;
  }

  .compliments_main_page .gro_sobys_logo img {
    width: 123px;
  }

  .generalmills_main .gro_sobys_logo {
    bottom: 20px;
  }

  .generalmills_main .medal_img .gro_sobys_logo img {
    width: 140px;
  }
}

@media only screen and (max-width: 374px) {
  .thankyou-inner h3 {
    font-size: 16px; 
  }
  .email_main .gro_sobys_logo img {
    width: 170px;
  }

  .mondelez_main .gro_sobys_logo {
    bottom: 16px;
  }

  .compliments_main_page .gro_sobys_logo {
    bottom: 24px;
  }

  .compliments_main_page .gro_sobys_logo img {
    width: 123px;
  }

  .page-template-template-grocery-foodland-fr .footer .footer_linkStyle .menu li,
  .page-template-template-grocery-products-fr .footer .footer_linkStyle .menu li,
  .page-template-template-grocery-sobeys-fr .footer .footer_linkStyle .menu li {
    display: block;
  }

  .page-template-template-grocery-foodland-fr .footer .footer_linkStyle .menu li a,
  .page-template-template-grocery-products-fr .footer .footer_linkStyle .menu li a,
  .page-template-template-grocery-sobeys-fr .footer .footer_linkStyle .menu li a {
    padding-left: 0px;
  }

  .page-template-template-grocery-foodland-fr .footer .footer_linkStyle .menu,
  .page-template-template-grocery-products-fr .footer .footer_linkStyle .menu,
  .page-template-template-grocery-sobeys-fr .footer .footer_linkStyle .menu {
    text-align: center;
  }

  .gro_button .gro_button_link {
    padding: 12px 24px 10px;
    font-size: 14px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 350px) {
  .conatiner_inner {
    padding-right: 25px;
    padding-left: 25px;
  }

  .groceries_main .our_partner_title h2 {
    padding: 0px 0;
  }

  .email_main .medal_img .gro_medal_img {
    top: 43px;
    left: -22px;
    width: 141px;
  }

  .email_main .gro_sobys_logo img {
    width: 150px;
  }

  .mondelez_main .gro_sobys_logo {
    bottom: 16px;
  }

  .compliments_main_page .gro_sobys_logo {
    bottom: 24px;
  }

  .compliments_main_page .gro_sobys_logo img {
    width: 123px;
  }

  .pagenotfound-fr .cmn_btnstyle {
    min-width: 240px;
    max-width: 240px;
    font-size: 14px;
    line-height: 17px;
  }
}


/* end responsive */