body {
/*min-width: 1200px !important;*/
  min-width: 100%;
  width: 100%;
  
}

table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
.itemList--3 .fav-item {
   right: 3px;
  top: 3px;
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}
.gNav .megaMenu {
  padding-top: 10px !Important;
}

/* 20251125 CONSUL-1584 */
.hdrBottom .inner_gnav .gNav {
  width: 100%;
}
.hdrBottom .inner_gnav .gNav > ul {
  justify-content: space-around;
}
.hdrBottom .inner_search .hdrSearch_wrap {
  flex: 0 0 100%;
  justify-content: center;
}
.hdrBottom .inner_search .hdrSearch_wrap .searchForm {
  max-width: 400px !important;
  flex: 0 0 100% !important;
}
.hdrBottom.bottomNav {
  background: #4B4129 !important;
}
.hdrBottom.bottomNav > ul > li {
  margin: 0;
  max-width: 25%;
  flex: 0 0 25%;
}
.hdrBottom.bottomNav > ul > li > a {
  padding: 0;
  border: none;
}
.hdrBottom.bottomNav > ul > li > a:before,
.hdrBottom.bottomNav > ul > li > a:after {
  content: none !important;
}
.hdrBottom.bottomNav > ul > li > a .bottomNav__icon img {
  max-height: 30px;
  margin: auto;
}
.hdrBottom.bottomNav > ul > li > a .bottomNav__text {
  font-size: 12px;
}
.hdrBottom.bottomNav > ul > li > ul.open {
  position: absolute;
  top: 100%;
  display: block !important;
  z-index: 9;
  width: 100%;
  background: #fff;
  left: 0;
}
.hdrBottom.bottomNav > ul > li > ul.open li {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.hdrBottom.bottomNav > ul > li > ul.open li a {
  color: #000;
}
/* // 20251125 CONSUL-1584 */