body.woocommerce-cart,
body.woocommerce-checkout {
  padding-top: 0
}


.c-woo-header__top {
  padding: 13px 0px;
  background-color: #d7e9f2;
  display: flex;
  justify-content: center
}

.c-woo-header__top-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1312px;
  width: 100%;
  margin: 0px 16px
}

@media(max-width: 1023px) {
  .c-woo-header__top-container {
    justify-content: center;
  }
}

.c-woo-header__top-checks>span {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-family: "ABC ROM";
  line-height: 1;
  font-weight: 400
}

.c-woo-header__top-checks>span:not(:last-child) {
  margin-right: 24px
}

.c-woo-header__top-checks>span>svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-top: -2px
}

@media(max-width: 1023px) {
  .c-woo-header__top-checks>span>svg {
    height: 24px
  }
}

@media(max-width: 1023px) {
  .c-woo-header__top-checks {
    display: none
  }
}

.c-woo-header__logo {
  padding: 20px 0px;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: center
}

@media(max-width: 1023px) {
  .c-woo-header__logo {
    padding: 16px 0px
  }
}

.c-woo-header__logo-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1312px;
  width: 100%;
  margin: 0px 16px;
  gap: 16px
}

@media(max-width: 767px) {
  .c-woo-header__logo-container>div:last-child {
    display: none !important
  }
}

@media(min-width: 768px) {
  .c-woo-header__logo-container {
    display: grid;
    flex-direction: unset;
    gap: 0px;
    grid-template-columns: 1fr 1.5fr 1fr
  }
}

.c-woo-header__logo-wrapper {
  display: flex;
  justify-content: center
}

.c-woo-header__logo-wrapper>a {
  display: flex;
  justify-content: center
}

.c-woo-header__logo-button {
  display: flex;
  justify-content: center;
}

@media(min-width: 768px) {
  .c-woo-header__logo-button {
    justify-content: flex-start;
  }
}

@media(max-width: 767px) {
  .c-woo-header__logo-button>a {
    display: none
  }
}

.c-woo-header__logo-button>a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background: rgba(0, 0, 0, 0);
  padding: 16px 24px;
  width: auto;
  line-height: 1;
  border-radius: 0;
  font-family: "ABC ROM";
  transition: .3s ease;
  box-shadow: 0px 0px 0px 1px inset #000
}

.c-woo-header__logo-button>a>i {
  margin-right: 4px
}

.c-woo-header__logo-button>a:hover {
  background: #eaeff2
}

.woocommerce-cart .c-woo-header__logo-button>a,
.woocommerce-checkout .c-woo-header__logo-button>a {
  display: none !important
}

.c-woo-footer {
  border-top: 1px solid #000;
  padding: 25px 0px;
  display: flex;
  justify-content: center
}

.c-woo-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1312px;
  width: 100%;
  margin: 0px 16px
}

@media(max-width: 1023px) {
  .c-woo-footer__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }

  .c-woo-footer__container>svg {
    order: 0
  }
}

@media(max-width: 1023px) {
  .c-woo-footer__menu {
    order: 1;
    margin-top: 16px
  }
}

.c-woo-footer__menu>a {
  font-size: 16px;
  line-height: 16px;
  font-family: "ABC ROM"
}

.c-woo-footer__menu>a:not(:last-child) {
  margin-right: 16px
}

.woocommerce-cart {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.woocommerce-cart main {
  flex: 1
}

.woocommerce-cart h1 {
  font-size: 64px;
  line-height: .9;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "ABC ROM Condensed"
}

.woocommerce-cart .layout,
.woocommerce-cart .layout__wrapper,
.woocommerce-cart .layout__content {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px
}

.woocommerce-cart .page__title {
  width: 100%;
  text-align: center;
  margin: 64px 0px
}

.woocommerce-cart .page__content>.woocommerce {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  margin: 0 16px
}

@media(min-width: 1024px) {
  .woocommerce-cart .page__content>.woocommerce {
    max-width: 1024px;
    margin: 0 auto;
    grid-template-columns: 1fr 384px
  }
}

.woocommerce-cart .page__content .woocommerce-notices-wrapper {
  display: none !important
}

.woocommerce-cart .page__content .woocommerce-cart-form {
  position: relative
}

@media(max-width: 1023px) {
  .woocommerce-cart .page__content .woocommerce-cart-form {
    order: 2
  }
}

.woocommerce-cart .page__content .woocommerce-cart-form::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -32px;
  top: 0px;
  background: #000
}

.woocommerce-cart .page__content table {
  background: none;
  border: none
}

