.fme_quantity .qty {
height: 3.9vh !important;
width: 4.95em !important;
}

@media screen and (min-width:600px) and (max-width:767px){
	.fme_quantity .qty {
	    min-width: 2.5rem !important;
	    height:3.4vh !important;
	    margin-top: 0 !important;
	}
		
}

@media screen and (min-width:768px) and (max-width:1180px){
	.fme_quantity .qty {
	    min-width: 3rem !important;
	    height:3.4vh !important;
	    margin-top: 0 !important;
	}
		
}
@media screen and (min-width:280px) and (max-width:653px){.fme_quantity .qty {
    min-width: 2.5rem !important;
    height:3.4vh !important;
    margin-top: 0 !important;
}
	}
@media screen and (min-width:390px) and (max-width:844px){
		.fme_quantity .qty {
		min-width: 3rem !important;
		height: 4.1vh !important;
	}
}

@media screen and (min-width:360px) and (max-width:740px){
		.fme_quantity .qty {
		min-width: 3rem !important;
		height: 4.6vh !important;
	}
	}
	@media screen and (min-width:412px) and (max-width:915px){
			.fme_quantity .qty {
			min-width: 3rem !important;
			height: 3.7vh !important;
		}
		}

		@media screen and (min-width:540px) and (max-width:720px){
            .fme_quantity .qty {
            min-width: 3rem !important;
            height: 4.6vh !important;
        }
        }
