:root {
	--width-name: min-width-1200px;
}


body {
	background: #eee;
	text-align: center;
	font-family: myfont;
	--width-name: min-width-1200px;	
}




@font-face {
  font-family: 'myfont1';
  src: url('../fonts/Yekan.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Yekan.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Yekan.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Yekan.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
      font-family: IRANSans;
      font-style: normal;
      src: url('../fonts/IRANSansWeb(FaNum).eot');
      src: url('../fonts/IRANSansWeb(FaNum)?#iefix') format('eot'),
          url('../fonts/IRANSansWeb(FaNum).woff') format('woff'),
          url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
	font-family: Vazirmatn;
	src: url('../fonts/Vazirmatn-SemiBold.woff2');
}
*, body, html {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: myfont;
}
input, h1, h2, h3, h4, h5, h6, p, span {
	font-family: myfont !important;
}
p, h1, h2, h3, h4, h5, h6 {
	font-family: IRANSans !important;
}


a{
	text-decoration:none;
	
}
ul li{list-style:none !important;}
.headermenu li ul.menus {
	display: none;
	background: #fff;
	width: 700px;
	z-index: 99;
	position: relative;
	top: 0px;
	float: right;
	border:1px solid #e5e5e5;
}
.headermenu li ul li{
	text-decoration:none;
	font-size:12px;
	height:40px;
	line-height:20px;
	width:170px;
	padding:10px;
}
.headermenu li:hover ul.menus {
	display:block;
	direction:rtl;
}
.headermenu li ul.anotherMenu {
	display: none;	
	z-index: 99;
	position: relative;
	background: #fff;
	width: 100px;
	border: 1px solid #eee;
	height: 80px;
}
.headermenu li.aboutMe:hover ul.anotherMenu {
	display: block;
}

	.stitle{
	float:none !important;
	border-left:1px solid #eee;
}
/*____________________________________________________________

=======================NavBar=================================

______________________________________________________________*/

.breadcrumb {
	font-size: 14px;
	margin: 10px 0;
}

	.breadcrumb a {
		color: #007bff;
		text-decoration: none;
	}

		.breadcrumb a:hover {
			text-decoration: underline;
		}
/*____________________________________________________________

=======================Header=================================

______________________________________________________________*/
.section {
	width: 100%;
}
#section1 {
	height: 130px;
	margin-bottom: 15px;
	background: #fff;
	box-shadow:0px 25px 20px -20px rgba(100,100,100, 0.4)
}
.mobileheader {
	display: none;
}
.header{
	width:100%;
	max-width:1200px;
	margin:auto;
}

.headersearch{
	width:100%;
	height: 80px;
	padding-top:15px;
	float: right;
	line-height: 30px;
}

.headersearch .logo {
		width: 20%;		
		float: right;
		text-align: right;
		padding-right: 5px;
	}
.logo img{	
	float:right;
	width:90%;	
}
.logo h3{
	font-size:20px;
	line-height:30px;
	float:right;
	color:#0a0;

}
#searchtxt {
	width: 40%;
	height: 40px;
	border-radius: 4px;
	background: #fff;
	color: #aaa;
	font-size: 14px;
	float: right;
	text-align: right;
	padding-right: 5px;
	border: 1px solid #ddd;
	position:relative;
	
}

.headersearch .user {
	width: 15%;
	height: 35px;
	border: 1px solid #aaa;
	border-radius: 5px;
	margin-right: 4%;
	font-size: 11px;
	cursor: pointer;
	float: right;	
	position: relative;
}
.headersearch .user a {
		text-decoration: none;
		color: #0aa0fb;		
	}
.headersearch .bascket {
	width: 15%;
	height: 35px;
	border-radius: 5px;
	float: left;
	margin-left: 3%;
	background: #0a0;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	
}
	
	.headermenu{
	width:70%;
	height: 30px;
	float:right;
	font-family: 'myfont';
}
.headermenu ul{
	list-style-type: none;
	line-height: 30px;
}
.headermenu ul li{
	float:right;
	width:100px;
	height:30px;
	text-align:right;
}

.headermenu ul li a{
	text-decoration: none;
	font-size:13px;
	color:#555;
}



.headermenu .menu .subtitle{
	
}

.headermenu .menu .subtitle a::after{
	
	font-size: 16px;
	font-weight: 800;
	vertical-align: sub;
}

.headermenu .menu .item{
	float: right;
	text-align: right;
	color:#999;
}

