@font-face {
  font-family: 'BYekan';
  src: url('/fonts/BYekan.eot?#') format('eot'),  /* IE6?8 */
       url('/fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('/fonts/BYekan.ttf') format('truetype');  /* Saf3?5, Chrome4+, FF3.5, Opera 10+ */
	     font-weight: normal;
  font-style: normal;
}


.tophedermenu{
    height:40px;
    background-color:#0e2759;
    color:white;
    z-index:1000;
}
.tophedermenu .container{
    display:flex;
    z-index:1000;
}

.tophedermenu .toplogo{
    height: 30px;
    background: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-top:-4px;
}
.tophedermenu .navbar-collapse{
    background-color:#0e2759;
    margin-top:3px;
}

.tophedermenu .navbar-toggler{
    padding: 0px;
    margin-top: -3px;
}
.tophedermenu a, a:visited{
     color:white !important;
    
}
    .tophedermenu .nav-link {
        margin: 2px;
        padding-top: 3px;
        padding-bottom: 2px;
        display: initial;
    }
    .tophedermenu .menutoplinkright{
        display: initial;
    }

    .tophedermenu .nav-link:hover {
        background-color: white;
        color: black !important;
        
    }

.tophedermenu .menutoplinkleft{
    display:block;
}
.tophedermenu .menutoplinkleft{
    border-left:solid 1px white;
    float:left;
}
.tophedermenu .nav-link i{
    font-size: 12pt;
}
    .tophedermenu .menutoplinkleft i {
        padding-left: 7px;
    }
.tophedermenu .dropdown-toggle{
    color:white;
}
    .tophedermenu .dropdown-menu {
        background-color:#0e2759;
        width:200px;
        font-size: 14px;
    }
        .tophedermenu .dropdown-menu a {
            display:block;
        }
    .tophedermenu .dropdown-menu i{
        padding-left: 7px;
    }
    .tophedermenu .nav-link.activebtn{
        background-color:orange !important;
    }


    .tophedermenu .dropdown-toggle {
        border-left:none;
    }

    .tophedermenu .logoutlnk {
        padding: 7px;
        padding-right: 14px;
        font-family: 'BYekan';
    }
    .tophedermenu .logoutlnk:before {
        content: "\f011";
        margin-left: 7px;
        font-size: 14pt;
        color: red;
        font-family: "Font Awesome 5 Free";
    }

.topheder {
    height:80px;
    border-bottom:solid 1px #ccc;
}
.topheder .logotop {
    width: 80%;
}

.topheder .searchbox .btnSearchclass{
  background-color:white;
  border-radius: 30px 0px 0px 30px !important;
}

.topheder .searchbox input{
    background-color: transparent;
    border-radius: 0px 30px 30px 0px !important;
    outline: none;
}   
.topheder .numbercontact{
    color:navy;
    font-size:20pt;
    font-weight:bold;
    float:right;
}
.topheder .BaskedInfoClass{
    width:100%;
    color:navy;
    font-size:17pt;

}

    .topheder .BaskedInfoClass .conter {
        background-color: #58ff07;
        font-size: 8px;
        padding: 6px;
        border-radius: 1rem;
        padding-bottom: 0px;
        margin-right: -15px;
        border: solid 1px navy;
        font-weight: bold;
        z-index: 10;
        margin-top: -5px;
        position: absolute;
        padding-top: 1px;
    }

    .topheder .BaskedInfoClass .price{
        font-size: 14px;
    }

   
.topcatmenu a{
    color:#6c757d !important;
}

.ms_Borderless_title_box{
    text-align: right;
    padding: 7px;
    border-bottom: solid 1px #ccc;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom:5px;
}




/**************** Old Style ****************/
/*******************************************/
.contentContainer {
	overflow: hidden;
}
.contentTopContainer, .contentBottomContainer {
	clear: both;
	float: none;
	overflow: hidden;
}
.contentTop1, .contentBottom1 {
	float: right;
	width: 49%;
	overflow: hidden;
}
.contentTop2, .contentBottom2 {
	float: left;
	width: 49%;
	overflow: hidden;
}
div.searchBox{
    
direction: rtl;
    
border: solid 1px #FFFFFF;
    
margin-left: 30px;
    
padding: 0 !important;
    
margin-top: 3px;
    
height: 39px;
    
/* border: solid 1px red; */
}
body {
	/*background: url(images/body.png);*/
	background: #ffffff;
	color: #444;
	font: normal 13px/2 BYekan;
	margin: 0px;
	direction: rtl;
	text-align: center;
}
body.page516 .col1{border: solid 1px #CFCFCF;border-left: none;border-bottom: none;margin-top: 45px;}
a, a:visited {
	text-decoration: none;
	color: #444;
}
a:hover {
	color: #f96305;
}
img {
	border: 0;
	vertical-align: sub;
}
input, select, textarea {
	font: normal 12px/1 BYekan;
	max-width: 100%;
}
input[type="password"], input[type="text"], textarea, select {
}
.mainTable {
	text-align: right;
	margin: auto;
	padding: 0 15px;
	/* border: solid 1px red; */
	max-width: 1000px;
}
div.top-bg{height: 10px;background: #575756;border-bottom: solid 3px #F96302;}
div.top-links{text-align:right;/* width: 970px; */margin: auto;position: absolute;right: 169px;top: 20px;display: none;}
div.top-links a{color:#888888;position:relative;padding: 5px 7px;z-index:1000;}

div.top-links a:after{width: 2px;
    content: '';
    background-color: #888;
    height: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);}
    div.top-links a:first-child:after{display:none;}
    div.top-buttons{
    direction: ltr;
    text-align: left;
    /* border: solid 1px blue; */
    /* overflow: auto; */
    background: #EDEDED;
    margin-bottom: 5px;
    clear: both;
    height: 45px;
}
    div.top-buttons div{
    /* border: solid 1px red; */
    float: left;
    color: #5d5d5d;
    margin-right: 5px;
    /* margin-top: 2px; */
    padding: 0px 5px;
    box-sizing:border-box;
    /* height: 14px; */
}
	div.top-buttons div.shop-basket:hover,div.top-buttons div.truck:hover,div.top-buttons div.login:hover{background:#fff;}
	div.top-buttons div>a{display:inline-block;padding: 10px 7px;}
	div.top-buttons div.login{position:relative;}
	div.top-buttons div.login ul{position:absolute;width: 132px;background: #fff;top: 45px;left:0;z-index: 999999;margin: 0;padding: 8px;text-align: right;border: solid 1px #E5E5E5;border-top: none;display: none;}
	div.top-buttons div.login:hover ul{display:block;}
	
	div.top-buttons div.login ul li{list-style-type:none;border-bottom: solid 1px #e5e5e5;margin: 0;padding: 0;width: auto;}
	div.top-buttons div.login ul li.vbhk{background:#f96302;border-bottom:solid 2px #d95400;margin-top:12px;}
	div.top-buttons div.login ul li.vbhk:hover{background:#d95400;}
	div.top-buttons div.login ul li.vbhk a{color:#fff;}
	div.top-buttons div.login ul li:last-child{border-bottom:none;}
	div.top-buttons div.login ul li a{padding: 12px 20px;}
    div.top-buttons div.login>a{background: url(/files/editor/images/user.png) no-repeat right center;padding-right:30px;max-width: 120px;overflow: hidden;/* white-space: nowrap; */text-align: right;/* border: solid 1px red; */vertical-align: top;max-height: 23px;}
    div.top-buttons div.shop-basket a{background:url(/files/editor/images/eshop.png) no-repeat right center;padding-right:30px;}
    div.top-buttons div.truck a{background:url(/files/editor/images/truck.png) no-repeat right center;padding-right:30px;}
}


div.top-buttons div.search{}
.headerContainer {
	/*background:transparent url(images/menu.png) no-repeat bottom center;*/
	text-align: center;
}
.header {
	margin: auto;
	/* margin-top: 40px; */
	/* width: 1000px; */
	text-align: right;
	/* border: solid 1px red; */
	height: 105px;
	position: relative;
}
.header .logo {
	line-height: 0;
	padding: 10px;
	float: left;
	/* border: solid 1px red; */
}

.header .logo img {
	float: left;
}

div.user-login{
	margin: 0 auto 10px;
	width: 400px;
}



.mainTable .center {
}
.mainTable .top {position: relative;}
.mainTable .bottom{text-align:center;}
.colBase {
	padding: 0;
}
.mainTable .userBoxes .center .colBase .col1 {
	width: 210px;
	float: right;
	padding: 0px 0 0 3px;
	/* border-bottom: solid 1px #CFCFCF; */
}
.mainTable .userBoxes .center .colBase .content {
	overflow: hidden;
}
.secondaryTop {
}
.secondaryBottom {
}
.contentVisibleCol2 {
}
.contentVisibleCol1 {
}
.mainTable .center .col2 {
	width: 210px;
	float: left;
	padding: 0 10px 0 0;
}
.footerContainer {

	text-align: center;
}
.footer {
	text-align: center;
	padding: 0px;
	clear: both;
	margin: 0 auto;
	/* background: #444444; */
	border-top: solid 2px #CFCFCF;
	margin-top: 20px;
}
div.footer-links{
    text-align: center;
    /* border-top: dashed 1px #4F174F; */
    /* border-bottom: dashed 1px #4F174F; */
}
div.footer-links ul{
    display: inline-block;
    width: 20%;
    list-style-type: none;
    border-left: solid 1px #706f6f;
    text-align: right;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
    }
div.footer-links ul:last-child{width:15%}
div.footer-links ul li a{color: #3e7697;}
div.footer-links ul li a:hover{text-decoration:underline;}
div.footer-links ul:last-child{border-left:none;}
div.footer-links ul li.title-links{/* border-bottom: solid 1px #060106; */padding-bottom:5px;color: #333;font-size: 14px;font-weight: bold;}
div.footer-links ul li:nth-child(2){/* border-top: solid 1px #3E0B3E; */}
div.footer-links ul:last-child{border-left:none;}
div.footer-links.category ul{border-left:none;}
.footer > .bottom {
	clear: both;
}
.btnFace1, .NewsList .NewsSummery .moreInfo a {
	cursor: pointer;
	color: white;
	padding: 0 10px;
	line-height: 2.5;
	border: 1px solid #EC8757;
	margin: 10px;
	background: rgb(255,197,120); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
}

.btnRegister1{
	width: 100% !important;
}

.btnFace2 {
	cursor: pointer;
	background: #F96302;
	border-radius:3px;
	border: none;
	height: 29px;
	color: white;
	font: normal 13px/1 BYekan;
	padding: 0 10px;
	cursor: pointer;
}

.tablestyle {
	width: 99% !important;
}
/*************************MENU*********************************/
.sf-menu, .sf-menu * {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 140px;
	list-style-type: none;
	padding: 0;
	margin: 0;display:none;
}
.sf-menu ul li {
	width: 100%;
	padding: 0;
	margin: 0;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu li {
	background: ;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
}
.sf-menu li li {
	float: none;
	z-index: 100;
}
.sf-menu a {
	display: block;
	text-decoration: none;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	right: 0;
	z-index: 99;
}
.sf-menu a.sf-with-ul {
	padding-left: 2.25em;
	min-width: 1px;
}
.sf-sub-indicator {
	background: url(images/arrows.png) no-repeat;
	position: absolute;
	display: block;
	left: 5px;
	top: 15px;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
}
.sf-menu ul .sf-sub-indicator {
	top: 2px;
}
a > .sf-sub-indicator {
	background-position: 0 -100px;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	/*background-position: -10px -100px;*/
}
.sf-shadow ul {
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	padding: 0 0 9px 8px;
}
.sf-vertical a > .sf-sub-indicator {
	background-position: 0 0;
	top: 7px;
	left: 10px;
}
.menu-header-box {
	float: right;
}

.menu-header > li {
	margin-left: 0px;
	/* border-left: 1px solid #000000; */
}
.menu-header > li > div > div {
	/*border-left: 1px solid #feaf68;*/
}



.menu-header > li > div > div > a, .menu-header > li > div > div > a:visited {
	font: normal 14px/1 BYekan;
	padding: 9px 12px 12px 10px;color:#444;
}
.menu-header>li.current>div>div>a, .menu-header>li:hover>div>div>a {
	position:relative;
	color: #f96305;
}
.menu-header>li>div>div>a:after{
width: 2px;
    content: '';background-color: #7D7D7D;
    height: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);}
.menu-header>li:first-child>div>div>a:after{display:none;}
.menu-header > li:last-child, .menu-header > li:last-child > div > div {
	border: none;
}

.menu-header > li.current > div > div > a, .menu-header > li:hover > div > div > a {
	color: #f96302;
}
.menu-header li ul {
	top: 48px;
}
.sf-menu li ul, .sf-menu li.sfHover ul {
	background: #EDEDED;
	/*width: 140px;
	padding: 5px;
	border: 1px solid #DC771E*/
	margin: 0;
	padding: 0;
	border-radius: 3px;
}
.menu-header li ul, .menu-header li.sfHover ul {

}
.menu-vertical li ul, .menu-vertical li.sfHover ul {

}
.sf-menu li ul li  a, sf-menu li:hover ul li  a, sf-menu li ul li a :visited {
	padding: 7px 10px;
	height: auto;
	margin: 0;
	font: normal 12px/1 BYekan;
	color: #444;
	border-bottom: 1px solid #E4E4E4;
}
.sf-menu li ul li:last-child a {
	border-bottom: none;
}
.sf-menu li.current ul li a:hover, .sf-menu li:hover ul li  a:hover, .sf-menu li ul li a :hover {
	/* background: #F96305; */
	color: #F96305;
}
.menu-vertical {
	padding: 10px;
	margin-bottom: 15px;
	/* border: 1px solid #FF9730; */
	/* background: rgb(255,197,120); *//* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%);/* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1))); *//* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(-45deg,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); *//* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%);/* IE10+ */
	/* background: linear-gradient(135deg,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); *//* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=1 );/* IE6-9 fallback on horizontal gradient */
	background: #444444;
	border-radius: 3px;
	display: none;
}
.menu-vertical > li {
	background: transparent;
	width: 100%;
	float: none;
}
.menu-vertical > li:first-child {
	border-top: none;
}

.menu-vertical > li:last-child a {
	border-bottom: none;
}
.menu-vertical > li > div > div > a, .menu-vertical > li > div > div > a:visited {
	color: #fff;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #4C4C4C;
	text-shadow: none;
}
.menu-vertical > li > div > div > a:hover, .menu-vertical > li.sfHover > div > div > a {
	background: #F96305;
	color: white;
}

.menu-vertical li:hover ul, .menu-vertical li.sfHover ul {
	top: 0;
	/*right: 190px;*/
	z-index: 99;
}

.menu-footer-box {
	text-align: center;
	display: none;
}

.menu-footer-box ul li div div a span{
	color: #ffffff;
}

div.footer{
	color: #FFFFFF;
}

.menu-footer {
	display: inline-block;
	padding: 35px 0 0 0;
	margin: auto;
}
.menu-footer a, .menu-footer a:visited {
	font-size: 12px;
	padding: 0 15px;
	color: #000;
}
.menu-footer li:first-child a {
	border-right: none;
}
.menu-footer a:hover {
	color: #666;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul, ul.sf-menu  li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu  li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	right: 141px;
	top: 0;
}
.sf-menu ul .sf-sub-indicator, .sf-menu ul a:focus > .sf-sub-  indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul  a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-  indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator, .sf-  vertical .sf-sub-indicator, .sf-vertical a:focus > .sf-sub-  indicator, .sf-vertical a:hover > .sf-sub-indicator, .sf-vertical  a:active > .sf-sub-indicator, .sf-vertical li:hover > a > .sf-sub-  indicator, .sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0;
}
.sf-shadow ul.sf-shadow-off, .menu-footer li {
	background: transparent;
}
/********************LOGIN*****************/
.login {/* border: solid 1px red; */width: 150px;}
.login a{overflow:hidden;}
.login .lbl {
	display: block;
}
.registerLink {
}
/*************************************/
/*********************************/

.PortalSearchBtn {
	background: url('images/search-btn.png');
	width: 79px;
	height: 18px;
	border: none;
}
/**********************************************************/
h1 {
	font: bold 24px/1 arial;
}

h2 {
	font: bold 20px/1 arial;
	margin: 5px;
}
h3 {
	font: bold 16px/2 arial;
}
h4 {
	font: bold 14px/2 arial;
}
.lblError {
	color: Red;
	font-weight: bold;
}
.lblOk {
	color: Green;
	font-weight: bold;
}

/***************************SURVEY****************/
.survey .result .bar {
	border: 1px solid gray;
}
.survey .result .bar .barFilled {
	background-color: #5a5a5a;
	height: 7px;
}
/*******************LINKS************************/
.links {
	margin: 0;
	padding: 0px 15px;
	list-style-type: none;
	overflow: hidden;
}
.links li{padding: 6px 0;}
.links a, .links .title {
	display: block;
	text-align: right;
	color: #a6a6a6;
}
.links a:hover,.links .title:hover {color: #F96302;}
/*******************CONTENT************************/
ul.marquee {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 120%;
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 20px;
}
ul.marquee li {
	position: absolute;
	top: -999em;
	right: 0;
	display: block;
	white-space: nowrap;
}/*******************World Time************************************/
.WorldTime {
	overflow: auto;
	list-style-type: none;
}
.WorldTime li {
	display: inline;
	float: right;
	margin-right: 10px;
	margin-  bottom: 10px;
}
.WorldTime li h2 {
	text-align: center;
}
/*******************Currency************************************/
.Currency_LvTable, .prayer table {
	BORDER-COLLAPSE: collapse;
	width: 95%;
	font-size: 10px;
}
.Currency_LvTable TD, .prayer td {
	padding: 2px;
	white-space: nowrap;
}
.Currency_LvTable TR, .prayer .row {
	border-bottom: 1px dashed black;
}
.Currency_LvTable TD.Header {
	BACKGROUND: #2f4f04;
	COLOR: #cce2ae;
}
.Currency_LvTable TR.Alt, .prayer .alt {
	border-bottom: 1px dashed black;
}
.Currency_LvTable TD.Farsi {
	TEXT-ALIGN: right;
}
Currency_LvTable TD.English {
	TEXT-ALIGN: left;
	DIRECTION: ltr
}
/*******************End of Currency************************/
/*******************Current WebSite**************/
ul {
}
.btn-continue-red {
	display: block;
	width: 84px;
	height: 23px;
	background: url(/files/editor/images/continue.png);
}/******************End of Current Website***************/
/*******************weather************************************/
.weather {
	margin: auto;
	text-align: center;
	font-size: 12px;
}
.weather a {
	padding-left: 0;
}
.weather input:first-child {
	width: 90px;
	padding-left: 0px;
}
.weather .conditionTitle, .weather .currentTitle {
	font-size: 14px;
	font-weight: bold;
}
.weather .otherDays {
	font-size: 10px;
	padding-top: 20px;
	display: inline-block;
}
.weather .otherDay {
	float: right;
	width: 55px;
}
/*****Gallery******/
.Gallery {
	overflow: auto;
}
.GalleryCats {
	margin-bottom: 10px;
	overflow: auto;
}
.GalleryThumbCat {
	background: url(/images/folder-photo.gif) no-repeat right center;
	padding: 5px 35px 5px 0;
	width: 122px;
	float: right;
}
.GalleryThumbImages {
	padding: 10px 0;
	overflow: auto;
}
.GalleryThumbItem {
	float: right;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 10px 10px;
}
.GalleryThumbItem div:first-child {
	padding: 3px;
	border: 1px solid #b56219;
}
.GalleryThumbItem input {
}
.GalleryThumbTitle {
	background: #b56219;
	padding-bottom: 5px;
	color: #fff;
}
.GalleryThumbSelectedImage {
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	margin-top: 0px;
	border: none;
}
.GalleryThumbSelectedImage .Image {
	vertical-align: middle;
	text-align: center;
}
.GalleryThumbSelectedImage .zoom, .GalleryThumbSelectedImage  .zoom:visited {
	display: none;
}
.GalleryThumbSelectedImage .zoom:hover {
	background: transparent url(images/zoom_h.png) no-repeat;
}
.GalleryThumbSelectedImage .Description {
	color: #99da3e;
	line-height: 100%;
	height: 20px;
	padding: 10px;
	margin: 0px 14px 0px 14px;
	text-align: right;
	opacity: 0.75;
	filter: alpha(opacity=75);
	background-color: #99ccff;
}
.GalleryThumbSelectedImage .Description p {
	margin: 0px;
	padding: 0px;
}
.pager {
	display: none;
	float: none;
	clear: both;
	padding-top: 10px;
}
/*****************News*************************/
.NewsSelectedNews {
	padding: 0px 10px 0px 10px;
}
.NewsSelectedNews .NewsImage img {
	float: left;
	margin: 0px 15px 15px 0px;
}
.NewsSelectedNews .NewsText {
	text-align: justify;
}
.NewsSelectedNews .NewsTitle {
}
.NewsList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.NewsList .NewsImage {

	background-color: #ededed;
	padding: 3px;
	text-align: center;
}
.NewsList li {
	padding: 10px 0px;
	border-bottom: 1px dotted #ccc;
}
.NewsList li:last-child {
	border: none;
	padding-bottom: 0;
}
.NewsList h2 {

	font: normal 12px/1 BYekan;
	margin: 0;
	padding-right: 12px;
}
.NewsList .NewsImage {
	float: right;
	margin: 10px 0 10px 10px;
}
.NewsList .NewsTitle A, .ms_Borderless_center .NewsList .NewsTitle  A:visited {
}
.NewsList .NewsSummery {
	text-align: justify;
	margin-top: 10px;
}
.NewsList .NewsSummery .moreInfo a {
	float: left;
	display: inline-block;
}
.NewsList .NewsSummery .moreInfo a:hover {
	color: darkred;
}
.NewsList .separator {
	clear: both;
}
.NewsPager {
}

/**********Default*******/
.filter-shop{margin-top:0 !important;}
.ms_Default {
	overflow: hidden;
	margin: 15px 0;
}

.ms_Default_float {
	display: inline-block;
	width: 253px;
	margin-left: 5px;
	vertical-align: top
}
.ms_Default_top_left {
}
.ms_Default_top_right {
}
.ms_Default_top {border-bottom: solid 1px #CCCDCF;}
.ms_Default_title_box {
	color: #444;
	display: inline-block;
	padding: 5px 10px;
}

.ms_Default_center_left {
}
.ms_Default_center_right {
}
.ms_Default_center {
	padding: 10px;
	/* background: url(images/feram.png) repeat-x; */
}
.ms_Default_bottom_left {
}
.ms_Default_bottom_right {
}
.ms_Default_bottom {

}

/**************Frame1*************/
.shop-basket.ms_frame1{height: 184px;padding: 0 10px;}
.shop-basket.ms_frame1 .ms_frame1_top{border-bottom:none;}
.shop-basket.ms_frame1 .ms_frame1_title_box{border-bottom: solid 1px #999999;}
.ms_frame1 {
	overflow: hidden;
	margin: 2px;
	/* border: solid 1px #cfcfcf; */
	/* border-radius: 3px 3px 1px 1px; */
}
.ms_frame1_top_left {
}
.ms_frame1_top_right {
}
.ms_frame1_top {

border-bottom: solid 1px #CFCFCF;

text-align: right;
}
.ms_frame1_title_box {
	border-bottom: 1px solid #f96302;
	font: bold 13px/1 BYekan;
	display: inline-block;
	padding: 10px;
	color: #444;
	text-align: right;
}
.ms_frame1_title {

}
.ms_frame1_center_left {

}
.ms_frame1_center_right {
}
.ms_frame1_center {
	padding: 10px;
}
.ms_frame1_bottom_left {
}
.ms_frame1_bottom_right {
}
.ms_frame1_bottom {
}

}
/*************Borderless************/
.ms_Borderless {
	margin-bottom: 15px;
}
.ms_Borderless_title {
	font-size: 13px;
	font-family: BYekan;
	font-weight: bold;
	color: #fff;
	padding: 10px 0px 10px 0;
	display: block;
}
.ms_Borderless_center {
}
/********Tag*************/
.tag .tagView span {
	display: none;
}
.tag .tagView a {
	display: block;
	padding: 3px 0;
}
.tag .tagView a:hover {

}
.tag .tagResult {
	margin: 0;
	padding: 0;
}
.tag .tagResult li {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin: 5px;
}
.tag .tagResult a {
	display: block;
}
.tag .tagResult img {
	float: right;
	vertical-align: center;
	border: 1px solid #ccc;
	width: 75px;
	margin: 5px 0 5px 5px;
}
.tag .tagList span:last-child, .tag .tagView span:last-child {
	display: none;
}
/**********Comment********************/
.comment {
	clear: both;
	color: #888
}
.comment .title {
	font-size: 17px;
}
.comment .comment-list {
	margin-right: 10px;
}
.comment .comment-box {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 5px;
}
.comment .comment-box .name {
	padding: 0 10px;
}
.comment .comment-box .date {
	padding: 0 10px;
	border-right: 1px solid #eee;
}
.comment .comment-box .text {
	padding: 5px;
}
.comment .likes {
	float: left;
	font: bold 13px/1 BYekan;
}
.comment .likes .btnLike {
	width: 15px;
	background: url(/images/like.gif) no-repeat;
	height: 14px;
	margin-left: 3px;
	display: inline-block;
}
.comment .likes .btnUnlike {
	width: 15px;
	background: url(/images/like.gif) -15px 0 no-repeat;
	display: inline-block;
	height: 14px;
	margin-left: 3px;
}
.comment .likes .lblLike {
	color: green;
}
.comment .likes .lblLike:after {
	content: "+";
}
.comment .likes .lblUnlike {
	color: #C00;
}
.comment .likes .lblUnlike:after {
	content: "-";
}
.comment .likes .separator {
	font-weight: normal;
	margin: 0 3px
}

.comment fieldset {
	border: 1px solid #eee;
	margin: 0px 0 10px 0;
	padding: 10px;
	position: relative;
}
.comment fieldset legend {
	font-size: 15px;
	margin: 0 10px;
}
.comment .new {
	width: 100%;
}
.comment .new .title {
	font-size: 13px;
}
.comment input[type=text], textarea {
	width: 280px;
}
.smileys {
	position: absolute;
	top: 110px;
	right: 155px;
	width: 240px;
	height: 144px;
	background: white;
	border: 1px solid #aaa;
	padding: 5px;
	border-radius: 5px;
	display: none;
}

button::-moz-focus-inner {
	border: 0;
}
.s10, .s11, .s12, .s13, .s14, .s15, .s16, .s17, .s18, .s19, .s20, .s21, .s22, .s23, .s24, .s25, .s26, .s27, .s28, .s29, .s30, .s31, .s32, .s33, .s34, .s35, .s36, .s37, .s38, .s39, .s40, .s41, .s42, .s43, .s44, .s45, .s46, .s47, .s48, .s49, .s50, .s51, .s52, .s53, .s54, .s55, .s56, .s57, .s58, .s59, .s60, .s61, .s62, .s63, .s64, .s65, .s66, .s67, .s68, .s69 {
	background: url(/images/is.png) no-repeat;
	border: 0;
	cursor: pointer;
	margin: 3px;
	height: 18px;
	vertical-align: bottom;
	width: 18px;
	float: left;
}
.s10 {
	background-position: 0 0;
}
.s11 {
	background-position: -108px 0;
}
.s12 {
	background-position: -216px 0;
}
.s13 {
	background-position: -324px 0;
}
.s14 {
	background-position: -432px 0;
}
.s15 {
	background-position: -540px 0;
}
.s16 {
	background-position: -648px 0;
}
.s17 {
	background-position: -756px 0;
}
.s18 {
	background-position: -864px 0;
}
.s19 {
	background-position: -972px 0;
}
.s20 {
	background-position: -18px 0;
}
.s21 {
	background-position: -126px 0;
}
.s22 {
	background-position: -234px 0;
}
.s23 {
	background-position: -342px 0;
}
.s24 {
	background-position: -450px 0;
}
.s25 {
	background-position: -558px 0;
}
.s26 {
	background-position: -666px 0;
}
.s27 {
	background-position: -774px 0;
}
.s28 {
	background-position: -882px 0;
}
.s29 {
	background-position: -990px 0;
}
.s30 {
	background-position: -36px 0;
}
.s31 {
	background-position: -144px 0;
}
.s32 {
	background-position: -252px 0;
}
.s33 {
	background-position: -360px 0;
}
.s34 {
	background-position: -468px 0;
}
.s35 {
	background-position: -576px 0;
}
.s36 {
	background-position: -684px 0;
}
.s37 {
	background-position: -792px 0;
}
.s38 {
	background-position: -900px 0;
}
.s39 {
	background-position: -1008px 0;
}
.s40 {
	background-position: -54px 0;
}
.s41 {
	background-position: -162px 0;
}
.s42 {
	background-position: -270px 0;
}
.s43 {
	background-position: -378px 0;
}
.s44 {
	background-position: -486px 0;
}
.s45 {
	background-position: -594px 0;
}
.s46 {
	background-position: -702px 0;
}
.s47 {
	background-position: -810px 0;
}
.s48 {
	background-position: -918px 0;
}
.s49 {
	background-position: -1026px 0;
}
.s50 {
	background-position: -72px 0;
}
.s51 {
	background-position: -180px 0;
}
.s52 {
	background-position: -288px 0;
}
.s53 {
	background-position: -396px 0;
}
.s54 {
	background-position: -504px 0;
}
.s55 {
	background-position: -612px 0;
}
.s56 {
	background-position: -720px 0;
}
.s57 {
	background-position: -828px 0;
}
.s58 {
	background-position: -936px 0;
}
.s59 {
	background-position: -1044px 0;
}
.s60 {
	background-position: -90px 0;
}
.s61 {
	background-position: -198px 0;
}
.s62 {
	background-position: -306px 0;
}
.s63 {
	background-position: -414px 0;
}
.s64 {
	background-position: -522px 0;
}
.s65 {
	background-position: -630px 0;
}
.s66 {
	background-position: -738px 0;
}
.s67 {
	background-position: -846px 0;
}
.s68 {
	background-position: -954px 0;
}
.s69 {
	background-position: -1062px 0;
}
.comment .required {
	border: 2px dashed red;
}
/*****EventCalendar********/
.calendar {
	height: 210px;
	position: relative;
	width: 100%;
	background-position: top center;
}
.calendar .year {
	position: absolute;
	color: white;
	font: bold 15px/1 arial;
	top: 45px;
	right: 10px;
	text-align: center;
}
.calendar .monthName {
	color: white;
	font: bold 25px/1 arial;
	display: block;
	padding-top: 35px;
	text-align: center;
}
.calendar .dayName {
	color: gray;
	font: bold 25px/1 arial;
	display: block;
	text-align: center;
}

.calendar .day {
	padding-top: 10px;
	color: gray;
	font: bold 85px/1 arial;
	display: block;
	text-align: center;
}

ul.bigSubmenu li.vbhk{
	background: #f96302 !important;
}

/********************************FAQ*************************************/
.faq {
}
.faq .questionBox {
	padding: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #333;
}
.faq .questionBox .questionHeader {
	background-color: #070707;
}
.faq .questionBox .questionHeader .questioner {
	float: right;
}
.faq .questionBox .questionHeader .questionDate {
	float: left;
	direction: ltr;
}
.faq .questionBox  .question {
	clear: both;
	float: none;
}
.faq .questionBox  .question span {
	font-weight: bold;
}
.faq .questionBox  .answer {
	display: none;
}
.faq .questionBox  .answer span {
	font-weight: bold;
}
.faq .new {
	padding: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #333;
}
.faq .new .title {
	display: block;
	background: url(/images/help.png) no-repeat right top;
	padding-right: 30px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 5px;
}
.faq .new input[type="text"] {
	width: 250px;
}
.userBoxes {
	clear: both;
    min-height: 480px;
}
.sf-menu a {
	white-space: nowrap;
}
.shop-category .ms_Default_center{padding:0;}
/***********************my style******************************/

/*ul.sf-menu li{
	transition-duration: 3.5s;
	-webkit-transition-duration: 3.5s;
	-moz-transition-duration: 3.5s;
	transition-property: border;
	-webkit-transition-property: border;
	-moz-transition-property: border;
}

ul.sf-menu li.sfHover{
	border-bottom: 1px solid red;
}*/

/***********************my style******************************/
.threeProducts{/* border:solid 1px red; */float: right;margin: 2%;width: 29%;text-align:center;}
.threeProducts img{width:100%;display: block;max-width:288px;margin:auto;}
.title-threeProducts{text-align:right;font-size:15px;color: #F96302;}
.Discount{float:right;}
.Discount-txt .ms_Borderless_center{font-size:18px;padding:30px;box-sizing:border-box;}
a.btn-dark{
    color: #FFF;
    border: 1px solid #555555;
    background: #575757;/* Old browsers */
    background: -moz-linear-gradient(top, #555555 0%, #333333 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #333333));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555555 0%, #333333 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555555 0%, #333333 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(top, #555555 0%, #333333 100%);/* IE10+ */
    background: linear-gradient(top bottom, #555555 0%, #333333 100%);/* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#55', endColorstr='#33', GradientType=0);/* IE6-9 */
    padding: 6px 15px;
    font-size: 13px;
    border-radius: 3px;
    }
/********media***********/
@media screen and (max-width:1100px) and (min-width:900px) {

	.searchBox .text{width:180px}
}
@media screen and (max-width:901px) and (min-width:768px) {

	.searchBox .text{width:85px}
	div.searchBox{margin-left:0;}
}

@media screen and (max-width: 769px) {
div.footer-links{text-align:right;}
div.footer-links ul{width:30% !important}
 .menu-header-box,.header .logo{float:none;text-align: center;margin: auto;}
 .mainTable .userBoxes .center .colBase .col1{
 float:none;
 width:auto;
 height:auto !important;
 border: solid 1px #CCCDCF;
 }
 div.top-buttons{text-align:right;padding-bottom:10px;}
 /*div.top-buttons div{float:none;}*/
 div.top-buttons{height:auto;}
 div.searchBox{border: none;text-align: right;clear: both;/* border: solid 1px red; */}
.Discount{float:none;margin:auto;text-align:center;}
}
@media screen and (max-width: 480px) {
 div.footer-links ul{width:49% !important;}
.threeProducts{width: auto;float:none;}	
.searchBox .text{width:auto;}
}
.userDocuments .mandatories{text-align:center; color:#888;}
    .userDocuments .mandatories [class^="mandatory"] {
        width: 200px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        border: 1px solid #eee;
        background: #f9f9f9;
        padding: 5px;
        box-sizing: border-box;
        margin: 5px;
        border-radius: 5px;
        height: 250px;
        position: relative;
        float:right;
    }
.userDocuments .mandatories [class^="mandatory"] .title{font-size:20px;}
.btnSendFiles {width: 1040px;font-size: large;padding: 1px;height: auto;text-align: center;margin-top: 5px;}
.userDocuments .mandatories .status{margin: auto;height:20px;padding: 5px 35px 5px 0px;display: inline-block;}
.userDocuments .mandatories .notSend .status{background: url(/images/flat/cloud-upload-32.png) no-repeat right center;}
.userDocuments .mandatories .notSend .status:after{content:"هنوز ارسال نشده";}
.userDocuments .mandatories .accept .status{background: url(/images/flat/f-check_256-24.png) no-repeat right center;}
.userDocuments .mandatories .accept .status:after{content:"تایید شده";}
.userDocuments .mandatories .reject .status{background: url(/images/flat/f-cross_256-24.png) no-repeat right center;}
.userDocuments .mandatories .reject .status:after{content:"رد شده";}
.userDocuments .mandatories .pending .status{background: url(/images/flat/examine-24.png) no-repeat right center;}
.userDocuments .mandatories .pending .status:after{content:"در حال تایید";}
.userDocuments .mandatories .image {width:100px;height:100px;margin:10px auto;}

/*********************************Latest Responsive Changes************************************/
/*menu*/
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #f96302; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #6f6f6f; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
    text-align: right;
    padding-right: 40px; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

  
a.register-link{
	/*background:url(/files/editor/images/user.png) no-repeat right center;*/ 
	padding-right: 26px !important;
}

nav.main-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.main-menu ul li{
	float: left;
    padding-left: 10px;
    padding-right: 10px;
}

nav.main-menu ul li:hover{
	background: #ffffff;
}

nav.main-menu ul li:hover a{
	color: #000000;
}

nav.main-menu ul li>ul>li{
	border-bottom: 2px solid #ededed;
    margin-right: 5px;
    margin-left: 5px;	
}

nav.main-menu ul li>ul>li:hover{
	background: #f96302;
}

nav.main-menu ul li>ul>li>a{
	padding: 5px 25px 5px 0px;	
}

nav.main-menu ul li>ul>li:hover a{
	color: #ffffff;
	font-weight: bold;
}

nav.main-menu ul::after{
	content: '';
	display: block;
	clear: both;
}  
  
li.hassub:hover>ul{
	display: block;
}  
  
nav ul li a{
	display: inline-block;
	padding: 10px 25px 10px 0px;
	text-decoration: none;
}  
  
nav ul li a:hover{
	color: #339999;
}

ul.slicknav_nav{
	display: block;
    width: 300px;	
}

ul.bigSubmenu{
	margin-right: 30px !important;	
}

div.other-head{
	/*background: #ededed;*/
}

@media(max-width: 768px){
	
	div.top-buttons div.search{
		position: relative;
	}
	
	.search .lbtnSearch{
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

@media(min-width:450px){
	div.top-buttons div.searchtopDiv{
		width: 400px;
		margin: 0 auto;
	}
	
	div.top-buttons div.searchtopDiv div.search{
		width: 100%;
	}
	
	div.top-buttons div.searchtopDiv div.search input{
		width: 344px;
	}	
}

@media(min-width: 1000px){
	
	li.hassub{
		position: relative;
		/*background: url("/Files/Editor/Images/Arrows-Down.png") 14px center no-repeat;*/
	}
	
	li.hassub:hover{
		/*background: url("/Files/Editor/Images/Arrows-up.png") left center no-repeat;*/
	}
	
	ul.bigSubmenu{
		position: absolute;
	    z-index: 99;
	    background: #ffffff !important;
	    display: none;
	    right: -30px;
        /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    	border: 1px solid #ededed;
	}
	
	ul.bigSubmenu li a{
		text-align: right;
	}
	
	ul.bigSubmenu li{
		width: 180px;
		text-align: right; 
	}
	
	div.other-head{
		width: 100%;
	    /*background: #ededed;*/
	    position: relative;
	    top: -1px;
	}


}

.CatagoryMegaMenuHeder .LogoMegaMenu{
	background-color: #ededed !important;
	padding-left: 0 !important;
}

.CatagoryMegaMenuHeder .LogoMegaMenu .logo{
	/*background: url("/Files/Editor/Images/LOGO_MegaMenu1.png") no-repeat center center !important;*/
}  

@media(min-width: 768px) and (max-width: 990px){
	.mega-menu li .sub-container{
		width: 480px !important;
	}
}

@media(min-width: 530px) and (max-width: 767px){
	.mega-menu li .sub-container{
		width: 275px !important;
	}
}

@media(min-width: 580px) and (max-width: 800px){
	/*div.other-head{
		height: 80px;
	}*/
	
	.CatagoryMegaMenu{
		right: 18px;
	}
}

@media(max-width: 570px){
	/*div.other-head{
		height: 170px;
	}*/
	
	.CatagoryMegaMenu {
	    right: 18px;
	}
}

div.productView .DetialPriceDiv{
	/*left: 0px !important;
	float: left !important;
	width: 60% !important;*/
}

div.productView .image{
	float: right !important;
}

@media(max-width: 768px){
	div.productView .DetialPriceDiv{
		width: 100% !important;
	}
	
	body.page518 .contentTop1{
			width: 100% !important;
			float: right !important;
	}
	body.page518 .contentTop2{
			width: 100% !important;
			float: right !important;
	}
	
}
  
/*menu*/  

nav.main-menu{
    width: 360px;
    float: left;
} 

div.other-head{
    width: 630px;
    float: right;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
 
div.top-buttons div.login{
	position: absolute;
    top: -45px;
    right: -15px;
    background: #ededed;
} 
 
@media(max-width: 1000px){
	div.other-head{
		width: 100%;
	}
	
	div.top-buttons div.login{
		position: relative;
	    /* position: absolute; */
	    top: 0px;
	    right: 0px;
	    background: #ededed;
	    float: left;
	}
	
	body div.slicknav_menu:nth-child(2) ul.slicknav_nav>li:nth-child(1){
		/*display: none;*/
	}
	
	body div.slicknav_menu:nth-child(2) ul.slicknav_nav>li:nth-child(2){
		/*display: none;*/
	}
	
	/*body div.slicknav_menu:nth-child(2)>ul.slicknav_nav>li.hassub>a{
		border: 1px solid red;
	}*/	
}  

@media(min-width: 1000px){
	
	ul#responsiveMenu li a.register-link{
		background: url("/Files/Editor/Images/user.png") no-repeat right center !important;
	}  
	
	ul#responsiveMenu li a.register-link:hover{
		background: url("/Files/Editor/Images/userhover.png") no-repeat right center !important;
	}
	
	ul#responsiveMenu li a.after-shop{
		background:url(/Files/Editor/Images/truck.png) no-repeat right center !important;
	}
	
	ul#responsiveMenu li a.eshop-link{
		background:url(/Files/Editor/Images/eshop.png) no-repeat right center !important;
	}
	
	.headerContainer{
		border-top: 8px solid #59595b;
	}
	
	.header{
		border-top: 3px solid #f86201;
	}
	
	.CatagoryMegaMenu{
	    display: block;
		position: absolute;
		right: -15px;
	}
}	
  
@media(min-width: 768px) and (max-width: 1000px){
	div.top-buttons div{
		float: right;
	}
}  
  
@media(min-width: 1000px) and (max-width: 1040px){
	
	div.other-head{
		width: 600px;
	}
	
	div.CatagoryMegaMenu{
		width: 216px;	
	}
}

body div.slicknav_menu:nth-child(1){
	background: rgba(76, 76, 76, 0.8);
	border-bottom: 1px solid rgba(76, 76, 76, 0.8);
}

body div.slicknav_menu:nth-child(2){
	background: rgba(76, 76, 76, 0.8);
}

body div.slicknav_menu:nth-child(2) a.slicknav_btn span.slicknav_icon{
	background: url(/files/editor/images/user.png) no-repeat 0px 0px;
}

body div.slicknav_menu:nth-child(2) a.slicknav_btn span.slicknav_icon>span{
	display: none;
}

@media(min-width: 420px) and (max-width: 530px){
	.searchtopDiv input{
		width: 180px;
	}
}

@media(min-width: 390px) and (max-width: 440px){
	.searchtopDiv input{
		width: 115px;
	}
}

@media(max-width: 389px){
	.searchtopDiv input{
		width: 180px;
	}	
}

@media (max-width: 768px){
	div.top-buttons div {
	    float: none;
	}
	
	.header .logo{
		overflow: auto;
	    display: block;
	    margin: 0 auto;
	    width: 230px;
	}
	
}

div.divstarsrate div.rateYo div.jq-ry-group-wrapper div.jq-ry-normal-group svg{
	fill: #f96302 !important;
}

div.rating div.jq-ry-group-wrapper div.jq-ry-normal-group svg{
	fill: #f96302 !important;
}

@media (max-width: 380px){
	.shop .productView .relatedProducts ul li{
		left: 55px;
	}
	
	.shop .productView .relatedProducts{
		margin: 5px !important;
	}
}

@media (min-width: 470px){
	div.register>table{
		width: 470px;
	}
}

@media (max-width: 480px){
	.title-threeProducts{
		text-align: center;
	    font-size: 15px;
	    color: #F96302;
	    margin: 0 auto;
	    padding-left: 56px;
	    width: 230px;
	}
}

.shop .productView .DetialPriceDiv .pricebuttondiv .kindSpecsValue{
	float: none !important;
}

.shop .productView .DetialPriceDiv .pricebuttondiv .buttons{
	width: 100% !important;
}

.shop .productView .DetialPriceDiv .pricebuttondiv .buttons .btnFace2{
	width: 100% !important;
	padding-bottom: 32px;
    padding-top: 20px;
}

@media(max-width:768px){
	.ProductKindViewIconBtn{
		display: none;
	}
	
	.shop .productView .DetialPriceDiv{
		left: 0px !important;
		margin-bottom: 15px;
	}
	
	.UserStatusPanel{
		position: relative;
	    width: 95% !important;
	    border-radius: 5px;
	    border: 1px solid #D3D3D3;
	    float: left;
	    direction: rtl;
	    padding-right: 5px !important;
	    margin-bottom: 15px;
	}
	
}

div#invoice{
	white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

div.CompareProductTabel{
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

@media(min-width: 800px){
	div#invoice{
		width: 800px;
	}
}

@media(max-width: 800px){
	div#ctl13_ctl01_ctl00_ctrl_UsersPanel_PalMenu{
		height: 40px;
	    width: 73px;
	    float: left;
	    position: absolute;
	    bottom: 290px;
    	left: 0;
	}
	
	div#invoice {
	    margin-top: 50px;
	}
}

@media (max-width: 470px){
	
	body.page520 div.register>table tr:nth-child(2) td{
		display: block;
	}
	
	body.page520 div.register>table tr:nth-child(2) td:nth-child(2){
		padding-right: 0px !important;
	}
	
	body.page520 div.register>table tr:nth-child(2) td:nth-child(2)>table{
		width: 100% !important;
	}
	
	body.page520 div.register>table tr:nth-child(2) td:nth-child(2) input{
		width: 100% !important;
	}
	
}

a.userhover{
	background: url("/Files/Editor/Images/user.png") no-repeat right center; 
}

a.userhover:hover{
	background: url("/Files/Editor/Images/userhover.png") no-repeat right center;
}

/****************************Responsive Table*************************************/
/****جدول سبد خرید****/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	
	

	/* Force table to not be like tables anymore */
	/*table, thead, tbody, th, td, tr { 
		display: block; 
	}*/
	
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders{display: block;}
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders thead{display: block;}
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders tbody{display: block;}
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders th{display: block;}
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders td{display: block;}
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders tr{display: block;}
	
	
	
	
	tr.headerstyle{
		display: none !important;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders tr { border: 1px solid #ccc; }
	
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative; 
	    padding-right: 50%;
	}
	
	.rowstyle td{
		text-align: right;
	}
	
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	    background: linear-gradient(135deg, #0261a3 0%,#4ea0b7 59%,#0261a3 100%);
    	color: #ffffff;
	    right: 0;
	}
	
	/*
	Label the data
	*/
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders td:nth-of-type(1):before { content: "حذف"; }
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders td:nth-of-type(2):before { content: "عنوان"; }
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders td:nth-of-type(3):before { content: "مبلغ"; }
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders td:nth-of-type(4):before { content: "تعداد"; }
	div.orderSummery div table#ctl13_ctl01_ctl00_ctrl_view_shoppingcart_ctrl_OrderSummery_gvOrders td:nth-of-type(5):before { content: "قیمت کل"; }
	
	
	
	
/***جدول لیست فاکتور***/
	
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders{display: block;}
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders thead{display: block;}
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders tbody{display: block;}
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders th{display: block;}
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders td{display: block;}
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders tr{display: block;}
	
	
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders tr { border: 1px solid #ccc; }
	
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative; 
	    padding-right: 50%;
	}
		
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	    background: linear-gradient(135deg, #0261a3 0%,#4ea0b7 59%,#0261a3 100%);
    	color: #ffffff;
	    right: 0;
	}
	
	/*
	Label the data
	*/
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders td:nth-of-type(1):before { content: "شماره فاکتور"; }
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders td:nth-of-type(2):before { content: "تاریخ ثبت"; }
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders td:nth-of-type(3):before { content: "قیمت کل	"; }
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders td:nth-of-type(4):before { content: "وضعیت"; }
	div.shop div table#ctl13_ctl01_ctl00_ctrl_view_OrdersList_gvOrders td:nth-of-type(5):before { content: "جزئیات"; }



/*****جدول گزارش پورسانت****/

	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit thead{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit tbody{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit th{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit td{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit tr{display: block;}


	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit{
		margin-top: 50px;	
	}

	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit tr { border: 1px solid #ccc; }
	
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative; 
	    padding-right: 50%;
	}
		
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	    background: linear-gradient(135deg, #0261a3 0%,#4ea0b7 59%,#0261a3 100%);
    	color: #ffffff;
	    right: 0;
	}
	
	/*
	Label the data
	*/
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit td:nth-of-type(1):before { content: "ردیف"; }
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit td:nth-of-type(2):before { content: "ماه"; }
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit td:nth-of-type(3):before { content: "تعداد مشتری در این ماه"; }
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit td:nth-of-type(4):before { content: "مجموع خرید (ریال)"; }
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserMarketerProfit_gvUserprofit td:nth-of-type(5):before { content: "پورسانت"; }



/*****لیست مشتریان و فاکتورها****/


	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer thead{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer tbody{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer th{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer td{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer tr{display: block;}
	

	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer{
		margin-top: 50px;	
	}

	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer tr { border: 1px solid #ccc; }
	
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative; 
	    padding-right: 50%;
	}
		
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	    background: linear-gradient(135deg, #0261a3 0%,#4ea0b7 59%,#0261a3 100%);
    	color: #ffffff;
	    right: 0;
	}
	
	/*
	Label the data
	*/
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer td:nth-of-type(1):before { content: "ردیف"; }
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer td:nth-of-type(2):before { content: "نام مشتری"; }
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer td:nth-of-type(3):before { content: "تاریخ ثبت نام"; }
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer td:nth-of-type(4):before { content: "مجموع خرید (ریال)	"; }
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_UserCustomers_gvUsercustomer td:nth-of-type(5):before { content: "وضعیت"; }
			
			
			
/*****لیست فاکتورها****/

	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders thead{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders tbody{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders th{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders td{display: block;}
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders tr{display: block;}


	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders{
		margin-top: 50px;	
	}

	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders tr { border: 1px solid #ccc; }
	
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative; 
	    padding-right: 50%;
	}
		
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	    background: linear-gradient(135deg, #0261a3 0%,#4ea0b7 59%,#0261a3 100%);
    	color: #ffffff;
	    right: 0;
	}
	
	/*
	Label the data
	*/
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders td:nth-of-type(1):before { content: "ردیف"; }
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders td:nth-of-type(2):before { content: "نام مشتری"; }
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders td:nth-of-type(3):before { content: "تاریخ ثبت نام"; }
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders td:nth-of-type(4):before { content: "مجموع خرید (ریال)	"; }
	table#ctl13_ctl01_ctl00_ctrl_UsersPanel_ctrl_OrdersList_gvOrders td:nth-of-type(5):before { content: "وضعیت"; }
		
	
/*****نمایش جدولی داخل محصولات****/


	div#ProductItemListScript table.ptable{display: block;}
	div#ProductItemListScript table.ptable thead{display: block;}
	div#ProductItemListScript table.ptable tbody{display: block;}
	div#ProductItemListScript table.ptable th{display: block;}
	div#ProductItemListScript table.ptable td{display: block;}
	div#ProductItemListScript table.ptable tr{display: block;}


	div#ProductItemListScript table.ptable{
		margin-top: 50px;	
	}

	div#ProductItemListScript table.ptable thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	div#ProductItemListScript table.ptable tr { border: 1px solid #ccc;margin-bottom: 15px; }
	
	div#ProductItemListScript table.ptable td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative; 
	    padding-right: 50%;
	}
		
	div#ProductItemListScript table.ptable td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	    background: linear-gradient(135deg, #0261a3 0%,#4ea0b7 59%,#0261a3 100%);
    	color: #ffffff;
	    right: 0;
	}
	
	div#ProductItemListScript table.ptable tr.heder{
		display: none;
	}
	
	div#ProductItemListScript table.ptable tr.Detail td.rownumber{
		display: none;
	}
	
	.productItemClassV2.table .ptable .Detail{
		height: auto !important;
	}
	
	div#ProductItemListScript table.ptable td{
		text-align: right !important;
		width: 50% !important;
	}
	
	/*
	Label the data
	*/
	/*div#ProductItemListScript table.ptable td:nth-of-type(1):before { content: "ردیف"; }*/
	div#ProductItemListScript table.ptable td:nth-of-type(2):before { content: "نام"; }
	div#ProductItemListScript table.ptable td:nth-of-type(3):before { content: "سایز"; }
	div#ProductItemListScript table.ptable td:nth-of-type(4):before { content: "واحد"; }
	div#ProductItemListScript table.ptable td:nth-of-type(5):before { content: "تعداد در کارتن"; }
	div#ProductItemListScript table.ptable td:nth-of-type(6):before { content: "نوع"; }
	div#ProductItemListScript table.ptable td:nth-of-type(7):before { content: "قیمت"; }
	div#ProductItemListScript table.ptable td:nth-of-type(8):before { content: "تعداد"; }
	
	
}







