@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,800");
.disablescroll {
  margin: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  height: 100% !important;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #666666;
  line-height: 20px;
  overflow-x: hidden;
}

@media (min-width: 992px) and (max-width: 1500px) {
  .container {
    width: 100%;
    max-width: 1440px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1440px;
  }
}
a {
  color: #cc3333;
  text-decoration: none;
}
a:hover {
  color: #cc3333;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 29px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

sup {
  font-weight: normal;
  top: -0.45em;
}

.btn {
  border-radius: 0px;
  width: 180px;
  text-transform: uppercase;
  transition: unset;
}
.btn.whitebtn {
  border: 1px solid #ebebeb;
  background: #ffffff;
  color: #cc3333;
  padding: 1px;
  height: 34px;
}
.btn.whitebtn div {
  background: #ffffff;
  height: 30px;
  padding: 6px;
}
.btn.whitebtn:hover, .btn.whitebtn.hovered {
  color: #ffffff !important;
  border: 1px solid #cc3333;
}
.btn.whitebtn:hover div, .btn.whitebtn.hovered div {
  background: #cc3333;
}
.btn.redbtn {
  border: 1px solid #cc3333;
  background: transparent;
  color: #ffffff;
  padding: 1px;
}
.btn.redbtn div {
  background: #cc3333;
  height: 30px;
  padding: 6px;
}
.btn.redbtn:hover, .btn.redbtn.hovered {
  background: #cc3333;
  color: #ffffff;
}

.ragu-red {
  color: #cc3333;
}

.ragu-blue {
  color: #333;
}

.ragu-dark-red {
  color: #6b302e;
}

.mobile-only {
  display: none;
}

@media (max-width: 400px) {
  .btn {
    width: 168px;
  }
  .featuredsauce-recipe .fixed-button-container .btn,
  .single-recipe .form-group .btn {
    width: 100%;
  }
}
header {
  padding: 0 !important;
  width: 100%;
  height: 59px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 100;
  z-index: 1038;
  position: fixed;
  background: #ffffff;
  top: 0;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}
header a,
header a:hover {
  color: #999999;
  text-decoration: none;
  font-weight: 100;
}
header .navbar-default {
  background: none;
  border: 0;
  margin: auto;
}
header .navbar-header {
  position: absolute;
}
header .navbar-collapse {
  padding: 0;
}
header .navbar-collapse .shadowbg {
  opacity: 0;
}
header .dropdown-mobile {
  display: none;
}

.site-logo-link a[href^="javascript:void(0);"] {
  cursor: default;
}

.dropdown-menu-div.open .dropdown-menu {
  max-height: 500px;
}
.dropdown-menu-div .dropdown-menu {
  transition: height, 0.25s linear;
  max-height: 0px;
  overflow: hidden;
  display: block;
  width: 100%;
  position: fixed;
  background: white;
  z-index: 1039;
  min-width: 160px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 0;
  border-right: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0;
  text-align: center;
  padding: 0;
  line-height: normal;
  top: 55px;
  left: 0;
}
.dropdown-menu-div .dropdown-menu img {
  margin: 15px auto;
  height: 120px;
}
.dropdown-menu-div .dropdown-menu a {
  display: inline-block;
  text-decoration: none;
  margin: auto;
}
.dropdown-menu-div .dropdown-menu li {
  list-style: none;
}
.dropdown-menu-div .dropdown-menu h3 {
  margin: 0;
  letter-spacing: 0.5px;
}
.dropdown-menu-div .dropdown-menu span.description {
  font-size: 10px;
  color: #333333;
}
.dropdown-menu-div .dropdown-menu .spotlight1 {
  padding: 30px;
  border-right: 1px solid #ececec;
}
.dropdown-menu-div .dropdown-menu .spotlight1 h3 {
  color: #921a61;
}
.dropdown-menu-div .dropdown-menu .spotlight2 {
  padding: 30px;
  border-left: 1px solid #ececec;
}
.dropdown-menu-div .dropdown-menu .spotlight2 h3 {
  color: #333;
}
.dropdown-menu-div .dropdown-menu .category {
  padding: 30px;
  height: 271px;
  font-size: 12px;
  text-transform: capitalize;
}
.dropdown-menu-div .dropdown-menu .category a {
  color: #666666;
  border-bottom: 0;
}
.dropdown-menu-div .dropdown-menu .category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropdown-menu-div .dropdown-menu .category li {
  padding: 15px 0;
  border-bottom: 2px solid #ececec;
  width: 160px;
  margin: auto;
}
.dropdown-menu-div .dropdown-menu .category li:hover {
  border-bottom: 2px solid #cc3333;
}
.dropdown-menu-div .dropdown-menu .category li:hover a {
  color: #cc3333;
}

.header-search {
  position: absolute;
  right: 15px;
}

.shadowbg {
  background: url("../png/header-bg.png") bottom repeat-x;
  height: 13px;
  position: fixed;
  top: 59px;
  left: 0;
  width: 100%;
  z-index: 1037;
}

.site-logo-link img {
  height: fit-content;
  padding-bottom: 1px;
  width: 100%;
}
.site-logo-link img.no-pointer {
  cursor: default;
}

#menu-header {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
#menu-header > li {
  list-style: none;
  position: static;
  margin: 0 16% 0 0;
  float: none;
  display: inline-block;
}
#menu-header > li.active a {
  color: #cc3333;
  background: none;
  border-bottom: 4px solid #cc3333;
}
#menu-header > li:hover a {
  color: #cc3333;
  background: none;
  border-bottom: 4px solid #cc3333;
}
#menu-header > li > a {
  padding-top: 20px;
  padding-bottom: 15px;
  width: inherit;
  margin: auto;
}
#menu-header > li a:focus,
#menu-header > li a:hover {
  color: #cc3333;
  background: none;
}
#menu-header > li:last-of-type {
  margin: auto;
}
#menu-header .dropdown-menu.mobile {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu-eyebrow {
  float: left;
  padding: 20px 0 0 20px;
}
#menu-eyebrow li {
  list-style: none;
  display: inline-block;
}
#menu-eyebrow li:first-of-type::after {
  content: "|";
  color: #9b9b9b;
}

#collapsablesearch {
  float: left;
  padding-top: 15px;
}

.searchbox {
  position: relative;
  min-width: 30px;
  width: 0%;
  height: 30px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbox-input {
  top: 0;
  right: 0;
  border: 1px solid #eae0e0;
  outline: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0px 45px 0px 15px;
  font-size: 16px;
}

.searchbox-input::-webkit-input-placeholder {
  color: #ececec;
}

.searchbox-input:-moz-placeholder {
  color: #ececec;
}

.searchbox-input::-moz-placeholder {
  color: #ececec;
}

.searchbox-input:-ms-input-placeholder {
  color: #ececec;
}

.searchbox-input::-webkit-autofill {
  background: #ffffff;
}

.searchbox-input:-moz-autofill {
  background: #ffffff;
}

.searchbox-input::-moz-autofill {
  background: #ffffff;
}

.searchbox-input:-ms-input-autofill {
  background: #ffffff;
}

.searchbox-icon,
.searchbox-submit {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: url("../png/search-icon.png") #fff 50% 50%/19px 19px no-repeat;
}

.searchbox-open {
  width: 100%;
}
.searchbox-open .searchbox-icon,
.searchbox-open .searchbox-submit {
  background: url("../png/search-icon-white.png") #cc3333 50% 50%/19px 19px no-repeat;
}

#mobilesearch {
  display: none;
}

#hero-container,
.hero-slide {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
#hero-container img,
.hero-slide img {
  max-width: 100%;
  height: auto;
  height: initial;
  vertical-align: bottom;
}
#hero-container.img-replacement,
.hero-slide.img-replacement {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#hero-container.img-replacement .hero-inner,
.hero-slide.img-replacement .hero-inner {
  width: 100%;
  height: 100%;
}
#hero-container.img-replacement .hero-inner .text-container,
.hero-slide.img-replacement .hero-inner .text-container {
  height: 100%;
  padding: 0;
  margin: 0;
}
#hero-container.img-replacement .btn,
.hero-slide.img-replacement .btn {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  background: none !important;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#hero-container.img-replacement .btn div,
.hero-slide.img-replacement .btn div {
  background: none !important;
  margin: 0;
  padding: 0;
}
#hero-container .slick-dots,
.hero-slide .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#hero-container.slick-slide,
.hero-slide.slick-slide {
  height: 450px !important;
}
@media (max-width: 991px) {
  #hero-container.hero-slider,
  .hero-slide.hero-slider {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  #hero-container.slick-slide,
  .hero-slide.slick-slide {
    height: 505px !important;
  }
}

#hero-container .slick-prev {
  background: none;
  margin-left: 20px;
  height: auto;
  width: auto;
  padding: 10px;
  display: block !important;
}
#hero-container .slick-prev:after {
  content: "\f104";
  font-family: "FontAwesome";
  color: white;
  font-weight: 400;
  display: block;
  font-size: 50px;
  padding: 5px 0;
}
#hero-container .slick-next {
  background: none;
  margin-right: 20px;
  height: auto;
  width: auto;
  padding: 10px;
  display: block !important;
}
#hero-container .slick-next:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: white;
  font-weight: 400;
  display: block;
  font-size: 50px;
  padding: 5px 0;
}

.hero-inner {
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  font: 0/0 a;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 20px;
  width: 50%;
}
.hero-inner .black-text {
  color: #000000;
}
.hero-inner .red-text {
  color: #cc3333;
}
.hero-inner .blue-text {
  color: #333;
}
.hero-inner .green-text {
  color: #007e47;
}
.hero-inner:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.hero-inner.align-right {
  right: 0;
}
.hero-inner.align-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.hero-inner .text-container {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.hero-inner .hero-headline h1 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.hero-inner .hero-copy {
  padding: 20px 0;
  font-size: 14px;
}
.hero-inner .hero-copy.homepage {
  padding: 20px 60px;
}

.promagnifier {
  position: absolute;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  color: #333 !important;
  font-size: 18px !important;
  font-family: "Open Sans" !important;
  padding: 0px 4px !important;
}

div.asl_r p.showmore a {
  height: 16px;
  width: 138px;
  color: #cc3333;
  font-family: "Open Sans" !important;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  border: none !important;
  margin-left: 0px;
}

.innericon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.8786535 5c3.7934548 0 6.8786535 3.08256695 6.8786535 6.872552 0 1.4642963-.4653173 2.8575474-1.3038831 4.0136124l-.1853722.2440373-.0730517.0877983 7.6483246 7.2240485c.1563769.1476998.1963952.3723154.1169074.5592579l-.0413921.0774776-.0560805.0708601-.6587381.6944571c-.1686778.177824-.4370174.2044302-.6353457.0751635l-.0707599-.0557906-7.7489157-7.3204741-.1458495.0990665c-.9319532.603902-1.9941518.9755647-3.1106012 1.0756289l-.3057741.0205269-.3081217.0068817c-3.7934548 0-6.8786535-3.082567-6.8786535-6.872552 0-3.78998505 3.0851987-6.872552 6.8786535-6.872552zm0 1.95655238c-2.71318057 0-4.92118525 2.20589261-4.92118525 4.91599962 0 2.710107 2.20800468 4.9159996 4.92118525 4.9159996 2.7131806 0 4.9211852-2.2058926 4.9211852-4.9159996 0-2.71010701-2.2080046-4.91599962-4.9211852-4.91599962z' fill='%23666'/%3E%3C/svg%3E");
  background-size: auto !important;
}

div.asl_w .probox .promagnifier .innericon svg {
  display: none;
}

a.asl_res_url {
  height: 24px;
  width: 345px;
  color: #666666 !important;
  font-family: "Open Sans";
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
}

div.asl_r.vertical {
  border: none;
  box-shadow: none;
}

.asl_loader {
  display: none !important;
}

div.asl_r.asl_w.vertical .results .item::after {
  height: 0px !important;
}

.search-icon {
  height: 30px;
  width: 30px;
  float: right;
  margin-top: 14px;
  padding-bottom: 20.5px;
  cursor: pointer;
  margin-right: 15px;
}

.search-icon:hover path {
  fill: red;
  cursor: pointer;
}

@media (min-width: 1201px) {
  .hero-copy {
    font-size: 17px !important;
    line-height: 28px;
    margin: 0 auto;
    width: 75%;
  }
  #menu-header li {
    margin-right: 180px;
  }
  #menu-header li:last-of-type {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .searchbox-input {
    outline: none !important;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 0 8px;
    font-size: 16px;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid;
    background-color: white;
  }
  #hero-container .hero-inner .dark.black-text, #hero-container .hero-inner .dark.red-text, #hero-container .hero-inner .dark.blue-text, #hero-container .hero-inner .dark.green-text {
    color: #ffffff !important;
  }
  #hero-container .hero-inner .light.black-text, #hero-container .hero-inner .light.red-text, #hero-container .hero-inner .light.blue-text, #hero-container .hero-inner .light.green-text, #hero-container .hero-inner .light.white-text {
    color: #000000 !important;
  }
  #hero-container .slick-prev,
  #hero-container .slick-next {
    margin: 0;
  }
  #hero-container img {
    margin: 0 auto;
  }
  #hero-container .btn {
    margin: 20px auto 0;
  }
}
@media (max-width: 1024px) {
  .navbar-toggle {
    background: none !important;
    border: 0;
    float: none;
    position: absolute;
    margin: 0;
    padding-top: 10px;
    right: 15 !important;
    left: auto !important;
  }
}
@media only screen and (max-width: 1024px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .navbar-toggle .close,
  .navbar-toggle .open {
    padding-top: 4px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 1024px) and (max-width: 992px) {
  .navbar-toggle {
    right: 0px;
  }
  header .navbar-header {
    text-align: left !important;
    float: none;
    position: relative;
    left: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  header .navbar-header {
    position: absolute !important;
  }
  .site-logo-link img {
    margin-left: 15px;
    width: auto !important;
  }
}
@media only screen and (max-width: 1024px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .navbar-toggle {
    right: 30px !important;
  }
}
@media (max-width: 1024px) {
  .site-logo-link img {
    width: 100px;
    padding-bottom: 0px;
  }
  #hero-container .btn {
    margin: auto;
  }
}
#menu-header > li {
  list-style: none;
  position: static;
  margin: 0 8% 0 0;
  float: none;
  display: inline-block;
}

.dropdown-menu-div .dropdown-menu {
  border: none !important;
}

@media (min-width: 992px) {
  .navbar-nav > li {
    float: auto;
  }
}
input.autocomplete {
  display: none !important;
}

@media (max-width: 991px) {
  input.autocomplete {
    display: none !important;
  }
  #hero-container.hero-slider,
  .hero-slide.hero-slider {
    max-width: 750px;
    margin-top: -7px !important;
  }
  .shadowbg {
    top: 60px !important;
  }
}
@media (min-width: 992px) {
  .icons-search-elements-main-nav i.fa-search {
    height: 30px;
    width: 30px;
    float: right;
    margin-top: 22px;
    padding-bottom: 20.5px;
    color: #666 !important;
    margin-right: 15px;
    font-size: 20px;
  }
  .icons-search-elements-main-nav i.fa-close {
    height: 31px;
    width: 38px;
    float: right;
    margin-top: 22px;
    padding-bottom: 20.5px;
    color: #666 !important;
    margin-right: 15px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  div.asl_r p.showmore a {
    height: 16px;
    width: 121px;
    color: #cc3333;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
  }
  div.asl_r.vertical {
    box-shadow: none !important;
  }
  .mobile-nav-container {
    width: 100%;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    box-shadow: inset 0px 6px 8px 0px rgba(199, 196, 196, 0.2392156863) !important;
  }
  .mobile-nav-container div#ajaxsearchlite1 {
    background-color: transparent !important;
    margin: 0px 19px 0 20px;
    width: auto;
  }
  .mobile-nav-container div#ajaxsearchlite1 .vertical {
    left: -10px;
  }
  .mobile-nav-container div#ajaxsearchlite1 .probox {
    margin: 18px 0px 0px 0px;
    border-bottom: 1px solid #979797;
    height: 48px;
  }
  .mobile-nav-container div#ajaxsearchlite1 .probox .promagnifier {
    position: absolute;
  }
  .mobile-nav-container div#ajaxsearchlite1 .probox .proinput {
    padding-left: 24px !important;
    color: #999999 !important;
    font-size: 18px !important;
  }
  .mobile-nav-container div#ajaxsearchlite1 .probox .proinput .input.orig {
    height: 30px;
    width: 100vw;
    color: #999999 !important;
    font-family: "Open Sans" !important;
    font-size: 18px !important;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  header .container {
    width: 100%;
  }
  header .container .navbar-default {
    max-width: 100% !important;
  }
  div#ajaxsearchliteres1 {
    left: 10px !important;
    width: 736px !important;
  }
  .mobile-nav-container > div#ajaxsearchlite1 {
    height: auto;
  }
  .mobile-nav-container > div#ajaxsearchlite1 .probox {
    padding: 0px !important;
    border-bottom: 1px solid #979797;
    margin: 0 19px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .site-logo-link img {
    width: 100px;
    padding-bottom: 0px;
    left: 23px !important;
  }
  #mobilesearch {
    padding: 0px !important;
  }
  #mobilesearch .mobile-nav-container {
    box-shadow: inset 0 6px 8px 0 rgba(199, 196, 196, 0.2392156863) !important;
  }
  div[id*=ajaxsearchlite1].wpdreams_asl_container {
    width: 100% !important;
    height: 92px;
    box-shadow: none;
  }
  div.asl_r .results {
    padding-left: 0px;
  }
  div.asl_r p.showmore a {
    padding-left: 0px !important;
    margin: 0px 5px !important;
  }
  div#ajaxsearchliteres1 {
    left: 15px !important;
    width: 990px !important;
  }
  div#ajaxsearchlite1 {
    height: 92px;
    background-color: transparent !important;
  }
  div#ajaxsearchlite1 .probox {
    padding-left: 0px !important;
    margin: 0 19px 0 20px;
    padding-top: 25px !important;
    border-bottom: 1px solid #979797;
    box-shadow: none !important;
    background-color: transparent;
  }
  div#ajaxsearchlite1 .probox .promagnifier {
    position: absolute;
  }
  div#ajaxsearchlite1 .probox .proinput {
    padding-left: 24px !important;
  }
  div#ajaxsearchlite1 .probox .proinput input.autocomplete {
    display: none;
  }
  div#ajaxsearchlite1 .probox .proinput .input.orig {
    height: 30px;
    width: 100vw;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 20px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  div[id*=ajaxsearchlite2].wpdreams_asl_container {
    width: 100vw !important;
    position: fixed;
    left: 0;
    height: 79px;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox {
    margin-top: 0px;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox .promagnifier {
    margin-left: 8px !important;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox .proinput {
    margin-left: 20px !important;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox .proinput input.orig {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  div#search-bar-container {
    margin-top: 59px;
  }
  div#ajaxsearchliteres2 {
    top: 138px !important;
  }
  div#ajaxsearchlite2 {
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
  }
  div#search-bar-container {
    margin-top: 59px;
  }
  .results {
    padding-left: 134px !important;
    padding-top: 30px !important;
  }
  .resdrg {
    padding-top: 8px !important;
  }
  div.asl_r p.showmore {
    padding: 5px 0px 32px 0px;
  }
  div.asl_r p.showmore a {
    margin: 0px 135px !important;
  }
  div#ajaxsearchlite2 {
    width: 100vw !important;
    height: 79px;
    background-color: #ffffff;
    box-shadow: 0 1px 0 0 #ababab;
    position: fixed;
    left: 0;
  }
  .search-results div#ajaxsearchlite2 {
    display: none;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox {
    padding-left: 134px;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox {
    box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.2) !important;
    padding-top: 25px;
  }
  .proinput input.orig {
    font-size: 24px !important;
    padding-left: 20px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  header .navbar-default {
    max-width: 100% !important;
  }
  .desktop-search-bar {
    display: none;
  }
}
@media (max-width: 992px) {
  .nav.navbar-nav.navbar-right.header-search {
    display: none;
  }
}
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .nav.navbar-nav.navbar-right.header-search {
    display: block !important;
  }
  div#search-bar-container {
    margin-top: 59px;
  }
  .results {
    padding-left: 134px !important;
  }
  div#ajaxsearchlite2 {
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important;
  }
  div#ajaxsearchliteres2.asl_r.vertical {
    padding: 20px 0px !important;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    box-shadow: none;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox {
    padding-left: 134px;
  }
  div.asl_r p.showmore {
    padding: 5px 0 32px;
  }
  div.asl_r p.showmore a {
    margin: 0px 138px;
  }
  div#ajaxsearchliteres2 {
    top: 138px !important;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox .proinput input.orig {
    font-size: 24px !important;
    padding-left: 20px !important;
  }
  .desktop-search-bar {
    display: block !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .site-logo-link img {
    margin-left: 15px;
    width: auto !important;
  }
  div#search-bar-container {
    margin-top: 59px;
  }
  div#ajaxsearchliteres2 {
    top: 138px !important;
  }
  .results {
    padding-left: 134px !important;
  }
  div#ajaxsearchlite2 {
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important;
  }
  div.asl_r.vertical {
    padding: 20px 0px !important;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    box-shadow: none;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox {
    padding-left: 134px;
  }
  div.asl_r p.showmore {
    padding: 5px 0 32px;
  }
  div.asl_r p.showmore a {
    margin: 0px 138px;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox .proinput input.orig {
    font-size: 24px !important;
    padding-left: 0px !important;
  }
}
.suggested {
  height: 16px;
  width: 157px;
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 16px;
  margin: 6px 4px 9px 6px !important;
}

.item.asl_r_pagepost:hover {
  text-decoration: none !important;
  background: none !important;
}

footer {
  margin: 20px auto 50px;
  color: #666666;
}
footer p {
  margin-bottom: 20px;
}

#menu-footer {
  padding: 0;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 14px;
}
#menu-footer li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
}
#menu-footer li::after {
  content: "";
  height: 5px;
  width: 5px;
  display: inline-block;
  background: #cc3333;
  border-radius: 50%;
  margin: 0 20px 1px;
}
#menu-footer li:last-of-type::after {
  display: none;
}
#menu-footer li a {
  color: #666666;
}
#menu-footer li a.lowercase {
  text-transform: capitalize;
}
#menu-footer li a.evidon-consent-link {
  color: #666666 !important;
  font-size: inherit !important;
}
#menu-footer li a.evidon-consent-link img {
  display: none;
}
#menu-footer li a.evidon-consent-link::before {
  content: "";
  display: inline-block;
  background: url("../png/icon-adchoices.png") no-repeat;
  width: 8px;
  height: 10px;
}

.social-icons {
  margin: 0 auto 20px;
  text-align: center;
  background: url("../png/headline-gray-border.png") 0 15px repeat-x;
}
.social-icons div.white {
  background: #ffffff;
  width: 280px;
  margin: auto;
}
.social-icons .icon {
  display: inline-block;
  margin: 0 17px;
  background: #ffffff;
  overflow: hidden;
  width: 30px;
}
.social-icons .icon img {
  width: 60px;
  max-width: unset;
}
.social-icons .icon:hover a img {
  position: relative;
  left: -30px;
}

@media (max-width: 991px) {
  footer {
    margin: 70px auto 50px;
  }
  #menu-footer li::after {
    margin: 0 8px 1px;
  }
  #menu-footer li.mizkan {
    display: none;
  }
  #menu-footer li a.ads::before {
    display: none;
  }
}
#page {
  padding-top: 58px;
}

.pagenotfound {
  margin: 50px auto 60px;
}
.pagenotfound .getcooking {
  margin: 40px auto;
}

.about {
  margin-top: 25px;
  margin-bottom: 60px;
}

.faqs {
  margin-bottom: 80px;
  font-size: 14px;
}
.faqs .icon img {
  width: 45px;
  height: 45px;
}
.faqs h3 {
  margin-top: 0;
}
.faqs a {
  text-decoration: underline;
}
.faqs p {
  margin: 0 0 35px;
}
.faqs p:last-child {
  margin: 0;
}

#recipe-filters {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  height: auto;
}
#recipe-filters .filters {
  background: #ededed;
  text-transform: uppercase;
  display: inline-block;
  color: #666666;
  text-decoration: none;
  text-align: center;
  padding: 7px 29px;
  line-height: 1.3;
  height: 42px;
  transition: background 0.25s ease;
  vertical-align: top;
}
#recipe-filters .filters.title {
  color: white;
  background: #333;
  font-weight: 800;
}
#recipe-filters a.filters:hover {
  background: #cccccc;
  cursor: pointer;
}
#recipe-filters .filter-tag {
  float: none;
  width: inherit;
  display: inline;
}
#recipe-filters .filter-sauce {
  float: none;
  margin: 0;
  display: inline;
}
#recipe-filters .filter-sauce .filters {
  padding-top: 15px;
}
#recipe-filters .filter-sauce .filters.title {
  padding-top: 7px;
}

#reset-filters.filters {
  color: #666666;
  padding-top: 15px;
  padding-bottom: 0;
  float: right;
}
#reset-filters.filters.view-all {
  background-color: #cc3333;
  color: #ffffff;
}

#recipe-filters a.active {
  background-color: #cc3333;
  color: #ffffff;
}

#sort-recipes {
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}
#sort-recipes ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sort-recipes li {
  display: inline-block;
  color: #999999;
  padding: 0 15px 0 5px;
  cursor: pointer;
}
#sort-recipes li::after {
  content: "|";
  color: #f0f0f0;
  display: inline-block;
  padding-left: 15px;
}
#sort-recipes li:hover {
  color: #cc3333;
}
#sort-recipes li:first-of-type::after {
  display: none;
}
#sort-recipes li:last-of-type::after {
  display: none;
}

#sort-recipes ul li.active {
  font-weight: 800;
  color: #333333;
  pointer-events: none;
  text-decoration: underline;
}

.filter-item {
  overflow: hidden;
}

.featuredstar {
  width: 43px;
  position: absolute;
  top: 0;
  right: 12px;
}

.recipeoverlay .featuredstar:first-of-type {
  right: 0;
}

.recipe-holder {
  overflow: hidden;
}
.recipe-holder img {
  transition: all 0.75s ease;
  max-height: 287px;
  width: 100%;
  aspect-ratio: 573/287;
  object-fit: cover;
}
.recipe-holder:hover img {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.recipesearchresults {
  margin-bottom: 50px;
  color: #333333;
  min-height: 100vh;
}
.recipesearchresults .error {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.recipesearchresults .error a {
  width: auto;
  padding: 10px;
}
.recipesearchresults .error > div {
  margin: 10px 0 0;
}
.recipesearchresults .prepinfo {
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.recipesearchresults .prepinfo h3 {
  margin: 5px auto 0;
  min-height: 20px;
}
.recipesearchresults .border {
  border-right: 1px solid #ccc;
}

.recipe-display {
  border: 1px solid #ebebeb;
  padding: 25px 20px 30px;
  margin-bottom: 30px;
}
.recipe-display .recipelink:hover {
  text-decoration: none;
  color: #333;
}
.recipe-display h3 {
  min-height: 64px;
}

.sitemap ul {
  color: #cc3333;
  float: left;
  font-size: 16px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sitemap ul li {
  padding: 0 0 20px;
}
.sitemap ul li a {
  color: #666666;
}
.sitemap ul li ul {
  font-size: 12px;
  list-style-type: disc;
  margin: 10px 0 0;
  padding-left: 15px;
}
.sitemap ul li ul li {
  text-align: left;
  padding: 0 20px 0 0;
}

@media (max-width: 1200px) {
  .prepinfo h3 {
    font-size: 16px;
  }
}
#recipe-filters .tags {
  float: left;
}

/* recipe filters */
@media (min-width: 1370px) and (max-width: 1440px) {
  #recipe-filters .filters {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (min-width: 1330px) and (max-width: 1370px) {
  #recipe-filters .filters {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1250px) and (max-width: 1330px) {
  #recipe-filters .filters {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1160px) and (max-width: 1250px) {
  #recipe-filters .filters {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1140px) and (max-width: 1160px) {
  #recipe-filters .filters {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1110px) and (max-width: 1140px) {
  #recipe-filters .filters {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 1000px) and (max-width: 1110px) {
  #recipe-filters .filters {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 11px;
    position: relative;
    left: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1000px) {
  #recipe-filters .filters {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
    position: relative;
    left: 8px;
  }
}
/* end recipe filters */
@media (max-width: 991px) {
  .faqs {
    margin-bottom: 50px;
  }
  .faqs .icon {
    display: none;
  }
  .prepinfo h3 {
    font-size: 18px;
  }
  #recipe-filters {
    float: none;
    margin-top: 25px;
  }
  #recipe-filters .filters {
    padding: 20px !important;
    width: calc(50% - 1px);
    margin-right: 1px;
    margin-bottom: 1px;
    float: left;
    height: auto;
  }
  #recipe-filters .filters:nth-of-type(even) {
    margin-right: 0;
    width: 50%;
  }
  #recipe-filters .filters.title {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    height: auto;
    margin-bottom: 1px;
    padding: 15px;
  }
  #recipe-filters .filter-tag {
    float: none;
  }
  #recipe-filters .filter-sauce {
    float: none;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    height: auto;
    margin: 1px auto;
  }
  #reset-filters {
    width: 100% !important;
  }
  #sort-recipes {
    display: none;
  }
  .recipesearchresults .recipe-image {
    max-height: none;
  }
}
@media (max-width: 365px) {
  #recipe-filters {
    font-size: 10px;
  }
}
#recipe-filters .filters {
  padding-left: 11px;
  padding-right: 11px;
  font-size: 11px;
  position: relative;
  left: 8px;
}

