html{
  height: 100%;
}

input[type="radio"]{
      cursor: pointer;
}

.confArea h3{
  display: inline-block;

}

#address{
	width:100%;
}

hr.myLine{
   border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
body{
  font-family: 'yekan';
  height: 100%;
  background: url('../img/bg.png') #eee repeat;
}

input[type="submit"]{
  font-family: 'yekan' !important;
}

@media all{
    .container{
      max-width: 1600px;
      position: relative;
      padding:0 28px;
      margin: auto;
  }
}

@media (max-width: 767px) { 
  .container{
      padding:0 40px !important;
  }
 }







.setting{
     display: none;
     padding:  0 1em;
     margin-top: 1em;
}
.optionBox{
        padding: 1.5em 1em 1em 1em;
    
}
.confArea{
  padding-right: 0.7em;
}

.totalPrice{
  margin: 3em 2em 0 2em;
}


.btn-main {
  color: #fff;
  background-color: #bada5f;
  border-color: #bada5f;
    height: 50px;
  padding: 1.6rem;
}
.btn-main:hover{
  background-color: #cdf068;
  color: #fff;

}



.btn{
  border-radius: 0px !important;
}

.btn-submit {
  padding: 1rem 4rem;
  margin: 2rem 2px 0 0;
  color: #fff;
  background-color: #00AFD1;
  border-color: #00AFD1;
}
.btn-submit:hover{
  background-color: #4ae2ef;
  color:#fff;

}

.btn-submit:visited, .btn-submit:focus{
  color:#fff !important;

}
 .glyphicon{
  display: none;
  
 }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  border: 1px solid #ccc;
  cursor: default;
  height: 50px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{
  border-radius: 0px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #309293 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #309293 !important; 
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #309293 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #309293 !important;
}


.dropIMG{
  background-color: #EAFDE7 ;
}

.wait{
  display: none;
}
.msgSuccess{
  color: green !important;
}
.msgFail{
  color: red !important;
}
.input{

    padding: 1rem 0  0 1rem;
}
.inputTxt{
    padding: 2.3rem 4rem  0 1rem;
}


.ui-tabs{
      border:none !important;
}


.ui-tabs .ui-tabs-panel { 
    margin: 2em 0.2em 0.2em 0.2em; 
    font-family: 'yekan' , Tahoma;

}

.ui-tabs .ui-tabs-nav { 
  display: block;
  background: transparent; 
  font-family: 'yekan' , Tahoma;
    border-width: 0px;
    border-bottom: 1px solid #ddd;
    padding: 0em;
    float: right ; 
    border-left: none ;  
    -moz-border-radius: 0px 6px 6px 0px ;  
    -webkit-border-radius: 0px 6px 6px 0px ;  
    border-radius: 0px 6px 6px 0px ; 
    margin: 0 22.94em 0 0 !important; 
} 
.ui-tabs .ui-tabs-nav li{
  float: right;
  border-radius: 0px;
  font-size: 0.875em;
}
.tabs-background { 
    border: 1px solid #d4ccb0 ;  
    -moz-border-radius: 6px ;  
    -webkit-border-radius: 6px ;  
    border-radius: 6px ;  
}

.regInfo{
    color: #ccc;
    font-size: 0.9em;
    padding: 0 1.2em;
}


.regForm{
   padding: 1rem 1rem;
}



.text{
  text-align: justify;
  font-size: 1.3em;
  line-height: 1.9em;
  white-space: pre-line;

}

.loginPanel{
  float: right;

}

.regPanel{
  float: left;
  border-right: 2px #ddd dotted;
}

#search{
  margin-left: 1rem;
  width: 18em;
}
#search input{
  width: 18em;
  padding-top: 0.5em !important;
  line-height: normal;
}
#search .SeBT{
  background-image: url('../img/search.svg');
  width: 35px;
  height: 30px;
  margin-top: 2px;
  background-size: 28px;
  background-repeat: no-repeat;
  margin-right: -38px;
  padding: 1px 15px;
  background-color: #EAFDE7;
  position: absolute;
  cursor: pointer;
  border-right: 1px solid #ddd;
}

.settingIcon{
  background-image: url('../img/setting.png');
    width: 24px;
    height: 24px;
    float: right;
    display:inline-block;
    cursor: pointer;
    margin-right: 1em;
}

.changeIcon{
	background-image: url('../img/arrows.png');
    width: 24px;
    height: 24px;
    float: right;
    display:inline-block;
    cursor: pointer;
    margin-right: 1em;
}

