@font-face {
  font-family: 'Borsok';
  src: url('../fonts/boorsok.ttf') format('truetype'),
    url("../fonts/boorsok.otf") format("opentype");
}

body {
  overflow-x: hidden;
}

/*/////// Navbar ///////*/
.navbar-custom.navbar.navbar-home {
  background: #AC2322;
}

.navbar-custom {
  padding: 0px 13.125%;
}

.navbar-custom.navbar.sticky-on {
  background: #FCFCFC;
}

.navbar-custom .sticky-logo {
  display: block;
}

.navbar-custom .non-sticky-logo {
  display: none;
}

.navbar-home.navbar-custom .sticky-logo {
  display: none;
}

.navbar-home.navbar-custom .non-sticky-logo {
  display: block;
}

.navbar-home.navbar-custom.sticky-on .sticky-logo {
  display: block;
}

.navbar-home.navbar-custom.sticky-on .non-sticky-logo {
  display: none;
}

.navbar-custom.navbar {
  height: 127px;
  transition: all 0.25s;
  background: #FAF2F2;
}

.navbar-custom.navbar.sticky-on {
  height: 100px;
}

.navbar-custom .navbar-brand {
  margin-right: 0px;
}

.navbar-custom.navbar-home.navbar-expand-lg .navbar-nav .nav-link {
  color: #FFFFFF;
}

.navbar-custom.navbar-expand-lg .navbar-nav .nav-link {
  color: #4E4746;
  cursor: pointer;
}

.sticky-on.navbar-custom.navbar-expand-lg .navbar-nav .nav-link {
  color: #4E4746;
  opacity: 1;
}

.navbar-custom.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-home.navbar-custom.navbar-expand-lg.sticky-on .navbar-nav .nav-link.active {
  color: #E40A1B;
  border-bottom: 1px solid #E40A1B;
  font-weight: 500;
}

.navbar-home.navbar-custom.navbar-expand-lg .navbar-nav .nav-link.active {
  color: white;
  font-weight: 500;
}

.navbar-custom.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: Quatro;
  letter-spacing: 0px;
  opacity: 0.75;
}

.navbar-custom .nav-item {
  padding-right: 3.125rem;
}

.navbar-custom.navbar-home a,
.navbar-custom a {
  color: white;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: Quatro;
  letter-spacing: 0px;
  opacity: 1;
  text-decoration: none;
}

.navbar-custom a {
  color: #4E4746;
}

.navbar-custom.sticky-on a {
  color: #4E4746;
  opacity: 1;
  text-decoration: none;
}

.navbar-custom.navbar-home.navbar-expand-lg .navbar-nav .nav-link.active {
  border-bottom: 1px solid white;
  padding-bottom: 0px;
  opacity: 1;
}

.navbar-custom .navbar-brand img {
  height: 61px;
}

.navbar-custom .navbar-nav {
  padding-left: 17.896%;
  width: 100%;
}

/*/////// Footer ///////*/
footer {
  background: #AC2322;
  padding: 0px 13.125%;
  height: 428px;
  display: flex;
  align-items: center;
}

footer .info-section {
  width: 29.025%;
  margin-right: 11.123%;
  flex-shrink: 0;
}

footer .info-section img {
  height: 48px;
  margin-bottom: 2.125rem;
}

footer .info-section p {
  text-align: left;
  /* Quatro */
  font: normal normal normal 16px/26px Quatro;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 2.0625rem;
  opacity: 0.75;
}

footer .copy-section {
  display: flex;
}

footer .info-section .copyright {
  text-align: left;
  /* Quatro */
  font: normal normal normal 18px/28px Quatro;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-right: 3.75rem;
  opacity: 0.75;
  flex-shrink: 0;
}

footer .mobile-copy-section .copyright {
  text-align: left;
  /* Quatro */
  font: normal normal normal 18px/28px Quatro;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-right: 3.75rem;
  opacity: 0.75;
  flex-shrink: 0;
}

footer .info-section .catalog,
footer .mobile-copy-section .catalog {
  text-align: left;
  /* Quatro */
  font: normal normal normal 16px/28px Quatro;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.75;
  flex-shrink: 0;
}

footer .mobile-copy-section .catalog {
  display: block;
  margin-bottom: 35px;
}

footer .info-section .catalog i,
footer .mobile-copy-section .catalog i {
  margin-right: 0.625rem;
  opacity: 0.75;
}

footer .links-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer .links-section span {
  text-align: left;
  /* Quatro */
  font: normal normal bold 18px/28px Quatro;
  margin-bottom: 1.75rem;
  display: block;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 500;
}

footer .links-section ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

footer .links-section .link-item:last-child {
  padding-right: 1rem;
}

footer .links-section li {
  text-align: left;
  /* Quatro */
  font: normal normal normal 18px/28px Quatro;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.75;
  margin-bottom: 0.375rem;
}

footer .links-section li:last-child {
  margin-bottom: 0rem;
}

.products-dropdown {
  position: fixed;
  width: 100%;
  top: 122px;
  padding: 3.19% 11.510% 5%;
  background: #FCFCFC;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.navbar.sticky-on+.products-dropdown {
  top: 95px;
  padding: 4.19% 11.510% 5%;
}

.products-dropdown .product {
  width: 17.937%;
  position: relative;
  text-decoration: none;
}

.products-dropdown .product label:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0;
  left: 50%;
  visibility: hidden;
  border-radius: 0px;
  transform: translateX(-50%) scaleX(0);
  transition: .25s linear;
}

.products-dropdown .product label:before {
  background: #AC2322;
}

.products-dropdown .product:hover label:before,
.products-dropdown .product:focus label:before {
  visibility: visible;
  transform: translateX(-50%) scaleX(1);
}

.products-dropdown .product:hover img.product-image {
  transform: scale(1.1);
}

.products-dropdown .product img.product-background {
  position: absolute;
  z-index: -1;
  width: 90%;
  left: 8%;
}

.products-dropdown .product img.product-image {
  width: 77%;
  display: block;
  margin-left: auto;
  transition: .25s linear;
}

.products-dropdown .product label {
  font: normal normal normal 16px/28px Quatro;
  font-weight: 500;
  letter-spacing: 0px;
  color: #4E4746;
  display: block;
  text-align: center;
}

/*/////// Home ///////*/
.home-page .home-hero {
  height: calc(100vh - 145px);
  background: #AC2322;
  background-image: url('../img/home-hero.jpg');
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

.home-hero img {
  position: absolute;
  left: 22.845%;
  top: 13.484%;
  width: 34.962%;
}

/*/ Explore section /*/
.explore-section {
  padding: 4.19% 13.125% 1.3rem;
  background: #AC2322;
}

.explore-separator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 7.915rem;
}

.explore-line {
  width: 42.302%;
}

.explore-devider-image {
  width: 5.649%;
}

.explore-heading {
  display: block;
  margin: auto;
  width: 34.485%;
  padding-bottom: 2.4325rem;
}

.explore-desc {
  text-align: center;
  /* Quatro */
  font: normal normal normal 20px/30px Quatro;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding-bottom: 4.25rem;
}

.home-page .products-wrapper .product-item {
  padding-bottom: 2.364rem;
}

.home-page .products-wrapper .product-item .item-wrapper {
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: left;
  padding-top: 2rem;
}

.home-page .products-wrapper .product-item img {
  width: 85%;
  display: block;
  margin-left: auto;
  transition: .25s linear;
}

