/*
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
*/
@font-face {
    font-family: 'gabarito';
    src: url('fonts/Gabarito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'gabarito';
    src: url('fonts/Gabarito-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'gabarito';
    src: url('fonts/Gabarito-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'gabarito';
    src: url('fonts/Gabarito-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'gabarito';
    src: url('fonts/Gabarito-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'gabarito';
    src: url('fonts/Gabarito-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
/*-----MENU-------*/


/*-----HOME-------*/
.lancamentos .konte-product-tabs__tabs{
	display:none
}

/*-----FAQ-------*/
.page-id-215 .site-content{
	padding-top: 0 !important;
}
.page-id-215 .entry-header{
	background-color: #000 !important;
}
.page-id-215 .single-page-header.title-front .entry-thumbnail{
	opacity: .5 !important;
}
/*RODAPE*/
.footer-container .footer-widgets-area-1 img{
	max-width: 80% !important;
	
}

/*-----SINGLE PRODUTO-------*/
.woocommerce div.product .size-guide-button {
	font-size: .8rem !important;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .panel {
    color: #000 !important;
}
.woocommerce-badge.featured {
  background-color: #f3b64a !important;
	color: #000 !important;
}