@font-face {
  font-family: "Dom";
  font-style: normal;
  font-weight: 700;
  src: url("dom_diagonal/Dom Diagonal Bold.eot");
  /* IE9 Compat Modes */
  src: url("dom_diagonal/Dom Diagonal Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("dom_diagonal/Dom Diagonal Bold.woff") format("woff"),
    /* Modern Browsers */
    url("dom_diagonal/Dom Diagonal Bold.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("dom_diagonal/Dom Diagonal Bold.svg#477c0f9b84050ab1bf2de3691086656f") format("svg");
  /* Legacy iOS */

  font-display: swap;
}

html,
body {
  height: 100%;
}

body {
  background-color: var(--main-bg-color);
  background-image: var(--main-bg-image);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background-size: cover;
}

.h1,
h1 {
  font-size: 28px;
}

.h2,
h2 {
  font-size: 24px;
}

.h3,
h3 {
  font-size: 20px;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 100vh;
}

#main_content {
  max-width: var(--main-content-max-width);
  margin: 0 auto;
  padding: 0 4px;
  box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.2);
  background-color: var(--content-bg-color);
  height: auto;
  flex: 1 0 auto;
}

.copyright {
  text-align: center;
  padding: 10px 0;
}

.page_full_height {
  height: 100%;
}

a {
  text-decoration: none;
}

.row>* {
  padding: 0;
}

#container_wrap {
  max-width: var(--container-max-width);
  width: 100%;
}

#header_main {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: var(--header-bg-image);
  background-color: var(--header-bg-color);
}

#header_main #top_bar_shop_info {
  font-size: 11px;
  color: var(--topbar-text-color);
  z-index: 1;
  position: relative;
  padding: 8px 0 14px 7px;
}

#header_main #top_bar_shop_info a {
  color: var(--topbar-text-color);
}

#header_main .header_row {
  float: left;
  height: 100%;
}

#main_menu {
  float: left;
}

#main_logo {
  float: right;
  text-align: center;
  width: 100%;
}

#main_logo img {
  max-width: 100%;
}

#main_menu .list_column {
  width: 140px;
  border-left: solid 1px var(--header-item-col-color);
  float: left;
}

#main_menu .list_item a {
  font-size: 12px;
  display: block;
  line-height: 18px;
  height: 18px;
  font-weight: 700;
  color: var(--menu-link-color);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 7px center;
  background-image: url(../img/navigation-v8.png);
  text-decoration: none;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.notice_image {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

#main_menu .list_item a:hover {
  background-repeat: no-repeat;
  background-position: 7px center;
  background-image: url(../img/navigation-v8-hover.png);
  background-color: var(--header-item-active-bg-color);
  color: var(--header-item-active-color);
}

#main_menu .list_item.active a {
  background-color: var(--header-item-active-bg-color);
  color: var(--header-item-active-color);
  background-image: url(../img/discount_teaser_nav.png);
  background-position: 4px center;
}

#header_main .info_note {
  float: left;
  color: var(--header-hours-color);
  font-weight: bold;
  font-size: 15px;
  padding-left: 5px;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
}

#lottery_wrap {
  position: relative;
  top: 30px;
  left: 30px;
}

.page_title {
  min-height: 30px;
  padding: 5px;
  color: var(--page-title-color);
}

.page_image .no_image {
  width: 100%;
  height: 250px;
  opacity: 0.3;
  background-color: var(--page-title-color);
  text-align: center;
  padding-top: 100px;
  font-size: 30px;
}

.page_image.page_404 {
  background-color: #505050;
  height: 300px;
  text-align: center;
  color: #fff;
  padding-top: 20%;
  font-size: 21px;
}

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

.cart_table {
  width: 100%;
}

.cart_table_wrap {
  padding: 5px;
}

table tr td {
  vertical-align: top;
}

table.table_articles tr td {
  padding: 10px 0;
}

table.cart_table tr td {
  padding: 2px 0px;
}

table.table_articles .category_main_row td {
  padding: 0;
  background-color: var(--cat-mainrow-bg-color);
}

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

.page_articles {
  border-right: 1px solid var(--cat-odd-bg-color);
  border-bottom: 1px solid var(--cat-odd-bg-color);
}

.cart_title {
  color: var(--cart-title-color);
  background-color: var(--cart-title-bg-color);
  height: 30px;
  padding: 5px;
  font-weight: bold;
}

#cart_total_sum {
  /*
    background-color: var(--customer-form-bg-color);
    border: 1px solid var(--customer-form-bg-color);
    */
  font-weight: bold;
  width: 70px;
}