.woocommerce-cart .page__content table tr:first-child td {
  border-top: 1px solid #000
}

.woocommerce-cart .page__content table th {
  text-transform: uppercase;
  font-family: "ABC ROM Condensed";
  font-size: 16px;
  line-height: 135%;
  padding: 8px 0px !important
}

@media(min-width: 768px) {
  .woocommerce-cart .page__content table th {
    padding: 8px 4px !important
  }
}

.woocommerce-cart .page__content table th.product-name {
  position: relative
}

.woocommerce-cart .page__content table td {
  border: none;
  padding: 8px 0px !important;
  font-family: "ABC ROM";
  border-color: #b9bdbf !important;
  background: none !important
}

@media(max-width: 767px) {
  .woocommerce-cart .page__content table td {
    border-bottom: 1px solid #000;
    border-top: 0px !important
  }

  .woocommerce-cart .page__content table td.product-subtotal {
    border-bottom: 1px solid #000 !important;
    margin-bottom: 24px
  }
}

@media(min-width: 768px) {
  .woocommerce-cart .page__content table td {
    padding: 8px 4px !important
  }
}

.woocommerce-cart .page__content table td.product-thumbnail a {
  display: block
}

.woocommerce-cart .page__content table td.product-thumbnail a img {
  width: 100px;
  height: 100%;
  object-fit: contain;
  display: block;
  max-width: unset
}

.woocommerce-cart .page__content table td.product-name a {
  color: #e30813;
  text-decoration: none
}

.woocommerce-cart .page__content table td.product-quantity input {
  font-size: 16px !important;
  line-height: 135% !important;
  padding: 4px
}

.woocommerce-cart .page__content table a.remove {
  color: #888 !important;
  box-shadow: 0px 0px 0px 2px inset #888;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1px
}

.woocommerce-cart .page__content table a.remove:hover {
  color: #fff !important;
  box-shadow: 0px 0px 0px 2px inset #e30813;
  background: #e30813
}

.woocommerce-cart .actions {
  padding-bottom: 0px !important;
  border: none !important
}

.woocommerce-cart .actions button {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #fff !important;
  background: #e30813 !important;
  padding: 16px 24px !important;
  width: auto;
  line-height: 1;
  border-radius: 0 !important;
  font-family: "ABC ROM"
}

.woocommerce-cart .wc-proceed-to-checkout a {
  margin-bottom: 0 !important
}

.woocommerce-cart .wc-proceed-to-checkout .link-continue {
  display: none !important
}

.woocommerce-cart .wc-proceed-to-checkout .wc-forward,
.woocommerce-cart .wc-proceed-to-checkout .link-continue>a {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #fff !important;
  background: #e30813 !important;
  padding: 16px 24px !important;
  width: auto !important;
  line-height: 1 !important;
  border-radius: 0 !important;
  font-family: "ABC ROM" !important
}

.woocommerce-cart .cart_totals {
  width: 100% !important;
  float: unset !important
}

.woocommerce-cart .cart_totals th {
  width: 40%;
  border-color: #b9bdbf !important
}

@media(min-width: 768px) {
  .woocommerce-cart .cart_totals td {
    width: 60%;
    text-align: right
  }
}

.woocommerce-cart .c-woo-footer {
  margin-top: 32px
}

@media(min-width: 768px) {
  .woocommerce-cart .c-woo-footer {
    margin-top: 80px
  }
}

.woocommerce-cart .c-woo-footer a {
  text-decoration: none;
  color: #000
}

.woocommerce-checkout {
  margin: 0;
  font-family: "ABC ROM"
}

.woocommerce-checkout .webshop-notices-container {
  display: none !important
}

.woocommerce-checkout .page__content a {
  color: #e30813
}

.woocommerce-checkout .page__content>.woocommerce {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px 16px
}

.woocommerce-checkout .page__content .woocommerce-notices-wrapper {
  display: none
}

.woocommerce-checkout h1 {
  font-size: 64px;
  line-height: .9;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin: 64px 0px;
  font-family: "ABC ROM Condensed"
}

.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  flex-direction: column
}

@media(min-width: 1024px) {
  .woocommerce-checkout form.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 64px
  }
}

.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  display: none
}

.woocommerce-checkout form .woocommerce-checkout-review-order {
  width: auto !important;
  grid-column: 2;
  grid-row: 1;
  padding: 16px;
  box-shadow: 0px 0px 0px 1px inset #000;
  height: fit-content;
  margin-top: 32px
}

@media(min-width: 1024px) {
  .woocommerce-checkout form .woocommerce-checkout-review-order {
    margin-top: 0px;
    padding: 24px
  }
}

