@media (min-width: 1000px){
	.onlymob{
		display: none !important;
	}
}
@media (max-width: 1000px){
	.search-form .btn-form, .subscribe-form .btn-form {
	    padding: 12px 5px !important;
	    min-width: 100px;
	}
	.onlymob{
		text-transform: none !important;
		display: block;
	}
	.onlymob a{
		text-transform: none !important;
	}
}
.red_color{
    background: #f22d2d !important;
    color: #fff !important;
}
.product-item .red_color:before{
    border-left: 8px solid #f22d2d !important;
}
.single-shop-left .single-quanity .ui-spinner-button {
    font-size: 25px;
    border: none;
    background-color: transparent;
    color: #777777 !important;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    text-indent: initial;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    cursor: pointer;
}
.single-shop-left .single-quanity .ui-widget-content {
    border-radius: 0;
    background-color: transparent;
    color: #535b65;
    border: 2px solid #c3c3c3 !important;
    width: 135px;
}
.btn-lg{
	margin: 10px auto !important;
}