
@media screen and (max-width: 767px) {
	.ml-layout-section-category .ml-navleft {
	    display: block !important;
	}

	.ml-layout-section-category .ml-leftNav-container {
		width: 100% !important;
	}
	.ml-layout-section-category .ml-navleft-cats-inactive {
	    cursor: pointer;
	    margin: 0px 0 5px 0;
	    padding: 10px 0 6px 0;
	    font-size: 17px;
	    border-top: 1px solid #CCC;
	    width: 100%;
	}
}

.ml-ctd-detail-discount-message {
	margin-bottom: 10px;
	bottom: -16px;
	position: relative;
	color: #009900;
	font-weight: bold;
	font-size: 12px;
}


