.nav-pills>li>a {
    font-weight: 600;
}
a.zalo-link-icon{
    bottom: 200px;
}
.payment-cod-box{
    display: none;
}
.box-promotion-content .box-body .able-voucher {
    font-size: 14px;
    display: block;
    padding: 10px 0;
    font-weight: 500;
    margin-bottom: 0;
}
.box-promotion-content .code-item {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
}
.box-promotion-content .code-item a {
    padding: 5px 10px;
    background: #f26921;
    color: #fff;
    /* border-radius: 5px; */
    cursor: pointer;
    display: inline-block;
}
.box-promotion-content .code-item a:before {
    content: "";
    width: 6px;
    height: calc(100% - 1px);
    position: absolute;
    top: 1px;
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-size: 6px 6px;
    background-position-x: -6px;
    left: -3px;
}
.get-voucher p {
    margin: 0;
}
.box-promotion-content .code-item a:after {
    content: "";
    width: 6px;
    height: calc(100% - 1px);
    position: absolute;
    top: 1px;
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-size: 6px 6px;
    background-position-x: -6px;
    right: -3px;
}
.coupon-results {
    visibility: hidden;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 40px;
    left: -40px;
    z-index: 2;
    box-shadow: 0 4px 5px rgba(54,54,54,.4);
    border-radius: 8px;
    min-width: -moz-max-content;
    min-width: max-content;
}
.coupon-results .code-voucher span {
    display: block;
    font-size: 14px;
}
.coupon-results .code-voucher strong {
    font-size: 16px;
}
.coupon-results .cp-desc {
    font-style: italic;
    font-size: 14px;
    color: #6d6d6d;
    margin-bottom: 0;
}
.box-promotion-content .code-item:hover .coupon-results {
    visibility: visible;
}
.copied-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    transition: all .2s;
    box-sizing: border-box;
    z-index: 99999;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    border-radius: 16px;
    padding: 18px;
    touch-action: pan-y;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .03em;
    color: #000;
    margin-bottom: 0;
    display: none;
}