/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/*@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
body {
  /*    overflow-x: hidden !important;*/ }

.preloader {
  /*    display: none !important;*/ }

.et_social_sidebar_networks,
.et_social_mobile {
  display: none !important; }

.navbar-sub {
  visibility: visible;
  position: absolute;
  top: 100%;
  left: 50%;
  height: auto;
  padding: 15px 15px 15px 15px;
  border: 2px solid #c72233;
  border-radius: 15px;
  background-color: #fff;
  z-index: 5;
  transform: translateX(-42%);
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  width: 250px; }

.navbar-sub, .menu__subcategory {
  transition: top .2s ease, opacity .2s ease, visibility .1s ease; }

.menu > ul > li:hover .navbar-sub {
  opacity: 1;
  visibility: visible;
  top: calc( 100% + 25px); }

.navbar-sub:before, .navbar-sub:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.navbar-sub:before {
  border-color: rgba(199, 34, 51, 0);
  border-bottom-color: #c72233;
  border-width: 18px;
  margin-left: -18px; }

.navbar-sub:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px; }

.navbar-sub a {
  color: #4d2d6b; }

.navbar-sub a:hover {
  color: #be1e2e; }

.navbar-sub li {
  margin: 0 0 10px 0; }

.navbar-sub li:last-child {
  margin: 0; }

.menu > ul > li:after {
  display: block;
  content: "";
  height: 50px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0; }

.menu__item {
  z-index: 9999; }

.drp-w {
  display: none; }

.drp-w.active {
  display: block; }

.page-template-front-page .hero:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.225; }

.page-template-page-recipes .hero:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.225; }

.home .search .show {
  z-index: 10000 !important; }

