.popup-template .modal-content{
  border-radius: 0;
  position: relative;
 }
.popup-template .modal-header{
  border-bottom: none;
}
.popup-template .owl-wrapper-outer{
  border:none;
  box-shadow: none;
}
.popup-template .owl-carousel{
  margin-bottom: 0;
}
.popup-template .owl-carousel .owl-buttons div i{
  font-size: 20px;
}
.popup-loading{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	z-index: 9999;
}
.popup-loading i {
	text-align: center;
	margin: auto;
	font-size: 50px;
	top: 48%;
	position: relative;
}