/*
Theme Name: Mắt Bão WS
Theme URI: https://www.matbao.ws
Author: Mắt Bão WS
Author URI: https://www.matbao.ws
Description: Mắt Bão WS
Template: betheme
Version: 2.0.1
*/
.header-classic #Header .top_bar_left, .header-classic #Header .top_bar_right {
    background-color: #fff !important;
}
#Top_bar .menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a,#Top_bar .menu > li > a {
	color: #000000;
}
.menu-arrow-top #Top_bar .menu > li > a:after {
    border-top-color: #000000;
}
#Top_bar .menu > li > a:hover{
	color: #ff6608;
}
#Top_bar .top_bar_right .top-bar-right-icon, #Top_bar .top_bar_right .top-bar-right-icon svg .path {
    color: #000000;
    stroke: #000000;
}
#Top_bar a.responsive-menu-toggle i {
    color: #000000;
}
.products .excerpt {
	display: none;
}
.woocommerce-Price-amount {
	font-weight: 600;
    color: red;
}
.woocommerce .products img {
	object-fit: cover;
    aspect-ratio: 6 / 6;
}
.woocommerce .products .mfn-woo-product-title a{
	 font-size: 21px;
    line-height: 1.3em;
    min-height: 4em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}
@media (min-width: 768px){
	#Footer .one-fourth.column, .four.columns {
		width: 33.3%;
	}
	#Footer .one-second.column {
		width: 33.3%;
	} 
}
#Footer h5, #Footer P, #Footer a {
	color: #024002;
	font-Weight: 500;
}
#Footer a:hover {
 	color: #d47e38;
}
.single-product .the_content table tr td:nth-child(2) {
	text-align: left;
}

@media (min-width: 1240px) and (max-width: 1751px) {
	#Top_bar .menu > li > a {
        padding: 0 !important;
    }
	#Top_bar .menu > li > a span:not(.description){
		padding: 0 10px !important;
		line-height: 40px !important;
	}
}
#Header .top_bar_left {
	display: flex;
    align-items: center;
}