.home-page .products-wrapper .product-item a {
  text-align: center;
  /* Quatro */
  font: normal normal normal 20px/30px Quatro;
  letter-spacing: 0px;
  position: relative;
  color: white;
  padding-bottom: 0.343rem;
  text-decoration: none;
  margin-top: 1rem;
}

.product-item a:hover,
.product-item a:focus,
.product-item a:active {
  color: white;
}

.home-page .products-wrapper .product-item .product-link {
  display: flex;
  justify-content: center;
}

.product-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  border-radius: 0px;
  transform: scaleX(0);
  transition: .25s linear;
}

.product-item a:before {
  background: white;
}

.product-item:hover a:before,
.product-item:focus a:before {
  visibility: visible;
  transform: scaleX(1);
}

.product-item:hover img {
  transform: scale(1.1);
}

/*/ Recipes section /*/
.home-recipes-devider {
  width: 100%;
  background: #FAF2F2;
}

.home-recipes-section {
  padding: 4.19% 13.125% 1rem;
  background: #FAF2F2;
}

.recipes-title-image-wrapper {
  padding-top: 6.4rem;
  padding-bottom: 4.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recipes-title-image-wrapper .recipes-icon {
  margin: 0px 18.5px;
}

.home-recipes-row.row {
  margin-left: -18.5px;
  margin-right: -18.5px;
}

.home-recipes-row .recipes-item {
  padding-left: 18.5px;
  padding-right: 18.5px;
}

.recipes-item {
  padding-bottom: 4.25rem;
  cursor: pointer;
  top: 0px;
}

.recipes-item .recipes-item-image {
  height: 237px;
  border-radius: 12px 12px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.recipes-item .recipes-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FCFBFB 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 2px #00000027;
  border-radius: 12px;
  height: 97px;
}

.recipes-item .recipes-item-title a {
  text-align: center;
  /* Quatro */
  font: normal normal bold 18px/22px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
  text-transform: capitalize;
  text-decoration: none;
}

.recipes-item:hover {
  top: -10px;
  transition: all .25s linear;
}

@keyframes jump {
  0% {
    top: 0px;
  }

  50% {
    top: -10px;
  }

  100% {
    top: 0px;
  }
}

.home-page .recipes-item:hover a {
  color: #D12B2A;
}

.explore-recipes-button {
  width: 330px;
  height: 58px;
  background: #D12B2A 0% 0% no-repeat padding-box;
  border-radius: 5px;
  display: flex;
  margin: auto;
  line-height: 58px;
  justify-content: center;
  align-items: center;
  /* Quatro */
  font: normal normal bold 18px/31px Quatro;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.explore-recipes-button:hover {
  background: #AC0908;
  color: white;
  text-decoration: none;
}

/*/ Newsletter /*/
.home-newsletter {
  background: #FAF2F2;
  padding: 4.19% 13.125% 9.5rem;
}

.newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28.815vh;
}

.newsletter-form {
  width: 55.08%;
  border-radius: 50%;
  background: #E6E2E7;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.newsletter-form label,
.contact-circle label {
  text-align: center;
  font: normal normal normal 22px/25px Borsok;
  letter-spacing: 0.11px;
  color: #D12B2A;
  margin-bottom: 1.75rem;
}

.newsletter-form .input-wrapper {
  width: 57.307%;
  position: relative;
}

.newsletter-form input {
  background: #FFFFFF8B 0% 0% no-repeat padding-box;
  border: 1px solid #D9BBB8;
  border-radius: 28px;
  height: 55px;
  width: 100%;
  outline: none;
  box-shadow: none;
  padding: 0px 25px;
  /* Quatro */
  font: normal normal normal 17px/23px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
}

.newsletter-form input::placeholder {
  color: rgba(78, 71, 70, 0.5);
}

.newsletter-form .input-wrapper i {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateX(-50%);
  line-height: 0px;
  font-size: 14px;
  color: #494D4B;
}

.contact-circle {
  width: 19.209%;
  height: 100%;
  border-radius: 50%;
  background: #E6E2E7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact-circle .social-icon-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

.contact-circle .social-icon-wrapper .social-icon {
  width: 40px;
  background: #0000002E 0% 0% no-repeat padding-box;
  border-radius: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: white;
  margin: 0px 7.5px;
  cursor: pointer;
  transition: all 0.25s;
}

.contact-circle .social-icon-wrapper .social-icon:hover {
  background: #D12B2A;
}

.contact-circle .social-icon-wrapper .social-icon:first-child {
  margin-right: 7.5px;
  margin-left: 0px;
}

.contact-circle .social-icon-wrapper .social-icon:last-child {
  margin-right: 0px;
  margin-left: 7.5px;
}

.contact-circle p:last-child {
  margin-bottom: 0px;
}

.contact-circle p {
  text-align: center;
  font: normal normal normal 18px/22px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
}

@media (min-width: 768px) and  (max-width: 991px) {
  .navbar-custom.navbar {
    height: 100px;
    padding: 0px 7.5% 0px 9.5%;
  }

  .navbar-custom .navbar-brand,
  .navbar-custom .navbar-toggler {
    padding-top: 5%;
  }

  .navbar-custom.sticky-on .navbar-brand,
  .navbar-custom.sticky-on .navbar-toggler {
    padding-top: 0;
  }

  .navbar-custom .navbar-brand img {
    height: 42px;
  }

  .navbar-custom .navbar-collapse {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0px;
    height: calc(100vh - 100px);
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s all;
  }

  .navbar-custom .navbar-collapse ul {
    background: #FCFCFC;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .sticky-on.navbar-custom.navbar-expand-lg .navbar-nav .nav-link {
    text-align: left;
  }

  .navbar-custom .navbar-collapse .nav-item {
    padding: 0px;
    width: 50%;
  }

  .navbar-custom.navbar-expand-lg .navbar-nav .nav-link {
    color: #4E4746;
    width: 24%;
    display: block;
    margin: auto;
    padding: 0px;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .navbar-custom.navbar-expand-lg .navbar-nav .nav-link a {
    font-size: 22px;
    line-height: 28px;
  }

  .navbar-custom.navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 1px solid #D12B2A;
  }

  .navbar-custom .navbar-collapse ul {
    padding-left: 0px;
    padding-top: 11.472%;
  }

  .navbar-custom a.login-nav-item {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    position: absolute;
    top: 21%;
    left: 22%;
  }

  .bar1, .bar2, .bar3 {
    width: 33px;
    height: 3px;
    margin: 9px 0;
    transition: 0.4s;
    border-radius: 6px;
    background-color: #E40A1B;
  }

  .navbar-toggler.change .bar1,
  .navbar-toggler.change .bar2,
  .navbar-toggler.change .bar3 {
    width: 23px;
  }

  .navbar-home.navbar-custom .bar1,
  .navbar-home.navbar-custom .bar2,
  .navbar-home.navbar-custom .bar3 {
    background-color: white;
  }

  .navbar-custom.sticky-on .bar1,
  .navbar-custom.sticky-on .bar2,
  .navbar-custom.sticky-on .bar3 {
    background: #E40A1B;
  }

  /* Rotate first bar */
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  /* Fade out the second bar */
  .change .bar2 {
    opacity: 0;
  }

  /* Rotate last bar */
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }

  .navbar-toggler:hover,
  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }

  .home-hero img {
    width: 72.916%;
    left: 10%;
    top: 16%;
  }

  .home-page .home-hero {
    background-size: 165%;
    background-position: 18% 100%;
    height: calc(84vh - 145px);
  }

  .explore-section {
    padding: 2% 9.765% 4%;
  }

  .explore-devider-image {
    width: 8.414%;
  }

  .explore-line {
    width: 40.129%;
    height: 6px;
    object-fit: cover;
  }

  .explore-desc,
  .explore-heading {
    display: none;
  }

  .explore-separator {
    padding-bottom: 5%;
  }

  .home-page .products-wrapper .product-item {
    padding-bottom: 3%;
  }

  .home-page .products-wrapper .product-item a {
    font: normal normal normal 16px/20px Quatro;
  }

  .home-recipes-section {
    padding: 2% 9.765% 4%;
  }

  .recipes-title-image-wrapper img:first-child {
    width: 26.537%;
  }

  .recipes-title-image-wrapper img {
    width: 6.472%;
  }

  .recipes-title-image-wrapper img:last-child {
    width: 55.663%;
  }

  .recipes-title-image-wrapper {
    padding-top: 13%;
    padding-bottom: 8.5%;
  }

  .home-recipes-row .recipes-item:last-child {
    display: none;
  }

  .home-recipes-row .recipes-item:first-child {
    padding-right: 0px;
  }

  .home-recipes-row .recipes-item:nth-child(2) {
    padding: 0px 1.5%;
  }

  .home-recipes-row .recipes-item:nth-child(3) {
    padding-left: 0px;
  }

  .recipes-item .recipes-item-image {
    height: 147px;
  }

  .recipes-item .recipes-item-title {
    height: 78px;
  }

  .recipes-item .recipes-item-title a {
    font: normal normal bold 15px/20px Quatro;
    padding: 6%;
  }

  .explore-recipes-button {
    width: 294px;
    height: 56px;
    font: normal normal bold 16px/31px Quatro;
  }

  .home-recipes-row.row {
    margin-bottom: -18.5px;
  }

  .home-newsletter {
    padding: 5% 9.765% 46%;
  }

  .newsletter-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .newsletter-form {
    width: 100%;
    margin-bottom: 6%;
  }

  .newsletter-form p {
    display: none;
  }

  .newsletter-form .input-wrapper {
    width: 72.330%;
  }

  .contact-circle {
    width: 37.216%;
  }

  .newsletter-wrapper .contact-circle:nth-child(2) {
    margin-left: 4%;
  }

  .newsletter-wrapper .contact-circle:last-child {
    margin-right: 4%;
  }

  .newsletter-form label, .contact-circle label {
    font: normal normal normal 20px/25px Borsok;
  }

  .contact-circle br {
    display: none;
  }

  footer {
    display: none;
  }
}

@media (max-width: 767px) {

  /* width: 354 */
  .navbar-custom.navbar {
    height: 100px;
    padding: 0px 4.5% 0px 7.5%;
  }

  .navbar-custom .navbar-brand img {
    height: 37px;
  }

  .navbar-custom .navbar-collapse {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0px;
    height: calc(100vh - 100px);
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s all;
  }

  .navbar-custom .navbar-collapse ul {
    background: #FCFCFC;
  }

  .navbar-custom .navbar-collapse .nav-item {
    padding: 0px;
  }

  .navbar-custom.navbar-expand-lg .navbar-nav .nav-link {
    color: #4E4746;
    width: 24%;
    display: block;
    margin: auto;
    padding: 0px;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .navbar-custom.navbar-expand-lg .navbar-nav .nav-link a {
    font-size: 22px;
    line-height: 28px;
  }

  .navbar-custom.navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 1px solid #D12B2A;
  }

  .navbar-custom .navbar-collapse ul {
    padding-left: 0px;
    padding-top: 11.472%;
  }

  .navbar-custom a.login-nav-item {
    width: 100%;
    background: #FCFCFC;
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    padding: 6% 0% 22%;
    position: relative;
  }

  .navbar-custom a.login-nav-item::before {
    content: "";
    height: 1px;
    width: 31.159%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #707070;
    top: 0;
  }

  .home-page .home-hero {
    height: calc(72.991vh - 100px);
    background-size: 130%;
    background-position: 54% 100%;
  }

  .home-hero img {
    width: 79.468%;
    left: 10.265%;
    top: 18.484%;
  }

  .explore-section {
    padding: 11% 7.246% 24.5%;
  }

  .explore-line {
    width: 35.028%;
    height: 8.5px;
    object-fit: cover;
  }

  .explore-devider-image {
    width: 14.689%;
  }

  .explore-separator {
    padding-bottom: 4rem;
  }

  .explore-desc {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 2.75rem;
    margin-bottom: 0px;
  }

  .explore-desc br {
    display: none;
  }

  .explore-heading {
    width: 69.492%;
    padding-bottom: 1.5rem;
  }

  .home-page .products-wrapper .product-item .item-wrapper {
    padding-top: 0px;
  }

  .home-page .products-wrapper .product-item a {
    font-size: 16px;
    line-height: 24px;
    padding-top: 8%;
  }

  .home-page .products-wrapper .product-item img {
    width: 82%;
    margin-top: 12%;
  }

  .home-page .products-wrapper .product-item {
    position: relative;
    padding-bottom: 2rem;
  }

  .home-page .products-wrapper .product-item .product-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .home-recipes-section {
    padding: 4.19% 10.335% 1rem;
  }

  .recipes-title-image-wrapper {
    flex-wrap: wrap;
    padding-top: 7rem;
    padding-bottom: 2.6rem;
  }

  .recipes-title-image-wrapper img {
    width: 12.158%;
  }

  .recipes-title-image-wrapper img:first-child {
    width: 47.416%;
  }

  .recipes-title-image-wrapper img:last-child {
    width: 100%;
    margin-top: 6.5%;
  }

  .recipes-item .recipes-item-image {
    height: 221px;
  }

  .home-recipes-row .recipes-item {
    padding-bottom: 15px;
  }

  .recipes-item .recipes-item-title {
    height: 79px;
  }

  .recipes-item .recipes-item-title a {
    font-size: 16px;
    line-height: 19px;
  }

  .explore-recipes-button {
    margin-top: 17px;
  }

  .home-newsletter {
    padding: 4rem 0px 3.5rem;
  }

  .newsletter-wrapper {
    display: block;
    height: auto;
    overflow: hidden;
  }

  .newsletter-form {
    height: 272px;
    width: 140%;
    margin-left: -20%;
    margin-bottom: 70px;
  }

  .newsletter-form p {
    display: none;
  }

  .contact-circle {
    width: 272px;
    margin: auto;
    margin-bottom: 39px;
  }

  /* COMBAK:  */
  footer {
    padding: 0px 10.628% 15%;
    display: block;
    height: auto;
  }

  footer .info-section {
    width: 100%;
    padding-top: 60px;
  }

  footer .info-section img {
    display: block;
    margin: auto;
    margin-bottom: 36px;
  }

  footer .info-section p {
    text-align: center;
    margin-bottom: 60px;
  }

  footer .links-section {
    display: block;
  }

  footer .link-item {
    margin-bottom: 3.5rem;
  }

  footer .links-section span {
    font-size: 16px;
  }

  footer .links-section li {
    font-size: 16px;
  }

  footer .links-section .link-item:last-child {
    margin-bottom: 2rem;
  }

  .bar1, .bar2, .bar3 {
    width: 33px;
    height: 3px;
    margin: 9px 0;
    transition: 0.4s;
    border-radius: 6px;
    background-color: #E40A1B;
  }

  .navbar-toggler.change .bar1,
  .navbar-toggler.change .bar2,
  .navbar-toggler.change .bar3 {
    width: 23px;
  }

  .navbar-home.navbar-custom .bar1,
  .navbar-home.navbar-custom .bar2,
  .navbar-home.navbar-custom .bar3 {
    background-color: white;
  }

  .navbar-custom.sticky-on .bar1,
  .navbar-custom.sticky-on .bar2,
  .navbar-custom.sticky-on .bar3 {
    background: #E40A1B;
  }

  /* Rotate first bar */
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  /* Fade out the second bar */
  .change .bar2 {
    opacity: 0;
  }

  /* Rotate last bar */
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }

  .navbar-toggler:hover,
  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }
}

