@charset "UTF-8";
#logo-vyrobce {
  max-width: 80px;
  height: auto;
}

.shop_header_logo_wrap {
  display: flex;
  gap: 25px;
}

.highlighted_link_item a {
  color: #ff080c;
}

.account_icon {
  max-height: 24px;
  width: auto;
}

.custom_cart_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid #004996;
  border-radius: 25px;
  gap: 20px;
}
.custom_cart_content .cart_count_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  position: relative;
}
.custom_cart_content .cart_icon_wrapper {
  position: relative;
}
.custom_cart_content .cart_icon_wrapper .cart_items_counter_icon {
  position: absolute;
  top: -16px;
  right: -16px;
  height: 24px;
  width: 24px;
  border-radius: 50px;
  background-color: #ff080c;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom_cart_content .cart_icon_wrapper .cart_items_counter_icon .cart_items_counter {
  position: relative;
  color: white;
}
.custom_cart_content img {
  max-height: 18px;
  width: auto;
}

.simax_loop_product {
  border: 1px solid rgba(0, 73, 150, 0.5019607843);
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  position: relative;
}
.simax_loop_product img {
  margin: 0px !important;
}
.simax_loop_product .loop_product_label_wrapper {
  position: absolute;
  top: 25px;
}
.simax_loop_product .loop_product_label {
  background-color: #ffea08;
  text-align: center;
  width: 115px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.simax_loop_product img {
  max-width: 320px;
  max-height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}
.simax_loop_product a {
  text-decoration: none;
  text-align: center;
}
.simax_loop_product a .attachment-woocommerce_thumbnail {
  padding: 40px 25px;
}
.simax_loop_product h2.woocommerce-loop-product__title {
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
  width: 100%;
  padding: 0px 5px;
  margin: auto;
}
.simax_loop_product .product-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  height: 60px;
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
}
.simax_loop_product .product-price {
  font-size: 16px;
  font-weight: bold;
}
.simax_loop_product .product-details-button .button {
  padding: 8px 16px;
  background-color: #004996;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 12px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  width: 104px;
  transition: 0.3s all;
}
.simax_loop_product .product-details-button .button:hover {
  background-color: #002e5f; /* Uprav hover efekt */
  color: white !important;
}
.simax_loop_product .shopping_bag {
  max-width: 17px;
  height: auto;
}
.simax_loop_product .span_price {
  font-size: 30px;
  color: black;
}
.simax_loop_product .span_currency {
  font-size: 20px;
  color: black;
}
.simax_loop_product .vat_included_text {
  font-size: 12px;
  color: black;
  text-align: left;
}

.simax_loop_product .variable-price .span_price {
  font-size: 16px;
}

.simax_loop_product .variable-price .span_currency {
  font-size: 14px;
}

.product-price-wrapper {
  text-align: left;
}

.newsletter_form {
  max-width: 889px;
  background-color: #004996;
  border-radius: 25px;
  margin: auto;
  padding: 20px;
  background-image: url("../assets/percent.png");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position-x: 20px;
  background-position-y: 30px;
}
.newsletter_form h3 {
  color: white;
  text-align: center;
  font-size: 25px;
}
.newsletter_form p {
  color: white;
  text-align: center;
  font-size: 14px;
}
.newsletter_form .wpforms-container {
  max-width: 495px;
  margin: auto;
  position: relative;
}
.newsletter_form input#wpforms-1230-field_1 {
  border-radius: 25px;
}
.newsletter_form label {
  color: white !important;
}
.newsletter_form div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.newsletter_form button#wpforms-submit-1230 {
  background-color: white;
  color: #004996;
  border-radius: 25px;
  padding: 5px 40px;
}
.newsletter_form #wpforms-1230-field_2 label {
  color: white;
}

.eshop_homepage_section {
  margin-top: 65px;
}

