body {
  overflow-x: hidden !important;
}

#header {
  background-color: var(--mobile-header-bg-color);
}

.header_left a {
  color: var(--mobile-header-text-color);
  font-size: 30px;
  padding-top: 15px;
}

.header_middle img {
  width: 100%;
  max-width: 200px;
}

.lottery_title {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}

.lottery_circle a {
  color: #ffffff;
  position: absolute;
  left: 22px;
  bottom: 36px;
  font-size: 22px;
  text-decoration: none;
}

.lottery_circle {
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at center, black 40%, transparent 60%),
    radial-gradient(
      circle at center,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(255, 0, 255, 0.7) 70%,
      rgba(0, 255, 255, 0.7) 100%
    );
  border-radius: 50%;
  box-shadow: 0 0 20px 5px rgba(255, 0, 255, 0.7),
    0 0 30px 15px rgba(0, 255, 255, 0.7);
  position: relative;
  animation: glow 1.5s infinite alternate;
  margin: 40px 0 0 20px;
}

@keyframes glow {
  from {
    box-shadow: 0 0 20px 5px rgba(255, 0, 255, 0.7),
      0 0 30px 15px rgba(0, 255, 255, 0.7);
  }
  to {
    box-shadow: 0 0 40px 10px rgba(255, 0, 255, 0.7),
      0 0 60px 30px rgba(0, 255, 255, 0.7);
  }
}

#open_hours {
  background-color: var(--mobile-header-bg-color);
}

#toggle_sidebar_menu em {
  margin-top: 15px;
  cursor: pointer;
  color: var(--mobile-header-text-color);
}

.areas_suggest {
  margin-bottom: 20px;
}

.text-right {
  text-align: right;
}

.payment_options img {
  max-width: 150px;
}

#sidebar_menu {
  overflow: auto;
  width: 300px;
}

table.cart_table .not_discounted {
  text-decoration: line-through;
}

.free_delivery_notice {
  padding-top: 5px;
}

.free_delivery_notice .progress {
  background-color: var(--cart-title-bg-color);
  height: 20px;
  color: var(--cart-title-color);
}

.free_delivery_notice .progress .progress-bar {
  background-color: var(--cat-odd-bg-color);
}

.free_delivery_notice .progress {
  background-color: #fff;
  height: 20px;
  color: var(--free-delivery-progressbar-text);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

.free_delivery_notice .progress .progress-bar {
  background-color: var(--free-delivery-progressbar);
}

#cart_progressbar_text {
  text-wrap: nowrap;
  position: relative;
  left: 10%;
  top: -22px;
  color: var(--free-delivery-progressbar-text);
}

#cart_needed_amount {
  color: green;
}

#cart_min_order_hint {
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 20px 0;
  padding: 5px;
}

#submit_order_button.disabled .footer_order_button {
  cursor: not-allowed;
  background-color: #ccc;
}

.info_note {
  color: var(--mobile-header-text-color);
  text-align: center;
  font-weight: bold;
}

.ui-autocomplete {
  z-index: 9999;
}

#main_content {
  padding: 0;
  margin: 0;
}
.inside_background_image {
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 15px;
}

.show_delivery_areas a {
  color: #666666;
  font-weight: bold;
  font-size: 20px;
}

#searchid {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #000;
  outline: 1px solid #000;
  border-radius: 25px;
  padding: 10px;
  font-size: 24px;
  height: 50px;
}

.zip_suggest {
  display: none;
  margin-top: 22px;
  background-color: #fff;
  height: 36px;
  position: relative;
  left: -65px;
  border: navajowhite;
  border-radius: 0;
  padding: 10px 0;
}
.zip_suggest a {
  color: #afabab;
}

.lottery {
  width: 96px;
  height: 96px;
  background: url(../img/star.png);
}

#delivery_areas_result {
  border: 1px #ccc solid;
  width: 415px;
  background-color: #fff;
  text-align: left;
  width: 100%;
}

#delivery_areas_result a {
  padding: 10px;
  color: #000000;
  font-size: 20px;
  border: solid 2px #ffffff;
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}

.customer_ratings {
  padding: 10px 15px 20px 15px;
  margin-top: 50px;
}

.customer_ratings h2 small {
  font-size: 12px;
}

.customer_ratings .rating_entry {
  padding: 5px;
  margin: 5px 0;
  border-top: 1px solid #ccc;
}