@media (min-width: 992px) {
  #hero-container .container.text-container {
    text-align: left;
    padding-left: 135px;
  }
  #hero-container .hero-copy {
    margin: 0;
  }
  #hero-container img,
  .hero-slide img {
    width: 100%;
    height: 300px;
    vertical-align: bottom;
    object-fit: cover;
  }
  .page-template-home #hero-container {
    height: 450px;
    overflow: hidden;
    position: initial;
  }
  .page-template-home #hero-container .container.text-container {
    text-align: center;
  }
  .page-template-home #hero-container .hero-copy {
    margin: auto;
  }
  .page-template-home #hero-container .hero-headline {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3019607843);
    padding: 20px 0px;
  }
  .page-template-home #hero-container .slick-arrow {
    top: 258px;
  }
  .page-template-home #hero-container img,
  .page-template-home .hero-slide img {
    width: 100%;
    height: 450px;
    vertical-align: bottom;
    object-fit: cover;
    overflow: hidden;
  }
  .filter-item {
    overflow: hidden;
    min-height: 595px;
  }
}
@media (max-width: 991px) {
  .page-template-home #hero-container img,
  .page-template-home .hero-slide img {
    width: 100%;
    height: 505px;
    vertical-align: bottom;
    object-fit: cover;
  }
  #hero-container .hero-inner {
    position: absolute;
    top: 0;
  }
  #hero-container img,
  .hero-slide img {
    width: 100%;
    height: 268px;
    vertical-align: bottom;
    object-fit: cover;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  #hero-container,
  .hero-slide {
    position: relative;
    max-width: 1920px;
    margin: -7px auto;
  }
  .page-template-home #hero-container,
  .page-template-home .hero-slide {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
  }
}
.mm-3hudA {
  box-shadow: none;
}

.page-template-home .hero-headline {
  padding: 20px 0px;
}

@media (max-width: 991px) {
  .hero-inner.align-left.other.relative {
    position: relative !important;
  }
}
.homepagespace {
  height: 30px;
}

.homepage-headline {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: 0.5px;
  color: #333;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.homepage-headline.h1 {
  font-size: 29px;
  font-weight: 800;
}
.homepage-headline span {
  background: #ffffff;
  padding: 0 30px;
  line-height: normal;
}
.homepage-headline:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.homepage-headline:after {
  border-bottom: 1px solid #ebebeb;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.headlinediv.homepage {
  margin: 10px 0px 30px 0px;
}
.headlinediv.homepage h2 {
  margin: 0px auto;
}

.featuredsauces-homepage {
  min-height: 350px;
}
.featuredsauces-homepage .product-image {
  width: 60%;
  -webkit-transform: translate3d(0, 0, 0);
}
.featuredsauces-homepage .excerpt {
  margin: 10px auto 15px;
  color: #666666 !important;
}
.featuredsauces-homepage .product {
  min-height: 200px;
  min-width: 200px;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.featuredsauces-homepage .product-text {
  position: absolute;
  top: 35px;
  width: calc(100% - 36px);
}
.featuredsauces-homepage .product-text a:hover {
  text-decoration: none;
}
.featuredsauces-homepage:hover .product {
  background: none;
  opacity: 1;
}
.featuredsauces-homepage:hover a.btn {
  color: #ffffff !important;
  border: 1px solid #cc3333;
}
.featuredsauces-homepage:hover a.btn div {
  background: #cc3333;
}

.fiftyfifty {
  padding: 40px 0;
}
.fiftyfifty .textbox {
  background: url("../png/whitebg-opacity75.png");
  position: absolute;
  top: 0;
  width: 49%;
  height: 100%;
  text-align: center;
}
.fiftyfifty .textbox .box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 40px;
}
.fiftyfifty .textbox .box h2.heading--md {
  margin-top: 0;
  margin-bottom: 0;
}
.fiftyfifty .textbox .box .text {
  color: #333;
  margin: 30px auto 26px;
}

.fiftyfiftymobile {
  display: none;
}

.recipeoverlay.homepage:first-of-type {
  padding-left: 15px;
}

.recipeoverlay.homepage:last-of-type {
  padding-right: 15px;
}

.homepagefilters {
  padding: 20px 0;
}

.featuredsauce-homepage-slider {
  display: none;
}
.featuredsauce-homepage-slider:before, .featuredsauce-homepage-slider:after {
  width: 25%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(left, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* Standard syntax (must be last) */
  z-index: 200;
  content: "";
}
.featuredsauce-homepage-slider:before {
  left: 0;
  top: 0;
}
.featuredsauce-homepage-slider:after {
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* Standard syntax (must be last) */
  z-index: 200;
}

.spotlight-unit .unit-image {
  max-height: 183px;
  margin: 0 auto;
}
.spotlight-unit .unit-image-container {
  height: 183px;
  margin: 5px 0 10px;
}
.spotlight-unit.unit1 h2 {
  font-size: 45px;
  margin: 10px 0;
}
.spotlight-unit.unit1 .unit-image {
  max-height: 220px;
}
.spotlight-unit.unit3 .unit-image {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.spotlight-unit.unit3 > div {
  height: auto;
}
.spotlight-unit.unit3 > div > div {
  top: 0;
  transform: none;
}

.featuredsauce-homepage-slider {
  display: none;
  text-transform: uppercase;
}
.featuredsauce-homepage-slider .slick-current {
  background: none;
}
.featuredsauce-homepage-slider .unit-image {
  margin: 20px auto 0;
  height: 200px;
}
.featuredsauce-homepage-slider .slick-dots {
  padding: 0;
  margin: 15px auto;
  list-style: none;
  text-align: center;
}
.featuredsauce-homepage-slider .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.featuredsauce-homepage-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: url("../png/homepage-slider-inactivebutton.png") 50% no-repeat;
}
.featuredsauce-homepage-slider .slick-dots li.slick-active button {
  background: url("../png/homepage-slider-activebutton.png") 50% no-repeat;
}
.featuredsauce-homepage-slider h3 {
  margin-top: 0;
  min-height: 38px;
}
.featuredsauce-homepage-slider .slick-slide:hover {
  background: none;
}
.featuredsauce-homepage-slider .always-show {
  display: block !important;
}
.featuredsauce-homepage-slider .visible {
  visibility: visible !important;
}
.featuredsauce-homepage-slider .featuredsauces-homepage {
  display: none;
  min-height: 370px;
}
.featuredsauce-homepage-slider .featuredsauces-homepage:hover .product {
  color: #cc3333 !important;
}
.featuredsauce-homepage-slider .featuredsauces-homepage .product {
  min-height: 200px;
  opacity: 1;
}
.featuredsauce-homepage-slider .featuredsauces-homepage .product-text {
  top: 10px;
}

.spotlight-carousel {
  display: none;
}
.spotlight-carousel .slick-current {
  background: none;
}
.spotlight-carousel h2 {
  color: #333;
  margin: 8px auto;
}
.spotlight-carousel .unit-image {
  margin: 20px auto;
  height: 198px;
}
.spotlight-carousel .slick-dots {
  padding: 0;
  margin: 15px auto;
  list-style: none;
  text-align: center;
}
.spotlight-carousel .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.spotlight-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: url("../png/homepage-slider-inactivebutton.png") 50% no-repeat;
}
.spotlight-carousel .slick-dots li.slick-active button {
  background: url("../png/homepage-slider-activebutton.png") 50% no-repeat;
}

.mobile-header {
  display: none;
}

@media (min-width: 1428px) {
  .featuredsauces-homepage:hover .product {
    height: 375px;
    width: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
    color: #cc3333 !important;
  }
}
@media (max-width: 991px) {
  .homepage-headline {
    background: none;
    font-size: 25px;
  }
  .spotlight-unit {
    display: none !important;
  }
  .spotlight-carousel {
    display: block;
    margin-top: 24px;
  }
  .spotlight-carousel .slick-slide {
    opacity: 0;
  }
  .spotlight-carousel .slick-slide:hover {
    background: none;
  }
  .spotlight-carousel .slick-slide.slick-slide.slick-active {
    opacity: 1;
  }
  .mobile-header {
    display: block;
  }
  .sauceshomepage {
    display: none;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .sauceshomepage {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .featuredsauce-homepage-slider {
    display: none;
  }
  .featuredsauce-homepage-slider:hover .product {
    background: none;
  }
  .featuredsauce-homepage-slider .slick-slide a.btn {
    visibility: hidden;
  }
  .featuredsauce-homepage-slider .slick-slide.slick-slide.slick-active {
    opacity: 1;
  }
  .featuredsauce-homepage-slider .slick-slide.slick-slide.slick-active a.btn {
    visibility: visible;
  }
  .recipeoverlay.homepage {
    padding: 15px;
  }
  .headlinediv.homepage {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .homepage-headline {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .fiftyfiftyimage {
    display: none;
  }
  .fiftyfiftymobile {
    display: block;
    width: 720px;
  }
  .fiftyfifty .textbox {
    width: calc(100% - 30px);
    height: 100%;
  }
}
@media (max-width: 450px) {
  .hero-inner .hero-headline {
    font-size: 30px;
  }
  .fiftyfifty .textbox {
    height: 100%;
  }
  .fiftyfifty .textbox .box {
    padding: 20px;
  }
  .fiftyfifty .textbox .box h2 {
    margin-top: 0;
  }
  .fiftyfifty .textbox .box .text {
    margin: 10px auto 15px;
  }
  .featuredsauce-homepage-slider .unit-image {
    height: auto;
  }
}
/* MOBILES STYLES FOR IPAD LANDSCAPE ONLY */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .recipeoverlay .overlay {
    position: relative !important;
    overflow: visible !important;
    max-height: none !important;
    background: none !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    opacity: 1 !important;
  }
  .recipeoverlay .overlay .text {
    top: 10px !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
  }
  .recipeoverlay.open .featured-image .img-responsive {
    -webkit-filter: none !important;
    filter: none !important;
  }
}
@media (max-width: 435px) {
  .featuredsauce-homepage-slider:before, .featuredsauce-homepage-slider:after {
    width: 22%;
  }
}
#hero-container .slick-dots,
.hero-slide .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: auto;
  height: 20px;
  width: 80px;
}

.slick-dots li {
  display: inline-block;
  width: 10px !important;
  height: 10px !important;
  margin: 0 2.5px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px !important;
  height: 10px !important;
  padding: 0px !important;
  cursor: pointer;
  color: transparent;
  box-sizing: border-box;
  border: 1px solid #cc3333 !important;
  border-radius: 50%;
  background: none !important;
}

.slick-dots li.slick-active button {
  background-color: #cc3333 !important;
}

@media (max-width: 991px) {
  .hero-inner .hero-headline h1 {
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
  }
  .hero-inner.homepage .hero-copy {
    padding: 15px !important;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
  }
  .hero-inner.homepage .text-container {
    bottom: 0;
    padding: 25px;
    max-width: 750px;
  }
  .page-template-home .hero-inner {
    position: absolute;
    top: auto !important;
  }
}
@media (min-width: 1428px) {
  .hero-inner .hero-headline h1 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 64px;
    height: auto;
  }
  .hero-inner .text-container {
    display: inline-block;
    vertical-align: middle;
    min-width: 630px;
  }
  .hero-inner .hero-copy.homepage {
    padding: 20px 0px !important;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px !important;
    letter-spacing: 0;
    line-height: 32px;
    width: 90% !important;
  }
  .btn.redbtn {
    color: #fff;
    padding: 1px;
    line-height: 24px;
    height: 44px;
    border: 1px solid #cc3333;
    border-radius: 4px;
    width: 180px;
  }
  .btn.redbtn div {
    background: #c33;
    padding: 9px;
    height: 40px;
    border-radius: 4px;
    font-weight: 600;
  }
}
.btn.redbtn div {
  background: #cc3333;
  padding: 11px;
  height: 44px;
  border-radius: 4px;
  font-weight: 600;
}

.btn.redbtn:hover div {
  background: #6b302e;
}

.btn.redbtn div:hover {
  background-color: #6b302e;
}

.btn.redbtn:hover {
  background: #6b302e;
  border: 1px solid #6b302e;
}

@media (max-width: 400px) {
  .btn {
    width: 180px;
  }
}
.btn.viewfilter {
  color: #cc3333;
}

.viewfilter {
  font-weight: 600;
  box-sizing: border-box;
  height: 44px;
  width: 180px;
  border: 1px solid #cc3333;
  border-radius: 4px;
  background-color: #fff;
  text-transform: uppercase;
  color: #cc3333;
  line-height: 24px;
}

.viewfilter:hover {
  background-color: #cc3333;
  color: #ffffff;
}

ul.Recipecontainer {
  padding: 0px;
}

.homepagerecipelist-anchor {
  list-style-type: none;
  display: inline;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  color: #666666;
  text-transform: uppercase;
  padding: 0px 0px 3px 0px;
}

.homepagerecipelist-anchor:hover {
  border-bottom: 2px solid #c33;
  color: #c33;
}

.border-none {
  border: none !important;
}

.text-capitalize {
  text-transform: capitalize;
}

.homepagerecipelist.text-capitalize:hover {
  border: none;
  color: #666666;
}

.featuredsauces-homepage .excerpt {
  margin: 10px auto 15px;
  color: #333333 !important;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.product-text .product-image {
  height: 168px !important;
}

.ragu-dark-red.newcategorytitle {
  color: #333333 !important;
  font-family: "Open Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  font-weight: 100;
  text-transform: capitalize;
}

.prodctcategory {
  color: #333333 !important;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 42px;
}

.product-rows .product-image {
  margin: auto;
  position: absolute;
  left: calc(50% - 96px);
  width: 210px;
  top: 13px;
}

.product:hover {
  height: 296px;
  width: 330px;
  border-radius: 7px;
  background-color: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1607843137);
}

.featuredsauces-homepage:hover .product {
  height: 375px;
  width: auto;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1607843137);
}

.featuredsauces-homepage:hover .product-text .excerpt {
  color: #cc3333 !important;
}

.featuredsauces-homepage:hover .product-text .newcategorytitle {
  color: #cc3333 !important;
}

@media (max-width: 450px) {
  .page-template-home .sauce-card {
    min-height: 282px !important;
    min-width: 181px;
  }
}
.page-template-home .sauce-category {
  width: 306px;
  margin: auto;
}

@media (min-width: 991px) {
  .page-template-home #hero-container .container.text-container {
    padding-left: 0px;
  }
}
.timeline-header {
  display: none;
}

.timeline-graybg {
  background: url("../png/timeline-border-vertical.png") 49.9% repeat-y;
  text-align: center;
}
.timeline-graybg .last {
  margin-bottom: 0;
  z-index: 0;
}
.timeline-graybg .last-container {
  background: #ffffff;
  height: 85%;
  width: 100%;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: -10;
}
.timeline-graybg .timeline-right .last-container {
  left: 0;
}

.timeline-image {
  background: url("../png/timeline-border-horizontal.png") no-repeat;
}
.timeline-image img {
  width: 130px;
  margin: auto;
}

.timeline-date {
  background: #333;
  color: #ffffff;
  font-weight: 500;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  top: 45px;
}
.timeline-date div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.timeline-left,
.timeline-right {
  width: 50%;
  position: relative;
  margin-bottom: 80px;
}

.timeline-left .textbox,
.timeline-right .textbox,
.timeline-center .textbox {
  padding: 0 75px;
}
.timeline-left .textbox h3,
.timeline-right .textbox h3,
.timeline-center .textbox h3 {
  text-transform: none;
}
.timeline-left .textbox .box,
.timeline-right .textbox .box,
.timeline-center .textbox .box {
  margin: 20px auto;
}

.timeline-left {
  float: left;
}
.timeline-left .timeline-image {
  background-position: right 50%;
}
.timeline-left .timeline-date {
  position: absolute;
  right: -20px;
}

.timeline-right {
  float: right;
  margin: 100px auto 20px;
}
.timeline-right .timeline-image {
  background-position: left 50%;
}
.timeline-right .timeline-date {
  position: absolute;
  left: -20px;
}

.timeline-center {
  clear: both;
  background: #ffffff;
  padding: 50px 0 70px;
}
.timeline-center .timeline-image {
  background: none;
}
.timeline-center .timeline-image img {
  width: 400px;
  margin: 0 auto 40px;
}

.btn.icon {
  border-radius: 50%;
  font-size: 11px;
  width: 34px;
  position: relative;
  top: -20px;
  margin-bottom: -20px;
  cursor: pointer;
}
.btn.icon.whitebtn div {
  background: none;
}
.btn.icon.whitebtn:hover {
  color: #cc3333 !important;
}
.btn.icon.whitebtn:hover div {
  background: none;
}
.btn.icon.redbtn {
  border-color: #ffffff;
  background: #cc3333;
  color: #ffffff;
}
.btn.icon.redbtn div {
  background: none;
}
.btn.icon .glyphicon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.youtube.modal {
  top: 7%;
}
.youtube .modal-dialog {
  width: 70%;
  margin: auto;
}
.youtube .modal-content {
  background: #000000;
}
.youtube .modal-content button.close {
  float: none;
  position: absolute;
  left: calc(50% - 15px);
  opacity: 0.9;
  margin-top: 10px;
  background: url("../png/red_x.png") 50%/30px no-repeat;
}
.youtube .modal-body {
  padding: 0;
}

@media (max-width: 991px) {
  .container.timeline-breadcrumbs {
    display: none;
  }
  .timeline-header {
    display: block;
  }
  .timeline-left,
  .timeline-right {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 40px;
  }
  .timeline-left .timeline-date,
  .timeline-right .timeline-date {
    position: initial;
    right: initial;
    left: initial;
  }
  .timeline-center .textbox,
  .timeline-left .textbox,
  .timeline-right .textbox {
    background: #ffffff;
    padding: 10px 60px 15px;
  }
  .timeline-center .textbox .box,
  .timeline-left .textbox .box,
  .timeline-right .textbox .box {
    margin-bottom: 15px;
  }
  .timeline-image {
    background: none;
  }
  .timeline-date {
    margin: 0 auto 16px;
  }
  .timeline-center {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .youtube .modal-dialog {
    width: auto;
  }
}
.wheretobuy-steps {
  color: #a0a0a0;
  font-style: italic;
}

.wheretobuy-headline {
  margin: 3px auto 40px;
}

.wheretobuy.sauce-name {
  padding: 0;
}

.product-list {
  margin: 40px -15px;
}

.wheretobuyproducts .slick-list:before, .wheretobuyproducts .slick-list:after {
  width: 12%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(left, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* Standard syntax (must be last) */
  z-index: 200;
  z-index: 200;
  content: "";
}
.wheretobuyproducts .slick-list:before {
  left: 0;
  top: 0;
}
.wheretobuyproducts .slick-list:after {
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* Standard syntax (must be last) */
  z-index: 200;
}

.sauce-select:focus {
  outline: 0 !important;
}
.sauce-select.slick-current {
  background: none;
}
.sauce-select.slick-slide:hover {
  cursor: pointer;
  background-position-y: 3px;
}
.sauce-select.slick-slide:hover h4 {
  color: #cd3333;
}
.sauce-select.slick-slide img {
  height: 150px;
  width: auto !important;
  margin-top: 14px;
}
.sauce-select.slick-slide.hoverclass h4 {
  color: #cd3333;
}
.sauce-select.slick-slide.hoverclass .imagediv {
  background: none;
  opacity: 1;
}
.sauce-select h4 {
  margin: 35px auto 0;
  min-height: 45px;
  max-width: 215px;
}

.form-inline {
  margin: 0 3%;
  padding: 25px 50px;
  background: #f5f5f5;
}

.refineresults {
  text-transform: uppercase;
  color: #333333;
  font-weight: 800;
}

.search-form {
  margin: 0 15px 40px;
}
.search-form .form-group.zipcode {
  margin: 0 20px 0 60px;
}
.search-form .form-group.zipcode input {
  width: 100px;
  padding: 5px 8px;
}
.search-form .form-group label {
  color: #7c0102;
  font-weight: normal;
  padding: 0 30px 0 0;
}
.search-form .radius {
  margin: 0 50px 0 20px;
}

.radius-div {
  height: 34px;
  width: 99px;
  border: 1px solid #ebebeb;
  overflow: hidden;
  background: url("../png/wheretobuy-selectarrow.png") right 50%/20px 31px #ffffff no-repeat;
  display: inline-block;
  vertical-align: middle;
}

select#radius {
  background: transparent;
  width: 100px;
  padding: 5px 8px;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select#radius::-ms-expand {
  display: none;
}

#search-submit {
  width: 110px;
}

.store-results {
  width: 100%;
  margin: 0 auto 60px;
  padding: 0 !important;
}

.mapdiv {
  padding-right: 0;
}
.mapdiv .gm-style-iw {
  background-color: #cc3333;
  padding: 15px 0 10px;
  text-align: center;
  top: 15px !important;
}
.mapdiv .gm-style-iw a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.results-table {
  border: 1px solid #ebebeb;
  max-height: 400px;
  overflow: auto;
}
.results-table .yourresults {
  color: #cc3333;
  text-transform: uppercase;
  font-weight: 800;
  padding: 15px 20px 10px;
}
.results-table table th {
  color: #7b7b7b;
  font-weight: normal;
  border-bottom: 1px solid #ececec;
  padding: 0 20px 3px;
}
.results-table table td.phone {
  min-width: 100px;
}
.results-table .directions {
  font-size: 12px;
  text-transform: uppercase;
}
.results-table .storephone {
  display: block;
  color: #666666;
}

td.results-td {
  padding: 30px 20px 15px;
  border-bottom: 1px solid #ececec;
}
td.results-td address {
  margin-bottom: 5px;
}
td.results-td .miles {
  font-size: 15px;
  font-weight: 800;
}

tr.hover:hover {
  background: #fbfbfb;
}
tr.hover:hover td.results-td .miles {
  color: #cc3333;
}

@media (max-width: 1200px) {
  .form-inline {
    margin: 0;
    padding-left: 35px;
    padding-right: 35px;
  }
  .search-form {
    margin: 0 0 40px;
  }
  .search-form .form-group.zipcode {
    margin: 0 20px 0 40px;
  }
  .search-form .form-group label {
    padding: 0 20px 0 0;
  }
  .search-form .radius {
    margin: 0 50px 0 20px;
  }
  .results-table .yourresults {
    padding: 15px 10px 10px;
  }
  .results-table table th {
    padding: 0 15px 3px 0;
  }
  td.results-td {
    padding: 30px 0 15px;
  }
  td.results-td .text-center {
    text-align: left !important;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .wheretobuyproducts.slick-slider > .sauce-select {
    display: none !important;
  }
  .wheretobuyproducts .slick-track > .slick-arrow {
    display: none !important;
  }
  .wheretobuy-header {
    margin: 30px auto;
  }
  .wheretobuy-header li.sauce-title {
    display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-left: 0;
    height: auto;
    padding: 15px;
    font-weight: 800;
    font-size: 12px;
    margin: 0 auto 1px 0;
    border-right: 1px solid #fff;
    background: #ededed;
    text-transform: uppercase;
  }
  .wheretobuy-header ul.sauce-selector li {
    width: calc(100% - 1px);
  }
  .wheretobuy-headline {
    display: block !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    text-align: center !important;
    letter-spacing: 0.5px !important;
    color: #333 !important;
    text-transform: uppercase !important;
    background: url("../png/headline-gray-border.png") 50% repeat-x !important;
    margin-bottom: 30px !important;
  }
  .wheretobuy-headline span::after {
    display: none !important;
  }
  .results-table,
  .mapdiv {
    margin: 0 0 15px;
    padding: 0;
  }
  .mapdiv {
    display: none;
  }
  .form-inline {
    padding: 20px;
  }
  .refineresults {
    display: none;
  }
  .search-form {
    margin-bottom: 15px;
  }
  .search-form .form-group {
    margin: 0;
    display: inline-block;
    margin-right: -4px !important;
  }
  .search-form .form-group.zipcode {
    width: 35%;
    margin: 0;
  }
  .search-form .form-group.button {
    vertical-align: bottom;
  }
  .search-form .form-group label {
    padding: 0;
    display: block;
  }
  .search-form .radius {
    width: 35%;
    margin: 0;
  }
  .search-form .button {
    width: 29%;
    text-align: right;
  }
  .results-table .yourresults {
    padding: 15px 10px 10px;
  }
  .results-table table th {
    padding: 15px 10px 3px;
  }
  td.results-td {
    padding-left: 10px;
  }
  td.results-td .text-center {
    padding-left: 0;
  }
  td.results-td address {
    margin-bottom: 0;
  }
  .storephone {
    display: block;
    margin-bottom: 5px;
    color: #666666;
  }
  .results-table {
    max-height: none;
  }
}
@media (max-width: 768px) {
  .wheretobuy-headline {
    font-size: 26px !important;
  }
}
@media (max-width: 690px) {
  .search-form .form-group.zipcode {
    width: 35%;
  }
  .search-form .radius {
    width: 35%;
  }
  .search-form .button {
    width: 28%;
  }
}
@media (max-width: 560px) {
  .wheretobuy-headline {
    font-size: 18px !important;
  }
}
@media (max-width: 460px) {
  .search-form .form-group.zipcode {
    width: 50%;
    margin-bottom: 25px;
    float: left;
  }
  .search-form .form-group.zipcode input {
    width: 75%;
  }
  .search-form .radius {
    width: 50%;
    margin-bottom: 25px;
  }
  .search-form .button {
    width: 100%;
    text-align: left;
  }
  .radius-div {
    width: 75%;
  }
  #search-submit {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wheretobuyproducts .slick-list:before, .wheretobuyproducts .slick-list:after {
    width: 15%;
  }
}
@media (max-width: 601px) {
  .wheretobuyproducts .slick-list:before, .wheretobuyproducts .slick-list:after {
    width: 25%;
  }
  .slick-slide .learnmore {
    display: none;
  }
  .slick-slide.slick-current .learnmore {
    display: block;
  }
}
@media (max-width: 400px) {
  .wheretobuyproducts .slick-list:before, .wheretobuyproducts .slick-list:after {
    width: 22%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .slick-slide .imagediv {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .slick-slide:hover .imagediv {
    background: none !important;
  }
  .slick-slide:hover h4 {
    color: #666666 !important;
  }
  .sauce-select.slick-slide.hoverclass .imagediv {
    background: none !important;
    opacity: 1 !important;
  }
  .sauce-select.slick-slide.hoverclass h4 {
    color: #cc3333 !important;
  }
}
#search-results-header {
  position: relative;
}
#search-results-header img {
  display: block;
  max-width: 100%;
  height: auto;
}
#search-results-header .widget_sp_image-description {
  position: absolute;
  top: 0;
  width: 55%;
  height: 100%;
  color: #ffffff;
  text-align: center;
}
#search-results-header .widget_sp_image-description p {
  text-transform: uppercase;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
}

.search-results-form {
  margin: 0 auto 40px;
  text-align: center;
}
.search-results-form form {
  width: 450px;
  margin: auto;
  height: 40px;
}
.search-results-form form .textbox {
  height: 40px;
  display: inline-block;
  width: 365px;
  border: 1px solid #ebebeb;
  border-right: 0;
  padding: 0 15px;
}
.search-results-form form .submit {
  width: 80px;
  height: 40px;
  display: inline-block;
  border: 1px solid #ebebeb;
  background: white;
  text-transform: uppercase;
  color: #cc3333;
  padding: 0;
  margin-left: -3px;
}
.search-results-form form .submit:hover {
  background: #cc3333;
  color: #ffffff;
  border-color: #cc3333;
}

.search-results-row:hover {
  background: #f9f9f9;
}
.search-results-row:hover h3 a {
  color: #333;
}
.search-results-row:last-of-type {
  margin-bottom: 50px;
}
.search-results-row .search-results {
  padding: 30px 0;
}
.search-results-row .search-results h3 {
  margin: 10px auto;
}
.search-results-row .border {
  border-right: 1px solid #ebebeb;
}
.search-results-row .margin10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.search-results-row .search-image {
  border: 1px solid #e1e1e1;
  text-align: center;
}
.search-results-row .product-image {
  min-height: 169px;
  padding-top: 15px;
}
.search-results-row .product-image img {
  height: 150px;
  width: auto;
}
.search-results-row .tags {
  font-size: 10px;
  text-transform: uppercase;
  color: #a0a0a0;
}
.search-results-row .tags a {
  color: #a0a0a0;
}
.search-results-row .tags span::after {
  content: " , ";
  display: inline;
}
.search-results-row .tags span:last-of-type::after {
  display: none;
}