.cart_quantity {
  font-weight: bold;
}

.cart_article_title {
  font-weight: bold;
  cursor: pointer;
}

.page_content {
  color: var(--default-text-color);
  padding: 15px;
  font-size: 15px;
}

.page_content img {
  max-width: 100%;
}

.page_content a {
  color: var(--default-link-color);
}

.page_content h3 {
  font-size: 14px;
}

.agb .page_content {
  font-size: 13px;
}

.agb .h2,
.agb h2 {
  font-size: 18px;
}

.cart_content {
  background-color: var(--cart-content-bg-color);
  color: var(--cart-content-color);
}

.customer_form {
  color: var(--customer-form-text-color);
  padding: 10px;
  background-color: var(--customer-form-bg-color);
}

.category_no_articles {
  color: #fff;
  font-size: 13px;
  padding: 10px 0 20px 5px;
}

.page_title h1,
.page_title .h1 {
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  display: block;
  margin: 0;
}

.page_image img,
.table_articles {
  width: 100%;
}

.table_articles .category_main_row {
  background-color: var(--cat-mainrow-bg-color);
}

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

.page_description {
  font-size: 12px;
}

.additives {
  padding-left: 5px;
}

.additives a {
  color: var(--article-link-color);
}

.article_strike_price {
  text-decoration: line-through;
  display: block;
  font-size: 12px;
  text-align: right;
  padding-right: 5px;
  color: var(--article-link-color);
}

.table_articles .article_title {
  color: var(--article-link-color);
  font-weight: bolder;
  float: left;
  display: block;
  padding-left: 5px;
  font-size: 14px;
}

.table_articles .article_price:not(.left):hover,
.table_articles .article_title:not(.left):hover {
  cursor: pointer;
  background-color: var(--article-link-color);
  color: var(--article-link-hover-color);
}

.table_articles .article_description {
  color: var(--article-description-color);
  padding-left: 5px;
  width: 100%;
  display: block;
  float: left;
  margin: 0;
}

.table_articles .article_price {
  color: var(--article-link-color);
  font-weight: bolder;
  float: right;
  padding-right: 5px;
}

.table_articles .article_price.left {
  color: var(--article-link-color);
  font-weight: normal;
  float: left;
  padding-left: 5px;
  margin-bottom: 5px;
  clear: left;
}

.table_articles .article_additives {
  margin-left: 5px;
  color: #fff;
  cursor: pointer;
}

.table_articles .category_article_row:nth-child(odd) {
  background-color: var(--cat-odd-bg-color);
}

.table_articles .category_article_row:nth-child(even) {
  background-color: var(--cat-even-bg-color);
}

.category_article_row .article_image img {
  width: 100px;
  cursor: pointer;
}

.nozip_wrap {
  color: var(--default-text-color);
  padding: 30px;
}

.nozip_wrap h3 {
  font-size: 18px;
}

.nozip_wrap h2 {
  font-size: 18px;
  font-weight: bold;
}

.delivery_areas {
  margin-top: 30px;
}

.delivery_areas h3 {
  padding-left: 30px;
  font-size: 14px;
}

.delivery_areas .delivery_phone a {
  padding-left: 10%;
  color: var(--default-link-color);
}

.deliver_cols {
  float: left;
  width: 100%;
}

.delivery_col {
  width: 32%;
  float: left;
  list-style: none;
}

.delivery_col li {
  padding: 15px 0px;
}

.delivery_col li a {
  color: var(--article-link-color);
  font-weight: bolder;
  float: left;
  font-size: 14px;
}

.delivery_col .min_cart {
  float: right;
}

.frontpage_content {
  background-color: var(--front-bg-color);
  padding: 0 20px 0 20px;
}

.frontpage_seo_text {
  margin-top: 50px;
}

.inside_background_image {
  background-repeat: no-repeat;
  height: 550px;
  background-position: top left;
  background-size: cover;
}

.frontpage_slider_content {
  padding: 20px;
  position: relative;
  z-index: 2;
}

.slider_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.2);
  /* Black overlay with 50% opacity */
  z-index: 1;
}

.spacer {
  height: 20px;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.shop_alert {
  background: #ffffff;
  padding: 10px;
}

.frontpage_content a {
  color: #ffcd46;
}

.frontpage_content .teaser {
  height: 185px;
}

.payment_options img {
  padding-left: 0;
  max-width: 100px;
}

.show_delivery_areas {
  padding: 10px 0;
}

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

#searchid {
  margin-top: 20px;
  width: 100%;
  max-width: 415px;
  border: solid 1px #000;
  padding: 15px;
  font-size: 20px;
  height: 40px;
  outline: none;
}