.woocommerce-checkout form .woocommerce-checkout-review-order table {
  background: none !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border: 0;
  border-bottom: 1px solid #b9bdbf
}

.woocommerce-checkout form .woocommerce-checkout-review-order table th {
  box-shadow: none !important;
  padding: 4px 0px !important
}

.woocommerce-checkout form .woocommerce-checkout-review-order table th.product-thumbnail {
  display: none !important
}

.woocommerce-checkout form .woocommerce-checkout-review-order table th.product-name {
  text-align: left;
  width: 75%
}

.woocommerce-checkout form .woocommerce-checkout-review-order table th.product-total {
  text-align: right;
  width: 25%
}

.woocommerce-checkout form .woocommerce-checkout-review-order table td {
  box-shadow: none !important;
  padding: 4px 0px !important
}

.woocommerce-checkout form .woocommerce-checkout-review-order table td.product-thumbnail {
  display: none !important
}

.woocommerce-checkout form .woocommerce-checkout-review-order table td.product-name {
  text-align: left;
  width: 75%;
  color: #707070;
  font-size: 14px
}

.woocommerce-checkout form .woocommerce-checkout-review-order table td.product-total {
  text-align: right;
  width: 25%;
  font-size: 14px
}

.woocommerce-checkout form .woocommerce-checkout-review-order table tfoot>tr>td:first-child {
  display: none
}

.woocommerce-checkout form .woocommerce-checkout-review-order table tfoot>tr>td:last-child {
  text-align: right
}

.woocommerce-checkout form .woocommerce-checkout-review-order table .cart-subtotal th,
.woocommerce-checkout form .woocommerce-checkout-review-order table .shipping th {
  font-weight: 500;
  color: #707070
}

.woocommerce-checkout form .woocommerce-checkout-review-order table .cart-subtotal td,
.woocommerce-checkout form .woocommerce-checkout-review-order table .shipping td {
  font-weight: 400
}

.woocommerce-checkout form .woocommerce-checkout-payment {
  background: none !important
}

.woocommerce-checkout form .woocommerce-checkout-payment .wc_payment_method {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.woocommerce-checkout form .woocommerce-checkout-payment .wc_payment_methods {
  margin-bottom: 16px !important;
  padding: 0px 0px 16px 0px !important
}

.woocommerce-checkout form .woocommerce-checkout-payment .payment_box {
  padding: 16px !important;
  background-color: #ddd !important
}

.woocommerce-checkout form .woocommerce-checkout-payment .payment_box::before {
  border-bottom-color: #ddd !important
}

.woocommerce-checkout form .woocommerce-checkout-payment .payment_box>p {
  margin: 0 0 8px 0px
}

.woocommerce-checkout form .woocommerce-checkout-payment .payment_box>fieldset {
  border: none;
  margin: 0;
  padding: 0
}

.woocommerce-checkout form .woocommerce-checkout-payment .payment_box>fieldset p {
  padding: 0
}

.woocommerce-checkout form .woocommerce-checkout-payment .payment_box>fieldset p select {
  background-color: #fff;
  margin: 0;
  border: none;
  padding: 4px 8px;
  width: 100% !important
}

.woocommerce-checkout form .woocommerce-billing-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px
}

@media(min-width: 768px) {
  .woocommerce-checkout form .woocommerce-billing-fields {
    grid-template-columns: 1fr 1fr
  }
}

.woocommerce-checkout form .woocommerce-billing-fields::before,
.woocommerce-checkout form .woocommerce-billing-fields::after {
  content: none !important
}

.woocommerce-checkout form .woocommerce-billing-fields>p {
  width: 100% !important;
  float: unset !important;
  padding: 0 !important
}

.woocommerce-checkout form .woocommerce-billing-fields>h3 {
  grid-column: 1/span 1;
  padding: 0 !important;
  margin: 0px 0px 16px 0px
}

@media(min-width: 768px) {
  .woocommerce-checkout form .woocommerce-billing-fields>h3 {
    grid-column: 1/span 2
  }
}

.woocommerce-checkout form .woocommerce-billing-fields .form-row-wide {
  grid-column: 1/span 1
}

@media(min-width: 768px) {
  .woocommerce-checkout form .woocommerce-billing-fields .form-row-wide {
    grid-column: 1/span 2
  }
}

.woocommerce-checkout form .woocommerce-invalid-required-field label {
  color: #e30813 !important
}

.woocommerce-checkout form .woocommerce-invalid-required-field label .required {
  color: #e30813 !important
}

