.btb-wrapper {
	width: 100%;
	padding: 20px;
}
.btb-wrapper .category-list {
	width: 100%;
	height: 100vh;
	border-right: 1px solid #d2d3d3;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.btb-wrapper .category-list .category {
	padding-right: 15px;
	width: 100%;
	text-align: right;
	cursor: pointer;
}
.btb-wrapper .category-list .category:hover {
	color: #e84200;
}
.category.selected {
	color: #e84200;
	border-right: 4px solid #e84200;
	font-weight: bold;
}
.btb-product-wrapper {
}
.btb-product-wrapper .product-card .product-title {
	min-height: unset !important;
}
.btn-cart-wrapper {
}
