@font-face {
  font-family: "Futura Std";
  src: url("../fonts/FuturaStd-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Futura Std";
  src:
    url("../fonts/FuturaStd-Medium.woff") format("woff"),
    url("../fonts/FuturaStd-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura Std";
  src:
    url("../fonts/FuturaStd-Bold.woff") format("woff"),
    url("../fonts/FuturaStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Futura Std";
  src: url("../fonts/FuturaStd-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Rockwell Std";
  src:
    url("../fonts/RockwellStd-Light.woff") format("woff"),
    url("../fonts/RockwellStd-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Rockwell Std";
  src:
    url("../fonts/RockwellStd.woff") format("woff"),
    url("../fonts/RockwellStd.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Rockwell Std";
  src: url("../fonts/RockwellStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

#RequestForm #form-Kontakt button.btn {
  border: 1px solid #000000;
}

.vorbestellung_header .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.vorbestellung_header .row h1,
.vorbestellung_header .row a {
  max-width: max-content;
  font: normal normal 700 49px/62px Futura Std;
  letter-spacing: 0px;
  color: #434343;
  text-transform: uppercase;
  opacity: 1;
}

#prd_listing .row .product_loop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
  justify-items: center;
}

#prd_listing .row .product_loop .product .prd_img img {
  max-width: 450px;
}

div#prd_listing {
  background: #434343;
  padding: 32px;
}

.vorbestellung_header {
  padding: 30px;
}

.vorbestellung_header .row {
  justify-content: flex-end;
}

.vorbestellung_header .row h1 {
  max-width: calc(100% - 120px);
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.container {
  max-width: 1716px;
  width: 100%;
}

div#prd_listing .row {
  margin: 0;
}

div#prd_listing h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 49px;
  font: normal normal 900 49px / 62px Futura Std;
}

div#prd_listing .row h4 {
  text-align: center;
  margin-bottom: 42px;
  color: #fff;
  font-size: 40px;
  font-weight: 300 !important;
  font: normal normal 300 40px/48px Rockwell Std;
}

#prd_listing .row .product_loop .prd_img img {
  max-width: 100% !important;
  width: 100%;
}

#prd_listing .row .product_loop .prd_cnt {
  background: #cde300;
  padding: 28px 20px;
}

#prd_listing .row .product_loop .prd_cnt .bottom_prd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  gap: 8px;
}

#prd_listing .row .product_loop .prd_cnt .bottom_prd h3.prd_price {
  font-size: 30px;
  margin: 0;
  font: normal normal bold 35px/42px "Rockwell Std";
  letter-spacing: 0px;
  color: #434343;
}

#prd_listing .row .product_loop .prd_cnt h3.prd_title {
  font-size: 35px;
  color: #434343;
  font: normal normal bold 35px / 35px Rockwell Std;
  gap: 5px;
}
#prd_listing .row .product_loop {
  margin: 0 0 40px;
}

#prd_listing .row .product_loop .product {
  background: #cde300;
  max-width: 100%;
}

div#prd_listing .row p.prd_end_text {
  margin-top: 60px;
  text-align: center;
  color: #cde300;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 100px;
  font: normal normal 300 25px / 31px Rockwell Std;
}

div#prd_listing .row a.prd_btm_btn {
  background: #cde300;
  max-width: max-content;
  margin: 0 auto;
  text-decoration: none;
  font-size: 40px;
  color: #6e8200;
  padding: 10px 50px;
  transition: all 0.4s ease;
  font: normal normal 300 40px / 48px Rockwell Std;
}

div#prd_listing .row a.prd_btm_btn:hover {
  color: #ffffff;
  background: #0bbc0b;
}

.vorbestellung_header {
  padding: 40px;
  position: sticky;
  top: 0;
  background: #fff;
}

#BannerSectionProducts .row img {
  max-height: 690px;
  object-fit: contain;
}

#BannerSectionProducts .row svg {
  max-height: 690px;
  object-fit: contain;
}

.cart-modal__box {
  position: fixed;
  top: 50%;
  background: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 60px;
}

.cart-modal__box .cart-modal__small {
  text-align: center;
  margin: 0 0 56px;
  font-size: 30px;
  font-weight: 300;
  font-family: sans-serif;
}

.cart-modal__box button#cm_close {
  position: absolute;
  top: 0;
  right: 0;
  background: #cde300;
  border: 1px solid #cde300;
  display: flex;
  border-radius: 0px 0px 0px 10px;
  height: 30px;
  width: 30px;
  justify-content: flex-end;
  align-items: flex-start;
}