.woocommerce-checkout form .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.woocommerce-checkout form .woocommerce-shipping-fields__field-wrapper>p {
  width: 100% !important;
  float: unset !important;
  padding: 0 !important
}

.woocommerce-checkout form .woocommerce-shipping-fields .form-row-wide {
  grid-column: 1/span 2
}

.woocommerce-checkout form .woocommerce-shipping-fields>h3 {
  padding: 0 !important;
  margin: 24px 0px 16px 0px !important
}

.woocommerce-checkout form .form-row input[type=email],
.woocommerce-checkout form .form-row input[type=tel],
.woocommerce-checkout form .form-row input[type=text] {
  border-radius: 0px !important;
  border-color: #b9bdbf !important;
  border-style: solid;
  border-width: 1px;
  padding: 12px 20px;
  color: #000;
  font-size: 16px !important;
  line-height: 135% !important
}

.woocommerce-checkout form .form-row label {
  color: #000;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 8px
}

.woocommerce-checkout .select2 {
  width: 100% !important
}

.woocommerce-checkout .select2-selection {
  padding: 12px 20px;
  height: auto !important;
  border-radius: 0 !important
}

.woocommerce-checkout .select2-selection__rendered {
  line-height: 1 !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 135% !important
}

.woocommerce-checkout .select2-selection__arrow {
  top: 9px !important;
  right: 9px !important
}

.woocommerce-checkout .wpg_billing_container .col2-set {
  display: flex;
  flex-direction: column
}

.woocommerce-checkout .wpg_billing_container .col2-set>div {
  float: unset !important;
  width: 100% !important
}

.woocommerce-checkout .place-order {
  padding: 0 !important;
  margin: 16px 0px
}

.woocommerce-checkout .place-order .terms {
  position: relative;
  padding: 0px !important;
  margin: 0px 0px 16px 0px !important
}

.woocommerce-checkout .place-order .terms label {
  padding-left: 20px
}

.woocommerce-checkout .place-order .terms input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 4px
}

.woocommerce-checkout .place-order button {
  color: #fff !important;
  padding: 12px 20px !important;
  background: #e30813 !important;
  width: 100%
}

.woocommerce-checkout .place-order button[type=submit] {
  width: 100% !important
}

.woocommerce-checkout .checkout-footer-text {
  margin: 16px 0px 0px 0px
}

.woocommerce-checkout .c-woo-footer {
  margin-top: 80px
}

.woocommerce-checkout .c-woo-footer a {
  text-decoration: none;
  color: #000
}

body.woocommerce-shop,
body.archive.woocommerce,
.single-product {
  padding-top: 0
}

body.woocommerce-shop .webshop-header__top,
body.archive.woocommerce .webshop-header__top,
.single-product .webshop-header__top {
  display: flex;
  flex-direction: column
}

@media(min-width: 768px) {

  body.woocommerce-shop .webshop-header__top,
  body.archive.woocommerce .webshop-header__top,
  .single-product .webshop-header__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end
  }
}

body.woocommerce-shop .webshop-header__top__left,
body.woocommerce-shop .webshop-header__top__right,
body.archive.woocommerce .webshop-header__top__left,
body.archive.woocommerce .webshop-header__top__right,
.single-product .webshop-header__top__left,
.single-product .webshop-header__top__right {
  float: none !important
}

body.woocommerce-shop .webshop-header__top__right,
body.archive.woocommerce .webshop-header__top__right,
.single-product .webshop-header__top__right {
  width: 100% !important
}

@media(min-width: 768px) {

  body.woocommerce-shop .webshop-header__top__right,
  body.archive.woocommerce .webshop-header__top__right,
  .single-product .webshop-header__top__right {
    max-width: 300px
  }
}

body.woocommerce-shop .webshop-header .page-title,
body.archive.woocommerce .webshop-header .page-title,
.single-product .webshop-header .page-title {
  height: auto !important;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "ABC ROM Condensed";
  padding: 0 !important;
  margin: 0 0 16px 0 !important;
  text-align: center
}

@media(min-width: 768px) {

  body.woocommerce-shop .webshop-header .page-title,
  body.archive.woocommerce .webshop-header .page-title,
  .single-product .webshop-header .page-title {
    text-align: left;
    font-size: 44px;
    margin: 0 !important
  }
}

body.woocommerce-shop .webshop-header .search-field,
body.archive.woocommerce .webshop-header .search-field,
.single-product .webshop-header .search-field {
  font-family: "ABC ROM";
  border-radius: 0;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: normal;
  padding-left: 16px;
  padding-right: 42px;
  width: 100% !important
}

