html, body, * html, * body {
  overflow-x: visible;
}
.KCO_all {
  display: flex;
}
.KCO {
  width: 250px;
  border-right: 1px solid #EFEFEF;
}
.KCO, .KCO * {
  font-family: frutiger, helvetica, sans-serif;
  font-size: 10pt;
  cursor: default;
}
.KCO_STOCKERR {
  border: 2px dotted red;
  margin: 10px;
  padding: 15px;
  text-align: center;
  color: red;
}
.KCO hr, .kcohr {
  color: transparent;
  background: none; 
  height: 0px;
  background-color: #EFEFEF;
  margin: 5px;
  border: none;
  border: 1px solid #EFEFEF;
  margin-top: 15px;
  margin-bottom: 15px;
}
#KCO_gv_redeem_code {
  min-width: 150px;
  padding: 5px;
}
#KCO_gv_redeem_button {
  font-weight: 700;
}
#KCO_First_TD {
  padding: 10px;
  text-align: center;
}
.shippingselector * {
  cursor: pointer;
}
.shippingselector {
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #F2F2F2;
  text-align: left;
  border: 1px solid #AAA;
  min-width: 100px; 
  max-width: 800px; 
  min-height: 25px;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0 #D0B9AE;
  -moz-box-shadow: 1px 1px 2px 0 #D0B9AE;
  box-shadow: 1px 1px 2px 0 #D0B9AE;
}
.shippingselector:hover {
  opacity: 0.9;	
  -webkit-box-shadow: 1px 1px 5px 0 #AF9C93;
  -moz-box-shadow: 1px 1px 5px 0 #AF9C93;
  box-shadow: 1px 1px 5px 0 #AF9C93;
}
.shippingselector_outer {
  z-index: +1;
  background-color: white;
  -webkit-box-shadow: 1px 1px 2px 0 #D0B9AE;
  -moz-box-shadow: 1px 1px 2px 0 #D0B9AE;
  box-shadow: 1px 1px 2px 0 #D0B9AE;
  position: relative;
  top: -3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #EfEfEF;
}
.shippingselector_inner {
  margin-top: -23px;
  display: block; 
  text-align: left; 
  padding-left: 40px;
}
.shippingselector_tickbox {
  width: 40px;
  display: inline;
}
.kco_prod {
  font-size: 90%;
}
.kco_prod_attr {
  font-style: italic;
  font-size: 80%;
}
.kco_prod_qty {
  padding: 0px 10px;
}
.productrow {
  display: flex;
  padding: 0px 10px 10px;
}
.productrow .kco_prod {
  flex-grow: 1;
}
.otrow {
  display: flex;
  padding: 0px 10px;
}
.otrow .kco_ot {
  flex-grow: 1;
}

.button.ok{
  color: white;
  padding: 5px;
  min-width: 60px;
  text-shadow: 0 1px 1px #12263E;
  -moz-box-shadow: inset 0 1px 2px 0 rgba(255,255,255,.25);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(255,255,255,.25);	
  box-shadow: inset 0 1px 2px 0 rgba(255,255,255,.25);	
  background: #0063B3;
  background: -ms-linear-gradient(top,#0089D0 0%,#0063B3 100%);
  background: -moz-linear-gradient(top,#0089D0 0%,#0063B3 100%);
  background: -o-linear-gradient(top,#0089D0 0%,#0063B3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0089D0),color-stop(1,#0063B3));
  background: -webkit-linear-gradient(top,#0089D0 0%,#0063B3 100%);
  background: linear-gradient(to bottom,#0089D0 0%,#0063B3 100%);
  border: 1px solid #295486;
}
.button.ok:hover,
.button.ok:focus {
  background: #005ca6;
  background: -ms-linear-gradient(top,#0089D0 0%,#005CA6 100%);
  background: -moz-linear-gradient(top,#0089D0 0%,#005CA6 100%);
  background: -o-linear-gradient(top,#0089D0 0%,#005CA6 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0089D0),color-stop(1,#005CA6));
  background: -webkit-linear-gradient(top,#0089D0 0%,#005CA6 100%);
  background: linear-gradient(to bottom,#0089D0 0%,#005CA6 100%);
  border: 1px solid #305682;
  -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.3),inset 0 1px 2px 0 rgba(255,255,255,.47);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.3),inset 0 1px 2px 0 rgba(255,255,255,.47);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.3),inset 0 1px 2px 0 rgba(255,255,255,.47);
  cursor: pointer;
}

.explorer.v9 .button.ok:hover,
.explorer.v9 .button.ok:focus {
  filter: none;
}

.KCOnewsletter, .KCOTextNotification {
  text-align: left;
  padding: 10px; 
  padding-top: 0px; 
  cursor: pointer;
}
.KCOcommentfieldHeader {
  text-align: left;
  padding-left: 10px; 
  cursor: pointer;
}
#klarna_order_comment {
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid grey;
  min-width: 150px;
  max-width: 200px;
  padding: 5px;
}
#KCOreportedError{
  text-align: center;
  font-weight: bold;
  color: red;
}

.klarna_country_select {
  text-align: center;
  background-color: #fff;
  padding: 15px;
}
.klarna_country_select > div {
  width: 100%;
  max-width: 640px;
  text-align: left;
  display: inline-block;
}
.klarna_country_select #country_select {
  font-size: 16px;
  font-weight: bold;
  color: #434343;
  font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.klarna_country_select #country_select select {
  background: transparent;
  width: 100%;
  height: 60px;
  font-size: 16px;
  padding-left: 15px;
  margin-top: 5px;
}
#TalexKCOCheckout {
  flex-grow: 1;
}
.other_payment_options_mobile {
  display: none;
  font-size: 10pt;
}

#footerWrapper {
  position: static !important;
}
#footerHeight {
  display: none !important;
}

@media screen and (max-width: 700px) {

  .klarna_country_select {
    padding-left: 10px;
    padding-right: 10px;
  }
  .other_payment_options {
    display: none;
  }
  .other_payment_options_mobile {
    display: block;
  }

}

@media screen and (max-width: 600px) {

  .KCO_all {
    display: block;
  }
  .KCO {
    width: 100% !important;
    padding: 10px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
  }
  #TalexKCOCheckout {
    width: 100% !important;
  }

}