/* xl <= Extra extra large (xxl) */
@media (max-width : 1400px) {}

/* lg <= Extra large (xl) */
@media (max-width : 1200px) {}

/* md <= Large (lg) */
@media (max-width : 992px) {
  .inptBtn {
    text-align: center;
    background-color: var(--color-red);
    color: var(--color-white);
    padding: 15px 35px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-top: -10px;
  }
}

@media (max-width : 991px) {
  .header__center .main_nav, .header__center .socials {
    display: none;
  }
  .about_description-extra {
    margin-bottom: 30px;
  }
  .product-card.product-single {
    margin-top: 15px;
  }
}

/* sm <= Medium (md) */
@media (max-width : 768px) {

  .header__left .logo img {
    width: 100px;
  }

  .contact-detail {
    margin-bottom: 30px;
  }

  .products {
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding-top: 30px;
  }

  .products-no-gutters>.col, .products-no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .product-link {
    display: block;
  }

  .recipes_grid a:hover .card_content {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .recipes_grid a:hover {
    margin: 0 7.5px;
  }

  .recipes_grid a.button-more:hover {
    margin-top: 30px;
  }

  .product-card {
    text-align: center;
    z-index: 2;
    margin-bottom: 15px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    background-color: var(--color-white);
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .product-card .product-name {
    font-size: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-card .product-name span {
    display: none !important;
  }

  .product-card img {
    max-height: 150px;
    z-index: 0;
    position: relative;
  }

  .product_weight {
    font-size: 12px;
    margin-top: -5px;
  }

  /* .product-card-info {
    padding: 0;
    z-index: 2;
    position: relative;
    background-color: transparent;
  } */

  .product-card-info h3 {
    font-size: 18px;
    padding-bottom: 0;
    z-index: 2;
    position: relative;
  }

  /* .product-card-info p {
    text-align: left;
    font-size: 16px;
    position: relative;
    display: none;
  } */

  .product-card-info a.button-more {
    background-color: transparent;
    color: var(--color-red);
    font-size: 12px;
    margin-top: 0;
    padding: 5px 15px;
    padding: 0;
    display: inline-block;
    border-radius: 10px;
  }

  .product-card-info a.button-more i {
    font-size: 10px;
    margin-left: 2px;
  }

  .up-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--color-red);
    display: none;
  }

  /* .product-card-description {
  display: block;
  position: relative;
  width: calc(100vw - 30px);
  height: auto;
  margin-top: -15px;
  padding: 15px;
  left: 0;
  background-color: var(--color-white);
  z-index: 99;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.product-card-description p {
  display: block;
  position: relative;
  z-index: 3;
  text-align: left;
} */
  .product-card-description {
    position: relative;
    width: calc(100vw - 30px);
    height: auto;
    padding: 30px;
    background-color: var(--color-white);
    border-radius: 15px;
    text-align: center;
  }

  .product-card-description h3 {
    font-size: 32px;
    font-weight: 500;
  }

  .product-card-description p {
    display: block;
    position: relative;
    z-index: 3;
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
  }

  .product-card-description span {
    font-weight: 500;
  }

  .product-card-description i {
    color: var(--color-red);
    margin-right: 5px;
  }

  .search-form .search-field {
    width: calc(100vw - 88px);
  }
}

/* xs <= Small (sm) */
@media (max-width : 576px) {
  .hero {
    padding: 30px 15px 15px;
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }

  .hero_video {
    height: 333px;
    border-radius: 44px;
  }

  #myVideo {
    border-radius: 44px;
  }

  @keyframes borderChange {
    0% {
      border: 0px solid var(--color-white);
      border-radius: 44px;
    }

    100% {
      border: 15px solid var(--color-white);
      border-radius: 44px;
    }
  }

  .recipes_home {
    padding-top: 45px;
  }

  .recipes_grid__header, .products_grid__header, .socials-banner h2, .recipes-list-header {
    font-size: 44px;
  }

  .contact-detail .section-title {
    font-size: 44px;
    text-align: center;
  }
}

