﻿
#new-cart:before {
content: "";
display: block;
position: relative;
float: left;
margin:-0.7em 0 0 1em;
border-bottom: 1em solid #bc2e2d;
border-right: 1em solid transparent;
border-left: 1em solid transparent;
}
#new-cart
{
     background: #FDFDFD;
    max-width: 32em;
    margin: 0 20px;
    -webkit-box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.5);
    position: absolute;
    top:6em;
    left: 4em;
    font-family:'yekan';
    font-size:2rem;
}
.countCart
{
    position:absolute;top:10px;
    left:11em;
    font-family:IRANSans;
    font-size:1.5rem;
    color:#FFFFFF;
    padding:0 5px;
    background-color:#27AE60;
}
#btnreview {
  font-size:1.5rem;
   padding: 20px 30px !important;
}
.finalcart {
    background: #719b50 url('img/base/final-cart.png') no-repeat center center;
    background-size: contain;
    width: 250px;
    height: 80px;
    float: left;
    margin: 2%;
}
.scCartListHead {
    padding: 0;
    font-size: 1.5rem;
    color: #FFFFFF;   
    height: 25px;
    font-family: 'yekan';
    text-align: center;
    height: 100%;
    background-color: #bc2e2d;
}
div.scCartListHead table 
{
    height:100%;
}
div.scCartListHead table td
{
   color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
div.scCartList {
	position: relative;
	margin: 0;
	padding: 1px;	
	height:100%;
    max-height:300px;
	overflow:auto;
    font-size:0.7em;
    min-height:100px;
    font-family:'yekan';
}
.scCartListfooter
{
	
	padding: 0;	
	height: 100%;
	color:#fff;
	text-align: center;
    font-family:'yekan';
	
}
.scCartListfooter table
{
	
	height: 100%;
	
}
div.scCartListfooter table td
{
   color: #bc2e2d;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #fbf4f9;
    text-align: center;
    direction: rtl;
    padding: 5px;

}

.sctd
{
	border-right-style: solid;
	border-width: thin;
	
	
}
.sctdtext
{
	padding-left: 5px;

}
.sctrpercent
{
	border-width: thin;	
	border-bottom-style: solid;	
}
.sctrtax
{
	border-width: thin;
	border-color: #bc2e2d;
	border-bottom-style: solid;
	
}
.sctrexpress
{
	border-width: thin;
	border-color: #bc2e2d;
	border-bottom-style: solid;

	display:none;
}
.sctrsubtotal
{
	border-width: thin;
	border-color: #bc2e2d;
	border-bottom-style: solid;
	
}
.sctrTotal
{
	border-width: thin;
	border-color: #bc2e2d;
	border-bottom-style: solid;

}
.scCartListItem
{
	position: relative;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	color: #bc2e2d;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 1px 0 0 0;
	line-height: 2em;
	color: #ff6666;
    -webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.insidebtnchg
{
    padding:0.5em;
    font-size:1.0em;
}
.cInfo {
display: none;
right: 30%;
top: 0px;
height: 100%;
width: 20%;
position: absolute;
vertical-align: middle;
color: #800000;
direction: ltr;
}
.cItemNumber
{   
    font-size:1.2em;
}
.cName
{
    direction:rtl;
    text-align:center;
}
#jquery-overlay
{
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 500px;
}
.jquery-overlay
{
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
.scCartListItem:hover,.scCartListItem:hover td a {
	background: #e8e8e8;
}
.scCartListItem:hover .scListItemRemove
{
    opacity:1;
}
.scProductListItem
{
	width: auto;
	margin: 1px;
	background: #F8F8F8;
	overflow: auto;
	padding: 0; /*12px 0px 2px 5px;*/
	color: #0464BB;
	text-align: left;
	border: #E0E0E0 solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.scProductSelect
{
	display: none;
	visibility: hidden;
}
.scULList
{
	margin: 0.25em 0 1em 0;
	position: relative;
	display: block;
	padding-left: 0;
	list-style: none;
	text-align: center;
	width: 100%;	
}
.scListItemLabel
{
	padding: 0px;
	display: block;
	
}
.scListItemRemove
{
	position: absolute;
    left: 0;
    top: Calc(50% - 7.5px);
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1.5em;
    width: 15px;
    height: 15px;
    filter: alpha(opacity=25);
    opacity: 0.25;
    -moz-opacity: 0.25;
    color: #e80000;
    background-repeat: no-repeat;
}

.scListItemRemove:hover
{
	
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity: 1; 
 -moz-opacity: 1;
}
#sc_message
{
   
	direction: rtl;
	text-align: right;  
	font-size: x-small;
}
.scHighlight
{
	color: #000046;
}
.scHighlightremove
{
	color: #FF0000;
}
.sc_grid
{
	
	width: 0px;
}
.sc_gridcart
{
	
	position: absolute;
	z-index: 100;
	
}
#loading-cart
{
	background-position: center center;
	width: 100%;
	height: 80px;
	position: relative;
	vertical-align: bottom;
	text-align: center;
	background-image: url(img/base/284.gif);
	background-repeat: no-repeat;
	color: #003366;
	display: none;
	background-color: #FFFFFF;
}
.loading
{
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	vertical-align: middle;
	text-align: center;
	background-image: url(img/base/loading.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	z-index: 1;
	display: none;
}
#frmInfoForConnect
{
	height: 300px;
	width: 100%;
	display: none;
	background-color: #FFFFFF;
	color: #bc2e2d;
	direction: rtl;
	text-align: center;
	vertical-align: middle;
	clear: none;
}
#frmInfoForConnect
{	
	height: 300px;
	width: 100%;
	display: none;
	background-color: #FFFFFF;
	color: #bc2e2d;
	direction: rtl;
	text-align: center;
	vertical-align: middle;
	clear: none;
}
#frmInfoForCart
{	
	width: 100%;
	display: none;
	color: #ffd800;
	direction: rtl;
	text-align: center;
	vertical-align: middle;
	clear: none;
    font-size:larger;
}
#frmInfoForCart table
{
	background-color: #FFFFFF;
	color:Black;
	border:1px;
	width:100%;
	font-size:large;
}
#frmInfoForConnect img
{
	background-color: #FFFFFF;
}
#frmInfoForConnect span
{	
		
	direction: rtl;	
	font-size: x-large;
	clear: none;
}
#imgBank
{
	position: relative;
	display: block;
	width: 100%;	
}
#frmBank
{
	border-style: dashed;
	border-color: #FFFFFF;
	display: none;
	height:500px; 
	width:700px;
}

#loading-cart span
{
	
	height: 100%;
	bottom:0;
}
#buttonGroup00
{
	position: relative;
	padding: 0px;	
	text-align: center;
	float: none;
	color: #bc2e2d;
	margin-top: 0px;	
	
}

#buttonGroup01
{
	position: relative;
	padding: 0px;
	display: none;
	text-align: center;
	float: none;
	color: #bc2e2d;
	margin-top: 0px;	
	
}
#buttonGroup
{
	position: relative;
	padding: 0px;
	display: none;
	text-align: center;
	float: none;
	color: #bc2e2d;
	margin-top: 0px;	
	
}
#buttonGroup2
{
	position: relative;
	padding: 0px;
	display: none;
	text-align: center;
	float:none;
	color: #bc2e2d;
	margin-top: 0px;
}
#buttonGroup3
{
	position: relative;
	padding: 0px;
	display: none;
	text-align: center;
	float: none;
	color: #bc2e2d;
	margin-top: 0px;
}
.scBtnCartBank
{
	background: #3C86E5;
	color: #FFFFFF;
	margin: 0 0 2px 0;
	padding: 1px 5px 1px 5px;
	text-align: center;
	border: 1px solid #339966;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: medium;
	cursor: hand;
}	
.user_profile {
padding: 0px;
text-align: right;
direction: rtl;
color: #000;
width: 100%;
float: left;
}

/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}
.gheader
{
    color:#2a2a2a;    
    border-width: thin;	
	border-bottom-style: solid;	
    text-align:right;   
  
}
.gheader h2
{
     font-size: 1em;
    font-weight: 500;   
    font-family:'yekan';
    width:98%;
    padding:0.5% 1%;
}
#posttype li.actigvepost:before,#posttype li.activepost:after
{
    background: #27AE60;
	color: white;
}
#posttype li i.deactive
{
   opacity:0; 
   font-size:0em;   
   position:relative;
    padding-left:0em;
    right:0em;
   -webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
#posttype li.activepost i.icon {
color: #7cb544;
    content: "\e074";
    width: 1.5em;
    margin:0;
    padding:0em;
    font-size: 1.0em;
    opacity:1;   
    position:relative;
    top:0;
    right:0;
}
#posttype span b.note1
{
    color:#333;
    text-decoration-line:line-through;
    font-size:18px;
    font-size: 1.8rem;
    padding:0 0.5em;
    float:right;
}
#posttype span b.note2
{
    font-size:22px;
    font-size: 2.2rem;
    float:left;
    border-right-style:solid;
    border-width:thin;
    padding:0.5em;
}
#posttype li.activepost:not(.note1) span{
    color: #27AE60;
}
#posttype  li.activepost b.note1
{
    color: #fff;
}
#posttype  li.activepost:hover b.note1
{
    color: #F8F8F8;
}
#posttype li.activepost
{
background: rgba(39,174,96,1);
background: -moz-linear-gradient(left, rgba(39,174,96,1) 0%, rgba(39,174,96,1) 83%, rgba(255,156,156,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(39,174,96,1)), color-stop(83%, rgba(39,174,96,1)), color-stop(100%, rgba(255,156,156,1)));
background: -webkit-linear-gradient(left, rgba(39,174,96,1) 0%, rgba(39,174,96,1) 83%, rgba(255,156,156,1) 100%);
background: -o-linear-gradient(left, rgba(39,174,96,1) 0%, rgba(39,174,96,1) 83%, rgba(255,156,156,1) 100%);
background: -ms-linear-gradient(left, rgba(39,174,96,1) 0%, rgba(39,174,96,1) 83%, rgba(255,156,156,1) 100%);
background: linear-gradient(to right, rgba(39,174,96,1) 0%, rgba(39,174,96,1) 83%, rgba(255,156,156,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27ae60', endColorstr='#ff9c9c', GradientType=1 );
    
}
#posttype input.radio
{
    position:absolute;width:50%;height:0; left:50%;
}
.largleft
{
    float:right;
    text-align:right;
    direction:rtl;
    font-size:30px;
    font-size:3.5rem;
    padding:0 2rem;
}
.clf
{
    font-size:1.2rem;
    margin:0 35px;background:#d8e8ef;

}
.tblTotal
{
    direction:rtl;
    width:100%;
    text-align:right;
}
.tblTotal .sep {
    height: 1px;
    background-color: #ccc;
    margin: 15px 0;
    float: none;
    width:85%;
}
.tblTotal tr.spaceUnder > td
{
  padding-bottom: 1em;
}

.addressshipping div.address {
   
    border-radius: 2px;
    margin-top: 10px;
    height: 152px;
    border: 1px solid #c0f0c1;
}
.addressshipping div.lstads {
    float: right;
    position: relative;
    clear: right;
      width:280px;
      margin-right:20px;
      padding:10px;
}

.addressshipping table td
{
   text-align: center;
    vertical-align: middle;
    border-left: 1px solid #f0f1f2;
    line-height: 26px;
    padding-right: 32px;
        padding:10px;
}
.addressshipping table td.first .active-address
{       
    display: inline-block;      
    transition: 150ms ease;
    padding:0;
}
.addressshipping table td.first .active-address i
{
     background:transparent url('img/base/s-icons.svg') no-repeat -96px 0;  
    height: 48px;
    width: 48px;
    display: inline-block;
}
.addressshipping  table td.fr
{
    border-bottom: 1px solid #f0f1f2;
}
.addressshipping  table .tright {
    text-align: right;
}
.addressshipping .address_item table td
{
        text-align: center;
    vertical-align: middle;
    border-left: 1px solid #f0f1f2;
    line-height: 26px;
    padding-right: 32px;
}
.addressshipping table td.last
{
       border-left: 0 !important;
    padding: 0;
    width:48px;
}
.addressshipping  table
{
        width: 100%;
    direction: rtl;
    height: 152px;
    color: #777777;
    overflow: hidden;
}
.addressshipping  table tr
{
    width:100%;
}
.addressshipping .control-btn td
{
        padding: 0;
    border: 0 !important;
}
.addressshipping .control-btn td.edit
{
        background: #e3f3fc;
        text-align:center;
}
.addressshipping .control-btn td a
{
        vertical-align: middle;
    width:100%;
}
.addressshipping  .control-btn td.edit i
{
    background:transparent url('img/base/s-icons.svg') no-repeat 0 0;  
    height: 48px;
    width: 48px;
    display: inline-block;
}
.addressshipping  .control-btn td.delete i
{       
      background:transparent url('img/base/s-icons.svg') no-repeat -48px 0px; 
    height: 48px;
    width: 48px;
    display: inline-block;
}
.addressshipping table td.first
{
    background: #f7fff7;
    border-left: 1px solid #c0f0c1;
    width:48px;
}
.addressshipping  table span.label
{
        font: normal 12px yekan;
    display: inline-block;
    margin-left: 7px;
}
.addressshipping .control-btn td.delete
{
background: #ffedee;
}
.addressshipping table td.addresss
{
    font-size:1.3rem;

}
span.disPay
{
    font-size:15px;
    font-size:1.5rem;    
}
span.disPay i
{
    color:#740d0d;
}
span.discount
{
    font-size: 1.5rem !important;
    color: #740d0d !important;
    text-decoration: line-through !important;
}
#totalPay
{
    position:relative;
    float:right;
    width:100%;
    height:100px;
}
@media (min-width: 72em) {
    .clf {
        font-size: 1.5rem;
    }
}