@charset "utf-8";
/* CSS Document */


#productdetails-container{
	padding-top:250px;
	padding-bottom:70px;
	direction: ltr;
}
.top-header-container{
	overflow: hidden;
	padding: 0px !important;
	position: relative !important;
	height: 300px;
}
.productdetails-header-pic{
	background-color: #DCDCDC;
	height: 300px;
	background-size: cover;
	animation: zoomin 40s  infinite;
	overflow: hidden !important;
	position: relative !important;
	z-index: -5 !important;
	filter: blur(0px) brightness(.6);
	margin-top: 0px !important;
}
.text-content{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute!important;
  direction: rtl;
  text-align: center;
  z-index: 1 !important;
  padding: 0px !important;
  margin: 0px !important;
  width: 100%;
}
.text-content h2{
	color: #fff;
	font-size: 40px;
	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;
}
.productdetails{
	transition:all .3s ease;
	margin-bottom:30px;
	padding-bottom:0px;
	
	height: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
	position: relative;
}
.productdetails-container{
	margin-bottom: 30px;
}
.productdetails-left{
	margin-top: -150px;
}
.pic-little-prouduct{
	height: auto;
	overflow: hidden;
	padding: 5px !important;
        text-align: center;
}
.pic-little-prouduct img{
	border: 1px solid #E5E5E5;
}
.plpf{
	margin-top: -5px !important;
	margin-bottom: -15px !important;
}
.plpf img{
	margin-top: 5px;
}
.productdetails-right{
	height: auto;
	margin-top: -150px;
}
.prouduct-text{
	height: auto;
	direction: rtl;
	
	padding: 25px 25px;
}
.prouduct-text h5{
	font-size: 18px;
	color: #1e88e5;
	direction: rtl;
	text-align: left;
	padding-left: 15px;
}
.prouduct-text p{
	font-size: 13px;
	color: #363636;
	text-align: left;
	direction: rtl;
	padding-left: 15px;
}
.prouduct-pic{
	height: 400px;
	overflow: hidden;
	background-color: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
}
.code{
	display: inline-block !important;
	float: right;
}
.code b{
	color: #1e88e5 !important;
	padding-left: 5px;
}
.group{
	display: inline-block !important;
	float: right;
}
.group b{
	color: #1e88e5 !important;
	padding-left: 5px;
}

.productbtn{
	position: absolute;
	bottom: 15px;
	left: 25px;
}

.productinfo{
	position: absolute;
	bottom: 8px;
	right: 25px;
}
.productinfo p{
	margin-left: 15px;
	font-size: 13px;
	color: #7e7e7e;
}
.buybtn{
	width: 150px;
	display: none;
}
.product-footer{
	margin-top: 30px;
	position: absolute;
	bottom: 0px;
	right: 5px;
}
.btnprice:hover,.btnprice:focus{
	background-color: #fff !important;
	color: #1e88e5 !important;
	border-color: #1e88e5 !important;
}

