/*
Theme Name: Twenty Twenty Child
Theme URI: http://example.com/twenty-fifteen-child/
description: >-
  Twenty Twenty Child Theme
Author: The WordPress Team
Author URI: https://wordpress.org/
Template: twentytwenty
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-twenty-child
*/
.wc-customer-user{
	margin-bottom: 17px !important;
}

.woocommerce-cart .top-bar, .woocommerce-cart .sticky-wrapper, .woocommerce-cart footer, .woocommerce-checkout .top-bar, .woocommerce-checkout .sticky-wrapper, .woocommerce-checkout footer {
display: none;
}
.woocommerce-cart .container, .woocommerce-cart .container {
max-width: 100% !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label {
    display: none;
}
.woocommerce-checkout form .col2-set input{
	border: none;
	padding-top: 0px;
	padding-left: 0px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row{
	margin-bottom: 0;
}
.woocommerce-checkout .select2-container--default.select2-container--disabled .select2-selection--single{
	background-color: #fff;
    border: none;
}
.woocommerce-checkout .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow{
	display: none;
}
.woocommerce-checkout #billing_city{
	padding-bottom: 1.5rem;
}
.woocommerce-checkout #billing_country_field, .woocommerce-billing-fields__field-wrapper #billing_last_name_field, .woocommerce-checkout .woocommerce-additional-fields, .woocommerce-billing-fields__field-wrapper input#billing_address_2, .woocommerce-billing-fields__field-wrapper #billing_first_name, .woocommerce-billing-fields__field-wrapper #billing_state, .woocommerce-billing-fields__field-wrapper #billing_postcode, .woocommerce-billing-fields__field-wrapper #billing_email{
	display: none;
}
.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper, .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-billing-fields__field-wrapper .input-text, .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-container, .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-container .selection, .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-container .selection .select2-selection, .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-container .selection .select2-selection .select2-selection__rendered {
	outline: none;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-container .selection .select2-selection .select2-selection__rendered{
	padding-left: 0px;
}

body .cross-sells {
    display: none !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
}