@media(min-width: 768px) {

  body.woocommerce-shop .webshop-header .search-field,
  body.archive.woocommerce .webshop-header .search-field,
  .single-product .webshop-header .search-field {
    max-width: 300px
  }
}

body.woocommerce-shop .webshop-header .search-form .fields,
body.archive.woocommerce .webshop-header .search-form .fields,
.single-product .webshop-header .search-form .fields {
  margin-top: 0 !important
}

body.woocommerce-shop .webshop-navigation,
body.archive.woocommerce .webshop-navigation,
.single-product .webshop-navigation {
  background: none;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #b9bdbf
}

body.woocommerce-shop .webshop-navigation__categories,
body.archive.woocommerce .webshop-navigation__categories,
.single-product .webshop-navigation__categories {
  padding: 0;
  float: unset !important;
  display: flex;
  flex-direction: column;
  border-right: 0 !important
}

@media(min-width: 768px) {

  body.woocommerce-shop .webshop-navigation__categories,
  body.archive.woocommerce .webshop-navigation__categories,
  .single-product .webshop-navigation__categories {
    flex-direction: row;
    justify-content: space-between;
    align-items: center
  }
}

body.woocommerce-shop .webshop-navigation .list--inline,
body.archive.woocommerce .webshop-navigation .list--inline,
.single-product .webshop-navigation .list--inline {
  padding: 0
}

@media(max-width: 767px) {

  body.woocommerce-shop .webshop-navigation .list--inline,
  body.archive.woocommerce .webshop-navigation .list--inline,
  .single-product .webshop-navigation .list--inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 16px
  }
}

body.woocommerce-shop .webshop-navigation .list--inline>li:first-child a,
body.archive.woocommerce .webshop-navigation .list--inline>li:first-child a,
.single-product .webshop-navigation .list--inline>li:first-child a {
  padding-left: 0
}

@media(max-width: 767px) {

  body.woocommerce-shop .webshop-navigation .list--inline>li,
  body.archive.woocommerce .webshop-navigation .list--inline>li,
  .single-product .webshop-navigation .list--inline>li {
    margin: 0 !important
  }
}

body.woocommerce-shop .webshop-navigation .list--inline>li a,
body.archive.woocommerce .webshop-navigation .list--inline>li a,
.single-product .webshop-navigation .list--inline>li a {
  font-family: "ABC ROM";
  font-size: 16px;
  line-height: 135%
}

body.woocommerce-shop .webshop-navigation .list--inline>li a:hover,
body.archive.woocommerce .webshop-navigation .list--inline>li a:hover,
.single-product .webshop-navigation .list--inline>li a:hover {
  color: #e30813 !important
}

body.woocommerce-shop .webshop-navigation .list--inline>li.current-menu-item a,
body.archive.woocommerce .webshop-navigation .list--inline>li.current-menu-item a,
.single-product .webshop-navigation .list--inline>li.current-menu-item a {
  color: #e30813
}

body.woocommerce-shop .webshop-navigation__cart,
body.archive.woocommerce .webshop-navigation__cart,
.single-product .webshop-navigation__cart {
  margin: 0
}

body.woocommerce-shop .webshop-navigation__cart .btn,
body.archive.woocommerce .webshop-navigation__cart .btn,
.single-product .webshop-navigation__cart .btn {
  background-color: none;
  background: rgba(0, 0, 0, 0) !important;
  color: #333 !important;
  padding: 0 !important;
  font-weight: 400;
  font-family: "ABC ROM"
}

@media(max-width: 413px) {

  body.woocommerce-shop .webshop-navigation__cart .btn,
  body.archive.woocommerce .webshop-navigation__cart .btn,
  .single-product .webshop-navigation__cart .btn {
    width: 100% !important
  }
}

body.woocommerce-shop .webshop-ordering,
body.archive.woocommerce .webshop-ordering,
.single-product .webshop-ordering {
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #b9bdbf
}

body.woocommerce-shop .webshop-ordering>form,
body.archive.woocommerce .webshop-ordering>form,
.single-product .webshop-ordering>form {
  margin-bottom: 0px !important
}

body.woocommerce-shop .webshop-ordering__box,
body.archive.woocommerce .webshop-ordering__box,
.single-product .webshop-ordering__box {
  margin-bottom: 0;
  margin-left: 0 !important;
  width: 100%
}

@media(min-width: 768px) {

  body.woocommerce-shop .webshop-ordering__box,
  body.archive.woocommerce .webshop-ordering__box,
  .single-product .webshop-ordering__box {
    max-width: 200px
  }
}