.changeIt{
	  display: inline-block;
    margin: 0 1em;
    margin-right: -2em;
    opacity: 0;
}

.changeIt .ch-item{
	float: right;
	margin-left: 0.9em;
  padding: 0 0.5em;
  background-color: #CFEDCA;
  border-radius: 3px;
}
.changeIt .ch-item:hover{
  background-color: #DDF5D8;
}


.checkout-wrap {
    font-family: 'PT Sans Caption', sans-serif;
    margin: 30px auto 100px;
    z-index: 0;
}
ul.checkout-bar{
  border-radius: 0 !important;
}
ul.checkout-bar li {
    color: #ccc;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin: 50px auto;
    padding: 0;
    text-align: center;
    width: 24.5%;
    
}
ul.checkout-bar li:before {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background: #ddd;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    height: 34px;
    right: 40%;
    line-height: 34px;
    position: absolute;
    top: -60px;
    width: 34px;
    z-index: 99999;
}
ul.checkout-bar li.active {
  color: #00AFD1 ;
  font-weight: bold !important;

}
ul.checkout-bar li.active:before {
  background: #00AFD1 ;
}
ul.checkout-bar li.visited {
  color: #BADA5F !important;
  z-index: 99999 !important;    
  background: none !important;
}
ul.checkout-bar li.visited:before {
  background: #BADA5F !important;
  z-index: 99999 !important;
}

ul.checkout-bar li:nth-child(1):before {
  content: "1";
  background-color: #00AFD1;
}
ul.checkout-bar li:nth-child(2):before {
  content: "2";
}
ul.checkout-bar li:nth-child(3):before {
  content: "3";
}
ul.checkout-bar li:nth-child(4):before {
  content: "4";
}
ul.checkout-bar li:nth-child(5):before {
  content: "5";
}
ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
ul.checkout-bar a {
  color: #ccc;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
ul.checkout-bar li.active a {
  color: #00AFD1;
}
ul.checkout-bar li.visited a {
  color: #BADA5F;
}
.checkout-bar li:nth-child(4).active:after{

    width: 58%;
}
    
.checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #00AFD1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    right: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }
ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 -15px 0;
    padding: 0;
    position: absolute;
    width: 100%;
  }

#settingPanel ul.checkout-bar:before{
  background-color: #BADA5F;  
}
.greenVisited{
  background-color: #00AFD1;
}
ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #BADA5F;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    right: 0;
    position: absolute;
    width: 14%;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #BADA5F;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    right: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }
  .setting input[name="Go"]{

  }

  ul.logged{
        min-width: 173px;
    margin-right: 0;
  }

   .tab {
            display:none;
        }
 
  .tab.active {
      display:block;
  }

  .categories{
    margin: 0 auto;
    width: 100%;
    padding: 0 30%;
    height: 150px;
    margin-bottom: 10px;
  }

  .catTab{
    cursor: pointer;
    float: right;
    display: block;
    margin:  0 1rem;
    width: 116px;
    height: 135px;
    background-repeat: no-repeat;
    background-size: 100px 130px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;


  }
  .catTab:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  #cat1{
    background-image: url('../img/doc.png');
  }

  #cat2{
    background-image: url('../img/img.png');
  }
  #cat3{
    background-image: url('../img/plot.png');
  }

  .bw {
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  pointer-events: none;
   cursor: default;
  }
  table.tarif{
    display: inline-grid;
    text-align: center;
  }
  table.moghava{
    margin: initial;
  }

table.tarif td{
  display: table-cell;
}
table {
  font-family: 'yekan';
  color: #333;
  font-family: sans-serif;
  font-size: .9em;
  font-weight: bold;
  line-height: 40px;
  border-spacing: 0;
  border: 1px solid #00AFD1;
  margin: 20px auto;
  direction: rtl;
  background-color: #eafde7;
  
}

thead tr:first-child {
  background: #00AFD1;
  color: #fff;
  border: none;
  font-family: 'yekan';
}

th {font-weight: bold;}
th, td {padding: 0 15px; min-width: 10em; font-family: 'yekan';}


tbody tr:hover {background-color: #f6ec8b; font-family: 'yekan';}
tbody td {border-bottom: 1px solid #00AFD1; font-family: 'yekan';}


table#factor{
  display: table;
  font-family: 'yekan';
  margin: 0 2em;
  width: 100%;

}
table#factor td{
  word-break:break-all;
  font-family: 'yekan';
}

table#factor thead td#id{
  width: 50px;
}



