html.page-responsive-mobile-checkout body {
  background: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: .5px;
  font-family: "futura-pt",sans-serif;
}

html.page-responsive-mobile-checkout #wrapper-page-content {
  max-width: 100%;
}

html.page-responsive-mobile-checkout #content-wrapper {
    max-width: 1060px;
    margin: 0 auto;
  }

html.page-responsive-mobile-checkout body #footer {
    display: none;
}

html.page-responsive-mobile-checkout .logo-body {
  max-width: 90px;
  width: 100%;
}
html.page-responsive-mobile-checkout .logo-body input {
  display: none;
}
html.page-responsive-mobile-checkout .logo-body img {
  max-width: 100%;
  width: 100%;
}

html.page-responsive-mobile-checkout #wrapper-page-content > div:first-child {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding: 1rem 2rem;
  position: relative;
  margin-bottom: 2rem;
  background: #000;
}
html.page-responsive-mobile-checkout #wrapper-page-content .logo-wrapper {
  margin: 0;
}

.checkout-main-wrapper {
  font-size: 14px;
}

#ctl00_main_responsivecheckout_UpCheckoutHeader h1 {
    text-align: left;
    margin-bottom: 0;
    padding: 0 30px 10px 30px;
}

#ctl00_main_responsivecheckout_UpCheckoutHeader {
    display: none;
}

html.page-responsive-mobile-checkout .cart-details-item .cart-details-image img {
  width: auto;
  height: auto;
  max-height: 100px;
  max-width: 100%;
}

#checkout-back-link {
  float: right;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size:12px;
}

html.page-responsive-mobile-checkout .component-block {
  background: #fff;
  padding: 0;
  margin: 0 30px 30px 30px;
}
@media (max-width: 1100px) {
  html.page-responsive-mobile-checkout .component-block {
    padding: 0px;
  }
  html.page-responsive-mobile-checkout .component-block {
    margin: 0;
  }
}

html.page-responsive-mobile-checkout .freight-selector-wrapper {
  margin-bottom: 0;
}

html.page-responsive-mobile-checkout h1 {
}
@media (max-width: 1100px) {
  html.page-responsive-mobile-checkout h1 {
    text-align: center;
    margin-top: 0;
  }
}
html.page-responsive-mobile-checkout h1 i {
  display: none;
}
html.page-responsive-mobile-checkout h1 a {
    letter-spacing: 0;
    padding: 10px;
    color: #000;
    text-decoration: none;
}

html.page-responsive-mobile-checkout h1 a:focus {
    outline: none;
}

html.page-responsive-mobile-checkout .change-customertype-button {
    padding-right: 0;
}

