/*
Theme Name: eCommerce-Child-Theme
Version: 1.0
Description: A child theme of eCommerce by MyThemeShop
Template: mts_ecommerce
Text Domain: mts_ecommerce
*/

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

.navigation ul ul a, .navigation ul ul a:link
{
	width: 220px;
}

.navigation ul ul {	
	width: 240px;
}

.navigation ul ul ul {	
	width: 240px;
	left: 240px;
}

@media screen and (max-width: 450px)
{	
	#cfacebook
	{
		left: 5px !important;
	}
}

@media screen and (max-width: 650px)
{	
	/* #cfacebook */
	/* { */
		/* display:none !important; */
	/* } */
	
	.canh-bao, .f-widget-2, .f-widget-3
	{
		display:none !important;
	}
}

@media screen and (max-width: 350px)
{
	#logo a, #logo img
	{
		max-width: 150px;
	}
	
	.woocommerce div.product .single_quantity_label
	{
		margin-right: 10px !important;
	}
}