/**
 * WooCommerce cart / checkout spacing fixes.
 */

a.checkout-button.button.alt.wc-forward {
	margin-bottom: 30px;
}

.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
	margin-bottom: 30px;
}

.wc-proceed-to-checkout + .ppc-button-wrapper,
.wc-proceed-to-checkout + .wcppec-checkout-buttons,
.cart-collaterals .ppc-button-wrapper {
	margin-top: 0;
}

.rb-header-dashboard {
	display: none;
}

.site-header .rb-header-dashboard,
.main-header .rb-header-dashboard,
.header-4-container .rb-header-dashboard {
	margin-left: 8px;
	box-shadow: none;
}

@media (max-width: 1024px) {
	.rb-header-dashboard {
		position: fixed;
		right: 12px;
		bottom: 16px;
		z-index: 1200;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		padding: 10px 16px;
		border-radius: 999px;
		background: #569341;
		color: #fff !important;
		font: 600 14px/1 Poppins, sans-serif;
		text-decoration: none !important;
		box-shadow: 0 8px 24px rgba(17, 24, 16, 0.22);
	}

	.site-header .rb-header-dashboard,
	.main-header .rb-header-dashboard,
	.header-4-container .rb-header-dashboard {
		position: static;
		min-height: 36px;
		padding: 8px 12px;
		font-size: 12px;
		box-shadow: none;
	}

	body.rb-dashboard-page .rb-header-dashboard {
		display: none !important;
	}
}
