@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&family=Source+Sans+Pro:wght@400;700&display=swap');
body{
font-family: 'Source Sans Pro', sans-serif!important;
background: #f2f2f2!important;
}

h1,h2,h3,h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif!important;
}

.component-header-number{
display:none!important;
}

#document-wrapper {
  width: auto!important;
  max-width: 100%;
}

html.page-responsive-mobile-orderconfirmed #wrapper-page-content,
html.page-responsive-mobile-checkout #wrapper-page-content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.customer-info-wrapper-regular {
    width: 100%;
}

body .form-text {
    background-color: #ffffff;
    border: #999999 solid 1px;
    border-radius:2px;
    outline-color: #008CBA;
    -moz-outline-color: #008CBA;
    padding: 10px 8px;
    margin-bottom: 2px;
    font-size: 16px;
    font-family: inherit;
    -webkit-appearance: none;
}

#ctl00_main_responsivecheckout_UpCheckoutHeader {

}


/* Remove double margins for nestled blocks */
.freight-selector-wrapper{
margin-bottom: 0!important;
}

html.page-responsive-mobile-checkout .component-block {
    padding: 1rem;
    border-radius: 4px;
  position:relative;
  margin-bottom:3rem!important;
}

html.page-responsive-mobile-checkout .component-block::after {
content:"";
display:block;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
  position:absolute;
  top:100%;
  left:50%;
  transform:translatex(-50%);
}

#ctl00_main_responsivecheckout_StandaloneCheckout_KlarnaCheckoutV3_upKlarnaCheckoutV3::after {
display:none!important;
}

div.logo-wrapper {
    float: left;
    margin:0.8rem 0rem 0.2rem;
  width:100%;
  text-align:center;
}

.logo-body input {
  width:120px;
 }

#footer {
  display:none;
}


.cart-header-login-button {
  display: none!important;
}

@media (max-width: 800px) {
  .express-checkout-wrapper {
    padding: 0!important;
  }
  .express-checkout-wrapper .component-header {
    padding: 10px 15px 0 15px!important;
  }
  .page-responsivecheckoutwithstandalonemaster .checkout-main-wrapper, .page-responsive-mobile-checkout .checkout-main-wrapper {
	  padding: 0!important;
	}
  html.page-responsive-mobile-orderconfirmed #main-area, html.page-responsive-mobile-checkout #main-area, html.page-responsive-checkout #main-area, html.page-responsive-orderconfirmed #main-area {
    padding: 0 5px!important;
  }
}
.change-customertype-button {
  margin-top: 10px;
}

.cart-details-info-stock-status {
  display: none;
}
.cart-details-item .cart-details-info p.cart-details-info-artnr {
  font-size: 11px;
  color: #7a7a7a;
}
.cart-details-info-link a {
  color: black;
}


.stock-level {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.stock-orb {
  height: 12px;
  width: 12px;
  margin-right: 5px;
  border-radius: 100%;
  flex: none;
}
.stock-orb.green {
  background: #27ae60;
}
.stock-orb.orange {
  background: #f2c94c;
}
.stock-orb.red {
  background: #eb5757;
}
.stock-text {
  font-size: 11px;
}

.cart-details-header-wrapper p.cart-details-header-article {
  width: 45%;
}
.cart-details-item .cart-details-info {
  width: 35%;
}
.cart-details-item .cart-details-quantity, .cart-details-item .RadInput_Error_Default {
  width: 15%;
}
.cart-details-header-wrapper p.cart-details-header-quantity {
  width: 15%;
}
@media only screen and (max-width: 40em) {
  .cart-details-item .cart-details-info {
    width: 80%;
  }
  .cart-details-item .cart-details-quantity, .cart-details-item .RadInput_Error_Default {
    width: 40%;
  }
}

.discount-wrapper .discount-header:focus {
  outline: none;
}
.discount-wrapper .discount-input {
  margin: 0;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: 1px solid #aaa;
  border-radius: 0;
}
.discount-wrapper .discount-button {
  margin: 0;
  vertical-align: top;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  background: black;
}
.discount-wrapper .discount-input:focus, .discount-wrapper .discount-button:focus {
  outline: none;
  border-color: black;
}

.responsive-free-freight.responsive-free-freight-placement-cartsummary, .responsive-free-freight.responsive-free-freight-placement-orderconfirmation {
  padding: 0px;
  color: #009ec3;
  background-color:#fff;
  border:none;
}

.responsive-free-freight.responsive-free-freight-placement-cartsummary.responsive-free-freight-limit-reached, .responsive-free-freight.responsive-free-freight-placement-orderconfirmation.responsive-free-freight-limit-reached {
 border:none;
 background-color:#fff;
 color: #1cc300;
 padding:0px;
}

#ctl00_main_responsivecheckout_Cart_PriceCalculatorCartSummary_divFreight {
  display:none;
}

#ctl00_main_responsivecheckout_Cart_PriceCalculatorCartSummary_divCartSummaryTotals {
  display:none;
}

#ctl00_main_responsivecheckout_Cart_PriceCalculatorCartSummary_upCartSummary {
  font-size:16px;
}
