.mod_iso_cart {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1046px;
  text-align: left;
  padding: 0;
}
.mod_iso_cart > .crumb {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e31725;
  margin: 0 0 10px 0;
}
.mod_iso_cart > .headline {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.28571429;
  letter-spacing: 0.025em;
  margin: 0 0 64px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mod_iso_cart > .headline {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .mod_iso_cart > .headline {
    font-size: 18px;
  }
}
.mod_iso_cart .content > .empty.message {
  text-align: center;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  color: #242424;
  text-decoration: none;
}
.mod_iso_cart .collection .row,
.mod_iso_checkout .orderproducts .collection .row {
  display: grid;
  width: 100%;
  grid-template-columns: 50% repeat(3, minmax(0, 1fr)) auto;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 0;
  row-gap: 0;
}
@media screen and (max-width: 1023px) {
  .mod_iso_cart .collection .row,
  .mod_iso_checkout .orderproducts .collection .row {
    grid-template-columns: auto auto minmax(0, 1fr);
    justify-content: center;
    text-align: center;
    row-gap: 30px;
  }
}
@media screen and (max-width: 400px) {
  .mod_iso_cart .collection .row,
  .mod_iso_checkout .orderproducts .collection .row {
    grid-template-columns: auto auto;
  }
}
.mod_iso_cart .collection .row .cell.actions,
.mod_iso_checkout .orderproducts .collection .row .cell.actions {
  width: 27px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .mod_iso_cart .collection .row .cell.actions,
  .mod_iso_checkout .orderproducts .collection .row .cell.actions {
    width: 100%;
  }
}
.mod_iso_cart .collection .row .cell.actions.empty,
.mod_iso_checkout .orderproducts .collection .row .cell.actions.empty {
  width: auto;
}
.mod_iso_cart .collection .row.header,
.mod_iso_checkout .orderproducts .collection .row.header {
  padding-bottom: 11px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_iso_cart .collection .row.header .cell,
.mod_iso_checkout .orderproducts .collection .row.header .cell {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.55555556;
  color: #242424;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .mod_iso_cart .collection .row.header,
  .mod_iso_checkout .orderproducts .collection .row.header {
    display: none;
  }
}
.mod_iso_cart .collection .row.product,
.mod_iso_checkout .orderproducts .collection .row.product {
  border-top: 1px solid #9D9D9D;
  padding: 24px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_iso_cart .collection .row.product .cell.name .details-outer,
.mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  justify-content: center center;
  align-items: center;
  column-gap: 40px;
  row-gap: 0;
}
@media screen and (max-width: 1023px) {
  .mod_iso_cart .collection .row.product .cell.name .details-outer,
  .mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer {
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  .mod_iso_cart .collection .row.product .cell.name .details-outer,
  .mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer {
    display: inline-grid;
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }
}
.mod_iso_cart .collection .row.product .cell.name .details-outer .image_container,
.mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer .image_container {
  width: 150px;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .mod_iso_cart .collection .row.product .cell.name .details-outer .image_container,
  .mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer .image_container {
    margin: 0 auto 20px auto;
    width: 150px;
    height: auto;
  }
}
.mod_iso_cart .collection .row.product .cell.name .details-outer .image_container img,
.mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer .image_container img,
.mod_iso_cart .collection .row.product .cell.name .details-outer .image_container svg,
.mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer .image_container svg {
  display: block;
  width: 100%;
  height: auto;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -moz-object-position: center center;
  -webkit-object-position: center center;
  -o-object-position: center center;
  -ms-object-position: center center;
  object-position: center center;
  font-family: "object-fit:cover; object-position:center center;";
}
.mod_iso_cart .collection .row.product .cell.name .details-outer .details .product-name,
.mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer .details .product-name {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
  color: #242424;
  text-decoration: none;
}
.mod_iso_cart .collection .row.product .cell.name .details-outer .details a.product-name,
.mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer .details a.product-name {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mod_iso_cart .collection .row.product .cell.name .details-outer .details a.product-name:hover,
.mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer .details a.product-name:hover {
  color: #e31725;
}
@media screen and (max-width: 400px) {
  .mod_iso_cart .collection .row.product .cell.name .details-outer .details ul,
  .mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer .details ul {
    text-align: left;
  }
}
.mod_iso_cart .collection .row.product .cell.name .details-outer .details ul li,
.mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer .details ul li {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
}
.mod_iso_cart .collection .row.product .cell.name .details-outer .details ul li strong,
.mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer .details ul li strong {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.mod_iso_cart .collection .row.product .cell.name .details-outer .details .edit,
.mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer .details .edit {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  color: #4f4f4f;
  display: block;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-underline-offset: 4px;
}
.mod_iso_cart .collection .row.product .cell.name .details-outer .details .edit:hover,
.mod_iso_checkout .orderproducts .collection .row.product .cell.name .details-outer .details .edit:hover {
  color: #e31725;
}
.mod_iso_cart .collection .row.product .cell.quantity,
.mod_iso_checkout .orderproducts .collection .row.product .cell.quantity,
.mod_iso_cart .collection .row.product .cell.price,
.mod_iso_checkout .orderproducts .collection .row.product .cell.price,
.mod_iso_cart .collection .row.product .cell.total,
.mod_iso_checkout .orderproducts .collection .row.product .cell.total,
.mod_iso_cart .collection .row.product .cell.actions,
.mod_iso_checkout .orderproducts .collection .row.product .cell.actions {
  align-self: center;
}
.mod_iso_cart .collection .row.product .cell.price,
.mod_iso_checkout .orderproducts .collection .row.product .cell.price,
.mod_iso_cart .collection .row.product .cell.total,
.mod_iso_checkout .orderproducts .collection .row.product .cell.total {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.6;
  color: #242424;
}
.mod_iso_cart .collection .row.product .cell.actions .delete svg *,
.mod_iso_checkout .orderproducts .collection .row.product .cell.actions .delete svg * {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .mod_iso_cart .collection .row.product .cell.price,
  .mod_iso_checkout .orderproducts .collection .row.product .cell.price {
    display: none;
  }
  .mod_iso_cart .collection .row.product .cell.name,
  .mod_iso_checkout .orderproducts .collection .row.product .cell.name {
    order: 1;
    grid-column: span 3;
  }
  .mod_iso_cart .collection .row.product .cell.quantity,
  .mod_iso_checkout .orderproducts .collection .row.product .cell.quantity {
    order: 2;
    text-align: right;
  }
  .mod_iso_cart .collection .row.product .cell.actions,
  .mod_iso_checkout .orderproducts .collection .row.product .cell.actions {
    order: 3;
    text-align: left;
    padding-left: 15px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mod_iso_cart .collection .row.product .cell.total,
  .mod_iso_checkout .orderproducts .collection .row.product .cell.total {
    order: 4;
    text-align: right;
    padding-left: 15px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 400px) {
  .mod_iso_cart .collection .row.product .cell.name,
  .mod_iso_checkout .orderproducts .collection .row.product .cell.name,
  .mod_iso_cart .collection .row.product .cell.total,
  .mod_iso_checkout .orderproducts .collection .row.product .cell.total {
    grid-column: span 2;
  }
  .mod_iso_cart .collection .row.product .cell.total,
  .mod_iso_checkout .orderproducts .collection .row.product .cell.total {
    padding-left: 0;
    text-align: center;
  }
}
.mod_iso_cart .bottom,
.mod_iso_checkout .orderproducts .bottom {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  justify-content: stretch;
  align-items: flex-start;
  column-gap: 0;
  row-gap: 0;
  border-top: 1px solid #9D9D9D;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .mod_iso_cart .bottom,
  .mod_iso_checkout .orderproducts .bottom {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 30px;
  }
}
.mod_iso_cart .bottom .right .update-btn-wrap,
.mod_iso_checkout .orderproducts .bottom .right .update-btn-wrap {
  margin: 5px 0 15px 0;
  text-align: left;
}
.mod_iso_cart .bottom .right .update-btn-wrap button,
.mod_iso_checkout .orderproducts .bottom .right .update-btn-wrap button {
  border: none;
  background: none;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.28571429;
  color: #bdbdbd;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mod_iso_cart .bottom .right .update-btn-wrap button svg,
.mod_iso_checkout .orderproducts .bottom .right .update-btn-wrap button svg {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mod_iso_cart .bottom .right .update-btn-wrap button svg *,
.mod_iso_checkout .orderproducts .bottom .right .update-btn-wrap button svg * {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mod_iso_cart .bottom .right .update-btn-wrap button:hover,
.mod_iso_checkout .orderproducts .bottom .right .update-btn-wrap button:hover {
  color: #242424;
}
.mod_iso_cart .bottom .right .update-btn-wrap button:hover svg,
.mod_iso_checkout .orderproducts .bottom .right .update-btn-wrap button:hover svg {
  animation: rotate 1s infinite;
}
.mod_iso_cart .bottom .right .update-btn-wrap button:hover svg [fill],
.mod_iso_checkout .orderproducts .bottom .right .update-btn-wrap button:hover svg [fill] {
  fill: #242424;
}
.mod_iso_cart .bottom .right .totals .row,
.mod_iso_checkout .orderproducts .bottom .right .totals .row {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  justify-content: space-between;
  align-items: center;
  column-gap: 0;
  row-gap: 0;
  border-bottom: 1px solid #9D9D9D;
  padding: 18.5px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .mod_iso_cart .bottom .right .totals .row,
  .mod_iso_checkout .orderproducts .bottom .right .totals .row {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}
.mod_iso_cart .bottom .right .totals .row:first-child,
.mod_iso_checkout .orderproducts .bottom .right .totals .row:first-child {
  padding-top: 0;
}
.mod_iso_cart .bottom .right .totals .row .cell.label,
.mod_iso_checkout .orderproducts .bottom .right .totals .row .cell.label {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.55555556;
  color: #242424;
  width: var(--totals-label-width);
  padding-right: 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .mod_iso_cart .bottom .right .totals .row .cell.label,
  .mod_iso_checkout .orderproducts .bottom .right .totals .row .cell.label {
    width: auto;
  }
}
.mod_iso_cart .bottom .right .totals .row .cell.label span,
.mod_iso_checkout .orderproducts .bottom .right .totals .row .cell.label span {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #242424;
  padding-left: 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_iso_cart .bottom .right .totals .row .cell.total,
.mod_iso_checkout .orderproducts .bottom .right .totals .row .cell.total {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.6;
  color: #242424;
  padding-right: 27px;
}
@media screen and (max-width: 1023px) {
  .mod_iso_cart .bottom .right .totals .row .cell.total,
  .mod_iso_checkout .orderproducts .bottom .right .totals .row .cell.total {
    padding-right: 0;
  }
}
.mod_iso_cart .bottom .right .checkout-btn-wrap,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap {
  margin-top: 30px;
  text-align: right;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button {
  display: inline-flex;
  width: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border: none;
  background: transparent;
  text-decoration: none;
  column-gap: 11px;
  font-size: 16px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.1875;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-height: 44px;
  border-radius: 35px;
  border: 1px solid transparent;
  padding: 0 0 0 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #e31725;
  border-color: #e31725;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot,
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb {
  column-gap: 11px;
  font-size: 16px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.1875;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-height: 44px;
  border-radius: 35px;
  border: 1px solid transparent;
  padding: 0 0 0 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot svg,
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb svg {
  padding: 12px 20px 12px 0;
  box-sizing: content-box;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot svg [stroke],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot svg [stroke],
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb svg [stroke],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb svg [stroke],
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot svg [fill],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot svg [fill],
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb svg [fill],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb svg [fill] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot:hover svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot:hover svg,
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb:hover svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb:hover svg {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f7d729;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot:hover svg [stroke="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot:hover svg [stroke="#d80013"],
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb:hover svg [stroke="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb:hover svg [stroke="#d80013"] {
  stroke: #242424;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot:hover svg [fill="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot:hover svg [fill="#d80013"],
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb:hover svg [fill="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb:hover svg [fill="#d80013"] {
  fill: #242424;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot.iconLinks,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot.iconLinks,
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb.iconLinks,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb.iconLinks {
  padding: 0 20px 0 0;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot.iconLinks svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot.iconLinks svg,
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb.iconLinks svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb.iconLinks svg {
  padding: 12px 0 12px 20px;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot.iconLinks:hover svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot.iconLinks:hover svg,
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb.iconLinks:hover svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb.iconLinks:hover svg {
  padding-left: 10px;
  padding-right: 10px;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot {
  color: #e31725;
  border-color: #e31725;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot svg [stroke="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot svg [stroke="#d80013"] {
  stroke: #e31725;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot svg [fill="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot svg [fill="#d80013"] {
  fill: #e31725;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot:hover svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot:hover svg {
  background-color: #e31725;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot:hover svg [stroke="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot:hover svg [stroke="#d80013"] {
  stroke: #ffffff;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonRot:hover svg [fill="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonRot:hover svg [fill="#d80013"] {
  fill: #ffffff;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb {
  color: #f7d729;
  border-color: #f7d729;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb svg [stroke="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb svg [stroke="#d80013"] {
  stroke: #f7d729;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb svg [fill="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb svg [fill="#d80013"] {
  fill: #f7d729;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb:hover svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb:hover svg {
  background-color: #f7d729;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb:hover svg [stroke="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb:hover svg [stroke="#d80013"] {
  stroke: #242424;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonGelb:hover svg [fill="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonGelb:hover svg [fill="#d80013"] {
  fill: #242424;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkRot,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkRot {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  column-gap: 6.8px;
  text-decoration: none;
  color: #242424;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkRot span,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkRot span {
  padding-bottom: 5px;
  text-decoration: none;
  position: relative;
  line-height: normal;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkRot span:after,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkRot span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #e31725;
  visibility: visible;
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkRot span:hover:after,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkRot span:hover:after {
  visibility: hidden;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkRot svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkRot svg {
  margin-top: -5px;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkRot svg [stroke],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkRot svg [stroke],
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkRot svg [fill],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkRot svg [fill] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkRot:hover span:after,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkRot:hover span:after {
  visibility: hidden;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkRot:hover svg [stroke="#242424"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkRot:hover svg [stroke="#242424"] {
  stroke: #e31725;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkRot:hover svg [fill="#242424"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkRot:hover svg [fill="#242424"] {
  fill: #e31725;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkGelb,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkGelb {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  column-gap: 6.8px;
  text-decoration: none;
  color: #242424;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkGelb span,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkGelb span {
  padding-bottom: 5px;
  text-decoration: none;
  position: relative;
  line-height: normal;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkGelb span:after,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkGelb span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #f7d729;
  visibility: visible;
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkGelb span:hover:after,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkGelb span:hover:after {
  visibility: hidden;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkGelb svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkGelb svg {
  margin-top: -5px;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkGelb svg [stroke],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkGelb svg [stroke],
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkGelb svg [fill],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkGelb svg [fill] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkGelb:hover span:after,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkGelb:hover span:after {
  visibility: hidden;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkGelb:hover svg [stroke="#242424"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkGelb:hover svg [stroke="#242424"] {
  stroke: #f7d729;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.linkGelb:hover svg [fill="#242424"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.linkGelb:hover svg [fill="#242424"] {
  fill: #f7d729;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button svg {
  padding: 12px 20px 12px 0;
  box-sizing: content-box;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button svg [stroke],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button svg [stroke],
.mod_iso_cart .bottom .right .checkout-btn-wrap button svg [fill],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button svg [fill] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button:hover svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button:hover svg {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f7d729;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button:hover svg [stroke="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button:hover svg [stroke="#d80013"] {
  stroke: #242424;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button:hover svg [fill="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button:hover svg [fill="#d80013"] {
  fill: #242424;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.iconLinks,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.iconLinks {
  padding: 0 20px 0 0;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.iconLinks svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.iconLinks svg {
  padding: 12px 0 12px 20px;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.iconLinks:hover svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.iconLinks:hover svg {
  padding-left: 10px;
  padding-right: 10px;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button svg [stroke="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button svg [stroke="#d80013"] {
  stroke: #e31725;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button svg [fill="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button svg [fill="#d80013"] {
  fill: #e31725;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button:hover svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button:hover svg {
  background-color: #e31725;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button:hover svg [stroke="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button:hover svg [stroke="#d80013"] {
  stroke: #ffffff;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button:hover svg [fill="#d80013"],
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button:hover svg [fill="#d80013"] {
  fill: #ffffff;
}
.mod_iso_checkout .orderproducts > .crumb {
  display: none;
}
.mod_iso_checkout .orderproducts .collection .row .cell.actions {
  width: auto !important;
}
@media screen and (min-width: 1024px) {
  .mod_iso_checkout .orderproducts .collection .row .cell.total {
    text-align: right;
  }
}
.mod_iso_checkout .orderproducts .bottom {
  grid-template-columns: minmax(0, 1fr);
}
.mod_iso_checkout .orderproducts .bottom .left {
  display: none;
}
.mod_iso_checkout .orderproducts .bottom .right .totals .row .cell.label {
  width: auto;
}
.mod_iso_checkout .orderproducts .bottom .right .totals .row .cell.total {
  text-align: right;
  padding-right: 0;
}