.subsection {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

.header_link_custom_separator {
  border-left: 1px solid #004996;
  padding-left: 25px;
}

.showed_products_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

@media only screen and (min-width: 1400px) {
  div#custom-order-total {
    margin-top: 120px;
  }
  .simax_loop_product {
    width: 330px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1400px) {
  #menu-main-menu-eshop {
    gap: 15px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  #menu-main-menu-eshop {
    gap: 10px !important;
    font-size: 11px !important;
  }
  .menu li:last-child a {
    padding: 10px 20px !important;
  }
  .header_link_custom_separator {
    padding-left: 10px !important;
  }
  .custom_cart_content {
    gap: 10px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .showed_products_wrapper {
    justify-content: center;
  }
  .simax_loop_product {
    width: 310px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .showed_products_wrapper {
    justify-content: center;
  }
  .simax_loop_product {
    width: 280px;
  }
}
@media only screen and (min-width: 520px) and (max-width: 768px) {
  .showed_products_wrapper {
    justify-content: center;
  }
  .simax_loop_product {
    width: 220px;
  }
}
@media only screen and (max-width: 520px) {
  .simax_loop_product .span_price {
    font-size: 30px !important;
  }
  .simax_loop_product .vat_included_text {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .span_price_from_text {
    font-size: 24px !important;
  }
  .showed_products_wrapper {
    justify-content: center;
  }
  .simax_loop_product {
    width: 100%;
  }
  .simax_loop_product h2.woocommerce-loop-product__title {
    font-size: 18px !important;
  }
  .simax_loop_product .product-details-button a.button.button-primary {
    font-size: 12px;
    padding: 14px 16px;
  }
  .woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 90%;
  }
}
.eshop_section_title {
  margin-bottom: 40px;
}

.eshop_btn_primary {
  background-color: #004996;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 10px 17px;
  margin: auto;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s all;
}
.eshop_btn_primary:hover {
  background-color: #002e5f;
}

/** notifikace */
.woocommerce-message {
  border-top-color: #004996 !important;
}

.woocommerce-message::before {
  color: #004996 !important;
}

a.button.wc-forward {
  color: white !important;
  background-color: #004996 !important;
  border-radius: 25px !important;
  font-weight: 400 !important;
}
a.button.wc-forward:hover {
  background-color: #002e5f !important;
}

.woocommerce-checkout .woocommerce-error {
  display: none !important;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  display: grid;
}

form.woocommerce-form.woocommerce-form-register.register {
  max-width: 560px;
  margin: auto;
}
form.woocommerce-form.woocommerce-form-register.register p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  width: 100%;
  display: grid;
}
form.woocommerce-form.woocommerce-form-register.register .form-row {
  width: 100%;
}
form.woocommerce-form.woocommerce-form-register.register .register_btn_row {
  justify-content: center;
  margin-top: 25px;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  color: white !important;
  background-color: #004996 !important;
  border-radius: 25px !important;
  font-weight: 400 !important;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
  background-color: #002e5f !important;
}

.product-details-section button.button.button-primary {
  padding: 8px 16px;
  background-color: #004996;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 12px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  width: 170px;
  transition: 0.3s all;
}
.product-details-section button.button.button-primary:hover {
  background-color: #002e5f;
}

.shop_homepage_link_wrapper:hover .shop_homepage_link_img {
  transform: scale(0.55);
}

.page_start_container {
  margin-top: 60px !important;
}

.wp-block-woocommerce-checkout {
  width: 100%;
  max-width: 1450px !important;
  margin: 0 auto;
  padding: 0px 15px;
}

/** Cart*/
.wc-block-components-sidebar-layout .wc-block-components-main {
  width: 100% !important;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce table.shop_table th {
  color: #004996 !important;
  font-weight: 400 !important;
  font-size: 18px;
}

tr.woocommerce-cart-form__cart-item.cart_item span.woocommerce-Price-amount.amount bdi {
  color: #004996;
  font-weight: 700;
}
tr.woocommerce-cart-form__cart-item.cart_item .product-name a {
  text-decoration: none;
  font-weight: 700;
  color: #004996;
}

.cart-collaterals {
  margin-top: 2rem;
}

.cart-collaterals > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.cart-collaterals > div > div {
  flex: 1 1 100%;
  max-width: 32%;
}

@media (max-width: 768px) {
  .subcategory_box img {
    max-width: 60px !important;
  }
  .subcategory_box p {
    font-size: 14px !important;
    font-weight: bold;
    color: #004996;
  }
  .subcategory-list li {
    width: 47% !important;
  }
  .cart-collaterals > div > div {
    max-width: 100%;
  }
}
.coupon input,
.coupon button {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

.coupon button {
  background-color: #0073aa;
  color: white;
  border-radius: 4px;
}

.coupon button:hover {
  background-color: #005177;
}

#coupon_div_wrapper {
  border-radius: 25px;
  background-color: #d9d9d9;
}

#present_info_div_wrapper {
  border-radius: 25px;
  border: 1px solid #004996;
  color: #004996;
  display: flex;
  justify-content: center;
  align-items: center;
}
#present_info_div_wrapper p {
  color: #004996;
  text-align: left;
  padding: 17px 15px;
}

