/*!
Theme Name: Screaming Chef
Theme URI: http://underscores.me/
Author: OKD Agency
Author URI: https://okd.com
Description: Screaming Chef Theme
Version: 1.0.0
Text Domain: screaming-chef
*/
:root {
  --plyr-color-main: #d80011;
}

/* Font
--------------------------------------------- */
@font-face {
  font-family: "Calder-DarkGritShadow";
  src: url("assets/fonts/Calder-DarkGritShadow.eot");
  src: url("assets/fonts/Calder-DarkGritShadow.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Calder-DarkGritShadow.woff2") format("woff2"), url("assets/fonts/Calder-DarkGritShadow.woff") format("woff"), url("assets/fonts/Calder-DarkGritShadow.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Reset
--------------------------------------------- */
body {
  line-height: 1.13;
}

.btn:not([data-navigation]) {
  transition: 0.5s all;
}

.btn:not([data-navigation]):hover {
  transform: scale(1.1);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 0.95;
}

.calder {
  font-family: "Calder-DarkGritShadow";
  font-weight: normal !important;
}

/* Links
--------------------------------------------- */
a,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Navigation
--------------------------------------------- */
#navigation {
  z-index: 200;
  pointer-events: none;
}

#navigation .menu-sliders {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: flex 0.45s;
}

#navigation .menu-sliders:nth-child(2) {
  flex: 1 0 100%;
  background: transparent;
}

#navigation .menu-sliders:nth-child(odd) {
  background: rgba(0, 0, 0, 0.8);
}

#navigation .menu {
  transform: translateY(-100%);
  transition: transform 0.5s;
  transition-delay: 0.5s;
  visibility: hidden;
  z-index: 3;
}

#navigation .menu .nav .nav-link {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
}

body.menu-open #navigation .menu-sliders:nth-child(2) {
  flex: 0 0 0%;
}

body.menu-open #navigation .menu {
  pointer-events: all;
  transform: translateY(0%);
  visibility: visible;
}

/* Header
--------------------------------------------- */
#header {
  position: relative;
  padding: 20px 0;
  /*z-index: 9;*/
}

#header [data-navigation] {
  z-index: 1;
}

@media (max-width: 1399.98px) {
  #header .logo {
    max-width: 1100px;
  }
}
@media (max-width: 1199.98px) {
  #header .logo {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  #header .logo {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  #header .logo {
    max-width: 530px;
  }
}
@media (max-width: 575.98px) {
  #header {
    overflow: hidden;
  }
  #header .logo {
    max-width: 420px;
  }
}
/* Alignments
--------------------------------------------- */
/* Footer
--------------------------------------------- */
#footer {
  background-image: url(assets/img/footer.jpg);
  background-position: bottom center;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 110px;
}

#footer .nf-form-cont .nf-before-form-content {
  display: none;
}

#footer .nf-form-cont .nf-error-msg.nf-error-required-error {
  color: var(--bs-danger);
}

#footer .nf-form-cont .field-wrap .ninja-forms-field {
  background-color: #363636;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 20px;
}

#footer .nf-form-cont .field-wrap.submit-wrap .ninja-forms-field {
  background-color: var(--bs-primary);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 75px;
  text-transform: uppercase;
}

#footer .nf-form-cont .field-wrap .ninja-forms-field::-moz-placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}

#footer .nf-form-cont .field-wrap .ninja-forms-field::placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}

#footer .nf-form-cont .field-wrap .ninja-forms-field:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

#footer .nf-form-cont .field-wrap .ninja-forms-field::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

/* Component: Locate
--------------------------------------------- */
div[id^=component-locate] .locate-bg {
  background-image: url(assets/img/locate.png);
  background-position: top center;
  background-size: cover;
  padding-bottom: 90px;
  padding-left: 150px;
  padding-top: 180px;
  padding-right: 150px;
}

@media (max-width: 767.98px) {
  div[id^=component-locate] .locate-bg {
    padding-left: 50px;
    padding-right: 50px;
  }
}
div[id^=component-locate] .locate-bg #location {
  background-color: rgba(85, 85, 85, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}

div[id^=component-locate] .locate-bg #location::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

div[id^=component-locate] .locate-bg #location::placeholder {
  color: #fff;
  opacity: 1;
}

div[id^=component-locate] .locate-bg #location:-ms-input-placeholder {
  color: #fff;
}

div[id^=component-locate] .locate-bg #location::-ms-input-placeholder {
  color: #fff;
}

div[id^=component-locate] .locate-bg button[type=submit] {
  font-size: 18px;
}

/* Custom
--------------------------------------------- */
.slogan {
  background-color: var(--bs-secondary);
  background-image: url(assets/img/slogan.jpg);
  background-position: center;
  background-size: cover;
  padding: 120px;
  padding-bottom: 0;
  padding-top: 290px;
}

.slogan > h2 {
  color: #fff;
  font-size: 150px;
  font-weight: bold;
  line-height: 120px;
  margin: 0;
  text-align: center;
  text-shadow: 0 10px 6px #000;
  transform: rotate(349deg);
}

