/*
Theme Name: Organico Child
Theme URI: http://demo.themeftc.com/organico/
Template: organico
Author: the ThemeFTC team
Author URI: http://demo.themeftc.com
Description: Organico brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,editor-style,featured-images,post-formats,sticky-post,theme-options,threaded-comments,translation-ready
Version: 2.0.4
Updated: 2020-08-31 08:14:55

*/

/* store page */
.woocommerce.columns-4, .woocommerce.columns-3 {
	margin: 0 !important;
}
.woocommerce > .yit-wcan-container > .products {
	justify-content: space-between !important;
}
.woocommerce .products .product, .woocommerce-page .products .product {
	 margin: 20px 0 !important;
}
.yit-wcan-container > .list  {
	display: block !important;
}
.yit-wcan-container > .grid {
	display: flex !important;
}

.sku .product-sku {
	display: none;
}

.contact_info_map .info_contact-custom {
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
}
.info_contact-custom  .info_column {
	float: none;
	width: auto !important;
	margin: 0 auto;
}

.contact-us-custom form {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-us-custom .wpcf7 p:nth-child(2n+2) {
    margin-right: unset !important;
}
.contact-us-custom p:nth-child(3), .contact-us-custom p:nth-child(4) {
	flex: 0 0 48%;
}
.contact-us-custom input[type^="submit"] {
	width: 100%;
}