input {
  border-radius: 0 !important;
}
.main {
  background-color: white;
  position: relative;
  width: 1280px;
  left: 50%;
  margin-left: -640px;
}
.mainArea {
  padding: 50px 0;
  overflow: hidden;
}
a {
  cursor: pointer;
}
.checkout-line-controls .button a {
  padding: 0;
}
.row {
  margin: 0 0 20px 0;
}
.row .row-padding20 {
  padding: 20px 0 20px 0;
}
.row .row-nomargin {
  margin: 0;
}
div.headline h1 {
  text-transform: uppercase;
  color: black;
  font-size: 40px;
}
.ClassNameSite {
  position: absolute;
  left: 142px;
  display: block;
  height: 42px;
  border-left: solid 1px #333;
  padding-left: 10px;
  padding-top: 10px;
}
.ClassLogoSection {
  height: 40px;
}
.ClassContainerLogoFooter {
  background-color: #f0f0f0;
  border-top: 3px solid #fff;
  padding: 18px 0;
  display: block;
}
.ClassContainerLogoFooter:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.ClassContainerLogoFooter div {
  float: right;
  padding-right: 180px;
}
.ClassLogo {
  position: absolute;
}
.ClassText > label {
  font-weight: lighter;
}
.ClassServiceMenu {
  background-color: #f0f0f0;
  line-height: 2.5em;
  display: block;
  margin-top: 0px;
}
.ClassMenuHeader {
  margin-top: 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px #d3d3d3;
  border-top: solid 1px #d3d3d3;
}
.ClassMenuHeader ul {
  list-style: none;
  text-align: left;
  margin-right: 10px;
  padding: 0;
  height: auto;
  overflow: hidden;
}
.ClassMenuHeader ul li {
  display: inline;
  height: 100%;
  margin-left: -5px;
}
.ClassMenuHeader ul li a {
  padding: 0 22px 0;
}
.ClassServiceMenu ul {
  display: block;
  padding-left: 1.25em;
  font-size: .8em;
  color: #737373;
  list-style: none;
  text-align: right;
  padding: 0;
  padding-right: 35px;
}
.ClassServiceMenu ul li {
  display: inline;
  height: 100%;
  margin-left: 15px;
  padding-top: 2px;
  text-decoration: none;
}
.ClassServiceMenu ul li a {
  color: black;
  text-decoration: none;
}
/* left menu in the customer pages */
.menu_simple ul {
  margin: 0;
  padding: 0;
  width: 185px;
  list-style-type: none;
}
.menu_simple ul li a {
  text-decoration: none;
  color: #a6a6a6;
  padding: 10.5px 11px;
  background-color: #ffffff;
  border: 1px solid #a6a6a6;
  display: block;
  margin-bottom: -1px;
}
.menu_simple ul li a:visited {
  color: #dcdcdc;
}
.menu_simple ul li a:hover,
.menu_simple ul li .current {
  color: white;
  background-color: #dcdcdc;
}
.menu_simple ul li {
  background-image: none;
  padding: 0;
}
.menu_simple ul li a.activebutton {
  color: red;
}
/* top menu in all pages*/
#menu-main-navigation > li > ul > li > a {
  margin-top: 7px;
  width: 190px;
}
#menu-main-navigation > li > ul > li > a .ClassSmallImage {
  float: left;
  margin-right: 10px;
  padding-left: 10px;
}
#topnav {
  margin-top: 10px;
}
.menu-toggle {
  display: block;
  padding: 10px;
  margin: 20px 0 0;
  background: #666;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 20px;
}
.srt-menu {
  display: none;
  border-bottom: solid 1px #d3d3d3;
  border-top: solid 1px #d3d3d3;
}
.srt-menu.toggled-on {
  display: block;
  position: relative;
  z-index: 10;
}
.srt-menu {
  clear: both;
  margin-bottom: 60px;
}
.srt-menu ul {
  background-color: #fff;
}
.srt-menu li {
  padding: 10px 10px 10px 0;
}
.srt-menu li a {
  color: black;
  display: block;
  margin: 1px 0;
  text-decoration: none;
}
.srt-menu li.current {
  color: red;
}
.srt-menu li.current a {
  color: red;
}
#menu-main-navigation > li.current > ul > li a {
  color: black !Important;
}
#menu-main-navigation > li.current > ul > li.currentSubItem a {
  color: red !Important;
}
.srt-menu li :hover {
  color: red;
  background-color: #fff;
}
#menu-main-navigation > li:hover {
  color: red;
  background-color: #fff;
}
.srt-menu li li a:hover {
  border-top: 1px solid red;
  color: black;
  padding-top: 3px;
}
#menu-main-navigation {
  display: block;
}
.srt-menu,
.srt-menu * {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.srt-menu ul {
  left: 0;
  position: absolute;
  display: none;
  white-space: nowrap;
  /*Add this to stop the li from wrapping onto new lines*/
}
.srt-menu li {
  display: inline-block;
  /*Add this to make parent li display inline*/
  position: relative;
}
.srt-menu li li {
  margin-left: 0;
}
.srt-menu a {
  display: block;
  position: relative;
}
.srt-menu li:hover ul,
.srt-menu li.sfHover ul {
  display: block;
  left: 0;
  z-index: 99;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.3);
}
ul.srt-menu li:hover li ul,
ul.srt-menu li.sfHover li ul {
  top: -999em;
}
ul.srt-menu li li:hover ul,
ul.srt-menu li li.sfHover ul {
  left: 12em;
  top: 0;
}
ul.srt-menu li li:hover li ul,
ul.srt-menu li li.sfHover li ul {
  top: -999em;
}
ul.srt-menu li li li:hover ul,
ul.srt-menu li li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}
/*footer*/
footer nav ul {
  clear: none !important;
  width: 25%;
}
footer nav ul {
  box-sizing: border-box;
  float: left;
  list-style: outside none none;
  margin: 0 0 20px !important;
  padding: 0 10px;
  width: 25%;
}
footer nav ul li .menu-item {
  padding-bottom: 10px;
}
footer nav {
  background-color: #f0f0f0;
  display: block;
  padding: 62px 0;
}
/*.clearfix {
    padding-left: 80px;
    padding-right: 80px;
}

    .clearfix::after {
        clear: both;
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
    }*/
