@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--main-text-color: black;
	--main-title-color: black;
	--main-text-font: "Work Sans", sans-serif;
	--main-title-font: "Work Sans", sans-serif;
	--menu-text-color: black;
	--menu-title-color: BLACK;
	--menu-background-color: white;
	--main-evidence-color: #E4DF22;
}
.page-index.tp-title {
 font-weight: 300;
 color: black;
}
.tp-title {
 font-weight:300;
 color: black;
}

.h1.text-center {
 font-size: 44px;
 font-weight:300;
 color: #181b20;
}
.tp-menu-title {
 font-family: var(--main-title-font);
 font-weight:300;
 font-size: 2rem;
 color: var(--menu-title-color);
}
.tp-product-thumb .tp-card-body .tp-card-pretitle {
 display: block;
 font-weight: bold;
 color: black;
}
.tp-product-thumb {
 border-bottom: 1px solid;
}
.tp-brand-list a {
 width: 200px;
 height: 200px;
 background-color: #E9E8E7;
}
.tp-product-thumb .tp-card-product-discount {
 font-size: 15px;
}