
@supports (-webkit-hyphens:none) { 
  body.safari_only ul.navbar-nav { height:51px !important; }

  body.safari_only .is-nextlote-list-wrap  { height:130px; overflow:hidden; }
  body.safari_only .is-nextlote-wrap  { overflow:hidden; }
  body.safari_only .is-nextlote-wrap > .d-block { max-height:90px!important; }
  body.safari_only .nextlote  { max-height:90px!important; }
  body.safari_only .is-btnscroll { height:130px!important; }
  
  body.safari_only .is-loteimg-box > .d-block { max-height:400px!important; }
  body.safari_only .is-loteimg-box .main-img { max-height:400px!important; }
 
  body.safari_only .is-lotethumb-wrap > .d-block { max-height:80px!important; }
  body.safari_only .is-lotethumb-wrap .lotethumb { max-height:80px!important; }

  body.safari_only .is-popoverimg-wrap > .d-block { max-height:120px!important; }
  body.safari_only .is-popoverimg-wrap img { max-height:120px!important; }

  @media only screen and (max-width: 767px){
    body.safari_only .is-nextlote-list-wrap  { height:100%; overflow:hidden; }
    body.safari_only .is-btnscroll { height:33px!important; }
    body.safari_only ul.navbar-nav { height:auto !important; }
  }

}