/**
* Do not edit or add to this file
* If you need help please contact <contact@hwcsoftware.com>
* @author    HWC Software <contact@hwcsoftware.com>
* @copyright 2020 HWC Software
* @license   please read license in file license.txt
* @package   AliExpress Dropshipping PRO 3 in 1
*/

.thumbnail-container .product-description{
    height:5.5rem  !important;
    height: fit-content !important;
}
.thumbnail-container .highlighted-informations{
    height:4rem  !important;
}
/*Start star percent*/
.hwc_star_box{
    width: 100%;
    float: left;
    text-align: center;
    background: #fff;
} 
.hwc_clear{
    clear: both;
}
.hwc_ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
  }
  .hwc_full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fde16d;
  }
  .hwc_empty-stars:before,
  .hwc_full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 14pt;
  }
  .hwc_empty-stars:before {
    -webkit-text-stroke: 1px #848484;
  }
  .hwc_full-stars:before {
    -webkit-text-stroke: 1px #f4511e;
  }
  /* Webkit-text-stroke is not supported on firefox or IE */
  
  /* Firefox */
  @-moz-document url-prefix() {
    .hwc_full-stars {
      color: #f4511e;
    }
  }
  /* IE */
  .hwc_full-stars {
    color: #f4511e;
  }
  
  /*End star percent*/