.headermenu .menu .item a{
		
	font-size: 11px;
}
		.headermenu .menu .subtitle{
			
		}
		.headermenu .menu .subtitle a {
			color: #0a0;
			font-size:13px;
		}
		.headermenu .menu {
			display: none;
			min-width: 800px;
			height: 300px;
			padding: 0;
			background: #e1f9ed;
			z-index: 12;
			max-width: 1280px;
			position: relative;
			top: 0px;
			right: 0px;
			float: right;
			padding-top: 30px;
			padding-right: 30px;
			direction: rtl;
			transition: ease-in-out;
		}
		.headermenu li.mainTitleForMenu:hover {
			border-bottom: 1px solid #0a0;
			cursor: pointer;
		}

.headermenu li:hover .menu{
	
	display:flex;
    flex-flow:column wrap;
	
}
.headermenu .menu .item:hover{
	cursor: pointer;
}




/*____________________________________________________________

=======================SiteSecondary==========================

______________________________________________________________*/

.siteSecondary{
	width:1200px;
	height: 400px;
	margin:auto;
}

.splide_title {
	
	border-bottom: 1px solid #0a0;
	width: 100%;
	text-align: right;
	margin-top:20px;
	margin-bottom:20px;
}
	.splide_title h1 {
		font: 100 17px myfont;
		padding-right:20px;
	}
	
	
.splide__track li {
	width: 400px;
	height:320px;
	position:relative;
	
}
.splide__track li:hover {
	padding: 3px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.splide__track li a {
	text-decoration: none;
}
.splide__track .title {
	font-size: 14px;
	color: #999;
	text-align: center;
	height: 70px;
}
.splide__track .price {
	margin-top: 10px;
	text-align: left;
	padding-left: 10px;
	position:absolute;
	height:50px;
	bottom:0;
	width:100%;
}
	.splide__track .price .offf{
		float:right;
		width:15%;
	}
	.splide__track .price .delprice{
		float:left;
		width:83%;
	}
	.splide__track .price .offf p {
		font: 300 15px IRANSans;
		background: #f34c4c;
		border-radius: 25px 15px 25px 2px;
		width: 30px;
		text-align: center;
		color: #fff;
	}
	.splide__track .price .delprice p{
		font:800 16px IRANSans;
		color: #bbb;
		text-decoration: line-through;
		width: 80%;
	}
	 .splide__track .price .insprice p{
		font:800 16px IRANSans;
		color: #000;
		float: right;
		width: 80%;
		line-height: 20px;
	}


	.splide__track .price span {
		width: 20%;
		float: left;
		line-height: 35px;
		padding-right: 3px;
		color: #333;
		font: 100 12px myfont;
		text-align:right;
	}
 .splide__track img {
		width: 200px;
		height: 200px;
		margin-bottom:10px;
	}
	

.splide__pagination {
	display: none !important;
}
/*____________________________________________________________

=======================SitePrimary============================

______________________________________________________________*/

#section2 {
	width: 100%;
	height:480px;
}

.sitePrimary {
	width: 1200px;
	margin: auto;
}

.mainSlider {
	float: right;
	width: 100%;
	height: 550px;
	border-radius: 4px;
	
}

	.mainSlider #splide1 {
		position: relative;
		width:100%;
	}
	.mainSlider .splide__list{
		height:530px;
	}
	.mainSlider .splide__slide{
			width: 100%;
			border:1px solid #aaa;
			border-radius:5px;
		}
	.mainSlider img {
		height: 530px;
		width: 100%;
		border-radius: 5px;
	}

	.secondSlider {
		float: left;
		width: 25%;
		height: 530px;
	}


	.secondSlider .slide1 {
		width: 100%;
		height: 220px;
		margin-bottom: 10px;
		
		border-radius: 4px;
		float: left;
		margin-left: 1%;
		padding:30px;
	}

		.secondSlider .slide1 img {
			width: 75%;
			height: 150px;
			border-radius: 5px;
		}

	.mainSlider .splide__pagination {
		display: none !important;
	}
/*____________________________________________________________

=======================Section4,5==============================

______________________________________________________________*/
#section4 {
	height: 70px;
	line-height: 7;
	background: #29b003;
}
#section4 ul{
	width:1200px;
	margin: 0 auto;
	padding:0;
}
#section4 img {
		width: 15%;
		margin: 0;
		margin-right: 3%;
		padding: 0;
		float: right;
	}
#section5 {
	height:150px;
}
#section5 ul{
	margin:auto; 
	width:1200px; 
	list-style:none;
	
}
	
		#section5 ul div {
		height:150px; 
		width:30%; 
		margin-left:3%;
		background:#da0ff8; 
		border-radius:3px; 
		float:right;
	}
#section5 ul div:first-child {
	margin-right:2%;
}
#section5 ul div:last-child {
	margin-left: 1.5%;
}
	#section5 ul div img {
		width: 100%;
		height: 150px;
	}
