html,
body {
  font-family: 'Lato', sans-serif;
}

html.page-responsive-mobile-checkout body {
  background: #f7f7f7;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}

#content-wrapper,
#footer {
  float: none;
  display: block;
}
div.logo-wrapper {
  float: none;
  margin: 0;
}

div.logo-wrapper input {
  margin: 21px 0;
}

html.page-responsive-mobile-checkout body .checkout-main-wrapper a:focus {
  outline: none;
}

html.page-responsive-mobile-checkout body #document-wrapper {
  padding: 0;
}

#top-bar {
  background: #f7f7f7;
  color: black;
  text-align: center;
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-bar a,
#top-bar a:visited,
#top-bar button,
#top-bar li {
  color: black !important;
  padding: 12px 10px;
  font-size: 12px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
}
#top-bar ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
}
#top-bar ul li:after {
  content: '';
  margin-left: 10px;
  margin-right: 10px;
}
#top-bar ul li:last-child:after {
  display: none;
}

@media (max-width: 40rem) {
  #top-bar {
    font-size: 11px;
  }
}

@media (max-width: 40rem) {
  #top-bar ul {
    flex-direction: column;
  }
  #top-bar ul li:after {
    margin-left: 0px;
    margin-right: 0px;
    content: '';
  }
}

html.page-responsive-mobile-checkout body .country-selector-item {
  width: auto;
  padding: 0;
}
html.page-responsive-mobile-checkout
  body
  .country-selector-item
  .country-selector-item-icon {
  display: none !important;
}
html.page-responsive-mobile-checkout
  body
  .country-selector-item
  .country-selector-item-link
  .country-selector-item-text {
  padding: 0;
  width: auto;
  margin: 0;
  vertical-align: middle;
}
html.page-responsive-mobile-checkout
  body
  .country-selector-item  {
    min-height:0!important;
  }
html.page-responsive-mobile-checkout
  body
  .country-selector-item
  .country-selector-item-link {
  background: none;
  border: 0;
  min-height: 0!important;
  padding: 0;
  margin: 0;
}

html.page-responsive-mobile-checkout
  body
  .country-selector-item
  .country-selector-item-link:before {
  height: 14px;
  width: 14px;
  border: 2px solid #454545;
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 5px;
}

html.page-responsive-mobile-checkout
  body
  .country-selector-item-link.country-selector-item-link-selected {
  background: black;
  color: white;
}

html.page-responsive-mobile-checkout body .country-select-buttons .form-label {
  display: none !important;
}

html.page-responsive-mobile-checkout
  body
  .cart-details-item-wrapper
  .cart-details-item
  .cart-details-total-sum
  .cart-details-discount-wrapper
  span {
  color: #9a9a9a;
  font-size: 12px;
}

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

.form-text.discount-input.discount-code {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0;
  margin-right: 5px;
}
.form-button.discount-button {
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #65706a;
}

html.page-responsive-mobile-checkout
  body
  .cart-details-item-wrapper
  .cart-details-item
  .cart-details-price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

html.page-responsive-mobile-checkout
  body
  .cart-details-item-wrapper
  .cart-details-item
  .cart-details-price
  .cart-details-price-ordinary {
  color: #9a9a9a;
}

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

html.page-responsive-mobile-checkout
  body
  #wrapper-page-content
  > div:first-child {
  position: relative;
  padding: 0;
  background: white;
  margin-bottom: 30px;
}

html.page-responsive-mobile-checkout body .logo-wrapper .logo-body {
  text-align: center;
  margin: auto;
}
@media (max-width: 1100px) {
  .page-responsive-mobile-orderconfirmed .logo-body,
  html.page-responsive-mobile-checkout body .logo-wrapper .logo-body {
    text-align: left;
  }
  .page-responsive-mobile-orderconfirmed .logo-body input,
  html.page-responsive-mobile-checkout body .logo-wrapper .logo-body input {
    max-width: 160px;
    margin: 20px 10px;
  }
}

html.page-responsive-mobile-checkout body .logo-wrapper .logo-body input:focus {
  outline: none;
}

