.container-header .mod-menu {
justify-content: left;
color: #ffffff;
padding: 0;
}
.eshop-product-price .price, .eshop-product-price .eshop-sale-price {
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    width: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #0516FC;
  font-family: 'Exo 2', sans-serif;
  /*font-family: var(--body-font-family);*/
  font-size: var(--body-font-size);
  /*font-weight: var(--body-font-weight);*/
  font-weight: normal;
  line-height: var(--body-line-height);
  text-align: var(--body-text-align);
}
jevents_body {
  width: 100% !important;
  border: 1px solid #DDD;
  background-color: rgba(240, 218, 168, 1);
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.img-thumbnail {
  background-color: #D4BDAA;
  border: 1px solid #D4BDAA;
  border-radius: .25rem;
  padding: .25rem;
  --bs-border-color: #D4BDAA;
}
/*.card-header {
  background-color: #0516FC;
}*/