<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'newyorkregular';
    src: url('../fonts/ny-webfont.woff2') format('woff2'),
         url('../fonts/ny-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&amp;display=swap');
.alt-font{
	font-family: 'newyorkregular';
}
h2{
	font-size:34px!important
}
body{
    background:#f5f5f5;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.border-radius-10{
	    border-radius: 10px;
}
.shadow-1 {
    -webkit-box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 5%);
}
.order-details .product .product-name{
    font-weight: bold;
    font-size: 18px;
}
.order-details .product .product-detail-label{
    font-weight: bold;
}
.order-details .product .product-cost-total{
    font-weight: bold;
    font-size: 20px;
}
.line:not(:last-child){
    height: 1px;
    width: 100%;
    background: #eeeeee;
}
.order-details .table{
    font-size: 27px;
    font-weight: bold;
}
.btn{
    border-radius: 10px;
}
.btn-large{
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    padding: 12px 34px;
}
.btn-accent{
    background: #4c7873;
    color:white;
}
.product-total{
    font-size: 21px;
    font-weight: bold;
}
.order-total-cost{
    text-align: right;
}
.padding-15px-left {
    padding-left: 15px!important;
}
/*Cart page */
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none!important;
}
.cart-total-label {
    font-size: 19px;
    font-weight: 700;
    padding-top: 18px;
}
.cart_totals *:not(.wc-proceed-to-checkout){display:none!important;}
.cart_totals{
	padding:0!important;
	    z-index: 2;
    position: fixed;
}</pre></body></html>