@font-face {
    font-family: "yekan";
    src: url(fonts/BYekan.eot);
    src: url(fonts/BYekan.eot?#iefix) format("embedded-opentype"), url(fonts/BYekan.woff) format("woff"), url(fonts/BYekan.ttf) format("truetype"), url(fonts/BYekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}





/* Arash code for test if ok add */

.hidden{
  display: none;
  visibility: hidden;
}

.upload_consol{
background-color: #fefefe;
border: 2px solid;
padding: 20px;
}

.upload_consol_header{
  padding: 0 0 20px 0;
  margin: 0
  border-bottom:2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.upload_consol_drop{
  height: 200px;
  border: 2px dashed #309293;
  line-height: 100px;
  color: #309293;
  line-height: 150px;
  font-size:16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px; 
}
.upload_consol_drop .input-group{
  line-height: initial;
  display: inline-block;
    padding: 0 0.7em 0 0;
    margin: 0;
}


.upload_consol_drop .dp-inside{
  margin: 0;
  padding:0;
}
.upload_consol_drop .dp-inside div.dpText{
    font-size: 14px !important;
    margin-top: -100px !important;
    display: block;
    padding-right: 10px;
}


.upload_consol_drop.drop{
border-color: #cdf068;
color: #cdf068;
}

.upload_consol_body{
  margin-bottom: 10px;
}

.btn .badge {
    position: relative;
    top: -1px;
    right: 5px;
}

.bar{
  width: 100%;
  background: #eee;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  box-sizing:box-shadow;
}

.bar_fill{
  height: 30px;
  display: block;
  background: #309293;
  width: 0%;
  -webkit-transition:width 0.8s ease;
  transition:width 0.8s ease;
}
.bar_fill_text{
  color: #fff;
  line-height: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.upload_consol_upload{
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.upload_consol_upload span{
  float:center;

}

.choosefile{
  padding-top: 1em;
  padding-left: 1em;
}


.drop-shadow {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.curved-hz-1:before {
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
.curved:before {
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 50%;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius: 10px / 100px;
    border-radius: 10px / 100px;
}
.drop-shadow:before, .drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}
.drop-shadow:before, .drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.formats{
  color: #999;
}

.comment{
  color: #999;
}

.menu{
  margin-top: 7.5em;
}

.msgPlace{
  padding-top:2em;
  text-align: center;
}

.tablec{
  background-color: #F6EC8B !important;
}

tr.header td{
      text-align: center;
}

.item-name{
    display: inline-block;
    float: right;
    padding: 5px 13px;
    font-size: 13px;
    line-height: 17px;
    color: #333;
    font-weight: normal;
    background-color: #f0f0f0;
    position: relative;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.item-name:hover{
    background-color: #eafde7;
  }

  .disable{
    pointer-events: none;
    cursor: default;
  }


.rotated-right {
    -webkit-transform: rotate(90deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(90deg);  /* Firefox 3.5-15 */
    -ms-transform: rotate(90deg);  /* IE 9 */
    -o-transform: rotate(90deg);  /* Opera 10.50-12.00 */
    transform: rotate(90deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */

    -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out; 
}

.rotated-left {
    -webkit-transform: rotate(-90deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(-90deg);  /* Firefox 3.5-15 */
    -ms-transform: rotate(-90deg);  /* IE 9 */
    -o-transform: rotate(-90deg);  /* Opera 10.50-12.00 */
    transform: rotate(-90deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */

    -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out; 
}
.pl{
      padding-bottom: 1em;
}

input#standard_upload_files{
  visibility: hidden;
}



/*-----------------------------------------------------------------------------------*/


.MistyRose{
  background-color: #FFE4E1;
}
.moccasin{
  background-color: #FFE4B5;
}
.snow{
  background-color: #FFFAFA;
}
.PeachPuff{
  background-color: #FFDAB9;
}
.Tan{
  background-color: #D2B48C;
}
.Wheat{
  background-color: #F5DEB3;
}
.lemon{
  background-color: #FFA500;
}
.yellow{
  background-color: yellow;
}
.lightGreen{
  background-color: #A3C266;
  color: white;
}
.green{
  background-color: #19A347;
  color: white;
}
.green2{
  background-color: #5EDF5E;
  color: white;
}
.darkGreen{
  background-color: #4D704D;
  color: white;
}
.pitch{
  background-color: #FFB84D;
  color: white;
}
.pitch2{
  background-color: #E68A00;
  color: white;
}
.pitch3{
  background-color: #E85A5A;
}
.brown{
  background-color: #996633;
  color: white;
}
.brown2{
  background-color: #4C2F12;
  color: white;
}
.brown3{
  background-color: #342619;
  color: white
}
.brown4{
  background-color: #6E4A25;
  color: white;
}
.red{
  background-color: #660000;
  color: white;
}
.red2{
  background-color: #CF0000;
  color: white;
}
.orange{
  background-color: #E62E00;
  color: white;
}

.blue2{
  background-color: #35195E;
  color: white;
}
.blue3{
  background-color: #94DBFF;
}
.darkBlue{
  background-color: #161661;
  color: white;
}
.blue-black{
  background-color: #040413;
  color: white;
}
.grey{
  background-color: #D6D6C2;
}
.grey2{
  background-color: #9A9A8C;
  color: white;
}
.grey3{
  background-color: #3D3D3D;
  color: white;
}
.purple{
  background-color: #6B006B;
  color: white;
}
.purple2{
  background-color: #D175A3;
  color: white;
}
.lightBrown{
  background-color: #A37547;
  color: white;
}
.light{
  background-color: #ADAD8D;
}
.grey-green{
  background-color: #343422;
  color: white;
}
.black{
  background-color: black;
  color: white;
}

/*--------------------------------------------------------------------------*/

.centerBox{
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.uplSet{
  margin-top: 1em;
}

.fac{
  padding: 2em;
}

.cart{
  background-image: url('../img/cart.png');
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  margin: 0.3em 0.8em 0.3em 1.5em;
  cursor: pointer;
}
.cart:hover{
  background-image: url('../img/cart2.png');
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); 
    width: 13px;
    height: 13px;
    padding: 2px 0 0 0;
    margin: -28px 26px 0 0;
    background: #e84c3d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font: 8px Arial, sans-serif;
}

.tooltip.top .tooltip-inner {
    background-color:#bada5f !important;
    font-family: 'yekan' , Tahoma;

}
.tooltip.top .tooltip-arrow {
      border-top-color: #bada5f !important;
}

#cartNum{
  display: none;
}

a:not([href]) {
    cursor: pointer;
}





  
}
span.ordBt{
  margin-left: 0.8em;
  background-color: #BADA5F;
  border-color: #BADA5F;
}
 span.ordBt:hover{
  background-color: #5cb85c;
  border-color: #4cae4c; 
}
.rectangle-list{
  counter-reset: headings;
}
.rectangle-list li{
  background: #eee;
  margin: 1.5em 0;
  padding: 0.5em 1em;
  border: 1px solid #ddd;  

}

.sml_text{
  font-size: 9px;
  color: #777;
}

.rectangle-list li.order {
    background: #F8AD84;
}

.rectangle-list li.file {
    background: #DDD5ED;
}

.rectangle-list li.download {
    background: #A3E1A1;
}

.rectangle-list li:hover{
    background: #f6ec8b;
} 

.rectangle-list a span.del{
  width: 32px;
  height: 32px;

  background-repeat: no-repeat;
  background-image: url("../img/shop-remove.png");
}
.rectangle-list a span.del:hover{
  background-image: url("../img/shop-remove2.png");
}
.rectangle-list a{
    position: relative;
    display: block;
    margin: .5em 3.2em .5em 0;
    
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;  
    
}

  .cartTitle{
    padding: 0 0.8em;
    font-weight: bold;
    color: #333;
}

img.cart-thumb{
    height: 35px;
    margin: 0 1em;
    border: 1px solid #ddd; 
    border-radius: 5px;
}

.cart-quantity{
    display: inline-block;
      margin: 0 0 0 2em;
    width: 4em;
    padding: 0 0.2em 0 0;
    background-color: #fffad1;
}

.rectangle-list a:before{
    counter-increment: headings;
    content: counter(headings, decimal); 
    position: absolute; 
    right: -3.2em;
    top: 36%;
    margin-top: -1em;
    background: #00AFD1;
    height: 2.75em;
    width: 2.75em;
    line-height: 2.75em;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.rectangle-list a:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    right: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.rectangle-list a:hover:after{
    right: -.5em;
    border-right-color: #00AFD1;             
}

#cartMSG{
  margin-left: 3em;
  color: red;
}

#cartMSG a{
  text-decoration: none;
}
.discount{
  color: #BADA5F;
  font-weight: bold;
}

.mojdeh{
  padding: 1em;
    text-align: center;
}

.chrome{
  background-image: url("../img/chrome.png");
  background-repeat: no-repeat; 
  height: 50px;
  display: block;
  background-position-x: 50%;
  margin-top: 0.8em;
}