@media(min-width: 1280px) {

  body.woocommerce-shop .webshop-ordering__box,
  body.archive.woocommerce .webshop-ordering__box,
  .single-product .webshop-ordering__box {
    max-width: 300px
  }
}

body.woocommerce-shop .webshop-ordering__box .select2-selection__rendered,
body.archive.woocommerce .webshop-ordering__box .select2-selection__rendered,
.single-product .webshop-ordering__box .select2-selection__rendered {
  font-family: "ABC ROM";
  font-size: 16px;
  letter-spacing: normal;
  margin: 0
}

body.woocommerce-shop .webshop__product,
body.archive.woocommerce .webshop__product,
.single-product .webshop__product {
  padding: 24px 16px !important
}

@media(max-width: 767px) {

  body.woocommerce-shop .webshop__product,
  body.archive.woocommerce .webshop__product,
  .single-product .webshop__product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
}

body.woocommerce-shop .webshop__product__image,
body.archive.woocommerce .webshop__product__image,
.single-product .webshop__product__image {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center
}

body.woocommerce-shop .webshop__product__content,
body.archive.woocommerce .webshop__product__content,
.single-product .webshop__product__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0 !important;
  margin: 16px auto !important
}

body.woocommerce-shop .webshop__product__content>h3,
body.archive.woocommerce .webshop__product__content>h3,
.single-product .webshop__product__content>h3 {
  margin: 0 0 8px 0 !important
}

@media(max-width: 767px) {

  body.woocommerce-shop .webshop__product__content>h3,
  body.archive.woocommerce .webshop__product__content>h3,
  .single-product .webshop__product__content>h3 {
    text-align: center !important
  }
}

body.woocommerce-shop .webshop__product__content>h3>a,
body.archive.woocommerce .webshop__product__content>h3>a,
.single-product .webshop__product__content>h3>a {
  text-transform: uppercase;
  font-family: "ABC ROM Condensed";
  font-size: 18px;
  line-height: 135%
}

body.woocommerce-shop .webshop__product__content .woocommerce-Price-amount,
body.archive.woocommerce .webshop__product__content .woocommerce-Price-amount,
.single-product .webshop__product__content .woocommerce-Price-amount {
  font-family: "ABC ROM";
  font-size: 16px;
  line-height: 135%;
  letter-spacing: normal
}

body.woocommerce-shop .webshop__product__content .woocommerce-Price-amount span,
body.archive.woocommerce .webshop__product__content .woocommerce-Price-amount span,
.single-product .webshop__product__content .woocommerce-Price-amount span {
  font-family: "ABC ROM";
  font-size: 16px;
  line-height: 135%;
  letter-spacing: normal
}

body.woocommerce-shop .webshop__product__price,
body.archive.woocommerce .webshop__product__price,
.single-product .webshop__product__price {
  margin: 0 !important
}

body.woocommerce-shop .webshop__product__to_cart,
body.archive.woocommerce .webshop__product__to_cart,
.single-product .webshop__product__to_cart {
  margin: 0 !important;
  float: unset !important;
  display: flex;
  justify-content: center
}

body.woocommerce-shop .webshop-related-products .products__item,
body.archive.woocommerce .webshop-related-products .products__item,
.single-product .webshop-related-products .products__item {
  border-bottom: 0 !important
}

body.woocommerce-shop .woocommerce-pagination .page-numbers,
body.archive.woocommerce .woocommerce-pagination .page-numbers,
.single-product .woocommerce-pagination .page-numbers {
  color: #707070 !important
}

body.woocommerce-shop .woocommerce-pagination .page-numbers.current,
body.archive.woocommerce .woocommerce-pagination .page-numbers.current,
.single-product .woocommerce-pagination .page-numbers.current {
  color: #e30813 !important
}

body.woocommerce-shop .woocommerce-ordering,
body.archive.woocommerce .woocommerce-ordering,
.single-product .woocommerce-ordering {
  float: unset !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  gap: 16px
}

@media(max-width: 767px) {

  body.woocommerce-shop .woocommerce-ordering,
  body.archive.woocommerce .woocommerce-ordering,
  .single-product .woocommerce-ordering {
    margin-top: 16px !important
  }
}

@media(min-width: 768px)and (max-width: 1279px) {

  body.woocommerce-shop .woocommerce-ordering,
  body.archive.woocommerce .woocommerce-ordering,
  .single-product .woocommerce-ordering {
    margin-top: 16px !important
  }
}

@media(min-width: 768px) {

  body.woocommerce-shop .woocommerce-ordering,
  body.archive.woocommerce .woocommerce-ordering,
  .single-product .woocommerce-ordering {
    padding-left: 16px
  }
}

