body.page-id-12036 footer,
body.page-id-12036 header .header_inner {
    display: none !important;
}
body.page-id-12036 .c7-checkout__header {
    padding-top: 0 !important;
}
.c7-date-picker-dropdown {
	z-index: 999999 !important;
}
footer{
	z-index: inherit;
}
.c7-btn.c7-btn--primary {
	background: #000;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius: 3px;
	line-height: inherit;
	padding: 10px 20px;
}
.c7-order-item__details button {
	margin-top: 10px;
	background: #000;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius: 3px;
	line-height: inherit;
	padding: 5px 20px;
}
.c7-btn.c7-btn--alt, .continueShop a.c7-link {
	background: #000;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius: 3px;
	line-height: inherit;
	padding: 5px 20px;
	text-decoration: none !important;
}
.c7-order-items__title a.c7-link {
    font-weight: 600;
    text-decoration: underline;
}
.c7-btn.c7-btn--primary:hover, .c7-btn.c7-btn--primary:focus,
.c7-order-item__details button:hover, .c7-order-item__details button:focus,
.c7-btn.c7-btn--alt:hover, .c7-btn.c7-btn--alt:focus, .continueShop a.c7-link:hover {
	background-color: #454545;
    text-decoration: none;
}
.c7-content--checkout {
	position: inherit !important;
} 
.c7-checkout__summary-container {
	padding: 40px 30px 0;
}
body.page-id-12036 .title_outer.title_without_animation {
	display: none;
}

body.page-id-12036 .content {
	margin-top: 40px;
}
.c7-product {
	background: var(--c7-bg-alt);
	border-radius: var(--c7-border-radius);
	padding: 30px 20px 20px;
}
.c7-product-collection__products--featured .c7-product {
	position: relative;
}
.c7-product-collection__products--featured .c7-product::before {
    content: "";
    background-image: url("https://dev.heartandhandswine.com/wp-content/uploads/2024/01/216411_star_icon.png");
    width: 40px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: baseline;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

.c7-order-items:not(.c7-order-items--cart) .c7-order-item__total, 
.c7-order-items:not(.c7-order-items--cart) .c7-order-item__pricing,
.c7-cart .c7-order-summary__item--subtotal, .c7-checkout .c7-order-summary__item--subtotal, .c7-order-summary__item--total {
	font-weight: 600;
}
.c7-checkout:not(.c7-checkout--club) .c7-callout::before {
	top: 20px;
}
.c7-checkout:not(.c7-checkout--club) .c7-callout {
	padding: 17px 20px 15px 45px;
}