.zip_suggest {
  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_title {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}

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

.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;
}

@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);
  }
}

#delivery_areas_result {
  border: 1px #ccc solid;
  width: 415px;
  background-color: #fff;
  text-align: left;
  z-index: 9999;
  position: relative;
}

#delivery_areas_result.page_areas {
  position: absolute;
  left: calc(50% - 207.5px);
  display: none;
  margin: 0 auto;
}

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

#delivery_areas_result a:hover {
  cursor: pointer;
  border: solid 2px #d34103;
}

.download_info_text {
  font-size: 12px;
}

.group_description {
  font-size: 14px;
  font-weight: bold;
}

.download_info {
  color: #333333;
  text-align: center;
  padding-top: 15px;
  padding-right: 15px;
}

.download_info img {
  width: 100%;
}

.frontpage_teaser img {
  width: 100%;
  height: auto;
  max-width: 650px;
}

.show_ratings_button {
  float: right;
  margin-top: 10px;
}

.show_ratings_button a {
  padding: 3px;
  background: var(--rating-btn-bg-color);
  border: solid 2px var(--rating-btn-color);
  color: var(--rating-btn-color);
  font-weight: bolder;
}

.customer_say {
  padding-left: 20px;
  padding-top: 20px;
}

.customer_say h2 {
  font-size: 21px;
  font-weight: bold;
}

.customer_say .avg_total {
  padding-left: 20px;
}

.customer_say .avg_info {
  padding-left: 10px;
  vertical-align: top;
}

.customer_say .avg_info small {
  font-size: 11px;
}

.customer_say table {
  background: #f8fafa;
  border: solid 1px #cccccc;
  font-size: 18px;
}

.customer_say table td {
  padding: 3px;
}

.customer_ratings {
  padding-right: 30px;
  padding-left: 20px;
}

.customer_ratings .shop_comment {
  padding-left: 10px;
  margin-bottom: 10px;
}

.customer_ratings .shop_comment img {
  float: left;
}

.customer_ratings .shop_comment .comment_text {
  float: left;
  margin: 0 0 10px 5px;
  padding: 5px;
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.ratings_title h2 {
  padding: 35px 0 0px 0;
  font-size: 20px;
}

.ratings_content {
  margin-top: 50px;
}

.rating_logo a {
  background-image: var(--ratingpage-logo);
  display: block;
  text-indent: -9999px;
  width: 161px;
  height: 120px;
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.customer_ratings .rating_entry {
  border-top: none;
  border-bottom: 1px solid #ccc;
}

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

.rating_entry .stars {
  vertical-align: middle;
  float: right;
}

.rating_entry .comment {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px;
}

.rating_entry .order_date {
  text-align: right;
  display: block;
  clear: both;
}

.ratings_home_link {
  text-align: center;
  padding: 10px 0;
}

.ratings_home_link a {
  font-size: 13px;
  text-decoration: underline;
}

.siderbar_delivery_time {
  background-color: var(--delivery-time-bg-color);
  text-align: center;
  color: var(--delivery-time-text-color);
  padding: 5px;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 10px;
  width: 100%;
}

.cart-minorderhint {
  padding: 15px 15px 25px 15px;
}

#cart_min_order_hint .min-order-text::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-top: 1px solid var(--sidebar-border-color);
  border-right: 1px solid var(--sidebar-border-color);
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#cart_min_order_hint .min-order-text {
  font-weight: 400;
  padding: 5px 10px;
  font-size: 11px;
  color: #333;
  border: 1px solid var(--sidebar-border-color);
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}

.customer_ratings_sidebar {
  background-color: #fff;
  padding-top: 20px;
}

.customer_ratings_sidebar h2 {
  color: #333333;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
}

.customer_ratings_sidebar .avg_stars {
  text-align: center;
}

.customer_ratings_sidebar .avg_numeric {
  font-size: 14px;
  font-weight: bold;
}

.customer_ratings_sidebar .customer_ratings {
  padding-left: 8px;
  padding-right: 8px;
}

.ratings_wrap {
  background-color: var(--ratingpage-bg-color);
  height: 100%;
  padding: 15px;
}

.pagination .current_page a {
  font-weight: bold;
  background-color: #ebebeb;
  color: #0e0e0e;
}

.more_ratings_link {
  width: 100%;
  display: block;
  text-align: center;
  padding-bottom: 5px;
  text-decoration: underline;
}

.more_ratings_link a {
  color: #212529;
  font-size: 13px;
}

.checkout_buttons {
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: solid 1px var(--sidebar-border-color);
}

.checkout_buttons .left {
  width: 25%;
}

.checkout_buttons .right {
  width: 75%;
}

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

.checkout_button:hover {
  color: var(--sidebar-hover-color);
  background-color: var(--sidebar-hover-bg-color);
}

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

#cart_articles {
  border: none;
}

