/*
Theme Name:   Partdo Child
 Theme URI:    http://klbtheme.com/partdo/
 Description:  Partdo Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     partdo
 Version:      1.1.0
 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:  partdo-child
*/

/* GH My Account: native wishlist/account action buttons. */
.my-account-wrapper .woocommerce-MyAccount-content a.button {
	border-radius: 99px;
	color: var(--gh-color-white);
	font-size: 0.9rem;
	padding: 2px 18px;
}

/* GH checkout/account spacing: override Partdo's shared commerce wrapper. */
.woocommerce-cart .shop-container,
.woocommerce-checkout .shop-container,
.woocommerce-account .shop-container {
	margin-top: 2.7rem;
}

@media screen and (max-width: 600px) {
	.woocommerce-cart .shop-container,
	.woocommerce-checkout .shop-container,
	.woocommerce-account .shop-container {
		margin-top: 1.7rem !important;
	}
}
