.text-comment-pt{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:15px;
}
.text-comment-pt>*{
    margin-right: 10px;
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    cursor:pointer;
    margin-bottom:5px;
    height: 30px;
    line-height: 27px;
}
.text-comment-pt>*:hover{
    color: #fff;
    background: #218fd7;
    border-color: #218fd7;
}

/* Trang checkout */
.woocommerce .woocommerce-billing-fields__field-wrapper textarea,
.woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection,
.woocommerce .woocommerce-billing-fields__field-wrapper input{
    height: 45px;
    box-shadow: none;
    border-radius: 5px;
}
.woocommerce form.woocommerce-checkout .select2-selection .select2-selection__rendered{
    height: 45px;
    line-height: 45px;
}
.order-total .amount{
    font-size: 16px;
    color: #d41616;
}
.woocommerce-checkout-payment button#place_order{
    border-radius: 10px;
    height: 50px;
    line-height: 1;
}
.entry-content .success-color{
    color: #218fd7;
}
.order_details.shop_table tfoot th{
    font-size: 16px;
}
.price_pro .amount,
.woocommerce-order-overview__total.total .amount,
.shop_table tfoot tr:nth-child(3) .amount{
    font-size: 16px;
    color: #d41616;
}
.rt_woocommerce_single_product_summary .price2 ins{
    display: block;
}
.woocommerce-variation-price .amount,
.rt_woocommerce_single_product_summary .product-page-price .amount,
.rt_woocommerce_single_product_summary .price-on-sale .amount,
.price2 .price_bl,
.price2 ins{
    font-size: 18px;
    color: #d41616;
    font-weight: 600;
}
.woocommerce-variation-price .amount{
    font-weight: 400;
}
.product_list_widget del .amount,
.price2 del{
    color: #777;
    font-size: 14px;
}
.product_list_widget del{
    color: #777 !important;
}
.rt_msp{
    font-size: 16px;
    margin-bottom: 5px;
}
.rt_msp span{
    font-weight: 600;
}
.star-rating span:before,
.star-rating:before, .woocommerce-page .star-rating:before{
    color: #facb03 !important;
}
ul.product_list_widget li a.remove{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
}
.ux-mini-cart-footer .total .amount{
    color: #d41616;
}
.cart_totals .button{
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}
.coupon input.input-text{
    height: 40px;
    box-shadow: none;
    border-radius: 5px;
}
.coupon button{
    margin: 0;
    height: 40px;
    border-radius: 5px;
    color: #000;
}
.product-small .add-to-cart-button{
    margin-top: 0;
    margin-right: 0;
}
.product-small .add-to-cart-button a{
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #218fd7;
    background-color: #218fd7;
    color: #fff;
    line-height: 30px !important;
    margin: 0 !important;
    padding: 0 10px;
    height: 30px;
    min-height: 30px;
    text-transform: uppercase;
}
.product-small .add-to-cart-button a:hover{
    background-color: #fff;
    color: #218fd7;
}
.variations_button .single_add_to_cart_button label{
    margin-bottom: 0;
    color: #fff;
}
.quantity .button.minus,
.quantity input[type=number]{
    height: 38px;
    box-shadow: none;
}
.devvn_single_price {
    background-color: #199bc42e;
    border: 1px dashed #218fd7;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 0 10px;
    color: #000;
}