@media only screen and (max-width: 400px) {
span.appointment.slider-btn {
    left: 0px;
    line-height: 23px!important;
    padding: 0px!important;
    /* height: 30px; */
    /* top: 0px; */
    text-align: center;
}
a.slider-text{
font-size: 11px!important;
}

ul.product-list li {
    text-align: center;
    width: 46%;
    display: inline-block;
    background-color: #d9ba96;
    margin: 0.9%;
    padding: 0px;
    border: 1px solid #fff5eb;
}
		
	}