.customer_ratings .rating_entry .order_date {
  float: right;
  font-size: 13px;
}

.cart_table_wrap .cart_table {
  width: 100%;
}

.cart_total_row td {
  vertical-align: top;
}

.cart_table_wrap .cart_table .cart_quantity {
  vertical-align: top;
}

.mobile_content {
  margin-top: 50px;
  padding: 0 15px;
}

.mobile_content img {
  width: 100%;
  max-width: 500px;
}

.category_image {
  background-size: 100%;
  height: 150px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  background-position: center center;
}

.category_image small {
  font-size: 13px;
  padding-left: 10px;
}

.page_title {
  padding-left: 5px;
}
.category_title {
  width: 100%;
  display: block;
  height: 40px;
  background-color: #fff;
  opacity: 0.7;
  padding-left: 5px;
  color: #000;
  font-size: 24px;
  overflow: auto;
  white-space: nowrap;
}

.category_title.no_background_image {
  height: auto;
  opacity: 1;
  padding: 0 0 5px 5px;
}

.category_title.no_background_image small {
  font-size: 12px;
  float: left;
  width: 100%;
}

.table_articles {
  border: 1px solid #ccc;
  padding: 5px;
}

.table_articles .new_article {
  float: left;
  color: var(--default-text-color);
  background-color: var(--new-item-bg-color);
  padding: 0px 5px;
  margin-right: 5px;
}

.category_article_row {
  cursor: pointer;
}

.category_article_row td {
  padding: 5px;
}

.category_article_row {
  border-bottom: 1px solid #ccc;
}

.category_article_row sup {
  margin-left: 5px;
}

.category_article_row .article_title {
  font-size: 19px;
  color: #000;
  font-weight: bold;
}

.category_article_row .article_content {
  display: block;
  width: 100%;
  float: left;
}

.category_article_row .article_price {
  font-size: 18px;
  float: right;
  font-weight: bold;
}

.category_article_row .article_price .article_strike_price {
  text-decoration: line-through;
  font-weight: normal;
  margin-right: 10px;
  font-size: 16px;
}

.category_article_row .article_price.float_left {
  float: left;
}

.category_article_row .article_description {
  margin: 0;
  font-size: 15px;
}

.category_article_row .article_description.has_image {
  width: 75%;
  display: inline-block;
}

.category_article_row .article_image {
  width: 25%;
  float: right;
}
.category_article_row .article_image img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.page_articles .table_articles {
  width: 100%;
}

.vielen-dank img,
.page .page_image img {
  width: 100%;
}
.page .page_content h1 {
  font-size: 1.5rem;
}

.page .page_image {
  margin-top: 10px;
}
.page .page_content {
  margin-top: 10px;
}
.additives {
  text-align: center;
  margin-top: 50px;
  height: 100px;
}

#category_additives {
  overflow-y: auto;
}

.article_additives {
  cursor: pointer;
}

.additives a {
  cursor: pointer;
  font-size: 16px;
}

.article_extras_modal .extras_label {
  width: 100%;
  padding: 3px 0;
  font-size: 18px;
  cursor: pointer;
}

.article_extras_modal .extras_label.not_allowed {
  cursor: not-allowed;
}

.article_extras_modal .extras_label .extras_price {
  padding-left: 10px;
  font-size: 15px;
}

#modal_products_quantity {
  text-align: center;
  font-size: 22px;
}

#delivery_time_title {
  width: 100%;
  float: left;
  display: block;
}

.article_extras_modal .modal_products_price {
  font-size: 24px;
  width: 100%;
  display: block;
  text-align: right;
}

.article_extras_modal .extras_label:hover {
  color: #b71e0e;
}

.article_extras_modal .extras_label input[type="radio"],
.article_extras_modal .extras_label input[type="checkbox"] {
  margin-right: 5px;
  width: 25px;
  height: 25px;
}

.radio_description {
  padding-left: 17px;
  font-size: 10px;
  display: block;
  width: 100%;
}

.extras_group_container {
  margin-bottom: 20px;
}

.modal .modal-header {
  /*
  background-color: var(--modal-header-bg-color);
  color: var(--modal-header-text-color);
*/
  background: var(--modal-header-bg-color);
  color: var(--modal-header-text-color);
}

.modal .modal-header .modal-title {
  font-weight: bold;
}

.modal-header em.fa-times {
  font-size: 20px;
  cursor: pointer;
}

.modal-body .highlight_open_order {
  font-weight: bold;
}