/*/////// Product single page ///////*/
.product-single-page {
  background: #FAF2F2;
}

.product-single-hero {
  background-image: url('../img/product-single/pp-bg.svg');
  background-position: 0% 125%;
  background-repeat: no-repeat;
}

.product-single-hero h1 {
  text-align: center;
  font: normal normal normal 50px/56px Borsok;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  padding-top: 5rem;
  margin-bottom: 2rem;
}

.product-single-hero img {
  width: 26.1458%;
  display: block;
  margin: auto;
}

.product-information-wrapper {
  padding: 0px 13.125% 2.2%;
}

.product-slider {
  padding: 0px 5% 2.6%;
  align-items: center;
  position: relative;
}

.product-slider i {
  font-size: 30px;
  position: absolute;
}

.product-slider i.prev {
  left: 2%;
  top: 28%;
}

.product-slider i.next {
  right: 2%;
  top: 28%;
}

.product-slider .image-wrapper .slick-track {
  padding: 2.25% 0px;
}

.product-slider .image-wrapper {
  display: flex;
  justify-content: space-evenly;
}

.product-slider .product-thumb {
  width: 7.802%;
  padding: 1.5% 0%;
  transition: 0.5s all;
  position: relative;
  cursor: pointer;
}

.product-slider .product-thumb.active {
  transform: scale(1.15);
}

