.product-name-overflow{
	height:60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.alert-danger{
	color: red;
}

.text-danger{
	color: red;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 1;
}

.table-responsive{
	max-width:1000px;
}

.whats-app {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 1.0rem;
	left:unset;
	right:1rem;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float {
    margin-top: 16px;
}
#toTop{
	bottom: 5.5rem!important;
}

.form-control {
    border: 1px solid #000000;
}

.input-group-text {
    border: 1px solid #000000;
}