@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  font-size: 16px;
  overflow-x: hidden; }

a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #d3222a; }

h1 {
  font-size: 40px;
  padding: 10px 0 10px 0;
  margin: 0;
  font-weight: 700; }
  @media (max-width: 750px) {
    h1 {
      font-size: 30px; } }

img, .responsive-element {
  max-width: 100%;
  height: auto;
  box-sizing: border-box; }

input,
select,
textarea {
  border: 1px solid gray;
  font-size: 16px;
  font-family: 'Poppins', sans-serif; }

.flash-message {
  font-weight: 600;
  text-align: center;
  padding: 5px 10px; }
  .flash-message.ok {
    background-color: #c5ffca; }
  .flash-message.error {
    background-color: #ffc5c5; }

.h1_box {
  margin: 0 0 0 10px; }
  .h1_box h1 {
    padding: 20px 10px 5px 5px;
    display: inline-block;
    font-weight: 800; }
  .h1_box .h1_line {
    border-top: 3px dotted #d3222a;
    font-size: 1px;
    width: 80px; }

h2 {
  font-size: 30px;
  padding: 20px 0 0 0;
  font-weight: 800; }

h3 {
  font-size: 28px;
  padding: 20px 0 0 0;
  font-weight: 800; }

h4 {
  font-size: 26px;
  padding: 20px 0 0 0;
  font-weight: 800; }

.h2_box h2 {
  padding: 30px 10px 5px 5px;
  display: inline-block;
  font-weight: 800; }
.h2_box .h2_line {
  border-top: 3px dotted #d3222a;
  font-size: 1px;
  width: 80px; }

h3 {
  font-size: 25px;
  padding: 20px 0 0 0;
  margin: 0; }

p {
  margin: 0;
  padding: 20px 0 0 0; }

td.td_light {
  background-color: #f5f5f5; }
td.td_dark {
  background-color: #e9e9e9; }

.responsive-video {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding: 15px 0 56.25% 0; }

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

#tree {
  margin: 20px 0 0 10px;
  background-color: #f2f2f2;
  padding: 3px 5px; }

#top_menu {
  background-color: #d3222a; }
  @media (min-width: 768px) {
    #top_menu nav.navbar {
      height: 95px; } }
  #top_menu nav.navbar .navbar-nav {
    align-items: center;
    text-transform: uppercase; }
  #top_menu nav.navbar .navbar-brand {
    max-width: 100%;
    white-space: nowrap;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      #top_menu nav.navbar .navbar-brand {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap; } }
  #top_menu nav.navbar .navbar-brand img.logo-img {
    width: auto;
    max-height: 100%;
    display: block;
    height: 70px; }
  @media (max-width: 768px) {
    #top_menu nav.navbar .navbar-brand img {
      height: 30px; } }
  #top_menu nav.navbar .custom-nav-link {
    height: 95px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    color: white !important;
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
    position: relative; }
    #top_menu nav.navbar .custom-nav-link.basket_active {
      background-color: black; }
    #top_menu nav.navbar .custom-nav-link .basket_icon {
      font-size: 30px;
      padding: 0 20px; }
    #top_menu nav.navbar .custom-nav-link .quantity {
      position: absolute;
      right: 20px;
      top: 20px;
      color: white;
      font-weight: 700;
      background-color: #d3222a;
      padding: 1px 10px;
      border-radius: 10px; }
    #top_menu nav.navbar .custom-nav-link .price {
      position: absolute;
      width: 100%;
      bottom: 10px;
      text-align: center;
      right: 0;
      padding: 3px 5px;
      font-size: 13px;
      line-height: 13px;
      font-weight: 600; }
  #top_menu nav.navbar .custom-nav-link:hover,
  #top_menu nav.navbar .custom-nav-link:focus {
    background-color: #ffffff;
    color: #d3222a !important; }

.content_box {
  background-color: white;
  margin: 5px 0 0 0;
  padding: 0 0 30px 0; }
  .content_box.pt {
    margin: 30px 0 0 0; }
  @media (max-width: 767px) {
    .content_box {
      padding: 20px 10px 30px 10px; } }

#footer {
  padding: 20px 0;
  background-color: white;
  text-align: center;
  border-top: 1px solid #ebebeb;
  margin: 30px 0 0 0; }

