/*Mobile device css*/
@media all and (max-width:480px) {
	.blk{
		width: 100%;
		display:block; 
		margin-top: 0.5rem;
	}
	.qtn_single input[type=number] {
	    width: 60% !important;
	    /*width: 100%*/
	}
}

/*Apply on all pages*/
.BgClrRed{
	background: #6ec015;
}
.BgClrBlk{
	background: #000;
}
.buy-now-btn{
	margin-right: 0px;
	margin-left: 0.4rem;
}