@media (max-width: 1599.98px) {
  .slogan > h2 {
    font-size: 120px;
    line-height: 100px;
  }
}
@media (max-width: 1499.98px) {
  .slogan > h2 {
    font-size: 90px;
    line-height: 80px;
  }
}
@media (max-width: 1199.98px) {
  .slogan {
    padding-bottom: 120px;
    padding-top: 200px;
  }
  .slogan > h2 {
    font-size: 120px;
    line-height: 100px;
  }
}
@media (max-width: 767.98px) {
  .slogan {
    padding: 80px;
  }
  .slogan > h2 {
    font-size: 100px;
    line-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .slogan {
    padding: 30px;
    padding-top: 50px;
  }
  .slogan > h2 {
    font-size: 72px;
    line-height: 70px;
  }
}
.who-we-are h4 {
  font-size: 90px;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
}

.cheeky-statement-title > h2 {
  font-size: 90px;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .cheeky-statement-title > h2 {
    font-size: 50px;
  }
}
.cheeky-statement-content > p {
  font-size: 22px;
}

@media (max-width: 991.98px) {
  .glove {
    background-size: cover !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: black;
}

.contact {
  background-position-x: 60% !important;
  background-position-y: 35px !important;
}

.contact .contac-text {
  height: 100%;
  display: flex;
  align-items: center;
}

.contact .contac-text h1 {
  max-width: 570px;
  font-size: 90px;
  font-weight: 700;
  margin-left: 50px;
  text-transform: uppercase;
}

.home,
.about-us,
.products,
.contact-us {
  background: url(assets/img/contact-page-bg.png);
  background-repeat: no-repeat;
  background-position-x: -645px;
  background-position-y: -233px;
}

@media (max-width: 1399px) {
  .contact .contac-text h1 {
    font-size: 78px;
  }
}
@media (max-width: 1199px) {
  .contact .contac-text h1 {
    padding-top: 30px;
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .contact {
    background-position-x: 70% !important;
    background-position-y: -20px !important;
  }
  .contact .contac-text h1 {
    padding-top: 30px;
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .contact .contac-text h1 {
    font-size: 80px;
    margin-left: 50px;
  }
}
@media (max-width: 575px) {
  .contact .contac-text h1 {
    font-size: 48px;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/****
** Banner
****/
.page-banner {
  height: 220px;
  background-size: cover !important;
}

.page-banner .banner-text h1 {
  font-size: 150px;
  color: white;
  letter-spacing: -5px;
}

@media (max-width: 1599px) {
  .page-banner .banner-text h1 {
    font-size: 120px;
  }
}
@media (max-width: 1399px) {
  .page-banner .banner-text h1 {
    font-size: 110px;
  }
}
@media (max-width: 1199px) {
  .page-banner .banner-text h1 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .page-banner .banner-text h1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .page-banner .banner-text h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .page-banner .banner-text h1 {
    padding: 0 15px;
    text-align: center;
    font-size: 45px;
  }
}
/****
** About
****/
div[id^=component-locate] {
  max-width: 1640px;
  margin: 0 auto !important;
}

div[id^=component-locate].orange .locate-bg {
  background-image: url(assets/img/location-orange-bg.png);
}

div[id^=component-single-image].right img {
  float: right;
}

.about-gallery {
  display: flex;
}

.about-left,
.about-right {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 650px;
  width: 100%;
}

.about-left h1,
.about-right h1 {
  font-size: 90px;
  text-transform: uppercase;
  line-height: 85px;
  font-weight: 700;
  margin-bottom: 30px;
  color: black;
}

.about-left h3,
.about-right h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 35px;
  color: black;
}

.about-left p,
.about-right p {
  font-size: 22px;
  line-height: 28px;
  color: black;
}

.about-left {
  float: right;
  padding-right: 50px;
  max-width: 602px;
}

.about-us {
  background: url(assets/img/page-bg.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 280px;
}

@media (max-width: 1830px) and (min-width: 1400px) {
  .about-right {
    padding-left: 30px;
  }
  .about-left {
    padding-right: 30px;
    padding-left: 15px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .about-right h1,
  .about-left h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .about-right {
    padding-left: 30px;
  }
  .about-left {
    padding-right: 30px;
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .about-left,
  .about-right {
    padding: 0 15px;
    float: none;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .about-left,
  .about-right {
    padding: 0 15px;
  }
  .about-left h1,
  .about-right h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.limit-width .container-fluid {
  max-width: 1980px;
}

/****
** Header
****/
header {
  min-height: 122px;
}

header form.oem-form {
  z-index: 10;
  margin-top: 24px;
  margin-right: 80px;
}

header form.oem-form .geocomplete {
  min-width: 200px;
}

header form.oem-form .btn-locate {
  width: 100%;
  color: white !important;
}

.ham-btn {
  position: fixed;
  z-index: 200;
  left: calc(50% + 580px);
  overflow: hidden;
  box-shadow: none !important;
  top: 24px;
}

.hamburger {
  transform: scale(1);
  margin: 0px auto;
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.burger-main {
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px;
}

.burger-inner {
  position: relative;
  height: 26px;
  width: 36px;
}

.burger-main span {
  position: absolute;
  display: block;
  height: 2px;
  width: 36px;
  border-radius: 2px;
  background: #fff;
}

.top {
  top: 0;
  transform-origin: 34px 2px;
}

.bot {
  bottom: 0;
  transform-origin: 34px 2px;
}

.mid {
  top: 12px;
}

.svg-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.circle {
  width: 68px;
  height: 68px;
}

.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round;
}

.hamburger.open .path {
  animation: dash-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .path {
  animation: dash-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.open .top {
  animation: close-top-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.open .bot {
  animation: close-bot-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .top {
  animation: close-top-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .bot {
  animation: close-bot-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.open .mid {
  animation: burger-fill-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .mid {
  animation: burger-fill-in 0.6s linear normal;
}

.path-burger {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  -webkit-mask: url(#mask);
  mask: url(#mask);
  -webkit-mask-box-image: url(assets/img/mask.svg);
}

.animate-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  transform: rotate(0deg);
  transform-origin: 100% 0;
}

.path-rotation:before {
  content: "";
  display: block;
  width: 30px;
  height: 34px;
  margin: 0 4px 0 0;
  background: #fff;
}

.hamburger.open .animate-path {
  animation: circle-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburger.closed .animate-path {
  animation: circle-out 0.6s linear normal;
  animation-fill-mode: forwards;
}
@keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 240;
  }
}
@keyframes close-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg);
  }
}
@keyframes close-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    transform: rotate(60deg);
  }
  100% {
    left: -5px;
    transform: rotate(45deg);
  }
}
@keyframes close-top-in {
  0% {
    left: -5px;
    bot: 0;
    transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(15deg);
  }
  100% {
    left: 0;
    bot: 1px;
    transform: rotate(0deg);
  }
}
@keyframes close-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg);
  }
  20% {
    left: -5px;
    transform: rotate(60deg);
  }
  80% {
    left: 0;
    transform: rotate(-15deg);
  }
  100% {
    left: 0;
    transform: rotate(0deg);
  }
}
@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  80% {
    width: 36px;
    left: -6px;
  }
  100% {
    width: 36px;
    left: 0px;
  }
}
@keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }
  20% {
    width: 42px;
    left: -6px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  100% {
    width: 0;
    left: 36px;
  }
}
@keyframes circle-out {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle-in {
  0% {
    transform: rotate(360deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#header [data-navigation] {
  z-index: 4 !important;
  overflow: hidden;
}

#header [data-navigation]:hover,
#header [data-navigation]:active,
#header [data-navigation]:focus {
  outline: none;
  box-shadow: none;
}

.nav-link {
  padding: 0.5rem 1.5rem;
}

@media (max-width: 1199px) {
  .nav-link {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 768px) {
  header#header {
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  .fake-header {
    display: block;
    height: 122px;
  }
  body.modal-open header#header {
    right: 8px;
  }
}
header#header {
  z-index: 100;
}

@media (max-width: 991px) {
  header {
    overflow: visible !important;
  }
  header button {
    color: white;
    outline: none !important;
    box-shadow: 0 0 #000 !important;
  }
  header button i {
    color: white;
  }
  header form.oem-form {
    z-index: 10;
    justify-content: flex-end !important;
  }
  header form.oem-form .geocomplete {
    min-width: 160px;
  }
  header .mobile-header {
    position: relative;
  }
  header .mobile-header #collapseLocationSearch {
    position: absolute;
    width: 100%;
    right: 0px;
    top: 78px;
    padding: 0px 15px;
  }
}
.social-nav a i:hover,
.social-nav a i:active,
.social-nav a i:focus {
  color: #209add;
}

@media (max-width: 575px) {
  #header .logo {
    width: 90%;
  }
}
@media (min-width: 992px) {
  header button.btn.btn-white.collapsed {
    display: none;
  }
  header #collapseLocationSearch {
    display: block !important;
    position: relative;
  }
}
#navigation .menu .nav .nav-link {
  text-align: center;
}

@media (max-width: 767px) {
  .btn-search-collapse {
    position: absolute;
    top: 28px;
    right: 80px;
  }
  .ham-btn {
    position: absolute;
    right: 0px;
    left: auto;
  }
}
@media (min-width: 768px) {
  .btn-search-collapse {
    margin-top: 30px;
    margin-right: 80px;
  }
  .ham-btn {
    left: calc(50% + 280px);
  }
}
@media (min-width: 992px) {
  .ham-btn {
    left: calc(50% + 380px);
  }
}
@media (min-width: 1200px) {
  .ham-btn {
    left: calc(50% + 480px);
  }
}
@media (min-width: 1400px) {
  .ham-btn {
    left: calc(50% + 580px);
  }
}
/****
** Product Page
****/
ul[class] {
  margin: 0;
  padding: 0;
}

ul.grid {
  max-width: 1620px;
  margin: 0 auto;
}

ul[class] li {
  list-style: none;
}

/* [1] 'auto-fit' grid columns, so no media queries required. */
/* [2] 'dense' packing fills in holes earlier in the grid. */
.grid {
  display: grid;
  gap: 13px;
  row-gap: 0;
  grid-auto-flow: dense;
  /* [2] */
  grid-template-columns: repeat(auto-fit, 464px);
  /* [1] */
  justify-content: center;
}

.grid > * {
  align-items: flex-start;
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fullwidth,
.is-selected {
  background: transparent;
}

/* [3] Make fullwidth card span all grid columns. */
.fullwidth {
  overflow: hidden;
  opacity: 1;
  height: 100%;
  grid-column: 1/-1;
  transition: 0.2s ease-out;
  background: white;
}

.is-hidden {
  opacity: 0;
  height: 0px;
  transition: 0.2s ease-out;
}

ul.product-badges {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
  margin-left: 0;
}

ul.product-badges li {
  list-style: none;
}

ul.product-badges li:hover,
ul.product-badges li:active,
ul.product-badges li:focus {
  background: transparent;
  background-color: transparent;
}

.component-products ul.grid li {
  position: relative;
  padding: 0px 70.5px 25px;
  transition: 0.4s ease-in;
}

.component-products ul.grid li:hover,
.component-products ul.grid li:active,
.component-products ul.grid li:focus {
  background-color: #c8deac;
  transition: 0.4s ease-in;
}

.component-products ul.grid li:hover button.item-img,
.component-products ul.grid li:active button.item-img,
.component-products ul.grid li:focus button.item-img {
  margin-top: 25px;
  margin-bottom: 10px;
  transition: 0.4s ease-in;
}

.component-products ul.grid li button.btn-img {
  position: absolute;
  width: 59px;
  height: 59px;
  opacity: 1;
  font-size: 0;
  background: url(assets/img/open-product.png);
  background-repeat: no-repeat;
  border: 0;
  bottom: 35px;
  right: 75px;
}

.component-products ul.grid li button.item-img {
  width: 323px;
  height: 446px;
  background-size: cover !important;
  background-position: center !important;
  border: 0;
  font-size: 0;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 0px;
  transition: 0.4s ease-in;
}

.component-products ul.grid li p.product-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  color: #000;
  max-width: 264px;
  margin-bottom: 0;
  margin-top: 20px;
}

.component-products ul.grid li.fullwidth {
  max-width: 1376px;
  width: 100%;
  padding: 0px;
  box-shadow: 17px 26px 0px 0px #e3e3e3;
}

.component-products ul.grid li.fullwidth:hover,
.component-products ul.grid li.fullwidth:active,
.component-products ul.grid li.fullwidth:focus {
  background-color: white !important;
}

.component-products ul.grid li.fullwidth button.close-btn {
  position: absolute;
  right: 30px;
  border: 0;
  background: url(assets/img/close_btn.png);
  background-repeat: no-repeat;
  width: 77px;
  height: 77px;
  font-size: 0;
  box-shadow: none;
  padding: 0;
  top: 30px;
}

.component-products ul.grid li.fullwidth .tip-content {
  border: 2px solid #c8deac;
  padding: 40px 30px;
}

.component-products ul.grid li.fullwidth .tip-content p.product-description {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  max-width: 860px;
  color: black;
}

.component-products ul.grid li.fullwidth .tip-content .product-content ul.product-badges {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
  margin-left: 0;
}

.component-products ul.grid li.fullwidth .tip-content .product-content ul.product-badges li {
  list-style: none;
}

.component-products ul.grid li.fullwidth .tip-content .product-content ul.product-badges li:hover,
.component-products ul.grid li.fullwidth .tip-content .product-content ul.product-badges li:active,
.component-products ul.grid li.fullwidth .tip-content .product-content ul.product-badges li:focus {
  background: transparent;
  background-color: transparent;
}

.component-products ul.grid li.fullwidth .tip-content .product-content h2 {
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

.component-products ul.grid li.fullwidth .tip-content .product-content h2.how-to-eat {
  margin-top: 50px;
}

.component-products ul.grid li.fullwidth .tip-content .product-content h3 {
  font-size: 22px;
  position: absolute;
  bottom: 0;
  color: black;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.component-products ul.grid li.fullwidth .tip-content .product-content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: black;
}

.component-products ul.grid li.fullwidth .tip-content .product-content ul {
  list-style: disc;
  padding: 0;
  margin-left: 20px;
}

.component-products ul.grid li.fullwidth .tip-content .product-content ul li {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  padding: 0;
  color: black;
  list-style: disc;
}

.component-products ul.grid li.fullwidth .tip-content .product-content ul.eat-items {
  margin-bottom: 25px;
}

.component-products ul.grid li.fullwidth .tip-content .img-container {
  display: flex;
}

.component-products ul.grid li.fullwidth .tip-content .img-container img {
  margin-bottom: 30px;
}

.component-products ul.grid li.fullwidth .tip-content .facts-table > :not(caption) > * > * {
  padding: 3px !important;
}

.component-products ul.grid li.fullwidth .tip-content .facts-table tr td {
  font-size: 22px;
  padding-top: 2px !important;
  padding-bottom: 1px !important;
  color: black;
}

.component-products ul.grid li.fullwidth .tip-content .facts-table tr td:first-child,
.component-products ul.grid li.fullwidth .tip-content .facts-table tr td:nth-child(2) {
  text-align: left !important;
}

.component-products ul.grid li.fullwidth .tip-content .facts-table tr td.space {
  padding-left: 15px !important;
}

.component-products ul.grid li.fullwidth.is-hidden {
  padding: 0;
}

.component-products ul.grid li.is-selected {
  background: #c8deac;
}

.component-products ul.grid li.is-selected button.item-img {
  margin-top: 25px !important;
  margin-bottom: 10px !important;
  transition: 0.4s ease-in;
}

.facts-table > :not(caption) > * > * {
  padding: 3px !important;
}

.facts-table tr td {
  font-size: 22px;
  padding-top: 2px !important;
  padding-bottom: 1px !important;
  color: black;
}

.facts-table tr td:first-child,
.facts-table tr td:nth-child(2) {
  text-align: left !important;
}

.facts-table tr td.space {
  padding-left: 15px !important;
}

.component-products ul.grid li.madang:hover,
.component-products ul.grid li.madang:active,
.component-products ul.grid li.madang:focus {
  background-color: #c8deac;
}

.component-products ul.grid li.madang.fullwidth .tip-content {
  border-color: #c8deac;
}

.component-products ul.grid li.madang.fullwidth .tip-content .show-selector,
.component-products ul.grid li.madang.fullwidth .tip-content .recipe-fade {
  background-color: #84b447;
  border-color: #84b447;
}

.component-products ul.grid li.madang.fullwidth .product-content h2 {
  color: #84b447;
}

.component-products ul.grid li.madang.is-selected {
  background: #c8deac;
}

.component-products ul.grid li.cardinal:hover,
.component-products ul.grid li.cardinal:active,
.component-products ul.grid li.cardinal:focus {
  background-color: rgba(204, 28, 82, 0.24);
}

.component-products ul.grid li.cardinal.fullwidth .tip-content {
  border-color: rgba(204, 28, 82, 0.24);
}

.component-products ul.grid li.cardinal.fullwidth .tip-content .show-selector,
.component-products ul.grid li.cardinal.fullwidth .tip-content .recipe-fade {
  background-color: rgba(78, 11, 32, 0.24);
  border-color: rgba(78, 11, 32, 0.24);
}

.component-products ul.grid li.cardinal.fullwidth .product-content h2 {
  color: rgba(78, 11, 32, 0.24);
}

.component-products ul.grid li.cardinal.is-selected {
  background: rgba(204, 28, 82, 0.24);
}

.component-products ul.grid li.your_pink:hover,
.component-products ul.grid li.your_pink:active,
.component-products ul.grid li.your_pink:focus {
  background-color: #ffc2b7;
}

.component-products ul.grid li.your_pink.fullwidth .tip-content {
  border-color: #ffc2b7;
}

.component-products ul.grid li.your_pink.fullwidth .tip-content .show-selector,
.component-products ul.grid li.your_pink.fullwidth .tip-content .recipe-fade {
  background-color: #ff4928;
  border-color: #ff4928;
}

.component-products ul.grid li.your_pink.fullwidth .product-content h2 {
  color: #ff4928;
}

.component-products ul.grid li.your_pink.is-selected {
  background: #ffc2b7;
}

.component-products ul.grid li.moccasin:hover,
.component-products ul.grid li.moccasin:active,
.component-products ul.grid li.moccasin:focus {
  background-color: #ffe0b5;
}

.component-products ul.grid li.moccasin.fullwidth .tip-content {
  border-color: #ffe0b5;
}

.component-products ul.grid li.moccasin.fullwidth .tip-content .show-selector,
.component-products ul.grid li.moccasin.fullwidth .tip-content .recipe-fade {
  background-color: #ffa426;
  border-color: #ffa426;
}

.component-products ul.grid li.moccasin.fullwidth .product-content h2 {
  color: #ffa426;
}

.component-products ul.grid li.moccasin.is-selected {
  background: #ffe0b5;
}

.component-products ul.grid li.pale_turquoise:hover,
.component-products ul.grid li.pale_turquoise:active,
.component-products ul.grid li.pale_turquoise:focus {
  background-color: #b1eeef;
}

.component-products ul.grid li.pale_turquoise.fullwidth .tip-content {
  border-color: #b1eeef;
}

.component-products ul.grid li.pale_turquoise.fullwidth .tip-content .show-selector,
.component-products ul.grid li.pale_turquoise.fullwidth .tip-content .recipe-fade {
  background-color: #3bd4d7;
  border-color: #3bd4d7;
}

.component-products ul.grid li.pale_turquoise.fullwidth .product-content h2 {
  color: #3bd4d7;
}

.component-products ul.grid li.pale_turquoise.is-selected {
  background: #b1eeef;
}

.component-products ul.grid li.columbia_blue:hover,
.component-products ul.grid li.columbia_blue:active,
.component-products ul.grid li.columbia_blue:focus {
  background-color: #ade6ff;
}

.component-products ul.grid li.columbia_blue.fullwidth .tip-content {
  border-color: #ade6ff;
}

.component-products ul.grid li.columbia_blue.fullwidth .tip-content .show-selector,
.component-products ul.grid li.columbia_blue.fullwidth .tip-content .recipe-fade {
  background-color: #1ebaff;
  border-color: #1ebaff;
}

.component-products ul.grid li.columbia_blue.fullwidth .product-content h2 {
  color: #1ebaff;
}

.component-products ul.grid li.columbia_blue.is-selected {
  background: #ade6ff;
}

.component-products ul.grid li.sunglow:hover,
.component-products ul.grid li.sunglow:active,
.component-products ul.grid li.sunglow:focus {
  background-color: rgba(253, 212, 54, 0.34);
}

.component-products ul.grid li.sunglow.fullwidth .tip-content {
  border-color: rgba(253, 212, 54, 0.34);
}

.component-products ul.grid li.sunglow.fullwidth .tip-content .show-selector,
.component-products ul.grid li.sunglow.fullwidth .tip-content .recipe-fade {
  background-color: rgba(163, 129, 2, 0.34);
  border-color: rgba(163, 129, 2, 0.34);
}

.component-products ul.grid li.sunglow.fullwidth .product-content h2 {
  color: rgba(163, 129, 2, 0.34);
}

.component-products ul.grid li.sunglow.is-selected {
  background: rgba(253, 212, 54, 0.34);
}

@media (max-width: 1417px) {
  .component-products ul.grid li.fullwidth .tip-content {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .facts img {
    max-width: 426px;
    margin-bottom: 30px;
  }
  .component-products ul.grid li.fullwidth .tip-content .product-content ul.eat-items {
    margin-bottom: 0;
  }
  .component-products ul.grid li.fullwidth .tip-content .product-content h3 {
    margin: 15px 0 25px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .facts img {
    max-width: 100%;
  }
}
@media (max-width: 463px) {
  .component-products ul.grid {
    grid-template-columns: repeat(auto-fit, 320px);
  }
  .component-products ul.grid li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .component-products ul.grid li button.btn-img {
    right: 15px;
  }
  .component-products ul.grid li button.item-img {
    width: 290px;
    height: 400px;
  }
  .component-products ul.grid li p.product-title {
    max-width: 232px;
  }
}
.eat-items li:hover,
.eat-items li:active,
.eat-items li:focus {
  background: transparent !important;
}

.cheeky-statement-title h2 {
  color: black;
}

.cheeky-statement-content p {
  font-size: 28px !important;
  font-weight: 400;
}

@media (min-width: 1400px) {
  .cheeky-statement-content p {
    font-size: 28px !important;
    font-weight: 400;
    padding-right: 45px;
  }
}
.component-products ul.grid li.sunglow.fullwidth .product-content h2 {
  color: #fcb426;
}

.component-products ul.grid li.cardinal.fullwidth .product-content h2 {
  color: #f15a5d;
}

div[id^=component-products] .btn-toggle {
  margin-bottom: 60px;
  transition: 0.5s all;
  font-size: 18px;
  font-weight: 700;
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
}

div[id^=component-products] .btn-toggle:hover {
  transform: scale(1.1);
}

div[id^=component-products] .btn-toggle:after {
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-width: 20px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -20px;
  margin-top: 10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: 0.5s all;
  width: 0;
}

div[id^=component-products] .btn-toggle.no-arrow:after {
  content: none;
}

div[id^=component-products] .btn-toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
}

/****
** Slider Component
****/
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider-side {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position-x: 43% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 556px;
  border-right: 5px solid black;
}

.slider-side h2 {
  text-align: left;
  color: black;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 80px;
}

.slider-container {
  position: relative;
  padding-right: 70px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper-slide {
  background: transparent;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide .slide-box {
  height: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
}

.swiper-slide .slide-box .slide-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  min-height: 185px;
}

.swiper-slide .slide-box .slide-image {
  margin-bottom: 20px;
}

.swiper-slide .slide-box .slide-description {
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
  color: black;
}

.swiper-slide .slide-box .slide-button {
  margin-top: auto;
}

.swiper-slide .slide-box .slide-button a.btn {
  display: block !important;
  background: black !important;
  color: white;
  height: 30px;
  padding: 3px;
}

.swiper-button-prev {
  display: none;
}

.swiper-button-next {
  background-color: black;
  padding: 30px;
}

.swiper-button-next .next-content {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 0 16.5px 30px;
  border-color: transparent transparent transparent #fff;
  background-image: none;
}

.swiper-button-next:after {
  content: "";
}

@media (min-width: 1400px) {
  .slider-side h2 {
    font-size: 72px;
    line-height: 80px;
  }
}
@media (max-width: 1399px) {
  .slider-side h2 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  .slider-side {
    border-right: 0;
    border-bottom: 5px solid black;
  }
  .slider-side h2 {
    font-size: 72px;
    line-height: 80px;
  }
  .slider-container {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .slider-side h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .slider-container {
    padding-right: 0;
    padding-left: 0;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 35%;
  }
}
.social-box {
  background-repeat: no-repeat !important;
  background-position-x: center !important;
  max-width: 1640px;
  margin: 0 auto;
}

.social-box .list-social {
  display: flex;
  justify-content: center;
  padding-top: 100px;
}

.social-box .slides {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 0 15px;
}

.social-box .social-element {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.26);
}

.social-box .social-element .front-side {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.64);
  opacity: 0;
  transition: 0.4s ease-in;
}

.social-box .social-element .front-side:hover,
.social-box .social-element .front-side:active,
.social-box .social-element .front-side:focus {
  opacity: 1;
  transition: 0.4s ease-in;
}

@media (max-width: 767px) {
  .social-box .slides {
    flex-direction: column;
  }
}
.relative {
  position: relative;
}

.custom-banner {
  height: calc(100% - 6px);
}

.microwave {
  position: absolute;
  right: 210px;
  top: 110px;
}

.short-column {
  max-width: 635px;
}

.who-we-are h4 {
  font-size: 133px !important;
  line-height: 110px;
  color: black !important;
}

.side-content p {
  line-height: 32px;
}

section#video .col-xl-6:first-child {
  display: flex;
  justify-content: center;
  background: url("assets/img/video-bg.png") no-repeat;
}

section#video .col-xl-6:first-child > div {
  position: relative;
}

section#video .col-xl-6:first-child .screaming-chef {
  position: absolute;
  bottom: 0;
}

section#video .col-xl-6:first-child h1 {
  font-size: 130px;
  color: white;
  margin-bottom: 285px;
  margin-top: 75px;
  margin-left: 380px;
  letter-spacing: -5px;
}

section#video .col-xl-6:nth-child(2) {
  padding-left: 60px !important;
}

@media (max-width: 1799px) {
  section#video .col-xl-6:first-child h1 {
    font-size: 100px;
    margin-left: 185px;
    margin-top: 220px;
  }
  section#video .col-xl-6:first-child .screaming-chef {
    left: -200px;
  }
}
@media (max-width: 1399px) {
  section#video .col-xl-6:first-child h1 {
    font-size: 100px;
    margin-left: 185px;
    margin-top: 220px;
  }
  section#video .col-xl-6:first-child .screaming-chef {
    left: -200px;
  }
}
@media (max-width: 1199px) {
  .custom-banner {
    height: 100%;
  }
  .microwave {
    right: 55%;
  }
  section#video .col-xl-6:first-child {
    background-size: cover;
  }
  section#video .col-xl-6:nth-child(2) {
    padding-left: 0 !important;
  }
  section#video .col-xl-6 .single-video .col-12 {
    margin: 15px;
  }
}
@media (max-width: 991px) {
  .center-gif {
    transform: translate(-25%, 0%);
  }
  section#video .col-xl-6:first-child h1 {
    font-size: 90px;
    margin-top: 230px;
  }
}
@media (max-width: 767px) {
  section#video .col-xl-6:first-child {
    height: 600px;
  }
  section#video .col-xl-6:first-child .screaming-chef {
    width: 440px;
    left: -275px;
  }
  section#video .col-xl-6:first-child h1 {
    font-size: 70px;
    margin-left: 0;
    position: absolute;
    margin: 0;
    bottom: 200px;
    left: 5px;
  }
  section#video .col-xl-6 .single-vide .col-12 {
    margin: 0;
  }
}
@media (max-width: 575px) {
  section#video .col-xl-6:first-child {
    height: 600px;
  }
  section#video .col-xl-6:first-child .screaming-chef {
    width: 300px;
    left: -210px;
  }
  section#video .col-xl-6:first-child h1 {
    font-size: 48px;
    margin-left: 0;
    position: absolute;
    margin: 0;
    bottom: 160px;
    left: -25px;
  }
  section#video .col-xl-6 .single-vide .col-12 {
    margin: 0;
  }
}
@media (max-width: 425px) {
  .custom-banner {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .side-content p {
    padding-right: 10px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .slogan {
    padding-top: 206px !important;
  }
}
.component-locate .geocomplete {
  width: 100%;
}

.component-locate .btn-locate {
  width: 100%;
  color: white !important;
}

.component-locate button {
  height: 38px;
}

@media (min-width: 768px) {
  .component-locate .geocomplete {
    min-width: 330px;
  }
}
/****
** Recipe Component
****/
div[id^=component-recipe] .recipe-presentation {
  padding-bottom: 120px;
}

div[id^=component-recipe] .recipe-tagline {
  padding: 90px;
  z-index: 11;
}

div[id^=component-recipe] .recipe-tagline h2 {
  font-size: 120px;
}

@media (max-width: 1600px) {
  div[id^=component-recipe] .recipe-tagline h2 {
    font-size: 100px;
  }
}
@media (max-width: 1399px) {
  div[id^=component-recipe] .recipe-tagline h2 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  div[id^=component-recipe] .recipe-tagline h2 {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  div[id^=component-recipe] .recipe-tagline {
    padding: 20px;
  }
  div[id^=component-recipe] .recipe-tagline h2 {
    font-size: 110px;
  }
}
@media (max-width: 767.98px) {
  div[id^=component-recipe] .recipe-tagline {
    padding: 20px;
  }
  div[id^=component-recipe] .recipe-tagline h2 {
    font-size: 90px;
  }
}
@media (max-width: 575.98px) {
  div[id^=component-recipe] .recipe-tagline h2 {
    font-size: 45px;
  }
}
div[id^=component-recipe] .recipe-thumbnail {
  right: -100px !important;
  max-width: 669px !important;
  width: 100%;
}

div[id^=component-recipe] .recipe-thumbnail.recipe-thumbnail-right {
  right: auto;
  left: -80px;
}

@media (max-width: 1199.98px) {
  div[id^=component-recipe] .recipe-thumbnail {
    right: 0px;
  }
  div[id^=component-recipe] .recipe-thumbnail.recipe-thumbnail-right {
    right: auto;
    left: 0px;
  }
}
div[id^=component-recipe] .recipe-title {
  font-size: 60px;
}

div[id^=component-recipe] .btn-toggle {
  margin-bottom: 60px;
  transition: 0.5s all;
  font-size: 18px;
  font-weight: 700;
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
}

div[id^=component-recipe] .btn-toggle:hover {
  transform: scale(1.1);
}

div[id^=component-recipe] .btn-toggle:after {
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-width: 20px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -20px;
  margin-top: 10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: 0.5s all;
  width: 0;
}

div[id^=component-recipe] .btn-toggle.no-arrow:after {
  content: none;
}

div[id^=component-recipe] .btn-toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
}

div[id^=component-recipe] .recipe-collapse {
  background-color: #f5f4f0;
  box-shadow: 11px 11px 0 0 #e3e3e3;
}

@media (min-width: 1400px) {
  .extra-col,
  .col-6-5,
  .col-3-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-6-5 {
    flex: 0 0 54.166666645%;
    max-width: 54.166666645%;
  }
  .col-3-5 {
    flex: 0 0 29.166666655%;
    max-width: 29.166666655%;
  }
}
.recipe-background {
  height: 520px;
  display: flex;
}

.recipe-background img {
  -o-object-fit: cover;
  object-fit: cover;
}

.recipe-thumbnail img {
  position: relative;
  z-index: 10;
}

.recipe-collapse {
  position: relative;
  z-index: 8;
}

.recipe-hidden {
  display: none;
}

.recipe-title {
  max-width: 420px;
}

.recipe-description {
  max-width: 420px;
}

.eat-noice .recipe-tagline h2 {
  text-align: right;
}

@media (min-width: 1200px) {
  .recipe-title {
    margin-top: 40px !important;
  }
}
@media (max-width: 1399px) {
  .recipe-background {
    height: 520px;
  }
  .recipe-thumbnail img {
    max-width: 400px;
  }
}
@media (max-width: 1199px) {
  .recipe-background {
    height: 520px;
  }
  .recipe-thumbnail img {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .recipe-background {
    height: 550px;
  }
  .recipe-thumbnail img {
    max-width: 470px;
  }
}
@media (max-width: 767px) {
  .recipe-background {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .recipe-background {
    height: 250px;
  }
  .recipe-thumbnail img {
    max-width: 320px;
  }
}
.nf-form-cont .nf-before-form-content {
  display: none;
}

.nf-form-cont .nf-error-msg.nf-error-required-error {
  color: var(--bs-danger);
}

.nf-form-cont .field-wrap .ninja-forms-field {
  background-color: #363636;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 20px;
}

.nf-form-cont .field-wrap.submit-wrap .ninja-forms-field {
  background-color: var(--bs-primary);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 75px;
  text-transform: uppercase;
}

.nf-form-cont .field-wrap .ninja-forms-field::-moz-placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}

.nf-form-cont .field-wrap .ninja-forms-field::placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}

.nf-form-cont .field-wrap .ninja-forms-field:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.nf-form-cont .field-wrap .ninja-forms-field::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.contact-modal-content {
  padding: 30px 15px;
  background: #eee;
}

.btn-black {
  background-color: black;
  font-weight: 700;
  color: white;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
  height: 31px;
  line-height: 30px;
  width: 100%;
  max-width: 360px;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  color: white;
}

#oem-results .btn-locate {
  background-color: #1fa7b0;
  border-color: #1fa7b0;
}

#oem-results label {
  color: #1fa7b0 !important;
}

