@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Playfair+Display:400,700');

:root {
	--main-text-color: black;
	--main-title-color: black;
	--main-text-font: 'Montserrat', Arial, Helvetica, sans-serif;
	--main-title-font: ""Playfair Display"", Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: black;
	--menu-background-color: white;
}
body{
background-color: #E7E6E7;
}
.tp-product-thumb {
        border: 1px solid #000;
}
#tp-product-contact-container>div {
    border:1px solid #000;
    background-color: #ececec;
}
.tp-brand-list a {
    width: 200px;
    height: 150px;
   }