html.page-responsive-mobile-checkout body #checkout-back-link {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  text-decoration: none;
  cursor: pointer;
}
html.page-responsive-mobile-checkout body #content-wrapper {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
html.page-responsive-mobile-checkout
  body
  #ctl00_main_responsivecheckout_UpCheckoutHeader {
  text-align: center;
}
html.page-responsive-mobile-checkout
  body
  #ctl00_main_responsivecheckout_UpCheckoutHeader
  h1
  a {
  display: none;
}
html.page-responsive-mobile-checkout
  body
  #ctl00_main_responsivecheckout_UpCheckoutHeader
  h1
  i {
  display: none;
}
html.page-responsive-mobile-checkout
  body
  #ctl00_main_responsivecheckout_UpCheckoutHeader
  h1 {
  margin: 0;
  background: none;
  padding: 30px 0 20px 0;
  font-size: 3rem;
}
@media (max-width: 980px) {
  html.page-responsive-mobile-checkout
    body
    #ctl00_main_responsivecheckout_UpCheckoutHeader
    h1 {
    padding: 20px 0 0 0;
    font-size: 2.5rem;
  }
}
html.page-responsive-mobile-checkout body .component-block {
  padding: 30px;
  font-size: 14px;
}
@media (max-width: 980px) {
  html.page-responsive-mobile-checkout body .component-block {
    padding: 20px;
  }
}
html.page-responsive-mobile-checkout body .component-header {
}
@media (max-width: 980px) {
  html.page-responsive-mobile-checkout body .component-header {
    font-size: 1.1rem;
  }
}
html.page-responsive-mobile-checkout body .component-header-number {
  background: black;
  color: white;
}
html.page-responsive-mobile-checkout
  body
  .cart-summary-wrapper
  .cart-summary-row-large {
  font-size: 1rem;
}
html.page-responsive-mobile-checkout body .customer-info-wrapper-regular {
  width: 100%;
}
html.page-responsive-mobile-checkout body .form-button.form-button-checkout {
  background: black;
  text-decoration: none;
  padding: 20px;
}
#footer {
  display: none;
}
#jetshop-branding img {
  margin: 30px auto;
}
html.page-responsive-mobile-checkout body .cart-details-info-link a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

