@charset "UTF-8";
/* Button mixins */
footer {
  background-color: #353230;
  margin-top: 0 !important;
}
footer .footer__logo svg,
footer .footer__logo object,
footer .footer__logo img {
  max-width: 300px;
  object-fit: contain;
  width: 100%;
}
footer .footer__info {
  color: #ffffff;
  text-align: center;
}
footer .footer__reviews {
  width: 100%;
  color: #ffffff;
}
footer .footer__reviews svg {
  height: 30px;
}
footer .footer__reviews .review__divider {
  height: 20px;
  border-right: 1px solid #4c4c4c;
  margin: 0 1rem;
}
footer .footer__divider {
  width: 60%;
  margin: 1rem 0;
  /* border-bottom: 1px solid get-color(light-grey, dark); */
}
footer .footer__content {
  color: #ffffff;
  width: 100%;
}
@media only screen and (max-width: 40.99rem) {
  footer .footer__content {
    padding: 0;
  }
}
footer .footer__content svg {
  margin: 0 10px;
}
footer .footer__menu h4 {
  font-size: 21px;
  padding-bottom: 0.5rem;
}
footer .footer__menu li {
  list-style-type: none;
  padding-bottom: 0.25rem;
}
@media only screen and (max-width: 40.99rem) {
  footer .footer__menu li:nth-last-child(1):nth-child(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  footer .footer__menu > div {
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem 0;
  }
  footer .footer__menu > div > div {
    padding: 0.5rem 0;
  }
}
footer .footer__menu a {
  color: #ccc;
  text-decoration: underline;
}
@media only screen and (max-width: 40.99rem) {
  footer .footer__menu a {
    text-align: center;
  }
}
footer .footer__links .link__content .heading__opening {
  cursor: pointer;
}
footer .footer__links .link__content > div {
  position: relative;
}
footer .footer__links .link__content .section__opening {
  display: none;
  position: relative;
  padding-top: 0.5rem;
}
footer .footer__links .link__content .section__opening > div > span {
  margin-left: auto;
}
footer .footer__links .link__content .section__opening div:last-child {
  color: #941717;
}
footer .footer__links .link__content .section__opening.active {
  display: block;
}
footer .footer__links .link__content a {
  color: #ffffff;
}
@media only screen and (max-width: 40.99rem) {
  footer .footer__icons--social {
    display: flex;
  }
}
footer .footer__icons--social a {
  margin: 1rem;
  text-decoration: none;
}
footer .footer__icons--social a svg {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #333;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  padding: 12px;
}
footer .footer__icons--pay .object__desk {
  display: none;
}
footer .footer__icons--pay .object__mobile {
  max-width: 100%;
}
footer .footer__news h4 {
  font-size: 21px;
  padding-bottom: 0.5rem;
}
footer .footer__news .button__news {
  border-radius: 25px;
}
footer .footer__news div {
  color: #ccc;
}
footer .footer__opening h4 {
  font-size: 21px;
  padding-bottom: 0.5rem;
}
footer .footer__opening span {
  color: #ccc;
}
footer .footer__opening strong {
  color: #ffffff;
}
footer .footer__opening > div {
  padding: 1rem 0;
}
footer .footer__opening > div > div > span:last-child {
  margin-left: auto;
  margin-right: 6rem;
}
footer .footer__opening > div > div:last-child > span:last-child strong {
  color: #e94e1b;
}
footer .Kontaktform {
  margin-top: 1rem;
}
footer .Kontaktform input {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 1rem;
  background: transparent;
  border: 1px solid #ccc;
  width: 100%;
  color: #ffffff;
}
footer .Kontaktform input::placeholder {
  color: #ffffff;
}
footer .Kontaktform > div > div {
  margin-right: 1rem;
  flex: 1;
}

.footer__img {
  margin-bottom: -5px;
}

@media only screen and (min-width: 41rem) {
  footer .footer__icons--pay .object__desk {
    display: block;
  }
  footer .footer__icons--pay .object__mobile {
    display: none;
  }
  footer .footer__links .link__content .section__opening {
    position: absolute;
    top: 2rem;
    width: 100%;
  }
}
/* DISPLAY FLEX */
/* ROW */
/* COL */
/* JUSTIFY CONTENT */
/* ALIGN ITEMS */
/* ALIGN SELF */
/* Flex wrap */
/* Order */
/* Button mixins */
#AIRvarukorg-Wrap .close-header {
  padding: 1.5rem;
  background-color: #353230;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
#AIRvarukorg-Wrap .close-header svg {
  width: 20px;
  height: 20px;
}
#AIRvarukorg-Wrap .close-header:before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(/themes/assets/icons/times-light-white.svg);
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  cursor: pointer;
  z-index: 2;
}
#AIRvarukorg-Wrap .close-header:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
}
#AIRvarukorg-Wrap .close-body > div:first-child {
  height: 50vh;
}
#AIRvarukorg-Wrap .close-body > div:first-child span {
  border-top: 1px solid #d8d8d8;
  width: 100%;
  text-align: center;
  padding: 1rem;
}
#AIRvarukorg-Wrap .close-body > div:last-child {
  height: 50vh;
  background-color: #f2f2f2;
  padding: 2rem;
}
#AIRvarukorg-Wrap .close-body > div:last-child span {
  width: 100%;
}
#AIRvarukorg-Wrap .BError {
  padding: 1rem 1rem 1rem 4rem;
  background-color: #f2f2f2;
  color: #353230;
  position: relative;
  line-height: 16px;
  font-size: 12px;
}
#AIRvarukorg-Wrap .BError:before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(/themes/assets/icons/circle-exclamation-light.svg);
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1rem;
  cursor: pointer;
}
#AIRvarukorg-Wrap .BWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f4f1ea;
  overflow: auto;
}
#AIRvarukorg-Wrap .BWrap .RowWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #f5f3ee;
  overflow: hidden;
  overflow-y: scroll;
}
#AIRvarukorg-Wrap .BWrap .RowWrap::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 41rem) {
  #AIRvarukorg-Wrap .BWrap .RowWrap {
    height: 60vh;
  }
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row {
  box-sizing: border-box;
  margin: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 2rem;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .Img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  align-items: center;
  flex: 1 0 20%;
  position: relative;
  padding: 10px;
  margin-right: 10px;
  max-width: 120px;
  max-height: 120px;
  min-width: 120px;
  min-height: 120px;
  background-color: #ffffff;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 60%;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap > *:not(.DescrWrap) {
  margin-top: auto;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .DescrWrap {
  flex: 0 1 100%;
  margin-bottom: auto;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .DescrWrap .Descr a {
  text-decoration: none;
  color: #353230;
  font-weight: 600;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .DescrWrap .VarukorgVarum {
  color: #353230;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .DescrWrap .Specialegenskap {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background-color: #e94e1b;
  color: #ffffff;
  padding: 5px 0.5rem;
  width: fit-content;
  font-size: 11px;
  margin-top: 5px;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .Sub,
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .Add {
  flex: 0 1 10%;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  position: relative;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .Sub {
  border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .Sub:after {
  content: "";
  background-image: url(/themes/assets/icons/minus-regular.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 14px;
  position: absolute;
  left: 6.4px;
  top: 8px;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .Add {
  border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .Add:after {
  content: "";
  background-image: url(/themes/assets/icons/plus-regular.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 14px;
  position: absolute;
  right: 6.4px;
  top: 8px;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .Price {
  margin-left: auto;
  text-align: right;
  order: 1;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 4px;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .Price.price-type-campaign {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -moz-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  max-width: 180px;
}
@media only screen and (max-width: 40.99rem) {
  #AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .Price.price-type-campaign {
    max-width: 110px;
  }
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .Price.price-type-campaign .price-ordinary {
  text-decoration: line-through;
  color: #353230;
  font-weight: 100;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .Price.price-type-campaign .price-campaign {
  margin-left: 0.5rem;
  color: #e94e1b;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .Rem {
  justify-content: flex-end;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  margin-bottom: 6px;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .Rem:after {
  content: "";
  background-image: url(/themes/assets/icons/trash-can-regular.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 8px;
}
#AIRvarukorg-Wrap .BWrap .RowWrap .Row .TxtWrap .Qty {
  flex: 0 1 15%;
  background-color: #ffffff;
  padding: 0;
  text-align: center;
  font-weight: 600;
  border: 0;
  height: 30px;
  width: 40px;
  line-height: 30px;
}
#AIRvarukorg-Wrap .BWrap .Footer {
  background-color: #f4f1ea;
  order: 1;
  margin-top: auto;
}
@media only screen and (min-width: 41rem) {
  #AIRvarukorg-Wrap .BWrap .Footer {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 40.99rem) {
  #AIRvarukorg-Wrap .BWrap .Footer {
    padding-bottom: 6rem;
  }
}
#AIRvarukorg-Wrap .BWrap .Footer .SumWrap,
#AIRvarukorg-Wrap .BWrap .Footer .FreightWrap,
#AIRvarukorg-Wrap .BWrap .Footer .xy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 2rem;
  margin-bottom: 0;
  margin-top: 1rem;
  text-align: right;
}
#AIRvarukorg-Wrap .BWrap .Footer .SumWrap .SumTxt,
#AIRvarukorg-Wrap .BWrap .Footer .SumWrap .FreightTxt,
#AIRvarukorg-Wrap .BWrap .Footer .FreightWrap .SumTxt,
#AIRvarukorg-Wrap .BWrap .Footer .FreightWrap .FreightTxt,
#AIRvarukorg-Wrap .BWrap .Footer .xy .SumTxt,
#AIRvarukorg-Wrap .BWrap .Footer .xy .FreightTxt {
  margin-right: 10px;
}
#AIRvarukorg-Wrap .BWrap .Footer .SumWrap {
  font-weight: 600;
}
#AIRvarukorg-Wrap .BWrap .Footer .reached_xy {
  max-height: 60px !important;
  overflow-y: scroll;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 41rem) {
  #AIRvarukorg-Wrap .BWrap .Footer .reached_xy {
    max-height: 160px;
  }
}
#AIRvarukorg-Wrap .BWrap .Footer .xy {
  margin-bottom: 1rem;
}
#AIRvarukorg-Wrap .BWrap .Footer .Checkout {
  padding: 0 1rem !important;
  margin: 0 1rem !important;
}
#AIRvarukorg-Wrap .BWrap .Footer .Checkout a {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 1rem 40px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background-color: #353230;
  color: #ffffff;
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 100%;
}
#AIRvarukorg-Wrap .BWrap .Footer .Checkout a a:-webkit-any-link {
  color: #ffffff;
  text-decoration: none;
}
#AIRvarukorg-Wrap .BWrap .Footer .Checkout a:hover {
  background-color: #141414;
}
#AIRvarukorg-Wrap .BWrap .Footer .Checkout a:hover {
  background-color: #333;
}
#AIRvarukorg-Wrap .BWrap .Footer .HTML_infogad_under_checkout {
  text-align: center;
  text-decoration: underline;
}
#AIRvarukorg-Wrap .BWrap .fraktfriinformation {
  background-color: #f5f3ee;
  padding: 1rem;
  text-align: center;
}
#AIRvarukorg-Wrap .BWrap .fraktfriinformation .fraktfriinformation_header_text {
  display: none;
}
#AIRvarukorg-Wrap .BWrap .fraktfriinformation .kvar_till_fraktfritt_ej_uppnadd,
#AIRvarukorg-Wrap .BWrap .fraktfriinformation .kvar_till_fraktfritt_uppnadd {
  padding: 1rem 0;
  border-top: 1px solid #d8d8d8;
}
#AIRvarukorg-Wrap .BWrap .fraktfriinformation .kvar_till_fraktfritt_uppnadd {
  font-weight: 600;
}
#AIRvarukorg-Wrap .BWrap .fraktfriinformation .kvar_till_fraktfritt_uppnadd span {
  font-weight: 100;
}