.home .products__title a,
.home .recipes__title a {
  color: #ce253d; }

.history__title a {
  color: white; }

.single-tips .hero {
  background-size: cover; }

.site__footer {
  z-index: 100; }

/*signup*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial,sans-serif;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  color: #e0e0e0;
  font-weight: 700;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0 #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker tbody tr, .ui-datepicker thead {
  border-bottom: 1px solid #bbb; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-next, .ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(../images/datepicker/arrow.png);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0; }

.ui-datepicker thead {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0 ); }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
  text-shadow: 1px 0 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0; }

.ui-datepicker td a, .ui-datepicker td span {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede', GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  border: 1px solid #c19163;
  color: #666;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

small {
  font-size: 75%; }

.bx-controls-direction {
  display: none !important; }

.product__slider .sw-slide {
  cursor: zoom-in; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.gform_button {
  cursor: pointer; }

.gform_footer {
  position: relative; }

.gform_ajax_spinner {
  margin-left: 20px;
  border: 4px solid rgba(50, 50, 50, 0.1);
  border-left: 4px solid #56565a;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -5px;
  bottom: 5px; }

#gform_wrapper_1 label, #gform_wrapper_1 .validation_error,
.enews-label_wrapper .validation_error {
  display: none !important; }

#gform_wrapper_1 .gfield_description.validation_message {
  position: absolute;
  bottom: -5px; }

.gfield_description.validation_message {
  font-size: 14px;
  color: #c81d2d; }

.enews-label_wrapper li {
  position: relative; }

.enews-label_wrapper .validation_message {
  position: absolute;
  bottom: 0; }

.ui-datepicker-trigger {
  position: absolute;
  left: 550px;
  top: 60px;
  cursor: pointer; }

#gform_wrapper_1 .gform_ajax_spinner {
  left: auto;
  right: -34px;
  top: 0; }

/*product dedicated*/
.single-products .product__content ul {
  margin: 0 0 15px 20px; }

.single-products .product__content ul li {
  position: relative; }

.single-products .product__content ul li:after {
  display: table;
  content: "";
  border: 3px solid #c56e28;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 9px; }

.single-products .product__content h3 {
  margin: 0 0 5px 0; }

.et_monarch .et_social_pin_image {
  width: auto !important;
  float: none !important;
  margin-right: 0 !important;
  height: auto !important; }

.et_monarch .et_social_pinterest_window {
  height: auto !important; }

.et_monarch .et_social_pin_images {
  max-height: 700px !important; }

.zoomContainer {
  z-index: 2; }

.page-template-page-about .hero.hero_min,
.page-template-page-faq .hero.hero_min,
.page-template-page-contact .hero.hero_min {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.prdded_pager {
  z-index: 2;
  position: relative; }

.hidecontrol .bx-pager, .hidebox .prdded_pager {
  display: none !important; }

.recipe__pic img {
  height: auto; }

.site__header {
  z-index: 9999; }

.page-template-page-recipes .websters-select__arrow {
  position: absolute;
  top: 11px;
  right: 15px;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  clip: rect(3px, 15px, 15px, 3px);
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform .3s ease-in-out; }

.ie .recipes__content div {
  top: 50%;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  vertical-align: middle;
  margin: -50px 0 0 0; }

.ie .recipes__content {
  display: block; }

.ie .tips__content {
  display: block;
  padding: 120px 30px 0 40px; }

.ie .social__item {
  display: inline-table;
  width: 25px;
  height: 25px;
  text-align: center; }

.ie .social__item svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: 4px; }

.ie .social {
  margin: 0 30px 0 0; }

.ie .places {
  padding: 0; }

.ie .site__header, .ie .hero__content {
  padding: 0; }

.store-locator__control {
  position: relative; }

.no-store-found {
  position: absolute;
  top: 10px;
  left: 105%;
  background: #a41d35;
  z-index: 99999;
  width: 540px;
  padding: 10px;
  text-align: center;
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'FuturaHeavyRegular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  height: auto;
  padding: 20px 5px 20px 5px;
  line-height: 2; }

.cp_head {
  padding: 40px 0 10px 0; }

.cp_head p {
  margin: 0 0 10px 0;
  color: #535353; }

.tip-mark {
  top: 55px;
  width: 25px;
  height: 25px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  background-color: #ac1e2c;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0; }

#gform_fields_2 li {
  position: relative; }

#gform_fields_2 .gfield_description.validation_message {
  font-size: 14px;
  background-color: #e10027;
  position: absolute;
  color: #fff;
  bottom: 0;
  padding: 1px 10px;
  border-radius: 4px;
  line-height: 20px; }

#gform_fields_2 .gfield_description.validation_message:after {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e10027;
  border-left: 10px solid transparent;
  position: absolute;
  top: -8px;
  left: 10px; }

.cf-tips {
  padding: 20px 0 0 40px;
  height: 80px;
  display: block;
  position: relative; }

.tip-img {
  display: inline-block;
  vertical-align: middle; }

.upc_field, .pkg_field {
  width: calc(50% - 21px) !important;
  display: table; }

.upc_tip, .pkg_tip {
  width: 50% !important;
  float: left; }

.tip-img img {
  display: none; }

.spc-prd {
  float: left;
  width: auto !important; }

.spc-prd > label, .spc-prd > div {
  display: inline-block; }

.spc-prd > div {
  margin: 0 0 0 30px; }

.gfield_checkbox {
  position: relative; }

#gform_wrapper_2 .gfield_radio li label:after, .gfield_checkbox li label:after {
  width: 25px;
  height: 25px;
  z-index: 1;
  background-color: #dfe2db;
  content: '';
  top: 6px;
  display: inline-block;
  position: absolute; }

#gform_wrapper_2 .gfield_checkbox li label:before {
  display: none;
  top: 3px;
  left: 5px;
  width: 20px;
  height: 20px;
  z-index: 2;
  box-sizing: border-box;
  border: 4px solid #000;
  transform: rotate(45deg);
  clip: rect(5px, 20px, 20px, 10px);
  content: '';
  position: absolute; }

#gform_wrapper_2 .gfield_checkbox input[type=checkbox]:checked + label:before {
  display: block; }

#gform_wrapper_2 .gfield_radio li label:after {
  right: 0; }

#gform_wrapper_2 .gfield_checkbox li label:after {
  left: 0; }

#gform_wrapper_2 .gfield_radio li label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 45px; }

#gform_wrapper_2 .gfield_radio input[type=radio], #gform_wrapper_2 .gfield_checkbox input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

#gform_wrapper_2 .gfield_radio li {
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#gform_wrapper_2 .gfield_checkbox li label {
  padding: 0 0 0 45px; }

#gform_wrapper_2 .gfield_checkbox li label:after {
  position: absolute; }

