﻿/*
Theme Name: appshop
Theme URI: https://pouryan.com
Author: pouryan
Author URI: https://pouryan.com
Description: Appshop WordPress theme
Version: 1.1.17
Text Domain: appshop
*/

.is-mobile .wc-block-components-form .wc-block-components-checkout-step:first-of-type, .is-small .wc-block-components-form .wc-block-components-checkout-step:first-of-type {
    display: none;
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step, .is-small .wc-block-components-form .wc-block-components-checkout-step {
    display: none;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    display: none;
}

.woocommerce .woocommerce-result-count {
    display: none;
}

.woocommerce .woocommerce-ordering {
    display: none;
}

.woocommerce-checkout input#billing_email,
.woocommerce-checkout input[name="billing_email"],
.woocommerce-checkout input#billing_postcode,
.woocommerce-checkout input[name="billing_postcode"],
.woocommerce-checkout input#shipping_postcode,
.woocommerce-checkout input[name="shipping_postcode"],
.wc-block-components-text-input:has(input[type="email"]),
.wc-block-components-address-form__postcode,
.wc-block-components-address-form__email {
    display: none !important;
}

