/* ===================== */
/* cart light box */

.woocommerce-cart-form__cart-item .icon-remove, .woocommerce-cart-form__cart-item .remove {
    border: 0.1px solid;
    border-radius: 7%;
    color: #000000;
    display: block;
    font-size: 15px !important;
    font-weight: 700;
    place-content: center;
    justify-items: center;
    height: 24px;
    line-height: 19px !important;
    text-align: center;
    width: 24px;
}


.woocommerce-cart-form__cart-item .icon-remove, .woocommerce-cart-form__cart-item .remove:hover{
    border: 0.1px solid;
    border-radius: 7%;
    color: #ff5a5a;
    display: block;
    font-size: 15px !important;
    font-weight: 700;
    place-content: center;
    justify-items: center;
    height: 24px;
    line-height: 19px !important;
    text-align: center;
    width: 24px;
}


.woocommerce-mini-cart-item .remove.remove_from_cart_button {
    border: 0.1px solid;
    color: #000000;
    border-radius: 15% !important;
    display: block !important;
    font-size: 15px !important;
    font-weight: 300;
    place-content: center;
    justify-items: center;
    height: 19px;
    line-height: 19px !important;
    text-align: center;
    width: 19px;
}


.checkout-page-title .breadcrumbs.flex-row.flex-row-center.heading-font.checkout-breadcrumbs.text-center.strong.h2.uppercase {
    font-size: 2em;
    font-weight: 700 !important;
    font-weight: bold !important;
}



.ux-quantity input[type=number]  {
    border-left: 0px solid;
    border-right: 0px solid;
    color: black;
    box-shadow: none;
    background: white;
}

.ux-quantity__button.ux-quantity__button--plus.button.plus.is-form {
    border: 0.1px solid #0000004d;
    color: black;
    background: white;
    border-radius: 6px;
	box-shadow:none;
}

.ux-quantity__button.ux-quantity__button--minus.button.minus.is-form {
    border: 0.1px solid #0000004d;
    color: black;
    background: white;
    border-radius: 6px;
	box-shadow:none;
}

/* ==================== */



/* Image container with strict boundaries */
li.woocommerce-mini-cart-item.mini_cart_item a {
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

/* Image zoom contained within boundaries */
li.woocommerce-mini-cart-item.mini_cart_item img {
    align-self: center;
    height: auto;
    border-radius: 0px;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease-out;
    transform-origin: center center;
    will-change: transform;
}

/* Zoom effect stays inside image boundaries */
li.woocommerce-mini-cart-item.mini_cart_item:hover img {
    transform: scale(1.2);
    transition: transform 1s ease-out;
}

/* =================== */

.button-continue-shopping.button.primary.is-outline {
    background-color: transparent;
    border: 0.5px solid black;
}

.button-continue-shopping.button.primary.is-outline:hover {
    background-color: black;
    color: white;
    border: 0.5px solid transparent;
}

.button.disabled, .button[disabled], button.disabled, button[disabled] {
    opacity: 0.8;
}

.coupon .input-text {
    border: 1px solid black !important;
    box-shadow: none;
    font-family: 'Akzidenz-Grotesk';
}

/* Base button styles */
.coupon .is-form.expand.button {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    font-family: 'Akzidenz-Grotesk', Arial, sans-serif;
        box-shadow: none;
    text-shadow: none;
        transition: all 0.3s ease;
   
    cursor: pointer;
}

/* Hover state */
.coupon .is-form.expand.button:hover {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}
/* =============== */
/* Base checkout button styles */
.cart_totals .checkout-button.button.alt.wc-forward {
    text-transform: uppercase;
    font-family: 'Akzidenz-Grotesk', Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
   
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 0.5px;
}


.cart_totals .checkout-button.button.alt.wc-forward:hover {
    background: #ffffff !important;
    border: 1px solid #000000;
    color: #000000;
    transform: translateY(-1px);
}


.cart-container.container.page-wrapper.page-checkout {
    font-family: 'Aktiv-Grotesk';
    font-weight: 300;
    text-transform: capitalize !important;
}


.actions .primary.mt-0.pull-left.small:hover {
    opacity: 1;
}
.actions .primary.mt-0.pull-left.small {
    opacity: 0.8;
}