.cart-modal__box h3#cm_title {
  font-size: 22px;
  margin: 0;
}

.cart-modal__box div#cm_notes {
  font-weight: 300;
  font-family: sans-serif;
  font-size: 15px;
  color: #434343;
}

.cart-modal__body {
  margin-top: 10px;
}

.cart-modal__body .cart-modal__row {
  margin: 0 0 18px;
  position: relative;
  display: grid;
  grid-template-columns: 22px calc(100% - 25px);
  gap: 4px 6px;
  align-items: flex-start;
}

.cart-modal__body .cart-modal__row .cart-modal__unit {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #4343435e;
  font-family: sans-serif;
}

.cart-modal__body .cart-modal__row input.cart-modal__input {
  border: 2px solid #cde300;
  height: 85px;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
  grid-column: 2;
  grid-row: span 4;
  font-size: 30px;
  color: #4343435e;
  font-weight: 300;
  font-family: sans-serif;
  max-width: 400px;
  width: 100%;
}

.cart-modal__body .cart-modal__row button#cm_minus {
  grid-column: 1;
  grid-row: 2;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #6e8200;
  color: #fff;
}

.cart-modal__body .cart-modal__row button#cm_plus {
  display: flex;
  grid-row: 1;
  grid-column: 1;
  border: 0;
  background: #6e8200;
  color: #fff;
}

.cart-modal__body .cart-modal__row button {
  display: flex;
  align-items: center;
  height: 22px;
  justify-content: center;
  align-items: center;
}

.cart-modal__body button#cm_add {
  background: #cde300;
  max-width: 399px;
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: center;
  border: 0;
  height: 85px;
  align-items: center;
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  font-family: sans-serif;
}

#cartToast.cart-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  z-index: 99999;
  font-size: 22px;
  max-width: 90%;
  text-align: center;
}

#prd_listing .row .product_loop .prd_cnt h3.prd_title {
  display: flex;
  flex-direction: column;
}

#prd_listing .row .product_loop .prd_cnt h3.prd_title span.prd_extra_info {
  letter-spacing: 0px;
  color: #434343;
  font: normal normal 300 20px / 22px Rockwell Std;
}

div#cartDetails {
  background: #6e8200;
  padding: 63px 0px 58px;
}

div#cartDetails .container.c_bg3 {
  background: transparent;
  max-width: 1398px;
  width: 100%;
}
div#cartDetails .col-12 {
  padding: 0 !important;
}
div#cartDetails .container.c_bg3 .row {
  margin: 0 !important;
}
div#cartDetails .col-12 h2.cart_details_heading {
  text-align: center;
  font-size: 49px;
  color: #cde300;
  margin: 0 0 53px;
  line-height: 62px;
  font-weight: 500;
  font-family: "Futura Std";
}

div#cartDetails .container.c_bg3 .row .cart_details .cart_table_wrap {
  margin: 0 0 72px !important;
}

div#cartDetails
  .container.c_bg3
  .row
  .cart_details
  .cart_table_wrap
  .cart_table_head {
  gap: 25px;
}

div#cartDetails
  .container.c_bg3
  .row
  .cart_details
  .cart_table_wrap
  .cart_table_head
  > .col {
  background: #434343;
  padding: 14px 20px;
  color: #fff;
  font-size: 40px;
  font: normal normal 300 40px / 48px "Rockwell Std";
}

div#cartDetails
  .container.c_bg3
  .row
  .cart_details
  .cart_table_wrap
  .cart_table_body {
  display: flex;
  gap: 25px;
  margin: 16px 0px;
  flex-direction: column;
}

div#cartDetails
  .container.c_bg3
  .row
  .cart_details
  .cart_table_wrap
  .cart_table_body
  .text-muted {
  /* max-width: calc(100% / 3 - -10px); */
  background: #cde300;
  width: 100%;
  color: #434343 !important;
  padding: 0 21px;
  padding-top: 10px !important;
  font: normal normal 300 40px/48px "Rockwell Std";
  text-align: center;
}

div#cartDetails
  .container.c_bg3
  .row
  .cart_details
  .cart_table_wrap
  .cart_table_footer {
  margin-top: 31px !important;
  padding-top: 28px;
  border-top: 2px solid #fff;
  justify-content: flex-end;
  gap: 50px;
}

div#cartDetails
  .container.c_bg3
  .row
  .cart_details
  .cart_table_wrap
  .cart_table_footer
  .col {
  width: auto;
  flex: unset;
  font-size: 40px;
  color: #fff;
  font: normal normal 300 40px / 48px Rockwell Std;
}

