body.woocommerce-checkout h1.section__title,
body.page-template-default.woocommerce-checkout .section__title {
position: absolute !important;
width: 1px; height: 1px;
padding: 0; margin: -1px; overflow: hidden;
clip: rect(0,0,0,0); white-space: nowrap; border: 0;
} body.woocommerce-checkout .section__title + * { margin-top: 0; }  .basket-aside__wrap .wc-proceed-to-checkout {
margin-top: 16px;
padding-top: 16px;
border-top: 1px solid #e3e6e1;
}
.basket-aside__wrap .wc-proceed-to-checkout .checkout-button,
.basket-aside__wrap .wc-proceed-to-checkout .button {
display: block; width: 100%;
background: #73af61; color: #fff;
padding: 14px 18px; border-radius: 2px;
font-size: 16px; font-weight: 700;
text-transform: uppercase;
text-align: center;
text-decoration: none;
transition: background .15s;
border: none;
}
.basket-aside__wrap .wc-proceed-to-checkout .checkout-button:hover,
.basket-aside__wrap .wc-proceed-to-checkout .button:hover {
background: #5e9a4f;
} body.woocommerce-checkout .item--controls {
position: absolute !important;
width: 1px; height: 1px;
padding: 0; margin: -1px; overflow: hidden;
clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}