.coupon {
  padding: 15px 5px 5px 5px;
}

.coupon_input_title {
  color: #004996;
  padding: 0px 10px;
}

#total_info_div_wrapper {
  color: white;
  background-color: #004996;
  border-radius: 25px;
  border: 1px solid #004996;
  display: flex;
  justify-content: center;
  align-items: center;
}
#total_info_div_wrapper .cart-total-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  width: 85%;
}
#total_info_div_wrapper .cart-total-wrapper .cart-total-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
#total_info_div_wrapper .cart-total-wrapper .cart-total-line-label_bigger {
  color: white;
  font-size: 22px;
  font-weight: bold;
}
#total_info_div_wrapper .cart-total-wrapper .cart-total-line-label {
  color: white;
  font-size: 14px;
}
#total_info_div_wrapper .cart-total-wrapper .cart-total-line-price_bigger {
  color: white;
  font-size: 25px;
  font-weight: bold;
}
#total_info_div_wrapper .cart-total-wrapper .cart-total-line-price {
  color: white;
  font-size: 14px;
}

.woocommerce table.shop_table thead tr th {
  border-bottom: 1px solid #004996;
  padding-bottom: 5px;
}

.woocommerce table.shop_table td {
  border: none;
}

.coupon_inline_wrapper {
  display: flex;
  padding: 5px 10px;
  gap: 10px;
  align-items: center;
}
.coupon_inline_wrapper input {
  border-radius: 25px;
  border: none;
}
.coupon_inline_wrapper button {
  border-radius: 25px !important;
  color: white !important;
  background-color: #004996 !important;
  text-align: center !important;
  padding: 2px 17px !important;
  height: 34px;
  font-weight: 400 !important;
}

.font-bold {
  font-weight: bold;
}

.cart_bottom_buttons_section {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  flex-wrap: wrap;
}

.cart_btn_back {
  padding: 4px 16px;
  background-color: #9b9b9b;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 12px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  min-width: 200px;
  transition: 0.3s all;
}
.cart_btn_back:hover {
  background-color: #575656;
}

#selected_shipping_method_label,
#selected_payment_method_label,
#selected_payment_method_price,
#selected_shipping_method_price {
  padding-top: 8px;
}

#selected_payment_method_price,
#selected_shipping_method_price {
  text-align: right;
}

.order-total-header-bigger {
  font-size: 22px !important;
  font-weight: bold;
}
.order-total-header-bigger bdi {
  font-size: 22px !important;
}
.order-total-header-bigger bdi .woocommerce-Price-currencySymbol {
  font-size: 22px !important;
}

.custom_methods_smaller_heading {
  text-align: left !important;
  font-size: 18px;
}