#toggle_checkbox_extras {
  width: 100%;
  cursor: pointer;
  color: #0b76e9;
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

.customer_info textarea {
  height: 100px;
}

#hidden_extras {
  display: none;
}

.add_to_cart_submit {
  width: 100%;
}

.choose_your_extras {
  font-size: 16px;
}

.cart_article_title {
  float: left;
  cursor: pointer;
}

#modal_to_pay {
  width: 100%;
  display: block;
  background-color: #ededed;
  border-radius: 10px;
  font-size: 24px;
  padding: 10px;
}

.modal_close_button {
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}

.modal_extras_title .desc {
  font-size: 17px;
}

.modal_extras_title .img img {
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
}

.modal_products_price {
  width: 100%;
  display: block;
  text-align: right;
}
.modal_products_price small {
  font-size: 15px;
}
.modal_extras_title .h3 {
  width: 100%;
  display: block;
}

.group_description {
  font-weight: bold;
}

.custom-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.custom-alert {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  width: 300px;
}
.custom-alert-message {
  margin-bottom: 20px;
  text-align: center;
}
.custom-alert-button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: var(--mobile-menu-active-bg-color);
  color: var(--mobile-menu-active-color);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
}
.custom-alert-button:hover {
  background-color: #0056b3;
}

.open_order_tooltip {
  width: 100%;
}

#modal_order_tip_value {
  text-align: center;
}

.open_order_tooltip .tooltip-inner {
  background-color: var(--tooltip-bg-color);
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding-bottom: 15px;
  color: var(--tooltip-text-color);
}

.open_order_tooltip .tooltip-inner table {
  width: 100%;
}

.open_order_tooltip .tooltip-inner .highlight_open_order {
  font-weight: bold;
  color: var(--tooltip-highlight-color);
}

.category_slider {
  padding: 0;
  overflow: auto;
  background-color: var(--mobile-menu-bg-color);
  height: 50px;
  white-space: nowrap;
  margin: 10px 0;
}

.category_slider .slider_item {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: var(--mobile-menu-text-color);
  font-size: 18px;
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #ccc;
  margin-right: 10px;
  font-weight: bold;
}

.category_slider .slider_item.active {
  background-color: var(--mobile-menu-active-bg-color);
  color: var(--mobile-menu-active-color);
  border-radius: 20px;
  border: 1px solid #ddd;
}

#categories_bar {
  border-bottom: 1px solid #ebebeb;
  padding: 0;
}

.info_note a {
  color: var(--mobile-header-text-color);
  text-decoration: none;
}

.add_to_cart_submit {
  background-color: var(--modal-button-bg-color);
  border: 2px solid var(--modal-button-text-color);
  color: var(--modal-button-text-color);
  font-weight: bold;
  padding: 5px;
  margin: 5px 0;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  font-size: 20px;
}

.modal-content .ajax_form {
  border-radius: 5px;
}

.modal.show .modal-dialog {
  box-shadow: 0px 0px 2px 0px #000;
}

.cart_row_action button {
  border: 1px solid var(--sidebar-button-color);
  padding: 0px 5px;
  color: var(--sidebar-button-color);
  cursor: pointer;
  width: 30px;
  background-color: var(--sidebar-button-bg-color);
}

.cart_row_action button:nth-child(1) {
  border-radius: 10px 0 0 10px;
}

.cart_row_action button:nth-child(2) {
  border-radius: 0 10px 10px 0;
  border-left: none;
}

.cart_row_action button:only-child {
  border-radius: 10px;
}

.footer_cart {
  text-align: center;
  background-color: var(--modal-button-bg-color);
  color: var(--modal-button-text-color);
  border-top: 1px solid var(--modal-button-text-color);
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0;
}
.footer_order_button,
.footer_cart_button {
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
  width: 100%;
}

footer {
  background-color: var(--mobile-header-bg-color);
  color: var(--mobile-header-text-color);
}

footer .social_icons {
  text-align: center;
  padding: 1rem;
}

footer a,
footer a:hover {
  color: var(--mobile-header-text-color);
  font-size: 1.5rem;
}

footer ul li {
  list-style: none;
  display: inline-block;
  margin-right: 1rem;
}

#sidebar_cart {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  display: none;
  position: absolute;
  z-index: 1040;
  flex-direction: column;
  max-width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
  top: 0;
  left: 0;
}

