/*
Theme Name: Yoome Child
Theme URI: http://demo.theme-sky.com/yoome/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: yoome
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: yoome-child
*/
/*test3005*david*/
.footer-container .wpb_wrapper .list-menu-footer{
	margin: 0;
}
.footer-container .wpb_wrapper .list-menu-footer li{
	display: block;
	padding: 5px 0;
}

html .footer-container .wpb_column+br{
	display: none;
}

html .list-menu-footer-hor{
	display: flex;
	justify-content: center;
}

html .list-menu-footer-hor li{
    padding: 0 15px;
	display: inline-block;
	text-transform: uppercase;
}

html form#sib_signup_form_1{
	padding: 0;
}

html body.woocommerce-cart .wpb_wrapper>.woocommerce{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

html body.woocommerce-cart .woocommerce-notices-wrapper{
	order:1; 
	width: 100%;
}
html body.woocommerce-cart .woocommerce-cart-form{
	order:2;
    width: 100%;
}
html body.woocommerce-cart .cross-sells{
	order:3; 
	width: auto;
}
html body.woocommerce-cart .cross-sells h2{
	text-align: left;
}
html body.woocommerce-cart .cross-sells .products .product{
	max-width: 300px;
}
html body.woocommerce-cart .cart-collaterals{
	order:4; 
}

html #ts-shopping-cart-sidebar .cart-dropdown-form .subtotal{
	display: none;	
}

body .breadcrumb-title-wrapper.ts-breadcrumb-parallax, body .breadcrumb-title-wrapper.ts-breadcrumb-parallax .breadcrumb-content{
	background-position: top center !important;
    background-repeat: no-repeat;
}

html .product-filter-by-brand input[type^="checkbox"]{
	    display: inline-block;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	html .list-menu-footer-hor{
		flex-wrap: wrap;
	}
	html .list-menu-footer-hor li{
		width: 100%;
    	padding: 5px 0;
		display: block;
	}
	html body.woocommerce-cart .cross-sells .products .product{
		max-width: 100%;
	}
}