#gform_wrapper_2 .gfield_radio label:before {
  display: none;
  top: 3px;
  right: 9px;
  width: 20px;
  height: 20px;
  z-index: 2;
  box-sizing: border-box;
  border: 4px solid #000;
  transform: rotate(45deg);
  clip: rect(5px, 20px, 20px, 10px);
  content: '';
  position: absolute; }

#gform_wrapper_2 input[type=radio]:checked + label:before {
  display: block; }

#gform_wrapper_2 .validation_error {
  display: none; }

#gform_wrapper_2 .gfield_radio li {
  margin-right: 20px; }

.rec-update {
  margin: 35px 0 0 0; }

.req-fields sup {
  font-size: 35px;
  position: absolute;
  left: 0;
  top: -2px; }

.req-fields {
  color: #ce253d;
  line-height: 1;
  padding: 0 0 0 15px;
  position: absolute !important;
  bottom: 0; }

#gform_2 {
  position: relative;
  padding: 0 0 50px 0; }

#gform_confirmation_message_2 {
  color: #ce253d;
  text-align: center;
  padding: 20px 0;
  border: 2px solid;
  margin: 70px 0 0 0; }

.address_zip, .address_country {
  margin: 15px 0 35px 0; }

/*added by some one else*/
.show-sub {
  display: block; }

.product-category__links {
  display: block; }

.products-list__pic img {
  position: relative;
  top: 0px;
  left: 0px;
  transform: translate(0%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.hero-slider .swiper-pagination {
  padding: 0px; }

.hero-slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  left: -60px; }

.single-products.et_monarch .et_social_pin_image {
  width: 50% !important;
  float: left !important; }

.menu__item {
  font-size: 14px; }

.tax-products_cat .hero-slider {
  display: none !important; }

/*single foodservice*/
.fs-container {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px; }

.fs-container {
  padding-top: 100px; }

.fs-s-sec1 {
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 10px 0; }

.fs-s-sec1-c1 {
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  padding: 30px 0 0 0; }

#prd-slider {
  width: 400px;
  display: table;
  margin: 0 auto 20px auto; }
  #prd-slider .slides {
    font-size: 0; }
    #prd-slider .slides li {
      /*            display: inline-block !important;
                  float: none !important;*/
      vertical-align: middle;
      text-align: center;
      font-size: 0; }

.fs-s-sec1-c2 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-direction-nav {
  display: none !important;
  height: 0;
  width: 0;
  opacity: 0; }

.fs-gal {
  height: auto;
  float: right; }

.fs-s-sec2 {
  margin: 0 0 20px 0; }

.acr-bx .acr-ttl {
  display: block;
  border-bottom: 2px solid #e3e3e3;
  margin: 0 0 10px 0; }
  .acr-bx .acr-ttl h2 {
    font-size: 25px;
    margin: 0 0 10px; }
.acr-bx .label-c2, .acr-bx .label-2 {
  margin: 5px 0 10px 0;
  font-family: 'Montserrat', sans-serif;
  color: #c56e28;
  font-size: 15px;
  text-transform: uppercase; }

.flexslider .slides img.lazy {
  width: 50px;
  margin: 0 auto;
  height: auto;
  opacity: 0.5; }

.pkg-info-table {
  clear: both; }

