/*
 |--------------------------------------------------------------------------
 | Helper mixins, feel free to add/remove any that you might not use
 | Won't be rendered in the output if not used
 |--------------------------------------------------------------------------
 */
.fish--promotion {
  background-image: linear-gradient(90deg, #1c69a0 0%, #145083 38%, #0c3968 100%, #0c3867 100%);
  min-width: 300px;
  padding: 2rem 2rem 2rem 0;
  transition: all 0.3s ease-in-out;
  opacity: 0.6; }
  .fish--promotion:hover {
    opacity: 1;
    box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.26);
    min-width: 500px; }
    .fish--promotion:hover .fishes--promotion-image {
      left: 1rem; }

.fishes--promotion-content {
  min-width: 150px;
  color: #071f39; }
  .fishes--promotion-content p {
    margin: 0; }

.fishes--promotion-image {
  height: 100px;
  width: 255px;
  left: -9rem;
  transition: all 0.3s ease-in-out; }

.fish--teaser {
  transition: all 0.3s ease-in-out; }
  .fish--teaser:hover {
    box-shadow: 31px 45px 44px -27px rgba(12, 56, 103, 0.27); }
  @media (max-width: 992px) {
    .fish--teaser .image-title {
      flex-direction: column; } }
  .fish--teaser .image {
    background-color: #e9ecef;
    height: 110px; }
  @media (max-width: 992px) {
    .fish--teaser .field--name-field-fish-image {
      margin: auto; } }
  .fish--teaser .field--name-field-description {
    font-size: 0.9rem; }

.field--name-field-description {
  color: #4b9ec9; }

.products--full .title--section:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #4D9FC9;
  position: absolute;
  bottom: 0; }

.products--full .product--title {
  font-size: 1.2rem; }

.products--full .field--name-field-product-image {
  display: flex;
  align-items: center;
  justify-content: center; }
  .products--full .field--name-field-product-image img {
    width: 400px; }

.products--full .field--name-field-extra-links {
  padding: 0 4rem; }
  @media (max-width: 1199.98px) {
    .products--full .field--name-field-extra-links {
      padding: 0 2rem; } }
  .products--full .field--name-field-extra-links .field__item {
    width: 100%; }

.products--full .extra-link-wrapper a {
  display: block;
  padding: 0.6rem 2rem;
  border: 1px solid #0C3867;
  border-radius: 4px;
  background-color: #0C3867;
  color: white;
  width: 100%;
  text-align: center;
  transition: 0.3s all ease-in-out; }
  .products--full .extra-link-wrapper a:hover {
    background-color: white;
    color: #0C3867; }

.products--full .shop-link {
  position: relative;
  border-color: #0C3867;
  background-color: transparent;
  color: #0C3867;
  opacity: 0; }
  .products--full .shop-link:after {
    content: "";
    position: absolute;
    background: #0C3867;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    width: 0; }
  .products--full .shop-link:hover {
    color: white; }
    .products--full .shop-link:hover:after {
      width: 100%; }

.paragraph--type--nutritional-facts {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px rgba(12, 56, 103, 0.1);
  background-color: rgba(12, 56, 103, 0.02);
  padding: 1rem 1rem;
  transition: all 0.3s ease-in-out; }
  .paragraph--type--nutritional-facts:hover {
    background-color: rgba(12, 56, 103, 0.05); }
  .paragraph--type--nutritional-facts .field--name-field-title {
    font-weight: 600;
    color: #4D9FC9; }
  .paragraph--type--nutritional-facts .field--name-field-information {
    margin-left: 0.5rem; }

.products--teaser {
  transition: all 0.3s ease-in-out; }
  @media (max-width: 767px) {
    .products--teaser {
      width: 80%;
      margin: auto; } }

@keyframes step4a {
  0% {
    opacity: 0;
    transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform: translateY(0); } }

@keyframes img1a {
  0% {
    transform: translateX(73.5%) translateY(-17.6%) scale(1); }
  100% {
    transform: translateX(0) translateY(0%) scale(1.2); } }

@keyframes step3a {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.products--large-tease .field--name-field-product-image img {
  width: 306px; }

.products--large-tease .title--section:after {
  content: "";
  width: 0%;
  height: 3px;
  background-color: #4D9FC9;
  position: absolute;
  bottom: 0;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.products--large-tease .field--name-body {
  opacity: 0; }

.products--large-tease .product--title {
  opacity: 0; }

.products--large-tease .product--wight {
  opacity: 0; }

.products--large-tease .nutritional-facts--title {
  opacity: 0; }

.products--large-tease .field--name-field-nutritional-facts {
  opacity: 0; }

@media (min-width: 767px) {
  .products--large-tease .field--name-field-product-image {
    transform: translateX(73.5%) translateY(-17.6%) scale(1);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); } }

@media (max-width: 991.98px) {
  .products--large-tease .field--name-field-product-image {
    display: flex;
    align-items: center;
    justify-content: center; } }

.products--large-tease .shop-link {
  animation: step4a 1s ease-in-out 0.4s forwards;
  position: relative;
  border-color: #0C3867;
  background-color: transparent;
  color: #0C3867;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0; }
  .products--large-tease .shop-link:after {
    content: "";
    position: absolute;
    background: #0C3867;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .products--large-tease .shop-link:hover {
    color: white; }
    .products--large-tease .shop-link:hover:after {
      width: 100%; }

.products--large-tease.active .title--section:after {
  animation-name: step3a;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

.products--large-tease.active .product--wight {
  animation: step4a 1s ease-in-out 0.4s forwards; }

.products--large-tease.active .product--title {
  animation: step4a 1s ease-in-out 0.3s forwards; }

.products--large-tease.active .field--name-body {
  animation: step4a 1s ease-in-out 0.3s forwards; }

.products--large-tease.active .nutritional-facts--title {
  animation: step4a 1s ease-in-out 0.5s forwards; }

.products--large-tease.active .field--name-field-nutritional-facts {
  animation: step4a 1s ease-in-out 0.4s forwards; }

@media (min-width: 767px) {
  .products--large-tease.active .field--name-field-product-image {
    animation-name: img1a;
    animation-delay: 0.1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards; } }

.products--large-tease.active .shop-link {
  animation: step4a 1s ease-in-out 0.4s forwards; }

@media (max-width: 575px) {
  .products--cart {
    width: 80%;
    margin: auto; } }

.products--cart .field--name-field-product-image {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  @media (max-width: 767px) {
    .products--cart .field--name-field-product-image {
      height: auto; } }
  .products--cart .field--name-field-product-image img {
    width: 270px;
    height: auto;
    object-fit: contain; }

.products--cart .label {
  text-align: center;
  width: 70%;
  margin: auto;
  margin-bottom: 0.5rem; }

.products--cart .commerce-order-item-add-to-cart-form label {
  display: none; }

.products--cart .number-input {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%; }
  .products--cart .number-input input {
    border-color: #000;
    border-radius: 5px;
    font-size: 1.6rem;
    text-align: center;
    padding: 0 1.5rem !important;
    max-height: 60px;
    width: 100%;
    -moz-appearance: textfield; }
  .products--cart .number-input input::-webkit-outer-spin-button,
  .products--cart .number-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.products--cart .number-controler {
  position: absolute;
  font-size: 2rem;
  padding: 0rem 1rem;
  cursor: pointer; }
  .products--cart .number-controler.number-controler-minus {
    left: 0; }
  .products--cart .number-controler.number-controler-plus {
    right: 0; }

.products--cart .form-actions {
   }
.products--cart .base-price {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .products--cart .base-price:before {
    content: '';
    width: 60%;
    height: 1px;
    background-color: #6c757d;
    position: absolute; }
  .products--cart .base-price span {
    font-size: 1.25rem;
    color: #6c757d;
    margin-top: 0.5rem; }

.products--cart .calculated-price {
  text-align: center;
  display: flex;
  justify-content: center; }
  .products--cart .calculated-price span {
    font-size: 1.25rem;
    color: #000; }
  .products--cart .calculated-price .adjustments-value {
    font-size: 1.1rem;
    color: #fff;
    background-color: #0C3867;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0.3125rem 0.8125rem;
    line-height: 1;
    margin-right: 1rem; }

.recipe--teaser {
  transition: all 0.3s ease-in-out;
  height: 100%; }
  .recipe--teaser > .d-flex.flex-column {
    justify-content: space-between;
    height: 100%; }
    .recipe--teaser > .d-flex.flex-column .d-flex > .rounded.overflow-hidden {
      flex-basis: 40%; }
      @media (max-width: 992px) {
        .recipe--teaser > .d-flex.flex-column .d-flex > .rounded.overflow-hidden {
          flex-basis: unset; } }
    .recipe--teaser > .d-flex.flex-column .d-flex > .d-flex.flex-column {
      flex-basis: 60%; }
      @media (max-width: 992px) {
        .recipe--teaser > .d-flex.flex-column .d-flex > .d-flex.flex-column {
          flex-basis: unset; } }
  .recipe--teaser .field--name-field-image {
    max-width: 200px; }
    @media (max-width: 991.98px) {
      .recipe--teaser .field--name-field-image {
        width: 100%;
        max-width: unset; } }
  .recipe--teaser:hover {
    box-shadow: 31px 45px 44px -27px rgba(12, 56, 103, 0.27); }

.recipe--large-tease .rounded img {
  width: 100%; }

.recipe--details {
  min-width: 330px; }
  @media (max-width: 991.98px) {
    .recipe--details {
      width: 100%; } }

.field--name-field-preparation-time {
  color: #4b9ec9; }
  .field--name-field-preparation-time .field__label {
    margin-right: 0.5rem; }

.icon-star {
  width: 15px;
  height: 15px;
  margin-right: 0.2rem;
  background-image: url("/themes/custom/inas/assets/icons/star.svg");
  background-size: contain;
  background-repeat: no-repeat; }

.icon-star-stroke {
  width: 15px;
  height: 15px;
  margin-right: 0.2rem;
  background-image: url("/themes/custom/inas/assets/icons/star-stroke.svg");
  background-size: contain;
  background-repeat: no-repeat; }

.icon-person {
  width: 15px;
  height: 15px;
  margin-right: 0.2rem;
  background-image: url("/themes/custom/inas/assets/icons/person.svg");
  background-size: contain;
  background-repeat: no-repeat; }

.alignwide {
  margin-right: -175px;
  margin-left: -175px;
  max-width: 1140px;
  margin-top: 3rem;
  margin-bottom: 3rem; }

.field--name-field-upload-video video {
  width: 100%;
  height: auto; }

.article--teaser {
  transition: all 0.3s ease-in-out; }
  .article--teaser .field--name-field-image {
    max-height: 200px; }
  .article--teaser:hover {
    box-shadow: 31px 45px 44px -27px rgba(12, 56, 103, 0.27); }

.bundle-tag {
  left: 1rem;
  top: 2rem; }

.world-map {
  background-image: url("/themes/custom/inas/assets/images/world.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top; }

.node-35 .header--about:after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -1px;
  background: linear-gradient(180deg, rgba(12, 56, 103, 0) 0%, #0c3867 100%); }

.node-35 .region_content {
  background: #0C3867; }
  .node-35 .region_content * {
    color: #fff; }

.node-35 .partners h1 {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .node-35 .partners h1:after {
    content: "";
    background-image: url("/themes/custom/inas/assets/icons/wave-border.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 20px;
    margin-top: 1.5rem; }

@media (max-width: 991.98px) {
  .node-35 .navbar-toggle .icon-bar {
    background-color: #0C3867; }
  .node-35 .navbar-dark .show .navbar-nav .nav-link {
    color: #fff; } }

.node-36 .navbar-toggle .icon-bar,
.page--shop-and-restaurant .navbar-toggle .icon-bar {
  background-color: #0C3867; }

@media (max-width: 991.98px) {
  .node-36 .navbar-toggle .icon-bar,
  .page--shop-and-restaurant .navbar-toggle .icon-bar {
    background-color: #0C3867; }
  .node-36 .navbar-dark.bg-white .navbar-toggle.active .icon-bar,
  .page--shop-and-restaurant .navbar-dark.bg-white .navbar-toggle.active .icon-bar {
    background-color: #0C3867 !important; }
  .node-36 .navbar-dark:not(.bg-white) .show .navbar-nav .nav-link,
  .page--shop-and-restaurant .navbar-dark:not(.bg-white) .show .navbar-nav .nav-link {
    color: #fff; }
  .node-36 .navbar-dark:not(.bg-white) .show .navbar-nav .active .nav-link,
  .page--shop-and-restaurant .navbar-dark:not(.bg-white) .show .navbar-nav .active .nav-link {
    color: #071f39; } }

.node-36 .navbar-nav .dropdown-menu,
.node-35 .navbar-nav .dropdown-menu {
  background-color: #0c3867;
  border-color: #0c3867; }

.node-36 .navbar-nav .dropdown-item,
.node-35 .navbar-nav .dropdown-item {
  color: white; }
  .node-36 .navbar-nav .dropdown-item:hover,
  .node-35 .navbar-nav .dropdown-item:hover {
    color: #fff;
    background-color: #0c4077; }
  .node-36 .navbar-nav .dropdown-item:before,
  .node-35 .navbar-nav .dropdown-item:before {
    background-color: white; }

.node-36 .icon--nav-opener::before, .node-36 .icon--nav-opener::after,
.node-35 .icon--nav-opener::before,
.node-35 .icon--nav-opener::after {
  background-color: white; }

.wp-block-table td,
.wp-block-table th {
  border: none; }

.wp-block-table tr {
  background-color: rgba(12, 56, 103, 0.03); }
  .wp-block-table tr:nth-child(2n) {
    background-color: rgba(12, 56, 103, 0.05); }

.wp-block-pullquote {
  padding: 1em 0;
  margin: 1.5em 0; }

@media (max-width: 991.98px) {
  .parallax--page-title svg {
    max-width: 100%; } }

@media (max-width: 767px) {
  .page--contact .parallax--page-title svg {
    width: 500px; }
  .page--shop-and-restaurant .parallax--page-title svg {
    width: 500px; }
  .page--about .parallax--page-title svg #text {
    font-size: 100px !important;
    transform: translate(105px, 116px); }
  .page--contact .parallax--page-title svg #text {
    font-size: 107px !important;
    transform: translate(0px, 116px); }
  .page--shop-and-restaurant .parallax--page-title svg #text {
    transform: translate(0px, 80px);
    font-size: 48px !important; } }

@media (max-width: 575px) {
  .page--about .parallax--page-title svg {
    width: 300px; }
  .page--contact .parallax--page-title svg {
    width: 300px; }
  .page--shop-and-restaurant .parallax--page-title svg {
    width: 300px; }
  .page--about .parallax--page-title svg #text {
    font-size: 85px !important;
    transform: translate(0px, 116px); }
  .page--contact .parallax--page-title svg #text {
    font-size: 64px !important;
    transform: translate(0px, 116px); }
  .page--shop-and-restaurant .parallax--page-title svg #text {
    transform: translate(0px, 80px);
    font-size: 29px !important; }
  .parallax--page-title h6 {
    font-size: 0.9rem;
    text-align: center;
    width: 330px; } }

.shop-and-restaurant--teaser {
  border-bottom: solid 1px rgba(12, 56, 103, 0.06); }
  .shop-and-restaurant--teaser .image {
    flex-basis: 50%;
    padding-right: 1rem;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .shop-and-restaurant--teaser .image {
        padding-right: 0; } }
  .shop-and-restaurant--teaser .info {
    flex-basis: 50%;
    padding-left: 1rem;
    border-left: solid 1px rgba(12, 56, 103, 0.06); }
    @media (max-width: 992px) {
      .shop-and-restaurant--teaser .info {
        padding: 1rem;
        padding-bottom: 0;
        border-left: none; } }
    @media (max-width: 575px) {
      .shop-and-restaurant--teaser .info {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0; } }
  .shop-and-restaurant--teaser .title {
    color: #0C3867; }
  .shop-and-restaurant--teaser .address .label,
  .shop-and-restaurant--teaser .telephone .label {
    color: #4b9ec9; }

.comment--section .indented {
  margin-left: 3rem;
  position: relative; }
  @media (max-width: 767px) {
    .comment--section .indented {
      margin-left: 1rem; } }
  @media (max-width: 575px) {
    .comment--section .indented {
      margin-left: 0.5rem; } }
  .comment--section .indented article {
    margin-top: -1.5rem; }
    .comment--section .indented article .card {
      border-top: none;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

.comment--section article {
  position: relative;
  z-index: 10; }
  .comment--section article p {
    font-size: 1rem;
    color: #495057; }

.comment--section .links {
  justify-content: flex-end; }
  @media (max-width: 575px) {
    .comment--section .links {
      padding: 0; } }
  .comment--section .links .nav-item {
    margin: 0 0.5rem; }
    .comment--section .links .nav-item a {
      line-height: 1;
      padding: 0.8rem 1.5rem;
      background-color: #0C3867;
      color: white;
      transition: 0.2s all ease-in-out; }
      @media (max-width: 575px) {
        .comment--section .links .nav-item a {
          padding: 0.6rem 1.3rem;
          font-size: 1rem; } }
      .comment--section .links .nav-item a:hover {
        background-color: #092c50; }

.comment--section .comment-reply a {
  line-height: 1;
  padding: 0.8rem 1.5rem;
  background-color: #0C3867;
  color: white;
  transition: 0.2s all ease-in-out; }
  .comment--section .comment-reply a:hover {
    background-color: #092c50; }

.comment--section .comment-translations {
  display: none; }

.comment--section .form-control:not(.form-textarea) {
  height: unset;
  padding: 0.5rem 1.5rem; }

.comment--section .form-submit {
  padding: 0.89rem 2rem;
  line-height: 1; }

.comment--section #edit-preview {
  display: none; }

.path-comment .comment__wrapper .comment-reply {
  display: none; }

.path-comment .comment__wrapper .comment-translations {
  display: none; }

.path-comment #edit-preview {
  display: none; }

div.fivestar-rating-wrapper > div > div.rating-option-result {
  display: none; }

.products--full .product-right-wrapper {
  border: solid 1px #ced4da;
  border-radius: 8px;
  padding: 4rem 2rem 2rem 2rem; }
  @media (max-width: 1199.98px) {
    .products--full .product-right-wrapper {
      padding: 2rem 0 0 0; } }

.products--full .field--name-field-associated-product {
  padding: 0 2rem; }
  .products--full .field--name-field-associated-product .field--name-title {
    font-size: 1.75rem; }
  .products--full .field--name-field-associated-product .field--name-price {
    font-weight: 700;
    margin-bottom: 3rem;
    margin-top: 1rem; }
    .products--full .field--name-field-associated-product .field--name-price .field__item {
      font-size: 2rem;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      line-height: 1; }
      .products--full .field--name-field-associated-product .field--name-price .field__item span {
        margin-bottom: 0.3rem;
        margin-right: 0.53125rem;
        color: #6c757d;
        font-size: 0.9175rem; }
    .products--full .field--name-field-associated-product .field--name-price .price .price-value {
      font-size: 2rem;
      line-height: 1.3; }
    .products--full .field--name-field-associated-product .field--name-price .price.has-discount {
      color: #6c757d; }
      .products--full .field--name-field-associated-product .field--name-price .price.has-discount .price-value {
        display: inline-flex;
        position: relative;
        align-items: center;
        justify-content: center; }
        .products--full .field--name-field-associated-product .field--name-price .price.has-discount .price-value:after {
          content: '';
          width: 105%;
          height: 1px;
          background-color: #000;
          position: absolute; }
    .products--full .field--name-field-associated-product .field--name-price .adjustments-value {
      font-size: 15px;
      background-color: #0C3867;
      padding: 0.125rem 0.6125rem;
      border-radius: 5px;
      color: #fff;
      margin-right: 0.3125rem; }
      .products--full .field--name-field-associated-product .field--name-price .adjustments-value .signe {
        font-family: "Noto Sans", sans-serif;
        font-size: 13px; }
    .products--full .field--name-field-associated-product .field--name-price .currency-code {
      margin-right: 0.3125rem; }
  .products--full .field--name-field-associated-product .field--widget-commerce-quantity label {
    display: none; }
  .products--full .field--name-field-associated-product .number-input {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    width: 250px; }
    .products--full .field--name-field-associated-product .number-input input {
      text-align: center;
      font-size: 2rem;
      color: #000;
      height: 54px;
      border-color: #000; }
  .products--full .field--name-field-associated-product .number-controler {
    position: absolute;
    font-size: 2rem;
    padding: 0rem 1rem;
    cursor: pointer; }
    .products--full .field--name-field-associated-product .number-controler-plus {
      right: 0; }
    .products--full .field--name-field-associated-product .number-controler-minus {
      left: 0; }
  .products--full .field--name-field-associated-product .button--add-to-cart {
    display: block;
    padding: 0.6rem 2rem;
    border: 1px solid #0C3867;
    border-radius: 4px;
    background-color: #0C3867;
    color: white;
    text-align: center;
    transition: 0.3s all ease-in-out;
    margin: 0 auto;
    width: 100%; }
    .products--full .field--name-field-associated-product .button--add-to-cart:hover {
      background-color: white;
      color: #0C3867; }

.products--full .commerce-order-item-add-to-cart-form .form-actions {
  margin-bottom: -4.5rem;
  margin-top: 2rem; }

