/*
Theme Name: Interno
Theme URI: https://bonefarm.com/wordpress
Author: Bonefarm Creations
Author URI: https://bonefarm.com/
Description: Enjoy your website! If there is anything we can do for you, let us know! <a href=//bonefarm.com>bonefarm.com</a>
Requires at least: WordPress 5.2
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

Text Domain: bfc
*/
.logo {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
.logo img {
  height: 160px;
}

@media only screen and (max-width: 720px) {
  .custom-logo-link .custom-logo {
    height: 90px;
  }
}

/* Header */
.header-right-wrap {
  justify-content: flex-start;
}

/* brand logo */
.brand-logo-top ul li {
  align-items: center;
  display: flex;
  max-width: 20%;
  margin-bottom: 0 !important;
}
.brand-logo-top ul li a {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.brand-logo-top ul li a img {
  transition: all 0.3s;
  filter: grayscale(100%);
  opacity: 0.75;
  height: auto;
  width: auto;
  max-height: 160px;
  max-width: 100%;
}
.brand-logo-top ul li a:hover img {
  filter: none;
  opacity: 1;
}

.banner-area {
  padding-bottom: 60px;
}

.main-menu nav ul li ul a {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1;
  display: block;
  padding: 14px 15px;
  color: #8a8a8a;
}

/* Products */
.product-img .product-photo {
  background-size: 100%;
  display: block;
  cursor: default;
  background-repeat: no-repeat;
  background-position: center;
}
.product-img .product-photo:hover {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 280%;
}
.product-img .product-img-link {
  display: block;
  overflow: hidden;
  height: calc(20vw - 50px);
  min-height: 240px;
}
.product-img .default-img {
  background-size: 100% !important;
}
.product-img .hover-img {
  zoom: 200% !important;
}

.product-filter-wrapper .product-tag ul li {
  display: block;
}

.contacts h2 {
  font-weight: 800;
  text-transform: uppercase;
}
.contacts td {
  padding: 10px;
  padding-bottom: 30px;
  vertical-align: text-top;
}
.contacts td h5 {
  font-weight: 600;
}

.pro-pagination-style .current {
  background-color: red;
  font-size: 12px;
  text-align: center;
  display: block;
  position: relative;
  background: #343538;
  border: 1px solid transparent;
  padding: 9px 10px;
  line-height: 20px;
  min-width: 40px;
  margin: 0 3px;
  color: #FFF;
}

/* Footer */
footer img {
  max-height: 120px;
}

/* Woocommerce */
.woocommerce {
  margin: 0 auto;
}
.woocommerce label {
  width: 100%;
  display: block;
}
.woocommerce .woocommerce-input-wrapper {
  width: 100% !important;
}
.woocommerce .interno-checkout {
  display: flex;
}
.woocommerce .interno-checkout div {
  flex: 1;
}
.woocommerce .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce .address-field {
  display: none;
}
.woocommerce #add_payment_method #payment,
.woocommerce .woocommerce-cart #payment,
.woocommerce .woocommerce-checkout #payment {
  background: none !important;
  padding: 0;
}
.woocommerce #add_payment_method #payment div.form-row,
.woocommerce .woocommerce-cart #payment div.form-row,
.woocommerce .woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #e2231a !important;
}

.wc-item-meta-X {
  display: inline-block;
}
.wc-item-meta-X li {
  display: inline-block;
}
.wc-item-meta-X li p {
  display: inline-block;
  font-weight: bold;
}

.soovikorv-thumbnail img {
  height: 32px;
  width: auto;
}

/* WP required classes */
.wp-caption,
.wp-caption-text,
.screen-reader-text,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter,
.gallery-caption {
  display: block;
}

.wp-block-image img {
    max-width: 100%;
	height:auto;
}
