.hcm_gallery_holder.productBox {      padding: 0 !important;  width: 100%;}
.hcm_gallery_holder.productBox .mediaItem{ transform: scale(1); width:31.72%; height:186px;}
.hcm_gallery_holder.productBox .downloadall{ transition: ease all 0.4s;    -webkit-transition: ease all 0.4s;display:block; float:none; width:195px; background:#f60 url(../../../../../themes/HCMEU/images/arw_btn_small.png) 95% center no-repeat; font-weight:bold;color:#fff; text-decoration:none; padding:14px 20px; margin:0 auto; }
.hcm_gallery_holder.productBox .downloadall:hover{ background-color:#f90; }   

/* Pop up */
.popupbdrop{ position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7);    z-index: 99999999; }
.white-popup{    z-index: 1000000020;    position: fixed;    top: 50%;    left: 25%;    background-color: #fff;    padding: 25px 30px;    box-sizing: border-box;    width: 50%;}
.white-popup h2{      border-bottom: 4px solid #eee;    padding: 6px 0px;    margin-bottom: 25px; }
.white-popup .close{position: absolute;    top: 5px;    right: 17px;    font-weight: bold;    font-size: 15px;    cursor: pointer;}
.white-popup ul{    margin: 25px 0 0 0; list-style:none; }
.white-popup ul li a{  transition:ease all 0.2s; -webkit-transition:ease all 0.2s;   float: left;cursor:pointer;    width: 33%;    padding: 3px 19px;    box-sizing: border-box;    border: 1px solid #eee;    font-weight: bold;    text-align: center;    font-size: 15px;    line-height: 30px;    color: #a9a9a9;    text-decoration: none;    display: block;    background-color: #f2f2f2;}
.white-popup ul li a:hover{ color:#fff; background-color:#f60;}