.category_list, .mobile_category_list{
   color: #1a202c;
   text-transform: uppercase;
   font-weight: 700;
   margin-bottom:-10px;
}

.image{
	border: 1px solid #B99E62;
	border-radius: 10px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 5px #7B8794;
}

.image:hover{
	box-shadow: none;
	transition 0.4s;
}

.subcategory_list{
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 30px;
	width: 200px;
}
.subcategory_list:hover{

}

@media screen and (max-width: 1290px) {
	.nomobile{
		display: none;
	}
}