h2.component-header {
  background: #000;
  color: #fff;
  width: 100%;
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

@media (max-width: 1100px) {
  h2.component-header {
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: normal;
  }
}

h2.component-header span.component-header-number {
    background-color: #000;
    height: auto;
    width: auto;
    font-size: 16px!important;
    color: #fff;
    border-radius: 0;
    padding: 20px 40px;
    margin-right: 20px;
    margin-top: 0;
    border-right: 5px solid #fff;
}
h2.component-header span.component-header-number:after {
  /* content: '. '; */
}

html.page-responsive-mobile-checkout .cart-details-header-wrapper p {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

html.page-responsive-mobile-checkout .cart-details-header-wrapper {
  border-bottom: 1px solid #dadada;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.skistore .country-selector-item-link.country-selector-item-link-selected, .skistore .freight-selector-wrapper .freight-selector-item .freight-selector-item-link.aspNetDisabled {
  background-color: #f8b133;
}
.mtb .country-selector-item-link.country-selector-item-link-selected, .mtb .freight-selector-wrapper .freight-selector-item .freight-selector-item-link.aspNetDisabled {
    background-color: #5B702E;
  }
.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-color: #dadada;
  background: transparent;
  border: none;
  padding: 5px 0;
  font-size: 12px;
}

.responsive-free-freight.responsive-free-freight-placement-cartsummary.responsive-free-freight-limit-reached span:before, .responsive-free-freight.responsive-free-freight-placement-orderconfirmation.responsive-free-freight-limit-reached span:before {
  color: green;
}

.responsive-free-freight.responsive-free-freight-placement-cartsummary {
  background: transparent;
  border: none;
  padding-left: 0;
  font-size: 12px;
}

.freight-selector-wrapper .freight-selector-item .freight-selector-indicator-td {
  vertical-align: middle;
}
.freight-selector-wrapper .freight-selector-item .freight-selector-item-active-indicator, .freight-selector-wrapper .freight-selector-item .freight-selector-cost {
  display: block;
}
.freight-selector-wrapper .freight-selector-item a:focus {
    outline: none;
}

.freight-selector-cost-td {
  vertical-align: middle;
}

/* CART ITEM DETAILS */

.cart-details-item {
  border-bottom: 1px solid #dadada;
  display: flex;
  align-items: center;
}

@media (max-width: 1100px) {
  .cart-details-item {
    display: block;
  }
}

.cart-details-item > div {
    margin-top: 0 !important;
}

.cart-details-item .cart-details-info {
  text-align: left;
}
.cart-details-item .cart-details-info a {
  text-decoration: none;
  color: black;
}

/* CART ITEM DETAILS */


.cart-summary-wrapper-totals {
  border-top: 1px solid #dadada;
  padding-top: 5px;
  margin-top: 5px;
}

.totalsumnumber {
  font-size: 14px;
}

#checkoutHeader {
  background: white;
  text-align: center;
  margin-bottom: 20px;
}
#checkoutHeaderInner {
  width:100%;
  margin: auto;
}
#checkoutHeaderInner h2 {
  font-size: 12px;
  margin: 0 0 5px 0;
  text-align: left;
  font-size: 22px;
}
#checkoutHeaderInner h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#checkoutHeaderInner p {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}
.cart-details-info-package {
  margin: 0;
}
@media only screen and (max-width: 40em) {
  .cart-details-item .cart-details-quantity, .cart-details-item .RadInput_Error_Default {
    width: 60%;
    margin-left: 0;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 40em) {
  .cart-details-item .cart-details-info {
    background: none;
    padding-left: 20px;
  }
  .cart-details-item .cart-details-image {
    width: 15%;
    position: relative;
    display: inline-block;
    margin-left: 10px;
  }

  .cart-details-info {
    display: inline-block;
    margin: 0;
    margin-left: 0 !important;
  }

  .cart-details-price {
    display: inline-block;
    margin: 0;
    padding-left: 20px !important;
    margin-left: 0 !important;
  }

  .cart-details-quantity {
    width: auto !important;
    display: inline-block;
    margin: 0;
  }

  .cart-details-total-sum {
    width: auto !important;
    float: right !important;
  }
}

.infoTextLogo div img {
    margin: 0 auto;
}

.skistore .empty-cart-wrapper .continue-shopping-button.form-button {
    background-color: #f8b133;
    text-decoration: none;
}

.mtb .empty-cart-wrapper .continue-shopping-button.form-button {
    background-color: #5B702E;
    text-decoration: none;
}

.empty-cart-wrapper .continue-shopping-button.form-button:focus {
    outline: none;
}

.skistore .empty-cart-wrapper .continue-shopping-button.form-button:hover {
    background-color: #f8b133;
}

.mtb .empty-cart-wrapper .continue-shopping-button.form-button:hover {
    background-color: #5B702E;
}

.customer-info-wrapper-regular {
    margin: 2rem auto;
}

.cart-summary-wrapper {
    text-align: left;
    margin-top: 17px;
    background: #d5d5d5;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-right: 15px;
}

@media (max-width: 1100px) {
  .cart-summary-wrapper {
    padding-left: 15px !important;
  }

  .cart-summary-row-right {
    padding-right: 0 !important;
  }
}

#ctl00_main_responsivecheckout_Cart_CartDetails_upCartDetails {
  margin-top: 1rem;
}

.payment-selector-wrapper .payment-selector-item-link.payment-selector-item-link-selected {
  background-color: #e4d7e1;
  border: none !important;
}

.payment-selector-wrapper .payment-selector-item.payment-selector-item-selected .payment-selector-item-options {
  background-color: #f8f8f8;
  border: none !important;
}

#ctl00_main_responsivecheckout_Cart_Discount_panDiscount {
  text-align: left;
  padding-left: 0;
}

.discount-list {
  padding-left: 20px;
  font-size: 14px;
}

.cart-summary-discount-label {
  font-weight: bold;
  padding-bottom: 8px;
  display: block;
}

.cart-summary-row-left {
  font-size: 14px;
}

.discount-list-item.cart-summary-row-bold .cart-summary-row-left {
  font-weight: bold;
}

.order-confirm-cart-summary-wrapper  {
  padding: 10px 25px;
}

.order-confirm-terms {
  padding: 10px 25px;
}

#ctl00_main_responsivecheckout_CustomerInfo_divAlternativeDeliveryAddressWrapper {
  padding: 10px 25px;
}

