

/* 原价 */

.themes_products_origin_price{

  color:#999 !important;

  font-size:15px;

  margin-left:8px;

  position:relative;

}

/* 删除线 */

.themes_products_origin_price::after{

  content:"";

  position:absolute;

  left:0;

  top:50%;

  width:100%;

  height:1px;

  background:#999;

  transform:translateY(-50%);

}

/* 原价数字 */

.themes_products_origin_price .price_data{

  position:relative;

  z-index:1;

}


/* 隐藏you may like Sale标签 */
.icon_seckill.themes_products_sales{
    display:none !important;
}

/* 商品标题 */
.themes_products_title h3{
    font-size:15px !important;
    line-height:1.6;
}

/* 原价 / 价格 */
.themes_products_price,
.themes_products_price .price_data,
.themes_products_price .currency_data,
.themes_products_origin_price{
    font-size:15px !important;
}


