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);
}

h1#logo_i img {
    max-width: 100%;
}

#validation_select_yes a, #validation_select_no a {
    font-size: 12px;
    padding: 12px 25px;
}

#validation_select_yes, #validation_select_no{
  margin:0;
}

#main_i,#header_i,#footer_i{
  margin:0;
  font-size:14px;
}

.validation_txt {
    font-size: 14px;
}
#main_i {
    padding: 20px;
}
.footstamp {
    margin-top: 15px;
}
.hdrTop.hdr--primaryBg{
  background:#f2f2f2;
  color:$color_primary;
}
.iconNav__cart .cartAmount{
  background:#F2F2F2;
  color:$color_primary;
}

.fNav--typeB .fNav__list a{
  padding-left:15px;
}


.hasChildren-none {
  font-weight: 700;
  background: #f2f2f2;
  display: block;
    line-height: 24px;
    padding: 13px 20px;
    border-bottom: 1px solid #dfdfdf;
  font-weight: bold!important;
}

@media (max-width: 767px){
 .noHiddenContainer .category-container figcaption {
      opacity: 1 !important;
   background-color: rgba(0, 0, 0, 0) !important;
  }
}



.banner {
    display: none;
    position: fixed;
    margin: 15px 20px;
    z-index: 99998;
    bottom: 0;
    left: 20px;
}
.banner a {
    text-decoration: none;
}

.banner-icon {
    color: #f8f8f8;
    font-size: 40px;
}

.banner-back {
    width: 360px;
    background-color: #fff;
    border-radius: 25px;
}
.banner-body {
    width: 100%;
    background: #f8f8f8;
    color: #000000;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.banner-body:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}

.banner-close {
    font-weight: bold;
    position: absolute;
    top: -16px;
    right: -16px;
    z-index: 99999;
    padding: 2px 10px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    font-size: 24px;
}

@media screen and (max-width: 750px) {
    .banner {
        width: fit-content;
        margin: 0px;
      right: 0;
      bottom: 12px;
    }
    .banner a {
        display: flex;
    	justify-content: end;
    	margin: 0;
    	width: fit-content;
    }
    .banner-icon {
        font-size: 28px;
    }
    .banner-body {
        width: 180px;
        border-radius: 0px;
    }
    .banner-back {
        width: 100%;
        margin: 0px;
        border-radius: 0px;
    }
    .banner-copy-br {
        display: none;
    }
}