html[lang=sv] #AIRvarukorg-Wrap .close-header:after,
html[lang=sv2] #AIRvarukorg-Wrap .close-header:after {
  content: "Din varukorg";
}

html[lang=en] #AIRvarukorg-Wrap .close-header:after,
html[lang=en2] #AIRvarukorg-Wrap .close-header:after {
  content: "Your shopping cart";
}

html[lang=de] #AIRvarukorg-Wrap .close-header:after {
  content: "Dein Einkaufswagen";
}

html[lang=fi] #AIRvarukorg-Wrap .close-header:after {
  content: "Ostoskori";
}

html[lang=no] #AIRvarukorg-Wrap .close-header:after {
  content: "Din Handlekurv";
}

html[lang=dk] #AIRvarukorg-Wrap .close-header:after {
  content: "Din Indkøbskurv";
}

html[lang=nl] #AIRvarukorg-Wrap .close-header:after {
  content: "Uw Winkelmandje";
}

html[lang=fr] #AIRvarukorg-Wrap .close-header:after {
  content: "Votre Panier";
}

/* Button mixins */
.button {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 1rem 40px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.button a:-webkit-any-link {
  color: #ffffff;
  text-decoration: none;
}
.button__primary {
  background-color: #353230;
  color: #ffffff;
}
.button__primary:hover {
  background-color: #141414;
}
.button__primary:hover {
  background-color: #141414;
}
.button__primary:disabled {
  background-color: #f2f2f2;
  color: #d8d8d8;
}
.button__secondary {
  background-color: #e94e1b;
  color: #ffffff;
}
.button__secondary:hover {
  background-color: #6c260f;
}
.button__secondary:active {
  font-weight: 900;
}
.button__secondary:active {
  background-color: #d8d8d8;
}
.button__secondary:disabled {
  background-color: #f2f2f2;
  color: #d8d8d8;
}
.button__tertiary {
  color: #333;
}
.button__tertiary:hover {
  color: #666;
}
.button__tertiary:active {
  font-weight: 900;
}
.button__tertiary:disabled {
  color: #d8d8d8;
}
.button__submit {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #353230;
  color: #ffffff;
}
.button__submit:hover {
  background-color: #2f842f;
}
.button__submit:active {
  font-weight: 900;
}
.button__submit:disabled {
  background-color: #d8d8d8;
}
.button__radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.button__radio:before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #d8d8d8;
}
.button__radio.selected:after {
  content: "";
  position: absolute;
  border-radius: 20px;
}
.button__radio.inactive {
  color: #b7b7b7;
  pointer-events: none;
  cursor: default;
}
.button__checkbox:before {
  content: "";
  margin-right: 10px;
  background-color: #ffffff;
  height: 15px;
  width: 15px;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
}
.button__checkbox:after {
  content: "";
  position: absolute;
  background-color: #941717;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 2px;
}
.button__lank {
  border: 0px;
  border-radius: 50px;
  -webkit-appearance: none;
  color: #353230;
  padding: 10px;
  background: #ffffff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.button__lank.selected {
  color: #ffffff;
  background: #e94e1b;
}
.button__lank.inactive {
  color: #b7b7b7;
  pointer-events: none;
  cursor: default;
}
.button__toggle:before {
  content: "";
  margin-right: 10px;
  background-color: #ffffff;
  height: 15px;
  width: 30px;
  border-radius: 20px;
  border: 1px solid #d8d8d8;
}
.button__toggle:after {
  content: "";
  position: absolute;
  background-color: #d8d8d8;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 20px;
}
.button__toggle--selected:after {
  content: "";
  position: absolute;
  background-color: #941717;
  left: 18px;
  width: 9px;
  height: 9px;
  border-radius: 20px;
}