/*____________________________________________________________

=======================SiteThird==============================

______________________________________________________________*/
.splide, .splide2, .splide3, .splide4, .splide5, .splide6, .splide7, .splide8 {
			width: 1200px;
			background: #fff;
			margin: auto;
			position: relative;
			height: 450px;			
			overflow:hidden;
		}
.splide__arrow {	
	border-radius: 0;	
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	opacity: .7;
	background: #ccc;
}


/*____________________________________________________________

=======================Footer=================================

______________________________________________________________*/
#section3{
	width:100%;
	height: 200px;
	background: #555;
	position:relative;
	float:right;
}

.footer{
	width:1200px;
	margin:auto;
	color:#fff;
	
}
.footer .footersection{
	width:31%;
	height: 100%;
	margin: 1%;
	float: right;
	font-size: 12px;
	text-align: right;
}
	.footer .footersection p {
		width:100%;
		line-height:15px;
		/*font-family:IRANSans;*/
		padding-right:20%;
	}
	.footer .footersection span {
		width: 100%;
		line-height: 20px;
		/*font-family: IRANSans;*/
		float:right;	
	}
		.footer .footersectionmobile{
	display:none;
}
.footer .footersection img{
	width:30px;
	height:30px;
}










/*=================================================================================
/*=================================================================================
/*=================================================================================
/*================================PRODUCTS PAGE=====================================
/*=================================================================================
/*=================================================================================*/

#productlist{		
  width: 1202px;
  margin: 80px auto 0px auto;
  background-color: #fff;
  padding: 10px 0px;  
  flex-wrap:wrap;
  display:flex;
}

#productlist .listsorting{
	float:right;
	color:#555;
	line-height: 30px;
	list-style: none;
	width:100%;
	height: 50px;
	border-bottom:1px solid #eee;
	font-size:12px;
	margin-bottom:20px;
}
#productlist .listsorting li{
	float: right;
	margin:auto 7px;
	height: 30px;

}

#productlist .listsorting li:hover{
	background: #ffaaaa;
	border-radius: 3px;
	color:#fff;
	}
	#productlist .product {
		
		border: 1px solid #eee;
		border-right: none;
		height: 400px;
		float: right;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 25%;
		flex: 1 0 25%;
		max-width: 25%;
		padding:10px;
	}

#productlist .product:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);	
	border: none;
}

#productlist .product img{
	width:295px;
	height:300px;
	margin:0 auto;
}
#productlist .product li {
		width: 220px;
		height: 330px;
	}

#productlist .product li:hover {
			padding: 3px;
			border: 1px solid #eee;
		}
#productlist .product  a {
		text-decoration: none;
}

#productlist .product .title {
		font-size: 18px;
		color: #0a0;
		text-align: center;
		height: 40px;
	}
		#productlist .price .offf p {
			font: 300 15px IRANSans;
			background: #f34c4c;
			border-radius: 25px 15px 25px 2px;
			margin-right:5px;
			margin-top:-20px;
			text-align: center;
			color: #fff;
			float: right;
			padding:1px 5px;
			
		}


	#productlist .product .price .delprice p{
		color: #bbb;
		text-decoration: line-through;		
		font: 600 16px IRANSans;
	}

	#productlist .product .price .insprice p {
		color: #000;
		font: 800 16px IRANSans;
		width: 50%;
		float: left;
		text-align:left;
	}

	#productlist .product .price span {
		float:left;	
		color: #000;
		font:100 12px myfont;
	}







/*=================================================================================
/*=================================================================================
/*=================================================================================
/*================================PRODUCT PAGE=====================================
/*=================================================================================
/*=================================================================================*/
#mobileproductfeature{
	display:none;
}
#productfeature {
	width: 1200px;
	height: 500px;
	margin: auto;
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: 0px 0px 4px rgba(100,100,100,0.5);
	margin-bottom: 40px;
}

#productfeature  #ax {
		width: 40%;
		height: 100%;
		background: #fff;
		border-left: 1px solid #eee;
		float: right;
	}

	#ax img {
		width: 100%;
		height: 100%;		
	}

#productfeature #brand {
	width: 60%;
	height: 100%;
	background: #fff;
	float: right;
}

#productfeature #brand * {
		float: right;
		text-align: right;
	}

#productfeature  #brand h1 {
		font-size: 20px;
		color: #000;
		padding: 0;
		width: 100%;
		text-align: right;
		padding-right: 20px;
		padding-top: 20px;
		/*font-family: myfont;*/
	}

	#productfeature #brand h1 span {
		color: #b5b5b5;
		font-size: 12px;
		line-height: 2;
		display: block;
		margin-top: 5px;
		/*font-family: sans-serif;*/
	}

	#productfeature #brand #product-daste {
		width: 100%;
		margin-top: 35px;
		margin-bottom: 35px;
		background: #fafafa;
	}