div#cartDetails
  .container.c_bg3
  .row
  .cart_details
  .cart_table_wrap
  .cart_table_footer
  div#cart_total_price {
  border-bottom: 2px solid #fff;
  position: relative;
  padding-bottom: 15px;
}

div#cartDetails
  .container.c_bg3
  .row
  .cart_details
  .cart_table_wrap
  .cart_table_footer
  div#cart_total_price:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 10px;
  height: 2px;
  background: #fff;
  left: 0;
}

div#cartDetails
  .container.c_bg3
  .row
  .cart_details
  .cart_table_wrap
  .cart_table_footer
  .col.prd {
  margin-right: 30px;
  font: normal normal 300 40px/48px "Rockwell Std";
}
div#cartDetails .col-12 .cart_details a.back_btn {
  background: #cde300;
  font-size: 40px;
  color: #6e8200;
  text-decoration: none;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 471px;
  margin: 0 auto;
  font: normal normal 300 40px / 48px "Rockwell Std";
}

div#cartDetails .col-12 .cart_details a.back_btn:hover {
  color: #6e8200;
  background-color: #ffffff;
}
div#RequestForm {
  padding: 77px 0px;
}

div#RequestForm .row {
  margin: 0 !important;
}
div#RequestForm .row .table-content-sec-left {
  padding: 0 !important;
}
div#RequestForm .row .table-content-sec-left h2.form_heading {
  text-align: center;
  font-size: 49px;
  margin: 0 0 65px;
  font-family: "Futura Std";
  line-height: 62px;
  font-weight: 500;
}
div#RequestForm .row .table-content-sec-left .row {
  justify-content: space-between;
}
div#RequestForm .row .table-content-sec-left .row > .col {
  padding: 0;
  width: 100%;
  max-width: calc(100% / 2 - 30px);
  display: flex;
  flex-flow: column-reverse;
  margin: 0 0 20px;
}
div#RequestForm .row .table-content-sec-left .row label {
  padding: 9px 0 0 13px !important;
  color: #434343 !important;
  font-size: 25px;
}
div#RequestForm .row .table-content-sec-left .row > .col input {
  padding: 0 20px;
  height: 66px;
  font-size: 25px;
}
div#RequestForm .row form#form-Kontakt > .text-end.c_col1 {
  text-align: center !important;
  color: #6e8200 !important;
  font-size: 25px !important;
  margin-top: 31px !important;
  font: normal normal 300 25px/31px "Rockwell Std";
}
div#RequestForm .row form#form-Kontakt > .mb-3,
div#RequestForm .row form#form-Kontakt > .mb-4 {
  max-width: 811px;
  margin: 0 auto;
  width: 100%;
}
div#RequestForm .row form#form-Kontakt label {
  color: #434343 !important;
  font-size: 25px;
  padding-bottom: 13px;
  font: normal normal 300 25px / 31px Rockwell Std;
}

div#RequestForm .row form#form-Kontakt textarea#k_message {
  margin: 0 0 53px !important;
}

div#RequestForm .row form#form-Kontakt .form-check {
  display: flex;
  align-items: flex-start;
  padding: 0;
  justify-content: space-between;
}

div#RequestForm .row form#form-Kontakt .form-check input {
  width: 37px;
  height: 37px;
  position: relative;
  float: unset;
  margin: 0;
  top: 5px;
}

div#RequestForm
  .row
  form#form-Kontakt
  .form-check
  label.form-check-label.c_col1 {
  font-size: 20px !important;
  color: #434343;
  padding: 0;
  max-width: calc(100% - 55px);
  width: 100%;
}

div#RequestForm .row form#form-Kontakt button.btn {
  background: #6e8200;
  display: flex;
  margin: 65px auto 0;
  border: 0;
  font-size: 40px;
  color: #ffffff !important;
  padding: 3px 30px;
  max-width: 470px;
  width: 100%;
  justify-content: center;
  font: normal normal 300 40px/48px Rockwell Std;
}

div#RequestForm .row form#form-Kontakt button.btn:hover {
  background-color: #0bbc0b;
  color: #ffffff;
}

div#OrderSuccess {
  background: #cde300;
  height: calc(100vh - 130px);
  display: flex;
  align-items: center;
  justify-content: center;
}

div#OrderSuccess .row {
  margin: 0;
  max-width: 475px;
  margin: 0 auto;
  text-align: center;
}

div#OrderSuccess .row h2 {
  font-size: 49px;
  color: #434343;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0 40px;
  font-family: "Futura Std";
  line-height: 62px;
}