.order-total-header-smaller {
  font-size: 14px !important;
}
.order-total-header-smaller bdi {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.order-total-header-smaller bdi .woocommerce-Price-currencySymbol {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.cart_btn_forward {
  padding: 4px 50px;
  background-color: #004996;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 17px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  min-width: 140px;
  transition: 0.3s all;
}
.cart_btn_forward img {
  max-height: 25px;
  width: auto;
}

/** POKLADNA */
form.checkout.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
form.checkout.woocommerce-checkout #order_review {
  height: -moz-fit-content;
  height: fit-content;
}

@media only screen and (max-width: 768px) {
  form.checkout.woocommerce-checkout #order_review {
    margin-top: 25px;
  }
  #payment.woocommerce-checkout-payment {
    width: 100% !important;
  }
  .custom-shipping-methods {
    width: 100% !important;
  }
  .woocommerce-billing-fields__field-wrapper .form-row input:not([type=checkbox]) {
    min-width: 280px;
  }
  .woocommerce-shipping-fields__field-wrapper .form-row input:not([type=checkbox]) {
    min-width: 280px;
  }
}
.order_review_wrapper {
  border: none;
  background-color: #eaf4ff;
  padding: 25px;
  border-radius: 25px;
}

@media only screen and (min-width: 48em) {
  .woocommerce-checkout-review-order {
    width: 32% !important;
    float: right;
    border-radius: 25px;
  }
  #customer_details {
    float: left;
    margin-right: 0em !important;
    width: 65% !important;
  }
  .woocommerce-checkout .form-row {
    margin-bottom: 0.5rem !important;
  }
}
.custom_payment_shipping_container {
  padding: 10px;
  border: 1px solid #004996;
  border-radius: 25px;
  display: flex;
  margin-top: 30px;
}

.customer_details_wrapper {
  padding: 10px;
  border: 1px solid #004996;
  border-radius: 25px;
}

#ship-to-different-address {
  line-height: 2em;
  font-size: 18px !important;
}

.col2-set .col-2 {
  margin-top: 2em;
}

.full-row-width {
  width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.woocommerce-billing-fields__field-wrapper {
  gap: 10px !important;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
  margin-bottom: 10px !important;
}

.woocommerce-checkout h3 {
  font-size: 16px !important;
}

.woocommerce-checkout .form-row label {
  display: none !important;
}

.woocommerce-checkout .form-row input:not([type=checkbox]) {
  padding-left: 20px;
  border-radius: 25px;
}

.woocommerce-checkout .form-row input:not([type=checkbox]) {
  border: 1px solid #004996;
}

.woocommerce-checkout .form-row input:not([type=checkbox]) {
  width: 100%;
  padding: 0.5em;
}
.woocommerce-checkout .form-row input:not([type=checkbox])::-moz-placeholder {
  color: #b0b0b0 !important;
}
.woocommerce-checkout .form-row input:not([type=checkbox])::placeholder {
  color: #b0b0b0 !important;
}

.woocommerce form .form-row {
  width: 48%;
}
.woocommerce form .form-row span.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-checkout .form-row input:not([type=checkbox]) {
  padding-left: 20px;
  height: 42px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: unset !important;
  width: 100% !important;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: unset !important;
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .woocommerce form .form-row {
    width: 100%;
  }
}
/** prevzate */
#order_review .woocommerce-shipping-totals {
  margin-bottom: 15px !important;
  margin-top: 45px !important;
}
#order_review .woocommerce-payment-totals {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
#order_review .zalohy_custom_checkout_table {
  margin-bottom: 15px !important;
}
#order_review table {
  margin: 0 0 0.5em !important;
}
#order_review th.product-name {
  font-size: 18px !important;
  padding-left: 0px !important;
  color: #004996;
  font-weight: 400 !important;
  padding-bottom: 0px !important;
}
#order_review td.product-name {
  font-size: 18px !important;
  padding-left: 0px !important;
  color: #004996;
  font-weight: bold;
  padding-top: 8px !important;
}
#order_review th.product-total {
  text-align: right;
  font-size: 16px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  font-weight: bold;
  color: #004996;
}
#order_review .cart_item .product-name {
  padding-bottom: 0px !important;
}
#order_review .cart_item .product-total {
  text-align: right;
  font-size: 20px !important;
  color: #004996;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  font-weight: bold;
}
#order_review .cart_item .product-total bdi {
  font-size: 20px !important;
}
#order_review .cart_item .product-total bdi .woocommerce-Price-currencySymbol {
  font-size: 20px !important;
}
#order_review button#place_order {
  background-color: #e20613;
  color: white;
  width: 300px;
  font-size: 17px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s all;
}
#order_review button#place_order:hover {
  background-color: #9d000a;
}
#order_review .form-row.place-order {
  margin-top: 20px;
  width: 100% !important;
  justify-content: end;
}