#oem-results .geocomplete {
  border-color: #1fa7b0 !important;
}

#oem-results #map {
  height: 700px;
}

#oem-results button[type=submit] {
  background-color: #1fa7b0;
  border-color: #1fa7b0;
}

#oem-results div[data-results] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: center;
  height: 700px;
  margin-right: 15px;
}

#oem-results .store-box {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  border: 2px solid #1fa7b0;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}

#oem-results .store-box:last-child {
  margin-bottom: 0;
}

#oem-results .store-box .store-name {
  font-size: 20px;
  font-weight: 700;
}

#oem-results .store-box .store-address {
  font-size: 18px;
}

#oem-results .store-box .store-distance {
  position: absolute;
  top: 15px;
  right: 15px;
}

#oem-results .store-box .store-direction {
  font-weight: 700;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
}

#oem-results .store-box .store-direction:hover {
  cursor: pointer;
}

#oem-results .store-box.active {
  background-color: #177e85;
}

#oem-results .store-box.active * {
  color: white;
}

@media (max-width: 991px) {
  #oem-results #map,
  #oem-results div[data-results] {
    height: 400px;
    margin-right: 0;
  }
  #oem-results .store-box .store-distance {
    top: 10px;
  }
}
@media (max-width: 991px) {
  #oem-results #map,
  #oem-results div[data-results] {
    height: 400px;
    margin-right: 0;
  }
  #oem-results .store-box .store-distance {
    top: 10px;
  }
}
@media (max-width: 424px) {
  #oem-results .store-box .store-distance {
    top: 5px;
  }
  #oem-results .store-box .store-name {
    font-size: 16px;
  }
  #oem-results .store-box .store-distance,
  #oem-results .store-box .store-address {
    font-size: 14px;
  }
}
/****
** Video Component
****/
.home-video-text {
  z-index: 10;
  position: absolute;
  left: 400px;
  top: 80px;
}