ul.pagination {
  border-radius: 0.25em;
  font-size: 16px;
  margin: 60px auto 20px;
  cursor: pointer;
}
ul.pagination li a,
ul.pagination li span.current,
ul.pagination li span.dots {
  padding: 0 1.4em;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  color: #666666;
}
ul.pagination li a {
  color: #666666;
}
ul.pagination li a:hover, ul.pagination li a:focus {
  color: #666666;
}
ul.pagination li span.current {
  background: #cc3333;
  color: #ffffff;
}
ul.pagination li span.current:hover, ul.pagination li span.current:focus {
  color: #ffffff;
}
ul.pagination li .page-numbers.prev::before, ul.pagination li .page-numbers.next::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  background: transparent url("../png/pagination-arrow.png") no-repeat center center;
}
ul.pagination li .page-numbers.prev::before {
  left: 1.8em;
}
ul.pagination li .page-numbers.next::after {
  right: 1.8em;
  transform: rotate(180deg);
}
ul.pagination li .page-numbers span {
  display: block;
  height: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
ul.pagination li .page-numbers:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
ul.pagination li .page-numbers:hover.prev::before {
  -webkit-transform: translateX(-50%) translateY(-50px);
  -moz-transform: translateX(-50%) translateY(-50px);
  -ms-transform: translateX(-50%) translateY(-50px);
  -o-transform: translateX(-50%) translateY(-50px);
  transform: translateX(-50%) translateY(-50px);
}
ul.pagination li .page-numbers:hover.next::after {
  -webkit-transform: translateY(-50px) rotate(180deg);
  -moz-transform: translateY(-50px) rotate(180deg);
  -ms-transform: translateY(-50px) rotate(180deg);
  -o-transform: translateY(-50px) rotate(180deg);
  transform: translateY(-50px) rotate(180deg);
}

/****************************************************************************
                            RESPONSIVE STYLES
*****************************************************************************/
@media (min-width: 1100px) {
  .recipe-stats {
    text-align: left;
  }
  .recipe-stats strong {
    display: inline;
  }
  .recipe-stats .border {
    border: none;
  }
  .recipe-stats .border:after {
    content: "|";
    display: inline;
    float: right;
  }
}
@media (max-width: 1099px) {
  .recipe-stats {
    text-align: center;
  }
  .recipe-stats strong {
    display: block;
  }
  .recipe-stats .border {
    border-right: 1px solid #ccc;
  }
  .recipe-stats .border:after {
    content: "";
  }
}
@media (max-width: 991px) {
  #search-results-header img {
    display: none;
  }
  #search-results-header .widget_sp_image-description {
    position: relative;
    width: 100%;
    color: #6b302e;
  }
  #search-results-header .widget_sp_image-description p {
    top: inherit;
    transform: none;
    padding: 50px 0 20px;
  }
  .search-results-row {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  #search-results-header .widget_sp_image-description p {
    font-size: 30px;
  }
  .search-results-row .search-results {
    text-align: center;
    padding: 30px 0 0;
  }
  .search-results-row .search-results h3 {
    margin: 20px auto 10px;
  }
  .search-results-row .margin10 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .search-results-row .search-image {
    border: 0;
    width: 100%;
  }
  .search-results-row .product-image img {
    height: 300px;
  }
  .search-results-row .product-bottom ul {
    text-align: left;
  }
  .search-results-row .product-bottom a.btn {
    margin-top: 15px;
  }
}
@media (max-width: 530px) {
  .search-results-form form {
    width: 100%;
  }
  .search-results-form form .textbox {
    width: calc(100% - 90px);
  }
}
#contactus-form {
  /*#field_1_26, #input_1_26 { border-right: 1px solid #fff; }
  #field_1_27, #input_1_27 { border-left: 1px solid #fff; }*/
}
#contactus-form input::-webkit-input-placeholder,
#contactus-form textarea::-webkit-input-placeholder {
  color: #999999 !important;
}
#contactus-form input:-moz-placeholder,
#contactus-form textarea:-moz-placeholder {
  color: #999999 !important;
}
#contactus-form input::-moz-placeholder,
#contactus-form textarea::-moz-placeholder {
  color: #999999 !important;
}
#contactus-form input:-ms-input-placeholder,
#contactus-form textarea:-ms-input-placeholder {
  color: #999999 !important;
}
#contactus-form .product-hide {
  display: none;
}
#contactus-form .product-hide.active {
  display: block;
}
#contactus-form ul {
  list-style: none;
}
#contactus-form .gform_wrapper .gsection {
  border: 0;
  margin: 0;
}
#contactus-form .gsection_title {
  color: #333;
  font-size: 12px;
}
#contactus-form .gfield_required {
  color: #cc3333;
}
#contactus-form label {
  font-weight: normal !important;
  color: #7b7b7b;
  margin-bottom: 5px;
  width: 100%;
}
#contactus-form li.gfield {
  padding: 10px 0;
}
#contactus-form #fieldset_1 {
  float: left;
  width: calc(50% - 10px);
  margin-right: 10px;
}
#contactus-form #fieldset_2 {
  float: right;
  width: calc(50% - 10px);
  margin-left: 10px;
}
#contactus-form .gform_wrapper li.gfield.gfield_error {
  background-color: #f2dede;
  border: none;
}
#contactus-form .gform_wrapper .top_label .gfield_error {
  width: 100%;
}
#contactus-form .ginput_container_select,
#contactus-form .address_state {
  height: 30px;
  margin: auto;
  min-height: 30px;
  border: 1px solid #ebebeb;
  overflow: hidden;
  background: url("../png/wheretobuy-selectarrow.png") right 50%/20px 31px #fff no-repeat;
  vertical-align: middle;
}
#contactus-form .inquiry-type > div.ginput_container_select {
  background: url("../png/red_select_arrow.png") right 50%/20px 31px #fff no-repeat;
}
#contactus-form .placeholder {
  color: #999999;
}
#contactus-form select,
#contactus-form input[type=text] {
  height: 30px;
  width: 100%;
}
#contactus-form select {
  padding: 5px 8px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 0;
  margin-left: 10px;
}
@media (max-width: 640px) {
  #contactus-form .address_state select {
    padding: 0px 8px 5px;
    margin-left: 0;
  }
}
#contactus-form input[type=text],
#contactus-form textarea {
  border: 1px solid #ebebeb !important;
  width: 100%;
  padding: 3px 10px;
}
#contactus-form #field_1_9 .ginput_container_select {
  max-width: 500px;
}
#contactus-form select::-ms-expand {
  display: none;
}
#contactus-form input::-webkit-input-placeholder,
#contactus-form textarea::-webkit-input-placeholder {
  color: #ebebeb;
}
#contactus-form input:-moz-placeholder,
#contactus-form textarea:-moz-placeholder {
  color: #ebebeb;
}
#contactus-form input::-moz-placeholder,
#contactus-form textarea::-moz-placeholder {
  color: #ebebeb;
}
#contactus-form input:-ms-input-placeholder,
#contactus-form textarea:-ms-input-placeholder {
  color: #ebebeb;
}
#contactus-form #gform_fields_1 {
  text-align: center;
}
#contactus-form #field_1_9 label {
  text-transform: uppercase;
  color: #cc3333;
  font-weight: bold !important;
}
#contactus-form ul.personal-info {
  border: 1px solid #ebebeb;
  padding: 15px 20px;
}
#contactus-form #field_1_26,
#contactus-form #field_1_27 {
  width: 50%;
  float: left;
  display: inline;
  clear: none;
}
#contactus-form .ginput_container_address span {
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 640px) {
  #contactus-form .ginput_container_address span {
    margin-bottom: 4px;
  }
}
#contactus-form .ginput_container_address .address_city,
#contactus-form .ginput_container_address .address_state,
#contactus-form .ginput_container_address .address_zip {
  width: 32%;
  display: inline-block;
}
#contactus-form .ginput_container_address .address_city input[type=text],
#contactus-form .ginput_container_address .address_state input[type=text],
#contactus-form .ginput_container_address .address_zip input[type=text] {
  width: 100% !important;
}
#contactus-form .ginput_container_address .address_city,
#contactus-form .ginput_container_address .address_state {
  margin-right: 2%;
}
#contactus-form .address_line_1,
#contactus-form .address_line_2 {
  width: 50%;
  float: left;
  display: inline;
  clear: none;
}
#contactus-form .address_line_1 input[type=text],
#contactus-form .address_line_2 input[type=text] {
  width: 100% !important;
}
@media (max-width: 640px) {
  #contactus-form .address_line_1,
  #contactus-form .address_line_2 {
    width: 100%;
  }
}
#contactus-form #input_1_4_1_label,
#contactus-form #input_1_4_2_label,
#contactus-form #input_1_4_3_label,
#contactus-form #input_1_4_4_label,
#contactus-form #input_1_4_5_label {
  display: none;
}
#contactus-form #field_1_6,
#contactus-form #field_1_5 {
  width: 50%;
  float: left;
  display: inline;
  clear: none;
}
#contactus-form ul.product-section {
  border: 1px solid #ebebeb;
  padding: 15px 20px;
  margin-bottom: 20px !important;
}
#contactus-form #field_1_12 .show-details {
  padding: 30px 0 0;
  text-align: center;
  text-transform: uppercase;
  color: #7b7b7b;
}
#contactus-form #field_1_12 .show-details::after {
  content: ">";
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 8px;
}
#contactus-form #field_1_12 .gfield_description {
  padding: 0;
}
#contactus-form #field_1_25 {
  padding: 0;
  margin: 0;
}
#contactus-form #field_1_13 {
  padding: 0;
}
#contactus-form #field_1_13 .gfield_label {
  display: none;
}
#contactus-form #field_1_13 .gfield_description {
  padding: 0;
  font-size: 13px;
}
#contactus-form #field_1_13 .gfield_description a {
  color: #333;
  text-decoration: underline;
}
#contactus-form #input_1_13 {
  font-size: 13px;
}
#contactus-form #input_1_13 input[type=checkbox]:checked + label {
  color: #04b02a;
}
#contactus-form .gform_footer.top_label {
  float: right;
  width: 50%;
  position: relative;
  margin: 0 0 40px;
}
#contactus-form input[type=submit] {
  position: absolute;
  top: -20px;
  left: 10px;
  background: url("../png/contactus-submitbutton.png") no-repeat;
  width: 198px;
  height: 40px;
  color: transparent;
  border: 0;
  border-radius: 0;
}
#contactus-form input[type=submit]:hover {
  background-position: 0 -40px;
}

.upc-modal {
  margin-left: 6px;
  cursor: pointer;
}
.upc-modal:hover {
  color: #cc3333;
}

.upcbarcode {
  background: url("../png/contactus-upc.png") no-repeat;
  height: 79px;
  width: 127px;
}