.checkout-section-headline {
  font-size: 22px !important;
  text-align: left;
  color: #004996 !important;
  margin-bottom: 15px !important;
  padding-top: 15px;
  text-transform: none;
}

p#order_comments_field {
  width: 100%;
}

.checkmark {
  border-radius: 5px !important;
  transition: 0.3s all;
}

.cb_container .checkmark.checked:after {
  border-radius: 5px !important;
  background-color: #004996 !important;
}

.cb_container:hover .checkmark {
  background-color: #004996 !important;
}

.cart_item {
  border-bottom: none !important;
}

.woocommerce-shipping-methods input[type=radio]:checked + *::before {
  border-radius: 5px !important;
}

.woocommerce-shipping-methods input[type=radio]:checked + *::before {
  background: #004996 !important;
}

.woocommerce-shipping-methods input[type=radio] + *::before {
  border-radius: 5px !important;
}

.woocommerce-shipping-methods .cb_container {
  padding-left: 0px;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding-left: 0px;
  padding-top: 0px;
}

.order-total-cutsom {
  display: flex;
  justify-content: space-between;
}

.order-total-price {
  text-align: right;
}
.woocommerce-checkout-review-order button {
  width: auto;
  margin-top: 0px;
  float: right;
  font-weight: 400 !important;
  text-transform: none !important;
}

.full-row-width {
  width: 100% !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  padding: 10px 20px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  padding: 10px 20px;
}

.woocommerce-checkout-review-order table thead th {
  border-bottom: 1px solid #004996 !important;
  margin-bottom: 8px;
}

#shipping_method li {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shipping_method li .shipping_custom_line_label {
  display: flex;
}
#shipping_method li .shipping_custom_line_label label:hover {
  cursor: pointer;
}
#shipping_method li .shipping_custom_line {
  display: flex;
  align-items: center;
}
#shipping_method li .shipping_custom_line:hover {
  cursor: pointer;
}
#shipping_method li .shipping_method_description {
  width: 100%;
}

#payment .wc_payment_method img {
  display: none;
}
#payment .custom_payment_method_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.shipping_custom_line_label:hover {
  cursor: pointer;
}

.woocommerce-checkout-review-order table th {
  text-transform: none !important;
}

#nakupuji_firma_checkbox_label {
  display: block !important;
}
#nakupuji_firma_checkbox_label .checkmark {
  top: 8px;
  height: 25px;
  width: 25px;
}
#nakupuji_firma_checkbox_label .checkmark::after {
  top: 2px;
  height: 20px;
  width: 19px;
}

h4.form-row.form-row-wid.full-row-width.billing_form_headline {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.woocommerce-terms-and-conditions-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}
.woocommerce-terms-and-conditions-wrapper .checkmark {
  top: -4px !important;
}
.woocommerce-terms-and-conditions-wrapper .form-row {
  width: 30px !important;
}
.woocommerce-terms-and-conditions-wrapper label {
  font-size: 14px;
}

.shipping_method_description {
  display: none;
}

.shipping_method_l_item_selected .shipping_method_description {
  display: block;
}

.shipping_custom_line:hover {
  cursor: pointer;
}

.zalohy_custom_checkout_table th {
  padding-left: 0px !important;
}
.zalohy_custom_checkout_table td {
  padding-right: 0px !important;
  text-align: right;
}
.zalohy_custom_checkout_table tbody .fee {
  border: none !important;
}
.zalohy_custom_checkout_table tbody .fee th {
  padding-bottom: 0px !important;
}
.zalohy_custom_checkout_table tbody .fee td {
  padding-bottom: 0px !important;
}
.zalohy_custom_checkout_table tbody .cart-discount {
  border-bottom: 0px !important;
}

.woocommerce-checkout-review-order-table .cart_item {
  border-bottom: 0px !important;
}

.th_nonvisible {
  display: none;
}