.product-slider .product-thumb.active .ps-overlay {
  opacity: 0.1;
}

.ps-overlay {
  height: 65%;
  width: 76%;
  border-radius: 50%;
  background: #AC2322 0% 0% no-repeat padding-box;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 38%;
  left: 50%;
}

.product-thumb:hover span.small-title {
  opacity: 1;
}

.product-thumb:hover img {
  top: -5px;
}

.product-thumb span {
  text-align: center;
  font: normal normal normal 12px/20px Quatro;
  font-weight: 500;
  letter-spacing: 0px;
  color: #4E4746;
  opacity: 0;
  transition: 0.5s all;
  display: block;
  padding: 0 4%;
}

.product-slider .product-thumb img {
  width: 100%;
  position: relative;
  transition: 1s all;
  padding: 0px 16.5%;
}

.information-box-wrapper {
  padding: 1.6% 5.8615%;
  padding-bottom: 5.8615%;
  background: #FFFFFF;
  border-radius: 15px;
}

.information-box {
  display: flex;
  flex-wrap: wrap;
}

.product-settings-item label {
  text-align: left;
  font: normal normal normal 14px/17px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
  text-transform: uppercase;
}

.product-settings-item span {
  display: block;
  text-align: left;
  font: normal normal bold 18px/22px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
}

.product-settings {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
  padding-right: 6%;
  border-right: 1px solid #CBCBCB;
}

.product-settings .product-settings-item {
  width: 50%;
  padding-bottom: 4%;
}

.product-settings .product-settings-item:nth-child(3),
.product-settings .product-settings-item:last-child {
  padding-bottom: 0px;
}

.product-taste-info {
  display: flex;
  align-items: center;
  width: 60%;
  padding-left: 6%;
  padding-right: 3%;
  text-align: center;
}

.taste-image {
  width: 120px;
  height: 123px;
  flex-shrink: 0;
  margin-right: 6.8%;
}

.product-taste-info p {
  text-align: center;
  font: normal normal normal 16px/26px Quatro;
  letter-spacing: 0px;
  color: #000000BE;
  margin-bottom: 0px;
}

.information-box-wrapper hr {
  width: 100%;
  flex-shrink: 0;
  margin-top: 4.55%;
  margin-bottom: 4.85%;
  border-top: 1px solid #CBCBCB;
}

.ingredients-wrapper {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-bottom: 4.5%;
}

.ingredients-text {
  width: 70.7%;
  padding-right: 2%;
  border-right: 1px solid #CBCBCB;
}

.ingredients-text label {
  text-align: center;
  font: normal normal 600 15px/18px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
  text-transform: uppercase;
  margin-bottom: 2%;
  display: block;
}

.ingredients-text p {
  text-align: center;
  font: normal normal normal 16px/26px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
  text-transform: capitalize;
  padding: 0px 3%;
  margin-bottom: 0px;
}

.ingredients-icons {
  width: 29.3%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0px 3%;
}

.ingredients-icons img {
  width: 27.7%;
}

.nutrition-facts {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
}

.nutrition-facts-summary {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #CBCBCB;
  padding: 3%;
  padding-bottom: 2%;
}

.facts-summary-box {
  width: 50%;
}

.facts-summary-box.right {
  padding-left: 3%;
}

.facts-summary-box label {
  text-align: left;
  font: normal normal 600 15px/18px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
  text-transform: uppercase;
  margin-bottom: 3%;
}

.facts-summary-box span.name {
  text-align: left;
  font: normal normal normal 18px/36px Quatro;
  letter-spacing: 0px;
  color: #3B3B3B;
  text-transform: capitalize;
}

.facts-summary-box span.value {
  text-align: right;
  font: normal normal normal 18px/36px Quatro;
  letter-spacing: 0px;
  color: #3B3B3B;
  text-transform: capitalize;
  font-weight: 500;
}

.fact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nutrition-facts-left,
.nutrition-facts-right {
  width: 50%;
}

.nutrition-facts-left {
  border-left: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
}

.nutrition-facts-right {
  border-bottom: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
}

.nutrition-facts ul {
  list-style: none;
  padding: 2% 3%;
  margin-bottom: 0px;
}

.nutrition-facts ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nutrition-facts ul li span.name {
  text-align: left;
  font: normal normal normal 18px/36px Quatro;
  letter-spacing: 0px;
  color: #3B3B3B;
  text-transform: capitalize;
}

.nutrition-facts ul li span.value {
  text-align: left;
  font: normal normal normal 18px/36px Quatro;
  font-weight: 500;
  letter-spacing: 0px;
  color: #3B3B3B;
  text-transform: capitalize;
}

.other-products-section {
  padding: 6.19% 11.510% 7.5%;
}

.other-products-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.other-products-wrapper .product-item {
  width: 20.493%;
}

.other-products-wrapper .product-item .item-wrapper {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 90%;
}

.other-products-wrapper .product-item img {
  width: 77%;
  margin-left: auto;
  display: block;
  transition: .25s linear;
}

.other-products-wrapper .product-item a {
  text-align: center;
  font: normal normal normal 18px/32px Quatro;
  font-weight: 500;
  letter-spacing: 0px;
  color: #4E4746;
  display: block;
  position: relative;
  text-decoration: none;
}

.other-products-wrapper .product-item a:before {
  background: #D12B2A;
}

.other-products-wrapper .product-item .product-link {
  display: flex;
  justify-content: center;
}

