.ct-cart-content {
    width: 400px;
    top: -15px;
    height: calc(100vh);
    position: fixed;
    right: 0px !important;
    background: white !important;
    border-left: 1px solid lightgrey;
}

.ct-cart-content .product-title, li.woocommerce-mini-cart-item.mini_cart_item .quantity {
    color: grey;
}

svg.ct-icon {
    fill: grey;
}

table, th, td {
	font-size: 16px !important;
	font-family: calibri !important;
	font-weight: 400;
	line-height: 1.2 !important;
}
td.uom, td.range {
    width: 25%;
    text-align: center;
}
td.price {
    width: 50%;
}

.price_wrapper, .vat_wrapper {
    display: flex;
	justify-content: flex-end;
	align-items: center;
} 

.compare_price {
    text-decoration: line-through;
}

.price, .vat_amount,.compare_price {
    padding-right: 5px;
}

.price_wrapper, .price_wrapper .price {
	font-size: 16px !important;
	font-family: calibri !important;
	font-weight: 400 !important;
}

#kit-price-table-container table {
    max-width: 450px;
}