html.page-responsive-mobile-checkout body .cart-details-image {
  position: relative;
}
html.page-responsive-mobile-checkout body .cart-details-image img {
  margin: 0;
  padding: 5px;
}
html.page-responsive-mobile-checkout body .cart-details-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.025);
  pointer-events: none;
  z-index: 1;
}
html.page-responsive-mobile-checkout body .cart-details-header-wrapper {
  border-color: black;
  margin-bottom: 10px;
}
html.page-responsive-mobile-checkout body .cart-details-item {
  border-color: black;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
html.page-responsive-mobile-checkout body .cart-details-item:last-of-type {
  border-color: black;
}
html.page-responsive-mobile-checkout body .cart-summary-wrapper {
  margin-top: 20px;
}
html.page-responsive-mobile-checkout
  body
  .cart-summary-wrapper
  .cart-summary-group {
  margin-bottom: 2px;
}

html.page-responsive-mobile-checkout body .cart-summary-wrapper-totals {
  margin-top: 20px;
}

html.page-responsive-mobile-checkout body .form-text:focus {
  border-radius: 0;
  border-color: black;
  outline: black;
}
html.page-responsive-mobile-checkout
  body
  .payment-selector-wrapper
  .payment-selector-item-link.payment-selector-item-link-selected {
  background: none;
}
html.page-responsive-mobile-checkout
  body
  .payment-selector-wrapper
  .payment-selector-item.payment-selector-item-selected
  .payment-selector-item-options {
  background: 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 {
  background: #65706a;
  color: white;
  border: 0;
  font-size: 14px;
  margin-top: 10px;
}

.responsive-free-freight.responsive-free-freight-placement-cartsummary,
.responsive-free-freight.responsive-free-freight-placement-orderconfirmation {
  color: #b93636;
  background: #ffe9e9;
  font-size: 14px;
  border: 0;
}

.gift-voucher-form {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.gift-voucher-form-number label {
  display: none;
}
.gift-voucher-input-input {
  outline: none;
  border: 1px solid black !important;
  padding: 0;
  height: 35px;
  line-height: 35px;
  margin: 3px 0 0 0 !important;
  width: 220px;
}
.gift-voucher-input-input:focus {
  outline: none !important;
  border: 1px solid black !important;
}
.gift-voucher-input-wrapper
  .gift-voucher-form-button
  input.gift-voucher-input-button {
  background: black;
  color: white;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  border: 0;
}

html.page-responsive-mobile-checkout
  .payment-selector-wrapper
  .payment-selector-inner-wrapper {
  display: inline;
  border: 0;
}
@media (max-width: 1100px) {
  html.page-responsive-mobile-checkout
    .payment-selector-wrapper
    .payment-selector-inner-wrapper {
    flex-wrap: wrap;
  }
}
html.page-responsive-mobile-checkout .payment-selector-wrapper td {
  width: 100%;
}

html.page-responsive-mobile-checkout
  .payment-selector-wrapper
  .payment-selector-item {
  border: 0;
  margin-right: 5px;
  margin-bottom: 10px;
}
html.page-responsive-mobile-checkout
  .payment-selector-wrapper
  .payment-selector-item:last-child {
  margin-right: 0;
}

@media (max-width: 1100px) {
  html.page-responsive-mobile-checkout
    .payment-selector-wrapper
    .payment-selector-item {
    margin: 0;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 5px;
  }
}
html.page-responsive-mobile-checkout
  .payment-selector-wrapper
  .payment-selector-item-table
  tbody {
  width: 100%;
}
html.page-responsive-mobile-checkout .payment-selector-item table,
html.page-responsive-mobile-checkout .payment-selector-item tr {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: auto;
  justify-content: center;
  align-items: center;
}
html.page-responsive-mobile-checkout
  .payment-selector-wrapper
  .payment-selector-item-text {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 11px;
  display: block;
}

html.page-responsive-mobile-checkout
  .payment-selector-wrapper
  .payment-selector-item-icon {
  width: 100%;
  margin: 0;
  height: 50px;
}

@media (max-width: 1100px) {
  html.page-responsive-mobile-checkout
    .payment-selector-wrapper
    .payment-selector-item-icon {
    height: 25px;
    background-size: contain;
    margin: 5px auto;
  }
}
html.page-responsive-mobile-checkout
  .payment-selector-wrapper
  .payment-selector-item-icon-td {
  width: 100%;
  text-align: center;
}
html.page-responsive-mobile-checkout
  .payment-selector-wrapper
  .payment-selector-item-indicator-td {
  flex: none;
  width: 100%;
  display: block;
  display: none;
}

html.page-responsive-mobile-checkout
  .payment-selector-wrapper
  .payment-selector-item-cost {
  font-size: 11px;
}

html.page-responsive-mobile-checkout
  .payment-selector-wrapper
  .payment-selector-item-link {
  text-decoration: none;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 20px 10px;
  height: 100%;
  display: flex;
}

html.page-responsive-mobile-checkout
  .payment-selector-wrapper
  .payment-selector-item-link-selected {
  border-color: black;
}

.payment-selector-wrapper .payment-selector-item-cost-td,
.payment-selector-wrapper .payment-selector-item-text-td {
  display: none;
}

.payment-selector-wrapper
  .payment-selector-item.payment-selector-item-selected
  .payment-selector-item-options {
  display: none;
}

.custom-payment-checkboxes-inner {
  display: flex;
  font-size: 11px;
  justify-content: center;
  align-items: center;
}
.custom-payment-checkboxes {
  margin-top: 10px;
}
.custom-payment-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  cursor: pointer;
}

.custom-payment-checkbox:hover span.checkbox:before {
  background: #717171;
}

.custom-payment-checkbox .checkbox {
  width: 15px;
  height: 15px;
}

.custom-payment-checkbox span.checkbox {
  height: 15px;
  width: 15px;
  background: black;
  display: block;
  border-radius: 100%;
  border: 1px solid black;
  background: white;
  margin-left: 3px;
  position: relative;
}
.custom-payment-checkbox span.checkbox:before {
  content: '';
  background: white;
  height: 9px;
  width: 9px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  border-radius: 100%;
  top: 50%;
}
.custom-payment-checkbox span.checkbox.active:before {
  background: black;
}

/*  PAYMENT */
html.page-responsive-mobile-checkout .payment-selector-wrapper .payment-custom {
  background-image: url('/pub_images/original/kassa-delbetaling2025.png');
  background-size: contain;
  height: 35px;
}
html.page-responsive-mobile-checkout .payment-selector-wrapper .payment-2 {
  background-image: url('/pub_images/original/kassa-faktura2025.png');
  background-size: contain;
  height: 35px;
}
html.page-responsive-mobile-checkout .payment-selector-wrapper .payment-62 {
  background-image: url('https://www.sportmann.no/M1/stage/images/responsive-checkout/visa-mc-vipps.png');
  background-size: contain;
  height: 35px;
}

.freight-selector-wrapper .freight-selector-inner-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  border-bottom: 0;
}

.freight-selector-wrapper .freight-selector-item {
  border: 0;
  margin-right: 5px;
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
}
.freight-selector-wrapper .freight-selector-item:last-child {
  margin-right: 2%;
}

@media (max-width: 3100px) {
  .freight-selector-wrapper .freight-selector-inner-wrapper {
    flex-wrap: wrap;
  }
  .freight-selector-wrapper .freight-selector-item {
    margin: 0;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
}

.freight-selector-wrapper .freight-selector-item .freight-selector-item-link {
  background: none;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex !important;
  align-items: center;
}

.freight-selector-wrapper
  .freight-selector-item
  .freight-selector-item-link.aspNetDisabled {
  background: none;
  color: black;
  border-color: black;
}

.freight-selector-item-table tr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.freight-selector-wrapper .freight-selector-item .freight-selector-name {
  font-size: 12px;
  font-weight: bold;
}
.freight-selector-wrapper .freight-selector-item .freight-selector-description {
  font-size: 11px;
  font-weight: normal;
}
.freight-selector-wrapper .freight-selector-item .freight-selector-cost-td {
  width: 100%;
  font-size: 11px;
  margin-top: 5px;
}
.freight-selector-wrapper
  .freight-selector-item
  .freight-selector-cost-td
  span {
  font-size: 11px;
  font-weight: bold;
}

.freight-selector-wrapper
  .freight-selector-item
  .freight-selector-indicator-td {
  display: none;
}

/*         */
/* UNIFAUN */
/*         */
html.page-responsive-mobile-checkout body .freight-selector-wrapper {
  margin-bottom: 0;
}
/* html.page-responsive-mobile-checkout
  body
  .freight-selector-wrapper
  .component-block {
  margin-bottom: 0;
  padding-bottom: 0;
} */
html.page-responsive-mobile-checkout
  body
  .freight-selector-wrapper
  label.form-label {
  margin: 15px 0 5px 0;
  font-size: 14px;
}
html.page-responsive-mobile-checkout
  body
  .freight-selector-wrapper
  input.form-text {
  margin: 0;
  border: 1px solid black;
  padding: 10px;
}
html.page-responsive-mobile-checkout
  body
  .freight-selector-wrapper
  input.button {
  background: black;
  color: white;
  border: 0;
  border-radius: 0;
  appearance: none;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  padding: 15px 30px;
}
html.page-responsive-mobile-checkout
  body
  .unifaun-checkout-root
  .unifaun-checkout-option0 {
  border-radius: 0;
}
html.page-responsive-mobile-checkout
  body
  .unifaun-checkout-root
  .unifaun-checkout-option0.unifaun-checkout-selected0
  .unifaun-checkout-option-header0 {
  border-color: transparent transparent transparent #000000;
  padding: 10px 10px 10px 0;
}
html.page-responsive-mobile-checkout
  body
  .unifaun-checkout-root
  .unifaun-checkout-option0.unifaun-checkout-selected0 {
  border-color: #000;
}
html.page-responsive-mobile-checkout
  body
  .unifaun-checkout-root
  .unifaun-checkout-option-agent-info-onoff-link {
  font-size: 12px;
  color: black;
}

html.page-responsive-mobile-checkout
  body
  .unifaun-checkout-root
  .unifaun-checkout-option-agent-info {
  border: 0;
}

html.page-responsive-mobile-checkout
  body
  .unifaun-checkout-root
  .unifaun-checkout-option-header0,
html.page-responsive-mobile-checkout
  body
  .unifaun-checkout-root
  .unifaun-checkout-option-header1 {
  padding: 10px 10px 10px 0;
}

html.page-responsive-mobile-checkout
  body
  .unifaun-checkout-root
  .unifaun-checkout-option0
  .unifaun-checkout-option-sub-columns {
  padding: 0 60px 0 3px;
}

html.page-responsive-mobile-checkout
  body
  .unifaun-checkout-root
  .unifaun-checkout-option0.unifaun-checkout-selected0
  .unifaun-checkout-option-sub-options {
  border-color: #000 transparent transparent transparent;
  padding: 10px 10px 10px 0;
}
html.page-responsive-mobile-checkout
  body
  .unifaun-checkout-root
  .unifaun-checkout-option-agents-wrapper {
  margin: 0;
}
html.page-responsive-mobile-checkout
  body
  .unifaun-checkout-root
  .unifaun-checkout-option-agents {
  height: 35px;
  text-overflow: ellipsis;
  font-size: 12px;
  padding: 0 5px;
}
@media (max-width: 800px) {
  html.page-responsive-mobile-checkout
    body
    .unifaun-checkout-root
    .unifaun-checkout-option-agents {
    font-size: 16px;
  }
}
/*             */
/* UNIFAUN END */
/*             */

/* ORDER CONFIRM */

#klarna-checkout-container {
  overflow: hidden !important;
}
.page-responsive-mobile-orderconfirmed body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  color: black;
  font-size: 14px;
}

