.mod_iso_cart {
  position: relative;
  max-width: 1390px;
  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;
  width: 1046px;
  text-align: left;
  padding: 0;
}
.mod_iso_cart > .crumb {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: calc( ( (14 * var(--zoom-factor)) / var(--default-font-size) ) * 1rem );
  letter-spacing: 0.1em;
  margin-top: calc(0px * var(--zoom-factor));
  margin-right: calc(0px * var(--zoom-factor));
  margin-bottom: calc(10px * var(--zoom-factor));
  margin-left: calc(0px * var(--zoom-factor));
  text-align: center;
}
.mod_iso_cart > .headline {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.28571429;
  letter-spacing: 0.025em;
  margin: 0 0 64px 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .mod_iso_cart > .headline {
    margin: 0 0 24px 0;
  }
}
.mod_iso_cart .content > .empty.message {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  color: var(--text-color);
  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-weight: bold;
  font-size: 18px;
  line-height: 1.55555556;
  color: var(--text-color);
  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: calc(40px * var(--zoom-factor));
  row-gap: calc(0 * var(--zoom-factor));
}
@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: center;
  }
}
@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-weight: bold;
  font-size: 25px;
  line-height: 1.4;
  color: var(--text-color);
  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: var(--color);
}
@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: center;
  }
}
.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-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-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-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: var(--color);
}
.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-weight: bold;
  font-size: 25px;
  line-height: 1.6;
  color: var(--text-color);
}
.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: calc(0 * var(--zoom-factor));
  row-gap: calc(0 * var(--zoom-factor));
  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-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: var(--text-color);
}
.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: var(--text-color);
}
.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: calc(0 * var(--zoom-factor));
  row-gap: calc(0 * var(--zoom-factor));
  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-weight: bold;
  font-size: 18px;
  line-height: 1.55555556;
  color: var(--text-color);
  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-weight: 300;
  color: var(--text-color);
  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-weight: bold;
  font-size: 25px;
  line-height: 1.6;
  color: var(--text-color);
  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 {
  letter-spacing: 0;
  display: inline-flex;
  width: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border: none;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: calc( ( (40 * var(--zoom-factor)) / var(--default-font-size) ) * 1rem );
  border-radius: 30px;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  padding-top: calc(10px * var(--zoom-factor));
  padding-right: calc(20px * var(--zoom-factor));
  padding-bottom: calc(10px * var(--zoom-factor));
  padding-left: calc(20px * var(--zoom-factor));
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--color);
  background-color: var(--color);
  color: var(--white);
}
#main .ce_text .mod_iso_cart .bottom .right .checkout-btn-wrap button,
#main .ce_text .mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button {
  text-decoration: none;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonColor,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonColor,
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonColorReverse,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonColorReverse {
  min-height: calc( ( (40 * var(--zoom-factor)) / var(--default-font-size) ) * 1rem );
  border-radius: 30px;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  padding-top: calc(10px * var(--zoom-factor));
  padding-right: calc(20px * var(--zoom-factor));
  padding-bottom: calc(10px * var(--zoom-factor));
  padding-left: calc(20px * var(--zoom-factor));
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonColor,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonColor {
  border: 1px solid var(--color);
  background-color: var(--color);
  color: var(--white);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonColor svg [stroke]:not([stroke="none"]),
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonColor svg [stroke]:not([stroke="none"]) {
  stroke: var(--white);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonColor svg [fill]:not([fill="none"]),
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonColor svg [fill]:not([fill="none"]) {
  fill: var(--white);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonColor:hover,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonColor:hover {
  background-color: var(--red);
  border-color: var(--red);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonColorReverse,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonColorReverse {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: var(--white);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonColorReverse svg [stroke]:not([stroke="none"]),
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonColorReverse svg [stroke]:not([stroke="none"]) {
  stroke: var(--white);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonColorReverse svg [fill]:not([fill="none"]),
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonColorReverse svg [fill]:not([fill="none"]) {
  fill: var(--white);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button.buttonColorReverse:hover,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button.buttonColorReverse:hover {
  background-color: var(--color);
  border-color: var(--color);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button svg [stroke]:not([stroke="none"]),
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button svg [stroke]:not([stroke="none"]) {
  stroke: var(--white);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button svg [fill]:not([fill="none"]),
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button svg [fill]:not([fill="none"]) {
  fill: var(--white);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button:hover,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button:hover {
  background-color: var(--red);
  border-color: var(--red);
}
.mod_iso_cart .bottom .right .checkout-btn-wrap button svg,
.mod_iso_checkout .orderproducts .bottom .right .checkout-btn-wrap button svg {
  margin-left: 10px;
}
.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;
}