/* =========== responsive styles ========= */
@media (max-width: 991px) {
  #contactus-form #fieldset_1,
  #contactus-form #fieldset_2 {
    float: none;
    width: 100%;
    margin: 0 auto 15px;
  }
  #contactus-form #field_1_26,
  #contactus-form #field_1_27,
  #contactus-form #field_1_6,
  #contactus-form #field_1_5 {
    width: 100%;
    float: none;
    display: block;
  }
  #contactus-form .gform_footer.top_label {
    float: none;
    width: 100%;
  }
  #contactus-form input[type=submit] {
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
  }
} /* end 992 */
@media (max-width: 480px) {
  #recaptcha_table tr + td {
    width: 100%;
  }
  #recaptcha_table td {
    display: block;
    padding: 10px;
  }
  #recaptcha_table td + td {
    display: inline-block;
    float: right;
    padding: 0 10px;
  }
  #recaptcha_table .recaptchatable .recaptcha_image_cell {
    height: auto;
  }
  .recaptcha_only_if_privacy {
    font-size: 12px;
    color: #333 !important;
    margin: 0 !important;
    padding-bottom: 10px !important;
  }
  #recaptcha_challenge_image {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  #recaptcha_response_field {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    padding: 8px 5px !important;
  }
  .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .recaptchatable .recaptcha_r1_c1,
  .recaptchatable .recaptcha_r3_c1,
  .recaptchatable .recaptcha_r3_c2,
  .recaptchatable .recaptcha_r7_c1,
  .recaptchatable .recaptcha_r8_c1,
  .recaptchatable .recaptcha_r3_c3,
  .recaptchatable .recaptcha_r2_c1,
  .recaptchatable .recaptcha_r4_c1,
  .recaptchatable .recaptcha_r4_c2,
  .recaptchatable .recaptcha_r4_c4,
  .recaptchatable .recaptcha_image_cell {
    margin: 0 !important;
    width: 100% !important;
    background: none !important;
    height: auto !important;
  }
}
body.landingpage-template-default h1,
body.landingpage-template-default h2,
body.landingpage-template-default h3,
body.landingpage-template-default h4,
body.landingpage-template-default h5,
body.landingpage-template-default h6,
body.landingpage-template-default p.header {
  color: #333;
}
body.landingpage-template-default .hero-inner {
  width: 55%;
}
body.landingpage-template-default .hero-inner .hero-headline h1,
body.landingpage-template-default .hero-inner .hero-headline h2,
body.landingpage-template-default .hero-inner .hero-headline h3,
body.landingpage-template-default .hero-inner .hero-headline h4,
body.landingpage-template-default .hero-inner .hero-headline h5,
body.landingpage-template-default .hero-inner .hero-headline h6,
body.landingpage-template-default .hero-inner .hero-headline p {
  text-transform: uppercase;
  font-size: 60px !important;
  font-size: 4.17vw !important;
  color: #ffffff;
}
@media (min-width: 1440px) {
  body.landingpage-template-default .hero-inner .hero-headline h1,
  body.landingpage-template-default .hero-inner .hero-headline h2,
  body.landingpage-template-default .hero-inner .hero-headline h3,
  body.landingpage-template-default .hero-inner .hero-headline h4,
  body.landingpage-template-default .hero-inner .hero-headline h5,
  body.landingpage-template-default .hero-inner .hero-headline h6,
  body.landingpage-template-default .hero-inner .hero-headline p {
    font-size: 60px !important;
  }
}
@media (max-width: 991px) {
  body.landingpage-template-default .hero-inner .hero-headline h1,
  body.landingpage-template-default .hero-inner .hero-headline h2,
  body.landingpage-template-default .hero-inner .hero-headline h3,
  body.landingpage-template-default .hero-inner .hero-headline h4,
  body.landingpage-template-default .hero-inner .hero-headline h5,
  body.landingpage-template-default .hero-inner .hero-headline h6,
  body.landingpage-template-default .hero-inner .hero-headline p {
    font-size: 7.5vw !important;
  }
}
body.landingpage-template-default .hero-sub-headline {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  body.landingpage-template-default .hero-sub-headline {
    width: 90%;
  }
}
body.landingpage-template-default .hero-sub-headline h1,
body.landingpage-template-default .hero-sub-headline h2,
body.landingpage-template-default .hero-sub-headline h3,
body.landingpage-template-default .hero-sub-headline h4,
body.landingpage-template-default .hero-sub-headline h5,
body.landingpage-template-default .hero-sub-headline h6,
body.landingpage-template-default .hero-sub-headline p {
  color: #fff !important;
  font-size: 30px !important;
  font-size: 2.08vw !important;
  text-transform: none;
}
@media (min-width: 1440px) {
  body.landingpage-template-default .hero-sub-headline h1,
  body.landingpage-template-default .hero-sub-headline h2,
  body.landingpage-template-default .hero-sub-headline h3,
  body.landingpage-template-default .hero-sub-headline h4,
  body.landingpage-template-default .hero-sub-headline h5,
  body.landingpage-template-default .hero-sub-headline h6,
  body.landingpage-template-default .hero-sub-headline p {
    font-size: 30px !important;
  }
}
@media (max-width: 991px) {
  body.landingpage-template-default .hero-sub-headline h1,
  body.landingpage-template-default .hero-sub-headline h2,
  body.landingpage-template-default .hero-sub-headline h3,
  body.landingpage-template-default .hero-sub-headline h4,
  body.landingpage-template-default .hero-sub-headline h5,
  body.landingpage-template-default .hero-sub-headline h6,
  body.landingpage-template-default .hero-sub-headline p {
    font-size: 4vw !important;
  }
}
@media (min-width: 992px) {
  body.landingpage-template-default #hero-container img {
    width: 100%;
    height: auto;
  }
}
body.landingpage-template-default .hero-copy {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  body.landingpage-template-default .hero-copy {
    padding: 20px 0 !important;
  }
}
@media (max-width: 767px) {
  body.landingpage-template-default .find-it-module > img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.landingpage-template-default footer {
    margin: 50px 0;
  }
}
body.landingpage-template-default header.default-landing .navbar-default {
  text-align: center;
}
body.landingpage-template-default .header-module .headlinediv {
  margin-top: 80px;
}
body.landingpage-template-default .header-module .headlinediv .homepage-headline span {
  display: inline-block;
  max-width: 66%;
}
@media (max-width: 991px) {
  body.landingpage-template-default .header-module .headlinediv {
    margin-bottom: 10px !important;
  }
}
body.landingpage-template-default .form-inline {
  margin: 0;
  padding: 5px 50px 120px;
  background: transparent;
}
body.landingpage-template-default .find-it-module {
  position: relative !important;
  overflow: hidden;
}
body.landingpage-template-default .find-it-module > img {
  width: 100%;
}
@media (max-width: 767px) {
  body.landingpage-template-default .find-it-module > img {
    position: absolute;
    bottom: 0;
  }
}
body.landingpage-template-default .find-it-module .find-it-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  body.landingpage-template-default .find-it-module .find-it-content {
    position: relative;
    top: 0;
    transform: none;
  }
}
body.landingpage-template-default .find-it-module .headlinediv {
  text-align: center;
}
body.landingpage-template-default .find-it-module .headlinediv h1,
body.landingpage-template-default .find-it-module .headlinediv h2,
body.landingpage-template-default .find-it-module .headlinediv h3,
body.landingpage-template-default .find-it-module .headlinediv h4,
body.landingpage-template-default .find-it-module .headlinediv h5,
body.landingpage-template-default .find-it-module .headlinediv h6 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  body.landingpage-template-default .find-it-module .headlinediv h1,
  body.landingpage-template-default .find-it-module .headlinediv h2,
  body.landingpage-template-default .find-it-module .headlinediv h3,
  body.landingpage-template-default .find-it-module .headlinediv h4,
  body.landingpage-template-default .find-it-module .headlinediv h5,
  body.landingpage-template-default .find-it-module .headlinediv h6 {
    margin-top: 15px;
  }
}
body.landingpage-template-default .find-it-module .headlinediv .homepage-headline span {
  background: transparent;
  padding: 0;
  line-height: normal;
}
body.landingpage-template-default .find-it-module .headlinediv .homepage-headline:after {
  border-bottom: none;
  display: none;
}
@media (max-width: 767px) {
  body.landingpage-template-default .find-it-module .form-inline {
    padding: 5px 0 50px;
  }
}
body.landingpage-template-default .find-it-module .form-group label {
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body.landingpage-template-default .find-it-module .form-group label {
    margin-top: 15px;
    width: 180px;
  }
}
body.landingpage-template-default .find-it-module .form-group .form-control {
  margin: 0 20px;
}
@media (max-width: 991px) {
  body.landingpage-template-default .find-it-module .form-group .form-control {
    margin: 10px auto 20px;
    width: 180px;
    display: block;
  }
}
body.landingpage-template-default .recipes-module {
  text-align: center;
}
@media (max-width: 991px) {
  body.landingpage-template-default .recipes-module .No-mobile {
    display: none;
  }
}
body.landingpage-template-default .recipes-module .filter-item {
  overflow: hidden;
  display: inline-block;
  margin-right: -4px;
  min-height: unset;
}
body.landingpage-template-default .recipe-display {
  text-align: center;
  padding: 20px 20px 30px;
  height: auto;
  margin-top: unset;
}
body.landingpage-template-default .recipe-display h3 {
  width: 225px;
  margin: 0 auto;
}
body.landingpage-template-default .recipe-spotlight-module .recipe-display h3 {
  margin: 20px auto 10px;
}
body.landingpage-template-default .recipe-spotlight-module .recipe-details {
  margin: 0 0 20px;
}
body.landingpage-template-default .recipe-spotlight-module .recipe-details > div:first-child {
  border-right: 1px solid #ccc;
}
body.landingpage-template-default .recipe-spotlight-module .recipe-details span {
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
body.landingpage-template-default .recipe-spotlight-module .recipe-details h3 {
  width: auto;
  min-height: 0;
  line-height: 1;
  color: #333333;
  margin-top: 5px;
}
body.landingpage-template-default .video-module .youtube-modal {
  cursor: pointer;
}
body.landingpage-template-default .video-module img {
  width: 100%;
}
body.landingpage-template-default .video-module img.mobile-poster {
  display: none;
}
@media (max-width: 991px) {
  body.landingpage-template-default .video-module img.mobile-poster {
    display: block;
  }
  body.landingpage-template-default .video-module img.no-mobile {
    display: none;
  }
}
body.landingpage-template-default .video-module.video-left .video-container, body.landingpage-template-default .video-module.video-right .video-container, body.landingpage-template-default .video-module.video-center .video-container {
  width: 60%;
}
body.landingpage-template-default .video-module.video-right .video-container {
  float: right;
}
@media (max-width: 767px) {
  body.landingpage-template-default .video-module.video-right .video-container {
    float: none;
  }
}
body.landingpage-template-default .video-module.video-center .video-container {
  margin: auto 20%;
}
body.landingpage-template-default .video-module .video-copy {
  margin-top: 50px;
}
@media (max-width: 991px) {
  body.landingpage-template-default .video-module .video-copy {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  body.landingpage-template-default .video-module .video-copy p {
    font-size: 12px;
  }
}
body.landingpage-template-default .video-module .btn {
  display: block;
  margin: 20px auto;
}
body.landingpage-template-default .image-comparison-module img,
body.landingpage-template-default .text-image-module img {
  width: 100%;
  margin: 0 0 15px 0;
}
body.landingpage-template-default .image-comparison-module img.mobile-image,
body.landingpage-template-default .text-image-module img.mobile-image {
  display: none;
}
@media (max-width: 991px) {
  body.landingpage-template-default .image-comparison-module img.mobile-image,
  body.landingpage-template-default .text-image-module img.mobile-image {
    display: block;
  }
}
body.landingpage-template-default .image-comparison-module .image-container,
body.landingpage-template-default .text-image-module .image-container {
  margin-bottom: 30px;
}
body.landingpage-template-default .image-comparison-module .copy,
body.landingpage-template-default .text-image-module .copy {
  text-align: center;
  margin-bottom: 30px;
}
body.landingpage-template-default .image-comparison-module .copy .btn,
body.landingpage-template-default .text-image-module .copy .btn {
  margin-top: 10px;
}
body.landingpage-template-default .text-image-module .copy p,
body.landingpage-template-default .text-image-module .copy ul,
body.landingpage-template-default .text-image-module .copy ol {
  text-align: left;
}
body.landingpage-template-default #lp-email-capture .gform_wrapper {
  margin: 0;
}
body.landingpage-template-default #lp-email-capture .gform_wrapper form {
  margin: 0 auto;
  display: table;
}
body.landingpage-template-default #lp-email-capture .gform_wrapper p.error.bg-danger {
  display: none;
}
body.landingpage-template-default #lp-email-capture .gform_wrapper .gfield_required {
  display: none;
}
body.landingpage-template-default #lp-email-capture .gform_wrapper .gform_footer {
  float: left;
  clear: none;
  text-align: left;
  padding: 0 0 30px 30px;
  margin: 25px 0 0;
}
@media (min-width: 992px) {
  body.landingpage-template-default #lp-email-capture .gform_wrapper .gform_footer {
    margin: 0;
  }
}
@media (max-width: 767px) {
  body.landingpage-template-default #lp-email-capture .gform_wrapper .gform_footer {
    padding: 0 0 30px;
    text-align: center;
  }
}
body.landingpage-template-default #lp-email-capture .gform_wrapper .gform_body {
  float: left;
}
body.landingpage-template-default #lp-email-capture .gform_wrapper .gform_body label {
  float: left;
  text-align: right;
  padding-right: 30px;
  line-height: 34px;
}
body.landingpage-template-default #lp-email-capture .gform_wrapper .gform_body label:first-child {
  margin-top: 25px;
}
@media (min-width: 992px) {
  body.landingpage-template-default #lp-email-capture .gform_wrapper .gform_body label:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  body.landingpage-template-default #lp-email-capture .gform_wrapper .gform_body label:first-child {
    margin: 5px 0 0;
    text-align: center;
    padding: 0;
  }
}
body.landingpage-template-default #lp-email-capture .gform_wrapper .gform_body .ginput_container_email {
  float: left;
  width: 230px;
  text-align: center;
  margin-top: 25px !important;
}
@media (min-width: 992px) {
  body.landingpage-template-default #lp-email-capture .gform_wrapper .gform_body .ginput_container_email {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body.landingpage-template-default #lp-email-capture .gform_wrapper .gform_body .ginput_container_email {
    margin-bottom: 20px !important;
    margin-top: 5px !important;
  }
}
body.landingpage-template-default #lp-email-capture .gform_wrapper .gform_body .ginput_container_email input {
  width: 100%;
}
body.landingpage-template-default #lp-email-capture .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}
body.landingpage-template-default #lp-email-capture .gform_wrapper li.gfield {
  margin: 0;
}
body.landingpage-template-default #lp-email-capture .gform_wrapper li.gfield.gfield_error,
body.landingpage-template-default #lp-email-capture .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: inherit;
  margin-bottom: inherit !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: inherit;
  padding-top: inherit;
}
body.landingpage-template-default #lp-email-capture .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin: 0;
}
body.landingpage-template-default #lp-email-capture .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-right: 0;
  padding-left: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  body.landingpage-template-default #lp-email-capture .gform_wrapper form {
    width: auto;
    display: block;
  }
  body.landingpage-template-default #lp-email-capture .gform_wrapper .gform_footer,
  body.landingpage-template-default #lp-email-capture .gform_wrapper .gform_body,
  body.landingpage-template-default #lp-email-capture .gform_wrapper label,
  body.landingpage-template-default #lp-email-capture .gform_wrapper .ginput_container_email {
    float: none !important;
    width: 100% !important;
  }
  body.landingpage-template-default #lp-email-capture .gform_wrapper .ginput_container_email {
    max-width: 300px;
    margin: 0 auto !important;
  }
  body.landingpage-template-default #lp-email-capture .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 16px 0 0;
  }
}
body.landingpage-template-default #lp-form-module form {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
body.landingpage-template-default #lp-form-module .gform_wrapper {
  margin: 0;
}
body.landingpage-template-default #lp-form-module .gfield {
  padding: 0 3%;
}
body.landingpage-template-default #lp-form-module .split_input {
  width: 50%;
  float: left;
  clear: none;
}
body.landingpage-template-default #lp-form-module .split_input input {
  width: 100%;
}
body.landingpage-template-default #lp-form-module .gform_wrapper .ginput_complex .ginput_left,
body.landingpage-template-default #lp-form-module .gform_wrapper .ginput_complex .ginput_right {
  width: 100%;
  margin: 0;
  padding: 0;
}
body.landingpage-template-default #lp-form-module .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
body.landingpage-template-default #lp-form-module .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  display: none;
}
body.landingpage-template-default #lp-form-module .gform_wrapper .gform_footer {
  text-align: center;
  margin-bottom: 20px;
}
body.landingpage-template-default #lp-form-module p.error.bg-danger {
  display: none;
}
body.landingpage-template-default #lp-form-module .gfield_required {
  display: none;
}
body.landingpage-template-default #lp-form-module label {
  margin: 15px 0 0;
}
body.landingpage-template-default #lp-form-module .gform_wrapper textarea {
  border-color: #cccccc;
}
body.landingpage-template-default #lp-form-module li.gfield.gfield_error,
body.landingpage-template-default #lp-form-module li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: inherit;
  margin-bottom: inherit !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: inherit;
  padding-top: inherit;
}
@media (min-width: 992px) {
  body.landingpage-template-default #lp-form-module #field_3_6,
  body.landingpage-template-default #lp-form-module #field_3_6 label,
  body.landingpage-template-default #lp-form-module #field_3_7,
  body.landingpage-template-default #lp-form-module #field_3_7 label {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  body.landingpage-template-default #lp-form-module .gfield {
    padding: 0;
    max-width: 300px;
    margin: 0 auto !important;
  }
  body.landingpage-template-default #lp-form-module .split_input {
    float: none;
    clear: both;
    width: 100%;
  }
  body.landingpage-template-default #lp-form-module .gform_wrapper .ginput_complex .ginput_left,
  body.landingpage-template-default #lp-form-module .gform_wrapper .ginput_complex .ginput_right {
    max-width: 300px;
  }
}
body.landingpage-template-default .tabbed-content .recipe-ingredients,
body.landingpage-template-default .tabbed-content .recipe-instructions {
  margin-left: 0;
  margin-right: 0;
  border: none;
}
body.landingpage-template-default .tabbed-content .recipe-ingredients .padding,
body.landingpage-template-default .tabbed-content .recipe-instructions .padding {
  padding: 20px;
}
body.landingpage-template-default .tabbed-content .recipe-ingredients .recipe-notes,
body.landingpage-template-default .tabbed-content .recipe-instructions .recipe-notes {
  white-space: normal;
}
body.landingpage-template-default .tabbed-content #ingredients {
  padding: 0;
}
body.landingpage-template-default .tabbed-content .product-hero {
  margin-bottom: 30px;
}
body.landingpage-template-default .gallery-module {
  text-align: center;
}
body.landingpage-template-default .gallery-module img {
  width: 100%;
}
@media (max-width: 767px) {
  body.landingpage-template-default .gallery-module .no-mobile {
    display: none !important;
  }
}
body.landingpage-template-default .gallery-module .filter-item {
  overflow: hidden;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: 30px;
}
body.landingpage-template-default .product-slider-module {
  margin-bottom: 0px;
}
body.landingpage-template-default .product-slider-module .slick-slide .learnmore {
  visibility: visible !important;
  display: block !important;
}
body.landingpage-template-default .product-slider-module h4 {
  width: 70%;
  margin: 0 auto;
  height: 35px;
}
@media (max-width: 991px) {
  body.landingpage-template-default .product-slider-module .slick-arrow {
    display: block !important;
  }
}
body.landingpage-template-default .ragu-sweepstakes #hero-container {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
body.landingpage-template-default .ragu-sweepstakes .header-module h2:before, body.landingpage-template-default .ragu-sweepstakes .header-module h2:after,
body.landingpage-template-default .ragu-sweepstakes .header-module h3:before,
body.landingpage-template-default .ragu-sweepstakes .header-module h3:after {
  display: none !important;
}
body.landingpage-template-default .ragu-sweepstakes .header-module h2 > span,
body.landingpage-template-default .ragu-sweepstakes .header-module h3 > span {
  max-width: 100% !important;
  padding: 0 !important;
}
body.landingpage-template-default .ragu-sweepstakes .header-module h2 > span > span,
body.landingpage-template-default .ragu-sweepstakes .header-module h3 > span > span {
  display: inline !important;
  max-width: 100% !important;
  padding: 0 !important;
  white-space: nowrap;
}
@media (min-width: 768px) {
  body.landingpage-template-default .ragu-sweepstakes .header-module h2 .mobile-break,
  body.landingpage-template-default .ragu-sweepstakes .header-module h3 .mobile-break {
    display: none;
  }
}
body.landingpage-template-default .ragu-sweepstakes .header-module h2 {
  font-size: 30px;
  text-transform: none;
}
body.landingpage-template-default .ragu-sweepstakes .header-module h3 {
  font-size: 24px;
  text-transform: none;
  font-weight: 700;
}
body.landingpage-template-default .ragu-sweepstakes .header-module p span {
  color: #cc3333;
}
body.landingpage-template-default .ragu-sweepstakes .header-module .headlinediv {
  margin: 0 !important;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .gfield_required {
  display: inline !important;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .ginput_complex {
  width: 100% !important;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-fname,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-lname,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .ginput_left,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .ginput_right,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-phone,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-dob,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-singup,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-terms,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-captcha {
  width: 47.3% !important;
  display: inline-block !important;
  clear: none !important;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-fname input,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-lname input,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .ginput_left input,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .ginput_right input,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-phone input,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-dob input,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-singup input,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-terms input,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-captcha input {
  width: 100%;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-fname,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .ginput_left,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-dob,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-singup,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-terms {
  float: left;
  clear: both !important;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-lname,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .ginput_right,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-phone,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-captcha {
  float: right;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .gfield,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .address_zip {
  padding: 0 !important;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-email .gfield_label_before_complex,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-address .gfield_label_before_complex {
  display: none;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-singup,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-terms {
  clear: left !important;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-singup > label,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-terms > label {
  display: none;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-singup label,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-terms label {
  font-size: 14px;
  font-weight: normal;
  width: 100% !important;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-singup label span,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-terms label span {
  display: inline-block !important;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-singup input[type=checkbox],
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-terms input[type=checkbox] {
  margin: 20px 15px 0 0;
  vertical-align: top;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-clear {
  clear: both !important;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-captcha {
  float: none !important;
  text-align: right;
  margin-top: 15px !important;
  margin-left: 5.4% !important;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-captcha .ginput_recaptcha {
  display: inline-block !important;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module li,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .ginput_container {
  margin: 0 !important;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-fname label,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-lname label,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-phone label,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-dob label,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .ginput_complex label {
  font-size: 13px !important;
  margin-top: 35px;
  line-height: 20px;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-fname label span,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-lname label span,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-phone label span,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-dob label span,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .ginput_complex label span {
  color: #cc3333;
  display: inline !important;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-fname input,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-fname select,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-lname input,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-lname select,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-phone input,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-phone select,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-dob input,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-dob select,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .ginput_complex input,
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .ginput_complex select {
  margin: 25px 0 0;
  height: 34px;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-email {
  overflow: hidden;
}
body.landingpage-template-default .ragu-sweepstakes #lp-form-module .bg-success {
  background: transparent;
}
@media (max-width: 767px) {
  body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-fname,
  body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-lname,
  body.landingpage-template-default .ragu-sweepstakes #lp-form-module .ginput_left,
  body.landingpage-template-default .ragu-sweepstakes #lp-form-module .ginput_right,
  body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-phone,
  body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-dob,
  body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-singup,
  body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-terms {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }
  body.landingpage-template-default .ragu-sweepstakes #lp-form-module .sweeps-form-captcha {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
  }
  body.landingpage-template-default .ragu-sweepstakes #lp-form-module .gfield {
    max-width: 100% !important;
  }
}
body.landingpage-template-default .ragu-sweepstakes .sweeps-disclaimer {
  padding-top: 25px;
}
body.landingpage-template-default .ragu-sweepstakes .redstripe {
  height: 105px;
  margin: 150px 0 30px;
  background-color: #cc3333;
}
@media (max-width: 767px) {
  body.landingpage-template-default .ragu-sweepstakes .redstripe {
    height: 85px;
    margin: 70px 0 30px;
  }
}
body.landingpage-template-default .ragu-sweepstakes .redstripe .container {
  width: 768px;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  body.landingpage-template-default .ragu-sweepstakes .redstripe .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  body.landingpage-template-default .ragu-sweepstakes .redstripe .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
}
body.landingpage-template-default .ragu-sweepstakes .redstripe .rbp-promo {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  body.landingpage-template-default .ragu-sweepstakes .redstripe .rbp-promo {
    right: 10%;
  }
}
body.landingpage-template-default .ragu-sweepstakes .redstripe .copy {
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 15px 35px 0;
}
@media (max-width: 767px) {
  body.landingpage-template-default .ragu-sweepstakes .redstripe .copy {
    padding: 0px 15px 25px 0;
    font-size: 14px;
    line-height: 1.3;
  }
}
body.landingpage-template-default .ragu-sweepstakes .redstripe .img {
  display: inline-block;
}
body.landingpage-template-default .ragu-sweepstakes .redstripe .img img {
  height: 215px;
  width: auto;
}
@media (max-width: 767px) {
  body.landingpage-template-default .ragu-sweepstakes .redstripe .img img {
    height: 150px;
  }
}

.press-release {
  font-size: 16px;
}
.press-release h1 {
  color: #333;
  font-size: 24px;
  margin: 20px 0;
}
.press-release p {
  margin: 0 0 25px;
}
.press-release p sup {
  font-size: 16px;
  top: -0.3em;
  text-decoration: none;
}
.press-release p sup sup {
  font-size: 1em;
  top: 0;
}
.press-release p u sup {
  border-bottom: solid 1px #666;
  display: inline-block;
  line-height: 20px;
  margin: 0 0 0 -1px;
  padding: 0 0 1px 1px;
  text-decoration: none;
}
.press-release p u sup sup {
  line-height: 1;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.press-release .copy {
  line-height: 24px;
}
.press-release .date {
  font-size: 16px;
  font-weight: bold;
}
.press-release .subtitle {
  color: #333;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 20px;
}
.press-release img {
  max-width: 100%;
  height: auto;
  padding: 0 10%;
}

.press-releases {
  font-size: 16px;
}
.press-releases h2 {
  margin: 10px 0 25px;
}
.press-releases h2 a {
  color: #333;
}
.press-releases h2 a:hover sup {
  border-bottom: solid 2px #333;
  display: inline-block;
  line-height: 0px;
  margin: 0 -1px -10px 0;
  padding: 0 1px 0.9em 0;
  text-decoration: none;
}
.press-releases .date {
  font-size: 16px;
  font-weight: bold;
}
.press-releases .read-more {
  display: block;
  font-size: 16px;
  margin: 25px 0 0;
  text-transform: uppercase;
}
.press-releases .press-release-nav {
  margin: 0 0 30px;
  text-align: center;
}
.press-releases .press-release-nav img {
  width: 70%;
}
.press-releases .press-release-nav nav.navigation {
  margin: 50px 0 25px;
}
.press-releases .press-release-nav nav.navigation .page-numbers {
  border: 1px solid #d8d8d8;
  color: #666666;
  display: inline-block;
  font-size: 16px;
  margin-right: -5px;
  padding: 10px 15px;
}
.press-releases .press-release-nav nav.navigation .page-numbers:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.press-releases .press-release-nav nav.navigation .page-numbers:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.press-releases .press-release-nav nav.navigation .page-numbers.current {
  background-color: #cc3333;
  border-color: #cc3333;
  color: #fff;
  padding: 10px 17px;
}
.press-releases .press-release-nav nav.navigation .page-numbers.next, .press-releases .press-release-nav nav.navigation .page-numbers.prev {
  color: #cc3333;
}
.press-releases .press-release-nav nav.navigation .screen-reader-text {
  display: none;
}

/* XS */
@media (max-width: 767px) {
  .press-release {
    margin-top: 30px;
  }
  .press-releases h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .press-releases h2 a:hover sup {
    border-width: 2px;
    padding: 0 1px 17px 0;
  }
  .press-releases .press-release-nav {
    margin: 0;
  }
}
.spotlight-unit {
  margin: 15px auto 20px;
  text-align: center;
}
.spotlight-unit > div {
  height: auto;
}
.spotlight-unit > div > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.spotlight-unit h2 {
  color: #333;
  margin: 1px auto;
}
.spotlight-unit img.pinterest {
  width: 17px;
  height: 17px;
  margin-top: 5px;
}
.spotlight-unit .borderright {
  border-right: 1px solid #ebebeb;
}
.spotlight-unit .bottommargin {
  margin-bottom: 20px;
}

.featuredimage-recipe {
  max-width: 810px;
  height: auto;
}

.featuredsauce-recipe {
  background: #fbfbfb;
  text-align: center;
  font-size: 9px;
  border: 1px solid #cccccc;
  padding: 30px 20px 20px;
}
.featuredsauce-recipe h4 {
  color: #6b302e;
  margin: 0 auto;
  min-height: 30px;
}
.featuredsauce-recipe .subtitle {
  font-style: italic;
}
.featuredsauce-recipe img.productimage {
  margin: 10px auto;
}
.featuredsauce-recipe .sauces {
  display: none;
}
.featuredsauce-recipe .sauces .slick-current {
  background: none;
}
.featuredsauce-recipe .sauces .slick-slide img {
  height: auto;
  max-height: 279px;
  padding: 0 14%;
}
.featuredsauce-recipe .sauces .slick-dots {
  padding: 0;
  margin: 8px auto 0;
  list-style: none;
  text-align: center;
}
.featuredsauce-recipe .sauces .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.featuredsauce-recipe .sauces .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: url("../png/homepage-slider-inactivebutton.png") 50% no-repeat;
}
.featuredsauce-recipe .sauces .slick-dots li.slick-active button {
  background: url("../png/homepage-slider-activebutton.png") 50% no-repeat;
}
.featuredsauce-recipe .sauces .slick-arrow {
  top: 140px;
}
.featuredsauce-recipe .slick-slide-numbers {
  margin-top: 10px;
}

.modal-content span.ragu-red {
  visibility: visible !important;
}

.recipe-specs {
  margin: 30px auto;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
}
.recipe-specs h3 {
  margin: 0;
}
.recipe-specs .border {
  border-right: 1px solid #ccc;
}
.recipe-specs .dropdown-toggle {
  border: 1px solid #ccc;
  height: 22px;
  margin: 0 auto;
  width: 46px;
}
.recipe-specs .dropdown-toggle:hover {
  cursor: pointer;
}
.recipe-specs .dropdown-toggle img {
  float: right;
  height: 20px;
}
.recipe-specs .dropdown-menu {
  background-color: #f0f0f0;
  top: 0%;
}
.recipe-specs .share > div {
  display: inline-block;
  width: 21px;
  height: 18px;
  margin: 0 3px;
  overflow: hidden;
}
.recipe-specs .share a {
  display: block;
  color: transparent;
}
.recipe-specs .share .pinterest {
  background: url("../png/recipe-icon-pinterest.png") 50% 0 no-repeat;
  background-size: 15px;
}
.recipe-specs .share .dkpdf-button {
  background: url("../png/arrow-down.png") 100% 0 no-repeat;
}
.recipe-specs .share .dkpdf-button-container {
  width: initial;
  float: none;
  padding-top: 0;
  padding-bottom: 0;
}
.recipe-specs .share .print {
  background: url("../png/recipe-icon-print.png") 50% 0 no-repeat;
  background-size: 18px;
}
.recipe-specs .share .email {
  background: url("../png/recipe-icon-mail.png") 50% 0 no-repeat;
  background-size: 19px;
}

.recipe-boxes {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.directions {
  margin-bottom: 15px;
}
.directions h4 {
  background: #f5f5f5;
  color: #333;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}

.recipe-ingredients,
.recipe-instructions {
  border: 1px solid #ccc;
  padding: 0;
}
.recipe-ingredients .contentlist,
.recipe-instructions .contentlist {
  padding-bottom: 20px;
}
.recipe-ingredients .contentlist .checklist,
.recipe-instructions .contentlist .checklist {
  margin-bottom: 10px;
}
.recipe-ingredients .contentlist:last-of-type,
.recipe-instructions .contentlist:last-of-type {
  padding-bottom: 0;
}
.recipe-ingredients input[type=checkbox].list,
.recipe-instructions input[type=checkbox].list {
  /*background: #50b948;
  border: 1px solid #1a803f;*/
  margin: 4px 10px 0 0;
  float: left;
}
.recipe-ingredients label,
.recipe-instructions label {
  font-weight: normal;
  display: block;
  margin-left: 20px;
  padding-top: 2px;
}
.recipe-ingredients input[type=checkbox].list:checked + label,
.recipe-instructions input[type=checkbox].list:checked + label {
  color: #04b02a;
}

.recipe-ingredients {
  margin-right: 15px;
}

.recipe-instructions {
  margin-left: 15px;
}

.tip_recipe {
  margin-bottom: 10px;
  font-size: 10px;
}

.recipe-tags {
  text-transform: uppercase;
  color: #a0a0a0;
  font-size: 12px;
  margin: 0 auto 25px;
}
.recipe-tags a {
  color: #666666;
  background: #ebebeb;
  margin-right: 3px;
  margin-bottom: 6px;
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  transition: background-color 0.25s ease;
}
.recipe-tags a:hover {
  background: #cc3333;
  color: #ffffff;
}

.recipe-notes {
  margin-top: 30px;
  white-space: pre-line;
}
.recipe-notes br {
  display: none;
}

.zip-form {
  margin-top: 20px;
}
.zip-form label {
  margin-right: 10px;
}
.zip-form button.btn {
  margin-top: 20px;
}
.zip-form.single-recipe .form-inline {
  margin: auto;
  padding: 0;
}

.email-error {
  margin-top: 18px;
}

.product-name h3 {
  color: #333;
  margin: 0;
}
.product-name h1,
.product-name h2 {
  margin: 0;
}

.product-hero {
  margin: 40px 0px;
}

img.product-image {
  margin: auto;
}
img.product-image.single-product {
  padding-top: 30px;
}

.product-tabs .nav-tabs > li {
  width: 50%;
  text-align: center;
  border: 1px solid #ebebeb;
}
.product-tabs .nav-tabs > li a {
  color: #333;
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 10px;
  margin: 0;
  border-radius: 0;
  border: 0;
  padding: 20px;
}
.product-tabs .nav-tabs > li a:hover {
  color: #333;
}
.product-tabs .nav-tabs > li:first-of-type {
  border-right: 0;
}
.product-tabs .nav-tabs > li:nth-of-type(2) {
  border-left: 0;
}
.product-tabs .nav-tabs > li.active > a,
.product-tabs .nav-tabs > li.active > a:focus,
.product-tabs .nav-tabs > li.active > a:hover {
  background: #f5f5f5;
  color: #333;
  border: 0;
  opacity: 1;
}
.product-tabs .tab-content {
  border: 1px solid #ebebeb;
  border-top: 0;
}

#ingredients {
  padding: 20px 0px 40px;
}
#ingredients ul {
  margin: 0 0 30px;
  padding: 0 0 0 15px;
}
#ingredients ul li {
  margin-bottom: 5px;
}
#ingredients .ingredients {
  margin-bottom: 30px;
}

#nutrition .servingsize {
  border-bottom: 4px solid #ebebeb;
  padding: 5px 0 5px 35px;
  font-size: 14px;
}
#nutrition .servings-table {
  width: calc(100% - 30px);
}
#nutrition .nutrition-table {
  border-bottom: 4px solid #ebebeb;
  margin: 2px 15px 1px;
  width: calc(100% - 30px);
}
#nutrition .nutrition-table td {
  padding: 3px 20px;
  border-bottom: 1px solid #ebebeb;
}
#nutrition .nutrition-table .amount-per-serving {
  border-bottom: none;
  line-height: 1em;
  padding-top: 5px;
}
#nutrition .nutrition-table td.calories-font {
  font-size: 28px;
  padding-bottom: 5px;
}
#nutrition .nutrition-table .paddingleft {
  padding-left: 40px;
}
#nutrition .nutrition-table .paddingleft-2 {
  padding: 3px 0px 3px 55px;
  width: 80%;
}
#nutrition .vitamin-table {
  margin: 1px 15px;
  width: calc(100% - 30px);
}
#nutrition .vitamin-table td {
  border-bottom: 1px solid #ebebeb;
  padding: 3px 20px;
}
#nutrition .percentdailyvalues {
  padding: 5px 35px;
}

.featured-recipes {
  margin: 30px auto;
  text-transform: uppercase;
}
.featured-recipes.single-product {
  padding: 0 15px;
}
.featured-recipes .visible-xs-inline {
  width: 100%;
}

.viewrecipes {
  margin-bottom: 60px;
}

.verticalheight {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.influencer-table {
  display: table;
  margin: 0 -15px 30px;
  width: calc(100% + 15px);
}
.influencer-table .influencer-container {
  background-color: #ffffff;
  border: 5px solid #f5f5f5;
  display: table-cell;
  float: none;
  font-size: 16px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.influencer-table .influencer-container > div {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.influencer-table .influencer-container > div.influencer-copy-container {
  background-color: #f5f5f5;
  padding: 20px calc((100% + 160px) * 0.1);
  margin: 0;
  width: auto;
}
.influencer-table .influencer-container .influencer-copy {
  line-height: 26px;
}
.influencer-table .influencer-container .influencer-signature {
  color: #cc3333;
  font-weight: 600;
}
.influencer-table .influencer-container .influencer-title {
  color: #cc3333;
  font-size: 24px;
  font-weight: 800;
  margin: 0 auto 20px;
  text-transform: uppercase;
}
.influencer-table .influencer-image {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.influencer-table .influencer-image .influencer-cta {
  position: relative;
}
.influencer-table .influencer-image .btn {
  background: none;
  border: none;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.influencer-table .influencer-image .btn.icon {
  font-size: 30px;
}
.influencer-table .influencer-image .btn.icon > div {
  border-radius: 50%;
  height: 50px;
  left: 50%;
  line-height: 12px;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.influencer-table .influencer-image .btn.redbtn.icon > div {
  background: #cc3333;
  border-color: #ffffff;
}
.influencer-table .influencer-image .btn.whitebtn.icon > div {
  border: 1px solid #ebebeb;
  background: #ffffff;
}

.influencer-short-content {
  font-style: italic;
  margin-top: 10px;
}
.influencer-short-content a {
  text-decoration: underline;
}

/* XXL */
@media (min-width: 1400px) {
  .influencer-container .influencer-content > div {
    width: 60%;
  }
}
/* LG */
@media (max-width: 1399px) and (min-width: 1200px) {
  .influencer-container .influencer-content > div {
    width: 70%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .featuredsauce-recipe {
    padding: 10px 20px;
  }
  .featuredsauce-recipe .subtitle {
    padding-top: 5px;
  }
  .featuredsauce-recipe .sauces .slick-slide img {
    height: auto;
  }
  .featuredsauce-recipe .sauces .slick-arrow {
    top: 104px;
  }
}
@media (max-width: 991px) {
  img.product-image {
    max-width: 350px;
  }
  img.product-image.single-product {
    padding-top: 0;
  }
  .featuredsauce-recipe .sauces .slick-slide {
    padding: 0 10px;
  }
  .featuredsauce-recipe .sauces .slick-arrow {
    display: none !important;
  }
  .product-hero {
    margin-bottom: 15px;
  }
}
/* SM */
@media (max-width: 991px) and (min-width: 768px) {
  .influencer-table {
    margin: 0 0 30px;
    width: 100%;
  }
  #ingredients .form-group,
  #ingredients .form-control {
    display: block;
    width: 100%;
  }
}
/* XS */
@media (max-width: 767px) {
  .influencer-table {
    display: block;
    margin: 0 0 30px;
    width: 100%;
  }
  .influencer-table .influencer-container,
  .influencer-table .influencer-image {
    display: block;
    float: left;
  }
  .influencer-table .influencer-image {
    padding: 0;
    margin: 0 0 15px;
  }
  .influencer-short-content {
    margin-top: 0px;
  }
  .zip-form.single-recipe .btn {
    max-width: 180px;
    width: 100%;
  }
}
@media (max-width: 371px) {
  .product-tabs .nav-tabs > li a {
    padding: 20px 0;
    font-size: 9px;
  }
}
.d-button-container button {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.228571;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0px;
  width: 180px;
  text-transform: uppercase;
  transition: all 0.25s ease-in;
  background: #cc3333;
  width: 180px;
  height: 30px;
  padding: 6px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.d-button-container button:before {
  content: "";
  border: 1px solid #cc3333;
  background: transparent;
  height: 34px;
  width: calc(100% + 6px);
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -1;
}
.d-button-container button:hover, .d-button-container button.hovered {
  color: #ffffff;
}
.d-button-container button:hover::before, .d-button-container button.hovered::before {
  background: #cc3333;
}
.d-button-container a {
  margin: 0 0 0 10px;
  font-style: italic;
}
@media (max-width: 767px) {
  .d-button-container {
    text-align: center;
  }
  .d-button-container a {
    width: 180px;
    text-align: center;
    margin: 10px auto 0;
    display: block;
  }
}

.attachment-img-taxonomy {
  padding-bottom: 10px;
}

.product-rows {
  text-align: center;
}
.product-rows.categorypage {
  overflow: hidden;
  max-height: 340px;
  transition: max-height 1s cubic-bezier(0, 1, 1, 1);
}
.product-rows.height {
  max-height: 1500px;
  transition: max-height 2s linear;
}
.product-rows .product {
  margin-bottom: 50px;
  position: relative;
}
.product-rows .product .imagediv {
  min-height: 132px;
  min-width: 132px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.product-rows .product:hover {
  cursor: pointer;
}
.product-rows .product:hover .imagediv {
  background: none;
  opacity: 1;
}
.product-rows .product a {
  text-decoration: none;
}
.product-rows .product-image {
  margin: auto;
  position: absolute;
  left: calc(50% - 96px);
  width: 187px;
  top: 13px;
}
.product-rows h4 {
  color: #6b302e;
  margin: 30px auto 10px;
  width: 225px;
  line-height: inherit;
  min-height: 45px;
}

.product-rows-mobile {
  display: none;
}

.product-rows-mobile-carousel img {
  visibility: hidden;
  top: 50%;
}

.product-rows-mobile-carousel:before, .product-rows-mobile-carousel:after {
  width: 12%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(left, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* Standard syntax (must be last) */
  z-index: 200;
  z-index: 200;
  content: "";
}
.product-rows-mobile-carousel:before {
  left: 0;
  top: 0;
}
.product-rows-mobile-carousel:after {
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* Standard syntax (must be last) */
  z-index: 200;
}

ul.sauce-selector {
  padding: 0;
  margin: 0 auto 40px;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
}
ul.sauce-selector > a {
  flex: 1;
  margin-right: 3px;
  text-decoration: none;
  height: 50px;
}
ul.sauce-selector > a:last-of-type {
  margin-right: 0;
}
ul.sauce-selector li {
  width: 100%;
  height: 100%;
  background: #ededed;
  color: #666666;
  padding: 15px 5px;
  text-align: center;
  transition: background-color 0.5s ease;
  margin-right: 0;
  display: inline-block;
  font-size: 13px;
}
ul.sauce-selector li div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
ul.sauce-selector li:hover {
  background: #cc3333;
  color: #ffffff;
  cursor: pointer;
}
ul.sauce-selector li.sauce-title {
  display: none;
}
ul.sauce-selector li.active {
  background: #cc3333;
  color: #ffffff;
}
@media (max-width: 991px) {
  ul.sauce-selector {
    display: block;
  }
  ul.sauce-selector > a {
    flex: none;
    margin-right: 0;
  }
  ul.sauce-selector li div {
    top: 0;
    transform: none;
  }
}

.sauces-learnmore {
  text-decoration: underline;
}

.category-anchor {
  position: relative;
  top: -70px;
}

#loadmore {
  margin: 0 auto 60px;
  text-align: center;
  color: #333;
  cursor: pointer;
  padding-top: 40px;
  width: 100%;
  position: relative;
  top: -30px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.73) 19%, rgb(255, 255, 255) 34%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.73) 19%, rgb(255, 255, 255) 34%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.73) 19%, rgb(255, 255, 255) 34%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#03ffffff", endColorstr="#ffffff",GradientType=0 );
}
#loadmore .loadmore {
  background: url("../png/loadmore-arrow.png") 50%/50% no-repeat;
  height: 28px;
  width: 48px;
  margin: auto;
}
#loadmore .loadmore.flipped {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#loadmore:hover {
  color: #cc3333;
}
#loadmore:hover .loadmore {
  background: url("../png/loadmore-arrow-hover.png") 50%/50% no-repeat;
}
#loadmore:hover .loadmore.flipped {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .slick-initialized .slick-slide {
    min-height: 260px;
  }
  .learnmore {
    position: absolute;
    bottom: 0px;
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .product-rows-mobile-carousel:before, .product-rows-mobile-carousel:after {
    width: 15%;
  }
  .slick-initialized .slick-slide {
    height: auto;
  }
  .learnmore {
    position: relative;
  }
}
@media (max-width: 601px) {
  .product-rows-mobile-carousel:before, .product-rows-mobile-carousel:after {
    width: 25%;
  }
  .slick-slide .learnmore {
    display: none;
  }
  .slick-slide.slick-current .learnmore {
    display: block;
  }
}
@media (max-width: 560px) {
  ul.sauce-selector li {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  ul.sauce-selector li {
    font-size: 10px;
    padding: 20px 10px !important;
  }
}
@media (max-width: 400px) {
  .product-rows-mobile-carousel:before, .product-rows-mobile-carousel:after {
    width: 22%;
  }
}
@media (max-width: 355px) {
  ul.sauce-selector li {
    font-size: 9px;
  }
}
.faq-section {
  margin-bottom: 5rem;
}
.faq-section .faq-toggle {
  padding: 15px;
  border-bottom: 1px solid #d5d8dc;
}
.faq-section .faq-toggle .faq-question-text {
  font-weight: 600;
}
.faq-section .faq-toggle .faq-arrow {
  font-size: 12px;
}
.faq-section .faq-item.open .faq-toggle {
  border-bottom: none;
}
.faq-section .faq-answer {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-section .faq-item.open .faq-answer {
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d8dc;
}

.wf-loading {
  visibility: hidden;
}

.wf-active,
.wf-inactive {
  visibility: visible;
}

.slick-slide {
  position: relative;
  text-align: center;
}
.slick-slide .imagediv {
  min-height: 132px;
  min-width: 132px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.slick-slide:hover {
  cursor: pointer;
}
.slick-slide:hover .imagediv {
  background: url("../png/slider.png") 50%/contain no-repeat;
  opacity: 1;
}
.slick-slide img {
  height: 150px;
  margin: auto;
}
.slick-slide .image {
  height: 150px;
}
.slick-slide .image.background-hover {
  margin: auto;
  position: absolute;
  left: calc(50% - 96px);
  width: 187px;
  top: 0px;
}
.slick-slide .learnmore {
  visibility: hidden;
  margin: 10px auto;
}
.slick-slide:hover .learnmore {
  visibility: visible;
}

.slick-track {
  margin: auto;
}

.fixed-button {
  display: block;
  margin: 0 auto;
}

.similar-products {
  padding-top: 20px;
}
.similar-products:before, .similar-products:after {
  width: 12%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(left, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* Standard syntax (must be last) */
  z-index: 200;
  z-index: 200;
  content: "";
}
.similar-products:before {
  left: -2px;
  top: 0;
}
.similar-products:after {
  right: -2px;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  z-index: 200;
}
.similar-products img {
  visibility: hidden;
  position: relative;
  top: 85px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.similar-products h4.slider-title {
  color: #6b302e;
  margin: 35px auto 0;
  min-height: 45px;
  max-width: 215px;
  text-decoration: none;
}
.similar-products a:hover {
  text-decoration: none;
}

.slick-slide-numbers {
  display: none;
  text-align: center;
  font-style: italic;
}
.slick-slide-numbers span {
  font-style: normal;
}
.slick-slide-numbers .current {
  color: #cc3333;
}

.slick-arrow {
  border: 0;
  height: 25px;
  width: 25px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999;
}
.slick-arrow.slick-prev {
  background: url("../png/slider-arrow-left.png") 50%/25px no-repeat;
  left: 0;
}
.slick-arrow.slick-next {
  background: url("../png/slider-arrow-right.png") 50%/25px no-repeat;
  right: 0;
}

.slick-dots {
  padding: 0;
  margin: 8px auto;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: url("../png/homepage-slider-inactivebutton.png") 50% no-repeat;
  background-size: 8px !important;
}
.slick-dots li.slick-active button {
  background: url("../png/homepage-slider-activebutton.png") 50% no-repeat;
  background-size: 8px !important;
}

.noleft {
  left: 0 !important;
}

#breadcrumbs {
  text-transform: uppercase;
  color: #cccccc;
  border: 0;
  font-size: 12px;
  padding: 4px 0;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 16px;
  /* span span a {
    color: $ragu-red;
  }
  span span span a { color: $ragu-gray; } */
}
#breadcrumbs a {
  text-decoration: none;
  color: #cc3333 !important;
}

.headline-gray,
.subheadline-gray,
.taxonomy-headline-gray,
.recipe-headline-gray {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: 0.5px;
  color: #333;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.headline-gray.h1,
.subheadline-gray.h1,
.taxonomy-headline-gray.h1,
.recipe-headline-gray.h1 {
  font-size: 29px;
  font-weight: 800;
}
.headline-gray span,
.subheadline-gray span,
.taxonomy-headline-gray span,
.recipe-headline-gray span {
  background: #ffffff;
  padding: 0 30px;
  line-height: normal;
}
.headline-gray:before,
.subheadline-gray:before,
.taxonomy-headline-gray:before,
.recipe-headline-gray:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.headline-gray:after,
.subheadline-gray:after,
.taxonomy-headline-gray:after,
.recipe-headline-gray:after {
  border-bottom: 1px solid #ebebeb;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.headlinediv,
.subheadlinediv,
.taxonomy-headlinediv,
.recipe-headlinediv {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .taxonomy-headlinediv p:last-child {
    padding-bottom: 30px;
  }
}
.recipeoverlay {
  padding: 0;
  overflow: hidden;
}
.recipeoverlay.col-md-12 .img-responsive {
  margin: auto;
}
.recipeoverlay .featured-image {
  overflow: hidden;
  position: relative;
}
.recipeoverlay .img-responsive {
  margin-top: -5px;
  margin-bottom: -5px;
  max-width: calc(100% + 10px);
}
.recipeoverlay.open .featured-image {
  overflow: hidden;
}
.recipeoverlay.open .featured-image .img-responsive {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.recipeoverlay .overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url("../png/whitebg-opacity75-2.png");
  overflow: hidden;
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.recipeoverlay .overlay.open {
  opacity: 1;
}
.recipeoverlay .overlay .text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recipeoverlay .overlay .text .col-xs-offset-1,
.recipeoverlay .overlay .text .col-xs-offset-2 {
  background: url("../jpg/verical-divder.jpg") right 5px no-repeat;
}
.recipeoverlay h3 {
  color: #333;
}
.recipeoverlay h3.prep {
  color: #333333;
  margin: 0 auto 30px;
}

body.modal-open {
  overflow: visible;
}

.modal-body {
  position: initial;
}

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal-content {
  border-radius: 0;
}
.modal-content .form-control {
  border-radius: 0;
  box-shadow: none;
}
.modal-content input::-webkit-input-placeholder,
.modal-content textarea::-webkit-input-placeholder {
  color: #ebebeb;
}
.modal-content input:-moz-placeholder,
.modal-content textarea:-moz-placeholder {
  color: #ebebeb;
}
.modal-content input::-moz-placeholder,
.modal-content textarea::-moz-placeholder {
  color: #ebebeb;
}
.modal-content input:-ms-input-placeholder,
.modal-content textarea:-ms-input-placeholder {
  color: #ebebeb;
}
.modal-content label {
  font-weight: normal;
}
.modal-content button.close {
  padding: 2px 6px 3px;
  background: url("../png/red_x.png") 50%/15px no-repeat;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 99;
}
.modal-content span {
  visibility: hidden;
}

#email-message {
  height: 117px;
}

.error {
  padding: 20px;
  text-align: center;
}

.modal-dialog {
  min-height: 402px;
}

.modal {
  top: 15%;
}

@media (max-width: 991px) {
  .fixed-button {
    top: 78%;
  }
  .fixed-button.toggled {
    top: 56%;
  }
  .product-rows-mobile .slick-slide .learnmore {
    visibility: visible;
  }
  .recipeoverlay {
    padding: 0;
    max-height: none;
    height: auto;
  }
  .recipeoverlay.open .featured-image {
    overflow: hidden;
  }
  .recipeoverlay.open .featured-image .img-responsive {
    -webkit-filter: none;
    filter: none;
  }
  .recipeoverlay .overlay {
    cursor: default;
    opacity: 1;
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 20px 0 30px;
    position: relative;
    overflow: visible;
    background: none;
    margin-bottom: 30px;
  }
  .recipeoverlay .overlay .text {
    top: 10px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .recipeoverlay .title {
    min-height: 40px;
  }
  .recipeoverlay h3 {
    color: #333;
  }
  .recipeoverlay h3.prep {
    color: #333333;
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) {
  .similar-products .slick-slide .learnmore {
    visibility: visible;
  }
  .similar-products img {
    top: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .similar-products h4.slider-title {
    margin-top: 10px;
  }
  .headline-gray span,
  .subheadline-gray span,
  .taxonomy-headline-gray span,
  .recipe-headline-gray span {
    line-height: 32px;
    padding: 0;
  }
  .recipe-headline-gray:after {
    border: none;
  }
  .similar-products:before, .similar-products:after {
    width: 15%;
  }
}
@media (max-width: 601px) {
  .similar-products:before, .similar-products:after {
    width: 25%;
  }
  .slick-numbers.dots .slick-dots li {
    display: none !important;
  }
  .slick-slide-numbers.show {
    display: block;
  }
  .slick-slide .learnmore {
    display: none;
  }
  .slick-slide.slick-current .learnmore {
    display: block;
  }
}
@media (max-width: 400px) {
  .similar-products:before, .similar-products:after {
    width: 22%;
  }
  .modal {
    top: 3%;
  }
}
.btn.whitebtn {
  background: rgba(255, 255, 255, 0);
  color: #333333;
  height: 44px;
  width: 180px;
  border: 1px solid #333333;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  padding: 9px 0px;
}

.btn.whitebtn:hover {
  background-color: #cc3333;
}

@media (min-width: 992px) {
  /* recipe page */
  .row.directions,
  .row.featured-recipe,
  .row.equalheight992 {
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .recipe-image {
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .page-template-home .row.spotlight-unit {
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-36%);
  }
}
@media (max-width: 1280px) {
  .page-template-home .row.spotlight-unit {
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .mobile-only {
    display: block;
    padding-top: 25px;
  }
  .no-mobile {
    display: none;
  }
  #breadcrumbs {
    display: none;
  }
  header {
    height: auto;
  }
  header .navbar-default {
    padding: 0;
    max-width: 750px;
  }
  header .navbar-header {
    text-align: center;
    float: none;
    position: relative;
    left: 0;
  }
  header .navbar-collapse {
    padding: 4px 0 0;
  }
  header .navbar-collapse.in .shadowbg {
    top: inherit;
    left: 0;
    opacity: 1;
  }
  header .navbar-nav {
    margin: 0;
  }
  #collapsablesearch {
    display: none;
  }
  #mobilesearch {
    display: block;
    padding-bottom: 10px;
  }
  #menu-header {
    padding: 0;
    width: 100%;
  }
  #menu-header > li {
    display: block;
    margin: auto;
    float: none;
  }
  #menu-header > li:hover a, #menu-header > li.active a {
    border-bottom: 2px solid #ececec;
  }
  #menu-header > li > a {
    border-bottom: 2px solid #ececec;
    width: 200px;
    margin: auto;
  }
  #menu-header > li:last-of-type > a {
    border-bottom: 0;
    padding-bottom: 60px;
  }
  #menu-header .dropdown-menu.mobile {
    display: block;
    height: 208px;
  }
  #menu-header .dropdown-menu.mobile .category {
    font-size: 16px;
    padding: 0;
    height: auto;
    width: 100%;
  }
  #menu-header .dropdown-menu.mobile .category ul {
    list-style: none;
    padding: 0;
  }
  #menu-header .dropdown-menu.mobile .category li {
    padding: 15px 0;
    margin: auto;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
  }
  #menu-header .dropdown-menu.mobile .category li a {
    color: #666666;
  }
  #menu-header .dropdown-menu.mobile .category li:hover a {
    color: #cc3333;
    border-color: transparent;
  }
  #menu-header .spotlight1,
  #menu-header .spotlight2 {
    display: none;
  }
  #menu-header {
    padding: 0;
    width: 100%;
  }
  #menu-header > li {
    display: block;
    margin: auto;
    float: none;
    width: 250px;
  }
  #menu-header > li:hover, #menu-header > li.active {
    border: 0;
  }
  #menu-header > li > a {
    border-bottom: 2px solid #ececec;
    width: 200px;
    margin: auto;
  }
  #menu-header > li:last-of-type a {
    border-bottom: 0;
  }
  #menu-header .dropdown-mobile {
    display: block;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  #menu-header .dropdown-mobile .category {
    font-size: 16px;
    padding: 0;
    height: auto;
    width: 250px;
    margin: auto;
  }
  #menu-header .dropdown-mobile .category ul {
    list-style: none;
    padding: 0;
  }
  #menu-header .dropdown-mobile .category li {
    padding: 15px 0;
    margin: auto;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
  }
  #menu-header .dropdown-mobile .category li a {
    color: #666666;
    border: 0;
  }
  #menu-header .dropdown-mobile .category li:hover a, #menu-header .dropdown-mobile .category li:active a {
    color: #cc3333;
  }
  .dropdown-menu-div {
    display: none !important;
  }
  #menu-eyebrow {
    float: right;
    padding: 10px 0 0;
  }
  #mobilesearch .searchbox {
    width: 100%;
  }
  #mobilesearch .searchbox .searchbox-icon {
    display: none;
  }
  #mobilesearch .searchbox .searchbox-submit {
    background: url("../png/search-icon-white.png") #cc3333 50% 50%/19px 19px no-repeat;
  }
  .site-logo-link img {
    width: 100px;
  }
  .shadowbg {
    top: 68px;
  }
  .navbar-toggle {
    background: none !important;
    border: 0;
    float: none;
    position: absolute;
    left: 0;
    margin: 0;
  }
  .navbar-toggle .open {
    padding-top: 6px;
  }
  .navbar-toggle .close {
    padding-top: 10px;
  }
  .navbar-toggle .close,
  .navbar-toggle .open {
    text-transform: uppercase;
    font-size: 12px;
    color: #989898;
    opacity: 1;
    float: none;
    font-weight: 200;
    text-shadow: none;
  }
  .navbar-toggle .close {
    display: none;
  }
  .navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
  }
  .navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
  }
  .navbar-toggle .icon-bar {
    position: relative;
    transition: all 0.25s ease-in-out;
    margin: auto;
    width: 27px;
    height: 3px;
    border-radius: 2px;
  }
  .navbar-toggle.active .close {
    display: block;
  }
  .navbar-toggle.active .open {
    display: none;
  }
  .navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
  }
  .navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .headlinediv {
    font-size: 12px;
    margin: auto;
  }
  .hero-headline {
    font-size: 29px;
  }
  .hero-inner {
    position: relative;
    width: 100%;
    top: inherit;
    z-index: 999;
  }
  .hero-inner.other {
    height: auto !important;
  }
  .hero-inner .text-container {
    top: inherit;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    padding: 30px 0;
  }
  .hero-inner.homepage {
    color: white;
    position: absolute;
    width: 100%;
    top: inherit;
  }
  .hero-inner.homepage .text-container {
    bottom: 0;
    padding: 25px;
    max-width: 750px;
  }
  .hero-inner.homepage .text-container.dark {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#66000000", endColorstr="#b3000000",GradientType=0 );
  }
  .hero-inner.homepage .text-container.light {
    background: -moz-linear-gradient(top, rgba(242, 242, 232, 0.6) 0%, rgb(242, 242, 232) 100%);
    background: -webkit-linear-gradient(top, rgba(242, 242, 232, 0.6) 0%, rgb(242, 242, 232) 100%);
    background: linear-gradient(to bottom, rgba(242, 242, 232, 0.6) 0%, rgb(242, 242, 232) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#99f2f2e8", endColorstr="#f2f2e8",GradientType=0 );
  }
  .hero-inner.homepage .hero-copy {
    padding: 20px 20%;
  }
  .hero-inner.timeline {
    position: absolute;
    top: 0;
    color: #ffffff;
  }
  .hero-inner.timeline .text-container {
    top: 45%;
    transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
  }
  .headline-gray {
    display: inline;
    font-size: 12px;
    text-transform: none;
    letter-spacing: normal;
    background: none;
    margin: 0;
    text-align: left;
    color: #666666;
    font-weight: normal;
  }
  .headline-gray span {
    padding: 0 !important;
  }
  .headline-gray span::after {
    content: ".";
    display: inline-block;
  }
  ul.sauce-selector {
    text-align: left;
    /* a:nth-of-type(even) li {
      margin-right: 0;
      width: 50%;
    } */
  }
  ul.sauce-selector li {
    padding: 20px;
    width: 100%;
    margin-right: 1px;
    margin-bottom: 1px;
    float: left;
    height: auto;
    line-height: normal;
  }
  ul.sauce-selector li:last-of-type {
    margin-right: 1px;
  }
  ul.sauce-selector li:hover {
    background: #cc3333;
    color: #ffffff;
  }
  ul.sauce-selector li.sauce-title {
    display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    height: auto;
    padding: 15px;
    color: #333;
    font-weight: 800;
    font-size: 12px;
    margin: 0 auto 1px 0;
  }
  ul.sauce-selector li.sauce-title:hover {
    background: #ededed;
  }
  .taxonomy-headlinediv {
    margin-top: 60px;
  }
  .taxonomy-headline-gray {
    background: none;
  }
  .taxonomy-headline-gray span {
    padding: 0;
  }
  .attachment-img-taxonomy {
    display: none;
  }
  .product-rows,
  #loadmore {
    display: none;
  }
  .product-rows-mobile {
    display: block;
  }
  .product-rows-mobile-carousel .slider-title {
    min-height: 30px;
    padding: 0 10px;
    color: #6b302e;
  }
  .product-rows-mobile-carousel .slick-slide .learnmore {
    display: block;
    overflow: hidden;
  }
  .recipe-headlinediv {
    margin-top: 40px;
  }
  .recipe-headline-gray {
    background: none;
    line-height: 30px;
  }
  .recipe-headline-gray span {
    padding: 0;
  }
  .subheadlinediv.product-name {
    margin-top: 40px;
  }
  .featuredsauce-recipe {
    background: #ffffff;
    padding: 0;
    border: 0;
  }
  .recipe-specs {
    margin: 20px auto;
  }
  .recipe-specs .border {
    border: 0;
    background: url("../png/border-bottom-line.png") bottom no-repeat;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .recipe-ingredients,
  .recipe-instructions {
    margin: 0 15px 20px;
  }
  .recipe-boxes {
    padding: 0;
    max-width: none;
    margin: auto;
    overflow: hidden;
  }
  .recipe-tags {
    margin-left: -15px;
    margin-right: -15px;
  }
  #recipe-filters a.active {
    background-color: #cc3333 !important;
    color: #ffffff !important;
  }
  .slick-arrow {
    display: none !important;
  }
  .product-tabs .tab-content {
    min-height: initial !important;
  }
} /* end max-width 992 */
@media (max-width: 768px) {
  #filter-results {
    margin: 10px 0;
  }
  .sauce-select.slick-slide:hover {
    background: none;
  }
  .sauce-select.slick-slide.hoverclass {
    background: none;
  }
  .slick-slide:hover {
    background: none;
  }
  .featuredsauces-homepage:hover .product {
    background: none;
  }
  .featuredsauce-recipe .sauces .slick-slide .btn {
    max-width: 180px;
    width: 100%;
  }
} /* max width 768 */
@media (max-width: 500px) {
  .featuredsauce-recipe .sauces .slick-slide img,
  .featuredsauce-recipe .sauces .slick-slide {
    padding: 0;
  }
}
@media (max-width: 450px) {
  .hero-inner.homepage .hero-copy {
    padding: 10px 0 20px;
  }
  ul.sauce-selector {
    font-size: 12px;
  }
  .product-rows-mobile-carousel .slider-title {
    min-height: 45px;
  }
} /* max width 500 */
/* MOBILES STYLES FOR IPAD LANDSCAPE ONLY */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  header {
    height: auto;
  }
  header .container {
    padding: 0;
  }
  header .navbar-header {
    text-align: center;
    float: none;
    position: relative;
    left: 15px;
  }
  header .navbar-default {
    padding: 0;
  }
  #collapsablesearch {
    display: none;
  }
  #mobilesearch {
    display: block;
    padding: 0 15px 10px;
  }
  #menu-header {
    padding: 0;
    width: 100%;
  }
  #menu-header > li {
    display: block;
    margin: auto;
    float: none;
  }
  #menu-header > li:hover a, #menu-header > li.active a {
    border-bottom: 2px solid #ececec;
  }
  #menu-header > li > a {
    border-bottom: 2px solid #ececec;
    width: 200px;
    margin: auto;
  }
  #menu-header > li:last-of-type > a {
    border-bottom: 0;
    border-top: 2px solid #ececec;
    padding-bottom: 60px;
  }
  #menu-header .dropdown-mobile {
    display: block;
    margin: 0;
    list-style: none;
    padding: 0;
    height: 208px;
  }
  #menu-header .dropdown-mobile .category {
    font-size: 16px;
    padding: 0;
    height: auto;
    width: 100%;
  }
  #menu-header .dropdown-mobile .category ul {
    list-style: none;
    padding: 0;
  }
  #menu-header .dropdown-mobile .category li {
    padding: 15px 0;
    margin: auto;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
  }
  #menu-header .dropdown-mobile .category li a {
    color: #666666;
    border: 0;
  }
  #menu-header .dropdown-mobile .category li:hover a, #menu-header .dropdown-mobile .category li:active a {
    color: #cc3333;
  }
  #menu-header .spotlight1,
  #menu-header .spotlight2 {
    display: none;
  }
  .dropdown-menu-div {
    display: none !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
    padding-bottom: 0 !important;
    overflow-x: visible !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .navbar-collapse {
    padding: 20px 0 0;
  }
  .navbar-collapse.in .shadowbg {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 532px;
  }
  .navbar-nav {
    margin: 0;
  }
  #menu-eyebrow {
    float: right;
    padding: 10px 0 0;
  }
  #mobilesearch .searchbox {
    width: 100%;
  }
  #mobilesearch .searchbox .searchbox-icon {
    display: none;
  }
  #mobilesearch .searchbox .searchbox-submit {
    background: url("../png/search-icon-white.png") #cc3333 50% 50%/19px 19px no-repeat;
  }
  .site-logo-link img {
    width: 100px;
    left: -15px;
    position: relative;
  }
  .shadowbg {
    top: 68px;
  }
  .navbar-toggle {
    display: block;
    background: none !important;
    border: 0;
    float: none;
    position: absolute;
    left: 0;
    margin: 0;
  }
  .navbar-toggle .close,
  .navbar-toggle .open {
    text-transform: uppercase;
    font-size: 16px;
    color: #989898;
    opacity: 1;
    float: none;
    font-weight: 200;
    text-shadow: none;
    padding-top: 10px;
  }
  .navbar-toggle .close {
    display: none;
  }
  .navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
  }
  .navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
  }
  .navbar-toggle .icon-bar {
    position: relative;
    transition: all 0.25s ease-in-out;
    margin: auto;
    width: 35px;
    height: 5px;
    border-radius: 2px;
  }
  .navbar-toggle.active .close {
    display: block;
  }
  .navbar-toggle.active .open {
    display: none;
  }
  .navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 11px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
  }
  .navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
} /* ipad landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .product-rows-mobile-carousel .slick-slide .btn {
    width: 150px;
  }
  .product-rows-mobile-carousel .slider-title {
    font-size: 13px;
  }
}
#pr-reviewsnippet,
#pr-reviewsnapshot,
#pr-reviewdisplay {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

#pr-reviewsnippet {
  margin-bottom: 20px;
}
#pr-reviewsnippet .pr-snippet {
  display: block !important;
}
#pr-reviewsnippet .pr-snippet-rating-decimal {
  display: none;
}
#pr-reviewsnippet .pr-snippet-stars-reco-reco {
  display: none !important;
}
#pr-reviewsnippet .pr-snippet-stars-reco-stars {
  float: none !important;
}
#pr-reviewsnippet .pr-snippet-read-and-write {
  display: block;
}
#pr-reviewsnippet .pr-snippet-review-count {
  float: left;
}
#pr-reviewsnippet .pr-snippet-write-review-link {
  float: right;
  position: relative;
  padding-right: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAYCAMAAADeQm2wAAABd1BMVEUxb5Y2cpg3dJk6dZs7dps+eJ0/eZ1Ce59EfJ9EfaBFfaBHfqFIf6JJgKJKgaNMgqRNg6ROg6VPhKVQhKZRhaZWialXiqlcjaxej61ika9kk7Blk7BmlLFolbJql7NsmLRumrVwm7ZxnLdynLdynbdznbh0nrh5obt7ort9pL1+pb1/pb5/pr6Apr6Bp7+DqMCDqcCEqcCFqsGGqsGJrcOKrcOLrsSMr8WNr8WQsseRsseWtsmYt8qYt8ujv9ClwNGnwdKqxNStxdWwyNexyNexydeyydi2zNq4zdu6zty80N2+0t7A09/C1ODC1eDD1eHE1uHF1uHG1+LH2OPI2ePK2uTL2+XM2+XN3OXP3ebQ3ufR3+jT4OjX4+rZ5Oza5ezb5uze6O7f6e/g6u/h6vDj6/Hk7PHm7fLo7/Pp8PTr8fXt8/bw9Pfx9fjy9vjz9/n09/n0+Pr2+fr3+fv4+vv5+vz6/P37/P38/f39/f79/v7+/v////9mDZnTAAABLElEQVR42o3M6VcBYRjG4adUaJtJKi1IIS1MEtq1TXuWSWhPkhZD2jQ8f3xvmXO8R+PU78v94TrnhpBe296mUGvHehl67UI4pJDg07wAu4XKnahF0K/VQUGbq+CZf4HOd0jjvmGArm9Vxr9vE5yHzrVHY8RkoTNu/vs2OGSWM9rSiFluh8LYFCfn9GYwv9HYxOOR4q1oNS03OH5Qx9dY3g7Qv5vFOMEuXzqVfER8uiGlrnL5EQAYy9zeBVqeIaDRsQx7gPOdLNnBuIMYt93DdKv9JcDLSDQxrQq5DfHjaOzUQsxVvA5GhXMJAb8rzWmYCbKijdhkAeWgMuVFGJWwOEzM+Y5VlFuyfkj8uApmXvE3ShefyWaze/YNaazmBSaMqIz3npUHrIdiAWv6Ar874MtXXM75AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  color: #cc3333 !important;
  text-transform: uppercase;
  font-weight: bold;
}

#pr-reviewsnapshot .pr-review-snapshot-header {
  display: none;
}
#pr-reviewsnapshot .pr-review-snapshot-block-recommend {
  display: none;
}
#pr-reviewsnapshot .pr-review-snapshot-simple {
  justify-content: center;
}
#pr-reviewsnapshot .pr-review-snapshot-block-snippet {
  border: none;
}
#pr-reviewsnapshot .pr-review-snapshot-snippets-headline {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  color: #333 !important;
}
#pr-reviewsnapshot .pr-snippet-review-count {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  color: #333 !important;
  margin: 0 0 15px !important;
  font-weight: normal !important;
}
#pr-reviewsnapshot .pr-snippet-write-review-link {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  background: #cc3333 !important;
  height: 36px !important;
  padding: 9px 18px !important;
  position: relative !important;
  border-radius: 0 !important;
  display: block !important;
  font-weight: normal !important;
  text-transform: uppercase;
}
#pr-reviewsnapshot .pr-snippet-write-review-link:after {
  content: "";
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
  display: inline-block !important;
  position: absolute !important;
  top: -1px !important;
  left: -1px !important;
  border: 1px solid #ffffff !important;
  background: transparent !important;
}
#pr-reviewsnapshot .pr-histogram-label {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  color: #333 !important;
  font-weight: bold !important;
}
#pr-reviewsnapshot .pr-ratings-histogram-bar,
#pr-reviewsnapshot .pr-ratings-histogram-barValue {
  height: 24px !important;
  border-radius: 2px !important;
}
#pr-reviewsnapshot .pr-ratings-histogram-barValue {
  background: #cc3333 !important;
}

#pr-reviewdisplay #pr-rd-main-header {
  padding: 0 !important;
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 100;
  z-index: 1;
  position: relative;
  background: #ffffff;
  top: initial;
}
#pr-reviewdisplay #pr-rd-main-header .pr-rd-search-container {
  display: none;
}
#pr-reviewdisplay .pr-rd-review-header-contents {
  background-color: transparent !important;
  border-top: 1px solid #ebebeb !important;
}
#pr-reviewdisplay .pr-rd-review-total {
  color: #666666 !important;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  text-transform: none !important;
}
#pr-reviewdisplay .pr-rd-review-header-sorts {
  text-align: left;
  padding-top: 0 !important;
}
#pr-reviewdisplay .pr-rd-sort-group {
  padding: 0 !important;
}
#pr-reviewdisplay .pr-review {
  padding: 0 15px !important;
}
#pr-reviewdisplay .pr-rd-header {
  margin: 0 !important;
  z-index: 1;
}
#pr-reviewdisplay .pr-rd-review-headline {
  display: block !important;
  clear: both !important;
  margin: 0 !important;
}
#pr-reviewdisplay .pr-rd-description-text {
  clear: both !important;
}
#pr-reviewdisplay .pr-star-v4-100-filled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%23cc3333' width='20' height='20' rx='2'/%3E%3Cpath fill='%23FFF' d='M10 13.5l-4.114 2.163.785-4.581-3.328-3.245 4.6-.669L10 3l2.057 4.168 4.6.669-3.328 3.245.785 4.581z'/%3E%3C/g%3E%3C/svg%3E");
}
#pr-reviewdisplay .pr-star-v4-75-filled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%23DEDEDE' width='20' height='20' rx='2'/%3E%3Cpath d='M2 0h13v20H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z' fill='%23cc3333'/%3E%3Cpath fill='%23FFF' d='M10 13.5l-4.114 2.163.785-4.581-3.328-3.245 4.6-.669L10 3l2.057 4.168 4.6.669-3.328 3.245.785 4.581z'/%3E%3C/g%3E%3C/svg%3E");
}
#pr-reviewdisplay .pr-star-v4-50-filled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%23DEDEDE' width='20' height='20' rx='2'/%3E%3Cpath d='M2 0h8v20H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z' fill='%23cc3333'/%3E%3Cpath fill='%23FFF' d='M10 13.5l-4.114 2.163.785-4.581-3.328-3.245 4.6-.669L10 3l2.057 4.168 4.6.669-3.328 3.245.785 4.581z'/%3E%3C/g%3E%3C/svg%3E");
}
#pr-reviewdisplay .pr-star-v4-25-filled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%23DEDEDE' width='20' height='20' rx='2'/%3E%3Cpath d='M2 0h3v20H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z' fill='%23cc3333'/%3E%3Cpath fill='%23FFF' d='M10 13.5l-4.114 2.163.785-4.581-3.328-3.245 4.6-.669L10 3l2.057 4.168 4.6.669-3.328 3.245.785 4.581z'/%3E%3C/g%3E%3C/svg%3E");
}

#pr-reviewsnippet .pr-star-v4,
#pr-reviewsnapshot .pr-star-v4 {
  font-size: 3rem !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  padding: 0 0 3.5rem !important;
  position: relative !important;
  display: block !important;
  float: left !important;
  color: #cc3333 !important;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS" !important;
}

#pr-reviewsnippet .pr-star-v4,
.pr-category-snippet .pr-star-v4,
.pr-review-snapshot-snippets .pr-star-v4 {
  background: none !important;
}

#pr-reviewsnippet .p-w-r .pr-star-v4-0-filled:before,
.pr-category-snippet .pr-star-v4-0-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-0-filled:before {
  content: "☆";
  position: absolute;
  left: 0;
  overflow: hidden;
}

#pr-reviewsnippet .p-w-r .pr-star-v4-25-filled:before,
.pr-category-snippet .pr-star-v4-25-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-25-filled:before {
  content: "★";
  width: 1rem;
  position: absolute;
  left: 0;
  overflow: hidden;
}

#pr-reviewsnippet .p-w-r .pr-star-v4-25-filled:after,
.pr-category-snippet .pr-star-v4-25-filled:after,
.pr-review-snapshot-snippets .pr-star-v4-25-filled:after {
  content: "☆";
  position: absolute;
  left: 1rem;
  width: 1.5rem;
  text-indent: -1rem;
  overflow: hidden;
}

#pr-reviewsnippet .p-w-r .pr-star-v4-50-filled:before,
.pr-category-snippet .pr-star-v4-50-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-50-filled:before {
  content: "★";
  width: 1.25rem;
  position: absolute;
  left: 0;
  overflow: hidden;
}

#pr-reviewsnippet .p-w-r .pr-star-v4-50-filled:after,
.pr-category-snippet .pr-star-v4-50-filled:after,
.pr-review-snapshot-snippets .pr-star-v4-50-filled:after {
  content: "☆";
  position: absolute;
  left: 1.25rem;
  width: 1.25rem;
  text-indent: -1.25rem;
  overflow: hidden;
}

#pr-reviewsnippet .p-w-r .pr-star-v4-75-filled:before,
.pr-category-snippet .pr-star-v4-75-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-75-filled:before {
  content: "★";
  width: 1.5rem;
  position: absolute;
  left: 0;
  overflow: hidden;
}

#pr-reviewsnippet .p-w-r .pr-star-v4-75-filled:after,
.pr-category-snippet .pr-star-v4-75-filled:after,
.pr-review-snapshot-snippets .pr-star-v4-75-filled:after {
  content: "☆";
  position: absolute;
  left: 1.5rem;
  width: 1rem;
  text-indent: -1.5rem;
  overflow: hidden;
}

#pr-reviewsnippet .p-w-r .pr-star-v4-100-filled:before,
.pr-category-snippet .pr-star-v4-100-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-100-filled:before {
  content: "★";
  position: absolute;
  left: 0;
  overflow: hidden;
}

.pr-category-snippet .pr-star-v4-25-filled:before {
  width: 1.5vw;
}

.pr-category-snippet .pr-star-v4-25-filled:after {
  left: 1.5vw;
  width: 2vw;
  text-indent: -1.5vw;
}

.pr-category-snippet .pr-star-v4-50-filled:before {
  width: 1.9vw;
}

.pr-category-snippet .pr-star-v4-50-filled:after {
  left: 1.9vw;
  width: 1.9vw;
  text-indent: -1.9vw;
}

.pr-category-snippet .pr-star-v4-75-filled:before {
  width: 2.3vw;
}

.pr-category-snippet .pr-star-v4-75-filled:after {
  left: 1.9vw;
  width: 1.5vw;
  text-indent: -1.9vw;
}

.pr-review-snapshot-snippets .pr-star-v4-0-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-25-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-25-filled:after,
.pr-review-snapshot-snippets .pr-star-v4-50-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-50-filled:after,
.pr-review-snapshot-snippets .pr-star-v4-75-filled:before,
.pr-review-snapshot-snippets .pr-star-v4-75-filled:after,
.pr-review-snapshot-snippets .pr-star-v4-100-filled:before {
  top: -30%;
}

#pr-write .pr-war {
  margin: 0 auto !important;
}
#pr-write .pr-header-product-name a {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
}

.pr-csnip-war {
  margin: 10px 0 0;
}
.pr-csnip-war .pr-snippet-write-review-link {
  position: relative;
  padding-right: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAYCAMAAADeQm2wAAABd1BMVEUxb5Y2cpg3dJk6dZs7dps+eJ0/eZ1Ce59EfJ9EfaBFfaBHfqFIf6JJgKJKgaNMgqRNg6ROg6VPhKVQhKZRhaZWialXiqlcjaxej61ika9kk7Blk7BmlLFolbJql7NsmLRumrVwm7ZxnLdynLdynbdznbh0nrh5obt7ort9pL1+pb1/pb5/pr6Apr6Bp7+DqMCDqcCEqcCFqsGGqsGJrcOKrcOLrsSMr8WNr8WQsseRsseWtsmYt8qYt8ujv9ClwNGnwdKqxNStxdWwyNexyNexydeyydi2zNq4zdu6zty80N2+0t7A09/C1ODC1eDD1eHE1uHF1uHG1+LH2OPI2ePK2uTL2+XM2+XN3OXP3ebQ3ufR3+jT4OjX4+rZ5Oza5ezb5uze6O7f6e/g6u/h6vDj6/Hk7PHm7fLo7/Pp8PTr8fXt8/bw9Pfx9fjy9vjz9/n09/n0+Pr2+fr3+fv4+vv5+vz6/P37/P38/f39/f79/v7+/v////9mDZnTAAABLElEQVR42o3M6VcBYRjG4adUaJtJKi1IIS1MEtq1TXuWSWhPkhZD2jQ8f3xvmXO8R+PU78v94TrnhpBe296mUGvHehl67UI4pJDg07wAu4XKnahF0K/VQUGbq+CZf4HOd0jjvmGArm9Vxr9vE5yHzrVHY8RkoTNu/vs2OGSWM9rSiFluh8LYFCfn9GYwv9HYxOOR4q1oNS03OH5Qx9dY3g7Qv5vFOMEuXzqVfER8uiGlrnL5EQAYy9zeBVqeIaDRsQx7gPOdLNnBuIMYt93DdKv9JcDLSDQxrQq5DfHjaOzUQsxVvA5GhXMJAb8rzWmYCbKijdhkAeWgMuVFGJWwOEzM+Y5VlFuyfkj8uApmXvE3ShefyWaze/YNaazmBSaMqIz3npUHrIdiAWv6Ar874MtXXM75AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  color: #cc3333 !important;
  text-transform: uppercase;
  font-weight: bold;
}

body,
html {
  overflow-x: unset;
}

.product-rows.categorypage {
  overflow: inherit !important;
}

.btn.whitebtn div {
  background: transparent;
  height: 30px;
  padding: 0px;
}

img.img-responsive.product-image {
  height: 168px;
  width: 210px;
}

.uppercase {
  text-transform: uppercase;
}

/* Ragu refresh global css for desktop view */
.heading--lg {
  font-weight: Bold;
  font-size: 56px;
  line-height: 64px;
}