#sidebar_cart .offcanvas-header {
  border-bottom: 1px solid #ccc;
}

#cart_total_sum {
  font-weight: bold;
  width: 70px;
}

.voucher_form {
  width: 100%;
  float: left;
}
.newsletter_form {
  width: 100%;
  margin-top: 30px;
}

.customer_form {
  margin-top: 30px;
  width: 100%;
}

.voucher_title {
  font-weight: bold;
  width: 100%;
  display: block;
  margin: 5px 0 10px 0;
}

.voucher_form .vcode {
  width: 100%;
  float: left;
  font-weight: 600;
}

#reset_voucher_input_button {
  color: var(--sidebar-button-color);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: none;
  background-color: #fff;
  border-radius: 0;
}

#voucher_form input[name="voucher_code"] {
  border-radius: 10px 0 0 10px;
  border-right: none;
}

#voucher_form .vcode span {
  border-radius: 0 10px 10px 0;
}
.voucher_form .checkout_button {
  float: right;
  border-radius: 0 10px 10px 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  height: 100%;
}

.delivery_title,
.payment_title {
  font-weight: bold;
  width: 100%;
  display: block;
  margin: 10px 0;
}

#payment_form .payment_item img {
  max-height: 25px;
  max-width: 60px;
}

.customer_delivery_time {
  margin-top: 10px;
  padding-bottom: 10px;
}

#future_order_date {
  width: 49%;
  margin-right: 1%;
  float: left;
  border-radius: 10px;
}

#customer_delivery_time {
  width: 49%;
  margin-left: 1%;
  float: left;
  border-radius: 10px;
}

#delivery_type_wrap {
  margin-bottom: 10px;
}

#delivery_type_wrap .delivery_item {
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 0px 10px 5px 10px;
  border-radius: 10px;
  cursor: pointer;
  width: 49%;
  text-align: center;
  float: left;
}

#delivery_type_wrap .delivery_item:first-of-type {
  margin-right: 1%;
}

#delivery_type_wrap .delivery_item:last-of-type {
  margin-left: 1%;
}

#payment_form .payment_item {
  margin: 0 15px 15px 0;
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 0px 10px 5px 10px;
  border-radius: 10px;
  cursor: pointer;
}

#payment_form .payment_item:last-of-type {
  margin-right: 0;
}

#delivery_type_wrap .delivery_item.selected_delivery,
#payment_form .payment_item.selected_payment {
  border: 2px solid var(--sidebar-button-color);
}

#delivery_type_wrap .delivery_item input[type="radio"],
#payment_form .payment_item input[type="radio"] {
  display: none;
}

#submit_order > div {
  margin-top: 10px;
}

#submit_order label {
  width: 100%;
}
#submit_order input[type="text"],
#submit_order input[type="tel"],
#submit_order input[type="email"],
#submit_order textarea {
  width: 100%;
  padding: 5px;
  font-size: 18px;
  border: 1px solid #ccc;
}

.legal_notice {
  margin-bottom: 60px;
  margin-top: 20px;
  font-size: 12px;
}

.customer_form .input_error {
  background-color: var(--sidebar-error-bg-color);
  border: 1px solid #ccc;
}

.checkout_button {
  border: 2px solid var(--sidebar-button-color);
  border-radius: 0 5px 5px 0;
  padding: 5px 10px;
  color: var(--sidebar-button-color);
  font-weight: bold;
  background-color: var(--sidebar-button-bg-color);
}

.pay_with_form_wrap {
  margin-bottom: 20px;
}

#pay_with_bill {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
}

#customer_accordion .accordion-item {
  padding: 3px;
  border-radius: 10px;
}

.footer_cart.animate_cart_button {
  -webkit-transition: background-color 2000ms linear;
  -moz-transition: background-color 2000ms linear;
  -o-transition: background-color 2000ms linear;
  -ms-transition: background-color 2000ms linear;
  transition: background-color 2000ms linear;
  background-color: #000;
}

ul#menu li {
  width: 100%;
  font-size: 20px;
}

ul#menu li.item_misc {
  font-size: 16px;
}

ul#menu li a {
  color: #000;
}

ul#menu li.active {
  width: 100%;
  font-weight: bold;
}
.nozip_wrap {
  padding: 0 15px;
}
.nozip_wrap h2 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.delivery_phone {
  float: right;
}

.delivery_areas h3 {
  font-size: 16px;
  text-align: justify;
  font-weight: bold;
}

