/* LICENSE & DETAILS
==================================================

	Theme Name: lapiara
	Author: Gir.cat
	Author URI: http://gir.cat/
	Description: Plantilla custom Gir.cat
	Version: 1.0
	License: Gir.cat - All rights reserved
	Tags: translation-ready, threaded-comments, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background, responsive-layout
    Text Domain: lapiara


================================================== */


@import url("css/style.min.css");

@media only screen and (max-width: 575px) {
	.search-button-responsive {
		font-size: 20px !important;
	    width: 32px !important;
	    height: 32px !important;
	    padding: 0 !important;
	}
	
}

/* CSS extra per video de taxonomia */
.section-products-list .tax-video{
	padding-top: 56.25%;
    box-shadow: 10px 10px 0px 0px #e1251b;
    cursor: pointer;
}
.section-products-list .tax-video i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.5rem 1.8rem;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    text-align: center;
}
.tax-iframe-wrap{
	box-shadow: 10px 10px 0px 0px #e1251b;
}