:root {
--main: #a54201;
--secondary: #f1e0d4;
--third: #757575;
--fourth: #25414e;
--light: #ffffff;
--dark: #000000;
--heading: #040202;
--body: #363636;
--bodybg: #ffffff;
--btn-color: #ffffff;
--btn-color2: #ffffff;
--btn-bgcolor: #040202;
--btn-bgcolor2: #040202;
--e-global-color-primary: #a54201;
--e-global-color-secondary: #040202;
--menu-color: #040202;
}
.btn-theme {
background: var(--main);
color: #ffffff;
height: 50px;
padding: 0 40px;
text-align: center;
line-height: 50px;
}
button.btn-theme {
border: 0;
}