#bottom_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: inline-grid;
  grid-template-columns: repeat(5, 1fr);
  background: #cb0000;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    #bottom_nav {
      display: none; } }
  #bottom_nav a.menu_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 12px;
    position: relative; }
    #bottom_nav a.menu_item .quantity {
      position: absolute;
      right: 10px;
      top: 5px;
      border-radius: 5px;
      color: white;
      background-color: black;
      padding: 3px 8px; }
    #bottom_nav a.menu_item.border_right {
      border-right: 1px solid #cb0000; }
    #bottom_nav a.menu_item .icon {
      display: block;
      font-size: 22px; }
    #bottom_nav a.menu_item.active {
      color: #007aff;
      font-weight: bold; }

@media (max-width: 749px) {
  #tracy-debug {
    display: none !important; } }
.slideshow {
  position: relative;
  width: 100%;
  height: calc(100vh - 140px);
  overflow: hidden;
  vertical-align: top; }
  @media (max-width: 750px) {
    .slideshow {
      height: calc(100vh - 100px - 100px); } }
  .slideshow .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out; }
    .slideshow .slide.active {
      opacity: 1;
      z-index: 1; }
    .slideshow .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .slideshow .slide .banner-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #cb0000B3;
      width: 320px;
      /* šířka kolečka */
      height: 320px;
      /* výška kolečka */
      border-radius: 50%;
      /* kulatý tvar */
      color: #fff;
      padding: 0.6em 1em;
      font-size: clamp(1.3rem, 13vw, 3.9rem);
      /* zvětšeno o 30 % */
      text-align: center;
      line-height: 1.1;
      z-index: 2;
      max-width: 90%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      border: 8px solid white; }
      .slideshow .slide .banner-text span {
        font-size: clamp(0.6rem, 7vw, 1.7rem);
        /* zvětšeno i span */ }
      @media (max-width: 750px) {
        .slideshow .slide .banner-text {
          top: 45%;
          width: 250px;
          /* šířka kolečka */
          height: 250px;
          /* výška kolečka */
          font-size: clamp(1rem, 12vw, 4rem);
          /* zvětšeno o 30 % */ }
          .slideshow .slide .banner-text span {
            font-size: clamp(0.9rem, 5vw, 1.5rem);
            /* menší písmo pro span */ } }

#price_with_vat {
  text-align: center;
  padding: 10px 0; }

#why_buy {
  padding: 20px 0 0 0; }
  #why_buy .why_box {
    padding: 25px 0 0 0; }
  #why_buy .why_title {
    font-weight: 600;
    color: #d3222a;
    font-size: 18px; }
    #why_buy .why_title a {
      color: #d3222a;
      font-size: 18px; }
  #why_buy .why_text {
    padding: 0; }
    #why_buy .why_text p {
      padding: 10px 0 0 0;
      margin: 0; }

#questions {
  padding: 20px 0 0 0; }
  #questions .why_box {
    padding: 25px 0 0 0; }
  #questions .why_title {
    font-weight: 600;
    color: #d3222a;
    font-size: 18px; }
    #questions .why_title a {
      color: #d3222a;
      font-size: 18px; }
  #questions .why_text {
    padding: 0; }
    #questions .why_text p {
      padding: 10px 0 0 0;
      margin: 0; }

#homepage .text {
  padding: 0 10px; }

.homepage_big_photo {
  height: 640px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

#home_banner img {
  height: calc(100vh - 95px);
  overflow: hidden;
  min-width: 100%; }

#homepage_products .product_photo img {
  max-height: 500px; }
#homepage_products .product_name {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px; }
#homepage_products .product_description {
  padding: 10px 0 0 0;
  color: gray; }
  #homepage_products .product_description p {
    margin: 0;
    padding: 0; }
#homepage_products .product_promo_1 {
  font-weight: 700;
  font-size: 30px;
  color: gray;
  line-height: 30px;
  padding: 20px 0 0 0; }
  #homepage_products .product_promo_1 i {
    width: 40px;
    color: #f3ad21;
    text-align: center; }