.related-products.related-recipes-header {
  padding: 0.7% 1.615%;
}

.related-products.related-recipes-header img {
  width: 26.059%;
  object-fit: cover;
  height: 7px;
}

.related-recipes-header h3 {
  text-align: center;
  font: normal normal normal 36px/44px Borsok;
  letter-spacing: 0.18px;
  color: #D12B2A;
  margin-bottom: 0px;
}

@media (min-width: 768px) and  (max-width: 991px) {
  .product-single-hero {
    background-position: 22% 125%;
  }
  .product-single-hero h1 {
    font: normal normal normal 30px/35px Borsok;
    padding-top: 12%;
    margin-bottom: 6%;
  }

  .product-single-hero img {
    width: 53.385%;
  }

  .product-information-wrapper {
    padding: 0 9.765%;
  }

  .product-slider {
    padding: 3% 5.488% 2.6%;
  }

  .product-slider i {
    font-size: 22px;
  }

  .product-slider i.prev,
  .product-slider i.next {
    top: 36%;
  }

  .product-slider i.prev {
    left: 4%;
  }

  .product-slider i.next {
    right: 4%;
  }

  .information-box-wrapper {
    padding: 7%;
  }

  .product-settings {
    width: 100%;
  }

  .product-settings-item label {
    font: normal normal normal 12px/14px Quatro;
  }

  .product-settings-item span {
    font: normal normal bold 16px/19px Quatro;
  }

  .product-settings {
    border: none;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 4%;
  }

  .product-taste-info {
    width: 100%;
    padding: 6% 10px 2%;
  }

  .product-taste-info p {
    font: normal normal normal 15px/25px Quatro;
    padding-left: 2%;
  }

  .ingredients-wrapper {
    flex-wrap: wrap;
  }

  .ingredients-text {
    width: 100%;
  }

  .information-box-wrapper hr {
    margin-bottom: 6%;
  }

  .ingredients-text label {
    font: normal normal 600 15px/18px Quatro;
  }

  .ingredients-text p {
    font: normal normal normal 14px/25px Quatro;
  }

  .ingredients-icons {
    width: 45.265%;
    margin: auto;
    padding: 5% 0 3%;
  }

  .facts-summary-box label {
    font: normal normal 600 15px/18px Quatro;
  }

  .facts-summary-box span.name {
    font: normal normal normal 14px/30px Quatro;
  }

  .facts-summary-box span.value {
    font: normal normal normal 14px/30px Quatro;
    font-weight: 500;
  }

  .nutrition-facts ul li span.name {
    font: normal normal normal 14px/30px Quatro;
  }

  .nutrition-facts ul li span.value {
    font: normal normal normal 14px/30px Quatro;
    font-weight: 500;
  }

  .related-products.related-recipes-header {
    padding: 0 9.765%;
  }

  .related-products.related-recipes-header img {
    width: 15.048%;
  }

  .related-recipes-header h3 {
    font: normal normal normal 25px/44px Borsok;
  }

  .other-products-section {
    padding: 13% 0;
  }

  .other-products-wrapper {
    overflow-x: scroll;
    width: 100%;
    padding-top: 0%;
    padding-bottom: 12.5%;
    padding-left: 9.765%;
  }

  .other-products-wrapper .product-item {
    width: 43%;
    flex-shrink: 0;
  }

  .other-products-wrapper .product-item a {
    font: normal normal normal 15px/21px Quatro;
  }
}

@media (max-width: 767px) {

  /* width: 354 */
  .product-single-hero h1 {
    padding: 0px 10.386%;
    font-size: 28px;
    line-height: 35px;
  }

  .product-single-hero {
    background-position: 66% 110%;
    background-repeat: no-repeat;
    padding-bottom: 3%;
  }

  .product-single-hero h1 {
    padding: 11% 10.386% 0;
  }

  .product-single-hero img {
    width: 69.565%;
  }

  .product-information-wrapper {
    padding: 0px 2.898%;
  }

  .product-slider {
    padding: 0px 8.615%;
  }

  .product-slider .product-thumb img {
    padding: 0 14.5%;
  }

  .social-icons-mobile {
    align-items: center;
    justify-content: center;
    padding-bottom: 11%;
  }

  .social-icons-mobile a {
    color: #504948;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    padding: 0px 2.5%;
  }

  .information-box-wrapper {
    padding: 5.6% 7.8615%;
  }

  .information-box {
    flex-direction: column;
  }

  .product-settings {
    padding-right: 0px;
    width: 100%;
    border-right: none;
    padding-bottom: 8%;
    border-bottom: 1px solid #CBCBCB;
  }

  .product-settings-item label {
    font-size: 12px;
    line-height: 14px;
  }

  .product-settings-item span {
    font-size: 16px;
    line-height: 19px;
  }

  .product-taste-info {
    flex-direction: column;
    padding: 0px;
    width: 100%;
  }

  .taste-image {
    width: 193px;
    height: 193px;
    margin-right: 0px;
    margin: 11% 0;
  }

  .information-box-wrapper hr {
    margin-top: 6.85%;
  }

  .ingredients-wrapper {
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }

  .ingredients-icons {
    width: 100%;
    padding: 7% 0 9%;
    border-bottom: 1px solid #CBCBCB;
  }

  .ingredients-text {
    width: 100%;
    padding: 11% 0;
  }

  .ingredients-text p {
    padding: 0px;
  }

  .nutrition-facts-summary {
    flex-direction: column;
    padding-bottom: 5%;
  }

  .facts-summary-box {
    width: 100%;
    padding-left: 3%;
    padding-top: 2%;
  }

  .facts-summary-box span.name,
  .facts-summary-box span.value {
    line-height: 32px;
    font-size: 16px;
  }

  .facts-summary-box.right {
    padding-top: 0;
  }

  .facts-summary-box.right label {
    display: none;
  }

  .nutrition-facts ul {
    width: 100%;
    padding: 4% 6%;
  }

  .nutrition-facts ul.nutrition-facts-right {
    padding-top: 0px;
    padding-bottom: 2%;
  }

  .nutrition-facts ul.nutrition-facts-left {
    padding-bottom: 0px;
  }

  .nutrition-facts ul li span.name,
  .nutrition-facts ul li span.value {
    font-size: 16px;
    line-height: 32px;
  }

  .nutrition-facts-left {
    border: 1px solid #CBCBCB;
    border-bottom: none;
  }

  .nutrition-facts-right {
    border: 1px solid #CBCBCB;
    border-top: none;
  }

  .other-products-section {
    padding: 20% 0 0;
  }

  .related-products.related-recipes-header img {
    display: none;
  }

  .related-recipes-header h3 {
    font-size: 25px;
    line-height: 29px;
    padding: 0 8%;
  }

  .other-products-wrapper {
    overflow-x: scroll;
    width: 100%;
    padding-top: 6%;
    padding-bottom: 20%;
  }

  .other-products-wrapper .product-item {
    width: 77%;
    flex-shrink: 0;
  }

  .other-products-wrapper .product-item a {
    font-size: 16px;
    line-height: 24px;
  }

  .other-products-wrapper .product-item .product-link {
    padding-top: 3%;
  }
}

/*/////// About page ///////*/
.about-page {
  padding: 4.5% 13.125% 6.5%;
  background: #FAF2F2;
}

.about-hero {
  display: flex;
}

.about-hero-text {
  padding-top: 6%;
}