td.product-subtotal {
  min-width: 150px;
}

.form-row.hidden {
  display: none;
}

p#billing_iscomp_field {
  display: none;
}

.woocommerce-checkout .form-row input:not([type=checkbox]) {
  padding-left: 20px;
}

.custom_woo_login_checkout_btn {
  display: flex;
  padding: 1em;
  align-items: center;
}
.custom_woo_login_checkout_btn p {
  margin-bottom: 0px;
}

.custom_btn {
  background-color: #fc9b00;
  color: white;
  border-radius: 26px !important;
  padding: 12px 20px;
  text-align: center;
  margin-left: 15px;
  transition: 0.3s all;
}
.custom_btn:hover {
  background-color: #3e2517;
  color: white !important;
}

@media only screen and (max-width: 436px) {
  .woocommerce-checkout .form-row {
    width: 100% !important;
  }
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
  margin-bottom: 10px !important;
}
.woocommerce-checkout .ws-page-header {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  gap: 10px !important;
}

p.form-row.form-row-wid.full-row-width label {
  margin-top: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.woocommerce-privacy-policy-text a {
  text-decoration: underline;
  color: black !important;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

#payment.woocommerce-checkout-payment {
  width: 50%;
}

.custom-shipping-methods {
  width: 50%;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  display: none !important;
}

.payment_box.payment_method_cod {
  display: none !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none !important;
}

.payment_and_shipping_wrapper {
  display: flex;
  padding: 15px 20px;
  flex-wrap: wrap;
}

.payment_shipping_title {
  color: #004996 !important;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 20px;
  margin-top: 5px;
}

.custom_payment_shipping_subcontainer {
  width: 100%;
}

/* CB CONTAINER */
.custom_fi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.custom_fi input {
  font-size: 25px;
  padding: 23px 23px 23px 0;
  width: 100%;
}

.custom_fi .btn_a {
  white-space: nowrap;
  height: 62px;
  line-height: 62px;
  padding: 0 12px;
}

.cb_container {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 18px;
  font-weight: var(--font_weight_light);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: left;
  width: auto !important;
  margin: 10px 10px 10px 0 !important;
}

.cb_container .wpcf7-form-control-wrap {
  width: 1px !important;
  height: 1px !important;
}

.cb_container span {
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  margin: 0;
}

.cb_container input {
  position: absolute !important;
  opacity: 0 !important;
  cursor: pointer !important;
  height: 1px !important;
  width: 1px !important;
  margin: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border: 1px solid #004996;
  border-radius: 50%;
}

.cb_container:hover .checkmark {
  background-color: #004996;
}

.cb_container .checkmark.checked {
  background-color: transparent;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.has_account_question {
  display: flex;
  margin-bottom: 25px;
  gap: 15px;
  align-items: center;
}
.has_account_question p {
  font-weight: bold;
  font-size: 22px;
}

.checkout_login_trigger_btn {
  background-color: #004996 !important;
  color: white !important;
  border-radius: 50px !important;
  padding: 8px 50px;
  transition: 0.3s all;
}
.checkout_login_trigger_btn:hover {
  cursor: pointer;
  background-color: #002e5f !important;
}

.cb_container .checkmark.checked:after {
  display: block;
  top: 1px;
  left: 1px;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  background-color: black;
}

.payment_method_line_price {
  font-weight: bold;
}

.cb_container a {
  color: #004996;
}

.cb_container a:hover {
  color: #004996;
}

.cb_container_list .checkmark {
  top: 5px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #575656;
}

.cb_container_list span {
  font-size: 18px;
}

#shipping_method li,
#shipping_method li label {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cart-collaterals th,
.woocommerce-cart-form th {
  text-transform: none;
  font-size: 2.1rem;
}

.woocommerce-shipping-totals td[data-title=doprava] {
  padding-left: 0;
}

li:has(#shipping_method_0_local_pickup4) {
  flex-wrap: wrap;
}

.woocommerce-shipping-methods input[type=radio] {
  width: 1px !important;
  position: relative;
  padding: 0 !important;
  margin-right: 3rem;
  display: none;
}

.woocommerce-shipping-methods input[type=radio] + *::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background: white;
  width: 18px;
  height: 18px;
  border: 1px solid #004996;
  border-radius: 5px !important;
  position: relative;
  top: 3px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none !important;
}

.woocommerce-shipping-methods input[type=radio]:checked + *::before {
  content: "";
  border: 2px solid white;
  outline: 1px solid #004996;
  background: black;
}

.woocommerce-shipping-methods input[type=radio]:checked + *::before {
  border-radius: 5px !important;
}

.woocommerce-shipping-methods input[type=radio]:checked + *::before {
  background: #004996 !important;
}

.woocommerce-shipping-methods input[type=radio] + *::before {
  border-radius: 5px !important;
}

.billing_form_headline {
  font-size: 18px;
  color: #004996 !important;
  font-weight: 400 !important;
}

.checkout_review_item_label {
  color: #004996;
  font-size: 18px;
  font-weight: bold;
}

/** kategorie */
.products.columns-4 {
  position: relative;
}

.products-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.products-loading-overlay span {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.subcategories {
  margin-bottom: 20px;
}

.subcategories h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.subcategory-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.related-products .products-grid {
  margin-top: 80px;
}

.subcategory-list li {
  width: 32%;
}

.product_parameters_wrapper {
  margin-top: 15px;
}

.subcategory-list a {
  text-decoration: none;
  color: #333;
  padding: 5px 10px;
  border: 1px solid rgba(0, 73, 150, 0.5019607843);
  border-radius: 15px;
}

.subcategory-list a:hover {
  background: #f5f5f5;
}

.product-filters {
  margin-bottom: 20px;
}

.product-filters h3 {
  font-size: 1.2em;
}

.filter-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.filter-checkbox-label .checkmark {
  top: 0px;
}

.filter-checkboxes label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  color: #004996;
  font-weight: bold;
}

.filter-checkboxes input[type=checkbox] {
  width: 16px;
  height: 16px;
}

.cat_heading {
  margin-top: 40px;
}

.cart_checkout_heading {
  margin-bottom: 55px;
  font-size: 30px;
  font-weight: bold;
}

.woocommerce-cart table.cart img {
  width: 100px !important;
  box-shadow: none;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  margin-top: 75px;
}
.woocommerce-cart .quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-cart .quantity-btn {
  background: none;
  border: none;
  border-radius: 4px;
  width: 12px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.woocommerce-cart .quantity-btn:hover {
  background: #e0e0e0;
}
.woocommerce-cart .quantity-btn svg {
  width: 16px;
  height: 16px;
}
.woocommerce-cart .quantity-wrapper input[type=number] {
  width: 60px;
  text-align: center;
  border: none;
  border-radius: 4px;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #004996 !important;
}
.woocommerce-cart .availability-div {
  display: flex;
  gap: 5px;
}
.woocommerce-cart a.remove:hover {
  color: #fff !important;
  background: none !important;
}

.cart_btn_forward:hover {
  background-color: #002e5f;
}

.subcategory_box {
  height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subcategory_box p {
  font-size: 20px;
  font-weight: bold;
  color: #004996;
}
.subcategory_box img {
  max-height: 85px;
  width: auto;
}

/* Stylování modálu */
#login-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.modal-body {
  text-align: center;
}

.register-link {
  margin-top: 20px;
}

.register-link a {
  color: #0073aa;
  text-decoration: none;
  font-weight: bold;
}

.register-link a:hover {
  text-decoration: underline;
}

#wpforms-submit-1237 {
  background-color: white !important;
  color: #004996 !important;
  border-radius: 50px !important;
}

a.button.wc-backward {
  background-color: #004996;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 10px 17px;
  margin: auto;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s all;
}
a.button.wc-backward:hover {
  background-color: #002e5f;
  color: white;
}

#login-modal h2 {
  font-size: 22px;
  font-weight: bold;
}
#login-modal .register_link_btn {
  border: 1px solid black;
  border-radius: 25px;
  color: #004996;
  width: 148px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  padding: 8px 18px;
  transition: 0.3s all;
}
#login-modal .register_link_btn:hover {
  transform: scale(1.05);
}
#login-modal .register_link_label {
  font-size: 22px;
  color: #004996;
  font-weight: bold;
  margin-bottom: 25px;
}