#productfeature #brand #product-daste ul {
		list-style-type: none;
	}

#productfeature #brand #product-daste ul li {
		float: right;
		padding: 10px;
		text-decoration: none;
		font-size: 14px;
		font-family: myfont;
	}

	#productfeature #brand #product-daste ul li span {
		color: #f34c4c;
		padding-right: 10px;
		padding-left: 10px;
		font-family: IRANSans !important;
		font-weight: 600;
	}

#productfeature #brand #garanti {
		float: left;
		width: 50%;
		font-family: IRANSans;
		font-size:12px;
	}

#productfeature #brand #garanti a {
	}

#productfeature #brand #garanti span {
		font-weight: 100;
		font-size: 16px;
		color: #0af;
		padding-right: 10px;
	}

#productfeature #product-price {
	width: 40%;
	float: left;
	margin-left: 50px;
	margin-bottom: 0px;
	position: absolute;
	bottom: 65px;
}

#productfeature #product-price button {
	background: #f34c4c;
	border-radius: 5px;
	color: #fff;
	width: 100%;
	height: 50px;
	font-family: 'myfont';
	font-size: 22px;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	border: none;
}

#productfeature #product-price a {
	font-family: IRANSans;
}

#productfeature #product-price #price {
	text-decoration: line-through;
	color: #555;
	font-size: 18px;
	float: right;
	text-align: left;
	line-height: 0px;
}

#productfeature #product-price #off {
	color: #000;
	font-size: 26px;
	font-weight: 900;
	float: left;
	width: 100%;
	height: 50px;
	text-align: left;
	
}
#productfeature #product-price #offf {
	font: 300 15px IRANSans;
	background: #f34c4c;
	border-radius: 25px 15px 25px 2px;
	text-align: center;
	color: #fff;
	float: left;
	margin-top: -20px;
}
#productfeature #product-price span {
	float: left;
	font-size:12px;
}

#productfeature #feature {
	width: 50%;
	background: #fff;
	float: right;
	font-family: myfont;
	list-style: none;
	padding-right: 10px;
}

#productfeature #feature h5 {
	color: #aaa;
	
	font-size: 14px;
	padding-bottom: 15px;
	font-weight: 100;
}

#productfeature #brand #feature li {
	width: 100%;
	float: right;
	color: #767;
	padding-right: 30px;
}
#productfeature #brand #feature li p {
	color: #fcca05;
}
#productfeature #brand #feature li a {
	font-size: 14px;
	float: right;
	text-align: right;
	line-height: 30px;
	list-style: circle;
}

#productfeature #brand #feature li span {
	float: right;
	font-size: 14px;
	float: right;
	text-align: right;
	line-height: 30px;
	padding-right: 10px;
}

#productfeature #brand .ads {
	width: 100%;
	border-top: 1px solid;
	margin-top: 5px;
}

#productfeature #brand .ads img {
	width: 20%;
	height: 40px;
}
/*_________________________________________________________*/
.contact-us {
	width: 70%;
	float: right;
	padding-right: 10%;
}

	.contact-us * {
		float: right;
		width: 90%;
		text-align: right;
	}

	.contact-us .btn {
		float: left;
		margin-left: 10%;
		width: 30%;
		text-align: center;
	}

	.address {
		float: right;
		width: 30%;
		direction: rtl;
		color: #555;
		font-weight: 800;
		
	}

		.address p {
			width: 100%;
			line-height: 30px;
			text-align: right;
			font-family: IRANSans !important;
			font-size: 12px;
		}

		.address span {
			font-family: IRANSans !important;
			text-align: right;
			font-size: 12px;			
			
		}

		.address icon {
			font-size: 20px;
		}

/*============================================NOTIFICATION BOX========================================================*/
#notification {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.notificationBox {
	position:fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 350px;
	padding: 40px;
	background-color: #f4f4f4;
	border: 2px solid #ccc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	border-radius: 8px;
	
}

.titleElement {
	padding: 10px;
}

.notifiButton {
	margin: 10px;
	padding: 10px;
	font-size: 12px;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	margin-right: 25px;
}

#yesButton {
	background-color: #4CAF50;
	color: white;
}

#noButton {
	background-color: #f44336;
	color: white;
}

#opsButton {
	background-color: deepskyblue;
	color: white;
}



/*Loding Indicator*/
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	 
}
.loadingIndicator {
	border: 8px solid #f3f3f3; /* Light grey */
	border-top: 8px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 2s linear infinite;
	margin:auto;
	position:relative;
	top:10px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
		 
	}

	100% {
		transform: rotate(360deg);
	}
}


