.ah-wc-cart-template {
    gap: 15px;
    width: 100%;
}

.ah-wc-cart-template,
.ah-wc-checkout-template {
    margin: 40px 0 0 0;
}

.woocommerce .ah-wc-cart-template .cart-collaterals .cart_totals,
.woocommerce-page .ah-wc-cart-template .cart-collaterals .cart_totals {
    width: 100%;
}

.ah-cart-totals-wrap .ah-cart-totals-content {
    padding: 15px;
    background-color: var(--ahura-c-bg-secondary);
    border-radius: 7px;
    position: sticky;
    top: 0;
}

.ah-cart-totals-wrap h2 {
    margin: 0 0 15px 0;
    font-size: 19px;
}

.woocommerce .ah-cart-form-wrap form.woocommerce-cart-form table {
    border: none;
    border-radius: 7px;
    border-spacing: 7px;
}

.woocommerce .ah-cart-form-wrap form.woocommerce-cart-form table tbody tr td {
    border: none;
}

.woocommerce .ah-cart-form-wrap form.woocommerce-cart-form table tbody tr.cart_item td {
    background-color: var(--ahura-c-bg-primary);
    border-radius: 7px;
    word-break: keep-all;
}

.woocommerce .ah-cart-form-wrap form.woocommerce-cart-form table tbody tr.cart_item:hover td {
    background-color: var(--ahura-c-bg-secondary);
}

.woocommerce .ah-cart-form-wrap .woocommerce-cart-form table tr.cart_item td.product-thumbnail img {
    width: 70px;
    height: 70px;
    min-width: 70px;
}

.ah-cart-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}

.ah-cart-steps .ah-cart-step,
.ah-cart-steps .ah-cart-step > a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 17px;
    font-weight: 600;
}

.ah-cart-steps .ah-cart-step .ah-step-icon {
    background-color: #f0f0f0;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.ah-cart-steps .ah-cart-step .ah-step-icon svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.ah-cart-steps .ah-cart-step:not(:last-child):after {
    content: "";
    width: 100px;
    border-bottom: 2px dashed #e5e5e5;
}

.ah-cart-steps .ah-cart-step.active-step .ah-step-icon {
    background-color: transparent;
    box-shadow: 0 0 0 4px var(--mw_primary_color);
}

.ah-checkout-order-review-wrap .ah-checkout-review-content {
    position: sticky;
    top: 0;
}

.ah-checkout-order-review-wrap #order_review_heading {
    margin-bottom: 15px;
}

.ah-checkout-order-review-wrap div#payment {
    padding: 10px;
}

.woocommerce-privacy-policy-text {
    font-size: 13px;
}

.ah-wc-checkout-template .woocommerce-NoticeGroup {
    width: 100%;
}

.ah-wc-checkout-template form.checkout :is(.ah-checkout-form-wrap, .ah-checkout-order-review-wrap) {
    flex: 1;
}

.ah-order-received-message {
    background-color: #e7ffe5;
    padding: 25px;
    text-align: center;
    margin: 25px 0;
    border-radius: 20px;
}

.ah-order-received-message svg {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.ah-order-received-message svg {
    fill: #489542;
}

.ah-order-received-message p {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #489542;
}

.woocommerce .ah-thankyou-template-2 ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    text-align: center;
}

.woocommerce .ah-thankyou-template-2 ul.order_details li {
    border: none;
    background-color: #f0f0f0;
    padding: 8px 15px;
    border-radius: 7px;
    display: inline-block;
    float: none;
    margin: 7px;
}

.ah-thankyou-template-2 .woocommerce-order-details__title,
.ah-thankyou-template-2 .woocommerce-column__title {
    font-size: 20px;
    margin: 10px 0;
}

@media screen and (min-width: 1280px)
{
    .ah-wc-checkout-template form.checkout {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .ah-checkout-order-review-wrap {
        width: 30%;
    }

    .ah-checkout-form-wrap {
        width: 69%;
    }

    .ah-wc-cart-template {
        display: flex;
    }

    .ah-cart-totals-wrap {
        width: 35%;
    }
}

@media screen and (max-width: 1280px) {
    .ah-cart-steps .ah-step-title {
        display: none;
    }

    .ah-cart-steps .ah-cart-step:not(:last-child):after {
        width: 50px;
    }
}