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

      .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{
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 767px) {
  .fav-item{
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .itemList-sp--3 .fav-item {
    right: 10px;
    top: 5px;
  }
}
.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);
}

    @media (min-width: 768px) {
      #container:not(.topPage) {
        margin-top: 30px!important;
        margin-bottom: 80px!important;
    }
  }
    @media (max-width: 767px) {
      #container:not(.topPage) {
        margin-bottom: 50px!important;
    }
} 
 @media (min-width: 1200px) {
.hdrMiddle .hdrInner{
	padding-top: 20px;
}
}

@media (max-width: 767px) {
  .itemList .itemPrice{
  	color: #8A8A8A;
  }
}

.a-red span{
	background: #BD3C3D!important;
    border: 1px solid #BD3C3D!important;
	color: #fff!important;
  	font-weight: 400!important;
}

.a-white span{
	background: #fff!important;
  	border: 1px solid #DFDFDF!important;
  color: #1b1b1b!important;
  font-weight: 400!important;
}

@media (max-width: 767px){
ul.pagerList li > span, ul.pagerList li > a {
    padding: 0 8px!important;
}
}