#homepage_products .product_promo_2 {
  font-weight: 700;
  font-size: 30px;
  color: gray;
  margin: 10px 0 0 0; }
  #homepage_products .product_promo_2 i {
    width: 40px;
    color: #f3ad21;
    text-align: center; }
#homepage_products .product_link {
  padding: 20px 0 0 0; }
  #homepage_products .product_link a {
    display: inline-block;
    padding: 8px 20px;
    color: white;
    font-weight: 600;
    background-color: #d3222a;
    text-decoration: none; }

.action_banners {
  padding: 15px; }
  .action_banners img {
    padding: 20px 10px 0 10px; }
    @media (max-width: 750px) {
      .action_banners img {
        padding: 20px 0 0 0; } }

.big_text_banner {
  padding: 15px 0 0 0; }
  .big_text_banner img {
    padding: 30px 0 0 0; }

#text_page {
  padding: 0 0 0 0; }
  #text_page ul {
    padding: 15px 0 0 15px;
    list-style-type: none; }
    #text_page ul li {
      line-height: 25px; }
    #text_page ul li::before {
      content: '\f00c';
      /* Kód pro ikonu (v tomto případě zaškrtnutí) */
      font-family: 'Font Awesome 5 Free';
      /* Nastavení fontu na Font Awesome */
      font-weight: 900;
      /* Pokud používáte verzi Font Awesome 5 nebo vyšší, může být potřeba použít 'font-weight' pro zajištění správného zobrazení */
      margin-right: 10px;
      /* Vzdálenost mezi ikonou a textem */
      color: #008a0d;
      font-size: 20px; }
  #text_page img {
    max-width: 100%;
    padding: 15px 0 0 0;
    height: auto; }
  #text_page table {
    width: 100%; }
    #text_page table tr td {
      padding: 5px 10px; }
  #text_page .contact_boxes .contact_box {
    text-align: center;
    padding: 40px 0;
    background-color: #fae5c8;
    color: black;
    font-size: 30px;
    vertical-align: middle; }
    #text_page .contact_boxes .contact_box a {
      color: black;
      font-size: 30px;
      text-decoration: none; }
    #text_page .contact_boxes .contact_box i {
      color: #d3222a;
      margin: 0 20px 0 0;
      font-size: 50px;
      vertical-align: middle; }
    @media (max-width: 750px) {
      #text_page .contact_boxes .contact_box {
        margin: 0 0 20px 0;
        font-size: 25px; }
        #text_page .contact_boxes .contact_box a {
          font-size: 25px; }
        #text_page .contact_boxes .contact_box i {
          font-size: 40px; } }

.categories_mobile {
  padding: 0 0 10px 0; }
  .categories_mobile a {
    background-color: black;
    display: block;
    padding: 5px 10px;
    border: 1px solid black;
    text-align: left;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    color: white; }
    .categories_mobile a:hover, .categories_mobile a.active {
      background-color: #d3222a;
      color: white;
      border: 1px solid #d3222a; }

.categories_bar {
  padding: 20px 0 0 0;
  border-bottom: 3px solid #d3222a; }
  .categories_bar .p_r {
    padding-right: 3px !important; }
  .categories_bar a {
    background-color: white;
    display: block;
    padding: 12px 0;
    color: black;
    text-align: center;
    font-weight: 600;
    border-right: 1px solid white;
    text-decoration: none;
    border-left: 1px solid #ababab;
    border-right: 1px solid #ababab;
    border-top: 1px solid #ababab; }
    .categories_bar a:hover, .categories_bar a.active {
      background-color: #d3222a;
      color: white;
      border-left: 1px solid #d3222a;
      border-right: 1px solid #d3222a;
      border-top: 1px solid #d3222a; }

.product_list .products {
  padding: 0 0 20px 0; }
  .product_list .products .product {
    text-align: left; }
    .product_list .products .product .product_photo {
      position: relative; }
      .product_list .products .product .product_photo .weight {
        position: absolute;
        left: 0;
        bottom: 3px;
        background-color: #d3222a;
        color: white;
        border-radius: 5px;
        padding: 5px 10px; }
    .product_list .products .product .product_name a {
      font-size: 25px; }
    .product_list .products .product .product_description {
      font-size: 13px;
      color: gray;
      padding: 3px 0; }
    .product_list .products .product .product_price {
      font-weight: 600;
      font-size: 25px; }
    .product_list .products .product a {
      text-decoration: none;
      display: block;
      color: #d3222a;
      font-weight: 600; }
    .product_list .products .product .product_buy {
      padding: 10px 0 0 0; }
      .product_list .products .product .product_buy a {
        display: block;
        background-color: #088608;
        color: white;
        font-weight: 600;
        text-align: center;
        padding: 10px 10px;
        border-radius: 5px; }
        .product_list .products .product .product_buy a.in_basket {
          background-color: #e05400; }
        .product_list .products .product .product_buy a i {
          margin: 0 5px 0 0; }

#product ul {
  padding: 15px 0 0 15px;
  list-style-type: none; }
  #product ul li {
    line-height: 25px; }
  #product ul li::before {
    content: '\f00c';
    /* Kód pro ikonu (v tomto případě zaškrtnutí) */
    font-family: 'Font Awesome 5 Free';
    /* Nastavení fontu na Font Awesome */
    font-weight: 900;
    /* Pokud používáte verzi Font Awesome 5 nebo vyšší, může být potřeba použít 'font-weight' pro zajištění správného zobrazení */
    margin-right: 10px;
    /* Vzdálenost mezi ikonou a textem */
    color: #008a0d;
    font-size: 20px; }
#product .description_list {
  padding: 10px 0 0 0;
  color: gray; }
#product h1 span {
  background-color: #d3222a;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px; }
#product .price {
  padding: 15px 0 0 0;
  color: #cb0000;
  font-weight: 600;
  font-size: 25px; }
