<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*Coches Single*/
.custom-padding{
    padding: 75px 0;
}
.meta-cells {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid;
    padding-top: 10px;
}
.meta-tiny{
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}
.meta-cell{
    flex-shrink: 0;
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 25px;
}
.meta-cell span{
    text-transform: uppercase;
    font-weight: bold;
}
.meta-cell-extra {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 600;
    font-size: 1.1em;
    border-top: 1px solid;
    padding-top: 10px;
}
.meta-cell-extra img{
    margin-right: 15px;
}
.meta-cells img{
    max-width: 2vw;
    margin-bottom: 5px;
}

.metadata{
    padding-left: 2vw
}
.car-gallery {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mobile-title{
    display: none;
}
/*Coches Archive*/
.coches-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10vh 0;
    margin-bottom: 5vh;
}

.coche-result {
    margin-bottom: 5vh;
    width: 23%;
}
.generate-columns {
    margin-top: 60px;
}
.star-rating {
    display: none!important;
}

ul.products .price {
    font-size: 1.3em!important;
}
.product_meta {
    display: none;
}
@media screen and (max-width: 414px){
    /*Template Hacks*/    
    .inside-header {
        padding: 3vw 1vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .inside-header .site-logo {
        max-width: 40vw;
    }    
    /*Coches Single*/
    .metadata h1{
        display: none;
    }
    .car-gallery{
        margin-bottom: 5vh;
    }
    .meta-cells{
        margin-top: 5vh;
    }
    .mobile-title{
        display: block;
    }
    .meta-cells img{
        max-width: 10vw;
    }
    /*Coches Archive*/
    .coches-gallery {
        justify-content: space-around;
    }
    .coche-result {
        margin-bottom: 5vh;
        width: 48%;
    }
}
nav.woocommerce-breadcrumb {
    color: #fff!important;
    font-size: 1.3em!important;
    text-align: center;
    transform: translateY(-6vh);
    font-family: 'Dosis';
}
@media screen and (max-width: 768px){
    nav.woocommerce-breadcrumb{
        transform: translateY(-10vh);       
    }
}

@media print{
    .flex-control-nav{
        display: none;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
        width: 100%;
        float: none
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
        width: 100%;
        float: none;
    }	
	.meta-cell {
		transform: scale(2);
		min-width: 20%;
		min-height: 100px;
		padding-top: 40px;
	}	
	p.price {
		transform: scale(2);
		transform-origin: left;
		padding-top: 1em;
	}	
	.meta-cell-extra {
		transform: scale(2);
		transform-origin: left;
		border-top: 0;
	}	
	h1.product_title.entry-title {
		font-size: 4em;
	}	
}


.m-hidden{
	display: none;
}
.woocommerce-breadcrumb{
	display: none;
}
</pre></body></html>