/*.product_upper {
    min-height: 70px !important;
    position: relative !important;
    top: -10px !important;
    color: #000 !important;
    overflow: hidden !important;
}
.product_upper h6 {
    line-height: 16px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    height: 3.6em !important; 
    text-overflow: ellipsis !important;

    -moz-box-orient: vertical !important;
    display: -moz-box !important;
}*/
/*
.product_upper h6 {
  background: #FFFFFF;
  display: block;
   Fallback for non-webkit 
  display: -webkit-box;
  max-height: 3.6rem;
   Fallback for non-webkit 
  line-height: 16px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

@-moz-document url-prefix() {
  .product_upper h6 {
    overflow: hidden;
    position: relative;
  }
  .product_upper h6:before {
    //background: #FFFFFF;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: '\2026';
    margin-left: -3rem;
    width: 3rem;
  }
  .product_upper h6:after {
    content: '';
    //background: #FFFFFF;
    position: absolute;
    max-height: 3.6rem;
    width: 100%;
    z-index: 1;
  }
}*/

/*.product_sub_head {
    padding: 0px !important;
    margin: 0px -15px !important;
    border-bottom: 1px #ccc solid;
    display: flex !important;
    align-items: center;
     height: 60px; 
    font-family: verdana;
    color: #000;
}
.back_to_photo_wrapper {
    width: 49px !important;
    position: relative;
    display: block;
    overflow: hidden;
    height: 59px;
    margin-left: -14px;
}


@media (min-width: 768px){
.scroller_div {
    background: #fff !important;
    width: 340px !important;
     margin-top: 0px !important; 
}}
@media only screen and (max-device-width: 736px) and (min-device-width: 414px){
    .product_sub_head {
        padding: 0px !important; 
        margin: 0px -14px;
        border-bottom: 1px #ccc solid;
        display: flex !important;
        //  align-items: center !important; 
        height: 60px !important; 
        font-family: verdana;
        color: #000;
        line-height: 55px;
    }
}*/



.scroller_div {
    background: #fff !important;
    width: 340px !important;
    margin-top: 42px !important;
}
.product_sub_head {
    padding: 0px !important; 
    /*margin: 0px !important;*/
    border-bottom: 1px #ccc solid;
    display: flex !important;
    height: 59px !important;
    font-family: verdana;
    color: #000;
    line-height: 55px;
}
.prd_votes {
    /*width: 52px !important;*/
}
@media (max-width: 768px){
    .scroller_div {
        background: #fff !important;
        width: 340px !important;
        margin-top: 0px !important;
    }
}
@media only screen and (max-device-width: 736px) and (min-device-width: 414px){
    .product_sub_head {
        padding: 0px !important; 
        /*margin: 0px !important;*/
        border-bottom: 1px #ccc solid;
        display: flex !important;
        align-items: center; 
        height: 59px !important;
        font-family: verdana;
        color: #000;
        line-height: 55px;
    }
}


