.success{
	color: green;
}
.error{
	/*color:red;*/
	border-color: red;
}
.hide{
	display: none !important;
}
.show{
	display: block;
}

.alert-error-msg{
    color: red;
    font-size: 15px;
}

.alert-success-msg{
	color:green;
	font-size: 15px;
}
.gallery-main li video {
    width: 100% !important;
    height: 100%;
}

.gallery-main ul{display:flex;flex-wrap:wrap;}
.gallery-main li{ background: #000;}


.order-status-table td{ padding:9px 15px; background:#f9f9f9;    border-bottom: 1px solid #fff;}