.heading--md {
  font-weight: Bold;
  font-size: 32px;
  line-height: 40px;
}

h2.heading--md {
  margin: 0;
}

.heading--sm {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

h2.heading--sm {
  margin: 0;
}

h3.heading--sm {
  text-transform: unset;
}

.label--lg {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
}

.label--md {
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
}

.label--sm {
  font-size: 12px;
  line-height: 16px;
}

.body--lg {
  font-size: 18px;
  line-height: 30px;
}

.body--sm {
  font-size: 14px;
  line-height: 24px;
}

.links {
  font-size: 14px;
  line-height: 24/16px;
}

body {
  color: #333333;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: Bold;
  font-size: 56px;
  line-height: 64px;
}

h2 {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: Bold;
  font-size: 32px;
  line-height: 40px;
  color: #333333;
  text-transform: capitalize;
}

h3 {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  text-transform: capitalize;
}

h4 {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

h5 {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: ExtraBold, Regular;
  font-size: 12px;
  line-height: 16px;
}

p {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: Regular;
  font-size: 14px;
  line-height: 24px;
}

p.bigfont {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: Regular;
  font-size: 18px;
  line-height: 30px;
}

.label {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: ExtraBold;
  font-size: 14px;
  line-height: 16px;
}

#breadcrumbs {
  color: #666 !important;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: Regular;
  font-size: 12px;
  line-height: 16px !important;
  color: #cccccc;
  text-transform: uppercase;
}

a.primary-hover:hover {
  color: #6b302e !important;
}

a:active {
  text-decoration: none;
}

#breadcrumbs a {
  text-decoration: none;
  height: 16px;
  width: 81.85px;
  color: #cc3333;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

.navsubhead {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 991px) {
  .heading--lg {
    font-weight: Bold;
    font-size: 32px;
    line-height: 40px;
  }
  .heading--md {
    font-weight: 900;
    font-size: 28px;
    line-height: 36px;
  }
  .heading--sm {
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
  }
  .label--lg {
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
  }
  .label--md {
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
  }
  .label--sm {
    font-size: 12px;
    line-height: 16px;
  }
  .body--lg {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .body--sm {
    font-size: 14px;
    line-height: 24px;
  }
  .links {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  h1 {
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: Bold;
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: Bold;
    font-size: 28px;
    line-height: 36px;
    text-transform: capitalize;
  }
  h3 {
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: ExtraBold;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
  }
  h4 {
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: ExtraBold;
    font-size: 16px;
    line-height: 24px;
  }
  p.bigfont {
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: Regular;
    font-size: 16x;
    line-height: 24px;
  }
  .btn.whitebtn {
    transition: unset;
  }
}
.spotlight-unit h2 {
  color: #333333;
  margin: 1px auto;
}

.recipeoverlay h3 {
  color: #333333 !important;
}

.spotlight-unit .bottommargin {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.navbar-default .navbar-nav > li > a {
  color: #666666;
}

.homepagerecipelist {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 15px;
  min-width: 150px;
}

li.homepagerecipelist.text-capitalize {
  height: 16px;
  width: 216px;
  color: #333333;
  font-family: "Open Sans";
  letter-spacing: 0;
  margin-right: 12px;
}

.homepagerecipelist.text-capitalize:hover {
  border: none;
  color: #333;
}

i.fa.fa-angle-right {
  height: 10.94px;
  width: 6.51px;
  padding-left: 7px;
}

.homepagefilters {
  padding: 24px 0;
}

.press-releases h2 a {
  color: #cc3333;
}

.btn {
  width: 180px;
  height: 44px;
  padding: 8px 12px;
}

.btn.redbtn {
  border: 1px solid #c33;
  background: transparent;
  color: #fff;
  padding: 1px;
  border-radius: 4px;
}

.btn.redbtn div {
  background: #c33;
  padding: 8px;
  height: 40px;
  border-radius: 4px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .featuredsauce-homepage-slider {
    display: none !important;
  }
  .homepagefilters {
    display: block !important;
    padding: 0px !important;
  }
  .homepagerecipelist {
    text-align: center;
    display: block !important;
    margin-top: 24px;
  }
  .Recipecontainer {
    width: 216px;
    margin: auto;
    padding: 0px;
  }
  .recipeoverlay .overlay {
    cursor: default;
    opacity: 1;
    border: 1px solid #ebebeb;
    padding: 15px 0 30px;
    position: relative;
    overflow: visible;
    background: none;
    margin-bottom: 24px;
    min-height: 226px;
  }
  .recipeoverlay .featured-image {
    overflow: hidden;
    position: relative;
    min-height: auto;
  }
}
.recipeoverlay h3 {
  color: #333 !important;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
}

.row.reciperow {
  margin-top: 35px;
}

.timegap {
  margin-top: 25px;
}

.recipeoverlay h3.prep {
  color: #333;
  margin: 0 auto 30px;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.cooktime {
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.homepage-subtitle {
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.timeline-center .textbox h3,
.timeline-left .textbox h3,
.timeline-right .textbox h3 {
  text-transform: capitalize !important;
}

#menu-footer li a:hover {
  text-decoration: none !important;
  border-bottom: 1px solid #c33;
}

.spotlight-carousel h2 {
  color: #333;
  margin: 8px auto;
  text-transform: capitalize;
}

.recipe-display .recipelink:hover {
  text-decoration: none;
  color: #cc3333;
}

.featuredsauce-recipe h4 {
  color: #666;
  margin: 0 auto;
  min-height: 30px;
}

@media (max-width: 991px) {
  div#headline-home-page {
    height: 178px;
    width: 315px;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
  }
  .slick-slide.slick-current.slick-active.slick-center {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
  }
  .hero-copy.homepage {
    width: 307px;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin: auto;
  }
}
.dropdown-menu-div .dropdown-menu span.description {
  color: #333;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
}

.dropdown-menu-div .dropdown-menu .spotlight1 h3 {
  color: #333;
}

.recipesearchresults .prepinfo {
  line-height: normal;
  text-transform: capitalize !important;
  margin-bottom: 25px;
}

.recipelink {
  color: #333;
}

.primary-hover {
  text-decoration: underline;
}

.btn.icon.redbtn {
  border-color: #fff;
  background: #c33;
  color: #fff;
  padding: 1px;
  line-height: 1px;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  font-size: 11px;
}

.btn.icon .glyphicon {
  position: relative;
  top: 30%;
  transform: translateY(-50%);
}

#spotlight .row.spotlight-unit {
  padding: 0px;
}
#spotlight .row.spotlight-unit .background-spotlight {
  min-height: 264px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#spotlight .spotlight-unit > div {
  height: auto;
}

@media (max-width: 992px) {
  #spotlight {
    display: none;
  }
  .tax-product_category img.img-responsive.unit-image.hidden-xs {
    height: 198px !important;
  }
}
.spotlight-unit > div > div {
  position: relative;
  top: 50%;
  transform: inherit;
}

.bg-height {
  width: 100%;
}

a.text-decoration {
  text-decoration: none !important;
}

a:focus  {
  text-decoration: none;
}

*:focus {
  outline: 0 !important;
  box-shadow: none;
}

@media (max-width: 1024px) {
  .btn {
    transition: unset;
  }
}
.anchor-hover {
  color: #c33;
  text-decoration: underline;
}

.anchor-hover:hover {
  color: #6b302e !important;
  text-decoration: underline !important;
}

.col-xs-6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sauce-category {
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  padding: 0px 20px;
}
.sauce-category.sauce-cat-inline {
  display: inline;
}

p.sauce-category {
  margin: 0;
}

.nav.navbar-nav.sauce-Category-ul {
  border: 2px solid #cc3333;
  border-radius: 5px;
  width: 100%;
  display: flex;
  border-right: none;
}

.sauce-Category-tab {
  height: 55px;
  width: 217px;
  border-right: 2px solid #cc3333;
  flex-grow: 1;
  flex-basis: 0;
}

.nav.navbar-nav.sauce-Category-list {
  border: 2px solid #cc3333;
  border-radius: 5px;
}

.sauce-Category:nth-last-child(1) {
  border-right: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
  color: #333333;
}

.navlinkcategory {
  color: #333333;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px !important;
  text-align: center;
}

.navbar-header.category-header {
  color: #333333;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
  padding: 20px 16px 19px 0px;
}

.jumpto-section {
  padding: 0px;
}

.sauce-layout-container {
  padding-top: 78px;
  position: relative;
}
.sauce-layout-container .col-lg-4 {
  position: static;
}

.sauce-card {
  text-align: center;
  min-height: 296px;
  min-width: 330px;
  padding: 16px 0px;
}
.sauce-card:hover {
  border-radius: 7px;
  background-color: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1607843137);
}

.img-container {
  height: auto;
  margin: auto;
}

.sauce-title {
  width: 266px;
  color: #333333;
  margin: auto;
}

h3.sauce-title {
  font-weight: 400;
  text-transform: unset;
}
h3.sauce-title.body--lg {
  margin: 0 auto;
}

.sauce-card:hover .sauce-category {
  color: #cc3333;
}

.sauce-card:hover .sauce-title {
  color: #cc3333;
}

.sauce-card:hover .sauce-title:after {
  position: absolute;
  content: "";
  border-top: 2px solid #cc3333;
  border-left: 0px solid #cc3333;
  border-right: 2px solid #cc3333;
  border-bottom: 0px solid #cc3333;
  transform: rotate(45deg);
  height: 6.44px;
  width: 6.44px;
  margin: 14px 0px 0px 5px;
}

h2.heading-md.yellow-card-title {
  margin: 0;
}

.yellow-card-title {
  color: #333333;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  min-height: 40px;
  overflow: hidden;
  max-width: 357px;
}

.yellow-card-Summary {
  min-width: 369px;
  color: #333333;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 10px 0px 30px 0px;
  min-height: 48px;
}

.yellow-crad-desc {
  padding: 40px;
  min-height: 164px;
  min-width: 369px;
  text-align: center;
}

@media (max-width: 1024px) {
  .bottommargin {
    min-height: 144px;
  }
  ul.Recipecontainer {
    padding: 0px;
  }
  .spotlight-peragraph {
    min-height: 40px;
  }
  .page-template-categories .hero-copy {
    width: 329px !important;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin: auto;
  }
  .page-template-categories .container.text-container.white-text {
    min-height: 128px;
    padding: 45px 23px 0px;
    color: #fff;
  }
  .mob-margin {
    margin-top: 32px;
  }
  .row.reciperow {
    margin-top: 17px;
    padding: 15px;
  }
  .col-md-6.recipeoverlay.homepage-overlay-border {
    min-height: 398px;
    min-width: 100%;
  }
  .overlay-border {
    box-sizing: border-box;
    height: auto !important;
    width: auto !important;
    border-radius: 7px;
    margin: auto;
  }
  .simply-img-container {
    height: 108px !important;
    width: 108px !important;
  }
  select.selectpicker {
    box-sizing: border-box;
    height: 48px;
    width: 345px;
    border: 2px solid #cc3333;
    border-radius: 5px;
  }
  /*the container must be positioned relative:*/
  .custom-select {
    position: relative;
  }
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  .select-selected {
    background-color: #fff;
    box-sizing: border-box;
    height: 48px;
    border: 2px solid #cc3333;
    border-radius: 5px;
    text-align: center;
  }
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #666 transparent transparent transparent;
  }
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #666 transparent;
    top: 7px;
  }
  /*style the items (options), including the selected item:*/
  .select-items div,
  .select-selected {
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 9px 0px;
  }
  .select-selected.select-arrow-active {
    text-align: center;
  }
  /*style items (options):*/
  .select-items {
    position: absolute;
    z-index: 99;
    min-height: 312px;
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  }
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  .mob-display {
    display: none;
  }
  .select-items div {
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 32px 0px 0px 0px;
    text-align: center;
  }
  .img-container {
    height: 116px;
    width: 145px;
  }
  .sauce-title {
    width: 165px;
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .sauce-card:hover {
    overflow: hidden;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1607843137);
  }
  .main-yellow-card {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../jpg/group-2.jpg);
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 288px;
    max-width: 345px;
    margin: auto;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
  }
  .sauce-card:hover .sauce-title:after {
    display: none;
  }
  .select-selected:after {
    top: 0px;
    right: 10px;
    position: absolute;
    content: "";
    border-top: 0px solid #666;
    border-left: 0px solid #666;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    margin: 14px 19.31px 0px 5px;
    height: 13.92px;
    width: 14.47px;
  }
  .select-selected.select-arrow-active:after {
    top: 7px;
    right: 10px;
    position: absolute;
    content: "";
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    border-right: 0px solid #666;
    border-bottom: 0px solid #666;
    transform: rotate(45deg);
    margin: 14px 19.31px 0px 5px;
    height: 13.92px;
    width: 14.47px;
  }
  .yellow-card-title {
    min-width: 265px;
  }
  .yellow-card-Summary {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0 24px;
    min-width: 265px;
  }
  .subtitle {
    min-width: 345px !important;
  }
  .heading-medium {
    margin: 17px 0px;
  }
  .tax-product_category .hero-headline sup {
    top: -17px !important;
  }
}
@media (min-width: 1366px) {
  .page-template-categories .hero-inner {
    text-align: left;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5490196078) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .page-template-categories #hero-container img,
  .hero-slide img {
    vertical-align: bottom;
    height: 301px;
    width: 100%;
    object-fit: cover;
  }
  .page-template-categories .hero-copy {
    width: 569px;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px !important;
    letter-spacing: 0;
    line-height: 30px;
  }
  .page-template-categories .hero-inner .text-container {
    text-align: left;
    padding-left: 135px;
  }
  .tax-product_category #hero-container {
    margin-top: 0px !important;
  }
  .recipeoverlay.homepage-overlay-border:last-of-type {
    padding-right: 0px !important;
  }
  .recipeoverlay.homepage-overlay-border:first-of-type {
    padding-left: 0px !important;
  }
  .row.reciperow {
    margin-top: 35px;
    width: 1410px;
  }
  .desktop-display {
    display: none;
  }
  .subtitle {
    max-width: 878px;
    color: #333333;
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    margin: auto;
    padding-top: 16px;
  }
  .main-yellow-card {
    background-image: url("../png/sauce-card.png");
    height: 303px;
    width: 449px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .sauce-layout-container-mob {
    margin-top: 32px;
  }
  .card-gap {
    margin-top: 67px;
  }
  .mob-display {
    display: none;
  }
  .sauce-layout-container {
    padding-top: 0px;
  }
}
.active.sauce-Category-tab a {
  background: #cc3333;
  color: #fff;
}