.home-video-text h2 {
  font-size: 130px;
}

.home-video-row {
  max-height: 895px;
}

.home-video-close {
  position: absolute;
  z-index: 25;
  top: 15px;
  right: 15px;
  opacity: 1 !important;
}

@media (min-width: 576px) {
  .video-image-container {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .video-image-container a {
    max-width: 549px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: auto;
    width: 100%;
    bottom: auto;
    transform: translate(0, -50%);
  }
}
@media (max-width: 1660px) {
  .home-video-text {
    left: 46%;
    right: auto;
    top: 55px;
  }
  .home-video-text h2 {
    font-size: 110px;
  }
}
@media (max-width: 1399px) {
  .home-video-text {
    left: 46%;
    right: auto;
    top: 55px;
  }
  .home-video-text h2 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .home-video-text {
    left: 46%;
    right: auto;
    top: 55px;
  }
  .home-video-text h2 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .home-video-text {
    left: 46%;
    right: auto;
    top: 55px;
  }
  .home-video-text h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .home-video-text {
    left: 46%;
    right: auto;
    top: 55px;
  }
  .home-video-text h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .video-left-side {
    height: 430px;
  }
  .home-video-text {
    left: 46%;
    right: auto;
    top: 65px;
  }
  .home-video-text h2 {
    font-size: 36px;
  }
}
/****
** Navigation
****/
body.menu-open #navigation .menu #menu-main .menu-item {
  margin-bottom: 35px;
}