.free_delivery_notice {
  padding: 5px;
}

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

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

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

.voucher_form {
  border-top: solid 1px var(--sidebar-border-color);
}

.payment_form,
.voucher_form {
  padding: 5px 15px;
  background-color: #fff;
  color: #000;
  display: block;
}

.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-right: none;
  padding: 5px 10px;
  border-radius: 15px 0px 0px 15px;
}

.voucher_form button[type="submit"] {
  border: 1px solid #ccc;
  border-radius: 0 15px 15px 0;
  border-left: none;
}

.voucher_form .vblock {
  height: 25px;
  width: 42px;
  border: 1px solid #d5d5d5;
  font-size: 11px;
  font-family: Verdana, Verdana, Geneva, sans-serif;
  margin-right: 3px;
  padding: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.voucher_form .checkout_button {
  display: block;
  float: right;
}

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

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

.customer_form input,
.customer_form textarea {
  width: 100%;
}

.customer_form input:disabled,
.customer_form textarea:disabled {
  background: #dddddd;
}

.customer_form div.odr_full {
  width: 100%;
  float: left;
}

.customer_form div.odr_half {
  width: 50%;
  float: left;
}

.customer_form div.odr_sex input {
  background-color: transparent;
  width: 15px;
  margin: 0 3px 0 0;
}

.checkout_notice {
  padding: 5px 15px 10px 15px;
  font-size: 12px;
}

.cart_block {
  float: left;
  display: grid;
  width: 100%;
  /*border-left: 1px solid #ccc;*/
}

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

.cart_row_action button:hover {
  background-color: var(--sidebar-hover-bg-color);
  color: var(--sidebar-hover-color);
}

.cart_row_action button:first-child {
  border-radius: 10px 0 0 10px;
  border-right: none;
}

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

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

#submit_order_button {
  width: 100%;
}

#submit_order_button.disabled {
  border: 1px solid #989898;
  color: #989898;
}

#submit_order_button.disabled:hover {
  color: #fff;
  background-color: #989898;
}

#min_value_left {
  font-weight: bold;
  color: green;
}

.customer_form input,
.customer_form textarea {
  border: none;
  background-color: var(--sidebar-input-bg-color);
  color: var(--sidebar-input-color);
  padding: 3px;
}

.customer_form .odr_newsletter label {
  width: 80%;
  float: left;
}

.customer_form .odr_newsletter input {
  float: right;
  width: 20px;
  height: 20px;
}

.customer_form .input_error {
  background-color: var(--sidebar-error-bg-color);
}

.checkout_notice a {
  color: var(--cart-policy-link-color);
  font-weight: bold;
}

.article_extras_container {
  display: none;
  width: 100%;
}

.cart_table .cart_extras {
  display: inline-block;
  width: 100%;
  font-size: 10px;
}

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

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

.extras_select {
  padding: 5px;
}

.add_to_cart_submit:hover {
  background-color: var(--modal-button-hover-color);
}

.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%;
}

.article_extras_container select,
.article_extras_container textarea,
.article_extras_container button {
  width: 100%;
  max-width: 200px;
}

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

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

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

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

#modal_products_quantity {
  text-align: center;
}

.article_extras_modal .modal_products_price {
  font-size: 26px;
  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;
}

.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);
}

.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: 14px;
  margin-top: 10px;
}

#hidden_extras {
  display: none;
}

.choose_your_extras {
  font-size: 16px;
}

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

.modal_extras_title {
  font-size: 14px;
}

.modal_extras_title .img {
  float: left;
  display: block;
  width: 25%;
  max-width: 200px;
}

.modal_extras_title .img img {
  width: 100%;
  max-width: 200px;
  border: 1px solid #ccc;
  border-radius: 15px;
}

.modal_extras_title .desc {
  float: left;
  width: 75%;
  display: block;
  padding-left: 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;
}

#payment_form .payment_item {
  margin-right: 15px;
  font-size: 13px;
}

#payment_form .payment_item input[type="radio"] {
  margin-right: 3px;
}

#payment_form .payment_item img {
  max-height: 20px;
  max-width: 50px;
}

