/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Description: Дочерняя тема для Twenty Twenty-Four. Используйте этот файл для своих CSS-стилей.
Author: the WordPress team
Author URI: https://wordpress.org
Template: twentytwentyfour
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour-child
*/

/* Добавляйте свои стили ниже */

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    display: block !important;
}

.woocommerce-page .woocommerce-customer-details .col2-set .col-1, .woocommerce-page .woocommerce-customer-details .col2-set .col-2 {
    max-width: 100%;
}

.site-top-footer-inner-wrap {
  display: none !important;
}

p#wc-stripe-express-checkout-button-separator {
    display: none;
}