@media (max-width : 575px) {
  .header-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .recipes_home .recipes_grid__header {
    padding-top: 23.5px;
  }

  .back-to-recipes {
    font-size: 13px;
    margin-top: -10px;
  }

  .back-to-recipes i {
    font-size: 11px;
  }

  .recipes_grid a {
    display: block;
    margin: 0 7.5px;
  }

  .recipe_card, .recipes_grid a:hover .recipe_card {
    padding: 0;
  }

  .recipes_grid a:hover .recipe_card {
    margin-top: 0;
  }

  .recipes_grid {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .card_content {
    padding: 0 7.5px 7.5px;
    margin-bottom: 23.5px;
    margin-top: 7.5px;
  }

  .recipe__time span {
    width: 12px;
    height: 12px;
    background-size: 12px;
  }

  .recipe__bretzel>span.single_bretzel {
    width: 12px;
    background-size: 12px;
  }

  /* .recipe_info {
    flex-direction: column;
  }
  .recipe__bretzel {
    justify-content: center;
  } */
  .recipe__bretzel {
    width: 35%;
  }

  .recipe__bretzel span {
    font-size: 12px;
    display: none;
  }

  .recipe__time {
    font-size: 11px;
    width: 65%;
  }

  .recipe__bretzel img, .recipe__time img {
    width: 10px;
  }

  .comments-area {
    margin-top: 30px;
  }

  .card_content h2 {
    padding-top: 10px;
    font-size: 22px;
  }

  .news_grid h3 {
    font-size: 18px;
  }

  .socials-banner h2 {
    margin-bottom: 0;
  }

  .socials-single {
    margin-top: 30px;
  }

  .contacts-socials .socials-single {
    margin-top: 0;
  }

  .socials-single svg {
    max-width: 38px;
    min-width: 37px;
  }

  .socials-single span {
    font-size: 24px;
    margin-left: 10px;
  }

  .contact-sec {
    padding: 90px 0;
  }

  .contact-detail {
    text-align: center;
    margin-bottom: 30px;
  }

  .contact-detail p, .contact-detail a {
    margin-top: 15px;
  }

  .inptFld {
    margin-bottom: 20px;
  }

  .recipes-list-header {
    padding-bottom: 15px;
    padding-top: 0;
  }

  .recipes-filter ul li a {
    padding: 3px 12px;
  }

  .recipes-filter ul li {
    font-size: 13px;
  }

  .recipes-filter ul li i {
    font-size: 11px;
    margin-top: -1px;
  }

  .recipes_grid {
    padding-top: 13.5px;
  }

  .single_recipe_content {
    padding-bottom: 30px;
  }

  .recipe_info__single {
    padding: 0;
  }

  .single_step {
    padding: 10px;
  }

  .single_recipe_images {
    padding-top: 0;
  }

  .single_step span.step_title {
    position: relative;
    padding-left: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .single_step p {
    padding: 10px;
  }

  .intro-step h2, .intro-step h3, .intro-step h4{
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  }

  .news_step h2, .news_step h3 {
    padding-top: 10px;
    padding-left: 10px;
  }

  .single_step ul li {
    padding-left: 35px;
    padding-bottom: 10px;
  }

  .single_step ul li::before {
    left: 10px;
  }

  .single_recipe__ingr {
    padding: 20px;
  }

  .video_step {
    position: relative;
    padding-bottom: calc(56.25% * 1.5);
    background-color: var(--color-white);
    border-radius: 15px;
  }

  .video_step iframe {
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 10px;
  }

  .hero_news__content {
    padding-top: 15px;
  }

  #breadcrumbs {
    padding-bottom: 30px;
    font-size: 12px;
  }

  .single_breadcrumbs #breadcrumbs {
    padding-bottom: 0;
  }

  .tax-author_position {
    margin-top: -10px;
  }
  .author-card_link {
    padding: 15px;
  }
  .author-card_link h2 {
    font-size: 28px;
  }
  .author-card_photo {
    margin-right: 15px;
  }
}

@media (max-width : 320px) {
  body {
    min-width: 320px !important;
  }
}


/* === MOBILE FIRST === */

/* Custom (xs) */
@media (min-width : 0) {
  .hero-other-content h1 {
    font-size: 48px;
  }

  .hero-other-content::before {
    width: 18vw;
    height: 18vw;
    right: 30px;
    bottom: 30px;
  }
}

/* Small (sm) */
@media (min-width : 576px) {
  .hero-other-content h1 {
    font-size: 68px;
  }
}

@media (min-width : 577px) {
  .hero-other-content::before {
    right: 60px;
    bottom: 60px;
  }
}

/* Medium (md) */
@media (min-width : 768px) {
  .hero-other-content h1 {
    font-size: 78px;
  }
  .search-form .search-field {
    width: 40vw;
  }
}

@media (min-width : 769px) {
  .product-card-info a.button-more {
    display: none;
  }

  .product-card .product-name {
    padding-top: 10px;
  }
}

/* Large (lg) */
@media (min-width : 992px) {
  .menu-btn {
    display: none;
  }
  .hero-other-content h1 {
    font-size: 88px;
  }
}

/* Extra large (xl) */
@media (min-width : 1200px) {
  .text {
    font-size: 18px;
  }
  .search-form .search-field {
    width: 35vw;
  }
}

/* Extra extra large (xxl) */
@media (min-width : 1400px) {
  .text {
    font-size: 22px;
  }
  .search-form .search-field {
    width: 30vw;
  }
}


@media (max-width:767px) {
  .zsu__info_content h2 {
    font-size: 20px
  }

  .zsu__info_content span {
    font-size: 4rem
  }
  .single_recipe__info {
    padding-bottom: 15px;
  }
  .single_recipe__author_photo img {
    max-width: 30px;
  }
  .single_recipe__author_link {
    margin-left: 8px;
  }
  .single_recipe__author_link a {
    font-size: 14px;
  }
  .rr-star {
    font-size: 16px;
  }
  .rr-average {
    margin-left: 5px;
  }
}

@media (max-width:991px) {
  .zsu__info_content span {
    font-size: 4.5rem
  }
}

@media (max-width:576px) {
  .zsu__info_content span {
    font-size: 3.5rem
  }

  .zsu__info_content img {
    width: 104px
  }
}

@media (max-width:425px) {
  .zsu__info_overlay {
    background-size: 350%
  }

  .zsu__info_content span {
    font-size: 2.75rem
  }

  .zsu__info_content img {
    width: 90px
  }
}

@media (max-width:380px) {
  .zsu__info_content img {
    max-width: 80px
  }
}

@media (max-width:375px) {
  .zsu__info_content span {
    font-size: 2.5rem
  }
}

@media (max-width:350px) {
  .zsu__info_content span {
    font-size: 2.25rem
  }

  .zsu__info_content img {
    max-width: 69px
  }
}