
:root {
	--main-text-color: white;
	--main-title-color: #fe0002;
	--main-text-font: Roboto, Arial, Helvetica, sans-serif;
	--main-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--menu-text-color: white;
	--menu-title-color: #fe0002;
	--menu-background-color: black;
}


body{
background-color: #131217;
}
body::before {
    content:"";
    height:150px;
    width:100%;
    display:block;
    background: url(https://imgs.wm4pr.com/rivenditori/200129/logo.png) no-repeat center;
}
.tp-product-thumb img {
    border-radius: unset;
    height: 250px;
    padding: 3px;
}
.tp-product-thumb {
    border: 1px solid #fe0002;
}
.tp-brand-list a {
    height: 140px;
    background-color: transparent;
}
#tp-search-button {
    border: 2px solid #fe0002;
    background-color:#131217;
}
#tp-search-button .tp-menu-search-icon>svg {
   fill: #fe0002;
}
#tp-menu-button {
    border: 2px solid #fe0002;
}
#tp-menu-button .tp-menu-button-icon>svg {
   fill: #fe0002;
    padding: 3px;
}
/*Modulo contatti*/
#tp-product-contact-container>div {
background-color: black;
border:2px solid #fe0002;
color:#eee;
}
.text-body-secondary {
    --bs-text-opacity: 1;
    color: #eee!important;
}