/* Button mixins */
/* DISPLAY FLEX */
/* ROW */
/* COL */
/* JUSTIFY CONTENT */
/* ALIGN ITEMS */
/* ALIGN SELF */
/* Flex wrap */
/* Order */
body {
  /* Styling för Loop-relateradeartiklar */
  /* START */
  /* STOPP */
  /* Styling för Loop-sökrutan */
  /* START */
  /* STOPP */
  /* Styling för Loop-artikelgrupp */
  /* START */
  /* STOPP */
}
body .container__related .container__product--slider {
  position: relative;
}
body .container__related .container__product--slider .arrow__left,
body .container__related .container__product--slider .arrow__right {
  position: absolute;
  z-index: 2;
  top: 200px;
  cursor: pointer;
}
body .container__related .container__product--slider .arrow__left svg,
body .container__related .container__product--slider .arrow__right svg {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 1rem;
  width: 20px;
  height: 20px;
}
body .container__related .container__product--slider .arrow__left {
  left: -1rem;
}
body .container__related .container__product--slider .arrow__right {
  right: -1rem;
}
body .container__related .icon__variants:not(.icon--r),
body .container__related .instock--Y,
body .container__related .not_new_product {
  display: none;
}
body #productpage--loop54_related_products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
  padding: 0;
}
body #productpage--loop54_related_products::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 40.99rem) {
  body #productpage--loop54_related_products {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  body #productpage--loop54_related_products > * {
    scroll-snap-align: start;
  }
}
body #productpage--loop54_related_products .l54_product {
  min-width: 45%;
}
body #productpage--loop54_related_products:empty ~ * {
  display: none;
}
body #productpage--loop54_related_products:empty ~ * svg {
  display: none;
}
@media only screen and (min-width: 41rem) {
  body #productpage--loop54_related_products .l54_product {
    min-width: 25%;
  }
}
body #l54_autocomplete_wrapper .ui-widget-content {
  border-radius: 0 0 25px 25px;
  background: #ffffff !important;
  color: #353230;
  padding: 1rem;
  position: absolute;
  top: 25px !important;
  left: 16px !important;
  width: calc(100% - 32px) !important;
  max-height: 600px;
  padding-top: 2rem !important;
  z-index: 10;
  overflow: auto;
}
body #l54_autocomplete_wrapper .ui-widget-content .l54_hl.l54_hl_ac,
body #l54_autocomplete_wrapper .ui-widget-content .l54_hl.l54_hl_acf,
body #l54_autocomplete_wrapper .ui-widget-content .l54_hl.l54_hl_acb,
body #l54_autocomplete_wrapper .ui-widget-content .l54_hl.l54_hl_acc {
  padding: 1rem 0 0.5rem 1rem;
  font-size: 15px;
  font-weight: 600;
}
body #l54_autocomplete_wrapper .ui-widget-content .ui-menu-item {
  padding-left: 2rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}
