/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

#topcontrol {
	display: none !important;
}

.elementor-testimonial-content::before {
	left: 1rem !important;
}


@media only screen and (max-width: 768px) { 
	.cf7-two-columns .row {
		display: flex;
		gap: 0px !important;
		margin-bottom: 20px;
	}
	
	.products .product-category .thumb-info img {
	  	height: 200px !important;
		object-fit: contain !important;
	}
} 

.porto-tb-featured-image .labels {
	display: none !important;
}


/* Hide unused categories on assortiment */
.product-category.product-col.porto-tb-item.product_cat-46, .product-category.product-col.porto-tb-item.product_cat-45, .product-category.product-col.porto-tb-item.product_cat-50 {
	display: none !important;
}

#categories-grid .thumb-info-type {
	color: black !important;
}

.cf7-two-columns .row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cf7-two-columns .column {
    flex: 1;
}

.cf7-two-columns .column-full {
    width: 100%;
}

.cf7-two-columns input,
.cf7-two-columns select,
.cf7-two-columns textarea {
    width: 100%;
}

.cf7-two-columns textarea {
    min-height: 150px;
}
