@charset "utf-8";
/* CSS Document */
.top-header-container{
	overflow: hidden;
	padding: 0px !important;
	position: relative !important;
	height: 400px;
}
.product-header-pic{
	background-color: #DCDCDC;
	height: 400px;
	background-size: cover;
	animation: zoomin 40s  infinite;
	overflow: hidden !important;
	position: relative !important;
	z-index: -5 !important;
	filter: blur(0px) brightness(.4);
	margin-top: 0px !important;
}
.text-content{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute!important;
  direction: ltr;
  text-align: center;
  z-index: 1 !important;
  padding: 0px !important;
  margin: 0px !important;
  width: 100%;
}
.text-content h2{
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 40px;
	margin-top: 20px;
}
.under-line{
	border-bottom: 4px solid #fff;
	width: 100px;
	z-index: 200;
	margin: 0 auto;
}
.text-content h5{
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
	font-weight: 500 !important;
}
/*----------------------LAST-PRODUCTS---------------------*/
#products{
	padding-top:100px;
	padding-bottom:70px;
	direction: ltr;
}
.product{
	background-color:#fff;
	transition:all .3s ease;
	margin-bottom:30px;
	padding-bottom:15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
	margin: 0px -2.6px;
	width: 100%;
}
.products-all{
	margin-top: -150px;
}
.product-container{
	margin-bottom: 30px;
}
.product-pic-container{
	width: 100%;
	height: 250px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #fff;
	padding: 15px;
}
.product img{
	max-height: 240px;
}
.product-name{
	height:60px;
	width: 100%;
    position: relative;
}
.product h3{
	font-size:13px;
	text-align:center;
	color:#939494;
	line-height:23px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 90%;
}
.product-price{
	text-align:center;
	font-size:13px;
	color:#169c78;
	margin-top:0px;
	font-weight:500;
	display: none;
}
.product-buy,.product-buy:focus,.product-buy:active{
	width: 90%;
	color: #1e88e5;
	border:1px solid #1e88e5;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	padding: 5px 0px;
	font-weight: 500;
	border-radius: 2px;
	transition: .3s;
	display: none !important;
}
.product-buy:hover{
	background-color: #1e88e5;
	color: #fff;
	transition: .3s;
}


.moreproducts{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.loading-wait{
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
   
}