body.woocommerce-shop .woocommerce-result-count,
body.archive.woocommerce .woocommerce-result-count,
.single-product .woocommerce-result-count {
  font-family: "ABC ROM";
  font-size: 16px;
  line-height: 135%;
  letter-spacing: normal;
  margin-top: 0
}

@media(min-width: 768px) {

  body.woocommerce-shop .woocommerce-result-count,
  body.archive.woocommerce .woocommerce-result-count,
  .single-product .woocommerce-result-count {
    margin-top: 16px !important
  }
}

body.woocommerce-shop .products,
body.archive.woocommerce .products,
.single-product .products {
  border-top: 0 !important;
  margin-top: 32px !important;
  padding-top: 0 !important;
  display: grid;
  grid-template-columns: repeat(1, 1fr)
}

@media(min-width: 768px) {

  body.woocommerce-shop .products,
  body.archive.woocommerce .products,
  .single-product .products {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(min-width: 1024px) {

  body.woocommerce-shop .products,
  body.archive.woocommerce .products,
  .single-product .products {
    grid-template-columns: repeat(3, 1fr)
  }
}

body.woocommerce-shop .products::before,
body.woocommerce-shop .products::after,
body.archive.woocommerce .products::before,
body.archive.woocommerce .products::after,
.single-product .products::before,
.single-product .products::after {
  content: none !important
}

body.woocommerce-shop .products__item,
body.archive.woocommerce .products__item,
.single-product .products__item {
  height: auto !important;
  width: 100% !important;
  margin: 0 !important;
  border-bottom: 1px solid #b9bdbf
}

@media(max-width: 767px) {

  body.woocommerce-shop .products__item:nth-child(1n+1)::after,
  body.archive.woocommerce .products__item:nth-child(1n+1)::after,
  .single-product .products__item:nth-child(1n+1)::after {
    display: none !important
  }
}

@media(min-width: 768px)and (max-width: 1023px) {

  body.woocommerce-shop .products__item:nth-child(2n+2)::after,
  body.archive.woocommerce .products__item:nth-child(2n+2)::after,
  .single-product .products__item:nth-child(2n+2)::after {
    display: none !important
  }
}

@media(min-width: 1024px) {

  body.woocommerce-shop .products__item:nth-child(3n+3)::after,
  body.archive.woocommerce .products__item:nth-child(3n+3)::after,
  .single-product .products__item:nth-child(3n+3)::after {
    display: none !important
  }
}

body.woocommerce-shop .products__item::after,
body.archive.woocommerce .products__item::after,
.single-product .products__item::after {
  height: 100% !important;
  background: #b9bdbf !important
}

body.woocommerce-shop .layout--page,
body.archive.woocommerce .layout--page,
.single-product .layout--page {
  padding: 0px !important;
  margin: 0px 16px
}

body.woocommerce-shop .layout--page .layout__wrapper,
body.archive.woocommerce .layout--page .layout__wrapper,
.single-product .layout--page .layout__wrapper {
  display: flex;
  justify-content: center
}

body.woocommerce-shop .layout--page .layout__content,
body.archive.woocommerce .layout--page .layout__content,
.single-product .layout--page .layout__content {
  width: 100%;
  max-width: 1312px !important;
  padding: 0px !important
}

body.woocommerce-shop .btn--primary,
body.archive.woocommerce .btn--primary,
.single-product .btn--primary {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #fff !important;
  background: #e30813 !important;
  padding: 16px 24px !important;
  width: auto;
  line-height: 1;
  border-radius: 0 !important;
  font-family: "ABC ROM";
  transition: .3s ease
}

body.woocommerce-shop .btn--primary:hover,
body.archive.woocommerce .btn--primary:hover,
.single-product .btn--primary:hover {
  opacity: .75
}

body.woocommerce-shop footer.layout__footer,
body.archive.woocommerce footer.layout__footer,
.single-product footer.layout__footer {
  display: none
}

.single-product .product__details {
  margin: 16px 0px
}

@media(min-width: 1024px) {
  .single-product .product__details {
    margin: 24px 0px
  }
}

.single-product .product__details>div {
  padding: 0 !important
}

.single-product .product__details h3 {
  font-size: 32px !important;
  line-height: 1 !important;
  font-weight: 800;
  font-family: "ABC ROM Condensed";
  color: #000;
  margin-bottom: 16px;
  text-transform: uppercase
}

@media(min-width: 768px) {
  .single-product .product__details h3 {
    margin-bottom: 24px
  }
}

.single-product .product__details h5 {
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 600;
  font-family: "ABC ROM Condensed";
  letter-spacing: normal;
  color: #000
}

.single-product .product__details h5:not(:last-child) {
  margin-bottom: 16px
}

.single-product .product__details h5:not(:first-child) {
  margin-top: 24px
}

.single-product .product__details p {
  font-family: "ABC ROM";
  font-size: 16px !important;
  line-height: 150% !important;
  letter-spacing: normal !important
}

.single-product .product__details p:not(:last-child) {
  margin-bottom: 8px
}

@media(min-width: 1024px) {
  .single-product .product__details p:not(:last-child) {
    margin-bottom: 16px
  }
}

.single-product .product__details ul {
  padding-left: 24px
}

.single-product .product__details ul>li {
  font-family: "ABC ROM";
  font-size: 16px !important;
  line-height: 150% !important;
  letter-spacing: normal !important
}

.single-product .product__details .nest {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0px 0px 16px 0px !important
}

@media(min-width: 768px) {
  .single-product .product__details .nest {
    grid-template-columns: 1fr 4fr;
    margin-bottom: 24px !important
  }
}

.single-product .product__details .nest>div {
  width: auto !important;
  padding: 0 !important
}

.single-product .product .grid-4,
.single-product .product .grid-8,
.single-product .product .grid-12 {
  padding: 0 !important
}

.single-product .project__detail__tocart {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 8px 16px !important;
  background: #fff !important;
  border: 1px solid #b9bdbf
}

.single-product .project__detail__tocart__wrapper {
  display: flex !important;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center
}

.single-product .project__detail__tocart__label {
  text-align: right
}

.single-product .project__detail__tocart__label label {
  font-family: "ABC ROM";
  font-size: 16px;
  line-height: 150%;
  margin-left: 0 !important
}

.single-product .project__detail__tocart__amount {
  margin: 0 16px !important
}

.single-product .project__detail__tocart__amount input[type=number] {
  border-radius: 0 !important
}

.single-product .project__detail__tocart__button input {
  font-family: "ABC ROM" !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #fff !important;
  background: #e30813 !important;
  background-color: #e30813 !important;
  padding: 8px 16px !important;
  width: auto;
  line-height: 1 !important;
  border-radius: 0 !important;
  font-family: "ABC ROM";
  transition: .3s ease;
  float: none !important
}

.single-product .project__detail__tocart__button input:hover {
  opacity: .75
}

.single-product .price__holder {
  margin-bottom: 0 !important
}

.single-product .price__holder .price--normal {
  padding: 8px 16px !important;
  border: 1px solid #b9bdbf !important
}

.single-product .price__holder .price--normal span {
  font-family: "ABC ROM" !important;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: normal
}

.single-product .price__holder .price--normal span span {
  font-family: "ABC ROM" !important;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: normal
}

.single-product .webshop-related-products h3 {
  font-size: 32px !important;
  line-height: 1 !important;
  font-weight: 700;
  font-family: "ABC ROM Condensed";
  text-transform: uppercase;
  color: #000;
  margin-top: 0 !important;
  margin-bottom: 24px !important
}


.c-magazine-teaser {
  margin-bottom: 20px;
  font-family: "ABC ROM";
  position: relative;
  gap: 32px;
  font-size: 16px;
  background-color: #d7e9f2;
  padding: 32px 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.c-magazine-teaser__visual {
  position: relative;
  aspect-ratio: 3/4;
  max-width: 144px;
  transform: rotate(3deg);
}

.c-magazine-teaser__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 0px auto 8px auto;
}

.c-magazine-teaser__text {
  margin: 8px auto 20px;
}


/* Tablet Breakpoint (assuming 768px) */
@media (min-width: 768px) {
  .c-magazine-teaser {
    flex-direction: row;
    padding: 32px;
  }

  .c-magazine-teaser__visual {
    transform: rotate(3deg);
  }

  .c-magazine-teaser__title {
    margin-bottom: 8px;
  }

  .c-magazine-teaser__text {
    margin-bottom: 20px;
  }
}

#is_subscriber_field,
#account_naw_field {
    display: none !important;
}

body.woocommerce-checkout #is_subscriber_field,
body.woocommerce-checkout #account_naw_field,
body.woocommerce-checkout #billing_company_field,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-shipping-fields{
    display: none !important;
}


body.woocommerce-checkout form .woocommerce-shipping-fields {
    display: flex;
    flex-direction: column;
}

body.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    position: absolute !important;
    top: 0;
    left: -9999px;
}