.popular {
	width: 25%;
	margin: 0px 0px 20px 0;
}

.popular .category-name {
	font-family: 'Roboto' !important;
	color: black;
	font-weight: bold;
	-webkit-font-weight: bold;
	font-size: 15px;
}

.popular .img-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.popular .img-wrapper .pop-name {
	font-family: 'Roboto' !important;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	cursor: pointer;
	margin-top: -8px;
}

.popular .img-wrapper .menu-banner {
	display: block;
	margin: 0 auto;
	height: 170px;
	padding: 10px;
	cursor: pointer;
	transition: transform 0.2s;
}

.category-wrapper {
	width: 75%;
	display: flex;
	flex-flow: column wrap;
	min-height: 350px;
	max-height: 540px;
	padding: 0px 10px;
	overflow-y: auto;
}

.category-wrapper .category {
	width: 33%;
	display: inline-flex;
	flex-direction: column;
	padding: 5px;
	text-align: start;
}

.category-wrapper .category .category-name {
	font-family: 'Roboto' !important;
	color: black;
	font-weight: bold;
	-webkit-font-weight: bold;
	font-size: 15px;
	padding-bottom: 8px;
}

.category-wrapper a {
    font-size: 12px;
    color: #37474f;
    transition: all .3s ease-in-out;
}

.category-wrapper .category .product .note {
	font-size: 15px;
	color: #00aeef;
	font-weight: bold;
}

.category-wrapper .category .product a:focus,
.category-wrapper .category .product a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.img-wrapper .img-content-wrapper {
	padding-top: 83.3333%;
	position: relative;
}

.img-wrapper .img-content-wrapper .single-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	padding: 10px;
	cursor: pointer;
	transition: transform 0.2s;
}

.img-wrapper .img-title {
	font-weight: 300;
	font-size: 16px;
	padding: 0px 25px;
	text-align: center;
}

.p-r-unset {
	padding-right: unset;
}

@media only screen and (max-width: 1440px) {
	.popular .img-wrapper .menu-banner {
		height: 170.4px;
	}
}

@media only screen and (max-width: 1200px) {
	.popular .img-wrapper .menu-banner {
		height: 126.9px;
	}
}