html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: none;
}

header#site-header{
	display: none;
}

.xlwcty_content.xlwcty_clearfix {
    font-family: roboto;
    font-weight: 400;
}

.xlwcty_wrap .xlwcty_order_details_2_col .xlwcty_pro_list {
    font-size: 1.5vw;
    line-height: 1em;
    color: #0F0F0F;
    font-family: 'Roboto';
    font-weight: 900;
}

.xlwcty_wrap .xlwcty_order_details_2_col table tfoot tr td, .xlwcty_wrap .xlwcty_order_details_2_col table tfoot tr th{
	font-weight: 600;
}

.xlwcty_Box.xlwcty_order_details_2_col table {
    font-family: 'Roboto';
    font-weight: 700;
}

.xlwcty_order_info {
    text-align: center;
}

main.site-main.post-2892.xlwcty_thankyou.type-xlwcty_thankyou.status-publish.hentry {
    margin-bottom: 20%;
}

@media (min-width: 767px) and (max-width: 1024px){
	main.site-main.post-2892.xlwcty_thankyou.type-xlwcty_thankyou.status-publish.hentry {
		margin-bottom: 20%;
	}
}

@media (max-width: 767px){
	.xlwcty_order_info {
    text-align: center;
	}
	
.xlwcty_wrap .xlwcty_order_details_2_col .xlwcty_pro_list{
		font-size: 5vw;
    line-height: 1em;
	}
	
	.xlwcty_customer_info .xlwcty_title{
		text-align: center;
		margin-top: 5%;
	}
	
	.xlwcty_wrap .xlwcty_order_details_2_col .xlwcty_title{
		margin: 5% 0 5% 0;
	}
	
	.wc-block-components-totals-item.wc-block-components-totals-footer-item {
    margin-bottom: 8%;
	}
	
	.wc-block-components-product-badge.wc-block-components-product-low-stock-badge{
		margin-top: 4%;
		margin-bottom: 4%;
	}
	
	.cart-header-h1{
		margin-top: 10%;
		margin-bottom: 10%;
		font-size: 7.5vw;
	}
	
	.wp-block-woocommerce-cart {
		margin: 0 3%;
	}
}

button.wc-block-components-panel__button {
    font-family: 'Roboto';
    box-shadow: 0 0 0 0;
    color: black;
    background-color: transparent;
    text-shadow: 0 0 0 #ffffff;
}

a.components-button.wc-block-components-button.wc-block-cart__submit-button {
    font-family: 'Neutro ExtraBold';
}

span.wc-block-components-product-name {
    font-family: 'Neutro ExtraBold';
    color: var(--e-global-color-accent);
}

.wc-block-components-product-metadata__description {
    visibility: hidden;
}

.wp-block-woocommerce-cart {
	font-family: 'Roboto';
	font-weight: 700;
	margin: 0 10% 20% 10%;
}

.cart-header-h1{
	margin: 5% 0;
}

	.wc-block-components-product-badge.wc-block-components-product-low-stock-badge{
		margin-top: 2%;
		margin-bottom: 2%;
}

a.wc-block-components-product-name {
    font-family: 'Neutro ExtraBold';
    color: var(--e-global-color-accent);
}

a.components-button.wc-block-components-button.wc-block-cart__submit-button:hover {
    color: black;
    background-color: var(--e-global-color-accent);
}