/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/
.button {
    font-size: .825rem;
}
.logo img {
  height: 70px;
}
.mobile-header-icons__icon {
  width: 27px !important;
  height: 27px !important;
  /* display: flex; */
}
.icon-max.mobile-header-icons__icon a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-max.mobile-header-icons__icon img {
  display: block;
   width: 27px !important;
  height: 27px !important;
}
@media (max-width: 700px) {
.logo img {
    height: 50px!important;
  }
}
@media (max-width: 480px) {
  .logo img {
    height: 40px !important;
  }
}

.form-row:has(.woocommerce-terms-and-conditions-checkbox-text) {
  margin-bottom: 10px;
  margin: 5px 0!important;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 0!important;
}

.form-row.oferta {
  margin-bottom: 40px!important;
}

@media (width > 765px) {
  .flex-post--custom.right-item:has(img) {
    padding-left: 15px!important
  }
}

.flex-post--custom img {
  max-width: 200px;
  max-height: 120px;
  object-fit: scale-down;
  /* filter: grayscale(1); */
  opacity: 0.8;
}