.price-box .special-price .product-price {
    font-size: 24px;
    font-weight: bold;
    color: #d0021b;
    display: inline-block;
}
.price-box .old-price {
    margin-left: 10px;
}
.price-box .save-price {
    display: block;
}
.price-box .save-price .product-price-save {
    color: #ef3f3f;
}
.price-box .old-price del span.amount{
    font-size: 19px;
    color: #363f4d;opacity: 1;
}
.price-box .old-price .old-price-label{
  font-size: 16px !important;
}
.iddanhgia {
    color: #2898e2;
    cursor: pointer;
}
.iddanhgia:hover {
    color: #ef3f3f;
}
.single_add_to_cart_button.button.alt{
    color: #fff;
    background-color: #ed1b24;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    height: auto;
    line-height: inherit;
    box-shadow: none;
    padding: 10px 30px;
    width: 100%;
    border-radius: 3px;
}
.single_add_to_cart_button.button.alt:hover{
    color: #fff;
    background-color: #e81313;
}
.single_add_to_cart_button.button.alt > span {
    display: block;
    width: 100%;
    text-align: center;
}
.single_add_to_cart_button.button.alt span.txt-main {
    font-size: 16px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: bold;
}

.single_add_to_cart_button.button.alt span.text-add {
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
}
.single_add_to_cart_button.button.alt span.amount{
    color: inherit;
    font-weight: inherit;
}
.single_add_to_cart_button.button.alt span.txt-main .product-price {
    font-size: 15px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-weight: bold;
}
.call-and-payment{
    padding: 5px 0 0;
    display: block;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    font-size: 13px;
    color: #333;
}
.call-and-payment a {
    color: #288ad6;
    font-weight: 500;
}
.box-dam-bao strong{
    font-weight: 500;
    font-size: 14px;
}
.price-wrapper .price{
  display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.evo-product-tabs-header {
    color: #ef3f3f;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    letter-spacing: 1px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}
.product-price-container +.stock{
    display: block;
    /*font-weight: 700;*/
    margin-bottom: 10px;
}
.stock span{
    color: #e21d22;
}
.woocommerce-review-link .star-rating{
    margin: 0
}
.brand{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}
.brand .vendor{
    font-size: 12px;
    font-weight: 600;
    color: #ef3f3f;
}

