/**  =====================
      Custom css start
==========================  **/

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../font/iransans/eot/IRANSansWeb(FaNum).eot');
	src: url('../font/iransans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
	url('../font/iransans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
	url('../font/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'),
	url('../font/iransans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

body {
	background-color: #eee;
	color: #455a64;
	font-family: IRANSans ;
	direction:rtl;
}

ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

*:focus {
	outline: none;
}

a {
	font-size: 13px;
	color: #37474f;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
	text-decoration: none;
	color: #448aff;
}

.header{
	width: 100%;
	background-color: #fff;
	height:103px;
}
.haed-topbar , .main{
	width:1200px;
	margin:0 auto;
}
#menu-logo{
	width:300px;
	float:right;
	text-align:right;
}
.menu{
	margin: 0;
	margin-top: 30px;
	padding: 0;
	width:810px;
	float:left;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #ffffff;
	height: 25px;
	line-height: 25px;  
	z-index:100;
}

.menu ul li{
	margin: 0;
	padding: 10px 12px;
	float: right;
	position: relative;
}

.menu ul li a{
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	color: #000000;
	display: block;
	font-weight: bold;
	font-size: 13px;
}

.menu ul li:hover{
	background:#22a79c;
}

.menu ul li:hover a{
	color:#fff;
}

.menu ul li:hover ul{ display:block;}

.menu ul li ul{
	position: absolute;
	right: 0;
	top: 45px;
	display: none;
	padding:0px;
	text-align:right;
	width:200px;
}

.menu ul li ul li{
	padding:0px;
	background: #ffffff;
	height: 35px;
	line-height: 35px;
	width: 100%;
	border-color: #ddd;
	border-style: solid;
	border-width: 0 1px 0px 1px;
}

.menu ul li ul li:first-child{
	border-width: 1px 1px 0px 1px;
	padding-top:10px;
	height: 45px;
}

.menu ul li ul li:last-child{
	border-width: 0px 1px 1px 1px;
	padding-bottom:10px;
	height: 45px;
}

.menu ul li ul li a , .menu ul li ul li a span{
	color: #000000;
}

.menu ul li ul li:hover{
	background:#fff;
}

.menu ul li ul li:hover a span{
	color:#1a4381;
}
.sabadkharid{
    width: 85px;
    height: 48px;
    float: left;
    margin-top: 30px;
    border: 1px solid #1a4381;
    border-radius: 15px;
	padding:10px;
}
.sabadkharid .fa {
  float: left;
  font-size: 22px;
  color:#1a4381;
  margin-right:10px;
  margin-top:1px;
}
.sabadkharid .sabadcount {
	width:25px;
	height:25px;
	line-height:15px;
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 5px;
	background: #1a4381;
	border-radius: 25px;
	font-family: Times New Roman;
	text-align: center;
	font-weight: bold;
}
.head-singleshop{
	height: 70px;
	background: #1a4381;
}
.text-head{
	text-align:right;
}
.text-head h4{
	color: #fff;
	font-size: 16px;
	line-height: 70px;
	font-weight: normal;
}
.row{
	width:100%;
}
.sidebar{
	width:290px;
	float:right;
	text-align:right;
	margin-top:10px;
	direction: rtl;
}
.sidebar ul , .main-left ul{
	padding:0px;
	margin-top:30px;
}
.sidebar ul li{
	width:280px;
	height:35px;
	line-height:35px;
	float:right;
	list-style-type: square;
	list-style-position: inside;
	*color:#22a79c;
	padding:0px 10px;
	margin:1px;
	border-radius:5px;
	background: #1a4381;
	color:#fff;
	font-size:10px;
}
.sidebar ul li a{
	font-size:13px;
	color:#fff;
}
.sidebar ul li a:hover{
	color:#A0E3E3;
}
.main-left , .details{
	width:880px;
	min-height:500px;
	overflow:hidden;
	float:left;
	text-align:right;
	margin-bottom:30px;
}
.main-left ul li.product{
	width:270px;
	height:355px;
	float:right;
	border:1px solid #ddd;
	margin:10px;
	background:#fff;
	box-shadow: 0px 0px 5px #ccc;
}
.main-left ul li.product a img{
	width:268px;
	height:268px;
	float:right;
	margin-bottom:10px;
}
.main-left ul li.product a h2{
	width:270px;
	height:30px;
	line-height: 30px;
	float:right;
	margin-bottom:5px;
	font-size:13px;
	text-align: center;
	overflow: hidden;
	padding: 0px 10px;
}
.main-left ul li.product a span{
	width:150px;
	height:30px;
	float:right;
	margin-bottom:5px;
	font-size: 12px;
	padding-right:10px;
	line-height:30px;
}
.main-left ul li.product a span.discountval{
	padding:0px;
	width:70px;
	height:30px;
	border-radius:3px;
	color:#fff;
	background:#ff0000;
	text-align:center;
	font-family:Times New Roman ;
	float:left;
	margin-top:-40px;
	*font-weight: bold;
	position:relative;
	z-index:10;
	box-shadow: -2px 2px 3px #000;
}
.main-left ul li.product a.btn{
	font-size: 12px;
	float:left;
	margin-left:10px;
	padding:5px;
}
.footer{
	width:100%;
	background: #1a4381;
	height:50px;
	margin:0px;
	padding:0px;
}
.footer-box{
	width:200px;
	height:50px;
	line-height:50px;
	float:right;
	font-size: 11px;
	color:#fff;
}
.footer-box2{
	width:410px;
}
.sabad-contents{
	width:800px;
	float:right;
	background:#fff;
	padding: 25px;
	margin: 30px 0px;
	box-shadow: 0px 0px 3px #333;
	border-radius: 3px;
}
.purchase{
	margin-bottom:20px;
}
.purchase tr{
	height:100px;
	border-bottom:1px dotted #22a79c;
}
.purchase tr td.p-img{
	width:90px;
	height:90px;
	float:right;
}
.purchase tr td.p-img img{
	width:88px;
	height:88px;
	border:1px solid #ccc;
	margin-top:5px;
}
.purchase tr td.p-name{
	width:500px;
	height:90px;
	float:right;
	text-align:right;
	font-size:12px;
	color:#333;
	padding: 15px;
	overflow:hidden;
	line-height:20px;
}
.purchase tr td.p-name span{
	color:#22a79c;
}
.purchase tr td.p-count{
	width:85px;
	height:90px;
	float:right;
	text-align:center;
}
.purchase tr td.p-count input{
	width: 80px;
	padding: 5px;
	color: #333;
	margin: 25px 0px;
	text-align: center;
	border:1px solid #22a79c;
	border-radius:3px;
}
.purchase tr td.p-delete{
	width:50px;
	height:90px;
	float:right;
	cursor:pointer;
	text-align:center;
}
.purchase tr td.p-delete a .fa-trash-alt{
	font-size:18px;
	margin-top: 35px;
	color:#22a79c;
}
.calcs{
	width:100%;
	height:30px;
}
.calcs .btn {
	float: right;
	font-size: 13px;
	width:130px;
}
.calcs .totalamount {
  float: left;
  font-size: 14px;
  color:#000;
  margin-left:45px;
}
.leftbuy{
	width: 370px;
	float: left;
}
.sabad-operations{
	width: 370px;
	float: left;
	margin: 30px 0px;
	background: #fff;
	padding: 25px;
	box-shadow: 0px 0px 3px #333;
	border-radius: 3px;
	font-size: 13px;
	text-align: center;
}
.sabad-operations .opts{
	width:100%;
	margin-bottom:10px;
}
.sabad-operations .opts .btn{
	font-size: 13px;
	padding-right:25px;
	width:110px;
}
.sabad-operations .opts .fa{
	left: -25px;
	position: relative;
	color: #fff;
	cursor:pointer;
}
.sabad-operations p.ifuser {
	color: #007bff;
	border-bottom: 1px dotted #007bff;
	padding-bottom: 13px;
	margin-top: 15px;
}
.sabad-operations table.reg tr td.labels {
	width: 110px;
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
}
.sabad-operations table.reg tr td.labels span.star {
	font-size: 12px;
	color:red;
}
.sabad-operations table.reg tr td input{
	color: #333;
	text-align: right;
	border:1px solid #22a79c;
	border-radius:3px;
}
.sabad-operations table.reg tr td .btn {
	float: left;
	font-size: 13px;
	margin-top: 10px;
	color:#fff;
}
.sabad-operations .order_desc{
	width: 320px;
	height: 130px;
	padding: 10px;
	line-height: 25px;
	color: #333;
	text-align: right;
	border: 1px solid #22a79c;
	border-radius: 3px;
}
.msgbox{
	width:500px;
	height:155px;
	margin:100px auto;
	text-align:center;
	padding:60px;
	background:#fff;
	box-shadow:0px 0px 3px #ccc;
	border:1px solid #ccc;
	border-radius:5px;
}
.msgbox p.ok{
	color:green;
}
.msgbox p.notok{
	color:red;
}
.details{
	width:850px;
	padding:0px;
	margin-top:40px;
}
.details .prod-img{
	width:250px;
	height:250px;
	float:right;
	border: 1px solid #ccc;
}
.details .prod-img img{
	width:248px;
	height:248px;
}
.details .prod-info{
	width:545px;
	min-height:250px;
	overflow:hidden;
	margin-right:30px;
	float:right;
	padding:10px 0px;
}
.details .prod-info h5{
	color: #1a4381;
	font-weight: bold;
	line-height: 30px;
}
.details .prod-info label{
	color: #555;
	line-height: 25px;
	font-size:13px;
}
.details .prod-desc{
	width:100%;
	min-height:100px;
	float:right;
	margin-top:20px;
	font-size:13px;
	color: #555;
	line-height: 25px;
}
.details .btn{
	font-size: 13px;
}
.loginform{
	width:395px;
	height:250px;
	margin:70px auto;
	padding:50px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #ccc;
	background:#fff;
}
.loginform .form-lbl{
	width:80px;
	float:right;
	font-size:13px;
	text-align:right;
	color:#1a4381;
	line-height:28px;
}
.loginform .form-inp{
	width:190px;
	float:right;
	font-size:13px;
	text-align:right;
	height: 30px;
	padding: 2px 5px;
	background:#cfdcf9;
	border : none;
	border-radius:5px;
}
.loginform .btn{
	font-size:13px;
	margin: 15px 0px 0px 25px;
}
.table{
	counter-reset: rowNumber;
}
.table tr td.row_c:before {
    counter-increment: rowNumber;
}

.table tr td.row_c:before {
    content: counter(rowNumber);
    min-width: 1em;
}
.cstm_orders{
	width: 1200px;
    background: #fff;
    margin: 30px auto;
    padding: 10px;
    font-size: 13px;
    color: #333;
}
.cstm_orders tr{
	border-bottom:1px solid #ccc;
	box-shadow: 0px 1px 3px #ccc;
}
.cstm_orders tr th{
	color:#1a4381;
}
.cstm_orders tr th , .cstm_orders tr td{
	text-align:center;
	border:unset;
}
.order_header{
	width:100%;
}
.order_header .card-header , .order_header .card-header h5{
	text-align:right;
	color:#1a4381;
	font-size:14px;
}
.order_header .card-block{
	text-align:right;
	color:#333;
	font-size:13px;
	padding:10px;
}
.order_header .card-block .rblock{
	width:48%;
	float:right;
}
.order_header .card-block .lblock{
	width:48%;
	float:left;
}
label.totalbtn{
	cursor:unset !important;
	color: #007bff;
	*background-color: #007bff;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.5;
	border-radius: .25rem;
	float:right;
}

.inner_content{
	min-height: 560px;
	overflow: hidden;
	padding: 50px 0px;
	color: #000;
	line-height: 25px;
	font-size: 15px;
	direction: rtl;
	text-align: justify;
}

.lastnews{
	width:370px;
	float:right;
	margin-top: 50px;
	margin-bottom: 20px;
	background: #fff;
	padding: 15px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.13);
	text-align:right;
}
.lastnews h3{
	margin-bottom: 31px;
	margin-top: 0px;
	font-size: 16px;
	color: #333;
	height: unset;
	line-height: 39px;
	font-weight: bold;
}
.line-side{
	border-bottom: 3px solid #cfcfcf;
	width: 105px;
	position: relative;
	top: 14px;
}
.linesidebar{
	width: 35px;
	position: absolute;
	top: 0px;
	border-top: 4px solid #1a4381;
}
.lastnews ul{
	padding:0px;
}
.lastnews ul li{
	height: auto;
	padding: 10px;
	border-bottom: 1px dotted #dbdbdb;
	color: #ACACAC;
}
.lastnews ul li .lastnewstopic{
	background: none !important;
	clear: none;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.lastnews ul li .lastnewstopic:hover span{
	color:#22a79c;
}
.lastnews ul li .lastnewstopic .cube {
	height: 4px !important;
	width: 4px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #1a4381;
	float:right;
}
.lastnews ul li .lastnewstopic span{
	font-weight: 400;
	font-size: 13px !important;
	line-height: 20px;
	color: #333;
}
.lastnews ul li .lastnewsdate h4{
	font-size: 11px !important;
}
.listnews{
	width:800px;
	float:left;
	margin-top: 50px;
}
.listnews .newsbox{
	width: 100%;
	height: 255px;
}
.listnews .newsbox .newsimg{
	float:right;
	margin-left:15px;
	width: 280px !important;
	height: 234px !important;
}
.listnews .newsbox .newsimg img {
	width: 280px !important;
	height: 234px !important;
}
.listnews .newsbox .newstopic h4 {
	color: #333333;
	font-size: 17px;
	padding-right: 10px;
	font-weight: bold;
	text-align:right;
	line-height:25px;
}
.listnews .newsbox .newstext{
	font-size:14px;
	text-align:justify;
	line-height: 23px;
	color: #333;
	margin-top: 25px;
	height:115px;
	overflow:hidden;
}
.listnews .newsbox .btn{
	outline: 0;
	font-style: normal;
	font-weight: 800;
	font-family: IRANSans;
	padding: 0 22px;
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
	background-color: #1a4381;
}
.listnews .newsbox .btn a{
	color:#fff;
}
.listnews .newsbox .newsdate{
	width:75px;
	height:70px;
	position:relative;
	top:-220px;
	right:-195px;
	background: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 4px;
	line-height: 41px;
	color:#333;
	display:inline-block;
	z-index:100;
}
.listnews .newsbox .newsdate .newsday , .listnews .newsbox .newsdate .newsmonth {
	width:75px;
	height:35px;
}
.listnews .newsbox .newsdate .newsmonth {
	color:#fff;
	background:#1a4381;
	border-radius: 0px 0px 4px 4px;
	font-size:13px;
}
.listnews .news_img{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.listnews .news_topic , .listnews .news_date , .listnews .news_dtl{
	width:100%;
	margin-bottom:10px;
	text-align:right;
	line-height:25px;
	padding:0px 20px;
}
.listnews .news_topic h4{
	font-size:18px;
	line-height:25px;
	color:#000;
}
.listnews .news_date{
	font-size:12px;
}
.listnews .news_dtl{
	font-size:14px;
	text-align:justify;
	color:#333;
}
.inner_content .map{
	width:550px;
	height:400px;
	float:left;
	overflow:hidden;
	border:5px solid #F7F7F7;
}
.inner_content .map img{
	width:550px;
	height:400px;
}
.inner_content .info{
	width:600px;
	height:135px;
	float:right;
	overflow:hidden;
	padding:0px 15px 15px 15px;
}
.inner_content .info p{
	line-height: 20px;
	font-size: 14px;
	direction: rtl;
	color:#333;
	margin-bottom:5px;
}
.inner_content .info p a{
	color: #337ab7;
}
.inner_content .info p a:hover{
	color: #22a79c;
}
.inner_content .message{
	width:600px;
	height:330px;
	float:right;
	overflow:hidden;
	padding:0px 15px;
}
.inner_content .message .formrow{
	width:100%;
	float:right;
	margin-bottom:5px;
}
.inner_content .message input[type=text] , .inner_content .message textarea{
	width:275px;
	height:35px;
	border :1px solid #999;
	border-radius:3px;
	margin:2px;
	float:right;
	font-family: 'IranSans' ;
	font-size:13px;
	padding: 0px 10px;
}
.inner_content .message textarea{
	width:555px;
	height:120px;
	resize:none;
	overflow:scroll;
}
.inner_content .message input[type=submit]{
	width:80px;
	height:35px;
	text-align:center;
	background:#1a4381;
	color:#fff;
	font-size:14px;
	line-height:35px;
	float:left;
	border:none;
	border-radius:3px;
	cursor:pointer;
	margin-left:13px;
}
.inner_content .message input[type=submit]:hover{
	background:#22a79c;
}




