/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#footer .euflag {
  display: none;
}
.eu_images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
}
@media screen and (min-width: 1200px) {
  .ktr-header .block-social__list {
    width: 190px;
  }
  .ktr-header .block-social__item {
    margin: 0px 2px;
  }
  .euflag .block-social__link {
    width: 40px;
  }
}

@media screen and (max-width: 992px) {
  .eu_images {
    margin-bottom: 25px;
  }
  .block-social {
    display: block !important;
    order: 2;
  }
  .block-social__item {
    display: none;
  }
  .euflag {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .ktr-header .block-social__list:after {
    display: none !important;
  }
  .eu_images {
    max-width: 345px;
  }
  .eu_image {
    max-width: 107px;
  }
  .eu_image_1 {
    max-width: 83px;
  }
  .eu_image_2 {
    max-width: 90px;
  }
  .eu_image_3 {
    max-width: 27px;
  }
  .eu_image_4 {
    max-width: 107px;
  }
}
#delivery-address input[name="token"] + div {
  display: none;
}
.product-flag-free-delivery {
  width: 50px;
}
.product-flag-free-delivery img{
  display: block;
  width: 100%;
  height: auto;
}
#product .product-flag-free-delivery {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display:none;
}
#product .images-container .product-flag-free-delivery {
  display: block;
}
#product .images-container {
  position: relative;
}
#product .product-flag-free-delivery::marker {
  content: "";
}