/* STYLESHEET SIMPLE PRODUCT SAMPLE FRONT */

.sps_btn {
	background: #1e7019!important;
    width: 139px;
    height: 45px;
    padding: 0;
    display: inline;
    margin: 7px!important;
    color: #fff!important;
}

@media(max-width:420px){
.sps_btn {
	margin-left: 0px!important;
	}
}

.max_samples{
	background: #1e7019!important;
    opacity: .5;
    width: 139px;
    height: 45px;
    padding: 0;
    display: inline-block;
    margin: 7px!important;
    color: #fff!important;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}