.set-title{
  font-size: 16px !important;
  margin-top: 1rem;
  font-weight: bold;  
}

.set-list{
  margin: 1em 0;
  list-style: none;
  padding: 0;
}

.set-list-item{
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.set-list-item .img{
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: 0 1em 1em 0;
  float: left;
}

table{
  width: 100%;
}

.table,
#orders_history{
  min-width: 610px;
}



th,
td{
  padding: 0.5em !important;
}

.table td,
#orders_history td{
  border-bottom: 1px solid #000;
  text-align: left;
}

.table td:last-child,
#orders_history td:last-child{
  text-align: center;
}

.table thead th,
#orders_history thead th{
  border-bottom: 2px solid #000;
  text-align: left;
}

.table thead th.price-field,
#orders_history th:nth-last-child(1),
#orders_history th:nth-last-child(2){
  text-align: center;
}

td.radio {
  width: 25px;
}

td.price{
  text-align: right;
}

td .notice{
  display: block;
  text-align: center;
}

#orders_history tbody tr:nth-child(odd){
  background-color: #eee;
}

.table-responsive{
  overflow-x: auto;
}

.fc:after{
  content: '';
  display: block;
  clear: both;
}

.set-meta .fc{
  margin-bottom: 1em;
}

@media (min-width: 641px){
  #regular_client_wrapper{
    border-right: 1px solid #eee;
  }
}

.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
}

.ac_loading {
  background: white url('/served_assets/ajax_indicator.gif') right center no-repeat;
}

.ac_odd {
  background-color: #eee;
}

.ac_over {
  background-color: #0A246A;
  color: white;
}

.input:last-child {
  margin-bottom: 1em !important;
}

.field-content .styled_select-wrapper{
  width: 100%;
}

.input--titled{
  border-bottom: 1px solid;
  padding-bottom: 1em;
}

.set-title.step_title.content-title {
  line-height: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.set-title.step_title.content-title > *{
  vertical-align: top;
}

/*.past_step{
  float: right;
}*/

.button--action{
  margin-bottom: 1em;
}

#facebox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate( -50%, -50% );
  background-color: #fff;
  box-shadow: 0 0 3px rgba( 0, 0, 0, 0.7 );
}

#facebox td{
  padding: 0 !important;
}

#facebox input[name="email"]{
  display: inline-block;
  margin: 1rem 0;
}

#authentication{
  height: auto !important;
}

#facebox input[name="commit"]{
  padding: 0 1rem;
  border: 0;
  transition-duration: 0.3s;
  border-radius( 0 );

  padding: 0 10px;
  line-height: 30px;
  background-color: #F6912B;
  color: #FFFFFF;
}

#facebox input[name="commit"]:hover{
  background-color: #F79E43;
  color: #FFFFFF;
}

#facebox .fb_footer{
  text-align: center;
  margin-top: 1rem;
}

#facebox td.b,
#facebox td.tl,
#facebox td.tr{
  padding: 0.5rem !important;
}

#authentication td:last-child{
  width: 0;
}

#authentication td:last-child span{
  display: none;
}

.variants .price {
	width: 9em;
}

.price {
    font-family: VAG Rounded, tahoma, sans-serif;
}

.past_step {
	/*width: 530px;*/
    height: 30px;
  	margin-bottom: 5px;
    overflow: hidden;
}

.step_title {
	text-align: left;
}

.past_step a {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  
  text-decoration: none;
  font-family: "VAG Rounded";
  vertical-align: top;  
  display: inline-block;
  padding: 0 10px;
  color: white;
  background-color: #F6912B;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  margin: 0;

  -webkit-box-shadow: inset 0px -1px 0px 0px #D06809;
  -moz-box-shadow: inset 0px -1px 0px 0px #D06809;
  box-shadow: inset 0px -1px 0px 0px #D06809;
  background: -moz-linear-gradient(top, #f49020 0%, #f78200 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f49020), color-stop(100%, #f78200));
  background: -webkit-linear-gradient(top, #f49020 0%, #f78200 100%);
  background: -o-linear-gradient(top, #f49020 0%, #f78200 100%);
  background: -ms-linear-gradient(top, #f49020 0%, #f78200 100%);
  background: linear-gradient(to bottom, #f49020 0%, #f78200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$stop',GradientType=0 );  
}

.past_step a:hover{
  background-color: #F79E43;
  color: white;

  background: -moz-linear-gradient(top, #f79e43 0%, #f48b3e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f79e43), color-stop(100%, #f48b3e));
  background: -webkit-linear-gradient(top, #f79e43 0%, #f48b3e 100%);
  background: -o-linear-gradient(top, #f79e43 0%, #f48b3e 100%);
  background: -ms-linear-gradient(top, #f79e43 0%, #f48b3e 100%);
  background: linear-gradient(to bottom, #f79e43 0%, #f48b3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$stop',GradientType=0 );
}

#create_order {
  margin-top: 1rem;
}

.checkout .grid-row {
	margin: 1rem 0;
}

.checkout .field {
	margin-top: 0.2rem;
}

.checkout .set-block .field-label {
	float: left;
    font-weight: bold;
    margin-right: 0.5rem;
}

.checkout .field-content a {
	text-decoration: underline;
}

.checkout .red {
    background-color: #DC5F59;
    color: white;
	padding: .2em .5em .2em .5em;
    margin-right: 0.5rem; 
}

.checkout .green {
    background-color: #249641;
    color: white;
	padding: .2em .5em .2em .5em;
    margin-right: 0.5rem; 
}

#client_field_3827907, #order_field_3826007, #client_field_4052110 {
	background-color: #ebebe4;
}

.new_client #client_field_3827907, .new_client #client_field_4052110, #regular_client #client_field_3827907, #regular_client #client_field_4052110 {
	display: none;
}

#delivery_description_541177 > p + br {
  	display: none;
}

#delivery a, #delivery a:hover, #payment a, #payment a:hover {
  	color: #E97901;
  	text-decoration: underline;
}

#delivery label, #payment label {
  	font-weight: bold;
}

#delivery p, #payment p {
  	font-size: 12px;
  	font-weight: normal;
}

#payment h4 {
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 0.5em;  
}

#shoplogistics_link {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    font-family: "VAG Rounded";
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    display: block;  
}

#order_comment {
  	line-height: 1.5em;
  	height: 9em;
}