.active.sauce-Category-tab a:hover {
  background: #cc3333;
  color: #fff !important;
}

li.active.sauce-Category-tab {
  background: #cc3333;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.navlinkcategory:hover {
  color: #333 !important;
}

.ragu-simply-row {
  margin: 32px 0px;
}

.simply-img-container {
  height: 160px;
  width: 160px;
  margin: auto;
  padding: 16px 0px;
}
.simply-img-container img {
  height: 100%;
  margin: auto;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .recipeoverlay.homepage-overlay-border {
    min-height: auto;
    min-width: 345px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .main-yellow-card {
    background-image: url(../png/sauce-card.png);
    height: 303px;
    width: 449px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1336px) {
  .row.desktop-display {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page-template-categories .row.desktop-display {
    padding-top: 32%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .tax-product_category #headline-ragu-simply-roasted-garlic {
    width: 350px !important;
    letter-spacing: 0;
    margin: 0px !important;
    text-transform: uppercase;
  }
  .tax-product_category .hero-copy {
    width: 400px !important;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0px !important;
  }
  p#breadcrumbs {
    display: none;
  }
  .page-template-categories .hero-inner.align-left.other {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5490196078), transparent);
    height: 268px;
  }
  .page-template-categories #hero-container img,
  .hero-slide img {
    height: 268px;
    width: 100%;
    object-fit: cover;
  }
  .page-template-categories .container.text-container.white-text {
    min-height: 128px;
    padding: 16px 23px 0;
    color: #fff;
  }
  .page-template-categories .row.desktop-display {
    padding-top: 27%;
  }
  .page-template-categories .container.text-container.white-text {
    min-height: 128px;
    padding: 16px 23px 0;
    color: #fff;
    top: 9px;
    position: absolute;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .img-responsive.hidden-xs.hidden-sm {
    position: relative;
  }
  .page-template-categories .hero-inner.align-left.other {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5490196078), transparent);
  }
  .page-template-categories .hero-inner {
    width: 100% !important;
  }
  .tax-product_category #headline-ragu-simply-roasted-garlic {
    margin-left: 5px !important;
    min-width: 224px !important;
  }
  .tax-product_category .hero-copy {
    margin-left: 9px !important;
  }
}
@media (max-width: 991px) {
  .page-template-categories .hero-inner.other {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5490196078), transparent);
    height: 268px !important;
    top: 0px;
  }
}
@media (min-width: 1336px) {
  .page-template-categories #hero-container img {
    height: 301px !important;
    width: 100%;
    object-fit: cover;
  }
  .page-template-categories .container.text-container.white-text {
    text-align: left;
    padding-left: 135px;
  }
  .page-template-categories .hero-copy {
    width: 569px;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px !important;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0px;
  }
  .page-template-categories-php .hero-inner.align-left.other {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.54902), transparent);
    text-align: left;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .hidden-xs {
    display: block !important;
    position: relative;
  }
  p#breadcrumbs {
    display: none;
  }
  .page-template-categories .row.desktop-display {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: initial;
  }
}
@media screen and (min-device-width: 1280px) and (max-device-width: 1080px) {
  .row.desktop-display {
    display: none;
  }
}
@media (min-width: 1025px) {
  .page-template-categories .row.desktop-display {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sauce-card {
    min-height: 228px;
    min-width: 181px;
  }
  .sauce-card:hover {
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1607843137);
    min-height: 228px;
    min-width: 181px;
  }
  .sauce-title {
    width: 165px;
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    height: 48px;
    overflow: hidden;
  }
}
.anchor-text-decoration {
  text-decoration: none;
}

@media (min-width: 1366px) {
  .tax-product_category .hero-inner {
    text-align: left;
  }
}
#recipe-filters .panel-default > .panel-heading {
  padding-bottom: 20px;
}

#recipe-filters .panel-group {
  margin: 0;
}

#recipe-filters .panel-body {
  border: none !important;
  padding: 0px 0 0;
}

.tax-product_category .hero-headline sup {
  font-weight: 400;
  top: -30px;
  padding-right: 1%;
  font-size: 28%;
}

@media (max-width: 1366px) {
  .bottommargin {
    min-height: 144px;
  }
}
body.modal-open {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .btn-Recipe-filter {
    display: none;
  }
  .Recipe-count {
    display: none;
  }
  .tax-product_category .img-responsive.hidden-xs.hidden-sm {
    min-width: 100%;
    height: 300px !important;
  }
  .tax-product_category .hero-copy {
    width: 569px;
    font-family: "Open Sans";
    font-size: 18px !important;
    letter-spacing: 0;
    line-height: 30px;
    text-align: left;
    margin: 0px;
  }
  .tax-product_category .container.text-container.black-text· {
    text-align: left;
    width: 100%;
  }
  .tax-product_category #headline-ragu-simply-roasted-garlic {
    letter-spacing: 0;
    width: 602px;
    text-transform: uppercase;
  }
  .tax-product_category .overlay.overlay-border {
    position: absolute !important;
    background-image: url("../png/whitebg-opacity75.png") !important;
    opacity: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .tax-product_category .overlay.overlay-border .text {
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
  }
  .tax-product_category .recipeoverlay .overlay.open {
    opacity: 1 !important;
  }
}
@media (min-width: 1024px) {
  .subtitle {
    max-width: 878px;
    color: #333333;
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    margin: auto;
    padding-top: 16px;
  }
  .overlay-inner .heading--sm {
    min-height: 64px;
  }
}
.tax-product_category .hidden-xs {
  position: relative;
}
.tax-product_category .hero-inner {
  position: absolute;
  top: 0px;
}

@media (max-width: 1024px) {
  .featuredstar {
    width: 43px;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .red-filter-count-btn {
    border: 2px solid #cc3333 !important;
    color: #cc3333 !important;
    font-weight: 800;
    text-transform: uppercase;
  }
  .Recipe-count {
    margin-top: 9px !important;
  }
  #remove-filter-desktop {
    display: none;
  }
  #clear-filter-desktop {
    display: none;
  }
  .tax-product_category .hidden-xs.hidden-sm {
    height: 300px !important;
  }
  .filter-count-dekstop {
    display: none;
  }
  #recipe-filters {
    display: none !important;
  }
  .recipe-holder {
    min-height: 172px;
  }
  .recipe-display h3 {
    font-weight: 600;
    line-height: 28px;
  }
  .recipe-display h4 {
    color: #333333;
    margin: 0px;
  }
  .recipe-display .prepinfo {
    line-height: normal;
    text-transform: capitalize !important;
    margin: 25px 0px;
  }
  .tax-product_category .hero-copy {
    width: 278px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin: auto;
  }
  .tax-product_category #headline-ragu-simply-roasted-garlic {
    min-width: 224px;
    letter-spacing: 0;
    margin: auto;
    text-transform: uppercase;
  }
}
@media (max-width: 1024px) and (max-width: 992px) {
  .tax-product_category #hero-container .hero-inner {
    bottom: auto;
  }
}
@media (max-width: 1024px) {
  .filter-count-mobile {
    padding: 20px 0px;
  }
  .page-template-page-recipe .visible-sm.mobile-header {
    height: 268px !important;
    width: 100%;
  }
  .page-template-page-recipe .hero-inner {
    position: absolute;
    color: #fff;
    top: 0px;
  }
  .page-template-page-recipe .hero-copy {
    width: 329px;
    color: #ffffff;
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 24px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .sort-by-featured {
    box-sizing: border-box;
    height: 44px;
    width: 210px;
    border: 1px solid #666666;
    border-radius: 5px;
  }
  .sortby {
    color: #333333;
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 16px;
    padding-right: 16px;
  }
  .page-template-page-recipe .select-items {
    position: absolute;
    z-index: 99;
    min-height: auto;
    padding-left: 20px;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
  }
  .page-template-page-recipe .select-selected {
    box-sizing: border-box;
    height: 44px;
    width: 210px;
    border: 1px solid #666666;
    border-radius: 5px;
  }
}
input.filters {
  height: 24px !important;
  width: 24px;
}

.form-check-label {
  color: #333333;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  padding-left: 17px !important;
}

.checkbox {
  margin: 16px 0px;
}

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

.panel-title {
  color: #333333;
  letter-spacing: 0;
  padding-bottom: 0px;
  width: 100%;
  padding: 20px 0;
  display: inline-block;
  text-transform: uppercase;
}

.panel-title a:after {
  font-family: Fontawesome;
  content: "\f077";
  float: right;
  font-size: 10px;
  font-weight: 300;
}

a.collapsed {
  text-decoration: none;
}

.collapsed:hover {
  color: #333333;
}

.panel-title a.collapsed:after {
  font-family: Fontawesome;
  content: "\f078";
}

.panel-default > .panel-heading {
  background-color: white;
  padding: 0px;
}

.panel.panel-default {
  border: none;
  box-shadow: none;
}

.panel-body {
  border: none !important;
  padding: 20px 0px 0px 0px;
}

.border-top {
  border-top: 1px solid #ebebeb !important;
}

.fragment {
  min-height: 136px;
  min-width: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  color: #ffffff;
}
.fragment #close {
  float: right;
  display: inline-block;
  font-size: 24px;
}
.fragment .cookie-description {
  margin: 32px 0px;
}
.fragment .cookie-description .cookie-title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 16px;
}
.fragment .cookie-description .cookie-desc {
  width: 690px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  padding-top: 8px;
}
.fragment .cookie-setting {
  color: #ffffff;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .recipe-holder {
    overflow: hidden;
    height: auto;
    width: 573px;
  }
  .recipe-display {
    border: 1px solid #ebebeb;
    padding: 32px 44px 32px 45px;
    margin-bottom: 30px;
    height: 268px;
    width: 573px;
  }
  .recipe-display .recipe-display-title {
    min-height: 64px;
    color: #333333;
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: -0.5px;
    text-align: center;
    margin: 0px;
  }
  .recipe-display .row.prepinfo.equalheight992 {
    margin: 16px 0px 30px 0px;
  }
  .recipe-display .Recipe-cook-time {
    color: #333333;
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    min-width: 107px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .recipe-display .cook-prep-recipe-time {
    color: #666666;
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
  }
  .recipe-display .recipesearchresults .border {
    border-right: 1px solid #666666 !important;
  }
  .cookie-btn-row {
    margin: 50px;
  }
  #remove-filter-desktop {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    float: left;
  }
  .cookie-setting-link {
    margin-top: 9px;
  }
  .mobile-close {
    display: none;
  }
  .desktop-close {
    text-align: center;
    font-size: 15px;
    padding: 7px;
    font-family: revert;
  }
  .filter-count-dekstop {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 300px) {
  .desktop-close {
    font-size: 15px;
    padding: 7px;
    font-family: revert;
  }
  .fragment {
    height: 280px;
    min-width: 100%;
    background-color: rgba(51, 51, 51, 0.9);
  }
  .fragment .cookie-desc {
    min-width: 345px !important;
  }
  .fragment .cookie-setting-link {
    margin-top: 9px;
  }
  .fragment .cookie-description {
    margin: 52px 0 20px;
  }
  .fragment .mobile-close {
    font-size: 30px;
    padding: 12px;
  }
}
@media only screen and (max-width: 450px) and (min-width: 300px) {
  .cookie-desc {
    width: 345px !important;
  }
  .cookie-description {
    margin: 42px 0 20px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 991px) {
  .overlay.overlay-border {
    box-sizing: border-box;
    height: auto !important;
    min-width: auto;
    border: none;
    margin: 0;
  }
  .filter-item {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .tax-product_category .container.text-container.black-text {
    text-align: left;
    padding-left: 40px;
  }
  .sort-by-featured {
    box-sizing: border-box;
    height: auto;
    width: 210px;
    border: none;
  }
  .recipe-holder {
    width: auto;
  }
  .recipe-display {
    width: auto;
    margin-top: -19px;
  }
  .featuredstar {
    right: 15px;
  }
  .page-template-page-recipe #hero-container img,
  .page-template-page-recipe .hero-slide img {
    max-width: 100%;
    vertical-align: bottom;
    min-width: 100%;
    height: 301px;
    object-fit: cover;
  }
  .page-template-page-recipe .hero-inner {
    width: 100%;
  }
  .page-template-page-recipe .hero-inner .text-container {
    text-align: left;
  }
  .page-template-page-recipe .hero-copy {
    width: 569px;
    text-align: left;
    margin: 0px;
  }
}
@media (min-width: 1336px) {
  .page-template-page-recipe #hero-container img,
  .page-template-page-recipe .hero-slide img {
    max-width: 100%;
    vertical-align: bottom;
    min-width: 100%;
    height: 301px;
    object-fit: cover;
  }
  .page-template-page-recipe .hero-inner {
    width: 100%;
    text-align: left;
  }
  .page-template-page-recipe .hero-copy {
    width: 569px;
    font-size: 18px !important;
    letter-spacing: 0;
    line-height: 30px;
    text-align: left;
  }
  .page-template-page-recipe .hero-inner .text-container {
    display: inline-block;
    vertical-align: middle;
    min-width: 630px;
    text-align: left !important;
  }
  select.selectpicker {
    box-sizing: border-box;
    height: 48px;
    width: 345px;
    border: 2px solid #cc3333;
    border-radius: 5px;
  }
  /*the container must be positioned relative:*/
  .custom-select {
    position: relative;
  }
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  .select-selected {
    background-color: #fff;
    box-sizing: border-box;
    height: 48px;
    min-width: 345px;
    border: 2px solid #cc3333;
    border-radius: 5px;
    text-align: center;
  }
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #666 transparent transparent transparent;
  }
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #666 transparent;
    top: 7px;
  }
  /*style the items (options), including the selected item:*/
  .select-items div,
  .select-selected {
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 9px 0px;
  }
  .select-selected.select-arrow-active {
    text-align: center;
  }
  /*style items (options):*/
  .select-items {
    position: absolute;
    z-index: 99;
    min-height: 312px;
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  }
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
}
.close-modal {
  color: #333 !important;
  font-size: 45px !important;
}

