

.withdraw .cf:before, .withdraw .cf:after { content: ""; display: table; }
.withdraw .cf:after { clear: both; }
.withdraw .cf { zoom: 1; }

.withdraw .lineheight16 { line-height:16px;}
.withdraw .lineheight18 { line-height:18px;}

.withdraw .twoColums {
  float:left;
  width:100%;
  margin: 0 0 20px 0;
}
.withdraw .twoColums.last {
  margin: 0 0 20px 0;
}
.withdraw .twoColums.stickyright {
  float:right;
}      

.withdraw .twoColumsInner {
  float:left;
  width:100%;
  margin: 0 0 20px 0;
}
.withdraw .twoColumsInner.last {
  margin: 0 0 20px 0;
}

@media only screen and (min-width: 759px) {
  .withdraw .twoColums { width:48%; margin: 0px 4% 20px 0px; }
  .withdraw .twoColums.last { margin: 0px 0px 20px 0px; }
  .withdraw .twoColumsInner { width:48%; margin: 0px 4% 20px 0px; }
  .withdraw .twoColumsInner.last { margin: 0px 0px 20px 0px; }
}

.withdraw .twoColums_small {
  float:left;
  width:47%;
  margin: 0 6% 0px 0;
}
.withdraw .twoColums_small.last {
  margin: 0 0 0 0;
}

.withdraw .button_left,
.withdraw .button_left_cart {
  float:left;
  display:inline-block;
  max-width: 48%;
  margin: 10px 0px 0px 0px;
  min-height:32px;
  line-height:32px;
}
.withdraw .button_left_cart {
  max-width:130px;
}

@media only screen and (min-width: 759px) {
  .withdraw .button_left_cart { max-width: 48%; }
}

.withdraw .button_right,
.withdraw .button_right_cart {
  float:right;
  display:inline-block;
  max-width: 48%;
  margin: 10px 0px 0px 0px;
  text-align: right;
  min-height:32px;
  line-height:32px;
}


.withdraw div.highlightbox {
  padding:15px 0;
  background:#fff;
  border:0px solid #fff;
}
.withdraw div.highlightbox.plainleft {
  padding:15px 0px 15px 0px;
  background-color:transparent;
  border:none;
}
.withdraw div.highlightbox.plainright {
  padding:15px 0px 15px 0px;
  background-color:transparent;
  border:none;
}
.withdraw div.highlightbox.plainfull {
  padding:15px 0px 15px 0px;
  background-color:transparent;
  border:none;
}
.withdraw div.highlightbox.grey {
  padding: 15px 10px;
  background:#f5f5f5;
  border:1px solid #ddd;
}
.withdraw div.highlightbox.checkoutborder {
  background:#fff;
  border:solid #7c2759 2px;
  padding: 15px 10px !important;
}
.withdraw .margintop {
  margin-top:38px;
}
.withdraw div.highlightbox ul {
  margin-left:15px;
  padding:0;
  display:block;
  list-style-type:square;
  line-height:19px;
}
.withdraw div.highlightbox ul.accountlist {
  margin-left:15px;
  padding:0;
  display:block;
  list-style-type:square;
  line-height:23px;
}


ul.orderlist {
  list-style-type:none;
  margin: 0 0 0 0 !important;
}
ul.orderlist li {
  list-style-type:none;
  line-height:19px;
}
ul.orderlist li .orderlist_row {
  vertical-align:top;
  padding: 10px 10px;
}
ul.orderlist li .orderlist_header {
  padding: 10px 10px 10px 10px;
  font-size:10px !important;
  line-height:18px;
  color:#666666;
  font-weight:700 !important;
  background:transparent;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
}
.highlightbox.checkoutborder ul.orderlist li .orderlist_header { 
  border-top: 0px !important;
  padding-top: 0px !important;
  margin-top: -4px;
}
ul.orderlist.account_history li .orderlist_header { 
  border-top: 0px !important;
  padding-top: 0px !important;
  margin-top: -4px;
}
ul.orderlist li .orderlist_header span.ol_productsname {
  font-size:10px !important;
  line-height:18px;
  font-weight:bold !important;
}
ul.orderlist li .orderlist_header span.ol_singleprice {
  font-weight:bold !important;
}
ul.orderlist li .orderlist_header span.ol_totalprice {
  font-weight:bold !important;
}
ul.orderlist li .orderlist_header span.ol_price_row {
  float:right;
  display:inline-block;
}

.ol_row1 {
  background:#fff;
  border-bottom:1px solid #ddd;
}
.ol_row2 {
  background:#fff;
  border-bottom:1px solid #ddd;
}
ul.orderlist li .orderlist_row span {

}
span.ol_quantity {
  float:left;
  display:inline-block;
  padding-right:10px;  
}
@media only screen and (min-width: 759px) {
  span.ol_quantity { padding-right:0px; }
}

span.ol_quantity2 {
  float:left;
  display:inline-block;
  padding-top:5px;
}
span.ol_quantity input {

}