#ctl00_main_responsivecheckout_CustomerInfo_divCustomerWantsNewsletter {
  padding: 10px 25px;
}

#ctl00_main_responsivecheckout_Membership_upMembership {
  padding: 10px 25px;
}

#ctl00_main_responsivecheckout_OrderConfirmation_lbApprovePaymentInfoAndTerms {
  margin-bottom: 0;
}

.payment-selector-wrapper .payment-selector-item {
  border: none !important;
}

.payment-selector-wrapper .payment-selector-inner-wrapper {
  border: none !important;
}

.freight-selector-wrapper .freight-selector-item {
  border: none !important;
}

.freight-selector-wrapper .freight-selector-inner-wrapper {
  border: none !important;
}

body .form-button.form-button-checkout {
  background: #202b44;
  text-decoration: none;
  color: #fff;
  padding: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

body .form-button.form-button-checkout:hover {
  background: #182238;
}

.checkout-items-wrapper {
  text-align: left;
  padding: 30px;
}

.checkout-items-wrapper h2 {
  font-weight: normal;
  padding-bottom: 10px;
}

.cart-details-item-remove:focus {
  outline: none !important;
}

.skistore .discount-wrapper .discount-header {
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    background: #fff;
    color: #000;
    padding: 12px 40px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px #000 solid;
}

.mtb .discount-wrapper .discount-header {
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    background: #fff;
    color: #000;
    padding: 12px 40px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px #000 solid;
}

.discount-wrapper .discount-header:focus {
    outline: none;
}

.discount-wrapper .discount-input {
    border: #dadada solid 1px;
    font-size: 14px;
    padding: 10px 15px;
}

.discount-wrapper .discount-input:focus {
    outline: none;
    border-color: #dadada;
}

.discount-wrapper .discount-button {
    background: #000;
    text-decoration: none;
    padding: 11px 17px;
    font-size: 14px;
    vertical-align: top;
}

.discount-wrapper .discount-button:focus {
    outline: none;
}

.discount-wrapper .discount-button:hover {
    background: #000;
}

.discount-validate-error span {
    background: #fff;
    border: none;
    padding-left: 16px;
}

html.page-responsive-mobile-orderconfirmed #footer, html.page-responsive-mobile-checkout #footer {
    padding-bottom: 2rem;
}

html.page-responsive-mobile-orderconfirmed #document-wrapper, html.page-responsive-mobile-checkout #document-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.cart-details-item .cart-details-item-remove-icon:hover {
    color: #000;
}

.cart-details-info-link {
    margin-top: 0;
}

#jetshop-branding {
    padding-bottom: 2rem;
}

.gift-voucher-input-header {
    font-size: 16px;
}

.gift-voucher-form {
    display: flex;
}

.gift-voucher-form-number {
    display: inline-block;
    max-width: 400px;
    width: 100%;
}

.gift-voucher-input-input.form-text {
    max-width: 400px;
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #dadada;
}

.gift-voucher-input-input.form-text:focus {
    outline: none;
}

#ctl00_main_responsivecheckout_PaymentSelector_GiftVoucherInput_lblGiftVoucherId {
    display: none;
}

.gift-voucher-form-button {
    display: inline-block;
    margin-left: 8px;
}

.gift-voucher-form-button input {
    margin: 0 !important;
    background: #1d5631;
    text-decoration: none;
    padding: 11px 17px;
    font-size: 14px;
    vertical-align: top;
    font-weight: normal;
}

.gift-voucher-form-button input:focus {
    outline: none;
}


html.page-responsive-mobile-checkout .delivery-info.on-time:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background: #48b07a;
    border-radius: 50%;
}


html.page-responsive-mobile-checkout .delivery-info {
  font-size:12px;
}

html.page-responsive-mobile-checkout .delivery-info::before{
  content:"";
  display: inline-block;
  width:10px;
  height:10px;
  margin-right: 5px;
  background: #555;
  border-radius: 50%;
}
html.page-responsive-mobile-checkout .delivery-info.on-time::before{
  background: #48b07a;
}
html.page-responsive-mobile-checkout .delivery-info.prel-date::before{
  background: #f08a24;
}


.empty-cart-wrapper.component-block .cart-header.component-header {
    display: none;
}

#total-sum-error1 p {
    font-size: 14px !important;
    text-align: center !important;
}

html.page-responsive-mobile-checkout .country-selector-wrapper {
  margin: 0 30px 30px 30px;
}

html.page-responsive-mobile-checkout .country-selector-wrapper .select2 {
  width: 100%;
}