#myModalLabel2 {
  color: #333333;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 24px;
}

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.right .modal-dialog .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.right .modal-dialog .modal-body {
  padding: 15px 15px 80px;
}
.modal.right .modal-dialog .modal-header {
  border: none;
  background: #fff;
  padding-top: 24px;
}
.modal.right .modal-dialog .modal-header .close {
  margin-top: -6px;
}
.modal.right .modal-dialog .modal-content span {
  visibility: visible;
  font-size: 47px;
  color: #333;
  font-weight: 100;
}
.modal.right .modal-dialog .modal-content button.close {
  background: none;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
  top: 0;
}

/* ----- MODAL STYLE ----- */
.page-template-page-recipe .modal {
  top: 0px;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

.btn-Recipe-filter {
  height: 44px;
  width: 91px;
  border: 1px solid #666666;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  color: #333;
  text-align: center;
}

.btn-Recipe-filter:focus {
  outline: none;
  box-shadow: none;
}

.text-left {
  text-align: end;
}

.spotlight-img-container {
  height: 183px;
  width: 275px;
}

.tax-product_category img.img-responsive.unit-image.hidden-xs {
  height: 100%;
}

#recipe-filters label > input[type=checkbox] {
  display: none;
}

#recipe-filters label > input[type=checkbox] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 24px;
  height: 24px;
  margin-right: 0.3rem;
  border-radius: 10%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: gray;
  flex-shrink: 0;
  position: absolute;
  left: 0px;
}

#recipe-filters label > input[type=checkbox]:checked + * {
  color: #333333;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 100;
  height: auto;
}

#recipe-filters label > input[type=checkbox]:checked + *::before {
  content: "✓";
  color: white;
  text-align: center;
  background: #cc3333;
  border-color: #cc3333;
  font-family: system-ui;
  font-weight: 700;
}

#recipe-filters label > input[type=checkbox] + * {
  float: left;
  padding-left: 30px !important;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 100;
  height: auto;
}

#recipe-filters label > input[type=checkbox] + :before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 24px;
  height: 24px;
  margin-right: 17px;
  border-radius: 2px;
  border: 1px solid #979797;
  flex-shrink: 0;
  position: absolute;
  left: 0px;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 41px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  color: #333;
  font-weight: 100;
  font-size: 14px;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #979797;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #cc3333;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* basic layout */
fieldset {
  margin: 20px;
  max-width: 400px;
}

#recipe-filters label > input[type=checkbox] + * {
  float: left;
  padding-left: 30px !important;
  position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
  line-height: 24px;
  float: left;
  font-size: 14px;
  text-transform: capitalize;
  padding: 9px 0px 0px 6px;
}

span.select2-selection.select2-selection--single {
  box-sizing: border-box;
  height: 44px;
  width: 210px;
  border: 1px solid #666666;
  border-radius: 5px;
}

span.select2-selection__arrow {
  margin-top: 8px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #fff;
  color: #333;
}

span.select2-dropdown {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border: none;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fff;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
  transform: rotate(180deg);
  margin-top: -9px;
}

.selected-item-border {
  box-sizing: border-box;
  height: auto;
  border: 1px solid #c33;
  margin-right: 6px;
  color: #cc3333 !important;
  font-family: "Open Sans";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  padding: 4px 3px;
  text-transform: uppercase;
  display: block;
  float: left;
  margin: 4px 4px 4px 0px;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

#clear {
  color: #cc3333;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
}

.recipe-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel-group a {
  text-decoration: none;
}

.panel-group a:hover {
  color: #333333;
}

#remove-span {
  height: auto;
  overflow: hidden;
}

#remove-span span.selected-item-border em {
  display: inline-block;
  padding-left: 5px;
  font-family: arial;
}

.modal.right .modal-dialog .modal-content span {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  visibility: visible;
}