footer nav ul li.menu-item a {
  background-image: url("../images/icon-chevron-small-right.png?key=2016111109");
  background-position: 0 2px;
  background-repeat: no-repeat;
  margin-left: -5px;
  padding: 0 0 0 20px;
}
footer nav ul li a {
  color: #333;
  display: inline-block;
  text-decoration: none;
}
.velux-blue {
  color: white;
  background-color: #a9cae5;
}
.velux-white {
  background-color: #fff;
}
.velux-red {
  color: white;
  background-color: red;
}
.velux-grey1 {
  background-color: #f0f0f0;
}
.velux-grey2 {
  background-color: #e1e1e1;
}
.velux-grey3 {
  background-color: #c4c4c4;
}
.velux-grey4 {
  background-color: #494949;
  color: white;
}
.velux-grey5 {
  color: white;
  background-color: #333;
}
.checkout-loading {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url('/style/marketing/images/icon-loading-prices-bg-white.gif') 50% 50% no-repeat;
  text-align: center;
}
.checkout-loading * {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.checkout-cart-bundle {
  background: white;
}
.checkout-cart-line {
  background: white;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 20px;
  min-height: 146px;
}
.product_notavailable {
  text-align: right;
  color: #6a6a6a;
  margin-bottom: .5rem;
}
.product-alert {
  border: 1px solid #c44444;
  padding: .5rem;
  text-align: center;
  color: #c44444;
  margin: .5rem 0;
}
.product-warning,
.address-dsminfowarning {
  color: #f77321;
  border: 1px solid #f77321;
  padding: .5rem;
  text-align: center;
  margin: .5rem 0;
}
.product-warning span,
.address-dsminfowarning span {
  color: #f77321;
}
.address-dsminfowarning {
  font-size: 1.2rem;
  display: inline-block;
  margin: .5rem auto;
  padding: .5rem 5rem;
}
.m-paymentOptions {
  padding: 0;
  border-top: 0.1rem solid #e2e3e4;
}
.m-paymentOption {
  border-bottom: 0.1rem solid #e2e3e4;
  padding: 2rem;
  font-family: RobotoLight, Arial, sans-serif;
  line-height: 140%;
}
.m-paymentOption label {
  display: block;
}
.m-paymentOption label.fake-radio {
  margin-top: 2rem;
}
.m-paymentOption:hover {
  background: #e8e8e8;
}
.m-paymentOption:hover .m-paymentOption__logo {
  background: #fff;
}
.m-paymentOption.-active {
  background: #e8e8e8;
}
.m-paymentOption.-active .m-paymentOption__logo {
  background: #fff;
}
.m-paymentOption.-active label {
  font-weight: bold;
}
.m-paymentOption__radioHolder {
  text-align: center;
}
.m-paymentOption__radioHolder input {
  margin: 2rem 0 0 0;
}
.m-paymentOption__logo {
  padding: 1rem;
  height: 2.5rem;
  border: 1px solid #e2e3e4;
  background: #e8e8e8;
  margin-right: 2rem;
  vertical-align: middle;
}
.m-paymentOption__info select {
  width: auto;
  display: inline;
}
.m-paymentOption__info .a-error {
  display: inline;
}
.m-paymentOption__moreInfo {
  color: #202020;
  font-size: 1rem;
  font-weight: 400;
  margin: 0.5rem 0;
  display: block;
  text-decoration: underline;
}
.m-paymentOption__moreInfo:hover {
  color: #0a7e8b;
}
.checkout-line-controls {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.checkout-cart-quantity {
  width: 40px;
  text-align: center;
  margin: 0 10px 0 10px;
  clear: both !important;
  float: none !important;
}
.checkout-cart-controls > * {
  display: inline-block;
  padding: 0;
  margin: 0;
  clear: both !important;
  float: none !important;
}
.checkout-cart-minus,
.checkout-cart-plus {
  text-align: center;
  font-size: 15pt;
  height: 33px;
  line-height: 8px;
  clear: both !important;
  float: none !important;
}
.checkout-cart-minus a,
.checkout-cart-plus a {
  text-decoration: none;
  color: red;
}
.checkout-product-remove {
  font-size: 10pt;
  text-align: center;
  margin: 0;
  padding: 0;
}
.checkout-product-remove a {
  color: #428bca;
}
.checkout-product-remove a:hover {
  color: #a9cae5;
}
.input-group-addon.mandatory {
  color: red;
  background-color: transparent;
  font-size: 30pt;
  height: auto;
}
.checkout-messages {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.checkout-message {
  width: 100%;
  text-align: center;
  background: red;
  position: relative;
  color: white;
  margin: 0 !important;
  z-index: 3;
  padding: 10px 0 10px 0;
  opacity: .8;
  font-weight: bold;
}
.checkout-message > a {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 10px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.checkout-message.fade {
  transition: opacity 2s;
  opacity: 0;
}
.checkout-message.red {
  background: red;
}
.checkout-message.blue {
  background: #a9cae5;
}
.checkout-message.gray {
  background: #f0f0f0;
}
.checkout-debug {
  font-size: 9pt;
}
/* alert Terms and Conditions */
.checkout-message.terms {
  margin: 0.5em 0 !important;
}
.basket-product-price-total.old-price {
  color: grey;
  text-decoration: line-through;
}
.product-campaign-description {
  position: absolute;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(7deg);
  color: white;
  background: red;
  padding: 0 5px 0 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 8pt;
  font-weight: bold;
  top: 20px;
  right: 10px;
}
.form-group {
  position: relative;
}
.form-group.lookup {
  overflow: visible;
  z-index: 2 !important;
}
@media screen and (max-width: 768px) {
  .checkout-address .form-optional-text {
    display: none !important;
  }
}
.checkout-address > .inner {
  max-width: 56rem;
  margin: 0 auto;
}
.address-lookup {
  top: 100%;
  right: 0;
  z-index: 5;
  width: 100%;
  background: white;
  position: absolute;
  overflow-y: scroll;
  max-height: 400px;
  padding: 0;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.3);
}
.address-lookup ol {
  margin: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.address-lookup li {
  padding: 5px;
}
.address-lookup li:hover {
  color: white;
  background: #494949;
  cursor: pointer;
}
.checkout-address-search-link,
.checkout-change-country-link {
  color: #0a7e8b;
  font-weight: 700;
  line-height: 1.4;
  font-size: 10pt;
  float: right;
  line-height: 40px;
}
.country-name {
  font-weight: 700;
  margin-bottom: .5em;
  display: block;
}
.checkout-change-country-infotext span,
.address-dsminfotext span {
  display: block;
  color: #202020;
  padding: 1em;
  border: 1px solid #e1e1e1;
}
.checkout-change-country-infotext span:empty,
.address-dsminfotext span:empty {
  display: none;
}
.checkout-change-country-infotext.warning-message span,
.address-dsminfotext.warning-message span {
  border: 1px solid #f77321;
  color: #f77321;
}
.row-nomargin {
  margin: 0;
}
.checkout-related-product {
  text-align: center;
  border: 1px solid #e1e1e1;
  margin: 5px;
  padding: 20px;
  clear: both;
  position: relative;
}
.checkout-related-product:hover .checkout-related-desc {
  transition: opacity .5s;
  -ms-opacity: 1;
  opacity: 1;
}
.checkout-related-desc {
  position: absolute;
  background: white;
  -ms-opacity: .7;
  opacity: .7;
}
.checkout-related-price {
  float: left;
  font-weight: bold;
  line-height: 36px;
}
.checkout-mini-basket {
  float: right;
  position: relative;
  cursor: pointer;
}
.checkout-mini-basket .checkout-mini-basket-icon {
  height: 35px;
  width: 35px;
  position: relative;
  float: right;
  border-radius: 50% !important;
  background: red url(/content/images/checkout/basket.gif) no-repeat center;
}
.checkout-mini-basket .checkout-mini-basket-icon .checkout-mini-basket-count {
  border: 1px solid red;
  background: white;
  height: 22px;
  min-width: 22px;
  text-align: center;
  border-radius: 50% !important;
  position: absolute;
  top: -8px;
  right: -8px;
  color: red !important;
}
.checkout-mini-basket .checkout-mini-basket-products {
  overflow: hidden;
  position: absolute;
  min-width: 500px;
  right: 0;
  top: 50px;
  background: white;
  padding: 10px;
  clear: both;
  border: 1px solid #e1e1e1;
  z-index: 9999;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.3);
}
.checkout-mini-basket-product-remove {
  height: 100%;
  -ms-opacity: 0;
  opacity: 0;
  transition: opacity linear .5s;
  background: white;
  position: absolute;
  width: 100px;
  right: 0;
  line-height: 100%;
  text-align: center;
}
.checkout-mini-basket-product {
  overflow: hidden;
}
.checkout-mini-basket-product:hover .checkout-mini-basket-product-remove {
  -ms-opacity: .9;
  opacity: .9;
}
.btn[disabled] {
  background: lightcoral;
}
.checkout-qa {
  -webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.3);
  width: 45px !important;
  font-size: 20pt;
  position: absolute !important;
  right: 0px !important;
  left: 0px !important;
  color: white;
  font-weight: bold;
  background: red;
  padding: 0 5px 0 5px !important;
  margin: 0 !important;
}
div.fields-error {
  color: #c44444;
  float: right;
}
.phoneNumRow {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.phoneNumRow label {
  position: absolute;
  top: .3rem;
  left: 16px;
  color: #6a6a6a;
  font-size: .9rem;
}
.phoneNumRow input {
  margin: 1rem 0 .2rem 1rem;
}
.phoneNumRow [class*=grid] {
  float: left;
}
.selectWrapper label {
  top: -0.7em;
  color: #0a7e8b;
  font-size: 1.2rem;
}
.formCombo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.formCombo select {
  width: auto;
}
.formCombo input {
  -ms-flex: 1;
      flex: 1;
}
.addressline-info-message {
  border-left: 4px solid #0a7e8b;
  margin-bottom: 10px;
  margin-top: -10px;
  padding: 6px;
}
.progressbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.progressbar li {
  -ms-flex: 1;
      flex: 1;
}
.a-inputMarker {
  display: none;
  height: 16px;
  line-height: 16px;
  margin-right: .5rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .a-inputMarker {
    top: 0;
  }
}
.a-inputMarker.--valid {
  color: #0a7e8b;
}
.a-inputMarker.--invalid {
  color: #c44444;
  font-size: 1.15rem;
}
input.ng-valid.ng-not-empty ~ .a-inputMarker.--valid {
  display: block;
}
input.ng-touched.ng-invalid ~ .a-inputMarker.--invalid {
  display: block;
}
.m-datePicker option:first-child {
  background: #0a7e8b;
  color: #fff;
}
.m-addressSignup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  margin: 2rem 0;
  padding: 1.5rem;
  /*&__usp {
        width: 100%;

        &List {
            padding: 0 1rem 1rem 1rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            box-sizing: border-box;

            li {
                color: #7F7F7F;
                width: 100%;

                @media screen and (min-width: 768px) {
                    width: auto;
                }

                &:before {
                    content: '\002B';
                    display: inline-block;
                    margin-right: .5rem;
                }
            }
        }
    }*/
}
.m-addressSignup__header {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .m-addressSignup__header {
    -ms-flex: 2;
        flex: 2;
    padding-right: 1rem;
  }
}
.m-addressSignup__header h2 {
  margin: 0;
  font-weight: 700;
  font-size: 1.2rem;
}
.m-addressSignup__header p {
  font-size: 1.1rem;
}
.m-addressSignup__action {
  width: 100%;
  margin-top: 1rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .m-addressSignup__action {
    -ms-flex: 1;
        flex: 1;
    margin: 0;
  }
}
.component .checkout-address .m-addressSignup__action a.button {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
}
.m-addressOnpageSignup {
  background: #fff;
  border: 1px solid #d3d3d3;
  border-top: 3px solid #0a7e8b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-addressOnpageSignup__logo {
  width: 25%;
}
.m-addressOnpageSignup__logo img {
  max-width: 100%;
}
.m-addressOnpageSignup__desc {
  width: 75%;
  padding: 0 .5rem;
  box-sizing: border-box;
}
.m-addressOnpageSignup__desc h4 {
  margin-top: 0;
}
.m-addressOnpageSignup__field {
  width: 100%;
}
.m-addressOnpageSignup__optOut {
  width: 100%;
  text-align: right;
}
.m-addressOnpageSignup__optOut a {
  font-size: .8em;
  color: #4d4d4d;
  margin: 1em 0 0 0;
  text-decoration: underline;
}
.checkboxError {
  color: #c44444;
  visibility: hidden;
  margin-bottom: 1rem;
}
.checkboxError.-visible {
  visibility: visible;
}
.-textRight {
  text-align: right !important;
}
.checkboxes {
  margin-top: 4rem;
}
.m-memberProfile__vat {
  margin-top: 1rem;
}
.m-memberProfile__fileUpload {
  margin-bottom: 1rem;
}
.m-memberInfo {
  border-left: 2px solid #0a7e8b;
  padding: .5rem 1rem;
  margin: 2rem 0;
}
.m-memberInfo h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
}
.m-memberInfo__section {
  margin-bottom: 2rem;
}
.m-memberInfo__section:last-child {
  margin-bottom: 0;
}
.m-memberInfo .-hintText {
  font-size: .8em !important;
  color: #a6a6a6;
}
.m-basket__stockMessages {
  list-style: none;
  margin: 1rem 0 1rem 1rem;
}
.m-basket__stockMessages li {
  color: #7b7a79;
  font-size: 1rem;
  line-height: 1.143rem;
}
.m-basket__stockMessages li:not(:last-child) {
  margin-bottom: .7143rem;
}
.m-basket__stockMessages li::before {
  content: "\2022";
  color: #ffc166;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.143rem;
  vertical-align: bottom;
  display: inline-block;
  width: 1.07rem;
  margin-left: -1.07rem;
}
.m-addressOptions {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .m-addressOptions {
    display: block;
  }
}
.m-addressOption {
  -ms-flex: 1;
      flex: 1;
  margin: 0 1rem;
  padding: 1rem 1rem 3rem 1rem;
  border: .1rem solid #b0b0b1;
  background: #f8f9f9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-addressOption {
    margin-bottom: 1rem;
  }
}
.m-addressOptionHeader {
  font-weight: bold;
  margin-bottom: 2rem;
}
.m-addressOptionDesc {
  margin-bottom: 2rem;
}
.m-addressOption .button {
  margin-bottom: 0 !important;
  font-size: 1em;
  text-align: center;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  width: auto !important;
}
.klarna-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
}
.klarna-container {
  width: 254px;
}
.klarna-title {
  width: 254px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
p.or-text {
  padding: 10px;
  margin-bottom: 0;
}
.klarna-separator {
  -ms-flex: 1;
      flex: 1;
  border: 0.5px solid #c1c1c1;
  width: calc(20%);
}
.klarna-below-text {
  padding: 0;
  width: 254px;
  margin-top: 10px;
  text-align: center;
}
.custom-button {
  width: 254px;
  height: 36px;
}
@media screen and (max-width: 600px) {
  .klarna-section {
    display: block;
  }
  .klarna-container {
    width: 100%;
  }
  .custom-button {
    height: 36px;
    width: 100%;
    line-height: unset;
  }
  .klarna-btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .klarna-below-text {
    width: 100%;
  }
  .klarna-title {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .klarna-container {
    width: 273px;
  }
  .custom-button {
    height: 36px;
    width: 273px;
    line-height: unset;
  }
  .klarna-btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 273px;
    margin-bottom: 10px;
  }
  .klarna-below-text {
    width: 273px;
  }
  .klarna-title {
    width: 273px;
  }
}
