/*
Theme Name: Balson
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: balson
Tags: 
*/

html {
    font-size: 16px;
}

header a{
    position:relative;
}

header a:before {
    display:block;
    transition: 0.2s;
    content:'';
    width: 0px;
    height: 2px;
    background-color: black;
    position: absolute;
    top: -8px;
    left: 0;
}

a{
    color: #0675c4;
}

.wp-block-post-title a{
    color: inherit;
}



.kb-button {
    transition: 0.2s;
}

header a:hover::before, header a:active::before{
     width: 20px;
}

.current-menu-item a::before{
     width: 20px;
}

.scrolled a::before{
    background-color: white;
}

.wp-block-site-logo a:hover::before {
    width: 0px;
}

.wp-block-site-title a:hover::before{
    width: 0px;
}

.wp-block-woocommerce-customer-account a:hover::before{
    width: 0px;
}


.wpcf7-form input, .wpcf7-form textarea{
    width: 100%;
    resize: vertical;
}

.wpcf7-form .wpcf7-submit{
    width: fit-content;
    background-color: black;
    color: white;
    font-size: 1rem;
    border-radius: 50px;
    border-width: 0px;
    padding-top: var(--wp--preset--spacing--30);
    padding-bottom: var(--wp--preset--spacing--30);
    padding-left: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
}

.transparent {
    color: white;
    background: transparent;
}

.fixed{
    position:fixed;
    top:0;
    z-index: 100;
    width:100%;
    transition: ease-in 0.35s;
}

.scrolled{
    background-color: black;
}

.fade img, .fade-in img .fade-bg{
    transition: 0.4s;
}

.fade:hover img{
    filter: brightness(0.6);
}

.fade-in:hover img{
    filter: brightness(1.2);
}

.fade-bg:hover{
    filter: brightness(0.6);
}


.modell-card{
    height: 350px;
}

.margin-auto{
    margin-left: auto;
    margin-right: auto;
}

.remove-margin-space-top{
    margin-top: 0;
}

.custom-select select{
    padding:10px;
    font-family: "Montserrat";
}


.custom-link{
    transition: ease-in 0.3s;
    background-color: black;
    color: #f8f8f8;
    border: 1px solid black;

}

.custom-link:hover{
    background-color: #f8f8f8;
    color: black;
}

.title-underline{
    text-decoration: underline;
    text-decoration-color: orange;
    text-decoration-thickness: 4px;
}

.wp-block-getbowtied-categories-grid.gbt_18_categories_grid_wrapper .gbt_18_categories_grid .gbt_18_category_grid_item .gbt_18_category_grid_item_title{

    font-size: 1.5rem;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color:  white;
    background-color: black;
    padding: 10px;
    left: 8px;
    bottom: 0;
}

.wp-block-getbowtied-categories-grid.gbt_18_categories_grid_wrapper .gbt_18_categories_grid .gbt_18_category_grid_item .gbt_18_category_grid_item_title .gbt_18_category_grid_item_count{

    font-size: 1.5rem;
    font-family: 'Montserrat';
}

.yith-wcan-filters{
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid black;
    min-width: 300px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
    display: inline-block;
}


.yith-wcan-reset-filters{
    margin-top: 20px;
    transition: ease-in 0.3s;
    background-color: black;
    color: #f8f8f8;
    border: 1px solid black;
    padding: 10px;
    font-size: 1rem;
    font-family: 'Montserrat';
}

.yith-wcan-reset-filters:hover{
    background-color: black;
    color: #f8f8f8;
}

.yith-wcan-filters .yith-wcan-filter .filter-title{
    font-size: 1.6rem;
}

.wp-block-add-to-cart-form {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.woocommerce div.product form.cart{
    margin-bottom: 1rem;
}

@media only screen and (max-device-width: 960px) {
	.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
    		display: block;
	}
}


@media only screen and (max-device-width: 480px) {
    html {
        font-size: 12px;
    }

}