:root {
  --theme: var(--shop_enthemebg);
  --text: var(--shop_enthemetext);
}
body {
  line-height: 1.5 !important;
}
.bg-theme2{
  background-color: var(--theme) !important;
  color: var(--text) !important;
}
.bg-theme1{
  background-color: var(--text) !important;
  color: var(--theme) !important;
}
.navlink1{
  color: var(--theme) !important;
}
.navlink2{
  color: var(--text) !important;
}
.text-theme{
  color: var(--theme) !important;
}
.text-theme2{
  color: var(--text) !important;
}
.mobicmsshop .display-4{
  font-size: 1.1rem !important;
  line-height: 1.5;
}

.mobicmsshop .smallfont{
  font-size: 85% !important;
}
.mobicmsshop .display-7 {
  font-size: 1.18rem !important;
  line-height: 1.5;
}