@media (max-width: 1199px) {
  body.menu-open #navigation .menu #menu-main .menu-item {
    margin-bottom: 20px;
  }
  #navigation .menu .nav .nav-link {
    font-size: 55px;
  }
}
@media (max-width: 992px) {
  body.menu-open #navigation .menu #menu-main .menu-item {
    margin-bottom: 20px;
  }
  #navigation .menu .nav .nav-link {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  body.menu-open #navigation .menu #menu-main .menu-item {
    margin-bottom: 5px;
  }
  #navigation .menu .nav .nav-link {
    font-size: 46px;
  }
}
#navigation .social-nav a.nav-link {
  font-size: 18px !important;
}

@media (max-width: 425px) {
  div[id^=component-recipe] .recipe-thumbnail {
    right: 0 !important;
  }
}

.products-filter > div {
  gap: 90px;
}
.products-filter > div a {
  width: 256px;
  height: 58px;
  font-size: 40px !important;
  padding: 0;
  line-height: 58px !important;
  text-transform: uppercase;
}

.product-title-anchor {
  max-width: 1280px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 40px !important;
}
.product-title-anchor .product-title-anchor-container .title-text {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
}
.product-title-anchor .product-title-anchor-container .title-image {
  width: 100%;
  height: 16px;
  background: url(assets/img/title_bg.png) no-repeat;
  background-position: center;
}