span.ol_image {
  float:left;
  display:none;
  text-align:center;
}
@media only screen and (min-width: 759px) {
  span.ol_image { display:inline-block; }
}

span.ol_image img {
  max-width:80px;
  max-height:80px;
  margin: 0px auto;
  text-align:center;
}
span.ol_productsname {
  float:left;
  display:inline-block;
  font-size: 13px;
  line-height: 19px;
}
span.ol_productsname a {
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  padding: 0;
}
span.ol_productsname a:hover {
  text-decoration:none;
}
span.ol_price_row {
  float:right;
  display:inline-block;
  margin-top:10px;
}
@media only screen and (min-width: 759px) {
  span.ol_price_row { margin-top:0; }
}

span.ol_delete {
  float:right;
  text-align:center;
  display:inline-block;
}
span.ol_singleprice {
  float:right;
  text-align:right;
}
span.ol_totalprice {
  float:right;
  text-align:right;
}
.ol_width1 { width:  5.0%; min-width:40px; }
.ol_width2 { width: 12.0%; min-width:100px; }

.ol_width3 { width: 75.0%; }
@media screen and (min-width: 500px) {
  .ol_width3 { width: 80%; }
}
@media only screen and (min-width: 759px) {
  .ol_width3 { width: 40%; }
}

.ol_width4 { width: 37.0%; min-width:230px; border-top:1px dotted #eee; padding-top:10px; }
@media screen and (min-width: 500px) {
  .ol_width4 { border-top:none; padding-top:0;}
}

.ol_width4_header { width: 37.0%; min-width:230px; display:none !important; }
@media only screen and (min-width: 759px) {
  .ol_width4_header { display:inline-block !important; }
}

.ol_width5 { width: 35.0%; }
.ol_width6 { width: 35.0%; }
.ol_width7 { width: 30.0%; }

.ol_distance {
  display:block;
  padding-top:5px;
}
.ol_model {
  font-size:12px;
  line-height:18px;
  font-weight:normal;
  margin: 2px 0 0 0;
}
.ol_shipping {
  font-size:12px;
  line-height:18px;
  font-weight:normal;
  margin: 2px 0 0 0;
}
.ol_short_desc {
  margin: 8px 0px;
  font-size:12px;
  line-height:18px;
}
.ol_tags_row {
  margin: 0 0 10px 0;
}
.ol_tags_item {
  font-size:12px;
  line-height:18px;
  font-weight:normal;
  margin: 2px 0 0 0;
}

ul.attributes_list {
  list-style-type:none;
  margin: 5px 0px 5px 0px !important;
}
ul.attributes_list li {
  border: none !important;
  font-size:12px;
  line-height:20px;
}



.fieldtext, .fieldtext_stern {
  font-size:10px;
  line-height:14px;
  font-weight:600;
  padding: 0px 0px 2px 0px;
  display:block;
}
.pflicht {
  font-size:10px;
  line-height:10px;
  vertical-align:baseline;
  text-transform:none;
  font-weight:400;
}



/* custom checkbox */
.cus_check {
  font-size:13px;
  line-height:19px;
}
.cus_check.cus_check_small {
  font-size:12px;
  line-height:18px;
}
.cus_check input[type="checkbox"] {
  position: absolute !important;
  visibility:hidden;
  opacity: 0;
}
.cus_check input[type="checkbox"] ~ label {
  padding-left: 26px;
  position: relative;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  margin: 0 0 0px 0;
}
.cus_check input[type="checkbox"] ~ label:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0c8";
  font-weight:400;
  font-size: 14px;
  line-height:14px;
  position: absolute;
  top: 2px;
  left: 1px;
  color:#ccc;
  transition: background .15s;
}
.cus_check.cus_check_small input[type="checkbox"] ~ label:before {
  top: 2px;
}
.cus_check input[type="checkbox"]:disabled ~ label {
  color: #ccc;
}
.cus_check input[type="checkbox"]:disabled ~ label,
.cus_check input[type="checkbox"]:disabled ~ label:before,
.cus_check input[type="checkbox"]:disabled ~ label:after {
  cursor: not-allowed;
}
.cus_check input[type="checkbox"]:disabled,
.cus_check input[type="checkbox"]:disabled ~ label:before,
.cus_check input[type="checkbox"]:disabled:checked ~ label:before {
  opacity:0.5;
}
.cus_check input[type="checkbox"] ~ label:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f14a';
  font-weight:900;
  font-size: 14px;
  line-height:14px;
  position: absolute;
  top: 2px;
  left: 1px;
  color: #555;
  transition: transform .15s;
  transform: scale(0) rotate(90deg);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cus_check.cus_check_small input[type="checkbox"] ~ label:after {
  top: 2px;
}
.cus_check input[type="checkbox"]:checked ~ label:after {
  transform: scale(1) rotate(0deg);
}



.ol_distance input[type=text] {
  width: 40px;
  float: left;
}

div.withdraw + p a {
  display: none;
}