/* warenkorbbutton */

body .css-quantity-grp #quantity {
    width: 100%;
}
#css-preisUpdate {
	text-align:right;
	line-height: 36px;
}
.price_wrapper .vat_info {
  font-size: 11px;
}
.css-vat {
  margin: 0px 0px 10px;
}
#add-to-cart button[name="inWarenkorb"] {
  width: 100%;
}

body .css-quantity-grp {
	width:100% !important;
	display:block !important;
}
@media (max-width: 500px) {
  body .css-quantity-grp {
  }
}
body .css-quantity-grp #quantity {
  height: 36px;
}

@media (max-width: 500px) {
  body .css-quantity-grp #quantity {
  }
}
body .css-quantity-grp .form-inline {
}
body .css-quantity-grp .btn-primary {
  padding: 6px 12px !important;
  height: 36px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1 !important;
  text-align: center !important;
/* 	
  color: #606060 !important;
	border: 1px solid #ccc !important; 
  border-radius: 4px !important;

*/
}

#css-preisUpdate {
	font-size:14px;
	padding-bottom:10px;
}

#css-preisUpdate .css-preisupdate-preis {
	font-weight:bold;
	font-size:20px;
	white-space:nowrap;
}

#css-preisUpdate  .css-preisupdate-vat_info {
	white-space:nowrap;
	font-size:12px;
}

#css-preisUpdate   .interval-warning {
	color:red;
}

#add-to-cart #mypreis {

}

#add-to-cart .css-vat {
	text-align:right;
}

/*
.fa-minus, .fa-plus {
	color:#ffffff;
}
*/

.css-minus,.css-plus {
	width:20% !important;
	display:inline-block;
	float:left;
}

.css-quantity {
	font-weight:bold;
	width:60% !important;
	margin:0px !important;
	display:inline-block;
	float:left;
}

.css-minus button,
.css-plus button, 
.css-quantity  input {
	width:100%;
	float:none !important;
	margin:0px !important;
	position:relative;
	z-index:1;
}
body .css-quantity-grp #quantity {
	left:-20%;
	width:140%;
	z-index:0;
}


.container-basketbutton {
	margin-top:5px;
}

/* ende warenkorbbutton */



#add-to-cart .css-quantity #quantity {
  width: 140% !important;
}


#add-to-cart .form-inline {
  text-align: center;
  padding: 10px 0 0;
  background-color: #ffffff;
}

#add-to-cart {
  background-color: transparent;
}


.css-payment {
	padding-bottom:15px;
	text-align:right;
}

#mypreis {
	padding-right:0;
}