/* product/info/calendar bookshelf */
#product-list-block {background:url(/images/tintint/common/pd/product-series-list-bg.png) repeat; width:980px; height:290px;}
#v3 #product-list-block {/* max-width: 980px; */ width: 100%; height: auto; background-size: 100% 261px; background-position-y: 24px;}

#product-list-block li {padding:16px 5px 0 6px; float:left; text-align:center; line-height:26px;}

/*
#product-list-block li {padding:15px 15px 0 16px; float:left; width:162px; text-align:center; line-height:26px;}
#product-list-block.has-landscape li {padding:15px 5px 0 6px; float:left; width:140px; text-align:center; line-height:26px;}
*/

#v3 #product-list-block.has-landscape li {min-height: 261px;}
/* #product-list-block .list-pd {margin-bottom:10px;} */
/* #product-list-block .list-pd a:hover {opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha( opacity=70 )";} */
#product-list-block a {letter-spacing:1px;}
#product-list-block .list-pd p {margin: 10px 0 0 0;font-size: 14px;}
#product-list-block .list-pd .pd_desc {margin: 0;font-size: 14px;}

h2.sheif-title{
  margin-top: 4rem;
}

div.shelf-width{
  width: 60%;
}
.gr-color {
  color: var(--tt-layer-6-gray-color);
}
.d-mb{
  margin-bottom: 6rem;
}
.d-mt{
  margin-top: 5rem !important;;
}

@media screen and (max-width: 992px) {
  div.shelf-width {
    width: 100%;
  } 
}
@media screen and (max-width: 768px) {
  h2.sheif-title{
    margin-top: 0;
    position: relative;
    top: 70px;
  }
  #product-list-block {
    position: relative;
    bottom: 73px;
  }
  .d-mb{
    margin-bottom: 5rem;
  }

}