/*table.woocommerce-product-attributes tr:nth-child(2n+1){
    background: #d3d3d3;
}*/
h1.product-title.product_title.entry-title{font-size: 1.5em}
button.single_add_to_cart_button.button.alt, .ux-buy-now-button.button{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}
.product-type-simple form.cart, .product-type-variable .variations_button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
justify-content: flex-start;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-item{min-width: 100px}
.luant-tel-after-add-to-cart:hover{background-color: green;}
.product-footer .woocommerce-tabs, .product-section{border-top: none}
.product-section-title-related{
    color: #fff;
    background-color: #d84f01;
    line-height: 1;
    padding: 10px;
    border-radius: 5px
}
.product-main {
  padding: 20px 0 0 0;
}
p.wccs-bulk-pricing-table-title{
    text-align: center;
    color: red
        
}
.wccs-bulk-pricing-table-container table td, .wccs-bulk-pricing-table-container table th{color: #000;
text-align: center}
.wccs-bulk-pricing-table-container table th:first-child, .wccs-bulk-pricing-table-container table td:first-child{text-align: left; font-weight: bold; text-transform: capitalize}
.table.wccs-bulk-pricing-table{
  width: 100%;
  border-collapse: collapse; /* Gộp viền giữa các ô lại */
  background-color: #dedede
}

.wccs-bulk-pricing-table th,
.wccs-bulk-pricing-table td {
  border: 1px solid #ccc; /* Viền màu đen */
  text-align: left;
  line-height: 30px;
}

.wccs-bulk-pricing-table th {
  background-color: #dedede; /* Màu nền cho tiêu đề bảng */
}
.wccs-bulk-pricing-table-container table tr:first-child{background-color:  #ccc1bb }

@media only screen and (max-width: 48em) {
   button.single_add_to_cart_button, button.ux-buy-now-button{
    display: grid;
    line-height: 1.5;
    padding: 5px;
} 

.product-main{padding-top: 0; padding-bottom: 0}
.product-info.summary.col{padding-bottom: 0}
.product-footer .woocommerce-tabs{padding-top: 0; border: none; padding-bottom: 15px}
.nav-tabs + .tab-panels{padding: 15px}
button.ux-buy-now-button:before, .single_add_to_cart_button:before, .add_to_cart_button:before{margin-right: 0}
.wpforms-container.inline-fields .wpforms-form{display: block!important}
.wpforms-container.inline-fields .wpforms-submit-container, .wpforms-container.inline-fields .wpforms-field-container{width: 100% !important}

}
