/*
 Theme Name:   Fruitshop Child
 Theme URI:    http://7uptheme.com/wordpress/
 Description:  Storelike Child Theme
 Author:       The 7up WordPress team
 Author URI:   http://themeforest.net/user/7-up
 Template:     fruitshop
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         e-commerce, blog, grid-layout, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments
 Text Domain:  fruitshop
*/

.note_prodotti_carrello {
	float: left;
    width: 48%;
}
.note_prodotti_carrello label {
	display: block;
}
.note_prodotti_carrello textarea {
	width: 100%;
	height: 140px;
	border-radius: 6px;
    color: #999;
    border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 768px) {
	.note_prodotti_carrello {
		width: 100%;
		float: none;
		text-align: left;
	}
}

nav.main-nav {
	max-width: 90%;
}