.about-hero-text h1 {
  text-align: left;
  font: normal normal normal 80px/93px Borsok;
  letter-spacing: 0.4px;
  color: #D12B2A;
  margin-bottom: 3%;
}

.about-hero-text p {
  text-align: left;
  font: normal normal normal 18px/28px Quatro;
  letter-spacing: 0px;
  color: #000000BE;
  margin-bottom: 5%;
}

.about-hero-text img {
  margin-top: 12.5%;
}

.about-info {
  display: flex;
  flex-wrap: wrap;
}

.about-info-item:first-child {
  padding-right: 4%;
  padding-left: 0px;
}

.about-info-item {
  padding-left: 2.3%;
  padding-right: 2.3%;
  width: 33.3333%;
  flex-shrink: 0;
}

.about-info-item:last-child {
  padding-left: 4.3%;
  padding-right: 0px;
}

.about-info-item h3 {
  text-align: left;
  font: normal normal normal 25px/44px Borsok;
  letter-spacing: 0.25px;
  color: #D12B2A;
  margin-bottom: 0px;
}

.about-info-item p {
  text-align: left;
  font: normal normal normal 18px/28px Quatro;
  letter-spacing: 0px;
  color: #000000BE;
}

@media (max-width: 767px) {

  /* width: 354 */
  .about-page {
    padding: 6% 0px;
  }

  .about-hero {
    flex-direction: column-reverse;
    padding:
  }

  .about-hero img.hero-image {
    width: 92.753%;
  }

  .about-hero-text {
    padding: 1.5% 10.386%;
  }

  .about-hero-text h1 {
    font-size: 50px;
    line-height: 93px;
    margin-bottom: 0;
  }

  .about-hero-text p {
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 6%;
  }

  .about-hero-text img {
    width: 100%;
    margin-top: 9.5%;
    object-fit: cover;
    height: 6px;
  }

  .about-info {
    flex-direction: column;
    padding: 8% 10.386% 5%;
  }

  .about-info-item,
  .about-info-item:last-child,
  .about-info-item:first-child {
    width: 100%;
    padding: 0px;
    margin-bottom: 6.5%;
  }

  .about-info-item h3 {
    font-size: 25px;
    line-height: 44px;
  }

  .about-info-item p {
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
  }
}

/*/////// Contact page ///////*/
.contact-page {
  padding: 6.5% 13.125% 8%;
  display: flex;
  flex-wrap: wrap;
  background: #FAF2F2;
  background-image: url(../img/contact/bg.png);
  background-repeat: no-repeat;
  background-position: 110% 94%;
  background-size: 20%;
}

.contact-info {
  width: 50%;
}

.contact-info h1 {
  text-align: left;
  font: normal normal normal 60px/93px Borsok;
  letter-spacing: 0.3px;
  color: #D12B2A;
}

.contact-info p {
  text-align: left;
  font: normal normal normal 18px/28px Quatro;
  letter-spacing: 0px;
  color: #000000BE;
  margin-bottom: 7%;
}

.contact-info img {
  width: 42%;
  object-fit: cover;
  height: 8px;
  margin-bottom: 8%;
  margin-top: 1.5%;
}

.contact-info-item {
  display: flex;
  margin-bottom: 1.5%;
}

.contact-info-item span.info-name {
  width: 11.299%;
  display: block;
  text-align: left;
  font: normal normal normal 14px/28px Quatro;
  letter-spacing: 0px;
  color: #403E3E;
  text-transform: uppercase;
}

.contact-info-item span.info-value {
  text-align: left;
  font: normal normal normal 18px/28px Quatro;
  letter-spacing: 0px;
  color: #403E3E;
}

.contact-info h3 {
  font: normal normal normal 22px/25px Borsok;
  letter-spacing: 0.11px;
  color: #D12B2A;
  margin-top: 7.5%;
}

.contact-info .social-icon {
  width: 40px;
  background: #0000002E 0% 0% no-repeat padding-box;
  border-radius: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: white;
  margin: 0px 7.5px;
  cursor: pointer;
  transition: all 0.25s;
}

.contact-info .social-icon:hover {
  background: #D12B2A;
}

.contact-info .social-icon:first-child {
  margin-left: 0px;
}

.contact-info .social-icon-wrapper {
  display: flex;
  width: 100%;
  padding-top: 1.5%;
}

.contact-form {
  width: 50%;
  padding: 1% 12% 0% 0%;
}

.contact-form input {
  background: #FBF7F7 0% 0% no-repeat padding-box;
  border: 1px solid #BFBAB9;
  border-radius: 5px;
  width: 100%;
  height: 58px;
  margin-bottom: 3%;
  font: normal normal normal 18px/28px Quatro;
  letter-spacing: 0px;
  color: #403E3E;
  padding-left: 3.5%;
}

.contact-form textarea {
  background: #FBF7F7 0% 0% no-repeat padding-box;
  border: 1px solid #BFBAB9;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 3%;
  font: normal normal normal 18px/28px Quatro;
  letter-spacing: 0px;
  color: #403E3E;
  padding-left: 3.5%;
  padding-top: 1.5%;
  resize: none;
  margin-bottom: 1.5%;
}

.contact-form input:focus,
.contact-form input:active,
.contact-form input:hover,
.contact-form textarea:focus,
.contact-form textarea:active,
.contact-form textarea:hover {
  outline: none;
  box-shadow: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(64, 62, 62, 0.5);
}

.contact-form button {
  height: 58px;
  background: #D12B2A 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font: normal normal bold 18px/31px Quatro;
  letter-spacing: 0px;
  color: #FFFFFF;
  border: none;
  width: 42%;
}

@media (min-width: 768px) and  (max-width: 991px) {
  .contact-page {
    padding: 9% 9.765% 4%;
    background-position: 110% 20%;
    background-size: 24%;
  }

  .contact-info {
    width: 100%;
    position: relative;
  }

  .contact-info h1 {
    font: normal normal normal 30px/46px Borsok;
    margin: 0;
  }

  .contact-info p {
    width: 42.390%;
    font: normal normal normal 15px/26px Quatro;
  }

  .contact-info img {
    display: none;
  }

  .contact-info-item {
    position: absolute;
    left: 53%;
    width: 50%;
  }

  .contact-info-item span.info-name {
    font: normal normal normal 12px/28px Quatro;
    width: 71px;
    flex-shrink: 0;
  }

  .contact-info-item span.info-value {
    font: normal normal normal 16px/28px Quatro;
  }

  div.contact-info > div:nth-child(4) {
    top: 0%;
  }
  div.contact-info > div:nth-child(5) {
    top: 18%;
  }
  div.contact-info > div:nth-child(6) {
    top: 46%;
  }
  div.contact-info > div:nth-child(7) {
    top: 62%;
  }

  .contact-info .social-icon {
    width: 33px;
    height: 33px;
  }

  .contact-form {
    width: 100%;
    padding: 10% 0px;
  }

  .contact-form input {
    height: 50px;
    font: normal normal normal 16px/28px Quatro;
    margin-bottom: 2%;
  }

  .contact-form button {
    width: 100%;
  }
}

