/*
Theme Name: INTH
Author: Tetracube
Version: 1.0
Text Domain: inth
*/
.o-hidden-x {
  overflow-x: hidden;
}
.category__result-count {
  display: none;
}
.home-banner .row > div.one:first-child .home-banner-bg {
  padding-top: 26%;
}
.mt-40 {
  margin-top: 40px;
}
.content iframe {
  max-width: 100%;
}
.bg.position,
.bg.position.top {
  background-position: top;
}
.bg.center {
  background-position: center;
}
.bg.bottom {
  background-position: bottom;
}
.woocommerce-breadcrumbs {
  width: auto;
  opacity: 1;
  height: auto;
  position: static;
  transform: inherit;
  margin: 0px 0 30px 0;
  padding: 0;
  text-align: center;
}
.mb-0 {
  margin-bottom: 0;
}

main.without-banner {
  margin-top: 60px;
}
button.swiper-button-next,
button.swiper-button-prev {
  border: none;
}

.thumb .img.centered img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .home-banner:not(.post) .row > div.col-12.one .home-banner-bg {
    width: 100%;
    height: auto;
    padding-top: 0;
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .history-r .thumb .img.centered img {
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0;
    min-height: auto;
  }
}

@media (min-width: 1200px) {
  .container-fluid.p-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.table-responsive {
  overflow-x: auto;
}
.select2-results__option:first-child {
  display: block;
}
.filters {
  justify-content: space-between;
  margin: 0 0 15px 0;
}
.filters.first > div {
  width: calc(33.33% - 15px);
}
.filters.second > div {
  width: calc(25% - 15px);
}
.filters a {
  display: block;
  margin-bottom: 15px;
}
/*.all-products {
    display: none;
}*/
.select2-container,
input,
textarea {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .filters.first > div,
  .filters.second > div {
    width: 100%;
  }
}

.tab {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.7s ease;
}
.tab.active {
  opacity: 1;
  visibility: visible;
  max-height: 2000px;
}
.page-menu li.active a {
  color: #1aa31a;
}
.wpcf7-list-item.last label {
  margin-bottom: 0;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .ajax-loader {
  right: -80px;
  top: -35px;
  margin: 0 auto;
  display: block;
}

.wpcf7-not-valid {
  border: 2px #dc3232 solid;
  display: block;
}
.wpcf7-response-output {
  display: none;
}

.notification-cookie {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 15px 30px 15px 15px;
  background: #fff;
  border-top: 1px solid #1aa31a;
  text-align: center;
  display: none;
}
.notification-cookie p {
  margin-bottom: 15px;
}
.notification-cookie__close {
  position: absolute;
  cursor: pointer;
  color: #1aa31a;
  font-size: 30px;
  right: 15px;
  top: 6px;
}

.woocommerce div.product div.images {
  margin-bottom: 0em;
}
.woocommerce-page div.product div.images {
  width: 100%;
}
@media (max-width: 1200px) {
  .page-numbers span.current {
    color: #1aa31a;
  }
}
@media (max-width: 992px) {
  .content-tabs .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .map-wrap {
    margin: 0px -15px;
  }
  .manager .accordion-title:after {
    top: 11px;
  }
}

.DistributorsBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.DistributorsBox a {
  margin: 7.5px;
}

.DistributorsBox a img {
  margin: 0;
  width: 100px;
  height: 80px;
  object-fit: contain;
}

input[type="date"] {
  position: relative;
}

input[type="date"] {
  background-image: url(icon/date-icon.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right 15px;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
  z-index: 1;
}

.content a.wpcf7-repeater-remove {
  color: #fff;
  text-decoration: none;
  width: 48px;
}
.content a.wpcf7-repeater-remove:hover {
  color: #1aa31a;
  text-decoration: none;
}

.product > .row > div:last-child {
  margin-top: 0;
}
.product.banner::before {
  display: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .page-menu,
  .product .content-tabs-menu {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .product .content-tabs-menu + .page-menu {
    padding-top: 0;
    margin-top: -15px;
  }
}

.acf-map .gm-ui-hover-effect > span {
  display: none !important;
}