#product .stock {
  padding: 20px 0 0 0;
  font-size: 20px;
  font-weight: 600;
  color: #00550c; }
#product .stock_info {
  font-weight: 600;
  color: #048316; }
#product .discounts {
  padding: 20px 0 0 0; }
  #product .discounts .discounts_title {
    font-weight: 600;
    padding: 0 0 3px 0; }
  #product .discounts table {
    width: 100%; }
    #product .discounts table tr td {
      padding: 5px 10px; }
#product .add_basket {
  padding: 30px 0 30px 0; }
  #product .add_basket input.quantity {
    width: 60px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid gray; }
  #product .add_basket input.submit {
    width: 150px;
    line-height: 40px;
    text-align: center;
    background-color: #088608;
    border-radius: 5px;
    color: white;
    border: 1px solid #088608; }
#product .product_description table {
  width: 100%;
  margin: 15px 0 0 0;
  border-bottom: 0; }
  #product .product_description table tr th {
    background-color: #f7e7c4;
    padding: 5px 10px;
    border-bottom: 1px solid #d4b164; }
  #product .product_description table tr td {
    padding: 5px 10px;
    border-bottom: 1px solid #a9a9a9; }
  #product .product_description table tr:nth-child(odd) td {
    background-color: #f7f7f7; }
  #product .product_description table tr:nth-child(even) td {
    background-color: #eaeaea; }
#product .product_description img {
  max-width: 100%;
  height: auto; }

#basket .empty_basket {
  padding: 40px 0 20px 0;
  text-align: center; }
#basket h2, #basket h3 {
  font-size: 30px;
  margin: 0; }
  @media (max-width: 749px) {
    #basket h2, #basket h3 {
      font-size: 25px; } }
#basket h2 {
  padding: 10px 0 5px 0; }
#basket p.h2_info {
  padding: 0 0 10px 0; }
#basket h3 {
  padding: 20px 0 5px 0; }
#basket .item_price_before {
  text-decoration: line-through;
  color: gray;
  font-size: 13px; }
#basket .step_2 {
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 20px 0; }
#basket .basket_summary {
  background-color: #eeeeee;
  padding: 10px 10px; }
#basket .client_form {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 0 20px 20px 20px; }
  #basket .client_form .label_value .label {
    padding: 10px 0 0 0; }
  #basket .client_form input {
    width: 100%; }
