/*
Theme Name: Block Shop Child
Theme URI: https://vanderlinden.ch
Author: Joscha van der Linden
Template: block-shop
Author URI: https://vanderlinden.ch/
Description: Block Shop Child
Tags: Custom Colors, Custom Logo, Editor Styles, Theme Options
Version: 1.0.1
Text Domain: block-shop-child
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


.alignfull {
  display: none !important;
}

.product-remove {
  background: #000;
}

.product-remove a {
  background: #000;
  padding: 10px;
  top: 0 !important;
  left: 0 !important;
}

.product-remove a:before {
  color: #fff !important;
}


.woocommerce-error,
.woocommerce-info,
.wcrp-rental-products-availability-checker-status-available {
  font-size: 15px;
  line-height: 1.3;
  padding: 10px 10px 10px 45px;
}
.woocommerce-error::before,
.woocommerce-info::before,
.wcrp-rental-products-availability-checker-status-available::before {
  top: 12px;
  left: 15px;
}
.woocommerce-error {
  background-color: #ed2939;
}


/* Shipping style adjustments  */

.woocommerce-shipping-totals.shipping {
  background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce-shipping-totals.shipping th,
.woocommerce-shipping-totals.shipping td {
  padding: 10px 10px 0px !important;
  width: 50%;
}
.woocommerce-shipping-methods li label {
  line-height: 1.3;
}

/* Show Password Button mit Emoji */
.show-password-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 18px;
    opacity: 0.6;
}

.show-password-input::before {
    content: "👁️";
}

.show-password-input.display-password::before {
    content: "👁️‍🗨️";
}

.show-password-input:hover {
    opacity: 1;
}

/* Container und Input anpassen */
.woocommerce-form-row {
    position: relative;
}

.woocommerce form .form-row input[type="password"],
.woocommerce form .form-row input[type="text"] {
    padding-right: 45px !important;
}





/* Vorschaltseite Design */

.checkout-gate {
    margin-bottom: 60px;
    text-align: center;
}

.checkout-gate h2 {
    margin-bottom: 30px;
    font-size: 28px;
}

.checkout-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 100%;
    margin: 0 auto;
}

.checkout-option {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #000;
    transition: transform 0.2s, box-shadow 0.2s;
}

.checkout-option:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.checkout-option h3 {
    margin-bottom: 15px;
}

.checkout-option p {
    margin-bottom: 20px;
}

.checkout-option .button {
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
}

/* Mobile Ansicht */
@media (max-width: 768px) {
    .checkout-options {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.wcrp-rental-products-select-dates-button.button.product_type_simple {
  margin-top: 10px !important;
  border: 1px solid black !important;
  padding: 5px 15px !important;
}

h2.woocommerce-loop-product__title {
  font-weight: 800 !important;
}



/* Old styles adjustments */
.shop-categories .shop-list.subcategory .cat-item a {
  font-size: 16px;
}

.shop-categories .shop-list.subcategory .cat-item.current-cat .count {
  margin-left: 3px;
  font-size: 12px;
}

ul.subcategory {
  margin-top: 48px !important
}

.single-feature-img {
  width: 100%
}

.single-wrapper .col {
  max-width: 1400px !important;
}

.shop-content .products.columns-4,
.articles-section {
  max-width: 1400px !important;
  margin: 0 auto;
}

/* .add_to_cart_button {
  opacity: 1 !important;
} */

.woocommerce-cart .shop_table>tbody>tr>th {
  width: 50% !important;
}

.woocommerce-cart td[data-title="Gesamtsumme"] strong span {
  font-size: 1rem !important;
  font-weight: 500 !important;
}

.woocommerce-cart td[data-title="Gesamtsumme"] small {
  font-size: .8rem !important;
  font-weight: 500 !important;
}

.woocommerce-cart td[data-title="Gesamtsumme"] small span {
  font-size: .8rem !important;
  font-weight: 500 !important;
}

.order-total small {
  font-size: .8rem !important;
  font-weight: 500 !important;
}

.order-total small span {
  font-size: .8rem !important;
  font-weight: 500 !important;
}

@media(min-width: 1200px) {
  #menu-menue>.menu-item {
    width: 50%;
  }

  #menu-menue>.menu-item .sub-menu {
    left: 60%;
    width: 40%;
  }
}



.wcrp-rental-products-availability-checker {
  margin-bottom: 30px;
}
.wcrp-rental-products-availability-checker-unapplied {
  border: 1px solid #000;
  padding: 25px;
}
.wcrp-rental-products-availability-checker-unapplied-form-field-label,
.wcrp-rental-products-availability-checker-unapplied-form-field-label-dates {
  font-size: 20px;
}
.wcrp-rental-products-availability-checker-applied {
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0;
}
.wcrp-rental-products-availability-checker-applied-form {
  margin: auto;
  padding: 0 20px 20px 20px;
}

@media (min-width:1200px) {
  .wcrp-rental-products-availability-checker-applied {
    display: flex;
    align-items: center;
  }
  .wcrp-rental-products-availability-checker .wcrp-rental-products-availability-checker-applied .wcrp-rental-products-availability-checker-applied-info {
      margin: 0;
  }
  .wcrp-rental-products-availability-checker-applied-form {
    margin: auto;
    padding: 0;
  }
}
.wcrp-rental-products-availability-checker-applied-info {
  display: flex;
  gap: 30px;
  padding: 0 25px;
  margin: 0;
}
.wcrp-rental-products-availability-checker-button.button {
  line-height: 1.2;
  padding: 8px 15px;
}