body #l54_autocomplete_wrapper .ui-widget-content .l54_hl.l54_hl_acf,
body #l54_autocomplete_wrapper .ui-widget-content #allSearchResults {
  padding-top: 1rem;
}
body #l54_autocomplete_wrapper .ui-widget-content #allSearchResults {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 1rem 40px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background-color: #353230;
  color: #ffffff;
  margin: 1rem;
}
body #l54_autocomplete_wrapper .ui-widget-content #allSearchResults a:-webkit-any-link {
  color: #ffffff;
  text-decoration: none;
}
body #l54_autocomplete_wrapper .ui-widget-content #allSearchResults:hover {
  background-color: #141414;
}
body.popup__mobile--active #l54_autocomplete_wrapper {
  display: none;
}
body #Loop_container {
  background: #ffffff;
}
body #main_loop {
  /* Styling för Loop-produktkort */
  /* START */
  /* STOPP */
  /* Styling för Loop-filter */
  /* START */
  /* STOPP */
}
@media only screen and (max-width: 40.99rem) {
  body #main_loop {
    margin-top: 2rem;
  }
}
body #main_loop .icon__variants:not(.icon--has_variants),
body #main_loop .not_new_product,
body #main_loop .icon__campaign:empty,
body #main_loop .instock--Y {
  display: none;
}
body #main_loop .product__price--campaign {
  text-decoration: line-through;
}
body #main_loop .button__loopFilter--open {
  padding: 1rem;
}
body #main_loop .button__loopFilter--open span:last-child {
  margin-left: auto;
  font-weight: 400;
  color: #666;
}
body #main_loop .close-header {
  padding: 1rem;
  background-color: #353230;
}
body #main_loop .close-header svg {
  width: 25px;
  height: 25px;
  color: #ffffff;
}
body #main_loop #filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}
body #main_loop #filters > div:not(#l54_search_result_heading) {
  cursor: pointer;
}
@media only screen and (max-width: 40.99rem) {
  body #main_loop #filters > div:not(#l54_search_result_heading) {
    flex-basis: auto;
  }
}
body #main_loop #filters > div:not(#l54_search_result_heading) svg {
  margin-left: auto;
}
@media only screen and (max-width: 40.99rem) {
  body #main_loop #filters .loop54_sort_wrap {
    padding: 0;
  }
}
body #main_loop #filters .loop--single-filter-wrapper .fa-sort-amount-down-alt {
  display: none;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) {
  position: relative;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop--single-filter-name {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #f2f2f2;
  padding: 1rem;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop--single-filter-name svg {
  transform: rotate(0deg);
  transition: 0.2s;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop--single-filter-name.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop--single-filter-name.active svg {
  transform: rotate(180deg);
  transition: 0.2s;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop--single-filter-name .activeFilterSort {
  display: none;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop-single-filter-choices {
  flex-direction: column;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: absolute;
  background-color: #f2f2f2;
  top: 55px;
  width: calc(100% - 2rem);
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  z-index: 7;
  display: none;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop-single-filter-choices::-webkit-scrollbar {
  display: none;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop-single-filter-choices.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop-single-filter-choices.active .filter-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  cursor: pointer;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop-single-filter-choices.active .filter-item:before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #d8d8d8;
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop-single-filter-choices.active .filter-item:not(:last-child) {
  padding-bottom: 1rem;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop-single-filter-choices.active .filter-item input {
  position: absolute;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop-single-filter-choices.active .filter-item.active:after {
  content: "";
  position: absolute;
  border-radius: 20px;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
  background-color: #e94e1b;
}
body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop-single-filter-choices.active .filter-item .f-c {
  margin-left: auto;
}
body #main_loop #filters .loop--single-filter-wrapper.l54_sort .fa-sort-amount-down-alt {
  display: block;
}
body #main_loop #filters .loop--single-filter-wrapper.l54_sort .fa-chevron-down {
  display: none;
}
body #main_loop #filters .loop--single-filter-wrapper.property73 {
  position: relative;
}
body #main_loop #filters .loop--single-filter-wrapper.property73 .loop--single-filter-name {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #f2f2f2;
  padding: 1rem;
}
body #main_loop #filters .loop--single-filter-wrapper.property73 .loop--single-filter-name svg {
  transform: rotate(0deg);
  transition: 0.2s;
}
body #main_loop #filters .loop--single-filter-wrapper.property73 .loop--single-filter-name.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body #main_loop #filters .loop--single-filter-wrapper.property73 .loop--single-filter-name.active svg {
  transform: rotate(180deg);
  transition: 0.2s;
}
body #main_loop #filters .loop--single-filter-wrapper.property73 .loop--single-filter-name .activeFilterSort {
  display: none;
}
body #main_loop #filters .loop--single-filter-wrapper.property73 .loop-single-filter-choices {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: absolute;
  background-color: #f2f2f2;
  top: 55px;
  width: calc(100% - 2rem);
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  z-index: 1;
  display: none;
}
body #main_loop #filters .loop--single-filter-wrapper.property73 .loop-single-filter-choices.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body #main_loop #filters .loop--single-filter-wrapper.property73 .loop-single-filter-choices.active .filter-item {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: relative;
  border: 1px solid #ddd;
  padding: 10px;
  background: #ffffff;
  -webkit-tap-highlight-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
body #main_loop #filters .loop--single-filter-wrapper.property73 .loop-single-filter-choices.active .filter-item input {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body #main_loop #filters .loop--single-filter-wrapper.property73 .loop-single-filter-choices.active .filter-item.active {
  color: #ffffff;
  background: #e94e1b;
}
body #main_loop #filters .loop--single-filter-wrapper.property73 .loop-single-filter-choices.active .filter-item .f-c {
  display: none;
}
body #main_loop #filters #l54_search_result_heading {
  margin-left: auto;
  padding: 1rem;
}
@media only screen and (min-width: 41rem) {
  body #main_loop #filters {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f2f2f2;
  }
  body #main_loop #filters > div:not(#l54_search_result_heading) svg {
    margin-left: 5px;
  }
  body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop--single-filter-name {
    padding: 0;
  }
  body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop--single-filter-name svg {
    transform: rotate(0deg);
    transition: 0.2s;
  }
  body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop--single-filter-name.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop--single-filter-name.active svg {
    transform: rotate(180deg);
    transition: 0.2s;
  }
  body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop--single-filter-name .activeFilterSort {
    display: none;
  }
  body #main_loop #filters .loop--single-filter-wrapper:not(.property73) .loop-single-filter-choices {
    max-height: 500px;
    overflow-y: scroll;
    position: absolute;
    left: -1rem;
    top: 35px;
    min-width: 350px;
    width: max-content;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  body #main_loop #filters .loop--single-filter-wrapper:not(.property73).l54_sort .loop-single-filter-choices {
    min-width: 60px;
  }
  body #main_loop #filters .loop--single-filter-wrapper.property73 .loop--single-filter-name {
    padding: 0;
  }
  body #main_loop #filters .loop--single-filter-wrapper.property73 .loop-single-filter-choices {
    left: -1rem;
    top: 35px;
    min-width: 60px;
    max-width: 620px;
    width: max-content;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  body #main_loop #filters #l54_search_result_heading {
    margin-left: auto;
    padding: 1rem;
  }
}
body #directresults {
  padding: 0.5rem;
}

