﻿body {
	font-family: IRANSans;
	font-size: 12px;
	margin: 0;
	color: #000;
	padding-bottom: 50px;
	padding-top: 45px;
	background-color: #f1f1f1;
}

ul, ol {
	padding: 0;
}

.dir-ltr {
	direction: ltr;
}

h1, h2, h3, h4, h5, h6 {
	font-family: IRANSans;
}




.site-container {
	background-color: #f1f1f1;
	margin: auto;
	width: 100%;
	/*max-width: 480px;*/
	overflow: auto;
	position: relative;
	display: flex;
	flex-direction: column;
}

.ajaxloading {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

	.ajaxloading img {
		width: 50px;
		height: 50px;
	}

.header-box {
	background-color: #33b0c6;
	padding: 0 5px;
	z-index: 99;
	position: fixed;
	top: 0;
	width: 100%;
}

.sticky {
	/*max-width: 480px;*/
}

.header-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	overflow: hidden;
	background-color: #eb153f;
}

	.header-top a {
		text-align: center;
		display: block;
		overflow: hidden;
		height: 35px;
		padding: 2px 0;
		flex: 1;
	}

.header-username {
	flex: 1;
	justify-content: flex-start;
	display: flex;
	align-items: center;
	padding-right: 10px;
	color: #fff;
	font-family: ISM;
	font-size: 10px;
}

	.header-username i {
		margin-left: 5px;
	}

.signout-container {
	flex: 1;
	justify-content: flex-end;
	display: flex;
	align-items: center;
	padding-left: 10px;
	color: #fff;
}



.header-top a img {
	height: 100%;
	object-fit: contain;
}

.header-row {
	display: flex;
	padding: 0 5px;
	z-index: 99;
}

.header-right {
	height: 45px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex: 5;
	overflow: hidden;
}

.header-left {
	height: 45px;
	flex: 4;
	display: flex;
	flex-direction: row;
	list-style: none;
	justify-content: space-between;
	margin-bottom: 0;
}

	.header-left li {
		width: 33.33%;
		position: relative;
	}

		.header-left li a {
			color: #fff;
			display: block;
			text-align: center;
			line-height: 45px;
			font-size: 20px;
		}

		.header-left li span:not(.basket-count) {
			color: #fff;
			display: block;
			text-align: center;
			line-height: 45px;
			font-size: 20px;
			cursor: pointer;
		}

		.header-left li .fa-cart {
			font-size: 24px;
		}

.basket-count {
	position: absolute;
	right: 16px;
	top: 2px;
	background-color: #ff1744;
	height: 16px;
	width: 16px;
	border-radius: 6px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title-box {
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 88%;
	height: 30px;
	line-height: 29px;
}

.icon-box {
	color: #fff;
	font-size: 20px;
	height: 30px;
	width: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1;
}

	.icon-box:empty {
		width: 10px;
	}

	.icon-box a {
		color: #fff;
		font-size: 22px;
	}

	.icon-box img {
		height: 30px;
		vertical-align: middle;
	}

.row {
	margin: 0 !important;
}

*[class^="col-"] {
	padding: 0 !important;
}

.btn, .btn:focus {
	outline: none !important;
	font-size: 12px;
}

.btn-success {
	background-color: #00c853;
	border-color: #00c853;
}

	.btn-success:hover {
		background-color: #03bb4f;
		border-color: #03bb4f;
	}

.btn-danger {
	background-color: #ff1744;
	border-color: #ff1744;
}

	.btn-danger:hover {
		background-color: #e61c43;
		border-color: #e61c43;
	}

.btn-info {
	background-color: #00d6f3;
	border-color: #00d6f3;
}

	.btn-info:hover {
		background-color: #03c5e0;
		border-color: #03c5e0;
	}

	.btn-primary {
	background-color: #007bff;
	border-color: #007bff;
}

	.btn-primary:hover {
		background-color: #0270e6;
		border-color: #0270e6;
	}
.btn-fit {
	width: 100%;
}








.popUpIos {
	font-size: 15px;
	width: 100%;
	position: fixed;
	top: 0px;
	padding: 30px 20px;
	background: #efefef;
	z-index: 99999;
	text-align: center;
	overflow: scroll;
}

	.popUpIos img {
		vertical-align: middle;
	}

	.popUpIos > div {
		width: 100%;
		padding: 10px 10px;
		margin-top: 10px;
		background: white;
		border-radius: 5px;
		text-align: right;
	}
/***************************************/
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	right: 0;
	height: 50px;
	background-color: #f5f5f5;
	z-index: 9999;
	box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.3);
}

	footer ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		list-style: none;
	}

		footer ul li {
			width: 20%;
			position: relative;
		}

			footer ul li a, footer ul li a:focus {
				height: 50px;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				color: #999;
				font-size: 11px;
				text-decoration: none;
				outline: none;
			}

			footer ul li.active a {
				color: #333;
				font-weight: bold;
			}

			footer ul li img {
				height: 24px;
				margin-bottom: 5px;
			}

			footer ul li i {
				font-size: 24px;
				line-height: 1;
				margin-bottom: 3px;
			}

			footer ul li .ion {
				font-size: 24px;
				margin-bottom: 5px;
			}

