<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********---------  rs  -----------**********/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%}html,body{height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}b,strong{font-weight:bold}img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic}ol,ul{1list-style:none}li{display:list-item}table{border-collapse:collapse;border-spacing:0}th,td,caption{font-weight:normal;vertical-align:top;text-align:right}q{quotes:none}q:before,q:after{content:'';content:none}sub,sup,small{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}svg{overflow:hidden}a{text-decoration:none;color:#000;}a, span, img {transition: all 0.3s ease 0s;}

/* CSS Document */
@font-face {
	font-family: "Yekan";
	src:url("fonts/BYekan.eot#iefix") format("eot"),
		url("fonts/BYekan.woff") format("woff"), 
		url("fonts/BYekan.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Koodak";
    src:url('fonts/BKoodakBold.eot?#') format('eot'),    
          url('fonts/BKoodakBold.woff') format('woff'),
          url('fonts/BKoodakBold.ttf') format('truetype'); 
}
html,
body{ 
	direction:rtl; 
}
body{
	font-family:Yekan, Geneva, sans-serif;
	font-size: 13px;
	background:url(../img/bg.png) repeat;
	margin:0;
	padding:0;
}
.container {
    width: 320px;
    margin: 100px auto;
	padding: 50px 20px;	
	
    background: #fff;
	border-radius: 4px;
    border: 1px solid #f0f1f2;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
#product {
	border: 1px solid #E6F0E6;
    border-radius: 2px;
    margin-bottom: 25px;
}
#product table  {
    width: 100%;
    border-collapse: collapse;
	line-height: 22px;
}
#product table th,
#product table td{
    text-align: center;
    vertical-align: middle;
	height: 40px;
}
#product table th{
    background-color: #D1F5D3;
	line-height: 22px;
}
#product table td {
	line-height: 22px;
}

#OrderFastCartForm{
	
}
.input{
	margin-bottom:20px;
}
.input label,
.input input,
.input textarea,
.input select{
	display:block;
	width:100%;
	direction: rtl;
}
.input label{
	text-align:center;
	color:#444;
	margin-bottom:3px;
}
.input input, 
.input select,
.input textarea {
    border: 1px solid #c5c5c5;
	border-radius: 2px;
    color: #828282;
    margin: 0;
	font:12px tahoma;
}
.input select,
.input input{
    height: 36px;
	padding: 0 17px;
    line-height: 36px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
.input textarea{
	padding: 10px 17px;
}
.input select{
	margin-bottom:10px;
}
.input input.ltr {
    color: #acacac;
    font: bold 12px arial;
    text-align: left;
    direction: ltr;
}
.input input:focus,.input input:hover,
.input select:focus,.input select:hover,
.input textarea:focus,.input textarea:hover{
	border: 1px solid #62B965;
}
.submit input{
	display:block;
	width:100%;	
    border:none;
    border-radius: 2px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    height: 36px;
    line-height: 36px;	
	font:13px Yekan, Geneva, sans-serif;
	background-color:#4caf50;
	color:#fff;
	cursor:pointer;

}
.input input,
.input select,
.input textarea,
.submit input{
	-webkit-transition: all 150ms ease 0s;
	-ms-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
	-o-transition: all 150ms ease 0s;
	transition: all 150ms ease 0s;	
}
.submit input:hover{
	background-color: #46a349;
}
#shahr{
	font-family: 'B Koodak',"B Yekan",Tahoma, Geneva, sans-serif;
}
#ostan{
	font-family: 'B Koodak',"B Yekan",Tahoma, Geneva, sans-serif;
}
#errors{
	padding:20px 0 0;
}
.message-error p{
	color:#d40000;
	
}

.error-message{ padding-right:140px;color:red; }
.alert-error{color:red;}

#authMessage, .alert {
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-family: 'B Koodak',"B Yekan",Tahoma, Geneva, sans-serif;
    font-size: 18px;
    margin: 0 0 22px;
    padding: 10px 25px;
    text-align: center;	
}
.alert-success { 
box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf;
-webkit-box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf;  -moz-box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf; 
border: 1px solid #c1d779; color: #4f7307; 
background: #d6efa1;
background: -moz-linear-gradient(top,  #d6efa1 0%, #d0e69d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6efa1), color-stop(100%,#d0e69d));
background: -webkit-linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
background: -o-linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
background: -ms-linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
background: linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6efa1', endColorstr='#d0e69d',GradientType=0 );
}
#authMessage,.alert-error { border: 1px solid #f2d083; color: #826200; box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf; -webkit-box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf; -moz-box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf;
background: #ffedbc;
background: -moz-linear-gradient(top,  #ffedbc 0%, #fbe5a8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffedbc), color-stop(100%,#fbe5a8));
background: -webkit-linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
background: -o-linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
background: -ms-linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
background: linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedbc', endColorstr='#fbe5a8',GradientType=0 );
  }

form .required label::after {
    color: #EE3322;
    content: "*";
    display: inline;
	font:13px arial;
}
.number-success{
	color:red;
	font:700 12px tahoma;
}
.messages {
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: tahoma;
}
.messages ul {
    margin-right: 20px;
}
.messages li {
	margin-bottom: 10px;
	text-align: justify;
}	
.messages h6 {
    border-bottom: 1px solid #999;
    padding: 10px;
    margin-bottom: 20px;
}

@media (max-width: 370px) {
	.container {
		width: 80%;
		margin: 100px 5%;
		padding-right:5%;	
		padding-left:5%;	
	}
}	</pre></body></html>