.loop--active main {
  display: none;
}

/* Wishlist Loop - START */
.wishlist__loggedin--yes {
  display: none;
}

.wishlist__loggedin--no {
  display: block;
}

.user--loggedIn .wishlist__loggedin--yes {
  display: block;
}
.user--loggedIn .wishlist__loggedin--no {
  display: none;
}

/* Campaign Icons - START */
.icon--date[hide=""] {
  display: none;
}

#mypages-container a {
  text-align: center;
  color: #353230;
  text-decoration: none;
}
#mypages-container h1 {
  padding: 0.5rem 0;
}
@media only screen and (max-width: 40.99rem) {
  #mypages-container h1 {
    font-size: 21px;
  }
}
#mypages-container h3 {
  font-size: 1.5em;
  padding: 1rem 0;
}
#mypages-container table {
  margin: 1rem 0;
}

div#minsidaDrop,
#minsidaDrop ul {
  list-style: none;
  width: 100%;
  display: inline-block;
}

#minsidaDrop {
  /* Mina sidor - START */
  /* Mina sidor - STOPP */
}
#minsidaDrop ul {
  margin: 20px 0 0 0;
}
#minsidaDrop ul #logout {
  background-color: #353230 !important;
}
#minsidaDrop ul #logout a {
  color: #ffffff !important;
}
#minsidaDrop ul li span a {
  text-align: center;
  color: #353230;
  text-decoration: none;
}
#minsidaDrop ul li span a:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
#minsidaDrop ul li #hem a:before {
  background-image: url(/themes/assets/icons/house-solid.svg);
}
#minsidaDrop ul li #andraprofil a:before {
  background-image: url(/themes/assets/icons/user-large-solid.svg);
}
#minsidaDrop ul li #dinsida_order a:before {
  background-image: url(/themes/assets/icons/truck-solid.svg);
}
#minsidaDrop ul li #dinsida_bevakningar a:before {
  background-image: url(/themes/assets/icons/heart-solid.svg);
}
#minsidaDrop ul li #dinsida_betyg a:before {
  background-image: url(/themes/assets/icons/star-half-stroke-solid.svg);
}
#minsidaDrop ul li #dinsida_presentkort a:before {
  background-image: url(/themes/assets/icons/envelope-regular.svg);
}
#minsidaDrop ul li #Onskelista a:before {
  background-image: url(/themes/assets/icons/gift-solid.svg);
}
#minsidaDrop ul li #logout a:before {
  background-image: url(/themes/assets/icons/power-off-solid.svg);
}
#minsidaDrop ul li ul li {
  display: inline-block;
  padding: 10px;
  margin: 0;
  text-align: center;
  width: 49%;
}
@media only screen and (min-width: 65rem) {
  #minsidaDrop ul li ul li {
    margin: 0.5%;
    width: 95px;
  }
}
#minsidaDrop ul li ul li:hover a:before {
  opacity: 0.6;
}
#minsidaDrop ul ul {
  width: 100%;
  float: left;
  margin: 0 0 2% 0;
  text-align: center;
}
#minsidaDrop h2 {
  display: none;
}
#minsidaDrop a {
  width: 100%;
}

