/*
Theme Name: duyanhweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.table-price table {
  border-collapse: collapse;
}

.table-price td {
  padding: 16px;
  border: 1px solid #e5e7eb;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #374151;
  text-align: center;
}

.table-price td:first-child {
  text-align: left;
}

.tb-heading td {
	font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    background-color: var(--fs-color-primary);
    color: #fff;
}

.table-price tr:nth-child(even){
	background-color: #f2f2f2;
}


td p {
	margin: 0;
}

b, strong {
    font-weight: 700 !important;
    font-weight: 700 !important;
} 


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}