/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* font-size: 10px;*/
/* x 16 = 10*/
/* html {
  font-size: 62.5%;
  scroll-behavior: smooth;
} */

/* ### GENERAL ### */

footer .widget-area a {
  color: #fff !important;
}

/* Contact form */

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7 label {
  color: #fff;
}

/* ### WOOCOMMERCE ### */

.header-cart-button .header-cart-total {
  font-size: 1em !important;
}

.woocommerce ul.products li.product a img {
  padding: 5px;
}

.product-template-default .price,

  /* .kt-blocks-carousel
  ul.products
  li.product
  .price  */ {
  display: none !important;
}

.woocommerce-variation-price .price {
  display: inline !important;
}

.includes_tax .woocommerce-Price-amount {
  display: none;
}

/* Kadence optimization */

.site-footer-row.site-footer-row-columns-1 {
  margin: 0 auto;
  max-width: 50rem;
}

/* Video */

.kb-background-video-buttons-wrapper {
  right: 50% !important;
  transform: translateX(50%);
}

.kb-background-video-buttons-wrapper button.kb-toggle-video-btn {
  opacity: 0.8 !important;
  background-color: #c39a5f !important;
}

/* Mobile optimization */

@media screen and (max-width: 719px) {
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) " " !important;
    font-weight: 700;
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .site-branding a.brand img {
    transform: translateX(-10px) !important;
  }
}