#wpforms-form-1451 #wpforms-1451-field_1 {
  margin: auto;
  border-color: #004996;
}
#wpforms-form-1451 #wpforms-1451-field_2 {
  margin: auto;
  border-color: #004996;
}
#wpforms-form-1451 button#wpforms-submit-1451 {
  width: 160px !important;
  border-radius: 50px !important;
}

#wpforms-form-1760 #wpforms-1760-field_1 {
  margin: auto;
  border-color: #004996;
}
#wpforms-form-1760 #wpforms-1760-field_2 {
  margin: auto;
  border-color: #004996;
}
#wpforms-form-1760 button#wpforms-submit-1760 {
  width: 160px !important;
  border-radius: 50px !important;
}

.product-filters {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.product-filters h3 {
  font-size: 18px;
  color: #004996;
  font-weight: bold;
}

.products-grid {
  display: flex;
  margin-top: 25px;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .products-grid {
    justify-content: center;
  }
  .cart-form {
    flex-wrap: wrap;
  }
  .cart-form button.button.button-primary {
    margin-left: auto;
    margin-top: 25px;
  }
}
#load-more-btn {
  background-color: #004996;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 10px 17px;
  margin: auto;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s all;
  border: none;
}
#load-more-btn:hover {
  cursor: pointer;
  background-color: #002e5f;
}

