
.product-image {
  float: left;
  width: 20%;
}

.product-details {
  float: left;
  width: 37%;
}

.product-price {
  float: left;
  width: 12%;
}

.product-quantity {
  float: left;
  width: 10%;

}

.product-removal {
  float: left;
  width: 9%;

}

.product-line-price {
  float: left;
  width: 12%;
  text-align: right;
}


.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: '';
  display: table;
}

.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
  clear: both;
}

.group, .shopping-cart, .column-labels, .product, .totals-item {
  zoom: 1;
}


.product .product-price:after, .product .product-line-price:after, .totals-value:after {
  content: ' €';
}

#incontent {background:#fff !important;}

label {
  color: #aaa;
}

#shopping-cart {
padding:10px;
transition:all 1s;
}

/* Column headers */
.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
  text-indent: -9999px;
}


.product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;

}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  max-width: 200px;
  max-height:200px;
}
.product .product-details .product-title {
  margin-right: 20px;
}
.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.1em;
  font-size:0.9em;
}
.product .product-quantity input {
  width: 54px;
  height:20px;
  background:#eee;
  font-size:1.2em;
}
.product .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: #c66;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  remove-product;
  transition: all 1s;
  height:20px;
  cursor:pointer;
}
.product .remove-product:hover {
  background-color: #a44; transition: all 1s;
}

/* Totals section */
.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}
.totals .totals-item-total {

}

.checkout {
  float: right;
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #6b6;
  color: #fff;
  font-size: 25px;
  border-radius: 3px;
}

.checkout:hover {
  background-color: #494;
}

/* Make adjustments for tablet */
@media screen and (max-width: 1200px) {
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }

  .column-labels {
    display: none;
  }

  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }

  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }

  .product-price {
    clear: both;
    width: 80px;
	padding:10px;
  }

  .product-quantity {
    width: 120px;
  }
  .product-quantity input {
    margin-left: 20px;
  }

  .product-quantity:before {
    content: 'x';
  }

  .product-removal {
    width: auto;
  }

  .product-line-price {
    float: right;
    width: 90px;
  }
}
/* Make more adjustments for phone */
@media screen and (max-width: 550px) {
  .product-removal {
    float: right;
  }

  .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }

  .product .product-line-price:before {
    content: 'Artikelpreis: ';
  }

  .totals .totals-item label {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}





.lieferungtxt {max-width:700px;}

#umbruch {display:block; }
#rechnungstxt,#zahlungstxt,.lieferungtxt {display:inline-block; vertical-align:top;}

input, select {margin-top:2px; margin-bottom:2px; border: 1px solid #bdbdbd;  border-radius: 5px; font-size:18px; padding:2px; background:#eee;}


#firma,#lfirma {box-sizing: border-box;width:100%;}
#anrede,#lanrede {box-sizing: border-box;width:20%;}
#vorname,#lvorname {box-sizing: border-box;width:40%;}
#nachname,#lnachname {box-sizing: border-box;width:40%;}
#strasse,#lstrasse {box-sizing: border-box;width:70%;}
#nr,#lnr {box-sizing: border-box;width:30%;}
#plz,#lplz {box-sizing: border-box;width:30%;}
#ort,#lort {box-sizing: border-box;width:70%;}
#land,#telefon,#email,#lland,#ltelefon {box-sizing:border-box; width:100%;}

select:focus:invalid { border: 1px solid red; transition:all 1s;}
select:focus:valid { border: 1px solid grey; transition:all 1s;}
input:focus, select:focus {background:#fff;}
input:focus:invalid { border: 1px solid red !important; transition:all 1s;}
input:focus:valid { border: 1px solid grey; transition:all 1s;}





#rechnungsbutton
{
padding: 2px 5px !important;
font-size: 16px;
background: #365E86;
color: #ff0;
border: 2px solid #000;
font-family: verdana;
font-weight: normal;
line-height: 21px;
}
#rechnungsbutton:hover
{
background: #ff0;
color: #365E86;
}
#jetztkaufen
{
background: #365E86;
color: #ff0;
text-decoration: none;
}
#jetztkaufen:hover
{
background: #ff0;
color: #365E86;
transition: all 1s;
}


	fieldset
	{
	margin-top: 15px;
	}
	fieldset label
	{
	display: block;
	vertical-align: top;
	position: relative;
	cursor:pointer;
	padding:3px;
	}

    fieldset input[type="radio"]{
		margin: 5px;
        border: 3px solid #fff;
	transform: scale(1.6);
		display: inline-block;

    }
    fieldset input[type="radio"]:checked{
        border: 3px solid #005500;
    }
    fieldset input[type="radio"]:hover{
        border: 3px solid #139100;
    }


    fieldset input[type="checkbox"]{
		margin: 5px;
        border: 3px solid #fff;
	transform: scale(1.6);
		display: inline-block;
		cursor:pointer;
    }

#bittewarten
{
display: inline-block;
margin-left: 10px;
}