#basket .choose_delivery_place {
  border: 1px solid #dbdbdb;
  padding: 0;
  border-radius: 3px; }
  #basket .choose_delivery_place .address {
    padding: 5px 5px; }
    #basket .choose_delivery_place .address input {
      width: 100%; }
  #basket .choose_delivery_place .branches {
    border-top: 1px solid #dbdbdb;
    padding: 10px 0; }
    #basket .choose_delivery_place .branches a {
      color: black;
      text-decoration: none;
      display: block;
      padding: 5px 20px;
      border-bottom: 1px solid #dbdbdb; }
      #basket .choose_delivery_place .branches a:hover {
        background-color: #dbdbdb; }
      #basket .choose_delivery_place .branches a .distance {
        font-weight: 600;
        padding: 0 0 0 0; }
#basket .choose_links {
  border: 1px solid #dbdbdb;
  padding: 5px 5px;
  border-radius: 3px; }
  #basket .choose_links a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 5px 5px; }
    #basket .choose_links a.select_another {
      background-color: #e8e8e8;
      font-size: 13px;
      line-height: 20px;
      vertical-align: center; }
      #basket .choose_links a.select_another i {
        vertical-align: top; }
    #basket .choose_links a .price {
      float: right;
      color: #cb0000; }
    #basket .choose_links a i {
      margin: 0 5px; }
    #basket .choose_links a.active, #basket .choose_links a:hover {
      background-color: #e8e8e8; }
    #basket .choose_links a img {
      height: 30px;
      border: 1px solid #c8c8c8; }
@media (max-width: 750px) {
  #basket .items .item_name {
    padding: 15px 0 0 0; } }
#basket .items .item_name a {
  font-size: 18px;
  text-decoration: none;
  font-weight: 600; }
#basket .items .edit_basket div {
  display: inline-block; }
  #basket .items .edit_basket div.countMinus a, #basket .items .edit_basket div.countPlus a {
    display: block;
    width: 32px;
    height: 32px;
    border: none;
    background-color: #d3222a;
    color: white;
    font-size: 20px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    vertical-align: center; }
#basket .items .edit_basket input.quantity {
  width: 60px;
  text-align: center;
  font-size: 18px;
  height: 34px;
  vertical-align: center; }
#basket .items .item_price_before {
  text-align: right; }
#basket .items .item_price {
  text-align: right;
  font-weight: 600;
  color: #d3222a; }
#basket .total_prices {
  padding: 20px 0 0 0; }
#basket .total_discount {
  font-weight: 600;
  background-color: #ffd9d9;
  padding: 10px 10px;
  margin: 10px 0 0 0;
  color: #d3222a;
  font-size: 20px; }
#basket .total_price_discount {
  font-weight: 600;
  background-color: #cdffc9;
  padding: 10px 10px;
  margin: 10px 0 0 0;
  color: #032f00;
  font-size: 20px; }
#basket .total {
  font-size: 20px;
  font-weight: 600;
  background-color: #f4f4f4;
  padding: 10px 10px;
  margin: 10px 0 0 0; }
#basket .note {
  padding: 20px 0 0 0; }
  #basket .note textarea {
    width: 100%; }
#basket .checkboxes {
  padding: 10px 0 10px 5px; }
  #basket .checkboxes .checkbox {
    padding: 3px 0 0 0; }
    #basket .checkboxes .checkbox input {
      margin: 0 5px 0 0; }
#basket .basket_buttons {
  padding: 20px 0 0 0; }
  #basket .basket_buttons a,
  #basket .basket_buttons input {
    display: inline-block;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 5px; }
    @media (min-width: 749px) {
      #basket .basket_buttons a,
      #basket .basket_buttons input {
        padding: 12px 15px; } }
    @media (max-width: 749px) {
      #basket .basket_buttons a,
      #basket .basket_buttons input {
        font-size: 15px; } }
  #basket .basket_buttons .btn_back a {
    color: black;
    border: 1px solid #a1a1a1;
    background-color: #dbdbdb; }
    #basket .basket_buttons .btn_back a i {
      margin: 0 3px 0 0; }
  #basket .basket_buttons .btn_next input {
    border: 0; }
  #basket .basket_buttons .btn_next a,
  #basket .basket_buttons .btn_next input {
    color: white;
    background-color: #088608; }
    #basket .basket_buttons .btn_next a i,
    #basket .basket_buttons .btn_next input i {
      margin: 0 0 0 3px; }
  #basket .basket_buttons .voucher_form input {
    padding: 5px 0;
    margin: 3px 0; }
    #basket .basket_buttons .voucher_form input.code {
      padding: 5px 0;
      width: 200px; }
    #basket .basket_buttons .voucher_form input.submit {
      padding: 5px 10px; }

