/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A lightweight and minimalist WordPress theme for Elementor page builder.
 */


 .woocommerce-MyAccount-orders td p:empty,
.woocommerce-MyAccount-orders th p:empty {
    display: none;
}
.woocommerce-MyAccount-orders p:empty {
    display: none;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background: #0020BC;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
    margin-top: 15px;
    border-radius: 20px;
}

.elementor-button:focus,
.checkout-button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:focus {
    outline: 5px auto -webkit-focus-ring-color
}

.single-post:is(.postid-1005) .category-blog:before {
    background-image: url(https://fastom.me/wp-content/uploads/2023/07/Rectangle-2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 390px;
}

.single-post:is(.postid-1005) .category-blog > section {
    /* z-index: 100; */
}

.woocommerce ul.order_details:is(.woocommerce-thankyou-order-details) li:last-of-type {
    padding-right: 0;
    margin-right: 0;
}