body {
min-width: 1200px !important;
}

table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  color: #fff;
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
.tbl_calendar caption {
  color: #fff;
}

.product__fav-item {
          margin-top: 10px;
        }

        .product__fav-item button {
          padding: 0;
          cursor: pointer;
          transition: .2s;
          color: #999;
          border: 0;
          outline: none;
          background: transparent;
        }

        .product__fav-item .fav-items {
          color: #ff7373;
        }

        .product__fav-item svg {
          width: 20px;
          height: 20px;
          vertical-align: -.35em;
          fill: currentColor;
        }


.fav-item{
  display:none;
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 767px) {
  .fav-item{
      display:none;

    position: absolute;
    right: 15px;
    top: 10px;
  }
  .itemList-sp--3 .fav-item {
    right: 10px;
    top: 5px;
  }
}
.fav-item button {
    display:none;

    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    display:none;

    color: rgba(255, 115, 115, 0.5);
}

.bg_c.bottom--fixed {
  position: fixed;
  top: 80px;
  z-index: 997;
}
.bg_c {
  margin-bottom: 0 !important;
}
.newsBg {
  margin-top: 80px;
}
.bg_c.hdrBottom {
  background: #131c68 !important;
}
.bg_c.hdrBottom .hdrInner form {
  width: 300px !important;
}
.bg_c.hdrBottom .hdrInner .gNav > ul > li > a {
  color: #fff !important;
}
.bg_c.hdrBottom .hdrInner .gNav > ul > li > a:after {
  border-color: #fff !important;
}