.Din_Sida_Onskelista_Wrapper .image-stack {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background-color: #ffffff;
}
.Din_Sida_Onskelista_Wrapper .image-stack .background-grey {
  display: none;
}
.Din_Sida_Onskelista_Wrapper .article-info {
  padding: 0.5rem;
}
.Din_Sida_Onskelista_Wrapper .buttons-wishlist a {
  background: #353230 !important;
}

/* Kundprofil - START */
#Adressblock {
  width: 100%;
  color: #353230;
}
#Adressblock .Snabbkassa_Kundfalt_Marginal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
}
@media only screen and (min-width: 65rem) {
  #Adressblock .Snabbkassa_Kundfalt_Marginal {
    flex-direction: column;
  }
}
#Adressblock .Snabbkassa_Kundfalt_Marginal .Snabbkassa_Kunduppgift_Etiketter {
  width: 38%;
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (min-width: 65rem) {
  #Adressblock .Snabbkassa_Kundfalt_Marginal .Snabbkassa_Kunduppgift_Etiketter {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
  }
}
#Adressblock #Adressblock2 {
  display: flex !important;
  justify-content: space-between;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#Adressblock #Adressblock2 > p {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
  position: relative;
}
#Adressblock #Adressblock2 > p img {
  position: absolute;
  right: 10px;
  top: 42px;
}
@media only screen and (min-width: 65rem) {
  #Adressblock #Adressblock2 > p img {
    top: 52px;
  }
}
#Adressblock #Adressblock2 .Snabbkassa_Kundfalt_Marginal {
  flex: 0 1 100%;
}
@media only screen and (min-width: 65rem) {
  #Adressblock #Adressblock2 .Snabbkassa_Kundfalt_Marginal {
    flex: 0 1 48%;
  }
}
#Adressblock #Adressblock2 .Knapp_Generell_Tabell {
  width: 100%;
}
#Adressblock #Adressblock2 .Knapp_Generell_Tabell td {
  text-align: left;
}
#Adressblock #Adressblock2 .Knapp_Generell_Tabell #SubmitKnapp {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 1rem 40px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background-color: #353230;
  color: #ffffff;
  color: #ffffff !important;
}
#Adressblock #Adressblock2 .Knapp_Generell_Tabell #SubmitKnapp a:-webkit-any-link {
  color: #ffffff;
  text-decoration: none;
}
#Adressblock #Adressblock2 .Knapp_Generell_Tabell #SubmitKnapp:hover {
  background-color: #141414;
}
#Adressblock #Adressblock2 #SKM_Foretag {
  flex: 0 1 100% !important;
}
#Adressblock #Adressblock2 #LankAdressblockAnvnamn,
#Adressblock #Adressblock2 #LankAdressblockOvrigt,
#Adressblock #Adressblock2 #LankAdressblockLeveransadress {
  width: 100%;
  padding: 0.5rem 0;
}
#Adressblock #Adressblock2 #LankAdressblockAnvnamn label,
#Adressblock #Adressblock2 #LankAdressblockOvrigt label,
#Adressblock #Adressblock2 #LankAdressblockLeveransadress label {
  display: none;
}
#Adressblock #Adressblock2 #SKM_Erbjud,
#Adressblock #Adressblock2 #SKM_Losenord {
  box-sizing: border-box;
  margin: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem;
  flex: 0 1 100%;
}
@media only screen and (min-width: 65rem) {
  #Adressblock #Adressblock2 #SKM_Erbjud,
  #Adressblock #Adressblock2 #SKM_Losenord {
    flex: 0 1 48%;
    padding: 0.5rem 0;
  }
}
#Adressblock #Adressblock2 #SKM_Erbjud {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  line-height: 30px;
}
#Adressblock #Adressblock2 #SKM_Erbjud input {
  margin-right: 10px;
}
#Adressblock #Adressblock2 #SKM_Erbjud img {
  display: none;
}
#Adressblock #Adressblock2 #SKM_Erbjud label {
  display: none;
}
@media only screen and (min-width: 65rem) {
  #Adressblock #Adressblock2 #SKM_Erbjud label {
    display: block;
  }
}
#Adressblock #Adressblock2 #Land {
  line-height: 20px !important;
}
#Adressblock #Adressblock2 input[type=text],
#Adressblock #Adressblock2 input[type=password],
#Adressblock #Adressblock2 select,
#Adressblock #Adressblock2 textarea,
#Adressblock #Adressblock2 #nyhetsbrev input[type=submit],
#Adressblock #Adressblock2 #kontaktformular input[type=submit],
#Adressblock #Adressblock2 select.FilterFrm {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #555;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 6px;
  -webkit-transition: border 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0;
  transition: border 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#Adressblock #Adressblock2 .KundprofilFaltOK,