html.page-responsive-mobile-checkout div#wrapper-page-content .discount-wrapper {
  padding-right: 0;
}

html.page-responsive-mobile-checkout .freight-selector-item-table.cykel-frakt .freight-selector-cost-td .shipping-cost-promotion {
  color: #000;
  font-weight: normal;
}

html.page-responsive-mobile-checkout .freight-selector-item-table.cykel-frakt .freight-selector-cost-td .shipping-cost-previous {
  display: none;
}

@media (max-width: 1008px) {
    html.page-responsive-mobile-checkout #wrapper-page-content .logo-wrapper input {
      max-width: 200px;
    }
    html.page-responsive-mobile-checkout #document-wrapper {
      padding: 0;
      }
    html.page-responsive-mobile-checkout .logo-body {
      margin: 0;
      max-width: 100px;
    }
    #ctl00_main_responsivecheckout_UpCheckoutHeader h1 {
        padding: 0 10px 10px 10px;
    }
    html.page-responsive-mobile-checkout #wrapper-page-content > div:first-child {
        padding: 10px 20px;
        margin-bottom: .5rem;
    }
    html.page-responsive-mobile-checkout h1 a {
        float: none;
        display: block;
        padding: 5px 0;
        font-size: 12px;
    }
    h2.component-header span.component-header-number {
        padding: 14px 20px;
    }
    .discount-wrapper .discount-header {
        width: 100%;
        font-size: 12px;
        padding: 10px 40px;
        text-align: center;
    }
    .cart-summary-wrapper {
        margin-top: 0;
    }

    html.page-responsive-mobile-checkout .country-selector-wrapper {
      margin: 0 0 30px 0;
    }
  }

  @media (min-width: 1009px) and (max-width: 1099px) {
    html.page-responsive-mobile-checkout #wrapper-page-content .logo-wrapper input {
      max-width: 200px;
    }
    html.page-responsive-mobile-checkout #document-wrapper {
      padding: 0;
      }
    html.page-responsive-mobile-checkout .logo-body {
      margin: 0;
      max-width: 100px;
    }
    #ctl00_main_responsivecheckout_UpCheckoutHeader h1 {
        padding: 0 0 10px 0;
    }
    html.page-responsive-mobile-checkout #wrapper-page-content > div:first-child {
        padding: 10px 10px;
        margin-bottom: .5rem;
    }
    .discount-wrapper .discount-header {
        font-size: 12px;
        padding: 10px 40px;
        text-align: center;
        margin-top: 10px;
    }
  }

  /* ORDERCONFIRM PAGE */ 

.page-responsive-mobile-orderconfirmed body {
    background: #fff;
    font-family: "futura-pt",sans-serif;
}

.page-responsive-mobile-orderconfirmed #document-wrapper {
  background: #fff;
  margin-bottom: 6rem;
}

.page-responsive-mobile-orderconfirmed #wrapper-page-content {
    max-width: 1000px !important;
}

.page-responsive-mobile-orderconfirmed .logo-wrapper {
  margin-top: 25px;
  background: #000;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  border-bottom: 5px solid #fff;
}

.page-responsive-mobile-orderconfirmed .logo-body {
  text-align: left;
}

.page-responsive-mobile-orderconfirmed .logo-body input {
  display: none;
}

.page-responsive-mobile-orderconfirmed .logo-body img {
  padding: 15px;
  max-width: 150px;
}

.page-responsive-mobile-orderconfirmed input {
  max-width: 130px !important;
  height: auto !important;
}

.page-responsive-mobile-orderconfirmed h2 {
    margin: 0;
    padding: 15px 15px;
    background: #000;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.page-responsive-mobile-orderconfirmed .order-details-confirmed-box {
  padding: 25px;
  border: 1px solid #eaeaea;
  background: #f7f7f7;
  margin-bottom: 10px;
}

.page-responsive-mobile-orderconfirmed .order-details-confirmed-box-inner {
  padding-top: 25px;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.page-responsive-mobile-orderconfirmed .order-details-confirmed-recipient-wrapper {
    padding: 20px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
}

.page-responsive-mobile-orderconfirmed .order-details-confirmed-summary-wrapper {
  background: #fff !important;
  padding: 20px !important;
}

.page-responsive-mobile-orderconfirmed .order-details-confirmed-summary-wrapper h2 {
  background: #fff;
  color: #000;
  padding-left: 0;
  padding-top: 0;
}

.page-responsive-mobile-orderconfirmed #footer {
  display: none;
}
h2.klarna-checkout-v3-header.component-header {
    display: none;
}