@media (min-width: 768px) and  (max-width: 991px) {
  .about-page {
    padding: 18% 9.765% 9.5%;
  }

  .about-hero {
    flex-wrap: wrap;
  }

  .about-hero-text {
    width: 100%;
  }

  .about-hero-text h1 {
    padding-right: 50%;
    font: normal normal normal 70px/80px Borsok;
    margin-bottom: 4%;
  }

  .about-hero-text p {
    font: normal normal normal 15px/26px Quatro;
    text-transform: capitalize;
  }

  .hero-image {
    width: 51.562%;
    position: absolute;
    right: 10%;
    top: 13%;
  }

  .about-hero-text img {
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .about-info-item {
    width: 50%;
  }

  .about-info-item p {
    font: normal normal normal 15px/26px Quatro;
    text-transform: capitalize;
  }

  .about-info-item:first-child {
    padding-right: 5%;
    padding-left: 0%;
  }

  .about-info-item {
    padding-left: 6%;
    padding-right: 0;
  }

  .about-info-item:last-child {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contact-page {
    padding: 6.5% 7.246%;
    flex-direction: column;
    background-position: 143% 34%;
    background-size: 50%;
  }

  .contact-info {
    width: 100%;
    padding: 0 3.672%;
  }

  .contact-info h1 {
    font-size: 35px;
    line-height: 52px;
    margin-bottom: 0px;
  }

  .contact-info p {
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
  }

  .contact-info img {
    width: 100%;
    height: 6px;
    margin-top: 3%;
  }

  .contact-info-item {
    margin-bottom: 4.5%;
  }

  .contact-info-item span.info-name {
    width: 17.073%;
    font-size: 12px;
    line-height: 28px;
    margin-right: 10px;
  }

  .contact-info-item span.info-value {
    font-size: 16px;
    line-height: 24px;
    padding-right: 10%;
  }

  .contact-info h3 {
    margin-bottom: 5%;
  }

  .contact-form {
    width: 100%;
    padding: 15% 0px;
  }

  .contact-form input {
    height: 50px;
    font-size: 16px;
    line-height: 28px;
  }

  .contact-form textarea {
    font-size: 16px;
    line-height: 28px;
  }

  .contact-form button {
    margin-top: 4%;
    width: 100%;
  }
}

/*/////// Recipes page ///////*/
.recipes-page {
  padding: 4.5% 13.125% 5.5%;
  background: #FAF2F2;
}

.recipes-page h1 {
  text-align: center;
  font: normal normal normal 70px/98px Borsok;
  letter-spacing: 0px;
  color: #D12B2A;
  margin-bottom: 4.5%;
}

.filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recipes-page .filter-items {
  display: flex;
  width: 66.737%;
  flex-shrink: 0;
  background: #0000000D 0% 0% no-repeat padding-box;
  border-radius: 30px 0px 0px 30px;
  padding: 15px 25px;
}

.recipes-page .filter-items span.label {
  font: normal normal normal 18px/30px Quatro;
  font-weight: 500;
  letter-spacing: 0px;
  color: #4E4746;
  margin-right: 3%;
}

.recipes-page .filter-items a {
  font: normal normal normal 18px/30px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
  margin-right: 2.8%;
}

.recipes-page .search-bar {
  width: 32.697%;
  display: flex;
}

.recipes-page input {
  background: #FCF6F6 0% 0% no-repeat padding-box;
  border: 1px solid #D9BBB8;
  border-right: none;
  border-right: 0%;
  height: 100%;
  width: 100%;
  padding-left: 25px;
  color: #3B3B3B;
  text-align: left;
  font: normal normal normal 18px/30px Quatro;
  letter-spacing: 0px;
  color: #3B3B3B;
}

.recipes-page input::placeholder {
  color: rgba(59, 59, 59, 0.5);
}

.search-bar button {
  background: #D12B2A 0% 0% no-repeat padding-box;
  border: 1px solid #C2BAB1;
  border-radius: 0px 30px 30px 0px;
  padding: 0px 30px;
  text-align: left;
  font: normal normal normal 16px/30px Quatro;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.featured-recipe {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.8%;
  background: #FDFAFA 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 2px #00000027;
  border-radius: 12px;
}

.featured-recipe img {
  width: 60.734%;
  border-radius: 12px 0px 0px 12px;
}

.featured-recipe .recipe-text-wrapper {
  width: 39.266%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 7%;
}

.featured-recipe .recipe-text-wrapper .separator {
  height: 0px;
  border: 1px solid #4E4746;
  width: 15%;
}

.featured-recipe .recipe-text-wrapper label {
  display: block;
  text-align: center;
  font: normal normal normal 18px/22px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.featured-recipe .recipe-text-wrapper a {
  text-align: center;
  font: normal normal bold 35px/50px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
  text-transform: capitalize;
  text-decoration: none;
  padding-top: 10%;
  padding-bottom: 10%;
}

.featured-recipe .recipe-text-wrapper a:hover {
  color: #D12B2A;
}

.featured-recipe .recipe-text-wrapper p {
  text-align: center;
  font: normal normal normal 16px/28px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
  text-transform: capitalize;
}

.recipes-other-list {
  padding-top: 3.8%;
}

.recipes-other-list .recipes-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding: 0px;
}

.recipes-other-list .recipes-list-wrapper .recipes-item-wrapper {
  width: 25%;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 3.2%;
}

.recipes-other-list .recipes-list-wrapper .recipes-item-wrapper:nth-child(4n-3) {
  padding-left: 0%;
  padding-right: 2%;
}

.recipes-other-list .recipes-list-wrapper .recipes-item-wrapper:nth-child(4n) {
  padding-right: 0%;
  padding-left: 2%;
}

.recipes-list-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
  height: 27vh;
}

.recipes-list-item .recipe-name {
  background: #FDFAFA 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 2px #00000027;
  border-radius: 12px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recipe-name a {
  text-align: center;
  font: normal normal bold 18px/22px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
}

@media (min-width: 768px) and  (max-width: 991px) {
  .recipes-page {
    padding: 11% 9.765% 10%;
  }

  .recipes-page h1 {
    font: normal normal normal 42px/45px Borsok;
  }

  .recipes-page h1 img {
    width: 6.472%;
  }

  .recipes-page .filter-items {
    flex-direction: column;
    width: 39%;
    padding: 12.5px 25px;
  }

  .recipes-page .filter-items a {
    display: none;
  }

  .recipes-page .search-bar {
    width: 61%;
    max-height: 55px;
  }

  .recipes-page input {
    font: normal normal normal 16px/30px Quatro;
  }

  .featured-recipe {
    margin-top: 5.8%;
  }

  .featured-recipe img {
    width: 50%;
    height: 301px;
    object-fit: cover;
  }

  .featured-recipe .recipe-text-wrapper {
    width: 50%;
    padding: 0;
  }

  .featured-recipe .recipe-text-wrapper label {
    font: normal normal normal 12px/14px Quatro;
    font-weight: 500;
    margin-bottom: 2px;
  }

  .featured-recipe .recipe-text-wrapper a {
    font: normal normal bold 16px/19px Quatro;
    padding: 7% 0;
  }

  .featured-recipe .recipe-text-wrapper p {
    font: normal normal normal 14px/25px Quatro;
    padding: 0 8%;
  }

  .recipes-other-list .recipes-list-wrapper .recipes-item-wrapper {
    width: 33.3333%;
  }

  .recipes-other-list .recipes-list-wrapper {
    margin: 0 -12px;
  }

  .recipes-other-list .recipes-list-wrapper .recipes-item-wrapper {
    padding: 0px 12px !important;
    margin-bottom: 15px;
  }

  .recipes-list-item img {
    height: 14.8vh;
  }

  .recipes-list-item .recipe-name {
    min-height: 75px;
    padding: 0 9%;
  }

  .recipes-list-item .recipe-name a {
    font: normal normal bold 15px/20px Quatro;
  }
}

@media (max-width: 767px) {

  /* width: 354 */
  .recipes-page {
    padding: 6% 7.246% 24.744%;
  }

  .recipes-page h1 {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 8.5%;
  }

  .recipes-page h1 img {
    width: 12.146%;
  }

  .filter-wrapper {
    flex-direction: column-reverse;
  }

  .recipes-page .search-bar {
    width: 100%;
    height: 45px;
    margin-bottom: 2.829%;
  }

  .recipes-page input {
    border-radius: 25px 0 0 25px;
    font-size: 16px;
    line-height: 30px;
    outline: none;
  }

  .recipes-page .filter-items {
    flex-direction: column;
    width: 100%;
    border-radius: 25px;
    padding: 13px 19px;
  }

  .recipes-page .filter-items span.label,
  .recipes-page .filter-items a {
    font-size: 16px;
    line-height: 30px;
  }

  .recipes-page .filter-items a {
    display: none;
  }

  .featured-recipe {
    margin-top: 14.125%;
    flex-direction: column;
    margin-bottom: 11.547%;
  }

  .featured-recipe img {
    width: 100%;
    height: 30.029vh;
    border-radius: 12px 12px 0 0;
  }

  .featured-recipe .recipe-text-wrapper {
    width: 100%;
  }

  .featured-recipe .recipe-text-wrapper label {
    font-size: 12px;
    line-height: 14px;
    margin-top: 9.855%;
  }

  .featured-recipe .recipe-text-wrapper a {
    padding-top: 6.763%;
    padding-bottom: 6.763%;
    font-size: 16px;
    line-height: 19px;
  }

  .featured-recipe .recipe-text-wrapper p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 13.196%;
  }

  .recipes-other-list {
    padding-top: 0px;
  }

  .recipes-other-list .recipes-list-wrapper {
    flex-direction: column;
    padding: 0 3.672%;
  }

  .recipes-other-list .recipes-list-wrapper .recipes-item-wrapper {
    width: 100%;
    padding: 0px !important;
    margin-bottom: 4.948%;
  }

  .recipes-list-item img {
    height: 30.029vh;
  }

  .recipes-list-item .recipe-name {
    min-height: 79px;
  }

  .recipe-name a {
    font-size: 16px;
    line-height: 19px;
  }
}

/*/////// Recipes single page ///////*/
.recipe-single-page {
  padding: 6.5% 13.125% 4.5%;
  background: #FAF2F2;
}

.recipe-details-wrapper {
  display: flex;
  justify-content: space-between;
}

.recipe-image-sidebar {
  width: 47.598%;
  flex-shrink: 0;
  max-height: 70vh;
  position: -webkit-sticky;
  position: sticky;
  top: 28%;
}

.recipe-image-sidebar img {
  width: 100%;
  border-radius: 12px;
}

.recipe-share-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 9%;
}

.recipe-share-wrapper span {
  text-align: left;
  font: normal normal normal 16px/19px Quatro;
  letter-spacing: 0px;
  color: #504948;
  margin-right: 25px;
}

.recipe-share-wrapper .icons-wrapper a {
  margin-right: 15px;
  color: #504948;
  text-decoration: none;
}

.recipe-share-wrapper .icons-wrapper a:hover {
  color: #D12B2A;
}

.recipe-information {
  width: 43.079%;
}

.recipe-information h1 {
  text-align: left;
  font: normal normal bold 40px/50px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
  margin-bottom: 5%;
}

.recipe-information p {
  text-align: left;
  font: normal normal normal 18px/28px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
}

.recipe-information .line {
  height: 29px;
  width: 100%;
}

.info-graphics {
  display: flex;
  padding-top: 4%;
}

.graphics-item {
  font: normal normal normal 18px/22px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
  text-transform: capitalize;
  margin-right: 11%;
  display: flex;
  align-items: center;
}

.graphics-item i {
  font-size: 22px;
  margin-right: 16%;
}

.graphics-item span {
  white-space: nowrap;
}

.ingredients-list h3,
.instructions-list h3 {
  font: normal normal bold 25px/50px Quatro;
  letter-spacing: 0px;
  color: #D12B2A;
  text-transform: capitalize;
  padding-top: 10%;
}

.ingredients-list label,
.instructions-list label,
.ingredients-list ul li,
.instructions-list p {
  font: normal normal normal 18px/28px Quatro;
  letter-spacing: 0px;
  color: #4E4746;
}

.ingredients-list ul {
  padding-left: 3.5%;
  margin-bottom: 4%;
}

.ingredients-list ul li::marker {
  font-size: 22px;
}

.ingredients-list label {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.instructions-list h3 {
  padding-top: 6%;
}

.instructions-list p {
  margin-bottom: 6%;
}

.instructions-list label {
  text-transform: uppercase;
  margin-bottom: 5.5%;
}

.related-recipes-wrapper {
  padding-top: 4%;
}

.related-recipes-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
}

.related-recipes-header img {
  width: 32.909%;
}

@media (max-width: 767px) {
  .recipe-single-page {
    padding: 0 7.246% 6.5%;
  }

  .recipe-details-wrapper {
    flex-direction: column;
  }

  .recipe-image-sidebar {
    width: 100%;
    position: static;
    top: 0;
  }

  .recipe-information {
    width: 100%;
    padding-top: 12.5%;
  }

  .recipe-information h1 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .recipe-information p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 0 3%;
    margin-bottom: 0;
  }

  .recipe-share-wrapper {
    padding-top: 9%;
    padding-bottom: 8%;
  }

  .recipe-information img {
    width: 100%;
    object-fit: cover;
    height: 6px;
  }

  .info-graphics {
    padding-left: 4%;
    padding-top: 10%;
  }

  .graphics-item {
    margin-right: 20%;
  }

  .graphics-item:last-child {
    margin-right: 0%;
  }

  .ingredients-list,
  .instructions-list {
    padding-left: 3%;
  }
  .ingredients-list h3 {
    font-size: 20px;
    line-height: 50px;
    padding-top: 5.5%;
    margin-bottom: 0;
  }

  .ingredients-list ul {
    padding-left: 6.5%;
  }

  .ingredients-list ul li {
    font-size: 16px;
    line-height: 30px;
  }

  .ingredients-list ul li::marker {
    font-size: 18px;
  }

  .instructions-list h3 {
    font-size: 20px;
    line-height: 50px;
    padding-top: 9.5%;
    margin-bottom: 0;
  }

  .recipe-information .instructions-list p {
    padding: 0px;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8%;
    padding-right: 4%;
  }

  .instructions-list label {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8%;
  }

  .related-recipes-header {
    flex-direction: column;
  }

  .related-recipes-header img {
    width: 100%;
    padding: 5% 5% 18%;
  }

  .related-recipes-header img:last-child {
    display: none;
  }

  .home-recipes-row.row.recipe-single-row {
    display: flex;
    flex-direction: row;
    padding: 4%;
    overflow-x: scroll;
    width: 100%;
    flex-wrap: nowrap;
    margin: 0;
    padding-left: 0;
    margin: 0 -7.246%;
    width: 116%;
    padding: 3% 11%;
  }

  .home-recipes-row.recipe-single-row .recipes-item {
    width: 95%;
    flex-shrink: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .home-recipes-row.recipe-single-row .recipes-item .recipes-item-image {
    height: 205px;
  }
}