div#OrderSuccess .row h4 {
  font-size: 40px;
  letter-spacing: 0;
  font-weight: 300;
  padding: 0;
  margin: 0 0 63px;
  color: #434343;
  font: normal normal 300 40px / 48px "Rockwell Std";
}

div#OrderSuccess .row a.back_btn {
  background: #6e8200;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal 300 40px / 48px "Rockwell Std";
}

div#OrderSuccess .row a.back_btn:hover {
  background: #ffffff;
  color: #6e8200;
}

#prd_listing .row .product_loop .prd_cnt {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  min-height: 245px;
}

#prd_listing .row .product_loop .product {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

div#prd_listing h2.clr_bg {
  font: normal normal 900 40px/51px "Futura Std";
  color: #cde300;
  background-color: #8c9a40;
  padding: 8px 0px;
  margin: 0 auto 20px auto;
  text-align: center;
  width: 98.5%;
}

.cart_table_body .cart_row {
  gap: 25px;
  align-items: unset !important;
}

.cart_table_body .cart_row .prd {
  background: #cde300;
  padding: 10px 20px;
  flex: 100%;
  max-width: calc(100% / 3 - 18px);
}

.cart_table_body .cart_row .col.price {
  background: #cde300;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  font-size: 40px;
  color: #434343;
  font-family: "RW_STDLT";
}

.cart_table_body .cart_row .col.total {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  font-size: 40px;
  color: #434343;
  font-family: "RW_STDLT";
}

div#cartDetails
  .container.c_bg3
  .row
  .cart_details
  .cart_table_wrap
  .cart_table_head
  .col.prd,
.cart_table_body .cart_row .prd {
  max-width: 710px;
  width: 100%;
  flex: 100%;
}

div#cartDetails
  .container.c_bg3
  .row
  .cart_details
  .cart_table_wrap
  .cart_table_head
  .col.total,
.cart_table_body .cart_row .col.total {
  max-width: 250px;
}

div#cartDetails
  .container.c_bg3
  .row
  .cart_details
  .cart_table_wrap
  .cart_table_head
  > .col,
.cart_table_body .cart_row .col.price {
  max-width: 360px;
}
.cart_table_body .cart_row .prd .t1 {
  color: #434343;
  font: normal normal 300 40px/22px "Rockwell Std";
}

.cart_table_body .cart_row .prd .t2 {
  color: #434343;
  font: normal normal 300 20px/22px "Rockwell Std";
  padding-top: 10px;
}

.cart_table_body .cart_row .prd .t3.text-muted {
  padding: 0 !important;
  font-size: 15px !important;
  font-family: "Rockwell Std";
  display: flex;
  align-items: center;
}

.cart_table_body .cart_row .prd .t3.text-muted a.cart_remove {
  background: red;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  padding: 7px 7px;
  display: flex;
  max-width: max-content;
  border-radius: 30px;
  line-height: 100%;
}

div#prd_listing h2.clr_bg span.head_info {
  text-align: center;
  font: normal normal 500 20px/25px "Futura Std";
  color: #cde300;
}

#prd_listing
  .row
  .product_loop
  .prd_cnt
  .bottom_prd
  h3.prd_price
  span.prd_extra_info {
  font: normal normal 300 20px/23px "Rockwell Std";
  letter-spacing: 0px;
  color: #434343;
}

#prd_listing .row .product_loop .prd_cnt .bottom_prd h3.prd_price {
  display: flex;
  flex-direction: column;
}

.cart_table_body .cart_row:nth-child(even) .prd {
  background-color: #d8e564;
}

div#cartDetails
  .container.c_bg3
  .row
  .cart_details
  .cart_table_wrap
  .cart_table_body
  .cart_row:nth-child(even)
  .text-muted {
  background-color: #d8e564;
}

.cart_table_body .cart_row:nth-child(even) .col.price {
  background-color: #d8e564;
}

div#cartDetails
  .container.c_bg3
  .row
  .cart_details
  .cart_table_wrap
  .col.price
  span.extra_info {
  font: normal normal 300 20px/23px Rockwell Std;
}

.cart-modal__body .cart-modal__row input.cart-modal__input#cm_qty.pack {
  padding-right: 60px;
}

.cart_details .cart_row .text-muted.extra_qty input {
  max-width: 60px;
  max-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.cart_table_body .cart_row .col.prd {
  padding: 15px;
}

#prd_listing .row .product_loop .product {
  justify-content: flex-start;
  height: 100%;
}

#prd_listing .row .product_loop .prd_cnt {
  height: 100%;
  min-height: unset;
}

.cart-link {
  position: relative;
  display: inline-block;
}

.cart-counter {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  background: #d80000;
  color: #fff;
}
