@charset "UTF-8";

@media (min-width: 992px) {
	.nav > .product .nav-menu{
		color: rgba(235, 63, 49, 1);
	    font-weight: bold;
	}
}
	
.top_msg .msg{
	text-align: center !important;
	padding: unset !important;
	width: unset !important;
}

.mainContainer > .container{
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	flex-direction: column;
}
.product_title_div{
	padding: 30px;
	font-size: 16px;
}
		
.product_category_div{
	max-width: 1100;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: center;
	justify-content: left;
}
		
.product_category_div .product_category{
	outline: 2px solid #bebdbb;
	padding: 14px 0 10px;
	width: 220px;
	font-size: 15px;
	text-align: center;
	color: #999;
	text-decoration: none;
}
		
.product_category_div .product_category:hover{
	color: #000;
}
		
.product_category_div .select{
	color: #000;
}
		
.product_divs{
	margin: 50px 0px;
	width: 1100px;
	max-width: 100%;
	border-bottom: 1px solid #bebdbb;
}
.product_divs .product_div{
	border-top: 1px solid #bebdbb;
	font-size: 14px;
}
		
.product_divs .product_div .product_title{
	padding: 15px 0px 10px;
	color: #000;
	transition: all 0.2s linear;
	cursor: pointer;
}
		
.product_divs .product_div .product_title:hover{
	background-color: #eeedeb;
}
		
.product_divs .product_div .product_content{
	padding: 0px;
	color: #999;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	transition: all 0.2s ease-out;
	max-height: 0vh;
	overflow: hidden;
}
		
.product_divs .product_div .show{
	transition: all 0.2s ease-in;
	padding: 10px 0px 15px;
	max-height: 100vh;
}
		
.product_divs .product_div .product_content .product_content_A{
	color: #000;
	margin-right: 7px;
}

.products_div{
	align-items: center;
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1272px;
	font-size: 18px;
	margin: 50px 0px;
}
		
.products_div > a{
	text-decoration: none;
	color: #999;
	padding: 10px 25px 0px;
	margin: 0px 12px 30px;
}
		
.product_box_div{
	
}
		
.product_box_div > .product_item{
			
}
		
.product_box_div > .product_item img{
	width: 350px;
	height : 350px;
}
		
.product_box_div > .product_name{
	display: flex;
	font-size: 12px;
	text-align: center;
	line-height: 1.4em;
	align-items: center;
	width: 350px;
	height: 30px;
	justify-content: center;
}