.delivery_areas .delivery_col {
  list-style: none;
  padding: 0 0;
}

.delivery_areas .delivery_col li {
  padding: 5px 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.delivery_areas .delivery_col li a {
  width: 100%;
  display: block;
  text-decoration: none;
  font-size: 20px;
}

#cart_articles .cart_extras {
  float: left;
  font-size: 11px;
  width: 100%;
}

.header_top_delivery_time {
  text-align: center;
  color: var(--delivery-time-text-color);
}

.header_top_delivery_time.shop_open {
  background-color: var(--delivery-time-bg-color);
}
.header_top_delivery_time.shop_closed {
  background-color: #ff3535;
}

.delivery_time_checkout {
  background-color: var(--delivery-time-bg-color);
  color: var(--delivery-time-text-color);
  display: block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  width: 100%;
  float: left;
  margin-top: 20px;
}

.header_ratings {
  margin-top: 20px;
  text-align: right;
  float: right;
}
.header_ratings a {
  font-size: 11px;
  color: var(--mobile-header-text-color);
}

.header_ratings a span {
  float: left;
  text-align: left;
  font-size: 9px;
}

.header_ratings .avg_text {
  width: 100%;
}

#header .header_right {
  padding: 0;
}

.voucher_status {
  color: green;
  font-weight: bold;
  display: none;
  float: left;
  padding: 5px;
  margin-top: 10px;
}

.order_status.error,
.voucher_status.error {
  color: red;
  padding: 5px;
  margin-top: 10px;
  width: 100%;
  float: left;
}

.ratings_wrap .ratings_title {
  padding-top: 20px;
}

.ratings_wrap .ratings_title .avg_total {
  width: 100%;
  display: block;
  font-size: 13px;
  padding-top: 10px;
}

.ratings_content .rating_entry {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
}

.ratings_content .rating_entry .comment {
  font-style: italic;
}

.ratings_pagination {
  text-align: center;
}

.ratings_pagination a {
  font-weight: bold;
  font-size: 20px;
}

.new,
.s0-1,
.s0-2,
.s0-3,
.s0-4,
.s0-5,
.s0-6,
.s0-7,
.s0-8,
.s0-9,
.star-off,
.star-on {
  display: inline-block;
  background: url("../img/stars.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.new {
  background-position: -1px -0px;
  width: 19px;
  height: 9px;
}
.s0-1 {
  background-position: -1px -10px;
  width: 16px;
  height: 16px;
}
.s0-2 {
  background-position: -1px -27px;
  width: 16px;
  height: 16px;
}
.s0-3 {
  background-position: -1px -44px;
  width: 16px;
  height: 16px;
}
.s0-4 {
  background-position: -1px -61px;
  width: 16px;
  height: 16px;
}
.s0-5 {
  background-position: -1px -78px;
  width: 16px;
  height: 16px;
}
.s0-6 {
  background-position: -1px -95px;
  width: 16px;
  height: 16px;
}
.s0-7 {
  background-position: -1px -112px;
  width: 16px;
  height: 16px;
}
.s0-8 {
  background-position: -1px -129px;
  width: 16px;
  height: 16px;
}
.s0-9 {
  background-position: -1px -146px;
  width: 16px;
  height: 16px;
}
.star-off {
  background-position: -2px -163px;
  width: 16px;
  height: 15px;
}
.star-on {
  background-position: -1px -180px;
  width: 16px;
  height: 15px;
}

.load_overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #222;
  z-index: 9999;
  opacity: 0.6;
}

.load_overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.load_overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.load_spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

.vielen-dank h1 {
  display: none;
}

.add_rating_wrap {
  padding-bottom: 30px;
}

.add_rating_wrap .rating > label {
	font-size: 15vw;
}

.rating_submit_button {
  margin-top: 20px;
}

.rating_submit_button .btn {
  width: 100%;
  background-color: var(--modal-button-bg-color);
  color: var(--modal-button-text-color);
}

.rating_submit_button button {
  width: 100%;
}

.add_rating_wrap .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
}

.add_rating_wrap .rating > input {
  display: none;
}

.add_rating_wrap .rating > label {
  position: relative;
  width: 1em;
  font-size: 4vw;
  color: #ffd600;
  cursor: pointer;
}

.add_rating_wrap .rating > label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
}

.add_rating_wrap .rating > label:hover:before,
.add_rating_wrap .rating > label:hover ~ label:before {
  opacity: 1 !important;
}

