/*
Theme Name: TheWaxx
Theme URI: https://thewaxx.co
Author: Cubes
Author URI: https://cubes.rs
Description: Custom WooCommerce theme for TheWaxx with ACF-powered homepage and demo importer.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: thewaxx
Domain Path: /languages
*/



.woocommerce-order-received h2.woocommerce-column__title {
    font-size: 28px;
}

.woocommerce-order-received div.woocommerce-column  address{
    min-height: 200px;
}


.woocommerce-order-received .woocommerce-customer-details {
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 24px;
}

.woocommerce-order-received .woocommerce-columns--addresses {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.woocommerce-order-received .woocommerce-column {
    flex: 1 1 0;
    max-width: 50%;
}

.woocommerce-order-received .woocommerce-column address {
    display: block;
    width: 100% !important;
    max-width: 520px !important;
    min-width: 320px;
    box-sizing: border-box;
    padding: 24px;
    font-style: normal;
    line-height: 1.45;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.woocommerce-order-received .woocommerce-column__title {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 28px;
}

@media (max-width: 768px) {
    .woocommerce-order-received .woocommerce-columns--addresses {
        display: block;
    }

    .woocommerce-order-received .woocommerce-column {
        max-width: none;
        margin-bottom: 40px;
    }

    .woocommerce-order-received .woocommerce-column address {
        min-width: 0;
        max-width: none !important;
    }
}


footer .footer-wrapper .footer-top .footer-right .footer-menu .footer-item .footer-submenu li,
footer .footer-wrapper .footer-top .footer-right .social-menu-wrapper .social-menu li {
    margin-bottom: 3.2rem;
}

footer .footer-wrapper .footer-top .footer-right .footer-menu .footer-item .footer-submenu li a,
footer .footer-wrapper .footer-top .footer-right .social-menu-wrapper .social-menu li  a
{
    color: hsla(0, 0%, 100%, .7);
    display: block;
    color: hsla(0, 0%, 100%, .7);
    font-family: "Host Grotesk", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: .3s linear;
}


.thewaxx-cart-popup {
    display: none;
}

.thewaxx-cart-popup.active {
    display: block !important;
}

.thewaxx-cart-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99998;
}

.thewaxx-cart-popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    max-width: 480px;
    background: #fff;
    color: #000;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
}

.thewaxx-cart-popup-close {
    position: absolute;
    top: 14px;
    right: 18px;
    border: 0;
    background: transparent;
    font-size: 32px;
    cursor: pointer;
}

.thewaxx-cart-popup-actions a.btn-transparent {
    background-color: #f2f2f2;
    color: #000;
}

.wp-block-woocommerce-checkout h3 {
    font-size: 14px !important;
    font-weight: bold;
}

.wc-block-components-form h2 {
    font-size: 24px !important;
}

h2.wc-block-cart__totals-title {
    font-size: 24px !important;
}