.open_order_tooltip .tooltip-inner {
  background-color: var(--tooltip-bg-color);
  width: 500px;
  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);
}

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

.order_status.error,
.voucher_status.error {
  color: red;
  border: none;
  padding: 5px;
  margin-top: 10px;
}

.landingpage {
  background-color: #fff;
  color: #333;
  font-size: 13px;
}

.shop_info {
  padding: 5px 0;
  color: #fff;
}

.shop_info a {
  color: #fff;
}

.landingpage .title {
  padding: 48px 0;
}

.landingpage .title h1 {
  font-size: 6em;
  color: #fff;
  padding-left: 0.5em;
}

.landingpage .red {
  font-size: 1.8em;
  font-weight: bold;
  color: #cd3e00;
}

.landingpage h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.landingpage .left_col {
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0 25px;
}

.landingpage .right_col {
  padding: 0 25px;
}

.landingpage .customer_ratings_block h3 {
  font-size: 18px;
}

.landingpage .customer_ratings_block .avg_info small {
  font-size: 11px;
}

.landingpage .ratings_table {
  background: #f8fafa;
  border: solid 1px #cccccc;
  width: 100%;
}

.landingpage .ratings_table td {
  padding: 3px;
}

.landingpage .customer_ratings_block .rating_entry hr {
  margin: 15px 0;
}

.landingpage .zip_search_form .zip_input {
  width: 280px;
  height: 3em;
  font-size: 2em;
  margin: 0 auto;
}

.landingpage .zip_search_form {
  margin-top: 2em;
  margin-bottom: 15px;
}

.landingpage .zip_search_form #delivery_areas_result {
  width: 280px;
}

.space-top {
  padding-top: 5em;
}

.bg-headline {
  background-color: #878787;
  opacity: 0.9;
  font-family: "Dom";
}

.odr_sex label {
  margin-right: 10px;
}

.odr_mandatory {
  background-color: #fff;
  color: #212529;
  padding: 3px;
  border-radius: 5px;
}

.customer_form div {
  margin-top: 10px;
}

.add_rating_wrap {
  padding-bottom: 30px;
  font-size: 18px;
}

#add_rating_wrap .legal_links,
#add_rating_wrap .copyright,
#add_rating_wrap .social_icons {
  background-color: unset !important;
  color: unset !important;
}

#add_rating_wrap footer a {
  color: #000 !important;
}

.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);
}

.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;
  margin-left: 4px;
  margin-top: -3px;
}

.add_rating_wrap .rating>input:checked~label:before {
  opacity: 1;
  margin-left: 4px;
  margin-top: -3px;
}

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

.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;
}

#main_content .impressum .customer_ratings_sidebar {
  display: none;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#modal_order_tip_value {
  text-align: center;
}

#modal_to_pay {
  font-size: 20px;
  border-bottom: 2px solid #333;
}

.footer_container .scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 100px;
  display: none;
  text-indent: -9999px;
  background: url("../img/gototop.png") no-repeat;
}

#future_order_date {
  width: 59%;
  float: left;
  margin-right: 1%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}

#customer_delivery_time {
  width: 40%;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}

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

#added_to_cart_info {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: #fff;
  border: 2px solid green;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: green;
}

.social_icons {
  text-align: center;
  padding-top: 30px;
}

.social_icons h3 {
  font-size: 20px;
}

/*
list horizontal
*/
.social_icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social_icons ul li {
  display: inline;
  margin: 0 5px;
}

.social_icons ul li a {
  font-size: 25px;
}

.pay_with_form_wrap {
  margin-bottom: 15px;
}

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

.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: -1px -163px;
  width: 16px;
  height: 16px;
}

.star-on {
  background-position: -1px -180px;
  width: 16px;
  height: 16px;
}

.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;
}

.legal_links {
  padding-top: 40px;
  text-align: center;
  color: var(--front-footer-link-color);
}

#delivery_type_wrap label {
  margin-right: 15px;
  font-size: 13px;
}

#maintenance_container {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin: 10% 10%;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

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

.ribbon:nth-child(even) {
  margin-right: 4%;
}

@media (max-width: 500px) {
  .ribbon {
    width: 100%;
  }

  .ribbon:nth-child(even) {
    margin-right: 0%;
  }
}

.ribbon_new {
  position: absolute;
  top: -6.1px;
  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: 3px;
  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 all and (max-width: 800px) {
  .customer_form div.odr_half {
    width: 100%;
  }

  .hidden-xs {
    display: none !important;
  }

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

  .rating_logo a {
    width: 100px;
    height: 100px;
  }
}