/*
 Theme Name:   Eatsy Child
 Theme URI:    http://eatsy.bold-themes.com
 Description:  Eatsy child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     eatsy
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  eatsy-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.btMenuVertical .bt-vertical-header-top {
    display: flex;
	justify-content: center;
	padding: 6px;
}
.wp-block-woocommerce-checkout {
	padding: 180px 25px 0;
	background: #fff;
}
.wp-block-woocommerce-cart {
	padding: 180px 25px 0;
	background: #fff;
}
.wc-block-components-checkout-place-order-button {
	width: 75%;
}
.woocommerce-order{ 
	padding: 180px 25px 0;
}
@media (max-width: 1199px) {
.wp-block-woocommerce-checkout {
	padding: 80px 25px 0;
	background: #fff;
}
.wp-block-woocommerce-cart {
	padding: 80px 25px 0;
	background: #fff;
}
.woocommerce-order { 
	padding: 80px 20px 0;
}