#Adressblock #Adressblock2 .KundprofilFaltFEL,
#Adressblock #Adressblock2 .KundprofilFaltOK_Kort,
#Adressblock #Adressblock2 .KundprofilFaltFEL_Kort,
#Adressblock #Adressblock2 .Kassan input:not([type=checkbox]):not([type=radio]),
#Adressblock #Adressblock2 .Presentkortsruta tbody tr td input {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  height: 45px !important;
  line-height: 45px !important;
  width: 100%;
  border: 1px solid #ccc !important;
  padding: 9px 15px !important;
  border-radius: 5px !important;
}

/* Kundprofil - STOPP */
/* Önskelista - START */
.DS_OL_Table_ToppFlik {
  display: none;
}

.DS_OL_Table_Wrap .DS_OL_Table_Artiklar {
  padding: 10px;
  border: 1px solid #ddd;
}
.DS_OL_Table_Wrap .DS_OL_Table_Artiklar tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  padding: 1rem;
}
.DS_OL_Table_Wrap .DS_OL_Table_Artiklar tr td:not(:last-child) {
  padding: 0.5rem;
  margin-right: 0.5rem;
}
.DS_OL_Table_Wrap .DS_OL_Table_Artiklar tr td:last-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  -moz-align-items: end;
  -webkit-align-items: end;
  margin-left: auto;
}
.DS_OL_Table_Wrap .DS_OL_Table_Artiklar tr .PrisBOLD,
.DS_OL_Table_Wrap .DS_OL_Table_Artiklar tr .PrisREA {
  color: #e94e1b;
  font-size: 18px;
  font-weight: 900;
}
.DS_OL_Table_Wrap .DS_OL_Table_Artiklar tr .PrisORD {
  text-decoration: line-through;
  margin-left: 10px;
}
.DS_OL_Table_Wrap .DS_OL_Table_Knappar .Knapp_Generell {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 1rem 40px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background-color: #353230;
  color: #ffffff;
  margin: 0 0.5rem;
}
.DS_OL_Table_Wrap .DS_OL_Table_Knappar .Knapp_Generell a:-webkit-any-link {
  color: #ffffff;
  text-decoration: none;
}
.DS_OL_Table_Wrap .DS_OL_Table_Knappar .Knapp_Generell:hover {
  background-color: #141414;
}
.DS_OL_Table_Wrap .DS_OL_Table_Knappar .Knapp_Generell a {
  color: #ffffff !important;
}

/* Önskelista - STOPP */
/* Bevakalista - START */
#bevaka_artikel_slutfor {
  padding: 2rem 0;
}
#bevaka_artikel_slutfor > * {
  padding: 1rem 0;
}
#bevaka_artikel_slutfor .Knapp_Generell_Tabell .Knapp_Generell {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 1rem 40px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background-color: #353230;
  color: #ffffff;
}
#bevaka_artikel_slutfor .Knapp_Generell_Tabell .Knapp_Generell a:-webkit-any-link {
  color: #ffffff;
  text-decoration: none;
}
#bevaka_artikel_slutfor .Knapp_Generell_Tabell .Knapp_Generell:hover {
  background-color: #141414;
}

/* Bevakalista - STOPP */
/* Logga in sida - START */
.container__buttons {
  padding: 0 1rem;
}
.container__buttons a:last-child {
  margin-top: 1rem;
}
@media only screen and (min-width: 65rem) {
  .container__buttons a {
    margin-right: 1rem;
  }
  .container__buttons a:last-child {
    margin-top: 0;
  }
}