#discount_delivery {
  text-align: center;
  padding: 0 0 10px 0; }
  #discount_delivery > div.free_delivery {
    margin: 10px 0 0 0;
    padding: 5px 20px; }
  #discount_delivery > div span {
    font-weight: 700; }
  #discount_delivery > div strong {
    color: black; }
  #discount_delivery > div.delivery_bar {
    padding: 0 30px;
    font-size: 1px; }
    #discount_delivery > div.delivery_bar .bar_background {
      height: 5px;
      background-color: #dedede;
      font-size: 1px;
      margin: 5px 0;
      position: relative; }
      #discount_delivery > div.delivery_bar .bar_background .bar_free {
        height: 5px;
        background-color: #208d07;
        font-size: 1px;
        border-right: 1px solid white; }
      #discount_delivery > div.delivery_bar .bar_background i {
        font-size: 20px;
        position: absolute;
        top: -10px;
        color: #208d07; }
  #discount_delivery > div.discount_delivery_price {
    font-weight: 600;
    text-align: center; }
    #discount_delivery > div.discount_delivery_price span {
      color: #208d07; }

#voucher_form_mobile {
  margin: 20px 0 0 0;
  border-top: 1px solid #b6b6b6;
  padding: 10px 0 0 0; }
  #voucher_form_mobile input.btn {
    background-color: #e05400;
    color: white; }

#basket_confirm {
  padding: 20px 0 0 0; }
  #basket_confirm .confirm_box {
    background-color: #ebffbf;
    padding: 10px 0;
    margin: 10px 0 0 0; }
    #basket_confirm .confirm_box .confirm_text {
      padding: 0 0 10px 0; }
      #basket_confirm .confirm_box .confirm_text a {
        color: #1f6c0a;
        font-weight: 600;
        text-decoration: none; }
  #basket_confirm .item_buttons a,
  #basket_confirm .item_buttons_mobile a {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 3px; }
    #basket_confirm .item_buttons a.go_back,
    #basket_confirm .item_buttons_mobile a.go_back {
      background-color: white;
      color: black; }
    #basket_confirm .item_buttons a.go_basket,
    #basket_confirm .item_buttons_mobile a.go_basket {
      background-color: #1f6c0a;
      color: white; }
  #basket_confirm .item_buttons a {
    margin: 2px 0; }
  #basket_confirm .item_buttons_mobile {
    padding: 10px 0; }

#order .order_tracking_number {
  text-align: center;
  padding: 15px 0 0 0; }
  #order .order_tracking_number a {
    font-size: 20px;
    text-decoration: none; }
    #order .order_tracking_number a i {
      color: black; }
#order .order_state {
  margin: 10px 0 0 0;
  font-weight: 600;
  font-size: 18px;
  padding: 8px 10px;
  text-align: center; }
  #order .order_state.color_green {
    background-color: #d0ffd3; }
#order .box {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 5px 0 0 0; }
  #order .box table {
    width: 100%; }
    #order .box table tr td {
      padding: 5px 10px; }
#order .price_total {
  font-weight: 600;
  font-size: 25px;
  text-align: right;
  padding: 10px 15px 0 0; }
#order .payment_title {
  font-weight: 600;
  padding: 0 0 10px 0; }
#order .qr_code img {
  max-height: 200px; }
#order .bank_info {
  padding: 0 0 10px 0; }
  #order .bank_info table {
    width: 100%; }
    #order .bank_info table tr td {
      padding: 15px 10px; }
      #order .bank_info table tr td.bg_light {
        background-color: #e8e8e8; }
      #order .bank_info table tr td.bg_dark {
        background-color: #d8d8d8; }
      #order .bank_info table tr td.td_right {
        text-align: right;
        font-weight: 600; }

#menu .menu_links a {
  display: block;
  padding: 7px 15px;
  border-bottom: 1px solid gray;
  color: black;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px; }
#menu .menu_links img {
  max-height: 20px;
  border: 1px solid gray; }

/*# sourceMappingURL=style.css.map */
