li.tam::before {
        content: counter(my-awesome-counter);
    background: #468ee5;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    color: white;
    text-align: center;
    margin-left: -10px;
    margin-right: -3px;
    float: left;
    margin-top: 23px;
    font-size: 11px;
}
ol.row_pro {
  list-style: none;
  counter-reset: my-awesome-counter;
}
li.tam {
  counter-increment: my-awesome-counter;
  margin: 0.25rem;
}
.promotion_wrapper:before {
    content: '';
    margin-left: -4px;
    background: url(https://hangmuatot.com/wp-content/uploads/check@2x.png) center center no-repeat;
    width: 17px !important;
    height: 17px !important;
    background-size: 14px 14px;
    margin-right: 4px;
    float: left;
    margin-top: 0;
}
.isures-item-name {
    color: #f00;
    float: left;
}
.prod_promotion {
    border: dashed 1px #FFA400;
    display: table;
    width: 100%;
    min-height: 71px;
    position: relative;
    margin: 26px 0 0;
    border-radius: 4px;
    background: #fff6e6;
}.promo_ribbon {
    background: #fff6e6;;
    color: #f00;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: -13px;
    left: 10px;
    vertical-align: middle;
    line-height: 26px;
    clear: both;
    padding: 0 15px 0 30px;
    border-radius: 4px;
        border-top: dashed 1px #FFA400;
}.promo_ribbon span:before {
   content: '';
    padding-right: 2px;
    position: absolute;
    left: 6px;
    top: calc(50% - 16px);
    width: 22px;
    height: 25px;
    background-image: url(https://hangmuatot.com/wp-content/uploads/2020/07/productV3@1x-min.png);
    background-repeat: no-repeat;
    background-position: -125px 7px;
    z-index: 1;
}


.row_pro.prod_promotion a {
    color: #555;
}

.promo_item {
   /* border-bottom: 1px dashed #f5f5f5;*/
    min-height: 70px;
    position: relative;
    margin-bottom: -10px;
    display: flex;
    align-items: center;
}

.promo_item a {
    text-decoration: none
}

.promo_item_thumb {
    max-width: 46px;
    width: 46px!important;
    max-height: 46px;
    overflow: hidden;
    margin: 10px;
    border: 1px solid #ddd;
    padding: 2px;
    display: inline-block;
    background: #fff;
}

.promo_item_thumb img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.promo_item_name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: o-ellipsis-lastline;
    display: -webkit-box
}
.gift-box-isures {
    width: calc(100% - 30px);
    height: 32px;
    background: url(gift-24.png) no-repeat 12px center;
    border-radius: 4px;
    top: 15px;
    left: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
}
.gift-box-isures:before {
    content: "Tặng quà";
    line-height: 25px;
    font-size: .85em;
    font-weight: 500;
    display: block;
    margin-top: 28px;
    color: #00346a;
    border-radius: 3px;
    background: rgba(255,255,255,.8);
    width: 60px;
    text-transform: uppercase;
    box-shadow: 0 1px 1px #eee;
}
.prod-in-box {
    width: 100%;
    border-radius: 3px;
    background-color: rgba(246,69,129,.8);
    z-index: 999;
    position: relative;
    padding: 5px;
    display: none;
    color: #fff;
    font-size: .9em;
    bottom: 45px;
    top: -1px;
}
.prod-in-box span {
    display: block;
    font-size: 13px;
}
.gift-box-isures:hover .prod-in-box{display: block;}
.gift-box-isures:hover .prod-in-box:after{
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f64581;
    top: -6px;
    left: 22px;
    opacity: .8;
}
.promotion_wrapper{padding: 10px}