.location-gallery-cont {
  max-width: 1360px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.locations-gallery-list {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin-bottom: 0;
  gap: 85px;
}

.component-products ul.grid li.southwest:hover,
.component-products ul.grid li.southwest:active,
.component-products ul.grid li.southwest:focus {
  background-color: rgba(218, 80, 55, 0.5);
}

.component-products ul.grid li.southwest.fullwidth .tip-content {
  border-color: rgba(218, 80, 55, 0.5);
}

.component-products ul.grid li.southwest.fullwidth .tip-content .show-selector,
.component-products ul.grid li.southwest.fullwidth .tip-content .recipe-fade {
  background-color: rgba(218, 80, 55, 0.5);
  border-color: rgba(218, 80, 55, 0.5);
}

.component-products ul.grid li.southwest.fullwidth .product-content h2 {
  color: rgba(218, 80, 55, 0.5);
}

.component-products ul.grid li.southwest.is-selected {
  background: rgba(218, 80, 55, 0.5);
}

.component-products ul.grid li.bolognese:hover,
.component-products ul.grid li.bolognese:active,
.component-products ul.grid li.bolognese:focus {
  background-color: rgba(185, 36, 85, 0.5);
}

.component-products ul.grid li.bolognese.fullwidth .tip-content {
  border-color: rgba(185, 36, 85, 0.5);
}

.component-products ul.grid li.bolognese.fullwidth .tip-content .show-selector,
.component-products ul.grid li.bolognese.fullwidth .tip-content .recipe-fade {
  background-color: rgba(185, 36, 85, 0.5);
  border-color: rgba(185, 36, 85, 0.5);
}

.component-products ul.grid li.bolognese.fullwidth .product-content h2 {
  color: rgba(185, 36, 85, 0.5);
}

.component-products ul.grid li.bolognese.is-selected {
  background: rgba(185, 36, 85, 0.5);
}

.component-products ul.grid li.butter:hover,
.component-products ul.grid li.butter:active,
.component-products ul.grid li.butter:focus {
  background-color: rgba(164, 80, 175, 0.5);
}

.component-products ul.grid li.butter.fullwidth .tip-content {
  border-color: rgba(164, 80, 175, 0.5);
}

.component-products ul.grid li.butter.fullwidth .tip-content .show-selector,
.component-products ul.grid li.butter.fullwidth .tip-content .recipe-fade {
  background-color: rgba(164, 80, 175, 0.5);
  border-color: rgba(164, 80, 175, 0.5);
}

.component-products ul.grid li.butter.fullwidth .product-content h2 {
  color: rgba(164, 80, 175, 0.5);
}

.component-products ul.grid li.butter.is-selected {
  background: rgba(164, 80, 175, 0.5);
}

/**** MORE COLORS FOR PRODUCTS***********/
/**** LIST OF COLORS AND CLASS ***********/
.component-products ul.grid li.butternut:hover,
.component-products ul.grid li.butternut:active,
.component-products ul.grid li.butternut:focus {
  background: #910710; /* The Fallback */
  background: rgba(145, 7, 16, 0.5);
}

.component-products ul.grid li.butternut.fullwidth .tip-content {
  border-color: #910710;
}

.component-products ul.grid li.butternut.fullwidth .tip-content .show-selector,
.component-products ul.grid li.butternut.fullwidth .tip-content .recipe-fade {
  background: #910710; /* The Fallback */
  background: rgba(145, 7, 16, 0.5);
  border-color: #910710;
}

.component-products ul.grid li.butternut.fullwidth .product-content h2 {
  color: #910710;
}

.component-products ul.grid li.butternut.is-selected {
  background: #910710; /* The Fallback */
  background: rgba(145, 7, 16, 0.5);
}

.component-products ul.grid li.broccoli:hover,
.component-products ul.grid li.broccoli:active,
.component-products ul.grid li.broccoli:focus {
  background: #2f9647; /* The Fallback */
  background: rgba(47, 150, 71, 0.5);
}

.component-products ul.grid li.broccoli.fullwidth .tip-content {
  border-color: #2f9647;
}

.component-products ul.grid li.broccoli.fullwidth .tip-content .show-selector,
.component-products ul.grid li.broccoli.fullwidth .tip-content .recipe-fade {
  background: #2f9647; /* The Fallback */
  background: rgba(47, 150, 71, 0.5);
  border-color: #2f9647;
}

.component-products ul.grid li.broccoli.fullwidth .product-content h2 {
  color: #2f9647;
}

.component-products ul.grid li.broccoli.is-selected {
  background: #2f9647; /* The Fallback */
  background: rgba(47, 150, 71, 0.5);
}

.component-products ul.grid li.chicken:hover,
.component-products ul.grid li.chicken:active,
.component-products ul.grid li.chicken:focus {
  background: #e32e35; /* The Fallback */
  background: rgba(227, 46, 53, 0.5);
}

.component-products ul.grid li.chicken.fullwidth .tip-content {
  border-color: #e32e35;
}

.component-products ul.grid li.chicken.fullwidth .tip-content .show-selector,
.component-products ul.grid li.chicken.fullwidth .tip-content .recipe-fade {
  background: #e32e35; /* The Fallback */
  background: rgba(227, 46, 53, 0.5);
  border-color: #e32e35;
}

.component-products ul.grid li.chicken.fullwidth .product-content h2 {
  color: #e32e35;
}

.component-products ul.grid li.chicken.is-selected {
  background: #e32e35; /* The Fallback */
  background: rgba(227, 46, 53, 0.5);
}

.component-products ul.grid li.beef:hover,
.component-products ul.grid li.beef:active,
.component-products ul.grid li.beef:focus {
  background: #aa4019; /* The Fallback */
  background: rgba(170, 64, 25, 0.5);
}

.component-products ul.grid li.beef.fullwidth .tip-content {
  border-color: #aa4019;
}

.component-products ul.grid li.beef.fullwidth .tip-content .show-selector,
.component-products ul.grid li.beef.fullwidth .tip-content .recipe-fade {
  background: #aa4019; /* The Fallback */
  background: rgba(170, 64, 25, 0.5);
  border-color: #aa4019;
}

.component-products ul.grid li.beef.fullwidth .product-content h2 {
  color: #aa4019;
}

.component-products ul.grid li.beef.is-selected {
  background: #aa4019; /* The Fallback */
  background: rgba(170, 64, 25, 0.5);
}

@media (max-width: 1530px) and (min-width: 1200px) {
  .swiper-slide .slide-box .slide-title {
    min-height: 230px;
  }
}/*# sourceMappingURL=style.css.map */