._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
  box-shadow: unset !important; }

.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
  max-width: 1550px !important; }

[data-content-type='row'][data-appearance='contained'] {
  max-width: 1550px !important; }

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1550px !important; } }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/lato-v24-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-100italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/lato-v24-latin-100italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v24-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/lato-v24-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v24-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/lato-v24-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-v24-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-900italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/lato-v24-latin-900italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

body {
  font-family: "Verdana", Arial, sans-serif;
  font-weight: 400;
  color: #212529; }

h1 {
  font-size: 56px;
  font-weight: 700; }
  @media (max-width: 575px) {
    h1 {
      font-size: 19px; } }
  @media (min-width: 576px) {
    h1 {
      font-size: 19px; } }
  @media (min-width: 768px) {
    h1 {
      font-size: 25px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 50px; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 56px; } }
  @media (min-width: 1400px) {
    h1 {
      font-size: 62px; } }

h2 {
  font-size: 36px;
  font-weight: 700; }
  @media (max-width: 575px) {
    h2 {
      font-size: 18px; } }
  @media (min-width: 576px) {
    h2 {
      font-size: 18px; } }
  @media (min-width: 768px) {
    h2 {
      font-size: 28px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 32px; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 36px; } }
  @media (min-width: 1400px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 28px;
  font-weight: 700; }
  @media (max-width: 575px) {
    h3 {
      font-size: 18px; } }
  @media (min-width: 576px) {
    h3 {
      font-size: 18px; } }
  @media (min-width: 768px) {
    h3 {
      font-size: 24px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 28px; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 28px; } }
  @media (min-width: 1400px) {
    h3 {
      font-size: 32px; } }

h4 {
  font-size: 22px;
  font-weight: 700; }
  @media (max-width: 575px) {
    h4 {
      font-size: 14px; } }
  @media (min-width: 576px) {
    h4 {
      font-size: 14px; } }
  @media (min-width: 768px) {
    h4 {
      font-size: 18px; } }
  @media (min-width: 992px) {
    h4 {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    h4 {
      font-size: 22px; } }
  @media (min-width: 1400px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 18px;
  font-weight: 700; }
  @media (max-width: 575px) {
    h5 {
      font-size: 12px; } }
  @media (min-width: 576px) {
    h5 {
      font-size: 12px; } }
  @media (min-width: 768px) {
    h5 {
      font-size: 14px; } }
  @media (min-width: 992px) {
    h5 {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    h5 {
      font-size: 18px; } }
  @media (min-width: 1400px) {
    h5 {
      font-size: 20px; } }

h6 {
  font-size: 14px;
  font-weight: 700; }
  @media (max-width: 575px) {
    h6 {
      font-size: 12px; } }
  @media (min-width: 576px) {
    h6 {
      font-size: 12px; } }
  @media (min-width: 768px) {
    h6 {
      font-size: 12px; } }
  @media (min-width: 992px) {
    h6 {
      font-size: 12px; } }
  @media (min-width: 1200px) {
    h6 {
      font-size: 14px; } }
  @media (min-width: 1400px) {
    h6 {
      font-size: 14px; } }

p,
button,
a {
  font-size: 20px;
  font-weight: 300; }
  @media (max-width: 575px) {
    p,
    button,
    a {
      font-size: 17px; } }
  @media (min-width: 576px) {
    p,
    button,
    a {
      font-size: 17px; } }
  @media (min-width: 768px) {
    p,
    button,
    a {
      font-size: 20px; } }
  @media (min-width: 992px) {
    p,
    button,
    a {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    p,
    button,
    a {
      font-size: 20px; } }
  @media (min-width: 1400px) {
    p,
    button,
    a {
      font-size: 20px; } }

@media (max-width: 575px) {
  div,
  th,
  td,
  select {
    font-size: 12px; } }

@media (min-width: 576px) {
  div,
  th,
  td,
  select {
    font-size: 12px; } }

@media (min-width: 768px) {
  div,
  th,
  td,
  select {
    font-size: 14px; } }

@media (min-width: 992px) {
  div,
  th,
  td,
  select {
    font-size: 14px; } }

@media (min-width: 1200px) {
  div,
  th,
  td,
  select {
    font-size: 14px; } }

@media (min-width: 1400px) {
  div,
  th,
  td,
  select {
    font-size: 14px; } }

.primary .actions-toolbar > .action, .primary .action-gift, .primary button, .primary .continue {
  color: #006562 !important;
  background: #c6d632 !important;
  border: 1.3px solid #c6d632 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 400;
  transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease; }
  .primary .actions-toolbar > .action:hover, .primary .action-gift:hover, .primary button:hover, .primary .continue:hover {
    background: #006562 !important;
    color: #c6d632 !important; }

.primary .multicheckout {
  color: #000;
  background-color: transparent;
  background: transparent;
  font-size: 15px; }

.action.primary {
  color: #006562 !important;
  background: #c6d632 !important;
  border: 1.3px solid #c6d632 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 400;
  transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease; }
  .action.primary:hover {
    background: #006562 !important;
    color: #c6d632 !important; }

a {
  color: #000000;
  text-decoration: unset; }
  a:hover {
    text-decoration: underline;
    color: #222; }

/* #############
 #
 #  Product Detailseite Button
 #
 ############################## */
.action.tocart {
  width: 100%;
  color: #006562 !important;
  background: #c6d632 !important;
  border: 1.3px solid #c6d632 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 400;
  transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease; }
  .action.tocart:hover {
    background: #006562 !important;
    color: #c6d632 !important; }

/* #############
 #
 #  Warenkorb Button
 #
 ############################## */
.action.continue, .action.action-edit, .action.checkout, .action.update {
  color: #006562 !important;
  background: #c6d632 !important;
  border: 1.3px solid #c6d632 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 400;
  transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease; }
  .action.continue:hover, .action.action-edit:hover, .action.checkout:hover, .action.update:hover {
    background: #006562 !important;
    color: #c6d632 !important; }

.action.action-delete {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 400;
  transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
  color: #000 !important;
  background: #a8a9ad !important;
  border: 1px solid #a8a9ad !important; }
  .action.action-delete:hover {
    color: #fff !important;
    background: #808285 !important; }

.action.update {
  font-size: 1rem; }

a.action.remind {
  font-size: 13px;
  color: #006562; }

.rtk-unsere-marken {
  min-height: 137px;
  justify-content: center !important; }
  .rtk-unsere-marken img {
    max-width: 183px !important;
    max-height: 63px; }
    @media screen and (max-width: 768px) {
      .rtk-unsere-marken img {
        padding: 15px 0; } }
  .rtk-unsere-marken .pagebuilder-column {
    align-items: center;
    justify-content: center !important; }

* {
  font-family: "Verdana", Arial, sans-serif; }

h1, .h1 {
  color: #006562; }

.header.content {
  display: flex;
  align-items: center; }

.header.links {
  min-width: 90px; }
  .header.links a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.3rem; }

.rtk-account {
  display: grid; }

.rtk-top-header {
  background: #c6d632;
  color: #fff;
  padding: 1rem; }
  .rtk-top-header > div {
    padding: 0 20px; }
  .rtk-top-header * {
    font-size: 14px;
    color: #006562; }

.rtk-account:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/person.svg);
  background-size: contain; }

.user-active:before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain !important;
  background: url(../images/person-check.svg); }

.rtk-search {
  display: grid; }

.rtk-search:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/search.svg");
  background-size: contain; }

.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #222;
  border: unset;
  padding: 8px 15px; }

.minicart-wrapper .action.showcart:before {
  content: "";
  background: url(../images/bag.svg);
  height: 29px;
  width: 29px;
  background-size: contain; }

.minicart-wrapper .action.showcart.active:before {
  content: "";
  background: url(../images/bag.svg);
  height: 29px;
  width: 29px;
  background-size: contain; }

.panel.wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 0 !important; }

.logo {
  float: none !important;
  margin: 0; }

/* WISHLIST */
.rtk-wishlist {
  position: relative; }
  .rtk-wishlist .counter.qty {
    background: #f00;
    color: #fff;
    border-radius: 100%;
    right: 8px;
    position: absolute;
    text-align: center;
    padding: 1px 7px;
    font-size: 13px;
    top: -5px;
    font-weight: 300; }

.header.links .rtk-wishlist a {
  display: block;
  height: 32px;
  width: 28px;
  margin-top: 0;
  background-image: url(../images/rtk_icon_heart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

/* SEARCH */
.pagebuilder-column {
  padding: 0 !important; }

.minicart-wrapper .action.showcart .counter.qty {
  background: #f00;
  color: #ffffff;
  height: 19px;
  line-height: 18px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  width: 19ox;
  border-radius: 100%;
  text-align: center;
  padding: 0px;
  font-size: 1.3rem;
  position: absolute;
  right: 11px;
  top: -8px; }

#search {
  border: unset !important;
  border-radius: unset !important;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #search::-webkit-input-placeholder {
    color: #fff !important; }
  #search:-moz-placeholder {
    color: #fff !important; }
  #search::-moz-placeholder {
    color: #fff !important; }
  #search:-ms-input-placeholder {
    color: #fff !important; }

.search {
  width: 100%; }
  .search .action.advanced {
    color: #fff;
    font-size: 1.2rem; }

.block-search {
  float: none !important;
  width: -webkit-fill-available !important; }
  .block-search .search[disabled] {
    opacity: 1 !important;
    box-shadow: unset !important; }
  .block-search ._keyfocus *:focus,
  .block-search input:not([disabled]):focus,
  .block-search textarea:not([disabled]):focus,
  .block-search select:not([disabled]):focus {
    box-shadow: unset !important; }

.block-search .action.search:before {
  content: unset !important; }

.rtk-search-block {
  background: #000; }
  .rtk-search-block .action.search {
    position: relative !important; }
  .rtk-search-block .control {
    padding: 0 !important; }
    .rtk-search-block .control:before {
      content: "";
      width: 30px;
      height: 30px;
      position: absolute;
      background: url(../images/search-white.svg); }
  .rtk-search-block #rtk-search-id #search {
    border: unset;
    background: #000;
    color: #fff; }
  .rtk-search-block #rtk-search-id #search_mini_form {
    background: #000;
    display: flex;
    padding: 3rem;
    color: #fff; }
  .rtk-search-block #rtk-search-id .card {
    border: unset; }

@media screen and (max-width: 768px) {
  .panel.wrapper {
    margin-left: auto; }
  .rtk-toggler {
    order: 2; }
  .header .minicart-wrapper {
    margin-top: 0; }
  .nav-toggle {
    position: static; }
    .nav-toggle::before {
      content: unset; } }

.rtk-top-header-container {
  max-width: 1550px;
  margin: auto;
  padding: 0 0.4rem !important; }
  @media screen and (max-width: 768px) {
    .rtk-top-header-container * {
      text-align: left !important; } }

.header.links .rtk-wishlist a {
  margin: auto; }

.minicart-wrapper .text {
  clip: unset !important;
  height: 100% !important;
  width: 100% !important;
  position: relative !important;
  display: block;
  font-size: 14px;
  color: #000;
  overflow: unset !important; }

.minicart-wrapper .action.showcart {
  text-align: center; }

.rtk-search::after {
  content: "Suche";
  font-size: 14px; }

.rtk-wishlist > span {
  font-size: 14px; }

.rtk-account {
  font-size: 14px !important; }

ul.header.links {
  display: flex !important;
  align-items: flex-end; }

.panel.header {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end; }

.minicart-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 2px; }

.minicart-wrapper {
  margin-bottom: -2px; }

@media screen and (max-width: 768px) {
  ul.header.links {
    display: none !important; } }

.rtk-banner-inside img {
  width: 100%; }

.minicart-wrapper {
  display: flex;
  flex-direction: column; }
  .minicart-wrapper .offcanvas-header {
    background: #e8e8e8;
    cursor: pointer;
    transition: all .2s ease; }
    .minicart-wrapper .offcanvas-header:hover {
      background-color: #d7d7d7; }
    .minicart-wrapper .offcanvas-header:before {
      content: "";
      background-image: url(../images/chevron-left.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 20px;
      height: 20px;
      margin-right: 1rem; }
  .minicart-wrapper .product-item-details a {
    color: #000 !important;
    font-weight: 600;
    font-size: 14px; }
  .minicart-wrapper #btn-minicart-close {
    display: none; }
  .minicart-wrapper .minicart-items-wrapper {
    margin: 0 !important; }
  .minicart-wrapper .actions .viewcart {
    color: #000 !important;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    display: block;
    margin: 0 auto 2rem;
    letter-spacing: 1.1px;
    font-size: 14px;
    margin-top: 1rem; }
    .minicart-wrapper .actions .viewcart:hover {
      text-decoration: unset; }
  .minicart-wrapper .block-title {
    display: none; }
  .minicart-wrapper .block-content {
    font-size: 14px;
    display: flex;
    flex-direction: column; }
    .minicart-wrapper .block-content .subtotal {
      order: 10; }
    .minicart-wrapper .block-content > .actions {
      order: 9; }
      .minicart-wrapper .block-content > .actions #top-cart-btn-checkout {
        width: 100%;
        padding: 13px;
        font-size: 18px; }

.nav-sections {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #d1d1d1 !important;
  background: #fff !important; }
  .nav-sections .navigation {
    background: #fff !important; }
    .nav-sections .navigation .active a {
      border: unset !important; }
      .nav-sections .navigation .active a span {
        color: #000000; }
    .nav-sections .navigation .level-top {
      padding: 0 6px !important; }
      .nav-sections .navigation .level-top a {
        display: inline-block;
        position: relative;
        text-decoration: none; }
        .nav-sections .navigation .level-top a:after {
          content: "";
          position: absolute;
          width: 100%;
          transform: scaleX(0);
          border-radius: 5px;
          height: 0.09em;
          bottom: 0;
          left: 0;
          background: currentcolor;
          transform-origin: bottom right;
          transition: transform 0.25s ease-out; }
        .nav-sections .navigation .level-top a:hover::after {
          transform: scaleX(1);
          transform-origin: bottom left; }
        .nav-sections .navigation .level-top a span {
          text-transform: uppercase;
          font-size: 1.4rem;
          color: #006562;
          font-weight: 600; }

.nav-toggle {
  right: 20px !important;
  left: auto; }

#block-collapsible-nav .nav {
  display: block; }

@media screen and (min-width: 768px) {
  .offcanvas-rtk-links {
    display: none; } }

@media screen and (max-width: 768px) {
  .nav-sections .nav-sections-item-content {
    padding: 0;
    margin-top: 3rem; }
  .nav-sections .offcanvas-rtk-links {
    text-align: center;
    text-transform: uppercase; }
    .nav-sections .offcanvas-rtk-links a {
      font-weight: 600;
      font-size: 13px;
      margin: 8px 6px 0 6px;
      text-decoration: underline;
      text-decoration: underline; }
      .nav-sections .offcanvas-rtk-links a::before {
        content: unset !important; }
      .nav-sections .offcanvas-rtk-links a::after {
        content: unset !important; }
  .nav-sections .navigation .level0 {
    border-top: unset !important;
    border-bottom: unset !important;
    margin-bottom: 1rem !important; } }

@media screen and (min-width: 768px) {
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px !important;
    line-height: 20px;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    margin-right: -23px; }
  .navigation .level0 .submenu a span {
    font-size: 1.2rem; }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    font-size: 35px !important;
    margin-right: -6px;
    margin-bottom: -12px; }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border: unset !important; }
  .level0.active:before,
  .level0.has-active:before {
    content: "";
    border-bottom: solid 2px #e05d26;
    width: 89%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .level0.active > a:after,
  .level0.has-active > a:after {
    content: unset !important; } }

.filter-options .filter-options-title {
  padding-bottom: 0.25rem;
  color: #e05d26;
  border-bottom: 1px solid #a8a9ad; }

.rtk-footer {
  margin-top: 4rem;
  background-color: #821c20;
  border-top: 0;
  color: #fff; }
  .rtk-footer .footer-zahlungsarten img {
    width: 100%;
    max-width: 50px; }
  .rtk-footer .footer-newsletter {
    display: block;
    width: 100%;
    color: #fff;
    background: #821c20 !important;
    border: solid 1.3px #fff !important;
    text-transform: uppercase;
    font-weight: 560 !important;
    letter-spacing: 1.2px;
    transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
    text-align: center;
    padding: 8px; }
    .rtk-footer .footer-newsletter:after {
      content: unset !important; }
    .rtk-footer .footer-newsletter:hover {
      background: #fff !important;
      color: #821c20 !important; }
  .rtk-footer h3 {
    font-size: 17px;
    margin-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      .rtk-footer h3 {
        font-size: 14px; } }
  .rtk-footer p {
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .rtk-footer p {
        font-size: 13px; } }
  .rtk-footer ul {
    list-style: none;
    padding: 0; }
  .rtk-footer a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .rtk-footer a {
        font-size: 13px; } }
    .rtk-footer a:after {
      content: "";
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      border-radius: 5px;
      height: 0.09em;
      bottom: 0;
      left: 0;
      background: currentcolor;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out; }
    .rtk-footer a:hover::after {
      transform: scaleX(1);
      transform-origin: bottom left; }
    .rtk-footer a span {
      text-transform: uppercase;
      font-size: 1.4rem;
      color: #fff;
      font-weight: 500; }
    .rtk-footer a:hover {
      color: #fff; }
  .rtk-footer .logo-container {
    width: 100%;
    display: flex; }
  .rtk-footer .rtk-copyright * {
    font-size: 12px;
    letter-spacing: 1.2px; }
  .rtk-footer .rtk-copyright > p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding-top: 2rem; }
  .rtk-footer .rtk-copyright a {
    margin-left: 2rem;
    color: #fff; }

#cart-totals th {
  font-size: 14px;
  vertical-align: middle; }

#cart-totals .price {
  font-size: 14px; }

.page-main > .page-title-wrapper {
  display: none; }

/* ################
#
# CATEGORY VIEW
##################### */
.filter-content a {
  color: #000;
  text-decoration: none; }
  .filter-content a:hover {
    font-weight: bold; }

.filter-content .filter-options .filter-options-title {
  font-size: 2rem; }

.filter-content .filter-options-content .item a {
  font-size: 1.4rem;
  font-weight: 400; }
  .filter-content .filter-options-content .item a:hover {
    font-weight: bold; }

.swatch-attribute-label {
  font-size: 16px; }

.swatch-option.text {
  padding: 1.25rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.page-title-wrapper {
  padding-top: 2rem; }

.toolbar-sorter.sorter {
  font-size: 1.3rem;
  font-weight: 600; }

.field.limiter {
  font-size: 1.3rem;
  font-weight: 600; }

.pages-items .action {
  border: unset !important;
  margin: 0 !important; }

.pages-items .action.next:before,
.pages-items .action.previous:before {
  color: #000 !important;
  font-size: 40px !important; }

.pages-items a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222 !important; }

.pages-items .current .page {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  color: #000000 !important; }

.messages * {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000 !important; }

.block-viewed-products-grid .product-item-name {
  min-height: 55px; }
  .block-viewed-products-grid .product-item-name a {
    font-size: 16px;
    font-weight: 600; }

.block-viewed-products-grid .product-item-link {
  display: none; }

.block-viewed-products-grid .product-item-actions {
  display: none; }

.block-viewed-products-grid .price-box {
  min-height: 60px; }

.block-viewed-products-grid .product-item {
  border: 0.5px solid #cecece;
  padding: 0 2rem !important; }
  .block-viewed-products-grid .product-item:hover {
    border: solid 0.5px #006562; }
  @media screen and (max-width: 768px) {
    .block-viewed-products-grid .product-item {
      padding: 0 10px !important; } }

.contact-index-index .column.main {
  margin-top: 3rem; }

.column.main {
  margin-top: 3rem; }

.widget-product-carousel .product-item-info {
  margin: 1rem;
  min-height: 420px; }

#price-including-tax-old-price- span {
  font-weight: bold !important;
  margin-left: 5px; }

.minicart-items-wrapper .price-excluding-tax:after {
  display: block;
  content: "Preis netto zzgl. MwSt." !important;
  font-size: 13px;
  margin-top: 5px;
  color: #444; }

.block-viewed-products-grid .price-wrapper.price-including-tax:after {
  content: "Preis netto zzgl. MwSt." !important;
  display: block;
  font-size: 13px;
  margin-top: 5px;
  color: #777; }

#minicart-content-wrapper .subtotal .price-excluding-tax {
  margin-top: 20px !important; }

#minicart-content-wrapper .subtotal .price-excluding-tax:after {
  content: " Preis netto zzgl. MwSt." !important; }

#minicart-content-wrapper .subtotal .price-excluding-tax:before {
  content: unset !important; }

#minicart-content-wrapper .product-item-pricing .price-excluding-tax:after {
  content: "Preis netto zzgl. MwSt." !important;
  display: block;
  font-size: 13px;
  margin-top: 5px;
  color: #777; }

#shopping-cart-table .price-excluding-tax:after {
  content: "Preis netto zzgl. MwSt." !important;
  display: block;
  font-size: 13px;
  margin-top: 5px;
  color: #777; }

.catalog-product-view .overview * {
  font-size: 14px; }

.catalog-product-view .overview strong {
  font-weight: bold; }

span.price.finalprice-rtk {
  display: ruby; }

#price-excluding-tax-product-price- {
  display: none; }

#price-including-tax-product-price- > .price {
  font-weight: bold; }

.price-container.price-final_price.tax.weee {
  margin-left: 7px;
  margin-bottom: 20px;
  margin-top: 3px; }

.impressum-page p,
.impressum-page a {
  font-size: 14px; }

.gestaltung-wrapper img {
  width: 100%;
  padding: 18px; }

.agb-wrapper p,
.agb-wrapper a {
  font-size: 14px; }

.agb-wrapper strong {
  font-weight: 600; }

.agb-wrapper h3 {
  margin-bottom: 2rem; }

@media screen and (min-width: 768px) {
  .page-layout-2columns-left .main {
    padding-left: 0 !important; }
  .rtk-top-header > div {
    padding: 0 20px !important; } }

.rtk-unsere-marken {
  max-width: 1510px;
  margin: auto; }

.welcome-offer-image img {
  width: 100%;
  max-width: 1510px !important;
  margin: auto; }

.vorteilswelt-size-adjustment {
  text-align: center; }
  .vorteilswelt-size-adjustment img {
    max-width: 1510px !important;
    margin: auto !important; }

.catalog-product-view .overview * {
  font-size: 14px; }

.catalog-product-view .overview strong {
  font-weight: bold; }

.breadcrumbs {
  padding-top: 20px; }
  .breadcrumbs * {
    font-size: 12px !important;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .breadcrumbs * {
        font-size: 10px !important; } }

.breadcrumbs .item:not(:last-child):after {
  line-height: 21px; }

.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 18px;
  content: "/";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin-top: -1px;
  margin-left: 5px;
  margin-right: 5px; }

.rtk-text {
  max-width: 1000px;
  margin: auto; }
  .rtk-text h1 {
    font-size: 3rem; }
    @media screen and (max-width: 768px) {
      .rtk-text h1 {
        font-size: 20px !important; } }
  .rtk-text h2 {
    font-size: 2rem; }
    @media screen and (max-width: 768px) {
      .rtk-text h2 {
        font-size: 1.4rem !important; } }
  .rtk-text p {
    font-size: 1.7rem; }
    @media screen and (max-width: 768px) {
      .rtk-text p {
        font-size: 1.3rem !important; } }

.rtk-sammelbestellungen-home h1,
.rtk-sammelbestellungen-home h2,
.rtk-sammelbestellungen-home h3 {
  color: #006562 !important; }

.rtk-sammelbestellungen-home p {
  letter-spacing: -0.31px;
  color: #302f2f;
  font-size: 14px; }

.rtk-sammelbestellungen-home h3 {
  font-size: 20px; }

.rtk-home-wilkommen {
  max-width: 549px;
  margin: 2rem auto 6rem; }
  .rtk-home-wilkommen h2 {
    font-size: 30px; }
    @media screen and (max-width: 768px) {
      .rtk-home-wilkommen h2 {
        font-size: 20px !important; } }

.rtk-home-kategorien .pagebuilder-column-line .rtk-first-img {
  display: flex;
  justify-content: end; }
  @media screen and (max-width: 768px) {
    .rtk-home-kategorien .pagebuilder-column-line .rtk-first-img {
      justify-content: center; } }

.rtk-home-kategorien .pagebuilder-column-line .pagebuilder-column img {
  max-width: 390px !important;
  object-fit: contain;
  width: 100%;
  margin: 2rem;
  display: block;
  height: 100% !important; }
  @media screen and (max-width: 768px) {
    .rtk-home-kategorien .pagebuilder-column-line .pagebuilder-column img {
      margin: auto; } }
  @media screen and (min-width: 768px) and (max-width: 920px) {
    .rtk-home-kategorien .pagebuilder-column-line .pagebuilder-column img {
      margin: unset; } }

.rtk-home-details-spalten {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem; }
  .rtk-home-details-spalten .pagebuilder-column-line {
    justify-content: space-evenly; }
  .rtk-home-details-spalten .pagebuilder-column {
    background: url(../images/RTK_icon.svg);
    background-repeat: no-repeat !important;
    background-position: 96% 96% !important;
    background-size: 50px !important;
    border: 1px solid #e65b0a;
    padding: 2rem !important;
    margin: 2rem;
    min-height: 296px;
    display: flex !important;
    justify-content: space-around !important;
    max-width: 315px; }

.rtk-home-kategorien {
  max-width: 1000px;
  margin: auto; }

.rtk-home-kategorien > div > div > div {
  margin: 15px; }

.rtk-home-links {
  max-width: 1465px;
  margin: 2rem auto; }

.rtk-home-links .pagebuilder-column-group {
  margin-bottom: 5rem; }

@media (max-width: 575px) {
  body.account .sidebar-main .item a {
    font-size: 12px; } }

@media (min-width: 576px) {
  body.account .sidebar-main .item a {
    font-size: 12px; } }

@media (min-width: 768px) {
  body.account .sidebar-main .item a {
    font-size: 15px; } }

@media (min-width: 992px) {
  body.account .sidebar-main .item a {
    font-size: 15px; } }

@media (min-width: 1200px) {
  body.account .sidebar-main .item a {
    font-size: 15px; } }

@media (min-width: 1400px) {
  body.account .sidebar-main .item a {
    font-size: 15px; } }

@media (max-width: 575px) {
  body.account .main dt,
  body.account .main th,
  body.account .main td {
    font-size: 12px; } }

@media (min-width: 576px) {
  body.account .main dt,
  body.account .main th,
  body.account .main td {
    font-size: 12px; } }

@media (min-width: 768px) {
  body.account .main dt,
  body.account .main th,
  body.account .main td {
    font-size: 15px; } }

@media (min-width: 992px) {
  body.account .main dt,
  body.account .main th,
  body.account .main td {
    font-size: 15px; } }

@media (min-width: 1200px) {
  body.account .main dt,
  body.account .main th,
  body.account .main td {
    font-size: 15px; } }

@media (min-width: 1400px) {
  body.account .main dt,
  body.account .main th,
  body.account .main td {
    font-size: 15px; } }

body.account .main a {
  color: #006562; }
  @media (max-width: 575px) {
    body.account .main a {
      font-size: 12px; } }
  @media (min-width: 576px) {
    body.account .main a {
      font-size: 12px; } }
  @media (min-width: 768px) {
    body.account .main a {
      font-size: 15px; } }
  @media (min-width: 992px) {
    body.account .main a {
      font-size: 15px; } }
  @media (min-width: 1200px) {
    body.account .main a {
      font-size: 15px; } }
  @media (min-width: 1400px) {
    body.account .main a {
      font-size: 15px; } }

@media (max-width: 575px) {
  body.account .main p {
    font-size: 12px; } }

@media (min-width: 576px) {
  body.account .main p {
    font-size: 12px; } }

@media (min-width: 768px) {
  body.account .main p {
    font-size: 15px; } }

@media (min-width: 992px) {
  body.account .main p {
    font-size: 15px; } }

@media (min-width: 1200px) {
  body.account .main p {
    font-size: 15px; } }

@media (min-width: 1400px) {
  body.account .main p {
    font-size: 15px; } }

@media (max-width: 575px) {
  .block.block-new-customer p {
    font-size: 12px; } }

@media (min-width: 576px) {
  .block.block-new-customer p {
    font-size: 12px; } }

@media (min-width: 768px) {
  .block.block-new-customer p {
    font-size: 14px; } }

@media (min-width: 992px) {
  .block.block-new-customer p {
    font-size: 14px; } }

@media (min-width: 1200px) {
  .block.block-new-customer p {
    font-size: 14px; } }

@media (min-width: 1400px) {
  .block.block-new-customer p {
    font-size: 14px; } }

.wishlist-index-index button {
  height: 50px; }
  .wishlist-index-index button span {
    font-weight: 300 !important;
    font-size: 14px !important; }

.customer-account-login .login-container {
  margin-top: 3rem; }

.customer-account-create .column.main {
  margin-top: 3rem; }

.customer-account-create .legend {
  font-size: 15px !important; }

.customer-account-forgotpassword .column.main {
  margin-top: 3rem; }

.customer-account-forgotpassword .captcha-reload {
  color: #006562 !important;
  background: #c6d632 !important;
  border: 1.3px solid #c6d632 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 400;
  transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease; }
  .customer-account-forgotpassword .captcha-reload:hover {
    background: #006562 !important;
    color: #c6d632 !important; }

@media screen and (min-width: 768px) {
  .catalog-product-view #product-images-zoom img {
    border: solid 0.5px #cecece; }
    .catalog-product-view #product-images-zoom img:hover {
      border: solid 0.5px #006562; }
  .catalog-product-view .personalisierung-rtk {
    margin-bottom: 30px; }
    .catalog-product-view .personalisierung-rtk p {
      font-size: 15px; }
    .catalog-product-view .personalisierung-rtk a {
      font-size: 15px;
      text-decoration: underline;
      color: #006562; }
      .catalog-product-view .personalisierung-rtk a:hover {
        text-decoration: unset; } }

.catalog-product-view .product-detail-hersteller {
  height: 17px; }

.catalog-product-view h1 {
  font-size: 32px; }

.catalog-product-view .stock.available {
  color: #006562 !important; }

@media screen and (min-width: 768px) {
  .catalog-product-view .product-info-main {
    width: 34% !important;
    top: 0; }
  .catalog-product-view .product.media {
    width: 63% !important; }
  .catalog-product-view .column.main {
    display: flow-root; } }

.catalog-product-view .gallery-placeholder .swiper-slide:hover {
  cursor: url(../images/zoom-in.svg), auto; }

.catalog-product-view .block-viewed-products-grid .block-title strong {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 2.5rem; }
  @media screen and (max-width: 768px) {
    .catalog-product-view .block-viewed-products-grid .block-title strong {
      font-size: 19px; } }

.catalog-product-view .swatch-attribute.Familia {
  display: none; }

.catalog-product-view .swatch-attribute.genero {
  display: none; }

.catalog-product-view .product.attribute.description img {
  display: flex;
  margin: 3rem auto; }

.catalog-product-view .product.attribute.description p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.87px; }

.catalog-product-view .box-tocart {
  width: 100%;
  display: block; }
  .catalog-product-view .box-tocart .actions {
    width: 100%;
    padding-top: 0 !important;
    /*.tocart {
        display: block;
        width: 100%;
        background: #000 !important;
        border: solid 1.3px #000 !important;
        text-transform: uppercase;
        font-weight: 560 !important;
        letter-spacing: 1.2px;
        transition: color 0.35s ease, border-color 0.35s ease,
          background-color 0.35s ease;
        &:hover {
          background: #fff !important;
          color: #000 !important;
        }
      }*/ }

.catalog-product-view .accordion-button[aria-expanded="true"] .m-accordion__icon:before {
  margin-left: -0.1rem;
  margin-top: 0.1rem;
  transform: rotate(90deg); }

.catalog-product-view .accordion-button[aria-expanded="true"] .m-accordion__icon:after {
  transform: rotate(180deg); }

.catalog-product-view .m-accordion__icon {
  display: block;
  height: 1.2rem;
  margin-right: 1rem;
  position: absolute;
  right: 0;
  width: 1.2rem; }

.catalog-product-view .m-accordion__icon:after,
.catalog-product-view .m-accordion__icon:before {
  background-color: #000;
  content: "";
  position: absolute;
  transition: transform 0.25s ease-out; }

.catalog-product-view .m-accordion__icon:before {
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0.1rem; }

.catalog-product-view .m-accordion__icon:after {
  height: 0.1rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

.catalog-product-view #rtk-accordion .accordion-header {
  position: relative; }

.catalog-product-view #rtk-accordion .accordion-item {
  border-left: unset;
  border-right: unset;
  border: unset !important;
  border-radius: unset; }
  .catalog-product-view #rtk-accordion .accordion-item button {
    text-transform: uppercase;
    border-top: solid 1px #c7c7c7;
    border-bottom: solid 1px #c7c7c7;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px; }
    .catalog-product-view #rtk-accordion .accordion-item button::after {
      content: unset; }
    .catalog-product-view #rtk-accordion .accordion-item button:hover {
      background-color: unset;
      border-left: unset;
      border-top: solid 1px #c7c7c7;
      border-bottom: solid 1px #c7c7c7;
      box-shadow: unset !important;
      border-right: unset;
      border-radius: unset; }
    .catalog-product-view #rtk-accordion .accordion-item button:not(.collapsed) {
      background-color: unset;
      border-left: unset;
      border-right: unset;
      border-radius: unset;
      box-shadow: unset !important; }
    .catalog-product-view #rtk-accordion .accordion-item button:focus {
      background-color: unset;
      border-left: unset;
      box-shadow: unset !important;
      border-right: unset;
      border-radius: unset; }

.catalog-product-view .product-info-main {
  position: relative; }
  .catalog-product-view .product-info-main .page-title {
    font-size: 24px; }
    @media screen and (max-width: 768px) {
      .catalog-product-view .product-info-main .page-title {
        font-size: 19px; } }
  .catalog-product-view .product-info-main .sku * {
    font-size: 13px;
    color: #455; }
  .catalog-product-view .product-info-main .available {
    color: green; }
  .catalog-product-view .product-info-main .stock {
    display: block !important; }
    .catalog-product-view .product-info-main .stock span {
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .catalog-product-view .product-info-main .stock span {
          font-size: 14px; } }
  .catalog-product-view .product-info-main .product-social-links {
    position: absolute;
    top: 0;
    right: 0; }
  .catalog-product-view .product-info-main .towishlist {
    background: unset !important;
    border: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 25px; }

.catalog-product-view .colorroly .swatch-option {
  border-radius: 100%;
  width: 20px !important;
  background-size: cover !important;
  height: 20px !important;
  min-width: auto;
  position: relative; }

.catalog-product-view .swatch-attribute .text {
  border-radius: unset !important;
  background: #fff;
  border: solid 1.6px #000;
  min-width: 3.8rem !important;
  min-height: 3.8rem !important;
  font-size: 13px;
  color: #000;
  transition: all 0.2s ease; }
  .catalog-product-view .swatch-attribute .text:hover {
    background: #000;
    color: #fff; }

.catalog-product-view .swatch-attribute .text.selected {
  background: #000;
  outline: unset !important;
  color: #fff; }

#accordion200 label {
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.4rem; }

#accordion200 .note {
  font-size: 12px; }

.pswp__img {
  background: #fff !important; }

.page-products .column.main {
  width: 100% !important; }

.page-products .product-item-info {
  width: 100%;
  position: relative;
  border: 0.5px solid #cecece;
  height: 100%;
  max-height: 800px;
  padding: 0 10px; }
  .page-products .product-item-info:hover {
    border: solid 0.5px #006562; }

.catalog-category-view .product-item-link {
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .catalog-category-view .product-item-link {
      font-size: 15px; } }

.catalog-category-view .sidebar-main {
  display: none; }

.catalog-category-view .filter-content .action {
  font-size: 14px;
  display: block;
  margin-top: 1rem; }

.catalog-category-view .swatch-more {
  font-size: 13px;
  font-weight: 600; }

.catalog-category-view .swatch-attribute .image {
  width: 20px !important;
  height: 20px !important; }

.catalog-category-view .swatch-attribute .swatch-option {
  border-radius: 100%;
  width: 20px;
  background-size: cover !important;
  height: 20px;
  min-width: auto; }

.catalog-category-view .swatch-attribute .text {
  border-radius: unset !important;
  width: auto;
  background: #fff;
  border: solid 1.6px #000;
  min-width: 3.8rem !important;
  min-height: 3.8rem !important;
  font-size: 13px;
  color: #000;
  transition: all 0.2s ease; }
  .catalog-category-view .swatch-attribute .text:hover {
    background: #000;
    color: #fff; }

.catalog-category-view .price-box.price-final_price span {
  font-size: 15px;
  font-weight: 300;
  text-transform: lowercase; }

.catalog-category-view .product-image-container {
  width: 100% !important; }
  .catalog-category-view .product-image-container .product-image-photo {
    width: 100%; }

.catalog-category-view .product-item-link {
  font-weight: 900 !important; }

.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  padding-top: 19px; }

@media screen and (max-width: 768px) {
  .catalog-category-view .price-box.price-final_price {
    position: relative;
    top: 0;
    z-index: 99;
    right: 0;
    background: url();
    padding: 0; } }

.sammelbestellung-header img {
  max-width: 160px !important;
  margin: auto !important;
  display: block; }

/* CSS FOR LISTING AND DETAIL PRICE */
.catalog-category-view .price-box.price-final_price span {
  text-transform: none; }

.old-price,
.old.price {
  text-decoration: none; }

.old-price #price-including-tax-old-price- span {
  font-weight: bold; }

.old-price .price-including-tax span {
  font-weight: bold !important; }

.special-price .price-including-tax span {
  font-weight: bold !important; }

.special-price #price-including-tax-product-price- span {
  font-weight: bold; }

.old-price {
  display: flex;
  clear: both; }

.old-price span {
  float: left; }

.old-price #price-excluding-tax-old-price- {
  /*display:none;*/ }

.old-price .price-final_price {
  margin-left: 0.5rem; }

.special-price .price-final_price {
  display: inline-flex;
  flex-direction: column; }

.old-price b,
.special-price b {
  font-weight: bold; }

.product-info-main .special-price,
.product-options-bottom .special-price {
  display: flex; }

.old-price * {
  font-size: 14px !important; }

#price-box .price-container-wrapper {
  display: none; }

.swatch-option.selected {
  outline: 2px solid #ff5501 !important; }

.catalog-category-view .product-image-container .product-image-photo {
  max-width: 240px; }

.product-image-wrapper {
  padding-bottom: 90% !important; }

.checkout-cart-index fieldset.fieldset.estimate {
  display: none; }

.checkout-cart-index .actions-toolbar span {
  font-size: 12px !important;
  font-weight: 300 !important; }

.checkout-cart-index .action-towishlist {
  color: #006562 !important;
  background: #c6d632 !important;
  border: 1.3px solid #c6d632 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 400;
  transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease; }
  .checkout-cart-index .action-towishlist:hover {
    background: #006562 !important;
    color: #c6d632 !important; }

.checkout-cart-index .update span {
  font-size: 14px;
  font-weight: bold; }

.checkout-cart-index .multicheckout {
  font-size: 14px;
  color: #808285; }

.checkout-cart-index .form-cart table span {
  font-size: 14px; }

.multicheckout {
  display: none !important; }

/* #############
 #
 #  CART SUMMARY
 #
 ############################## */
.cart-summary .title {
  font-size: 1.6rem !important; }
  .cart-summary .title strong {
    font-size: 1.6rem !important; }

.multishipping-checkout-addresses .delete span {
  font-size: 14px;
  color: #808285; }

.multishipping-checkout-addresses .back {
  font-size: 14px;
  color: #808285; }

.multishipping-checkout-addresses .add {
  color: #006562 !important;
  background: #c6d632 !important;
  border: 1.3px solid #c6d632 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 400;
  transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease; }
  .multishipping-checkout-addresses .add:hover {
    background: #006562 !important;
    color: #c6d632 !important; }

.multishipping-checkout-addresses button {
  height: 50px !important; }
  .multishipping-checkout-addresses button span {
    font-size: 15px;
    font-weight: bold; }

.checkout-index-index .ship-via {
  display: none; }

.checkout-index-index .cart-price {
  display: flex;
  flex-direction: column;
  font-size: 13px; }
  .checkout-index-index .cart-price .price-base-price {
    margin-bottom: 1rem; }
    .checkout-index-index .cart-price .price-base-price:before {
      content: "Einzelpreis: "; }

.checkout-index-index .modal-footer .action.action-cancel,
.checkout-index-index .primary .action.action-cancel {
  color: #006562 !important;
  margin: 0 9px !important;
  padding: 10px !important;
  background: #ccc !important; }

.checkout-index-index .modal-footer .action-hide-popup,
.checkout-index-index .primary .action-hide-popup {
  background: #ccc !important; }

.checkout-index-index .modal-footer button,
.checkout-index-index .primary button {
  color: #006562 !important;
  background: #c6d632 !important;
  border: 1.3px solid #c6d632 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 400;
  transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
  height: 50px; }
  .checkout-index-index .modal-footer button:hover,
  .checkout-index-index .primary button:hover {
    background: #006562 !important;
    color: #c6d632 !important; }
  .checkout-index-index .modal-footer button span,
  .checkout-index-index .primary button span {
    font-size: 14px !important;
    font-weight: bold; }

.checkout-index-index .choice {
  color: #808285;
  font-size: 14px; }

.checkout-index-index .action-show-popup {
  color: #006562 !important;
  background: #c6d632 !important;
  border: 1.3px solid #c6d632 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 400;
  transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease; }
  .checkout-index-index .action-show-popup:hover {
    background: #006562 !important;
    color: #c6d632 !important; }
  .checkout-index-index .action-show-popup span {
    font-size: 14px !important;
    font-weight: bold; }

.checkout-index-index .shipping-information-content *,
.checkout-index-index .billing-address-details * {
  font-size: 14px !important; }

.checkout-index-index .action-apply span,
.checkout-index-index .checkout span {
  font-size: 14px !important;
  font-weight: bold; }

.checkout-onepage-success .checkout-success * {
  font-size: 14px; }

.checkout-onepage-success .continue span {
  font-weight: bold; }

.checkout-onepage-success .action.print {
  font-weight: bold;
  font-size: 14px; }

#warenkorb #minicart-content-wrapper .product-item .product-image-photo {
  max-width: 80px; }

.checkout-success {
  padding: 26px 5px; }

.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: bold;
  font-size: 1.8rem; }

#block-discount-heading {
  color: #006562; }

.sales-order-view .page-title {
  font-size: 26px; }

.sales-order-view .price-including-tax .price,
.sales-order-view .price-excluding-tax .price {
  font-weight: 500;
  font-size: 14px; }

@media print {
  .sales-order-print .block-content {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .sales-order-print .block-content > div {
    width: 50%; }
  .sales-order-print .page-title {
    font-size: 22px !important; }
  .sales-order-print .price-including-tax,
  .sales-order-print .price-excluding-tax {
    font-weight: 500 !important;
    font-size: 12px !important; }
  .sales-order-print .logo img {
    height: 50px;
    margin-left: 0;
    text-align: left;
    padding: 0 !important;
    width: auto; } }
