/*
Theme Name: Elamusbowling
Description: Reaktiiv WordPress Theme
Theme URI: https://reaktiiv.com
Author: Reaktiiv
Version: 1.0.0
*/
.woocommerce-checkout footer img,
.woocommerce-checkout .header_logo img,
.woocommerce-cart footer img,
.woocommerce-cart .header_logo img,
.woocommerce footer img,
.woocommerce .header_logo img {
    max-width: 100% !important;
}
.wc-block-cart__submit-container,
.single_add_to_cart_button {
    color: white;
    background-color: #bb9552 !important;
}
.wc-block-checkout,
.wp-block-woocommerce-cart {
    max-width: 1300px;
    margin: 0 auto !important;
    background: rgba(28, 28, 28, .5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 40px;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector {
    width: auto;
}
#elementor-menu-cart__toggle_button {
    color: white;
}
#elementor-menu-cart__toggle_button .elementor-button-text {
    font-size: 14px;
    line-height: 18px;
}
.eicon-bag-medium {
    width: 28px;
    height: 25px;
    font-size: 23px;
    text-align: center;
}
.elementor-button-icon-qty {
    font-size: 12px;
    border-radius: 100vmax;
    width: 11px;
    height: 16px;
    display: flex;
    justify-content: center;
    left: 20px;
    top: -5px;
    align-items: center;
    position: absolute;
    z-index: 2;
}
.elementor-button-icon-qty::after {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: #bb9552;
    border-radius: 100vmax;
    left: -2px;
    position: absolute;
    z-index: -1;
}
.wc-block-checkout__container {
    display: grid !important;
    grid-template-columns: 63% 35%;
    gap: 20px;
    position: relative;
}
.woocommerce-cart .checkout_giftcard,
.woocommerce-cart .coupon {
    display: flex;
    min-width: 400px;
}
.woocommerce-cart .wc-block-components-checkbox__mark {
    fill: transparent;
}
.wc-blocks-components-select__label {
    color: black;
}
.wc-block-checkout button {
    color: white;
    background: #bb9552 !important;
    border-radius: 10px;
    border: none;
    font-weight: 600;
}
.summary .product-title {
    font-size: 30px;
    color: #BB9552;
}
.woocommerce-tabs {
    display: block !important;
    margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: white !important;
    background: #bb9552 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    margin: 0;
    background: #eee;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
    border-color: #eee;
    padding: 15px !important;
}
.woocommerce div.product form.cart .variations th {
    vertical-align: sub;
}
.woocommerce div.product form.cart .variations label {
    display: inline-block;
    width: 100px;
}
.packages-block .package div > * {
    color: white;
}
.package {
    transition: outline 0.3s ease;
    outline: 0 solid #bb9552;
}
.package:hover {
    outline: 2px solid #bb9552;
}
#conference-calendar-block .calendar-table td,
#conference-calendar-block .calendar-table tr {
    position: relative;
}
.parallax-content-wrap.top-corner {
    z-index: -1;
}
.wc-block-components-sidebar-layout {
    background: white;
    color: black;
}
.wc-block-components-title.wc-block-components-title {
    color: #bb9552;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word;
}
.woocommerce-page .montonio-bank img {
    max-width: 100% !important;
}
.woocommerce-checkout #payment .wc_payment_methods.payment_methods {
    padding: 0;
}
.woocommerce-checkout-payment {
    box-shadow: none !important;
}
a.added_to_cart,
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    display: none !important;
}
.woocommerce-checkout-container {
    margin: 1rem;
}
.checkout h4 {
    margin-top: 2rem;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}
.wc-block-components-checkout-coupon-toggle__button,
.wc-block-components-checkout-giftcard-toggle__button {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
}

.coupon-toggle-icon svg,
.giftcard-toggle-icon svg{
    transition: transform 0.3s ease;
    color: #000;
}

.wc-block-components-checkout-coupon-toggle__button.active .coupon-toggle-icon svg,
.wc-block-components-checkout-giftcard-toggle__button.active .giftcard-toggle-icon svg {
    transform: rotate(45deg);
}
.back-to-cart a {
    background-color: transparent !important;
    color: black !important;
    padding: 10px 0 !important;
}
#place_order:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.custom-terms-checkbox a {
    color: #bb9552;
}

/* =========================
   Order Summary
========================= */

.wc-block-components-checkout-order-summary__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.wc-block-components-checkout-order-summary__title-text,
.wc-block-components-checkout-order-summary__title-price {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.wc-block-components-checkout-order-summary__title-price {
    font-weight: 700;
    color: #111;
}

/* =========================
   Order Items
========================= */

.wc-block-components-order-summary-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.wc-block-components-order-summary-item__image {
    position: relative;
    width: 48px;
    height: 48px;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.wc-block-components-order-summary-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wc-block-components-order-summary-item__quantity {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #d33;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-block-components-product-name {
    flex: 1;
    margin: 0 0.5rem;
    font-size: 0.95rem;
}

.wc-block-components-order-summary-item__total-price,
.wc-block-components-formatted-money-amount {
    font-size: 0.95rem;
    font-weight: 600;
}

/* =========================
   Totals
========================= */

.wc-block-components-totals-wrapper {
    margin: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.wc-block-components-totals-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.wc-block-components-totals-footer-item {
    font-size: 1.05rem;
    font-weight: 700;
}

/* =========================
   Coupon / Gift Card
========================= */

.wc-block-components-checkout-coupon-toggle__button,
.wc-block-components-checkout-giftcard-toggle__button {
    display: inline-block;
    padding: 0.6em 0;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.wc-block-components-checkout-coupon-form,
.wc-block-components-checkout-giftcard-form {
    margin-top: 1em;
    padding: 1em;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
}

.wc-block-components-checkout-coupon-form__fields,
.wc-block-components-checkout-giftcard-form__fields {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.wc-block-components-input-text {
    flex: 1;
    min-width: 150px;
    padding: 0.6em 0.8em;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 0.4rem;
}

.wc-block-components-button {
    padding: 0.6em 1.2em;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: #0071a1;
    border: none;
    border-radius: 0.4rem;
    cursor: pointer;
}

.wc-block-components-button:hover {
    background: #005b7a;
}

/* =========================
   Responsive
========================= */

@media (max-width: 900px) {
    .wc-block-checkout__container {
        grid-template-columns: 100%;
        padding-bottom: 80px;
    }
    .form-row.place-order {
        position: absolute;
        bottom: -22px;
        width: 100%;
        padding: 16px 0;
    }
    .back-to-cart {
        position: absolute;
        bottom: -30px;
    }
}

@media (max-width: 600px) {
    .wc-block-components-checkout-coupon-form__fields,
    .wc-block-components-checkout-giftcard-form__fields {
        flex-direction: column;
    }

    .wc-block-components-button {
        width: 100%;
    }
}