.page-responsive-mobile-orderconfirmed #wrapper-page-content {
  padding-bottom: 30px;
}

.page-responsive-mobile-orderconfirmed b,
.page-responsive-mobile-orderconfirmed strong {
  font-weight: 400;
}

.page-responsive-mobile-orderconfirmed #main-area .content > div > h2 {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.page-responsive-mobile-orderconfirmed .logo-body {
  text-align: center;
  padding: 30px;
  margin-bottom: 20px;
  text-align: center;
  margin: auto;
}
.page-responsive-mobile-orderconfirmed .logo-body input {
  max-width: 100%;
}

.order-details-confirmed-box {
  background: none;
  border: 0;
}

.order-details-confirmed-recipient-wrapper {
  margin-bottom: 30px;
}
.order-details-confirmed-summary-wrapper h2 {
  font-weight: 400;
  margin-bottom: 10px;
}

.order-details-confirmed-email-sent span {
  text-decoration: underline;
}
.order-details-order-number,
.order-details-order-date {
  text-align: center;
  margin-bottom: 5px;
}
.order-details-confirmed-recipient-row {
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .order-details-confirmed-cart-summary th,
  .order-details-confirmed-cart-summary td {
    font-size: 14px;
  }
}
#footer {
  display: none;
}

.order-details-confirmed-summary-wrapper h2 {
  background: black;
  padding: 12px 12px;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
  margin-top: 0;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  margin-bottom: 1rem;
}

.order-details-confirmed-cart-summary-specification-row a {
  color: black;
  font-weight: bold;
}
.order-details-confirmed-box-inner {
  max-width: 640px;
}
html.page-responsive-mobile-orderconfirmed
  .order-details-confirmed-summary-wrapper,
#ctl00_main_rodc_divOrderConfirmationThankYouMessage,
#ctl00_main_rodc_divOrderConfirmationStoreLocationInfo,
.order-details-confirmed-recipient-wrapper {
  padding: 0 15px;
}

/* ORDER CONFIRM */

#ctl00_main_responsivecheckout_PaymentSelector_repButtons_ctl02_divPaymentItem,
#ctl00_main_responsivecheckout_PaymentSelector_repButtons_ctl03_divPaymentItem,
#ctl00_main_responsivecheckout_PaymentSelector_repButtons_ctl04_divPaymentItem {
  display: none;
}

.country-selector-item-link-selected {
  display: none !important;
}

body .form-group .form-row:last-child {
  margin-bottom: 10px;
}
body .form-text {
  border: 1px solid #9c9c9c;
}

.altdeliveryaddress-toggle-button {
  color: black;
}

.payment-method-2, #custom-payment-item{ /*STIAN*/
	display: inline-block !important;
}