.pit-rw {
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  padding: 7px; }
  .pit-rw .pit-label {
    width: 40%; }
  .pit-rw:nth-of-type(even) {
    background-color: #f8f8f8; }

.ft-border-btm {
  border-bottom: 2px solid #676666; }

.nut-info-table, .pkg-info-table {
  font-size: 14px; }
  .nut-info-table .nit-rw, .nut-info-table .pit-rw, .pkg-info-table .nit-rw, .pkg-info-table .pit-rw {
    display: -webkit-box;
    display: block;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    padding: 8px; }
    .nut-info-table .nit-rw .nit-label, .nut-info-table .nit-rw .pit-label, .nut-info-table .pit-rw .nit-label, .nut-info-table .pit-rw .pit-label, .pkg-info-table .nit-rw .nit-label, .pkg-info-table .nit-rw .pit-label, .pkg-info-table .pit-rw .nit-label, .pkg-info-table .pit-rw .pit-label {
      font-family: "Proxima Nova",sans-serif;
      font-weight: bold;
      font-size: 14px; }
    .nut-info-table .nit-rw .pit-txt, .nut-info-table .pit-rw .pit-txt, .pkg-info-table .nit-rw .pit-txt, .pkg-info-table .pit-rw .pit-txt {
      padding: 0 0 0 5px; }
    .nut-info-table .nit-rw .pit-per, .nut-info-table .pit-rw .pit-per, .pkg-info-table .nit-rw .pit-per, .pkg-info-table .pit-rw .pit-per {
      margin-left: auto; }
  .nut-info-table .nit-rw:nth-child(odd), .pkg-info-table .nit-rw:nth-child(odd) {
    background-color: #f8f8f8; }

/*food category*/
.fs-txc:after, .fs-container:after {
  content: "";
  clear: both;
  display: table; }

.fs-txc {
  margin: 0 0 25px 0; }

.fs-c-sidebar {
  float: left;
  width: 350px; }
  .fs-c-sidebar .fs-c-bx .fs-c-ttl {
    display: block;
    position: relative;
    padding: 5px 10px 5px 0;
    margin-bottom: 15px;
    font-size: 32px;
    color: #ce253d;
    text-transform: uppercase;
    border-bottom: 2px solid #ce253d;
    font-family: 'FuturaHeavyRegular', sans-serif;
    font-weight: 400;
    font-style: normal; }
  .fs-c-sidebar .fs-cat li a {
    display: block;
    position: relative;
    margin-bottom: 7px;
    color: #ce253d;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 1.5px;
    transition: font-weight .4s ease-in-out; }
    .fs-c-sidebar .fs-cat li a.active, .fs-c-sidebar .fs-cat li a:hover {
      color: #c56e28; }
  .fs-c-sidebar .fs-cat ul {
    margin: 0 0 0 10px; }
  .fs-c-sidebar .fs-cat .sbsb-cat {
    margin-bottom: 12px; }

.fs-c-cnt {
  float: right;
  width: 70%;
  width: -moz-calc(100% - 400px);
  width: -webkit-calc(100% - 400px);
  width: -o-calc(100% - 400px);
  width: calc(100% - 400px); }

.flex-viewport img {
  max-width: 100%; }

.fs-txc.thumb .fs-fxc-r {
  width: 275px;
  float: right; }
  .fs-txc.thumb .fs-fxc-r img {
    max-width: 100%;
    height: auto;
    padding: 0 0 0 15px;
    float: right; }
.fs-txc.thumb .fs-fxc-l {
  float: left;
  width: 70%;
  width: -moz-calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  width: -o-calc(100% - 300px);
  width: calc(100% - 300px); }

.fs-col {
  display: flex;
  justify-content: space-between;
  flex-direction: row; }

.fs-l {
  width: 48%; }

.fs-r {
  width: 48%; }

.breadcrumbs {
  margin-top: 12px;
  vertical-align: middle;
  margin: 0 0 30px 0;
  color: #65686b;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 100 !important; }
  .breadcrumbs a {
    color: #65686b; }
  .breadcrumbs i {
    height: 4px;
    width: 4px;
    display: inline-block;
    background-color: #65686b;
    content: "";
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 7px 0 7px; }

.fs-ctr-icon {
  margin: 40px 0 20px 0; }
  .fs-ctr-icon:after {
    content: "";
    clear: both;
    display: table; }
  .fs-ctr-icon ul li {
    display: inline-block;
    font-size: 0;
    margin: 0 0 0 8px; }
    .fs-ctr-icon ul li a {
      height: 40px;
      width: 40px;
      border: 2px solid #c72233;
      display: inline-block;
      border-radius: 50%; }
      .fs-ctr-icon ul li a:after {
        content: "";
        height: 30px;
        width: 30px;
        display: table;
        background-image: url(../../img/icon-stripe.png);
        background-size: 78px auto;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin: 0 auto 0 auto; }
      .fs-ctr-icon ul li a.file-dwn:after {
        background-position: 5px 6px; }
      .fs-ctr-icon ul li a.file-email:after {
        background-position: -23px 6px; }
      .fs-ctr-icon ul li a.file-print:after {
        background-position: -52px 8px; }

.fs-pg {
  font-size: 17px;
  color: #65686b;
  line-height: 1.3;
  font-family: 'FuturaMedium', sans-serif;
  font-weight: 400; }

.fs-s-sec1-c1 h1, .fs-ttl {
  display: block;
  margin-bottom: 4px;
  font-size: 25px;
  color: #ce253d;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: 'FuturaHeavyRegular', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 15px 0 30px 0;
  border-bottom: 4px dotted #c56e28;
  padding: 0 0 8px 0; }

.label-s1 {
  font-family: "Proxima Nova",sans-serif;
  font-weight: bold;
  color: #c56e28;
  font-size: 17px;
  margin: 0 0 5px 0; }

.fs-desc {
  line-height: 1.2; }
  .fs-desc ul {
    padding: 0 0 0 20px; }
    .fs-desc ul li {
      list-style: none;
      position: relative;
      margin: 0 0 7px 0; }
      .fs-desc ul li:before {
        position: absolute;
        content: "";
        height: 7px;
        width: 7px;
        background-color: #b3b2b2;
        left: -15px;
        top: 5px;
        display: block;
        margin: 0; }

.acr-ttl {
  cursor: pointer;
  position: relative; }
  .acr-ttl:after {
    background-image: url(../../img/accrd-icons.png);
    cursor: pointer;
    font-size: 0;
    height: 18px;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 18px;
    background-size: cover;
    content: "";
    margin: -10px 0 0 0;
    background-position: -3px 0px;
    background-repeat: no-repeat; }
  .acr-ttl.active:after {
    background-position: -29px 0px; }
  .acr-ttl h2 {
    display: block;
    margin-bottom: 4px;
    font-size: 25px;
    color: #ce253d;
    line-height: 1.2;
    letter-spacing: 0;
    font-family: 'FuturaHeavyRegular', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 10px 0 20px 0; }

.acr-bx {
  margin: 0 0 30px 0; }

.acr-cont strong, .acr-cont b {
  font-family: 'FuturaPTBold', sans-serif; }

.fs-note {
  margin: 30px 0 0 0; }
  .fs-note a {
    color: #65686b;
    text-decoration: underline; }

.acr-con-ing {
  margin: 0 0 30px 0; }

.fs-inv-label .label-2 {
  margin: 12px 0 5px 0; }
  .fs-inv-label .label-2:first-of-type {
    margin: 5px 0 5px 0; }

#prd-thumbs ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-start;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100% !important; }
#prd-thumbs li {
  width: auto !important;
  -webkit-flex: 0 0 14%;
  -ms-flex: 0 0 14%;
  flex: 0 0 14%;
  border: 2px solid #ccc;
  padding: 3px;
  cursor: pointer;
  margin: 1% !important; }
  #prd-thumbs li.flex-active-slide {
    border: 2px solid #c72233; }

.flexslider {
  border: 0; }

img.lazy {
  max-width: 100px; }

#prd-thumbs {
  width: 460px; }
  #prd-thumbs img {
    width: auto;
    display: table;
    margin: 0 auto; }

.fs-gal {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.sign-up .validation_error, .sign-up .gfield_label {
  display: none; }
.sign-up .gform_button {
  width: 87px;
  height: 27px;
  border-radius: 25px;
  font-family: 'FuturaPTBold', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  color: #fff;
  background-color: #4d2d6b;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  padding: 0; }
.sign-up .gfield_description.validation_message {
  position: absolute;
  bottom: -7px; }
.sign-up .gform_ajax_spinner {
  margin-left: 20px;
  border: 4px solid rgba(50, 50, 50, 0.1);
  border-left: 4px solid #56565a;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 87px;
  bottom: 5px; }

.search__form {
  right: 35px; }

.prd-links a {
  margin: 0 0 10px 0;
  display: inline-block;
  color: #ce253d;
  text-decoration: none;
  border-bottom: 1px solid #e0b7bc; }
  .prd-links a:hover {
    border-color: transparent; }

.kshr-icon {
  background-image: url(../../img/KVH-D-Symbol.jpg);
  width: 60px;
  height: 70px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 20px 0; }

.main-cont-rb {
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  position: relative; }

.fs-rb {
  padding: 10px 0 0 0; }

.prod-gal {
  clear: both;
  margin: 0 0 50px 0; }
  .prod-gal .t-ttl {
    color: #002554;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 10px;
    padding: 0;
    position: relative; }
  .prod-gal .prm-bx {
    margin: 25px 0 0 0; }
  .prod-gal .prm-elm {
    flex-direction: row;
    justify-content: space-between; }
  .prod-gal .prm-elm, .prod-gal .prm-thb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .prod-gal .prm-thb {
    flex: 0 0 35%;
    padding: 0 30px 0 0; }
  .prod-gal .prm-cnt {
    flex: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; }
  .prod-gal .prm-cnt > h3 {
    display: block;
    position: relative;
    padding: 5px 10px 5px 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #ce253d;
    text-transform: uppercase;
    border-bottom: 2px solid #ce253d;
    font-family: 'FuturaHeavyRegular', sans-serif;
    font-weight: 400;
    font-style: normal; }
  .prod-gal .prm-rw {
    color: #65686b;
    font-size: 18px;
    margin: 10px 0 15px 0; }
  .prod-gal .prm-rw.prm-code {
    font-size: 16px;
    margin: 20px 0 0 0; }
  .prod-gal .prm-reb {
    background-color: #a41d35;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 0 25px;
    line-height: 40px;
    text-transform: uppercase;
    transition: background-color .3s ease, color .3s ease; }
  .prod-gal .prm-file {
    color: #a41d35;
    margin: 0 0 0 35px;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle; }
    .prod-gal .prm-file:before {
      content: "";
      background-image: url(../../img/file-icon-2.png);
      height: 25px;
      width: 25px;
      display: inline-block;
      position: relative;
      background-size: 24px auto;
      background-repeat: no-repeat;
      margin: 0 8px 0 0;
      vertical-align: middle;
      transition: all 0.15s ease 0s; }
  .prod-gal input.copyme {
    border: 0;
    width: 250px;
    display: inline-block;
    cursor: copy;
    color: #65686b;
    font-size: 15px;
    margin: 0 0 0 5px; }
  .prod-gal .prm-act a {
    font-family: 'FuturaPTBold', sans-serif;
    font-weight: 400; }

.cd-msg {
  position: fixed;
  right: 40px;
  top: 40px;
  background-color: #a41d35;
  box-shadow: 0 0 10px #ccc;
  padding: 10px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

.b-lazy {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s; }

.b-loaded {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.fsc-all {
  margin: 50px 0 0 0; }
  .fsc-all img {
    max-width: 100%;
    height: auto; }

@media (min-width: 1200px) {
  .main-cont-rb {
    max-width: 1140px; }

  .prod-gal .prm-cnt > h3 {
    padding: 9px 20px 9px 0;
    margin-bottom: 22px;
    font-size: 21px;
    border-bottom: 2px solid #ce253d; } }
@media (max-width: 999px) {
  .fs-s-sec1-c1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0; }

  .fs-s-sec1 {
    flex-direction: column; }

  .fs-gal {
    height: auto;
    float: none;
    margin: 0 auto;
    display: table; }

  .page-template-page-store-locator-php .store-locator {
    padding-top: 70px; } }
@media (min-width: 768px) and (max-width: 999px) {
  .wrap-main p.prd-ttl {
    padding: 0 0 0 15px; }

  .fs-txc.thumb .fs-fxc-r {
    width: auto;
    float: none; }
  .fs-txc.thumb .fs-fxc-l {
    float: none;
    width: auto; }

  .fs-c-sidebar {
    width: 300px; }

  .fs-c-cnt {
    width: -moz-calc(100% - 315px);
    width: -webkit-calc(100% - 315px);
    width: -o-calc(100% - 315px);
    width: calc(100% - 315px); } }
@media only screen and (max-width: 1200px) {
  .product-category {
    max-width: 1000px;
    padding: 26px 80px 0;
    margin: 0 auto; } }
@media only screen and (max-width: 1199px) {
  .navbar-sub {
    position: relative;
    background: transparent;
    border: none;
    display: none;
    visibility: visible;
    opacity: 1;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    transform: translateX(-50%);
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px; }

  .show-sub {
    display: block !important; }

  .navbar-sub:after, .navbar-sub:before {
    display: none; }

  .navbar-sub li a {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 15px;
    letter-spacing: .5px;
    text-align: center; } }
@media only screen and (max-width: 999px) {
  .product__slider .gallery-top {
    padding-top: 0px; }

  .product__slider .gallery-top .bx-wrapper {
    margin-bottom: 0px; }

  .product__slider .gallery-top .prdded_pager {
    padding-top: 0px; }

  .product__slider-top:after {
    background: none; } }
@media only screen and (max-width: 767px) {
  .hero-slider .swiper-pagination .swiper-pagination-bullet {
    left: 0px; } }
/*added by some one else*/
@media (max-width: 1300px) {
  .ie .products {
    padding: 40px 0 82px; }

  .ie .main-title {
    display: block; } }
@media (max-width: 1199px) {
  .ui-datepicker-trigger {
    left: auto;
    top: 35px;
    right: 14px; } }
@media (min-width: 1341px) and (max-width: 1400px) {
  .site__footer {
    padding-top: 46px; }

  .ft-container {
    max-width: 1080px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto; }

  .site__footer .logo {
    left: -30px;
    bottom: 0;
    top: auto; }

  .site {
    position: relative; }

  .site__footer {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 1020px) and (max-width: 1340px) {
  .site__footer {
    padding-top: 46px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto; }

  .ft-container {
    max-width: 1000px;
    margin: 0 auto; }

  .site__footer {
    padding-left: 180px;
    padding-right: 50px; }

  .site {
    position: relative; }

  .site__footer .logo {
    left: -30px;
    bottom: 0;
    top: auto; }

  .footer__navigation {
    margin-right: 30px; } }
@media (min-width: 900px) and (max-width: 1100px) {
  .site__footer .logo {
    width: 150px;
    height: auto; }

  .site__footer {
    padding-left: 120px; } }
@media (min-width: 767px) and (max-width: 901px) {
  .no-store-found {
    position: absolute;
    top: auto;
    left: 20px;
    bottom: -90px;
    right: 0; } }
@media (min-width: 1000px) and (max-width: 1199px) {
  .product__slider .gallery-top {
    padding-top: 0; }

  .product__slider-top:after {
    top: -170px;
    background-size: 425px auto; }

  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -40px; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .enews-label_wrapper .validation_message {
    position: absolute;
    bottom: -22px; }

  .enews-label_wrapper.gform_wrapper input {
    margin-bottom: 30px; } }
@media (min-width: 1200px) and (max-width: 1250px) {
  .sign-up {
    margin-right: 30px; } }
@media (min-width: 768px) and (max-width: 899px) {
  .enews-label_wrapper .validation_message {
    bottom: -22px; }

  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -40px; } }
@media (max-width: 990px) {
  .ie .site__footer {
    padding: 150px 0 0 0; }

  .ie .social {
    display: block;
    margin: 0 auto 30px 0;
    width: auto; } }
@media (min-width: 768px) and (max-width: 990px) {
  .recipes__row {
    display: block; }

  .recipes__item {
    width: 50%;
    float: left; }

  .store-locator__map {
    height: 450px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .product-category__list {
    float: left;
    width: 50%; }

  .product-category__slider {
    float: left;
    width: 50%; }

  .product-category__item:after {
    display: table;
    content: "";
    clear: both; }

  .products__img {
    border: 5px solid #fff; } }
@media (max-width: 1199px) {
  #gform_fields_2 .gfield_description.validation_message {
    position: relative;
    display: table; }

  .upc_field, .pkg_field {
    width: calc(50% - 21px) !important;
    display: table;
    float: left; }

  .spc-prd {
    margin: 15px 0 0 0;
    clear: both;
    width: 100%;
    float: none; }

  .cmnts {
    clear: both; }

  .cf-tips {
    padding: 20px 0 80px 30px; }

  .tip-img img {
    width: 100px; }

  .tip-mark {
    top: 32px;
    left: 5px; }

  #gform_wrapper_2 .gfield_radio li label:after {
    top: 0; }

  #gform_wrapper_2 .gfield_radio label:before {
    top: -5px; }

  #gform_wrapper_2 li label:after {
    top: -2px; }

  #gform_wrapper_2 .gfield_checkbox li label:before {
    top: -6px; } }
@media (min-width: 1200px) {
  .search .show {
    width: 135px !important; }

  .gfield_radio li {
    margin-right: 13px; }

  .menu__item {
    position: relative;
    margin-left: 22px;
    letter-spacing: 0; }

  #gform_wrapper_2 .gfield_radio li label:after, .gfield_checkbox li label:after {
    width: 35px;
    height: 35px;
    top: 2px; }

  .cmnts {
    margin: 35px 0 0 0; }

  #gform_fields_2 .cmnts .gfield_description.validation_message {
    bottom: 15px; }

  #gform_fields_2 #field_2_7 .gfield_description.validation_message {
    bottom: 35px; } }
@media (min-width: 768px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 18px;
    height: 18px;
    margin: 0 0 0 11px; }

  .history__content {
    max-width: 1000px; }

  .social_footer {
    width: 176px; } }
@media (max-width: 767px) {
  .enews-label_wrapper .validation_message {
    bottom: -22px; }

  .enews-label_wrapper.gform_wrapper input {
    margin-bottom: 20px !important; }

  .recipes {
    padding: 0; }

  .store-locator {
    padding: 0; }

  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    margin: 0 3px; }

  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0; }

  .no-store-found {
    top: auto;
    left: 5px;
    bottom: -80px;
    right: 4px;
    width: auto;
    padding: 5px;
    line-height: 1.5; }

  .store-locator__map {
    width: 100%;
    height: 380px; }

  .upc_field, .pkg_field {
    width: 100% !important;
    display: block;
    float: none;
    clear: both; }

  .tip-mark {
    top: 0;
    left: 0;
    position: relative; }

  .cf-tips {
    padding: 0 0 10px 0;
    height: auto; }

  .product-category {
    padding: 0 20px !important; }

  .product-category__list .dropdown {
    padding: 8px 0 0 0 !important; }

  .product__slider {
    width: 90%;
    margin: 0 auto;
    max-width: 300px; }

  .fs-container.fs-pg {
    padding-top: 70px; }

  .breadcrumbs {
    margin: 0 0 15px 0; }

  .fs-s-sec1-c1 h1, .fs-ttl {
    font-size: 20px;
    margin: 10px 0 20px 0;
    padding: 0 0 8px 0; }

  #prd-slider {
    width: 300px;
    display: table;
    margin: 0 auto 20px auto; }

  #prd-thumbs {
    width: 100%;
    margin: 0 0 20px 0; }

  .fs-col {
    display: flex;
    justify-content: center;
    flex-direction: column; }

  .fs-l, .fs-r {
    width: auto; }

  .acr-bx .acr-ttl h2 {
    font-size: 22px;
    margin: 0 0 8px; }

  .fs-c-sidebar {
    float: none;
    width: auto; }

  .fs-c-sidebar .fs-c-bx .fs-c-ttl {
    font-size: 18px; }

  .fs-c-cnt {
    float: none;
    width: auto;
    margin: 40px 0 0 0; }

  .fs-txc.thumb .fs-fxc-r {
    width: auto;
    float: none;
    display: table;
    margin: 0 auto;
    width: 250px; }
  .fs-txc.thumb .fs-fxc-l {
    float: none;
    width: auto; }

  .fs-c-sidebar .fs-cat li a {
    font-size: 15px;
    line-height: 1.3; }

  .label-s1 {
    font-size: 14px; }

  .prod-gal .prm-elm {
    flex-direction: column;
    justify-content: space-between; }
  .prod-gal .prm-cnt {
    flex: 1;
    text-align: center; }
    .prod-gal .prm-cnt > h3 {
      margin: 10px 0 15px 0;
      font-size: 18px; }
  .prod-gal .prm-file {
    margin: 10px 0 0 0; }
  .prod-gal input.copyme {
    width: auto; }

  .prm-label {
    font-size: 14px; }

  .prod-gal .prm-thb {
    flex: auto;
    padding: 0; }

  .fs-rb .product-category__title {
    text-align: center; } }
@media (min-width: 768px) {
  .prod-gal {
    margin: 0 0 30px 0; }

  .prod-gal .tfs-slide-t-ttl {
    margin-top: 28px; } }

/*# sourceMappingURL=main.css.map */