.section__username input,
.section__password input {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #d8d8d8;
  background-color: #f2f2f2;
  margin-top: 10px;
  width: 100%;
}

/* Logga in sida - STOPP */
/* Köp presentkort - START */
#mypages-container .Presentkort {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  max-width: 64rem;
  margin: auto;
  padding: 0 1rem;
  text-align: center;
}
#mypages-container .Presentkort table {
  margin: 0 !important;
}
#mypages-container .Presentkort > h2 {
  padding: 1rem;
}
#mypages-container .Presentkort > p {
  padding: 1rem 1rem 0 1rem;
}
#mypages-container .Presentkort > table {
  display: none;
}
#mypages-container .Presentkort > p a {
  text-decoration: underline;
}
#mypages-container .Presentkort > form br {
  display: none;
}
#mypages-container .Presentkort > form table {
  width: 100%;
}
@media only screen and (min-width: 41rem) {
  #mypages-container .Presentkort > form table {
    width: auto;
  }
}
#mypages-container .Presentkort > form table:not(.Knapp_Kop_Tabell) {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #ffffff;
}
#mypages-container .Presentkort > form table:not(.Knapp_Kop_Tabell) td {
  position: relative;
}
#mypages-container .Presentkort > form table:not(.Knapp_Kop_Tabell) td > input,
#mypages-container .Presentkort > form table:not(.Knapp_Kop_Tabell) td > select {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #f2f2f2;
  border: none;
  text-align: center;
  width: 100%;
  padding: 1rem;
  -webkit-appearance: none;
}
#mypages-container .Presentkort > form table:not(.Knapp_Kop_Tabell) td > select {
  padding: 1rem 0.5rem 1rem 0.5rem;
  cursor: pointer;
  text-align: left;
}
#mypages-container .Presentkort > form table:not(.Knapp_Kop_Tabell) td table:not(.Knapp_Kop_Tabell) > tbody > tr > td {
  position: relative;
}
#mypages-container .Presentkort > form table:not(.Knapp_Kop_Tabell) td table:not(.Knapp_Kop_Tabell) > tbody > tr > td:first-child, #mypages-container .Presentkort > form table:not(.Knapp_Kop_Tabell) td table:not(.Knapp_Kop_Tabell) > tbody > tr > td:last-child {
  display: block;
  padding: 0.5rem 1rem;
}
#mypages-container .Presentkort > form table:not(.Knapp_Kop_Tabell) td table:not(.Knapp_Kop_Tabell) > tbody > tr > td:nth-child(2), #mypages-container .Presentkort > form table:not(.Knapp_Kop_Tabell) td table:not(.Knapp_Kop_Tabell) > tbody > tr > td:nth-child(3) {
  display: inline-block;
  padding: 0.5rem 1rem;
}
#mypages-container .Presentkort > form table:not(.Knapp_Kop_Tabell) td table:not(.Knapp_Kop_Tabell) > tbody > tr > td:nth-child(2) {
  width: 70%;
}
#mypages-container .Presentkort > form table:not(.Knapp_Kop_Tabell) td table:not(.Knapp_Kop_Tabell) > tbody > tr > td:nth-child(3) {
  width: 30%;
}
#mypages-container .Presentkort > form table:not(.Knapp_Kop_Tabell) td table:not(.Knapp_Kop_Tabell) > tbody > tr > td:nth-child(2):after {
  content: "";
  position: absolute;
  background-image: url(/themes/assets/icons/chevron-down-regular.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  padding: 8px;
  right: 25px;
  top: 24px;
  pointer-events: none;
}
#mypages-container .Presentkort > form table:not(.Knapp_Kop_Tabell) td .Knapp_Kop_Tabell {
  width: 100%;
}
#mypages-container .Presentkort > form .Knapp_Kop_Vanster,
#mypages-container .Presentkort > form .Knapp_Kop_Hoger {
  display: none;
}
#mypages-container .Presentkort > form .Knapp_Kop a {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 1rem 40px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #353230;
  color: #ffffff;
  display: block;
  width: 100%;
}
#mypages-container .Presentkort > form .Knapp_Kop a a:-webkit-any-link {
  color: #ffffff;
  text-decoration: none;
}
#mypages-container .Presentkort > form .Knapp_Kop a:hover {
  background-color: #2f842f;
}

/* Köp presentkort - STOPP */
/* Bevakasida - START */
.page--watchlist h1 {
  padding-inline: 1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.page--watchlist form[name=FormOvervakning] > table {
  display: block;
  padding-inline: 1rem;
}
.page--watchlist form[name=FormOvervakning] > table > tbody {
  width: 100%;
  display: block;
}
.page--watchlist form[name=FormOvervakning] > table > tbody > tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.page--watchlist form[name=FormOvervakning] > table > tbody > tr > td {
  text-align: left;
}
.page--watchlist form[name=FormOvervakning] > table > tbody > tr > td > input {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #d8d8d8;
  padding: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 100%;
}
@media only screen and (min-width: 41rem) {
  .page--watchlist form[name=FormOvervakning] > table > tbody > tr > td > input {
    min-width: 30%;
  }
}
.page--watchlist form[name=FormOvervakning] > table > tbody > tr > td .Knapp_Generell {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 0.5rem;
  background-color: #f2f2f2;
}

/* Bevakasida - STOPP */
@media only screen and (min-width: 41rem) {
  header {
    background-color: transparent;
  }
}
