@media only screen and (max-width: 768px){	
	.acc-btn{
		text-align: center;
		margin-top: 10px;
		margin-bottom: 5px;
		display: flex;
		justify-content: center;
	}
	.stock-info {
	    margin-right: 0;
	    margin-top: 10px;
	}
	.stock-info .icon {
	    height: 40px;
	    padding: 7px;
	}
	.stock-info .info {
	    height: 40px;
	    font-size: 11px;
	}	
}

@media (max-width: 576px){
	.blank-label{
		display: none;
	}
}

@media (min-width: 576px){
	.form-inline .form-control {
	    width: 100%;
	}
}

@media only screen and (max-width: 360px){	
	.acc-btn a:first-child button{
		margin-bottom: 10px;
	}
}