/**
 * Theme Name:        ArmLead
 * Description:       ArmLead theme description...
 * Theme URI:         none
 * Version:           1.0.0
 * Author:            Ashot Hovhannisyan
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       armlead
 * Domain Path:       /assets/lang
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
    --wp--style--global--content-size: 750px;
}

.wc-block-components-checkout-place-order-button,
textarea,
input[type=submit],
.add_to_cart_button,
.wc-block-cart__submit-container,
button[type=submit]{
    border: 1px solid #ccc !important;
}

input[type=number]{
    border: 1px solid #ccc;
    border-radius: 3px;
}

footer{
    margin-top: 30px;
    background: #e5dabb;
}