nav.woocommerce-pagination {
  justify-content: end;
}

.load_more_btn_wrapper {
  width: 100%;
  margin: auto;
  text-align: center;
}

.variation_stock_status_on_stock {
  color: green;
}

.variation_stock_status_out_of_stock {
  color: red;
}

nav.woocommerce-MyAccount-navigation ul {
  display: block;
}
nav.woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li a::after {
  bottom: -1px !important;
}

.woocommerce-MyAccount-content .form-row {
  display: block;
}
.woocommerce-MyAccount-content .form-row label {
  text-align: left;
}

.woocommerce-account .woocommerce {
  min-height: 400px;
}
.woocommerce-account .woocommerce-button.button {
  background-color: #004996;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 10px 17px;
  margin: auto;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s all;
}
.woocommerce-account .woocommerce-button.button:hover {
  background-color: #002e5f;
  color: white;
}

#tppl-open-popup-widget {
  background-color: #004996;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 10px 17px;
  margin: auto;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s all;
}
#tppl-open-popup-widget:hover {
  background-color: #002e5f;
  color: white;
}

.thankyou_box {
  border: 1px solid #004996;
  border-radius: 20px;
  max-width: 890px;
  margin: auto;
}

.thankyou_box_content {
  text-align: center;
  padding: 50px 40px 70px 40px;
}
.thankyou_box_content p {
  font-size: 22px;
}
.thankyou_box_content svg {
  margin-bottom: 5px;
}

.thankyou_content_wrapper {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 70px;
}

.product_variables_headline {
  color: #004985;
  margin-bottom: 8px;
  margin-top: 25px;
}

.child-subcategory-list li {
  width: 100%;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #004985;
}

.breadcrumb a,
.breadcrumb .nav-link-part {
  font-weight: 600;
  font-size: 10px;
  text-decoration: none;
  color: #B0B0B0;
  transition: 0.3s all;
}
.breadcrumb a:hover,
.breadcrumb .nav-link-part:hover {
  color: #004985;
}

.woocommerce-MyAccount-content button.woocommerce-Button.button {
  background-color: #004996;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 10px 17px;
  margin: auto;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s all;
}
.woocommerce-MyAccount-content button.woocommerce-Button.button:hover {
  background-color: #002e5f;
  color: white;
}

.woocommerce-billing-fields__field-wrapper .input-text {
  border: 1px solid #004996;
  padding-left: 20px;
  height: 42px;
  border-radius: 25px;
}/*# sourceMappingURL=eshop-general.css.map */