.add_rating_wrap .rating > input:checked ~ label:before {
  opacity: 1;
}

.add_rating_wrap .rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}

.add_rating_wrap .add_rating_content {
  background-color: var(--ratingpage-bg-color);
  padding: 10px;
  margin-bottom: 30px;
}

.add_rating_wrap .add_rating_anonym {
  font-size: 18px;
}

.add_rating_wrap .add_rating_anonym input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.add_rating_wrap textarea {
  width: 100%;
  height: 100px;
  font-size: 18px;
  line-height: 24px;
  padding: 5px;
}

.add_rating_wrap .privacy_notice {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.article_extras_modal {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.article_extras_modal select {
  font-size: 22px;
}

.modal_change_qty {
  width: 50px;
  height: 50px;
  font-size: 25px;
  font-weight: bold;
}

.modal-header .btn-close {
  margin: -0.5rem 0.5rem -0.5rem auto;
}

.modal-footer > * {
  margin: 0 0 15px 0;
}

ul#menu li.sidebar_credits {
  padding: 0.5rem 1rem;
  width: 100%;
  border-top: 1px solid #ccc;
}

ul#menu li.sidebar_credits a {
  text-decoration: none;
  font-size: 14px;
}

.sticky_menu {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--mobile-menu-bg-color);
  margin: 0;
  padding: 5px 0;
  z-index: 1000;
  border-bottom: 1px solid #ccc;
}

.close_additives_button {
  width: 100%;
  border-top: 1px solid #ccc;
  background-color: #f4f4f4;
  height: 50px;
}

.ribbon {
  position: relative;
  float: left;
  margin-bottom: 0;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-size: 13px;
}

@media (max-width: 500px) {
  .ribbon {
    width: 100%;
  }
}
.ribbon_new {
  position: absolute;
  top: -6px;
  left: 20px;
}
.ribbon_new::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 7px solid var(--new-item-bg-color);
}
.ribbon_new span {
  position: relative;
  display: block;
  text-align: center;
  background: var(--new-item-bg-color);
  font-size: 12px;
  line-height: 1;
  padding: 5px 0 0 0;
  border-top-right-radius: 8px;
  width: 50px;
}
.ribbon_new span:before,
.ribbon_new span:after {
  position: absolute;
  content: "";
}
.ribbon_new span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  background: var(--new-item-bg-color);
}
.ribbon_new span:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: #000;
}

.ribbon_soldout {
  display: block;
  width: calc(100% + 20px);
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  background: #989898;
  position: relative;
  top: 48px;
}
.ribbon_soldout:before,
.ribbon_soldout:after {
  content: "";
  position: absolute;
}
.ribbon_soldout:before {
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid #585858;
  border-left: 10px solid transparent;
}
.ribbon_soldout:after {
  height: 0;
  width: 0;
  right: 0;
  bottom: -10px;
  border-top: 10px solid #585858;
  border-right: 10px solid transparent;
}

.ribbon .wrap {
  width: 100%;
  height: 90px;
  position: absolute;
  top: -5px;
  left: 4px;
  overflow: hidden;
}

.ribbon .wrap:before,
.wrap:after {
  content: "";
  position: absolute;
}
.ribbon .wrap::before {
  width: 40px;
  height: 5px;
  right: 36px;
  background: #4d6530;
  border-radius: 8px 8px 0px 0px;
}
.ribbon .wrap::after {
  width: 8px;
  height: 33px;
  right: -4px;
  top: 46px;
  background: #4d6530;
  border-radius: 0px 8px 8px 0px;
}
.ribbon_special {
  width: 100px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  top: 20px;
  right: -23px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
  box-shadow: 0 0 0 3px #57dd43, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
  background: #57dd43;
  text-align: center;
}
.ribbon_bestseller {
  width: 70px;
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  position: absolute;
  left: -8px;
  top: 15px;
  background: #59324c;
}
.ribbon_bestseller:before,
.ribbon_bestseller:after {
  content: "";
  position: absolute;
}
.ribbon_bestseller:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}
.ribbon_bestseller::after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #59324c;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  .modal-dialog {
    margin: 0;
  }
  ::-webkit-scrollbar {
    display: none; /* IE, Chrome, Safari and Opera */
  }
  body {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    scrollbar-color: transparent transparent; /* Firefox */
  }
  .add_rating_wrap .rating > label {
    font-size: 13vw;
  }
}
