/*
Theme Name: Emall Child
Theme URI: https://demo.theme-sky.com/emall/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: emall
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: emall-child
*/

#wc-guest-checkout-notice {
    display: none !important;
}

.wc-block-components-product-metadata__description {
    display: none !important;
}

.woocommerce-thankyou-order-received {
    font-size: var(--ts-h5-font-size);
    line-height: var(--ts-h5-line-height);
    font-family: var(--ts-font-2-family);
    font-weight: var(--ts-font-2-weight);
    color: #62db3c;
    border-width: 1px;
    border-style: solid;
    border-color: #3cdb59;
    background: #f5fef6;
    text-align: center;
    padding: 22px 30px;
    margin-bottom: 30px;
}