/* iPad Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .recipe-display {
    width: auto;
    padding-top: 28px;
    min-height: 268px;
  }
  .spotlight-peragraph· {
    min-height: 64px !important;
  }
  .recipeoverlay .overlay .text {
    position: relative;
    transform: initial;
    padding-top: 15px;
  }
  .recipeoverlay .overlay {
    position: relative !important;
    overflow: visible !important;
    max-height: none !important;
    background: none !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    opacity: 1 !important;
  }
  .recipeoverlay.open .featured-image .img-responsive {
    filter: blur(0px);
  }
}
.ragu-blue-mobile {
  padding-top: 20px;
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  display: none;
}

#clear-filter-desktop {
  color: #cc3333;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: none;
  border-style: solid;
  border-width: 0;
  height: 15px;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 40%;
  width: 15px;
  background-image: url(../png/down-chevron.png);
  background-size: 15px 15px;
  background-color: transparent;
}

#clear-filter-mobile {
  color: #cc3333;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
}

.fa.fa-close.mobile-close {
  text-align: center;
  font-size: 15px;
  padding: 7px;
  font-family: revert;
}

#remove-filter-mobile {
  display: inline-block;
  width: 100%;
}

.modal.right .modal-dialog .modal-body {
  padding: 0px 15px 80px;
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .sort-by-featured {
    box-sizing: border-box;
    height: auto;
    width: 210px;
    border: none;
  }
  .recipe-display {
    width: auto;
    margin-top: -1px;
    min-height: 268px;
  }
}
@media all and (device-width: 1366px) and (device-height: 768px) and (orientation: landscape) {
  .recipe-holder {
    width: auto;
  }
  .recipe-display {
    width: auto;
    margin-top: -24px;
  }
  .featuredstar {
    right: 15px;
  }
}
.panel-default > .panel-heading {
  border-color: #fff;
}

.page-template-page-recipe .col-xs-6 {
  display: block;
}

@media (min-width: 1280px) {
  .overlay-inner {
    height: 86%;
    border: 2px solid #cc3333;
    border-radius: 7px;
    margin: 24px;
    padding-left: 15px;
  }
  .recipeoverlay.homepage .overlay {
    position: absolute !important;
    width: 98%;
  }
  .full-width-overlay {
    width: 100% !important;
  }
  .recipeoverlay.homepage:first-of-type .overlay {
    left: 15px;
  }
  .recipeoverlay.homepage .overlay {
    right: 15px;
  }
}
#right-dish {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

.diff-cat {
  width: auto !important;
  padding: 10px !important;
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .desktop-recipe-filters {
    display: none;
  }
  .filter-count-mobile {
    position: sticky;
    top: 45px;
    background: white;
    z-index: 99;
    padding: 20px 0;
  }
  .modal-body #sort-recipes-mobile {
    height: unset;
  }
  .sort-by-featured {
    height: unset;
  }
  .row.filter-count-dekstop {
    display: none;
  }
}
@media (min-width: 1200px) {
  .row.filter-count-dekstop {
    position: sticky;
    top: 55px;
    background: white;
    z-index: 9;
    padding: 20px 0;
  }
  .desktop-recipe-filters {
    position: sticky;
    top: 155px;
  }
  #collapseThree {
    height: 300px;
    overflow-y: scroll;
    scrollbar-width: thin;
  }
}
.mobile-filter .accordion-inner label {
  display: list-item;
  list-style: none;
}

img.u-photo {
  height: 428px;
  width: 100%;
  object-fit: cover;
}

.single-recipe .col-xs-6 {
  display: block;
  flex-wrap: wrap;
  justify-content: space-around;
}
.single-recipe .featuredstar {
  right: 15px;
}

.headline-gray:after,
.subheadline-gray:after,
.taxonomy-headline-gray:after,
.recipe-headline-gray:after {
  display: none;
}

.directions h2 {
  background: none !important;
  text-align: left;
  color: #333333;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 600 !important;
  letter-spacing: -0.5px;
  line-height: 32px;
}

.recipe-cook-stats-time {
  display: inline;
  padding: 0px 28px;
  border-right: 1px solid #ebebeb;
  color: #666666;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
}
.recipe-cook-stats-time .recipe-detail-prep-time {
  color: #333333;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  padding-left: 9px;
}

.recipe-cook-stats-time:nth-child(1) {
  padding-left: 0px;
}

.recipe-specs .col-xs-6 {
  display: block !important;
}
.recipe-specs .border {
  display: flex;
  width: auto;
}
.recipe-specs h3 {
  margin: 0px 9px;
  height: 24px;
  color: #333333;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
.recipe-specs .col-md-2 {
  display: flex;
}
.recipe-specs .col-md-2 .item-time {
  height: 24px;
  color: #666666;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
.recipe-specs .share {
  padding: 0px;
}
.recipe-specs .share > div {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -9px 3px;
  overflow: hidden;
}

.recipe-specs:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ebebeb;
  width: 87%;
  left: 12%;
  bottom: 3%;
}

.recipe-boxes {
  margin-right: 48px;
  margin-left: 168px;
  height: 624px;
  width: 834px;
}

.recipe-tags .col-md-12 {
  margin-top: 65px;
  margin-left: 169px;
}
.recipe-tags .col-md-12 .tags {
  height: 16px;
  width: 41px;
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 16px;
}

.recipe-ingredients {
  height: auto;
  border: none;
}
.recipe-ingredients .padding {
  padding-top: 23px;
}
.recipe-ingredients ul {
  margin-left: -25px;
}
.recipe-ingredients ul li::marker {
  height: 4px;
  width: 4px;
  background-color: #333333;
}
.recipe-ingredients ul li {
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  padding-left: 8px;
  padding-bottom: 24px;
}
.recipe-ingredients .ingredients-container .btn {
  width: 201px;
  height: 44px;
}
.recipe-ingredients .ingredients-container .red-btn {
  border: 1px solid #c33;
  background: transparent;
  color: #fff;
  padding: 1px;
  border-radius: 4px;
}
.recipe-ingredients .ingredients-container .red-btn div {
  background: #c33;
  padding: 8px;
  height: 40px;
  border-radius: 4px;
  font-weight: 600;
}
.recipe-ingredients .powered-btn {
  height: 24px;
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 24px;
  padding-left: 16px;
  margin-top: 8px;
}

.recipe-instructions {
  border: none;
}
.recipe-instructions .padding {
  padding-top: 24px;
}
.recipe-instructions ol {
  margin-left: -20px;
}
.recipe-instructions ol li {
  padding-left: 8px;
  padding-bottom: 24px;
  height: auto;
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}
.recipe-instructions ol li::marker {
  height: 24px;
  width: 11px;
  color: #333333;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}

@media (max-width: 991px) {
  .print-mobile {
    display: none !important;
  }
  .recipe-boxes {
    margin-left: 15px;
    overflow: inherit;
  }
  .recipe-ingredients {
    margin: 56px 0px 20px;
    height: 100%;
    width: 100%;
  }
  .recipe-ingredients .ingredients-container {
    flex-direction: column;
  }
  .recipe-ingredients .ingredients-container .red-btn {
    align-self: center;
  }
  .recipe-ingredients .ingredients-container .powered-btn {
    padding-left: 0px;
    align-self: center;
  }
  .recipe-instructions {
    margin: 0 0px 20px;
    height: 100%;
    width: 100% px;
    margin-top: 40px;
  }
  .recipe-tags .col-md-12 {
    margin-left: 0px;
  }
  .recipe-cook-stats-time {
    display: inline;
    padding: 0px;
    border-right: 1px solid #ebebeb;
    color: #666;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    flex-grow: 1;
  }
  .recipe-cook-stats-time .recipe-detail-prep-time {
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 0px;
  }
  .recipe-cook-stats-time:nth-child(3) {
    border-right: none;
  }
  .directions h2 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
  }
  .featured-recipe .recipe-image .img-responsive.visible-xs-inline {
    height: 211px;
    width: 100%;
    object-fit: cover;
  }
  .single-recipe .spec-container div {
    display: flex;
    margin: 0px -15px;
  }
  .single-recipe .reciperow {
    margin-top: 0px;
    padding: 15px;
  }
  .single-recipe .headlinediv.homepage {
    margin: 35px 0px 0px;
  }
  .share {
    margin-top: 24px;
  }
  .share > div {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0px 3px;
    overflow: hidden;
  }
  .share-links {
    width: 100% !important;
    float: initial;
    text-transform: capitalize;
  }
  .width-tag {
    float: initial !important;
    text-align: center;
    margin-top: 10px;
    padding: 0px !important;
  }
  .mob-center {
    text-align: center;
  }
  .recipe-specs:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #ebebeb;
    width: 89%;
    left: 6%;
    bottom: -2%;
    padding-bottom: 8%;
  }
}
.carousel {
  position: relative;
  margin-top: 32px;
}

.carousel-title {
  text-align: center;
  color: #333;
}

.recipe-caption {
  text-align: center;
}
.recipe-caption .fixed-button-container button div {
  pointer-events: none;
}

.carousel-img {
  height: 160px;
  width: 160px;
  margin: auto;
}
.carousel-img img {
  width: 100%;
  max-height: 160px;
  aspect-ratio: 160/291;
  object-fit: contain;
}

.carousel-control {
  background: none !important;
  height: 25%;
  width: auto;
  border-radius: 1px;
  color: #333333;
  opacity: unset;
}

.margin-top {
  margin-top: 28px;
}

.carousel-indicators {
  margin-top: 10%;
  bottom: -55px;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #cc3333;
  border: none;
}
.carousel-indicators li {
  height: 10px;
  width: 10px;
  border: 1px solid #cc3333;
}

.glyphicon-chevron-left:before {
  content: url("../png/left-arrow-1.png");
  height: 15.92px;
  width: 9.47px;
  padding-left: 14px;
}

.glyphicon-chevron-right:before {
  content: url("../png/next.png");
  height: 15.92px;
  width: 9.47px;
  padding-right: 14px;
}

.recipe-notes {
  margin-top: 0px;
}

.single-recipe .carousel-title {
  width: 266px;
  height: 90px;
  margin: auto;
  margin-bottom: 20px;
  padding-top: 10px;
}
.single-recipe .homepagerecipelist {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 15px;
  min-width: auto;
  margin-right: 15px;
}
.single-recipe .carousel-control .icon-prev,
.single-recipe .carousel-control .icon-next,
.single-recipe .carousel-control .glyphicon-chevron-left,
.single-recipe .carousel-control .glyphicon-chevron-right {
  top: 83%;
}

.share-links {
  float: left;
  text-transform: capitalize;
}

.width-tag {
  float: left;
  list-style: none;
  width: auto !important;
  color: #333333;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 16px;
  padding: 4px 0px 0px 16px;
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .single-recipe .recipe-cook-stats-time {
    padding: 0px 4px 0px 4px;
  }
  .single-recipe p#breadcrumbs {
    display: block !important;
  }
  .single-recipe .carousel-title {
    width: auto;
  }
  .single-recipe .homepagerecipelist {
    margin-left: 4px;
    margin-right: 4px;
  }
  .single-recipe i.fa.fa-angle-right {
    padding-left: 3px;
  }
  .recipe-specs .share > div {
    display: inline-block;
    height: 34px;
    width: 38px;
    margin: -7px -6px 0px -1px;
    overflow: hidden;
  }
  .share-links {
    width: 21%;
  }
  .recipe-specs:before {
    width: 95%;
    left: 3%;
    bottom: 3%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .single-recipe .recipe-cook-stats-time {
    padding: 0px 4px 0px 4px;
  }
  .single-recipe p#breadcrumbs {
    display: block !important;
  }
  .single-recipe .carousel-title {
    width: auto;
  }
  .single-recipe .homepagerecipelist {
    margin-left: 4px;
    margin-right: 4px;
  }
  .single-recipe i.fa.fa-angle-right {
    padding-left: 3px;
  }
  .recipe-specs .share > div {
    display: inline-block;
    height: 34px;
    width: 38px;
    margin: -7px -6px 0px -1px;
    overflow: hidden;
  }
  .share-links {
    width: 21%;
  }
  .recipe-specs:before {
    width: 95%;
    left: 3%;
    bottom: 3%;
  }
}
.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 505px;
}
.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 0px 0px 30px 0px;
}

@media (max-width: 450px) {
  .video-container {
    max-height: 196px !important;
  }
  .video-container iframe {
    padding: 0px 0px 10px 0px;
  }
}
.basketful-button-container button {
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.228571;
  user-select: none;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.25s ease-in;
  background: #c33;
  width: 180px;
  height: 44px;
  padding: 6px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.basketful-button-container button:hover:before {
  background: #6b302e;
  border: 1px solid #6b302e;
}
.basketful-button-container button:before {
  content: "";
  border: 1px solid #c33;
  background: transparent;
  height: 48px;
  width: calc(100% + 6px);
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -1;
}

.chicory-button-container {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

.promagnifier {
  position: absolute;
}

input.autocomplete {
  display: none !important;
}

div.asl_r p.showmore a {
  height: 16px;
  width: 138px;
  color: #cc3333;
  font-family: "Open Sans" !important;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  border: none !important;
  margin-left: 0px;
  text-transform: uppercase;
  text-decoration: none;
}

div#ajaxsearchliteres2 {
  z-index: 1 !important;
}

a.asl_res_url {
  color: #666666 !important;
  font-size: 18px !important;
  letter-spacing: 0;
  line-height: 30px !important;
}

.asl_loader {
  display: none !important;
}

div.asl_r.asl_w.vertical .results .item::after {
  height: 0px !important;
}

@media (max-width: 992px) {
  header .navbar-header {
    padding: 0 15px;
  }
  header .navbar-default .navbar-collapse,
  header .navbar-default .navbar-form {
    border: none !important;
  }
  header .navbar-collapse {
    padding: 0px 0 0 !important;
  }
  header .container {
    padding: 0px;
  }
  #ajaxsearchlite1 .probox .proinput input,
  div.asl_w .probox .proinput input {
    color: #333 !important;
    font-size: 18px !important;
    font-family: "Open Sans" !important;
    line-height: 30px !important;
    padding: 0px 4px !important;
  }
  div.asl_r.vertical {
    box-shadow: none;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #666666;
  }
  div.asl_r p.showmore {
    margin: 6px 1px;
  }
  div.asl_r p.showmore a {
    color: #cc3333;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
  }
  div.asl_w {
    box-shadow: none !important;
  }
  a.asl_res_url {
    color: #666 !important;
    height: 24px;
    width: 345px;
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 24px !important;
  }
  .mobile-nav-container {
    width: 100%;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    box-shadow: inset 0px 6px 8px 0px rgba(199, 196, 196, 0.2392156863) !important;
  }
  .mobile-nav-container div#ajaxsearchlite1 {
    background-color: transparent !important;
    margin: 0 19px 0 20px;
    width: auto;
  }
  .mobile-nav-container div#ajaxsearchlite1 .vertical {
    left: -10px;
  }
  .mobile-nav-container div#ajaxsearchlite1 .probox {
    margin: 18px 0px 0px 0px;
  }
  .mobile-nav-container div#ajaxsearchlite1 .probox .promagnifier {
    position: absolute;
  }
  .mobile-nav-container div#ajaxsearchlite1 .probox .proinput {
    padding-left: 24px !important;
    color: #999999 !important;
    font-size: 18px !important;
  }
  .mobile-nav-container div#ajaxsearchlite1 .probox .proinput .input.orig {
    height: 30px;
    width: 100vw;
    color: #999999 !important;
    font-family: "Open Sans" !important;
    font-size: 18px !important;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  div[id*=ajaxsearchlite1].wpdreams_asl_container {
    width: 100% !important;
    height: 79px;
  }
  div.asl_r .results {
    padding-left: 0px !important;
  }
  div.asl_r p.showmore a {
    padding-left: 0px !important;
  }
  div#ajaxsearchliteres1.asl_r.vertical {
    border-top: none;
    border-bottom: 1px solid #666666;
    box-shadow: none;
  }
  div#ajaxsearchlite1 {
    height: 79px;
    background-color: #ffffff;
  }
  div#ajaxsearchlite1 .probox {
    padding-top: 25px !important;
    height: 48px !important;
  }
  div#ajaxsearchlite1 .probox .promagnifier {
    position: absolute;
    margin-left: 20px;
  }
  div#ajaxsearchlite1 .probox .proinput {
    padding-left: 24px !important;
  }
  div#ajaxsearchlite1 .probox .proinput .input.orig {
    height: 30px;
    width: 100vw;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 20px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  div[id*=ajaxsearchlite2].wpdreams_asl_container {
    width: 100vw !important;
    position: fixed;
    left: 0;
    height: 79px;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox {
    margin-top: 0px;
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox .promagnifier {
    margin-left: 8px !important;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox .proinput {
    margin-left: 20px;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox .proinput input.orig {
    font-size: 18px !important;
  }
}
@media (min-width: 1428px) {
  .site-logo-link img {
    width: auto;
    margin-left: 15px;
  }
  div#search-bar-container {
    margin-top: 59px;
  }
  div#ajaxsearchliteres2.asl_r.vertical {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    box-shadow: none;
  }
  div#ajaxsearchliteres2 {
    top: 138px !important;
  }
  div#search-bar-container {
    margin-top: 59px;
  }
  .results {
    padding-left: 134px !important;
    padding-top: 30px !important;
  }
  .resdrg {
    padding-top: 8px !important;
  }
  div.asl_r p.showmore {
    padding: 5px 0px 32px 0px;
  }
  div#ajaxsearchlite2 {
    width: 100vw !important;
    height: 79px;
    background-color: #ffffff;
    box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.2) !important;
    position: fixed;
    left: 0;
  }
  div#ajaxsearchlite2 input.autocomplete {
    display: none;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox {
    padding-left: 134px;
    padding-top: 25px;
    box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.2) !important;
    margin-top: 0;
    height: 54px !important;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox .proinput input.orig {
    font-size: 24px !important;
    padding-left: 20px !important;
    height: 50px !important;
    position: relative;
    bottom: 13px;
  }
  input.orig::selection {
    background-color: #fff;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .desktop-search-bar {
    display: none;
  }
}
@media (max-width: 992px) {
  .nav.navbar-nav.navbar-right.header-search {
    display: none;
  }
}
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .nav.navbar-nav.navbar-right.header-search {
    display: block !important;
  }
  div#search-bar-container {
    margin-top: 59px;
  }
  .results {
    padding-left: 134px !important;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox {
    padding-left: 134px;
  }
  div.asl_r p.showmore a {
    margin: 0px 135px;
  }
  div#ajaxsearchliteres2 {
    top: 138px !important;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox .proinput input.orig {
    font-size: 24px !important;
    padding-left: 20px !important;
  }
  input.orig::selection {
    background-color: #fff;
  }
  .desktop-search-bar {
    display: block !important;
  }
  div#ajaxsearchlite2 {
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  div#search-bar-container {
    margin-top: 59px;
  }
  div#ajaxsearchliteres2 {
    top: 138px !important;
  }
  .results {
    padding-left: 134px !important;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox {
    padding-left: 134px;
  }
  div.asl_r p.showmore a {
    margin: 0px 138px;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox .proinput input.orig {
    font-size: 24px !important;
    padding-left: 0px !important;
  }
  .input.orig::selection {
    background-color: #fff;
  }
}
.suggested {
  height: 16px;
  width: 157px;
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 16px;
  margin: 6px 4px 9px 6px !important;
}

.item.asl_r_pagepost:hover {
  text-decoration: none !important;
  background: none !important;
}

a.asl_res_url {
  text-decoration: none;
}

.asl_m .probox .proclose svg {
  display: none;
}

.result-category {
  color: #333333;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
}

.close-btn {
  display: none;
  height: 20px;
  width: 20px;
  float: right;
  margin-top: 18px;
  padding-bottom: 20.5px;
  margin-right: 19px;
  cursor: pointer;
}

.search-close {
  height: 20px;
  width: 20px;
  float: right;
  margin-top: 18px;
  padding-bottom: 20.5px;
  margin-right: 19px;
  cursor: pointer;
}

.close-btn:hover path,
.search-close:hover path {
  fill: red;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox {
    padding-left: 134px !important;
    padding-top: 25px !important;
    margin-top: 0px;
    height: 58px !important;
  }
  div[id*=ajaxsearchlite2].wpdreams_asl_container .probox .proinput input.orig {
    font-size: 24px;
    height: 50px;
    position: relative;
    bottom: 13px;
    padding-left: 20px !important;
  }
  div#ajaxsearchliteres2.asl_r.vertical {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1427px) {
  div.asl_r p.showmore a {
    margin-left: 138px;
  }
}
.filter-by {
  text-transform: uppercase;
}

.search-results-row:last-of-type {
  margin-bottom: 0px !important;
}

.search-results .breadcrumbs {
  margin-left: 242px;
}
.search-results .label--sm a {
  color: #333333;
}

div#ajaxsearchliteres3.asl_r.vertical {
  z-index: 1;
}

.search-results-row.search-post.more-post:not(last-child) {
  border-top: 1px solid #ebebeb;
  margin-top: -1px;
}

@media (max-width: 992px) {
  span.select2-dropdown.select2-dropdown--below {
    width: 248px !important;
    margin-left: 16px;
  }
  span.select2-dropdown.select2-dropdown--above {
    width: 248px !important;
    margin-left: 16px;
  }
  .search-results-container {
    margin-top: 24px;
  }
  .search-results-container div[id*=ajaxsearchlite3] .probox {
    margin-top: 10px;
    border-bottom: 1px solid #979797;
    height: 47px;
  }
  .search-results-container div[id*=ajaxsearchlite3] .probox .innericon > svg {
    height: 20px;
    width: 20px;
    padding-top: 6px;
  }
  .search-results-container div[id*=ajaxsearchlite3] .probox .proinput input.orig {
    margin-left: 20px !important;
    padding-left: 4px !important;
  }
  #ajaxsearchliteres3 {
    z-index: 0;
  }
  #search-container .searched-item .heading--md {
    height: 64px;
    color: #333333;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 32px;
    text-transform: capitalize !important;
  }
  #search-container .drop-down-container {
    margin-bottom: 32px;
  }
  #search-container .drop-down-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
  }
  #search-container .drop-down-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 164px;
  }
  #search-container .drop-down-container .select2-selection {
    margin-left: 16px;
    height: 48px;
    width: 247px;
  }
  .search-results-row {
    height: auto;
    width: auto;
    border-bottom: 1px solid #ebebeb;
  }
  .search-results-row .search-results {
    padding-top: 32px;
  }
  .search-results-row .search-results .product-category-top {
    margin: 24px 34px 0 34px;
  }
  .search-results-row .search-results .product-category-top img {
    height: 171px;
    max-width: 100%;
  }
  .search-results-row .search-results .product-category-bottom {
    margin: auto 15px;
  }
  .search-results-row .search-results .product-category-bottom .label--sm {
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 800;
  }
  .search-results-row .search-results .product-category-bottom .label--sm a {
    color: #333333;
  }
  .search-results-row .search-results .product-category-bottom .label--lg {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-top: 0px;
  }
  .search-results-row .search-results .product-category-bottom .product-description {
    text-align: center;
  }
  .search-results-row .search-results .product-category-bottom .product-category-btns {
    margin-top: 24px;
  }
  .search-results-row .search-results .product-category-bottom .product-category-btns .where-to-buy-btn {
    padding-top: 16px;
  }
  .search-results-row .search-results .product-recipe-top {
    margin: 24px 33px 0 33px;
  }
  .search-results-row .search-results .product-recipe-top img {
    height: 171px;
    max-width: 100%;
    object-fit: cover;
  }
  .search-results-row .search-results .product-recipe-bottom {
    margin: auto 26px;
  }
  .search-results-row .search-results .product-recipe-bottom .label--sm {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    font-weight: 800;
    font-family: "Open Sans";
    margin-bottom: 0px;
  }
  .search-results-row .search-results .product-recipe-bottom .label--lg {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-top: 0px;
  }
  .search-results-row .search-results .product-recipe-bottom .product-recipe-stats .col-xs-4 {
    height: 48px;
    display: flex;
    flex-direction: column;
  }
  .search-results-row .search-results .product-recipe-bottom .product-recipe-stats .col-xs-4 strong {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .search-results-row .search-results .product-recipe-bottom .product-recipe-stats .border {
    border-right: 1px solid #ebebeb;
  }
  .search-results-row .search-results .product-recipe-bottom .tags {
    text-transform: capitalize;
    height: 48px;
    width: auto;
    color: #666666;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
  }
  .search-results-row:last-of-type {
    margin-bottom: 0px !important;
  }
  .search-results-row:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1607843137);
    width: auto;
    height: auto;
  }
  .load-more-btn {
    margin-top: 31px;
    margin-bottom: 64px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #ajaxsearchlite3 input.orig {
    margin-left: 15px !important;
    padding-left: 4px !important;
  }
  div#ajaxsearchliteres3.asl_r.vertical {
    border-top: none;
    border-bottom: none;
    margin-left: 0px;
    padding-left: 13px !important;
  }
  span.select2-dropdown.select2-dropdown--below {
    width: 248px !important;
    margin-left: 16px;
  }
  span.select2-dropdown.select2-dropdown--above {
    width: 248px !important;
    margin-left: 16px;
  }
  #search-container.row {
    padding-left: 0px;
    transition: all ease-in-out 0.25s;
  }
  #search-container.row .searched-item {
    margin-top: 40px;
  }
  #search-container.row .searched-item .heading--md {
    margin-bottom: 0px !important;
    text-transform: capitalize !important;
  }
  #search-container.row .drop-down-container {
    width: 50%;
    margin: 0 auto;
    padding-left: 0px;
  }
  #search-container.row .drop-down-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
  }
  #search-container.row .drop-down-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 154px;
  }
  .row.search-results-row {
    height: auto;
    width: 370px;
  }
  .row.search-results-row .product-category-top img {
    height: 171px;
  }
  .row.search-results-row .product-category-bottom .product-description {
    width: 330px !important;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .row.search-results-row .product-category-bottom .product-category-btns .where-to-buy-btn .viewfilter {
    margin-left: 0px !important;
  }
  .row.search-results-row:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1607843137) !important;
    width: 370px !important;
    height: auto;
    margin: 0 auto;
  }
  .row.load-more-btn {
    margin-top: 31px;
    margin-bottom: 64px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  div#ajaxsearchliteres3.asl_r.vertical {
    border-top: none !important;
  }
  div#ajaxsearchliteres3.asl_r.vertical {
    margin-top: -40px;
    margin-left: 10px;
  }
  div#ajaxsearchliteres3.asl_r.vertical .results {
    margin-left: 22px !important;
    padding-left: 0px !important;
  }
  div#ajaxsearchliteres3.asl_r.vertical p.showmore a {
    margin-left: 26px !important;
  }
  #ajaxsearchlite3 {
    box-shadow: none;
    z-index: 0;
  }
  #ajaxsearchlite3 .probox {
    height: 80px;
    width: 930px;
    border-bottom: 1px solid;
    margin: 0 auto;
  }
  #ajaxsearchlite3 .probox .promagnifier {
    top: 40px;
  }
  #ajaxsearchlite3 .probox .proinput input.orig {
    margin-left: 15px !important;
    font-size: 24px !important;
    top: 38px;
    padding-left: 4px !important;
  }
  span.select2-dropdown.select2-dropdown--below {
    width: 210px !important;
    margin-left: 0px;
  }
  span.select2-dropdown.select2-dropdown--above {
    width: 210px !important;
    margin-left: 0px;
  }
  #search-container.row {
    padding-left: 39px;
    margin-bottom: 29px;
    transition: all ease-in-out 0.25s;
  }
  #search-container.row .searched-item {
    margin-top: 20px;
  }
  #search-container.row .searched-item .heading--md {
    font-size: 32px;
    line-height: 40px;
    font-family: 700;
    text-transform: capitalize !important;
  }
  #search-container.row .drop-down-container {
    margin: 41px auto;
    padding-left: 143px;
  }
  #search-container.row .drop-down-container .filter-by {
    margin-right: 20px;
  }
  #search-container.row .drop-down-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 140px;
    top: 3px;
  }
  #search-container.row .drop-down-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 50px;
  }
  .search-results-row:last-of-type {
    margin-bottom: 0px !important;
  }
  .row.search-results-row {
    width: 930px;
    margin: 0 auto;
    border-top: 1px solid #ebebeb;
  }
  .row.search-results-row .col-sm-8 h3 a {
    color: #333333;
  }
  .row.search-results-row:hover {
    background-color: #ffffff !important;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1607843137) !important;
    width: 930px !important;
    margin: 0 auto;
  }
  .product-category-top a img {
    height: 188px;
  }
  .row.search-results-row .product-category-bottom .label--sm {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    font-weight: 800;
    font-family: "Open Sans";
  }
  .row.search-results-row .product-category-bottom .label--lg {
    font-size: 18px;
    color: #333333;
    font-weight: 800;
    font-family: "Open Sans";
    line-height: 24px;
  }
  .row.search-results-row .product-category-bottom .product-description {
    width: 539px !important;
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
  }
  .row.search-results-row .product-category-bottom .product-category-btns {
    margin-top: 24px;
  }
  .row.search-results-row .product-category-bottom .product-category-btns .where-to-buy-btn .viewfilter {
    margin-left: 20px !important;
  }
  .product-recipe-top img {
    width: 100%;
    height: 188px;
    object-fit: cover;
  }
  .product-recipe-bottom .label--sm {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    font-weight: 800;
    font-family: "Open Sans";
  }
  .product-recipe-bottom .label--lg {
    font-size: 18px;
    color: #333333;
    font-weight: 800;
    font-family: "Open Sans";
    line-height: 24px;
  }
  .product-recipe-bottom .tags {
    width: 546px;
    color: #666666;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: capitalize;
  }
  .row.load-more-btn {
    margin-top: 51px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1428px) {
  .search-results-row:last-of-type {
    margin-bottom: 0px !important;
  }
  div#ajaxsearchliteres3.asl_r.vertical {
    border-top: none !important;
    z-index: 1;
  }
  .search-results-container div#ajaxsearchliteres3 {
    top: 215px !important;
  }
  .search-results-container div[id*=ajaxsearchlite3].wpdreams_asl_container {
    position: relative;
    margin: 0 auto;
    height: 79px;
    width: 930px !important;
    box-shadow: none !important;
    z-index: 0;
  }
  .search-results-container div[id*=ajaxsearchlite3].wpdreams_asl_container .probox {
    box-shadow: none;
    height: 50px;
    border-bottom: 1px solid #666666;
  }
  .search-results-container div[id*=ajaxsearchlite3].wpdreams_asl_container .innericon {
    padding-top: 10px;
  }
  .search-results-container div[id*=ajaxsearchlite3].wpdreams_asl_container .proinput {
    padding-left: 23px !important;
  }
  .search-results-container div[id*=ajaxsearchlite3].wpdreams_asl_container .proinput input.org {
    bottom: 9px;
  }
  .search-results-container div[id*=ajaxsearchlite3].wpdreams_asl_container .proinput input {
    height: 33px !important;
    width: 887px;
    color: #333333 !important;
    font-size: 24px !important;
    letter-spacing: 0;
    line-height: 33px !important;
  }
  #search-container.row {
    padding-left: 242px;
    margin-bottom: 29px;
    transition: all ease-in-out 0.25s;
  }
  #search-container.row .searched-item .heading--md {
    color: #333333;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize !important;
  }
  #search-container.row .drop-down-container {
    padding-top: 20px;
    height: 44px;
    padding-left: 40px;
  }
  #search-container.row .drop-down-container .filter-by {
    height: 16px;
    width: 73px;
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 16px;
    display: inline-block;
    margin-right: 20px;
  }
  #search-container.row .drop-down-container input,
  #search-container.row .drop-down-container button,
  #search-container.row .drop-down-container select,
  #search-container.row .drop-down-container textarea {
    height: 44px;
    width: 210px;
    box-sizing: border-box;
    height: 44px;
    width: 210px;
    border: 1px solid #666666;
    border-radius: 5px;
  }
  .product-category-top img {
    height: 188px;
    max-width: 306px;
  }
  .product-category-bottom .label--sm {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    font-weight: 800;
    font-family: "Open Sans";
  }
  .product-category-bottom .label--lg {
    font-size: 18px;
    color: #333333;
    font-weight: 800;
    font-family: "Open Sans";
    line-height: 24px;
  }
  .product-category-bottom .product-description {
    height: 48px;
    width: 539px;
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .product-recipe-bottom .label--sm {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    font-weight: 800;
    font-family: "Open Sans";
  }
  .product-recipe-bottom .label--lg {
    font-size: 18px;
    color: #333333;
    font-weight: 800;
    font-family: "Open Sans";
    line-height: 24px;
  }
  .product-recipe-bottom .search-results-row .tags span::after {
    display: none;
  }
  .product-recipe-bottom .product-recipe-stats .border::after {
    color: #ebebeb;
    height: 13px;
  }
  .product-recipe-bottom .product-recipe-stats .col-xs-4 {
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    width: auto;
  }
  .product-recipe-bottom .tags {
    width: 546px;
    color: #666666;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: capitalize;
  }
  .product-category-btns {
    margin-top: 24px;
  }
  .product-category-btns .viewfilter {
    margin-left: 20px;
  }
  .search-results-row {
    min-height: 270px;
    width: 930px;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb;
  }
  .search-results-row .col-sm-8 h3 a {
    color: #333333;
  }
  .row.search-results-row:hover {
    background-color: #ffffff !important;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1607843137) !important;
    width: 930px;
    height: 270px;
    margin: 0 auto;
  }
  .recipe-search-image {
    height: 188px;
    width: 100%;
    object-fit: cover;
  }
  .load-more-btn {
    margin-top: 51px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .select2-dropdown.select2-dropdown--below {
    width: 210px !important;
  }
  .select2-dropdown.select2-dropdown--above {
    width: 210px !important;
  }
  #ajaxsearchliteres3.asl_r.vertical {
    border-top: none;
    border-bottom: none;
    margin-left: 195px;
    padding-top: 0px !important;
    top: 199px !important;
    width: 980px !important;
    padding-left: 36px !important;
  }
  #ajaxsearchliteres3.asl_r.vertical p.showmore a {
    margin: 0 5px !important;
  }
  #ajaxsearchlite3 {
    box-shadow: none;
  }
  #ajaxsearchlite3 .probox {
    height: 80px;
    width: 930px;
    border-bottom: 1px solid;
    margin: 0 auto;
  }
  #ajaxsearchlite3 .probox .promagnifier {
    top: 40px;
  }
  #ajaxsearchlite3 .probox .proinput {
    margin-left: 23px;
  }
  #ajaxsearchlite3 .probox .proinput input.orig {
    margin-left: 15px !important;
    font-size: 24px !important;
    top: 38px;
    height: auto;
  }
  #search-container {
    padding-left: 195px;
    margin-bottom: 29px;
  }
  #search-container .searched-item {
    margin-top: 20px;
  }
  #search-container .searched-item .heading--md {
    font-size: 32px;
    line-height: 40px;
    font-family: 700;
    text-transform: capitalize !important;
  }
  #search-container .drop-down-container {
    margin: 41px auto;
    padding-left: 67px;
  }
  #search-container .drop-down-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
  }
  #search-container .drop-down-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 118px;
  }
  #search-container .drop-down-container .filter-by {
    margin-right: 20px;
  }
  .search-results-row {
    width: 930px;
    margin: 0 auto;
    border-top: 1px solid #ebebeb;
  }
  .search-results-row .col-sm-8 h3 a {
    color: #333333;
  }
  .row.search-results-row:hover {
    background-color: #ffffff !important;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1607843137) !important;
    width: 930px;
    margin: 0 auto;
  }
  .product-category-top a img {
    height: 188px;
  }
  .row.search-results-row .product-category-bottom .label--sm {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    font-weight: 800;
    font-family: "Open Sans";
  }
  .row.search-results-row .product-category-bottom .label--lg {
    font-size: 18px;
    color: #333333;
    font-weight: 800;
    font-family: "Open Sans";
    line-height: 24px;
  }
  .row.search-results-row .product-category-bottom .product-description {
    width: 539px;
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .row.search-results-row .product-category-bottom .product-category-btns {
    margin-top: 24px;
  }
  .row.search-results-row .product-category-bottom .product-category-btns .where-to-buy-btn .viewfilter {
    margin-left: 20px;
  }
  .product-recipe-top img {
    width: 100%;
    height: 188px;
    object-fit: cover;
  }
  .product-recipe-bottom .label--sm {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    font-weight: 800;
    font-family: "Open Sans";
  }
  .product-recipe-bottom .label--lg {
    font-size: 18px;
    color: #333333;
    font-weight: 800;
    font-family: "Open Sans";
    line-height: 24px;
  }
  .product-recipe-bottom .product-recipe-stats .col-xs-4 {
    width: auto;
  }
  .product-recipe-bottom .tags {
    width: 546px;
    color: #666666;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: capitalize;
  }
  .load-more-btn {
    margin-top: 51px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1920px) {
  .product-category-btns {
    margin-top: 24px;
  }
  #ajaxsearchliteres3 {
    top: 173px !important;
    width: 950px !important;
  }
  #ajaxsearchliteres3 .results {
    padding-left: 0px !important;
  }
  #ajaxsearchliteres3 p.showmore a {
    margin: 0 5px !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search-close {
    height: 40px;
  }
  .search-icon,
  .close-btn {
    height: 50px;
    margin-top: 19px;
  }
}
.single-product .carousel {
  position: relative;
  margin-top: 0px;
}
.single-product .carousel .single-product-carousel-img {
  height: 495px;
  width: 100%;
  border: 0.5px solid #ebebeb;
  padding: 30px;
}
.single-product .carousel .carousel-control {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  height: auto;
}
.single-product .carousel .carousel-control .glyphicon-chevron-left:before {
  content: "\e079";
}
.single-product .carousel .carousel-control .glyphicon-chevron-right:before {
  content: "\e080";
}
@media screen and (min-width: 768px) {
  .single-product .carousel .carousel-control .glyphicon-chevron-right,
  .single-product .carousel .carousel-control .carousel-control .icon-next {
    margin-right: 10px;
  }
}
.single-product .panel-heading {
  border-top: 2px solid #ebebeb !important;
  border-bottom: 2px solid #ebebeb !important;
  padding: 24px 0px !important;
}
.single-product .panel-heading .panel-title {
  padding: 0px;
}
.single-product .panel-heading .panel-title a:after {
  transform: rotate(180deg);
}
.single-product .product-single-carousel-img {
  height: 495px;
  width: 100%;
  position: sticky;
  top: 10%;
}
.single-product .product-single-carousel-img img {
  height: 100%;
  margin: auto;
}
.single-product .headlinediv.homepage {
  margin: 10px 0 10px;
}
.single-product .product-hero {
  margin: 40px 0;
  display: flex;
}
.single-product .single-product-Container {
  position: sticky;
  top: 10%;
}
.single-product .sauce-card {
  text-align: center;
  padding: 16px 0;
  margin: auto;
}
.single-product .find-show-btn button div {
  pointer-events: none;
}

@media (max-width: 450px) {
  .single-product .carousel {
    position: relative;
    margin-top: 16px;
  }
  .single-product .carousel .single-product-carousel-img {
    height: 247px;
    width: 100%;
  }
  .single-product .product-single-carousel-img {
    height: 247px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .single-product .find-show-btn {
    text-align: center;
  }
  .single-product .bv-row {
    margin: 25px 0;
  }
  .single-product #nutrition .percentdailyvalues::after {
    bottom: -1%;
  }
  .single-product .product-hero {
    margin: 40px 0;
    display: block;
  }
  .center {
    text-align: center;
  }
}
.bv_avgRating_component_container.notranslate {
  color: #cc3333 !important;
  font-family: "Open Sans";
  font-size: 14px !important;
  letter-spacing: 0;
  line-height: 16px !important;
}

button#WAR {
  color: #cc3333 !important;
  font-family: "Open Sans";
  font-size: 14px !important;
  letter-spacing: 0;
  line-height: 16px !important;
  text-transform: uppercase !important;
}

button#WAR:after {
  font-weight: 600;
  position: absolute;
  content: "";
  border-color: #c33;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  height: 6.44px;
  width: 6.44px;
  margin: 5px 0 0 5px;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .single-product p#breadcrumbs {
    display: block;
  }
}
@media (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .single-product p#breadcrumbs {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .nutrition-info {
    margin-top: 50px;
  }
}
#nutrition .percentdailyvalues::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #ebebeb;
  width: 92%;
  left: 4%;
  bottom: 1%;
}

#ragu-spinner-section {
  --section-padding-top: 125%;
  --section-top: -17%;
  --spinner-width: 82.8%;
  --spinner-top: 25.5%;
  --spinner-left: 8.7%;
  --text-padding: 2.5rem 0 8rem;
  --heading-font-size: 26px;
  --logo-max-width: 200px;
  --description-font-size: 15px;
  --description-margin: 3rem;
  --description-p-margin: 2rem;
  overflow: hidden;
  position: relative;
  margin-top: var(--section-top);
  padding-top: var(--section-padding-top);
  --text-max-width: 300px;
}
#ragu-spinner-section > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#ragu-spinner-section .tablet-bg {
  display: none;
}
#ragu-spinner-section .desktop-bg {
  display: none;
  height: 100%;
  object-fit: cover;
}
#ragu-spinner-section #ragu-spinner-wrap {
  position: absolute;
  border-radius: 50%;
  width: var(--spinner-width);
  top: 0;
  margin-top: var(--spinner-top);
  left: var(--spinner-left);
}
#ragu-spinner-section #ragu-spinner-wrap:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
#ragu-spinner-section #ragu-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ragu-spinner-section #ragu-spinner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
}
#ragu-spinner-section #ragu-spinning {
  opacity: 0;
}
#ragu-spinner-section #ragu-spinner-button {
  position: absolute;
  width: 35%;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  overflow: visible;
  filter: drop-shadow(0 0 10px #000);
}
#ragu-spinner-section #ragu-spinner-button:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
#ragu-spinner-section #ragu-spinner-button img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: filter 0.3s ease;
}
#ragu-spinner-section #ragu-spinner-button.pressed {
  transform: scale(0.95) translate(-50%, -50%);
}
#ragu-spinner-section #ragu-spinner-text {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: var(--text-padding);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#ragu-spinner-section #ragu-spinner-text h1 {
  font-size: var(--heading-font-size);
  line-height: 1.1;
  margin: 0;
}
#ragu-spinner-section #ragu-spinner-text .meal-wheel-logo {
  display: block;
  margin: 1rem auto 0;
  width: 100%;
  max-width: var(--logo-max-width);
}
#ragu-spinner-section #ragu-spinner-text .description {
  margin-top: var(--description-margin);
  font-size: var(--description-font-size);
  font-weight: 700;
  line-height: 1.7;
}
#ragu-spinner-section #ragu-spinner-text .description p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: var(--description-p-margin);
}
#ragu-spinner-section #ragu-spinner-text .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  #ragu-spinner-section {
    --section-padding-top: 103%;
    --section-top: -28%;
    --spinner-width: 59.4%;
    --spinner-top: 36.4%;
    --spinner-left: 20.7%;
    --text-padding: 2rem 0 3rem;
    --heading-font-size: 19px;
    --logo-max-width: 190px;
    --description-font-size: 13px;
    --description-margin: 1.5rem;
    --description-p-margin: 0.75rem;
  }
  #ragu-spinner-section .mobile-bg {
    display: none;
  }
  #ragu-spinner-section .tablet-bg {
    display: block;
  }
}
@media (min-width: 992px) {
  #ragu-spinner-section {
    --section-padding-top: 53.8127712337%;
    --section-top: 0;
    --spinner-width: 35.5%;
    --spinner-top: 16.2%;
    --spinner-left: 21.7%;
    --text-padding: 2rem 0;
    --heading-font-size: 22px;
    --logo-max-width: 300px;
    --description-font-size: 15px;
    --description-margin: 2rem;
    --description-p-margin: 1rem;
  }
  #ragu-spinner-section .tablet-bg {
    display: none;
  }
  #ragu-spinner-section .desktop-bg {
    display: block;
  }
  #ragu-spinner-section #ragu-spinner-wrap {
    margin-top: 0;
    top: var(--spinner-top);
  }
  #ragu-spinner-section #ragu-spinner-text {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 33.7%;
  }
  #ragu-spinner-section h1 {
    line-height: 1.25;
  }
}
@media (min-width: 1400px) {
  #ragu-spinner-section {
    --heading-font-size: 30px;
    --description-font-size: 18px;
    --description-margin: 3rem;
    --description-p-margin: 2rem;
  }
}
@media (min-width: 1625px) {
  #ragu-spinner-section {
    --section-padding-top: 45%;
    --spinner-top: 9.8%;
  }
}
#ragu-spinner-section #spinner-text-content {
  width: calc(100% - 3rem);
  max-width: var(--text-max-width);
}
#ragu-spinner-section .break-at br {
  display: none;
}
#ragu-spinner-section .break-at span {
  display: inline;
}
@media (max-width: 575.98px) {
  #ragu-spinner-section .break-at.break-xs br {
    display: inline;
  }
  #ragu-spinner-section .break-at.break-xs span {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #ragu-spinner-section {
    --text-max-width: 500px;
  }
  #ragu-spinner-section .break-at.break-md br {
    display: inline;
  }
  #ragu-spinner-section .break-at.break-md span {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  #ragu-spinner-section {
    --text-max-width: 300px;
  }
  #ragu-spinner-section .break-at.break-lg br {
    display: inline;
  }
  #ragu-spinner-section .break-at.break-lg span {
    display: none;
  }
}
@media (min-width: 1400px) and (max-width: 1624.98px) {
  #ragu-spinner-section .break-at.break-xl br {
    display: inline;
  }
  #ragu-spinner-section .break-at.break-xl span {
    display: none;
  }
}
@media (min-width: 1625px) {
  #ragu-spinner-section .break-at.break-xxl br {
    display: inline;
  }
  #ragu-spinner-section .break-at.break-xxl span {
    display: none;
  }
}

body.page-template-page-meal-wheel {
  --related-gutter: 5rem;
}
body.page-template-page-meal-wheel #wheel-results-wrap {
  display: none;
  padding: 6rem 0;
}
body.page-template-page-meal-wheel #wheel-results-wrap > .container > .hwrap {
  max-width: 800px;
  margin: 0 auto 3rem;
}
body.page-template-page-meal-wheel #wheel-results-wrap .slick-slider,
body.page-template-page-meal-wheel #wheel-results-wrap .slick-list,
body.page-template-page-meal-wheel #wheel-results-wrap .slick-track,
body.page-template-page-meal-wheel #wheel-results-wrap .slick-slide {
  cursor: default;
}
body.page-template-page-meal-wheel .hwrap {
  text-align: center;
}
body.page-template-page-meal-wheel .hwrap h2,
body.page-template-page-meal-wheel .hwrap h3 {
  margin: 0;
}
body.page-template-page-meal-wheel .hwrap .description {
  margin-top: 1rem;
  font-size: 18px;
  line-height: 1.4;
}
body.page-template-page-meal-wheel .hwrap .description p {
  font-size: inherit;
  line-height: inherit;
}
body.page-template-page-meal-wheel .hwrap .description > *:last-child {
  margin-bottom: 0;
}
body.page-template-page-meal-wheel .result-recipe {
  display: flex;
  flex-flow: row wrap;
}
body.page-template-page-meal-wheel .result-recipe .recipe-holder {
  flex: 1 1 50%;
}
body.page-template-page-meal-wheel .result-recipe .recipe-holder .recipe-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.page-template-page-meal-wheel .result-recipe .recipe-holder:before {
  content: "";
  float: left;
  padding-bottom: calc(var(--img-ar, 0) * 100%);
}
body.page-template-page-meal-wheel .result-recipe .recipe-holder:hover .recipe-image {
  transform: scale(1.02);
}
body.page-template-page-meal-wheel .result-recipe .text-content {
  flex: 0 0 100%;
  background: #c33;
  color: white;
  padding: 5rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.page-template-page-meal-wheel .result-recipe .text-content h3 {
  margin: 0 0 4rem;
  padding: 1.5rem 0;
  position: relative;
  font-size: 36px;
  line-height: 1.4;
}
body.page-template-page-meal-wheel .result-recipe .text-content h3:before, body.page-template-page-meal-wheel .result-recipe .text-content h3:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  background-color: white;
  filter: drop-shadow(1px 1px 0 black);
}
body.page-template-page-meal-wheel .result-recipe .text-content h3:before {
  top: 0;
}
body.page-template-page-meal-wheel .result-recipe .text-content h3:after {
  bottom: 0;
}
body.page-template-page-meal-wheel .result-recipe .text-content h3,
body.page-template-page-meal-wheel .result-recipe .text-content h3 a {
  color: inherit !important;
}
body.page-template-page-meal-wheel .result-recipe .text-content .btn.redbtn:not(:hover) {
  border-color: white;
}
body.page-template-page-meal-wheel .result-recipe .text-content .btn.redbtn:not(:hover) div {
  background-color: white;
  color: #c33;
}
@media (min-width: 992px) {
  body.page-template-page-meal-wheel .result-recipe .text-content {
    padding: 6rem;
    flex: 0 0 45%;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-meal-wheel .result-recipe .text-content {
    padding: 8rem;
  }
}
body.page-template-page-meal-wheel .related-wrap {
  margin: 12rem 0 6rem;
}
body.page-template-page-meal-wheel .related-wrap > .hwrap {
  max-width: 800px;
  margin: 0 auto 5rem;
}
body.page-template-page-meal-wheel .related-wrap > .hwrap .description {
  font-size: 18px;
}
body.page-template-page-meal-wheel .related-wrap .cook-prep-recipe-time {
  display: block;
}
body.page-template-page-meal-wheel .related-wrap .cook-prep-recipe-time:not(:last-child) {
  border-right: 1px solid #ccc;
}
body.page-template-page-meal-wheel .related-row {
  margin: calc(var(--related-gutter) * -1) calc(var(--related-gutter) * -0.5) 0;
}
body.page-template-page-meal-wheel .related-row > * {
  margin-top: var(--related-gutter);
  padding: 0 calc(var(--related-gutter) * 0.5);
}
body.page-template-page-meal-wheel .recipe-holder,
body.page-template-page-meal-wheel .recipe-display {
  width: 100%;
}
body.page-template-page-meal-wheel .recipe-holder .recipe-image,
body.page-template-page-meal-wheel .recipe-display .recipe-image {
  height: auto;
}
body.page-template-page-meal-wheel .recipe-display {
  margin: 0;
}
body.page-template-page-meal-wheel .recipe-img-wrap {
  display: block;
  position: relative;
}
body.page-template-page-meal-wheel .featuredstar {
  height: auto;
  right: 0;
}

/*# sourceMappingURL=ragu-custom.min.css.map */
